*{
	margin: 0;
}
body{
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 16px;
	background: #fff;
}
button{ outline:none; border: 0;}
input{outline:none; border: 0;}
input.tbtn{display: inline-block;}
a, a:visited, a:hover, a:active, a:focus { outline:none; text-decoration:none; }
a{ text-shadow: 0 1px 1px rgba(0,0,0,0.53); transition: all 0.5s ease;}
hr{border: 1px solid #eee; width:75%;}
h1, h2, h3, h4, h5{font-family: 'Raleway', sans-serif; color: #222; font-weight: 700;}
input[type="submit"]{
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 16px;
}
#pay form#payment-form div.form-group:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.modal#payment form#payment-form div.form-group:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Navigation */
.nav{
	font-size: 18px;
}
.navbar.navbar-inverse{
	background-color: black;
	border-color: black;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
	color: #000;
	background: #fff;
}
.navbar-inverse .navbar-nav>li>a{
	color: #eee;
}
.navbar-header img{
	width: 180px;
	height: 45px;
}
.navbar .icon{
	font-size: 20px;
}
/* Navigation END */
#top{
	color: #fff;
}
#top+h1{
	color:#fff;
}
#top #logo{width: 180px;height: 45px;}
#top #logo img{width: 100%; height: 100%;}
h1{font-size: 54px; line-height: 54px;}
h2{font-size: 42px; line-height: 42px;}
h3{font-size: 32px; line-height: 32px;}
h4{font-size: 22px; line-height: 22px;}
h5{font-size: 18px; line-height: 18px;}

.ph::-webkit-input-placeholder { color:#aaa; font-family: 'Lato', sans-serif;  font-weight: 700; font-size: 19px; line-height: 19px;}
.ph::-moz-input-placeholder { color:#aaa; font-family: 'Lato', sans-serif;  font-weight: 700; font-size: 19px; line-height: 19px;}
.ph::-ms-input-placeholder { color:#aaa; font-family: 'Lato', sans-serif;  font-weight: 700; font-size: 19px; line-height: 19px;}
.ph::-o-input-placeholder { color:#aaa; font-family: 'Lato', sans-serif;  font-weight: 700; font-size: 19px; line-height: 19px;}
.ip{height: 45px;}

/* Login Section */
.hr-login{border: 1px solid rgba(238,238,238,0.4); width:60%;margin: 15px auto 0 auto;}
#login-form .form-control{
	font-size: 19px!important;
	line-height: 19px!important;
	font-family: 'Lato', sans-serif!important;
	font-weight: 700!important;
}
.buttons{
	text-align: center;
}
#passset-form .form-control{
	font-size: 19px!important;
	line-height: 19px!important;
	font-family: 'Lato', sans-serif!important;
	font-weight: 700!important;
}
/* Login Section END */


.leaf{
	margin-left: 5px;
	line-height: 18px!important;
}
.title+.leaf{
	color: #222;
}
.wc.page5 .leaf{
	border-radius: 4px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 10px;
	box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-ms-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	color: #222;
}
.wc.page4 .ct .leaf{
	border-radius: 4px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 10px;
	box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-ms-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	-o-box-shadow: 0 0 0.8em rgba(0,0,0,0.8);
	color: #222;
}
.wc .leaf{
	font-size: 20px;
	line-height: 25px;
}
.pager a{
	text-shadow:none!important;
	color: #428bca!important;
	cursor: pointer;
}
.pager .disabled>a{
	color: #777!important;
}
.btnset{
	text-align: center;
}

.button{
	font-weight: 400;
	color: #222;
	border: 2px solid #2f2f2f;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: transparent;
	transition: all 0.4s ease-out;
}
.button:hover{
	color: #eee;
	background-color: #2f2f2f;
}
.button-login{
	font-weight: 400;
	color: #eee;
	border: 2px solid #2f2f2f;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #2f2f2f;
	transition: all 0.4s ease-out;
}
.button-login:hover{
	color: #222;
	background-color: transparent;
}
.button-set{
	font-weight: 400;
	color: #eee;
	border: 2px solid #2f2f2f;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #2f2f2f;
	transition: all 0.4s ease-out;
	width: 100%;
}
.button-set:hover{
	color: #222;
	background-color: transparent;
}
.btn-login{
	border: none;
	font-weight: 400;
	color: #fff;
	padding: 15px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #E84E41;
	width: 100%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.53);
}
.header-login{
	position: absolute;
	top: -100px;
	left: 20%;
	width: 230px;
	height: 58px;
}
.header-login img{
	width: 100%;
	height: 100%;
}
#top{
	margin-bottom: 40px;
	height: 45px;
	/*
	border-width: 0 0 10px 0;
	-webkit-border-image:
        -webkit-linear-gradient(rgba(255,255,255,0.9), rgba(255, 255, 255, 0)) 100% 1;
      */
}
#top #logo{
	position: relative;
	float: left;
}
#top #status{
	position: relative;
	float: right;
}
#top #status span{
	color: #222;
	margin-right: 20px;
	line-height: 45px;
	font-weight: 400;
}
.sv{
	text-align: center;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition: opacity 1s,box-shadow 0.5s;
	-webkit-transition: opacity 1s, box-shadow 0.5s,background 0.5s,border 0.5s;
	-moz-transition: opacity 1s,box-shadow 0.5s,background 0.5s,border 0.5s;
	-ms-transition: opacity 1s,box-shadow 0.5s,background 0.5s,border 0.5s;
	-o-transition: opacity 1s,box-shadow 0.5s,background 0.5s,border 0.5s;
}

.sv:hover{
	box-shadow:  0 0 1.5em rgba(0,0,0,0.7);
	-webkit-box-shadow:  0 0 1.5em rgba(0,0,0,0.7);
	-moz-box-shadow:  0 0 1.5em rgba(0,0,0,0.7);
	-ms-box-shadow:  0 0 1.5em rgba(0,0,0,0.7);
	-o-box-shadow:  0 0 1.5em rgba(0,0,0,0.7);
}
.sv > input[type="radio"]{
	display: none;
}
.sv img{
	width: 100%;
	height:	100%;
}
.image{
	cursor: pointer;
}
input[type="radio"]+img{
	cursor: pointer!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
input[type="radio"]:checked+.image:before{
	font-family: 'Pe-icon-7-stroke';
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 50px;
	width:50px;
	height:50px;
	color: green;
	content: "\e66c";
}

/* PADDING */
.pad90{padding-top:90px;}
.pad80{padding-top:80px;}
.pad70{padding-top:70px;}
.pad60{padding-top:60px;}
.pad50{padding-top:50px;}
.pad40{padding-top:40px;}
.pad30{padding-top:30px;}
.pad20{padding-top:20px;}
.pad10{padding-top:10px;}
.pad5{padding-top:5px;}
/* END PADDING*/
/* Container  */
.container.survey{
	margin-top: 60px;
}
/* Container END */

/* Footer */
.footer{
	background: #2E3138;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
#copyright{
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	padding: 0px 0;
}
#social i{
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
	transition: all 0.5s ease;
}
#social i:hover{
	color: #fff;
}
/* Footer END */
.wc.active{
	display: block;
}
.wc{
	display: none;
}
.box{
	background: linear-gradient(#fff,#f2f6f9);
	background: -webkit-linear-gradient(#fff,#f2f6f9);
	background: -moz-linear-gradient(#fff,#f2f6f9);
	background: -ms-linear-gradient(#fff,#f2f6f9);
	background: -o-linear-gradient(#fff,#f2f6f9);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-webkit-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-moz-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-ms-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-o-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
}
.box-survey{
	background: linear-gradient(#fff,#f2f6f9);
	background: -webkit-linear-gradient(#fff,#f2f6f9);
	background: -moz-linear-gradient(#fff,#f2f6f9);
	background: -ms-linear-gradient(#fff,#f2f6f9);
	background: -o-linear-gradient(#fff,#f2f6f9);
	box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-webkit-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-moz-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-ms-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-o-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
}
.tsh{
	height: 780px;
}
.nopad{
	padding:0;
	margin:0;
}
.box-login{
	margin-top: 20%;
	width: 360px;
	background: linear-gradient(#fff,#f2f6f9);
	background: -webkit-linear-gradient(#fff,#f2f6f9);
	background: -moz-linear-gradient(#fff,#f2f6f9);
	background: -ms-linear-gradient(#fff,#f2f6f9);
	background: -o-linear-gradient(#fff,#f2f6f9);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-webkit-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-moz-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-ms-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
	-o-box-shadow: 0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);
}
ul.pager li>a{
	width: 109px!important;
	padding-top: 14px!important;
	padding-bottom: 14px!important;
	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-ms-border-radius: 5px!important;
	-o-border-radius: 5px!important;
}
.txt-center{
	text-align: center;
}
.important{
	color: red;
}
.error{
	color: red;
}
.box-width70{
	width:70%!important;
}
.endcontent{
	margin-top: 30px;
	font-size: 18px;
}
/*------------------------------------------------------------------------------------------------------*/
.modal#payment form input[type="text"].invalid, .modal#payment form input[type="number"].invalid, .modal#payment form input[type="email"].invalid, .modal#payment form input[type="password"].invalid {
    border-color: #ce716f;
}
.tipsy {
    font-size: 14px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}
.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/*-----------------------------------------------------------------------------------------------------------------------*/
/********************** PAYMENT ***********************/
.button.pays{
	background-color: rgba(67, 98, 255, 1);
	color: #fff;
	border:none;
}
.button.pays:hover{
	background-color: rgba(30, 30, 255, 1);
	color: #fff;
	border:none;
}
.button.disabled{
	color: #fff;
	background-color: rgba(143, 143, 143, 1);
	cursor: not-allowed;
	border:none;
}
.button.disabled:hover{
	color: #fff;
	background-color: rgba(143, 143, 143, 1);
	cursor: not-allowed;
	border:none;
}
#pay #payment-form #card_exp_month,#pay #payment-form #card_exp_year, #pay #payment-form #card_cvc{
	margin-right: 10px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#pay form#payment-form .cc-icon {
    width: 40px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
}
#pay form#payment-form .cc-icon:first-child {
    margin-right: 0;
}
#pay form#payment-form #visa {
    margin-left: 390px;
    display: none;
    background-image: url("../images/icons/cc_visa.gif");
}
@media (min--moz-device-pixel-ratio: 1.3),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    #payment form#payment-form #visa {
    background-image: url("../images/icons/cc_visa@2x.gif");
}
}
#pay form#payment-form #mastercard {
    margin-left: 390px;
    display: none;
    background-image: url("../images/icons/cc_mc.gif");
}
@media (min--moz-device-pixel-ratio: 1.3),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    #pay form#payment-form #mastercard {
    background-image: url("../images/icons/cc_mc@2x.gif");
}
}
#pay form#payment-form #americanexpress {
    margin-left: 390px;
    display: none;
    background-image: url("../images/icons/cc_amex.gif");
}
@media (min--moz-device-pixel-ratio: 1.3),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    #pay form#payment-form #americanexpress {
    background-image: url("../images/icons/cc_amex@2x.gif");
}
}
#pay form#payment-form #discover {
    margin-left: 390px;
    display: none;
    background-image: url("../images/icons/cc_discover.gif");
}
@media (min--moz-device-pixel-ratio: 1.3),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    #pay form#payment-form #discover {
    background-image: url("../images/icons/cc_discover@2x.gif");
}

