.over {cursor: pointer;}
a.menu:link {
	color: #454545;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #454545;;
}
a.menu:hover {
	text-decoration: underline;
	color: #454545;
}
a.menu:active {
	text-decoration: underline;
	color: #454545;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 12px;
	color: #454545;	
}
body {
	background-color: #FFF;
	background-image: url(http://www.estl.ru/style/light.png)
}

td {
	border-color:#454545;
	border-collapse:collapse;
}
table.m{
border-collapse:collapse;
border-color:#454545;
}
td.dark{
font-size: 14px;
font-weight:bold;
border-color:#e6e6e6;
background-color:#e6e6e6;
border-collapse:collapse;
color:#454545
}
td.lightlist{
border-color:#e6e6e6;
border-collapse:collapse;
font-size: 12px;
font-weight:bold;
background-color:#FFFFFF;
color:#454545
}
.cert{
 box-shadow: 0 2px 3px #999;
}
.cert:hover {
	 box-shadow: 0 2px 3px #666;
	}
.cont_img{
 box-shadow: 0 2px 2px #999;
}

.news{
padding:5px;
background-color:#e6e6e6;
box-shadow: 0 0 1px 0px #666;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
}

/* Slider */
@keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
95% { left: -400%; }
100% { left: 0%; }
}
* {
  box-sizing: border-box;
}
figure { 
  margin: 0; 
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden;
  }
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 1.8rem; padding: .6rem; 
}

figure.im {
  display:inline-block;
  background: white;
  box-shadow: 0 3px 10px #ccc;
  -o-transform: all 0.7s ease;
  -ms-transform: all 0.7s ease;
  -moz-transform: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  text-indent: 0px;
  text-align: center;
  padding: 3px;
  z-index: 100;
}
figure.im img {height:95px; padding: 0px;}
figure.im:hover {
 box-shadow: 0 2px 3px #666;
}
figure.im:focus {
 box-shadow: 0 2px 3px #666;
  position: fixed;
  left:50%; top:40%;
  -o-transform: scale(4.5);
  -ms-transform: scale(4.5);
  -moz-transform: scale(4.5);
  -webkit-transform: scale(4.5);
  transform: scale(4.5);
}
.no-gutter > [class*='col-'] {padding-right:0;padding-left:0;}
.details li {list-style: none;}
.container {box-shadow: 0px 0px 3px 3px #e6e6e6; margin-top:15px; margin-bottom:15px;border-radius:10px;}
.row_photo{margin-bottom:10px; margin-top:10px}
.news_body{margin-bottom:10px;}
.news_title{color: #09F;border-left: 5px solid #88BBFF ; padding-left:5px}
.dropdown .my_dropdown-menu {display: none; background:#FFF}
.dropdown.active .my_dropdown-menu {display: block;}
h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}
.item{
    background: #333;    
    text-align: center;
    height: 250px !important;
}
.carousel{
    margin-top: -20px;
}

.item img {
position: absolute;
display: block;
width: 100%;
height: 250px;
top: 0;
left: 0;
}
.list-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}