@charset "UTF-8";
/* CSS Document */
/* Joomla Styles Lakeland Web Design */

/* Remove link border from images */

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	height: auto;
}

/* font smoothing */

html, html a {
    -webkit-font-smoothing: antialiased !important;
  }
html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  }
  
html, html a {
    -moz-osx-font-smoothing: grayscale;
  }
/* Global Reset */

* {
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	border: 2px solid #9ab5c6; 
	width: 100%;
}
td {
	padding: 5px 8px;
	border: 1px solid #ccdde8; 
	text-align: center;
}
td.left {
	text-align: left;
}
th {
	padding: 6px 10px;
	background: #9ab5c6;
	color: #fff;
	border-left: 1px solid #fff;
}
.mobtable {
	overflow-y: auto;
	_overflow: auto;
}

.odd {
	background: #e5edf3; 
}

h1,h2,h3,h4,h5,h6,p,form,label,ol,fieldset {
	margin: 0;
}
ul, ol {
	margin: 0 0 0 45px;
}
ol {
	padding-left: 15px;
}
#search-results ol {
	margin-left: 0;
}
ol li {
	padding: 5px 12px;
}
li {
	padding: 0;
	line-height: 160%;
}
ul.bullets {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.bullets li {
	background: url(../images/bullets.png) no-repeat 2px 8px;
	padding: 2px 0 2px 25px;
}
ul.bullets2 {
	list-style: none;
	margin-right: 25px;
}
ul.bullets2 li {
	background: url(../images/bullet.png) no-repeat 0 7px;
	padding: 3px 0 3px 25px;
}
.property-highlights ul.bullets {
	margin-left: 6px;
	font-size: 15px;
}
fieldset {
	padding: 1em;
}
input {
	padding: 4px 6px;
}
#footer ul {
	margin-left: 0;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #3e5e4f;
	background: #f1fbf6;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h1 {
	font-family: "Poppins", sans-serif;
	color: #2a8129;
	padding: 25px 0 0 0;
	margin: 5px 12px 5px 0;
	font-size: 36px;
	font-weight: 300;
    letter-spacing: 0.5px;
	line-height: 130%;
}
h2 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:#a21c26;
	text-transform: uppercase;
	margin: 15px 0;
    letter-spacing: 1px;
}
h3 {
    font-size: 48px;
    font-weight: 300;
    margin: 25px 0px 0px;
    letter-spacing: 0.5px;
	padding: 25px 0 10px;
}
h4 {
	font-size: 18px;
	font-weight: 300;
	padding: 12px 0;
}
#header h4 {
	font-family: "Josefin Sans", sans-serif;
	color: #e5f5ec;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0;
  	padding-top: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
    font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
}


p {
	padding: 10px 0;
	letter-spacing: 1px;
	line-height: 140%;
}
hr {
	color: #12b212;
	background-color: #12b212;
	height: 1px;
	border-width: 0;
	clear: both;
	margin: 10px 0;
}
.head-left span.red, h1 span.red, .head-contact span.red {
	color: #a21c26;
}
.imgleft {
	float: left;
	margin-right: 25px;
}
.imgright {
	float: right;
	margin-left: 25px;
}

a {
	color: #a21c26;
	text-decoration: none;
}
a:hover {
	color: #3f3f3e;
	text-decoration: underline;
}

.myclearfix {
	line-height: 0;
	clear: both;
	height: 0;
}
.clearflopad {
	clear: both;
	height: 15px;
}

/* Layout Styles */
.container {
	width: 94%;
	max-width: 1250px;
	margin: 0 auto;
}
.item-page {
	padding-bottom: 20px;
	padding-top: 25px;
	position: relative;
}

#header-os {
	position: relative;
	background: #6ba987;
	width: 100%;
	height: 220px;
	background: url("../images/banner.jpg") no-repeat top left #6ba987;
}

#header {
	padding: 25px 0;
	position: relative;
	font-family: "Josefin Sans", sans-serif;

}
.head-left {
	width: 60%;
	float: left;
	margin-top: 38px;
	margin-left: 120px;
	margin-bottom: 12px;
}
.head-right {
	width: 22%;
	float: right;
	text-align: right;
	margin-right: 30px;
}
#logo, #strap {

}
#logo {
	margin-right: 10px;
	color: #e5f5ec;
	font-size: 36px;
	font-weight: 300;
}
#logo a, #logo a:hover {
	color: #e5f5ec;
	font-size: 36px;
	font-weight: 300;
	text-decoration: none;
}

#strap {
	margin-top: 20px;
  margin-left: 110px;
}

#social {
	margin-top:35px;
}
#social img, .footsocial img {
	max-width: 48px;
	margin-left: 7px;
}
/* Site search */
.site-search {
	width: auto;
	position: absolute;
	top: 96px;
	right: 40px;
}
.site-search label {
	display: none;
}
.awesomplete > input {
	padding: 9px 16px;
	border-radius: 5px;
	background: #e6eff6;
	border: 1px solid #21688f;
	margin-top: 3px;
}
/* Search form results page */
#search-form fieldset {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
#search-form legend {
	padding: 5px 22px;
	font-size: 16px;
	background: #2e9de1;
	color: #fff;
	border-radius: 5px;
}
#slides {
	border-bottom: 3px solid #020815;
	margin-bottom: 30px;
}
#slides img {
	width: 100%;
}
#hdrsoc img {
	margin-right: 10px;
}


#breadcrumbs {
	font-size: 95%;
	margin-left: 18px;
	padding-top: 12px;
}
#breadcrumbs ul {
	list-style: none;
	margin-left: 0;
}
#breadcrumbs li {
	display:block;
	float:left;
	margin-right: 6px;
}
#breadcrumbs a {
	margin-right: 6px;
}

.logolinks .container {
	display: flex;
	flex-direction: row;
	 justify-content: center;
	align-items: center;
	padding: 25px 0;
}
.logolinkimg {
	width: 33%;
	text-align: center;
}

#footer {
	width: 100%;
	font-weight: 400;
	min-height: 260px;
	background: #040305;
	clear: both;
	color: #b9b9b8;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 40px 0;
}
#footer a {
	color: #de323f;
}
.footleft {
	width: 30%;
	float: left;
	margin: 10px 0 0;
	padding-left: 3%;
}
.footright {
	width: 60%;
	float: right;
	text-align: right;
	margin: 10px 15px 35px 0;
	padding-right: 3%;
}

#footertop {
	margin-top: 10px;
}
#footertop h4  {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 0 0;
	text-transform: none;
	padding-left: 3%;
}
#footsocial {
	margin: 25px 0;
}
.footlinks {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footlinks a {
	color: #df1f0d;
	padding: 0 8px;
}
.footlinks a:hover {
	color: #0d1934;
}

.copyright {
	text-align: right;
}
.copyright a {
	color: #999;
}
p.telcontact, p.emailcontact {
	padding: 0;
	margin-top: 25px;
}
p.emailcontact {
	margin-top: 8px;
}
.telcontact img, .emailcontact img {
	width: 30px;
	margin-right: 8px;
}

#footer p.copyright {
	font-size: 14px;
}

/* Contact form */

#contactfm {
	margin-bottom: 25px;
}



/*a.button {
	text-transform: uppercase;	
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0.5px;
	margin: 25px 0 10px 5px;
	padding-top: 15px;
	display: block;
	width: 75%;
	border-radius: 4px;
	border: 1px solid #293f5c;
	color: #fff;
	background: #3970b5;
	text-align: center;
	padding: 10px;
	max-width: 340px;
}*/
a.button {
	text-transform: uppercase;	
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.5px;
	padding-top: 15px;
	margin-top: 30px;
	display: block;
	width: 150px;
	color: #3970b5;
	color: #b69e2d;
	background: url(../images/readmore-blue.png) no-repeat right 10px;
}

a.button:hover {
	color: #fdeda4;
	text-decoration: none;
}

/* Portfolio and review links */
.bottom-links {
	margin-bottom: 25px;
}

/* Quotes in main content */

.quotediv {
	padding: 30px;
	color: #f8fbfa;
	font-weight: 300;
	font-style: italic;
	position: relative;
	margin: 0;
	text-align: left;
	background: #4f7a64;
	padding-left: 30px;
}
.quotediv p {
	font-size: 16px;
    font-style: italic;
	padding: 10px 15px 10px 35px;
}
.quotediv .container {
	background: url("../../../images/quotes.png") no-repeat 0 9px;
	width: 98%;
}
/* Features home page */
#features .container {
	background: #fff;
}
.feature-left, .feature-right {
	background: #fff;
	clear: both;
}

.feature-left img {
	float: left;
	max-width: 800px;
	width: 50%;
}
.feature-right img {
	float: right;
	max-width: 800px;
	width: 50%;
}
.feature-text {
	width: 50%;
	float: left;
}
.feature-left p, .feature-right p, .feature-left h3, .feature-right h3, .feature-left a, .feature-right a {
	padding-left: 30px;
	padding-right: 30px;
}

.feature-left a.read-more-link, .feature-right a.read-more-link {
	font-family: "Josefin Sans", sans-serif;
	color: #3e5e4f;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: normal;
	padding-bottom: 20px;
	display: block;
}
.feature-left a.read-more-link:hover, .feature-right a.read-more-link:hover {
	text-decoration: none;
	color: #a21c26;
}
/* Read more */

.read-more-link {
	background: url("../images/arrow.png") no-repeat 21px 18px;
	margin-top: 20px;
}

/* Blog layouts */
.blog {
	position: relative;
}

.blog-item {
	width: 40%;
	float: left;
	border: 1px solid #4b6984;
	border-radius: 8px;
	margin: 20px 2%;
	padding: 25px;
	background: #324250;
	text-align: center;
}
body#blog .blog-item {
	background: none;
	width: 100%;
	float: none;
	text-align: left;
	border-radius: 0;
	border: none;
	border-bottom: 1px dotted #4b6984;
}
p.readmore {
	margin-top: 15px;
}
.blog-item h2 a {
	font-size: 28px;
	margin: 15px 0;
	letter-spacing: normal;	
	color: #e2cd6b;
}
.item-image img {
	border: 1px solid #b2cee6;
	border-radius: 8px;
}
.item-content {
	color: #9cbed9;
	position: relative;
}
body#blog .item-content {
	color: inherit;
	position: relative;
	padding-top: 25px;
}

.com-content-category-blog__navigation {
	clear: both;
	margin-top: 25px;
	text-align: center;
}


.pagenavigation {
	clear: both;
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}


/* Video link */

/* Responsive videos */

.videolink-box {
	border: 2px solid #929ebe;
	padding: 15px;
}
.videolink-inbox {
	background: #bcc6df;
}
.videolink {
	width: 67%;
	float: left;
    position: relative;
    padding-bottom: 38%; 
    height: 0;
    overflow: hidden;
	border-right: 14px solid #fff;
}
.videolink iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}
.video-desc {
	width: 31.5%;
	color: #53689e;
	font-size: 16px;
	text-align: center;
	float: right;
	padding-bottom: 20px;
}
.video-desc p {
	margin: 0 25px;
	line-height: 190%;
}

p.video-header {
	color: #855a1e;
	text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 0 auto;
	padding-top: 15px;
	border-bottom: 1px solid #4f6298;
	max-width: 150px;
	display: inline-block;
	margin-bottom: 20px;
}

.youtube-vid {
	width: 85%;
    padding-bottom: 48%; 
    height: 0;
    overflow: hidden;
	position: relative;
	margin: 15px auto;
	border: 2px solid #929ebe;
	background: #fff;
}
.youtube-vid iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}


/* Responsive Google map */

#googlemap {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
	
}
#googlemap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 98% !important;
     height: 98% !important;
	 border: 1px solid #0d3515;
}
/* FAQ Pages */

.faq_q {
	background-image: url(../images/faq-q.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #bd5c07;
	padding: 4px 24px 8px 44px;
	margin: 0px 10px 8px 10px;
}
.faq_a {
	background-image: url(../images/faq-a.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3e5971;
	padding: 4px 24px 8px 44px;
	margin: 0px 10px 8px 10px;
}

/* Terms and Conditions */

body#terms-conditions ol {
	margin: 5px 0 5px 25px;
}
body#terms-conditions ol li {
	padding-left: 8px;
	margin: 6px 0;
}
body#terms-conditions ol li ul {
	margin-left: 30px;
}
body#terms-conditions ol li ul li {
	list-style: disc;
}

/* Custom modules */



/* Article container div styling */

div[itemprop="articleBody"] {
   clear: both;
}
/* Tables */


/* Cookie pop up */
#redim-cookiehint {
	background-color: #424e6e;
}
#redim-cookiehint .cookiebuttons .btn {
    border-radius: 4px !important;
    color: #3f4a67 !important;
	background-color: #bcc8e7 !important;
}
/* Main Navigation styles */

#navbox {
	margin: 0 auto;
	border-top: 1px solid #12b212;
	text-align: right;
}

#menu {
	width: 96%;
	/*list-style: none;
	font-weight: normal;*/
	padding: 0;
	margin: 0;
	line-height: 1;
	float: right;
}



#menu a, .nav-header, .dj-megamenu-modern li a.dj-up_a {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: #e5f5ec;
	font-size: 14px;
	padding: 0px 28px;
	text-align: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.dj-megamenu-modern li ul.dj-submenu > li > a {
	color: #111f2c;
	font-size: 15px;
}
.dj-megamenu-modern.dj-fa-5 li.dj-up > a .arrow::before {
  content: "\f105";
}
.dj-megamenu-modern li.dj-up:hover > a .arrow::before, .dj-megamenu-modern li.dj-up:focus > a .arrow {
  content: "\f107";
}
.dj-megamenu-wrapper .dj-megamenu-modern li.current a, .dj-megamenu-wrapper .dj-megamenu-modern li.active a {
	color: #af252f;
}
.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
  background: none;
  color: #e5f5ec;
}
ul.dj-mobile-light li.dj-mobileitem:hover > a, ul.dj-mobile-light li.dj-mobileitem.active > a {
  background: #fff;
}

ul.dj-megamenu {
	float: right;
}
dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	height: 65px;
}
.dj-megamenu-accordion-light.dj-align-right {
  text-align: right;
  margin-right: 20px;
}
ul.dj-mobile-light {
  margin: 0 -15px;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 500;
  width: 300px;
  right: 0;
}

#lwd {
	margin: 30px 10px 0px 0;
	width: 100%;
	height: 60px;
	clear: both;
	position: relative;
}
[role=tooltip]:not(.show) {
  /*right: 5em;*/
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: black;
  text-align: start;
  background: white;
  border: 1px solid #6d757e;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=id-skip-] {
  right: auto;
}
[role=tooltip]:not(.show)[id^=cbunpublish] {
  right: auto;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
  position: absolute;
  display: block;
}


#tooltip {
  /*position: absolute;
  z-index: 1070;
  display: block;*/
  margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;  
	font-style: normal;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem;
}

/* Login Module */
body#log-in #maincontent {
	padding-top: 25px;
}
body#log-in ul.nav-tabs {
	display: none;
}

div.login {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px 0;	
	margin-bottom: 25px;
}
div.login fieldset {
	border: none;
}
.login label {
	width: 250px;
	display: block;
	float: left;
	margin-right: 10px;
}
.login input {
	border: 1px solid #999;
	padding: 5px 8px;
	background: #fff;
	margin-bottom: 7px;
	font-size: 12px;
}
.login input#modlgn-remember {
	width: auto;
}
.btn-primary, .btn-danger {
	background-color: #24940d;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 12px 12px 12px 0;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	line-height: 25px;
	padding: 5px 30px;
}
.btn-secondary, .button2 {
	background: #c3a205;
	padding: 9px 14px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-secondary:hover, .button2:hover {
	background: #7d6b12;
	color: #fff;
	text-decoration: none;
}
.btn-danger {
	background-color: #fd0c39;
}
.pagination .next {
	margin-left: 50px;
}
.btn-primary:hover {
}
.btn-danger:hover {
	background-color: #ccc;
}
.logout .btn {
	background-color: #f69240;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 12px 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	cursor: pointer;
	color: #fff;
	float: left;
	line-height: 25px;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #f9ba88 !important;
}

.login ul, .login ul {
	margin-left: 20px;
}
.login li, .login li {
	padding: 3px 0 2px 8px;
}

.login .btn {
	background-color: #c3a205;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 12px 5px 0;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	line-height: 25px;
	border-radius:6px;
	padding: 5px 30px;
}
.login .btn:hover {
	background-color: #7d6b12;
	text-decoration: none;
}

.login ul {
	margin-left: 20px;
}
.login li {
	padding: 3px 0 2px 8px;
}
.com-users-login__options {
	text-align: center;
}


/* frontend editing */
div.edit .btn-group .btn {
	background-color: #f69240;
	font-size: 12px;
	text-align: center;
	margin: 0 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: left;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #2B2123 !important;
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li > a {
	border-radius: 5px 5px 0 0;
	margin-left: 3px;
	background: #fff;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li.active > a {
	background: #f69240;
}
#modules-form input {
	padding: 2px 6px;
}
.choices__inner {
	color: #000;
}
.choices__button_joomla {
	padding: 5px 8px;
	background-color: #fd0c39;
	margin-left: 5px;
	border: none;
	border-radius: 4px;
	color: #fff;
}
joomla-tab button[aria-expanded="true"]::after {
  background-color: #f69240;
}
/* Hide form elements to simplify the form for users 

#modules-form #options, #modules-form .control-group {
	display: none;
}
#adminForm #publishing, #adminForm #language, #adminForm #metadata, #adminForm #com-content-formTabs {
	display: none;
}
.editor-xtd-buttons {
	display: none;
}
*/

#versionsModal, div.editor-xtd-buttons {
	display: none;
}

/* hide edit buttons for menu and gallery */
#navbox .jmodedit, #slides .jmodedit, .footlogin a.jmodedit, .slicknav_menu a.jmodedit, .logotitle a.jmodedit, #header a.jmodedit {
	display: none;
}



div.edit .control-group {
	clear: left;
	margin: 10px 0;
}
div.edit .control-group label {
	float: left;
	width: 180px;
	margin: 10px 0;
}
div.edit .control-group input {
	float: left;
	width: 50%;
	padding: 3px 8px;
}
#jform_featured_up_btn {
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
a.jmodedit, .item-page .float-end a {
	border: 1px solid #f69240;
	border-radius: 4px;
	padding: 4px 12px;
	color: #0e4a6b;
	background: #fff;
}
#footer a.jmodedit {
}

/* Hide advanced options */


#modules-form div#options {
	display: none;
}

/* Pagination front end editor */

.pagination ul {
	list-style: none;
}
.pagination li {
	width: auto;
	display: inline-block;
	padding: 8px;
}
.pagination li.active a {
	text-decoration: underline;
}
.pagination span.visually-hidden {
	display: none;
}
/* Media queries */
@media screen and (max-width: 1230px) {	
.feature-left img, .feature-right img, .feature-text {
  float: none;
  width: 94%;
}
.feature-left img, .feature-right img {
	display: block;
	margin: 0 auto;
	  max-width: 600px;
	}
	.feature-text {
		margin-bottom: 35px;
	}
	.feature-text h3 {
		text-align: center;
	}
	.feature-left a.read-more-link, .feature-right a.read-more-link {
		width: 180px;
  float: right;
  margin-right: 60px;
	}
}

@media screen and (max-width: 1028px) {
	
.head-left {
	width: 90%;
	float: none;
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 42px;
}
	#logo {
		margin-left: 103px;
	}
.head-right {
	display: none;
}
#strap {
  margin-top: 10px;
  margin-left: 110px;
}
}
@media screen and (max-width: 950px) {
	
}

@media screen and (max-width: 900px) {


}
@media screen and (max-width: 850px) {

	#footer {
		text-align: center;
	}
.footleft, .footright {
  width: 94%;
  float: none;
  margin: 10px auto;
  padding: 15px;
}	
.footlinks, .footsocial, .copyright, .footright {
  text-align: center;
}
	.footpic {
		padding-top: 50px;
	}
}

@media screen and (max-width: 775px) {
	
}

@media screen and (max-width: 650px) {
.footleft, .footright {
	width: 94%;
	float: none;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
}
.footright {
	padding-bottom: 15px;
}
.copyright {
	text-align: center;
}
#footertop h4 {
    text-align: center;
}
}
@media screen and (max-width: 600px) {
body {
  font-size: 15px;
  letter-spacing: 0.5px;
}	
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 580px) {
  #logo {
    font-size: 28px;
  }
	
h1, h3 {
	font-size: 28px;
}
h2 {
	font-size: 16px;
    letter-spacing: 0.5px;
}
h4 {
	font-size: 24px;
}

	
}
@media screen and (max-width: 480px) {
	

}
@media screen and (max-width: 450px) {
	.head-left {
		margin-bottom: 10px;
	}

}

/* Responsive menu toggle */

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1180px) {
	#navbox {
		min-height: 40px;
	}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display: inline-block;
	}
	#respnav {
		text-align: right;	
	}
}
	