/**
*	@package	STARTER Joomla! Template
*	@copyright	Copyright (C) 2009 - 2017 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*	@version	$Id$
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/

/*========================= 1. GENERAL =======================*/
.boxed .wrapper {
    margin:0 auto;
    padding: 0;
}
/*---------- Start Responsive Reset ------------*/
@media (min-width: 1200px) {
	.col-lg-reset {
		left: auto;
		right: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-reset {
		left: auto;
		right: auto;
	}
}

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

@media (max-width: 767px) {
    .col-xs-reset {
        left: auto;
		right: auto;
    }
}
/*---------- End Responsive Reset ------------*/

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
input, textarea, .uneditable-input { max-width: 100%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
	display: block;
}
.ie7 .btn-navbar{ display: none; }

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

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35500;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}
.section.full-width > [class*="container"] {
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
.section > .container-fluid {
	padding: 0;
}
.row {
	margin: 0;
}
.wrapper {
	/*overflow: hidden;*/
}
#style-switcher {
	top:30% !important;
}
img {
	max-width: 100%;
}
html {
	margin-top: 0 !important;
}
body#ot-body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 135%;
	margin: 0;
	padding: 0;
}
.wrapper-bg {
	float: left;
	width: 100%;
	margin: 30px 0;
	padding-bottom: 4px;
	position: relative;
}
.wrapper-topleftbg, .wrapper-topmidbg, .wrapper-toprightbg, .wrapper-botleftbg, .wrapper-botmidbg, .wrapper-botrightbg {
	position: absolute;
}
.wrapper-topleftbg, .wrapper-toprightbg, .wrapper-botleftbg, .wrapper-botrightbg {
	width: 4px;
	height: 4px;
}
.wrapper-topleftbg {
	background: url(../images/wrap-topleft-bg.png) no-repeat;
}
.wrapper-topmidbg {
	background: url(../images/wrap-topmid-bg.png) repeat-x;
	height: 4px;
	margin: 0 4px;
	position: relative;
	top: 0;
}
.wrapper-toprightbg {
	background: url(../images/wrap-topright-bg.png) no-repeat;
	right: 0;
	top: 0;
}
.wrapper-botleftbg {
	background: url(../images/wrap-botleft-bg.png) no-repeat;
	bottom: 0;
}
.wrapper-botmidbg {
	background: url(../images/wrap-botmid-bg.png) repeat-x;
	height: 4px;
	margin: 0 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 99.3%;
}
.wrapper-botrightbg {
	background: url(../images/wrap-botright-bg.png) no-repeat;
	bottom: 0;
	right: 0;
}
.wrapper-midbg {
	background: url(../images/wrap-midleft-bg.png) repeat-y 0 4px;
	float: left;
	position: relative;
	width: 100%;
}
.wrapper-midbg-i {
	background: url(../images/wrap-midright-bg.png) repeat-y right 4px;
	padding: 0 4px;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	font-weight: normal;
}
a:hover, a:focus {

}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.container {
	margin: 0 auto;
}
.clearfix {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.marginleft0 {
	margin-left: 0;
}
.paddingleft0 {
	padding-left: 0;
}
.padd0 {
	padding: 0;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
}
ul {
	list-style-type: none;
}
ul li {
	background: url(../images/typography/arrow.png) no-repeat scroll 4px 8px transparent;
	line-height: normal;
	padding: 3px 0 2px 15px;
}
p {
	margin: 10px 0 !important;
	padding: 0;
}
pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/*========================= TOP BLOCK =======================*/
.wrapper-top {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 0;
	padding: 0 10px;
}
.ot-logo {
	margin-top: 25px;
}
.ot-logo p {
	margin: 0;
}
.ot-logo {
	background: url(../images/graydim/logo.png) no-repeat;
}
.ot-logo a {
	height: 67px;
	display: block;
	text-indent: -9999px;
	width: 100%;
}

/*========================= MAIN MENU =======================*/
.otmenu-desk-wrapper > div > .ot-menu {
	margin: 0px 0 0 0px;
	padding: 0px;
	height: 78px;
	float: right;
}
.otmenu-desk-wrapper .ot-menu li.level1 {
	background: none;
	margin: 0 !important;
	margin-left: 1px !important;
	padding: 0 !important;
}
.otmenu-desk-wrapper .ot-menu li.level1:first-child {
	margin-left: 0 !important;
}
.otmenu-desk-wrapper .ot-menu a.level1 {
	color: #615555;
	font-size: 15px !important;
	font-weight: normal !important;
	height: 78px !important;
	line-height: 78px !important;
	margin-bottom: 0 !important;
	padding: 0 10px !important;
}
.otmenu-desk-wrapper .ot-menu a.level1 span {
	height: 78px;
	line-height: 110px;
	padding: 0;
	text-transform: uppercase;
}
.otmenu-desk-wrapper .ot-menu li.level1.hover, .otmenu-desk-wrapper .ot-menu li.level1.active {
	background: none repeat scroll 0 0 #615555;
}
.otmenu-desk-wrapper .ot-menu li.level1.hover > div > a, .otmenu-desk-wrapper .ot-menu li.level1.active > div > a {
	color: #EEE;
}
.otmenu-desk-wrapper .ot-menu li.level1.hasChild > div > a > span {

}
.otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover > div > a > span,.otmenu-desk-wrapper .ot-menu li.level1.hasChild:hover > div > a > span,.otmenu-desk-wrapper .ot-menu li.level1.hasChild.active > div > a > span {

}
.otmenu-desk-wrapper .ot-menu .submenu-wrap {
	width: 205px !important;
	background: none !important;
	padding: 0 !important;
	border-width: 0 0 5px 0 !important;
	border-style: solid !important;
	border-color: #B4616A !important;
	border-radius: 0 !important;
	top: 78px !important;
	left: 0 !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap .submenu-wrap {
	top: 0 !important;
	left: 100% !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul {
	background: #615555;
	text-align: left;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li {
	background: transparent;
	border-top: 1px solid #373737;
	border-radius: 0;
	margin: 0;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li:first-child {
	border: none;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.hover,.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li:hover,.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.active {
	background-color: #766272;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.hover > div > a,.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li:hover > div > a,.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.active > div > a {
	color: #eee;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li a > span {
	background: none repeat scroll 0 0 transparent;
	display: block;
	height: auto;
	line-height: normal;
	padding:12px 25px 11px 15px ;
	text-transform: uppercase;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.hasChild > div > a > span {
	background: url(../images/graydim/mainmenu-sub-arrow.png) no-repeat scroll right 12px transparent;
}


.otmenu-mobile-wrapper .ot-menu .submenu-wrap.collapse.in {
	display: block !important;
}
.panel-group .panel + .panel {
	margin-top: 0 !important;
}
.otmenu-mobile-wrapper .ot-menu li {
	background: none;
	text-align: left;
}
.otmenu-mobile-wrapper .ot-menu a {
	color: #666666;
}
.otmenu-mobile-wrapper .ot-menu a:hover {
	color: #3D9193;
}
.itemTitle-itemIntroText h3.moduleItemTitle, .itemTitle-itemIntroText h3.moduleItemTitle a {
	color: #fcc804;
}
.ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle, .ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle a {
	font-size: 15px;
	text-transform: uppercase;
}
/*========================= MAIN BANNER =======================*/
.ot-banner {
	margin-top: 15px;
}
.ot-banner > .row {
	padding-bottom: 10px;
}
.ot-banner > .row, .ot-banner-i {
	background: url(../images/line-space.png) repeat-x 0 bottom;
}
.ot-banner-i {
	background-position: 0 0;
	padding-top: 10px;
}
div.ot-slideshow div.item {
	background: #FFF;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.ot-slideshow div.item img {
	width: 100%;
}
.itemTitle-itemIntroText {
	background: url(../images/overlay-bg.png);
	position: absolute;
	bottom: 0;
	color: #FFF;
	left: 0;
	text-align: left;
	width: 50%;
	height: 48%;
}
.itemTitle-itemIntroText-i {
	padding: 10px;
	overflow: hidden;
}
a.itemReadmore {
	background: url(../images/readmore-icon.png) no-repeat scroll left 0 transparent;
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0;
	margin-top: -20px;
	padding: 0 6px 0 25px;
}
a.itemReadmore:hover {
	color: #FFFFFF;
}
.carousel-indicators {
	bottom: 0;
	background: url(../images/handles-bg.png) no-repeat;
	right: 17px;
	height:42px;
	color: #FFF;
	width: auto;
	left: auto;
	margin: 0;
}
.carousel-indicators li {
	text-indent: 0;
	border: none;
	border-radius: 0;
	background: url(../images/border-nav.png) no-repeat 0 6px;
	width: 28px !important;
	height: 34px !important;
	line-height: 34px;
	text-align: center;
	margin: 0;
}
.carousel-indicators li + li {
	margin-left: -5px !important;
}
.carousel-indicators li:first-child {
	margin-left: 7px;
}
.carousel-indicators li.active {
	background: #91303b url(../images/border-nav.png) no-repeat 0 6px;
}
.carousel-indicators-lastbg {
	background: url(../images/handles-lastbg.png) no-repeat;
	width: 7px;
	position: absolute;
	color: #FFF;
	height: 42px;
	right: 10px;
	bottom: 0;
	z-index: 9;
}

/*========================= MAIN CONTENT =======================*/
.ot-mainbody {
	padding-bottom: 15px;
	padding-top: 15px;
}
.ot-breadcrumbs .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.ot-breadcrumb {
	background: url(../images/graydim/breadcrumb-bg.png);
	color: #FFF;
	height: 74px;
	margin-top: 15px;
	text-transform: uppercase;
	padding: 25px;
}
span.breadcrumbs {
	line-height: 24px;
}
span.breadcrumbs a.pathway {
	float: left;
	color: #fcc804;
}
span.breadcrumbs-separator {
	background: url(../images/graydim/breadcrumb-border-arrow.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 12px;
	width: 5px;
}

/*========================= CONTENT =======================*/
div#otContainer {
	padding: 0;
	margin: 0;
}
div#otContainer .itemList #itemListLeading, div#otContainer .itemList #itemListPrimary {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.itemContainer {
	margin-bottom: 10px;
}
div.catItemHeader h3.catItemTitle {
	padding: 10px 0 4px 0;
	margin: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #91303b;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	padding-top: 0;
	text-transform: none;
}
div.catItemHeader span.catItemAuthor, div.catItemHeader span.catItemDateCreated {
	color: #666;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 12px;
}
div.catItemBody {
	padding: 0px 0;
	margin: 0;
}
div.catItemIntroText {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 0;
}
div.catItemReadMore {
	display: inline;
	background: #746272;
	float: left;
	margin-top: 5px;
	padding: 3px 8px;
	text-align: center;
}
div.catItemReadMore a {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}
div.itemContainer div.catItemView {
	margin-right: 20px;
}
div#otContainer .itemList #itemListPrimary {
	background: url(../images/line-space.png) repeat-x scroll 0 0 transparent;
	padding-top: 25px;
	margin-top: 5px;
}
div#otContainer .itemList #itemListPrimary .items-row + .items-row {
	background: url(../images/line-space.png) repeat-x scroll 0 0 transparent;
	padding-top: 25px;
	margin-top: 5px;
}
div.otItemsBlock ul li {
	background: #f4f3f0;
	border: none;
	padding: 5px 0;
}
div.otItemsBlock ul li a.moduleItemTitle {
	font-weight: bold;
}
div.itemHeader h2.itemTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 110%;
	padding: 10px 0 4px 0;
	margin: 0;
}
div#otContainer .componentheading, div.itemHeader h2.itemTitle {
	color: #91303b;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
}
div.itemHeader span.itemAuthor {
	padding: 0;
	margin: 0;
}
div.itemHeader span.itemDateCreated {
	color: #999;
	font-size: 11px;
}
span.itemDateModified {
	display: block;
	text-align: right;
	padding: 4px;
	margin: 16px 0 4px 0;
	color: #999;
	border-top: 1px solid #ddd;
}
div.itemLinks {
	margin: 0 0 16px 0;
	padding: 0;
}
div.itemHitsTwitter {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
div.itemCategory {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
legend {
	font-size: 14px;
}

/*========================= SIDEBAR =======================*/
.ot-leftcol .otModule, .ot-rightcol .otModule {
	margin-bottom: 25px;
	overflow: hidden;
}
.ot-leftcol h3, .ot-rightcol h3 {
	color: #91303b;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
}
.ot-leftcol ul li, .ot-rightcol ul li, .ot-leftcol div.otItemsBlock ul li, .ot-rightcol div.otItemsBlock ul li {
	background: url(../images/graydim/dotted.png) no-repeat 0 9px;
	border-bottom: 1px solid #b9b0b8;
	margin-bottom: 3px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.ot-leftcol ul li a, .ot-rightcol ul li a, .ot-leftcol div.otItemsBlock ul li a, .ot-rightcol div.otItemsBlock ul li a {
	color: #342933;
	font-weight: normal;
}
.ot-leftcol div.otItemsBlock ul li span.moduleItemDateCreated, .ot-rightcol div.otItemsBlock ul li span.moduleItemDateCreated {
	font-size: 11px;
}
.tab_selector_wrapper {
	margin-bottom: 8px;
	padding: 0;
	background: none;
	border-bottom: 1px solid #d5d0d4;
	height: 28px;
}
.tab_selector_wrapper .nav-tabs li {
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	padding-right: 9px;
	border: none;
	background: none;
	margin-right: 0 !important;
	margin-top: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	background-color: transparent !important;
}
.ot-minitabs ul.nav-tabs li a {
	line-height: 26px;
	font-size: 13px;
	padding: 0 3px 0 9px;
	color: #1f1f1f;
	background-color: transparent !important;
}
.nav-tabs li a span {
	color: #1f1f1f !important;
}
.tab_selector_wrapper ul  li.active  a, .tab_selector_wrapper ul  li.active  a:hover, .tab_selector_wrapper ul  li.active  a:focus {
	padding: 0 9px 0 9px !important;
	background: #FFF !important;
	color: #605655;
	border: 1px solid #d5d0d4 !important;
	border-bottom: none !important;
}
.mntb-wrapper.ot-tabs .tab_panel_wrapper {
	background-color: transparent;
	padding: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.ot-minitabs .accordion-inner {
	padding: 0 !important;
}

/*========================= BOTTOM CONTENT =======================*/
.ot-bottomcontent .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
.ot-bottomcontent .container-fluid > .row {
	background: url(../images/line-space.png) repeat-x scroll 0 0 transparent;
	padding: 15px 0;
}
.ot-bottomcontent .bottom-content {
	padding-right: 20px;
}
.ot-bottomcontent .bottom-content h3 {
	color: #91303B;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: none;
}
.ot-bottomcontent div.otItemsBlock ul li {
	background: none;
}
.ot-bottomcontent div.otItemsBlock ul li span.moduleItemDateCreated {
	font-size: 11px;
	font-style: italic;
}

/*========================= BOTTOM BOXES =======================*/
.ot-bottomboxes {
	background-color: #615555;
	background-image: url(../images/graydim/bottomboxes-bg.png);
	border-top: 9px solid #433838;
	color: #FFF;
	padding: 0 10px;
}
.ot-bottomboxes .container-fluid {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ot-bottomboxes .bottom-box h3 {
	color: #FFF;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
}
.ot-bottomboxes .bottom-box div.otItemsBlock ul li {
	background: none;
}
.ot-bottomboxes .bottom-box a {
	color: #FF7000;
}
.ot-bottomboxes .bottom-box span.moduleItemDateCreated {
	font-size: 11px;
}
form.custom-contact input, form.custom-contact textarea {
	background: #433838 url(../images/contact-input-bg.png) no-repeat 0 0;
	border: none;
	color: #FFF;
	padding: 5px 2px;
	overflow: hidden;
	width: 95%;
}
form.custom-contact input.contact-submit {
	background: url(../images/graydim/contact-submit.png) no-repeat;
	border: medium none;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	text-align: left;
	text-indent: 15px;
	text-transform: uppercase;
	width: 95px;
}

/*========================= FOOTER =======================*/
.ot-footer {
	background-color: #433838;
	color: #FFF;
}
.ot-footer a,.ot-footer a:hover {
	color: #fefefe;
}
.ot-footer .container-fluid {
	padding: 15px;
}
.ot-bottom-2 ul {
	float: right;
}
.ot-bottom-1 ul li, .ot-bottom-2 ul li {
	background: none;
	display: inline;
}
.ot-bottom-1 ul li a, .ot-bottom-2 ul li a {
	text-transform: uppercase;
}


/*========================= RESPONSIVE =======================*/
@media (min-width: 1200px) {
	.ot-rightcol {
		padding-left: 30px;
	}
	.ot-leftcol {
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.ot-logo {
		padding: 0;
	}
	.ot-mainmenu {
		padding-left: 0;
	}
	div#otContainer .itemList #itemListPrimary .itemContainer {
		padding: 0;
	}
	div#otContainer .itemList #itemListPrimary .itemContainer.lastItem {
		padding-right: 0;
	}
	.ot-bottomcontent .bottom-content:first-child {
		padding-left: 0;
	}
	.ot-bottomcontent .bottom-content:last-child {
		padding-right: 0;
	}
	.ot-bottom-1 {
		float: left;
		width: 48%;
	}
	.ot-bottom-2 {
		float: right;
		width: 48%;
	}
	.ot-rightcol {
		border-left: 1px solid #eae7ea;
	}
	.ot-leftcol {
		padding-left: 0;
	}
	.ot-leftcol {
		border-right: 1px solid #eae7ea;
	}
	.alias-page-full-right .ot-content {
		padding-left: 15px;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.tab_selector_wrapper ul li.active a {
		font-size: 13px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.ot-logo a {
		height: 50px;
	}
}
@media (max-width: 768px) {
	.mntb-wrapper.accordion {
		background-color: transparent !important;
		padding: 0 !important;
	}
	.mntb-wrapper.accordion .accordion-heading {
		padding: 0 !important;
	}
	.ot-minitabs .accordion-heading a.accordion-toggle {
		background-color: transparent !important;
		border-bottom: 1px solid #d5d0d4 !important;
	}
	.mntb-wrapper.accordion a.accordion-toggle span {
		color: #1f1f1f !important;
	}
	.ot-accordion.panel-collapse {
		padding:15px;
	}
}