/************** GENERAL & PSEUDO CLASSES ****************/

input {
    -webkit-appearance: none;
    border-radius: 0;
}

#main-container{
	width: 100%;
	overflow: hidden;
}

section{
	padding-bottom: 44px;
}

.inner-section{
	padding-top: 44px;
	padding-bottom: 44px;
	
}

.slide-left{
	padding-left: 60px;
}

.slide-right{
	padding-right: 60px;
}

.even-section{
	background-color: #eee;
}

.odd-section{
	background-color: #fff;
}

.blue-btn{
	border-bottom: 3px solid #4aa89f;
	background-color: #88d8d0;
	padding: 10px;
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	cursor: pointer;
	position: relative;
}

.ns-btn{
	border-bottom: 3px solid #c51931;
	background-color: #db3a50;
	padding: 10px;
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	cursor: pointer;
	position: relative;
}

.green-btn{
	border-bottom: 3px solid #20a86a;
	background-color: #30d589;
	padding: 20px;
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	cursor: pointer;
	position: relative;
}

.red-btn{
	border-bottom: 3px solid #a02a2c;
	background-color: #dd4749;
	padding: 20px;
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	cursor: pointer;
	position: relative;
}

.section-preamble h2{
	color: #dd4749;
	margin-bottom: 11px;
	font-weight: normal;
}

.section-preamble .hr{
	border: 1px solid #ccc;
	width: 20%;
	margin: 0px auto;
}

.section-preamble p{
	font-size: 16px;
	color: #333;
	margin: 0px auto;
	width: 90%;
	margin-bottom: 44px;
}

.blue-btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.details-error-wrap{
	padding: 10px;
	color: #fff;
	background-color: #a02a2c;
	margin-bottom: 10px;
}





/************* NAV STYLES *********************/

#main-nav{
	min-height: 80px;
	max-height: 80px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-nav{
	max-height: 400px !important;
}

#mobile-toggle{
	float: right;
	font-size: 40px;
	color: #888;
	display: block;
	cursor: pointer;
	position: relative;
	bottom: 35px;
}

#logo{
	padding-top: 30px;
}

#logo h5{
	color: #888;
	font-family:'Lobster', Georgia;
	font-size: 28px;
	position: relative;
	top: -5px;
	font-weight: 300;
}

#logo h5 b{
	color: #c51931;
	font-weight: 300;
}

#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 30px;
	overflow: hidden;
}

#nav-holder li{
	float: left;
	list-style: none;
	margin-left: 22px;
}

#nav-holder li a{
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	color: #111;
	
}

#nav-holder li a:hover{
	color: #c51931;
    text-decoration: underline;
}

#nav-holder li:first-child{
	margin-left: 0px;
}

#main-nav .ns-btn{
	top: -10px;
}

#main-nav .ns-btn a{
	color: #fff;
}

#main-nav .ns-btn:hover{
	top: -5px;
	border-bottom: 0px solid #4aa89f;
}

/*************** HOME STYLES ******************/

#home{
	padding-top: 150px;
	background:url('../images/bg.jpg');
	background-size: cover;
	background-color: #235071;
	overflow: hidden;
	margin-bottom: 44px;
	padding-bottom: 0px !important;
}	

#home-slider{
	overflow: hidden;
	position: relative;
	min-height: 534px;
}

#home-slider img{
	position: relative;
	top: 5px;
}

#home-slider h1{
	color: rgba(255,255,255,0.9);
	font-size: 48px;
    font-weight: normal;
    text-shadow: 1px 0px 0 #111;
}

#home-slider .hr{
	border: 1px solid rgba(255,255,255,0.9);
	margin-top: 32px;
	margin-bottom: 32px;
	width: 60%;
	float: right;
}

#home-slider p{
	font-size: 18px;
	color: rgba(255,255,255,0.9);
	margin-bottom: 44px;
}

#home-slider .btn{
	background-color: #dd4749;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	border-bottom: 4px solid #a02a2c;
	font-family:'Ubuntu', Calibri, Tahoma, Arial;
	cursor: pointer;
	position: relative;
	margin-bottom: 88px;
}

#home-slider .btn:hover{
	top: 5px;
	border-bottom: 0px solid #a02a2c;
	
}

#home-slider iframe{
	width: 100% !important;
	height: 290px;
	margin-top: 44px;
	border: none;
}

/********************* FEATURES SECTION *********************/

.feature h4{
	margin-top: 22px;
	margin-bottom: 22px;
	border-bottom: 2px solid;
	display: inline-block;
	font-size: 16px;
	color: #444;
	padding-bottom: 2px;
}

.platform-row h2{
	color: #dd4749;
	font-weight: normal;
	margin-bottom: 11px;
}

.mid-row{
	background-color: #f5f5f5;
}

.platform-row .hr{
	width: 40%;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	display: inline-block;
}

.platform-row p{
	margin-top: 22px;
	margin-bottom: 44px;
}

.platform-row img{
	max-height: 400px;
	text-align: center;
}

.platform-row .blue-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
	margin-left: 18px;
}

.platform-row .blue-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

.platform-row .green-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
}

.platform-row .green-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** NEWSLETTER SECTION **************/

#newsletter{
	background:url('../images/bg.jpg');
	background-size: cover;
	background-color: #235071;
	padding: 30px 0 20px 0;
}

#newsletter .inner-section{
	padding-bottom: 10px;
}

#newsletter i{
	float: left;
	display: block;
	font-size: 170px;
	height: 100px;
	width: 100px;
	line-height: 0.35;
	color: rgba(255,255,255,0.7);
	float: left;
}

#newsletter h3{
	color: rgba(255,255,255,0.7);
	font-weight:normal;
}

.newsletter-email{
	width: 60% !important; 
	top: 3px;
	position: relative;
	height: 63px !important;
}

.newsletter-btn{
	background-color: #dd4749;
	border-style: none;
	border-bottom: 3px solid #222;
	padding: 20px;
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	border-bottom: 3px solid #a02a2c;
	cursor: pointer;
	position: relative;
	width: 35%;
	margin-left: 5%;
	font-size: 18px;
}

.newsletter-btn:hover{
	top: 3px;
	border-bottom: 0px solid #a02a2c;
}

#newsletter .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
}	

#newsletter .form-sent{
	top: 3px;
	height: 64px;
	text-align: center;
}

/**************** PRICING SECTION ****************/

.price-table h4{
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
}

.price-heading{	padding: 25px;	background-color: #c51931;}
.price-heading2{background-color: #1c78b2;}
.price-heading3{background-color: #22aaa2;}
.price-amount{padding: 35px;background-color: #e26c7d;}
.price-amount2{background-color: #61a9d6;}
.price-amount3{background-color: #5fc7c1;}

.price-details{
	list-style: none;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;

}

.price-details li{
	font-size: 16px;
	padding: 15px;
}

.price-details li:nth-child(odd){
	background-color: #fff;
}

.price-details li:nth-child(even){
	background-color: #eee;
}

.price-purchase{
	padding: 25px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	min-height: 112px;
	background-color: #fff;
}

.price-purchase .btn{
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.price-purchase .btn:hover{
	top: 3px;
	border-bottom: 0px solid #fff;
}

/******************** FAQ Section ********************/

.question-holder{
	margin-bottom: 22px;
	width: 100%;
}	

.question{
	background-color: #2b516f;
	padding: 25px;
	cursor: pointer;
	width: 100%;
}

.question:hover span{
	bottom: 3px;
}

.question span{
	font-size: 18px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
	position: relative;
}

.question i{
	display: inline-block;
	font-size: 55px;
	height: 5px;
	
}

.show-question{
	font-size: 40px !important;
	margin-left: 11px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	float: right;
	margin-top: 10px;
	position: relative;
}

.show-rotate{
	-moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    top: -5px;
}

.answer{
	border-bottom: 3px solid #ccc;
	background-color: #eee;
	max-height: 1px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.answer p{
	padding: 15px;
}

.answer-open{
	max-height: 400px;
}

/************************ AS SEEN ON SECTION *******************/

.critic-review{
	margin-top: 22px;
}

.critic-review i{
	color: #bbb;
	font-size: 48px;
}

.critic-review h5{
	margin-top: 11px;
	color: #777;
	font-family:'Ubuntu', Calibri, Tahoma, Arial;
	font-weight: normal;
}

/*********************** FOOTER SECTION *******************/

#footer{
	background:url('../images/bg.jpg');
	background-size: cover;
	background-color: #222;
	padding-top: 44px;
}

#footer h4, #footer h5, #footer h6{
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
}

#footer h3{
	font-family: 'Lobster';
	color: #fff;
	opacity: 0.2;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 66px;
}

#footer li{
	list-style: none;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	font-size: 17px;
	margin-bottom: 3px;
}

#footer li a{
	color: #fff;
}

.footer-title{
	margin-bottom: 44px;
	color: #fff;
}

#footer p{
	color: #fff;
}

#footer i{
	font-size: 40px;
	margin-left: 22px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#footer i:hover{
	opacity: 1;
}

.footer-social{
	margin-top: 11px;
}

#footer .newsletter-email{
	background-color: #fff;
	border: 1px solid #fff;
	height: 54px !important;
	color: #666;
	width: 100% !important;
}	

#footer .newsletter-btn{
	padding: 15px;
	font-size: 16px;
	right: 0px;
	width: 130px !important;
}

#footer .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
	text-align: center;
}	


.mail-link a{
	color: #fff;
}

.mail-link{
	margin-top: 22px;
	font-size: 16px;
	margin-bottom: 44px;
}

.mail-link i{
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 10px;
	opacity: 1 !important;
}

#form1  {background: url(../images/wireframes/front-pad2.png); width: 500px; height: 534px; padding: 90px 0 0 0; text-align: center;}
#form1 input {
	width: 65%;
    margin-left: 18%;
}
#form1 p{ width: 65%;  margin-left: 18%; font-size: 16px; text-align: left; margin-bottom: 2em;}

#form1 input.btn {
	background-color: #db3a50;
	border-style: none;
	border-bottom: 3px solid #222;
	padding: 20px;
	color: #fff;
	font-family: 'Ubuntu', Calibri, Tahoma, Arial;
	border-bottom: 3px solid #c51931;
	cursor: pointer;

	width: 65%;
	margin-left: 1%;
	font-size: 22px;
}

#form1 input.btn:hover{
	top: 3px;
	border-bottom: 0px solid #a02a2c;
}

.callback:hover, .callback div:hover {cursor: pointer;}
.callback_hide {position:fixed; top:0; left:0; z-index:999; display:none; width:340px; height:auto; padding:0;	border:1px solid #fff; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); background:#ebebeb; font: 16px 'PT Sans Narrow', 'Arial Narrow', sans-serif;}
.callback_hide h3 {font: 24px 'PT Sans Narrow', 'Arial Narrow', sans-serif; margin: 0 0 15px 0; padding: 0;}
.callback_hide .btn {font: bold 20px 'PT Sans', 'Arial Narrow', sans-serif; margin: 20px 0 0 40px;}
.callback_hide input { width: 94%;    margin: 5px; font: 16px 'PT Sans Narrow', 'Arial Narrow', sans-serif;}
.callback_hide .err, #form1 .err{ border: 2px solid red;}
.callback_back {	position:absolute;	top:0;	left:0;	background:#000; z-index:998;}
.callback_close {cursor: pointer;	display:block;	width:29px;	height:29px;	position:absolute;	top:-10px;	right:-10px;	background:url('../images/close.png') no-repeat;}
.callback_success {position:fixed;	top:0;	left:0;	z-index:101;	height:36px;	width:100%;	background:rgba(0,0,0,0.9);	color:#fff;	text-align:center;	padding-top:70px;font-size:1.5em;}
.callback_thanks h2 {font-size:1.2em;}
