#modal-subscribe ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: orange !important;
}

#modal-subscribe :-moz-placeholder { /* Firefox 18- */
  color: orange !important;
}

#modal-subscribe ::-moz-placeholder { /* Firefox 19+ */
  color: orange !important;
}

#modal-subscribe :-ms-input-placeholder { /* IE 10+ */
  color: orange !important;
}

#modal-subscribe ::-ms-input-placeholder { /* Edge */
  color: orange !important;
}

#modal-subscribe :placeholder-shown { /* Standard one last! */
  color: orange !important;
}
#modal-subscribe input[type="text"],
#modal-subscribe input[type="password"],
#modal-subscribe textarea,
#modal-subscribe textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#modal-subscribe textarea,
#modal-subscribe textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

#modal-subscribe input[type="text"]:focus,
#modal-subscribe input[type="password"]:focus,
#modal-subscribe textarea:focus,
#modal-subscribe textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

#modal-subscribe input[type="text"]:-moz-placeholder, #modal-subscribe input[type="password"]:-moz-placeholder,
#modal-subscribe textarea:-moz-placeholder, #modal-subscribe textarea.form-control:-moz-placeholder { color: #888; }

#modal-subscribe input[type="text"]:-ms-input-placeholder,#modal-subscribe input[type="password"]:-ms-input-placeholder,
#modal-subscribe textarea:-ms-input-placeholder, #modal-subscribe textarea.form-control:-ms-input-placeholder { color: #888; }

#modal-subscribe input[type="text"]::-webkit-input-placeholder, #modal-subscribe input[type="password"]::-webkit-input-placeholder,
#modal-subscribe textarea::-webkit-input-placeholder, #modal-subscribe textarea.form-control::-webkit-input-placeholder { color: #888; }



#modal-subscribe button.btn {
	width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #C9302C;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#modal-subscribe button.btn:hover { opacity: 0.6; color: #fff; }

#modal-subscribe button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

#modal-subscribe button.btn:focus { outline: 0; opacity: 0.6; background: #399599; color: #fff; }

#modal-subscribe button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #399599; color: #fff; }


/***** Modal *****/

#modal-subscribe .modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	border: 0;
	text-align: left;
}

#modal-subscribe .modal-header {
	padding: 25px 25px 15px 25px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

#modal-subscribe .modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

#modal-subscribe .modal-title {
	margin-bottom: 10px;
	line-height: 30px;
}

#modal-subscribe .modal-body {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

#modal-subscribe .modal-body img {
	margin-bottom: 15px;
}

#modal-subscribe .modal-body form textarea {
	height: 100px;
}

#modal-subscribe .modal-body form .input-error {
	border-color: #399599;
}
