/*
 * Globals
 */

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info_mobile{display:none;}
input,textarea:focus{
    border:2px solid #333;
}
.ac-custom {
	padding: 0 3em;
	max-width: 900px;
	margin: 0 auto;
}

.ac-custom h2 {
	font-size: 3em;
	font-weight: 300;
	padding: 0 0 0.5em;
	margin: 0 0 30px;
}

.ac-custom ol {
	list-style: none;
	display:block;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}

.ac-custom dd {
    display:block !important;
    width: 100%;
	margin: 0 auto;
	line-height:36px;
	clear:both;
	padding: .5em 0;
	position: relative;
}

.ac-custom label {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	padding: 0 0 0 50px;
	vertical-align: top;
	color: #666;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
	width: 30px;
	height: 30px;
	top: 50%;
	left: 0;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.ac-custom label::before {
	content: '';
	border: 34px solid #333;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ac-radio label::before {
	border-radius: 50%;
}
.ac-checkbox .ac-checkbox2 label::before {
	border-radius: 0 !important;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	color: #333;
} 

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	pointer-events: none;
}

.ac-custom svg path {
	stroke: #333;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #fff;
	border: none;
}

.ac-circle svg {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	left: -3px;
}

.ac-circle svg path {
	stroke-width: 5px;
} 

/* Box Fill */
.ac-boxfill svg path {
	stroke-width: 8px;
} 

/* Swirl */
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List */
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}
.ac-textarea{width: 780px;height:260px;}

.progress-form.step-1{height: 1300px !important;} 
.progress-form.step-2{height: 700px !important;}
.progress-form.step-3{height: 600px !important;}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
}


/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 24px;
}

/*
 * Base structure
 */

html,
body {
  height: 100%; font-family: 'Open Sans', sans-serif; font-weight:300;
}
body { position:relative; background-color: #cdcdcd !important;}
body{
	color: #333;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.row{width: 1200px;margin: 0 auto;}
.plan_header{width: 100%;padding: 20px 0 0 0;height: 90px;background-color:#333;color:#fff;margin-top:-30px !important;}
.plan_header .logo{float:left;width: 200px;display:block;margin: 0 25px;}
.plan_header .logo img{width: 180px;}
.plan_header p{float:right;margin-top:15px;font-size:1.5em;color:#999;}
a{color: #2fa0ec;text-decoration: none;outline: none;}
a:hover,a:focus{color:#74777b;}
.covering {
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
 /* background-color:rgba(0, 0, 0, .75);*/
  width: 100%;
  height: 100%; overflow:hidden;
  position: relative;
}
.plan_footer{position:fixed;bottom: 45px; left: 0;right:0;width: 1000px;margin: 0 auto;}
.count {font-size:26px; position:absolute; bottom:0; left: 0;padding: 10px 20px;background-color:#666;color:#fff;border-radius: 15px;}
.nxtitem{position:absolute;font-size:26px;right:0;bottom:0;left:60%;height:58px;border-radius: 15px;}

.frm_button_submit{padding: 10px 30px 40px 30px !important;font-size:22px;line-height:30px !important;font-weight:400;margin: 0 auto;left:40%;bottom: 20%;width: 200px;margin-bottom: 50px;}

.boxarea{min-height: 250px !important;}
.boxarea textarea{border-radius: 15px !important;min-height:150px !important;background-color:#f4f4f4 !important;height:auto; padding:10px; box-shadow:none;font-size:18px !important; color:#333 !important; outline: 0; width:100% }
.red { background-color:#e1523d}
.table-class {display: table; width:100%; height:100%}	
.black {
	
	  z-index:1111111; display: table-cell;
  vertical-align: middle;
	}	
.content_info{position:absolute;right: 17.5%;top: 150px;width: 280px;height:auto;font-size:14px;background-color:#e9e9e9;border-top:3px solid #999;padding: 25px;border-radius: 10px;}
.content_info p{line-height: 200%;}
	
body {
  color: #333;

}
.container-fluid {
    padding: 0px;
}

.centerUp {max-width:1000px; margin:0 auto;}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.btn-lg {border-radius:10px;}
.btn-default, .btn-default:hover, .btn-default:focus {
color: #fff;
text-shadow: none;
background-color: #2ecc71;
border: none;
}
.site-wrapper-inner {
  
}
.cover-container {
  margin-left: auto;
  margin-right: auto;
}

/* Padding for spacing */
/* Extra markup and styles for table-esque vertical and horizontal centering */

.cover-container {
  margin-right: auto;
  margin-left: auto;
}
#video-bg {
position: fixed;
right: 0;
bottom: 0;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
z-index: -100;
background: transparent url(video-bg.jpg) no-repeat;
background-size: cover;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
.break {border-bottom:1px solid #4DB8FF; margin-bottom:15px; padding-bottom:15px}
.progress {border-radius:0; height:7px; background-color:#fff2d6;  -webkit-box-shadow: none; box-shadow:none;position:relative;}
.progress-bar {background-color:#ffae00; -webkit-box-shadow: none;box-shadow:none; }

.activate {}
.progress-form{margin:0; padding:0; position:relative !important;min-height:910px !important;width: 100%;}
.progress-form li{margin:0; padding:0; list-style:none; position: absolute!important; width:100%;height: 100%;left:0;right:0;bottom:0;top:100px;max-width:780px !important;}
.progress-form p{font-size:100%;}
.progress-form h3{width: 780px;}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
min-width:300px;
max-width: 500px;
width:auto;
padding: 1px;
text-align: left;
background-color: #ffb500;
background-clip: padding-box;
border: none;
border: none;
border-radius: 0px;
-webkit-box-shadow: none);
box-shadow: none;
white-space: normal;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: 400;
line-height: 18px;
background-color:transparent;
border-bottom: none;
border-radius: 0;

}

.scrollable {overflow-y: scroll;
overflow-wrap: break-word;
max-height: 500px;
}
.popover-content {
padding: 9px 14px;
font-size:14px;
}
.popover.top .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffb500;
}
.frm_radio{position:relative;display:block;float:left;width: 10%;}


.form-group textarea {font-size:18px; padding:10px;}

.form-group input:focus, .form-group textarea:focus {outline:0; border:none;  box-shadow:none;}
.form-group p{font-size: 14px;}

input:active  {outline:0 !important}
.navbar {}
.navbar-brand { font-weight:normal; margin-top:30px;} .h1-header {font-weight:100; margin-top:0; font-size:36px; background:#e74c3c; padding:25px; margin-left:-10px; width:400px; position:absolute}
::focus {outline:none !important}
::blur {outline:none !important}


.nxt , .submit {position:relative; bottom:5%; right:3%;padding: 10px 25px;}
.box-item{padding: 35px;}

/*
 * Cover
 */

.cover {
  padding: 0 20px; margin-top:-50px;
}
.cover .btn-lg {
padding: 20px 65px 50px 65px;
font-weight: 500;
font-size: 26px;
line-height: 24px;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}
.triangle .content{
width: 10px;
height: 10px;
border:#666 solid;
border-width: 1px 1px 0 0;
transform: rotate(135deg);
margin-bottom: 10px;
position:absolute;
right: 15px;
top: 10px;
}

/* Smartphones (portrait and landscape) --  --  --  --  -- - */

@media screen and (min-width: 304px) and (max-width: 667px) {

.info_mobile{display:block;position:absolute;left:0;right:0;width: 95%;top:75px;z-index: 999;margin:0 auto;background-color:#fff;padding: 0 10px;border-radius: 10px;}
.info_mobile h4{font-size:14px !important;font-weight:400 !important;}
    
.progress-form h3{width: 100% !important;}
.frm_button_submit{bottom: 0.5% !important;left:10% !important; margin-bottom: 0px !important;}
.progress-form.step-2{height: 850px !important;}
.progress-form.step-3{height: 600px !important;}
.nxtitem{left:20%;width: 165px !important;}

.form-group h1{font-size: 28px !important;}
.form-group h3{font-size: 18px !important;}

.form-group textarea {width:100% !important;margin-bottom: 20px;}

.nasa-static-group-btn{display:none;}   
.content_info{display:none;}    
.cover .btn-lg {
padding: 10px 35px 30px 35px !important;
font-weight: 400;
font-size: 22px !important;
line-height: 24px !important;
}

.plan_header .logo{width: 200px !important;display:block;text-align:center !important;clear: both !important;margin: 15px auto !important;}
.plan_header .logo img{width: 150px !important;margin: 0 auto !important;}

.br-theme-bars-movie .br-widget {
  height: 40px !important;
  white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
  width: 19% !important;
  height: 40px !important;
}

.br-wrapper-b {
  width: 100% !important;
  position: absolute;
  margin: 0px 0 0 -100px !important;
  left: 30%;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 100% !important;

}

.count{position:absolute !important;bottom: 10px !important;left: 20px !important;width: 100px;height: 50px;line-height:25px;}
.subbtn{position:absolute; bottom: 10px !important;right: 20px !important;width: 100px;height: 50px;}
.nxt, .submit {padding: 10px 15px;}


}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
::-webkit-input-placeholder {
   color:#999 !important  ;
}

:-moz-placeholder { /* Firefox 18- */
  color: #999 !important  ;
}

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

:-ms-input-placeholder {  
   color: #999 !important  ;
}

[contenteditable="true"]:focus > style{
display:block;
font-size: .75em;
color: blue;
font-family: courier, sans-serif;
background: #fff;
line-height: 1.5;
position:relative;
right: -36em;
top:-2em;
}


.darken {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 9999999999999999;
display: none;
}

.thanks {
background-color: #fff;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999999999999999999999;
width: 100%;
height: 100%;
text-align: center;
padding-top: 250px;
}
.thanks h1{padding: 50px 0;}

.btn-success {
color: #fff;
background-color: #00af66;
border-color: transparent;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
color: #fff;
background-color: #009e5c;
border-color: transparent;
}




@media (max-width: 480px) {
.h1-header {
	position:static;
font-weight: 100;
margin-top: 0;
font-size: 18px;
background: transparent;
padding: 25px;
margin-left: -10px;
/* width: 400px; */
border-bottom:1px solid white;
}

.progress {margin-bottom:0}



}


@media only screen 
and (min-device-width : 320px)
and (max-device-width : 736px) 
and (orientation : landscape) {
    /* CSS here */


.h1-header {
	position:static;
font-weight: 100;
margin-top: 0;
font-size: 18px;
background: transparent;
padding: 0 0 10px 20px;
margin-left: -10px;
/* width: 400px; */
border-bottom:1px solid white;
}


	
}



.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}

.br-theme-bars-movie .br-widget {
  height: 20px;
  white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
  display: block;
  width: 100px;
  height: 20px;
  float: left;
  background-color: #ccc;
  margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
  background-color: #ff8a00;
}
.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 500px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #ff8a00;
  font-weight: 400;
  font-size: 14px;
}
.br-theme-bars-movie .br-readonly a {
  cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: #2ecc71;
}
.br-theme-bars-movie .br-readonly .br-current-rating {
  color: #fff;
}
@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #b3b3b3;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .br-theme-bars-movie .br-widget a.br-active,
  .br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid black;
    background: white;
  }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: black;
  }
}


/* Center in container */
.br-wrapper-b {
  width: 436px;
  position: absolute;
  margin: 0px 0 0 -168px;
  left: 50%;
}

/******* BOX *******/
.box {
  width: 100%;
  float: left;
  margin: .6em 0;
  padding: 0 auto;
}
.box h3{font-size:20px;}
.box p{padding-left:15px;color:#666;}
