/* ==============================
   Imports
   ============================== */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin,latin-ext,cyrillic);


/* ==============================
   Common styles
   ============================== */
  
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left;}
.right{float:right;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.stick-fixed{
	position: fixed !important;
	top: 0;
	left: 0;
}

::-moz-selection{ color: #fff; background:#000; }
::selection{ color: #fff;	background:#000; }
::-webkit-selection{ color: #fff;	background:#000; }

.animate, .animate *{
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.clearlist,
.clearlist li{
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

.full-wrapper{
	margin: 0 2%;
}
.margin-top{
	margin-bottom: 70px;
}
.margin-bot{
	margin-bottom: 70px;
}
.margin-top-null{
	margin-top: 0 !important;
}
.margin-bot-null{
	margin-bottom: 0 !important;
}

html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body{
	overflow-y: scroll;
}
.page{
	overflow: hidden;
}
a, b, div, ul, li{
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent; 
	-moz-outline-: none;
}
a:focus,
a:active{
	-moz-outline: none;
	outline: none;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}


/* Page loader */
.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #151515;
	z-index: 10000;	
}
.page-loader b{
  	content: "";
  	display: block;
	width: 60px;
	height: 60px;
	background: #fff url(../images/page-loader.gif) no-repeat center center;
	margin: -30px 0 0 -30px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.no-js .page-loader{
	/*display: none;*/
}


/* ==============================
   Typography & Fonts
   ============================== */

body{
	color: #151515;
	font-size: 14px;
	font-family: montserrat, arial, sans-serif;
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
}

a{
	color: #1abdcc;
	text-decoration: none;
}
a:hover{
	color: #1abdcc;
}
a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
	font-family: montserrat, arial, sans-serif;
	line-height: 1.4;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 28px;
}
/*.uppercase{*/
/*	text-transform: uppercase;*/
/*	letter-spacing: 1px;*/
/*}*/
.color{
	color: #1abdcc;
}

p{
	margin: 0 0 1.3em 0;
}
/*.text{*/
/*	font-family: Lora, "Times New Roman", Times, serif;*/
/*	font-size: 13px;*/
/*	font-weight: 400;*/
/*	text-transform: none;*/
/*	line-height: 1.7;*/
/*	letter-spacing: 1px;*/
/*	color: #777;*/
/*}*/


/* ==============================
   Buttons
   ============================== */
  
.btn-special,
a.btn-special{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	color: #fff;
  	background: #000;
	border: 2px solid transparent;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-special:hover,
.btn-special:focus{
	font-weight: 700;
	color: rgba(255,255,255, .85);
  	background: rgba(0,0,0, .70);
	text-decoration: none;
}
.btn-special:active{
	cursor: pointer !important;
}

.btn-special.btn-small{
  	padding: 5px 10px;
	font-size: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 
.btn-special.btn-medium{
  	padding: 11px 24px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 
.btn-special.btn-large{
  	padding: 14px 40px;
	font-size: 12px;
} 

.btn-special.btn-glass{
  	color: rgba(255,255,255, .75);
  	background: rgba(0,0,0, .40);
}
.btn-special.btn-glass:hover,
.btn-special.btn-glass:focus{
  	color: rgba(255,255,255, 1);
  	background: rgba(0,0,0, 1);
}

.btn-special.btn-border{
  	color: #151515;
	border: 2px solid #151515;
  	background: transparent;
}
.btn-special.btn-border:hover,
.btn-special.btn-border:focus{
  	color: #fff;
	border-color: transparent;
  	background: #151515;
}

.btn-special.btn-border-w{
  	color: #fff;
	border: 2px solid rgba(255,255,255, .75);
  	background: transparent;
}
.btn-special.btn-border-w:hover,
.btn-special.btn-border-w:focus{
  	color: #1abdcc;
	border-color: transparent;
  	background: #fff;
}

.btn-special.btn-w{
  	color: #151515;
  	background: #fff;
}
.btn-special.btn-w:hover,
.btn-special.btn-w:focus{
  	color: #1abdcc;
  	background: #fff;
}

.btn-special.btn-w-color{
  	color: #1abdcc;
  	background: #fff;
}
.btn-special.btn-w-color:hover,
.btn-special.btn-w-color:focus{
	color: #151515;
  	background: #fff;
}

.btn-full{
	width: 100%;
}


/* ==============================
   Forms fields
   ============================== */
.form input[type="text"],
.form input[type="email"] {
	height: 38px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	border: 1px solid #e9e9e9;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover{
	border-color: #ccc;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus{
	color: #151515;
	border-color: #151515;
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
	box-shadow: 0 0 3px rgba(21,21,21, .3);
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg{
	height: 48px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm{
	height: 28px;
}
.form textarea{
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #777;
	border-color: #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form textarea:hover{
	border-color: #ccc;
}
.form textarea:focus{
	color: #151515;
	border-color: #151515;
	-webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
	-moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
	box-shadow: 0 0 3px rgba(21,21,21, .3);
}

.form .small-section-heading{
	margin-bottom: 30px;
}
.form .form-group{
	margin-bottom: 10px;
}
.form-success{
	display: none;
	max-width: 570px;
	margin: 0 auto 10px;
	padding: 20px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #a9e2c2;
	font-size: 13px;
	text-transform: uppercase;
	color: #36a367;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-success.error {
	background: #fce8e6;
	color: #b4281c;
	border-left-color: #e05a47;
}

/* ==============================
   Home section
   ============================== */
/*
 * Header style
 */
.home-section{
	display: block;
	width: 100%;
}

.image-bg{
	display: block;
	width: 100%;
	position: relative;
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.image-color-bg{
	display: block;
	width: 100%;
	position: relative;
	background-color: #1abdcc;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-scroll{
	background-attachment: scroll;
}

.home-content{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}


/* Home content */

.home-text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	color: #fff;
}

#background-video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 0;
}

.home-content {
	position: relative;
	z-index: 2;
}
#home,
.js-height-full,
.home-section {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.bx-controls,
.bx-controls-direction,
.bx-prev,
.bx-next {
	display: none !important;
}


.headings{
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0, .35);
	color: #fff;
	font-size: clamp(24px, 6vw, 150px);
}
.headings li,
.headings h1{
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0, .35);
	color: #fff;
}
.home-description{
	margin-top: 0;
	font-family: Lora, Arial, Sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	font-size: clamp(13px, 2.5vw, 20px);
}

.home-call-action{
	padding-top: 50px;
	padding-bottom: 10px;
}

/* Pattern overlay (over video) */
.pattern-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern-overlay.png) repeat;
	background-color: rgba(0,0,0,.17);
}


/* Logo (in header)*/

.logo-wrap{
	width: 100%;
	position: absolute;
	top: 4%;
	left: 0;
	text-align: center;
}
.logo{
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
a.logo:hover{
	color: #fff;
	text-decoration: none;
}
.logo:before,
.logo:after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #fff;
	background: rgba(255,255,255, .75);
}
.logo:before{
	left: -42px;
}
.logo:after{
	right: -42px;
}


/* Logo (in navigation panel)*/

.nav-logo-wrap{
	float: left;
	margin-right: 20px;
}
.nav-logo-wrap .logo{
	display: table-cell;
	vertical-align: middle;
	max-width: 125px;
	max-height: 100%;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after{
	display: none;
}



/* ==============================
   Main menu
   ============================== */

/*
 * Desktop nav
 */

.main-nav{
	width: 100%;
	height: 55px !important;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	background: #fbfbfb;
	
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.027);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.027);
	box-shadow: 0 1px 10px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.027);
	z-index: 99;
}
.inner-nav{
	display: inline-block;
	position: relative;
	float: left;
}
.inner-nav ul{
	float: left;
	margin: auto;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}
.inner-nav ul > li{
	float: left;
}
.inner-nav ul > li > a{
	color: #212121;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	padding: 0 20px;
	text-decoration: none;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a{
	border-left: 1px solid #eee;
}  
.inner-nav ul > li > a:hover,
.inner-nav ul > li > a.active{
	background: #fff;
	color: #777;
	text-decoration: none;
}

.inner-nav ul > li > a{
	height: 55px;
	line-height: 55px;
}


/*
 * Mobile nav
 */

.mobile-on .desktop-nav{
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;	
}
.mobile-on .desktop-nav ul{
	width: 100%;
	margin-top: 2%;
	background: #fbfbfb;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.mobile-on .desktop-nav ul > li{
	display: block;
	float: none;
}
.mobile-on .desktop-nav ul > li > a{
	display: block;
	width: 100%;
	height: 38px !important;
	line-height: 38px !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: left;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #eee;
}
.mobile-on .desktop-nav ul > li:last-child > a{
	border-bottom: none;
}


.mobile-nav{
	display: none;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	cursor: pointer;
	
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;     
	-o-user-select: none;
	user-select: none;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
	-webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color;
}
.mobile-nav:hover,
.mobile-nav.active{
	background: #fff;
	color: #777;
}
.mobile-nav:active{
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
	-moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
	box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
}
.no-js .mobile-nav{
	width: 55px;
	height: 55px;
}
.mobile-on .mobile-nav{
	display: table;
}
.mobile-nav .fa{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
}


/* 
 * Links (in nav panel)
 */

.nav-links{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px; /* (.nav-links a .fa) height/2 */
}
.nav-links a{
	float: left;
	padding-left: 5px;
	color: #151515;
	text-decoration: none;
}
.nav-links a:hover{
	text-decoration: none;
}
.nav-links a .fa{
	width: 26px;
	height: 26px;
	display: block;
	line-height: 26px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	background: #eee;
	color: #151515;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
   	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
     -o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
     transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}

.nav-links a .fa:after{
	content: " ";
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid transparent;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
   	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
     -o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410); 
     transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}
.nav-links a:hover .fa{
	background: #fff;
}
.nav-links a:hover .fa:after{
	border-color: #333;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0, .45);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0, .45);
	box-shadow: 0px 0px 2px rgba(0,0,0, .45);
}


/* ==============================
   Inside sections
   ============================== */
.page-section{
	padding: 140px 0;
	text-align: center;
}
.section-title{
	display: inline-block;
	position: relative;
	padding: 4px 24px;
	margin-bottom: 22px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #999;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.section-title:before,
.section-title:after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #e9e9e9;
}
.section-title:before{
	left: -33px;
}
.section-title:after{
	right: -33px;
}

.section-heading{
	margin-top: 0;
	margin-bottom: 55px;
	font-size: 24px;
	font-weight: 700;
}
.section-text{
	margin-bottom: 65px;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
	color: #777;
}

.small-section{
	padding: 70px 0;
	text-align: center;
}
.small-section-heading{
	margin-top: 0;
	margin-bottom: 45px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.bg-overlay-1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1abdcc;
	background: rgba(26,189,204, .9);
	z-index: 0;
}
.bg-overlay-2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #151515;
	background: rgba(21,21,21, .9);
}
.bg-content{
	position: relative;
	z-index: 1;
}


/*
 * Sections with dark background
 */

.dark-bg{
	color: #fff;
}
.dark-bg a{
	color: #bbb;
}
.dark-bg .section-title{
	color: #999;
	border: 1px solid rgba(255,255,255, .141);
}
.dark-bg .section-title:before,
.dark-bg .section-title:after{
	background: rgba(255,255,255, .141);
}
.dark-bg .section-text{
	color: #bbb;
}

/*
 * Team section
 */

.team-section{
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: scroll;
}


/*
 * Services section
 */

.service-grid{
	margin-bottom: 70px;
}
.service-item{
	height: 250px;
	margin: 20px 0 10px;
	position: relative;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}
.service-item-inner{
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #151515;
	background: #fff;
	vertical-align: middle;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.service-wrap{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 70px;
	vertical-align: middle;
	overflow: hidden;
}
.service-icon{
	padding-bottom: 5px;
	position: relative;
	font-size: 32px;
	color: #151515;
	z-index: 1;
}
.service-title{
	position: relative;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #151515;
	z-index: 1;
}
.service-more{
	width: 100%;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1;
	
	cursor: pointer;
}
.js-fade .service-more{
	cursor: default;
}
.service-more:before{
	content: " ";
	display: block;
	width: 100%;
	max-width: 170px;
	height: 1px;
	margin: -15px auto 15px;
	background: #151515;
}

.sm-icon{
	margin-right: 2px;
	font-size: 15px;
}
.sm-more{
	position: relative;
	top: -2px;
}

.service-more:hover .sm-icon,
.service-more:hover .sm-more{
	color: #555;
}


/* Service item hover state */
.service-item-inner,
.service-icon,
.service-title,
.service-more,
.service-more:before,
.sm-icon,
.sm-more{
	-webkit-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000); 
    -o-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
    -ms-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000); 
    transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
}

.js-fade{
	cursor: default;
}
.js-fade .service-item-inner{
	border-color: #999;
}
.js-fade .service-icon,
.js-fade .service-title,
.js-fade .service-more{
	color: #999;
}
.js-fade .service-more:before{
	background: #999;
}

/* Service full description  */

.service-opened{
	cursor: default;
	z-index: 11;
}
.service-full{
	display: none;
	padding: 20px;
	font-size: 12px;
	color: #444;
}
.service-opened .service-full{
	
}
.sf-list{
	margin: 0 -20px 20px;
	text-transform: uppercase;
	padding: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}
.sf-list li{
	padding: 7px 20px;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
}
.sf-list li:first-child{
	border-top: 1px solid #f0f0f0;
}
.sf-list li:nth-child(even){
	background: #fefefe;
}
.sf-description{
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
}
.service-close-link{
	display: none;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 18px;
	text-align: center;
	color: #1abdcc;
	cursor: pointer;
}

.service-close-link:hover{
	color: rgba(26,189,204, .8);
}
.service-opened .service-close-link{
	
}


/*
 * Banner section
 */

.banner-heading{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.banner-text{
	text-align: left;
}

.banner-decription{
	margin-top: 7px;
	font-size: 16px;
	color: #999;
}
.image-color-bg .banner-decription{
	color: #b1e0e4;
}
.banner-button{
	text-align: right;
}


/*
 * Benefits (features) section
 */

.benefits-grid{
	margin: 0 0 -40px -20px;
	text-align: center;
	vertical-align: top;
}
.benefits-item{
	display: inline-block;
	width: 264px;
	margin: 0 0 40px 20px;
	padding: 0 15px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	cursor: default;
}
.benefits-icon {
	margin-bottom: 6px;
	font-size: 32px;
	color: #1abdcc;
}
.benefit-title{
	margin: 0 0 17px 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.benefits-descr{
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 12px;
	/*font-style: italic;*/
	letter-spacing: 1px;
	color: #777;
}

/* Benefit item hover state */

.benefits-item:after{
	content: " ";
	display: block;
	width: 0;
	margin-left: 0;
	height: 1px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	background: #fff;

	-webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
   	-moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
     -o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
     transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}

.benefits-item:hover:after{
	width: 32px;
	margin-left: -16px;
	background: #1abdcc;
}



/*
 * Contacts section
 */

.contact-block hr {
	border: 0;
	height: 1px;
	margin:18px 0;
	position:relative;
	background: -moz-linear-gradient(left, rgba(221,221,221,0) 0%, rgba(221,221,221,0) 10%, rgba(221,221,221,0.65) 50%, rgba(221,221,221,0) 90%, rgba(221,221,221,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,0)), color-stop(10%,rgba(221,221,221,0)), color-stop(50%,rgba(221,221,221,0.65)), color-stop(90%,rgba(221,221,221,0)), color-stop(100%,rgba(221,221,221,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,0) 10%,rgba(221,221,221,0.65) 50%,rgba(221,221,221,0) 90%,rgba(221,221,221,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,0) 10%,rgba(221,221,221,0.65) 50%,rgba(221,221,221,0) 90%,rgba(221,221,221,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,0) 10%,rgba(221,221,221,0.65) 50%,rgba(221,221,221,0) 90%,rgba(221,221,221,0) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(221,221,221,0) 0%,rgba(221,221,221,0) 10%,rgba(221,221,221,0.65) 50%,rgba(221,221,221,0) 90%,rgba(221,221,221,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.contact-block hr:first-of-type {height: 1px;}

/*.contact-block hr:before {*/
/*	content: "";*/
/*	display: block;*/
/*	border-top: solid 1px #fff;*/
/*	width: 100%;*/
/*	height: 1px;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	z-index: 1;*/
/*}*/
/*.contact-block{*/
/*	border-top: 1px solid #ddd;*/
/*	border-bottom: 1px solid #ddd;*/

/*}*/

.contact-icon{
	margin-bottom: 10px;
	font-size: 20px;
	color: #151515;
}
.contact-icon a{
	color: #151515;
}
.contact-text{
	padding: 0 45px;
	font-family: Lora, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
}
.contact-text a{
	color: #151515;
}


/* Contacts form */
.contact-form-wrap{
	padding: 0 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form{
	max-width: 570px;
	margin: 0 auto;
}



/* ==============================
   Footer
   ============================== */

.footer{
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
.footer-text{
	max-width: 370px;
	margin: 0 auto 20px;
	position: relative;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-text:before,
.footer-text:after{
	content: " ";
	display: block;
	width: 150px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ddd;
}
.footer-text:before{
	left: -175px;
	background-image: -webkit-gradient(linear,left top,	right top, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: -ms-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #DDDDDD 100%);
}
.footer-text:after{
	right: -175px;
	background-image: -webkit-gradient(	linear, left top, right top, color-stop(0, #DDDDDD), color-stop(1, #FFFFFF));
	background-image: -o-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
	background-image: linear-gradient(to right, #DDDDDD 0%, #FFFFFF 100%);
}

.footer-copy{
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
}


/*
 * Alert messages
 */

.alert{
	margin: 0 auto 10px;
	padding: 14px 20px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.success{
	border-color: #a9e2c2;
	color: #36a367;
}
.info{
	border-color: #9ecdfc;
	color: #297ad3;
}
.notice{
	border-color: #f9ce75;
	color: #e9a00a;
}
.error{
	border-color: #ffbbbb;
	color: #e33131;
}
