@import "reset.css";
@import "mainmenu.css";
@import "mainmenu_new.css";
@media screen and (min-width: 960px) {
  html {
    overflow-y: scroll;
    transition: .3s;
    margin-left: calc(100vw - 100%);
    margin-right: calc(100vw - 100%);
  }
}
body{
	background: #f5f5f5;
}
#inner-wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: 100%;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* preloader
-----------------------------------------------------------------------------*/
#preloader {
     position:absolute;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      overflow: visible;
      background: #ffffff url('/resources/images/loading.gif') no-repeat top;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s ease-in-out;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 290px;
	position:relative;
	border-left: 1px solid #d8d9da;
	border-right: 1px solid #d8d9da;
	padding: 0 1px 0 1px;
	background: #fff;
	box-shadow: 3px 19px 20px rgba(0,0,0,0.44);
}
/* SLIDER */

#gallery {
	position:relative;
	float:right;
	height:265px;
	width: 100%;
    	max-width: 664px;
	margin-right:18.5px;
	overflow:hidden;
	border-radius:0 0 3px 3px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:1;
}
/*
#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}
*/
/* .SLIDER */
#header-content{
	width:1073px;
	height:268px;
	position:absolute;
	top:0px;
	left:0;
	z-index:2;
	
}
#header-content #top{
	height:95px;
	padding: 0 345px 0 0;
	position:relative;
}
#header-content #top .top-l{
	height:95px;
	
}
#header-content #top .top-r{
	height:95px;
	width: 346px;
	position:absolute;
	top:0;
	right:0;
}
#header-content #top .top-c{
	height:95px;
	position:absolute;
	z-index: 1;
	top:0;
	right:0;
}
#header-content #top .top-c .top-c-c{
	width:100%;
	float:left;
	/*overflow:hidden;*/
}
#header-content #top .top-c .top-c-c .top-c-cnt{
	padding: 0 170px 0 0;
}
#header-content #top .top-sb-sr{
	float:left;
	position:relative;
	margin-left:-170px;
	margin-right:-3px;
	width:170px;
}
#header-content #top .logo_bg{
	position: absolute;
	top:0;
	left:0;
	width: 316px;
	height:211px;
}
#header-content #top .logo_bg .lmmp_logo{
	display:block;
	width: 274px;
	height:240px;
	background: url(../images/lmmp_logo.png) no-repeat center center;
	background-color: white;
	padding-left:20px;
}
#header-content #top .logo_bg .top-icons{
	padding:19px 0 0 30px;
	height:30px;
}
#header-content #top .logo_bg .top-icons a{
	display:block;
	float:left;
	width: 30px;
	height:29px;
	background: url(../images/top-icons.png) no-repeat;
}
#header-content #top .logo_bg .top-icons a.home{
	background-position: 0 0;
}
#header-content #top .logo_bg .top-icons a.sitemap {
	background-position: -34px 0;
}
#header-content #top .logo_bg .top-icons a.phone {
	background-position: -67px 0;
}
#lang_icons{
	margin-left:-11px;
}
#lang_icons li{
	float:left;
	padding:20px 10px 0 10px;
}
#lang_icons li a{
	font-size:11px;
	color: #909090;
	text-shadow: 1px 1px 0px #fff;
	text-transform: uppercase;
}
#lang_icons li a:hover,#lang_icons li a.cur{
	color: #118cb6;
}
#header .header-bottom{
	width:100%;
	height:20px;
	overflow:hidden;
	background: #fff;
	padding-top:6px;
}
#header .header-bottom .ctnt{
	text-align:right;
	padding:0 25px;
	font-size: 14px;
	color:#818181;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 50px;
}
#container {
	background: #fff url(../images/cm-v.png) repeat-y left top;
   	border-left: 1px solid #D8D9DA;
    	border-right: 1px solid #D8D9DA;
    	border-bottom: 1px solid #D8D9DA;
    	padding: 0 25px;
    	position: relative;
	overflow: hidden;
	height:100%;
	box-shadow: 3px 19px 20px rgba(0,0,0,0.44);
	border-radius: 0px 0px 4px 4px;
}
#middle{
	width:100%;
	position:relative;
}
#middle:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#middle #mcontainer{
	float: left;
    overflow: hidden;
    width: 100%;
}
#middle #mcontainer #mcontent{ 
	padding: 0 0 0 270px;
	background: #fff;
}
#middle #m_sb_sl{
	background: #fff;
    float: left;
    margin-left: -100%;
    position: relative;
    width: 250px;	
}
#subnav{
	margin-left:-25px;
}
#subnav li{
	padding-top:2px;
	background: url(../images/l-sub-line.png) no-repeat 25px bottom;
}
#subnav li a{
	position:relative;
	width:100%;
}
#subnav li a .container{
	position:relative;
	width:100%;
	padding: 5px 0 11px 0;
	display:block;
}
#subnav li a .container .content{
	padding: 0 3px 0 40px;
	display:block;
	font-size:16px;
	color:#818181;
}
#subnav li a .container .bg-top{
	width:275px;
	height:5px;
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#subnav li a .container .bg-bot{
	width:275px;
	height:11px;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
}
#subnav li a:hover .container .content{
	color: #118cb6;
	
}
#subnav li a.cur .container .content{
	background: url(../images/l-sub-m.png) repeat-y left top;
	color: #fff;
	text-shadow: 1px 1px 0px #033d6e;
}
#subnav li a.cur .container .bg-top{
	background: url(../images/l-sub-t.png) no-repeat left top;
}
#subnav li a.cur .container .bg-bot{
	background: url(../images/l-sub-b.png) no-repeat left top;
}
#middle #m_sb_sl h2{
	font-size:28px;
	font-weight:300;
	color:#118cb6;
	padding-bottom:4px;
	border-bottom:1px dashed #dddfe0;
}
#objects{
	position:relative;
}
#objects a.obg{
	display:blockl;
	width:120px;
	height:70px;
	float:left;
	border-bottom: 0!important;
}
#objects a.all-obg{
	color: #118cb6;
	font-size:14px;
	border-bottom:1px solid #118cb6;
	margin-top:10px;
	float:left;
}
#mcontent .section h1{
	font-size:28px;
	font-weight:300;
	color:#118cb6;
	padding-bottom:4px;
	border-bottom:1px dashed #dddfe0;
	margin-bottom:10px;
}
#mcontent .section h2{
	font-size:18px;
	font-weight:300;
	color:#118cb6;
	padding-bottom:4px;
	margin-bottom:10px;
	font-family: Arial;
}
#mcontent .section ,.mceContentBody {
	font-size:14px;
	color:#818181;
	line-height:20px;
	
	position:relative;
	background: #fff;
}
#mcontent .section a{
	font-size:14px;
	color:#118cb6;
	line-height:19px;
	transition: 1.5s cubic-bezier(0.01, 0.01, 1, 1.04);
	
}
#mcontent .section a:hover{
	border-bottom: 1px solid transparent;
}
#mcontent .section a.dwnl ,.mceContentBody a.dwnl{
    bottom: 0;
    color: #118CB6;
    position: absolute;
    right: 0;
	border-bottom:0;
}
#mcontent .section a.dwnl span ,.mceContentBody a.dwnl span{
	border-bottom: 1px solid #118CB6;
}
#mcontent .section a img  ,.mceContentBody a img{
	border:0;
}
#mcontent .section p ,.mceContentBody p{
	font-size:14px;
	color:#818181;
	line-height:20px;
	margin-bottom:10px;
}
#mcontent .section .morep{
	box-shadow: 0px -36px 35px -50px #000000 inset;
	border-radius:4px;
	padding-right:13px; 
	overflow:hidden;
	max-height:108px; 
	height:100%;
	transition: ease-out .15s;
	padding-left:5px; 
	padding-bottom:5px;
}

#mcontent .section .morep:hover{
	 box-shadow: 0px -36px 42px -40px #000000 inset;
}
#mcontent .section .moreimg{
	margin-top: 5px; 
	margin-right: 13px; 
	height: 138px; 
	width:100px; 
	float:left; 
	box-shadow: 3px 4px 13px -6px #000000;
	transition: ease-out .15s;
}
#mcontent .section .morep:hover img{
	 margin-top: 1px;
}
#sectiona:hover{
	margin-top: 1px;
}




#mcontent .section ul ,.mceContentBody ul{
	margin-bottom:10px;
	margin-left: 10px;
	transition: .2s cubic-bezier(0.4, 0, 0.2, 1);
}
#mcontent .section ul li ,.mceContentBody ul li{
	font-size:14px;
	color:#818181;
	line-height:20px;
	margin-bottom:10px;
	margin-left: 30px;
	list-style-type:none;
	background: url(../images/content-li.png) no-repeat left center;
}
#mcontent .section ul li:hover ,.mceContentBody ul li{
	list-style-type:disc;
	
}
#sitemap  ul li {
	background: url(../images/content-li.png) no-repeat left 3px!important;
}
.more p:hover{
 box-shadow: 0px -36px 43px -50px #000000 inset;
}
#somes:hover{
 box-shadow: 0px -36px 43px -50px #000000 inset;
}


.clear{
	clear:both;
	width:100%;
	display:block;
	height:10px;
}
#sertificaty{
	position:relative;
	overflow:hidden;
}
#sertificaty a.s-block{
	display:block;
	width: 208px;
	height: 70px;
	position:relative;
	float: left;
	border-bottom: 0!important;
	margin-bottom: 10px;
}
#sertificaty a.sblock{
	display:block;
	width: 208px;
	height: 70px;
	position:relative;
	float: left;
	border-bottom: 0!important;
	margin-bottom: 10px;
}
.sblock:hover{
	box-shadow: 1px 4px 7px rgba(0,0,0,.3);
	transform:scale(1.023);
}
#middle_bottom{
	width:100%;
	position:absolute;
	top:-70px; left:0;
	height:1%;
	padding-top:20px;
	padding-bottom:10px;
	z-index:1;
}
#middle_bottom:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#middle_bottom  #b_container{
	float: left;
    overflow: hidden;
    width: 100%;
}
#middle_bottom  #b_container #b_content{
	padding: 0 25px 0 270px;
	position:relative;
}
#middle_bottom  #b_container #b_content a.oi{
	float:right;
	display:block;
	width: 105px;
	height: 40px;
	background: url(../images/oi.png) no-repeat;
	z-index:1;
}
#middle_bottom  #b_container #b_content a.oi:hover{
	background-position: 0 -60px;
}
#middle_bottom  #b_sb_sl{
	width:250px;
	margin-left: -100%;
	float:left;
	position:relative;
	line-height:14px;
	padding-top:10px;
	padding-left:25px;
}
#middle_bottom  #b_sb_sl .copy{
	font-size:12px;
	color:#818181;
}
#middle_bottom  #b_sb_sl .url{
	font-size:12px;
	color:#118cb6;
	border-bottom:1px solid #118cb6;
}
/*
		UI SLIDER 
*/
.scroll-pane { overflow: auto; width: 650px; float:left; }
	.scroll-content { width: 2440px; float: left; }
	.scroll-content-item {
		width: 135px;
		height: 146px; 
		float: left; 
		margin: 10px;
		font-size: 3em;
		line-height: 96px;
		text-align: center; 
		padding:0;
	}
	.scroll-content-item  a.fancy{
		width: 135px;
		height: 146px; 
		display:block;
		background: url(../images/sl-overlay.png) no-repeat;
		border:0!important;
	}
	.scroll-bar {
		padding:0!important;margin:0!important;
		WIDTH:620PX!IMPORTANT;
	}
	* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
	.scroll-bar-wrap { clear: left; margin: 0 -1px -1px -1px;
	width: 650px;
	height: 50px;
	background: url(../images/sl-line.png) no-repeat center top;
	}
	.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
	.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
	.scroll-bar-wrap .ui-slider-handle {
		top:.2em; 
		width: 30px!important;
		height: 45px!important;
		background: url(../images/povzunok.png) no-repeat center top!important;
		border:0!important;
		cursor: move;
		margin:0!important;
	}
	.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
/*
		UI SLIDER 
*/
#c_inf_block{
	color: #818181;
    font-size: 16px;
    line-height: 20px;
	padding:20px 0px;
}
#c_inf_block a{
	border-bottom:1px solid #118cb6;
}
#cform{
	width: 600px;
	padding:20px;
	position:relative;
}
#cform .p{
	width:100%;
	text-align: left;
	float:left;
	padding:5px 0;
}
#cform .small{
	font-size:10px;
}
#cform label{
	text-align:left;
}
#cform input[type=text]{
	float:right;
	width: 410px;
	height: 30px;
	position:relative;
	border: 1px solid #ececec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
	line-height: 30px;
	font-family: Arial;
	color:#118cb6;
}
#cform textarea{
	width: 578px;
	height: 130px;
	position:relative;
	border: 1px solid #ececec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
	line-height: 30px;
	font-family: Arial;
	color:#118cb6;
}
#cform input[type=submit]{
	width:180px;
	height:40px;
	background: url(../images/cform-btn.png) no-repeat center top;
	line-height:30px;
	color: #fff;
	text-shadow: 1px 1px 0px #095c97;
	border:0;
	float:right;
	font-size:18px;
	padding-bottom:5px;
}
#cform input[type=text]:focus,#cform textarea:focus{
	border-color: #ccc;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 980px;
	margin: -50px auto 0;
	height: 50px;
	background: url(../images/f-bg.png) no-repeat center -1px;
	position:relative;
}
#bottom_menu{
	float:left;
	z-index:1;
	position:relative;
}
#bottom_menu li{
	float:left;
	width: 100px;
	text-align:center;
	padding-top:15px;
}
#bottom_menu li a{	
	color: #818181;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
}
#bottom_menu li a:hover{	
	border-bottom:1px solid #818181;
}
#footer .instrument{
	width:550px;
	height:130px;
	position: absolute;
	bottom:0;
	right: 10px;
	background: url(../images/instrument.png) no-repeat;
}
#ajax_loader{
	position:absolute;
	top:50%;
	left:50%;
	margin: -10px 0 0 -80px;
	z-index:2;
	display:none;
}
#errmsg{
	color: red;
}

#project_list {
	width: 100%;
	float:left;
}
#project_list .list-item{
	border-left: 150px solid transparent;
    height: 1%;
    position: relative;
}
#project_list .list-item .list-item-container{
	float: left;
    margin-right: -100%;
    overflow: hidden;
    width: 100%;
}
#project_list .list-item .list-item-container .list-item-content{
	padding: 0;
}
#project_list .list-item .list-item-sb-sl{
    float: left;
    left: -150px;
    position: relative;
    width: 150px;
}

#regular-info tr, th, td{
	padding: 5px !important;
	font-size: 11px;
}



