/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1279px) {
	#header {height: 200px;}
}

@media (min-width: 1200px) {
	.container { max-width: 970px; }
	#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: 940px;
	}
}

@media (min-width: 1280px) {
	.container { max-width: 1250px; }
	#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: 1220px;
	}
}

body {
    color: #444;
}
body,
.dropdown-menu {
    font-size: 1rem;
}
a, a.sjes {
    color: #b79949;
}
a:hover {
    color: #5f7a98;
}
a.sjes:hover {
    color: #096204;
}

p.text-lead {
    font-size: 1.2rem;
}
p.text-small {
    font-size: 0.8rem;
}

.topmargin-xsm {
    margin-top: 10px !important;
}

.button-sjc {
    background-color: #b79949;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button-sjc:hover {
    background-color: #5f7a98;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button-sj {
    background-color: #5f7a98;
}
.button-3d.button-sj:hover,
.button-reveal.button-sj:hover,
.button-border.button-sj:hover,
.button-border.button-sj.button-fill:before {
    background-color: #5f7a98 !important;
}

.button-sjes {
    background-color: #096204;
}
.button-3d.button-sjes:hover,
.button-reveal.button-sjes:hover,
.button-border.button-sjes:hover,
.button-border.button-sjes.button-fill:before {
    background-color: #096204 !important;
}

.button-border.button-sjc {
    color: #b79949;
    border-color: #b79949;
}
.button-border.button-sjc.button-fill:before{background-color: #b79949;}

.button-border.button-sj {
    color: #5f7a98;
    border-color: #5f7a98;
}

#logo img {
    display: block;
    max-width: 75%;
}

#logo img {
    display: inline;
    max-width: 75px;
    max-height: 90px;
    margin-right: 10px;
}

#logo a.standard-logo {
    display: inline;
}

.logo-container {
    max-width: 269px;
    display: flex;
    align-items: center;
}

#logo span.logo-text {
    color: #5f7a98;
    font-size: 0.77rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {height: 60px;margin-top: 5px;margin-right: 5px;}
/*#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo span {font-size: 1.5rem;top: 3px;}*/

#top-bar {
/*	border-bottom: 1px solid #7f0000; */
	height: 30px;
	line-height: 29px;
	font-size: 11px;
	background-color:#fff;
    top: 0;
    width: 100%;
    z-index: 210;
}
@media (min-width:992px) {
    #top-bar{position: fixed;}
    #header-wrap {margin-top: 30px;}
}

.top-links ul li {
  height: 29px;
}

.top-links ul li:first-child,
.top-links ul ul li {
  border-left: 1px solid #eee !important;
}

.top-links li > a {
  font-weight: 600;
  height: 29px;
  /*	color: #fff; */
}

.top-links li > a:hover {
  font-weight: 600;
  height: 29px;
  background-color: #5f7a98;
  color: #fff;
}

.top-links ul div.top-link-section {
  top: 29px;
}

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
  height: 29px;
  line-height: 29px;
}

#top-social li a {
  width: 27px;
  height: 30px;
  /*	color: #fff; */
}

#top-social li .ts-icon {
  width: 27px;
  font-size: 12px;
  text-align: center !important;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
  font-weight: 400;
}

#primary-menu ul li > a {
  padding: 39px 8px;
}

#primary-menu ul li ul:after {
  padding-bottom: 5px;
}

#primary-menu ul ul li > a {
  color: #555;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
}

#primary-menu ul ul li:hover > a {
  font-weight: 400;
  background-color: #f3eeee;
}

#primary-menu.style-3 > ul > li > a {
  border-radius: 3px;
}

#primary-menu.style-3 > ul > li:hover > a {
  color: #5f7a98;
  font-weight: 400;
}

#primary-menu.style-3 > ul > li.current > a {
  color: #fff;
}

#top-search form input {
  font-size: 24px;
  color: #5f7a98;
  font-weight: 700;
}

#top-search form input::-moz-placeholder {
  color: #5f7a98;
}
#top-search form input:-ms-input-placeholder {
  color: #5f7a98;
}
#top-search form input::-webkit-input-placeholder {
  color: #5f7a98;
}

.entry-image-mega {
  margin-bottom: 20px;
}

.ipost .entry-title h4 {
  font-size: 14px;
  font-weight: 400;
}

#primary-menu .portfolio-5 .portfolio-desc h3 {
  font-size: 15px;
}
#primary-menu .portfolio-5 .portfolio-desc span {
  font-size: 13px;
}

#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap {
  top:100px;
}

#page-menu nav li a {
  border-radius: 5px;
}

#page-menu nav li:hover a,
#page-menu nav li.current a {
  background-color: rgba(0, 0, 0, 0.25);
}

.title-in-menu {
    font-size: 18px;
    line-height: 1.2;
}

#page-title {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #ddd;
}

.team-title h4 {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px !important;
}

.team-title span {
  color: #5f7a98;
  font-weight: 400;
  font-family: "Lato";
  font-size: 13px;
}

.btn-danger {
  color: #fff;
  background-color: #b79949;
  border-color: #b79949;
}

.btn-danger:hover {
  color: #fff;
  background-color: #967d3c;
  border-color: #967d3c;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 187, 129, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #967d3c;
  border-color: #967d3c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 187, 129, 0.5);
}

.widget > h4 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #5f7a98;
}

.widget > h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  color: #5f7a98;
  text-transform: uppercase;
}

.widget > .entry:after {
  margin-top: 20px !important;
}

.slider-caption,
.flex-caption {
  left: 50px;
  max-width: 80%;
}

.slider-caption h2 {
  font-size: 2rem;
  font-weight: 600;
}

.slider-caption p {
  font-size: 20px;
}

.swiper_wrapper .swiper-slide {
  border-right: 1px solid #fff;
  /* border-left: 1px solid #fff; */
}

.sidebar-widgets-wrap .widget:first-child {
  padding-top: 30px;
}

.emphasis-title h1,
.emphasis-title h2 {
  font-size: 60px;
  letter-spacing: -2px;
}

@media (min-width: 1200px) {
  .slider-caption,
  .flex-caption {
    max-width: 70%;
    left: 100px;
  }
}

@media (max-width: 1199px) {
  #page-submenu-trigger {
    opacity: 1;
    pointer-events: auto;
    color: #fff;
  }
  #page-menu.pagemenu-active #page-submenu-trigger {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #page-menu nav {
    display: none;
    position: absolute;
    float: none;
    width: 250px;
    top: 49px;
    left: auto;
    right: 15px;
    height: auto;
    background-color: #5f7a98;
    z-index: 11;
  }
  #page-menu.pagemenu-active nav {
    display: block;
  }
  #page-menu nav ul {
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #page-menu nav li {
    float: none;
  }
  #page-menu nav li a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
  }
  #page-menu ul ul {
    position: relative;
    width: auto;
    top: 0;
    background-color: transparent;
  }
  #page-menu ul ul a {
    padding-left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .emphasis-title h1,
  .emphasis-title h2 {
    font-size: 54px !important;
  }
}

@media (max-width: 991.98px) {
  .emphasis-title h1,
  .emphasis-title h2 {
    font-size: 42px !important;
  }
  .swiper_wrapper .slider-caption h2 {
    font-size: 1.75rem;
  }
  .swiper_wrapper .slider-caption p {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .emphasis-title h1,
  .emphasis-title h2 {
    font-size: 42px !important;
  }
  form .col_full {
    margin-bottom: 0px !important;
  }
}

.feature-box p.dark {
  color: #fff;
}

.clients-grid li a {
  opacity: 0.5;
}

.clients-grid li a.banner { opacity: 1; }

label {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

h1 > span.seccolor,
h2 > span.seccolor,
h3 > span.seccolor,
h4 > span.seccolor,
h5 > span.seccolor,
h6 > span.seccolor {
  color: #b79949 !important;
}

.seccolor {
  color: #b79949 !important;
}

ul.indent {
  margin-left: 3rem;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dark label {
  color: #ffffff;
}
.dark .form-control:not(.not-dark) {
  color: #666;
  background-color: #fff;
  border-color: #f3dddd;
}
.dark .form-control:not(.not-dark) option {
  background-color: #fff;
}
.dark .form-control:not(.not-dark):active,
.dark .form-control:not(.not-dark):focus {
  background-color: #fff;
  border-color: #fff !important;
}
.dark .form-control:not(.not-dark)::-moz-placeholder {
  color: #666;
}
.dark .form-control:not(.not-dark):-ms-input-placeholder {
  color: #666;
}
.dark .form-control:not(.not-dark)::-webkit-input-placeholder {
  color: #666;
}

.dark .line,
.dark .double-line {
  border-top-color: rgba(255, 255, 255, 0.6);
}

#footer .footer-widgets-wrap {
  position: relative;
  padding: 50px 0 30px 0;
}

.footer-logo {
  margin-bottom: 15px;
  max-width: 120px;
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
  color: #aaa !important;
}
#footer.dark,
.dark #footer {
  background-color: #5f7a98;
  color: #ffffff;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.dark #copyrights {
  color: rgba(255, 255, 255, 0.6);
}

.dark #copyrights i.footer-icon {
  color: rgba(255, 255, 255, 0.6);
}

.dark .copyright-links a {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.dark .copyright-links a:hover {
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.dark .btn-outline-light {
  color: #ddd;
  border-color: #ddd;
}

.dark .btn-outline-light:hover {
  color: #5f7a98;
}

.dark .btn-outline-light:hover {
  color: #5f7a98;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.button-white {
  color: #5f7a98;
}

.wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}
.wp-block-media-text .has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  padding: 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wp-block-button {
  display: inline-block;
  width: 270px;
  max-width: 100%;
  color: inherit;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
    .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 41.1764705882rem;
  /* Aspect ratio */
  margin-bottom: 1.7647058824rem;
}
.map .jrs-map {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 24;
}
.map .jrs-map .cls-1 {
  transition: all 0.4s ease-in-out;
}
.map .jrs-map text {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
}
.map .jrs-map a .cls-11,
.map .jrs-map a .cls-13,
.map .jrs-map a .cls-2,
.map .jrs-map a .cls-7 {
  fill: #747676;
  transition: all 0.4s ease-in-out;
}
.map .jrs-map a:hover .cls-11,
.map .jrs-map a:hover .cls-13,
.map .jrs-map a:hover .cls-2,
.map .jrs-map a:hover .cls-7 {
  font-weight: 600;
  fill: #323234;
}

.map-overlay__close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.map-contain {
  display: none;
  max-width: 82.3529411765rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.5em) {
  .map-contain {
    display: block;
  }
}

.map-overlay__region {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  height: auto;
  left: 50%;
  top: 0;
  margin-left: -35%;
  transition: all ease-in-out 0.3s;
  background-color: white;
  width: 70%;
  z-index: 35;
}

.map-overlay--closed {
  display: none;
}

.map-overlay {
  position: absolute;
  width: 100%;
  top: 3.5294117647rem;
}

.map-overlay__top {
  text-align: center;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem;
}

.map-overlay__title a {
  text-decoration: none;
  color: #164b91;
}

.map-overlay__regions {
  padding: 1.7647058824rem;
}

.map-regions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.map-regions li::before {
  display: none;
}
.map-regions a {
  text-decoration: none;
  color: #164b91;
}
.map-regions a:hover,
.map-regions a:focus {
  font-weight: bold;
}
.map-regions li {
  text-transform: uppercase;
  margin-bottom: 0.5882352941rem;
}
.map-regions ul li {
  text-transform: none;
  padding-left: 0.5882352941rem;
  margin-bottom: 0.3529411765rem;
}
.map-regions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.map-regions ul li::before {
  display: none;
}

.map-overlay__data {
  background-color: #dc7d11;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5882352941rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.map-overlay__fact {
  text-align: center;
}

/*@media (min-width: 992px) {

	#header.transparent-header + #slider,
	#header.transparent-header + #page-title.page-title-parallax,
	#header.transparent-header + #google-map,
	#slider + #header.transparent-header {
		top: -90px;
		margin-bottom: -90px;
	}

	#header.transparent-header.floating-header + #slider,
	#header.transparent-header.floating-header + #google-map {
		top: -150px;
		margin-bottom: -150px;
	}

	#header.transparent-header + #page-title.page-title-parallax .container { padding-top: 90px; }

	#primary-menu ul li > a {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	#top-search,
	#top-cart,
	#side-panel-trigger {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	#top-cart .top-cart-content { top: 55px; }

	#header,
	#header-wrap,
	#logo img { height: 90px; }

	#header.sticky-header:not(.static-sticky),
	#header.sticky-header:not(.static-sticky) #header-wrap,
	#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; }

	#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	#header.sticky-header:not(.static-sticky) #top-search,
	#header.sticky-header:not(.static-sticky) #top-cart,
	#header.sticky-header:not(.static-sticky) #side-panel-trigger {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content,
	#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div #top-cart .top-cart-content { top: 40px; }

}*/

/* NEW STYLES WEDOO */
.content-wrap {padding:0px;}

/* SLIDER */
.swiper-slide-overlay:before{position:absolute;content:"";width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}
/* SLIDER */

/* VIDEO */
.play-video {width: 100%;}
.entry-image.cut i {position: absolute; font-size: 17px; width: 70px; height: 70px; color:#5f7a98; background:#FFF; left:50%; margin-left: -35px; top:50%; margin-top:-35px; text-align: center; line-height: 70px; border-radius: 70px; -moz-border-radius:70px; -webkit-border-radius: 70px;}
/* VIDEO */

/* IMAGES CUT */
.cut {
    height: 0;
    padding-bottom: 65.744681%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #e2e2e2;
}

.cut img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
}

.cut a {position: static;}

.cut-900 {padding-bottom: 69%;}
.cut-square {padding-top: 35%;}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {height: 100%!important}

.mpost .entry-image img,
.spost .entry-image img {height: 100%!important; width: 100%!important}
.mpost .entry-image {height: auto!important}

.mpost .entry-image.cut-900 {padding-bottom: 10%;}
.mpost {margin-bottom: 20px!important;}

.flex-control-paging .cut.cut-900 {padding-bottom: inherit;height: auto;}
/* IMAGES CUT */


/* Pagination */
.paginate-this ul {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.paginate-this ul li {list-style: none; display: inline-block; margin:0;}
.paginate-this span,
.paginate-this a {
	position: relative;
    display: block;
    width:40px;
    height: 40px;
    margin-left: -1px;
    line-height: 40px;
    color: #5f7a98;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    text-align: center;
}
.paginate-this a i {font-size: 12px;}

.paginate-this a:hover,
.paginate-this span:not(.dots) {color:#FFF; background:#5f7a98}
/* Pagination */

.si-whatsapp:hover, .si-colored.si-whatsapp {
    background-color: #00cf0f !important;
}

/* Mega Menu Adjustments */
.mega-menu .post-grid .entry{margin-bottom: 0;}
.mega-menu .post-grid .entry:after{content:none;}


/* Document */
#documents .entry.clearfix .container{height: 77px;}

.mega-menu-column h4 i {font-size: 11px; margin-left: 8px;}
.mega-menu-column h4 {line-height: normal;}

/* Media page */
.media-grid .post-grid.grid-3 .entry{min-height: 440px;}
.media-grid .post-grid.grid-3 .entry-title h2{text-transform:none;}
.media-grid a.page-numbers.current {color: #FFF;background: #5f7a98;}

/* Meta */
.entry-meta li {word-break: break-word;display: contents;}

/* Reflections */
.ref-abstract, .ref-disclaimer {border: solid 2px #5f7a98;border-radius: 10px;background-color: #f5f5f5;}

/* Responsive Adjustments */
#logo a.standard-logo {
    display: inline-block;
    /*width: 100%;*/
}

@media only screen and (max-width: 991px) {
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
	    color: #7f0000 !important;
	}
}

/* Extra small devices (phones, 600px and down) */

#top-search a {}

@media only screen and (max-width: 1279px) {
	#logo {
		display: block;
		height: 100px;
		float: none;
		margin: 0 auto 0 !important;
		max-width: none;
		text-align: center;
		border: 0 !important;
		padding: 0;
	}
	.sticky-header #logo {display: none;}
}


@media (max-width: 991.98px){
	#top-search a {
		right: 20px;
	}
}

@media only screen and (max-width: 600px) {
	/*#logo a.standard-logo {width: auto; width: -webkit-fill-available;}*/

	.breadcrumb {
		position: relative !important;
		width: 100% !important;
		top: 50% !important;
		left: 2px !important;
		right: 15px !important;
		margin: 20px 0 0 0 !important;
		background-color: transparent !important;
		padding: 0 !important;
		font-size: 12px;
	}

	.container, #header.full-header .container, .container-fullwidth {
	    width: 100% !important;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}
	#top-search a {right: 15px;}
	#primary-menu-trigger { left: 0px; }
	/*#logo img {height: 48px;}*/
	.top-links li > a {font-size: 7px;}

	.slider-arrow-left, .slider-arrow-right, .flex-prev, .flex-next, .slider-arrow-top-sm, .slider-arrow-bottom-sm {width: 30px; height: 30px; margin-top:-15px;}

	.slider-arrow-left i, .slider-arrow-right i, .flex-prev i, .flex-next i, .slider-arrow-top-sm i, .slider-arrow-bottom-sm i {
		line-height: 30px;
		width: 21px;
		height: 30px;
		color: #DDD;
		color: rgba(255,255,255,0.8);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		font-size: 24px;
		text-align: center;
		margin-left: 5px;
	}

	.swiper_wrapper .slider-caption h2 {font-size: 1.0rem;}
	.text-overlay-title h2 {font-size: 18px;}

	.fslider[data-thumbs="true"] .flex-prev, .fslider[data-thumbs="true"] .flex-next {
		margin-top: -30px;
	}
	.col_full {margin-bottom: 20px!important}

	.sidebar-widgets-wrap .widget {
		padding-top: 20px;
		border-top: 1px solid #EEE;
	}

	.emphasis-title h1, .emphasis-title h2 {
		font-size: 28px !important;
	}
	.emphasis-title p { font-size: 15px; }
}


@media (max-width: 576px){
	.container {
		max-width: 577px;
	}
}
/* Responsive Adjustments

/* NEW STYLES WEDOO */
