/* MODAL */

.modalDialog {
		position: fixed;
		font-family: 'Roboto Slab', serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;

	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		background: #5ec58e;
		color: #fff;
		text-align: center;
	}

	.modalDialog .close {
		line-height: 25px;
		position: absolute;
		right: 1px;
		text-align: center;
		top: 1px;
		width: 24px;
		height: 24px;
		display: block;
		background: url('img/fancybox_sprite.png') -5px -5px ;
	}

/* POPUP */

.modalPopup {
	position: absolute;
	font-family: 'Roboto Slab', serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
}

.modalPopup .title {
	color: #fff;
	background: #0083ea;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
	font: 24px 'Roboto Slab', serif;
}

.modalPopup:target {
	display: block;
	pointer-events: auto;
}

.modalPopup > div {
	width: 60%;
	position: relative;
	margin: 15% auto;
	color: #000;
	text-align: justify;
	background: #fff;
}

.modalPopup .close {
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: block;
	background: url('img/fancybox_sprite.png') -5px -5px ;
}

.oform {
	margin: 0 auto; 
	padding: 40px 0;
}

.oform td {
	color: #0083ea;
	font: 14px 'Roboto Slab', serif;
	padding: 10px 0;
}

.oform td input {
	width: 100%;
	border: 1px solid #0083ea;
	padding: 4px;
	color: #0083ea;
	font: 14px "OpenSans-Regular";
	background: #fff;
}

.oform button {
	font: 14px 'Roboto Slab', serif;
	background: #0083ea;
	border: none;
	padding: 10px 40px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.color2 button {
	opacity: 0.6 !important;
	cursor: pointer;
}

.color2 button:hover {
	opacity: 1 !important;
}

.msg {
	font: 14px 'Roboto Slab', serif;
	color: #0083ea;
	padding-bottom: 40px;
	text-align: center;
}body { margin: 0; background: #fff; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;}

:focus { outline: none; } 

button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner { /* */border: none;} 

ul { padding: 0;margin: 0;}

#main { width: auto; }

#header {
	height: 145px; width: auto; 
	background-color: #00a1f1;
    background: #00a1f1 -moz-linear-gradient(0% -100% -72deg,#00b0f3 48%,#008cec 66%);
    background: #00a1f1 -webkit-linear-gradient(-72deg,#00b0f3 27%,#008cec 50%);
    background: #00a1f1 -o-linear-gradient(-72deg,#00b0f3 37%,#008cec 50%);
    background: #00a1f1 -ms-linear-gradient(-72deg,#00b0f3 37%,#008cec 54%);
	padding-left: 10px;
}

#logo {
	text-align: left; 
	margin-left: 0px;
	color: #fff;
	width: 254px; 
	float: left; 
	position: relative; 
	top: 24px; 
	font-size: 14px; 
	margin-right: 25px;
}

.ht1 { font-size: 33px; }

#social {
	width: auto; text-align: center; float: left; position: relative; top: 35px; 
}

#h-search {
	position: absolute; top: 37px; left: 270px;
	text-align: center;
}

#h-search .s-btn {
	margin-top: 5px;
}

.h-search {
	margin-bottom: 3px; 
	width: 100%; 
	padding: 3px; 
	text-align: center;
	font-size: 14px;
	background: #e8e8e8;
	border: none;
}

#right-btns {
	position: absolute;
	right: 0;
	width: 300px;
	top: 120px;
}

#right-btns #print-btn a, #right-btns #msg-btn a, #right-btns #fav-btn a, #right-btns #video-btn a, #right-btns #file-btn a{
	display: block; 
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

#right-btns #print-btn a {
	background: #eeeeee url('images/iprint.png') 7px 7px no-repeat;
}

#right-btns #print-btn a:hover {
	background: #D6D6D6 url('images/iprint.png') 7px 7px no-repeat;
}

#right-btns #msg-btn a {
	background: #eeeeee url('images/imsg.png') 7px 7px no-repeat;
}

#right-btns #msg-btn a:hover {
	background: #D6D6D6 url('images/imsg.png') 7px 7px no-repeat;
}

#right-btns #fav-btn a {
	background: #eeeeee url('images/ifav.png') 7px 7px no-repeat;
}

#right-btns #fav-btn a:hover {
	background: #D6D6D6 url('images/ifav.png') 7px 7px no-repeat;
}

#right-btns #video-btn a {
	background: #eeeeee url('images/ivideo.png') 7px 7px no-repeat;
}

#right-btns #video-btn a:hover {
	background: #D6D6D6 url('images/ivideo.png') 7px 7px no-repeat;
}

#right-btns #file-btn a {
	background: #eeeeee url('images/ifile.png') 7px 7px no-repeat;
}

#right-btns #file-btn a:hover {
	background: #D6D6D6 url('images/ifile.png') 7px 7px no-repeat;
}

.msg {
	text-align: center;
	width: 90%;
	margin:0 auto;
	font-size: 14px;color: #000;
	background: #ff0000;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

.s-btn {
	padding: 3px 10px;
	width: auto;
	font-size: 14px;
	color: #000;
	border: none;
	text-transform: uppercase;
}

#himg { float: right; width: auto; position: absolute; top: 28px; right: 10px; }

#topRec { 
	float: left;
	margin-right: 10px;
	background: #2266be;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	font-family: Arial;
	width: 30px;
    height: 30px;
    text-align: center;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal; 
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
	box-align: center;
	opacity: 0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
	-moz-opacity: 0.9; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
}

.iContacts, .iBoss, .iInn, .iUrl{
	background: rgb(255,255,255); 
	color: #000; width: auto; 
	padding: 5px;
	border: 1px solid #efefef;
	margin: 2px;
	opacity: 0.9;
}

.iContacts { color: #378c2c; width: auto; }

/* - */

.bg-default, .bg-style-0 {
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.bg-style-1 {
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(226,152,152,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,152,152,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,152,152,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,152,152,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,152,152,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(226,152,152,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e29898',GradientType=0 ); /* IE6-9 */
}

.bg-style-2 {
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(126,186,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(126,186,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(126,186,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(126,186,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(126,186,140,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(126,186,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7eba8c',GradientType=0 ); /* IE6-9 */
}

.bg-style-3 {
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(63,115,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(63,115,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(63,115,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(63,115,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(63,115,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(63,115,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3f7393',GradientType=0 ); /* IE6-9 */
}

.bg-style-4 {
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(136,201,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(136,201,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(136,201,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(136,201,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(136,201,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(136,201,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#88c9c1',GradientType=0 ); /* IE6-9 */
}

.bg-style-5{
	background: rgb(254,252,234); 
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}

.bg-style-6 {
	background: rgb(254,252,234); 
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(149,46,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(149,46,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(149,46,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(149,46,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(149,46,201,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(149,46,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#952ec9',GradientType=0 ); /* IE6-9 */
}

.bg-style-7 {
	background: rgb(254,252,234); 
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(247,126,56,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(247,126,56,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(247,126,56,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(247,126,56,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(247,126,56,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(247,126,56,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f77e38',GradientType=0 ); /* IE6-9 */
}

.bg-style-8 {
	background: rgb(254,252,234); 
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(52,229,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(52,229,135,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(52,229,135,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(52,229,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(52,229,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(52,229,135,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#34e587',GradientType=0 ); /* IE6-9 */
}

.bg-style-9 {
	background: rgb(254,252,234); 
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(242,55,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(242,55,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(242,55,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(242,55,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(242,55,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(242,55,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f2373a',GradientType=0 ); /* IE6-9 */
}

/* - */

#citys {
	background: rgb(64,150,238); 
	clear: both; 
	width: auto;
	text-align: justify; 
	color: #fff; 
	font-size: 12px;
	padding: 4px; 
	margin-top: 5px; 
}

#citys a {color: #fff; margin-right: 20px; }

#citys a:hover {color: #000; text-decoration: none;}

#aView { margin: 0;}

.vText { position: relative; top: 3px; text-shadow: 1px 1px 0px #ccc; height: 60px; width: 190px;}

.vImg { position: relative; top: 10px; width: 190px; height: 75px; 
	display: table-cell;
	vertical-align:middle;
}

#vVac { position: absolute; margin-top: 145px; font-size: 12px; width: 200px; text-align: center; color: #4096ee;}

#agencyDiv { clear: left; width: 1000px; margin: 0 auto;}

#agencyView li { list-style: none; float: left; width: 300px; height: auto; margin: 5px;
	font-size: 14px;
	font-family: Arial;
}

#agencyView li a:hover { text-decoration: underline; }

#aView li {
	display: block; float: left; margin: 5px;text-align: center;list-style-type:none; 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
}

#aView li a { display: block; color:#010101; border-right: 1px dotted #4096ee; width: 200px; height: 180px;
	border-bottom: 1px dotted #4096ee;
}

#aView li a:hover {color:#ff0000; text-decoration: none; border-right: 1px dotted #ff0000;
	border-bottom: 1px dotted #ff0000;
}

#livechat a {
	position: fixed;
	bottom: 0;
	background: url('images/ask2.png') no-repeat;
	width: 247px;
	height: 63px;
	right: 0;
	display: block;
	z-index: 10000000;
}

#livechat a:hover {
	background: url('images/ask2a.png') no-repeat;
}

.userbar {width: 345px; font-size: 13px; color: #666;}

#htxt {
	clear: both; position: relative; width: auto; text-align: center; color: #171717; font-size: 14px; 
	padding: 5px; border: 1px solid #949494; margin-top: 10px; 
}

#htxt p {padding: 0; margin: 0;}

#content {width: 100%;}

#left {width: 208px; float: left; font-size: 12px; color: #333333; margin-left: 5px;}

#right {width: auto; position: relative;margin-left: 220px; font-size: 14px; }

#margue {
	width:auto;
	float: left;
	overflow: hidden; 
	text-align: center;
	border: 1px solid #9eb2cc; 
	padding: 5px;
	font-size: 16px;
	margin-bottom: 5px;
	background: rgb(255,255,255); 
}

.userphoto {max-width: 240px; max-height: 140px;}

.red {color:#ff0000;}

.blue {color:#2062b9}

.faq {color:#333;}

.vac { 
	color: #666; font-size: 14px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; 
}

.vac2 { 
	color: #000; font-size: 14px; border-bottom: 1px solid #888; border-right: 1px solid #888; 
}

.short { color: #666; font-size: 12px; }

#cblock {clear: left; width: auto; position: relative; top: 0px; }

#cleft {width: 50%; float: left;}

#cright {width: 50%; float: left;}

.article ul { margin-left: 20px; }

.bbtn1 { 
	width: 90%;
	float: right;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    background: #008ed5;
    margin-bottom: 10px;
    opacity: 0.95;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}

.bbtn2 {
	width: 90%;
	float: left;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    background: #008ed5;
    margin-bottom: 10px;
    opacity: 0.95;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}

.bbtn1:hover, .bbtn2:hover {
	opacity: 0.7;
}

.bbtn1 a:link, .bbtn1 a:hover, .bbtn1 a:visited, .bbtn2 a:link, .bbtn2 a:hover, .bbtn2 a:visited {
	color: #fff;
	text-decoration: none;
}

#vac {text-align: left; font: normal 18px Arial; margin-top: 25px; }

.color1 {color: #233d82; padding-left: 5px;}

.color2 {color: #2266be; padding-left: 5px;}

.white:link { TEXT-DECORATION: none; color: #fff; }

.white:visited { TEXT-DECORATION: none; color: #fff; }

.white:hover { TEXT-DECORATION: none; color: #fff; text-shadow: 0 0 0.2em #207cca, 0 0 0.2em #207cca,0 0 0.2em #207cca;}

.currentcity {color: #008ed5; font-size: 17px; font-weight: bold;}

#h1 { text-align: left; color: #2266be; font-size: 28px; font-weight: bold;}

h1 { text-align: left; color: #2266be; font: normal 28px Arial;}

h2 { width: auto; color: #2266be; font-size: 17px; font-weight: bold; }

h2 a:link { TEXT-DECORATION: none; color: #2266be; border-bottom: 1px dotted #2266be;}

h2 a:visited { TEXT-DECORATION: none;  color: #2266be; border-bottom: 1px dotted #2266be;}

h2 a:hover { TEXT-DECORATION: none; color: #111; border-bottom: 1px dotted #111; }

h3 { width: 90%;color: #000; font-size: 14px; font-weight: bold; margin-top: 10px; margin-left: 0px; }

h4 { font-size: 14px; font-weight: normal;
	color: #2f2f2f; 
	padding: 5px;
	margin: 3px;
	background: #e8e8e8; 
}

h4:hover {
	opacity: 0.7;
}

.subject { color: #000; font-size: 16px; font-weight: bold; }

.icon {border: 0;}

.companylist {margin-bottom: 20px;}

.companylist a:link {color: #2266be; text-decoration: underline;}

.companylist a:hover {color: #2266be; text-decoration: none; border-bottom: 1px dotted red; color: red;}

.companylist a:visited {color: #666; text-decoration: underline;}

.arrow {list-style-image: url('images/arrow.png'); margin-top: 7px;margin-bottom: 7px;}

sup {color: #777; margin-left: 10px; font: normal 9px Arial; }

.sup {color: #777; margin-left: 10px;}

#latest li {font-size: 14px; margin-left: 20px;}

#latest a {color: #000; text-decoration: none; }

#latest a:hover {color: #2164bc; border-bottom: 1px dotted #000;}

#latest2 li {
	font: normal 21px Arial; 
	margin-left: 20px;
	font-weight: normal;
	width: auto;
	margin-bottom: 5px;
	background: #f1f1f1;
	padding: 5px 0; 
}

#latest2 li:hover {
	opacity: 0.6;
}

#latest2 li span {
	color: #008ed5;
}

#latest2 a {color: #000; text-decoration: none; background: #e8e8e8; width: auto;padding: 5px 20px; display: inline-block;}

#company { float: left; margin: 2px; }

#company a { text-align: center; text-decoration: none; display: table-cell;vertical-align:middle; width: 116px; height: 69px; border: 1px solid #9eb2cc; }

#company a:hover{text-decoration: none; display: table-cell;vertical-align:middle; width: 116px; height: 69px; border: 1px solid #2a81bf;}

.companies {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

.company { 
	display: inline-block; 
	margin: 2px; 
	width: 120px; 
	height: 75px; 
	border: 1px solid #e8e8e8; 
	text-align: center;
	padding: 2px;
}

.company div { 
	display: block;
	width: 120px; 
	height: 75px; 
}

.company:hover {
	border: 1px solid #ccc; 
}

.cities {
	clear: left;
	text-align: center;
}

.cities a {
	display: inline-block;
	padding: 5px 10px;
	background: #008ed5;
	color: #fff;
	margin-bottom: 10px;
}

.cities a:hover {
	opacity: 0.8;
}

.cities a:link, .cities a:hover, .cities a:visited {
	color: #fff;
	text-decoration: none;
}

#photogallery li{float:left;list-style-type:none;width: 250px; height: 168px; margin: 2px;}

#photogallery a{border: 1px solid #9eb2cc; height: 168px; display: block;  }

#photogallery a:hover {border: 1px solid #2a81bf; }

#agency {margin-top: 10px; }

#agency li {float:left;list-style-type:none;width: 116px; height: 69px; margin: 2px;  }

#agency a {border: 1px solid #9eb2cc; height: 69px; display: block; }

#agency a:hover {border: 1px solid #2a81bf; display: block; height: 69px;}

.clear {clear:both; padding: 5px;}

#footer {width: 100%;clear: left; position: relative; top: 10px; 
	background: #f4f5f6 url('images/search.png') bottom left no-repeat; font-size: 12px;
}

#block {
	clear: both; margin-top: 10px; 
	background: #f4f5f6 url('images/search.png') bottom left no-repeat;
	padding: 5px;
}

.copyrights {
	color: #000; font-size: 12px; text-align: center;
}

small {color: #555;}

.search {margin-bottom: 3px; width: 188px; padding: 3px; border: 1px solid #9eb2cc; text-align: center; font-size: 12px;
	background: rgb(255,255,255); 
}

.search2 {margin-bottom: 3px; width: 188px; padding: 3px; border: 1px solid #9eb2cc; text-align: center; font-size: 12px;
	background: rgb(255,255,255); 
}

.btn1 {margin-bottom: 3px; padding: 4px;width: 90px;font-size: 12px;color: #000;}

.btn2 {margin-bottom: 3px; padding: 4px;width: auto ;font-size: 12px;color: #000; border: none;}

.btnmsg { margin-bottom: 3px; padding: 4px;width: auto;font-size: 12px;color: #fff; background: red; cursor: pointer;}

.btnmsg:focus, .btnmsg:hover {color: #000; }

.btnback {
	margin: 10px;
	padding: 5px 15px;
	width: auto;
	font-size: 14px;
	color: #fff; 
	background: #00a1f1; 
	cursor: pointer;
	border: none;
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}

.btnback:focus, .btnback:hover  {
	background: rgb(247, 126, 56);
}

.ibtn {
	margin: 3px; padding: 4px;width: auto;font-size: 12px;
	background: rgb(254,187,187); 
	background: -moz-linear-gradient(top,  rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
	color: #fff; cursor: pointer;
}

.btn { margin: 10px; padding: 4px;width: auto;font-size: 14px;color: #fff; border: 0; background: #008ed5;}

.btn:focus, .btn:hover, .btn1:focus, .btn1:hover, .btn2:focus, .btn2:hover, .s-btn:hover {
	background: #008ed5;
	border: none;
	color: #fff; cursor: pointer;
}

.btitle {text-align: center; font-size: 20px; font-weight: bold; margin-bottom: 3px;}

.type {text-align: center; font-size: 14px; font-weight: bold; color: #2266be; margin-top: 10px;}

.label span, .field span { color: #ff0000; }

label { float: left; padding: 3px; color: #000; font-size: 14px; font-weight: bold; width: 60px; text-align: right; }

.input {width: 145px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc;  text-align: center; font-size: 12px; 
	background: rgb(255,255,255); 
}

.input:hover, .input2:hover, .input5:hover, .input3:hover, .input4:hover, .longf:hover, .search:hover, #margue:hover, .search2:hover, .h-search:hover{ color: #2165bd;
	background: rgb(224,243,250); 
}

.bullet {list-style: circle; margin-top: 7px;margin-bottom: 7px; }

#nav li {font: normal 14px Arial; margin-left: 25px;}

#nav a {color: #000; text-decoration: none; }

#nav a:hover {color: #008ed5; border-bottom: 1px dotted #008ed5;}

.imsg {
	font-family: Arial;
	font-size: 16px; color: #000; text-decoration: none; text-align: center; 
	font-weight: normal;
	width: 100%;
	background: rgb(247,251,252); 
	padding: 20px 0;
}

.error { font-size: 17px; color: red; text-decoration: none; text-align: center; padding: 20px; }

.results { font-family: Arial;font-size: 21px; color: #2266be; text-decoration: underline; text-align: left; padding: 10px; }
.pages { font-size: 11px;color: #000;padding: 1px; margin-top: 5px; }

.pages a {
	display: inline-block;
	margin-bottom: 4px;
}

.pageunact { font-size: 11px;
	padding: 2px; 
	background: rgb(122,188,255); 
}

.pageact { 
	font-size: 11px;
	border: 1px solid #e2e2e2;padding: 2px;
	background: #e2e2e2; 
}

.pages A:link {TEXT-DECORATION: none; color: #222; }

.pages A:visited {TEXT-DECORATION: none; color: #111; }

.pages A:hover {TEXT-DECORATION: none; color: #555; background-color: #fff;}

.reply {
	border: 1px solid #E2E2E2; 
	color:#000;
	background: rgb(255,255,255); 
	padding: 5px; 
	font-size: 12px;
	margin-bottom: 10px;
}

.article { clear: both; width: auto; border: 1px solid #E2E2E2; padding: 5px;margin: 5px; font-size: 14px; color:#000; min-height: 130px; }

.article:hover {
	border: 1px solid #000;
}

.more{
	background: rgb(246,248,249); 
	padding: 5px; font-size: 11px;
}

.img {width: 150px; border: 1px solid white;  float: left; margin: 10px; }

.imgfull {max-width: 400px; border: 1px solid white;  float: left; margin: 10px; }

.label { clear: both; float: left; padding: 3px; color: #000; font-size: 12px; width: 130px; text-align: left; }

.input2 {width: 550px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc;  font-size: 12px; }

.input3 {width: 550px; height: 150px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc;  font-size: 12px; }

.input4 {width: 350px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc;  font-size: 12px; }

.input5 {width: 98%; padding: 3px; margin: 2px;border: 1px solid #9eb2cc;  font-size: 12px; }

.input6 {width: 95%; min-height: 80px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc; font-size: 12px; }

.longf {width: 700px; height: 300px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc;  font-size: 12px; }

.hint {margin-left: 140px; font-size: 11px; }

.hint2 {font-size: 11px; }

.hint1 {font-size: 11px; }

.table {font-size: 12px; }

.help { height: 16px; width: 16px; float: left; background-image: url('images/help.gif');margin-right: 3px; }

.messagebox{
	position:absolute;
	width:100px;
	margin-left:2px;
	border: 1px solid #9eb2cc; 
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:2px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000 !important;
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:2px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

.city {
	margin: 0 auto; width: 200px; color: #fff; padding: 10px; font-size: 24px; font-weight: normal; text-align: center; border: 2px solid #9eb2cc; margin-top: 10px;
	background: rgb(47,121,220); 
}

#lineTabs{
	height:30px;
	list-style:none;
	margin:0px auto;
	padding:0px;
	padding-right:30px;
	padding-left:00px;
	width:90%;
}

#lineTabs li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	overflow:visible;
	text-align:center;
	width:auto;
}

#lineTabs li a{
	color:#dbdbdb;
	display:block;
	font-size: 14px;
	height:16px;
	margin:0px -10px;
	padding:7px 20px;
	position:relative;
	text-decoration:none;
	width:auto;
	background: rgb(73,155,234); 
}

#lineTabs li a.active{color:#000;z-index:50; border: 1px solid #fff; box-shadow: -2px -2px 2px #2266be;
	background: rgb(32,124,229); 
}

#lineTabs li a:hover{
	background: rgb(32,124,230); 
}

#content2{
	background:white;
	border:1px solid #2266be;
	margin:0px;
	padding:10px;
}

.ava { clear: both; float: right; }

.ava2 { clear: both; float: left;  margin-right: 5px; }

hr { 
	clear: left;
	color:#edadf6;
	opacity: 0.3;
} 

.pm1 { 
	FONT-FAMILY: Arial;
	background: rgb(246,248,249); 
	padding: 5px;
	border: 1px solid #d7dee3; 
	font-size: 14px;
}

.pm2 { 
	FONT-FAMILY: Arial;
	background: rgb(255,255,255); 
	font-size: 14px;
	padding: 5px;
	border: 1px solid #cccccc; 
}

.pm3 {border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; font:normal 14px Arial; }

.pm4 {border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; }

.chat1 sup, .chat2 sup { color: #fff;}

.chat1 {
	text-align: left;
	width: 96%;
	border-top: 1px solid #067BCE;
	background: #1281D1;
	padding: 5.5px 11px;
	color: white;
	font-size: 14px;
	margin: 5px;
}

.chat2 {
	text-align: left;
	width: 96%;
	border-top: 1px solid #96d1f8;
    background: #65a9d7;
	padding: 5.5px 11px;
	color: white;
	font-size: 14px;
	margin: 5px;
}

.chattxt{
	padding: 10px;
	background-color: #fff;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	opacity: 0.9;
}

.chattxt2{
	padding: 10px;
	background-color: #fff;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	opacity: 0.9;
}

.pole {
	width: 120px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc; text-align: center; font-size: 12px;
	background: rgb(255,255,255); 
}

.rate {font:bold 24px Arial; color: red; }

.room {float: right; margin-left: 710px; margin-top: -50px;position: absolute; padding: 2px; }

.form-wrapper {
        width: 710px;
        padding: 8px;
        margin: 15px auto;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: #dedede #bababa #aaa #bababa;
        -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
        -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
        box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
       
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); 
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.form-wrapper #searchtext {
        width: 590px;
        height: 20px;
        padding: 10px 5px;
        float: left;    
        font: bold 16px Arial;
        border: 1px solid #ccc;
        -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;   
}  

.form-wrapper #searchtext:focus {
        outline: 0; 
        border-color: #aaa;
        -moz-box-shadow: 0 1px 1px #bbb inset;
        -webkit-box-shadow: 0 1px 1px #bbb inset;
        box-shadow: 0 1px 1px #bbb inset;  
}

.form-wrapper #searchtext::-webkit-input-placeholder {color: #999;font-weight: normal;}

.form-wrapper #searchtext:-moz-placeholder {color: #999;font-weight: normal;}

.form-wrapper #searchtext:-ms-input-placeholder {color: #999;font-weight: normal;}    

.form-wrapper #submit {
        float: right;    
        border: 1px solid #00748f;
        height: 42px;
        width: 100px;
        padding: 0;
        cursor: pointer;
        font: bold 15px Arial, Helvetica;
        color: #fafafa;
        text-transform: uppercase;    
		background: rgb(32,98,185);  
        text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}   

.form-wrapper #submit:hover, .form-wrapper #submit:focus {		
	background: rgb(45,104,181); 
}

.form-wrapper #submit:active {
        outline: 0;    
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}    

.form-wrapper #submit::-moz-focus-inner {border: 0;}

A:link { TEXT-DECORATION: none; color: #000; }

A:visited { TEXT-DECORATION: none; color: #000; }

A:hover { TEXT-DECORATION: underline; color: #000; }

#accordion h3.head{ margin: 1px 0; padding: 2px 2px;font-size: 11px; font-family: Arial; font-weight: normal; color: #000;cursor: pointer;}

.sortme:focus, .sortme:hover { border: 1px solid gray; font-weight: bold; } 

.sortme { 
	border: 1px solid #ccc; font-size: 11px;
	padding: 5px;
	background: rgb(224,243,250); 
}

#company2 { float: left; margin: 2px; }

#company2 a { text-decoration: none; display: table-cell;vertical-align:middle; width: 220px; height: 105px; border: 1px solid #9eb2cc; }

#company2 a:hover{text-decoration: none; display: table-cell;vertical-align:middle; width:220px; height: 105px; border: 1px solid #2a81bf;}

.ka-name { 
	position: relative; top: 29px;width: 100%;color: #000; 
	height: 35px; font-size: 13px;
}

#mainTxt a {
	clear: left; 
	text-align: center; 
	display: block; 
	font-size: 14px;
	border: 1px solid #9eb2cc; margin-top: 10px; text-align: center;
	text-decoration: none;
	padding: 10px;
}

#mainTxt a:hover {
	background: rgb(32,98,185); 
	color: #fff; 
	cursor: pointer;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
	font-size: 13px;
	margin-right: 5px;
}

#leftcolumn{
	float: left;
	width: 210px; /*Width of left column*/
	margin-left: -100%;
}

.inner {margin-left: 5px;}

.innertube {padding: 10px;}

.container { width: 98%; }

ul.tabs { margin: 0; padding: 0; float: left; list-style: none; height: auto; border-bottom: 1px solid #4096ee; border-left: 1px solid #4096ee; width: 100%; }

ul.tabs li { 
	float: left; margin: 0; padding: 0; height: 31px; line-height: 31px; border: 1px solid #4096ee; border-left: none;
	margin-bottom: -1px;overflow: hidden; position: relative; 
	background: rgb(226,226,226); 
}

ul.tabs li a { text-decoration: none; color: #000; display: block; font-size: 12px; padding: 0 20px; border: 1px solid #fff; outline: none;}

ul.tabs li a:hover {
	background: rgb(64,150,238); 
}

html ul.tabs li.active, html ul.tabs li.active a:hover { border-bottom: 1px solid #fff; 
	
	background: rgb(122,188,255); 
	border-bottom: 1px solid #4096ee;
}

.tab_container { border: 1px solid #4096ee; border-top: none; clear: both; float: left; width: 100%; background: #fff; }

.tab_content { padding: 20px; font-size: 1.2em; }

.clear { clear:both;}

/* tooltip */
 
.tooltip { position: relative; }
.tooltip span {
  position: absolute;
  right: 0;
  top: 20px;
  left: 50px;
  display: none;
  min-width: 550px;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  background-color: #2266be;
  color: #fff;
  z-index: 1000;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
-moz-opacity: 0.9; 
-khtml-opacity: 0.9; 
opacity: 0.9; 
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}

.tooltip b { color: yellow;}

.tooltip:hover span { display: block; }

/* для IE */
 
.tooltip span { background-color: #2266be; }
 
/* фиксим проблему в IE 8 */
 
.tooltip span { background-color /*\**/: #2266be\9  }

.form-search {text-align: center;}

.form-search #searchtext {
	width: 335px; padding: 3px; margin: 2px;border: 1px solid #9eb2cc; text-align: center; font-size: 12px; 
	background: rgb(255,255,255); 
}

.form-search #searchtext:hover{ color: #2165bd;
	background: rgb(224,243,250); 
}

.form-search #submit {
	margin-bottom: 3px; padding: 2px; width: auto; font-size: 12px;color: #000;
}   

.form-search #submit:hover, .form-search #submit:focus {		
	background: rgb(32,98,185); 
	color: #fff; cursor: pointer;
}

.form-search #submit:active {
	outline: 0;    
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}    

.form-search #submit::-moz-focus-inner {border: 0;}

#load, #load2{
	width:100%;
	height:30px;
	text-align:center;
	clear: left; 
}

#load div, #load2 div{
    cursor: pointer;
    background: #d11b5f;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-family: Arial;
    width: 300px;
    margin: 30px auto;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}

#load div:hover, #load2 div:hover {
	opacity: 0.7;
}

#table td {
	background: #e8e8e8; 
}

.reset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 160%;
	font: inherit;
	vertical-align: baseline;
	font-style: normal;
}

.wm {
	text-align: center;
	font-family: Arial; 
	padding: 0 10px; 
	height: 27px; 
	font-size: 12px!important;
}

.wm:focus {	
	border: 1px solid #538ec1!important;
}

.burger, .rsearch {
	display: none;
}	

.main-search {
	width: 100%;
	border: none;
	background: #008ed5;
	margin-top: 7px;
	text-align: center;
}

.main-search .msinner {
	padding: 10px;
}

.main-search .search-line input {
	width: 70%;
	color: #000;
	background: #fff;
	padding: 5px;
	border: none;
	font: normal 21px Arial;
	margin-bottom: 10px;
}

.main-search .search-line button {
	width: 25%;
	padding: 5px;
	background: #cf2160;
	color: #fff;
	border: none;
	font: bold 21px Arial;
	cursor: pointer;
}

.main-search .search-line button:hover {
	opacity: 0.7;
}

.main-search .search-samples {
	color: #fff;
	font: normal 15px Arial;
}

.main-search .search-samples span {
	cursor: pointer;
    border-bottom: 1px dashed #fff; /* Добавляем свою линию */ 
}

.main-btns {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.main-btns .main-btn {
	display: inline-block;
	width: 250px;
	height: 65px;
	border: 1px solid #e8e8e8;
	font: normal 18px Arial;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 15px;
}	

.main-btns .main-btn:hover{
	border: 1px solid #008ed5;
	opacity: 0.8;
}

.main-btns .main-btn a {
	color: #000;
	text-decoration: none;
}	

.main-btns .main-btn .m-b-img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: -10px;
}

.list-titles li {
	list-style: none;
	float: left;
}

.list-titles li a {
	display: inline-block;
	width: 160px;
	height: 50px;
	padding: 10px 20px;
	background: #ccc;
	margin: 10px;
	text-decoration: none;
	text-align: center;
}

.list-titles li a:hover {
	opacity: 0.7;
}

.mobileview {
	display: none;
}

/* @media */

/* 1 */

@media (min-width: 1380px) {
		
}

/* 2 */

@media (min-width: 1280px) and (max-width: 1379px) {

}

/* 3 */

@media (min-width: 1090px) and (max-width: 1279px) {

}

/* 4 */

@media (min-width: 768px) and (max-width: 1089px) {
	.companies {
		width: 600px;
	}

	.bbtn2, .bbtn1 {
		font-size: 19px;
	}

	h1 {
		font: normal 28px Arial;
	}

	#latest2 li {
		font: normal 17px Arial;
	}

	.pcview {
		display: none;
	}

	.mobileview {
		display: block;
	}

	.list-item {
		font: normal 18px Arial;
		font-weight: normal;
		margin-left: 20px;
		font-weight: normal;
		width: auto;
		margin-top: 5px;
		background: #f1f1f1;
		padding: 5px;
	}

	.list-item .list-title {
		width: 100%;
	}

	.list-item .list-price {
		display: inline-block;
		letter-spacing: uppercase;
		background: rgb(73,155,234);
		width: auto;
		padding: 5px;
		font-size: 12px;
		color: #fff;
		margin: 5px 0;
	}

	.list-item .list-city {
		display: inline-block;
		letter-spacing: uppercase;
		background: #008ed5;
		width: auto;
		padding: 5px;
		font-size: 12px;
		color: #fff;
		margin: 5px 0;
	}

}

/* 5 */

@media (min-width: 600px) and (max-width: 767px) {


	#leftcolumn, #h-search, #footer, .pcview  {
		display: none;
	}

	.mobileview {
		display: block;
	}

	.list-item {
		font: normal 17px Arial;
		font-weight: normal;
		margin-left: 20px;
		font-weight: normal;
		width: auto;
		margin-top: 5px;
		background: #f1f1f1;
		padding: 5px;
	}

	.list-item .list-title {
		width: 100%;
	}

	.list-item .list-price {
		display: inline-block;
		letter-spacing: uppercase;
		background: rgb(73,155,234);
		width: auto;
		padding: 5px;
		font-size: 12px;
		color: #fff;
		margin: 5px 0;
	}

	.list-item .list-city {
		display: inline-block;
		letter-spacing: uppercase;
		background: #008ed5;
		width: auto;
		padding: 5px;
		font-size: 12px;
		color: #fff;
		margin: 5px 0;
	}

	#leftcolumn {
		width: 250px;
		position: absolute !important;
		margin-left: -5px;
		background: #fff;
	}

	#h-search {
		height: 100px;
		width: 90%;
		background-color: #00a1f1;
		background: #00a1f1 -moz-linear-gradient(0% -100% -72deg,#00b0f3 48%,#008cec 66%);
		background: #00a1f1 -webkit-linear-gradient(-72deg,#00b0f3 27%,#008cec 50%);
		background: #00a1f1 -o-linear-gradient(-72deg,#00b0f3 37%,#008cec 50%);
		background: #00a1f1 -ms-linear-gradient(-72deg,#00b0f3 37%,#008cec 54%);
		margin: 0;
		padding-top: 40px;
		top: 0;
		left: 10px;
	}

	.burger, .rsearch, .burger-close, .search-close {
		cursor: pointer;
	}

	.burger {
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		top: 55px;
		background: url('images/burger.png') no-repeat;
	}

	.search-close {
		position:absolute;
		margin-top: -35px;
		right:10px;
		width: 32px;
		height: 32px;
		display: block;
		background: url('images/burger-close.png') no-repeat;
	}

	.burger-close {
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		top: 55px;
		background: url('images/burger-close.png') no-repeat;
	}

	.rsearch {
		float: right;
		margin-right: 10px;
		width: 32px;
		height: 32px;
		display: block;
		margin-top: -35px;
		background: url('images/rsearch.png') no-repeat;
	}

	#contentcolumn{
		margin-left: 0;
		margin: 5px;
	}

	#logo {
		float: none;
		margin: 0 auto;
	}

	.companies {
		width: 100%;
	}

	.bbtn2, .bbtn1 {
		font-size: 17px;
	}

	h1 {
		font: normal 28px Arial;
	}

	#latest2 {
		margin-left: -20px;
	}

	#latest2 li {
		font: normal 15px Arial;
	}

	.arrow {
		list-style: none;
	}

	#load div, #load2 div {
		padding: 5px 10px;
		font-size: 14px;
	}
	
	#vac {
		margin-top: 5px;
	}

	ul.tabs li { 
		width: 100%;
	}

	ul.tabs { 
		height: auto; 
	}

	.input2 {width: 350px; }
	.input3 {width: 350px; }
	.input4 {width: 350px; }

	.vdescription {
		display: none;
	}
}

/* 6 */

@media (max-width: 599px) {

	#leftcolumn, #h-search, #footer, .pcview {
		display: none;
	}

	.mobileview {
		display: block;
	}

	.list-item {
		font: normal 16px Arial;
		font-weight: normal;
		margin-left: 20px;
		font-weight: normal;
		width: auto;
		margin-top: 5px;
		background: #f1f1f1;
		padding: 5px;
	}

	.list-item .list-title {
		width: 100%;
	}

	.list-item .list-price {
		display: inline-block;
		letter-spacing: uppercase;
		background: rgb(73,155,234);
		width: auto;
		padding: 5px;
		font-size: 12px;
		color: #fff;
		margin: 5px 0;
	}

	.list-item .list-city {
		display: inline-block;
		letter-spacing: uppercase;
		background: #008ed5;
		width: auto;
		padding: 5px;
		font-size: 12px;
		color: #fff;
		margin: 5px 0;
	}

	#leftcolumn {
		width: 250px;
		position: absolute !important;
		margin-left: -5px;
		background: #fff;
	}

	#h-search {
		height: 100px;
		width:80%;
		background-color: #00a1f1;
		background: #00a1f1 -moz-linear-gradient(0% -100% -72deg,#00b0f3 48%,#008cec 66%);
		background: #00a1f1 -webkit-linear-gradient(-72deg,#00b0f3 27%,#008cec 50%);
		background: #00a1f1 -o-linear-gradient(-72deg,#00b0f3 37%,#008cec 50%);
		background: #00a1f1 -ms-linear-gradient(-72deg,#00b0f3 37%,#008cec 54%);
		margin: 0;
		padding-top: 40px;
		top: 0;
		left: 10px;
	}

	.burger, .rsearch, .burger-close, .search-close {
		cursor: pointer;
	}

	.burger {
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		top: 55px;
		background: url('images/burger.png') no-repeat;
	}

	.search-close {
		position:absolute;
		margin-top: -35px;
		right:10px;
		width: 32px;
		height: 32px;
		display: block;
		background: url('images/burger-close.png') no-repeat;
	}

	.burger-close {
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		top: 55px;
		background: url('images/burger-close.png') no-repeat;
	}

	.rsearch {
		float: right;
		margin-right: 10px;
		width: 32px;
		height: 32px;
		display: block;
		margin-top: -35px;
		background: url('images/rsearch.png') no-repeat;
	}

	#contentcolumn{
		margin: 5px; 
	}

	#logo {
		float: none;
		margin: 0 auto;
	}

	.companies {
		width: 100%;
	}
	
	.bbtn2, .bbtn1 {
		font-size: 17px;
	}

	h1 {
		font: normal 28px Arial;
	}

	#latest2 {
		margin-left: -20px;
	}

	#latest2 li {
		font: normal 14px Arial;
	}

	.arrow {
		list-style: none;
	}

	#load div, #load2 div {
		padding: 5px 10px;
		font-size: 14px;
	}
	
	#vac {
		margin-top: 5px;
	}

	ul.tabs li { 
		width: 100%;
	}

	ul.tabs { 
		height: auto; 
	}

	.input2 {width: 350px; }
	.input3 {width: 350px; }
	.input4 {width: 350px; }

	.vdescription {
		display: none;
	}

	.list-titles li {
		list-style: none;
		width: 90% !important;
	}

	.list-titles li a {
		width: inherit;
		height: auto !important;
	}

}
#breadcrumbs { color: #000; font-size: 14px; font-weight: bold; }
.currency{ color: #000; font-size: 20px; font-weight: bold; }
#block-login {
    clear: both;
    margin-top: 10px;
    background: #cf2160;
    padding: 5px;
    color: #fff;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}
.btitle-login { 
    text-align: center;
    color: #fff !important;
    font-size: 20px; 
    font-weight: bold; 
    margin-bottom: 3px;
}
.btitle-login a:link, .btitle-login a:hover, .btitle-login a:visited {
	color: #fff;
	text-decoration: none;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }