/**********************************************************************************

	Project Name: Green Skeuomorph Style for Paidjoo Landing Page
	Project Description: Paidjoo is a business, corporate landing page, aimed for personal loans corporation and subscribe list page
	Author: xWisnux (Works of Wisnu)
	Author URI: http://www.worksofwisnu.com
	Version: 1.3.0

**********************************************************************************/
@font-face {
    font-family: 'entypo';
    src:url('../fonts/entypo.eot');
    src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/entypo.woff') format('woff'),
        url('../fonts/entypo.ttf') format('truetype'),
        url('../fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Entypo Icon Fonts (taken from http://icomoon.io)
===================================================*/
.icon-phone, .icon-mail, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-linkedin, .icon-pinterest, .icon-vimeo, .icon-flickr, .icon-tumblr, .icon-dribbble, .icon-stumbleupon, .icon-instagram, .icon-skype, .icon-paypal, .icon-lifebuoy {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-phone:before {
	content: "\e000";
}
.icon-mail:before {
	content: "\e001";
}
.icon-facebook:before {
	content: "\e002";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-googleplus:before {
	content: "\e004";
}
.icon-linkedin:before {
	content: "\e005";
}
.icon-pinterest:before {
	content: "\e006";
}
.icon-vimeo:before {
	content: "\e007";
}
.icon-flickr:before {
	content: "\e008";
}
.icon-tumblr:before {
	content: "\e009";
}
.icon-dribbble:before {
	content: "\e00a";
}
.icon-stumbleupon:before {
	content: "\e00b";
}
.icon-instagram:before {
	content: "\e00c";
}
.icon-skype:before {
	content: "\e00d";
}
.icon-paypal:before {
	content: "\e00e";
}
.icon-lifebuoy:before {
	content: "\e00f";
}

/* General Style
=================================*/
body{
	background: #ecedef;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #4f5050;
	padding: 0;
}

ol, ul {
	list-style: none;
	margin: 0;
}

p{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h5{
	line-height: 1.5em;
	font-weight: 500;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 14px;
}

a{
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

a.green-link{
	color: #16a085;
}

a.green-link:hover{
	color: #1abc9c;
}

a.blue-link{
	color: #3998f4;
}

a.blue-link:hover{
	color: #3085d7;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, li::selection, a::selection {
	background: #1abc9c;
	text-shadow: none;
	}

p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::selection, li::selection, a::-moz-selection {
	background: #1abc9c;
	text-shadow: none;
}

section{
	padding: 20px 0;
}

hr{
	border-top: 1px solid rgba(79, 80, 80, 0.53);
}

.title{
	font-weight: 500;
}

.centered{
	text-align: center !important;
}

.uppercase{
	text-transform: uppercase;
}

.center-image{
	margin: 0 auto;
	display: block;
}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../img/photo-zoom.png) center center no-repeat;
	cursor: pointer;
	width: 460px;
	height: 360px;
	position: absolute;
	z-index: 10;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

span.rollover:hover {
	opacity: .7;
}

/* Gradient BG
------------------------------- */
.green-gradient{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(45, 49, 49, 0.53);
	background: #1abc9c;
	background: -moz-linear-gradient(top,  #1abc9c 0%, #16a085 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abc9c), color-stop(100%,#16a085));
	background: -webkit-linear-gradient(top,  #1abc9c 0%,#16a085 100%);
	background: -o-linear-gradient(top,  #1abc9c 0%,#16a085 100%);
	background: -ms-linear-gradient(top,  #1abc9c 0%,#16a085 100%);
	background: linear-gradient(to bottom,  #1abc9c 0%,#16a085 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#16a085',GradientType=0 );
}

.blue-gradient{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(45, 49, 49, 0.53);
	background: #3998f4;
	background: -moz-linear-gradient(top,  #3998f4 0%, #3085d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3998f4), color-stop(100%,#3085d7));
	background: -webkit-linear-gradient(top,  #3998f4 0%,#3085d7 100%);
	background: -o-linear-gradient(top,  #3998f4 0%,#3085d7 100%);
	background: -ms-linear-gradient(top,  #3998f4 0%,#3085d7 100%);
	background: linear-gradient(to bottom,  #3998f4 0%,#3085d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3998f4', endColorstr='#3085d7',GradientType=0 );
}

/* Buttons
-------------------------------- */
.btn{
	text-shadow: 0 1px 1px rgba(0,0,0,.27);
	margin-bottom: 10px;
	margin-top: 10px;
}

.btn-small {
	font-size: 14px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 300;
}

.btn-yellow{
	color: #ecedef;
	border: 1px solid #f79f27;
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34);
	background: #f5c359;
	background: -moz-linear-gradient(top,  #f5c359 0%, #f4ac06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5c359), color-stop(100%,#f4ac06));
	background: -webkit-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -o-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -ms-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f4ac06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c359', endColorstr='#f4ac06',GradientType=0 );

}

.btn-yellow:hover{
	color: #fff;
	background: #f9b860;
	background: -moz-linear-gradient(top,  #f9b860 0%, #f7a534 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b860), color-stop(100%,#f7a534));
	background: -webkit-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -o-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -ms-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f7a534 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b860', endColorstr='#f7a534',GradientType=0 );

}

/* Social Buttons
-------------------------------- */
.social{
	margin: 0;
	display: inline-block;
}

.social li{
	float: left;
	margin-right: 10px;
	border: 1px solid rgba(8,8,8,.25);
	border-radius: 17px;
	background-clip: padding-box;
	background-color: #16a287;
	box-shadow: 0 2px 4px rgba(2, 1, 2, .19), inset 0 1px 1px rgba(255, 255, 255, .1); /* Changed */
	background: linear-gradient(to bottom, rgba(0,0,0,.09) 0%, rgba(0,0,0,0.1) 100%);
}

.social li:last-child{
	margin-right: 0;
}

.social li a{
	color: #ecedef;
	text-shadow: none;
	width: 32px;
	height: 32px;
	line-height: 36px;
	display: block;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.social li a:hover{
	color: #4f5050;
}

/* Alerts
-------------------------------- */
.alert .alert-icon{
	background: rgba(226, 171, 30, 0.61);
	padding: 3px 4px;
	margin-left: -7px;
	margin-right: 7px;
	border: 1px solid #d5af3a;
	border-radius: 2px;
}

.alert.alert-success .alert-icon{
	background: rgba(47, 173, 67, 0.57);
	border-color: #27a822;
}

.alert.alert-info .alert-icon{
	background: rgba(10, 86, 223, 0.61);
	border-color: #0f35cc;
}

.alert.alert-error .alert-icon{
	background: rgba(241, 40, 40, 0.68);
	border-color: #c91101;
}

/* Form Error Message */
.form-error-message{
	display: none;
}

.show {
	display: block;
}



/* #TOP HEADER
=============================== */
#top-header{
	padding: 10px 0;
	box-shadow: 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(0,0,0,.2);
}

.head-social{
	padding: 0;
	padding-top: 8px;
}

.head-email{
	padding: 8px 0;
}

.head-email p, .head-email a{
	margin: 0;
	color: #ecedef;
}

.head-email .icon-mail{
	font-size: 18px;
	margin-right: 10px;
}

.head-email a{
	font-size: 14px;
	font-weight: 300;
}

.head-nav{
	padding: 8px 0;
}

/* Navigation */

.nav{
	margin-bottom: 0;
}

.green-nav .nav-pills > .active > a, .green-nav .nav-pills > .active > a:hover, .green-nav .nav-pills > .active > a:focus{
	background: #227e6b;
	background: -moz-linear-gradient(top,  #227e6b 0%, #328e7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#227e6b), color-stop(100%,#328e7c));
	background: -webkit-linear-gradient(top,  #227e6b 0%,#328e7c 100%);
	background: -o-linear-gradient(top,  #227e6b 0%,#328e7c 100%);
	background: -ms-linear-gradient(top,  #227e6b 0%,#328e7c 100%);
	background: linear-gradient(to bottom,  #227e6b 0%,#328e7c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227e6b', endColorstr='#328e7c',GradientType=0 );
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0, .25);
	border-bottom: 1px solid rgba(255,255,255, .3);
}

.blue-nav .nav-pills > .active > a, .blue-nav .nav-pills > .active > a:hover, .blue-nav .nav-pills > .active > a:focus{
	background: #2372be;
	background: -moz-linear-gradient(top,  #2372be 0%, #378ada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d7cc9), color-stop(100%,#378ada));
	background: -webkit-linear-gradient(top,  #2372be 0%,#378ada 100%);
	background: -o-linear-gradient(top,  #2372be 0%,#378ada 100%);
	background: -ms-linear-gradient(top,  #2372be 0%,#378ada 100%);
	background: linear-gradient(to bottom,  #2372be 0%,#378ada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2372be', endColorstr='#378ada',GradientType=0 );
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0, .25);
	border-bottom: 1px solid rgba(255,255,255, .3);
}

.nav-pills > li > a{
	color: rgba(255, 255, 255, 0.75);
	text-shadow: 0 1px 1px rgba(45, 49, 49, 0.4);
}

.nav-pills > li > a:hover{
	background: none;
	color: #fff;
	text-shadow: 0 1px 1px rgba(45, 49, 49, 0.53);
}

/* #HEAD CONTENT
================================== */
#head-content{
	padding-bottom: 0;
}

.chat-box{
	background: url(../img/cs-girl.png) no-repeat right bottom;
	padding: 0;
	margin-top: -5px;
	height: 104px;
}

.login-box{
	text-align: right;
	margin-top: -5px;
	height: 104px;
}

.chat-box h5, .chat-box h6, .login-box h5, .login-box h6{
	margin: 0;
	margin-bottom: 2px;
	font-weight: bold;
}

.chat-box h6, .login-box h6{
	font-weight: normal;
}

.chat-box .btn, .login-box .btn{
	margin-bottom: 8px;
}


/* #HEAD BANNER
=================================== */
#head-banner{
	background: url(../img/head-banner-photo.jpg) no-repeat scroll center #16a085;
	color: #ecedef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 1px 0 0px rgba(0, 0, 0, 0.2), inset 0 -1px 0 0px rgba(0, 0, 0, 0.2);
}

.page-title {
	padding: 20px 0;
}

h1.tagline{
	text-shadow: 0 0 5px rgba(0,0,0, .48);
	background: rgba(79, 80, 80, 0.8);
	border-left: 4px solid #16a286;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 1.25em;
}

.sub-tagline{
	text-shadow: 0 0 5px #000;
}

p.testi{
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0 0 8px #000;
}

p.author{
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	background: rgba(71, 80, 80, 0.8);
	border-left: 3px solid #16a286;
	width: auto;
	display: inline-block;
	padding: 3px 8px;
	margin-top: 18px;
}

.video-button{
	text-align: center;
	margin: 60px 0;
}

.video-button a{
	opacity: .69;
}

.video-button a:hover{
	opacity: 1;
}

/* Head Banner Form */
.headbanner-form{
	background: #4f5050;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 1px 5px rgba(0, 0, 0, 0), 0 0 0 10px rgba(255, 255, 255, .33);
	padding: 0 20px;
	margin-top: 20px;
}

.headbanner-form h2{
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.45);
	padding: 0 15px;
	margin: 5px 0;
}

hr.form-spacer{
	border: 0;
	border-bottom: 1px solid rgba(247, 159, 39, 0.56);
	box-shadow: 0 1px 1px 0 rgba(161, 161, 161, 0.86);
	margin-top: 0;
}

.headbanner-form input, .headbanner-form select{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(0,0,0,.35);
	font-size: 16px;
	background: #323232;
	background: -moz-linear-gradient(top,  #323232 0%, #3f3f3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#3f3f3f));
	background: -webkit-linear-gradient(top,  #323232 0%,#3f3f3f 100%);
	background: -o-linear-gradient(top,  #323232 0%,#3f3f3f 100%);
	background: -ms-linear-gradient(top,  #323232 0%,#3f3f3f 100%);
	background: linear-gradient(to bottom,  #323232 0%,#3f3f3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#3f3f3f',GradientType=0 );
	border: none;
	border-bottom: 1px solid rgba(230, 230, 230, 0.35);
	box-shadow: inset 0 1px 2px 0px #333;
	padding: 10px;
	height: 45px;
	margin-bottom: 18px;
}

.headbanner-form label.form-label{
	text-shadow: 0 0px 3px rgba(0, 0, 0, 0.45);
	margin-bottom: 20px;
	cursor: text;
}

.headbanner-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(0,0,0,.35);
	font-size: 16px;
	background: #323232;
	background: url(../img/select-arrow.png) no-repeat 99% center, -moz-linear-gradient(top,  #323232 0%, #3f3f3f 100%);
	background: url(../img/select-arrow.png) no-repeat 99%  center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#3f3f3f));
	background: url(../img/select-arrow.png) no-repeat 99%  center, -webkit-linear-gradient(top,  #323232 0%,#3f3f3f 100%);
	background: url(../img/select-arrow.png) no-repeat 99% center, -o-linear-gradient(top,  #323232 0%,#3f3f3f 100%);
	background: url(../img/select-arrow.png) no-repeat 99% center, -ms-linear-gradient(top,  #323232 0%,#3f3f3f 100%);
	background: url(../img/select-arrow.png) no-repeat 99% center, linear-gradient(to bottom,  #323232 0%,#3f3f3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#3f3f3f',GradientType=0 );
	border: none;
	border-bottom: 1px solid rgba(230, 230, 230, 0.35);
	box-shadow: inset 0 1px 2px 0px #333;
	height: 45px;
	margin-bottom: 18px;;
}

.headbanner-form input::-webkit-input-placeholder {
    color: #ecedef;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.headbanner-form input:-moz-placeholder {
    color: #ecedef;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.headbanner-form input::-moz-placeholder {
    color: #ecedef;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.headbanner-form input:-ms-input-placeholder {
    color: #ecedef;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.headbanner-form input[type="submit"]{
	color: #ecedef;
	font-size: 24px;
	text-transform: uppercase;
	border: 1px solid #f79f27;
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34);
	background: #f5c359;
	background: -moz-linear-gradient(top,  #f5c359 0%, #f4ac06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5c359), color-stop(100%,#f4ac06));
	background: -webkit-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -o-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -ms-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f4ac06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c359', endColorstr='#f4ac06',GradientType=0 );
	padding: 10px 30px;
	margin: 18px auto;
	display: block;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.headbanner-form input[type="submit"]:hover{
	color: #fff;
	background: #f9b860;
	background: -moz-linear-gradient(top,  #f9b860 0%, #f7a534 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b860), color-stop(100%,#f7a534));
	background: -webkit-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -o-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -ms-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f7a534 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b860', endColorstr='#f7a534',GradientType=0 );
}

.small-form-text{
	font-size: 10px;
	font-weight: 200;
	line-height: 16px;
	text-align: center;
	padding-bottom: 25px;
}

.layout-slider{
	margin: 40px 0 20px;
}

/* #MARKETING
================================ */
#marketing{
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	padding: 60px 0;
}

#marketing .title{
	background: #ecedef;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
}

hr.title-line{
	margin: -50px auto 40px;
	border-top: 1px solid rgba(79, 80, 80, 0.53);
	width: 70%;
	display: block
}

.marketing-content{
	margin-top: 20px;
	margin-bottom: 20px;
}

.marketing-content p{
	font-weight: 300;
}

.marketing-content h5{
	font-weight: bold;
}

.marketing-content .marketing-icon{
	background: rgba(0, 0, 0, .08);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .88), 0 0 0 10px rgba(255, 255, 255, 0.6), inset 0 2px 3px rgba(0, 0, 0, .38);
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.marketing-content .marketing-icon:hover{
	background: rgba(0, 0, 0, .15);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .88), 0 0 0 15px rgba(255, 255, 255, 0.6), inset 0 2px 3px rgba(0, 0, 0, .38);
}

/* #PAGE CONTENT
================================ */
#page-content{
	text-shadow: 0 1px 1px #fff;
	padding: 60px 0;
}

#page-content .title{
	background: #ecedef;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
}

ul.team{
	text-align: left;
}

ul.team li{
	margin-bottom: 40px;
}

ul.team li h4, ul.team li p{
	margin-bottom: 0;
}

ul.team li .team-name{
	padding-top: 10px;
}

ul.team li img{
	float: left;
	width: 100px;
	margin-right: 20px;
}

/* Contact Form Section */
.contact-form-container .row-fluid{
	margin-bottom: 10px;
}

.contact-form-container input,.contact-form-container textarea{
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 );
	border: 1px solid rgba(30,30,30,.25);
	padding: 10px;
	margin-bottom: 0;
	box-shadow: 0 1px 0 #fff, inset 0 1px 2px rgba(0,0,0,.18);
}

.contact-form-container input{
	width: 100%;
	padding: 25px 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
	height: 52px;
}

.contact-form-container textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 16px 20px;
}

input[type="submit"].send-button{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(0,0,0,.44);
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #f79f27;
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34);
	background: #f5c359;
	background: -moz-linear-gradient(top,  #f5c359 0%, #f4ac06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5c359), color-stop(100%,#f4ac06));
	background: -webkit-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -o-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -ms-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f4ac06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c359', endColorstr='#f4ac06',GradientType=0 );
	padding: 10px 17px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

input[type="submit"].send-button:hover{
	color: #fff;
	background: #f9b860;
	background: -moz-linear-gradient(top,  #f9b860 0%, #f7a534 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b860), color-stop(100%,#f7a534));
	background: -webkit-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -o-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -ms-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f7a534 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b860', endColorstr='#f7a534',GradientType=0 );
}

/* #FEATURETTES
================================ */
#featurettes{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 1px 0 0px rgba(0, 0, 0, 0.2), inset 0 -1px 0 0px rgba(0, 0, 0, 0.2);
	padding: 60px 0;
}

.dark-section{
	background: url(../img/featurettes-bg.jpg) repeat #4f5050;
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(0,0,0, .53);
	text-align: center;
}

.dark-section .title{
	background: url(../img/featurettes-bg.jpg) repeat #4f5050;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
}

.dark-section hr{
	border: 1px solid;
	border-right: 0;
	border-left: 0;
	border-top: 1px solid #4f5050;
	border-bottom: 1px solid #8f8e8e;
}

hr.divider{

}

.dark-section [class*="span"]{
	text-align: left;
	margin-bottom: 30px;
}

.dark-section h3{
	margin-bottom: 5px;
}

.dark-section p, .dark-section li, .dark-section a{
	font-weight: 300;
}

.dark-subtitle{
	color: #16a085;
	font-weight: normal !important;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	text-transform: uppercase;
	margin-bottom: 20px;
}

.checklist{
	margin: 0;
}

.checklist li{
	padding-left: 30px;
	margin-bottom: 10px;
}

.green-list{
	background: url(../img/green-list.png) no-repeat;
}

.blue-list{
	background: url(../img/blue-list.png) no-repeat;
}

.featurettes-video{
	margin-top: 20px;
}

/* #LOWER CONTENT
============================= */
#lower-content{
	text-shadow: 0 1px 1px #fff;
	padding: 60px 0;
}

#lower-content .title{
	background: #ecedef;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
}

#lower-content h3{
	margin-bottom: 5px;
}

.subtitle{
	color: #4f5050;
	font-weight: normal !important;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 20px;
}

/* Toggle FAQ*/
.toggle-content{
	margin-bottom: 20px;
}

.toggle-group{
	margin-bottom: 2px;
	border: 1px solid #E5E5E5;
}

.toggle-heading .toggle-button{
	display: block;
	padding: 8px 15px 8px 0;
	cursor: pointer;
}

a.toggle-button {
	color: #4f5050;
	text-shadow: 0 1px 1px #fff;
	background: #e8eced;
	background: -moz-linear-gradient(top,  #e8eced 0%, #cdd0d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eced), color-stop(100%,#cdd0d1));
	background: -webkit-linear-gradient(top,  #e8eced 0%,#cdd0d1 100%);
	background: -o-linear-gradient(top,  #e8eced 0%,#cdd0d1 100%);
	background: -ms-linear-gradient(top,  #e8eced 0%,#cdd0d1 100%);
	background: linear-gradient(to bottom,  #e8eced 0%,#cdd0d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eced', endColorstr='#cdd0d1',GradientType=0 );
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.18);
}

a.toggle-button h5{
	margin-bottom: 10px;
}

.green-toggle-faq{
	color: #ecedef;
	text-shadow: 0 1px 0 #39d1b3, 0 -1px 0px rgba(0, 0, 0, 0.5);
	background: #159b81;
	background: -moz-linear-gradient(top,  #159b81 0%, #138a73 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#159b81), color-stop(100%,#138a73));
	background: -webkit-linear-gradient(top,  #159b81 0%,#138a73 100%);
	background: -o-linear-gradient(top,  #159b81 0%,#138a73 100%);
	background: -ms-linear-gradient(top,  #159b81 0%,#138a73 100%);
	background: linear-gradient(to bottom,  #159b81 0%,#138a73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#159b81', endColorstr='#138a73',GradientType=0 );
	padding: 2px 12px 6px; /* Changed */
	border-radius: 5px 0 0 5px;
	margin-right: 10px;
	font-size: 24px;
	box-shadow: inset 0 1px 0 0 #20eac3; /* Changed */
}

.blue-toggle-faq{
	color: #ecedef;
	text-shadow: 0 1px 0 #20b1ea, 0 -1px 0px rgba(0, 0, 0, 0.5);
	background: #3085d7;
	background: -moz-linear-gradient(top,  #3085d7 0%, #146bbe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3085d7), color-stop(100%,#146bbe));
	background: -webkit-linear-gradient(top,  #3085d7 0%,#146bbe 100%);
	background: -o-linear-gradient(top,  #3085d7 0%,#146bbe 100%);
	background: -ms-linear-gradient(top,  #3085d7 0%,#146bbe 100%);
	background: linear-gradient(to bottom,  #3085d7 0%,#146bbe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3085d7', endColorstr='#146bbe',GradientType=0 );
	padding: 2px 12px 6px; /* Changed */
	border-radius: 5px 0 0 5px;
	margin-right: 10px;
	font-size: 24px;
	box-shadow: inset 0 1px 0 0 #20b1ea; /* Changed */
}

a.toggle-button:hover{
	text-decoration: none;
}

.toggle-inner{
	background: #fff;
	border-radius: 0 0 5px 5px;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: inset 0 1px 5px rgba(71, 71, 71, .32);
	margin-top: -2px;
}

.toggle-inner .toggle-text{
	padding: 15px 20px;
}

.collapse.in{
	border: 1px solid rgba(0, 0, 0, .18);
}

.toggle-heading .toggle-button{
	padding: 8px 15px 9px 0;
}

/* Full Width Toggle Style*/
.full-width-toggle-content{
	margin-bottom: 20px;
}

.full-width-toggle-content a.toggle-button{
	font-size: 18px;
}

.map{
	width: 100%;
	height: 300px;
	border: 4px solid #fff;
	margin-bottom: 25px;
}

#page-content .map{
	height: 380px;
}

.map img {
	max-width: none;
}

.contact-info{
	color: #ecedef;
	text-shadow: none;
	text-align: left;
	position: relative;
	width: 40%;
	background-color: rgba(45, 45, 47, .85);
	-moz-box-shadow: -5px 0 0 #16a085;
	-webkit-box-shadow: -5px 0 0 #16a085;
	box-shadow: -5px 0 0 #16a085;
	margin-top: -324px;
	float: right;
	padding: 15px;
}

#page-content .contact-info{
	margin-top: -408px;
}

.contact-info p{
	font-size: 14px;
	font-weight: 300;
}

.contact-info li{
	font-size: 12px;
	font-weight: 200;
}

.contact-info span{
	font-size: 18px;
	margin-right: 10px;
}

.green-contact-info-icon span{
	color: #16a085;
}

.blue-contact-info-icon span{
	color: #3085d7;
}

/* Testimonial Flexslider */
.flexslider-content-testimonial{
	text-align: left;
}

.flexslider-content-testimonial ul.testimonials-list li img{
	float: left;
	margin: 0px 40px 40px 50px;
}

.flexslider-content-testimonial ul.testimonials-list li p{
	padding-top: 20px;
	padding-right: 57px;
	margin-bottom: 20px;
	font-size: 16px;
	font-style: italic;
}

.flexslider-content-testimonial ul.testimonials-list li p.author{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	padding-top: 0;
	background: none;
	border: none;
	padding-left: 20px;
}

.flexslider-content-testimonial ul.testimonials-list li p.author:before{
	content: " ";
	border-top: 1px solid rgba(79, 80, 80, 0.6);
	border-bottom: 1px solid #FFF;
	width: 15px;
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: -20px;
}

.flexslider-content-testimonial ul.testimonials-list li p.author span{
	font-weight: normal;
}

/* Pricing Table */
.pricing-table{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(126, 124, 124, 0.52);
	text-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pricing-head, .pricing-table-button{
	text-align: center;
}

.pricing-head{
	border-radius: 4px 4px 0 0;
}

.pricing-head h5{
	margin: 0;
	background: #ddd;
	padding: 5px;
	border-radius: 4px 4px 0 0;
}

.pricing-head h1{
	border-bottom: 1px solid #ddd;
	padding: 0px;
	background: #f7f8f9;
	margin: 0;
}

.subscript{
	font-size: 25px;
}

.pricing-content ul{
	padding: 20px;
}

.pricing-content li{
	margin-bottom: 15px;
	font-weight: bold;
}

.pricing-table-button{
	padding: 5px;
	border-top: 1px solid #ddd;
	width: 80%;
	margin: 0 auto;
}

.green-featured h5{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(45, 49, 49, 0.53);
	background: #1abc9c;
	background: -moz-linear-gradient(top,  #1abc9c 0%, #16a085 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abc9c), color-stop(100%,#16a085));
	background: -webkit-linear-gradient(top,  #1abc9c 0%,#16a085 100%);
	background: -o-linear-gradient(top,  #1abc9c 0%,#16a085 100%);
	background: -ms-linear-gradient(top,  #1abc9c 0%,#16a085 100%);
	background: linear-gradient(to bottom,  #1abc9c 0%,#16a085 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#16a085',GradientType=0 );
	box-shadow: 0 0 4px 0 #079679;
}

.green-featured h1{
	padding: 15px;
	border-bottom: 1px solid #1abc9c;
}

.green-featured.pricing-table{
	box-shadow: 0 0 7px 0 #079679;
	margin-top: 3px;
}

.green-featured .pricing-table-button{
	border-top: 1px solid #1abc9c;
}

.blue-featured h5{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(45, 49, 49, 0.53);
	background: #3998f4;
	background: -moz-linear-gradient(top,  #3998f4 0%, #3085d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3998f4), color-stop(100%,#3085d7));
	background: -webkit-linear-gradient(top,  #3998f4 0%,#3085d7 100%);
	background: -o-linear-gradient(top,  #3998f4 0%,#3085d7 100%);
	background: -ms-linear-gradient(top,  #3998f4 0%,#3085d7 100%);
	background: linear-gradient(to bottom,  #3998f4 0%,#3085d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3998f4', endColorstr='#3085d7',GradientType=0 );
	box-shadow: 0 0 4px 0 #1276d6;
}

.blue-featured h1{
	padding: 15px;
	border-bottom: 1px solid #3085d7;
}

.blue-featured.pricing-table{
	box-shadow: 0 0 7px 0 #1276d6;
	margin-top: 3px;
}

.blue-featured .pricing-table-button{
	border-top: 1px solid #3085d7;
}

/* #BREAKLINE
============================== */
#breakline{
	background: url(../img/breakline-photo.png) repeat #4f5050;
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(0,0,0, .53);
	padding: 60px 0;
}

#breakline h3{
	font-weight: bold;
	color: #16a085;
}

.counter-wrapper{
	float: none !important;
	margin: 0 auto !important;
}

.counter{
	display: inline-block;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0), 0 1px 5px rgba(0, 0, 0, 0), 0 0 0 7px rgba(255, 255, 255, .33);
	border-radius: 6px;
	padding: 4px 5px;
	margin: 40px 0;
	margin-left: 30px;
}

.counter li{
	display: inline-block;
	text-align: center;
	position: relative;
	width: 60px;
	background: #4e4f4f;
	background: -moz-linear-gradient(top,  #4e4f4f 0%, #2f2f2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4f4f), color-stop(100%,#2f2f2f));
	background: -webkit-linear-gradient(top,  #4e4f4f 0%,#2f2f2f 100%);
	background: -o-linear-gradient(top,  #4e4f4f 0%,#2f2f2f 100%);
	background: -ms-linear-gradient(top,  #4e4f4f 0%,#2f2f2f 100%);
	background: linear-gradient(to bottom,  #4e4f4f 0%,#2f2f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4f4f', endColorstr='#2f2f2f',GradientType=0 );
	border-radius: 4px;
}

.counter li:before {
	content: '';
	width: 100%;
	height: 1px;
	border-top:3px solid #000;
	position: absolute;
	top: 36px;
	left: 0;
}

.counter li:after {
	content: '';
	width: 100%;
	height: 1px;
	border-top:2px solid rgba(255, 255, 255, 0.27);
	position: absolute;
	top: 38px;
	left: 0;
}

.counter li span{
	color: rgba(255, 255, 255, 0.87);
	font-size: 72px;
	position: relative;
	display: inline-block;
	line-height: 1em;
	height: 78px;
}

.clients{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* #FOOTER
=============================== */
#footer{
	border-top: 1px solid rgba(255, 255, 255, 0.46);
}

.leftside-footer, .rightside-footer{
	margin-bottom: 10px;
}

.copyright{
	margin-top: 50px;
	font-weight: 300;
}

.footer-subscribe{
	background: #227e6b;
	background: -moz-linear-gradient(top,  #227e6b 0%, #328e7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#227e6b), color-stop(100%,#328e7c));
	background: -webkit-linear-gradient(top,  #227e6b 0%,#328e7c 100%);
	background: -o-linear-gradient(top,  #227e6b 0%,#328e7c 100%);
	background: -ms-linear-gradient(top,  #227e6b 0%,#328e7c 100%);
	background: linear-gradient(to bottom,  #227e6b 0%,#328e7c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227e6b', endColorstr='#328e7c',GradientType=0 );
	border-radius: 4px;
	padding: 15px;
	background-clip: padding-box;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0, .25);
	border-bottom: 1px solid rgba(255,255,255, .3);
}

.footer-subscribe input[type="email"]{
	background: #eff0f2;
	background: -moz-linear-gradient(top,  #eff0f2 0%, #d9dadb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f2), color-stop(100%,#d9dadb));
	background: -webkit-linear-gradient(top,  #eff0f2 0%,#d9dadb 100%);
	background: -o-linear-gradient(top,  #eff0f2 0%,#d9dadb 100%);
	background: -ms-linear-gradient(top,  #eff0f2 0%,#d9dadb 100%);
	background: linear-gradient(to bottom,  #eff0f2 0%,#d9dadb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f2', endColorstr='#d9dadb',GradientType=0 );
	padding: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #1cb799;
	border-top: 1px solid rgba(0, 0, 0, 0.71);
}

.footer-subscribe .subscribe-submit{
	color: #ecedef;
	text-shadow: 0 1px 1px rgba(0,0,0,.44);
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #f79f27;
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34);
	background: #f5c359;
	background: -moz-linear-gradient(top,  #f5c359 0%, #f4ac06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5c359), color-stop(100%,#f4ac06));
	background: -webkit-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -o-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: -ms-linear-gradient(top,  #f5c359 0%,#f4ac06 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f4ac06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c359', endColorstr='#f4ac06',GradientType=0 );
	padding: 10px 17px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.footer-subscribe input.subscribe-submit:hover{
	color: #fff;
	background: #f9b860;
	background: -moz-linear-gradient(top,  #f9b860 0%, #f7a534 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b860), color-stop(100%,#f7a534));
	background: -webkit-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -o-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: -ms-linear-gradient(top,  #f9b860 0%,#f7a534 100%);
	background: linear-gradient(to bottom,  #f5c359 0%,#f7a534 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b860', endColorstr='#f7a534',GradientType=0 );
}

.footer-subscribe-text{
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	margin: 0;
}

/* Scroll to Top Button */
.toTop{
	position: fixed;
	right: 40px;
	bottom: 40px;
}

.toTop a{
	background: url(../img/to-top.png) no-repeat;
	content: '';
	border: none;
	font: 0/0 a;
	width: 40px;
	height: 40px;
	display: block;
	opacity: .65;
}

.toTop a:hover{
	opacity: 1;
}