html{
	height:100%;
	overflow: auto;
}
body{
	width:100%;
	height:100%;
	font-size:100%;
	font-family: 'Open Sans';
	height: 100%;
	background-color:#000;
}
img{
	max-width:101%;
	display:block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix{
	clear:both;
}
header{
	background-color:#000;
}
.Logo{
	margin:32px 0px 32px 60px;
}
nav {
	margin: 60px 60px 0px 0px ;
}
nav ul {
	list-style-type: none;
	display: inline;
}
nav ul li {
	list-style-type: none;
	display: inline;
	float: left;
	padding: 0px 0px 0px 60px;
	font-size: 16px;
	text-transform:uppercase;
}
nav li a {
	text-decoration: none;
	color: #FFF;
	font-weight:600;
}
nav li a:hover {
	text-decoration: none;
	color: #98812c;
	font-weight:600;
}
.active{
	text-decoration: none;
	color: #98812c;
	font-weight:600;
}
.Slider{
	width:100%!Important;
	height:900px;
	overflow:hidden;
}
.Slider > img {
	height:100%;
	width:100%!important;
	max-width:100%;
}
.about{
	background-image: url(../images/about.png);
	background-color: #343434;
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
	width:100%;
	background-size: 100% 100%;
	z-index:1;
}
.box{
	width:940px;
	padding-bottom: 14px;
	margin: 50px 0px 0px 60px;
	display: inline-block;
	background-image: url(../images/bronze-background.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: 100% 100%;
}
.box .text{
	color:#fff;
	width: 570px;
	font-size:14px;
}
.box .text h2{
	color:#fff;
	font-weight:bold;
	font-size: 20px;
	margin:20px 0px 15px 20px;
}
.box .text p{
	margin: 0px 20px 20px 20px;
}
.box .box-img{
	margin: 62px 20px 0px 0px;
	width: 255px;
}
.box .text ul{
	margin-left:50px;
	display: inline-block;
}
.box .text ul li{
	margin-bottom:10px;
}
.about .box2{
	margin-bottom:22px;
}
.box2{
	margin:20px 0px 0px 60px;
}
.box3{
	margin:20px 0px 20px 60px;
}
.box2 .text{
	width: 600px;
}
.box2 .text2{
	width: 294px;
	border-left:1px solid #fff;
	margin-top:20px;
	min-height: 179px;
}
.box2 .text2 a{
	color:#fff;
	text-decoration:none;
}
.box2 .text2 a:hover{
	color:#000;
	text-decoration:none;
}
.box2 .text2 h2{
	margin-top:0px;
}
.services{
	background-image: url(../images/services.jpg);
	background-color: #343434;
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
	width:100%;
	background-size: 100% 100%;
	z-index:1;
}
.services .text{
	width:920px;
}
.projects{
	background-image: url(../images/services.jpg);
	background-color: #343434;
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
	width:100%;
	background-size: 100% 100%;
	z-index:1;
	min-height:863px;
}
.projects aside{
	margin: 50px 0px 20px 60px;
}
.projects aside .menu1 ul{
	margin-top:0px;
	margin-left:0px;
	width: 220px;
}
.projects aside .menu1 ul li {
	border-bottom: 1px solid #a19d9d;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	padding:15px 0px 10px 15px;
	font-family: Arial;
	width:205px;
}
.projects aside .menu1 ul li:nth-child(5){
	border:none;
}
.projects aside .menu1 ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.projects aside .menu1 ul li:hover {
	background-image: url(../images/bronze-active.png);
	background-repeat: repeat;
	background-position: top left;
	height: 19px;
	width:205px;
	background-size:100%;
	cursor:pointer;
}
.projects aside .menu2 ul{
	/*margin-top:15px;*/
	margin-left:0px;
	display:inline-block;
	display:none;
}
.projects aside .menu2 ul li {
	list-style-type: none;
	padding: 10px 15px 10px 10px;
	width: 195px;
	border-bottom: 1px solid #a19d9d;
}
.projects aside .menu2 ul li:nth-child(19){
	border:none;
}
.projects aside .menu2 ul li:hover {
	background-image: url(../images/bronze-active.png);
	background-repeat: repeat;
	background-position: top left;
	height: 19px;
	width:195px;
	background-size:100%;
	cursor:pointer;
}
.projects aside .menu2 ul li a {
	color:#000;
	text-decoration:none;
	font-size:14px;
}
.active-submenu{
	background-image: url(../images/bronze-active.png);
	background-repeat: repeat;
	background-position: top left;
	height: 19px;
	width:100%;
	background-size:100%;
}
.active-submenu2{
	background-image: url(../images/bronze-active.png);
	background-repeat: repeat;
	background-position: top left;
	height: 19px;
	width:205px;
	background-size:100%;
}
.side-menu {
	background-image: url(../images/white-background.png);
	background-repeat: repeat;
	background-position: top left;
	height: 100%;
	width:220px;
	background-size: 100% 100%;
}
.side-menu h2{
	color: #fff;
	font-size: 17px;
	background-color: #967e29;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
}
.caption{
	background-color:#967e29;
	cursor:pointer;
}
.dropdown-wrap{
	width:660px;
	margin: 50px 0px 0px 60px;
	display:none;
}
.dropdown-wrap h2{
	font-size:18px;
	color:#fff;
	padding: 10px 0px 8px 20px;
}
.dropdown-wrap h2 span{
	font-weight:bold;
}
.dropdown-wrap .caption{
	margin-bottom:0px;
}
.button{
	background-image: url(../images/plus.png);
	width:25px;
	height:25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	margin: 8px 15px 3px 0px;
	cursor:pointer;
}
.dropdown{
	margin-bottom:5px;
}
.active-header .button{
	background-image: url(../images/minus.png);
	width:25px;
	height:25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	margin: 8px 15px 3px 0px;
	cursor:pointer;
}
.dropdown-text{
	background-image: url(../images/dropdown-background.png);
	background-repeat: repeat;
	background-position: top left;
	height: 100%;
	width:100%;
	background-size: 100% 100%;
	display:none;
}
.dropdown-text ul{
	font-size:14px;
	padding-bottom:15px;
	margin-left: 50px;
	padding-right: 22px;
}
.dropdown-text ul li{
	margin-bottom:5px;
}
.dropdown-text p{
	-webkit-column-count:1; /* Chrome, Safari, Opera */
	-moz-column-count:1; /* Firefox */
	column-count:1;
	padding: 20px;
	font-size:14px;
}
.dropdown-text p span{
	font-weight:bold;
	margin-bottom: 20px;
	display: inline-block;
}
.one-row p{
	-webkit-column-count:1; /* Chrome, Safari, Opera */
	-moz-column-count:1; /* Firefox */
	column-count:1;
}
footer{
	background-color:#000;
	position:relative;
	z-index:20;
}
footer .block1{
	margin: 11px 0px 0px 60px;
}
.linked{
	background-image: url(../images/linked.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 39px;
	width:39px;
	background-size: 100%;
	display: block;
}
.email{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 39px;
	width:39px;
	background-size: 100%;
	display: block;
}
.linked:hover{
	background-image: url(../images/linked-active.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 39px;
	width:39px;
	background-size: 100%;
	display: block;
}
.email:hover{
	background-image: url(../images/email-active.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 39px;
	width:39px;
	background-size: 100%;
	display: block;
}
footer{
	padding-bottom:5px;
}
footer .block1 p{
	color:#fff;
	font-size:11px;
}
footer .block1 p:nth-child(1){
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
footer .block2{
	margin:15px 60px 0px 0px;
}
footer .block2  .Coordinates p:nth-child(1){
	color:#fff;
	font-size:14px;
}
footer .block2 .Coordinates p{
	color:#fff;
	font-size:20px;
	text-align:right;
}
footer  .Social{
	margin-left:30px;
}
footer  .Social a{
	float:left;
	margin-left: 10px;
}
