﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-xxgne9');
	src:url('fonts/icomoon.eot?#iefix-xxgne9') format('embedded-opentype'),
		url('fonts/icomoon.woff?-xxgne9') format('woff'),
		url('fonts/icomoon.ttf?-xxgne9') format('truetype'),
		url('fonts/icomoon.svg?-xxgne9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e607";
}
.icon-mobile:before {
	content: "\e600";
}
.icon-directions:before {
	content: "\e608";
}
.icon-mail:before {
	content: "\e605";
}
.icon-location:before {
	content: "\e601";
}
.icon-rss:before {
	content: "\e61c";
}
.icon-info:before {
	content: "\e61e";
}
.icon-pictures:before {
	content: "\e623";
}
.icon-video:before {
	content: "\e624";
}

body {
	border-top: 5px solid #920a0a;
}

.module {
	width: 100%;
	margin: 0 auto;
	}

.clear_left {
	clear: left;
	}

.clear_both {
	clear: both;
	}

/*=============header=================*/

.header {
	background: url(../css_vks/header.jpg) center center no-repeat;
	}

.header .module {
	color: #fff;
	position: relative;
	}

.header .module > a {
	display: block;
	float: left;
	}

/*simple*/

/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 210px;
	height: 180px;
}

	.vert .simply-scroll-clip {
		width: 210px;
		height: 180px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 200px;
			margin: 0 5px 10px 5px;
		}
		.vert .simply-scroll-list li a {
			color: #444;
		}
		.vert .simply-scroll-list li span {
			color: #d00;
		}
		
		
.img_head {
	position: absolute;
	top: 0;
	right: 0;
}

.img_head img {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.img_head img.current {
	display: block;
	z-index: 999;
}