/* ==========================================================================
   01. POPUP
   ========================================================================== */

.stm-popup,
.stm-popup *{
	font-family: Roboto;
}
.modal-header.stm-popup{
	background: rgba(0, 100, 193, 0.53);
}
.modal-header.stm-popup h4{
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1;
}
.stm-popup-cover-img{
	left: 1rem;
	max-width: calc( 100% + 2.5rem );
	position: absolute;
}
.modal-body.stm-popup h4{
	color: #000000;
	font-weight: 300;
}
.modal-body.stm-popup h4 b{
	font-weight: 700;
}
.modal-body.stm-popup form .btn_submit{
	padding-bottom: 4px;
}

/* ==========================================================================
   02. FORM
   ========================================================================== */

form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #333333;
}
form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #333333;
	opacity: 1;
}
form input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333333;
	opacity: 1;
}
form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
}
form input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #333333;
}

form input:invalid {
	box-shadow: none;
}
form input:not([type="submit"]){
	border: solid 1px #232323;
	border-radius: 3px;
	box-sizing: border-box;
	white-space: nowrap;
	line-height: 42px;
	padding: 0px 10px 0px 43px;
	margin: 0px auto 10px;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
form .input_name input{
	background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_content_text2_form_input_name.png") no-repeat scroll 11px center transparent;
}
form .input_email input{
	background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_content_text2_form_input_email.png") no-repeat scroll 11px center transparent;
}
form .btn_submit input{
	border: none;
	border-radius: 4px;
	background-color: #91c938;
	box-shadow: 0px 4px 0px 0px #497208;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(5, 17, 25, 0.3);
	cursor: pointer;
}
form .btn_submit input:hover{
	background-color: #74a920;
}

form p{
	color: #000000;
	font-size: 0.75rem;
}






.row {
    margin-left: -15px;
    margin-right: -15px;
}

.text-sm-left {
    text-align: left!important;
}

.text-xs-center {
    text-align: center!important;
}

.offset-lg-5 {
    margin-left: 40%;
}

.col-lg-7 {
    float: left;
    width: 60%;
}

.col-lg-7, .col-sm-6
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 992px){
	.modal-lg {
		width: 700px;
	}
	
	.modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
}

@media (min-width: 768px){
	.modal-dialog {
		width: 768px;
		margin: 30px auto;
	}
}

.modal {
    position: fixed;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
