/**
*	@package	STARTER Joomla! Template
*	@copyright	Copyright (C) 2009 - 2016 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%;
}
.wrapper {
	overflow: hidden;
}
img {
	max-width: 100%;
}
html {
	margin-top: 0 !important;
}
body#ot-body {
	background-image: url(../images/background_cover.jpg);
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 135%;
	margin: 0;
}



.clearfix {
	clear: both;
}
.floatright {
	float: right !important;
}
.floatleft {
	float: left !important;
}
.uppercase {
	text-transform: uppercase;
}
.marginleft0 {
	margin-left: 0 !important;
}
.paddingleft0 {
	padding-left: 0 !important;
}
.padd0 {
	padding: 0;
}
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
}
#style-switcher {
	top: 40% !important;
}
ul {
	list-style: none;
}
a {
	border: none;
	color: #03a9cc;
	font-size: 1em;
	text-decoration: none;
	outline: none;
	outline-width: medium;
	outline-style: none;
	cursor: pointer;
}
@media (min-width: 768px) {
	.ot-body-topbg {
		background: url(../images/body-top-bg.jpg) repeat-x;
	}
	.ot-header > .container {
		padding-top: 50px;
	}
	.ot-header > div > .row {
		padding-top: 13px;
	}



  
/*Changed top Padding to 0 */
  .ot-headleft .ot-headleft-i {
		padding: 0px 40px 35px 40px;
		margin-left: 0;
	}
	.ot-logo {
		padding: 0;
	}
}
/*========================= HEADER =======================*/
.ot-logo a.logo {
	min-height: 137px;
	width: 100%;
	display: block;
	text-indent: -999px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-header > div > .row {
		padding-top: 10px;
	}
	.ot-headleft .ot-headleft-i {
		padding: 20px 30px 30px 30px;
	}
	.ot-logo a.logo {
		min-height: 115px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-header > div > .row {
		padding-top: 8px;
	}
	.ot-headleft .ot-headleft-i {
		padding: 15px 20px 20px 20px;
	}
	.ot-logo a.logo {
		min-height: 90px;
	}
}
@media (max-width: 767px) {
	.ot-logo {
		padding-top: 15px;
	}
}
@media (max-width: 568px) {
	.ot-logo a.logo {
		min-height: 115px;
	}
}
@media (max-width: 414px) {
	.ot-logo a.logo {
		min-height: 90px;
	}
}
/*====== MAIN MENU ======*/
.ot-mainmenu {
	padding: 0;
	margin-top: 25px;
}
.otmenu-desk-wrapper .ot-menu li {
	cursor: pointer;
	display: block;
	list-style: none;
	padding: 2px 0 0 0 !important;
	width: 100%;
	background: url(../images/blue/mainmenu-border-item.png) repeat-x 0 0;
}
.otmenu-desk-wrapper .ot-menu a {
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	padding: 6px 0 !important;
	text-align: left !important;
	line-height: 28px;
	height: auto !important;
}
.otmenu-desk-wrapper .ot-menu li:hover {
	background-color: transparent !important;
}
.otmenu-desk-wrapper .ot-menu li.level1.active > div > a {
	padding-left: 20px !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap {
	left: 100% !important;
	top: 5px !important;
	border: none !important;
	border-radius: 0 !important;
	width: 222px !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li.first {
	background: none;
	border: none;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li a {
	background: none repeat scroll 0 0 transparent;
	border: none !important;
	color: #FFFFFF;
	font-weight: normal !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	padding: 6px 20px !important;
	text-transform: none !important;
	width: auto !important;
	font-size: 15px !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap li.hover > div > a, .otmenu-desk-wrapper .ot-menu .submenu-wrap li.active > div > a {
	background: url(../images/mainmenu-hover-item.png);
}
.otmenu-mobile-wrapper .ot-menu .submenu-wrap.collapse.in {
	display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.otmenu-desk-wrapper .ot-menu a {
		font-size: 17px !important;
		padding: 5px 0 !important;
		line-height: 24px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.otmenu-desk-wrapper .ot-menu a {
		font-size: 14px !important;
		padding: 4px 0 !important;
		line-height: 20px;
	}
	.otmenu-desk-wrapper .ot-menu li.level1.active > div > a {
		padding-left: 15px !important;
	}
	.otmenu-desk-wrapper .ot-menu .submenu-wrap li a {
		padding: 4px 15px !important;
		font-size: 12px !important;
	}
}
@media (max-width: 767px) {
	.ot-mainmenu {
		padding: 0 15px;
	}
}
@media (max-width: 568px) {
	.ot-mainmenu {
		margin-top: 0;
	}
}
/*====== SLIDESHOW ======*/
.ot-banner {
	padding-left: 0;
}
div#otModuleBox {
	position: relative;
	overflow-x: hidden;
}
.itemTitle-itemIntroText {
	background: none;
	position: absolute;
	bottom: 50px;
	color: #FFF;
	right: 0;
	text-align: left;
	width: 450px;
}
.itemTitle-itemIntroText h3.moduleItemTitle {
	background: url(../images/overlay-headingbg.png);
	margin: 0;
	padding: 22px 22px 11px 22px;
}
.itemTitle-itemIntroText h3.moduleItemTitle, .itemTitle-itemIntroText h3.moduleItemTitle a {
	color: #FFF;
	font-size: 15px;
	font-family: 'Oswald', Tahoma, sans-serif;
	line-height: normal;
}
#ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle, #ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle a {
	font-size: 22px;
	text-transform: uppercase;
}
.itemTitle-itemIntroText .itemContents {
	font-size: 15px;
	text-transform: uppercase;
}
.itemTitle-itemIntroText .itemContents {
	background: url(../images/overlay-contentbg.png);
	font-family: 'Oswald', Tahoma, sans-serif;
	padding: 11px 22px;
}
a.itemReadmore {
	float: none;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 5px 0 0;
	padding: 0 6px 0 25px;
}
#ot-slideshow .carousel-indicators {
	width: auto;
	left: auto;
	right: 30px;
	margin-left: 0;
	bottom: 0;
}
#ot-slideshow .carousel-indicators li {
	border-radius: 0;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0px;
	height: 9px;
	width: 9px;
	line-height: 9px;
	margin: 0;
	margin-left: 5px;
	background: #FFF;
	color: #FFF;
	border: none;
}
#ot-slideshow .carousel-indicators li.active {
	background: #01a0fc;
	color: #01a0fc;
}

.ot-header-bottom {
	background-color: #FFF;
	padding: 0;
}
@media (min-width: 768px) {
	.header-bottom {
		background: url(../images/bottom-header-hasRightbg.png) no-repeat right bottom;
		border-bottom: none;
		padding-bottom: 10px;
		position: relative;
		z-index: 0;
		height: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.itemTitle-itemIntroText h3.moduleItemTitle {
		padding: 20px 20px 10px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle, #ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle a {
		font-size: 14px;
	}
	.itemTitle-itemIntroText h3.moduleItemTitle {
		padding: 11px 11px 6px 11px;
	}
	.itemTitle-itemIntroText {
		bottom: 30px;
		width: 70%;
	}
	.itemTitle-itemIntroText .itemContents {
		padding: 6px 11px;
	}
	.itemTitle-itemIntroText .itemContents {
		font-size: 11px;
	}
	.header-bottom {
		background: url(../images/bottom-header-hasRightbg-sm.png) no-repeat right bottom;
		padding-bottom: 7px;
	}
}
@media (max-width: 767px) {
	.ot-banner {
		padding: 0;
	}
	.itemTitle-itemIntroText {
		width: 70%;
	}
}
@media (max-width: 568px) {
	#ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle, #ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle a {
		font-size: 18px;
	}
	.itemTitle-itemIntroText h3.moduleItemTitle {
		padding: 15px 15px 7px 15px;
	}
	.itemTitle-itemIntroText .itemContents {
		padding: 7px 15px;
	}
	.itemTitle-itemIntroText .itemContents {
		font-size: 11px;
	}
}
@media (max-width: 360px) {
	#ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle, #ot-slideshow .itemTitle-itemIntroText h3.moduleItemTitle a {
		font-size: 14px;
	}
	.itemTitle-itemIntroText h3.moduleItemTitle {
		padding: 6px 10px;
	}
	.itemTitle-itemIntroText .itemContents {
		padding: 6px 10px;
	}
	.itemTitle-itemIntroText .itemContents {
		font-size: 10px;
	}
}
/*========================= END HEADER =======================*/

/*========================= MAIN BODY =======================*/
.ot-mainbody > div > .row {
	background: url(../images/mainbody-topbg.png) repeat-x 0 0,url(../images/mainbody-botbg.png) repeat-x 0 bottom;
	background-color: #343434;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/*====== CONTENT ======*/
.ot-content {
	overflow: hidden;
	padding-bottom: 1px;
}
.ot-content-i {
	background: #fff;
	overflow: hidden;
	padding: 33px 40px;
}
.ot-fpage {
	padding: 0;
	overflow: hidden;
}
.ot-extend {
	padding: 15px 0;
}
div.itemContainer {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	div.itemContainer {
		padding-left: 0;
	}
	div.itemContainer.itemContainerLast {
		padding-right: 0;
	}
}
div.catItemHeader h3.catItemTitle {
	display: block;
	color: #01a0fc;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0;
	margin: 5px 0;
}
div.catItemHeader span.catItemAuthor, div.catItemHeader span.catItemDateCreated,div.catItemHeader span.catItemHits {
	color: #666;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 12px;
	display: block;
}
div.catItemBody {
	padding: 0px 0;
	margin: 0;
}
div.catItemIntroText {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 4px 0 0px 0;
}
div.catItemBody div.catItemIntroText {
	padding-top: 0;
}
div.catItemReadMore {
	display: inline;
}
div.catItemReadMore {
	background: url(../images/readmore-icon.png) no-repeat right center;
	float: left;
	margin: 0px;
	padding: 3px 18px 3px 0;
	text-align: left;
}
div.catItemReadMore a {
	color: #929191;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	text-transform: none;
}
table {
	width: 100%;
}
table tr td {
	padding: 4px 5px;
}
.ot-bottomcontent {
	border-top: 1px solid #dadada;
	padding: 15px 0;
}
.ot-bottomcontent h3 {
	display: block;
	color: #01a0fc;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0;
	margin: 5px 0;
}
div.otItemsBlock ul li a.moduleItemTitle {
	font-weight: bold;
}
div.otItemsBlock ul li {
	background: none;
	border: none;
	padding: 5px;
}
div.otItemsBlock ul li div.moduleItemIntrotext {
	display: block;
	padding: 4px 0;
	line-height: 120%;
}
div.otItemsBlock ul li div.moduleItemIntrotext p {
	margin: 0;
}
.ot-bottomcontent div.otItemsBlock ul li span.moduleItemDateCreated {
	font-size: 11px;
	font-style: italic;
}
.ot-bottomboxes {
	padding: 15px 0;
	padding-bottom: 0;
	overflow: hidden;
}
.ot-bottomboxes h3 {
	display: block;
	color: #01a0fc;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0;
	margin: 5px 0;
}
div.otItemsBlock a.moduleItemComments, div.otItemsBlock a.moduleItemReadMore {
	color: #929191;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	text-transform: none;
}
div.otItemsBlock ul li a.moduleItemReadMore {
	background: url(../images/readmore-icon.png) no-repeat right center;
	float: left;
	margin: 0px;
	padding: 3px 18px 3px 0;
	text-align: left;
}
blockquote {
	border: 1px solid #CEE0E4;
	color: #02576B;
	font-size: 110%;
	font-style: italic;
	overflow: hidden;
	line-height: 150%;
	margin: 10px 0;
	padding: 15px 10px;
	width: auto;
}
.catItemIntroText img {
	width: 100%;
	height: auto;
}
.ot-content-roundbotbg-hasright {
	background: url(../images/blue/maincontent-hasright-rightbot-bg.png) no-repeat right 0;
	height: 54px;
	padding-right: 23px;
}
.ot-content-botbg {
	background: url(../images/blue/maincontent-bot-bg.png) repeat-x 0 0;
	height: 54px;
}
.ot-bottommenu ul {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}
.ot-bottommenu ul li {
	background: none;
	border-left: 1px solid #fff;
	display: inline;
	margin: 0px 0 0 0;
	padding: 0 18px;
}
.ot-bottommenu ul li.first {
	border: none;
}
.ot-bottommenu ul li a {
	font-size: 13px;
	color: #FFF;
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-content-i {
		padding: 22px 20px;
	}
}
@media (max-width: 767px) {
	.ot-content-i {
		padding: 15px 20px;
	}
}
@media (max-width: 568px) {
	.ot-content-i {
		padding: 15px 0;
	}
	.ot-bottomcontent, .ot-bottomboxes {
		padding: 15px;
	}
}
@media (max-width: 414px) {
	.ot-bottommenu ul li {
		padding: 0 10px;
	}
}
/*======== CONTACT FORM ========*/
.page-contact .ot-title {
	color: #252525;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.page-contact .ot-bg {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	color: #ffffff;
}
div.pagination{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border: 0px;
}
div.pagination ul {
	list-style: none;
}
div.pagination ul li {
	display: inline;
}
.pagination ul>li>a, .pagination ul>li>span {
	padding: 5px 10px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
	color: #999;
	cursor: default;
	background-color: transparent;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
.pagination-mini ul>li:first-child>a, .pagination-small ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>span {
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
}
div.catItemHeader h3.catItemTitle, div#otContainer .componentheading, div.itemHeader h2.itemTitle {
	display: block;
	color: #01a0fc;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px 0;
	margin: 5px 0;
}
div.itemHeader h2.itemTitle {
	padding-top: 0;
}
div.itemHeader span.itemDateCreated,div.itemHeader span.itemDatePublished {
	color: #999;
	font-size: 11px;
}
div.itemToolbar {
	padding: 2px 0;
	margin: 16px 0 0 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #f7fafe;
}
div.itemToolbar ul li {
	display: inline;
	list-style: none;
	padding: 0 4px 0 8px;
	margin: 0;
	border-left: 1px solid #ccc;
	text-align: center;
	background: none;
	font-size: 12px;
}
div.itemToolbar ul > li:first-child {
	border: none;
}
div.itemBody {
	padding: 0 0 8px;
	margin: 0;
}
div.itemIntroText {
	color: #444;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	padding: 0;
}
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;
}
div.itemCategory span {
	font-weight: bold;
	color: #555;
	padding: 0 4px 0 0;
}
.itemSocialSharing {
	padding: 18px 0 0;
}
.itemSocialSharing div {
	float: left;
	display: inline;
	width: auto;
}
div.itemBackToTop {
	text-align: right;
}
div.itemBackToTop a {
	text-decoration: underline;
}
/*========================= END MAIN BODY =======================*/

/*========================= RIGHT COLUMN =======================*/
.ot-rightcol {
	background: url(../images/rightcol-leftbot-bg.png) no-repeat 0 bottom;
	padding: 0;
	padding-bottom: 19px;
	color: #FFF;
}
.ot-rightcol-i {
	background: url(../images/rightcol-gradientbg.png) repeat-y 0 0;
	margin-left: 0;
	height: 100%;
}
.ot-rightcol-i > div {
	padding-left: 0;
}
.ot-leftcol .otmodule, .ot-rightcol .otmodule {
	margin-bottom: 25px;
	overflow: hidden;
}
.ot-leftcol h3, .ot-rightcol h3 {
	display: block;
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding: 0px 0;
	margin: 0px 0;
}
.ot-rightcol h3 {
	padding: 0 22px 8px 33px;
}
.ot-leftcol .module .otModuleContent-i, .ot-rightcol .module .otModuleContent-i {
	padding: 5px 22px 15px 33px;
	overflow: hidden;
}
div.search {
	margin: 0;
}
.otsearch-mod {
	background: #2e2e2e;
	float: left;
	margin: 0;
	padding: 3px;
}
.otsearch-mod input#mod-search-searchword {
	padding: 1px 0 1px 5px;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #9D9C9B;
	float: left;
	height: 22px;
	margin: 0px;
}
.otsearch-mod input.button-submit {
	background: url(../images/blue/search-submit-button.png) repeat-x;
	border: medium none;
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	padding: 2px 5px;
	text-transform: uppercase;
}
.ot-leftcol ul, .ot-rightcol ul, .ot-leftcol div.otItemsBlock ul, .ot-rightcol div.otItemsBlock ul {
	margin: 0;
	padding: 0;
}
.ot-leftcol ul li, .ot-rightcol ul li, .ot-leftcol div.otItemsBlock ul li, .ot-rightcol div.otItemsBlock ul li {
	background: none;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 10px 0;
}
.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: #c0c0c0;
	font-weight: normal;
}
.ot-leftcol .module.contact [class*="col-xs-"], .ot-rightcol .module.contact [class*="col-xs-"] {
	margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-leftcol .module .otModuleContent-i, .ot-rightcol .module .otModuleContent-i {
		padding: 5px 11px 10px 11px;
	}
	.ot-rightcol h3 {
		padding: 0 11px 5px 11px;
		font-size: 16px;
	}
	.ot-leftcol .otmodule, .ot-rightcol .otmodule {
		margin-bottom: 10px;
	}
	.ot-leftcol ul li, .ot-rightcol ul li, .ot-leftcol div.otItemsBlock ul li, .ot-rightcol div.otItemsBlock ul li {
		padding: 5px 0;
	}
	div.otItemsBlock ul li div.moduleItemIntrotext {
		padding: 2px 0;
		line-height: 110%;
	}
	.ot-leftcol .module.contact [class*="col-xs-"], .ot-rightcol .module.contact [class*="col-xs-"] {
		margin: 5px 0;
	}
}
@media (max-width: 767px) {
	.ot-leftcol .otmodule, .ot-rightcol .otmodule {
		margin-bottom: 15px;
	}
	.ot-leftcol .module .otModuleContent-i, .ot-rightcol .module .otModuleContent-i {
		padding: 5px 22px 10px 33px;
	}
}
/*========================= END RIGHT COLUMN =======================*/


/*========================= FOOTER =======================*/
.ot-footer > div > .row {
	margin-left: 0;
	margin-right: 0;
	background: #1b1b1b;
	color: #979797;
	text-align: center;
}
.ot-footer-i {
	padding: 0 22px 22px 22px;
	overflow: hidden;
}
/*========================= END FOOTER =======================*/