/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700,300&subset=cyrillic-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Oranienbaum&subset=cyrillic-ext,latin);
/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

/*
MyStyles
*/

div.wrapper {
	
}

body {
	background: #C8F5FB url('/images/corner.png') left bottom no-repeat;
	font: 16px/22px Arial,Helvetica,sans-serif;	
}

h1, h2, h3 {
	font-family: 'Oranienbaum', serif;
	font-weight:700;
}

ul, li {
	list-style-type:inherit;	
}

article, .module {
	background:#FFF;
}

header .module {
	background:none;
}

#header {
	margin: 0 7px;	
}

#headerbar {
	margin-bottom:0;	
}

#logo p {
	margin:0;	
}

table, table td {
	border: #999 1px solid;	
}

table td {
	padding: 10px;	
	vertical-align:top;
}

table thead td {
	background-color:#3CF;
	text-align:center;
	font-weight:bold;	
	vertical-align: middle;
}

article img {
	margin: 10px;	
}

#headerbar .headername {
    max-width: 400px;
    float: left;
	margin-top: 90px;
}

/*.headername h1 {
	font-size:64px;
	line-height:64px;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}*/

.headername h1 {
	font-family: 'Oranienbaum', serif;
	font-size:20px;
	line-height:32px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

.sidemenu {
	font-family: 'Oranienbaum', serif;
	text-transform:uppercase;	
}

.icemegamenu > ul > li a.iceMenuTitle {
	font-family: inherit;
	text-shadow: none;
}

.sidemenu ul {
	padding-left:0;	
}

.icemegamenu > ul {
	border-top: none;
	background: none;
}

ul.icesubMenu {
	background: #6CF;
}

.icemegamenu > ul > li.active > a {
	background-color: #6CF; 
}

.icemegamenu > ul > li:hover > a {
	background-color: #6CF;
}

ul.icesubMenu ul > li:hover > a, ul.icesubMenu ul > li.active > a {
	background-color: #39F;
}

.icemegamenu > ul > li a.iceMenuTitle {
	line-height:28px;	
}

ul.icesubMenu > li a.iceMenuTitle {
	border-bottom: 1px dashed #333;
	background:none;
	padding:0 0 0 5px;
}

.icemegamenu > ul > li a.iceMenuTitle {
	border-bottom: 1px solid #ddd;	
}

.icemegamenu ul, .icemegamenu li {
	list-style-type:none;	
}

.headcontacts {
	font-size:24px;
	margin-top: 110px !important;
	max-width: none;
	font-family: 'Comfortaa', cursive;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);	
}

ul.sigProClassic li.sigProThumb {
	float:none;
	display:inline-block;	
}

ul.sigProClassic.singleThumbGallery {
	float: none;
}

table.width100 {
	width:100%;	
}

table.width100 td {
	font-size:11px;	
	vertical-align:top;
}

table.font16  td{
	font-size:16px;
}

li ul, li ol {
	margin: 0px;	
}

.alert.pull-right {
	margin-left: 20px;	
}

.noborder, table.noborder td  {
	border:none;
}