body, html {
  height: 100%;
}

body {
	font-family: "Tahoma", sans-serif;
	background-color: #fff;
}


h1 {
	color: #568192;
}

#down img {
	width: 25px;
	cursor:pointer;
}
.label-sect {
	background: none;
	border: 1px solid #CB8B6F;
	color:#CB8B6F;
}

.cover {
	background: url(../img/bg-dark.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	color: #fff;
	height: 100%;
}

.cover-logo {
	padding-top: 30vh;
	text-align: center;
}
.cover-logo img{
	width: 70px;
/*	-webkit-filter: drop-shadow(1px 1px 0px rgba(0,0,0,1));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";*/
}
.cover-name {
	font-weight: 700;
	font-size: 24pt;
	margin-top: 30px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
.cover-text {
	font-size: 24pt;
	font-weight: 300;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
.cover-small {
	font-style: 14pt;
	font-weight: 300;
	margin-top: 20px;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	color: #fff;
}
.cover-talk {
	cursor: pointer;
	border-bottom: 1px dotted #fff;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}

.cover-talk:hover {
	color:#fff;
}

.navbar-brand {
	font-weight: 700;
	/*text-shadow: 1px 1px #ffffff;*/
	color: #000;
}
.paddingT {
	margin-top:70px;
}
.pm-fixed{
	background: #fff;
	/*border:1px solid #556270;*/
	/*border-bottom: 1px solid #f0f0f0;*/
	box-shadow:none;
	width: 100%;
	border-radius: 0;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}
.pm-fixed a {
	color:#333;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,1);*/
}
.pm-fixed button {
	border:1px solid #999;
}
.pm-fixed .icon-bar{
	background-color: #999;
}
.nav a {
	color: #333;
	font-weight: 300;

}


.pm-fixed .container {
	/*padding: 10px;*/
}

.pm-fixed.stuck {
	/*background-color: #333;*/
    position:fixed;
    top:0;
    z-index: 100;
    box-shadow:0 2px 4px rgba(0, 0, 0, .3);
/*    opacity: 0.96;
    filter: alpha(opacity=96);*/
}



.pm {
	font-weight: 700;
	font-size: 12pt;


}
.pm-name{
	display: inline-block;
	margin-left: 10px;
}

.services {
	padding:60px 0;
}
.services img{
	height: 60px;
	margin: 20px;



/*	-webkit-filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.2));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#fff')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#fff')";*/

}
.services .well {
	margin-top: 40px;
}
.serv_item {
	margin-top:0px;

	/*padding: 20px;*/
	/*background-color: #f0f0f0;*/
}
.about {
	padding: 60px 0;
}
.ab_quote {
	margin-top: 30px;
}
.ab_text {
	margin-bottom: 60px;
}

.works{

	background-color: #F4F6F7;
	padding:60px 0;
}
.proj {
	background-color: #fff;
	padding: 0;
	margin-top: 30px;
	box-shadow: 0px 0px 6px #ccc;
}

.wImg {
	height: 250px;
	-webkit-background-size: cover;
	background-size: cover !important;
}
.wCnt {
	padding: 20px;
}
.wTitle {
	font-weight: 500;
	font-size: 14pt;
	margin-bottom: 10px;
}
.more {
	padding-top:10px;
}
#moreworks {
	display: none;
}


.faded {
	position: relative;
}
.faded:after {
	-webkit-box-shadow: inset 0px -67px 17px 0px #F4F6F7;
	-moz-box-shadow: inset 0px -67px 17px 0px #F4F6F7;
	box-shadow: inset 0px -67px 17px 0px #F4F6F7;
	height: 100px;
	position: absolute;
	bottom: -10px;
	width: 100%;

}

.contacts {
	background-color: #333;
   	border-bottom: 1px solid #292929;   
	color: #fff;
	padding: 60px 0;
	/*font-size: 12pt;*/
}
.contacts h1 {
	color:#fff;
}
hr {
	border:1px solid #3f3f3f;
}
.contacts address {
	color:#f0f0f0;
	font-weight: 300;
}
.contacts h5 {
	color:#568192;
}
.contacts a {
	color:#f0f0f0;
	font-weight: 300;
}
.contacts i {
	color:#568192;
	margin-top: 20px;

	/*text-shadow: 2px 2px #353535;*/
}
#down {
	position: absolute;
	bottom:20px;
	width: 100%;
	text-align: center; 
	opacity: 0.5;
	filter: alpha(opacity=50);

}


#map {
	position: relative;
    overflow: hidden;
}

#map-overlay {
	position: absolute;
	top:0;
	width: 100%;
	height: 400px;
	-webkit-box-shadow: inset 0px 200px 93px -102px rgba(0,0,0,0.54);
	-moz-box-shadow: inset 0px 200px 93px -102px rgba(0,0,0,0.54);
	box-shadow: inset 0px 200px 93px -102px rgba(0,0,0,0.54);

}

#map-canvas {
    height: 400px;

    }


@media (max-width: 500px) { 

	h1 {
		font-size: 18pt;
	}
	.cover-name {
		font-size: 20pt;
	}
	.cover-text {
		font-size: 12pt;
	}
}







