/*========================= 1. GENERAL =======================*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

a.navbar-brand {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    background: url('../images/logo.png') 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150px;
}
#tf-menu .container {
	    margin-top: 15px;
}
img.aligncenter {
    vertical-align: middle;
    TEXT-ALIGN: CENTER;
    MARGIN: 0 AUTO;
    POSITION: RELATIVE;
    DISPLAY: BLOCK;
}
.tel_row {
    display: inline-block;
    border: 2px solid #00A541;
    border-radius: 15px;
    padding: 3px;
    font-size: 16px;
    line-height: 100%;
    color: rgb(0, 164, 65);
    visibility: visible;
    animation-delay: 0.4s;
    font-family: 'Exo 2';
    animation-name: bounceInLeft;
    margin: 0 auto;
}
	#tf-menu {
	height:95px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #DEDEDE), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #DEDEDE , #ffffff);
    background-image: -webkit-linear-gradient(top, #DEDEDE , #ffffff);
    background-image: linear-gradient(to bottom right,#DEDEDE ,#ffffff );
}


p{
	margin: 10px 0;
}
input, textarea, .uneditable-input { max-width: 99%; }
a:focus,
a:active {
	outline: none;
}
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;
}
img{
	max-width: 100%;
}
.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;
}

a.soc-icon i {
    font-size: 24px;
}
ul.soc-ul li {
	display:inline-block;
	    margin-right: 14px;
}
ul.soc-ul li:last-child {
	margin-right:0;
	}
ul.soc-ul {
    padding: 0;
    width: 310px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.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{
    
}
.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;
}
	#first_info-2 .lsow-dark-bg{
	padding-left: 0 !important;
    padding-right: 0 !important ;
} 
.lsow-heading.lsow-style3 .lsow-title {
	font-family: 'Exo 2' !important;

}
h3 {
	font-family: 'Exo 2';
}

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

@media (min-width: 1200px) {
	.banner-header {
height: 510px;
}
	.col-lg-reset 
	{
		left: auto;
		right: auto;
	}
	#first_info-2 .lsow-dark-bg{
	padding-left: 20% !important;
    padding-right: 20% !important ;
}

}

@media (min-width: 992px) {
.banner-header {
height: 510px;
}
}

@media (max-width: 991px) {
	.banner-header {
height: 510px;
}
	.col-md-reset {
		left: auto;
		right: auto;
	}
.custom_block.col-md-4 {
	    padding-right: 0;
    text-align: center;
        padding-left: 0;
}
.custom_block .modal_link {
    display: inline-block;
    width: 145px;
}
.rightlamin {
    width: 100%;
    height: 450px;
    float: none;
    display: block;
    clear: both;
    max-width: 300px;
    margin: 0 auto;
}

	#first_info-2 .lsow-dark-bg 
	{
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}

}

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

@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; }
	.col-xs-reset {
		left: auto;
		right: auto;
	}
}

@media (max-width: 480px) {

}/*========================= 4. LAYOUT =======================*/
.oeffect{
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
#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;
}
.vimeo-sc, .youtube-sc{
	max-width: 100% !important;
}
#fancybox-overlay{
	z-index: 35010;
}
#fancybox-wrap{
	z-index: 35011;
}
ul{
	margin: 10px 0;
	padding: 0 0 0 15px;
	list-style: disc inside none;
}
ul.inline,
ol.inline{
	display: inline-block;
}
ul.inline > li,
ol.inline > li{
	padding-left: 10px;
	padding-right: 10px;
}
ul.unstyled{
	list-style: none;
}
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;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-lowercase{
	text-transform: lowercase;
}
.text-capitalize{
	text-transform: capitalize;
}
.font-bold{
	font-weight: bold;
}
.ot-title{
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
}
body{
	/* font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; */
}
.full-width .body-bg{
	
}
.boxed .body-bg{
	padding: 0 15px;
}
.full-width .wrapper{
	
}
.boxed .wrapper{
	padding: 0;
	margin: 0 auto;
}
.ot-offline .wrapper{
	padding: 0;
	margin: 100px auto;
	max-width: 1170px;
}
.container{
	
}
.ot-content{
	
}
/* ---* CUSTOM MODULE BLOCK *--- */
.module{
	margin: 0 0 20px;
	border-width: 0;
	border-style: solid;
}
.module h3.mod-title{
	font-family: 'Open Sans Condensed',sans-serif;
	/* font-size: 18px; */
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.module h3.mod-title:before,
.module h3.mod-title:after{
	position: absolute;
	content: "";
	left: 0;
	width: 20%;
	height: 0;
	border-width: 0;
	border-style: solid;
}
.module h3.mod-title > span{
	display: block;
	margin: 0;
	padding: 10px 10px 5px;
	border-width: 0 5px 0 0;
	border-style: solid;
}
.module .mod-content{
	border-width: 0;
	border-style: solid;
}
/* 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.mod-style0{
	
}
.module.mod-style0 h3.mod-title{
	margin: 10px 0 5px;
}
.module.mod-style0 h3.mod-title > span{
	padding: 10px 0;
	border-width: 0;
}
.module.mod-style0 .mod-content{
	border-width: 1px 0 0;
	border-style: solid;
	padding: 15px 0;
}
.module.mod-style0 .mod-content .carousel-control.control-box.control-top{
	margin: 0 0 16px;
}

.module.mod-style9,
.module.mod-style10,
.module.mod-style11,
.module.mod-style13,
.module.mod-style14,
.module.mod-style15{
	border-width: 1px;
	padding: 10px 15px;
}
.module.mod-style12,
.module.mod-style16,
.module.mod-style19{
	padding: 10px 15px;
}
.module.mod-style14,
.module.mod-style18{
	border-width: 1px;
	border-style: dotted;
}
.module.mod-style17{
	border-width: 4px;
	padding: 10px 15px;
}
.module.mod-style18,
.module.mod-style20{
	padding: 0;
}
.module.mod-style19{
	border-width: 0 0 5px;
}
.module.mod-style18 .ot-mod-inner{
	border-width: 1px;
	border-style: dotted;
	padding: 10px 15px;
}
.module[class*="mod-style"] h3.mod-title{	
	border-width: 0;
	border-style: solid;
}
.module.mod-style1 h3.mod-title,
.module.mod-style2 h3.mod-title,
.module.mod-style9 h3.mod-title,
.module.mod-style10 h3.mod-title,
.module.mod-style13 h3.mod-title,
.module.mod-style14 h3.mod-title,
.module.mod-style17 h3.mod-title{
	border-width: 0 0 2px;
}
.module.mod-style2 h3.mod-title:before,
.module.mod-style10 h3.mod-title:before,
.module.mod-style14 h3.mod-title:before{
	border-width: 0 0 2px;
	bottom: -2px;
}
.module.mod-style3 h3.mod-title,
.module.mod-style11 h3.mod-title,
.module.mod-style15 h3.mod-title,
.module.mod-style19 h3.mod-title{
	border-width: 0 0 1px;
}
.module.mod-style3 h3.mod-title:before,
.module.mod-style11 h3.mod-title:before,
.module.mod-style15 h3.mod-title:before{
	border-width: 0 0 1px;
	bottom: -1px;
}
.module.mod-style4 h3.mod-title,
.module.mod-style5 h3.mod-title,
.module.mod-style12 h3.mod-title,
.module.mod-style16 h3.mod-title{
	border-width: 0 0 4px;
}
.module.mod-style6 h3.mod-title{
	border-width: 0 0 1px;
	border-style: dotted;
}
.module.mod-style6 h3.mod-title:before{
	width: 100%;
	border-width: 1px 0;
	border-style: dotted;
	bottom: 0;
}
.module.mod-style18 h3.mod-title{
	border-width: 0 0 2px;
	border-style: dotted;
}
.module.mod-style20 h3.mod-title{
	margin: 0;
}
.module[class*="mod-style"] h3.mod-title > span{
	border-width: 0;
	padding: 10px 0px;
}
.module.mod-style7 h3.mod-title > span{
	border-width: 0 0 0 10px;
	padding: 10px 10px 5px;
}
.module.mod-style8 h3.mod-title > span{
	border-width: 0 10px;
	padding: 10px 10px 5px;
}
.module.mod-style20 h3.mod-title > span{
	padding: 20px 10px 10px;
}
.module.mod-style20 .mod-content{
	padding: 10px;
}
.module.mod-style12 a,
.module.mod-style20 a{
	text-decoration: underline;
}

/* ---* CUSTOM NAVIGATOR BLOCK *--- */
#oNavigatorBlock {
	
}
#oNavigatorBlock .container{
	
}
.custom-socials{
	margin: 0 15px 0 0;
}
.custom-socials.pull-right{
	margin: 0 0 0 15px;
}

/* ---* CUSTOM TOP BLOCK *--- */
#oTopBlock {
	
}
#oTopBlock .container{
	
}
/* CUSTOM LOGO */
#ot-logo{
	/* text-align: center; */
}
#ot-logo img{
	max-width: 100%;
}
/* CUSTOM SEARCH */
#oTopBlock .osearch {
	position: relative;
	z-index: 2;
	margin: 0 0 10px;
}
#oTopBlock .search {
	position: relative;
	min-width: 38px;
	min-height: 38px;
	margin: 20px 0 10px 15px;
}
#oTopBlock .search form {
	position: absolute;
	top: 0;
	right: 0;
}
#oTopBlock .search .btn-search {
	border: medium none;
	box-shadow: none;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	/* text-indent: -9999px; */
	text-shadow: none;
	top: 0px;
	-webkit-transition: background-color 1s ease 0s;
	-moz-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s;
}
#oTopBlock .search .btn-search.btn-active {
	
}
#oTopBlock .search input.search-query {
    border: medium none;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    box-shadow: none;
    padding: 0;
    transition: width 1s ease-in-out 0s;
    width: 0;
	height: 38px;
}

/* 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;
}
.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.hover {
	z-index: 35000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a{
	margin: 0 10px;
	padding: 5px 0px;
	border-width: 1px 0px 0px;
	border-style: solid;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
	font-family: 'Segoe UI Semibold',Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	border-width: 0px 0px 3px;
	border-style: solid;
	padding: 30px 1px 20px;
	margin: 0 10px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .hasChild a.level1:after{
	content: "\e114";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-left: 3px;
	font-family: 'Glyphicons Halflings';
	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 a.level1 span{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .nav-header{
	font-family: 'Segoe UI Semibold',Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 7px;
}
.mainmenu .otmenu-desk-wrapper .item-desc{
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	border-width: 3px 0 0;
	border-style: solid;
	-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 .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{
	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;
}
.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;
}
.ot-breadcrumb{
	/* border-width: 1px 0;
	border-style: solid; */
}
.breadcrumb-header{
	padding: 10px 0px;
	margin: 10px 0px;
	float: left;
	font-family: 'Open Sans Condensed',sans-serif;
}
.breadcrumb{
	padding: 10px 0px;
	margin: 10px 0;
	font-size: 13px;
	float: right;
}
.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 .container{
	
}
#oMiddleBlock .row{
	
}
#oMiddleBlock .module,
#oMiddleBlock .moduletable{
	
}
/* CUSTOM 4 Blocks */
.custom_blocks {
	/* -webkit-transition: background-color 1s ease 0s;
	-moz-transition: background-color 1s ease 0s;
	transition: background-color 1s ease 0s; */
}
.custom_blocks .glyphicon{
	font-size: 50px;
}
.custom_blocks h4{
	
}
/* CUSTOM BUILD BLOCKS */
.custom_blocks .well-sm{
	
}
.custom_blocks .well-sm h4{
	text-transform: inherit;
}

/* ---* CUSTOM MAIN TOP BLOCK *--- */
#oMainTopBlock {
	
}
#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{
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0;
	margin: 0 0 10px;
}
.componentheading h2,
.page-header h2{
	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.catItemView{
	padding: 0px;
}
.itemContainer,
.userItemView,
div.tagItemView,
.latestItemView{
	/* padding: 0 0 20px;
	margin: 0 0 20px;
	border-width: 0 0 1px;
	border-style: solid; */
}
div.tagItemView{
	border-width: 0;
	border-style: none;
}
div.itemListSubCategories h3,
.itemHeader .itemTitle,
.genericItemTitle,
.catItemHeader .catItemTitle,
.catItemHeader .catItemTitle a,
div.latestItemHeader h3.latestItemTitle,
div.latestItemHeader h3.latestItemTitle a{
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
}
div.itemHeader h2.itemTitle{
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 24px;
	padding: 6px 0px;
	vertical-align: center;
	/* text-transform: capitalize; */
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	padding: 6px 0px;
}
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: 5px 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 0;
	border-width: 0 0 1px;
	border-style: solid;
}
.itemListTags{
	margin: 0 0 20px;
}
/* CUSTOM K2 MODULE */
.k2ItemsBlock {
	
}
.k2ItemBlock {
	/* padding: 0px 0px 20px;
	margin: 0px 0px 20px; */
}
ul li .k2ItemBlock {
	padding: 0px;
	margin: 0 0 10px;
}
ul.itemsList li .k2ItemBlock {
	padding: 0px;
	margin: 0px;
}
.k2ItemBlock .moduleItemImage{
	
}
.catItemImage.pull-left,
.itemRelImg.pull-left,
.k2ItemBlock .moduleItemImage.pull-left{
	margin-right: 10px;
}
.k2ItemBlock .moduleItemImage.pull-right{
	margin-left: 10px;
}
.catItemInfo,
.latestItemInfo,
.tagItemInfo,
.moduleItemAddition{
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px;
}
.catItemInfo > span,
.latestItemInfo > span,
.tagItemInfo > span,
.moduleItemAddition > span,
.catItemInfo > a,
.latestItemInfo > a,
.tagItemInfo > a,
.moduleItemAddition > a{
	display: inline-block;
	margin: 0 10px 0 0;
}
div.tagItemCategory{
	border-width: 0;
	padding: 0;
	margin: 0;
}
.catItemInfo span + span,
.latestItemInfo span + span,
.tagItemInfo span + span,
.moduleItemAddition span + span,
.catItemInfo span + a,
.latestItemInfo span + a,
.tagItemInfo span + a,
.moduleItemAddition span + a,
.catItemInfo a + span,
.latestItemInfo a + span,
.tagItemInfo a + span,
.moduleItemAddition a + span,
.catItemInfo a + a,
.latestItemInfo a + a,
.tagItemInfo a + a,
.moduleItemAddition a + a{
	/* margin: 0 0 0 10px; */
}
/* 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;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{
	display: inline-block;
	padding: 10px;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 55px;
	font-weight: bold;
	line-height: 55px;
	text-transform: uppercase;
	text-decoration: none;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{
	display: inline-block;
	padding: 10px;
	margin: 0;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition > span{
	padding: 1px 10px 1px 0;
	margin: 0;
	display: inline-block;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{
	margin: 0;
	padding: 10px;
	font-size: 18px;
}
.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;
	font-family: 'Segoe UI Semibold',Tahoma,Arial,Helvetica,sans-serif;
}
@media (max-width: 768px) {
	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{
		font-size: 36px;
		line-height: 1;
	}
	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{
		font-size: 14px;
		line-height: 1;
	}
	.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{
		font-size: 14px;
	}
}
/* 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{
	float: left;
	margin: 0;
	padding: 14px;
}
.ot-accordion .k2ItemBlock .panel-heading .panel-toggle{
	float: right;
}
.ot-accordion .itemContainer .panel-heading .catItemTitle,
.ot-accordion .latestItemView .panel-heading .latestItemTitle,
.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{
	border-width: 0 1px 0 0;
}
.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 span.catItemImage img{
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.ot-blog .catItemDateCreated.pull-left,
.ot-blog .moduleItemDateCreated.pull-left{
	display: inline-block;
	/* width: 40px;
	height: 40px;
	padding: 15px; */
	margin: 0px 10px 0px 0px;
	border-radius: 35px;
	text-align: center;
	text-transform: uppercase;
}
.ot-blog .itemDateCreated .ot-date,
.ot-blog .moduleItemDateCreated .ot-date{
	font-size: 14px;
	line-height: 30px;
	display: block;
	margin: 0 0 1px;
}
.ot-blog .itemDateCreated .ot-month,
.ot-blog .moduleItemDateCreated .ot-month{
	font-family: 'Segoe UI Light',Tahoma,Arial,Helvetica,sans-serif;
	font-size: 36px;
	line-height: 50px;
	display: block;
	padding: 10px;
}
.ot-blog .itemDesc,
.ot-blog .moduleItemDesc{
	overflow: hidden;
}
.ot-blog .catItemBlock{
	overflow: hidden;
}
/* PORTFOLIO LAYOUT */
.ot-portfolio .k2ItemBlock{
	margin: 15px 0;
}
.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;
}
.ot-portfolio .moduleItemHits a.img-circle,
.ot-portfolio .moduleItemComments a.img-circle,
.ot-portfolio .catItemHits a.img-circle,
.ot-portfolio .catItemComments a.img-circle,
.ot-portfolio .latestItemHits a.img-circle,
.ot-portfolio .latestItemComments a.img-circle{
	padding: 4px;
	margin: 2px;
}
.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;
}
.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 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 PRICING PAGE */
.pricing-tables{

}
.pricing-table{
	margin: 50px 0;
	padding: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
}
.pricing-table > div{
	padding: 10px 15px;
}
.pricing-table > div + div{
	border-width: 1px 0 0;
	border-style: solid;
}
.pricing-table .pricing-heading{
	text-align: left;
}
.pricing-table .pricing-heading h4{
	font-family: 'Open Sans Condensed',sans-serif;
    font-weight: bold;
	font-size: 18px;
	margin: 10px 0 0;
}
.pricing-table .pricing-heading p{
	margin: 0 0 10px;
}
.pricing-table .pricing-price{
	text-align: center;
	font-family: 'Open Sans Condensed',sans-serif;
	font-size: 36px;
	font-weight: bold;
	float: right;
	margin: -30px 0 10px 10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.pricing-table .pricing-price sup{
	font-size: 14px;
	top: -1em;
}

/* ---* CUSTOM LEFT - RIGHT MODULE *--- */
.custom-uppdate{
	border-width: 10px;
	border-style: solid;
	padding: 15px;
}
.custom-img img{
	margin: 5px;
}

/* CUSTOM LEFT - RIGHT MENU */
.module ul.unstyled li{
	list-style: none;
}
.module ul.nav ul{
	padding: 10px 0 10px 5px;
	margin: 0px;
	border-width: 1px 0px;
	border-style: solid;
}
.module ul.nav li{
	padding: 0px;
	border-width: 1px 0px 0px;
	border-style: dotted;
}
.module ul.nav li a{
	padding: 5px 10px 5px 20px;
	display: block;
}
.module ul.nav li a:hover{
	text-decoration: none;
}
.module ul.nav li li a{
	margin: 0 2px;
	padding: 3px 10px 3px 20px;
}
.module ul.nav li.first{
	border-top: 0px;
}

/* ---* CUSTOM MAINBOTTOM BLOCK *--- */
#oMainBottomBlock{
	
}
.custom_block {
	margin: 10px 0;
}
.custom_block .custom-img{
	float: left;
	margin: 0 15px 15px 0;
	border-width: 5px;
	border-style: solid;
}
.bannerdesc{
	margin: 0 0 10px;
}

/* ---* CUSTOM BOTTOM BLOCK *--- */
#oBottomBlock{
	
}
#oBottomBlock h3.mod-title{
	margin: 10px 0;
	border-width: 0 0 1px;
	border-style: dashed;
}
#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 SOCIAL */
.custom-social{
	display: inline-block;
	margin: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/* CUSTOM EMAIL UPDATE */
.custom_btn{
	padding: 5px 12px;
	margin-bottom: 10px;
	border-width: 0px 0px 1px;
}

/* ---* CUSTOM FOOTER BLOCK *--- */
#oFooterBlock {
	
}
#oFooterBlock .container{
	
}
#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;
}
#oFooterBlock .gotop{
	margin: 10px 0;
	padding: 15px;
	font-size: 20px;
	line-height: 20px;
	width: 50px;
	height: 50px;
}
.gotop a{
	display: block;
}


/* ---* CUSTOM READMORE *--- */
a.readmore{
	display: inline-block;
	padding: 2px 10px 4px;
	margin: 10px 0;
}
a.readmore:hover{
	text-decoration: none;
	cursor: pointer;
}
/* ---* CUSTOM LAYOUT *--- */
.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 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;
	text-transform: capitalize;
	-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{
	margin-top: 0;
	padding-top: 11px;
}
.tab-content{
	overflow: visible;
	clear: both;
	padding: 10px;
	border-width: 0px;
	border-style: solid;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

/* ---* CUSTOM SLIDE *--- */
.carousel-caption h4{
	
}
.carousel-control.control-box{
	padding: 4px;
	-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: -16px;
}
.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: -13px;
}
.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: -19px;
}
.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 .oleft,
.carousel-inner > .item .oleft.odisactive{
	left: -100%;
}
.carousel-inner > .item.active .oleft.oactive{
	left: 0;
}
.carousel-inner > .item .oright,
.carousel-inner > .item .oright.odisactive{
	left: 100%;
}
.carousel-inner > .item.active .oright.oactive{
	left: 0;
}
.carousel-inner > .item .obottom,
.carousel-inner > .item .obottom.odisactive{
	top: 100%;
}
.carousel-inner > .item.active .obottom.oactive{
	top: 0;
}
.carousel-inner > .item .otop,
.carousel-inner > .item .otop.odisactive{
	top: -100%;
}
.carousel-inner > .item.active .otop.oactive{
	top: 0;
}
.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 SCROLL APPEAR */
.ot-scroll-disappear{
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
    transform: translate(0px, 25px);
    transition: all 750ms ease 0s;
}
.ot-scroll-appear{
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
    transform: translate(0px, 0px);
    transition: all 750ms ease 0s;
}






body{
	color:#666666;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-color: #333333;
	background-image: linear-gradient(180deg, #e9e9e7 2%, #efeeec 27%, #eeeeec 58%, #d5d4d0 94%);
}
.body-bg{
	background-image: url("../images/body_bg.png");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;	
}
.wrapper{
	background-color: #FFFFFF;
}
a {
	/*color: #FFBF23;*/
	color: #505659;
}
a:hover,
a:focus,
a:active {
	color:#FFBF23;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	
}

.container{
	
}
.ot-content{
	
}
.ot-color{
	color: #FFBF23;
}
.ot-bg{
	background-color: #FFBF23;
}
.ot-bg.btn{
	background-color: #FFBF23;
	color: #FFFFFF;
}
.ot-bg.btn:hover{
	background-color: #FFB21C;
}
.odd{
	
}
.even{
	background-color: #F9F9F9;
}
/* ---* CUSTOM MODULE BLOCK *--- */
.module{
	color: #666666;
}
.module h3.mod-title{
	color: #333333;
	background-color: #F9F9F9;
}
.module h3.mod-title > span{
	border-color: #FFBF23;
}
.module h3.mod-title span.part0{
	color: #FFBF23;
}
.module h3.mod-content{
	
}
/* CUSTOM MODULE STYLE */
.module.mod-style0 .mod-content{
	border-color: #E2E2E2;
}
/* .module.mod-style1,
.module.mod-style2,
.module.mod-style3,
.module.mod-style4{	
	background-color: #FBFBFB;
} */
.module.mod-style9,
.module.mod-style10,
.module.mod-style11,
.module.mod-style13,
.module.mod-style15,
.module.mod-style17{
	border-color: #E2E2E2;
}
.module.mod-style12,
.module.mod-style20{	
	background-color: #FFBF23;
	color: #333333;
}
.module.mod-style12 a,
.module.mod-style20 a{	
	color: #333333;
}
.module.mod-style13{	
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.module.mod-style16,
.module.mod-style19{	
	background-color: #333333;
	color: #C5C5C5;
}
.module.mod-style19{
	border-color: #1C1C1C;
	border-color: rgba(0, 0, 0, 0.45);
}
.module[class*="mod-style"] h3.mod-title,
.module.mod-style6 h3.mod-title:before{
	background-color: transparent;
	border-color: #ABABAB;
}
.module.mod-style2 h3.mod-title:before,
.module.mod-style3 h3.mod-title:before,
.module.mod-style4 h3.mod-title,
.module.mod-style10 h3.mod-title:before,
.module.mod-style11 h3.mod-title:before,
.module.mod-style14 h3.mod-title:before,
.module.mod-style15 h3.mod-title:before,
.module.mod-style16 h3.mod-title,
.module.mod-style19 h3.mod-title{
	border-color: #FFBF23;
}
.module.mod-style16 h3.mod-title,
.module.mod-style19 h3.mod-title,
.module.mod-style20 h3.mod-title{
	color: #FFFFFF;
}
.module.mod-style12 h3.mod-title{
	border-color: #333333;
}
.module.mod-style20 h3.mod-title,
.module.mod-style7 h3.mod-title span,
.module.mod-style8 h3.mod-title span{
	background-color: #333333;
	color: #FFFFFF;
}

/* ---* CUSTOM NAVIGATOR BLOCK *--- */
#oNavigatorBlock{
	background-color: #333333;
	color: #858585;
}
#oNavigatorBlock .container{
	
}
#oNavigatorBlock a{
	color: #858585;
}
#oNavigatorBlock a:hover{
	color: #FFBF23;
}

/* ---* CUSTOM TOP BLOCK *--- */
#oTopBlock{
	
}
#oTopBlock .container{
	
}
#oTopBlock a:hover{
	color: #FFBF23;
}
/* CUSTOM LOGO */
#ot-logo{
	
}
#ot-logo img{
	
}
/* CUSTOM SEARCH */
#oTopBlock .search {
	
}
#oTopBlock .search form {
   	
}
#oTopBlock .search .btn-search {
	background-color: #C5C5C5;
	color: #FFFFFF;
}
#oTopBlock .search .btn-search.btn-active {
	background-color: #FFBF23;
}
#oTopBlock .search input.search-query {
    background-color: #FFBF23;
	color: #FFFFFF;
}

/* CUSTOM MAIN MENU */
.mainmenu {
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu a{
	color: #666666;
	background: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a{
	border-color: #F4F5F4 transparent transparent;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > a{
	color: #888888;
	border-color: transparent;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.first > div > a{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li {
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li:hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active {
	background-color: transparent;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a:hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover > div > a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active > div > a{
	background-color: transparent;
	color: #FEA700;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > a:hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover > div > a{
	color: #FFBF23;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > div > a{
	color: #333333;
	border-color: #FFBF23;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .nav-header{
	color: #222222;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	background-color: #FFFFFF;
	border-color: #FFBF23;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu .notColumn > div > .submenu-wrap{
	
}
.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{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap-i{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li{
	background: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.hasChild.notColumn > div > a{
	background-image: url("../images/arrow1.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 98% 50%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.hasChild.notColumn.active > div > a,
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.hasChild.notColumn.hover > div > a{
	
}
.mainmenu .otmenu-desk-wrapper .item-desc{
	color: #999999;
}

/* ---* CUSTOM MIDDLE SLIDE BLOCK *--- */
#oMiddleSlide{
	
}
#oMiddleSlide .container{
	
}

/* ---* CUSTOM BREADCRUMB BLOCK *--- */
#oBreadcrumbBlock{
	background-color: #F3F3F3;
	color: #999999;
	border-color: #EAEAEA;
}
.ot-breadcrumb{
	/* border-color: #E7E7E7; */
}
.breadcrumb-header{
	
}
.breadcrumb,
.breadcrumb a,
.breadcrumb > li > .divider{
	color: #999999;
}
.breadcrumb .lastitem,
.breadcrumb a:hover{
	color: #FFBF23;
}
.breadcrumb{
	background-color: transparent;
}
.breadcrumb > li > .divider.sep_bg{
	background-attachment: scroll;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* ---* CUSTOM MIDDLE BLOCK *--- */
#oMiddleBlock{
	
}
#oMiddleBlock .container{
	
}
/* CUSTOM 4 BLOCKS */
.custom_blocks .glyphicon{
	color: #BBBBBB;
}
.custom_blocks h4{
	color: #333333;
}
/* CUSTOM BUILD BLOCKS */
.custom_blocks .well-sm{
	
}
.custom_blocks .well-sm h4{
	color: #FFBF23;
}
.custom_blocks .well-sm:hover{
	background-color: #FFBF23;
	color: #FFFFFF;
}
.custom_blocks .well-sm:hover h4{
	color: #FFFFFF;
}

/* ---* CUSTOM MAIN TOP BLOCK *--- */
#oMainTopBlock {
	background-image: url("../images/testimonials_bg.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
#oMainTopBlock .module h3.mod-title {
	background-color: transparent;
}
#ot-maintop .k2LatestCommentsBlock .carousel-indicators li,
#ot-maintop .k2TopCommentersBlock .carousel-indicators li{
	background-color: #FFFFFF;
}
#ot-maintop .k2LatestCommentsBlock .carousel-indicators li:hover,
#ot-maintop .k2LatestCommentsBlock .carousel-indicators li.active,
#ot-maintop .k2TopCommentersBlock .carousel-indicators li:hover,
#ot-maintop .k2TopCommentersBlock .carousel-indicators li.active{
	background-color: #FFBF23;
}
#ot-maintop .k2LatestCommentsBlock .carousel-indicators li.active:before,
#ot-maintop .k2TopCommentersBlock .carousel-indicators li.active:before{
	border-color: #FFBF23 transparent transparent;
}

/* ---* CUSTOM MAIN BLOCK *--- */
#oMainBlock{
	
}
.componentheading,
.page-header{
	color: #333333;
}
#oMainBlock .module h3.mod-title{
	
}
.page-content,
#oMainBlock .module .mod-content{
	
}

/* ---* CUSTOM LEFT - RIGHT MODULE *--- */
.custom-uppdate{
	background-color: #333333;
	border-color: #FFBF23;
	color: #9A9A9A;
}
.custom-uppdate h3{
	color: #FFFFFF;
}
/* CUSTOM LEFT - RIGHT MENU */
.module ul li{
	
}
.module ul.nav li {
	background-image: none;
	border-color: #959594;
}
.module ul.nav li a{
	color: #555555;
}
.module ul.nav li.active > a,
.module ul.nav li a:hover,
.module ul.nav li a:focus{
	color: #FFBF23;
}
.module ul.menu li {
	border-color: #F4F5F4;
}
/* ---* CUSTOM COMPONENT CONTENT *--- */

/* ---* CUSTOM CONTENT MODULE *--- */
.module .list-items li .created{
	color: #999999;
}
/* ---* CUSTOM COMPONENT K2 *--- */
.itemContainer,
.userItemView,
div.tagItemView,
.latestItemView{
	/* border-color: #B2B2B2; */
}
div.itemHeader h2.itemTitle{
	
}
div.itemListSubCategories h3,
.itemHeader .itemTitle,
.genericItemTitle,
.catItemHeader .catItemTitle,
.catItemHeader .catItemTitle a,
div.latestItemHeader h3.latestItemTitle,
div.latestItemHeader h3.latestItemTitle a{
	color: #333333;
}
ul.itemsList li{
	border-color: #B2B2B2;
}
.k2ItemBlock {
	
}
.catItemTags,
.userItemTags,
.itemTags,
.moduleItemTags,
.catItemTags a,
ul.userItemTags li a,
.itemTags a,
.moduleItemTags a{
	color: #666666;
}
.catItemTags a:hover,
ul.userItemTags li a:hover,
.itemTags a:hover,
.moduleItemTags a:hover{
	color: #FFBF23;
}
.itemCommentsCounter{
	border-color: #FFBF23;
}
.itemCommentsCounter > span{
	background-color: #FFBF23;
	color: #FFFFFF;
}
.itemComment-bg{
	background-attachment: scroll;
	background-image: url("../images/comment-bg.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.itemComment-bg > a{
	background-color: #818181;
	color: #FFFFFF;
}
.catItemInfo,
.latestItemInfo,
.tagItemInfo,
.moduleItemAddition{
	color: #999999;
}
.itemAuthorLatest .ot-title,
.itemRelated .ot-title,
.itemVideoBlock .ot-title,
.itemImageGallery .ot-title,
.catItemVideoBlock .ot-title,
.latestItemVideoBlock .ot-title,
.catItemImageGallery .ot-title{
	border-color: #FFBF23;
	color: #666666;
}
/* ---* CUSTOM K2 MODULE *--- */
/* ul.itemsList li, */
.k2CategoriesListBlock ul li {
	border-color: #F4F5F4;
	background-attachment: scroll;
	background-image: url("../images/arrow1.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
/* ul.itemsList li a, */
.k2CategoriesListBlock ul li a {
	color: #6D716C;
}
/* ul.itemsList li a:hover, */
.k2CategoriesListBlock ul li a:hover {
	color: #FFBF23;
}
/* SINGLE LAYOUT */
.k2ItemsBlock.ot-single .moduleItemOverlay{
	
}
.k2ItemsBlock.ot-single .moduleItemOverlay,
.k2ItemsBlock.ot-single .moduleItemOverlay a{
	color: #FFFFFF;
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemTitle{
	/* color: #EEE0BD;
	background-color: #FFBF23; */
	background-color: rgba(255, 191, 35, 0.9);
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemAddition{
	color: #FFFFFF;
	/* background-color: #252627; */
	background-color: rgba(37, 38, 39, 0.9);
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemIntrotext{
	/* background-color: #FFBF23; */
	background-color: rgba(255, 191, 35, 0.9);
}
.k2ItemsBlock.ot-single .moduleItemOverlay .moduleItemEx{
	color: #FFFFFF;
	/* background-color: #252627; */
	background-color: rgba(37, 38, 39, 0.9);
}
.k2ItemsBlock.ot-single .moduleItemOverlay a.moduleItemReadMore{
	background-color: #FFBF23;
	background-image: none;
	border-color: #FFFFFF;
}
/* ACCORDION LAYOUT */
.ot-accordion .itemContainer .panel-heading,
.ot-accordion .latestItemView .panel-heading,
.ot-accordion .k2ItemBlock .panel-heading{
	background-color: #F2F2F2;
	color: #666666;
	border-color: #E5E5E5;
}
.ot-accordion .itemContainer .panel-heading .panel-toggle,
.ot-accordion .latestItemView .panel-heading .panel-toggle,
.ot-accordion .k2ItemBlock .panel-heading .panel-toggle{
	/* background-color: #E7E1D8; */
	color: #797979;
}
.ot-accordion .itemContainer .panel-heading.active,
.ot-accordion .itemContainer .panel-heading:hover,
.ot-accordion .latestItemView .panel-heading.active,
.ot-accordion .latestItemView .panel-heading:hover,
.ot-accordion .k2ItemBlock .panel-heading.active,
.ot-accordion .k2ItemBlock .panel-heading:hover{
	background-color: #FFBF23;
	color: #666666;
	border-color: #FF7F00;
}
.ot-accordion .itemContainer .panel-heading.active .panel-toggle,
.ot-accordion .itemContainer .panel-heading:hover .panel-toggle,
.ot-accordion .latestItemView .panel-heading.active .panel-toggle,
.ot-accordion .latestItemView .panel-heading:hover .panel-toggle,
.ot-accordion .k2ItemBlock .panel-heading.active .panel-toggle,
.ot-accordion .k2ItemBlock .panel-heading:hover .panel-toggle{
	/* background-color: #333333; */
	color: #000000;
}
.ot-accordion .itemContainer .panel-heading .catItemTitle,
.ot-accordion .latestItemView .panel-heading .latestItemTitle,
.ot-accordion .k2ItemBlock .panel-heading .moduleItemTitle{
	color: #333333;
	border-color: #FFFFFF;
}
.ot-accordion .itemContainer .panel-heading.active .catItemTitle a,
.ot-accordion .itemContainer .panel-heading:hover .catItemTitle a,
.ot-accordion .latestItemView .panel-heading.active .latestItemTitle a,
.ot-accordion .latestItemView .panel-heading:hover .latestItemTitle a,
.ot-accordion .k2ItemBlock .panel-heading.active .moduleItemTitle,
.ot-accordion .k2ItemBlock .panel-heading:hover .moduleItemTitle{
	color: #FFFFFF;
}
/* BLOG LAYOUT */
.ot-blog .catItemDateCreated.pull-left{
	
}
/* PORTFOLIO LAYOUT */
.ot-portfolio .k2ItemBlock,
.ot-portfolio .catItemView,
.ot-portfolio .latestItemView{
	background-color: #F4F4F4;
	/* color: #555555; */
}
.ot-portfolio .k2ItemBlock a.moduleItemTitle,
.ot-portfolio .catItemView .catItemTitle a,
.ot-portfolio .latestItemView .latestItemTitle a{
	color: #555555;
}
.ot-portfolio .k2ItemBlock .moduleItemAddition,
.ot-portfolio .catItemView .catItemInfo,
.ot-portfolio .latestItemView .latestItemInfo{
	color: #999999;
}
.ot-portfolio .moduleItemHits a.img-circle,
.ot-portfolio .moduleItemComments a.img-circle,
.ot-portfolio .catItemHits a.img-circle,
.ot-portfolio .catItemComments a.img-circle,
.ot-portfolio .latestItemHits a.img-circle,
.ot-portfolio .latestItemComments a.img-circle,
.ot-portfolio .moduleItemReadMore,
.ot-portfolio a.k2ReadMore{
	background-color: #BDBDBD;
	color: #FFFFFF;
}
.ot-portfolio .k2ItemBlock:hover  .moduleItemHits a.img-circle,
.ot-portfolio .k2ItemBlock:hover  .moduleItemComments a.img-circle,
.ot-portfolio .k2ItemBlock:hover .moduleItemReadMore,
.ot-portfolio .catItemView:hover .catItemHits a.img-circle,
.ot-portfolio .catItemView:hover .catItemComments a.img-circle,
.ot-portfolio .catItemView:hover a.k2ReadMore,
.ot-portfolio .latestItemView:hover .latestItemHits a.img-circle,
.ot-portfolio .latestItemView:hover .latestItemComments a.img-circle,
.ot-portfolio .latestItemView:hover a.k2ReadMore{
	background-color: #333333;
}
.ot-portfolio .k2ItemBlock:hover,
.ot-portfolio .catItemView:hover,
.ot-portfolio  .latestItemView:hover{
	background-color: #FFBF23;
	color: #FFFFFF;
}
.ot-portfolio .k2ItemBlock:hover a,
.ot-portfolio .k2ItemBlock:hover .moduleItemAddition,
.ot-portfolio .catItemView:hover a,
.ot-portfolio .catItemView:hover .catItemInfo,
.ot-portfolio .latestItemView:hover a,
.ot-portfolio .latestItemView:hover .latestItemInfo {
	color: #FFFFFF;
}
.itemListTags .navbar-nav > li > .catItemTag{
	background-color: transparent;
	color: #5C5D5F;
}
.itemListTags .navbar-nav > li > .catItemTag:hover{
	background-color: #5C5C5C;
	color: #FFFFFF;
}
.itemListTags .navbar-nav > li > .catItemTag.active{
	background-color: #FFBF23;
	color: #FFFFFF;
}

.moduleItemReadMore,
a.k2ReadMore{
	background-color: #EEEEEE;
	color: #999999;
}
.moduleItemReadMore:hover,
a.k2ReadMore:hover{
	background-color: #FFBF23;
	border-color: #F0AD4E;
	color: #FFFFFF;
}
.itemRelReadmore{
	background-color: #FFBF23;
}
.itemRelReadmore .glyphicon{
	/* background-color: #000000; */
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}
div.k2TagCloudBlock a{
	background-color: #F9F9F9;
	color: #999999;
}
div.k2TagCloudBlock a:hover{
	background-color: #FFBF23;
	color: #FFFFFF;
}
.carousel-caption .moduleItemTitle{
	color: #EEE0BD;
}
.k2LatestCommentsBlock .carousel-control,
.k2TopCommentersBlock .carousel-control{
	background: none;
	color: #333333;
}
.k2LatestCommentsBlock.carousel .itemsList li > div,
.k2TopCommentersBlock.carousel .itemsList li > div{
	background-color: #FFBF23;
	color: #FFFFFF;
}
.k2LatestCommentsBlock.carousel .itemsList li > div a,
.k2TopCommentersBlock.carousel .itemsList li > div a,
div.k2LatestCommentsBlock.carousel ul li > div span.lcCommentDate{
	color: #FFFFFF;
}

/* CUSTOM COMPONENT CONTACT */
.page-contact .ot-title{
	border-color: #FFBF23;
}
#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 OFFLINE PAGE */
.ot-offline #oTopBlock{
	background-image: url("../images/offline.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 100%;
}

/* CUSTOM PRICING PAGE */
.pricing-tables{

}
.pricing-table{
	border-color: #FFFFFF;
}
.pricing-table > div{
	background-color: #F3F3F3;
}
.pricing-table > div + div{
	border-color: #FFFFFF;
}
.pricing-table .pricing-heading{
	background-color: #959595;
	color: #FFFFFF;
}
.pricing-table:hover .pricing-heading{
	background-color: #FFBF23;
}
.pricing-table .pricing-price{
	background-color: #2A2C2D;
	color: #FFFFFF;
}
.pricing-table:hover .pricing-price{
	background-color: #FF6600;
}
.pricing-table .pricing-action{
	background-color: #EAEAEA;
	color: #FFFFFF;
}
.pricing-table .pricing-action .btn{
	background-color: #494C4D;
	color: #FFFFFF;
}
.pricing-table:hover .pricing-action .btn{
	background-color: #FFBF23;
}


/* ---* CUSTOM MAINBOTTOM BLOCK *--- */
#oMainBottomBlock{
	
}
.custom_block .custom-img{
	border-color: #E5E5E5;
}
.custom_block:hover .custom-img{
	border-color: #FFBF23;
}

/* ---* CUSTOM BOTTOM BLOCK *--- */
#oBottomBlock{
	background-color: #2A2C2D;	
}
#oBottomBlock,
#oBottomBlock a {
	color: #898989;
}
#oBottomBlock a:hover {
	color: #FFBF23;
}
#oBottomBlock .mod-title{
	background-color: transparent;
	color: #B6B6B6;
	border-color: #4A4B4C;
}
#oBottomBlock ul li{
	border-color: #30352F;
}
/* #oBottomBlock ul.itemsList li a, */
#oBottomBlock .k2CategoriesListBlock ul li a{
	color: #BABBBA;
}
/* #oBottomBlock ul.itemsList li a:hover, */
#oBottomBlock .k2CategoriesListBlock ul li a:hover{
	color: #FFBF23;
}
/* CUSTOM SOCIAL */
#oBottomBlock a.custom-social{
	background-color: #383A3B;
	color: #A9A9A9;
}
#oBottomBlock a.custom-social:hover{
	background-color: #FFBF23;
	color: #2A2C2D;
}

/* ---* CUSTOM FOOTER BLOCK *--- */
#oFooterBlock{
	background-color: #383A3B;
	color: #A9A9A9;
}
#oFooterBlock a{
	/* color: #A9A9A9; */
}
#oFooterBlock a:hover{
	/* color: #FFBF23; */
}
#oFooterBlock .container{
	
}
#oFooterBlock .mod-title{
	
}
.gotop{
	/* background-color: #000000; */
	background-color: rgba(0, 0, 0, 0.3);
}
.gotop a{
	color: #A9A9A9;
}
.gotop a:hover{
	color: #FFBF23;
}

/* ---* CUSTOM READMORE *--- */
a.readmore{
	background-color: #FFBF23;
	color: #FFFFFF;
}
a.readmore:hover{
	color: #FFFFFF;
}

/* ---* CUSTOM PAGINATION *--- */
.pagination > li > a, .pagination > li > span {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #999999;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #5C5C5C;
    border-color: #5C5C5C;
    color: #FFFFFF;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #FFBF23;
    border-color: #FFBF23;
    color: #FFFFFF;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #999999;
}

/* ---* CUSTOM TABS *--- */
.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;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus{
	background-image: none;
	color: #222222;
	border-color: #E9E9E9;
}
.tab-content{
	border-color: #E9E9E9;
}

/* ---* CUSTOM SLIDE *--- */
.carousel{
	
}
.carousel-caption h4{
	color: #EEE0BD;
}
.carousel-control{	
	
}
.carousel-control:hover{	
	
}
.carousel-control.control-light,
.carousel-control.control-light:hover{	
	background-image: none;
	color: #CCCCCC;
}
.carousel-indicators li{
	background-color: #2A2C2D;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{
	background-color: #FFBF23;
}


/* ---* CUSTOM TEMPLATE CONTROL *--- */
.leftlamin {

width:437px;
height:450px;
float:left;
}
.rightlamin {
width:390px;
height:450px;
float:left;
}
float:left}
#resultat{
position:relative;
min-height:450px;
}
#okno{
position:absolute;
left:-45px;
top:20px;
}
.el{
display:block;
border:1px solid gray;
cursor:pointer;
width:150px;
height:35px;
}
.ik{
border-radius:25px;
padding:5px;
cursor:pointer;
font-size:12px;
text-align:center;
width:50px;
height:50px;
margin:5px;
float:left;
}
.ik img{
top:5px;
width:42px;
height:40px;
}
.iko {
top:5px;
background-color:#ff5d5d;
}
.iko img{
width:42px;
height:40px;
}
#up_up{
position:absolute;
left:200px;
top:20px;
}
.clear{
clear:both;
}

#menukolor {
position:relative;
padding:10px;
left:0px;
font-size: 15px;
margin:40px 8px 20px 8px;
float:none;
text-align: center;
}
#menukolor a{
margin:0px 10px;
}
#menukolor a:hover{
   text-decoration: underline;
   color: #4da64b;
}

body {
	background-color:transparent !important; 
	font-family: 'Roboto' !important;
}
#first_info {
    margin-top: 80px;
}

#first_info .panel-grid-cell {
	padding:50px 25px 25px 25px ;
}
#second_info {
	padding-top:50px;
}
.panel-row-style {
		padding:50px 25px 25px 25px ;
}

#first_info span {
    color: #01A541 !important;
    font-size: 1.7em;
    font-weight: bold;
}
#first_info  .panel-row-style {
	padding-top:0;
}
.navbar-collapse span {
	font-family: 'Exo 2' !important ;
}
.find_us {
	margin-bottom:20px;

}

#first_info .panel-row-style {
    /*background-size: contain;*/
}

.so-widget-sow-features-features-f2e109b9e9d3 .sow-features-list .sow-features-feature .textwidget > h5 {
	font-family: 'Exo 2' !important;
    font-size: 22px;
    font-weight: 900 !important;
}

.so-widget-sow-features-features-f2e109b9e9d3 .sow-features-list .sow-features-feature .textwidget  p {
	font-family: 'Roboto' !important;
	font-size: 16px;
}

hr {
	border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(53, 181, 103), rgba(0, 0, 0, 0)) !important;
    width: 20%;
	margin-right: 330px;
}
#first_info .textwidget {
	font-family:'Exo 2' !important;
}

.custom_block.col-md-4 {
    color: white;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    padding-right:0;
}
.custom_block h5 {
    font-family: 'Exo 2';
    font-size: 18px;
    display: inline;
}
#lamination {
	width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#okno {
    position: relative;
    left: 0;
    top: 0;
}
.leftlamin {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
}
.leftlamin div {
    display: block;
    position: relative;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
   }

   .rightlamin {
    width: 100%;
    height: 450px;
    float: none;
    display: block;
    clear: both;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.custom_heading {
	font-family: 'Exo 2';
}



.wds_left {
    height: 512px;
    margin-left: 668px;
    margin-top: -50px;
    position: absolute;
    width: 380px;
}
.formblock {
    border: 2px solid #00b147;
    border-radius: 5px;
    box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.36);
    margin-left: 40px;
    margin-top: 35px;
    padding: 2px;
}
.formblock_action {
    background-color: #333;
    color: #fff;
    font-size: 22px;
    /*font-style: italic;*/
    height: 86px;
    padding-top: 9px;	
    text-align: center;
}

.rf_3 {
    background-color: #eee none repeat scroll 0 0;
    color: #333;
    height: 218px;
}
.formblock-col {
    padding: 17px 0 0 17px;
}

.formblock-col2 {
    padding: 17px 0 0 17px;
}
.formblock-col3 {
    padding-top: 82px;
}

.button_utm {
    background: #00b147 linear-gradient(to bottom, #00b147 5%, #6dd583 100%) repeat scroll 0 0;
    border-radius: 5px;
    /*box-shadow: 0 69px 0 -15px #fb5555 inset, 0 -5px 0 0 #cc4c3d inset;*/
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 97px;
    margin: -68px auto 0;
    /*padding: 10px 22px;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 310px;
}
.butt {
    font-size: 42px;
    font-weight: bold;
    text-shadow: 1px 2px 2px #03431d;
}

.butt2 {
    font-size: 19px;
}
.req_3 {
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #ccc inset;
    box-sizing: border-box;
    color: #333;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    height: 54px;
    padding: 0 10px 2px 18px;
    width: 300px;
}
#phone1 {
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #ccc inset;
    box-sizing: border-box;
    color: #333;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    height: 54px;
    padding: 0 10px 2px 18px;
    width: 300px;
}

.economics {
    margin-top: 90px;
}
.economics h2 {
    font-size: 3.2em;
    margin-top: 90px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.1;
}
.water_ul li {
    color: #375a64;
    font-size: 1.4em;
    line-height: 150%;
}
.col-md-6 p {
    font-size: 1.4em;
    line-height: 150%;
}
.text_side {
    background-image: radial-gradient(circle closest-side at 50% 50% , rgba(255, 255, 255, 0.27) 32.153%, #a6bbac 100%);
    height: 100%;
    min-height: 382px;
}
#pgc-10-3-0 .col-md-6 {
	padding: 0;
}
.komplekts_text {
    padding: 10px;
}
img.komplekts_icons {
    max-width: 40px;
    width: auto;
}
img.tab-pan {
	max-width: 516px;
}
.textwidget_1{
	margin-top:100px;
}

.rigger_20 {
    height: 100%;
	position: relative;
	width:100%;
}
.rigger_second {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("../images/steps_bg.jpg") no-repeat scroll 0 0 / cover ;
    /*display: flex;*/
    height: 150px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.rigger_second h2 {
    color: #fff;
}
.phone_number {
    text-align: right;
}
span.rigger_links {
    display: inline-block;
    font-size: 200%;
    position: relative;
}
span.rigger_phone {
    color: #fff;
}
.steps_first {
    margin: 0 auto;
    padding-bottom: 20px;
}
.steps_first {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    position: relative;
    width: 100%;
	text-align: center;
}
img.steps_img {
    max-width: 120px;
}
img.steps_img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.steps_first h3 {
    color: #375a64;
    display: block;
    font-size: 3em;
    text-align: center;
}
span.steps_title.text-center {
    background: #0fd55f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
p.text-center {
    font-size: 1.4em;
    line-height: 150%;
}
span.footer_text {
    color: #fff;
    font-size: 20px;
}
.footer_form_wrapper {
    background: #eee none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.36);
    display: block;
    height: auto;
    left: 50%;
    margin-top: 25px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 136%;
    transform: translate(-50%, 0px);
    width: 320px;
    z-index: 999;
}
h3.feedback_title {
    color: #009129;
    margin-top: 0;
    text-align: center;
}
span.footer_form_text {
    color: #203f49;
    display: block;
    font-size: 15px;
    line-height: 120%;
    position: relative;
}
img.img-responsive.steko_footer {
    display: block;
    margin: 0 auto;
    max-width: 251px;
    position: relative;
    top: 75px;
    width: 100%;
}
.footer_form .input_text, .input_text2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid #00b147;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #5f5f5f;
    display: block;
    font-family: LatoWeb,sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 34px;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-right: 0;
    outline: 0 none transparent;
    padding: 0 0 0 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.footer_form i {
    left: 15px;
    padding-top: 2px;
    position: absolute;
	font-size: 24px;
}
.futer {
    background: #00b147 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 4px 13px -6px #070707;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: LatoWeb,sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 120%;
    margin: 15px auto 0;
    outline: 0 none;
    padding: 8px 30px 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    width: auto;
}
.footer_form_wrapper {
    text-align: center;
}


#footer_steko {
    padding-top: 55px;
}
#footer_steko {
    background: #09090f none repeat scroll 0 0;
}

span.footer_text.footer_center {
    font-size: 2.5em;
}
#first_info p {
	margin-left: 420px;
	text-align: center;
}
.footer_form hr {
	margin-right: 118px;
}

/*    ---- 1024px   ---- */


@media (max-width:1044px) {
.banner-header {
height: 510px;
}	
#first_info p {
	margin-left: 0;
}	
hr {
	margin-right: 410px;
}	
.wds_left {
    margin-left: 298px;
}

a.callback_land.rigger_callback_1 {
	float: right;
	font-size: 105%;
	margin: -14px;
	padding: 10px 30px;
}
.text_side {
	min-height: 401px;
}
img.tab-pan {
	max-width: 541px;
}
.footer_form_wrapper {
	margin-top: -57px;
}
}

/*    ---- 800px   ---- */


@media (max-width:840px) {
.banner-header {
height: 480px;
}	
#first_info p {
	margin-left: 0;
}	
hr {
	margin-right: 315px;
}	
#tf-menu {
	height: 125px;
}	
.wds_left {
    margin-left: 190px;
}
.economics h2 {
	margin-top: 10px;
}
a.callback_land.rigger_callback_1 {
	font-size: 105%;
	padding: 10px 30px;
	float: none;
	margin: auto;
}
.text_side {
	min-height: 401px;
}
img.tab-pan {
	max-width: 541px;
}
.lsow-flex-viewport {
	margin-bottom: 110px;
}
.footer_form_wrapper {
	margin-top: -65px;
}
.footer_text p{
	text-align: center;
}
}

/*    ---- 600px   ---- */


@media (max-width:640px) {
.banner-header {
height: 350px;
}	
#first_info p {
	margin-left: 0;
}	
hr {
	margin-right: 235px;
}	
#tf-menu {
	height: 95px;
}	
.wds_left {
    margin-left: 100px;
}
.rigger_second h2 {
	margin: 0 auto;
}
.economics h2 {
	margin-top: 10px;
}
span.rigger_phone {
	margin-right: 110px;
}
a.callback_land.rigger_callback {
	font-size: 105%;
	padding: 8px 30px;
	margin-left: 190px;
}
a.callback_land.rigger_callback_1 {
	font-size: 105%;
	padding: 8px 30px;
	float: none;
	margin: auto;
}
.text_side {
	min-height: 401px;
}
img.tab-pan {
	max-width: 541px;
}
.lsow-flex-viewport {
	margin-bottom: 180px;
}
.footer_form_wrapper {
	margin-top: -82px;
}
.footer_text p{
	text-align: center;
}
}

/*    ---- 480px   ---- */


@media (max-width:520px) {
.banner-header {
height: 200px;
}	
#first_info p {
	margin-left: 0;
}	
hr {
	margin-right: 185px;
}	
.wds_left {
    margin-left: -10px;
}
.formblock-col {
    padding: 17px 0 0 15px;
}

.formblock-col2 {
    padding: 17px 0 0 15px;
}
.rigger_second h2 {
	margin: 0 auto;
}
.economics h2 {
	margin-top: 10px;
}
span.rigger_phone {
	margin-right: 55px;
}
a.callback_land.rigger_callback {
	font-size: 105%;
	padding: 8px 30px;
	margin-left: 150px;
}
a.callback_land.rigger_callback_1 {
	font-size: 105%;
	padding: 8px 30px;
	float: none;
	margin: auto 90px;
}
.text_side {
	min-height: 401px;
}
img.tab-pan {
	max-width: 541px;
}
.lsow-flex-viewport {
	margin-bottom: 220px;
}
.footer_form_wrapper {
	margin-top: -36%;
}
.footer_text p{
	text-align: center;
}
}

/*    ---- 320px   ---- */


@media (max-width:360px) {
.banner-header {
height: 180px;
}	
#first_info p {
	margin-left: 0;
}	
hr {
	margin-right: 125px;
}		
.wds_left {
    margin-left: -27px;
	width: 340px;
}
.button_utm {
	width: 280px;
}
.rigger_second h2 {
	margin: 0 auto;
}
.economics h2 {
	margin-top: 10px;
	font-size: 2.2em;
	text-align: center;
}
.rigger_20 {
	margin-top: 80px;
}
span.rigger_phone {
	margin-right: 8px;
	font-size: 0.8em;
}
a.callback_land.rigger_callback {
	font-size: 100%;
	padding: 5px 20px;
	margin-left: 80px;
	box-shadow: none;
}
span.steps_title.text-center {
	font-size: 1.1em;
}
a.callback_land.rigger_callback_1 {
	font-size: 105%;
	padding: 8px 30px;
	float: none;
	margin: auto 90px;
}
.text_side {
	min-height: 401px;
}
img.tab-pan {
	max-width: 541px;
}
.lsow-flex-viewport {
	margin-bottom: 220px;
}
.footer_form_wrapper {
	margin-top: -228px;
	width: 98%;
}
.footer_text p{
	text-align: center;
}
}

}