html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: bold;
	}
em, i{
	font-style: italic;
	}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
	}
html{
	height: 100%;
	background: #0a2a37 url("../i/site-bg.png") no-repeat 50% 0;
	width: 100%;
	min-width: 1260px;
/*	background-size: auto 8190px;*/
	}
/*@media screen and (max-width: 1440px){
	html{
		background: #0a2a37 url("../i/site-bg1440.jpg") no-repeat 50% 0;
		background-size: 1480px 8190px;
		}
	}
@media screen and (max-width: 1280px){
	html{
		background: #0a2a37 url("../i/site-bg1280.jpg") no-repeat 50% 0;
		background-size: 1320px 8190px;
		}
	}*/
body{
	height: 100%;
	line-height: 1;
	font: normal 14px Tahoma, sans-serif;
	width: 100%;
	}
ol, ul{
	list-style: none;
	}
article ul{
	margin: 0 0 41px 0px;
	}
ul li, ol li{
	font-size: 16px;
	color: #6ba7c5;
	line-height: 23px;
	padding-left: 18px;
	background: url("../i/bullet.png") no-repeat 0 9px;
	}
ol li{
	padding-left: 0;
	background: none;
	}
table{
	border-collapse: collapse;
	width: 100%;
	}
table td, table th{
	text-align: center;
	vertical-align: top;
	}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	}
h2, #static-page div[role="main"] h1{
	font: normal 60px Tahoma, sans-serif;
	color: #afdff7;
	line-height: 60px;
	/*background: url("../i/title-bg.png") no-repeat 0 100%;*/
	padding-bottom: 14px;
	margin-bottom: 31px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #163541;
	height: 60px;
	}
h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #4dafe0;
	margin-bottom: 12px;
	}
h4{
	font-size: 18px;
	color: #6ba7c5;
	margin-bottom: 21px;
	}
img{
	border: 0;
	max-width: 100%;
	}
a, button{
	color: #84c7ce;
	outline: none;
	text-decoration: none;
	}
a:hover{
	text-decoration: none;
	color: #00919c;
	}
p a{
	text-decoration: underline;
	}
p{
	font-size: 16px;
	color: #6ba7c5;
	margin-bottom: 21px;
	line-height: 21px;
	}
input, textarea{
	height: 31px;
	padding: 0 13px;
	width: 330px;
	color: #0a3548;
	font: normal 14px Tahoma, sans-serif;
	outline: none;
	line-height: 31px;
	border: none;
	display: block;
	resize: none;
	background: #fff;
	margin-bottom: 10px;
	}
input[type="submit"]{
	width: 103px !important;
	height: 31px;
	float: right !important;
	background: url("../i/btn-bg.gif") repeat-x top;
	font-size: 14px;
	color: #fff;
	padding-bottom: 4px;
	cursor: pointer;
	}
input[type="submit"]:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
textarea{
	height: 92px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 2px 13px;
	}
input::-webkit-input-placeholder{
	color: #6490a7;
	}
input:focus::-webkit-input-placeholder{
	text-indent: -10000px;
	}
label{
	color: #6ba7c5;
	font-size: 14px;
	display: block;
	margin: 0 0 8px 0;
	}
button{
	color: #e68e01;
	background: none;
	border: none;
	float: right;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	width: 84px;
	margin-right: -5px;
	}
button:hover{
	color: #ae6802;
	}
.err{
	background: #85b1c5;
	}
a {
    cursor: pointer;
}
/*==============================================================================

								STRUCTURE

================================================================================*/

/*================================HEADER========================================*/

header{
	position: relative;
	height: 126px;
	width: 1230px;
	padding: 27px 0 0 15px;
	margin: 0 auto;
	}
h1, header h3{
	margin-top: 23px;
	display: block;
	float: left;
	}
/*=================================NAV==========================================*/

nav{
	z-index: 10000;
	width: 866px;
	float: right;
	margin-right: 15px;
	}
.fixed{
	position: fixed;
	left: 50%;
	margin: 0 0 0 -259px;
	z-index: 10;
	top: 0px;
	}
nav li{
	margin-bottom: 1px;
	float: right;
	padding: 0;
	line-height: 16px;
	background: none;
	}
nav a{
	display: block;
	height: 28px;
	background: url("../i/nav-links-bg.gif") repeat-x top;
	font-size: 16px;
	color: #fff;
	padding: 9px 22px 0;
	border-left: 1px solid #0f567b;
	border-right: 1px solid #3fa8de;
	white-space: nowrap;
	}
nav a:hover{
	color: #fff;
	background: #0a374f;
	}
nav .left-corner a{
	border-left: none;
	background: url("../i/nav-left-corner.png") no-repeat 0 0;
	padding-left: 42px;
	}
nav .left-corner a:hover{
	background-position: 0 -37px;
	}
nav .left-corner .active, nav .left-corner .active:hover{
	background: url("../i/nav-left-corner.png") no-repeat 0 -74px;
	cursor: default;
	}
nav .right-corner a{
	border-right: none;
	background: url("../i/nav-right-corner.png") no-repeat 100% 0;
	padding-right: 42px;
	}
nav .right-corner a:hover{
	background-position: 100% -37px;
	}
nav .right-corner .active, nav .right-corner .active:hover{
	background: url("../i/nav-right-corner.png") no-repeat 100% -74px;
	cursor: default;
	}
nav .active, nav .active:hover{
	background: url("../i/nav-links-active-bg.gif") repeat-x top;
	cursor: default;
	}
nav .international-transporting{
	/*margin-left: 116px;*/
	}
nav .mn-contacts{
	margin-right: 22px;
	clear: right;
	}
/*===============================END NAV==========================================*/

#lang{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #6490a7;
	margin: 5px 0 0 227px;
	float: left;
	}
#lang a, #lang span{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #137cb3;
	text-transform: uppercase;
	margin: 0 10px;
	}
#lang a:hover{
	color: #106a99;
	}
#lang span{
	color: #fff;
	}
#secondary-nav{
	float: left;
	margin: 5px 30px 25px 0px;
	}
#secondary-nav a{
	width: 94px;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #137cb3;
	display: block;
	background: url("../i/secondary-nav.gif") no-repeat 0 50%;
	}
#secondary-nav a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
header form{
	float: left;
	margin-bottom: 24px;
	width: 274px;
	}
header input{
	width: 219px;
	height: 26px;
	line-height: 26px !important;
	border: none;
	background: #0a1a23;
	color: #6490a7;
	font: normal 12px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	}
header input[type="submit"]{
	height: 26px !important;
	width: 26px !important;
	background: url("../i/search-btn.gif") no-repeat 50% 50%;
	text-indent: -10000px;
	cursor: pointer;
	}
/*BLOCKS*/

#international-transporting{
	overflow: hidden;
	}
#about, #construction, #engineering, #freight, #lease, #contacts, #beton, #earthwork, #international-transporting, #autocenter{
	overflow: hidden;
    padding-bottom: 150px;
	}
#contacts{
	}
#sitemap-container{
	overflow: hidden;
	}
#main article, #about article, #construction article, #engineering article, #international-transporting article, #beton article, #freight article, #lease article, #contacts article, #sitemap-container article, #beton article, #earthwork article, #autocenter article{
	width: 1114px;
	margin: 114px auto 0 auto;
	position: relative;
	z-index: 0;
	}
*+html #about article, *+html #construction article, *+html #engineering article, *+html #international-transporting article, *+html #freight article, #beton article, *+html #lease article, *+html #contacts article{
	z-index: -1;
	}
#contacts article{
	overflow: hidden;
	}
/*Autocenter*/
#autocenter h2{
    height: auto;
    }
#autocenter article{
    }
#autocenter article *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
#autocenter .sub-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    }
#autocenter .main-img{
    position: relative;
    width: 570px;
    height: 461px;
    margin: 30px 0 0;
    }
#autocenter .main-img img{
    position: absolute;
    left: -90px;
    top: 0;
    max-width: none;
    }
#autocenter .text{
    width: calc(100% - 570px);
    }
#autocenter article h3{
    margin: 0 0 24px;
    }
#autocenter article ul{
    margin: 24px 0;
    }
#autocenter article ul li{
    margin-bottom: 6px;
    }
a[href^=tel]{
    white-space: nowrap;
    text-decoration: none;
    color: #6ba7c5 !important;
    }
a[href^=tel]:hover{
    opacity: .6;
    }
/*==================================MAIN========================================*/
#main{
    position: relative;
	overflow: hidden;
	height: 674px;
	clear: both;
	width: 1245px;
	margin: 0 auto;
	}
#main:before{
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1376px;
    height: 609px;
    margin: 0 0 0 -682px;
    background: url("../i/main-visual.png") no-repeat 50% 50%;
    }
#main > div{
	width: 1060px;
	height: 630px;
	margin: 29px auto 0;
	position: relative;
	}
#main > div a{
	color: #83cbf0;
	font-size: 24px;
	position: absolute;
	width: 268px;
	height: 55px;
	left: 0;
	top: 0;
	padding: 25px 0 0 52px;
	}
#main > div a:hover{
	color: #538ba6;
	}
#main div .beton-link{
	left: auto;
	right: -11px;
	top: 104px;
	width: 231px;
	height: 58px;
    padding: 23px 0 0 98px;
	}
#main div .earthwork-link{
	left: auto;
	right: -11px;
	top: 104px;
	width: 231px;
	height: 58px;
    padding: 23px 0 0 98px;
	}
#main div .lnk-constr{
    top: 58px;
    left: -18px;
    width: 266px;
    height: 53px;
    padding: 17px 0 0 45px;
    }
#main div .engineering-link{
	top: 342px;
	left: 76px;
	font-size: 22px;
	line-height: 24px;
    display: none;
	height: 55px;
	width: 280px;
	padding: 25px 0 0 48px;
	}
#main div .beton-link{
	top: 426px;
	left: 202px;
	font-size: 21px;
	line-height: 24px;
	height: 66px;
	width: 168px;
	padding: 14px 90px 0 48px;
	}
#main div .freight-link{
	top: 426px;
	left: 202px;
	font-size: 21px;
	line-height: 24px;
	height: 66px;
	width: 168px;
	padding: 14px 90px 0 48px;
	}
#main div .autocenter-link{
    font-size: 21px;
    left: auto;
    right: 187px;
    top: 374px;
    width: 115px;
    height: 55px;
    padding: 26px 24px 0 102px;
    }
/**/

#main > div a span{
	width: 99px !important;
	height: 99px !important;
	position: absolute;
	background: url("../i/lnk-constr.png") no-repeat 0 0;
	top: -6px !important;
	left: 230px;
	cursor: pointer;
	display: block;
	padding: 0 !important;
	}
#main > div a span.beton-link{
	background: url("../i/beton.png") no-repeat 0 0;
	left: -8px;
    top: -9px !important;
	}
#main > div a span.earthwork-link{
	background: url("../i/lnk-earth.png") no-repeat 0 0;
	left: -8px;
    top: -9px !important;
	}
#main > div a span.engineering-link{
	background: url("../i/lnk-eng.png") no-repeat 0 0;
	left: 240px;
	}
#main > div a span.beton-link{
	background: url("../i/beton.png") no-repeat 0 0;
	left: 217px;
	top: -9px !important;
	}
#main > div a span.freight-link{
	background: url("../i/lnk-fr.png") no-repeat 0 0;
	left: 217px;
	top: -9px !important;
	}
#main div a span.lnk-constr{
    top: -15px !important;
    left: auto;
    right: -15px;
    background: url("../i/lnk-constr.png") no-repeat 0 0;
    }
#main > div a span.autocenter-link{
    background: url("../i/lnk-autocenter.png") no-repeat 0 0;
    left: -8px;
    top: -9px !important;
    }
/*================================END MAIN======================================*/

/*=================================ABOUT========================================*/

#visual-about{
    float: right;
	z-index: 9;
	}
#about .indent{
	width: 450px;
	margin-bottom: 77px;
	}
/*===============================END ABOUT======================================*/

/*==============================CONSTRUCTION====================================*/
h2 span{
	float: left;
	line-height: 60px;
	}
.photo-gallery-link{
	display: inline-block;
	text-align: center;
	height: 38px;
	width: 64px;
	background: url("../i/photo-gallery.png") no-repeat 50% 0;
	font-size: 14px;
	color: #4dafe0;
	cursor: pointer;
	padding: 18px 0 0 0;
	margin: 7px 0 0 34px;
	}
.photo-gallery-link:hover{
	color: #3986ac;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
#photo-gallery{
	position: fixed;
	width: 100%;
	height: 100% !important;
	min-height: 100% !important;
	height: auto !important;
	background: url("../i/x.png") repeat 100% 100%;
	display: none;
	top: 0;
	left: 0;
	z-index: 100000;
	}
#photo-gallery > div{
	position: absolute;
	left: 50%;
	margin-left: -392px;
	top: 50%;
	margin-top: -317px;
	height: 604px;
	width: 762px;
	background: #071c25;
	padding: 30px 11px 0;
	}
.close{
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	right: 10px;
	top: 10px;
	background: url("../i/close.png") no-repeat 0 0;
	cursor: pointer;
	}
.close:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
#visual-construction{
    float: left;
    margin-top: -60px;
	}
ul.tabs{
	width: 320px;
	line-height: 25px;
	float: left;
	margin: 0;
	}
.tabs li{
	cursor: pointer;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	background: none;
	padding: 0 0 20px 0;
	margin-bottom: 17px;
	border-bottom: 1px dashed #18455a;
	}
.tabs .last{
	border: none;
	}
.tabs li.current{
	color: #4dafe0;
	padding-left: 20px;
	background: url("../i/current-tab.gif") no-repeat 6px 7px;
	}
.box{
	display: none;
	float: right;
	width: 720px;
	}
.box.visible{
	display: block;
	}
.scroll-box{
	height: 520px;
	}
.scroll-box ul{
	margin-left: 0;
	margin-bottom: 21px;
	width: 680px;
	}
.scroll-box p{
	width: 680px;
	}
.scroll-box ul, .scroll-box ol{
	margin-bottom: 31px;
	}
.scroll-box ul li, .scroll-box ol li{
	font-size: 14px;
	background-position: 0 10px;
	margin-bottom: 11px;
	}
/*============================END CONSTRUCTION==================================*/

/*===============================ENGINEERING====================================*/

#engineering .sidebar, #construction .sidebar{
	float: left;
	}
#engineering .tabs, #construction .tabs{
	float: none;
	}
#engineering .box{
	width: 760px;
	}
#engineering .tabs li{
	width: 175px;
	}
#engineering .tabs .current{
	width: 155px;
	}
#visual-engineering{
	margin: 60px 0 0 -10px;
	position: relative;
	z-index: 1;
	}
#engineering-services > div{
	float: left;
	width: 310px;
	}
#engineering-services .bigger{
	width: 360px;
	margin-left: 65px;
	}
#engineering-services h3{
	margin-bottom: 17px;
	}
#engineering-services ul{
	margin-bottom: 61px;
	}
#engineering-contacts p{
	font-size: 16px;
	}
#engineering-contacts p span{
	display: block;
	color: #afdff7;
	margin: 0 0 0 64px;
	}
#engineering-contacts p span b{
	font-size: 24px;
	font-weight: normal;
	}
#engineering-contacts p a{
	font-size: 16px;
	color: #fff;
	}
#engineering-contacts p a:hover{
	color: #b6bec2;
	}
/*============================END ENGINEERING===================================*/

/*========================INTERNATIONAL TRANSPORTING============================*/

#map-transporting{
	width: 570px;
	height: 385px;
	background: url("../i/map.png") no-repeat 92% 20px;
	position: relative;
	float: left;
	margin-top: -15px;
	}
#map-transporting .asia, #map-transporting .sc, #map-transporting .eastern-europe, #map-transporting .western-europe{
	position: absolute;
	top: 21px;
	right: 13px;
	width: 320px;
	height: 210px;
	cursor: pointer;
	z-index: 1000;
	}
#map-transporting .asia span, #map-transporting .sc span, #map-transporting .eastern-europe span, #map-transporting .western-europe span{
	width: 185px;
	height: 174px;
	background: url("../i/asia.png") no-repeat 0 0;
	font: normal 18px Tahoma, sans-serif;
	color: #fff;
	padding: 36px 0 0 135px;
	display: none;
	margin: 0;
	float: left;
	}
#map-transporting .sc{
	width: 162px;
	height: 76px;
	left: 86px;
	top: 7px;
	z-index: 10002;
	}
#map-transporting .sc span{
	background: url("../i/sc.png") no-repeat 0 0;
	width: 149px;
	height: 74px;
	padding: 2px 0 0 13px;
	}
#map-transporting .eastern-europe{
	width: 194px;
	height: 67px;
	left: 27px;
	top: 80px;
	}
#map-transporting .eastern-europe span{
	padding: 39px 0 0 13px;
	width: 180px;
	height: 28px;
	background: url("../i/e-e.png") no-repeat 0 0;
	}
#map-transporting .western-europe{
	width: 202px;
	height: 82px;
	left: 210px;
	top: 31px;
	z-index: 10001;
	}
#map-transporting .western-europe span{
	width: 159px;
	height: 71px;
	padding: 11px 0 0 43px;
	background: url("../i/w-e.png") no-repeat 0 0;
	}
#car{
	position: absolute;
	left: -90px;
	top: 60px;
	}
article .lft{
	float: left;
	width: 540px;
	margin-bottom: 30px;
	}
.map-area li span{
	color: #fff;
	}
.map-area li span:hover{
	color: #4dafe0;
	cursor: pointer;
	}
article .contacts{
	float: left;
	width: 371px;
	padding: 40px 0 36px 31px;
	background: #072f41;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: -50px 36px 0 26px;
	position: relative;
	}
#international-transporting .contacts{
	margin-top: -70px;
	padding: 36px 0 30px 31px;
	}
article .contacts img{
	position: absolute;
	top: -24px;
	left: -26px;
	}
article .contacts p{
	font-size: 16px;
	color: #afdff7;
	margin-bottom: 4px;
	}
article .contacts p span{
	width: 62px;
	display: inline-block;
	color: #6ba7c5;
	}
article .contacts p .fax{
	width: 79px;
	}
.contacts p .last{
	width: auto;
	}
article .contacts p b, article .contacts p strong{
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #afdff7;
	}
article .contacts p em{
	display: block;
	font-style: normal;
	margin: 4px 0 0 84px;
	}
/*======================END INTERNATIONAL TRANSPORTING==========================*/

/*===========================beton and FREIGHT TRANSPORTING===============================*/

#beton-transporting{
	width: 570px;
	position: relative;
	float: left;
	}
#beton-transporting > img{
	margin: -10px 0 21px -55px;
	}

#freight-transporting{
	width: 570px;
	position: relative;
	float: left;
	}
#freight-transporting > img{
	margin: -10px 0 21px -55px;
	}
/*=========================END FREIGHT TRANSPORTING=============================*/

/*==================================LEASE=======================================*/

#visual-lease{
	margin: 40px 70px 0 -30px;
	float: left;
	}
#lease h3{
	margin-top: 70px;
	}
/*================================END LEASE=====================================*/

/*================================CONTACTS======================================*/

#contacts-data{
	margin: 0;
	float: left;
	}
#contacts-data li{
	width: 260px;
	float: left;
	background: none;
	padding: 0;
	}
#contacts-data li p{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 22px;
	}
#contacts-data li p span{
	display: block;
	font-size: 18px;
	margin-bottom: 3px;
	color: #4dafe0;
	}
#contacts-data li p a{
	font-size: 16px;
	color: #fff;
	}
#contacts-data li p a:hover{
	color: #b6bec2;
	}
#feedback{
	width: 462px;
	float: right;
	}
#feedback h3{
	height: 53px;
	padding: 14px 0 0 86px;
	background: url("../i/feedback-title.png") no-repeat 0 0;
	position: relative;
	z-index: 1;
	}
#feedback form{
	width: 394px;
	float: right;
	display: block;
	background: #0a3548;
	padding: 26px 0 28px 38px;
	margin: -22px 8px 0 0;
	}
*+html #feedback form{
	padding-bottom: 20px;
	}
#feedback form p{
	font-size: 14px;
	color: #6ba7c5;
	margin-bottom: 9px;
	}
#feedback form #all-rows{
	font-size: 12px;
	color: #316f8a;
	}
#feedback form #capcha-container{
	width: 356px;
	}
#feedback form #capcha-container img{
	}
#feedback form #capcha-container .capth_images{
	float: left;
	margin-right: 24px;
	}
#feedback form #capcha-container .capth_images img{
	margin-right: 1px;
	}
#feedback form #capcha-container input{
	width: 78px;
	float: left;
	margin: 0;
	}
#google-maps{
	width: 400px;
	height: 300px;
	display: none;
	display: none;
	}
#google-maps img{
	}
/*===============================END CONTACTS===================================*/

/*==================================FOOTER======================================*/

footer{
	width: 100%;
	height: 65px;
	background: #0c425a;
	padding: 35px 0 0 0;
	}
footer div{
	width: 1114px;
	margin: 0 auto;
	}
footer p{
	font-size: 12px;
	color: #fff;
	float: left;
	}
#iquad-link{
	font-size: 12px;
	color: #fff;
	float: right;
	height: 19px;
	padding: 1px 86px 0 0;
	background: url("../i/iquad-link.gif") no-repeat 100% 0;
	}
#iquad-link:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
/*================================END FOOTER====================================*/

/*==============================TRANSITIONS=====================================*/

a, input[type="submit"], .close, #up{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
nav a{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}
/*Slider*/

/* Showcase

-------------*/

#awOnePageButton .view-slide{
	display: none;
	}
/* This class is removed after the showcase is loaded */

/* Assign the correct showcase height to prevent loading jumps in IE */

.showcase-load{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
	}
/* Container when content is shown as one page */

.showcase-onepage{
	/**/
	}
/* Container when content is shown in slider */

.showcase{
	position: relative;
	margin: auto;
	overflow: hidden;
	padding: 25px 0 0 0;
	}
.showcase-content-container{
	}
/* Navigation arrows */

.showcase-arrow-previous, .showcase-arrow-next{
	position: absolute;
	width: 33px;
	height: 33px;
	top: 220px;
	cursor: pointer;
	}
.showcase-arrow-previous{
	left: -60px;
	}
.showcase-arrow-previous:hover{
	background-position: 0px -34px;
	}
.showcase-arrow-next{
	right: -56px;
	background-position: -34px 0;
	}
.showcase-arrow-next:hover{
	background-position: -34px -34px;
	}
/* Content */

.showcase-content{
	text-align: center;
	}
.showcase-content img{
	height: 248px !important;
	width: 508px !important;
	border: 4px solid #092633;
	}
.showcase-content-wrapper{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}
/* Styling the tooltips */

.showcase-plus-anchor{
	background-repeat: no-repeat;
	}
.showcase-plus-anchor:hover{
	background-position: -32px 0;
	}
/* Styling the caption */

.showcase-caption{
	color: #000;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
	}
.showcase-onepage .showcase-content{
	}
/* Button Wrapper */

.showcase-button-wrapper{
	clear: both;
	display: none;
	text-align: center;
	}
.showcase-button-wrapper span{
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #444;
	}
.showcase-button-wrapper span.active{
	color: #fff;
	}
/* Thumbnails */

.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */

{
	}
.showcase-thumbnail-wrapper{
	overflow: hidden;
	}
.showcase-thumbnail{
	width: 140px;
	height: 70px;
	cursor: pointer;
	border: solid 4px #092633;
	position: relative;
	margin: 0;
	}
.showcase-thumbnail-caption{
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
.showcase-thumbnail-content{
	padding: 10px;
	text-align: center;
	padding-top: 25px;
	}
.showcase-thumbnail-cover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
.showcase-thumbnail:hover{
	border: solid 4px #092633;
	}
.showcase-thumbnail:hover .showcase-thumbnail-cover{
	display: none;
	}
.showcase-thumbnail.active{
	border: solid 4px #fff;
	}
.showcase-thumbnail.active .showcase-thumbnail-cover{
	display: none;
	}
.showcase-thumbnail-wrapper-horizontal{
	padding: 10px;
	}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail{
	margin-right: 10px;
	width: 116px;
	}
.showcase-thumbnail-wrapper-vertical{
	margin-left: 14px;
	}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail{
	margin-bottom: 11px;
	}
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward{
	padding: 7px;
	cursor: pointer;
	top: -5px;
	position: absolute;
	right: 80px;
	z-index: 100;
	}
.showcase-thumbnail-button-forward{
	top: auto;
	bottom: 5px;
	}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical{
	background: url(../i/small-arrows.png) no-repeat 0 0;
	display: block;
	width: 20px;
	height: 10px;
	}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical{
	background-position: 0 -10px;
	}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical:hover, .showcase-thumbnail-button-forward .showcase-thumbnail-vertical:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
/* Hide button text */

.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span{
	display: none;
	}
/* Clear (used for horizontal thumbnails)

-------------------------------------------*/

.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
	}
#map{
	display: none;
	}
/*To top*/
#up{
	width: 80px;
	height: 80px;
	bottom: 120px;
	right: 20px;
	position: fixed;
	z-index: 1000;
	-webkit-transform: translateZ(0); /* Force header/footer rendering to go through the same rendering pipeline as native page scrolling. */
	background: url("../i/up.png") no-repeat 0 0;
	cursor: pointer;
	}
#up:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
/*404*/
#error-page{
	background: url("../i/error-page-bg.gif") no-repeat 0 0;
	}
#error-page-container{
	padding-top: 470px;
	min-height: 150px;
	width: 752px;
	margin: 30px auto 0 auto;
	background: url("../i/error-bg.png") no-repeat 0 0;
	}
#error-page-container a{
	font-size: 16px;
	color: #e6ebee;
	margin-left: 335px;
	}
#error-page-container a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
.ball{
	background-color: rgba(0, 0, 0, 0);
	border: 5px solid rgba(0, 183, 229, 0.9);
	opacity: .9;
	filter: alpha(opacity=90);
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
	box-shadow: 0 0 35px #2187e7;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	-moz-animation: spin .5s infinite linear;
	-webkit-animation: spin .5s infinite linear;
	}
.ball1{
	background-color: rgba(0, 0, 0, 0);
	border: 5px solid rgba(0, 183, 229, 0.9);
	opacity: .9;
	filter: alpha(opacity=90);
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
	box-shadow: 0 0 15px #2187e7;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	-moz-animation: spinoff .5s infinite linear;
	-webkit-animation: spinoff .5s infinite linear;
	}
@-moz-keyframes spin{
	0%{
		-moz-transform: rotate(0deg);
		}
	100%{
		-moz-transform: rotate(360deg);
		}
	}
@-moz-keyframes spinoff{
	0%{
		-moz-transform: rotate(0deg);
		}
	100%{
		-moz-transform: rotate(-360deg);
		}
	}
@-webkit-keyframes spin{
	0%{
		-webkit-transform: rotate(0deg);
		}
	100%{
		-webkit-transform: rotate(360deg);
		}
	}
@-webkit-keyframes spinoff{
	0%{
		-webkit-transform: rotate(0deg);
		}
	100%{
		-webkit-transform: rotate(-360deg);
		}
	}
.someclass{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 5000;
	}
.someclass .loading{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -150px;
	width: 260px;
	height: 20px;
	padding: 20px;

	text-align: center;
	z-index: 5001;

	}
#notice {
	margin-top: 38px;
	margin-bottom: 20px;
}

.photo-gallery-link_beton{
    display: inline-block;
    text-align: center;
    height: 38px;
    width: 64px;
    background: url("../i/beton1.png") no-repeat 50% 0;
    font-size: 14px;
    color: #4dafe0;
    cursor: pointer;
    padding: 18px 0 0 0;
    margin: 7px 0 0 34px;
}

.photo-gallery-link_earthwork{
    display: inline-block;
    text-align: center;
    height: 38px;
    width: 64px;
    background: url("../i/photo-gallery.png") no-repeat 50% 0;
    font-size: 14px;
    color: #4dafe0;
    cursor: pointer;
    padding: 18px 0 0 0;
    margin: 7px 0 0 34px;
}
.photo-gallery-link_beton:hover{
    color: #3986ac;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.photo-gallery-link_earthwork:hover{
    color: #3986ac;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#photo-gallery_beton{
    position: fixed;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    background: url("../i/x.png") repeat 100% 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 100000;
}
#photo-gallery_earthwork{
    position: fixed;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    background: url("../i/x.png") repeat 100% 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 100000;
}
#photo-gallery_beton > div{
    position: absolute;
    left: 50%;
    margin-left: -392px;
    top: 50%;
    margin-top: -317px;
    height: 604px;
    width: 762px;
    background: #071c25;
    padding: 30px 11px 0;
}
#photo-gallery_earthwork > div{
    position: absolute;
    left: 50%;
    margin-left: -392px;
    top: 50%;
    margin-top: -317px;
    height: 604px;
    width: 762px;
    background: #071c25;
    padding: 30px 11px 0;
}
/*Static Page*/
#static-page{
	background: #0b2a38 url("../i/static-page-site-bg.jpg") no-repeat 50% 0;
	}
#static-page #wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#static-page div[role="main"]{
	width: 1220px;
	margin: 0 auto;
	padding-bottom: 40px;
	}
#static-page header{
	margin-bottom: 78px;
	}
#home-link{
	width: 115px;
	height: 36px;
	background: url("../i/home-link.png") no-repeat 0 0;
	padding: 15px 0 0 77px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 53px;
	}
#home-link:hover{
	color: #8397a0;
	}
#static-page h1, #static-page h2{
	height: auto !important;
	}
#static-page h3{
	margin-bottom: 27px;
	}
#static-page div[role="main"] ul{
	margin: -12px 0 25px;
	}
#static-page div[role="main"] p{
	margin-bottom: 25px;
	}
#static-page #indent{
	padding-bottom: 100px;
	clear: both;
	}
#static-page footer{
	clear: both;
	margin-top: -100px;
	}
#static-page footer div{
	width: 1220px;
	}
#about p {
    font-size: 16px;
}
div[role="main"] ol {
    list-style: decimal inside;
}