
/*Template Name: Kolo - Premium Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Kolo - Premium Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, premium template, startup, html5 template, one page, landing page, business, corporate, project
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - Clients		 	  	   */
/*   05 - About		      		   */
/*   06 - Promo LIne	 	  	   */
/*   07 - More About 			   */ 
/*   08 - Features            	   */
/*   09 - Services         		   */
/*   10 - Video         		   */
/*   11 - Portfolio        		   */
/*   12 - Statistic Banner         */
/*   13 - Call To Action   		   */
/*   14 - Pricing				   */
/*   15 - Testimonials	      	   */
/*   16 - Blog		 	  	   	   */
/*   17 - Contacts		  	   	   */
/*   18 - MailChimp Form  	   	   */
/*   19 - Footer		 	  	   */
/*   20 - Scroll to Top	 	  	   */
/*   21 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

body {
	color: #222;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0ea29d; 
	z-index: 999999; 
}
.loader {
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/icons/loader.GIF);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100px 100px;
}

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 PARAGRAPHS
/*------------------------------------------*/

p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 SECTION TITLEBAR
/*------------------------------------------*/

.titlebar {
	margin-bottom: 60px;
	text-align: center;
}

.titlebar h3 {
	font-size: 44px;
	font-weight: 300;
	line-height: 44px;
	margin-bottom: 10px;	
}

.titlebar p {
	color: #666;
	font-size: 18px;
	line-height: 26px;
	padding: 0 20%;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	height: 60px;
	padding: 17px 15px;
}
   
/*------------------------------------------*/
/*	 Navigation Bar    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.navbar-fixed-top { 
	background-color: #fff;
	border-bottom: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);	
}         

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar-nav > li > a {
	color: #222;
	font-size: 13px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 0 12px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*	 Sign Up Button   
/*------------------------------------------*/

.navbar-nav > li > a#GoToNewsletter {
	color: #fff;
	background-color: #0ea29d;
	line-height: 34px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-top: 13px;
	margin-right: 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.navbar-nav > li > a#GoToNewsletter:hover {
	background-color: #0b7d79;
}

/*------------------------------------------*/
/*	 Navigation Menu Hover/Active
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #0ea29d;
	background-color: transparent;
}

.navbar-nav > li > a:focus {
	background-color: transparent;
}

/*------------------------------------------*/
/*	 Responsive Menu Button    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: transparent;
    padding: 10px;
	margin: 11px 30px 11px 0;
	border: none;
	color: #fff;
	border: 2px solid #333;
}

.navbar-toggle .icon-bar {
	background-color: #333;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

#intro {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0 !important;
}
  
#slides {
	position: relative;
}

#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	*zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

/*------------------------------------------*/
/*	 INTRO SLIDER CONTENT
/*------------------------------------------*/

.intro-content {
	width: 80%; 
	position: absolute;
	left: 50%;
	top: 52%;
	color: #fff;
	text-align: center;
	display: inline-block;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*------------------------------------------*/
/*	 INTRO TEXT
/*------------------------------------------*/

#intro h2 {	
	color: #fff;
	font-size: 66px;
	font-weight: 300;
	line-height: 66px;
	margin-bottom: 15px;
}

#intro h2 span {	
	font-weight: 900;
}

.intro-content p {	
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 0 10%;
}

/*------------------------------------------*/
/*	 INTRO BUTTON
/*------------------------------------------*/

.intro_button {
	margin-top: 30px;
}

.intro_button .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 15px 50px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.intro_button .btn:hover {
	background-color: #0b7d79;
}

/*------------------------------------------*/
/*	 SLIDES NAVIGATION  
/*------------------------------------------*/

.slides-navigation {
	width: 100%;
    position: absolute;
    z-index: 3;
    top: 42%;
}

.slides-navigation a {
    position: absolute;
    display: block;
}

/*------------------------------------------*/
/*	 Next Button  
/*------------------------------------------*/

.slides-navigation a.next {
    right: 0px;
}

.slides-navigation .next.fa-angle-right {
    color: #ddd;
    font-size: 100px;
    opacity: 0.2;
    margin-right: 30px;
}

/*------------------------------------------*/
/*	 Previous Button
/*------------------------------------------*/

.slides-navigation a.prev {
    left: 0px;
}

.slides-navigation .prev.fa-angle-left {
    color: #ddd;
    font-size: 100px;
    opacity: 0.2;
    margin-left: 30px;
}

/*------------------------------------------*/
/*	 Buttons Hover  
/*------------------------------------------*/

.slides-navigation .next.fa-angle-right:hover,
.slides-navigation .prev.fa-angle-left:hover {
	 opacity: 0.7;
}

/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    display: block;
	width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 4%;
    text-transform: uppercase;
    color: #ddd;
    font-size: 13px;
	font-weight: 700;
    text-align: center;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.mouse {
    width: 18px;
    height: 28px;
	color: #ddd;
	border: 2px solid #ddd;
    border-radius: 9px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: block;
    text-align: center;
    margin: 0px auto 10px; 
}



/* ==========================================================================
   04. CLIENTS
   ========================================================================== */
 
#clients {
	background-color: #f5f5f5; 
	border-bottom: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}	

/*------------------------------------------*/
/*	 CLIENT LOGO
/*------------------------------------------*/

.item {padding: 0 20px;}



/* ==========================================================================
   05. ABOUT
   ========================================================================== */

#about {
	padding-top: 100px;
	padding-bottom: 100px;
} 
   
/*------------------------------------------*/
/*	ABOUT IMAGE
/*------------------------------------------*/

#about_image {
	padding-right: 30px;
}

#about_image .img-responsive { 
	display: inline-block; 
}  

/*------------------------------------------*/
/*	ACCORDION
/*------------------------------------------*/

.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------------------------------------------*/
/*	Panel Title
/*------------------------------------------*/

.panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}

.panel-title {
    color: #222;
	font-size: 26px;
	line-height: 36px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
}

.panel-title > a {
	color: #222;
    display: block;
    padding: 15px 0;
}

.panel-title > a:hover {
    color: #0ea29d;
}

/*------------------------------------------*/
/*	Panel Title Icon
/*------------------------------------------*/

.panel-title i {
	color: #0ea29d;
	font-size: 40px;
	margin-right: 15px;
}

/*------------------------------------------*/
/*	Panel Content 
/*------------------------------------------*/

.panel-body {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}

.panel-default > .panel-heading + .panel-collapse {
    border: none;
    border-top: none;
}



/* ==========================================================================
   06. PROMO LINE
   ========================================================================== */
   
#promo {
	background-color: #0ea29d;
	padding-top: 100px;
	padding-bottom: 100px;	
} 

/*------------------------------------------*/
/*	PROMO LINE IMAGE
/*------------------------------------------*/

.promo-image .img-responsive { 
	display: inline-block; 
} 

/*------------------------------------------*/
/*	PROMO LINE TEXT
/*------------------------------------------*/

#promo-content h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 20px;	
} 

#promo-content p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 20px;	
}



/* ==========================================================================
   07. MORE ABOUT 
   ========================================================================== */

#more-about {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	TABS NAV
/*------------------------------------------*/

.nav-tabs {
	border: none;
	display: inline-block; 
	margin-bottom: 50px;
}

.nav-tabs > li {
	margin-right: 15px;
}

.nav-tabs > li:last-child {
	margin-right: 0;
}

.nav-tabs > li > a {
	background-color: #eee;
	color: #666;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 12px 24px;
	border: none;	
	border-radius: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background-color: #0ea29d;
	color: #fff;
	border: none;
}

/*------------------------------------------*/
/*	TABS DESCRIPTION
/*------------------------------------------*/

.tab-pane p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.tab-pane h4 {
	color: #222;
	font-size: 26px;
	line-height: 34px;
    font-weight: 300;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	Tab Botton
/*------------------------------------------*/

.tab-pane .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 12px 24px;
	margin-top: 20px;
	margin-right: 10px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.tab-pane .btn:hover {
	background-color: #0b7d79;
}

/*------------------------------------------*/
/*	  Tab List
/*------------------------------------------*/

.tab_list li {
	position: relative;
}

/*------------------------------------------*/
/*	  Tab List Icon
/*------------------------------------------*/

.tab_list-icon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 6px;
	color: #0ea29d;
    line-height: 28px;
    text-align: center;
    font-size: 28px;
}

/*------------------------------------------*/
/*	  Intro List Content
/*------------------------------------------*/

.tab_list-content {
	padding-left: 40px;
}

/*------------------------------------------*/
/*	TABS IMAGE
/*------------------------------------------*/

.tab-image .img-responsive { 
	display: inline-block; 
}  



/* ==========================================================================
   08. FEATURES
   ========================================================================== */

#features {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 60px;
}

/*------------------------------------------*/
/*	FEATURES IMAGE
/*------------------------------------------*/

#features-image .img-responsive {
	display: inline-block;
	margin-bottom: 60px;
}

/*------------------------------------------*/
/*	  FEATURE BOX
/*------------------------------------------*/

.feature-box {
    margin-bottom: 40px;
}

.feature-box h4 {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.feature-box p {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}



/* ==========================================================================
   09. SERVICES
   ========================================================================== */

#services {
	padding-top: 100px;
	padding-bottom: 50px;
}

/*------------------------------------------*/
/*	 SERVICE BOX 
/*------------------------------------------*/

.service-box {
	margin-bottom: 50px;
}

/*------------------------------------------*/
/*	 Service Box Icon
/*------------------------------------------*/

.service-box-icon {
    text-align: center;
    float: left;
}

.service-box-icon i {	
	color: #0ea29d;
	font-size: 48px;
	line-height: 48px!important;
	padding: 6px 0;
}

/*------------------------------------------*/
/*	 Service Box Content
/*------------------------------------------*/

.service-box-content {
    overflow: hidden;
    padding: 0px 0px 0px 20px;
}

.service-box-content h4 {
	font-size: 26px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 10px;	
}

.service-box-content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 20px;	
}



/* ==========================================================================
   10. VIDEO
   ========================================================================== */

#video {
	background-image: url(../img/parallax_bg/video.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	 VIDEO TEXT
/*------------------------------------------*/

#video_content h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 15px;	
}

#video_content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 15px;
}

#video_content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

/*------------------------------------------*/
/*	  Video Button
/*------------------------------------------*/ 

.video-buttons .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 50px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.video-buttons .btn:hover {
	background-color: #0b7d79;
}

/*------------------------------------------*/
/*	  VIDEO LINK
/*------------------------------------------*/ 

#video_holder .video-block {
	position: relative;
	padding-bottom: 60.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

#video_holder .video-block iframe,
#video_holder .video-block object,
#video_holder .video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



/* ==========================================================================
   11. PORTFOLIO
   ========================================================================== */

#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

/*------------------------------------------*/
/*	 Portfolio Titlebar
/*------------------------------------------*/

#portfolio .titlebar {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  PORTFOLIO FILTER BUTTONS
/*------------------------------------------*/ 

#gallery-filter {
	margin-bottom: 25px;
}

.btn-toolbar .btn-group {
    float: none;
}

/*------------------------------------------*/
/*	   Button Settings
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn {
	background-color: #eee;
    color: #666;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 30px;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
     box-shadow: 0 0 0 0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out; 
}

.btn-group > .btn:first-child:not(:last-child),
.btn-group > .btn:last-child:not(:first-child) {
 	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	   Filter Button Hover
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn:hover {
	background-color: #0ea29d;
	color: #fff;
}

/*------------------------------------------*/
/*	  Filter Button Active
/*------------------------------------------*/ 

#gallery-filter .btn-group > .btn.active,
#gallery-filter .btn-group > .btn.focus {
	background-color: #0ea29d;
	color: #fff;
	box-shadow: 0 0 0 0;
	cursor: default;
}

/*------------------------------------------*/
/*	  PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/ 

.portfolio-items-list {
	margin: 0;
}

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

.portfolio-item {
	position: relative;	
	display: none;
    opacity: 0;
	-moz-opacity: 0; 
	padding: 0 5px;
	text-align: center;
	margin-bottom: 10px;
}

.portfolio-item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.overlay-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.overlay-content h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 162, 157, .75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.portfolio-item:hover .overlay-content {
	bottom: 40%;
	opacity: 1; 
	-moz-opacity: 1; 
}



/* ==========================================================================
   12. STATISTIC BANNER
   ========================================================================== */  
   
#statistic_banner {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	  STATISTIC BLOCK
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-number {
	color: #0ea29d;
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;	
	margin-bottom: 10px;
}

.statistic-text {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.statistic-block p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	padding: 0 20px;
}



/* ==========================================================================
   13. CALL TO ACTION 
   ========================================================================== */

#call-to-action {
	background-image: url(../img/parallax_bg/call-to-action.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

/*------------------------------------------*/
/*	 CALL TO ACTION TEXT
/*------------------------------------------*/

#call-to-action p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

/*------------------------------------------*/
/*	 CALL TO ACTION BUTTON
/*------------------------------------------*/

#call-to-action .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 15px 50px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#call-to-action .btn:hover {
	background-color: #0b7d79;
}



/* ==========================================================================
   14. PRICING 
   ========================================================================== */

#pricing {
	padding-top: 100px;
	padding-bottom: 50px;
} 

/*------------------------------------------*/
/*	 PRICING TABLE
/*------------------------------------------*/

#price_1, #price_2, #price_3, #price_4 {
	margin-bottom: 50px;
	padding: 0 5px;
}

.pricing-table {
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
	font-size: 34px;
	font-weight: 300;
	line-height: 80px;	
	margin-bottom: 0;
	-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
	background-color: #ddd;
	height: 120px;
	color: #6f6f6f;
	font-weight: 700;
	line-height: 120px;
}

.price-row .price span {
	font-size: 80px;
	letter-spacing: -2px;
}

.price-row .price sup {
    top: -24px;
	font-size: 40px;
	font-weight: 500;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	color: #333;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
    padding: 5px 40px;
}

.pricing-table ul.features li {
    border-bottom: 1px solid #ccc;
    padding: 13px 0; 
}

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0;
	padding: 15px 30px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.pricing-table .btn:hover {
	background-color: #0b7d79;
	color: #fff;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.highlight  {
	background-color: #0ea29d;
	border-color: #0ea29d;
	color: #fff;
}

.pricing-table.highlight h3 {
	color: #fff;
}

.pricing-table.highlight .price {
	background-color: #0b7d79;
	color: #fff;
}

.pricing-table.highlight ul.features {
	color: #fff;
}

.pricing-table.highlight ul.features li {
    border-color: #0b7d79;
}

/*------------------------------------------*/
/*	 Table Highlight Buttons
/*------------------------------------------*/

.pricing-table.highlight .btn:hover {
	background-color: #333;
}



/* ==========================================================================
   15. TESTIMONIALS 
   ========================================================================== */

#testimonials {
	background-color: #0ea29d;
	background-image: url(../img/parallax_bg/testimonials.png);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}   

/*------------------------------------------*/
/*	  TESTIMONIALS TITLEBAR
/*------------------------------------------*/ 

#testimonials h3, #testimonials p {
	color:  #fff;
}

#testimonials .clients-counter {
	color:  #fff;
	font-weight: 700;
}

/*------------------------------------------*/
/*	  Testimonial Message 
/*------------------------------------------*/ 

.testi-content {
	padding: 0;
	margin-bottom: 25px;
}

.testimonial p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px;
	font-style: italic;
}

/*------------------------------------------*/
/*	  Testimonial Message Avatar 
/*------------------------------------------*/ 

.testimonial .client-img {
	width: 65px;
	height: 65px;
	display: inline-block;
	text-align: left;
}

.testimonial .client-img img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

/*------------------------------------------*/
/*	  Testimonial Message Author
/*------------------------------------------*/ 

.testimonial .testi-author {
	display: inline-block;
	padding: 0 0 0 15px;
	text-align: left;
	position: relative;
	top: 10px;
}

.testimonial h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	display: block;
}

.testimonial span {
	color: #eee;
	font-size: 14px;
	margin: 0 0 20px;
	display: block;
}



/* ==========================================================================
   16. BLOG
   ========================================================================== */

#blog {
	padding-top: 100px;
	padding-bottom: 50px;
} 

/*------------------------------------------*/
/*	  BLOG ARTICLE
/*------------------------------------------*/ 

#blog article {
	margin-bottom: 50px;  
}

/*------------------------------------------*/
/*	  Blog Post Titlebar
/*------------------------------------------*/ 

#blog .blog-post-titlebar h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 20px 0 5px;
}

/*------------------------------------------*/
/*	  Blog Post Meta
/*------------------------------------------*/ 

.blog-post-info {
	color: #666;
	font-weight: 300;
	padding-bottom: 10px;
	font-style: italic;
}

.blog-post-info a {
	color: #0ea29d;
	font-weight: 600;
}

.blog-post-info a:hover {
	color: #222;
	text-decoration: underline;
}

/*------------------------------------------*/
/*	  Blog Post Description
/*------------------------------------------*/ 

.blog-post-desc p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	  Article Link
/*------------------------------------------*/ 

.article_link a {
	color: #0ea29d;
	font-size: 14px;
	font-weight: 600;
}

.article_link a:hover {
	color: #222;
	text-decoration: underline;
}

/*------------------------------------------*/
/*	  ALL POSTS BUTTON
/*------------------------------------------*/ 

.all_posts_button .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 50px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.all_posts_button .btn:hover {
	background-color: #0b7d79;
}


/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 75.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}


/* ==========================================================================
   17. CONTACTS 
   ========================================================================== */

#contact {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 100px;
} 

/*------------------------------------------*/
/*	  CONTACT FORM
/*------------------------------------------*/

#contact-form .form-control {
	height: 50px;
	font-size: 14px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background-color: #f3f3f3;
	color: #444;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 12px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 0 0 0;
}

#contact-form textarea {
	min-height: 180px;
}

/*------------------------------------------*/
/*	  Contact Form Input Focus
/*------------------------------------------*/

.form-control:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*	  Contact Form Submit Button
/*------------------------------------------*/

#form_btn .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 15px 50px;
	margin-top: 20px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#form_btn .btn:hover {
	background-color: #0b7d79;
}


/*------------------------------------------*/
/*	  Contact Form Error Message 
/*------------------------------------------*/

.error {
	color: red;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  CONTACT INFO 
/*------------------------------------------*/

#contacts-info {
	padding-left: 50px;
}

#contacts-info .contact-data {
	margin-bottom: 25px;
}

#contacts-info h4 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}

#contacts-info h4:first-child {
	margin-top: 0;
}

#contacts-info p {
	font-size: 16px;
	margin-bottom: 5px;
}

#contacts-info a {
	color: #0ea29d;
	font-weight: 700;
}

#contacts-info a:hover {
	color: #222;
	text-decoration: underline;
}



/* ==========================================================================
   18. MAILCHIMP NEWSLETTER FORM
   ========================================================================== */

#newsletter {
	background-image: url(../img/parallax_bg/newsletter.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*------------------------------------------*/
/*	  NEWSLETTER TITLE
/*------------------------------------------*/

#newsletter h3 {
	color: #fff;
	font-size: 44px;
	font-weight: 300;
	line-height: 44px;
	margin-bottom: 10px;	
}

#newsletter h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/

#newsletter form input[type="email"] {
    background-color: #f0f0f0;
	width: 40%;
	color: #414141;
	font-size: 17px;
    font-weight: 300;
    padding: 18px 24px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#newsletter form input[type="submit"] {
	width: 20%;
	background-color: #0ea29d;
	color: #fff;
	font-size: 16px;
    font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-left: 0;
    padding: 18px 24px;
	border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#newsletter form input[type="submit"]:hover {
	background-color: #0b7d79;
}

#newsletter .message {
	font-size: 16px;
	margin-top: 20px;
}



/* ==========================================================================
   19. FOOTER
   ========================================================================== */ 
 
#footer {
	padding-top: 60px;
	padding-bottom: 50px;
}

/*------------------------------------------*/
/*	 FOOTER COPYRIGHT  
/*------------------------------------------*/

#footer_copyright p {
	color: #444;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 0;	
}

#footer_copyright p span {
	color: #0ea29d;
	font-weight: 700;
}

/*------------------------------------------*/
/*	 FOOTER LINKS  
/*------------------------------------------*/

.contact-socials {
	display: inline-block; 
	padding-left: 0;
}

.contact-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

.foo_link {
	text-align: center;
	color: #444;
	font-size: 14px;
    line-height: 26px;
	margin: 0 7px;
    display: block;
}

.foo_link:hover {
	color: #0ea29d;
	text-decoration: underline;
}



/* ==========================================================================
   20. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(65, 65, 65, 0.65);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(14, 162, 157, 1);	
}

nav a#pull {  
    display: none;  
}


/* ==========================================================================
   21. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { 
	display: inline-block;
}

#form_response h1 {
	font-size: 22px; 
	font-weight: 900;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

#form_response p {
	font-size: 16px; 
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 5px;
}

#form_response p span { 
	font-size: 18px; 
	font-weight: 900;
}

#form_response .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 15px 40px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#form_response .btn:hover {
	background-color: #0b7d79;
}



/* ==========================================================================
   STYLE CHANGER 
   ========================================================================== */

#stlChanger {
	color: #cecece;
	font-size: 14px;
	overflow: hidden;
	position: fixed;
	top: 80px;
	left:0;
	z-index: 9999999;
}

#stlChanger .bgChanger {
	position:relative;
	overflow:hidden;
}

#stlChanger .bgChanger {
	min-width: 220px;
	min-height: 220px;
}

#stlChanger .blockChanger {
	width: 170px;
}

#stlChanger .chBody {
	background: #444;
	width: 180px;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	border-radius: 0;
}

#stlChanger .chBut {
	background: #c50009;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 15px;
	right:0px;
	z-index: 1000000;
	text-align: center;
	border-left: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#stlChanger .chBut i {
	color:#fff;
	font-size: 26px;
	margin: 7px 4px;
}

#stlChanger .stBlock {
	position:relative;
	overflow:hidden;
}

#stlChanger p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

#stlChanger .stBgs a {
	text-decoration:none;
	width: 40px;
	height: 40px;
	float:left;
	padding:0;
	margin: 0 4px 5px 0;
	cursor:pointer;
	opacity: 1;
}

#stlChanger .stBgs a:hover {
	opacity: 0.7;
}

.s_1 {
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
	background-color: #303030;
	border-radius: 4px;
	line-height: 26px;
	display: block;
	margin-bottom: 5px;
}

.s_1:hover {
	color: #fff;
	background-color: #0ea29d;
}

.layout_color {
	background: url(../img/color-scheme/light.jpg) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color { background-position: 0 top;}
.layout_color:hover { background-position: 0 bottom;}


.stBlock .btn {
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 0px;
	margin: 0px 10px;
	padding: 5px 10px;
	border: 2px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.stBlock .btn:hover {
	background-color: #0ea29d;
	border-color: #0ea29d;
}


