/**

*	@package	OT Business Solutions 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;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    display: inline-block;

    padding: 3px 8px;

}

.pager li > a, .pager li > span{

	border-width: 2px;

	color: #7d7d7d;

	border-radius: 20px;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

}

.pager li:hover > a,

.pager li:hover > span,

.pager li > a:hover,

.pager li > span:hover,

.pager li > a:focus,

.pager li > span:focus{

	background-color: #ffffff;

}

.pagination > li{

	display: inline-block;

}

.pagination > li + li{

	

}

.pagination > li > a, .pagination > li > span {

    background-color: transparent;

    border-color: transparent;

    color: #7d7d7d;

}

.pagination > li > a:hover,

.pagination > li > span:hover,

.pagination > li > a:focus,

.pagination > li > span:focus {

	background-color: transparent;

    border-color: transparent;

}

.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {

    background-color: transparent;

    border-color: transparent;

}

.pagination > .disabled > span,

.pagination > .disabled > span:hover,

.pagination > .disabled > span:focus,

.pagination > .disabled > a,

.pagination > .disabled > a:hover,

.pagination > .disabled > a:focus {

    border-color: transparent;

    color: #7d7d7d;

}

.pagination{

	margin: 0;

}

.pagination > li > a{

	margin: 5px 10px;

	padding: 0px;

	font-size: 14px;

	line-height: 1;

	border-radius: 0px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

}

.pagination > li:first-child > a{

	margin-left: 0px;

}

.pagination > li:last-child > a{

	margin-right: 0px;

}

.pagination > li.active > a,

.pagination > li > a:hover{

	

}

.jpagination span.counter{

	float: none;

	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.70;

	filter:alpha(opacity=70); /* 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{

	

}

.form-control{

	

}

.form-inline > *,

.form-inline .form-group{

	margin-bottom: 10px;

}

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 20px 4px 8px;

	font-size: inherit;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	background-color: #ffffff;

	background-image: url(../images/arrowdown.png);

	background-position: 100% 50%;

	background-repeat: no-repeat;

	border-color: #bdbdbd;

}

select[multiple]{

	background-image: none !important;

}

.ot-btn,

.ot-btn:hover{

	color: #ffffff;

	padding: 7px 20px;

	border: 0px none;

}

.chzn-container-single .chzn-drop {

	box-sizing: content-box;

}

.red,

label .star{

	color: #b30f16;

}

.bold{

	font-weight: bold;

}

.pos-sta{

	position: static;

}

.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 {

	font-weight: 300;

	margin-top: 10px;

}

@media (max-width: 1199px){

	.h1, h1 {

		font-size: 30px;

	}

	.h2, h2 {

		font-size: 24px;

	}

	.h3, h3 {

		font-size: 20px;

	}

}

@media (max-width: 991px){

	.h1, h1 {

		font-size: 24px;

	}

	.h2, h2 {

		font-size: 20px;

	}

	.h3, h3 {

		font-size: 18px;

	}

	.h4, h4 {

		font-size: 16px;

	}

}

@media (max-width: 767px){

	h1, .h1 {

		font-size: 22px;

	}

}

.btn.ot-bg{

	color: #ffffff;

	background-color: #252525;

}

.body-bg{

	/* position: relative;

	z-index: 0; */

}

.wrapper{

	overflow: hidden;

}

.section > [class*="container"]{	

	

}

.section.full-width > [class*="container"]{

	width: 100%;

}

.full-width{

	padding-left: 0 !important;

	padding-right: 0 !important;

}

.ot-content{

	

}

#offline > [class*="container"]{

	margin-top: 100px;

	margin-bottom: 100px;

}

@media (max-width:1199px){

	#offline > [class*="container"]{

		margin-top: 75px;

		margin-bottom: 75px;

	}

}

@media (max-width:991px){

	#offline > [class*="container"]{

		margin-top: 50px;

		margin-bottom: 50px;

	}

}

@media (max-width:767px){

	#offline > [class*="container"]{

		margin-top: 25px;

		margin-bottom: 25px;

	}

}

.panel-style{

	background-color: #1a232a;

}

.panel-style,

.panel-style a {

	color: #fff;

}

.panel-style .panel-heading{

	

}

.panel-style .panel-heading + .panel-body{

	border-top: 1px solid rgba(95, 100, 104, 0.6);

}

.panel-style .panel-body{

	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(0,0,0,0) 70px);

	background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.1)), color-stop(70px, rgba(0,0,0,0)));

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(0,0,0,0) 70px);

	background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(0,0,0,0) 70px);

	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0, rgba(0,0,0,0) 70px);

	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0, rgba(0,0,0,0) 70px);

	background-repeat: repeat-x;

	filter: progid:dximagetransform.microsoft.gradient(startColorstr='rgba(255,255,255,0.1)', endColorstr='rgba(0,0,0,0)', GradientType=0);

	padding-top: 70px;

	padding-bottom: 50px;

}

@media (max-width:1199px){

	.panel-style .panel-body{

		padding-top: 50px;

		padding-bottom: 35px;

	}

}

@media (max-width:991px){

	.panel-style .panel-body{

		padding-top: 30px;

		padding-bottom: 20px;

	}

}

@media (max-width:767px){

	.panel-style .panel-body{

		padding-top: 15px;

		padding-bottom: 10px;

	}

}

.panel-style .offline_message {

	color: #959fa7;

}

.panel-style label {

	font-weight: 600;

}

.panel-style .form-control {

	background-color: #aeaeae;

	border-color: #11171c;

	color: #1a232a;

}

.offline_message{

	text-align: center;

	margin-bottom: 30px;

}

.offlinepage #form-login-submit{

	text-align: right;

}

.control-label{

	

}

#member-registration .form-actions{

	text-align: right;

}

.content-category fieldset.filters{

	margin-bottom: 15px;

}



/* ---* CUSTOM MODULE BLOCK *--- */

.module{

	

}

.module .ot-mod-inner{

	

}

.mod-title{

	line-height: initial;

	/* margin: 0 0 20px; */

	padding: 0;

	position: relative;

	overflow: hidden;

}

.module .mod-title > span{

	display: inline-block;

}

.module .mod-title + .mod-content{

	

}

.module .mod-content{

	

}

/* CUSTOM MODULE STYLE */

.ot-title,

.module .mod-title > span{

	display: inline-block;

	position: relative;

}

.ot-title:before,

.ot-title:after{

	

}

.module .mod-title.title-styled{

	color: #000000;

}

.module .mod-title.title-styled > span:before,

.module .mod-title.title-styled > span:after{

	display: inline-block;

	content: '';

	width: 60px;

	border-bottom: 2px solid;

	margin: 0.3em;

}

/* CUSTOM MODULE MENU */

.module ul.menu ul{

	

}

.module ul.menu li{

	padding: 10px 0;

}

.module ul.menu li + li{

	border-top: 1px solid #e7e7e7;

}

.module ul.menu.list-inline{

	margin-left: -10px;

}

.module ul.menu.list-inline li{

	padding: 0 10px;

}

.module ul.menu.list-inline li + li{

	border-top: 0 none;

}

.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 .search form {

	

}

.ot-search .search form > .input-group{

	z-index: 0;

	border: 2px solid #f1f1f1;

	-webkit-border-radius: 3px 3px 3px 3px;

	-moz-border-radius: 3px 3px 3px 3px;

    border-radius: 3px 3px 3px 3px;

}

.ot-search .search input.search-query,

.ot-search .search .btn-search {

	border: 0 none;

}

.ot-search .search input.search-query{

	color: #999999;

	/* width: 210px; */

	height: auto;

	padding: 10px 16px;

	line-height: 20px;

}

@media (min-width: 768px) {

	.ot-search .search input.search-query{

		

	}

}

.ot-search .search input.search-query::-moz-placeholder{

	color: #999999;

	font-size: 18px;

	font-weight: 300;

}

.ot-search .search input.search-query:-moz-placeholder{

	color: #999999;

	font-size: 18px;

	font-weight: 300;

}

.ot-search .search input.search-query:-ms-input-placeholder{

	color: #999999;

	font-size: 18px;

	font-weight: 300;

}

.ot-search .search input.search-query::-webkit-input-placeholder{

	color: #999999;

	font-size: 18px;

	font-weight: 300;

}

.ot-search .search input.search-query{

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}

.ot-search .search .btn-search {

	background-color: transparent;

	color: #f1f1f1;

	font-size: 20px;

	padding: 5px 10px;

}

.ot-search .search input.search-query:hover,

.ot-search .search input.search-query:focus,

.ot-search .search input.search-query:active,

.ot-search .search .btn-search:hover,

.ot-search .search .btn-search:focus,

.ot-search .search .btn-search:active{

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}



#oBannerTopBlock/* ,

#oBannerTopBlock > [class*="container"] */ {

	position: relative;

	/* overflow: hidden; */

}

#oBannerTopBlock:before,

#oBannerTopBlock:after,

#oBannerTopBlock > [class*="container"]:before,

#oBannerTopBlock > [class*="container"]:after{

	position: absolute;

	content: '';

	display: block;

}

#oBannerTopBlock:after{

	top: 0;

	bottom: -1px;

	/* left: 84%; */

	left: 84.5%;

	right: 0;

	-webkit-transform: skewX(51.5deg);

	-moz-transform: skewX(51.5deg);

	-ms-transform: skewX(51.5deg);

	-o-transform: skewX(51.5deg);

	transform: skewX(51.5deg);

	-webkit-transform-origin: 0 0 0;

	-moz-transform-origin: 0 0 0;

	-ms-transform-origin: 0 0 0;

	transform-origin: 0 0;

}

#oBannerTopBlock:before{

	left: auto;

	/* right: 0%;

	top: 0%; */

	right: 0.5%;

	top: 2%;

	bottom: auto;

	padding: 3.1%;

	background-image: url("../images/topright.png");

	background-size: cover;

	background-repeat: none;

	z-index: 1;

}

#oBannerTopBlock > [class*="container"]:after{

	top: 0;

	bottom: -1px;

	left: 0%;

	/* right: 76%; */

	right: 75.5%;

	background-color: #1a232a;

	-webkit-transform: skewX(51.5deg);

	-moz-transform: skewX(51.5deg);

	-ms-transform: skewX(51.5deg);

	-o-transform: skewX(51.5deg);

	transform: skewX(51.5deg);

	-webkit-transform-origin: 100% 100% 0;

	-moz-transform-origin: 100% 100% 0;

	-ms-transform-origin: 100% 100% 0;

	transform-origin: 100% 100% 0;

}

#oBannerTopBlock > [class*="container"]:before{

	right: auto;

	/* left: 1%;

	bottom: 0%; */

	left: 1.5%;

	bottom: 1%;

	top: auto;

	padding: 6.25%;

	background-image: url("../images/bottomleft.png");

	background-size: cover;

	background-repeat: none;

	z-index: 1;

}

.homepage #oBannerTopBlock:after{

	left: 75.5%;
	display:none;

}

.homepage #oBannerTopBlock:before{
	display:none;

	right: 3%;

	top: 5%;

	padding: 3.5%;

}

.homepage #oBannerTopBlock > [class*="container"]:after{
	display:none;

	right: 55.5%;

}

.homepage #oBannerTopBlock > [class*="container"]:before{
	display:none;

	left: 6%;

	bottom: 9%;

	padding: 6.5%;

}

#oBannerTopBlock .ot-slide .carousel-control.control-box.left{

	left: 25%;

}

#oBannerTopBlock .ot-slide .carousel-control.control-box.right{

	right: 22%;

}

#oBannerTopBlock .ot-slide .itemImage + .itemOverlay{

	left: 28%;

	right: 25%;

}



#oNavigatorBlock{

	background-color: #000000;

	position: relative;

	width: 100%;

	z-index: 20;

}

#oNavigatorBlock.section > [class*="container"]{	

	

}

/* CUSTOM LOGO */

#ot-logo{

	

}

@media (max-width: 1199px){

	#ot-logo{

		text-align: center;

	}

}

#ot-logo .logo{

	margin: 0px;

}

#ot-logo img{

	max-width: 100%;

}

#ot-navigator{

	

}



/* CUSTOM MAIN MENU */

.module.mainmenu {

	padding: 0;

	/* margin: 0; */

	position: relative;

	/* z-index: 3; */

}

.mainmenu .otmenu-desk-wrapper {

	margin: 0px;

	position: relative;

	z-index: 1;

	text-align: right;

}

.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;

	background-color: transparent;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}

.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:hover,

.mainmenu .otmenu-desk-wrapper .ot-menu li.hover,

.mainmenu .otmenu-desk-wrapper .ot-menu li.active,

.mainmenu .otmenu-desk-wrapper .ot-menu li.active > div > a {

	background-color: transparent;

}

.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.level1 + li.level1:before{

	

}

.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{

	color: #ffffff;

	font-size: 14px;

	font-weight: 300;

	text-transform: uppercase;

	margin: 0 0 1px;

	padding: 7px 20px;

}

.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{

	color: #ffffff;

	font-size: 14px;

	line-height: 24px;

	height: 24px;

	padding: 18px 20px;

	margin: 0;

	text-align: left;

	text-transform: uppercase;

	position: relative;

	z-index: 1000;

}

.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 > span:before,

.mainmenu .otmenu-desk-wrapper .ot-menu span.level1 > span:before{

	

}

.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{

	background-color: transparent;

	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: 60px;

}

.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i{

	position: relative;

	float: left;

	background-color: #1a232a;

}

.mainmenu .otmenu-desk-wrapper .ot-menu li li{

	margin: 0;

	padding: 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 .hasColumn li > div > a:hover,

.mainmenu .otmenu-desk-wrapper .ot-menu .hasColumn li.hover > div > a,

.mainmenu .otmenu-desk-wrapper .ot-menu .hasColumn li.active > div > a{

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}

.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 .ot-menu li.hasColumn .submenu-column{

	background-color: transparent;

}

.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn .submenu-column > .submenu-wrap{

	background-color: transparent;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: 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{

	

}

.mainmenu .otmenu-desk-wrapper .item-desc{

	color: #999999;

}

.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;

}

@media (min-width: 992px) and (max-width: 1199px){

	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{

		padding: 23px 15px 23px;

	}

	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{

		padding: 7px 15px;

	}

	.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{

		top: 70px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{

		padding: 18px 10px 18px;

	}

	.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{

		padding: 7px 10px;

	}

	.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{

		top: 60px;

	}

}

.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{

	/* overflow: hidden; */

	text-align: right;

}

#oBreadcrumbBlock.section > [class*="container"]{

	

}

.breadcrumb{

	background-color: transparent;

	color: #000000;

	margin: 0;

	padding: 15px 0px;

	font-size: 15px;

	border-radius: 0;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

}

.breadcrumb > li {

	border-width: 0;

}

.breadcrumb > li + li:before {

	color: #000000;

	font-style: normal;

	line-height: 1;

	margin: 0 10px;

	display: inline-block;

	position: relative;

	top: -2px;

}

.breadcrumb > li.active {

	/* color: #959595; */

}

.breadcrumb > li > .divider{

	color: #000000;

	padding: 0 10px;

}

.breadcrumb > li > a{

	color: #000000;

	padding: 0;

	text-decoration: none;

}

.breadcrumb > li > a .fa{

	font-size: 19px;

}

.ot-breadcrumb{

	/* text-align: right; */

}

.ot-breadcrumb-heading{

	float: left;

	font-size: 22px;

	text-transform: uppercase;

	font-weight: bold;

	margin: 10px 20px 10px 0px;

	position: relative;

}

@media (min-width: 992px) and (max-width: 1199px){

	.ot-breadcrumb-heading{

		font-size: 20px;

		/* margin: 10px 20px 10px 0px; */

	}

}

@media (min-width: 768px) and (max-width: 991px){

	.ot-breadcrumb-heading{

		font-size: 18px;

		margin: 7px 15px 7px 0px;

	}

}

@media (max-width: 767px){

	.ot-breadcrumb-heading{

		font-size: 16px;

		margin: 5px 10px 5px 0px;

	}

}



/* ---* CUSTOM MIDDLE BLOCK *--- */

#oTopBlock1{

	

}

#oTopBlock1 > [class*="container"]{

	padding-top: 70px;

	padding-bottom: 70px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#oTopBlock1 > [class*="container"]{

		padding-top: 50px;

		padding-bottom: 50px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oTopBlock1 > [class*="container"]{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#oTopBlock1 > [class*="container"]{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}

#oTopBlock2{

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-image: url("../images/service_bg.jpg");

	background-position: 50% 50%;

	background-size: cover;

	color: #ffffff;

}

#oTopBlock2 > [class*="container"]{

	padding-top: 70px;

	padding-bottom: 70px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#oTopBlock2 > [class*="container"]{

		padding-top: 50px;

		padding-bottom: 50px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oTopBlock2 > [class*="container"]{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#oTopBlock2 > [class*="container"]{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}

#oTopBlock2,

#oTopBlock2 a{

	

}

#oTopBlock3{

	

}

#oTopBlock3 > [class*="container"]{

	

}

@media (min-width: 992px) and (max-width: 1199px){

	#oTopBlock3 > [class*="container"]{

		

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oTopBlock3 > [class*="container"]{

		

	}

}

@media (max-width: 767px){

	#oTopBlock3 > [class*="container"]{

		

	}

}



/* ---* CUSTOM MAIN BLOCK *--- */

#oMainBlock {

	/* overflow: hidden; */

}

#oMainBlock > [class*="container"]{

	

}

#ot-maincontent,

#ot-sidebar1,

#ot-sidebar2 {

	padding-top: 50px;

	padding-bottom: 50px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#ot-maincontent,

	#ot-sidebar1,

	#ot-sidebar2{

		padding-top: 40px;

		padding-bottom: 40px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#ot-maincontent,

	#ot-sidebar1,

	#ot-sidebar2{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#ot-maincontent,

	#ot-sidebar1,

	#ot-sidebar2{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}

#ot-sidebar2{

	float: right;

}

#ot-sidebar2.cs-bg:before {

	content: '';

	position: absolute;

	top: 0;

	bottom: 0;

	width: 1000px;

	display: block;

	background-color: #f9f9f9;

	left: 100%;

}



/* ---* CUSTOM LEFT - RIGHT BLOCK *--- */

[id*="ot-sidebar"] .module{

	margin: 0 0 20px;

}

[id*="ot-sidebar"] .menu > li > a{

	color: #000000;

}



/* ---* CUSTOM COMPONENT CONTENT *--- */

div.tags{

	margin-bottom: 20px;

}

span.tag{

	display: inline-block;

	margin: 2px 0px;

}

span.tag .tag-name{

	color: #ffffff;

	display: inline-block;

	padding: 5px 15px;

	line-height: 1.2;

}

.tag-name:hover{

	text-decoration: none;

}

[class*="img-intro-"] {

	text-align: center;

}

.img-intro-left,

.item-image.pull-left,

.img-intro-right,

.item-image.pull-right{

	position: relative;

	float: left;

	margin-bottom: 10px;

	max-width: 100%;

}

.img-intro-left,

.item-image.pull-left{

	margin-right: 30px;

}

.img-intro-right,

.item-image.pull-right{

	margin-left: 30px;

}

.items-more{

	margin: 20px 0 10px;

}

.componentheading,

.page-header,

.page-title{

	color: #252525;

	font-size: 25px;

	font-weight: bold;

	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: 25px;

	font-weight: bold;

	line-height: 1.4;

}

.page-header h1,

.ot-title,

.fs-label{

	position: relative;

	color: #000000;

	/* font-weight: bold; */

	overflow-x: hidden;

	margin: 0 0 20px;

	padding: 0 0 20px;

}

.page-header h1 span,

.fs-label span{

	display: inline-block;

	position: relative;

}

legend.fs-label{

	border-width: 0;

	border-style: none;

	font-size: 24px;

	line-height: 1.4;

	text-align: center;

	text-transform: uppercase;

	color: #252525;

}

.page-content{

	clear: both;

}

.item-title a{

	text-decoration: none;

}

.item-image{

	/* text-align: center; */

	margin-bottom: 30px;

	position: relative;

}

.article-detail{

	margin: 0 0 30px;

}

@media(min-width: 992px) and (max-width: 1199px){

	.article-detail{

		margin-bottom: 0 0 20px;

	}

}

@media(min-width: 768px) and (max-width: 991px){

	.article-detail{

		margin-bottom: 0 0 15px;

	}

}

@media(max-width: 767px){

	.article-detail{

		margin-bottom: 0 0 10px;

	}

}

.article-info{

	color: #333333;

	font-size: 13px;

	position: relative;

	padding: 0 0 10px;

	margin: 0 0 10px;

	border-bottom: 1px solid #e5e5e5;

}

.article-info > *{

	margin-right: 5px;

}

.article-info .glyphicon,

.article-info .fa{

	padding-right: 3px;

	color: #cbcbcb;

}

@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{

	background-color: #f4f4f4;

	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{

	color: #ffffff;

	padding: 5px 15px;

	text-transform: uppercase;

}

.cat-blog .cat-image{

	margin: 0 0 10px;

}

.blog{

	

}

.blog [itemprop="articleBody"]:after{

	/* clear: both;

	content: '';

	border-bottom: 3px solid #252525;

	width: 60px;

	display: block;

	margin: 15px 0; */

}

.blog .article-detail{

	margin: 15px 0;

}

@media(max-width: 767px){

	.blog .article-detail{

		margin-bottom: 10px 0;

	}

}

.blog .blog-detail {

	border: 1px solid #cbcbcb;

	-webkit-border-radius: 3px 3px 3px 3px;

	-moz-border-radius: 3px 3px 3px 3px;

    border-radius: 3px 3px 3px 3px;

}

.blog .article-content{

	

}

.blog .article-title,

.blog .article-title a,

.blog .item-title,

.blog .item-title a {

	color: #666666;

	text-transform: uppercase;

}

.blog .article-info{

	

}

.category-desc{

	margin-bottom: 20px;

}



/* ---* CUSTOM CONTENT MODULE *--- */

.module .item-title a{

	/* font-weight: bold; */

}

.module .list-items li .created{

	color: #999999;

	display: inline-block;

	font-size: 11px;

	font-style: italic;

}

.module .blog .article-content{

	padding: 0 30px;

}

.latestnews{

	margin: 0;

}

.latestnews li{

	padding: 10px 0;

}

.latestnews li + li{

	border-top: 1px solid #e7e7e7;

}

.latestnews > li .article-detail{

	margin: 0;

}

.latestnews > li .art-title{

	text-transform: none;

}

.latestnews.list-thumb .img-intro{

	background-repeat: no-repeat;

	background-attachment: scroll;

	background-position: 50% 0%;

	background-size: cover;	

}

.latestnews.list-thumb .img-intro img{

	width: 100%;

}

.art-title{

	color: #353535;

	text-transform: uppercase;

	position: relative;

}

h4.art-title{

	font-weight: bold;

	margin: 0 0 20px;

}

.art-title a,

a.art-title{

	color: #353535;

	text-decoration: none;

}

.categories-module{

	

}

.categories-module li{

	padding: 10px 0;

}

.categories-module li + li{

	border-top: 1px solid #e7e7e7;

}

.categories-module li a.cat-name{

	color: #000000;

	text-decoration: none;

}

/* SLIDE LAYOUT */

.ot-slide{

	

}

.ot-slide *{	

	-webkit-transition: all 0.6s ease 0s;

	-moz-transition: all 0.6s ease 0s;

	transition: all 0.6s ease 0s;

}

.ot-slide .carousel-inner > .item{

	

}

.ot-slide .itemImage{

	float: left;

	width: 100%;

}

.ot-slide .itemImage img{

	float: left;

	width: 100%;

}

.ot-slide .itemOverlay{

	overflow: hidden;

	position: relative;

	font-weight: 300;

}

.ot-slide .itemImage + .itemOverlay{

	position: absolute;

	z-index: 1;

	left: 0;

	right: 0;

	top: 50%;

	-webkit-transform: translateY(-50%) !important;

	-moz-transform: translateY(-50%) !important;

	-ms-transform: translateY(-50%) !important;

	-o-transform: translateY(-50%) !important;

	transform: translateY(-50%) !important;

	color: #ffffff;

	text-align: center;

}

.ot-slide .itemImage + .itemOverlay .btn{

	color: #ffffff;

	border-color: #ffffff;

}

.ot-slide .itemOverlay .itemTitle{

	position: relative;

	text-transform: uppercase;

	margin: 0 0 20px;

	-webkit-transform: translateY(-200%);

	-moz-transform: translateY(-200%);

	-ms-transform: translateY(-200%);

	-o-transform: translateY(-200%);

	transform: translateY(-200%);

}

.ot-slide .carousel-inner > .active .itemOverlay .itemTitle {

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

}

.ot-slide .itemOverlay .itemIntrotext{

	-webkit-transform: translateY(200%);

	-moz-transform: translateY(200%);

	-ms-transform: translateY(200%);

	-o-transform: translateY(200%);

	transform: translateY(200%);

}

.ot-slide .carousel-inner > .active .itemOverlay .itemIntrotext {

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

}

.ot-slide .carousel-inner{

	

}

.ot-slide .carousel-inner > .active .itemOverlay {

	-webkit-transform: translateX(0);

	-moz-transform: translateX(0);

	-ms-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0);

}

.ot-slide .carousel-inner > .next .itemOverlay,

.ot-slide .carousel-inner > .prev .itemOverlay {

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

	transform: translateX(-100%);

}

.ot-slide .carousel-inner > .active.left .itemOverlay,

.ot-slide .carousel-inner > .active.right .itemOverlay {

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

	transform: translateX(100%);

}

.ot-slide .carousel-inner > .next.left .itemOverlay,

.ot-slide .carousel-inner > .prev.right .itemOverlay {

	-webkit-transform: translateX(0);

	-moz-transform: translateX(0);

	-ms-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0);

}

.ot-slide .itemOverlay .itemTitle,

.ot-slide .itemOverlay .itemTitle a,

.ot-slide .itemOverlay .itemReadMore,

.ot-slide .itemOverlay .itemReadMore a{

	color: #ffffff;

	text-decoration: none;

}

.ot-slide .itemOverlay .itemIntrotext{

	color: rgba(255, 255, 255, 0.8);

	font-size: 18px;

}

@media (max-width: 1199px){

	.ot-slide .itemOverlay .itemIntrotext{

		font-size: 16px;

	}

}

@media (max-width: 991px){

	.ot-slide .itemOverlay .itemIntrotext{

		font-size: 15px;

	}

}

@media (max-width: 767px){

	.ot-slide .itemOverlay .itemIntrotext{

		font-size: 14px;

	}

}

.ot-slide .carousel-control.control-box{

	z-index: 1;

}

.ot-slide .carousel-control.control-box.left{

	

}

.ot-slide .carousel-control.control-box.right{

	

}

.archive-module{

	margin: 0;

	padding: 0;

	/* list-style: none; */

}

.archive-module li {

	padding: 4px 0;

}

.archive-module li a{

	color: #828481;

	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-top: 20px;

	margin-bottom: 10px;

	padding-bottom: 10px;

	border-bottom: 1px solid #e7e7e7;

}

.page-contact .contact-info{

	

}

.page-contact .contact-eform{

	

}

.page-contact .contact-info .contact-address span + span + span:before{

	content: ' - ';

}

.page-contact .contact-eform legend{

	font-size: 14px;

	border-width: 0;

	border-style: none;

}

form#contact-form{

	margin: 0 0 20px;

}

#slide-contact .panel {

    border-color: #DDDDDD;

}

#slide-contact .panel > .panel-heading {

    background-color: #F5F5F5;

    border-color: #DDDDDD;

    color: #333333;

}

#slide-contact .panel > .panel-heading + .panel-collapse .panel-body {

    border-top-color: #DDDDDD;

}

#slide-contact .panel > .panel-footer + .panel-collapse .panel-body {

    border-bottom-color: #DDDDDD;

}



/* ---* CUSTOM BOTTOM BLOCK *--- */

#oBottomBlock1{

	

}

#oBottomBlock1 > [class*="container"]{

	padding-top: 70px;

	padding-bottom: 70px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#oBottomBlock1 > [class*="container"]{

		padding-top: 50px;

		padding-bottom: 50px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oBottomBlock1 > [class*="container"]{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#oBottomBlock1 > [class*="container"]{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}

#oBottomBlock2{

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-image: url("../images/contact_bg.jpg");

	background-position: 50% 50%;

	background-size: cover;

	color: #ffffff;

}

#oBottomBlock2 > [class*="container"]{

	padding-top: 70px;

	padding-bottom: 70px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#oBottomBlock2 > [class*="container"]{

		padding-top: 50px;

		padding-bottom: 50px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oBottomBlock2 > [class*="container"]{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#oBottomBlock2 > [class*="container"]{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}

#oBottomBlock3 {

	

}

#oBottomBlock3 > [class*="container"]{

	padding-top: 70px;

	padding-bottom: 70px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#oBottomBlock3 > [class*="container"]{

		padding-top: 50px;

		padding-bottom: 50px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oBottomBlock3 > [class*="container"]{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#oBottomBlock3 > [class*="container"]{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}



/* ---* CUSTOM FOOTER BLOCK *--- */

#oFooterBlock {

	color: #666666;

	/* overflow: hidden; */

}

#oFooterBlock > [class*="container"]{

	padding-top: 50px;

	padding-bottom: 50px;

}

@media (min-width: 992px) and (max-width: 1199px){

	#oFooterBlock > [class*="container"]{

		padding-top: 40px;

		padding-bottom: 40px;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	#oFooterBlock > [class*="container"]{

		padding-top: 30px;

		padding-bottom: 30px;

	}

}

@media (max-width: 767px){

	#oFooterBlock > [class*="container"]{

		padding-top: 15px;

		padding-bottom: 15px;

	}

}

#oFooterBlock  ul.menu li{

	padding: 5px 0;

}

#oFooterBlock .module ul.menu li + li{

	border-top: 0 none;

}

#oFooterBlock  ul.menu.list-inline li{

	padding: 0 7px;

}

#oFooterBlock  .module ul.menu li .fa:before,

#oFooterBlock .module ul.menu li .glyphicon:before{

	padding-right: 7px;

}

#oFooterBlock  .module ul.menu li > a,

#oFooterBlock .module ul.menu li > div > a{

	/* display: inline-block; */

	display: inline;

}

#oFooterBlock  .nav > li > a{

	padding: 5px 0;

}

#oFooterBlock  a{

	/* color: #666666; */

}

#oFooterBlock  p{

	margin: 10px 0;

}



/* ---* CUSTOM READMORE *--- */

.readmore a,

a.readmore{

	color: #666666;

	font-size: 18px;

	font-weight: 300;

	text-transform: uppercase;

	text-decoration: none;

	display: inline-block;

	margin: 10px 0 20px;

	padding: 5px 20px;

	border: 1px solid #cbcbcb;

	-webkit-border-radius: 3px 3px 3px 3px;

	-moz-border-radius: 3px 3px 3px 3px;

    border-radius: 3px 3px 3px 3px;

}

@media (max-width: 1199px){

	.readmore a,

	a.readmore{

		font-size: 16px;

		padding: 5px 20px;

	}

}

@media (max-width: 991px){

	.readmore a,

	a.readmore{

		font-size: 15px;

		padding: 5px 15px;

	}

}

@media (max-width: 767px){

	.readmore a,

	a.readmore{

		font-size: 14px;

		padding: 5px 10px;

	}

}

.readmore a:hover,

a.readmore:hover{

	text-decoration: none;

	cursor: pointer;

}



/* ---* 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{

	background-color: #FFFFFF;

	background-image: -moz-linear-gradient(top, #FFFFFF 0, #ECECEC 100%);

	background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #ECECEC));

	background-image: -webkit-linear-gradient(top, #FFFFFF 0, #ECECEC 100%);

	background-image: -o-linear-gradient(top, #FFFFFF 0, #ECECEC 100%);

	background-image: -ms-linear-gradient(top, #FFFFFF 0, #ECECEC 100%);

	background-image: linear-gradient(to bottom, #FFFFFF 0, #ECECEC 100%);

	background-repeat: repeat-x;

	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ECECEC', GradientType=0);

	/* border-color: #E9E9E9 #E9E9E9 transparent; */

	border-color: #E9E9E9;

	color: #666666;

	/* 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 > li.active > a,

.nav-tabs > li.active > a:hover,

.nav-tabs > li.active > a:focus{

	background-image: none;

	color: #222222;

	border-color: #E9E9E9;	

}

.tab-content{

	border-color: #E9E9E9;

	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{

	

}

.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;

	filter:alpha(opacity=0);

}

.carousel-fade .carousel-inner > .next.left,

.carousel-fade .carousel-inner > .prev.right {

    opacity: 1;

	filter:alpha(opacity=100);

}

.carousel-caption h4{

	

}

.carousel-control{

	opacity: 0.9;

	filter:alpha(opacity=90);

	text-shadow: none;

}

.carousel-control.control-box{

	background-repeat: no-repeat !important;

	background-attachment: scroll;

	background-position: 50% 50%;

	background-size: cover;

	-webkit-box-sizing: content-box;

	-moz-box-sizing: content-box;

	box-sizing: content-box;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	width: 35px;

	height: 65px;

	display: block;

}

@media (max-width: 1199px){

	.carousel-control.control-box{

		width: 25px;

		height: 46px;

	}

}

@media (max-width: 991px){

	.carousel-control.control-box{

		width: 20px;

		height: 37px;

	}

}

@media (max-width: 767px){

	.carousel-control.control-box{

		width: 15px;

		height: 28px;

	}

}

[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;

}

.carousel-control.control-box.left{

	background-image: url("../images/prev.png");

}

.carousel-control.control-box.right{

	background-image: url("../images/next.png");

}

.carousel-control.control-light,

.carousel-control.control-light:hover{	

	background-image: none !important;

	background-color: #FFFFFF;

	color: #7e7e7e;

}

.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: inherit;

}

.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; */

	-webkit-transition: all 0.6s ease 0s;

	-moz-transition: all 0.6s ease 0s;

	transition: all 0.6s ease 0s;

}

.carousel-caption h4{

	color: #EEE0BD;

}

.ot_slidenav.carousel-indicators{

	width: 40%;

	/* bottom: 0;

	margin-bottom: 0; */

	margin-left: 0;

}

.ot_slidenav.carousel-indicators li{

	background-color: rgba(255, 255, 255, 0.95);

	border-color: transparent;

	width: 10px;

	height: 10px;

	border-width: 0px;

	border-style: none;

	margin: 2px;

}

.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 (max-width: 767px) {

.clearfix_sm:after {

    clear: both;

}

}

@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-effect{

    -webkit-transition: all 750ms ease 0s;

    -moz-transition: all 750ms ease 0s;

    transition: all 750ms ease 0s;

}

.ot-scroll-disappear{

	opacity: 0;

	filter:alpha(opacity=0); /* For IE8 and earlier */

}

.effect-up{

    -webkit-transform: translate(0px, 50px);

    -moz-transform: translate(0px, 50px);

    -ms-transform: translate(0px, 50px);

    -o-transform: translate(0px, 50px);

    transform: translate(0px, 50px);

}

.effect-dwn{

    -webkit-transform: translate(0px, -50px);

    -moz-transform: translate(0px, -50px);

    -ms-transform: translate(0px, -50px);

    -o-transform: translate(0px, -50px);

    transform: translate(0px, -50px);

}

.effect-left{

    -webkit-transform: translate(-50px, 0px);

    -moz-transform: translate(-50px, 0px);

    -ms-transform: translate(-50px, 0px);

    -o-transform: translate(-50px, 0px);

    transform: translate(-50px, 0px);

}

.effect-right{

    -webkit-transform: translate(50px, 0px);

    -moz-transform: translate(50px, 0px);

    -ms-transform: translate(50px, 0px);

    -o-transform: translate(50px, 0px);

    transform: translate(50px, 0px);

}

.effect-up-left{

    -webkit-transform: translate(-50px, 50px);

    -moz-transform: translate(-50px, 50px);

    -ms-transform: translate(-50px, 50px);

    -o-transform: translate(-50px, 50px);

    transform: translate(-50px, 50px);

}

.effect-dwn-left{

    -webkit-transform: translate(-50px, -50px);

    -moz-transform: translate(-50px, -50px);

    -ms-transform: translate(-50px, -50px);

    -o-transform: translate(-50px, -50px);

    transform: translate(-50px, -50px);

}

.effect-up-right{

    -webkit-transform: translate(50px, 50px);

    -moz-transform: translate(50px, 50px);

    -ms-transform: translate(50px, 50px);

    -o-transform: translate(50px, 50px);

    transform: translate(50px, 50px);

}

.effect-dwn-right{

    -webkit-transform: translate(50px, -50px);

    -moz-transform: translate(50px, -50px);

    -ms-transform: translate(50px, -50px);

    -o-transform: translate(50px, -50px);

    transform: translate(50px, -50px);

}

.effect-zoom-lg{

    -webkit-transform: scale(1.5);

    -moz-transform: scale(1.5);

    -ms-transform: scale(1.5);

    -o-transform: scale(1.5);

    transform: scale(1.5);

}

.effect-zoom-sm{

    -webkit-transform: scale(0.5);

    -moz-transform: scale(0.5);

    -ms-transform: scale(0.5);

    -o-transform: scale(0.5);

    transform: scale(0.5);

}

.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);

}



.effect.rotate{

	-webkit-transform: scale(-1);

    -moz-transform: scale(-1);

    -ms-transform: scale(-1);

    -o-transform: scale(-1);

    transform: scale(-1);

}

.effect[class*="from"]{

	-webkit-transform: scale(0.1);

    -moz-transform: scale(0.1);

    -ms-transform: scale(0.1);

    -o-transform: scale(0.1);

    transform: scale(0.1);

}

.effect.fromTop{

	-webkit-transform-origin: 50% 0;

    -moz-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    transform-origin: 50% 0;

}

.effect.fromBottom{

	-webkit-transform-origin: 50% 100%;

    -moz-transform-origin: 50% 100%;

    -ms-transform-origin: 50% 100%;

    transform-origin: 50% 100%;

}

.effect.fromLeft{

	-webkit-transform-origin: 0% 50%;

    -moz-transform-origin: 0% 50%;

    -ms-transform-origin: 0% 50%;

    transform-origin: 0% 50%;

}

.effect.fromRight{

	-webkit-transform-origin: 100% 50%;

    -moz-transform-origin: 100% 50%;

    -ms-transform-origin: 100% 50%;

    transform-origin: 100% 50%;

}

.effect.fromTopLeft{

	-webkit-transform-origin: 0 0;

    -moz-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    transform-origin: 0 0;

}

.effect.fromBottomLeft{

	-webkit-transform-origin: 0 100%;

    -moz-transform-origin: 0 100%;

    -ms-transform-origin: 0 100%;

    transform-origin: 0 100%;

}

.effect.fromTopRight{

	-webkit-transform-origin: 100% 0;

    -moz-transform-origin: 100% 0;

    -ms-transform-origin: 100% 0;

    transform-origin: 100% 0;

}

.effect.fromBottomRight{

	-webkit-transform-origin: 100% 100%;

    -moz-transform-origin: 100% 100%;

    -ms-transform-origin: 100% 100%;

    transform-origin: 100% 100%;

}

.effect[class*="fromX"]{

	-webkit-transform: scaleX(0.1);

    -moz-transform: scaleX(0.1);

    -ms-transform: scaleX(0.1);

    -o-transform: scaleX(0.1);

    transform: scaleX(0.1);

	-webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.effect.fromXLeft{

	-webkit-transform-origin: 0% 50%;

    -moz-transform-origin: 0% 50%;

    -ms-transform-origin: 0% 50%;

    transform-origin: 0% 50%;

}

.effect.fromXRight{

	-webkit-transform-origin: 100% 50%;

    -moz-transform-origin: 100% 50%;

    -ms-transform-origin: 100% 50%;

    transform-origin: 100% 50%;

}

.effect[class*="fromY"]{

	-webkit-transform: scaleY(0.1);

    -moz-transform: scaleY(0.1);

    -ms-transform: scaleY(0.1);

    -o-transform: scaleY(0.1);

    transform: scaleY(0.1);

	-webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.effect.fromYTop{

	-webkit-transform-origin: 50% 0;

    -moz-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    transform-origin: 50% 0;

}

.effect.fromYBottom{

	-webkit-transform-origin: 50% 100%;

    -moz-transform-origin: 50% 100%;

    -ms-transform-origin: 50% 100%;

    transform-origin: 50% 100%;

}

.effect{

	-webkit-transition: all 0.6s ease 0s;

	-moz-transition: all 0.6s ease 0s;

	transition: all 0.6s ease 0s;

}

.in.effect{

	-webkit-transform: translate(0, 0) scale(1);

    -moz-transform: translate(0, 0) scale(1);

    -ms-transform: translate(0, 0) scale(1);

    -o-transform: translate(0, 0) scale(1);

    transform: translate(0, 0) scale(1);

}