* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



body {
	font-family: sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	background: url('../../bizfixr/img/stars.jpg') top center no-repeat;
	background-size: cover;	   

}

.red {

    font-size: 18px;

    color: #CE351A;

}



.fl { float: left; }

.fr { float: right; }

.clear { clear: both; }



.text-center { text-align: center; }

.blueborder {
	
	padding: 0px 6px 0px 6px;
	
	border-style: dotted;
	
	border-width: 5px;
	
	border-color: #3B99FC;
}






.wrap {

    min-width: 1170px;

}



.container {
	
	background-color: rgba(16,16,25,1);

    max-width: 1170px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;
	
	border:1px groove #FFFFFF;
	
	display: block;

	-moz-border-radius:20px;

	-webkit-border-radius:20px;

	border-radius:20px;

}

.container2 {
	
	background-color: ;

    max-width: 1170px;

    margin-left: auto;

    margin-right: auto;

    padding-left: 30px;

    padding-right: 30px;

}



#main {

    margin-top: 30px;

    padding-bottom: 100px;

}



#main .inner {

    padding: 21px 25px;

}



#main .fl {

    width: 100%;

}



#main strong {

    font-size: 18px;

    color: #585858; 

}



.fluid-width-video-wrapper {

    width: 100%;

    position: relative;

    padding-top: 52.25%;

    margin-bottom: 20px;

}



.fluid-width-video-wrapper iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



#main h1 {
	
	color: #FFFFFF;

    font-size: 40px;

    font-weight: 700;

    margin-top: 9px;

    margin-bottom: 15px;

}


#main h2 {
	
	color: #3B99FC;

    font-size: 40px;

    font-weight: 700;

    margin-top: 9px;

    margin-bottom: 42px;

}

#main h3 {

    color: #FFFFFF;

    font-size: 18px;

    font-weight: 700;

}

#main h4 {

    color: #CE351A;

   font-size: 22px;

    font-weight: 700;


}


.open-modal

{

	width: 100%;

	max-width: 336px ;

	margin: 0 auto;

	background:#19acca;

	color:#fff;

	font-size:18px;

	text-transform:uppercase;

	display: block;

	text-decoration: none;

	font-weight:300;

	padding:12px 5px;

	border:1px groove #0D92AD;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	border-radius:5px;

	font-family:Roboto,sans-serif;

	line-height:130%;

	white-space:normal;

	cursor:pointer;
	
}


.vid {

    font-size: 14px;

    color: #585858;

}



#footer {
	
	font-family: sans-serif;
	
	font-size: 16px;
	
	color: #666;

    line-height: 1.3em;

    background: ;

    padding: 20px 0;

    margin-top: ;

}



#footer .copyright {

    margin: 0;

    text-indent: 40px;

}



#footer .ftr-link a {
	
	text-align: center;

    display: inline-block;

    text-decoration: underline;
	
	color: #666;

    border-left: ;

    line-height: 12px;

    padding-left: 5px;

    margin-left: 5px;

}



#footer .ftr-link a:first-child {

    border-left: none;

}




/***popup***/
#pop-up{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    top: 0;
}
#popup-content{
    position:fixed;
    background:#fff;
    max-width: 610px;
    /* padding: 35px; */
    font-family: sans-serif;
    top: 70px;
    margin:0 auto;
    left:0;
    right:0;
    border-top:3px solid #3476b5;
    border-bottom:3px solid #3476b5;
    box-shadow:0 0 0 2px #000;
}
#popup-content h3{font-size: 27px;text-align:center;line-height: 1.2em;}
#popup-content p{text-align:center;font-size:18px;line-height: 1.3em;}
.surveyRadioOption{border-radius:4px;cursor:pointer;font-size:20px;padding:15px 10px;}
.surveyStepQuestions {
    padding: 15px 10px;
}.wrapper{position:relative;padding: 35px 45px;}
#close{position:absolute;top: -15px;right: -15px;cursor: pointer;}
.surveyRadioOption:hover {
    background: #0e8dc7;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.14),inset 0 0 0 2px rgba(255,255,255,0.16) !important;
}


.progress-border {
    background: #ddd;
    border-radius: 8px;
    margin: 30px 0;
}

.progress {
    background: #0e8dc7;
    border-radius: 8px;
}
#q2,#q3, #redirect-link{display:none;}
/* todo media query */

@media only screen and (max-width: 977px) {

    .wrap {

        min-width: 320px;

    }



    #main .fl {

        width: 100%;

    }

}



@media only screen and (max-width: 700px) {

    #main h2 { 

        font-size: 22px;

        margin-top: 40px;

    }

}