/* ==============================================================

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Color
02. Background
03. Border
	
============================================================== */

/*
Color
=========================== */
a,
a:focus,
a:active,
.btn-primary.btn-bordered,
.heading h3,
.feature-list li i,
.pricing-wrapper.popular .pricing-price,
.recent-post-containt h5 a:hover,
.meta-col-left li a:hover,
.meta-col-right li a:hover,
.recent-post h4 a:hover,
.social-network a:hover,
.panel-heading .panel-icon i,
article h4 a:hover,
.cat li i,
.cat li a:hover,
.recent li h6 a:hover{
	color:#5c5b5b;
	text-decoration:underline;
}

a:hover,
.btn-primary.btn-bordered,
.heading h3,
.feature-list li i,
.pricing-wrapper.popular .pricing-price,
.recent-post-containt h5 a:hover,
.meta-col-left li a:hover,
.meta-col-right li a:hover,
.recent-post h4 a:hover,
.social-network a:hover,
.panel-heading .panel-icon i,
article h4 a:hover,
.cat li i,
.cat li a:hover,
.recent li h6 a:hover{
	color:#5c5b5b;
	text-decoration:none;
}

/*a,
a:focus,
a:active,
.privpol{
	color:#36bfcb;
	text-decoration:underline;
}

a:hover,
.privpol{
	color:#abd037;
}*/

/*
Background
=========================== */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered.focus,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered.active,
.open > .dropdown-toggle.btn-primary.btn-bordered,
.box-icon,
.box-time,
.jwg_slider_module .tabbed_navigation > ul li.current,
.jwg_slider_module .tabbed_navigation > ul li:hover,
.counter-containt,
.filter li.active a,
.filter li a:focus,
.filter li a:active,
.filter li a:hover,
.pricing-wrapper.popular .pricing-head,
.post-icon,
.contact-detail,
.subscribe-button,
#toTopHover,
.inner-head,
.progress-bar,
.time-year span,
.service-box.popular .service-icon,
.tag li a:hover,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover,
.navbar-default .dropdown-menu li  a:hover,
div.loading-visible,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color:#000;
}

/*
Border
=========================== */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-nav li a:hover,
.nav li a.selected,
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered.focus,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered.active,
.open > .dropdown-toggle.btn-primary.btn-bordered,
.box-icon,
.box-time,
.jwg_slider_module .tabbed_navigation > ul li.current,
.jwg_slider_module .tabbed_navigation > ul li:hover,
/*.feature-list li i,
.filter li.active a,
.filter li a:focus,
.filter li a:active,
.filter li a:hover,*/
.pricing-wrapper.popular,
.pricing-wrapper:hover,
.form-control:focus,
ul.listForm li .form-control:focus,
blockquote,
.service-box.popular,
.img-thumb:hover,
.recent-work li a:hover,
.tag li a:hover{
	border-color:#1386ab;
}

.feature-list li i,
.filter li.active a,
.filter li a:focus,
.filter li a:active,
.filter li a:hover,{
	border-color:#aacf37;
}


/*form styles*/
.msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
.msform fieldset {
	background: rgba(255,255,255,0.9);
	/* Safari 5.1 to 6.0 */
	/* background: -webkit-linear-gradient(top,rgba(0,0,0,.9) 54px,rgba(255,255,255,.9) 10%); */
	/* Opera 11.1 to 12.0 */
	/* background: -o-linear-gradient(top,rgba(0,0,0,.9) 54px,rgba(255,255,255,.9) 10%); */
	/* Firefox 3.6 to 15 */
	/* background: -moz-linear-gradient(top,rgba(0,0,0,.9) 54px,rgba(255,255,255,.9) 10%); */
	/* Standard syntax */
	/* background: linear-gradient(top,rgba(0,0,0,.9) 54px,rgba(255,255,255,.9) 10%); */
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.6);
	/*padding: 20px 30px;*/
	box-sizing: border-box;
	width: 100%;
	/*margin: 0 10%;*/
	
	/*stacking fieldsets above each other*/
	position: relative;
	padding-bottom:20px;
}

/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
.msform input, .msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	/*margin-bottom: 10px;*/
	cursor: pointer;
}
.check-list input{
	margin-bottom:10px;
}

/*headings*/
.fs-title {
	background: rgba(0, 0, 0, .9);
	color:#fff;
	font-weight:700;
	font-size:20px;
	height: 54px;
	line-height:54px;
	letter-spacing:3px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding: 0px 10px 0px 10px;
	border-radius: 3px 3px 0 0px;
}
.fs-title ul{padding:0;margin:0;}
.fs-subtitle {
	/*background: rgba(255, 255, 255, .9);*/
    color: #444;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

.fs-warning {
	color: #cc0000;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1px;
}

ul > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
	width: 100%;
    *display:inline;
    /* this fix is needed for IE7- */
}

.questions ul li { 
	line-height: 40px; 
    display: inline-block; 
    font-size: 23px; 
    font-weight: bold; 
    color: #fff; 
    padding: 0px;
	margin: 0 6px 0 6px;
	border-radius: 50%;
	width: 40px;
	background: #555;
}
.questions ul li.active { 
    background: #fff;
	color: #000;
}

.question-title ul li { 
	line-height: 40px; 
    display: inline-block; 
    font-size: 23px; 
    font-weight: bold; 
    color: #fff; 
    padding: 0px;
	margin: 0 10px 0 10px;
	border-radius: 50%;
	width: 40px;
	background: #555;
}
.questions-title ul li.active { 
    background: #fff;
	color: #000;
}

.question-title li { 
	width: 80px;
}


.questions ul li span { 
    width: 44px; 
    height: 44px; 
    line-height: 44px; 
    display: block; 
    border-radius: 50%; 
    text-align: center; 
    background: #555; 
    color: #000; 
    text-shadow: 0 1px #666; 
}
	

.questions ul li.active span { 
    background: #fff;
	color: #000;
	font-weight: bold;
}

.check-list ul {
    max-width: 350px;
    margin: 0 auto;
	/*list-style: none;*/
	margin-left: 25%;
	margin-right: 25%;
    padding-left: 0;
}

.check-list ul li label {
    display: inline-block;
    background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e5e5e5 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    margin: 5px 0!important;
    width: 100%!important;
	text-align: left;
	margin-right: 5px;
	cursor: pointer;
}

label.check {
    background-color: #c5ecfd!important;
}

.text-input-margin {
	margin: 15px 0 0 0px;
}
.text-first-last{background:#fff;border: 1px solid #ccc;border-radius:3px;clear:both;margin:15px auto 0 auto;width:60%;text-align:left;}
fieldset:nth-child(11) .fs-subtitle,fieldset:nth-child(12) .fs-subtitle,fieldset:nth-child(13) .fs-subtitle,fieldset:nth-child(14) .fs-subtitle,fieldset:nth-child(15) .fs-subtitle{font-size: 30px;font-weight: 600;}
@media (min-width: 1201px) {	
.check-list ul {
	margin-left: 25.5%;
}
}
@media (min-width: 767px) {	
	.fs-subtitle{padding:35px 30px;}
	.fs-title{padding:5px 5px;height:auto;}
	.msform fieldset:nth-child(1){padding-bottom: 10px;}
	fieldset:nth-child(1) .fs-subtitle{padding:0px 25px;font-size: 20px;line-height: 24px;}
	fieldset:nth-child(1) .fs-title{padding:0 5px;}
	.img-responsive:nth-child(2){margin-bottom:5px!important;}
	#email,#passwd1{width: 360px;}
	.btn-default.btn-bordered{padding: 24px 30px;margin: 15px 0 25px 0px;    width: 58%;font-size: 40px;}
}


@media (max-width: 767px) {	
fieldset .fs-subtitle{padding:15px;}
	
fieldset .fs-title{padding:5px;height:auto;}	
	
}

@media (max-width: 670px) {	
.questions ul li { 
	margin: 0px;
}

.check-list ul {
	margin-left: 6%;
	margin-right: 6%;
}
	
.msform {
	margin: 20px auto;
}
	
/*headings*/
.fs-title {
	font-size: 20px;
    letter-spacing: 3px;
    background: #000;
    line-height: 1.3;
    padding: 10px 15px 10px 15px;
}
	
.check-list ul li label {
    padding: 5px 10px 5px 10px;
}

}

@media (min-width:626px)and (max-width:670px) {
.check-list ul {
	margin-left: 20%;
}
}

@media (min-width:601px)and (max-width:625px) {
.check-list ul {
	margin-left: 19%;
}
}

@media (min-width:570px)and (max-width:600px) {
.check-list ul {
	margin-left: 17%;
}
}

@media (min-width:550px)and (max-width:569px) {
.check-list ul {
	margin-left: 14%;
}
}

@media (min-width:515px)and (max-width:549px) {
.check-list ul {
	margin-left: 13%;
}
}

@media (min-width:500px)and (max-width:514px) {
.check-list ul {
	margin-left: 11%;
}
}

@media (min-width:465px)and (max-width:499px) {
.check-list ul {
	margin-left: 10%;
}
}

@media only screen  and (max-width:499px) {
	.fs-subtitle{font-size:18px;line-height:1.4;}
}

@media only screen  and (max-width:350px) {
	.fs-title{font-size:15px;line-height: 1.3;}
	.containt{padding-top:0;}
	.fs-subtitle{padding: 8px 15px;font-size: 16px;line-height: 1.3; }
	.check-list h5{    margin: 0 0 5px 0;font-size: 14px;line-height: 22px; }
	.msform fieldset{background:rgba(255,255,255,0.90); }
	.logo{position: relative!important;top:unset!important;}
	.terms_privacy{    text-align: center;    font-size: 13px;
		margin: 0 38px;
		line-height: 1.3;}
	.fs-subtitle .img-responsive:nth-child(2){margin-bottom: 10px!important;}
	.logo~.fs-title{border-radius: 0;} 
	.btn-default.btn-bordered{width: 80%;}
	.form-con{width: 90%;}
}
		
	
	

	
	 