@charset "UTF-8";
/* CSS Document */
/* Joomla Styles Mayfield Apartment */

/* 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-top: 20px;
}
ul.bullets li {
	background: url(../images/tickbox-blue.png) no-repeat 0 2px;
	padding: 3px 0 3px 40px;
	line-height: 170%;
}
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: 'Roboto', sans-serif;
	font-size: 16px;
	color: #484559;
	background: #f5fafe;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h1 {
	font-family: 'Pompiere', cursive;
	color: #334657;
	padding: 25px 0 0 0;
	margin: 5px 12px 5px 0;
	font-size: 42px;
	font-weight: 400;
    letter-spacing: 0.5px;
	line-height: 130%;
}
h2 {
	font-size: 28px;
	color: #796a23;
	font-weight: 400;
	margin: 15px 0;
    letter-spacing: 1px;
}
h3 {
	color: #133a52;
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0px 0px;
    letter-spacing: 0.5px;
	padding: 5px 0 10px;
}
.cat-children h3 {
	margin-top: 25px;
	font-weight: 700;
}
.cat-children h3.item-title {
	margin-top: 0;
	font-weight: 400;
	font-size: 19px;
}
h4 {
	color: #1b120f;
	font-size: 21px;
	font-weight: 700;
	padding: 15px 0 5px;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #b69e2d;
	font-size: 18px;
    font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
}
body#home h5 {
	margin-top: 0;
}

h6 {
	font-family: 'Pompiere', cursive;
	color: #b69e2d;
    font-size: 28px;
    font-weight: bold;
    margin: 25px 0px 0px;
    letter-spacing: 0.5px;
	padding: 10px 0 10px;
}

p {
	padding: 10px 15px;
	letter-spacing: 1px;
	line-height: 140%;
}
hr {
	color: #3377ad;
	background-color: #3377ad;
	height: 1px;
	border-width: 0;
	clear: both;
	margin: 10px 0;
}
.imgleft {
	float: left;
	margin-right: 15px;
}

a {
	color: #b69e2d;
	text-decoration: none;
}
a:hover {
	color: #796818;
	text-decoration: underline;
}

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

/* Layout Styles */
.container {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.item-page {
	padding-bottom: 20px;
	padding-top: 25px;
}
.leftcol {
	width: 68%;
	padding: 1%;
	float: left;
}
.rightcol {
	width: 28%;
	padding: 1%;
	float: right;
	margin-top: 80px;
}


#header-os {
	position: relative;
}

#header {
	background-image: url(../images/background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	border-bottom: 4px solid #d2dde6;
	position: relative;
}
.logo-cont {
	height: 87px;
	width: 100%;
	background: rgba(21,116,176,0.8);

}
.logotitle {
	margin-top: 0;
	width: 80%;
	padding-top: 9px;
}
.logo {
	/*margin-top: 32px;
	width: 30%;
	float: right;*/
	max-width: 150px;
	position: absolute;
	top: 5px;
	right: 40px;
}

.strap-cont {
	width: 100%;
	background: rgba(3,65,102,0.9);
	height: 60px;
}

.strap {
	margin-top: 0px;
	width: 60%;
	float: left;
}
.strap h4 {
    font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0;
	margin-left: 15px;
	margin-top: -7px;
	padding: 0;
	padding-top: 21px;
}
.strap h4 {
	text-align: left;
}
/* code views */
.css-code, .html-code {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* 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;
}


#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;
}

.footpic img {
	width: 100%;
}

#footertop {
	border-bottom: 1px solid #3377ad;
	margin-bottom: 3px;
	padding: 10px 0;
}
#footertop h4  {
	color: #fdeda4;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 0 0;
}
body#home #footertop h4, #footertop h4 {
	text-align: left;
}
.foottopleft, .foottopmid {
	width: 35%;
	float: left;
	font-size: 21px;
	color: #6576a2;
}
.foottopleft {
	margin-top: 20px;
}
.foottopmid {
	text-align: center;
}
.foottopmid img {
	max-width: 275px;
	display: inline;
}
.foottopright {
	width: 30%;
	float: right;
	text-align: right;
	color: #6576a2;
	margin-top: 20px;
}
.foottopright p {
	padding-right: 30px;
}


#footer {
	width: 100%;
	font-weight: 400;
	min-height: 260px;
	background: #145d97;
	clear: both;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	border-top: 2px solid #050604;
}
.footleft {
	width: 60%;
	float: left;
	margin: 10px 0 0;
}
.footright {
	width: 30%;
	float: right;
	text-align: right;
	margin: 10px 15px 35px 0;
}

.footlinks a {
	color: #fff;
	padding: 0 8px;
}
.copyright {
	text-align: right;
}
.copyright a {
	color: #999;
}
.socmedia {
	margin: 10px 15px 35px 0;
}
.socmedia img {
	margin-left: 5px;
}

.phonecontact a, .emailcontact a {
	background: url(../images/contact-icon-tel.png) no-repeat left;
	padding-left: 30px;
	text-decoration: none;
	color: #fff;
}
.emailcontact a {
	background: url(../images/contact-icon-email.png) no-repeat left;
}
#footer p.copyright {
	font-size: 14px;
}

/* Contact form */

#contactfm {
	margin-bottom: 25px;
}

/* Property links section */

.proplinks-container {
	margin: 25px auto;
	position: relative;
	position: relative;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.proplinksimg, .proplinkstext {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0
}
.proplinksimg {
}
.proplinkstext {
	width: 44%;
	padding: 3%;
}
.img-bottom {
	padding-top: 50px;
}
/*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 {
	font-family: 'Roboto Condensed', sans-serif;
	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;
}
.magic {
	text-align: center;
	font-size: 28px;
	width: 200px;
	float: right;
	margin-right: -60px;
}
.magic-img {
	float: right;
}
.summary {
	text-align: center;
	
}
.summary p {
	text-align: center;
	font-size: 28px;
}

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

/* Quotes in main content */

.quotediv, .port-quote {
	margin: 30px;
	background-color: #fff;
	border: 2px solid #6c8dae;	
	border-radius: 8px;
	position: relative;
	width: 94%;
	padding: 1% 3%;
	margin-left: 0;
	text-align: center;
}
.quotediv .bottom, .port-quote .bottom {
  background: url(../images/quote-bottom.png) no-repeat bottom center;
  width: 80px;
  height: 50px;
  position: absolute;
  bottom: -33px;
  right: 40px;
}
.quotediv p, .port-quote p {
	font-size: 18px;
    font-style: italic;
	font-weight: 400;
	padding: 10px 3%;
}
.quotediv a, .port-quote a {
	font-size: 21px;
	font-weight: 700;
	color: #525151;
	text-decoration: none;
}
.port-quote {
	clear: both;
	margin-top: 5px;
}
body#home .quotediv {
	margin-bottom: 50px;
}

/* Logo design section */

.logo-design {
	width: 40%;
	float: left;
	border: 1px solid #2166a4;
	border-radius: 8px;
	margin: 20px 2%;
	padding: 25px;
	background: #307fae;
	background: #c2ac43;
	text-align: center;
}
.logo-design h4 {
	font-family: 'Pompiere', cursive;
	font-size: 36px;
	margin: 15px 0;
	letter-spacing: normal;	
	color: #fbea99;
}

.logo-design img {
	border: 4px solid #fff;
	border-radius: 14px;
	background: #125275;
}

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

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

.com-content-category-blog__navigation {
	clear: both;
	margin-top: 25px;
	text-align: center;
}
.bg-info {
	font-size: 16px;
}
span.bg-info::before {
	content: '(';
}
span.bg-info::after {
	content: ')';
}
dd {
	padding: 5px 0;
}
.page-header h1[itemprop="headline"] {

}
.hits {
	text-align: right;
	margin: 0;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 14px;
}
.article-info {
	text-align: left;
}

.item-content .hits {
	color: #324250;
}
h5.tagfloat {
	clear: both;
	width: 60%;
}
.portlinks {
	width: 40%;
	max-width: 280px;
	float: right;
	padding: 0 35px 35px;
	border: 2px solid #2e9de1;
	margin-top: 45px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.destination {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.pagenavigation {
	clear: both;
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.portlinks a {
	background: #2e9de1;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	width: 78%;
}
.portlinks a:hover {
	background: #1e8acc;
	text-decoration: none;
}
.portlinks h6 {
	margin-bottom: 25px;
}
.otherwork {
	width: 40%;
	float: right;
	margin: 30px 0;
	max-width: 350px;
	text-align: center;
}

/* tags */

ul.tags {
	list-style: none;
	margin: 15px 0;
	height: 50px;
	display: block;
}
ul.tags li {
	width: auto;
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 6px 5px;
	background: #e0ebf4;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: normal;
}
/* tag results */
.tag-category ul.list-group {
	list-style: none;
	display: inline-block;
	margin: 0;
	margin-bottom: 30px;
}
.tag-category li.list-group-item {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.tag-category li.list-group-item h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: normal;
}
.tag-category li.list-group-item img {
	border: 1px solid #000;
}
@media screen and (max-width: 1248px) {
.tag-category li.list-group-item {
	width: 46%;
	float: left;
	margin-right: 3%;
}

}
@media screen and (max-width: 810px) {
.tag-category li.list-group-item {
	width: 94%;
	float: none;
	margin-right: 10px auto;
}

}

/* 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 */

/* Prices table */

.cookietable {
	text-align: center;
	margin: 10px 0;
	width: 98%;
	border: 1px solid #6e7ca1;
	background-color: #fff;
}

.cookietable th {
	padding: 3px 5px;
	border: 1px solid #6e7ca1;
	background: #929ebe;
	letter-spacing: 1px;
}
.cookietable td {
	padding: 3px 5px;
	border: 1px solid #6e7ca1;
}

/* 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 {
	min-height: 60px;
	margin: 0 auto;
	border-bottom: 3px solid #f5fafe;
	background: rgba(218,233,244,0.9);
}

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

#menu a, .nav-header {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #111f2c;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding: 10px 24px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.5px;
}
.nav-header {
	margin-right: 8px;
}
#respnav .nav-header {
	padding: 8px 4px;
	line-height: normal;
}

#menu a:hover {
	color: #2e9de1;
}
#menu li.parent > a, #menu li.parent {
	background: url(../images/arrow.png) no-repeat 95% center;
}
#menu li.parent > a:hover, #menu li.parent:hover {
	background: url(../images/arrow-down.png) no-repeat 95% center;
}

#menu > li > a {
}

#menu, #menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 60px;
}

#menu li {
     margin: 0px;
	 position: relative;
}
#menu > li {
    display: inline-block;
	vertical-align: top;
}
#menu > li:first-child {
	margin-left: 0;
}



#menu > li > a { }
#menu > li > a:hover {
	}
	
	

/* DROP DOWN  MENU */



/* Level 2 */
#menu > li > ul {
	text-align: left;
	width: auto; 
	display: none;
	position: absolute;
	top: 100%;
	left: 15px;
	z-index: 9999999; 
	margin: 0;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px 5px;
}
#menu > li:hover > ul {
	display: block;
}
#menu li ul > li> a {
	width: auto;
	min-width: 160px;
	margin: 0;
	border-bottom: 2px dotted #ccdde8;
	padding: 8px 15px;
	text-align: left;
	line-height: normal;
	text-transform: none;
}
#menu ul li a:hover {}


/* Level 3 */
#menu > li > ul > li > ul {
	text-align: left;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 9999999;
	margin: 0;
	border-left: 1px solid #fff;
}
#menu > li > ul > li:hover > ul {
	display: block;
}
#menu ul ul li {}
#menu ul ul li a {
	width: 140px;
	margin: 0;
	border-top: 1px solid #FFF;
}
#menu ul ul li a:hover {}


#menu .current > a, #menu a:hover {
	color: #2e9de1;
}
#menu li#current ul li a {
	background-image: none !important;
    color: #d0dcfb !important;
	border-radius: 0;
}
#nav #current ul li a:hover {
	background-image: none !important;
    color: #d0dcfb !important;
}

#menu .current a {
	color: #2e9de1;
}
#menu a:hover {
	color: #2e9de1;
}

#menu a.menu {
    color: #fff !important;
}
#menu a.menual:hover {
    color: #d0dcfb !important;
}





#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;
	background: #959494;
	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: #f69240;
	color: #525151;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 12px 5px 0;
	border-radius: 5px;
	border: 0;
	padding: 6px 25px;
	font-weight: bold;
	cursor: pointer;
	line-height: 25px;
	border-radius:6px;
	padding: 5px 30px;
}
.login .btn:hover {
	color: #000;
	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 */
#menu .jmodedit, #slides .jmodedit, .footlogin a.jmodedit, .slicknav_menu 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: #f69240;
}
.quotediv a.jmodedit {
	border: 1px solid #6b6a6a;
	background: #6b6a6a;
	border-radius: 4px;
	padding: 4px 12px;
	color: #fff;
}
#footer a.jmodedit {
	border: 1px solid #6b6a6a;
	background: #6b6a6a;
	border-radius: 4px;
	padding: 4px 12px;
	color: #fff;
}

/* 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: 1220px) {


}


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

}
@media screen and (max-width: 995px) {
	
.leftcol, .rightcol {
	width: 92%;
	padding: 8px;
	float: none;
	margin: 15px auto;
}

}

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


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

}
@media screen and (max-width: 750px) {
	
.logo {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 100%;
	top: auto;
	right: auto;
	background: rgba(21,116,176,0.8);
}
.logo-cont, .strap h4 {
	text-align: center;
}
.logotitle, .strap {
	  width: 100%;
}
.site-search {
	width: auto;
	position: relative;
	top: auto;
	right: auto;
	padding: 10px 0;
	background: rgba(21,116,176,0.8);
	text-align: center;
}

/* portfolio */
.page-header {
	width: 100%;
	float: none;
	padding-top: 15px;
}
h5.tagfloat {
	clear: both;
	width: 100%;
}
.page-header h1[itemprop="headline"] {
  width: 100%;
  float: none;
}

/* tags */

ul.tags {
	display: none;

}
}
@media screen and (max-width: 650px) {
.footleft, .footright {
	width: 100%;
	float: none;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
}
.footright {
	padding-bottom: 15px;
}
.copyright {
	text-align: center;
}
body#home #footertop h4, #footertop h4 {
    text-align: center;
}
}
@media screen and (max-width: 640px) {

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

@media screen and (max-width: 580px) {
.button2 {
	width: 94%;
	display: block;
	margin: 10px 0 !important;
	text-align: center;
}
h1, h3 {
	font-size: 36px;
}
h2 {
	font-size: 34px;
}
h4 {
	font-size: 24px;
}

.summary p {
  font-size: 21px;
}
	
}
@media screen and (max-width: 480px) {
	
.strap h4 {
	margin-top: -18px;
	font-size: 17px;
	margin-left: 0;
}

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

}
/* Iphone 6  */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* 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: center;	
	}
	
}