/* Цвет сайта -------------------------------------------------------- */
/* Для изменения цвета сайта, поменять следующих два значения */
.setBG		{ background-color: #4f55a1; }	/* 5 */
.setColor	{ color: #4f55a1; }

/*
font-family: 'Open Sans', sans-serif;
*/

body { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 13px; color: #3c3c3c; background-color: #f4f2ef; }

.tmpl-header-line {
	position: relative;
	padding: 0;
	height: 34px;
	color: #fff;
	background: none;
	margin: 0 0 -34px;
	z-index: 2;
}
.tmpl-toplineblock { float: left; margin: 0 16px 0 0; font-size: 12px; height: 34px; line-height: 34px; padding: 0; }
.tmpl-toplineblock * { line-height: 34px; }
.tmpl-toplineblock.timedate { margin: 0 45px 0 0; }
.tmpl-toplineblock.timedate .Time { float: left; background: url("/images/ico-time.png") no-repeat 0 center; padding: 0 15px 0 20px; background-size: 12px 12px; }
.tmpl-toplineblock.timedate .Day { float: left; background: url("/images/ico-date.png") no-repeat 0 center; padding: 0 0 0 20px; background-size: 10px 10px; }
.tmpl-toplineblock.language a img { opacity: 0.9; }
.tmpl-toplineblock.language a:hover img { opacity: 1; }
.tmpl-toplineblock.address { background: url("/images/ico-address.png") no-repeat 0 center; padding: 0 0 0 20px; max-width: 500px; overflow: hidden; }

.tmpl-toplineblock-right { float: right; margin: 4px 0 0 0; font-size: 12px; height: 24px; line-height: 24px; padding: 0 0 0 24px; background: url("/images/top-block-right-bg.png") no-repeat 0 0; }
.tmpl-toplineblock-right * { line-height: 18px; }
.tmpl-topcloser { float: right; margin: 4px 0 0 0; width: 26px; height: 24px; background: url("/images/top-block-right-bg-r.png") no-repeat 0 0; }

.tmpl-toplineblock-look { float: right; margin: 3px 0 0; height: 18px; line-height: 18px; padding: 0; width: 43px; background-image: url("/images/ico-look.png"); background-repeat: no-repeat; background-position: center center; background-size: auto auto; cursor: pointer; }
.tmpl-toplineblock-look:hover { }

.tmpl-header-bg1 {
	padding: 0;
	margin-bottom: 0;
	background: none;
}

.tmpl-header { 
	position: relative; 
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("/images/header-bg1.png");
	height: 180px;
	margin-bottom: 16px;
}

.sitename-block {
	position: relative;
	margin: 48px 0 0;
	background: RGBa(255,255,255,0.35);
	border-radius: 6px;
	padding: 16px;
}
.sitename-block .sitename { position: relative; color: #fff; line-height: 28px; font-size: 22px; text-align: center; }
.sitename-block .sitename img { display: none; }
.sitename-block .sitename .tmpl-sub { color: #fff; font-size: 14px; text-transform: uppercase; display: block; }
.sitename-block .sitename .tmpl-small { color: #fff; font-size: 16px; line-height: 16px; display: block; }
.sitename-block .sitename a { color: #fff; text-decoration: none; }

.wheather-block { position: absolute; right: 0; top: 52px; width: 304px; height: 104px; background: url("/images/wheather-bg.png") no-repeat 0 0; }
.wheather-block  .weather_container { margin: 30px 30px 0 70px; }


/* MAINMENU ------------------------------------------------ */

.tmpl-mainmenu { margin-top: 0; }
.tmpl-mainmenu .navbar-default { border-radius: 6px; }
.tmpl-mainmenu .navbar-nav { text-align: center; }
.tmpl-mainmenu .navbar-nav > li { display: block; }
.tmpl-mainmenu .navbar-nav > li.devider { display: none; width: 2px; background-image: url("/images/devider-bg.png"); background-repeat: repeat-y; }
.tmpl-mainmenu .navbar-nav > li > a { text-transform: uppercase; display: block; color: #fff !important; font-size: 14px; line-height: 16px; text-align: left; padding: 8px 16px; cursor: pointer; border: none; }
.tmpl-mainmenu .navbar-nav > li:last-child > a { }
.tmpl-mainmenu .navbar-nav > .active > a { background-color: RGBa(255,255,255,0.3); color: #fff; }
.tmpl-mainmenu .navbar-nav > li:hover > a,
.tmpl-mainmenu .navbar-nav > .active > a:hover,
.tmpl-mainmenu .navbar-nav > .active > a:focus { background-color: RGBa(255,255,255,0.3); color: #fff; }
.tmpl-mainmenu .navbar-nav > .open > a, 
.tmpl-mainmenu .navbar-nav > .open > a:hover,
.tmpl-mainmenu .navbar-nav > .open > a:focus { background-color: RGBa(255,255,255,0.3); color: #fff; }

.tmpl-mainmenu .navbar-right > li { border-radius: 0; background-color: #da404a; }

.tmpl-mainmenu .dropdown-menu { min-width: 295px; border: none; padding: 0; }
.tmpl-mainmenu .dropdown-menu > li { }
.tmpl-mainmenu .dropdown-menu > li > a { text-transform: uppercase; text-align: left; color: #fff; font-size: 14px; padding: 8px; border: none; cursor: pointer; background-color: RGBa(255,255,255,0.3); }
.tmpl-mainmenu .dropdown-menu > li > a:hover,
.tmpl-mainmenu .dropdown-menu > li > a:focus { background: none; }
.tmpl-mainmenu .dropdown-menu > li:first-child > a { border-top: none; }
.tmpl-mainmenu .dropdown-menu > li:last-child > a { border-bottom: none; }

.tmpl-mainmenu .navbar-collapse.in .navbar-nav .open .dropdown-menu { }
.tmpl-mainmenu .navbar-collapse.in .navbar-nav .open .dropdown-menu > li > a { color: #fff; padding: 5px 16px 5px 32px; }
.tmpl-mainmenu .navbar-collapse.in .navbar-nav .open .dropdown-menu > li > a:hover, 
.tmpl-mainmenu .navbar-collapse.in .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: RGBa(255,255,255,0.1); }

.tmpl-mainmenu .navbar-collapse:not(.in) .dropdown:hover > .dropdown-menu { display: block; }

.tmpl-mainmenu .navbar-brand,
.tmpl-mainmenu .navbar-brand:hover, 
.tmpl-mainmenu .navbar-brand:focus { color: #fff; text-decoration: none; font-size: 14px; }

.tmpl-mainmenu .navbar-toggle .icon-bar { background-color: #fff; }
.tmpl-mainmenu .navbar-toggle:hover, .tmpl-mainmenu .navbar-toggle:focus { background-color: RGBa(255,255,255,0.3); }

.tmpl-search { float: left; height: 50px; width: 45px; border-radius: 6px 0 0 6px; background-image: url("/images/ico-search.png"); background-repeat: no-repeat; background-position: center center; cursor: pointer; }
.tmpl-search.active,
.tmpl-search:hover { background-color: RGBa(255,255,255,0.3); }
#search { position: absolute; overflow: hidden; width: 0; height: 48px; background: #fff; left: 45px; top: 1px; opacity: 0; border-radius: 0 6px 6px 0; z-index: 10; }
#search input { line-height: 48px; padding: 0 10px; margin: 0; width: 99%; background: none; border: none; color: #565656; }
#search input:focus, #search input:active { outline: none; }


/* LEFTSIDE ------------------------------------- */

.tmpl-leftmenu { margin: 0; box-shadow: 0 1px 3px RGBa(0,0,0,0.22); margin-bottom: 16px; }
.tmpl-leftmenu ul { border-radius: 3px; }
.tmpl-leftmenu .nav > li.devider { height: 1px; background-image: url("/images/devider-left-bg.png"); background-repeat: repeat-x; }
.tmpl-leftmenu .nav > li.devider:last-child { display: none; }
.tmpl-leftmenu .nav > li > a { font-size: 14px; color: #fff; text-transform: uppercase; cursor: pointer; }
.tmpl-leftmenu .nav > li > a:hover, 
.tmpl-leftmenu .nav > li > a:focus { background-color: RGBa(255,255,255,0.3); color: #fff; }
.tmpl-leftmenu .nav > li:first-child > a { border-top: none; border-radius: 3px 3px 0 0; }
.tmpl-leftmenu .nav > li:last-child > a { border-bottom: none; border-radius: 0 0 3px 3px; }
.tmpl-leftmenu ul > li > ul { position: absolute; visibility: hidden; padding: 0; margin: 0; top: 0; width: 250px; box-shadow: 5px 5px 0 RGBa(0,0,0,0.3); border-radius: 0; z-index: 500;  }
.tmpl-leftmenu ul > li > ul > li { position: relative; list-style: none; margin: 0; padding: 0; }
.tmpl-leftmenu ul > li > ul > li > a { display: block; color: #fff; text-decoration: none; font-size: 14px; cursor: pointer; background-color: RGBa(255,255,255,0.3); padding: 6px 16px 6px 16px; }
.tmpl-leftmenu ul > li > ul > li > a:hover { background: none; }

.tmpl-vote-title { font-size: 22px; margin: 0 0 8px 0; padding: 0 0 5px 8px; background: url("/images/line-gw.png") repeat-x 0 bottom; line-height: 1.4; }
.tmpl-vote { position: relative; border-radius: 3px; box-shadow: 0 1px 3px RGBa(0,0,0,0.22); margin: 2px 0 20px 0; background: #fff; padding: 12px; }
.tmpl-vote .title { margin: 0 0 10px; }
.tmpl-vote .button { display: inline-block; float: right; padding: 6px 25px; text-align: center; border-radius: 3px; color: #fff; margin: 10px 0 0 0; cursor: pointer; }
.tmpl-vote #hide_vote_res,
.tmpl-vote #show_vote_res { display: block; position: absolute; top: -38px; font-size: 14px; color: #e05543; right: 0; }

.tmpl-leftside .tmpl-banner-left { position: relative; text-align: center; margin: 16px 0 16px 0; }
.tmpl-leftside .tmpl-banner-left img { border: 0; margin: 0 0 8px 0; float: left; }
.tmpl-leftside .tmpl-banner-left a { text-decoration: none; }


/* CONTENT ------------------------------------- */

.banner-block { display: block; width: 218px; height: 145px; border-radius: 3px; background-repeat: no-repeat; background-position: 0 0; margin: 0 0 16px 0; background-size: 218px auto; text-decoration: none; }
.banner-block.t1 { background-image: url("/tinybrowser/images/banner-left/banner-left1.png"); }
.banner-block.t2 { background-image: url("/tinybrowser/images/banner-left/banner-left2.png"); }
.banner-block.t3 { background-image: url("/tinybrowser/images/banner-left/banner-left3.png"); }
.banner-block.t4 { background-image: url("/tinybrowser/images/banner-right/banner-right1.png"); }
.banner-block.t5 { background-image: url("/tinybrowser/images/banner-right/banner-right2.png"); }
.banner-block.t6 { background-image: url("/tinybrowser/images/banner-right/banner-right3.png"); }

.tmpl-content { margin: 0 0 16px; }

.tmpl-contentblock { background: #fff; padding: 15px 20px; box-shadow: 0 1px 3px RGBa(0,0,0,0.22); border-radius: 3px; margin: 0 0 20px 0; }

.tmpl-pathway {  
	color: #3c3c3c;
    font-size: 12px;
    padding: 0;
}
.tmpl-pathway a:link,
.tmpl-pathway a:visited { color: #3c3c3c; }
.tmpl-pathway a:hover { color: #3c3c3c; }

.tmpl-content h1,
.tmpl-rightside h1 {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
    font-size: 22px;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	background: url("/images/line-gw.png") repeat-x 0 bottom;
}
.tmpl-content h1 > a.all,
.tmpl-rightside h1 > a.all { float: right; font-size: 14px; color: #e05543; text-decoration: none; }
.tmpl-content h1 > a.all:hover,
.tmpl-rightside h1 > a.all:hover { text-decoration: underline; }

h1 a.rss { display: block; float: right; width: 18px; height: 18px; background-image: url("/images/rss.png"); margin: 12px 16px 0 0; }

.question input[name="keystring"] { width: 90px; }

.tabs { margin: 0 0 16px 0; }
.tabs > ul { width: 100%; margin: 0; padding: 0; }
.tabs > ul > li { list-style: none; display: inline-block; }
.tabs > ul > li:first-child { margin-left: 8px; }
.tabs > ul > li > a { display: inline-block; font-size: 15px; padding: 5px 10px; font-family: 'Open Sans', sans-serif; text-decoration: none; cursor: pointer; background: #fff; border-radius: 6px 6px 0 0; border: 1px solid #e5e3e1; }
.tabs > ul > li > a:not(.active) { color: #bec0c1 !important; }
.tabs > ul > li > a:hover { }
.tabs > ul > li > a.active { }
.tabs > .tab { padding: 15px 20px; background: #fff; box-shadow: 0 1px 3px RGBa(0,0,0,0.22); }


.tmpl-lastdoc { margin: 0; padding: 5px 0 5px 5px; }
.tmpl-lastdoc .lastdoc1, .tmpl-lastdoc .lastdoc2 { padding: 2px 0 0 26px; min-height: 21px; }
.tmpl-lastdoc .lastdoc1 { background: url("/cms_images/ico_doc4.png") 0 0 no-repeat; }
.tmpl-lastdoc .lastdoc1 a, .tmpl-lastdoc .lastdoc2 a { color: #49759f; text-decoration: underline; }
.tmpl-lastdoc .lastdoc1 .date, .tmpl-lastdoc .lastdoc2 .date { color: #a9abad; }

.tmpl-content .tmpl-items { float: none; }
.tmpl-content .tmpl-item { float: left; width: 100%; margin: 0 0 8px 0; padding: 0 0 8px 0; border-bottom: 1px dotted #c9c9c9; }
.tmpl-content .tmpl-items .tmpl-item:last-child { border: none; }
.tmpl-content .tmpl-item img { float: none; margin: 0 8px 16px 0; text-align: center; }
.tmpl-content .tmpl-item .sub { display: block; width: auto; }
.tmpl-content .tmpl-item .tmpl-date { display: inline; color: #999; }
.tmpl-content .tmpl-item .tmpl-title { display: inline; padding: 0 8px 0 0; font-weight: 700; }
.tmpl-content .tmpl-item .tmpl-title a { color: #e05543; text-decoration: none; }
.tmpl-content .tmpl-item .tmpl-title a:hover { text-decoration: underline; }
.tmpl-content .tmpl-item .tmpl-short { margin: 5px 0 0; }
.tmpl-content .tmpl-item .tmpl-item-link { text-align: right; }
.tmpl-content .tmpl-item .tmpl-item-link a { text-decoration: none; color: #2799c9; }

.gallary-links { position: relative; margin: 0 0 16px 0; }
.gallary-links > a { display: inline-block; width: 170px; height: 220px; margin: 0 10px 14px 0; text-decoration: none; cursor: pointer; text-align: center; color: #4f2327; font-weight: 700; }
.gallary-links > a.active,
.gallary-links > a:hover { opacity: 0.8; }

.tmpl-albums { position: relative; }
.tmpl-albums .gallary-link a { display: block; text-decoration: underline; color: #fc8114; font-family: 'Arial Narrow', sans-serif; font-size: 19px; line-height: 1.2; font-weight: 700; margin: 0 0 8px 0; }
.tmpl-photos { position: relative; }
.tmpl-photos .tmpl-photo-item { display: inline-block; width: 170px; height: 220px; margin: 0 12px 14px 0; text-align: center; }
.tmpl-photos .tmpl-photo-item a { display: block; width: 170px; height: 170px; overflow: hidden; }
.tmpl-photos .tmpl-photo-item img { height: 170px; }


.tmpl-allphoto { display: block; float: right; text-decoration: none; background: #e2e0de; color: #fff; border-radius: 3px; line-height: 24px; padding: 0 16px; margin: 8px 0 16px 0; }
.tmpl-allphoto:hover { text-decoration: none; color: #fff; background: #c7c7c7; }

.tmpl-content .page_numbering a { float: none; display: inline-block; background: #007cc3; line-height: 28px; width: 28px; padding: 0; font-size: 13px; font-weight: bold; border-radius: 3px; text-align: center; color: #fff; border: none; margin: 0 2px 0 0; }
.tmpl-content .page_numbering a.active { background: #0069a5; line-height: 28px; border: none; }

.tmpl-banners { position: relative; width: 100%; float: left; text-align: center; margin: 16px 0 16px 0; }
.tmpl-banners a img,
.tmpl-banners a { border: 0; text-decoration: none; }

.tmpl-slider { position: relative; margin: 16px 0 16px 0; }
.tmpl-slider #slider { border: none; border-radius: 3px; box-shadow: none; height: 300px; }
.tmpl-slider #slider .nivo-caption { background: RGBa(77,133,197,0.9); color: #fff; font-size: 120%; font-weight: 400; padding: 8px; opacity: 1; text-decoration: none; border-radius: 3px; }
.tmpl-slider #slider .nivo-caption a { text-decoration: none; border-bottom: none; }
.tmpl-slider #slider .nivo-caption a:hover { border-bottom: 1px dotted #fff; }
.tmpl-slider #slider.nivoSlider { margin-bottom: 0; }
.tmpl-slider #slider img { }
.tmpl-slider .link { display: block; position: absolute; background: #009999; height: 100px; width: 100px; }
.tmpl-slider .theme-default .nivo-controlNav { position: relative; padding: 0; margin: 16px 0 0; border-radius: 16px; z-index: 100; }
.tmpl-slider .theme-default .nivo-controlNav a { display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: 2px solid #4d85c5; background: #fff; margin: 0 2px; }
.tmpl-slider .theme-default .nivo-controlNav a.active { background: #4d85c5; }


/* RIGHTSIDE -------------------------------- */

.tmpl-rightside { margin: 0 0 16px 0; }

.tmpl-glava { margin: 0 0 16px 0; }
.tmpl-glava img { border-radius: 3px; }
.tmpl-glava h1,
.tmpl-glava h2,
.tmpl-glava h3 { font-size: 22px; margin: 8px 0; font-weight: normal; }

.tmpl-rightside .tmpl-banner-right { position: relative; text-align: center; margin: 16px 0 16px 0; }
.tmpl-rightside .tmpl-banner-right img { border: 0; margin: 0 0 8px 0; float: left; }
.tmpl-rightside .tmpl-banner-right a { text-decoration: none; }


/* FOOTER ---------------------------------- */

.tmpl-bottom-contacts { position: absolute; top: 10px; left: 10px; height: 285px; width: 50%; background: #fff; box-shadow: 0 1px 3px RGBa(0,0,0,0.22); margin-bottom: 16px; z-index: 2; }
.tmpl-bottom-contacts-content { position: relative; padding: 16px; }

.tmpl-footer-block2 { }
.tmpl-footer-mapblock { }
.map-block { position: relative; width: 100%; height: 305px; margin-bottom: 16px; }
.map-block .map-title { position: absolute; top: 10px; left: 0; line-height: 32px; padding: 0 15px; margin: 0 0 0 10px; font-size: 18px; color: #fff; z-index: 2; }
.map-block #map { position: relative; width: 100%; height: 305px; z-index: 1; }

.tmpl-footer-block1 { position: relative; clear: both; }
.tmpl-footermenu1 { margin: 0; text-align: center; }
.tmpl-footermenu1 ul { position: relative; margin: 0; padding: 0; }
.tmpl-footermenu1 ul > li { position: relative; display: inline-block; list-style: none; padding: 0; margin: 0; vertical-align: top; }
.tmpl-footermenu1 ul > li.devider { height: 40px; width: 2px; background-image: url("/images/devider-bg.png"); background-repeat: repeat-y; }
.tmpl-footermenu1 ul > li.devider:last-child { display: none; }
.tmpl-footermenu1 ul > li.directly-active,
.tmpl-footermenu1 ul > li.indirectly-active,
.tmpl-footermenu1 ul > li:hover { background-color: RGBa(255,255,255,0.3); }
.tmpl-footermenu1 ul > li > a { display: block; line-height: 40px; padding: 0 8px; color: #fff; text-transform: uppercase; text-decoration: none; cursor: pointer; }

.tmpl-footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background-image: url("/images/footer-bg.png"); 
	background-repeat: repeat;
}
.tmpl-footer .container { position: relative; height: 65px; }
.tmpl-footer .footer-br { background: url("/images/footer_meh.png"); }

.tmpl-saveus {
	position: absolute;
	height: 100%;
    color: #fff;
    cursor: pointer;
    padding: 0 80px 0 0;
	cursor: pointer;
	background: url("/images/saveus-bg.png") no-repeat right bottom;
	
}
.tmpl-saveus .stxt { display: inline-block; line-height: 65px; vertical-align: top; }
.tmpl-saveus .stxt span { border-bottom: 1px dotted #fff; }
.tmpl-saveus .img-i { display: inline-block; width: 14px; height: 65px; background: url("../images/saveus_i.png") no-repeat 0 center; margin: 0 8px; vertical-align: top; }

.tmpl-footer-content { position: absolute; left: 16px; height: 100%; right: 16px; }
.ftxt { position: relative; display: table-row; margin: 0; padding: 0; color: #fff; text-align: left; }
.ftxt .row { display: table-cell; height: 65px; vertical-align: middle; }
.ftxt a { color: #fff; }
.ftxt .row.counter { padding: 0 0 0 32px; }


@media(min-width:768px){ /*Изменения будут внесены только для шаблона шириной свыше 767px*/
	
	.tmpl-header-bg1 {
		background-position: left top;
		background-repeat: repeat-x;
	}
	
	.mainnav-block { position: absolute; width: 100px; height: 18px; top: 47px; left: 104px; background-image: url("/images/mainnav-bg.png"); background-repeat: no-repeat; background-position: 0 0; z-index: 2; }
	.tmpl-mainnav { margin: 0 0 0; }
	.tmpl-mainnav a:link,
	.tmpl-mainnav a:visited {
		display: inline-block;
		height: 20px;
		width: 28px;
	    margin: 0 2px;
	}

	.sitename-block {
		margin-top: 70px;
		padding: 0;
		background: none;
	}
	.sitename-block .sitename { font-size: 32px; height: 95px; line-height: 40px; text-align: left; display: table-cell; vertical-align: middle; width: 550px; }
	.sitename-block .sitename img { display: block; float: left; margin-right: 10px; }
	.sitename-block .sitename .tmpl-sub { font-size: 11px; line-height: normal; }
	.sitename-block .sitename .tmpl-small { font-size: 21px; line-height: normal; }
	
	.tmpl-mainmenu .navbar-collapse { border-radius: 6px; padding-right: 0px; padding-left: 0px; }
	.tmpl-mainmenu .navbar-nav > li { display: inline-block; }
	.tmpl-mainmenu .navbar-nav > li.devider { display: inline-block; height: 50px; }
	.tmpl-mainmenu .navbar-nav > li:first-child > a { }
	.tmpl-mainmenu .navbar-nav > li > a { display: table-cell; vertical-align: middle; text-align: center; font-size: 12px; max-width: 135px; padding: 0 8px; height: 50px; line-height: 16px; }
	.tmpl-mainmenu .navbar-right > li { border-radius: 6px; }
	.tmpl-mainmenu .navbar-right:last-child { margin-right: 0 !important; }
	
	.tmpl-footer-content { left: 330px; }
		
	.ftxt { margin: 0 0 0 320px; }
}

@media(min-width:992px){/*Изменения будут внесены только для шаблона шириной свыше 976px*/
	
	body { font-size: 12px; }
			
	.sitename-block .sitename .tmpl-small { font-size: 16px; }
			
	.tmpl-mainmenu .navbar-nav > li.devider { height: 56px; }
	.tmpl-mainmenu .navbar-nav > li > a { font-size: 14px; max-width: 200px; height: 56px; line-height: 20px; }
	.tmpl-search { height: 56px; }
	#search { height: 54px; }
	#search input { line-height: 54px; }
	
	.tmpl-vote-title { font-size: 22px; }
	.tmpl-vote #hide_vote_res,
	.tmpl-vote #show_vote_res { top: -33px; font-size: 11px; }
			
	.tmpl-content h1,
	.tmpl-rightside h1 { font-size: 22px; }
	
	.tmpl-content .tmpl-item img {
		float: left;
		margin: 0 8px 5px 0;
		max-width: 177px;
	}
	
	.tmpl-glava h1,
	.tmpl-glava h2,
	.tmpl-glava h3 { font-size: 22px; }
	
	.map-block .map-title { left: 50%; }
	
	.map-block #map ymaps[class^="ymaps-2-1-"][class$="-controls__control"] { left: 50% !important; margin-left: 26px !important; }
	
	.tmpl-footermenu1 ul > li.devider { height: 56px; }
	.tmpl-footermenu1 ul > li > a { line-height: 56px; padding: 0 15px; font-size: 14px; }

}

@media(min-width:1200px){/*Изменения будут внесены только для шаблона шириной свыше 1200px*/
	
	body { font-size: 14px; }
	
	.tmpl-header { 
		background-image: url("/images/header-bg-full.png");
		height: 240px;
	}
	
	.tmpl-header-line { height: 48px; margin: 0 0 -48px; }
	.tmpl-toplineblock { font-size: 14px; height: 48px; line-height: 48px; }
	.tmpl-toplineblock * { line-height: 48px; }
	
	.tmpl-toplineblock-right { margin-top: 12px }
	.tmpl-topcloser { margin-top: 12px }
	
	.mainnav-block { top: 70px; }
	.sitename-block {
		margin-top: 100px;
	}
	.sitename-block .sitename { font-size: 34px; width: 850px; }
	
	.wheather-block { top: 80px; }
	
	.tmpl-mainmenu .navbar-nav > li > a { font-size: 16px; }
	.tmpl-mainmenu .dropdown-menu > li > a { font-size: 16px; }
	
	.tmpl-leftmenu .nav > li > a { font-size: 16px; }
	.tmpl-leftmenu ul > li > ul > li > a { font-size: 16px; }
	
	.banner-block { display: block; width: 262px; height: 177px; background-size: 262px auto; }
	
	.tmpl-footermenu1 ul > li > a { font-size: 16px; }
	
}

/* Admin FIX ------------------------------ */

.x-window,
.x-window *,
.x-window *:before,
.x-window *:after,
.kl83-ui,
.kl83-ui *,
.kl83-ui *:before,
.kl83-ui *:after { 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* GoogleTranslate hack */
body { top: 0 !important; }
#google_translate_element,
.skiptranslate,
.goog-te-banner-frame { display: none !important; }