/**
*	@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{
	margin: 0 !important;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

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

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

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

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

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

html {
	margin-top: 0 !important;
}
body, p {
	font-family: 'Didact Gothic', sans-serif !important;
	font-size: 18px;
	font-weight: normal;
	line-height: 135%;
	margin: 0;
	padding: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}
.section.full-width > [class*="container"] {
	width: 100%;
}
.wrapper {
	overflow: hidden;
}
.padd0 {
	padding: 0;
}
.uppercase {
	text-transform: uppercase;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Ubuntu', sans-serif;
}
ul {
	list-style: none;
	margin: 10px 0;
	padding-left: 0;
}

/*========================= LOGO =======================*/
.ot-logo {
	padding: 40px 0 10px 0;
}
.ot-logo h1.logo {
	margin: 0;
	text-align: center;
}
.banner-img {
	padding: 0;
}
.banner-img img {
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-logo {

	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-logo {

	}
}
@media (max-width: 767px) {
	.ot-logo {
		padding: 25px 0 15px 15px;
	}
}
@media (max-width: 543px) {
	.ot-logo {

	}
	#mobile-menu-btn a {

	}
}

/*========================= MAIN MENU =======================*/
.ot-header-top {
	margin-top: 55px;
}
.ot-mainmenu .module {

}

.otmenu-desk-wrapper > div > .ot-menu {
	float: right;
}
.otmenu-desk-wrapper .ot-menu li.level1 {
	background-color: transparent;
	margin: 0 2px;
}
.otmenu-desk-wrapper .ot-menu a.level1 {
	color: #ededed;
	font-size: 16px !important;
	height: 36px !important;
	line-height: 32px !important;
	padding: 0 10px !important;
	text-transform: none !important;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}
.otmenu-desk-wrapper .ot-menu li.level1.last > div > a.level1 {
/*	color: #a0d468;
	border-color: #a0d468;*/
}
.otmenu-desk-wrapper .ot-menu li.level1.hover, .otmenu-desk-wrapper .ot-menu li.level1.active {

}
.otmenu-desk-wrapper .ot-menu li.level1.hover,.otmenu-desk-wrapper .ot-menu li.level1:hover {
	background-color: transparent;
}
.otmenu-desk-wrapper .ot-menu li.level1.hover > div > a, .otmenu-desk-wrapper .ot-menu li.level1.active > div > a {
	text-decoration: none;
	color: #a0d468;
	border-color: #a0d468;
}
.homepage .otmenu-desk-wrapper .ot-menu li.level1.active > div > a {
	color: #5b6063;
	border-color: transparent;
}
.otmenu-desk-wrapper .ot-menu li.level1.hasChild > div > a {
	padding-right: 30px !important;
	position: relative;
}
.otmenu-desk-wrapper .ot-menu li.level1.hasChild > div > a:after {
	position: absolute;
	content: '\f107';
	font-family: FontAwesome;
	right: 8px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #5b6063;
}
.otmenu-desk-wrapper .ot-menu li.level1.hasChild.active > div > a:after,.otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover > div > a:after {
	color: #a0d468;
}

.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 {
	top: 36px !important;
	left: 0 !important;
	border-radius: 0 !important;
	width: 230px !important;
	border: none !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap .submenu-wrap {
	top: 0 !important;
	left: 100% !important;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul {

}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li {
	border-radius: 0;
	background: #333;
	margin: 0;
}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li a {
	color: #FFF;
	font-size: 16px !important;
	padding: 15px 0 10px 10px !important;
	text-align:left;
}
.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: #171314;
}
.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 {

}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li a > span {

}
.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li.hasChild > div > a > span {

}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-header-top {
		margin-top: 45px;
	}
	.otmenu-desk-wrapper .ot-menu a.level1 {
		padding: 0 15px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-header-top {
		margin-top: 45px;
	}
	.otmenu-desk-wrapper .ot-menu a.level1 {
		font-size: 14px !important;
		height: 32px !important;
		line-height: 28px !important;
		padding: 0 8px !important;
	}
	.otmenu-desk-wrapper .ot-menu li.level1.hasChild > div > a {
		padding-right: 24px !important;
	}
	.otmenu-desk-wrapper .ot-menu li.level1.hasChild > div > a::after {
		height: 32px;
		line-height: 32px;
	}
	.otmenu-desk-wrapper .ot-menu .submenu-wrap {
		top: 32px !important;
	}
	.otmenu-desk-wrapper .ot-menu .submenu-wrap ul li a {
		font-size: 14px !important;
		padding: 10px 0 8px 20px !important;
	}
}
@media (max-width: 767px) {
	.ot-header-top {
		margin-top: 0;
	}
}
.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: #f1592a;
}

/*========================= SEARCH FORM =======================*/
@media (min-width: 768px) {
	.ot-search {
		padding: 0;
	}
}
.ot-search form {
	position: relative;
}
.ot-search form .btn-search {
	position: absolute;
	top: 28%;
	left: 0;
	border: none;
	padding: 0;
}
.ot-search form #mod-search-searchword {
	height: auto;
	padding: 10px 0 10px 20px;
	font-size: 16px;
	color: #5b6063;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.btn-default:hover, .btn-default:active {
	background-color: transparent;
	border: none;
}
@media (width: 1280px) {

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


}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-search form #mod-search-searchword {
		padding: 10px 0 10px 15px;
		font-size: 14px;
	}
}


/*========================= MAIN SLIDE =======================*/
.ot-slide .itemIntrotext {
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	text-align: center;
	color: #FFF;
}
.ot-slide .itemIntrotext h1.slogan {
	font-size: 90px;
	font-family: 'SFArchRival';
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
}
.ot-slide .itemIntrotext .slide-intro {
	font-size: 30px;
	color: #FFF;
	padding: 30px 0;
	line-height: 30px;
	font-weight: 700;
}
.ot-slide .itemIntrotext .slide-readmore {
	display: inline-block;
	background-color: #307300;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	padding: 0 45px 0 25px;
}
.ot-slide .itemIntrotext .slide-readmore:after {
	content: '\f178';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 15px;
	height: 36px;
	line-height: 36px;
}
.ot-slide .carousel-control {
	height: 86px;
	width: 52px;
	top: 50%;
}
.ot-slide .carousel-control.left {
	background: transparent url(../images/left_arrow.png) no-repeat;
	left: 2%;
}
.ot-slide .carousel-control.right {
	background: transparent url(../images/right_arrow.png) no-repeat;
	right: 2%;
}
.ot-slide .carousel-indicators li {
	border: none;
	background-color: grey;
	opacity: 0.5;
}
.ot-slide .carousel-indicators li.active {
	background-color: #FFF;
	opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.ot-slide .itemIntrotext {
		top: 25%;
	}
	.ot-slide .itemIntrotext h1.slogan {
		font-size: 75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-slide .itemIntrotext h1.slogan {
		font-size: 45px;
		line-height: 45px;
	}
	.ot-slide .itemIntrotext .slide-intro {
		font-size: 24px;
		padding: 10px 0;
		line-height: 24px;
	}
	.ot-slide .itemIntrotext .slide-readmore {
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		padding: 0 40px 0 20px;
	}
	.ot-slide .itemIntrotext {
		top: 25%;
	}
	.ot-slide .itemIntrotext .slide-readmore::after {
		font-size: 16px;
		height: 32px;
		line-height: 32px;
	}

}

/*== CUSTOM SERVICES NAV ==*/
.ot-service-nav {
	background-color: #f6f5ee;
}
.services-menu ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}
.services-menu ul li.item {
	display: block;
	float: left;
	width: 16%;
	text-align: center;
	margin: 40px 0 60px 0;
	border-right: 2px solid #e0e6eb;
}
.services-menu ul li.item:last-child {
	border-right: none;
}
.services-menu ul li.item .title {
	padding: 20px 25%;
	line-height: 22px;
	min-height: 90px;
	margin: 0;
}
.services-menu ul li.item .readmore-btn a {
	color: #307300 !important;
	text-transform: uppercase;
	font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
	.services-menu .itemImage img {
		width: 90%;
	}
	.services-menu ul li.item .title {
		padding: 10px 15px;
		min-height: 60px;
	}
	.services-menu ul li.item {
		width: 20%;
		margin: 30px 0 40px 0;
	}
}
@media (max-width: 767px) {
	.services-menu ul li.item {
		width: 100%;
		padding: 15px 0 25px 0;
		border-right: none;
		margin: 0;
	}
	.services-menu ul li.item .readmore-btn {
		margin: 0 20px;
		border-bottom: 2px solid #e0e6eb;
		padding-bottom: 25px;
	}
	.services-menu ul li.item .title {
		padding: 10px 0;
		min-height: 0;
	}
	.services-menu ul li.item:last-child {
		border-right: none;
		padding-bottom: 0;
		border-bottom: none;
	}
	.services-menu ul li.item:last-child .readmore-btn {
		border-bottom: none;
	}
}

/*========================= HOME CONTENT =======================*/
.ot-top-content .first-content {
	background-color: #fdfcfb;
}
.ot-top-content .first-content .content {
	text-align: center;
	padding-top: 0px;
	padding-right: 250px;
	padding-bottom: 0;
	padding-left: 0;
}
.ot-top-content .first-content .content img {
	width: 100%;
}
.ot-top-content .first-content .content h1,.ot-top-content .second-content .content h1 {
	color: #606568;
	font-size: 54px;
	line-height: 54px;
	padding: 0 25px;
	margin: 0;
}
.ot-top-content .first-content .content p,.ot-top-content .second-content .content p {
	font-size: 18px;
	color: #606568;
	padding: 0 36px;
}
.ot-top-content .first-content .content .red-btn,.ot-top-content .second-content .content .green-btn {
	margin-top: 30px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding: 0 30px;
}
.ot-top-content .first-content .content .red-btn {
	background-color: #307300;
}
.ot-top-content .second-content .content .green-btn {
	background-color: #a0d468;
}
.ot-top-content .second-content {
	background-color: #f2fbff;
}
.ot-top-content .second-content .content-img {
	float: right;
}
.ot-top-content .second-content .content {
	text-align: center;
	padding: 150px 0 0 160px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-top-content .first-content .content {
		padding: 50px 60px 0 0;
	}
	.ot-top-content .first-content .content h1, .ot-top-content .second-content .content h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.ot-top-content .first-content .content .red-btn, .ot-top-content .second-content .content .green-btn {
		margin-top: 10px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		padding: 0 20px;
	}
	.ot-top-content .first-content .content p, .ot-top-content .second-content .content p {
		font-size: 16px;
		padding: 0 15px;
	}
	.ot-top-content .second-content .content {
		padding: 60px 0 0 60px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-top-content .first-content .content {
		padding: 30px 0 0 0;
	}
	.ot-top-content .first-content .content h1, .ot-top-content .second-content .content h1 {
		font-size: 36px;
		line-height: 32px;
		padding: 0;
	}
	.ot-top-content .first-content .content p, .ot-top-content .second-content .content p {
		font-size: 14px;
		padding: 0;
	}
	.ot-top-content .first-content .content .red-btn, .ot-top-content .second-content .content .green-btn {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 20px;
		margin-top: 10px;
	}
	.ot-top-content .second-content .content {
		padding: 30px 0 0 0;
	}
}
@media (max-width: 767px) {
	.ot-top-content .first-content .content {
		padding: 30px 45px;
	}
	.ot-top-content .second-content .content {
		text-align: center;
		padding: 30px 45px;
	}
}
/*========================= HOME GALLERY =======================*/
.ot-top-content .module.home-gallery {
	background: url("../images/gallery_bg.jpg") no-repeat 0 0 #868fdb;
	background-size: 100%;
	position: relative;
}
.ot-top-content .module.home-gallery .otModuleContent-i {
	padding: 90px 0 30px 0;
}
.ot-top-content .module.home-gallery .item {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ot-top-content .module.home-gallery .item img {
	width: 100%;
}
.ot-top-content .module.home-gallery .item .content-img img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.ot-top-content .module.home-gallery .item .info {
	background-color: #FFF;
	text-align: center;
	min-height: 150px;
	padding: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.gallery-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ot-top-content .module.home-gallery .item .info {
		min-height: 120px;
		padding: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ot-top-content .module.home-gallery .item .info {
		min-height: 90px;
		padding: 10px;
	}
	.ot-top-content .module.home-gallery .item .info p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.ot-top-content .module.home-gallery {
		background: url("../images/gallery_bg_m.jpg") no-repeat 0 0 #868fdb;
	}
	.ot-top-content .module.home-gallery .otModuleContent-i {
		padding: 60px 0 0 0;
	}
	.ot-top-content .module.home-gallery .footer-mobile img {
		width: 100%;
	}
	.ot-top-content .module.home-gallery .item {
		margin-top: 30px;
	}
	.ot-top-content .module.home-gallery .item .info {
		min-height: 0;
	}
}
/*========================= OUR TEAMWORK =======================*/
.mod_otteamwork {
	background-color: transparent;
	padding: 100px 0;
	text-align: center;
}
.mod_otteamwork .ot_pretext h1 {
	font-size: 60px;
	padding-bottom: 25px;
	color: #606568;
	margin: 0;
}
.mod_otteamwork .ot_pretext p {
	padding: 0 15% 70px 15%;
}
.ot_showbox .ot_avatar {
	border: 10px solid #f5f8f9;
	box-shadow: none;
}
.mod_otteamwork .ot_name {
	font-size: 1.1em;
	color: #307300;
	padding: 20px 0;
	text-transform: none;
	margin: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
	.mod_otteamwork {
		padding: 60px 0;
	}
	.mod_otteamwork .ot_name {
		font-size: 1em;
		padding: 12px 0;
	}
	.mod_otteamwork .ot_pretext p {
		padding: 0 15% 50px 15%;
	}
	.mod_otteamwork .ot_pretext h1 {
		font-size: 45px;
	}
}
@media (max-width: 767px) {
	.mod_otteamwork {
		padding: 75px 15px !important;
		text-align: center;
	}
	.mod_otteamwork .ot_pretext p {
		padding: 30px 0;
		line-height: 26px;
	}
	.ot-teamwork .item {
		padding: 0 2px;
	}
	.ot-teamwork .row {
		padding: 0 13px;
	}
	.mod_otteamwork .ot_about {
		padding: 0;
	}
	.mod_otteamwork .ot_name {
		font-size: 1em;
		color: #307300 !important;
		padding: 20px 0;
		min-height: 80px;
	}
}

/*========================= BLOG CATEGORY =======================*/
.blog-page {
	padding-top: 75px;
	padding-bottom: 75px;
}
.itemDateCreated {
	color: #818485;
}
.catItemTitle {
	font-size: 30px;
	margin: 15px 0;
}
.catItemAdditionalInfo {
	margin-bottom: 10px;
	font-size: 12px;
}
.catItemCategory,.catItemHits {
	border-right: 1px solid #606568;
	padding-left: 5px;
}
.catItemAdditionalInfo span:first-child {
	padding-left: 0;
}
.catItemAdditionalInfo span:last-child {
	border-right: 0;
}
.catItemIntroText {
	padding: 10px 0;
}
.button.read-more {
	width: 140px;
	height: 42px;
	line-height: 42px;
	background-color: #307300;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	color: #FFF;
	text-align: center;
}
.catItemLink {
	padding-top: 14px;
	margin-top: 22px;
	border-top: 1px solid #ebebeb;
}
.catItemAuthor {

}
.social-info {
	text-align: center;
}
.social-share .share-link {
	display: none;
	position: absolute;
	top: 100%;
	left: 25%;
	text-align: left;
	z-index: 2;
}
.social-share {
	cursor: pointer;
	position: relative;
	padding: 0;
}
.social-share:hover .share-link {
	display: block;
}
.social-share .share-link div {
	padding: 5px 0;
}
.social-share .share-link .fa {
	padding-right: 5px;
}
div.pagination {
	padding-bottom: 10px;
	border-bottom: 1px solid #B4B4B4;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
span.pagination {
	margin-right: 10px;
	margin-top: 0;
}
.pagination span.paginatio {
	margin: 0;
	text-align: right;
	font-weight: bold;
}
.pagination span.pagination span.inactive, .pagination span.pagination strong a.link-text, .pagination span.pagination a.link-text {
	line-height: normal;
	margin: 0 0px 0 4px;
	padding: 4px 7px;
	width: auto;
	color: #666666;
	font-size: 14px;
}
.pagination span.pagination > span.inactive a {
	color: #666666;
}
.pagination span.pagination strong span.inactive, .pagination span.pagination a.link-text:hover {
	color: #3d9193;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.button.read-more {
		width: 120px;
		height: 38px;
		line-height: 38px;
	}
}
@media (max-width: 767px) {
	.blog-page {
		padding: 45px 30px;
	}
}
/*========================= SINGLE PAGE =======================*/
.single-blog {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.single-blog .itemImageBlock img {
	width: 100%;
}
.single-blog .itemDateCreated {
	font-size: 18px;
	color: #c4c6c6;
}
.single-blog .itemTitle {
	margin: 0;
}
.single-blog .itemAuthor {
	color: #d5d5d5;
	padding: 25px 0;
	font-size: 24px;
	display: block;
}
.single-blog .single-readmore-btn {
	color: #FFF;
	font-family: 'sansserifbold';
	font-size: 18px;
	font-weight: 600;
	background-color: #307300;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 0;
	text-transform: uppercase;
	display: block;
	width: 260px;
	margin: 20px auto;
	cursor: pointer;
}
.single-blog .social-like .fa {
	color: #307300;
}
.hidden-text {
	display: none;
}
.module.related-article {
	text-align: center;
	padding-bottom: 70px;
}
.module.related-article h3 {
	font-size: 21px;
	color: #818485;
	padding: 30px 0;
	margin: 0;
	letter-spacing: 2px;
}
/*========================= SINGLE SERVICES =======================*/
.page-header,.itemHeader {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}
.single-services .itemTitle {
	font-size: 60px;
	text-align: center;
	padding: 50px 0 30px 0;
	margin: 0;
	letter-spacing: 10px;
	color: #818485;
}
.single-services .first-grid {
	background: url(../images/healthy1_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	padding: 75px 0 50px 0;
	margin-bottom: 20px;
}
.single-services .second-grid {
	background: url(../images/healthy2_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	padding: 75px 0 50px 0;
	margin-bottom: 20px;
}
.single-services .third-grid {
	background: url(../images/healthy3_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	padding: 75px 0 50px 0;
	margin-bottom: 20px;
}
.single-services .content-img img {
	width: 85%;
}
.single-services .content h1 {
	color: #FFF;
	letter-spacing: 10px;
	padding: 30px 0;
	font-size: 45px;
}
.single-services .content p {
	color: #FFF;
	line-height: 32px;
	letter-spacing: 1px;
}



/*========================= CONTACT PAGE =======================*/
.page-contact {
	color: #606568;
}
.page-contact .ot-title {
	padding: 35px 0;
	text-align: center;
	margin: 0;
}
.page-contact .contact-form input[type=text],.page-contact .contact-form input[type=email],.page-contact .contact-form textarea {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background-color: #f7f7f7;
	margin-bottom: 15px;
	border: 1px solid #d8d8d8;
	height: 50px;
}
.page-contact .contact-form textarea {
	height: auto;
}
.page-contact .contact-form .btn.ot-bg {
	background: #307300;
	border: 1px solid #d8d8d8;
	padding: 15px 25px;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	font-family: 'sansserifbold';
	font-weight: 700;
	font-size: 18px;
	width: 370px;
}
.module.custom-contact {
	color: #FFF;
	font-size: 24px;
	margin: 40px 0 20px 0;
	padding: 80px 0 75px 0;
	background-color: #656d78;
	text-align: center;
}
.module.custom-contact a {
	color: #FFF;
}
.module.custom-contact h3 {
	font-weight: 700;
	margin: 0;
}
.module.custom-contact .address {
	padding: 25px 0;
	font-weight: 700;
}
.module.custom-contact .info {
	line-height: 28px;
}
.module.custom-contact .social-icon ul {
	list-style-type: none;
	padding: 45px 15px 0 15px;
	margin: 0;
}
.module.custom-contact .social-icon ul li {
	display: inline-block;
	padding: 0 11px;
}
.module.contact-connect {
	background: url(../images/connect_contact_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	text-align: center;
	margin-bottom: 20px;
}
.module.contact-connect h1 {
	font-size: 60px;
	color: #FFF;
	padding-bottom: 60px;
	margin: 0;
}
.module.contact-connect img {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.module.contact-connect .follow {
	color: #FFF;
	padding-top: 20px;
}




/*========================= BOTTOM BOX =======================*/
.module.custom-connect {
	background: url("../images/connect_bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
	padding: 60px 0;
}
.custom-connect h1 {
	font-size: 60px;
	margin: 0;
	padding-bottom: 60px;
}
.custom-connect .item img {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.custom-connect .follow {
	padding-top: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.custom-connect h1 {
		font-size: 45px;
		padding-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.module.custom-connect {
		padding: 40px 30px;
	}
	.module.custom-connect .item {
		margin-bottom: 20px;
	}
}
/*========================= FOOTER =======================*/
.ot-footer {
	text-align: center;
	background-color: #f6f5ee;
	height: 400px;
	padding-top: 45px;
}
.custom-socials ul {
	margin: 0;
}
.custom-socials ul li {
	display: inline-block;
	padding: 0 11px;
}

.custom-copyright {
	padding-top: 10px;
}
.custom-copyright p {
	font-size: 14px;
	color: #606568;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 22px;
}


@media (min-width: 768px) and (max-width: 991px) {
	.ot-footer {
		height: 300px;
	}
}
@media (max-width: 767px) {

}
/*========================= APPOINTMENT PAGE =======================*/
.appointment-page .page-title {
	text-align: center;
	color: #656d78;
	letter-spacing: 5px;
}
.booking-info h3 {
	text-align: center;
	color: #656d78;
	letter-spacing: 3px;
	padding-bottom: 30px;
}
.booking.singlepage input[type=text], .booking.singlepage input[type=email] {
	border: 1px solid #d8d8d8;
	padding: 15px 0 15px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	color: #a6a6a6;
	background-color: #f7f7f7;
}
.booking.singlepage input[type=text].error-field {
	border: 1px solid #d8d8d8;
}
.booking-info .form-group {
	padding: 0 10px 0 0;
}
.booking-info input[type=submit] {
	width: 100%;
	height: 50px;
	border: none;
	background-color: #307300;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.booking.singlepage td.booking-cal-top-left,
.booking.singlepage td.booking-cal-top-rings,
.booking.singlepage td.booking-cal-top-right,
.booking.singlepage #booking td.booking-gap-row-center,
.booking.singlepage #booking td.booking-gap-row-left,
.booking.singlepage #booking td.booking-gap-row-right,
.booking.singlepage #booking td.booking-cal-left-body,
.booking.singlepage #booking td.booking-cal-right-body,
.booking.singlepage td.booking-cal-bottom-left,
.booking.singlepage td.booking-cal-bottom-center,
.booking.singlepage td.booking-cal-bottom-right,
.booking.singlepage #booking td.booking-cal-left-header,
.booking.singlepage #booking td.booking-cal-right-header
{
	background: none;
	display: none;
}
.booking.singlepage #booking th.booking-cal-center-header {
	background: none;
	position: relative;
	color: #6f7781;
	text-transform: uppercase;
	font-weight: 700;
}
.booking.singlepage #booking th.booking-cal-center-header.title {
	padding-bottom: 40px;
}
.booking.singlepage table#booking {
	width: 100%;
	margin: 35px 0 25px 0;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}
.booking.singlepage .month-heading {
	font-size: 60px;
	color: #307300;
}
.booking.singlepage #booking th.booking-cal-center-header .prev-cal {
	position: absolute;
	top: 20%;
	font-size: 40px;
	left: 0;
	color: #dcdcdc !important;
}
.booking.singlepage #booking th.booking-cal-center-header .next-cal {
	position: absolute;
	top: 20%;
	font-size: 40px;
	right: 0;
	color: #dcdcdc !important;
}
.booking.singlepage table th, .booking.singlepage table td {
	border-top: 0px solid #ddd;
	vertical-align: middle;
	text-align: center;
}
.booking.singlepage #booking th, .booking.singlepage td {
	height: 32px;
}
.booking.singlepage td {
	width: 50px;
	font-weight: 700;
	color: #6f7781;
	padding: 20px 0 75px 0 !important;
	font-size: 18px;
	border: 4px solid #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFF !important;
}
.booking.singlepage td.selected_day {
	background-image: url("../images/appointment_selected.png");
	background-size: cover;
	background-position: center;
}
.booking.singlepage td.selected_day a {
	color: #FFF !important;
}
.booking.singlepage #booking td.fully-booked,
.booking.singlepage #booking td.not-available {
	background-image: url("../images/appointment_notavailable.png");
	background-size: cover;
	background-position: center;
}
.booking.singlepage #booking td.booking-content {
	background-image: url("../images/appointment_available.png");
	background-size: cover;
	background-position: center;
}
@media (min-width: 768px) and (max-width: 991px) {
	.booking.singlepage td {
		padding: 15px 0 60px 0 !important;
		font-size: 16px;
	}
	.booking.singlepage #booking th.booking-cal-center-header.title {
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.appointment-page .page-title {
		letter-spacing: 3px;
		font-size: 32px;
	}
	.booking.singlepage #booking th.booking-cal-center-header .prev-cal {
		top: 12%;
		font-size: 32px;
	}
	.booking.singlepage #booking th.booking-cal-center-header .next-cal {
		top: 12%;
		font-size: 32px;
	}
	.booking.singlepage .month-heading {
		font-size: 45px;
		color: #307300;
		height: 44px;
	}
	.booking-info input[type="submit"] {
		padding: 0;
	}
	.booking-info .form-group {
		padding: 0;
	}
	.booking.singlepage td {
		padding: 5px 0 30px 0 !important;
		font-size: 12px;
		border: 2px solid #FFF;
	}
	.booking.singlepage #booking th.booking-cal-center-header {
		font-size: 14px;
	}
	.booking.singlepage input[type="text"], .booking.singlepage input[type="email"] {
		padding: 12px 0 12px 20px;
		font-size: 14px;
	}
}