/**
*	@package	Vozz Mag Joomla! Template
*	@copyright	Copyright (C) 2009 - 2014 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*	@version	$Id$
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/

/*========================= 1. GENERAL =======================*/
.boxed .wrapper {
    margin:0 auto;
    padding: 0;
}
/*---------- Start Responsive Reset ------------*/
@media (min-width: 1200px) {
	.col-lg-reset {
		left: auto;
		right: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-reset {
		left: auto;
		right: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-reset {
		left: auto;
		right: auto;
	}
}

@media (max-width: 767px) {
    .col-xs-reset {
        left: auto;
		right: auto;
    }
}
/*---------- End Responsive Reset ------------*/

p{
	margin: 5px 0;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35500;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
  /*   margin: 18px 0; */
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
}

/*========================= 4. LAYOUT =======================*/

*:focus{
	outline: none !important;
}
img{
	max-width: 100%;
	height: auto;
}
#advanced-search{
	padding: 0;
	margin: 5px 0 15px;
}
.ie7  .btn-navbar{
	display: none;
}
.ie7 .row-fluid .form-search button,
.ie8 .row-fluid .form-search button{
	min-height: 28px;
	line-height: 28px;
	padding: 0 10px;
	
}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
	display: block;
}
.ie7 .form-search,
.ie8 .form-search{
	width: 250px;
}
.ie7 .form-search .search-query,
.ie8 .form-search .search-query{
	width: 210px;
}
.input-append {
	max-width: 100%;
}
.modal {
	z-index: 35100;
}
.modal[data-toggle="modal"],
a.modal{
	position: relative;
	margin: 0;
	width: auto;
	top: auto;
	left: auto;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	overflow: auto;
	display: block;
}
.modal-header{
	overflow: hidden;
}
.modal-backdrop,
.modal-backdrop.fade.in{
	opacity: 0.60;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 35050;
}
#fancybox-overlay{
	z-index: 35010;
}
#fancybox-wrap{
	z-index: 35011;
}
ul{
	margin: 10px 0;
	padding: 0 0 0 15px;
	list-style: disc inside none;
}
.list-inline > li{
	/* padding-left: 10px;
	padding-right: 10px; */
}
ul.styled > li{
	padding-left: 20px;
}
select{
	max-width: 100%;
}
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.top0{
	top: 0;
}
.bottom0{
	bottom: 0;
}
.left0{
	left: 0;
}
.right0{
	right: 0;
}
.font-bold{
	font-weight: bold;
}
.ot-title{
	font-family: 'Helvetica LT Std Cond';
}
body{
	
}
.body-bg{
	/* position: relative;
	z-index: 0; */
}
.boxed .body-bg{
	padding: 0 15px;
}
.ot-offline .wrapper{
	padding: 0;
	margin: 100px auto;
}
.section > .container,
.section > .container-fluid{	
	padding-top: 5px;
	padding-bottom: 1px;
}
.ot-content{
	
}
/* ---* CUSTOM MODULE BLOCK *--- */
.module{
	margin-bottom: 20px;
}
.module .ot-mod-inner{
	
}
.module h3.mod-title{
	font-family:'PT Sans', 'Helvetica LT Std Cond';
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
}
.module h3.mod-title > span{
	display: inline-block;
	margin: 0;
	padding: 6px 10px 2px;
	border-width: 0 0 4px 0;
	border-style: solid;
}
.module.title-block h3.mod-title > span{
	display: block;
}
.module h3.mod-title + .mod-content{
	padding-top: 20px;
}
.module .mod-content{
	
}
/* CUSTOM MODULE STYLE */
.module.title-center h3.mod-title{
	text-align: center;
}
.module.title-left h3.mod-title{
	text-align: left;
}
.module.title-right h3.mod-title{
	text-align: right;
}
.module.style-inline h3.mod-title{
	float: left;
}
.module.style-inline .mod-content{
	overflow: hidden;
}
.module.style-inline h3.mod-title + .mod-content{
	padding-top: 0px;
}
.module.mod-style19 .ot-mod-inner,
.module.mod-style23 .ot-mod-inner{
	border-width: 1px;
	border-style: solid;
	padding: 0px 15px;
}
.module.mod-style24 .ot-mod-inner{
	border-width: 1px;
	border-style: dotted;
	padding: 0px 15px;
}
.module.mod-style25 .ot-mod-inner{
	padding: 0px 15px;
}
.module.mod-style20 .ot-mod-inner{
	border-width: 1px;
	border-style: solid;
}
.module.mod-style22 h3.mod-title{
	margin-top: 2px;
}
.module.mod-style23 h3.mod-title,
.module.mod-style24 h3.mod-title,
.module.mod-style25 h3.mod-title,
.module.mod-style26 h3.mod-title{
	font-size: 18px;
	line-height: 30px;
}
.module[class*="mod-style"] h3.mod-title > span{
	display: inline-block;
}
.module.mod-style0 h3.mod-title span{
	padding: 8px 0px;
	border-width: 0;
}
.module.mod-style1 h3.mod-title > span,
.module.mod-style2 h3.mod-title > span,
.module.mod-style5 h3.mod-title > span{
	display: inline-block;
}
.module.mod-style3 h3.mod-title > span,
.module.mod-style4 h3.mod-title > span,
.module.mod-style6 h3.mod-title > span{
	border-width: 0 0 2px 0;
	padding: 6px 15px 4px;
	display: inline-block;
}
.module.mod-style7 h3.mod-title > span,
.module.mod-style8 h3.mod-title > span,
.module.mod-style11 h3.mod-title > span,
.module.mod-style12 h3.mod-title > span{
	border-width: 0 0 0 4px;
	padding: 6px 15px;
}
.module.mod-style9 h3.mod-title > span,
.module.mod-style10 h3.mod-title > span,
.module.mod-style13 h3.mod-title > span,
.module.mod-style14 h3.mod-title > span,
.module.mod-style15 h3.mod-title > span{
	border-width: 0 0 0 2px;
	padding: 6px 15px;
}
.module.mod-style5 h3.mod-title > span,
.module.mod-style16 h3.mod-title > span,
.module.mod-style17 h3.mod-title > span,
.module.mod-style18 h3.mod-title > span,
.module.mod-style22 h3.mod-title > span,
.module.mod-style26 h3.mod-title > span{
	border-width: 0;
	padding: 6px 15px;
}
.module.mod-style19 h3.mod-title > span{
	padding: 6px 0px;
	border-width: 0 0 1px;
}
.module.mod-style20 h3.mod-title > span,
.module.mod-style21 h3.mod-title > span{
	padding: 6px 15px;
	border-width: 0 0 2px;
}
.module.mod-style25 h3.mod-title > span{
	padding: 6px 0px;
	border-width: 0 0 2px;
}
.module.mod-style23 h3.mod-title > span,
.module.mod-style24 h3.mod-title > span{
	border-width: 0;
	padding: 6px 0px;
}
.module.mod-style11 .mod-content,
.module.mod-style12 .mod-content,
.module.mod-style13 .mod-content,
.module.mod-style14 .mod-content,
.module.mod-style15 .mod-content,
.module.mod-style16 .mod-content,
.module.mod-style17 .mod-content{
	border-width: 1px;
	border-style: solid;
	padding: 10px 15px;
}
.module.mod-style18 .mod-content,
.module.mod-style20 .mod-content,
.module.mod-style21 .mod-content,
.module.mod-style22 .mod-content,
.module.mod-style26 .mod-content{
	padding: 10px 15px;
}

/* ---* CUSTOM NAVIGATOR BLOCK *--- */
#oNavigatorBlock {
	border-width: 3px 0 0;
	border-style: solid;
}
#oNavigatorBlock .container{
	
}
#oNavigatorBlock > .container,
#oNavigatorBlock > .container-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
}
#oNavigatorBlock .module{
	margin-bottom: 2px;
}
.custom-socials{
	margin: 0 15px 0 0;
}
.custom-socials.pull-right{
	margin: 0 0 0 15px;
}
.custom-socials .glyphicon,
.custom-socials .fa{
	margin: 0 3px;
}
.custom-socials div.pull-left+div.pull-left{
	border-width: 0 0 0 1px;
	border-style: solid;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.custom-socials div.pull-right+div.pull-right{
	border-width: 0 1px 0 0;
	border-style: solid;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
#oNavigatorBlock .carousel-slide{
	overflow: hidden;
}
@media (max-width: 767px) {
#oNavigatorBlock .carousel-slide{
	/* clear: both; */
}
}

/* ---* CUSTOM TOP BLOCK *--- */
#oTopBlock {
	
}
#oTopBlock .container{
	
}
/* CUSTOM LOGO */
#ot-logo{
	/* text-align: center; */
}
#ot-logo img{
	max-width: 100%;
}

/* ---* CUSTOM MAIN NAVIGATOR BLOCK *--- */
#oMainNavBlock {
	
}
#oMainNavBlock .container{
	
}
#oMainNavBlock > .container,
#oMainNavBlock > .container-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
}

/* CUSTOM MAIN MENU */
ul.menu li{
	padding: 5px 0;
	border-width: 1px 0px 0px;
	border-style: solid;
}
ul.inline li{
	padding: 0 10px;
}
ul.inline li,
.mainmenu ul.menu li,
ul.menu li:first-child{
	border-width: 0px;
	border-style: none;
}
.module.mainmenu {
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}
.mainmenu .otmenu-desk-wrapper {
	/* margin: 0px; */
	font-size: 14px;
	position: relative;
	z-index: 1;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.custom-block{
	display: inline-block;
	margin-bottom: -5px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu {
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .child-menu {
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li {
	z-index: 1000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li + li{
	border-width: 1px 0 0;
	border-style: solid;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn + li.hasColumn{
	border-width: 0;
	border-style: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover {
	z-index: 35000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	border-style: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a{
	margin: 0 10px;
	padding: 10px 0px;
	/* border-width: 0px 0px 1px;
	border-style: solid; */
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
	font-family: PT Sans, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 22px;
	height: 22px;
	border-width: 0px 0px 3px;
	border-style: solid;
	padding: 10px 12px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 > span{
	display: inline-block;
	line-height: 22px;
	height: 22px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .hasChild a.level1:after{
	/* content: "\e114"; */
	content: "\f0d7";
	position: relative;
	top: -3px;
	display: inline-block;
	margin-left: 5px;
	/* font-family: 'Glyphicons Halflings'; */
	font-family: 'FontAwesome';
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > div > a{
	font-weight: bold;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .nav-header{
	font-family: 'Helvetica LT Std Cond';
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 10px 0;
	border-width: 0 0 1px;
	border-style: solid;
}
.mainmenu .otmenu-desk-wrapper .item-desc{
	font-family: 'Helvetica LT Std Cond';
	font-size: 13px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	border-style: none;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	top: 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .hasColumn > div > .submenu-wrap{
	border-width: 0px;
	border-style: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
	top: 45px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i{
	/* padding: 10px 0; */
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i:before,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i:after{
	clear: both;
	content: '';
	display: table;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li{
	margin: 0;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.first > div > a/* ,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn a */{
	border-width: 0;
	border-style: none;
}
.mainmenu .otmenu-desk-wrapper .submenu-column .child-menu li.notColumn:before{
	/* font-family: FontAwesome;
	font-size: 10px;
	content: "\f0da";
	float: left;
	padding: 5px 5px 5px 0; */
}
.mainmenu .otmenu-desk-wrapper .submenu-column .child-menu li > div > a:before{
	font-family: FontAwesome;
	font-size: 8px;
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 10px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li .omg_cover_module img,
.mainmenu .otmenu-desk-wrapper .ot-menu li .omg_cover_module a img {
	max-width: 100%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .omg_cover_module a {
	margin: 0;
	padding: 0;
}
.mainmenu .otmenu-desk-wrapper .omg_cover_module .search{
	margin: 5px 20px;
}
.otmenu-mobile-wrapper .ot-menu.pull-left,
.otmenu-mobile-wrapper .ot-menu.pull-right{
	float: none !important;
}

/* ---* CUSTOM MIDDLE SLIDE BLOCK *--- */
#ot-slide{
	padding: 0;
}

/* ---* CUSTOM BREADCRUMB BLOCK *--- */
#oBreadcrumbBlock{
	/* border-width: 1px 0;
	border-style: solid; */
	margin: 0 0 20px 0;
}
.breadcrumb{
	padding: 0px;
	margin: 10px 0;
	font-size: 13px;
}
.breadcrumb > li {
	border-width: 0;
}
.breadcrumb > li.active {
	padding-right: 5px;
}
.breadcrumb > li > .divider{
	padding: 0 10px;
}
.breadcrumb > li > a{
	padding: 0;
}

/* ---* CUSTOM MIDDLE BLOCK *--- */
#oMiddleBlock{
	border-width: 1px 0;
	border-style: solid;
}
#oMiddleBlock .container{
	/* padding: 30px 0 10px; */
}
#oMiddleBlock .row{
	
}
#oMiddleBlock .module,
#oMiddleBlock .moduletable{
	
}
.custom_banner .moduleItemLeading .k2ItemBlock .moduleItemImage{
	height: 155px;
}

/* ---* CUSTOM MAIN TOP BLOCK *--- */
#oMainTopBlock {
	
}
#oMainTopBlock  .container{
	
}
#oMainTopBlock  > .container,
#oMainTopBlock  > .container-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
}
#oMainTopBlock .module h3.mod-title {
	
}
#oMainTopBlock .module h3.mod-title > span {
	padding: 5px 5px;
	border-width:0 0 0 4px;
}

/* ---* CUSTOM MAIN BLOCK *--- */
#oMainBlock .container{
	
}
#oMainBlock .module{
	
}
#oMainBlock .module .mod-content{
	
}

/* ---* CUSTOM COMPONENT CONTENT *--- */
[class*="img-intro-"] {
	text-align: center;
}
.img-intro-left,
.item-image.pull-left{
	float: left;
	margin-right: 10px;
}
.img-intro-right,
.item-image.pull-right{
	float: right;
	margin-left: 10px;
}
.items-more{
	margin: 20px 0 10px;
}
.componentheading,
.page-header,
.page-title{
	font-family: 'Helvetica LT Std Cond';
	font-size: 24px;
	line-height: 30px;
	padding: 5px 0;
	margin: 0 0 20px;
	border-width: 0 0 5px;
	border-style: solid;
}
.componentheading h2,
.page-header h2,
.componentheading h3,
.page-header h3{
	margin-top: 0;
	margin-bottom: 0;
}
.page-content{
	padding: 0px;
	margin: 0 0 20px;
	clear: both;
}

/* ---* CUSTOM CONTENT MODULE *--- */
.module .item-title a{
	font-weight: bold;
}
.module .list-items li .created{
	display: inline-block;
	font-size: 11px;
	font-style: italic;
}

/* ---* CUSTOM COMPONENT K2 *--- */
.k2AccountPage table tr td label{
	display: inline-block;
	margin: 0 20px 10px 5px;
}
.k2Avatar img{
	overflow: hidden;
}
div.itemListCategory{
	margin: 0 0 20px;
	padding: 0;
	border-width: 0;
	border-style: none;
}
div.itemListCategory h3{
	margin: 0 0 20px;
	padding: 5px 0;
	border-width: 0 0 5px;
	border-style: solid;
}
div.catItemView{
	padding: 0px;
}
.itemContainer,
.userItemView,
div.tagItemView,
.latestItemView{
	margin: 0 0 10px;
}
div.tagItemView{
	border-width: 0;
	border-style: none;
}
.itemListCategoriesBlock,
div.itemListSubCategories{
	margin-bottom: 20px;
}
div.itemListSubCategories h3,
div.latestItemHeader h3{
	margin: 0 0 20px;
	padding: 5px 0;
	border-width: 0 0 5px;
	border-style: solid;
}
div.itemListSubCategories h3,
.itemHeader .itemTitle,
.genericItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.latestItemHeader h3.latestItemTitle a{
	font-family: 'Helvetica LT Std Cond';
	/* font-weight: bold; */
}
.catItemHeader .catItemTitle,
.catItemHeader .catItemTitle a
{	font-family: PT serif;
    line-height: 1.3;
}

div.itemHeader h1.itemTitle{
	font-family: 'Helvetica LT Std Cond', sans-serif;
	/* font-weight: bold; */
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
	/* padding: 5px 0;
	border-width: 0 0 5px;
	border-style: solid; */
	/* text-transform: capitalize; */
}
@media (min-width: 768px){
div.catItemHeader .catItemTitle,
div.latestItemHeader .latestItemTitle,
div.userItemHeader .userItemTitle,
div.tagItemHeader .tagItemTitle{
	margin-top: 5px;
}
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
	font-family: 'Helvetica LT Std Cond',"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 6px 0px;
}
.subCategoryContainer .subCategoryMore{
	display: none;
}
div.itemToolbar ul{
	text-align: left;
}
.itemCommentsCounter{
	border-width: 0 0 5px;
	border-style: solid;
}
.itemCommentsCounter > span{
	/* display: inline-block;
	padding: 7px 15px; */
}
div.itemComments ul.itemCommentsList li{
	border-width: 0 0 1px;
	border-style: solid;
}
div.itemHeader span.itemAuthor{
	display: inline-block;
	/* padding: 0 10px 0 15px; */
}
div.catItemHeader span.catItemAuthor,
.catItemAuthor,
.itemAuthor,
.catItemTagsBlock,
.itemTagsBlock,
.catItemComments,
.itemComments{
	/* padding: 0 10px 0 15px; */
}
ul.itemsList li,
.k2CategoriesListBlock ul li {
	list-style: none;
	padding: 10px 0;
	border-width: 1px 0 0;
	border-style: solid;
}
/* ul.itemsList li a:hover, */
.k2CategoriesListBlock ul li a:hover {
	text-decoration: none;
}
.slide ul.itemsList li,
ul.itemsList li.firstItem,
.k2CategoriesListBlock ul li:first-child{
	border-width: 0;
	border-style: none;
}
.itemAuthorLatest .ot-title,
.itemRelated .ot-title,
.itemVideoBlock .ot-title,
.itemImageGallery .ot-title,
.catItemVideoBlock .ot-title,
.latestItemVideoBlock .ot-title,
.catItemImageGallery .ot-title{
	padding: 5px 10px;
	margin: 0 0 20px;
}
.itemListTags{
	margin: 0 0 20px;
}
div.itemAuthorLatest ul li{
	padding: 10px 2px;
}
div.itemNavigation{
	padding: 10px 8px;
}
span.itemImage img {
  cursor:pointer;
}
/* CUSTOM K2 MODULE */
.k2ItemsBlock {
	
}
.k2ItemBlock {
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
}
ul li .k2ItemBlock {
	padding: 0px;
	margin: 0 0 10px;
}
ul.itemsList li .k2ItemBlock {
	padding: 0px;
	margin: 0px;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured{
	 position: relative;
}
div.itemIsFeatured:after,
div.catItemIsFeatured:after,
div.userItemIsFeatured:after{
	content: "";
    position: absolute;
	display: block;
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
   /*  z-index: -1; */
}
.k2ItemBlock .moduleItemImage{
	overflow: hidden;
	text-align: center;
}
.catItemImage.pull-left,
.itemRelImg.pull-left,
.k2ItemBlock .moduleItemImage.pull-left{
	margin-right: 10px;
}
.catItemImage.pull-right,
.itemRelImg.pull-right,
.k2ItemBlock .moduleItemImage.pull-right{
	margin-left: 10px;
}
.k2ItemBlock .moduleItemTitle{
	/* font-family: 'Helvetica LT Std Cond'; */
	font-weight: normal;
	text-decoration: none;
}
.moduleItemIntrotext,
.moduleItemTitle {
    font-size: 15px;
}

.k2ItemBlock h4.moduleItemTitle,
.k2ItemBlock h4 .moduleItemTitle{
	font-family: 'Helvetica LT Std Cond', Georgia, 'Times New Roman' ;
	font-size: 17px;
}
@media (max-width: 620px){
.catItemHeader h4 {
    font-size: 13pt;
}
}

div.catItemBody,
div.catItemIntroText{
	padding-top: 0;
	padding-bottom: 3px;
}
.catItemInfo,
.latestItemInfo,
.tagItemInfo,
.userItemInfo,
.itemAddition,
.moduleItemAddition{
	font-size: 12px;
	margin: 5px 0 10px;
	/* padding: 5px 0px; */
	text-decoration: none;
}
@media (min-width: 768px){
.catItemInfo,
.latestItemInfo,
.tagItemInfo,
.userItemInfo,
.itemAddition,
.moduleItemAddition{
	margin: -2px 0 1px;
}
}
.catItemInfo.ot-bg,
.latestItemInfo.ot-bg,
.tagItemInfo.ot-bg,
.userItemInfo.ot-bg,
.itemRelated .itemAddition.ot-bg{
	margin: 0 0 10px;
	padding: 5px 10px;
	text-align: right;
}
.itemAddition.ot-bg{
	margin: 0 0 10px;
	padding: 5px 10px;
	text-align: left;
}
@media (min-width: 768px){
.catItemInfo.ot-bg,
.latestItemInfo.ot-bg,
.tagItemInfo.ot-bg,
.userItemInfo.ot-bg,
.itemAddition.ot-bg{
	margin: 0 0 10px;
}
}
.moduleItemAddition.ot-bg{
	margin: 0;
	padding: 5px 10px;
	text-align: right;
}
.catItemInfo.ot-bg .catItemCategory[class*="pull-"],
.latestItemInfo.ot-bg .latestItemCategory[class*="pull-"],
.tagItemInfo.ot-bg .tagItemCategory[class*="pull-"],
.userItemInfo.ot-bg .tagItemCategory[class*="pull-"],
.itemAddition.ot-bg .itemCategory[class*="pull-"],
.moduleItemAddition.ot-bg .moduleItemCategory[class*="pull-"]{
	padding: 2px 2px;
	border-width: 0px 0px 1px;
	border-style: solid;
	display: inline-block;
	font-family:'PT Sans','Helvetica LT Std Cond';
	font-size: 12px;
	/*font-weight: bold;*/
}
.catItemInfo.ot-bg .catItemCategory.pull-left,
.latestItemInfo.ot-bg .latestItemCategory.pull-left,
.tagItemInfo.ot-bg .tagItemCategory.pull-left,
.userItemInfo.ot-bg .tagItemCategory.pull-left,
.itemAddition.ot-bg .itemCategory.pull-left,
.moduleItemAddition.ot-bg .moduleItemCategory.pull-left{
	/* margin: -5px 0px -10px -10px; */
	margin: 0px 10px 5px -10px;
}
.catItemInfo.ot-bg .catItemCategory.pull-right,
.latestItemInfo.ot-bg .latestItemCategory.pull-right,
.tagItemInfo.ot-bg .tagItemCategory.pull-right,
.userItemInfo.ot-bg .tagItemCategory.pull-right,
.itemAddition.ot-bg .itemCategory.pull-right,
.moduleItemAddition.ot-bg .moduleItemCategory.pull-right{
	margin: -5px -10px -10px 10px;
}
.catItemInfo > span + span,
.latestItemInfo > span + span,
.tagItemInfo > span + span,
.userItemInfo > span + span,
.itemAddition > span + span,
.moduleItemAddition > span + span,
.catItemInfo > a + span,
.latestItemInfo > a + span,
.tagItemInfo > a + span,
.userItemInfo > a + span,
.itemAddition > a + span,
.moduleItemAddition > a + span,
.catItemInfo > span + a,
.latestItemInfo > span + a,
.tagItemInfo > span + a,
.userItemInfo > span + a,
.itemAddition > span + a,
.moduleItemAddition > span + a,
.catItemInfo > a + a,
.latestItemInfo > a + a,
.tagItemInfo > a + a,
.userItemInfo > a + a,
.itemAddition > a + a,
.moduleItemAddition > a{
	display: inline-block;
	margin: 0 0 5px 10px;
}
div.tagItemCategory{
	border-width: 0;
	padding: 0;
	margin: 0;
}
div.catItemImageBlock{
	padding: 0px;
}
#itemListLinks div.catItemImageBlock{
	margin: 0 15px 0 0;
}
/* SINGLE LAYOUT */
.k2ItemsBlock.ot-single .moduleItemImage{
	float: left;
	margin: 0;
	width: 100%;
}
.k2ItemsBlock.ot-single .moduleItemOverlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.k2ItemsBlock.ot-single .carousel-inner > .active .moduleItemOverlay {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.k2ItemsBlock.ot-single .carousel-inner > .next .moduleItemOverlay,
.k2ItemsBlock.ot-single .carousel-inner > .prev .moduleItemOverlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
	transform: scale(0);
}
.k2ItemsBlock.ot-single .carousel-inner > .next .moduleItemOverlay,
.k2ItemsBlock.ot-single .carousel-inner > .prev .moduleItemOverlay,
.k2ItemsBlock.ot-single .carousel-inner > .active.left .moduleItemOverlay,
.k2ItemsBlock.ot-single .carousel-inner > .active.right .moduleItemOverlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
	transform: scale(0);
}
.k2ItemsBlock.ot-single .carousel-inner > .next.left .moduleItemOverlay,
.k2ItemsBlock.ot-single .carousel-inner > .prev.right .moduleItemOverlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 767px) {
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{
	font-size: 18px;
}
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{
	display: inline-block;
	padding: 5px;
	margin: 0;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 100%;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemEx{
	margin: 0;
	padding: 10px;
	display: inline-block;
}
.k2ItemsBlock.ot-single .moduleItemOverlay a.moduleItemReadMore{
	display: inline-block;
	padding: 5px 15px;
	margin-top: 10px;
	border-width: 3px;
	border-style: solid;
	font-weight: bold;
}
@media (max-width: 768px) {
	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{
		line-height: 1;
	}
	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{
		line-height: 1;
	}
	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{
		
	}
}
/* ACCORDION LAYOUT */
.ot-accordion .k2ItemBlock{
	border: 0;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0 0 10px;
	padding: 0;
}
.ot-accordion .itemContainer {
	
}
.ot-accordion .itemContainer.panel,
.ot-accordion .latestItemView.panel,
.ot-accordion .k2ItemBlock.panel{
	margin: 0 0 10px;
}
.ot-accordion .itemContainer.panel.col-xs-12,
.ot-accordion .latestItemView.panel.col-xs-12,
.ot-accordion .k2ItemBlock.panel.col-xs-12,
.ot-accordion .itemContainer.panel.col-sm-12,
.ot-accordion .latestItemView.panel.col-sm-12,
.ot-accordion .k2ItemBlock.panel.col-sm-12{
	padding-left: 0;
	padding-right: 0;
}
.ot-accordion .itemContainer .panel-heading,
.ot-accordion .latestItemView .panel-heading,
.ot-accordion .k2ItemBlock .panel-heading{
	padding: 0;
	border-width: 0 0 1px;
	border-style: solid;
}
.ot-accordion .itemContainer .panel-heading .panel-toggle,
.ot-accordion .latestItemView .panel-heading .panel-toggle,
.ot-accordion .k2ItemBlock .panel-heading .panel-toggle,
.ot-accordion .k2ItemBlock .panel-heading .panel-toggle{
	float: left;
	margin: 0;
	padding: 14px;
}
.ot-accordion .itemContainer .panel-heading .catItemTitle,
.ot-accordion .latestItemView .panel-heading .latestItemTitle,
.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle,
.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle{
	font-size: 14px;
	line-height: 20px;
	padding: 14px 10px;
	margin: 0 0 -1px;
	display: block;
	border-width: 0 0 0 1px;
	border-style: solid;
	overflow: hidden;
}
.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle:hover{
	text-decoration: none;
}
.ot-accordion .k2ItemBlock .panel-body{
	/* margin: 20px 0 10px; */
}
/* BLOG LAYOUT */
.ot-blog div.catItemImageBlock{
	/* padding: 0px; */
}
.ot-blog div.catItemVideoBlock{
	padding: 0;
	margin: 0;
}
.ot-blog span.catItemImage img{
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.ot-blog .itemDesc,
.ot-blog .moduleItemDesc{
	overflow: hidden;
}
.ot-blog .catItemBlock{
	overflow: hidden;
}
/* PORTFOLIO LAYOUT */
.ot-portfolio .k2ItemBlock{
	margin: 0 0 15px;
	padding: 0px;
}
.ot-portfolio  div.catItemCategory{
	border-width: 0;
	border-style: none;
	padding: 0;
}
.ot-portfolio  .moduleItemHeader,
.ot-portfolio  .catItemHeader,
.ot-portfolio  .latestItemHeader{
	/* padding-bottom: 10px; */
}
.ot-portfolio  .moduleItemDesc,
.ot-portfolio  .catItemDesc,
.ot-portfolio  .latestItemDesc,
.ot-portfolio  .itemRelDesc{
	padding-top: 10px;
	padding-bottom: 10px;
}
.itemListTags .navbar-nav > li > .catItemTag{
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	border-width: 0;
	border-style: none;
}

.catItemTags,
ul.userItemTags li a,
.itemTags,
.moduleItemTags{
	margin: 10px 0;
	font-size: 12px;
	font-style: italic;
}
.moduleItemReadMore{
	padding: 2px 10px 4px;
}
.moduleItemReadMore,
a.k2ReadMore{
	display: inline-block;	
	/* margin: 10px 0; */
	margin: 0 0 20px;
}
.moduleItemReadMore:hover,
a.k2ReadMore:hover{
	/* text-decoration: none; */
}
.itemRelReadmore{
	padding: 7px;
}
div.k2TagCloudBlock a{
	margin: 5px;
}
.k2LatestCommentsBlock .itemsList,
.k2TopCommentersBlock .itemsList{
	padding: 0;
}
.k2LatestCommentsBlock.carousel .itemsList li,
.k2TopCommentersBlock.carousel .itemsList li{
	padding: 0;
	text-align: center;
}
.k2LatestCommentsBlock.carousel .itemsList li > div,
.k2TopCommentersBlock.carousel .itemsList li > div{
	padding: 15px;
}
.k2LatestCommentsBlock .carousel-indicators,
.k2TopCommentersBlock .carousel-indicators{
	position: relative;
	bottom: 0;
}
.k2LatestCommentsBlock .carousel-indicators li,
.k2TopCommentersBlock .carousel-indicators li{
	margin: 0;
	border-width: 0;
	border-style: none;
	width: 12px;
	height: 12px;
	position: relative;
}
.k2LatestCommentsBlock .carousel-indicators li.active:before,
.k2TopCommentersBlock .carousel-indicators li.active:before{
	border-width: 10px;
	border-style: solid;
	position: absolute;
	content: " ";
	top: -14px;
	left: -4px;
}
.k2LatestCommentsBlock ul li .lcAdditionInfo{
	text-align: right;
	margin: 10px 10px 0 0;
}
.k2LatestCommentsBlock.carousel ul li .lcAdditionInfo{
	text-align: center;
}
.k2LatestCommentsBlock ul li span.lcUsername{
	
}

/* CUSTOM OMG K2 CONTENT MODULE */
.moduleCategories{
	font-family:'PT Sans','Helvetica LT Std Cond';
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
}
.moduleCategories .moduleCategory{
	padding: 7px 15px;
	display: inline-block;
	text-decoration: none;
}
.moduleCategories .moduleCategory.active{
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	border-width: 0 0 4px;
	border-style: solid;
}

.subCategoryImage,
.catItemImage,
/* .itemImageBlock,
a.modal, */
.latestItemsCategoryImage,
.latestItemImage,
.tagItemImage,
.userItemImage,
.itemRelImg,
.genericItemImageBlock,
.k2AccountPageImage,
[class*="img-intro-"],
.k2Avatar,
.moduleItemAuthorAvatar,
.moduleItemImage,
.random-image{
	display: block;
	overflow: hidden;
}
.subCategoryImage img,
.catItemImage img,
/* .itemImageBlock img,
a.modal img, */
.latestItemsCategoryImage img,
.latestItemImage img,
.tagItemImage img,
.userItemImage img,
.itemRelImg img,
.genericItemImageBlock img,
.k2AccountPageImage img,
[class*="img-intro-"] img,
.k2Avatar img,
.moduleItemAuthorAvatar img,
.moduleItemImage img,
.random-image img{
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.subCategoryImage img:hover,
.catItemImage img:hover,
/* .itemImageBlock img:hover,
a.modal img:hover, */
.latestItemsCategoryImage img:hover,
.latestItemImage img:hover,
.tagItemImage img:hover,
.userItemImage img:hover,
.itemRelImg img:hover,
.genericItemImageBlock img:hover,
.k2AccountPageImage img:hover,
[class*="img-intro-"] img:hover,
.k2Avatar img:hover,
.moduleItemAuthorAvatar img:hover,
.moduleItemImage img:hover,
.random-image img:hover{
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

/* CUSTOM COMPONENT FINDER */
#finder-filter-select-list{
	list-style: none;
}

/* CUSTOM COMPONENT CONTACT */
.page-contact{
	
}
.page-contact .ot-title{
	padding: 5px 0;
	border-width: 0 0 1px;
	border-style: solid;
}
form#contact-form{
	margin: 0 0 20px;
}

/* CUSTOM OFFLINE PAGE */
.ot-offline #oTopBlock{
	padding: 15px 0 55px;
	margin: 0;
}
.ot-offline #offline{
	padding: 15px 0;
}
.ot-offline #offline #form-login{
	margin: 15px 0;
}

/* ---* CUSTOM LEFT - RIGHT MODULE *--- */
.custom_catname{
	padding: 15px 0;
}

/* CUSTOM LEFT - RIGHT MENU */
.module ul.menu ul{
	/* padding: 10px 0 10px 5px;
	margin: 0px;
	border-width: 1px 0px;
	border-style: solid; */
}
.module ul.menu li + li{
	padding: 0px;
	border-width: 1px 0px 0px;
	border-style: dotted;
}
.module ul.menu li > a,
.module ul.menu li > div > a{
	/* padding: 5px 10px 5px 20px; */
	display: block;
}
.module ul.menu li a:hover{
	text-decoration: none;
}
.module ul.menu li li a{
	margin: 0 2px;
	padding: 3px 10px 3px 20px;
}

/* ---* CUSTOM BOTTOM BLOCK *--- */
#oBottomBlock{
	border-width: 5px 0 0;
	border-style: solid;
}
#oBottomBlock h3.mod-title{
	border-width: 0 0 5px;
	border-style: solid;
	font-weight: normal;
}
#oBottomBlock h3.mod-title > span{
	padding: 10px 0px;
	border-width: 0;
}
#oBottomBlock ul li{
	
}
#oBottomBlock ul li:first-child{
	
}
/* #oBottomBlock ul.itemsList li a, */
#oBottomBlock .k2CategoriesListBlock ul li a{
	text-decoration: none;
}
/* CUSTOM SUBSCRIBE */
.custom_subscribe{
	
}
.custom_subscribe .input-group .form-control:first-child,
.custom_subscribe .input-group .btn{
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	font-family: 'Helvetica LT Std Cond';
}
.custom_subscribe .input-group .form-control{
	font-weight: lighter;
}
.custom_subscribe .input-group .btn{
	margin-left: -3px;
}

/* ---* CUSTOM FOOTER BLOCK *--- */
#oFooterBlock {
	
}
#oFooterBlock > .container,
#oFooterBlock > .container-fluid{
	padding-top: 0px;
	/* padding-bottom: 0px; */
}
#oFooterBlock .module{
	margin-bottom: 0;
}
#oFooterBlock  h3.mod-title{
	font-size: 18px;
}
#oFooterBlock  ul.menu li{
	border-width: 0px;
	border-style: none;
	padding-top: 0px;
}
.copyright{
	padding: 10px 0px;
}
@media (min-width: 767px) {
.copyright{
	margin-top: -20px;
}
}
#oFooterBlock .gotop{
	border-width: 1px 0 0;
	border-style: solid;
	font-family: 'Helvetica LT Std Cond';
	text-align: right;
}
.gotop a{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}


/* ---* CUSTOM READMORE *--- */
a.readmore{
	display: inline-block;
	padding: 2px 10px 4px;
	margin: 10px 0;
}
a.readmore:hover{
	text-decoration: none;
	cursor: pointer;
}

/* ---* CUSTOM STYLE SWITCHER *--- */
#style-switcher{
	
}

/* ---* CUSTOM TABS *--- */
.navbar,
.nav-tabs{
	margin: 0;
	padding: 0;
}
.navbar{
	overflow: hidden;
}
.navbar .divider-vertical{
	margin: 0px;
}
.navbar .nav > li > a{
	margin: 0;
	text-transform: capitalize;
}
.nav-tabs{
	/* padding: 0 20px;
	border-width: 0; */
}
.nav-tabs > li{
	
}
.nav-tabs > li > a{
	/* font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 3px 0 0 1px;
	padding: 8px 15px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; */
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus{
	
}
.tab-content{
	overflow: visible;
	clear: both;
	padding: 20px 15px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.noborder .tab-content{
	/* padding: 20px 0px 0px; */
}

.tab_style1 .nav-tabs > li > a,
.tab_style2 .nav-tabs > li > a{
	font-size: 12px;
	text-transform: uppercase;
}
.tab_style1 .nav-tabs > li > a{
	font-family: 'Helvetica LT Std Cond';
}
.tab_style1 .nav-tabs > .active > a,
.tab_style1 .nav-tabs > .active > a:hover,
.tab_style1 .nav-tabs > .active > a:focus{
	/* text-shadow: 1px 0px 0px #FFFFFF; */
}

/* ---* CUSTOM SLIDE *--- */
ul.carousel-inner{
	margin: 0px;
	padding: 0px;
}
.carousel-inner > .item {
	/* -webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; */
}
.carousel-inner > .active {
    left: 0;
    top: 0;
}
.carousel-vertical .carousel-inner > .item{
	-webkit-transition: top 0.6s ease-in-out 0s;
	-moz-transition: top 0.6s ease-in-out 0s;
    transition: top 0.6s ease-in-out 0s;
}
.carousel-vertical .carousel-inner > .next,
.carousel-vertical .carousel-inner > .prev {
    left: 0;
}
.carousel-vertical .carousel-inner > .next,
.carousel-vertical .carousel-inner > .active.right {
    left: 0;
    top: 100%;
}
.carousel-vertical .carousel-inner > .prev,
.carousel-vertical .carousel-inner > .active.left {
    left: 0;
    top: -100%;
}
.carousel-vertical .carousel-inner > .next.left,
.carousel-vertical .carousel-inner > .prev.right {
    top: 0;
}
.carousel-fade .carousel-inner > .item{
	-webkit-transition: opacity 0.6s ease-in-out 0s;
	-moz-transition: opacity 0.6s ease-in-out 0s;
    transition: opacity 0.6s ease-in-out 0s;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev {
    left: 0;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
    opacity: 0;
}
.carousel-fade .carousel-inner > .next.left,
.carousel-fade .carousel-inner > .prev.right {
    opacity: 1;
}
.carousel-caption h4{
	
}
.carousel-control.control-box{
	padding: 8px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: auto;
	bottom: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	margin-bottom: -20px;
}
[class*="control-group-"],
[class*="control-group-"] .carousel-control{
	position: relative;
}
[class*="control-group-"] .carousel-control{
	margin: 0;
}
.control-group-xs{
	width: 20px;
	margin: 10px 0;
}
.carousel-vertical .control-group-xs{
	width: 10px;
	margin: -10px 10px 0;
	position: absolute;
	left: 0;
	top: 50%;
}
.carousel-vertical .carousel{
	padding-left: 30px;
}
.carousel-vertical .carousel-inner{
	
}
.control-group-xs .carousel-control.control-box {
	width: 8px;
	height: 8px;
	line-height: 8px;
	font-size: 14px;
	padding: 0px;
	text-shadow: none;
	display: block;
}
.control-group-xs .carousel-control.control-box > .glyphicon,
.control-group-xs .carousel-control.control-box > .fa {
	width: 8px;
	height: 8px;
	line-height: 8px;
}
.carousel-control.control-box.control-top{
	top: auto;
	bottom: 100%;
}
.carousel-control.control-box.control-bottom{
	top: auto;
	bottom: 0;
}
.carousel-control.control-box.control-middle{
	/* top: auto;
	bottom: 50%; */
}
.carousel-control.control-box [class*="glyphicon-"],
.carousel-control.control-box [class*="icon-"]{
	position: static;
	margin: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
}
.carousel-control.control-sm{
	margin-bottom: -17px;
}
.carousel-control.control-sm,
.carousel-control.control-sm [class*="glyphicon-"],
.carousel-control.control-sm [class*="icon-"] {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
}
.carousel-control.control-lg{
	margin-bottom: -23px;
}
.carousel-control.control-lg,
.carousel-control.control-lg [class*="glyphicon-"],
.carousel-control.control-lg [class*="icon-"] {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
}
.carousel-control-group{
	position: absolute;
	bottom: 0;
	right: 0;
}
.carousel-control-group.top{
	/* bottom: auto;
	top: 0; */
	bottom: 100%;
	margin: 0 0 15px;
}
.carousel-control-group.left{
	left: 0;
	right: auto;
}
.carousel-control-group .carousel-control{
	position: relative;
	margin: 1px;
}

.carousel-inner > .item{
	margin: 0;
	overflow: hidden;
}
.carousel-inner > .item .oeffect{
	position: relative;
}
.carousel-inner > .item.active .oactive{
	
}
.carousel{
	/* z-index: 0; */
}
.ot_slidenav.carousel-indicators{
	display: inline-block;
	left: auto;
	right: 15px;
	top: auto;
	bottom: 80px;
	margin: 0;
	width: auto;
}
.ot_slidenav.carousel-indicators li{
	width: 14px;
	height: 14px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.ot-indicators{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	text-align: center;
}
.ot-indicators .carousel-indicators{
	position: static;
	display: inline-block;
	margin: 0 auto;
}
.ot_indicators .carousel-indicators{
	top: -30px;
	right: 0px;
}
.carousel-indicators li{
	/* margin: 4px; */
}
.carousel-indicators li.ot-square {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{
	
}
.ot-slidenav{
	text-align: center;
	padding: 10px 0px;
}
.ot-slidenav .carousel-control{
	position: static;
	display: inline-block;
	border: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.ot-slidenav .carousel-control:hover,
.ot-slidenav .carousel-control:focus{
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* ---* CUSTOM TEMPLATE CONTROL *--- */
.btn_cog{
	display: inline-block;
	width: 35px;
	height: 35px;
}

/* ---* CUSTOM LAYOUT *--- */
.ot-hr{
	border-width: 0 0 5px;
	border-style: solid;
	margin: 20px 0;
}
.ot-sep-vert + .ot-sep-vert{
	border-width: 0 0 0 1px;
	border-style: solid;
}
.bor0{
	border-width: 0;
}
.bor_top0{
	border-top-width: 0;
}
.bor_right0{
	border-right-width: 0;
}
.bor_bot0{
	border-bottom-width: 0;
}
.bor_left0{
	border-left-width: 0;
}
.bor_top{
	border-top: 1px solid #EEEEEE;
}
.bor_right{
	border-right: 1px solid #EEEEEE;
}
.bor_bot{
	border-bottom: 1px solid #EEEEEE;
}
.bor_left{
	border-left: 1px solid #EEEEEE;
}
.padd0{
	padding: 0;
}
.padd-left0{
	padding-left: 0;
}
.padd-right0{
	padding-right: 0;
}
.padd-top0{
	padding-top: 0;
}
.padd-bottom0{
	padding-bottom: 0;
}
.marg0{
	margin: 0;
}
.marg22{
margin-bottom: 2px;
margin-top: 2px;
}

.marg-left0{
	margin-left: 0;
}
.marg-right0{
	margin-right: 0;
}
.marg-top0{
	margin-top: 0;
}
.marg-bottom0{
	margin-bottom: 0;
}

/* CUSTOM EFFECT APPEAR */
.oeffect{
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

/* CUSTOM SCROLL APPEAR */
.ot-scroll-disappear{
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
    -webkit-transform: translate(0px, 25px);
    -moz-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    -o-transform: translate(0px, 25px);
    transform: translate(0px, 25px);
    -webkit-transition: all 750ms ease 0s;
    -moz-transition: all 750ms ease 0s;
    transition: all 750ms ease 0s;
}
.ot-scroll-appear{
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 750ms ease 0s;
    -moz-transition: all 750ms ease 0s;
    transition: all 750ms ease 0s;
}

/* 1-FRONTS */
.qout22 {
    padding: 10px;
    margin: 5px 0px;
    border-left: 10px solid #d2ecea;
    background: #eef4f4;
    overflow: auto;
}

.qout23 {
    padding: 10px;
    margin: 5px 0px;
    border-left: 10px solid #7757574a;                     
    background: #f1f0dd;
    overflow: auto;
} 	
.qout231 {
    padding: 10px;
    margin: 5px 0px;
    border-left: 10px solid #d8dae0;
    background: #ebf1f5;
    font-size: 14px;
    line-height: normal;}
.qout234 {
    padding: 10px;
    margin: 10px 0px;
    border-left: 10px solid #a79e9e4a;
    background: #efefef;
    font-size: 14px;
    line-height: normal;}
		 
.qout24 {padding: 7px;
         margin: 1px;
	     background: #f5f9d7;}
.qout241  
        {padding: 5px 2px;
         background: #f1f0dd;}		 
		 
.qout25{padding: 5px;
         margin: 10px;
         border-left: 14px solid #f39a6a; 
		 background-color: #65a78b;
         font-size: 15pt; 
		 line-height: 2;
         color:#fafdfc; 
         font-weight:bold}
.qout251{
	     padding: 3px 5px;
         display: inline-block;
         border-bottom: 8px solid #e0d3b0;
         background-color: #666666;
         font-size: 13pt; 
	     color:#fffbe6;
         font-weight:bold}
		 
.qout252{
	     padding: 3px 2px;
         border-width: 1px;
         border-style: solid;
         display: block;
         border-color: #666666;
		 border-radius: 3px;
         background-color: #468b7f;
         font-size: 12pt; 
	     line-height: 2;
         color:#fffece;
		 text-transform: uppercase;
		 text-align: center;
         font-weight:bold}	

.qout12 {padding: 15px;
         margin: 5px;
		 font-style: italic;
		 border-top: 3px #f45c09 dashed;
		 border-bottom: 3px #f45c09 dashed;}

.qout14 {float: right;
         width: 250px;
         padding: 5px;
         margin: 10px;
         background: #f9f9f7;
         font-style: italic;
		 color: #000000;
		 font-size: 10pt;}
		 
.qout11, .qout15 {
  float: right;
  width: 250px;
  padding: 10px;
  margin: 7px;
  font-size: 14px;}

.qout15 {
  background: #e8f7f7;}

.qout11 {
  border: 9px #e1efe8 solid;}

@media (max-width: 600px) {
.qout11, .qout15 {
  float: none;
  margin: 7px auto;}
}  

.mod65 {margin-bottom: 0px;
       text-align: center;
	   }	

.qout27 {padding: 15px;
         margin: 5px;
		 display: inline-block;
         border: 4px #40BBB4 double;}
		 
.qout271 {padding: 15px;
     margin: 5px;
	 display: inline-block;
     border: 5px #40BBB4 dotted;}		 
		 
.qout272 
    {padding: 7px;
     margin: 2px;
     display: inline-block;
     border: 1px #40BBB4 solid;
}
.qout272:before  
    {
    content: "\f0ac";
    color: #999;
    font-family: "FontAwesome";
  	margin-right:4px
}

.qout41  
{
    padding: 3px 2px;
    border-bottom-width: 7px;
    border-style: outset;
    border-color: #69c1a7;
    border-radius: 5px;
    background-color: #f2fffd;
    font-size: 13pt;
    color: #44443b;
    text-align: center;
    font-weight: bold;
}

.qout32 {
    background-image: url(/images/vas/lines/line1.png);
    background-repeat: no-repeat;
    background-position: bottom;
   padding-bottom: 25px;
}
.qout321 
{  background-image: url(/images/vas/lines/line1.png);
    background-repeat: no-repeat;
    background-position: bottom;
   padding-bottom: 15px;
}
.qout32 hr 
{ border: none; 
background-color: grey; 
height: 2px; }

	 
.qout121 {
         padding: 5px;
         margin: 15px;
		 display: inline-block;
         border-bottom: 3px #40BBB4 dashed;
         font-weight:bold;
}
.qoutnew12 {                                     
    padding: 5px;
    margin: 10px;
    font-style: italic;
    border-bottom: 6px #ceecdb dashed; 
}

.qoutnew121 {                 
    padding: 5px;
    margin: 10px;
    font-style: italic;
    border-bottom: 6px #f5c4aa solid;
    border-top: 6px #ceecdb solid;
}


.print11
{text-transform: uppercase; 
font-family: 'Georgia','PT Sans','Helvetica LT Std Cond'; 
font-size: 10pt; 
color:#000000; }

.print12{
font-size: 14pt; 
color:#222525; 
font-weight:bold;
}
.printfon12{
font-size: 14pt; 
color:#222525; 
padding: 5px;
background: #f3f19670;}

.print14{
font-size: 14pt; 
color:#0ac3ab; 
font-weight:bold;
}

.print15 {
text-transform: uppercase; 
font-size: 12pt; 
color: #222525;
}

.printnew11
{text-transform: uppercase; 
font-family: 'Georgia','PT Sans','Helvetica LT Std Cond'; 
font-size: 10pt; 
color:#000000; 
 border-left: 15px solid #f7f6b6;   
}

.printnew15 {     
    text-transform: uppercase;
    font-size: 12pt;
    color: #0ac3ab;
}

.printnew16 {       
    text-transform: uppercase;
    font-family: 'Georgia','PT Sans','Helvetica LT Std Cond';
    font-size: 10pt;
    border-bottom: 2px solid #c3e4d7;
}

.titlecrs2 {
font-style: italic;
font-family: Helvetica,Arial,sans-serif;
font-size: 20px;
 }

.printnew18{
padding: 10px 0 2px 0;    
font: 19px/1.273 "Franklin Gothic Demi",Helvetica,Arial,sans-serif; }

.printnew19 {
font-family: 'Georgia','PT Sans';
font-size: 18pt;
color: #55615f;
}

.print41 {   
  color: #18bf87;
  font-style: italic;
  font-size: 9pt;
}

.fontup10 
{
    font-size: 14pt;
    font-weight: 600;
    border-bottom: 3px solid #18bf87;   
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 3px; 
}


.letter1  
{  padding: 5px;
   font-family: Arial, 'PT Sans';
   font-size: 40px;
   color: #5f5f57;
   background-color: #dbd497;
}
.letter2  
{  padding: 5px;
   font-family: Arial, 'PT Sans';
   font-size: 40px;
   color: #f8fac6;
   background-color: #589387;
}
.letter3  
{  padding: 5px;  
   font-family: Arial, 'PT Sans';
   font-size: 40px;
   color: #f8fac6;
   background-color: #ed7071;
}
.letter4 
{  font-family: Arial, 'PT Sans';
   font-size: 60px;
   color: #21c2a9;
   font-weight:bold;
}
.brands a{
    color: #674242;
}
.brands a:hover,
a:focus,
a:active {
    color: #F26522;
}

.titlegrey1 {
    text-align: center;
    padding: 7px 5px;
    display: inline-block;
    border-radius: 7px;
    background-color: #666666;
    font-size: 14pt;
    color: #fffee0;
    font-weight: bold;
    margin-bottom: 10px;
}

.bkggreen1 {
background-color: #7ac1a5;
}

.bkgblue1 {
background-color: #7ac0c1;
}

.titlefit1 {
    padding: 10px 0 4px 0;
    color: #18bf87;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.titlefit2 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid #18bf87;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px; 
    padding-bottom: 3px;
}


/* 2-EELEMENTS */

.badge {
    padding: 8px 8px;
    font-size: 14px;
}

.badge11 {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #019b87;
    border-radius: 10px;
}

.badge22 {
    display: inline-block;
    min-width: 10px;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #0e0d0d;
    text-align: center;
    vertical-align: baseline;
    background-color: #cdebe9;
    border-radius: 10px;
}


.diskyell {
 width:46px;
 height:46px;
 display:block;
 border-radius:23px;
 -moz-border-radius:23px;
 -webkit-border-radius:23px;
 -khtml-border-radius:23px;
 font-size:23px; 
 color:#1f1f1c;
 line-height:46px;
 text-align:center;
 background:#edeca2;
}
p.diskyell {margin-left: auto;
    margin-right: auto;}
	
.diskyell2 {
 width:44px;
 height:44px;
 display:block;
 border-radius:50%;
 -moz-border-radius:50%;
 -webkit-border-radius:50%;
 -khtml-border-radius:50%;
 font-size:30px; 
 color:#ffffff;
 line-height:44px;
 text-align:center;
 background:#e5d27f;
}
p.diskyell2 {margin-left: auto;
 margin-right: auto;}
	
.diskblu1 {
 width: 36px;
 height: 36px;
 display: block;
 border-radius: 19px;
 font-size: 19px;
 color: #ffffff;
 line-height: 36px;
 text-align: center;
 background: #7d92b7
}

p.diskblu1 {margin-left: auto;
 margin-right: auto;}
	
	
/*КОЛОНКИ*/	

.twocolumn {
padding-bottom:10px; /*отступ снизу*/
width:100%; /*указываем общую ширину блока с колонками*/
text-align:left; /*выравнивание текста внутри колонок*/
column-count: 2; /*количество колонок, на которое хотим разбить текст*/
-moz-column-count: 2; /*для мозилы*/
-webkit-column-count: 2; /*для webkit браузеров*/
column-gap: 25px; /*отступ между колонками*/
-moz-column-gap: 25px;
-webkit-column-gap: 25px;
column-rule: 1px dotted #909b9b; /*если требуется по дизайну, разделяем колонки линией*/
-moz-column-rule: 1px solid #909b9b;
-webkit-column-rule: 1px dotted #909b9b;
}
.twocolumn img{
width: 100%;
height: auto;
}

@media (max-width: 400px) {
.twocolumn {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  }
}
.twocolumn2 {
padding-bottom:10px; /*отступ снизу*/
width:100%; /*указываем общую ширину блока с колонками*/
text-align:left; /*выравнивание текста внутри колонок*/
column-count: 2; /*количество колонок, на которое хотим разбить текст*/
-moz-column-count: 2; /*для мозилы*/
-webkit-column-count: 2; /*для webkit браузеров*/
column-gap: 20px; /*отступ между колонками*/
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
column-rule: 1px dotted #909b9b; /*если требуется по дизайну, разделяем колонки линией*/
-moz-column-rule: 1px solid #909b9b;
-webkit-column-rule: 1px dotted #909b9b;
}
.twocolumn2 img{
width: 48%;
height: auto;
}
@media (max-width: 400px) {
.twocolumn2 {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  }
}
.twocolumn3 
{
padding-bottom:10px; 
width:100%; /*указываем общую ширину блока с колонками*/
text-align:left; /*выравнивание текста внутри колонок*/
column-count: 2; /*количество колонок, на которое хотим разбить текст*/
column-gap: 20px; /*отступ между колонками*/
column-rule: 1px dotted #909b9b; /*если требуется по дизайну, разделяем колонки линией*/
}


@media (max-width: 400px) {
.twocolumn3 {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  }
}

.threcolumn3  
{
padding-bottom:10px; 
width:100%; 
text-align:left; 
column-count: 3; 
column-gap: 20px; 
column-rule: 1px dotted #909b9b; 
}

@media (max-width: 400px) {
.threcolumn3 {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  }
}

.news2 img {
display: block;
max-width: 100%;
height: auto;
}

/* Fons frame*/

.bordrond1  {
         margin: 10px 10px;
         padding: 40px 40px;
         background: #edf9f5;
         border: 2px dashed #36bd9c;
         border-radius: 100px;
}

.fon1{ padding: 15px 15px;
    color: #fffcf0;
    vertical-align: baseline;
    background-color: #826868;
}

.fon2 { padding: 15px 15px;
    color: #fffcf0;
    vertical-align: baseline;
    background-color: #737171;
}
.fondv10 
{ padding: 15px 15px;
  background-color: #f1f1f3;  
 }
.fondv11  
{ padding: 10px 10px;
  background-color: #d2e2cc;   
}
.fondv11 hr {border-top: 1px solid #6a6d68;}

.fondv12  
{ padding: 10px 10px;
  background-color: #e5ecd1;
}
.fondv12 hr {border-top: 1px solid #6a6d68;}
 
.fondv14  
{ padding: 10px 10px;
  background-color: #f3f2dd;
}
.fondv14 hr {border-top: 1px solid #6a6d68;}

.fondv15  
{ padding: 10px 10px;
  background-color: #f0f0c1;
}

.fondv16  
{ padding: 10px 10px;
  background-color: #e8eeef;
}

.fondv21  {                        
    padding: 15px 10px;
    background-color: #d2e2cc;
    border-left: 20px solid #f1bc9f;
    border-right: 20px solid #f1bc9f;
}

.fondv21 a, a:active, a:hover, .gotop a:hover 
{
    color: #252424;
    font-size: 16px;
    text-decoration: underline;
    }

.fondv21 a:hover
{
   color: #F26522;
}

.fondv22 {
    padding: 15px 10px;
    background-color: #edeca2;
    border-left: 20px solid #afceb5;
    border-right: 20px solid #afceb5;
}
.fondv23  {
    padding: 15px 10px;
    background-color: #e4f7f0;
    border-left: 15px solid #c8e2d8;
    border-right: 15px solid #c8e2d8;
}

.fondv24 {
    padding: 15px 10px;
    background-color: #dfecc8;
    border-left: 20px solid #e2d4c8;
    border-right: 20px solid #e2d4c8;
}

.fondv25 {
    padding: 15px 10px;
    background-color: #96c3a3;
    border-left: 10px solid #d4cfc0;
    border-right: 10px solid #d4cfc0;
    color: white;
}

.fondv22 a:before,
.fondv23 a:before {
    content: "\f1ea";
    color: #999;
    font-family: "FontAwesome";
    margin-right: 7px
}
.fondv22 a,
.fondv23 a,
.fondv24 a,
.fondv31 a,
.fondv33 a,
.fondv25 a {
    color: #4d5250;
    text-decoration: underline;
}
.fondv33 {
    padding: 5px 10px;
    border-left: 20px solid #c8e2d8;
}
.fondv31 {
    padding: 5px 10px;
    border-left: 20px solid #f1bc9f;
}

	 
/*Рамка широк}*/
.frametxt11  
{
border: 8px solid #a9dac5;
padding: 25px 30px;
text-align: center;
background: #fff; }

.frametxt12  
{
border: 10px solid #f1f0dd;
padding: 15px;
}

.frametxt13  
{
border: 15px solid #a9dac5;
}

.frametxt14  
{
border: 15px solid #d4cfc0;
}

.frametxt15  
{
border: 10px solid #e2d4c8;     
padding: 15px;
}

.frametxt16  
{
border: 10px solid #f1bc9f;   
padding: 15px;
}

.frametxt17 {
    border: 10px solid #c8e2d8;
    padding: 15px;
}

.frametxt18 {
border: 7px solid #ffe6e3;
outline: 10px solid #c6e7ea;
padding: 15px;
}

.frametxt21
{
padding: 15px;
border: 10px solid #deefee;
border-image: 3 repeating-linear-gradient(45deg, #a7cecc, #a7cecc 10px, transparent 10px, transparent 10px, #f1cdae 20px, #e4cab3 10px,transparent 30px, transparent 10px);
}

.frametxt22 {
border: 10px solid #deefee;
border-image: 7 repeating-linear-gradient(48deg, #8fe1ec, #96ddec 17px, transparent 5px, transparent 5px, #b4da97 30px, #f7cee6 30px,transparent 45px, transparent 30px);
padding: 15px;
}

.frametxt23 {
border: 10px solid #deefee;
border-image: 7 repeating-linear-gradient(48deg, #9ededa, #97cac2 17px, transparent 5px, transparent 5px, #ef8bb9 28px, #e88aaf 5px,transparent 40px, transparent 5px);
padding: 15px;
}

.frametxt24 {
border: 10px solid #deefee;
border-image: 7 repeating-linear-gradient(48deg, #9ededa, #97cac2 17px, transparent 5px, transparent 5px, #ef8bb9 28px, #e88aaf 5px,transparent 30px, transparent 5px);
padding: 15px;
}

.frametxt25 {
border: 12px solid #deefee;
 border-image: 5 repeating-linear-gradient(45deg, #b2ece6 12px , #d8d1ef 25px, transparent 28px, transparent 25px, #f5d7dc 25px, #f5d7dc 35px,transparent 38px, transparent 30px);
padding: 15px;
}

.frametxt26 {
border: 12px solid #deefee;
border-image: 5 repeating-linear-gradient(48deg, #ccc9d6 12px , #ccc9d6 25px, transparent 28px, transparent 25px, #f5d7dc 25px, #f5d7dc 35px,transparent 38px, transparent 30px);
padding: 15px;
background: #f9f6f6;
}


/*Текст иконки*/
.titleup11 
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border-bottom: 3px solid #83dab5;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 3px; }
	
.titlecrs1
{
font-style: italic;
font: 15pt PT Sans; }
	

.icn11:before  
    {
    content: "\f0ac";
    color: #999;
    font-family: "FontAwesome";
    font-size: 14pt;
	margin-right:7px;
}
.icn12:before  
    {
    content: "\f16a";  
    color: #999;
    font-family: "FontAwesome";
    font-size: 14pt;
    margin-right:7px;
}
.icn14:before    {
    content: "\f167";  
    color: #999;
    font-family: "FontAwesome";
    font-size: 14pt;
    margin-right:7px;
}
.icn15 a:before {
    content: "\f16a";  
    color: #999;
    font-family: "FontAwesome";
    font-size: 14pt;
    margin-right:7px;
}
.icn16 a:before {
    content: "\f144";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.zt-grid1 ul li:before{
    content: " " !important;
    font-size: 0px !important;
   padding: 1px;
}


 /*Таблицы*/
 
table img{
  width: 100% ;
  height: auto ;
 }

/*table img{
width: 100%;
height: 100%;
}*/ 
 
@media (max-width: 1200px) {
.tbscrol {
   overflow-x: auto;
   display: block;
 }
}
.tblbase1 {
    width: 100%; 
    border-spacing: 7px;
    border-collapse: separate;
}
.tblbase1 td, th {
    padding: 12px 5px;
}


.zebra1 tbody tr:nth-child(odd) {
background-color: #e1f1f0;
  }
.zebra1 tbody tr:nth-child(even) {
background-color: #f7f6f1;
 }

.zebra2 tbody tr:nth-child(odd) {
background-color: #cbecd461;
 }
.zebra2 tbody tr:nth-child(even) {
background-color: #fdf9ef70;
 }
.zebra3 tbody tr:nth-child(odd) { 
background-color: #cbe6e5; 
  }
.zebra3 tbody tr:nth-child(even) {
background-color: #f7f6f1;
  }

.zebra4 tbody tr:nth-child(odd) { 
background-color: #e4f0ea; 
  }
.zebra4 tbody tr:nth-child(even) {
background-color: #f3f2ec;
  }
.zebra4 td {
padding-top: 15px; 
} 

.zebra5 tbody tr:nth-child(odd) { 
background-color: #e4f0ea; 
  }
.zebra5 tbody tr:nth-child(even) {
background-color: #f6f0e0;
  }
.zebra5 td {
padding-top: 15px; 
}

.zebra6 tbody tr:nth-child(odd) { 
background-color: #e4ecdb; 
  }
.zebra6 tbody tr:nth-child(even) {
background-color: #f3e7cb;
  }
.zebra6 td {
padding-top: 15px; 
}

.zebra7 tbody tr:nth-child(odd) { 
background-color: #efe8ee; 
  }
.zebra7 tbody tr:nth-child(even) {
background-color: #eaf5ef;
  }
 .zebra7 td {
padding-top: 15px; 
} 

.zebra8 tbody tr:nth-child(odd) { 
background-color: #c5e4d5; 
  }
.zebra8 tbody tr:nth-child(even) {
background-color: #f3f2dd;
  }
.zebra8 td {
padding-top: 15px; 
}

.zebra9 tbody tr:nth-child(odd) { 
background-color: #cbddec61; 
  }
.zebra9 tbody tr:nth-child(even) {
background-color: #f9f7f470;
  }
  
.zebra10 tbody tr:nth-child(odd) { 
background-color: #eef0f5; 
  }
.zebra10 tbody tr:nth-child(even) {
background-color: #d6dce2;
}

.zebra11 tbody tr:nth-child(odd) { 
background-color: #f3f1ea; 
  }
.zebra11 tbody tr:nth-child(even) {
background-color: #e0dcd7;
}

.zebra21 tbody tr:nth-child(odd) { 
background-color: #bfb4c7; 
  }
.zebra21 tbody tr:nth-child(even) {
background-color: #adcdce;
  }

.zebra22 tbody tr:nth-child(odd) { 
color: white;
background-color: #84c3bc; 
}
.zebra22 tbody tr:nth-child(even) {
color: white;
background-color: #9194ab;
  }
  
.zebraname1 tbody tr {
color: white;
background-color: #807676;  }

  
  
  
 h7 {
    font-family: "PT Sans","PT Serif",Times,‘Times New Roman’,serif;
    color: #333333;
    font-size: 11pt;
    line-height: 1.3em; 
	font-weight:bold;
	}
.tbls1 {
    border-collapse: separate; 
    border-spacing: 10px 10px;  
   }

@media (max-width: 600px) {
.tblart table {width: 100%;}
.tblart thead {display: none;}
.tblart tr:nth-of-type(2n) {background-color: inherit;}
.tblart tr td:first-child {background: #F5F5F5; font-weight:normal;font-size:10pt;}
.tblart tr th:first-child {font-weight:bold;font-size:10pt;}
.tblart tbody td, tbody th {display: block; text-align:center;}
.tblart tbody td, tbody th:before {
content: attr(data-th);
display: block;
text-align:center;}
}


.tblmag1 {   
  margin-left: auto;
  margin-right: auto;
  width: 100%;     
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 10px;
  text-align: center;  
  font-size: 13pt; 
  font-weight: bold;
  }
    
.tblmag1 td a {color:#415655;}
.tblmag1 td {width:33%; height: 180px; background-color: #cadec8; padding: 5px;}

@media (max-width: 600px) {
.tblmag1{
border-spacing: 10px 1px;}
}

@media (max-width: 600px) {
.tblmag1 td {
display: block;
width: 100%;
height: 70px;
padding: 20px 10px;
margin: 10px 0px;  }
}

.tblmag4 {     
  margin-left: auto;
  margin-right: auto;
  width: 100%;     
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 10px;
  text-align: center;
  font-size: 12pt; 
  font-weight: bold;
  word-wrap: break-word;
  }
    
.tblmag4 td a { color:#415655; }
.tblmag4 td { width: 25%; height: 100px; background-color: #cadec8; padding: 5px;}

@media (max-width: 600px) {
.tblmag4{
border-spacing: 10px 1px;}
}

@media (max-width: 600px) {
.tblmag4 td {
display: block;
width: 100%;
/*border-bottom: 3px solid #ffff;  */
height: 70px;
padding: 20px 10px;
margin: 10px 0px;  }
}


.gentbl1 {
    width: 100%; /* Ширина таблицы */
    border-bottom: 5px double #333; /* Линия снизу таблицы */
    border-top: 5px double #333; /* Линия сверху таблицы*/
    margin: auto; /* Выравнивание по центру */
   }
.gentbl1 td { 
    text-align: left; /* Выравнивание по центру */
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
   }
.gentbl1 td, th {
    padding: 5px; /* Поля в ячейках */
   }
.gentbl1 thead {
    background: #f5f1d9; /* Цвет фона заголовка */
   }
.gentbl2 {
    border: 5px double #7f8483; /* Линия снизу таблицы */
       }
.gentbl2 td { 
    text-align: left; /* Выравнивание по центру */
    border: 1px solid #7f8483;
       }
.gentbl2 td, th {
    padding: 5px; /* Поля в ячейках */
   }
.gentbl2 thead {
    background: #f5f1d9; /* Цвет фона заголовка */
   }
.gentbl3 {
    width: 100%;
    border-top: 6px double #a2d6c1;
    border-bottom: 6px double #a2d6c1;
   }
.gentbl3 td, th {
    border-bottom: 2px dotted #a2d6c1;
   }
.gentbl4 {
    width: 100%;
    border: 6px double #a2c0d6;
  }
.gentbl4 td, th {
    border: 2px dotted #a2c0d6;
    padding: 7px;
   } 
.gentbl5 {
    width: 100%;
    border-top: 6px double #a2b5d6;
    border-bottom: 6px double #a2b5d6;
   }
.gentbl5 td, th {
    border-bottom: 2px dotted #a2b5d6;
   } 
   
.zetbl1 {
   border-top: 6px double #c2cfda;
   border-bottom: 6px double #c2cfda;
}
 .zetbl1 td, th {
   padding-left: 10px;
   border-right: 1px solid #fff;
   vertical-align: top;
} 

.tblosn1 {   
  margin-left: auto;
  margin-right: auto;
  width: 100%;     
  table-layout: fixed;
  text-align: left;  
  font-weight: bold;
  }
.tblosn1 td a {
word-break: break-word;
 }
 
.tblgreen {
    width: 100%; 
    border: 15px solid #cee1e4; 
    background: #f4f7d5; 
   }

.tblgreen td, th {
    border-bottom: 1px solid #d6dfe0;
   }   
 .tblwell {
    width: 100%; 
    border: 15px solid #d1eae0; 
    background: #f5f5ea; 
   }

.tblwell td, th {
    border-bottom: 1px solid #d8dedd;
   }  
   
.tbtrbraun td, th {
 background-color: #807676 !important; 
 color: white;
 } 

.tbwellblue td:nth-child(odd) { 
background-color: #c5e4d5; 
  }
.tbwellblue td:nth-child(even) { 
background-color: #edf7e2; 
  }  

.tbgregra td:nth-child(odd) { 
background-color: #dfe3eb; 
  }
.tbgregra td:nth-child(even) { 
background-color: #f0f3f5; 
  }

.tbgrebr td:nth-child(odd) { 
background-color: #dbeaec; 
  }
.tbgrebr td:nth-child(2n) { 
background-color: #f5f5f0;
  }

.tbblublu td:nth-child(odd) { 
background-color: #e1e9e9;
  }
.tbblublu td:nth-child(even) { 
background-color: #f7f7f7;
  }

.tbblubr td:nth-child(odd) { 
background-color: #e4f0ea; 
  }
.tbblubr td:nth-child(even) { 
background-color: #f6f0e0; 
  }

.tbblupink td:nth-child(odd) { 
background-color: #e6e3e9; 
  }
.tbblupink td:nth-child(even) { 
background-color: #f7f7f7;
  }

 /*Table sep */
 
 .tblones1 {
border-collapse: separate;
border-spacing: 0px 20px;
} 

.tblones1 td, th {
background-color: #f3f2dd;
border-radius: 20px;
padding: 7px;
}

.tblones2 {
border-collapse: separate;
border-spacing: 0px 20px;
} 

.tblones2 td, th {
border-radius: 20px;
padding: 7px;
}

.tblones32 {
border-collapse: separate;
border-spacing: 15px;
width: 100%;
table-layout: fixed;
}

.tblones32 td, th {
background-color: #e1eaf1; 
border-radius: 15px;
padding: 7px 10px;
vertical-align: top;
overflow: auto;
}

@media (max-width: 400px) {
.tblones32 {
border-spacing: 1px;
}}
@media (max-width: 400px) {
.tblones32 td {
display: block;
margin-bottom: 10px;
margin-left: 3px;
margin-right: 3px;
}}


/*Table fon */
.tbwellblue2 { 
border: 15px solid #e4e6cc;   
background: #edf7e2;
  }
.tbgregra2 { 
border: 15px solid #e4ecdb; 
background: #f9f7e1; 
  }
.tbgregra22 { 
border: 15px solid #e4e6cc;
 background: #f4f7d5; 
 }
.tbgrebr2 { 
border: 15px solid #e4ecdb; 
background: #f3e7cb; 
  }
.tbblublu2 { 
border: 15px solid #e4f0ea;  
background: #f3f9ec; 
  }
.tbblupink2 { 
width: 100%;
border: 15px solid #d0dfea;   
background: #dbebec; 
}
.tbblupink2 td, th {
border-bottom: 1px solid #c5d4d6;
}
.tblgreen3 {
width: 100%;
border: 15px solid #cee1e4;   
background: #dfefe3;   
}
.tblgreen3 td, th {
border-bottom: 1px solid #c0c5c5;
}

.tblrecbas {
    width: 100%; 
   }
.tblrecbas td, th {
    border-bottom: 1px solid #d2c3b4;
	padding: 5px 10px;
   }   
.tblrecbas a:before    
{
    content: "\f0a9";
    color: #999;
    font-family: "FontAwesome";
    margin-right: 5px
}
.tbscrol2 {
width: 100%; 
}
.tbscrol2 td, th {
    padding: 5px;
}
@media (max-width: 420px) 
 {
.tbscrol2 {
   overflow-x: auto;
   display: block;
 }
}
 
 .tbscrol3 {
   overflow-x: auto;
   display: block; 
   font-size: 10pt; 
   line-height: 1.5;
 }

.catalogshop td, th {
    width: 50%; 
	padding: 2px 10px;
    vertical-align: top;
} 

.catalogshop img {
    max-width: 30px; 
}

.catalogshop p a:before    
{
    content: "\f0a9";
    color: #999;
    font-family: "FontAwesome";
    margin-right: 5px
}
.catalogshop a {
    color: #333836;
}
.catalogshop  a:hover {
color: #F26522; 
 }
 
.tblkino1 {
overflow-x: auto; display: block; font-size: 10pt; line-height: 1.5;
}

.colo50 td, th {
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
.tblsmol1 td {
  display: inline-block; }
}
@media screen and (max-width: 500px) {
.tblsmol2 td {
  display: inline-block; }
}

.tblkurs td, th {
padding-top: 10px;
padding-left: 6px; 
vertical-align: top;
line-height: 1.25;
}
.tblkurs em {
font-size: 14px;
line-height: 1.2;
}

.thsalt td, th {background-color: #e5f0f1;}  
.thzelen td, th {background-color: #e7f3e7;}   
.thsin1 td, th {background-color: #e9edf3;}   
.thsiren td, th {background-color: #e7e9f1;}   

    /* Комплект div */
.news-grid {
    position: relative;
    margin: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}
.news-book {
    margin: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}
.news-book img {
    float: left;
    margin: 5px;
}


@media screen and (min-width: 30em){
.news-section {
    float: left;
    width: 50%;
	padding:1px 5px;
}
}

@media screen and (min-width: 48em){
.news-list-1 {
    float: left;
    width: 50%;
}
}

@media screen and (max-width: 48em){
.news-item {
display: inline-block;
}
}
.news-item-im {
    padding:8px;
    margin: 5px 5px 15px 5px;
    border: 5px solid #f1f0e0;
    /* background: #282828; */
}
.news-item-im img{
max-width: 100%;
	height: auto;
}	
.news-item-1 {                  
    padding: 10px;
    margin: 5px 5px 5px 5px;
    background: #f5efd1db;
}
.news-item-2 {                    
    padding: 5px;
    margin: 5px 5px 5px 5px;
    border: 5px solid #f1f0e0;
}


@media screen and (min-width: 48em){
.news-item-1{
    border-top: 8px solid #d0cbb3;
}
}
@media screen and (min-width: 30em){
.news-item-1{
    border-top: 8px solid #d0cbb3;
}
}

@media screen and (max-width: 350px){
.news-list-32 {
    float: left;
    width: 100%;
}}

@media screen and (min-width: 350px){
.news-list-32 {
    float: left;
    width: 50%;
}}

@media screen and (min-width: 1023px){
.news-list-32 {
    float: left;
    width: 33.33%;
}}

.news-item-32 {
    padding: 5px;
    margin: 15px 10px; 
}

.news-item-32 img {
max-width: 100%;
height: auto;
}

.dop11 .news-item-32 {
  margin: 15px 8px;
  background: #e9f3ef;
  padding: 1px 9px;
  min-height: 180px;
  display: flex;
}
 .dop11 .news-list-32 {
 margin-bottom: -15px;    
}

.dop21 .news-item-32 div:before {
    content: "\f16a";
    color: #ddd;
    font-family: "FontAwesome";
    padding-left: 2px;
    font-size: 20px;
}

.dop21 .news-item-32 {
    margin: 15px 8px;
    background: #2b2727;
    padding: 1px 9px;
    min-height: 180px;
    display: flex;
    color: #f5f5f5;
    border: 2px solid #57ab92;
 }
.dop21 .news-item-32 em {
    color: #86bb9b;
}
.dop21 .news-item-32 a:hover {
    color: #ddd;
}

.blockflex1 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
}	


 /*блок 2 колонки*/
 .advan-content {
float: left;	 
box-sizing: border-box;
}
.advan-item {
	float: left;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    margin-bottom: 15px;
}	
.advan-item-img {
    float: left;
    width: 60px;
    margin-right: 15px;
}
.advan-item-text {
    float: left;
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 90px);
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 21px;
}
@media (max-width: 900px){ 
.advan-item {
    padding-right: 10px;
}
}
@media (max-width: 900px){ 
.advan-item-img {
    width: 50px;
    margin-right: 10px;
}
}
@media (max-width: 767px){
.advan-item {
    width: 100%;
}
}
@media (max-width:479px){
.advan-item {
    padding-right: 0px;
}
}
@media (max-width: 479px){ 
.advan-item-img {
    width: 60px;
    margin-right: 10px;
}
}

/*.Info5 .col-sm-4 { width: 25%;}
@media (max-width: 479px){ 
.Info5 .col-sm-4  {
     width: 25%;
}
} */
@media only screen
and (min-device-width: 767px)
and (max-device-width: 1024px) {
.Info5 .col-sm-4  {
     width: 25%;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
	.Info5 .col-sm-4  {
     width: 25%;
}
}

/* 3 ряда изображений */
/* Для небольших устройств (смартфоны) */
.blocks3 img {
  max-width: 100%;
  display: inline-block;
  height: 100%;
  padding:5px 5px;
}
/* Для средних устройств (планшеты) */
@media (min-width: 420px) {
 .blocks3 img {
    max-width: 33%;
    float:left; 
  }
}
/* Для больших устройств (ноут, пк) */
@media (min-width: 760px) {
.blocks3 img {
    max-width: 33%;
    float:left; 
   }
}
.news3 img {
   max-width: 100%; 
   padding: 10px 0px;
   height: auto;
}

.sto-right {
  background-color: #f8f6e3;
  float: right;
  padding: 1px 5px;
  margin-left: 5px;
}


.ri-right {
    float: none;
    width: auto;
    max-width: 240px; 
    background-color: #f8f7ec;
    padding: 5px;
    margin: 5px 15px;
}

@media screen and (min-width: 420px) {
.ri-right {
    float: right;
	position: relative;
    z-index: 3;
    max-width: 240px;
    padding: 5px;
    margin-left: 1em;
    margin-bottom: 1em;
}
}
.ri-right300 {
    float: none;
    width: auto;
    max-width: 310px; 
    background-color: #f8f7ec;
    padding: 5px;
    margin: 5px 5px;
}

@media screen and (min-width: 420px) {
.ri-right300 {
    float: right;
   position: relative;
    z-index: 3;
    max-width: 310px;
    padding: 5px;
    margin-left: 1em;
    margin-bottom: 1em;
}
}


/* Ссылки*/
.matter  a {
 color: #36b59e; /* Цвет обычной ссылки */ 
 text-decoration: none; 
   }

.matter  a:hover {
color: #F26522; /* Цвет ссылки при наведении на нее курсора мыши */  
text-decoration: underline; /* Добавляем подчеркивание */
   }

 h2 a {
 color: #36b59e; 
 text-decoration: none; 
 }
 h2 a:hover {
 color: #36b59e; 
 text-decoration: none;
 font-size: 16pt;
 }
h3 a {
 color: #353737;
 text-decoration: none; 
}
h3 a:hover {
 color: #353737;
 text-decoration: none;
 font-size: 14pt;
}

h5 a {
 color: #000;; 
 text-decoration: none; 
}
h5 a:hover {
 text-decoration: none;
}

.circlbut1 {
    margin: 5px 1px;
}
.circlbut1 a {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 108px;
    text-align: center;
    background: #4a4545;
    border: 8px solid #add2c8;
    margin: 10px;
    overflow: hidden;
}

.bacbor1 a {
background: #7991bb;
border: 9px solid #a4d5e6;
}
.bacbor2 a {
background: #82829e;  
border: 9px solid #ccb7c6;  
}
.bacbor3 a {
background: #696075;   
border: 9px solid #a2cac2; 
}
.bacbor4 a {
background: #9cbb92;    
border: 9px solid #6491a0;   
}
.bacbor21 a {
background: #d5e8ef;
border: 9px solid #a8bccc;
color: #1b1b1a;
}
.bacbor22 a {
background: #bfe6c9;
border: 9px solid #a8bccc;
color: #1b1b1a;
}
.bacbor23 a {
background: #f5e4dd;
border: 9px solid #bdd5e2;
color: #1b1b1a;
}


/*Blocks special*/
.fonrec1  
{
 margin: 10px 2px 10px 7px; 
 padding:10px 10px 10px 15px;
 float: right;
 max-width: 270px;
 background: #fbfad1;
}
.fonrec1 a {
 position: relative;
 z-index: 1;
}

.fonrec1 p a:before    
{
    content: "\f0a9";
    color: #999;
    font-family: "FontAwesome";
    margin-right: 5px
}
@media (max-width: 600px) {
.fonrec1 {
 min-width: 100%;
 float: none;
 margin: 7px auto;
}}
@media (min-width: 767px) and (max-width: 990px) {
.fonrec1 {
 min-width: 100%;
 float: none;
 margin: 7px auto;
}}

.fonrec2 
{
 margin: 15px 5px 15px 5px; 
 padding: 10px 10px 10px 20px;
 float: right;
 max-width: 270px;
 background: #fbfad1;
}
.fonrec21 p:before    
 {
    content: "\f0a9";
    color: #999;
    font-family: "FontAwesome";
    margin-right: 5px
}	
.fonrec21 a {
    color: #676f6c;
    text-decoration: underline;
    font-weight: 700;
}
.fonrec3  
{
margin: 5px 0px 25px 0px;
padding: 7px;
background: #f3f2dd; 
width: 100%; 
overflow: hidden;
}
.fonrec3 p a:before    
{
    content: "\f0a9";
    color: #999;
    font-family: "FontAwesome";
    margin-right: 5px
}
.fonrec5 {
margin: 7px auto;
background: #f1f3f2;
overflow: hidden;
padding-bottom: 7px;
}
.fonrec5 p a:before    
{
content: "\f0a9";
color: #999;
font-family: "FontAwesome";
margin-right: 5px
}
.fonrecd51 {
 float: left;
 width: 49%;
 padding-left: 20px;
}
@media (max-width: 400px) {
.fonrecd51 {
 width: 100%;
 float: none;
}}


/*Blocks special*/
.modrec1{
 margin: 15px 5px 15px 5px; 
 float: right;
 max-width: 420px;
 /*background: #fbfad1;*/
}

@media (max-width: 420px) {
 .modrec1 {
 width: 100%;
  }
}

@media screen and (min-width: 768px) {
.plavr1 {
height: 2000px;
}
  }

.plavc1 {
position: sticky;
position: -webkit-sticky;
top: 0;
min-height: 5px;
z-index: 2;
}

@media screen and (max-width: 380px) {
.imtbsm table img {
	width: 300px;
    max-width: 300px;
}
}

.admya1 {
   width: 100%;
   height: auto;
   overflow: scroll;
   display: flex;
   justify-content: center;
}
@media(max-width: 1250px) { 
.admya1 img { width: 920px; height: auto; } }
@media(max-width: 1024px) { 
.admya1 img { width: 650px; height: auto; } }
@media(max-width: 800px)  { 
.admya1 img  { width: 460px; height: auto; } }
@media(max-width: 500px) { 
.admya1  img { width: 300px; height: auto; } }

.aygblok1 {
    width: 100%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    }

@media screen and (min-width: 980px) {
  .aygblok1 {
   overflow: scroll; }
  }


/* Blocks fon*/

.fonblue1 
{ background: #e3e8f1; }

.fonblue2
{ background: #e3f0f1; }

.fonblue5 
{ background: #e3ecf1; }

.fongreen1
{ background: #e4f0ea; }

.fongreen2
{ background: #c5e4d5; }

.fongreen5
{ background: #f4f7d5; }

.fongray1
{ background: #f3f2dd; }

.fonwell1
{ background: #ece4db; }

.fonbrown1
{ background: #f1ebe3; }

.fonpink1
{ background: #ece4e6; }

.fonwell5 
{ background: #fbfad7; }

.books11 {
    border-collapse: separate;
    border-spacing: 10px 0px;
}
.books11 td, th {
    background-color: #aba8a6;
    border-radius: 2px;
    padding: 0px 5px;
}
.books11 p {
    margin: 1px 0;
}
.books11 p a {
    color: #ffffff; 
	font-size: 10pt;
}
.books11 p a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right: 5px;
}

p.books13 {
    margin: 1px 0;
}
.books13 a {
    font-size: 10pt;
	margin-right: 2px;
}
.books13 a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.books13 a:hover {
    color: #6f6f6b;
}

.books14 a {
    color: #6f6f6b;
    text-decoration: underline;
	font-size: 10pt;
	margin-right: 5px;
}
.books14 a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.books14 a:hover {
    color: #F26522;
}

.bookspu a {
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    background: #dd91b5;
    padding: 3px 7px 5px;
    border-radius: 5px;
    line-height: 20pt;
}

.booksgre a {
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    background: #6bc4cc;
    padding: 3px 7px 5px;
    border-radius: 5px;
    line-height: 20pt;
}

.stbook a:before {
    content: "\1F4D4";
    margin-right: 7px;
    text-decoration: none;
    display: inline-block; 
}
.stbook a {
    color: #5a5a58;
    text-decoration: underline;  
} 
.stb2 a:before {
    content: "\1F4D2";
}
.stb3 a:before {
    content: "\1F4D3";
}
.stb4 a:before {
    content: "\1F4D8";
}

div.dopol1 ol li:before {
    background: inherit;
    color: #3773e2;
}
div.dopol2 ol li:before {
    background: #7fcea7;
    color: #ffff;
    border-radius: 15px;
}
div.dopol3 ol li:before {
    background: #89afd6;
    color: #ffff;
    border-radius: 15px;
}
div.dopol12 ol li:before {
    width: 20px;
    padding: 0; 
    line-height: 20px;
    font-size: 12px;
    color: #ffff;
    background-color: #81868a;
    border-radius: 15px;
}
div.dopol13 ol li:before {
    width: 20px;
   padding: 0; 
    line-height: 20px;
    font-size: 12px;
    color: #000;
    background-color: #dfe6e5;
    border-radius: 15px;
}
div.dopul3 ul li:before {
 color: #6cc3af;
}
div.dopul4 ul li:before {
 color: #578bd8;
}
.signa1 em {color: #5f74b1;}
.signa1 em:before {
     content: "—"; }
.signa2 em {color: #5778b5;}
.signa2 em:before {
     content: "—"; }

.matter3 a {
    color: #3669b5;
    text-decoration: underline;
}
.matter4 a {
    color: #1e1f21;
    text-decoration: underline;
}
.fondv34 {
    padding: 1px 15px;
    border-left: 10px solid #c8d1e2;
}
.fondv40 {
    padding: 0px 10px;
    border-left: 10px solid #c8d1e2;
    color: #6b82af;
}
.fondv40 a {
 color: #6b82af; 
 }

.dopul7 a, a:active, #oBottomBlock a:hover, .gotop a:hover {
    color: #3161ab;
 }
 
.dopul7 a {
    text-decoration: underline;}
div.dopul7 ul li {
    margin-bottom: 3px; }
.dopul7 ul {
    margin: 5px 0; }
div.dopul7 ul li:before {
    color: #3b66a7;
    font-size: 20px; }

/* Суффиксы модулей*/
.modus3 .moduleItemAddition{
	overflow: auto;}
.itemSocialSharing {
    margin-bottom: 7px;
}

.and3 img {
width: 100%;
height: auto;	
}

@media (max-width:767px){
.rovno .col-xs-6:nth-child(2n+1)
{clear:left;}   
}

.listcat3 .moduleItemIntro h4  {
clear: left;
}

@media (max-width: 767px){
.listcat3 .col-sm-9{
padding-right: 5px;
padding-left: 5px;}
}

@media (max-width:767px){
.rovno2 .col-xs-6:nth-child(2n+1)
{clear:left;}   
}

@media (min-width: 768px) {
.rovno2 .col-sm-4:nth-child(3n+1) 
{clear: left;}
}

.core2 .catItemHeader .catItemTitle a {
font-family: PT Sans, sans-serif;
overflow-wrap: break-word;
font-weight: normal;
}
.core2 .catItemTitle  {
padding-top: 3px;
}

.core-bott
{margin-bottom: 20px;}

.core-alg
{text-align: center;}

@media screen and (max-width: 767px) {
.smmod {
display: none;
}}

@media screen and (min-width: 768px) {
.xsmod {
display: none;
}}

/*Media*/
.ymobile1 {
   width: 100%;
   overflow: hidden;
   text-align: center;
   /*background: #f3f2dd;*/
  }

@media screen and (min-width: 780px) {
.ymobile1 {
    display: none;
   }
}

.nmobile1 {
    width: 100%;
    overflow: hidden;
	text-align: center;
  }
@media screen and (max-width: 780px) {
  .nmobile1 {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .nmobile2 {
    display: none;
  }
  }
  
  /*Correct2*/

@media (max-width: 767px) {
.mod65 {width: 60%;}
}

@media (max-width: 767px) {
.mod66 {
 width: 40%;
 margin-top: 10px;   
}}

@media (max-width: 380px) {
.mod65 {width: 65%;}
}

@media (max-width: 380px) {
.mod66 {
 width: 35%;
margin-top: 3px;  
}}
@media (max-width: 300px) {
.mod65 {width: 100%;}
}

@media (max-width: 300px) {
.mod66 {
width: 100%;
margin-top: 0px;
}}

@media screen and (min-width: 481px) {
  .hmobile1 {
    display: none;
}}

@media screen and (max-width: 480px) {
  .hmobile2 {
    display: none;
}}  

 .a555 {
font-size: 11pt; color: #536363; font-weight: bold; text-transform: uppercase; font-family: Helvetica, sans-serif; text-align: right;
}
@media screen and (max-width: 740px) {
.a555 {
  font-size: 9pt;
}}
.mresmob div {
    background-color: #e0df91;
}
.mresmob .otmenu-mobile-wrapper div li a {
    font-size: 13px;
    color: #262727;
    background: #f9f7d3;
}

@media screen and (min-width: 768px) {
.mresmob {
  display: none;
}}

@media screen and (max-width: 767px) {
.mresmob2 {
 display: none;
}}


.moduleItemIntro {
    overflow: hidden; 
}
.moduleItemIntro h4 {
    overflow: hidden; 
}
.zencore2 .zt-grid ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}


