/**
*	@package	OT Keila 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{
	
}
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 .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);
}

/* Back end */
.toolbar-box,
.btn-wrapper{
	display: inline-block;
}

/* 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;
	display: inline-block;
}
.pager.pagenav{
	width: 100%;
	padding: 0;
	border: 0 none;
	margin: 20px 0;
	background: transparent;
}
.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;
}
.pager li > a, .pager li > span{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.pagination > li{
	display: inline-block;
}
.jpagination .pagination{
	margin: 0;
}
.jpagination .pagination > li > a{
	margin: 0px 2px;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 18px;
	border-color: transparent;
	background-color: #e4e4e4;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.jpagination .pagination > li.active > a,
.jpagination .pagination > li > a:hover{
	
}
.jpagination span.counter{
	float: right;
	display: inline-block;
	margin: 0px 2px;
	padding: 2px 6px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 10px;
	line-height: 18px;
}

/*========================= 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%;
}
#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; */
}
.modal-backdrop.in{
	opacity: 0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#fancybox-overlay{
	z-index: 35010;
}
#fancybox-wrap{
	z-index: 35011;
	box-sizing: content-box;
}
#fancybox-content{
	box-sizing: content-box;
}
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;
}
input, button, .btn, textarea, .form-control, .input-group-addon{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.form-control{
	font-size: 13px;
}
input, textarea, .uneditable-input {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
}
input:-moz-placeholder{
	opacity: 1;
	filter:alpha(opacity=100);
}
input::-moz-placeholder{
	opacity: 1;
	filter:alpha(opacity=100);
}
select{
	max-width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-width: 1px;
	border-style: solid;
	padding: 3px 29px 4px 8px;
	font-size: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chzn-container-single .chzn-drop {
	box-sizing: content-box;
}
.red,
label .star{
	color: #b30f16;
}
.bold{
	font-weight: bold;
}
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.top0{
	top: 0;
}
.bottom0{
	bottom: 0;
}
.left0{
	left: 0;
}
.right0{
	right: 0;
}
body{
	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	
}
@media (max-width: 767px){
	h1, .h1 {
		font-size: 24px;
	}
	h2, .h2 {
		font-size: 22px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	h4, .h4 {
		font-size: 18px;
	}
	h5, .h5 {
		font-size: 16px;
	}
	h6, .h6 {
		font-size: 14px;
	}
}
.body-bg{
	/* position: relative;
	z-index: 0; */
}
.wrapper{
	
}
.section > .container,
.section > .container-fluid{	
	
}
.section.full-width > .container,
.section.full-width > .container-fluid{
	width: 100%;
}
.full-width{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.ot-content{
	
}
.offline_message{
	text-align: center;
	margin-bottom: 30px;
}
.ot-offline #form-login-submit{
	text-align: right;
}

/* ---* CUSTOM MODULE BLOCK *--- */
.module{
	
}
.module .ot-mod-inner{
	
}
.module h3.mod-title{
	font-size: 16px;
	font-weight: 600;
	line-height: initial;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.module h3.mod-title > span{
	display: inline-block;
}
.module h3.mod-title + .mod-content{
	
}
.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;
}
.ot-title span,
.module h3.mod-title span{
	display: inline-block;
	position: relative;
}
.ot-title span:before,
.ot-title span:after,
.module h3.mod-title span:before,
.module h3.mod-title span:after{
	content: "";
	position: absolute;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	width: 100px;
}
.ot-title span:before,
.module h3.mod-title span:before{
	right: 100%;
	margin-right: 20px;
}
.ot-title span:after,
.module h3.mod-title span:after{
	left: 100%;
	margin-left: 20px;
}
@media (max-width: 767px){
	.module h3.mod-title span:before{
		margin-right: 15px;
	}
	.ot-title span:after,
	.module h3.mod-title span:after{
		margin-left: 15px;
	}
}
.module h3.mod-title span.part0{
	display: block;
}
/* CUSTOM MODULE MENU */
.module ul.menu ul{
	
}
.module ul.menu li + li{
	
}
.module ul.menu.list-inline li{
	padding-left: 10px;
	padding-right: 10px;
}
.module ul.menu.list-inline li + li{
	
}
.module ul.menu li > a,
.module ul.menu li > div > a{
	display: block;
}
.module ul.menu li a:hover{
	text-decoration: none;
}
.module ul.menu li li a{
	margin: 0 2px;
	padding: 3px 10px;
}

/* CUSTOM SEARCH */
.ot-search{
	margin-top: 10px;
}
.ot-search .search form {
	
}
.ot-search .search form > .input-group{
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	z-index: 0;
}
.ot-search .search #mod-search-searchword,
.ot-search .search .btn-search {
	border-width: 0;
	border-style: none;
	padding: 7px 5px;
}
.ot-search .search #mod-search-searchword{
	width: 210px;
	height: auto;
	line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-search .search #mod-search-searchword{
		/* width: 192px; */
	}
}
.ot-search .search input.search-query::-moz-placeholder{
	
}
.ot-search .search input.search-query:-moz-placeholder{
	
}
.ot-search .search input.search-query:-ms-input-placeholder{
	
}
.ot-search .search input.search-query::-webkit-input-placeholder{
	
}
.ot-search .search .btn-search {
	
}

/* TOP NAV BLOCk */
#oTopNavBlock{
	
}
#oTopNavBlock .module{
	margin-top: 2px;
	margin-bottom: 2px;
}
#oTopNavBlock ul,
#oTopNavBlock p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#oTopNavBlock ul.list-inline li + li{
	border-width: 0 0 0 1px;
	border-style: solid;
}
#ot-topnav1{
	
}
#ot-topnav2{
	text-align: right;
}

/* TOP BLOCk */
#oTopBlock{
	
}
#oTopBlock.section > .container,
#oTopBlock.section > .container-fluid{	
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 767px){
	#oTopBlock.section > .container,
	#oTopBlock.section > .container-fluid{	
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
#oTopBlock .ot-search .search form > .input-group{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    border-radius: 15px;
}
#ot-top1{
	
}
#ot-top2{
	text-align: right;
}
/* CUSTOM LOGO */
#ot-logo{
	text-align: center;
}
#ot-logo .logo{
	margin-top: 0;
}
#ot-logo img{
	max-width: 100%;
}

#oNavigatorBlock{
	border-width: 1px 0 0;
	border-style: solid;
}
/* CUSTOM MAIN MENU */
.module.mainmenu {
	padding: 0;
	/* margin: 0; */
	position: relative;
	/* z-index: 3; */
}
.mainmenu .otmenu-desk-wrapper {
	/* margin: 0px; */
	/* font-size: 12px; */
	position: relative;
	z-index: 1;
	text-align: center;
}
.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{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn + li.hasColumn{
	-webkit-box-shadow: -1px 0px 0px rgba(153, 178, 183, 0.15);
	-moz-box-shadow: -1px 0px 0px rgba(153, 178, 183, 0.15);
	box-shadow: -1px 0px 0px rgba(153, 178, 183, 0.15);
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn + li.hasColumn > div.submenu-column{
	/* -webkit-box-shadow: -1px 0px 0px #99b2b7;
	-moz-box-shadow: -1px 0px 0px #99b2b7;
	box-shadow: -1px 0px 0px #99b2b7; */
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover {
	z-index: 35000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: none !important;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{
	margin: 0 0 1px;
	padding: 7px 30px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	height: 24px;
	padding: 13px 30px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1000;
	border-width: 0 0 2px;
	border-style: solid;
}
@media (min-width: 992px) and (max-width: 1199px){
	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{
		padding: 7px 20px;
	}
	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{
		padding: 13px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{
		padding: 7px 10px;
	}
	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{
		padding: 13px 10px;
	}
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn > div > a{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 > span,
.mainmenu .otmenu-desk-wrapper .ot-menu span.level1 > span{
	display: inline-block;
	line-height: 24px;
	height: 24px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1:before,
.mainmenu .otmenu-desk-wrapper .ot-menu span.level1:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > div > a{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .nav-header{
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0 0 5px;
	padding: 10px 0;
}
.mainmenu .otmenu-desk-wrapper .item-desc{
	font-size: 11px;
	text-transform: capitalize;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	border-width: 0;
	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;
	text-align: left;
}
.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: 50px;
}
.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;
	border-width: 0;
	border-style: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.first > div > a/* ,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn a */{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.notColumn.hasChild > div > a:after{
	font-family: 'Glyphicons Halflings';
	content: "\e250";
	float: right;
	margin: 3px -9px 3px 5px;
	font-size: 8px;
	font-weight: normal;
	line-height: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.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{
	
}
.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;
}
.mainmenu .otmenu-mobile-wrapper{
	text-align: left;
}
.otmenu-mobile-wrapper .ot-menu.pull-left,
.otmenu-mobile-wrapper .ot-menu.pull-right{
	float: none !important;
}

/* ---* CUSTOM BREADCRUMB BLOCK *--- */
#oBreadcrumbBlock{
	border-width: 0 0 1px;
	border-style: solid;
	padding-top: 80px;
}
@media (min-width: 992px) and(max-width: 1199px){
	#oBreadcrumbBlock{
		padding-top: 60px;
	}
}
@media (min-width: 768px) and(max-width: 991px){
	#oBreadcrumbBlock{
		padding-top: 40px;
	}
}
@media (max-width: 767px){
	#oBreadcrumbBlock{
		padding-top: 20px;
	}
}
.breadcrumb{
	margin: 0;
	padding: 15px 0px;
	font-size: 13px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.breadcrumb > li {
	border-width: 0;
}
.breadcrumb > li + li:before {
	font-style: normal;
	line-height: 1;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.breadcrumb > li.active {
	
}
.breadcrumb > li > .divider{
	padding: 0 10px;
}
.breadcrumb > li > a{
	padding: 0;
	text-decoration: none;
}
.breadcrumb > li > a .fa{
	font-size: 19px;
}
.main-title h3{
	font-size: 36px;
	margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
	.main-title h3{
		font-size: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.main-title h3{
		font-size: 24px;
	}
}
@media (max-width: 767px){
	.main-title h3{
		font-size: 18px;
	}
}

/* ---* CUSTOM MIDDLE BLOCK *--- */
#oMainTopBlock{
	
}
#oMainTopBlock > .container,
#oMainTopBlock > .container-fluid{
	/* padding-top: 40px; */
	padding-bottom: 30px;
}
#ot-maintopblock1,
#ot-maintopblock2{
	padding-top: 40px;
}
#oMainTopBlock .module h3.mod-title{
	font-size: 24px;
	text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px){
	#oMainTopBlock > .container,
	#oMainTopBlock > .container-fluid{
		padding-bottom: 20px;
	}
	#ot-maintopblock1,
	#ot-maintopblock2{
		padding-top: 25px;
	}
	#oMainTopBlock .module h3.mod-title{
		font-size: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#oMainTopBlock > .container,
	#oMainTopBlock > .container-fluid{
		padding-bottom: 15px;
	}
	#ot-maintopblock1,
	#ot-maintopblock2{
		padding-top: 20px;
	}
	#oMainTopBlock .module h3.mod-title{
		font-size: 20px;
	}
}
@media (max-width: 767px){
	#oMainTopBlock > .container,
	#oMainTopBlock > .container-fluid{
		padding-bottom: 10px;
	}
	#ot-maintopblock1,
	#ot-maintopblock2{
		padding-top: 15px;
	}
	#oMainTopBlock .module h3.mod-title{
		font-size: 18px;
	}
}

/* ---* CUSTOM MAIN BLOCK *--- */
#oMainBlock {
	
}
#oMainBlock > .container,
#oMainBlock > .container-fluid {
	padding-top: 30px;
	padding-bottom: 30px;
}
#ot-mainblock {
	
}

/* ---* CUSTOM LEFT - RIGHT BLOCK *--- */
#ot-sidebar1 .module,
#ot-sidebar2 .module{
	margin: 0 0 20px;
}
#ot-sidebar1 .module  h3.mod-title,
#ot-sidebar2 .module  h3.mod-title{
	overflow: hidden;
	margin: 0 0 10px;
}
#ot-sidebar1 .module h3.mod-title span,
#ot-sidebar2 .module h3.mod-title span{
	display: inline-block;
	position: relative;
}
#ot-sidebar1 .module h3.mod-title span:before,
#ot-sidebar1 .module h3.mod-title span:after,
#ot-sidebar2 .module h3.mod-title span:after,
#ot-sidebar2 .module h3.mod-title span:before{
	content: "";
	position: absolute;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	width: 100px;
}
#ot-sidebar1 .module h3.mod-title span:before,
#ot-sidebar2 .module h3.mod-title span:before{
	right: 100%;
	margin-right: 20px;
}
#ot-sidebar1 .module h3.mod-title span:after,
#ot-sidebar2 .module h3.mod-title span:after{
	left: 100%;
	margin-left: 20px;
}
@media (max-width: 767px){
	#ot-sidebar1 .module h3.mod-title span:before,
	#ot-sidebar2 .module h3.mod-title span:before{
		margin-right: 15px;
	}
	#ot-sidebar1 .module h3.mod-title span:after,
	#ot-sidebar2 .module h3.mod-title span:after{
		margin-left: 15px;
	}
}
span.tag{
	display: inline-block;
	margin: 2px 0px;
}
span.tag .tag-name{
	display: inline-block;
	padding: 5px 15px;
	line-height: 1.2;
}
.tag-name:hover{
	text-decoration: none;
}

/* ---* 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-size: 24px;
	line-height: 30px;
	padding: 5px 0;
	margin: 0 0 20px;
	border-width: 0;
	border-style: none;
}
.page-header h1,
.componentheading h2,
.page-header h2,
.componentheading h3,
.page-header h3{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.4;
}
.page-header h1,
.ot-title,
.fs-label{
	overflow: hidden;
	margin: 0 0 10px;
}
.page-header h1 span,
.fs-label span{
	display: inline-block;
	position: relative;
}
.page-header h1 span:before,
.page-header h1 span:after,
.fs-label span:before,
.fs-label span:after{
	content: "";
	position: absolute;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	width: 100px;
}
.page-header h1 span:before,
.fs-label span:before{
	right: 100%;
	margin-right: 20px;
}
.page-header h1 span:after,
.fs-label span:after{
	left: 100%;
	margin-left: 20px;
}
@media (max-width: 767px){
	.page-header h1 span:before,
	.fs-label span:before{
		margin-right: 15px;
	}
	.page-header h1 span:after,
	.fs-label span:after{
		margin-left: 15px;
	}
}
legend.fs-label{
	border-width: 0;
	border-style: none;
	line-height: 1.4;
}
.page-content{
	clear: both;
}
.item-title a{
	text-decoration: none;
}
.article-info{
	font-size: 13px;
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.blog .article-info{
	font-style: italic;
}
.blog .article-info:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55px;
	border-bottom: 1px solid;
}
.article-info .glyphicon{
	padding-right: 3px;
}
@media (min-width: 768px){
	div.article-info > div,
	dl.article-info > dd {
		position: relative;
		display: inline-block;
		margin: 0 10px 0 0;
	}
	div.article-info > div + div:before,
	dl.article-info > dd + dd:before{
		content: '/';
		margin: 0 10px 0 0;
	}
}
/* ---* CUSTOM BLOG CONTENT *--- */
.cat-blog{
	
}
.cat-blog .base-desc{
	padding: 15px 20px;
	margin: 0 0 30px;
}
.cat-blog .cat-item{
	margin: 15px 0;
}
.cat-blog .item-title{
	padding: 0;
	margin: 0 0 10px;
	font-size: 20px;
}
.cat-blog .item-title > a{
	padding: 5px 15px;
	text-transform: uppercase;
}
.cat-blog .cat-image{
	margin: 0 0 10px;
}
.blog{
	
}
.item-image{
	/* text-align: center; */
	margin-bottom: 20px;
}
.blog .article-detail{
	margin-bottom: 20px;
}
.blog .article-title h4,
.blog .item-title h5{
	font-weight: bold;
	text-transform: uppercase;
}

/* ---* CUSTOM CONTENT MODULE *--- */
.module .item-title a{
	font-weight: bold;
}
.module .list-items li .created{
	display: inline-block;
	font-size: 11px;
	font-style: italic;
}
.latestnews{
	margin: 0;
}
.latestnews li{
	padding: 10px 0;
}
.latestnews li + li{
	/* border-width: 1px 0 0;
	border-style: solid; */
}
.latestnews .img-intro + .article-detail{
	overflow: hidden;
}
@media (min-width: 1200px) {
	.latestnews .img-intro{
		margin-right: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.latestnews .img-intro{
		margin-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.latestnews .img-intro{
		margin-right: 5px;
	}
}
@media (min-width: 768px) {
	.latestnews .img-intro{
		float: left;
		width: 30%;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.latestnews .img-intro{
		
	}
	.latestnews .article-detail{
		padding: 5px 0;
		width: 100%;
	}
}
.latestnews.blog .item{
	padding-top: 15px;
	padding-bottom: 15px;
}
.latestnews.blog .img-intro{
	float: none;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
.latestnews.blog .img-intro img{
	max-width: 100%;
}
.latestnews.list-thumb .img-intro{
	
}
.latestnews.list-thumb .img-intro img{
	width: 100%;
}
.art-title{
	text-transform: uppercase;
	/* font-weight: bold; */
}
a.art-title{
	text-decoration: none;
}
.categories-module{
	
}
.categories-module li{
	padding: 5px 0;
}
/* SLIDE LAYOUT */
.ot-slide{
	
}
.ot-slide .itemImage{
	float: left;
	width: 100%;
}
.ot-slide .itemImage img{
	float: left;
	width: 100%;
}
.ot-slide .itemOverlay{
	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;
}
@media (min-width: 768px){
	.ot-slide .itemOverlay{
		position: absolute;
		bottom: 15%;
		left: 0;
	}
}
.ot-slide .itemOverlay-i{
	margin: 0 40px;
	padding: 12px 8.3% 10px;
}
.ot-slide .carousel-inner{
	
}
.ot-slide .carousel-inner > .active .itemOverlay {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ot-slide .carousel-inner > .next .itemOverlay,
.ot-slide .carousel-inner > .prev .itemOverlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
	transform: scale(0);
}
.ot-slide .carousel-inner > .next .itemOverlay,
.ot-slide .carousel-inner > .prev .itemOverlay,
.ot-slide .carousel-inner > .active.left .itemOverlay,
.ot-slide .carousel-inner > .active.right .itemOverlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
	transform: scale(0);
}
.ot-slide .carousel-inner > .next.left .itemOverlay,
.ot-slide .carousel-inner > .prev.right .itemOverlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
}
.ot-slide .itemOverlay *{
	
}
.ot-slide .itemOverlay .itemTitle{
	font-size: 48px;
	line-height: 1;
	margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-slide .itemOverlay .itemTitle{
		font-size: 38px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-slide .itemOverlay .itemTitle{
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.ot-slide .itemOverlay .itemTitle{
		font-size: 18px;
	}
}
.ot-slide .itemOverlay .itemIntrotext{
	margin: 0;
	font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-slide .itemOverlay .itemIntrotext{
		margin: 0;
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-slide .itemOverlay .itemIntrotext{
		margin: 0;
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.ot-slide .itemOverlay .itemIntrotext{
		margin: 0;
		font-size: 14px;
	}
}
.ot-slide .itemOverlay .itemTitle a,
.ot-slide .itemOverlay .itemReadMore a{
	text-decoration: none;
}
.archive-module{
	margin: 0;
	padding: 0;
	/* list-style: none; */
}
.archive-module li {
	padding: 4px 0;
}
.archive-module li a{
	text-decoration: none;
	text-transform: uppercase;
}

/* CUSTOM COMPONENT FINDER */
#finder-filter-select-list{
	list-style: none;
}

/* CUSTOM COMPONENT CONTACT */
.page-contact{
	
}
.page-contact .ot-title{
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-contact .contact-info{
	
}
.page-contact .contact-eform{
	
}
.page-contact .contact-info .contact-address{
	
}
.page-contact .contact-eform legend{
	font-size: 13px;
	border-width: 0;
	border-style: none;
}
form#contact-form{
	margin: 0 0 20px;
}

/* ---* CUSTOM BOTTOM BLOCK *--- */
#oMainBottomBlock{
	
}
#oMainBottomBlock > .container,
#oMainBottomBlock > .container-fluid{
	padding-top: 30px;
	padding-bottom: 10px;
}
#oMainBottomBlock .module{
	margin-bottom: 20px;
}
#oBottomBlock1{
	
}
#oBottomBlock1 > .container,
#oBottomBlock1 > .container-fluid{
	padding-top: 50px;
	padding-bottom: 30px;
}
#oBottomBlock1  .module h3.mod-title{
	font-size: 24px;
	padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){
	#oBottomBlock1 > .container,
	#oBottomBlock1 > .container-fluid{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#oBottomBlock1  .module h3.mod-title{
		font-size: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#oBottomBlock1 > .container,
	#oBottomBlock1 > .container-fluid{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	#oBottomBlock1  .module h3.mod-title{
		font-size: 20px;
	}
}
@media (max-width: 767px){
	#oBottomBlock1 > .container,
	#oBottomBlock1 > .container-fluid{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#oBottomBlock1  .module h3.mod-title{
		font-size: 18px;
	}
}
#oBottomBlock2{
	
}
#oBottomBlock2 > .container,
#oBottomBlock2 > .container-fluid{
	padding-top: 55px;
	padding-bottom: 50px;
}
#oBottomBlock2  .module h3.mod-title{
	font-size: 24px;
	padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){
	#oBottomBlock2 > .container,
	#oBottomBlock2 > .container-fluid{
		padding-top: 45px;
		padding-bottom: 40px;
	}
	#oBottomBlock2  .module h3.mod-title{
		font-size: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#oBottomBlock2 > .container,
	#oBottomBlock2 > .container-fluid{
		padding-top: 35px;
		padding-bottom: 30px;
	}
	#oBottomBlock2  .module h3.mod-title{
		font-size: 20px;
	}
}
@media (max-width: 767px){
	#oBottomBlock2 > .container,
	#oBottomBlock2 > .container-fluid{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	#oBottomBlock2  .module h3.mod-title{
		font-size: 18px;
	}
}

/* ---* CUSTOM FOOTER BLOCK *--- */
#oFooterBlock1 {
	
}
#oFooterBlock1 > .container,
#oFooterBlock1 > .container-fluid {
	padding-top: 30px;
	padding-bottom: 15px;
}
#oFooterBlock1 .module{
	margin-bottom: 15px;
}
#oFooterBlock1 .module h3.mod-title{
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 10px;
}
#oFooterBlock1 .module h3.mod-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #dbdbdb;
	width: 35%;
}
#oFooterBlock1 .module h3.mod-title span:before,
#oFooterBlock1 .module h3.mod-title span:after{
	display: none;
}
@media (min-width: 992px) and (max-width: 1199px){
	#oFooterBlock1 > .container,
	#oFooterBlock1 > .container-fluid{
		
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#oFooterBlock1 > .container,
	#oFooterBlock1 > .container-fluid{
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px){
	#oFooterBlock1 > .container,
	#oFooterBlock1 > .container-fluid{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#oFooterBlock1 .module{
		margin-bottom: 10px;
	}
}
#oFooterBlock2 {
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #eeecec;
}
#oFooterBlock2 > .container,
#oFooterBlock2 > .container-fluid {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ot-footer  ul.menu li{
	padding: 5px 0;
}
.ot-footer  ul.menu.list-inline li{
	padding: 0 7px;
}
.ot-footer  .module ul.menu li .fa:before,
.ot-footer .module ul.menu li .glyphicon:before{
	padding-right: 7px;
}
.ot-footer  .module ul.menu li > a,
.ot-footer .module ul.menu li > div > a{
	/* display: inline-block; */
	display: inline;
}
.ot-footer  .nav > li > a{
	padding: 5px 0;
}
.ot-footer  p{
	margin: 10px 0;
}
#ot-copyright {
	
}
@media (max-width: 767px){
	#ot-copyright {
		text-align: center;
	}
}

#ot-payment {
	text-align: right;
}
@media (max-width: 767px){
	#ot-payment {
		text-align: center;
	}
}



/* ---* CUSTOM READMORE *--- */
.readmore a,
a.readmore{
	display: inline-block;
	padding: 0;
	margin: 10px 0;
	/* border-width: 0;
	border-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; */
	/* box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset; */
}
.readmore a:hover,
a.readmore:hover{
	text-decoration: none;
	cursor: pointer;
	/* box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none; */
}

/* ---* CUSTOM STYLE SWITCHER *--- */
@media (max-width: 767px){
	#style-switcher{
		display: none;
	}
}

/* ---* 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: 'Carrington'; */
}
.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{
	opacity: 0.9;
	text-shadow: none;
}
.carousel-control.control-box{
	padding: 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: auto;
	bottom: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 0 0 -25px;
	display: block;
	/* border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; */
}
[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: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.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{
	bottom: 0;
	margin-bottom: 0;
}
.ot_slidenav.carousel-indicators li{
	width: 14px;
	height: 14px;
	border-width: 0px;
	border-style: none;
	margin: 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: 1px 0;
	border-style: solid;
	margin: 20px 0;
}
.ot-sep-vert + .ot-sep-vert{
	border-width: 0 0 0 1px;
	border-style: solid;
}
[class*="clearfix_"]:before, [class*="clearfix_"]:after {
    content: "";
    display: table;
    line-height: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.clearfix_sm:after {
    clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.clearfix_md:after {
    clear: both;
}
}
@media (min-width: 1200px) {
.clearfix_lg:after {
    clear: both;
}
}
.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,
[class*="col-"].padd0{
	padding: 0;
}
.padd-left0,
[class*="col-"].padd-left0{
	padding-left: 0;
}
.padd-right0,
[class*="col-"].padd-right0{
	padding-right: 0;
}
.padd-top0{
	padding-top: 0;
}
.padd-bottom0{
	padding-bottom: 0;
}
.marg0{
	margin: 0;
}
.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;
}