.primary_nav_wrap ul{
	list-style:none;
	position:relative;
	z-index: 5;
}
.primary_nav_wrap ul a{
	display:block;
}
.primary_nav_wrap ul li{
	position:relative;
}
.primary_nav_wrap ul li.current-menu-item{
	
}
.primary_nav_wrap ul li:hover{
}
.primary_nav_wrap ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0
}
.primary_nav_wrap ul ul li .fa{
	float: right;
}
.primary_nav_wrap ul ul li{
	background:#151515;
	float:none;
	width:200px;
	padding: 10px;
}
.primary_nav_wrap ul ul a{
}
.primary_nav_wrap ul ul ul{
	top:0;
	left:100%
}
.primary_nav_wrap ul li:hover > ul{
	display:block
}





.maincontent .staticwrap .photo_frame{
	float: none;
	width: 30%;
	height: 22vw;
	border:1px solid;
	border: none;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;

}

.carousel-inner .item{
	width: 100%;
	height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.atelfixed{
	position: fixed;
	top:0;
}

.min-height{
	min-height: 500px;
}

.fullwidth{
	width: 100%;

}

.dropdown-content {
	z-index: 99;
	overflow: hidden;
    display: none;
    position: absolute;
    background-color: #151515;
    //min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    //color: #eee;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover,a:active,a:focus {
	//background-color: #333; 
	border:none;
}

.drpdwn:hover .dropdown-content {
    display:  block;
}


.signbutton{
	float: right;
}
#mp-menu .signbutton{
	float: none;
}
.error404{
	width: 100%;
	background: black;
	font-size: 75px;
	color: white;
	font-weight: bold;
	padding: 100px 20px;
	line-height: 0.9;
}
.error404 p{
	margin:0;
}
.error404 .errornumber{
	font-size: 220px;
}
.error404 .errortext{
	font-size: 120px;
}
 .canvas_inner{
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 999;
      display: none;
    }
        .breadcrumb {
padding: 4px 15px !important;
font-size: 0.9em !important;
}


.photo_frame {
    width:130px;
    height: 71px;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    *display:inline;
    position:relative; /* Needed for z-indexing later */
     border:2px solid #FFAC5D;
     //box-sizing:border-box; /* Don't forget vendor prefixes! */ 
     background-size: cover;
}

.photo_img {
	vertical-align: top;
    max-width:130px;
    //transition:all 0.6s ease; /* Remember vendor prefixes! */
    opacity:1;
    margin: 0;
    padding: 0;
    
}
.album_img {
	vertical-align: top;
    max-width:130px;
    //transition:all 0.6s ease; /* Remember vendor prefixes! */
    opacity:1;
    margin: 0;
    padding: 0;
    
}


#model_menu_mobile{
	background: #151515;
	width: 100%;
	font-size: 1.8em;
	z-index: 1;
	///padding: 3px 10px 0px 10px;
}
#model_menu_mobile img{
	height: 34px;
    	margin-bottom: 6px;
}
#model_menu_mobile .fa{
	color: #856A4E;
}
#model_menu_mobile a{
	//color: #856A4E;
}

#model_menu_mobile a:hover, a:active, a:focus{
	//border-bottom: 1px dotted #856A4E;
	text-decoration: none;
	
}
.mobile_phone_inner{
	font-family: 'stint_ultra_condensed';
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 0;
	}


#mp-pusher{
	background:#fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}
#mp-menu_multilevelpushmenu{
	z-index: 2;
}
#mp-menu li:hover, li:focus, li:active{
	background: black;
	color: white;
}
#mp-menu{
	z-index: 2;
	position: fixed;
}
#mp-menu a{
	border:none;
}
#mp-menu nav{
	display: none;
}

.photo_img:hover {
/*      -webkit-transform: scale(1.4);  
     -moz-transform: scale(1.4); 
      -ms-transform: scale(1.4);  
       -o-transform: scale(1.4);  
          transform: scale(1.4);*/
    opacity:0.9;
    z-index:2;
}
.mainimage{
	width: 270px;
	height: 160px;
	text-align: right;
	float: left;
}
.mainimage img{
	min-width: 300px;
}

#materialstable td img{min-width: 45px; width: 45px;}
#materialstable td .photo_frame{height: 25px; border: none; width: 45px}
#materialstable td img .mainimage{min-width: 45px; width: 45px;}




.a_bottom_form{
	min-height: 600px;
	background-size: cover;
}
.bottom_form_inner{
	background: rgba(0,0,0,0.4);
	margin: 40px;
	padding: 40px;
	color: white;
	font-size: 1.4em;
	margin-top: 100px;


}
.plitkainner{
	margin: 0;
	padding: 0;
	width: 100%;
}
.plitka{
	position: relative;
	display: inline-table;
	width: 295px;
	margin: 5px;
	background: #F5F5F5;
	border-radius: 4px;
	border:1px solid #e7e7e7;
	padding: 10px;
	line-height: 1.1;
	font-size: 0.9em;
	text-align: center;
}
.plitka small{
	color: #999;
}

.plitka table td{
	padding-right: 10px;
}
.plitka table tr td:first-child{text-align: right;color: #666;
	font-weight: bold; }
.plitka table tr td:last-child{text-align: left}
.plitka:hover{
	box-shadow: 0px 0px 2px 2px #444;

}
.plitka img{
	text-align: center;
}



.plitka .photo_frame{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 165px;
	border-width: 1px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	
	border: 2px solid #D32B32;


	background-position: center center;
	background-repeat: no-repeat;
	//background-size:  100% auto;
	background-size: cover;
}


.plitka .photo_frame img {
	border-radius: 2px;
	width: 260px;
	max-width: none;
}

.plitka_title{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.plitka button{
	margin-top: 10px;
}
.plitka a{
	color: black;
}
.plitka a:hover{
	//border-bottom: 1px dotted #D75452 ;
	text-decoration: none;
	color: #D32B32 ;
	
}
.plitkamarks{
	position: absolute;
	top:40px;
	right:0px;
	z-index: 40;
	color: white;
	font-size: 0.9em;
}
.plitkamark{
	background: #5CB85C ;
	padding: 9px;
	margin-bottom: 8px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	opacity: 0.9;
}



.material_data .photo_frame{
	float: none;

}
.material_data .photo_frame .mainimage{
	float: none;

}
.material_data{
	//padding-bottom: 40px;
	line-height: 1.1;
	//font-size: 0.9em;
}

.material_data table td{
	padding-right: 5px;
	padding-left: 5px;
}
.material_data table tr td:first-child{text-align: right;
color:#666 ; font-weight: bold; border-right: 1px solid #ddd}
.material_data table tr td:last-child{text-align: left}
.maincontent{
	padding-top: 10px;
	padding-bottom: 80px;
}
.maincontent .photo_frame{
	
	float: none;
	
	margin: 5px;
	padding: 0;
	width: 260px;
	height: 165px;
	border-width: 1px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	
	border: 2px solid #D32B32;

	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	//background-size:  100% auto;
	background-size: cover;
}

.material_data .photo_frame img {
	border-radius: 4px;
	width: 260px;
	max-width: none;
}

.material_data .users_show_element .btn .glyphicon {
	color: white;
}
.material_data .users_show_element {
	height: inherit;
	font-size: 1.1em;
	margin-top: 0px;
	width: 100%;
	margin: 0px;
	padding: 5px;
}
.material_data .users_show_element img{
	height: 140px;
	margin: 5px;

}
.material_images .mainimage img{
	min-width: inherit;
}
.material_images .mainimage{
width: 130px;
height: 71px;
text-align: right;
}
.material_images .photo_frame{
	margin: 0;
	padding: 0;
	display: inline-block;
	border-width: 1px;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 0px;
	float: none;
	margin:5px;
}
   .material_map #obj-map{
      height: 250px;
    }
    .common_search{
    	font-size: 1.3em;
    	font-weight: bold;
    	margin: 5px;
    	display: block;
    }
#ajaxcontent table tr td:last-child{text-align: left; color:#42A8BF; font-weight: bold}

.myfilter{
	margin-top: 20px;
  font-size: 1em;
  box-shadow: 0px 0px 5px black;
  border-radius: 9px;
  background: rgba(255,255,255,0.9);
}

.filterhead{
  color:white;
  background: #2a2a2a;
  margin: 0;
  width: 100%;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  height: 30px;
  padding: 5px;
  padding-left: 15px;
  //background-image: linear-gradient(to bottom, #392009, #281605);
}
.filterhead .glyphicon{
  color: white;
}
.filterparamhead{
  background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
  border-top:1px solid #dcdcdc;
  width: 100%;
  padding:3px;
  padding-left: 10px;
font-size: 0.8em;
font-weight: bold;
}
.filterparamcont{
  padding-left: 15px;
  padding-right: 15px;
   margin-bottom: 5px;

margin-top: 5px;
}
.filterbutton{
  padding:10px;
  text-align: center;
}

#leftmenuu{
	padding-right: 0px;
	padding-left: 0px;
}


.footer_map {
  height: 400px;
  width: 100%;
}
.carousel-indicators{
	z-index: 1;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}