/**
*	@package	STARTER Joomla! Template
*	@copyright	Copyright (C) 2009 - 2016 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, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
input, textarea, .uneditable-input { max-width: 100%; }
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;
	display: block;
}
.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;
}
.section.full-width > [class*="container"] {
	width: 100%;
}
.wrapper {
	overflow: hidden;
}
img {
	max-width: 100%;
}
html {
	margin-top: 0 !important;
}
body#ot-body {
	color: #333333;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald';
	font-weight: normal;
	font-style: normal;
}
a {
	border: none;
	color: #F26522;
}
#style-switcher {
	display: none;
}
.itemHitsTwitter, .itemCategory, .catItemTagsBlock, .itemTagsBlock, .itemSocialSharing {
	min-height: 24px;
	line-height: 24px;
	font-weight: normal;
}
.itemSocialSharing div {
	float: left;
	display: inline;
	width: auto;
}
.itemBackToTop {
	float: right;
	margin: -36px 24px 0 0;
	text-align: right;
	height: 15px;
	line-height: 15px;
}
a:hover {
	text-decoration: none !important;
}
.clearfix {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.uppercase {
	text-transform: uppercase;
}
.marginleft0 {
	margin-left: 0 !important;
}
.paddingleft0 {
	padding-left: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.paddingleft0 {
		padding-left: 0 !important;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.paddingleft0 {
		padding-right: 0 !important;
	}
}
div#OtModuleBox {
	position: relative;
	overflow-x: hidden;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
}
h3 .title-module {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	clear: both;
}
h3 .title-module {
	color: #F26522;
}
@media (min-width: 1200px) {
	[class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 30px;
		margin-left: 2.5641%;
		box-sizing: border-box;
	}
}
@media (min-width: 1200px) {
	.span9 {
		width: 74.359%;
	}
}
@media (min-width: 1200px) {
	.span6 {
		width: 48.717948717948715%;
	}
}
@media (min-width: 1200px) {
	.span4 {
		width: 31.6239%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.module h3 span.title-module {
		font-size: 16px;
	}
}
div.otItemsBlock {
	margin: 0 0 10px;
}
.carousel-caption h4, .carousel-caption p {
	line-height: 20px;
	color: #fff;
}
.carousel-caption p {
	margin-bottom: 0;
}
.catItemAuthor, .itemAuthor, .catItemDateCreated, .itemDateCreated, .moduleItemDateCreated, .catItemTagsBlock, .itemTagsBlock, .catItemComments, .itemComments, .moduleItemComments {
	padding: 0 10px 0 15px;
	border-right: 0 !important;
}
.catItemDateCreated, .itemDateCreated, .moduleItemDateCreated {
	background: url("../images/date.png") no-repeat scroll 2px 2px transparent;
}
.catItemAuthor, .itemAuthor {
	background: url("../images/post_by.png") no-repeat scroll 2px 2px transparent;
}
div.itemToolbar {
	padding: 2px 0;
	margin: 16px 0 0 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #f7fafe;
}
div.itemToolbar ul {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
div.itemToolbar ul {
	text-align: left;
}
div.itemToolbar ul li {
	display: inline;
	list-style: none;
	padding: 0 4px 0 8px;
	margin: 0;
	border-left: 1px solid #ccc;
	text-align: center;
	background: none;
	font-size: 12px;
}
div.itemToolbar ul > li:first-child {
	border: none;
}
form {
	margin: 0 0 20px;
}
#oMainBlock {
	padding: 10px 0;
}
input, textarea, .uneditable-input {
	max-width: 92%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
textarea {
	height: auto;
	width: 100%;
}
/*========== TOP BLOCK ============*/
#oTopBlock {
	background: #2F2F2F;
	color: #FFFFFF;
	height: 45px;
}
.module .search {
	margin: 0;
	padding: 0;
}
.module .search .form-search {
	clear: both;
	margin: 0px 15px;
	padding: 7px 0px;
}
.module .search .form-search {
	clear: both;
	margin: 0px 15px;
	padding: 7px 0px;
}
.module .search .form-search .search-query {
	border-radius: 0;
	background: #FFFFFF;
	color: #999999;
	width: 210px;
	height: 34px;
	margin: 0;
}
.module .search .form-search .btn-search {
	text-transform: uppercase;
	border-radius: 0px 2px 2px 0px;
	background-color: #F26522;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	margin-left: -4px;
}
.otmenu-desk-wrapper .ot-menu a.level1 {
	font-family: 'Oswald';
	font-style: normal;
	font-size: 14px !important;
	height: 45px !important;
	line-height: 45px !important;
	padding: 0 10px !important;
	color: #FFF;
}
.otmenu-desk-wrapper .ot-menu li.hover a.level1 {
	background: #4F4F4F;
}
.otmenu-desk-wrapper .ot-menu li.hover a.level1, .otmenu-desk-wrapper .ot-menu li.active a.level1 {
	color: #F26522;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap {
	top: 45px !important;
	left: 0 !important;
	background-color: #FFF !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li {
	padding: 5px;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap a {
	color: #2F2F2F;
	padding: 5px;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li.hover > a, .otmenu-desk-wrapper .ot-menu .submenu-wrap li.active > a {
	color: #F26522;
	background: #F6F6F6;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li.hasChild > div > a {
	background: url("../images/arrow.png") no-repeat scroll 98% 50% #FFFFFF;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap.submenu-wrap-level2 {
	top: 0 !important;
	left: 98% !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap.submenu-wrap-level2 li.hover > a, .otmenu-desk-wrapper .ot-menu .submenu-wrap.submenu-wrap-level2 li.active > a {
	color: #F26522;
	background: #F6F6F6;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li.hasColumn .submenu-wrap {
	left: 0 !important;
	top: 0 !important;
}
.mainmenu .otmenu-desk-wrapper .ot-menu, .otmenu-desk-wrapper .ot-menu li.hasColumn .submenu-column {
	color: #2F2F2F;
	background: none;
}

.otmenu-desk-wrapper .ot-menu li li .item-separator {
	padding: 0 !important;
}
.otmenu-desk-wrapper .ot-menu ul.itemsList li.otItemBlock {
	margin: 0 !important;
	border-top: 1px solid #EBEBEB !important;
	border-bottom: none !important;
}
.otmenu-desk-wrapper .ot-menu ul.itemsList li.otItemBlock:first-child {
	border-top: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.module .search .form-search .search-query {
		width: 140px;
		height: 34px;
	}
	.module .search .form-search {
		margin: 0;
	}
	.otmenu-desk-wrapper .ot-menu a.level1 {
		font-size: 11px !important;
		padding: 0 3px !important;
	}
	.top1-1 {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.otmenu-mobile-wrapper .ot-menu .submenu-wrap.collapse.in {
		display: block;
	}
	.otmenu-mobile-wrapper .ot-menu .submenu-wrap.collapse.in li .submenu-wrap {
		display: block !important;
	}
	.otmenu-mobile-wrapper .ot-menu .submenu-wrap {
		border: none !important;
	}
	.otmenu-mobile-wrapper .omg_cover_module {
		width: 100%; !important;
	}
}
/*========== CONTENT GALLERY ============*/
.carousel-inner > .item {
	margin: 0;
	overflow: hidden;
}
.ot-contentgallery .carousel-caption, .ot-contentgallery .carousel-caption a {
	color:#FFFFF ;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: rgba(0,0,0,0.75);
	text-align: left;
}
.carousel-caption H4 {
	position: absolute;
	left: 15px;
	bottom: 100%;
	padding: 7px 10px;
	margin: 0;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.carousel-caption h4 {
	background: #F26522;
}
.ot-contentgallery .mCustomScrollBox {
	background: #FCFCFC;
	border-color: rgba(0, 0, 0, 0.75) #E2E2E2 #E2E2E2;
}
.ot-contentgallery.otItemsBlock .mCustomScrollBox {
	border-width: 0px 1px 1px;
	border-style: solid;
}
.ot-contentgallery.otItemsBlock .gal-thumb-i {
	border-top: 5px solid;
	float: left;
	width: 100%;
}
.ot-contentgallery.otItemsBlock .gal-thumb-i {
	border-color: rgba(0, 0, 0, 0.75);
}
.ot-contentgallery.otItemsBlock .carousel-indicators {
	position: static;
	float: left;
	margin: 0px;
	padding: 0;
	width: 100%;
}
.ot-contentgallery .carousel-indicators > li {
	border-color: transparent #E2E2E2 #E2E2E2 #E2E2E2;
}
.ot-contentgallery.otItemsBlock .carousel-indicators li {
	width: auto;
	height: auto;
	text-indent: 0;
	margin: 0px 0 0 -1px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
}
.ot-contentgallery.otItemsBlock .carousel-indicators > li.active {
	margin: -5px 0 0 -1px;
	border-width: 5px 1px 1px 1px;
}
.ot-contentgallery.otItemsBlock .carousel-indicators > li.active {
	border-color: #F26522 #E2E2E2 #E2E2E2 #E2E2E2;
}

/*========== CONTENT TOP ============*/
.module .lastest-news .otItemLeading .moduleItemImage img {
	width: 75%;
}
div.otItemsBlock ul.itemsList {
	margin-top: 0;
	list-style: none;
}
ul.itemsList li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid;
}
ul.no-style li {
	list-style: none;
}
ul.itemsList li {
	border-color: #EBEBEB;
}
.otItemsBlock ul li .moduleItemImage {
	float: left;
	max-width: 100%;
	margin: 0px 10px 0px 0px;
}
/*========== SIDEBAR 1 ============*/
.custom_bg {
	background: url(../images/custom_bg.png) top left repeat;
}
.custom_poll input[type=radio] {
	position: inherit;
	margin: 0;
}
.custom_poll .btn {
	background-color: #2E2E2E;
	background-image: -webkit-linear-gradient(top, #3C3C3C, #232323);
	background-image: -o-linear-gradient(top, #3C3C3C, #232323);
	background-image: -moz-linear-gradient(top, #3C3C3C, #232323);
	background-image: linear-gradient(to bottom, #3C3C3C, #232323);
	color: #FFFFFF;
}
.top-stories h5 {
	margin: 0;
}
.ot-sidebar1 img {
	width: 100% !important;
}
.custom_menu {
	padding: 10px;
	overflow: hidden;
}
.custom_menu {
	background: #2F2F2F;
	color: #FFFFFF;
}
.custom_menu ul {
	list-style: none;
}
.custom_menu ul li.parent {
	width: 47%;
	float: left;
	margin-right: 5px;
}
.custom_menu .separator {
	font-family: 'Oswald';
	text-transform: uppercase;
}
.custom_menu .nav-child {
	border-top: 1px solid;
	padding-top: 10px;
}
.custom_menu .nav-child {
	border-color: #595959;
}
.custom_menu ul.menu li a {
	color: #FFFFFF;
	font-size: 13px;
}
.one-sidebar .ot-content {
	width: 75%;
}
@media (max-width: 767px) {
	.one-sidebar .ot-content {
		width: 100%;
	}
}
/*========== SIDEBAR 2 ============*/
.ot-sidebar2 {
	width: 25% !important;
}
@media (max-width: 767px) {
	.ot-sidebar2 {
		width: 100% !important;
	}
}
.custom_bg {
	padding: 10px;
}
.custom_bg {
	background: url(../images/custom_bg.png) top left repeat;
}
.custom_bg div.otModule-i, .custom_bg div.mod-content {
	padding: 10px;
	overflow: hidden;
}
.custom_bg div.otModule-i, .custom_bg div.mod-content {
	background: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.custom_social {
	color: #999999;
}
.custom_social .span6 {
	margin-left: 0;
}
.custom_social img {
	float: left;
	margin-right: 2px;
}
.custom_social h4 {
	margin: 0px;
	font-size: 16px;
}
.custom_social h4 {
	color: #666666;
}

/*========== CONTENT BOTTOM ============*/
.custom_gallery img {
	margin: 4px;
}


/*========== FOOTER BLOCK ============*/
#oFooterBlock {
	background: #191919;
	color: #5A5858;
}
#oFooterBlock .mainmenu {
	float: left;
	width: 100%;
	font-family: Oswald;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0px;
}
#oFooterBlock ul.menu {
	float: left;
}
#oFooterBlock ul.menu li {
	float: left;
	padding: 0px 20px 0px 0px;
}
#oFooterBlock a {
	color: #5A5858;
	padding: 0;
}
#oFooterBlock .nav > li > a:hover, #oFooterBlock .nav > li > a:focus {
	color: #FFFFFF;
	background-color: transparent;
}
#oFooterBlock .module .search .form-search .btn-search {
	background-color: #404040;
}
#oFooterBlock .separator {
	clear: both;
	float: left;
	width: 100%;
	height: 0px;
	margin: 10px 0;
	border-width: 1px 0;
	border-style: solid;
}
#oFooterBlock .separator {
	border-color: #0C0C0C transparent #303030;
}
.gotop {
	float: right;
}

/*========== CONTENT ============*/
.itemHeader .itemTitle, .genericItemTitle, .catItemHeader .catItemTitle, .catItemHeader .catItemTitle a {
	color: #333333;
}
div.itemHeader h2.itemTitle a, div.itemHeader h2.itemTitle a {
	font-weight: normal;
	line-height: 110%;
	margin: 0;
	color: #333333;
}
div.itemHeader h2.itemTitle a, div.itemHeader h2.itemTitle a {
	font-family: 'Oswald';
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
}
div.itemImageBlock {
	padding: 8px;
	margin: 0 0 16px 0;
}
span.itemImage img {
	border: 1px solid #ccc;
	padding: 8px;
}
div.itemIntroText {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 4px 0 12px 0;
}
div.itemContentFooter {
	display: block;
	text-align: right;
	padding: 4px;
	margin: 16px 0 4px 0;
	border-top: 1px solid #ddd;
	color: #999;
}
span.itemHits {
	float: left;
}
div.itemLinks {
	margin: 16px 0;
	padding: 0;
}
div.itemCategory {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
div.otpagination {
	padding: 8px;
	margin: 24px 0 4px 0;
	text-align: center;
	color: #999;
	width: 100%;
}
div.otpagination ul {
	text-align: center;
	list-style: none;
}
div.otpagination ul li {
	display: inline;
}
.pagination ul>li>a, .pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul>li>a:first-child, .pagination ul>li>span:first-child {
	border-left-width: 1px;
}
.pagination-mini ul>li>a, .pagination-mini ul>li>span {
	padding: 0 6px;
	font-size: 10.5px;
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
	color: #999;
	cursor: default;
	background-color: transparent;
}
div.catItemBody {
	padding: 8px 0;
	margin: 0;
}
div.catItemLinks {
	margin: 0 0 16px 0;
	padding: 0;
}
div.catItemCategory {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}

/*========== GALLERY ============*/
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: rgba(0,0,0,0.75);
	text-align: left;
}
.carousel-caption {
	position: absolute;
	left: 0px;
	bottom: 100%;
	padding: 7px 10px;
	margin: 15;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.carousel-caption , .carousel-caption a {
	background: #F26522;
	color: #FFF;
}
.ot-contentgallery .carousel-caption a {
	background:transparent;
}
.carousel-caption a:hover {
	color: #FFF;
	text-decoration: underline !important;
}
.ot-gallery .mCustomScrollBox {
	background: #FCFCFC;
	border-color: rgba(0, 0, 0, 0.75) #E2E2E2 #E2E2E2;
}
.ot-gallery.otItemsBlock .mCustomScrollBox {
	border-width: 0px 1px 1px;
	border-style: solid;
	background: #5B5B5B;
	max-height: 100px !important;
}
.ot-gallery.otItemsBlock .gal-thumb-i {
	border-top: 5px solid;
	float: left;
	width: 100%;
}
.ot-gallery.otItemsBlock .gal-thumb-i {
	background: #5B5B5B;
}
.ot-gallery.otItemsBlock .carousel-indicators {
	position: static;
	float: left;
	margin: 0px;
	padding: 0;
	width: auto;
	text-align: left;

}
.ot-gallery .carousel-indicators > li {
	border-color: transparent #E2E2E2 #E2E2E2 #E2E2E2;
}
.ot-gallery.otItemsBlock .carousel-indicators li {
	width: auto;
	height: auto;
	text-indent: 0;
	border-style: solid;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	padding: 6px 5px 5px;
	border: 0;
	background-color: transparent;
	display: block;
	float: left;
}
.ot-gallery.otItemsBlock .carousel-indicators > li.active {
	border-width: 6px 5px 5px;
	border: solid #F26522;
	padding: 0;
}

.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	filter: alpha(opacity=50);
}
.carousel-control {
	width: 48px;
	height: 48px;
	left: 0;
	border: 1px solid;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	text-align: center !important;
}
.carousel-control{
	border-color: transparent;
}
.ot-gallery .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ot-gallery .mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail{
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.ot-gallery.k2ItemsBlock .mCustomScrollBox{
	border-width: 0px 1px 1px;
	border-style: solid;
}
.ot-gallery.k2ItemsBlock .mCSB_container{

}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption h4 {
		padding: 5px 7px;
		font-size: 12px;
	}
	.carousel-caption h3 {
		font-size: 18px;
	}
	.carousel-caption h4, .carousel-caption p {
		margin: 0;
	}
}


