@font-face {
    font-family: 'calibri';
    src: url('../font/calibri.eot');
    src: url('../font/calibri.eot?#iefix') format('embedded-opentype'),
         url('../font/calibri.woff') format('woff'),
         url('../font/calibri.ttf') format('truetype'),
         url('../font/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'calibri', Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	line-height: 125%;
	background: #ffffff;
	min-width: 320px;
}
a:hover {
	text-decoration: none;
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.underlineText {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0;
}
/*#scrollUp {
	bottom: 15px;
	right: 15px;
	background: url(../img/up_bg.png) 0 no-repeat;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}*/
#wrapper {
	padding: 65px 0 0;
	margin: 0 auto;
}
.textH1 {
	font-size: 22pt !important;
	line-height: 125%;
	text-transform: uppercase;
	margin: 10px 2%;
}
.textH1 span {
	background: #ffffff;
	padding: 0 12px 0 0;
}
.greenLine {
	background: url(../img/green_line.gif) right center no-repeat;
}
.redLine {
	background: url(../img/red_line.gif) right center no-repeat;
}
.blueLine {
	background: url(../img/blue_line.gif) right center no-repeat;
}
.orangeLine {
	background: url(../img/orange_line.gif) right center no-repeat;
}

	/*		Modsal		*/

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
#signup {
	position: fixed;
	width: 100%;
	max-width: 504px;
	padding: 5px 10px 7px;
	display: none;
	background: #ffffff;
	border-radius: 5px;
    box-shadow: 0px 0px 4px #222222;
	color: #222222;
	z-index: 999999999999;
}
#signup-header {
	padding: 18px 18px 16px 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
#signup-header p {
	font-size: 20pt;
	line-height: 125%;
}
#signup .txt-fld {
	overflow: hidden;
	position: relative;
	padding: 8px 15px 2px;
}
#signup .btn-fld {
	overflow: hidden;
	padding: 12px 0;
}
#signup .btn-fld button {
	position: relative;
	font-size: 16pt;
	line-height: 125%;
	color: #222222;
	border-radius: 4px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #e7e6e6;
	border-top: 1px solid #e7e6e6;
	background: #e3e5ef;
	padding: 4px 12px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
#signup .txt-fld label {
	float: left;
	padding-top: 10px;
	font-size: 16pt;
	line-height: 125%;
	text-align: left;
	margin-bottom: 4px;
}
#signup .txt-fld input {
	float: right;
	width: 60%;
	font-size: 16pt;
	line-height: 125%;
	padding: 4px 5px;
	border-radius: 4px;
	background: #f7f7f7;
	outline: none;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #e7e6e6;
	border-bottom: 1px solid #e7e6e6;
}
.modal_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 14px;
	height: 14px;
	background: url(../img/modal_close.png) 0 0 no-repeat;
}

		/*		Top Box			*/

#topBoxCon {
	position: fixed;
	top: 2px;
	height: 63px;
	width: 100%;
	background: #ffffff;
	z-index: 999;
}
#topBox {
	width: 98%;
	height: 61px;
	margin: 0 1%;
	border: solid 1px #989898;
	border-left: 0 none;
	border-right: 0 none;
	font-size: 0;
	text-align: center;
}
#topBox img {
	text-align: center;
	margin: 3px 9% 0;
	display: inline-block;
}

		/*		Logo			*/

#logoCon {
	background: url(../img/logo_bg.gif) center bottom repeat-x;
	text-align: center;
	padding: 4px 0 6px;
	border-bottom: solid 3px #3d9f14;
	margin: 0 0 14px;
}
#logo {
	background: url(../img/logo_bg.png) left center no-repeat;
	padding: 0 0 0 79px;
	font-size: 22pt;
	line-height: 125%;
	color: #e41823;
	display: inline-block;
	font-weight: bold;
}
#logo span {
	font-size: 18pt;
	line-height: 125%;
	color: #3e9f14;
	font-weight: normal;
}

		/*		Slider			*/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none;
}
.flex-direction-nav {
	display: none !important;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
	zoom: 1;
}
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-container {
	margin: 0 2% 10px;
	padding: 0 0 27px;
	overflow: hidden;
}
.flexslider .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: -23px;
}
.flex-control-nav li {
	float: left;
	zoom: 1;
	margin: 0 2px 0 0;
}
.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background: url(../img/slider_nav.gif) right top no-repeat;
}
.flex-control-paging li a.flex-active {
	background: url(../img/slider_nav.gif) left top no-repeat;
}

		/*		Price			*/

.inslider {
	position: relative;
	color: #ffffff;
	text-align: center;
	width: 304px;
	margin: 0 auto;
	height: 550px;
}
.contentholder {
	height: 550px;
	width: 304px;
	overflow: hidden;
	position: relative;
	z-index: 57;
}
.contentslider {
	position: absolute;
	top: 0;
	left: 0;
}
.content {
	width: 260px;
	padding: 0 22px 5px;
	background: #c51b37;
	height: 545px;
	float: left;
	float: left;
	position: relative;
}
.redBoxH {
	font-size: 22pt;
	font-weight: bold;
	line-height: 120%;
	border-bottom: solid 1px #ffffff;
	padding: 12px 0 9px;
	text-shadow: 0 -1px 0 #680a0a;
}
.redBoxContent {
	padding: 10px 0 9px 22px;
	border-bottom: solid 1px #ffffff;
	text-align: left;
	line-height: 1;
	height: 330px;
}
.redBoxContent span {
	font-size: 13pt;
	line-height: 125%;
	line-height: 1;
}
.redBoxContent ul li {
	list-style: none;
	padding: 4px 0 6px 54px;
}
.redBoxContent ul li.cofe {
	padding: 10px 0 10px 56px;
}
.mesto {
	background: url(../img/icons/mesto.png) left center no-repeat;
}
.wi-fi {
	background: url(../img/icons/wi-fi.png) left center no-repeat;
}
.electr {
	background: url(../img/icons/electr.png) left center no-repeat;
}
.voda {
	background: url(../img/icons/voda.png) left center no-repeat;
}
.yborka {
	background: url(../img/icons/yborka.png) left center no-repeat;
}
.peregovor {
	background: url(../img/icons/peregovor.png) left center no-repeat;
}
.kyhnya {
	background: url(../img/icons/kyhnya.png) left center no-repeat;
}
.cofe {
	background: url(../img/icons/cofe.png) left center no-repeat;
}
.redBoxPrice {
	font-size: 36pt;
	line-height: 125%;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0 15px;
}
.redBoxPrice span {
	font-size: 11pt;
	line-height: 125%;
	font-weight: normal;
}
.redBoxBut {
	display: block;
	margin: 0 auto;
	width: 197px;
	height: 52px;
	line-height: 52px;
	color: #ffffff;
	background: url(../img/red_box_but.png) center no-repeat;
}
.lowList {
	padding: 40px 0 0;
}
.contentnav {
	margin: 20px 0 15px;
	font-size: 13pt;
	line-height: 120%;
	text-transform: uppercase;
	width: 304px;
	overflow: hidden;
	height: 550px;
	position: absolute;
	top: 0;
	left: -98px;
	z-index: 56;
	padding: 0 98px;
}
.contentnav a {
	padding: 0 4px 2px;
	color: #ffffff;
	display: inline-block;
	background: #33cc00;
	margin: 0 11px;
}
.leftLink {
	position: absolute;
	right: 414px;
	top: 250px;
}
.rightLink {
	position: absolute;
	left: 414px;
	top: 250px;
}

		/*		Text Box		*/

.textBox {
	margin: 0 2%;
}
.textH2 {
	font-weight: bold;
	font-style: italic;
}
.textBox ul {
	list-style: disc;
	margin: 0 0 5px 45px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 12px 0;
	background: #ffffff;
	text-align: center;
}
.video-container video {
	height: auto;
	width: 100%;
	background: #ffffff;
	display: inline-block;
	margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed {
	/*display: inline-block;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

		/*		Benefits		*/

#benefits {
	margin: 20px 4% 15px;
	background: url(../img/preim_border.gif) top left repeat-x;
}
#benefits>div {
	background: url(../img/preim_border.gif) bottom left repeat-x;
}
.benefit {
	padding: 14px 0 14px 74px;
}
.benefitH {
	font-weight: bold;
	margin: 0 0 9px;
}
#benefit1 {
	background: url(../img/preim/preim1.gif) left center no-repeat;
}
#benefit2 {
	background: url(../img/preim/preim2.gif) left center no-repeat;
}
#benefit3 {
	background: url(../img/preim/preim3.gif) left center no-repeat;
}
#benefit4 {
	background: url(../img/preim/preim4.gif) left center no-repeat;
}
#benefit5 {
	background: url(../img/preim/preim5.gif) left center no-repeat;
}

		/*		Reviews			*/

#reviews {
	background: #fff3d3;
	line-height: 110%;
}
.review {
	padding: 10px 2%;
	overflow: hidden;
	display: block;
	list-style: none;
}
.reviewImg {
	float: left;
}
.reviewImg img {
	max-width: 141px;
	max-height: 141px;
	background: #ffffff;
	border: solid 6px #ffffff;
	border-radius: 80px;
}
.reviewText {
	margin: 0 0 0 175px;
}
.reviewH {
	font-weight: bold;
	margin: 0 0 9px;
}

		/*		Contacts		*/

#contacts {
	text-align: center;
	color: #9a9a9a;
	line-height: 125%;
	margin: 10px 0;
	position: relative;
}
#markerMap {
	position: absolute;
	top: -108px;
	height: 0;
}
#markerPhone {
	position: absolute;
	top: 245px;
	height: 0;
}
#contacts a {
	font-size: 36pt;
	line-height: 125%;
	color: #9a9a9a;
	text-decoration: none;
	line-height: 100%;
	background: url(../img/phone_bg.gif) left 90% repeat-x;
}
#map {
	height: 310px;
}

		/*		Footer			*/

#footer {
	background: #9a9a9a;
	margin: 20px 0 0;
	padding: 12px 0 11px;
	color: #ffffff;
	overflow: hidden;
	font-size: 16pt;
	line-height: 125%;
}
#footer p {
	float: left;
	margin: 0 0 0 2%;
}
#footer a {
	color: #ffffff;
	float: right;
	margin: 0 2% 0 0;
}
@media screen and (max-width: 510px) {
	.contentnav a.active {
		background: #b1dda3;
		color: #333333;
	}
	.contentnav {
		overflow: visible;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
	}
	.leftLink {
		position: relative;
		right: 0;
		top: 0;
	}
	.rightLink {
		position: relative;
		left: 0;
		top: 0;
	}
	.inslider {
		padding: 0 0 48px;
	}
}