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

	Project Name: Workitect Landing Page
	
	Author: Paulina Pruszkowska
	www.paulinapruszkowska.com
	
	
**********************************************************************************/
@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: 'Lato', 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{
	font-family: 'Lato',sans-serif;
font-weight: 500;
line-height: 1.1;
color: inherit;
}

h1{
	font-size: 37px;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 28px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 18px;
	color:#FFF
}

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: #ACD000;
}

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

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, li::selection, a::selection {
	background: #ACD000;
	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: #ACD000;
	text-shadow: none;
}

section{
	padding: 20px 0;
}

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

.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;
	background: #000;
}

.blue-gradient{
	color: #ecedef;
	background: #6A6B6B;
}

/* Buttons
-------------------------------- */
.btn{
	text-shadow: none;
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.btn-small {
	font-size: 16px;
	padding: 5px 22px;
	font-size:16px;
	font-weight: 400;
}

.btn-yellow{
	color: #000;
	border-radius: 4px;
	background-clip: padding-box;
	background: #ACD000;
	background: -moz-linear-gradient(top,  #ACD000 0%, #b9df02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACD000), color-stop(100%,#b9df02));
	background: -webkit-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -o-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -ms-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: linear-gradient(to bottom,  #ACD000 0%,#b9df02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACD000', endColorstr='#b9df02',GradientType=0 );

}

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

}

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

.social li{
	float: left;
	margin-right: 10px;
	border: 2px solid rgba(255, 255, 255, 0.47); /* Changed */
	border-radius: 50%;
	background-clip: padding-box;
	background-color: #acd000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.social li:hover{
	border: 2px solid #fff; /* Changed */
}

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

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

.social li a:hover{
	color: #ecedef;
}

/* 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;
}

/* #TOP HEADER
=============================== */
#top-header{
	padding: 10px 0;
}

.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: #6A6B6B;
	background: -moz-linear-gradient(top,  #6A6B6B 0%, #8c8e8e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6A6B6B), color-stop(100%,#8c8e8e));
	background: -webkit-linear-gradient(top,  #6A6B6B 0%,#8c8e8e 100%);
	background: -o-linear-gradient(top,  #6A6B6B 0%,#8c8e8e 100%);
	background: -ms-linear-gradient(top,  #6A6B6B 0%,#8c8e8e 100%);
	background: linear-gradient(to bottom,  #6A6B6B 0%,#8c8e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A6B6B', endColorstr='#8c8e8e',GradientType=0 );
	border-radius: 4px;
	background-clip: padding-box;
}

.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;
}

.nav-pills > li > a{
	color: rgba(255, 255, 255, 0.75);
}

.nav-pills > li > a:hover{
	background: none;
	color: #fff;
}

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

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

.login-box{
	text-align: left;
	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 #4F5050;
	color: #ecedef;
	border-top: 4px solid #ACD000;
}

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

h1.tagline{
	text-shadow: none;
	background: rgba(79, 80, 80, 0.8);
	border-left: 4px solid #ACD000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 1.2em;
	font-size:24px;
}

.sub-tagline{
	text-shadow: none;
	color:#000;
	font-size:14px;
}

p.testi{
	font-size: 18px;
	font-weight: 300;
	text-shadow: none;
}

p.author{
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	background: rgba(71, 80, 80, 0.8);
	border-left: 3px solid #ACD000;
	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: rgba(79, 80, 80, 0.8);
	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;
	padding: 0 15px;
	margin: 5px 0;
}

.headbanner-form .form-subtagline{
	color: #ACD000;
	font-weight: 300;
	margin: 0;
	margin-bottom: 15px;
}

hr.form-spacer{
	border: 0;
	border-bottom: 3px solid rgba(172, 208, 0, 0.68);
	margin-top: 0;
}

.headbanner-form input, .headbanner-form select{
	color: #ecedef;
	text-shadow: none;
	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;
	padding: 10px;
	height: 45px;
	margin-bottom: 18px;
}

.headbanner-form label.form-label{
	margin-bottom: 20px;
	cursor: text;
}

.headbanner-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0px 10px;
}

.headbanner-form input::-webkit-input-placeholder {
    color: #ecedef;
    text-shadow: none;
}
 
.headbanner-form input:-moz-placeholder {
    color: #ecedef;
    text-shadow: none;
}
 
.headbanner-form input::-moz-placeholder {
    color: #ecedef;
    text-shadow: none;
}
 
.headbanner-form input:-ms-input-placeholder {
    color: #ecedef;
    text-shadow: none;
}

.headbanner-form input[type="submit"]{
	color: #000;
	font-size: 20px;
	font-weight:bold;
	text-transform: uppercase;
	border-radius: 4px;
	background-clip: padding-box;
	background: #ACD000;
	background: -moz-linear-gradient(top,  #ACD000 0%, #b9df02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACD000), color-stop(100%,#b9df02));
	background: -webkit-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -o-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -ms-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: linear-gradient(to bottom,  #ACD000 0%,#b9df02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACD000', endColorstr='#b9df02',GradientType=0 );
	padding: 10px 30px;
	margin: 18px auto;
	display: block;
}

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

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

.jslider .jslider-value{
	text-shadow: none !important;
}


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

#marketing .title{
	background: #ecedef;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
	text-transform: uppercase;
	font-weight: bold;
}

hr.title-line{
	margin: -55px auto 40px;
	border: none;
	border-top: 5px solid rgba(79, 80, 80, 0.61);
	width: 80%;
	display: block
}

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

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

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

.marketing-content .marketing-icon{
	background: rgba(0, 0, 0, .08);
	box-shadow: 0 0 0 10px rgba(57, 152, 244, 0.75);
	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(255, 255, 255, .55);
	box-shadow: 0 0 0 15px #ACD000;
}

/* #PAGE CONTENT
================================ */
#page-content{
	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;
	border: 2px solid rgba(30,30,30,.25);
	padding: 10px;
	margin-bottom: 0;
}

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

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

input[type="submit"].send-button{
	color: #ecedef;
	text-shadow: none;
	font-size: 16px;
	font-weight: normal;
	border: none;
	border-radius: 4px;
	background: #ACD000;
	background: -moz-linear-gradient(top,  #ACD000 0%, #b9df02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACD000), color-stop(100%,#b9df02));
	background: -webkit-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -o-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -ms-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: linear-gradient(to bottom,  #ACD000 0%,#b9df02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACD000', endColorstr='#b9df02',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: #8daa03;
	background: -moz-linear-gradient(top,  #8daa03 0%, #9dbc05 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8daa03), color-stop(100%,#9dbc05));
	background: -webkit-linear-gradient(top,  #8daa03 0%,#9dbc05 100%);
	background: -o-linear-gradient(top,  #8daa03 0%,#9dbc05 100%);
	background: -ms-linear-gradient(top,  #8daa03 0%,#9dbc05 100%);
	background: linear-gradient(to bottom,  #ACD000 0%,#9dbc05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8daa03', endColorstr='#9dbc05',GradientType=0 );
}

/* #FEATURETTES
================================ */
#featurettes{
	padding: 60px 0;	
}

.dark-section{
	background: #6a6b6b;
	color: #ecedef;
	text-shadow: none;
	text-align: center;
}

.dark-section .title{
	background: #6a6b6b;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.dark-section hr{
	border-top: 2px solid rgba(236, 237, 239, 0.57);
}

.dark-section hr.title-line{
	border-top: 5px solid rgba(236, 237, 239, 0.57);
}

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: #ACD000;
	font-weight: bold; !important;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 20px;
}

.checklist{
	margin: 0;
}

.checklist li{
	padding: 0;
	padding-left: 24px;
	margin-bottom: 13px;
}

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

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

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

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

#lower-content .title{
	background: #ecedef;
	display: inline-block;
	padding: 0 60px;
	margin: 15px 0 25px;
	text-transform: uppercase;
	font-weight: bold;
}

#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: #ecedef;
	text-shadow: none;
	background: #ACD000;
	background: -moz-linear-gradient(top,  #ACD000 0%, #347ec5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACD000), color-stop(100%,#347ec5));
	background: -webkit-linear-gradient(top,  #ACD000 0%,#347ec5 100%);
	background: -o-linear-gradient(top,  #ACD000 0%,#347ec5 100%);
	background: -ms-linear-gradient(top,  #ACD000 0%,#347ec5 100%);
	background: linear-gradient(to bottom,  #ACD000 0%,#347ec5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACD000', endColorstr='#347ec5',GradientType=0 );
	border-radius: 5px;
}

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

.green-toggle-faq{
	color: #ecedef;
	background: rgba(13, 141, 116, 0.55);
	padding: 1px 12px 6px;
	border-radius: 5px 0 0 5px;
	margin-right: 10px;
	font-size: 24px;
}

.blue-toggle-faq{
	color: #ecedef;
	background: rgba(7, 101, 192, 0.46);
	padding: 1px 12px 6px;
	border-radius: 5px 0 0 5px;
	margin-right: 10px;
	font-size: 24px;
}

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 -3px 0 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;
}

.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 #ACD000;
	-webkit-box-shadow: -5px 0 0 #ACD000;
	box-shadow: -5px 0 0 #ACD000;
	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: #ACD000;
}

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

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

.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;
	background: #1abc9c;
	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;
	background: #ACD000;
	box-shadow: 0 0 4px 0 #1276d6;
}

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

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

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


/* #BREAKLINE
============================== */
#breakline{
	background: url(../img/breakline-photo.png) repeat #fff;
	color: #ecedef;
	text-shadow: none;
	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 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{

}

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

.copyright{
	margin-top: 5px;
	font-weight: 300;
	font-size:12px;
}

.footer-offer p{
	font-weight: 300;
	text-shadow: none;
}

.footer-offer a.btn{
	margin: 30px 0 40px;
	font-weight: bold;
}

.footer-subscribe{
	background: #6A6B6B;
	background: -moz-linear-gradient(top,  #6A6B6B 0%, #8c8e8e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6A6B6B), color-stop(100%,#8c8e8e));
	background: -webkit-linear-gradient(top,  #6A6B6B 0%,#8c8e8e 100%);
	background: -o-linear-gradient(top,  #6A6B6B 0%,#8c8e8e 100%);
	background: -ms-linear-gradient(top,  #6A6B6B 0%,#8c8e8e 100%);
	background: linear-gradient(to bottom,  #6A6B6B 0%,#8c8e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6A6B6B', endColorstr='#8c8e8e',GradientType=0 );
	border-radius: 4px;
	padding: 15px;
	background-clip: padding-box;
}

.footer-subscribe input[type="text"]{
	border: none;
	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;
}

.footer-subscribe input.subscribe-submit{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	border-radius: 4px;
	border: none;
	background-clip: padding-box;
	background: #ACD000;
	background: -moz-linear-gradient(top,  #ACD000 0%, #b9df02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACD000), color-stop(100%,#b9df02));
	background: -webkit-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -o-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: -ms-linear-gradient(top,  #ACD000 0%,#b9df02 100%);
	background: linear-gradient(to bottom,  #ACD000 0%,#b9df02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACD000', endColorstr='#b9df02',GradientType=0 );
	padding: 10px 17px;
}

.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/all-icon-img.png) no-repeat;
	content: '';
	border: none;
	font: 0/0 a;
	width: 50px;
	height: 40px;
	display: block;
	opacity: .65;
	 background-position: -39px -68px !important;
}


.toTop a:hover{
	opacity: 1;
}
img {
    max-width: 100%;
    height: auto;
}
img.left {
    margin: 0px 10px 10px 0px;
}
.row {
    margin-bottom: 30px;
}
.left {
    float: left;
}
	
ul.bullets {
	list-style:none;
}

ul.bullets li {
	background:url(../img/bullet.gif) no-repeat 0% 5px;
	padding-left:14px;
}
