/**

*	@package	Vozz Mag Joomla! Template

*	@copyright	Copyright (C) 2009 - 2014 Omegatheme. All rights reserved.

*	@license	GNU/GPL version 2, or later

*	@website:	http://www.omegatheme.com

*	Support Forum - http://www.omegatheme.com/forum/

*	@version	$Id$

*/



/* 

* In this file we define layout such as: dimensions, position, padding, margin, etc. 

* We also define COMMON typography (color, font) - JUST ONLY common style. 

* If template has many preset styles, define typography in preset-style-x.css appropriate each design

*/



/*========================= 1. GENERAL =======================*/

.boxed .wrapper {

    margin:0 auto;

    padding: 0;

}

/*---------- Start Responsive Reset ------------*/

@media (min-width: 1200px) {

	.col-lg-reset {

		left: auto;

		right: auto;

	}

}



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

	.col-md-reset {

		left: auto;

		right: auto;

	}

}



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

	.col-sm-reset {

		left: auto;

		right: auto;

	}

}



@media (max-width: 767px) {

    .col-xs-reset {

        left: auto;

		right: auto;

    }

}

/*---------- End Responsive Reset ------------*/



p{

	margin: 10px 0;

}

input, textarea, .uneditable-input { max-width: 99%; }

a.modal {

    background: none repeat scroll 0 center transparent;

    border: 0 none;

    border-radius: 0 0 0 0;

    bottom: 0;

    left: 0;

    margin: 0;

    outline: medium none;

    padding: 0;

    position: relative;

    right: 0;

    top: 0;

    width: auto;

    z-index: 0;

}

.ie7 .btn-navbar{ display: none; }



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



/* com_search */

.search{}

.search .phrases-box,

.search .ordering-box,

.search .only,

.search .form-limit 

{

	clear: both; 

	margin: 0.5em 0;

}

.search .phrases-box > input,

.search .phrases-box > label {

	display: inline;

	margin: 0 2px;

}

.search .ordering-box > label {

	display: inline;

}



/* tooltips*/

.tip-wrap {

    background-color: #000000;

    border-radius: 4px 4px 4px 4px;

    color: #FFFFFF;

    max-width: 200px;

    padding: 3px 8px;

    text-align: center;

    text-decoration: none;

    z-index: 35500;

}

.tip-title {

	font-weight: bold;

}

.tip-text {

    text-align: left;

}



/* editor buttons */

.button2-left,

.button2-right {

	display: inline-block;

	*display: inline;

	padding: 4px 12px;

	margin-bottom: 0;

	*margin-left: .3em;

	font-size: 14px;

	line-height: 20px;

	color: #333333;

	text-align: center;

	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

	vertical-align: middle;

	cursor: pointer;

	background-color: #f5f5f5;

	*background-color: #e6e6e6;

	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);

	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));

	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);

	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);

	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);

	background-repeat: repeat-x;

	border: 1px solid #cccccc;

	*border: 0;

	border-color: #e6e6e6 #e6e6e6 #bfbfbf;

	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	border-bottom-color: #b3b3b3;

	-webkit-border-radius: 4px;

	 -moz-border-radius: 4px;

		  border-radius: 4px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);

	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	*zoom: 1;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}



/* com_content */

.pagenav:after {

    clear: both;

}

.pagenav:before, .pagenav:after {

    content: "";

    display: table;

    line-height: 0;

}

.pagenav{

    list-style: none outside none;

  /*   margin: 18px 0; */

    text-align: center;

}

.pagenav li {display:inline;}

.pagenav .pagenav-prev a{ float: left; }

.pagenav .pagenav-next a{ float: right; }

.pagenav a{

    background-color: #F8F8F8;

    border: 1px solid #DDDDDD;

    border-radius: 8px;

    display: inline-block;

    padding: 3px 8px;

}



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



@media (max-width: 767px) {

	/* fixed the modal popup width in small screen */

	#sbox-overlay {

		min-width: 100% !important;

	}

	#sbox-window {

		left: auto !important;

		padding: 0;

		width: 90% !important;

	}

	#sbox-window .sbox-content-iframe > iframe {

		max-width: 100% !important;

	}

	

	/* fixed facebox pop up in small screen (Virtuemart) */

	#facebox { max-width: 90% !important; left: auto !important; }

	#facebox .content { display: block !important; }

	#facebox iframe { max-width: 100% !important; }

}



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



*:focus{

	outline: none !important;

}

img{

	max-width: 100%;

}

#advanced-search{

	padding: 0;

	margin: 5px 0 15px;

}

.ie7  .btn-navbar{

	display: none;

}

.ie7 .row-fluid .form-search button,

.ie8 .row-fluid .form-search button{

	min-height: 28px;

	line-height: 28px;

	padding: 0 10px;

	

}

.ie7 .form-search .input-append,

.ie8 .form-search .input-append {

	display: block;

}

.ie7 .form-search,

.ie8 .form-search{

	width: 250px;

}

.ie7 .form-search .search-query,

.ie8 .form-search .search-query{

	width: 210px;

}

.input-append {

	max-width: 100%;

}

.modal {

	z-index: 35100;

}

.modal[data-toggle="modal"],

a.modal{

	position: relative;

	margin: 0;

	width: auto;

	top: auto;

	left: auto;

	border: 0 none;

	border-radius: 0;

	box-shadow: none;

	overflow: auto;

	display: block;

}

.modal-header{

	overflow: hidden;

}

.modal-backdrop,

.modal-backdrop.fade.in{

	opacity: 0.60;

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

	z-index: 35050;

}

#fancybox-overlay{

	z-index: 35010;

}

#fancybox-wrap{

	z-index: 35011;

}

ul{

	margin: 10px 0;

	padding: 0 0 0 15px;

	list-style: disc inside none;

}

.list-inline > li{

	/* padding-left: 10px;

	padding-right: 10px; */

}

ul.styled > li{

	padding-left: 20px;

}

select{

	max-width: 100%;

}

.pos-rel{

	position: relative;

}

.pos-abs{

	position: absolute;

}

.top0{

	top: 0;

}

.bottom0{

	bottom: 0;

}

.left0{

	left: 0;

}

.right0{

	right: 0;

}

.font-bold{

	font-weight: bold;

}

.ot-title{

	font-family: 'Helvetica LT Std Cond';

}

body{

	

}

.body-bg{

	/* position: relative;

	z-index: 0; */

}

.boxed .body-bg{

	padding: 0 15px;

}

.ot-offline .wrapper{

	padding: 0;

	margin: 100px auto;

}

.section > .container,

.section > .container-fluid{	

	padding-top: 30px;

	padding-bottom: 0px;

}

.ot-content{

	

}

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

.module{

	margin-bottom: 20px;

}

.module .ot-mod-inner{

	

}

.module h3.mod-title{

	font-family: 'Helvetica LT Std Cond';

	font-size: 14px;

	line-height: 19px;

	font-weight: bold;

	text-transform: uppercase;

	margin: 0;

	padding: 0;

	position: relative;

}

.module h3.mod-title > span{

	display: inline-block;

	margin: 0;

	padding: 6px 15px 2px;

	border-width: 0 0 4px 0;

	border-style: solid;

}

.module.title-block h3.mod-title > span{

	display: block;

}

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

	padding-top: 20px;

}

.module .mod-content{

	

}

/* CUSTOM MODULE STYLE */

.module.title-center h3.mod-title{

	text-align: center;

}

.module.title-left h3.mod-title{

	text-align: left;

}

.module.title-right h3.mod-title{

	text-align: right;

}

.module.style-inline h3.mod-title{

	float: left;

}

.module.style-inline .mod-content{

	overflow: hidden;

}

.module.style-inline h3.mod-title + .mod-content{

	padding-top: 0px;

}

.module.mod-style19 .ot-mod-inner,

.module.mod-style23 .ot-mod-inner{

	border-width: 1px;

	border-style: solid;

	padding: 0px 15px;

}

.module.mod-style24 .ot-mod-inner{

	border-width: 1px;

	border-style: dotted;

	padding: 0px 15px;

}

.module.mod-style25 .ot-mod-inner{

	padding: 0px 15px;

}

.module.mod-style20 .ot-mod-inner{

	border-width: 1px;

	border-style: solid;

}

.module.mod-style22 h3.mod-title{

	margin-top: 2px;

}

.module.mod-style23 h3.mod-title,

.module.mod-style24 h3.mod-title,

.module.mod-style25 h3.mod-title,

.module.mod-style26 h3.mod-title{

	font-size: 18px;

	line-height: 30px;

}

.module[class*="mod-style"] h3.mod-title > span{

	display: block;

}

.module.mod-style0 h3.mod-title span{

	padding: 8px 0px;

	border-width: 0;

}

.module.mod-style1 h3.mod-title > span,

.module.mod-style2 h3.mod-title > span,

.module.mod-style5 h3.mod-title > span{

	display: inline-block;

}

.module.mod-style3 h3.mod-title > span,

.module.mod-style4 h3.mod-title > span,

.module.mod-style6 h3.mod-title > span{

	border-width: 0 0 2px 0;

	padding: 6px 15px 4px;

	display: inline-block;

}

.module.mod-style7 h3.mod-title > span,

.module.mod-style8 h3.mod-title > span,

.module.mod-style11 h3.mod-title > span,

.module.mod-style12 h3.mod-title > span{

	border-width: 0 0 0 4px;

	padding: 6px 15px;

}

.module.mod-style9 h3.mod-title > span,

.module.mod-style10 h3.mod-title > span,

.module.mod-style13 h3.mod-title > span,

.module.mod-style14 h3.mod-title > span,

.module.mod-style15 h3.mod-title > span{

	border-width: 0 0 0 2px;

	padding: 6px 15px;

}

.module.mod-style5 h3.mod-title > span,

.module.mod-style16 h3.mod-title > span,

.module.mod-style17 h3.mod-title > span,

.module.mod-style18 h3.mod-title > span,

.module.mod-style22 h3.mod-title > span,

.module.mod-style26 h3.mod-title > span{

	border-width: 0;

	padding: 6px 15px;

}

.module.mod-style19 h3.mod-title > span{

	padding: 6px 0px;

	border-width: 0 0 1px;

}

.module.mod-style20 h3.mod-title > span,

.module.mod-style21 h3.mod-title > span{

	padding: 6px 15px;

	border-width: 0 0 2px;

}

.module.mod-style25 h3.mod-title > span{

	padding: 6px 0px;

	border-width: 0 0 2px;

}

.module.mod-style23 h3.mod-title > span,

.module.mod-style24 h3.mod-title > span{

	border-width: 0;

	padding: 6px 0px;

}

.module.mod-style11 .mod-content,

.module.mod-style12 .mod-content,

.module.mod-style13 .mod-content,

.module.mod-style14 .mod-content,

.module.mod-style15 .mod-content,

.module.mod-style16 .mod-content,

.module.mod-style17 .mod-content{

	border-width: 1px;

	border-style: solid;

	padding: 10px 15px;

}

.module.mod-style18 .mod-content,

.module.mod-style20 .mod-content,

.module.mod-style21 .mod-content,

.module.mod-style22 .mod-content,

.module.mod-style26 .mod-content{

	padding: 10px 15px;

}



/* ---* CUSTOM NAVIGATOR BLOCK *--- */

#oNavigatorBlock {

	border-width: 3px 0 0;

	border-style: solid;

}

#oNavigatorBlock .container{

	

}

#oNavigatorBlock > .container,

#oNavigatorBlock > .container-fluid{

	padding-top: 0px;

	padding-bottom: 0px;

}

#oNavigatorBlock .module{

	margin-bottom: 0;

}

.custom-socials{

	margin: 0 15px 0 0;

}

.custom-socials.pull-right{

	margin: 0 0 0 15px;

}

.custom-socials .glyphicon,

.custom-socials .fa{

	margin: 0 3px;

}

.custom-socials div.pull-left+div.pull-left{

	border-width: 0 0 0 1px;

	border-style: solid;

	padding: 0 0 0 10px;

	margin: 0 0 0 10px;

}

.custom-socials div.pull-right+div.pull-right{

	border-width: 0 1px 0 0;

	border-style: solid;

	padding: 0 10px 0 0;

	margin: 0 10px 0 0;

}

#oNavigatorBlock .carousel-slide{

	overflow: hidden;

}

@media (max-width: 767px) {

#oNavigatorBlock .carousel-slide{

	/* clear: both; */

}

}



/* ---* CUSTOM TOP BLOCK *--- */

#oTopBlock {

	

}

#oTopBlock .container{

	

}

/* CUSTOM LOGO */

#ot-logo{

	/* text-align: center; */

}

#ot-logo img{

	max-width: 100%;

}



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

#oMainNavBlock {

	

}

#oMainNavBlock .container{

	

}

#oMainNavBlock > .container,

#oMainNavBlock > .container-fluid{

	padding-top: 0px;

	padding-bottom: 0px;

}



/* CUSTOM MAIN MENU */

ul.menu li{

	padding: 5px 0;

	border-width: 1px 0px 0px;

	border-style: solid;

}

ul.inline li{

	padding: 0 10px;

}

ul.inline li,

.mainmenu ul.menu li,

ul.menu li:first-child{

	border-width: 0px;

	border-style: none;

}

.module.mainmenu {

	margin-bottom: 0;

	position: relative;

	z-index: 3;

}

.mainmenu .otmenu-desk-wrapper {

	/* margin: 0px; */

	font-size: 14px;

	position: relative;

	z-index: 1;

}

.mainmenu .otmenu-desk-wrapper .ot-menu.custom-block{

	display: inline-block;

	margin-bottom: -5px;

}

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

	margin: 0px;

}

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

	margin: 0px;

}

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

	z-index: 1000;

}

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

	border-width: 1px 0 0;

	border-style: solid;

}

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

	border-width: 0;

	border-style: none;

}

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

	z-index: 35000;

}

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

	margin: 0px 1px 0px 0px;

	padding: 0px;

	border-style: none;

}

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

	margin: 0 10px;

	padding: 10px 0px;

	/* border-width: 0px 0px 1px;

	border-style: solid; */

}

.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{

	font-family: 'Helvetica LT Std Cond';

	font-size: 18px;

	font-weight: lighter;

	line-height: 22px;

	height: 22px;

	border-width: 0px 0px 3px;

	border-style: solid;

	padding: 10px 12px;

	margin: 0;

	text-align: left;

	text-transform: uppercase;

	position: relative;

	z-index: 1000;

}

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

	display: inline-block;

	line-height: 22px;

	height: 22px;

}

.mainmenu .otmenu-desk-wrapper .ot-menu .hasChild a.level1:after{

	/* content: "\e114"; */

	content: "\f0d7";

	position: relative;

	top: -3px;

	display: inline-block;

	margin-left: 5px;

	/* font-family: 'Glyphicons Halflings'; */

	font-family: 'FontAwesome';

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	line-height: 1;



	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

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

	font-weight: bold;

}

.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{

	

}

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

	font-family: 'Helvetica LT Std Cond';

	font-size: 18px;

	line-height: 24px;

	text-transform: uppercase;

	margin: 0 0 5px;

	padding: 10px 0;

	border-width: 0 0 1px;

	border-style: solid;

}

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

	font-family: 'Helvetica LT Std Cond';

	font-size: 13px;

}

.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{

	border-style: none;

	-webkit-border-radius: 0px 0px 0px 0px;

	-moz-border-radius: 0px 0px 0px 0px;

    border-radius: 0px 0px 0px 0px;

	top: 0;

}

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

	border-width: 0px;

	border-style: none;

}

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

	top: 45px;

}

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

	/* padding: 10px 0; */

}

.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i:before,

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

	clear: both;

	content: '';

	display: table;

}

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

	margin: 0;

	-webkit-border-radius: 0px 0px 0px 0px;

	-moz-border-radius: 0px 0px 0px 0px;

    border-radius: 0px 0px 0px 0px;

}

.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.first > div > a/* ,

.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn a */{

	border-width: 0;

	border-style: none;

}

.mainmenu .otmenu-desk-wrapper .submenu-column .child-menu li.notColumn:before{

	/* font-family: FontAwesome;

	font-size: 10px;

	content: "\f0da";

	float: left;

	padding: 5px 5px 5px 0; */

}

.mainmenu .otmenu-desk-wrapper .submenu-column .child-menu li > div > a:before{

	font-family: FontAwesome;

	font-size: 8px;

	content: "\f0da";

	position: absolute;

	left: 0;

	top: 10px;

}

.mainmenu .otmenu-desk-wrapper .ot-menu li .omg_cover_module img,

.mainmenu .otmenu-desk-wrapper .ot-menu li .omg_cover_module a img {

	max-width: 100%;

}

.mainmenu .otmenu-desk-wrapper .ot-menu .omg_cover_module a {

	margin: 0;

	padding: 0;

}

.mainmenu .otmenu-desk-wrapper .omg_cover_module .search{

	margin: 5px 20px;

}

.otmenu-mobile-wrapper .ot-menu.pull-left,

.otmenu-mobile-wrapper .ot-menu.pull-right{

	float: none !important;

}



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

#ot-slide{

	padding: 0;

}



/* ---* CUSTOM BREADCRUMB BLOCK *--- */

#oBreadcrumbBlock{

	/* border-width: 1px 0;

	border-style: solid; */

	margin: 0 0 20px 0;

}

.breadcrumb{

	padding: 0px;

	margin: 10px 0;

	font-size: 13px;

}

.breadcrumb > li {

	border-width: 0;

}

.breadcrumb > li.active {

	padding-right: 5px;

}

.breadcrumb > li > .divider{

	padding: 0 10px;

}

.breadcrumb > li > a{

	padding: 0;

}



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

#oMiddleBlock{

	border-width: 1px 0;

	border-style: solid;

}

#oMiddleBlock .container{

	/* padding: 30px 0 10px; */

}

#oMiddleBlock .row{

	

}

#oMiddleBlock .module,

#oMiddleBlock .moduletable{

	

}

.custom_banner .moduleItemLeading .k2ItemBlock .moduleItemImage{

	height: 155px;

}



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

#oMainTopBlock {

	

}

#oMainTopBlock  .container{

	

}

#oMainTopBlock  > .container,

#oMainTopBlock  > .container-fluid{

	padding-top: 0px;

	padding-bottom: 0px;

}

#oMainTopBlock .module h3.mod-title {

	

}

#oMainTopBlock .module h3.mod-title > span {

	padding: 20px 0;

	border-width: 0;

}



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

#oMainBlock .container{

	

}

#oMainBlock .module{

	

}

#oMainBlock .module .mod-content{

	

}



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

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

	text-align: center;

}

.img-intro-left,

.item-image.pull-left{

	float: left;

	margin-right: 10px;

}

.img-intro-right,

.item-image.pull-right{

	float: right;

	margin-left: 10px;

}

.items-more{

	margin: 20px 0 10px;

}

.componentheading,

.page-header,

.page-title{

	font-family: 'Helvetica LT Std Cond';

	font-size: 24px;

	line-height: 30px;

	padding: 5px 0;

	margin: 0 0 20px;

	border-width: 0 0 5px;

	border-style: solid;

}

.componentheading h2,

.page-header h2,

.componentheading h3,

.page-header h3{

	margin-top: 0;

	margin-bottom: 0;

}

.page-content{

	padding: 0px;

	margin: 0 0 20px;

	clear: both;

}



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

.module .item-title a{

	font-weight: bold;

}

.module .list-items li .created{

	display: inline-block;

	font-size: 11px;

	font-style: italic;

}



/* ---* CUSTOM COMPONENT K2 *--- */

.k2AccountPage table tr td label{

	display: inline-block;

	margin: 0 20px 10px 5px;

}

.k2Avatar img{

	overflow: hidden;

}

div.itemListCategory{

	margin: 0 0 20px;

	padding: 0;

	border-width: 0;

	border-style: none;

}

div.itemListCategory h3{

	margin: 0 0 20px;

	padding: 5px 0;

	border-width: 0 0 5px;

	border-style: solid;

}

div.catItemView{

	padding: 0px;

}

.itemContainer,

.userItemView,

div.tagItemView,

.latestItemView{

	margin: 0 0 20px;

}

div.tagItemView{

	border-width: 0;

	border-style: none;

}

.itemListCategoriesBlock,

div.itemListSubCategories{

	margin-bottom: 20px;

}

div.itemListSubCategories h3,

div.latestItemHeader h3{

	margin: 0 0 20px;

	padding: 5px 0;

	border-width: 0 0 5px;

	border-style: solid;

}

div.itemListSubCategories h3,

.itemHeader .itemTitle,

.genericItemTitle,

.catItemHeader .catItemTitle,

.catItemHeader .catItemTitle a,

div.latestItemHeader h3.latestItemTitle,

div.latestItemHeader h3.latestItemTitle a{

	font-family: 'Helvetica LT Std Cond';

	/* font-weight: bold; */

}

div.itemHeader h2.itemTitle{

	font-family: 'Helvetica LT Std Cond';

	/* font-weight: bold; */

	font-size: 18px;

	line-height: 24px;

	margin: 0 0 20px;

	/* padding: 5px 0;

	border-width: 0 0 5px;

	border-style: solid; */

	/* text-transform: capitalize; */

}

@media (min-width: 768px){

div.catItemHeader .catItemTitle,

div.latestItemHeader .latestItemTitle,

div.userItemHeader .userItemTitle,

div.tagItemHeader .tagItemTitle{

	margin-top: 0;

}

}

div.catItemHeader h3.catItemTitle,

div.latestItemHeader h3.latestItemTitle,

div.userItemHeader h3.userItemTitle,

div.tagItemHeader h2.tagItemTitle{

	font-family: 'Helvetica LT Std Cond';

	font-weight: bold;

	font-size: 24px;

	line-height: 28px;

	padding: 6px 0px;

}

.subCategoryContainer .subCategoryMore{

	display: none;

}

div.itemToolbar ul{

	text-align: left;

}

.itemCommentsCounter{

	border-width: 0 0 5px;

	border-style: solid;

}

.itemCommentsCounter > span{

	/* display: inline-block;

	padding: 7px 15px; */

}

div.itemComments ul.itemCommentsList li{

	border-width: 0 0 1px;

	border-style: solid;

}

div.itemHeader span.itemAuthor{

	display: inline-block;

	/* padding: 0 10px 0 15px; */

}

div.catItemHeader span.catItemAuthor,

.catItemAuthor,

.itemAuthor,

.catItemTagsBlock,

.itemTagsBlock,

.catItemComments,

.itemComments{

	/* padding: 0 10px 0 15px; */

}

ul.itemsList li,

.k2CategoriesListBlock ul li {

	list-style: none;

	padding: 10px 0;

	border-width: 1px 0 0;

	border-style: solid;

}

/* ul.itemsList li a:hover, */

.k2CategoriesListBlock ul li a:hover {

	text-decoration: none;

}

.slide ul.itemsList li,

ul.itemsList li.firstItem,

.k2CategoriesListBlock ul li:first-child{

	border-width: 0;

	border-style: none;

}

.itemAuthorLatest .ot-title,

.itemRelated .ot-title,

.itemVideoBlock .ot-title,

.itemImageGallery .ot-title,

.catItemVideoBlock .ot-title,

.latestItemVideoBlock .ot-title,

.catItemImageGallery .ot-title{

	padding: 5px 10px;

	margin: 0 0 20px;

}

.itemListTags{

	margin: 0 0 20px;

}

div.itemAuthorLatest ul li{

	padding: 10px 2px;

}

div.itemNavigation{

	padding: 10px 8px;

}

span.itemImage img {

  cursor:pointer;

}

/* CUSTOM K2 MODULE */

.k2ItemsBlock {

	

}

.k2ItemBlock {

	padding: 0px 0px 10px;

	margin: 0px 0px 10px;

}

ul li .k2ItemBlock {

	padding: 0px;

	margin: 0 0 10px;

}

ul.itemsList li .k2ItemBlock {

	padding: 0px;

	margin: 0px;

}

div.itemIsFeatured,

div.catItemIsFeatured,

div.userItemIsFeatured{

	 position: relative;

}

div.itemIsFeatured:after,

div.catItemIsFeatured:after,

div.userItemIsFeatured:after{

	content: "";

    position: absolute;

	display: block;

    width: 52px;

    height: 52px;

    top: 0;

    right: 0;

   /*  z-index: -1; */

}

.k2ItemBlock .moduleItemImage{

	overflow: hidden;

	text-align: center;

}

.catItemImage.pull-left,

.itemRelImg.pull-left,

.k2ItemBlock .moduleItemImage.pull-left{

	margin-right: 10px;

}

.catItemImage.pull-right,

.itemRelImg.pull-right,

.k2ItemBlock .moduleItemImage.pull-right{

	margin-left: 10px;

}

.k2ItemBlock .moduleItemTitle{

	/* font-family: 'Helvetica LT Std Cond'; */

	font-weight: normal;

	text-decoration: none;

}

.k2ItemBlock h4.moduleItemTitle,

.k2ItemBlock h4 .moduleItemTitle{

	font-family: 'Helvetica LT Std Cond';

	font-size: 16px;

}

div.catItemBody,

div.catItemIntroText{

	padding-top: 0;

}

.catItemInfo,

.latestItemInfo,

.tagItemInfo,

.userItemInfo,

.itemAddition,

.moduleItemAddition{

	font-size: 12px;

	margin: 5px 0 10px;

	/* padding: 5px 0px; */

	text-decoration: none;

}

@media (min-width: 768px){

.catItemInfo,

.latestItemInfo,

.tagItemInfo,

.userItemInfo,

.itemAddition,

.moduleItemAddition{

	margin: -2px 0 10px;

}

}

.catItemInfo.ot-bg,

.latestItemInfo.ot-bg,

.tagItemInfo.ot-bg,

.userItemInfo.ot-bg,

.itemRelated .itemAddition.ot-bg{

	margin: 0 0 10px;

	padding: 5px 10px;

	text-align: right;

}

.itemAddition.ot-bg{

	margin: 0 0 10px;

	padding: 5px 10px;

	text-align: left;

}

@media (min-width: 768px){

.catItemInfo.ot-bg,

.latestItemInfo.ot-bg,

.tagItemInfo.ot-bg,

.userItemInfo.ot-bg,

.itemAddition.ot-bg{

	margin: 0 0 20px;

}

}

.moduleItemAddition.ot-bg{

	margin: 0;

	padding: 5px 10px;

	text-align: right;

}

.catItemInfo.ot-bg .catItemCategory[class*="pull-"],

.latestItemInfo.ot-bg .latestItemCategory[class*="pull-"],

.tagItemInfo.ot-bg .tagItemCategory[class*="pull-"],

.userItemInfo.ot-bg .tagItemCategory[class*="pull-"],

.itemAddition.ot-bg .itemCategory[class*="pull-"],

.moduleItemAddition.ot-bg .moduleItemCategory[class*="pull-"]{

	padding: 5px 10px;

	border-width: 0px 0px 5px;

	border-style: solid;

	display: inline-block;

	font-family: 'Helvetica LT Std Cond';

	font-size: 14px;

	font-weight: bold;

}

.catItemInfo.ot-bg .catItemCategory.pull-left,

.latestItemInfo.ot-bg .latestItemCategory.pull-left,

.tagItemInfo.ot-bg .tagItemCategory.pull-left,

.userItemInfo.ot-bg .tagItemCategory.pull-left,

.itemAddition.ot-bg .itemCategory.pull-left,

.moduleItemAddition.ot-bg .moduleItemCategory.pull-left{

	/* margin: -5px 0px -10px -10px; */

	margin: -5px 10px -10px -10px;

}

.catItemInfo.ot-bg .catItemCategory.pull-right,

.latestItemInfo.ot-bg .latestItemCategory.pull-right,

.tagItemInfo.ot-bg .tagItemCategory.pull-right,

.userItemInfo.ot-bg .tagItemCategory.pull-right,

.itemAddition.ot-bg .itemCategory.pull-right,

.moduleItemAddition.ot-bg .moduleItemCategory.pull-right{

	margin: -5px -10px -10px 10px;

}

.catItemInfo > span + span,

.latestItemInfo > span + span,

.tagItemInfo > span + span,

.userItemInfo > span + span,

.itemAddition > span + span,

.moduleItemAddition > span + span,

.catItemInfo > a + span,

.latestItemInfo > a + span,

.tagItemInfo > a + span,

.userItemInfo > a + span,

.itemAddition > a + span,

.moduleItemAddition > a + span,

.catItemInfo > span + a,

.latestItemInfo > span + a,

.tagItemInfo > span + a,

.userItemInfo > span + a,

.itemAddition > span + a,

.moduleItemAddition > span + a,

.catItemInfo > a + a,

.latestItemInfo > a + a,

.tagItemInfo > a + a,

.userItemInfo > a + a,

.itemAddition > a + a,

.moduleItemAddition > a{

	display: inline-block;

	margin: 0 0 0 10px;

}

div.tagItemCategory{

	border-width: 0;

	padding: 0;

	margin: 0;

}

div.catItemImageBlock{

	padding: 0px;

}

#itemListLinks div.catItemImageBlock{

	margin: 0 15px 0 0;

}

/* SINGLE LAYOUT */

.k2ItemsBlock.ot-single .moduleItemImage{

	float: left;

	margin: 0;

	width: 100%;

}

.k2ItemsBlock.ot-single .moduleItemOverlay{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	font-size: 14px;

	line-height: 20px;

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

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

	transition: all 0.6s ease 0s;

}

.k2ItemsBlock.ot-single .carousel-inner > .active .moduleItemOverlay {

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

}

.k2ItemsBlock.ot-single .carousel-inner > .next .moduleItemOverlay,

.k2ItemsBlock.ot-single .carousel-inner > .prev .moduleItemOverlay {

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

	transform: scale(0);

}

.k2ItemsBlock.ot-single .carousel-inner > .next .moduleItemOverlay,

.k2ItemsBlock.ot-single .carousel-inner > .prev .moduleItemOverlay,

.k2ItemsBlock.ot-single .carousel-inner > .active.left .moduleItemOverlay,

.k2ItemsBlock.ot-single .carousel-inner > .active.right .moduleItemOverlay {

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

	transform: scale(0);

}

.k2ItemsBlock.ot-single .carousel-inner > .next.left .moduleItemOverlay,

.k2ItemsBlock.ot-single .carousel-inner > .prev.right .moduleItemOverlay {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

	transform: scale(1);

}

@media (max-width: 767px) {

.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{

	font-size: 18px;

}

}

.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{

	display: inline-block;

	padding: 5px;

	margin: 0;

	font-size: 12px;

	font-style: normal;

	line-height: 20px;

	text-transform: uppercase;

	position: absolute;

	left: 0;

	bottom: 100%;

}

.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{

	margin: 0;

	padding: 10px 0;

	font-size: 14px;

}

.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemEx{

	margin: 0;

	padding: 10px;

	display: inline-block;

}

.k2ItemsBlock.ot-single .moduleItemOverlay a.moduleItemReadMore{

	display: inline-block;

	padding: 5px 15px;

	margin-top: 10px;

	border-width: 3px;

	border-style: solid;

	font-weight: bold;

}

@media (max-width: 768px) {

	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{

		line-height: 1;

	}

	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{

		line-height: 1;

	}

	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{

		

	}

}

/* ACCORDION LAYOUT */

.ot-accordion .k2ItemBlock{

	border: 0;

	-webkit-border-radius: 0px 0px 0px 0px;

	-moz-border-radius: 0px 0px 0px 0px;

	border-radius: 0px 0px 0px 0px;

	margin: 0 0 10px;

	padding: 0;

}

.ot-accordion .itemContainer {

	

}

.ot-accordion .itemContainer.panel,

.ot-accordion .latestItemView.panel,

.ot-accordion .k2ItemBlock.panel{

	margin: 0 0 10px;

}

.ot-accordion .itemContainer.panel.col-xs-12,

.ot-accordion .latestItemView.panel.col-xs-12,

.ot-accordion .k2ItemBlock.panel.col-xs-12,

.ot-accordion .itemContainer.panel.col-sm-12,

.ot-accordion .latestItemView.panel.col-sm-12,

.ot-accordion .k2ItemBlock.panel.col-sm-12{

	padding-left: 0;

	padding-right: 0;

}

.ot-accordion .itemContainer .panel-heading,

.ot-accordion .latestItemView .panel-heading,

.ot-accordion .k2ItemBlock .panel-heading{

	padding: 0;

	border-width: 0 0 1px;

	border-style: solid;

}

.ot-accordion .itemContainer .panel-heading .panel-toggle,

.ot-accordion .latestItemView .panel-heading .panel-toggle,

.ot-accordion .k2ItemBlock .panel-heading .panel-toggle,

.ot-accordion .k2ItemBlock .panel-heading .panel-toggle{

	float: left;

	margin: 0;

	padding: 14px;

}

.ot-accordion .itemContainer .panel-heading .catItemTitle,

.ot-accordion .latestItemView .panel-heading .latestItemTitle,

.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle,

.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle{

	font-size: 14px;

	line-height: 20px;

	padding: 14px 10px;

	margin: 0 0 -1px;

	display: block;

	border-width: 0 0 0 1px;

	border-style: solid;

	overflow: hidden;

}

.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle:hover{

	text-decoration: none;

}

.ot-accordion .k2ItemBlock .panel-body{

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

}

/* BLOG LAYOUT */

.ot-blog div.catItemImageBlock{

	/* padding: 0px; */

}

.ot-blog div.catItemVideoBlock{

	padding: 0;

	margin: 0;

}

.ot-blog span.catItemImage img{

	padding: 0px;

	border-width: 0px;

	border-style: none;

}

.ot-blog .itemDesc,

.ot-blog .moduleItemDesc{

	overflow: hidden;

}

.ot-blog .catItemBlock{

	overflow: hidden;

}

/* PORTFOLIO LAYOUT */

.ot-portfolio .k2ItemBlock{

	margin: 0 0 15px;

	padding: 0px;

}

.ot-portfolio  div.catItemCategory{

	border-width: 0;

	border-style: none;

	padding: 0;

}

.ot-portfolio  .moduleItemHeader,

.ot-portfolio  .catItemHeader,

.ot-portfolio  .latestItemHeader{

	/* padding-bottom: 10px; */

}

.ot-portfolio  .moduleItemDesc,

.ot-portfolio  .catItemDesc,

.ot-portfolio  .latestItemDesc,

.ot-portfolio  .itemRelDesc{

	padding-top: 10px;

	padding-bottom: 10px;

}

.itemListTags .navbar-nav > li > .catItemTag{

	padding-top: 15px;

	padding-bottom: 15px;

	display: inline-block;

	border-width: 0;

	border-style: none;

}



.catItemTags,

ul.userItemTags li a,

.itemTags,

.moduleItemTags{

	margin: 10px 0;

	font-size: 12px;

	font-style: italic;

}

.moduleItemReadMore{

	padding: 2px 10px 4px;

}

.moduleItemReadMore,

a.k2ReadMore{

	display: inline-block;	

	/* margin: 10px 0; */

	margin: 0 0 20px;

}

.moduleItemReadMore:hover,

a.k2ReadMore:hover{

	/* text-decoration: none; */

}

.itemRelReadmore{

	padding: 7px;

}

div.k2TagCloudBlock a{

	margin: 5px;

}

.k2LatestCommentsBlock .itemsList,

.k2TopCommentersBlock .itemsList{

	padding: 0;

}

.k2LatestCommentsBlock.carousel .itemsList li,

.k2TopCommentersBlock.carousel .itemsList li{

	padding: 0;

	text-align: center;

}

.k2LatestCommentsBlock.carousel .itemsList li > div,

.k2TopCommentersBlock.carousel .itemsList li > div{

	padding: 15px;

}

.k2LatestCommentsBlock .carousel-indicators,

.k2TopCommentersBlock .carousel-indicators{

	position: relative;

	bottom: 0;

}

.k2LatestCommentsBlock .carousel-indicators li,

.k2TopCommentersBlock .carousel-indicators li{

	margin: 0;

	border-width: 0;

	border-style: none;

	width: 12px;

	height: 12px;

	position: relative;

}

.k2LatestCommentsBlock .carousel-indicators li.active:before,

.k2TopCommentersBlock .carousel-indicators li.active:before{

	border-width: 10px;

	border-style: solid;

	position: absolute;

	content: " ";

	top: -14px;

	left: -4px;

}

.k2LatestCommentsBlock ul li .lcAdditionInfo{

	text-align: right;

	margin: 10px 10px 0 0;

}

.k2LatestCommentsBlock.carousel ul li .lcAdditionInfo{

	text-align: center;

}

.k2LatestCommentsBlock ul li span.lcUsername{

	

}



/* CUSTOM OMG K2 CONTENT MODULE */

.moduleCategories{

	font-family: 'Helvetica LT Std Cond';

	font-size: 12px;

	line-height: 20px;

	margin-bottom: 20px;

	text-align: right;

	text-transform: uppercase;

}

.moduleCategories .moduleCategory{

	padding: 7px 15px;

	display: inline-block;

	text-decoration: none;

}

.moduleCategories .moduleCategory.active{

	float: left;

	font-size: 14px;

	font-weight: bold;

	padding: 5px 15px;

	border-width: 0 0 4px;

	border-style: solid;

}



.subCategoryImage,

.catItemImage,

/* .itemImageBlock,

a.modal, */

.latestItemsCategoryImage,

.latestItemImage,

.tagItemImage,

.userItemImage,

.itemRelImg,

.genericItemImageBlock,

.k2AccountPageImage,

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

.k2Avatar,

.moduleItemAuthorAvatar,

.moduleItemImage,

.random-image{

	display: block;

	overflow: hidden;

}

.subCategoryImage img,

.catItemImage img,

/* .itemImageBlock img,

a.modal img, */

.latestItemsCategoryImage img,

.latestItemImage img,

.tagItemImage img,

.userItemImage img,

.itemRelImg img,

.genericItemImageBlock img,

.k2AccountPageImage img,

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

.k2Avatar img,

.moduleItemAuthorAvatar img,

.moduleItemImage img,

.random-image img{

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

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

	transition: all 0.6s ease 0s;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

}

.subCategoryImage img:hover,

.catItemImage img:hover,

/* .itemImageBlock img:hover,

a.modal img:hover, */

.latestItemsCategoryImage img:hover,

.latestItemImage img:hover,

.tagItemImage img:hover,

.userItemImage img:hover,

.itemRelImg img:hover,

.genericItemImageBlock img:hover,

.k2AccountPageImage img:hover,

[class*="img-intro-"] img:hover,

.k2Avatar img:hover,

.moduleItemAuthorAvatar img:hover,

.moduleItemImage img:hover,

.random-image img:hover{

	-webkit-transform: scale(1.4);

	-moz-transform: scale(1.4);

	-ms-transform: scale(1.4);

	-o-transform: scale(1.4);

	transform: scale(1.4);

}



/* CUSTOM COMPONENT FINDER */

#finder-filter-select-list{

	list-style: none;

}



/* CUSTOM COMPONENT CONTACT */

.page-contact{

	

}

.page-contact .ot-title{

	padding: 5px 0;

	border-width: 0 0 1px;

	border-style: solid;

}

form#contact-form{

	margin: 0 0 20px;

}



/* CUSTOM OFFLINE PAGE */

.ot-offline #oTopBlock{

	padding: 15px 0 55px;

	margin: 0;

}

.ot-offline #offline{

	padding: 15px 0;

}

.ot-offline #offline #form-login{

	margin: 15px 0;

}



/* ---* CUSTOM LEFT - RIGHT MODULE *--- */

.custom_catname{

	padding: 15px 0;

}



/* CUSTOM LEFT - RIGHT MENU */

.module ul.menu ul{

	/* padding: 10px 0 10px 5px;

	margin: 0px;

	border-width: 1px 0px;

	border-style: solid; */

}

.module ul.menu li + li{

	padding: 0px;

	border-width: 1px 0px 0px;

	border-style: dotted;

}

.module ul.menu li > a,

.module ul.menu li > div > a{

	/* padding: 5px 10px 5px 20px; */

	display: block;

}

.module ul.menu li a:hover{

	text-decoration: none;

}

.module ul.menu li li a{

	margin: 0 2px;

	padding: 3px 10px 3px 20px;

}



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

#oBottomBlock{

	border-width: 5px 0 0;

	border-style: solid;

}

#oBottomBlock h3.mod-title{

	border-width: 0 0 5px;

	border-style: solid;

	font-weight: normal;

}

#oBottomBlock h3.mod-title > span{

	padding: 10px 0px;

	border-width: 0;

}

#oBottomBlock ul li{

	

}

#oBottomBlock ul li:first-child{

	

}

/* #oBottomBlock ul.itemsList li a, */

#oBottomBlock .k2CategoriesListBlock ul li a{

	text-decoration: none;

}

/* CUSTOM SUBSCRIBE */

.custom_subscribe{

	

}

.custom_subscribe .input-group .form-control:first-child,

.custom_subscribe .input-group .btn{

	-webkit-border-radius: 0px 0px 0px 0px;

	-moz-border-radius: 0px 0px 0px 0px;

	border-radius: 0px 0px 0px 0px;

	font-family: 'Helvetica LT Std Cond';

}

.custom_subscribe .input-group .form-control{

	font-weight: lighter;

}

.custom_subscribe .input-group .btn{

	margin-left: -3px;

}



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

#oFooterBlock {

	

}

#oFooterBlock > .container,

#oFooterBlock > .container-fluid{

	padding-top: 0px;

	/* padding-bottom: 0px; */

}

#oFooterBlock .module{

	margin-bottom: 0;

}

#oFooterBlock  h3.mod-title{

	font-size: 18px;

}

#oFooterBlock  ul.menu li{

	border-width: 0px;

	border-style: none;

	padding-top: 0px;

}

.copyright{

	padding: 10px 0px;

}

@media (min-width: 767px) {

.copyright{

	margin-top: -20px;

}

}

#oFooterBlock .gotop{

	border-width: 1px 0 0;

	border-style: solid;

	font-family: 'Helvetica LT Std Cond';

	text-align: right;

}

.gotop a{

	display: inline-block;

	padding: 10px;

	text-decoration: none;

}





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

a.readmore{

	display: inline-block;

	padding: 2px 10px 4px;

	margin: 10px 0;

}

a.readmore:hover{

	text-decoration: none;

	cursor: pointer;

}



/* ---* CUSTOM STYLE SWITCHER *--- */

#style-switcher{

	

}



/* ---* CUSTOM TABS *--- */

.navbar,

.nav-tabs{

	margin: 0;

	padding: 0;

}

.navbar{

	overflow: hidden;

}

.navbar .divider-vertical{

	margin: 0px;

}

.navbar .nav > li > a{

	margin: 0;

	text-transform: capitalize;

}

.nav-tabs{

	/* padding: 0 20px;

	border-width: 0; */

}

.nav-tabs > li{

	

}

.nav-tabs > li > a{

	/* font-size: 14px;

	text-transform: capitalize;

	font-weight: normal;

	margin: 3px 0 0 1px;

	padding: 8px 15px;

	-webkit-border-radius: 8px 8px 0px 0px;

	-moz-border-radius: 8px 8px 0px 0px;

	border-radius: 8px 8px 0px 0px; */

}

.nav-tabs > .active > a,

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

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

	

}

.tab-content{

	overflow: visible;

	clear: both;

	padding: 20px 15px;

	border-width: 1px;

	border-style: solid;

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

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

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

}

.noborder .tab-content{

	/* padding: 20px 0px 0px; */

}



.tab_style1 .nav-tabs > li > a,

.tab_style2 .nav-tabs > li > a{

	font-size: 12px;

	text-transform: uppercase;

}

.tab_style1 .nav-tabs > li > a{

	font-family: 'Helvetica LT Std Cond';

}

.tab_style1 .nav-tabs > .active > a,

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

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

	/* text-shadow: 1px 0px 0px #FFFFFF; */

}



/* ---* CUSTOM SLIDE *--- */

ul.carousel-inner{

	margin: 0px;

	padding: 0px;

}

.carousel-inner > .item {

	/* -webkit-transition: all 0.6s ease-in-out 0s;

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

    transition: all 0.6s ease-in-out 0s; */

}

.carousel-inner > .active {

    left: 0;

    top: 0;

}

.carousel-vertical .carousel-inner > .item{

	-webkit-transition: top 0.6s ease-in-out 0s;

	-moz-transition: top 0.6s ease-in-out 0s;

    transition: top 0.6s ease-in-out 0s;

}

.carousel-vertical .carousel-inner > .next,

.carousel-vertical .carousel-inner > .prev {

    left: 0;

}

.carousel-vertical .carousel-inner > .next,

.carousel-vertical .carousel-inner > .active.right {

    left: 0;

    top: 100%;

}

.carousel-vertical .carousel-inner > .prev,

.carousel-vertical .carousel-inner > .active.left {

    left: 0;

    top: -100%;

}

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

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

    top: 0;

}

.carousel-fade .carousel-inner > .item{

	-webkit-transition: opacity 0.6s ease-in-out 0s;

	-moz-transition: opacity 0.6s ease-in-out 0s;

    transition: opacity 0.6s ease-in-out 0s;

}

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

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

    left: 0;

}

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

.carousel-fade .carousel-inner > .prev,

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

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

    left: 0;

    opacity: 0;

}

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

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

    opacity: 1;

}

.carousel-caption h4{

	

}

.carousel-control.control-box{

	padding: 8px;

	-webkit-box-sizing: content-box;

	-moz-box-sizing: content-box;

	box-sizing: content-box;

	top: auto;

	bottom: 50%;

	width: 24px;

	height: 24px;

	line-height: 24px;

	font-size: 24px;

	margin-bottom: -20px;

}

[class*="control-group-"],

[class*="control-group-"] .carousel-control{

	position: relative;

}

[class*="control-group-"] .carousel-control{

	margin: 0;

}

.control-group-xs{

	width: 20px;

	margin: 10px 0;

}

.carousel-vertical .control-group-xs{

	width: 10px;

	margin: -10px 10px 0;

	position: absolute;

	left: 0;

	top: 50%;

}

.carousel-vertical .carousel{

	padding-left: 30px;

}

.carousel-vertical .carousel-inner{

	

}

.control-group-xs .carousel-control.control-box {

	width: 8px;

	height: 8px;

	line-height: 8px;

	font-size: 14px;

	padding: 0px;

	text-shadow: none;

	display: block;

}

.control-group-xs .carousel-control.control-box > .glyphicon,

.control-group-xs .carousel-control.control-box > .fa {

	width: 8px;

	height: 8px;

	line-height: 8px;

}

.carousel-control.control-box.control-top{

	top: auto;

	bottom: 100%;

}

.carousel-control.control-box.control-bottom{

	top: auto;

	bottom: 0;

}

.carousel-control.control-box.control-middle{

	/* top: auto;

	bottom: 50%; */

}

.carousel-control.control-box [class*="glyphicon-"],

.carousel-control.control-box [class*="icon-"]{

	position: static;

	margin: 0;

	width: 24px;

	height: 24px;

	line-height: 24px;

	font-size: 24px;

}

.carousel-control.control-sm{

	margin-bottom: -17px;

}

.carousel-control.control-sm,

.carousel-control.control-sm [class*="glyphicon-"],

.carousel-control.control-sm [class*="icon-"] {

	width: 18px;

	height: 18px;

	line-height: 18px;

	font-size: 18px;

}

.carousel-control.control-lg{

	margin-bottom: -23px;

}

.carousel-control.control-lg,

.carousel-control.control-lg [class*="glyphicon-"],

.carousel-control.control-lg [class*="icon-"] {

	width: 30px;

	height: 30px;

	line-height: 30px;

	font-size: 30px;

}

.carousel-control-group{

	position: absolute;

	bottom: 0;

	right: 0;

}

.carousel-control-group.top{

	/* bottom: auto;

	top: 0; */

	bottom: 100%;

	margin: 0 0 15px;

}

.carousel-control-group.left{

	left: 0;

	right: auto;

}

.carousel-control-group .carousel-control{

	position: relative;

	margin: 1px;

}



.carousel-inner > .item{

	margin: 0;

	overflow: hidden;

}

.carousel-inner > .item .oeffect{

	position: relative;

}

.carousel-inner > .item.active .oactive{

	

}

.carousel{

	/* z-index: 0; */

}

.ot_slidenav.carousel-indicators{

	display: inline-block;

	left: auto;

	right: 15px;

	top: auto;

	bottom: 80px;

	margin: 0;

	width: auto;

}

.ot_slidenav.carousel-indicators li{

	width: 14px;

	height: 14px;

	border-width: 0px;

	border-style: none;

	margin: 0px;

	-webkit-border-radius: 0px 0px 0px 0px;

	-moz-border-radius: 0px 0px 0px 0px;

	border-radius: 0px 0px 0px 0px;

}

.ot-indicators{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 15px;

	text-align: center;

}

.ot-indicators .carousel-indicators{

	position: static;

	display: inline-block;

	margin: 0 auto;

}

.ot_indicators .carousel-indicators{

	top: -30px;

	right: 0px;

}

.carousel-indicators li{

	/* margin: 4px; */

}

.carousel-indicators li.ot-square {

	-webkit-border-radius: 0 0 0 0;

	-moz-border-radius: 0 0 0 0;

	border-radius: 0 0 0 0;

}

.carousel-indicators li:hover,

.carousel-indicators li.active{

	

}

.ot-slidenav{

	text-align: center;

	padding: 10px 0px;

}

.ot-slidenav .carousel-control{

	position: static;

	display: inline-block;

	border: 0;

	margin: 0;

	cursor: pointer;

	opacity: 0.90;

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

}

.ot-slidenav .carousel-control:hover,

.ot-slidenav .carousel-control:focus{

	opacity: 1;

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

}



/* ---* CUSTOM TEMPLATE CONTROL *--- */

.btn_cog{

	display: inline-block;

	width: 35px;

	height: 35px;

}



/* ---* CUSTOM LAYOUT *--- */

.ot-hr{

	border-width: 0 0 5px;

	border-style: solid;

	margin: 20px 0;

}

.ot-sep-vert + .ot-sep-vert{

	border-width: 0 0 0 1px;

	border-style: solid;

}

.bor0{

	border-width: 0;

}

.bor_top0{

	border-top-width: 0;

}

.bor_right0{

	border-right-width: 0;

}

.bor_bot0{

	border-bottom-width: 0;

}

.bor_left0{

	border-left-width: 0;

}

.bor_top{

	border-top: 1px solid #EEEEEE;

}

.bor_right{

	border-right: 1px solid #EEEEEE;

}

.bor_bot{

	border-bottom: 1px solid #EEEEEE;

}

.bor_left{

	border-left: 1px solid #EEEEEE;

}

.padd0{

	padding: 0;

}

.padd-left0{

	padding-left: 0;

}

.padd-right0{

	padding-right: 0;

}

.padd-top0{

	padding-top: 0;

}

.padd-bottom0{

	padding-bottom: 0;

}

.marg0{

	margin: 0;

}

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

}