@import url(http://fonts.googleapis.com/css?family=Jura&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

p, img {
   margin: 0;
}

#topnav {
	width: 98%;
	background-color: #5f665d;
	padding: 1%;
	background: url('/images/bg_top.png');
}

#topnav a {
	display: inline-block;
	margin-right: 24px;
	color: #fff;
	font-family: 'Jura', sans-serif; 
	font-size: 12pt; 
	text-decoration: none;
}

#topnav a:hover {
	color: #000;
}

#topnav .pure-menu {
	max-width: 62%;
	float: left;
}

#topnav .phones {
	padding: 2px;
	color: #fff;
	font-family: 'Jura', sans-serif;	
	text-align: right;
	font-size: 18pt;
}

#topnav .address {
	padding: 2px;
	color: #fff;
	font-family: 'Jura', sans-serif;	
	text-align: right;
	font-size: 14pt;
}

#topimage { 
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#topimage img {
	width: 100%;
	display: block;
}

#nav {
	width: 98%;
	margin-top: -50px;
	z-index: 100;
	height: 100px;
	text-align: right;
}

#nav img {
	width: 100%;
	max-width: 100px;
}

@media screen and (max-width: 760px) {
	#nav img {
		width: 70%;
		max-width: 70px;
	}
}

@media screen and (max-width: 540px) {
	#nav img {
		width: 50%;
		max-width: 50px;
	}
}

#content {
	margin-top: -50px;	
	width: 80%;
	background: url('/images/bg_content.png');
	padding: 7% 10% 5% 10%;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted #eee;
	color: #eee;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color: #fff;
}

#content .sdate {
	line-height: 2;
	margin: 10px;
	padding: 4px;
	background: rgba(0,0,0,0.2);
}

#bottom {
	width: 100%;
	background: url('/images/bg_bottom.png');
}

#contacts {
	float: right;
	padding: 10px;
	color: #fff;
	font-family: 'Jura', sans-serif;	
	text-align: right;
}

#contacts .phones {
	font-size: 18pt;
}

.clear {
	clear: both;
}

h3 {
	/*border: dotted #666 1px;*/
	border-left: solid #000 5px;
	margin: 40px 0 10px 0;
	padding: 15px;
	color: #fff;
	font-size: 14pt;
	background: #333;
}

/* text slider */

.swiper-slide {
  text-align: center;
  font-family: Tahoma, sans-serif; 
  font-size: 11pt;
  color: #eee;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 1), 2px 2px 6px rgba(0, 0, 0, 1);
  font-style: oblique;
}


/* tooltips */

a.tooltip {
	outline: none;
}

a.tooltip:hover {
	text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -50px;
    margin-left: -240px;
    width: 180px;
    line-height: 16px;
    text-align: center;
    font-family: Tahoma, sans-serif; 
  	font-size: 11pt;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    /*border: 1px solid #DCA; */
    /*background: #fffAF0;*/
    background: rgba(255,255,255,0.5);
}

.callout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
}
    
a.tooltip span {
    border-radius: 4px;
    /*box-shadow: 5px 5px 8px #CCC; */
}

.pure-menu-children {
	background-color: #000;
	font-family: 'Jura', sans-serif; 
}

/* forms */

.requestform {
}

input[type=text] {
	border: 0;
	padding: 10px;
}

textarea {
	border: 0;
	padding: 10px;
}

input[type=submit] {
	border: 0;
	padding: 10px;
}