@font-face {
    font-family: avenir;
    src: url(../fonts/avenir.otf);
}

@font-face {
    font-family: georgia;
    src: url(../fonts/georgia.ttf);
    font-weight: normal;
}

@font-face {
    font-family: georgia;
    src: url(../fonts/georgia-bold.ttf);
    font-weight: bold;
}

body{
    font-family: avenir;
	font-size: 16px;
	line-height: 28px;
}

h1, h2{
    font-family: georgia;
	font-weight: normal !important;
}

h1{
    font-size: 100px;
    font-weight: bold;
    line-height: 85px;
    text-align: left;
}

.main-banner{
	text-shadow: 2px 2px 2px rgba(48,48,48,0.8);
}

h2{
	font-size: 32px !important;
	line-height: 38px !important;
	margin: 0;
}

h3{
	font-size: 18px !important;
	font-weight: bold;
}

.entry-header h2{
	font-size: 20px !important;
}

#sp-header{
	background: #038305;
	color: #FFF;
}

.sp-megamenu-parent > li:hover > a, .sp-megamenu-parent > li.active > a{
    border-bottom: 5px solid #00BC03;
	color: #FFF;
}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{
	font-size: 14px;
	letter-spacing: normal;
    text-transform: none;
    line-height: 85px;
	color: #FFF;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span{
	padding: 10px 15px;
	font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a{
	background: #06A809;
	color: #FFF;
}

#offcanvas-toggler >i, #offcanvas-toggler >i:hover{
	color: #FFF;
}

.offcanvas-menu{
	background: #038305;
}

.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    background: #FFF;
    border-color: #FFF;
	color: #000;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active{
	background: #06A809;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a{
	background: inherit;
}

.logo-image-phone{
	max-height: 60px;
}

.main-banner{
	color: #FFF;
}

#sp-page-builder .sppb-section-title{
	margin-bottom: 30px;
}

.sppb-btn-custom{
	font-size: 12px;
	padding: 10px 20px;
	background: #00BC03;
}

.sppb-btn-custom:hover{
	background: #038305 !important;
}

.home-content-image-element{
	margin: auto;
}

#sp-footer1{
	font-size: 12px;
}

@media (min-width: 768px){
	#sp-footer1{
		text-align: left;
	}
	
	#sp-footer2{
		text-align: right;
	}
	
	.contact-left{
		text-align: right;
		border-right: 1px solid #D4D4D4;
		padding-right: 30px;
	}
}

@media (max-width: 767px){
	h1{
		font-size: 58px !important;
		line-height: 55px !important;
	}
}

hr{
    border-top: 1px solid #D4D4D4;
}

.page-header{
	border-bottom: 0;
}

#sp-main-body{
	padding: 10px 0 30px;
}

.article-info{
	color: #000000;
	font-size: 14px;
}

.article-info >dd{
	text-transform: none;
}

.entry-header, .entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link{
	margin-bottom: 15px;
}

.pagination-wrapper{
	text-align:center;
}

.pager li>a, .pager li>span{
	border: 0;
	background: none !important;
	padding: 5px 0;
}

.pager .icon-chevron-left, .pager .icon-chevron-right{
	font-size: 11px;
}

.djslider-default .slide-desc{
	display: none;
}

.djslider-default .navigation-container{
	top: 40% !important;
}

.sp-module ul >li >a:before{
	content: none;
}

.offcanvas-menu{
	padding-top: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
	padding: 10px 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child{
	padding: 30px 0;
}

.inactive-link {
   pointer-events: none;
   cursor: default;
}

.item-page{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	margin: auto;
}