/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { 
	font-family: 'FontAwesome'; 
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0"); 
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"); 
	font-weight: normal; 
	font-style: normal; 
}
.fa { 
	display: inline-block; 
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: inherit; 
	text-rendering: auto; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	-webkit-transform: translate(0, 0); 
	-ms-transform: translate(0, 0); 
	transform: translate(0, 0); 
}

.fa-phone:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-envelope::before {
    content: "";
}
.fa-circle-info::before {
    content: "\f05a";
}
.fa-cart-shopping::before {
    content: "\f07a";
}
.fa-magnifying-glass::before{
	content: "\f002";
}
section#top{
	background: #333333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
	border-bottom: 1px solid #4e4e4e;
	width:100%;
}
section#top .left,
section#top .btn{  
	line-height: 1.5;
	font-weight: 900;
	line-height: 1.8;
	padding: 10px 0;
	font-size: 14px;
}
section#top .right{
	> *{
		display:inline-block;
		vertical-align: bottom;
	}
}
section#top .btn{
	padding: 0 10px;
	margin-top: 8px;
}
section#top p{
	font-size: 14px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #eee;
	display: inline-block;
    position: relative;
	top: -3px;
}
section#top .fa{
	font-size: 32px;
	color: #eee;
	margin-left: 30px;
    margin-right: 5px;
}

section.header{
	background-color:#454545;
}

section.header .logo a{
	display:block;
	padding-top:12px;
}
section.header .logo a img{
	width:250px;
}

.header .icon-box {
	cursor: default;
	text-align: left;
	color: #999999;
}
.header .header-widgets > a{
	cursor: pointer;
	padding-right: 0;
	border-right:none;
	border-bottom:none;
}

.header .icon-box > .fa{
	font-size: 40px;
	margin-right: 10px;
}
.header .icon-box:hover .fa {
	transition: all 200ms ease-out;
	color: #dddddd;
}
.header .icon-box .right{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header .icon-box .right .title{
	margin: 4px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #dddddd;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: -0.5px;
}
.header .icon-box .right .title a{
	color: #dddddd;
}
.header .icon-box .right .subtitle{
	color: #999999;
	font-size: 1.4em;
}
.header .search-box{
	box-sizing: border-box;
	position: absolute;
	z-index: 250;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	form{
		background-color: #60b7f1;
		padding: 2em; 
	}
	input{
		width: 100%;
		height: 38px;
		border: 0;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
        padding-left: 10px;
	}
}

.topnav {
	height:33px;
	position:relative;
}
.topnav.sticky {
	position: fixed;
	top: 0;
	z-index: 200;
	width: 115.2em;	
}
.topnav.sticky ul li a{
	padding: 1.2em 1.6em;
}
.topnav.sticky ul li:hover a{
	padding-top:1em;
}

.topnav .container{
	position: absolute;
	width: 100%;
	background-color: #f9f9f9;
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	margin-bottom: -37px;
	text-align: center;
	z-index: 210;
}
.topnav ul{
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.topnav ul li{
	display:inline-block;
}
.topnav ul li a{
	border-top: 0.2em solid #fff;
	display:block;
	color: #999999;
	padding: 1.4em 1.8em 1.6em;
	font-size:1.6em;
	position:relative;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
.topnav ul li a:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: rgba(0, 0, 0, 0.08);
}
.topnav ul li:last-of-type a:before{
	width:0;
}
.topnav ul li:hover a{
	border-top: 0.2em solid #60b7f1;
	color: #333333;
}

#others{
	background-color: #454545;
	padding:10px 0;
	.narrow {
		display:flex;
		justify-content: space-between;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	a {
		color:#dddddd;
		font-size: 1.6em;
		padding: 0.2em 0;
        display: block;
	}

}
.footer{
	background: #333333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
	padding: 2em 0;
}
.footer .narrow >*{
	display:inline-block;
	color:#000;
}
.footer .narrow li{
	display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
	.icon{
		width:auto;
		height:20px;
	}
	svg path{
		fill:#eee;
	}
}
.footer p{
	font-size: 1.6em;
	color:#dddddd;
}
.footer a{
	color:#dddddd;
}
.footer span{
	margin-left: 1em;
}
.footer .fa{
	margin-right: 0.5em;
}

@media(min-width: 751px) {
	section#top .narrow{
		display: flex;
    	justify-content: space-between;
	}
	section.header .logo{
		float:left;
	}
	section.header .header-widgets{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 28px 0;
	}
	.header .icon-box {
		border-right: 1px solid rgba(250, 250, 250, 0.12);    
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;    
		padding-right: 15px;
		margin-left: 15px;
	}
	.header .icon-box.search {
		cursor:pointer;
		border-right: none;
		.fa{
			font-size: 36px;
		}
	}
	.header .icon-box > .fa{
		float: left;
	}

	.header .search-box{
		right:2.4em;
	}
	.header .search-box.opened{
		width: calc(100% - 4.8em);
	}
	#others li{
		text-align: center;
	}
	.footer .narrow{
		display: flex;
		justify-content: space-between;
		align-items:center;
	}
}
@media(max-width: 750px) {
	section#top .right{
		text-align: right;
    	margin-bottom: 20px;
		.btn{
			background-color: transparent;
			border: none;
			color: #eee;
			font-size: 16px;
		}
	}
	section#top .btn{
		margin-top: 10px;
		padding: 0 6px;
		line-height: 1.6;
		font-size: 13px;
	}
	section.header .narrow{
		padding:0;
	}
	section.header .logo{
		position: absolute;
		top: 0;
		right: 20px;
	}
	section.header .logo a{
		/*		padding-top: 11px;*/
	}
	section.header .logo a img{
		width: 160px;
	}
	.header .icon-box .right{
		display:inline-block;
	}
	.header .icon-box {
		border-top: 1px solid rgba(250, 250, 250, 0.12); 
		padding:10px 0;
	}
	.header .icon-box.search {
		border: none;
        position: absolute;
        top: -60px;
		color: #eee;
		.fa{
			font-size: 32px;
		}
	}
	.header .topnav{
		display:none;
	}
	.header .navbar{
		display:inline-block;    
		position: fixed;
		z-index: 200;
		left:-4px;
		top:102px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.header .navbar.opened{
		display:block;
	}
	.header .navbar.opened:not(.sticky){
		width:100%;
	}
	.header .navbar button{
		background: #60b7f1;
		border-radius: 2px;
		padding: 8px 12px;
		margin: 12px 0 0 1.6em;
		transition: all 200ms ease-out;
		position: relative;
		font-family: "Montserrat", Helvetica, Arial, sans-serif;
		border:none;
	}
	.header .navbar.opened button{
		margin-bottom: 0;
	}
	.header .navbar .text{
		color: #454545;
		display: inline-block;
		padding: 0 10px 0 0;
		font-size: 14px;
		font-weight: 800;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.header .navbar .icon-bar{
		vertical-align: middle;
		display: inline-block;
	}
	.header .navbar .icon-bar span{
		background: #454545;
		width: 18px;
		height: 3px;    
		display: block;
		margin-bottom: 3px;
	}
	.header .navlist{
		display:none;
		background-color: #333;
		padding: 10px 30px;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.2);
		-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.2);
		box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.2);
		text-align: center;
	}
	.header .navlist li a{
		position: relative;
		display: block;
		color: #dddddd;
		padding: 12px 10px 12px 0;    
		font-size: 18px;
		font-weight: 600;
		white-space: nowrap;
	}
	.header .navbar.sticky{
		position: fixed;
		top: 0;
		left: -5px;
	}
	.header .navbar.sticky:not(.opened) button{
		background: rgba(96, 183, 241, 0.9);
	}
	.header .navbar.sticky .text{
		font-size:0;
		padding:0;
	}
	.header .navbar.sticky .navlist{
		position: absolute;
		top: 0;
        left: 5px;
        width: 100vw;
		z-index: -1;
		background-color: rgba(51, 51, 51, 0.85);
	}

	.header .header-widgets{
		margin:0 1.6em;
		padding: 60px 0 10px;
	}
	.header .icon-box:first-of-type{
		border-top:none;
	}
	.header .search-box{
		width:100%;
		top: 0;
        height: 0;
		form{
			padding:10px;
		}
	}
	.header .search-box.opened{
        height: 100%;
	}

	#others{
		padding: 15px 0;
	}
	#others a{
		font-size: 14px;
	}

	.footer{
		font-size: 9px;
	}
	.footer .narrow >*{
		padding:5px 0;
	}
	.footer span {
    	margin-left: 0.5em;
	}


}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots li button{
    color:transparent;
}
/* ---------- reset ---------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    color:#000;
}
ol, ul {
    list-style: none;
}
input, select {
    vertical-align:middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ---------- end of reset ---------- */

/* ---------- general ---------- */

html {
	overflow-x:hidden;
}

img{
  	vertical-align:middle;
	outline: none;
  	border: none;
}

* {
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing:grayscale;
  	box-sizing: border-box;
}

*:focus{
	outline-style:none;
	outline:none;
	outline-color:transparent;
}

a{
	text-decoration: none;
}
/* ---------- end of general ---------- */

body{
	color:#777;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.narrow{
	width:100%;
	max-width: 120em;
	margin:0 auto;
	padding:0 2.4em;
	position:relative;
}
.collapse {
    display: none;
    visibility: hidden;
}

.headline{
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.btn{
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 15px 18px;
    line-height: 1;
    border-radius: 2px;
    transition: all 200ms ease-out;
    border: 2px solid transparent;
 	font-weight: 800;
 	background-color: transparent;
    border-color: #dddddd;
    color: #999999;
    cursor:pointer;
}
.btn:hover{
	background-color: transparent;
    color: #333333;
}
.btn.primary{
	background: #60b7f1;
    border-color: #60b7f1;
    color: #454545;
}
.btn.primary:hover{
	background: #2d74a4;
    border-color: #2d74a4;
    color: #eee;
}

h2,h3,h4,h5{
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -0.5px;
}
h3{
	font-size: 3em;    
	position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color:#333333;
}
h3:after{
	position: absolute;
    content: "";
    background-color: #60b7f1;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}
h5,p{
	font-size: 1.6em;
}

@media(min-width: 751px) {
  	.mobileonly {
    	display: none !important;
  	}
	a{
		cursor:pointer;
	}
}
@media(max-width: 750px) {
	.desktoponly {
    	display: none !important;
  	}
  	.narrow{
  		padding:0 16px;
  	}
  	h2,h3{
  		font-size: 24px;
  	}
	h5,p{
		font-size: 16px;
	}
	.btn{
		padding:15px 8px;
	}
	.overlay-content{
		width:90% !important;
	}
	.overlay-content-inner{
		padding:1em !important;
	}
	.overlay .project-slider .single{
		height:auto !important;
	}
}