BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	//background-image : url(../img/bg_kran1.jpg);
    //background-color: #01a0e2;
    background-repeat : no-repeat;
	vertical-align : top;
	background-size: 100% 100%;
}
a {
   font-family : Verdana;
   font-weight : bold;
   color: Black;
   text-decoration: none;
}

.a_menu {
	height: 15px;
	text-decoration: none;
	font-size: 15px;
	line-height: 35px;
	font-family : Verdana;
	font-weight : bold;
	color: #FFFFFF;
	border: 2px solid #fff;
	width: 120;
}
.button {
	color : White;
    border: 2px solid #fff; /* Белая рамка */
}
table {
	text-align: center;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
.td_menu a {
	width: 90%;
	height: 90%;
	text-decoration: none;
	display: block;
	vertical-align : buttom;
	margin-top: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5); /* ????????? ???? */
}
.td_menu a:hover, active-button {
	background-color : #454555;
	color : White;
}
.td_menu a:active {
	width: 90%;
	height: 90%;
	display: block;
	vertical-align : buttom;
	text-decoration: none;
}
.kont {
	text-align : left;
	font-size : 16px;
	font-family : Verdana;
	font-weight : bold;
	color : Black;
}
.kont1 {
	text-align : left;
	font-size : 16px;
	font-family : Verdana;
	font-weight : bold;
	color : White;
}
.slog {
	text-align : left;
	font-size : 16px;
	font-family : Verdana;
	font-weight : bold;
	vertical-align : buttom;
	margin-left : 80%;
}
.head1 {
	text-align : center;
	vertical-align : text-top;
	font-size : 16px;
	color : Black;
	font-family : Verdana;
	font-weight : bold;
}
.head2 {
	text-align : left;
	vertical-align : text-top;
	font-size : 14px;
	color : White;
	font-family : Verdana;
	font-weight : bold;
}
.head3 {
	margin-left: 1100px;
	margin-top: 75px;
	font-size : 15px;
	color : White;
	font-family : Verdana;
	font-weight : bold;
	position:absolute; top:0; left:0;
}
.head3_p {
	margin-left: 1063px;
	margin-top: 75px;
	position:absolute; top:0; left:0;
}
.about-page.content-page p, .director-quote.wrapper p {
margin-top: 0 !important;
margin-bottom: 10px !important;
}
.index_a a {
	text-decoration: none;
	font-size: 16px;
	font-family : Verdana;
	font-weight : bold;
	color: #000000;
}
.index_a a:hover {
	text-decoration: none;
	font-size: 16px;
	font-family : Verdana;
	font-weight : bold;
	color: White;
}
.td_pic a {
	width: 100%;
	height: 100%;
	display: block;
	//vertical-align : middle;
    text-decoration: none;
	font-size: 16px;
	font-family : Verdana;
	font-weight : bold;
	color: White;
}
.td_pic a:hover {
	background-color : White;
    color: #504B5D;
}
.td_pic a:active {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align : middle;
}
.tab_in {
    width:80%;
}
   #content {
    //width: 500px; /* Ширина слоя */
    //margin: 0 auto 20px; /* Выравнивание по центру */
   }
   #footer {
    //position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    padding: 5px; /* Поля вокруг текста */
    background: #002eff; /* Цвет фона */
    color: #00; /* Цвет текста */
    width: 100%; /* Ширина слоя */
   }
.glav {
	font-size: 15;
	font-weight: Bold;
	color: Black;
	margin-left: 50px; 
	margin-right: 50px;
	margin-top: 130px;
	//text-shadow: 0.5px 0.5px 0.5px Black;
}
.gal {
	font-size: 15;
	font-weight: Bold;
	color: Black;
	margin-left: 50px; 
	margin-right: 50px;
	margin-top: 130px;
	text-shadow: 0.5px 0.5px 0.5px White;
	text-align: left;
}
.header {
	position: fixed;
	width: 100%;
}
.contac {
	margin: 0px;
	background: #e6eeee;
	z-index: 2;
	position: fixed;
	top: 300px;
	left: 98%;
	width: 240px;
	height: 40px;
}
.contac:hover {
	margin: 0px;
	background: #e6eeee;
	z-index: 2;
	position: fixed;
	top: 300px;
	left: 97%;
	width: 240px;
	height: 40px;
}
.ctext {
	transform: rotate (90deg);
	-moz-transform: rotate(90deg); /* ?л¤ Firefox */
    -ms-transform: rotate(90deg); /* ?л¤ IE */
    -webkit-transform: rotate(90deg); /* ?л¤ Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* ?л¤ Opera */
}
/* слой затемнения */

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/* активируем модальное окно */

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */

.dm-modal {
    display: inline-block;
    padding: 20px;
	width: 500px;
    //max-width: 50em;
    background: #607d8b;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
}
	.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */

.close:hover:after {
    border-color: #fff;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nivoZoomHover {
	position:absolute;
	top:0px;
	left:10px;
	margin-left: 10px;
	z-index:9;
	width:100%;
	height:100%;
	cursor:pointer;
	align: center;
}
.nivoCaption {
	display:none;
	position:absolute;
	z-index:110;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:4px 0;
	overflow:hidden;
}
