.blog-pagination.pagination ul li a,
.breadcrumb a,
.btn,
.btn:active,
.btn:focus,
.btn:hover,
.cta-btn,
.featured-post a,
.findbystatebox li a,
.foot-col a,
.footer .social-icons li a,
.footer-nav li a,
.footphone a,
.fran-phone a,
.gallery-item a,
.gallery-item a:hover,
.headphone a,
.headphone a:active,
.headphone a:focus,
.headphone a:hover,
.home-boxes h3 a,
.home-featured-services ul li a,
.linkbtn,
.linkbtn:hover,
.logo a,
.post h1 a,
.post h2 a,
.post_info a,
.sidebox ul li a,
.social-icons a,
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover,
.social-icons li a,
.social-sharing a,
.top-links li a,
.top-links li a:active,
.top-links li a:focus,
.top-links li a:hover,
.wp-pagenavi a,
nav ul li a,
nav ul li a:hover,
.searchsite {
    text-decoration: none
}

.featured-post a:active,
.featured-post a:focus,
.featured-post a:hover,
.findbystatebox li a:hover,
.footer a:active,
.footer a:focus,
.footer a:hover,
.home-boxes h3 a:active,
.home-boxes h3 a:focus,
.home-boxes h3 a:hover,
.logo a:active,
.logo a:focus,
.logo a:hover,
.post h2 a:active,
.post h2 a:focus,
.post h2 a:hover,
.sidebox ul li a:active,
.sidebox ul li a:focus,
.sidebox ul li a:hover,
.wp-pagenavi a:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover {
    text-decoration: underline
}

form {
    margin: 0
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
	box-shadow:0px 8px 10px rgba(0,0,0,0.24);
}

img.alignleft {
	box-shadow:0px 8px 10px rgba(0,0,0,0.24);
    float: left;
    margin: 0 20px 20px 0
}

p {
    margin: 0 0 20px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #3C3C3C;
}

h1 {
    font-size: 2.0em
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.789em;
}

h4 {
    font-size: 1.579em;
}

h5 {
    font-size: 1.368em;
}

h6 {
    font-size: 1.053em;
}

ul {
    padding: 0
}
 .section-title{
font-size: 3.5em;
    }

a {
    color: #CC8613;
    text-decoration: underline;
    background-color: #fff;
}

body a {
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    color: #88664B;
    text-decoration: underline;
    background-color: #fff
}

body a:active,
body a:focus,
body a:hover {
    background-color: transparent
}

body {
   overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  line-height: 1.625em;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  color: #737373;
    font-weight: 500;
}

body,
html {
    height: 100%
}
.header {
position: relative;
	z-index: 9;
	float: left;
width: 100%;
padding: 25px 0px;
transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
}
.nav-hamburger,
.nav-hamburger-close{
    width: 37px;
  float: right;
    cursor: pointer;
    display: none;
}
.nav-hamburger span,
.nav-hamburger-close span{
    width: 100%;
  display: block;
  background: #483B2F;
  height: 4px;
  margin: 7px 0;
  border-radius: 3px;
}
.nav-mobile{
    display: none;
}
.nav-mobile .nav-hamburger-close{
  display: block;
  position: absolute;
  right: 20px;
  top: 26px;
  z-index:99;
}
.nav-mobile .nav-hamburger-close span:first-child{
    transform: rotate(41deg);
  transform-origin: 50% -5px;
}
.nav-mobile .nav-hamburger-close span:last-child{
   transform: rotate(-45deg);
  transform-origin: 0px 0px;
}








.topbar{
float: left;
  width: 100%;
  background: #F2EFEB;
  text-align: right;
  padding: 12px 0;
}
.nav-secondary{
float: left;
  width: 100%;
  clear: both;
  border-top: solid 2px rgba(136,102,75,0.25);
  border-bottom: solid 2px rgba(136,102,75,0.25);
  padding: 17px 0;
  position: relative;
  z-index: 4;
}
.nav-secondary ul{
display: flex;
  text-align: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  justify-content: center;
  border-right: solid 1px rgba(136,102,75,0.5);
}
.nav-secondary ul li{
 border-left: solid 1px rgba(136,102,75,0.5);
  width: 16.6%;
}
.nav-secondary ul li a{
text-decoration: none;
  color: #88664B;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  line-height: 1;
    position: relative;
}
.nav-secondary ul li a:hover,
.nav-secondary ul li a:focus{
  color: #CC8613;
}
.nav-secondary ul > li.current-menu-item a:before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(136,102,75,0.5);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.topbar p{
    margin: 0;
    text-align: left;
}
.topbar p a{ 
    color: #414141;
    font-weight: 400;
}
.topbar p a:hover,
.topbar p a:focus,
.topbar p a:active{ 
    color: #CC8613;
}
.logo-contact-row{
	   transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out
}
.wrapper-alt {
    position: relative;
    margin: 0 auto;
    width: 96%
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1160px;
    max-width: 1160px
}

.v-center {
    align-items: center
}

img {
    height: auto;
    outline: 0;
    vertical-align: middle;
    max-width: 100%
}

.topright {
   float: left;
text-align: right;
width: 100%;
}


.normal-search{
    position: relative;
}
.normal-search form{
    width: 100%;
}
.normal-search input[type="text"]{
background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  font-size: 1.05em;
  padding: 6px 15px;
  border: none;
  font-weight: 600;
}
.normal-search input[type="submit"]{
background: url("img/search-icon.svg") no-repeat;
  border: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 12px;
  background-size: cover;
  cursor: pointer;
}
.header .btn {
font-size:1.053em;
}
.logo{
position: relative;
}
.logo a{
display: block;
	position: relative;
	z-index: 1;
}
.social-icons {
    padding: 30px 0;
}

.social-icons a {
text-align: center;
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  position: relative;
  width: 23px;
  height: 23px;
  background: #fff;
  line-height: 23px;
  font-size: 1.0em;
  transition: all .5s ease 0s;
  border-radius: 5px;
}
.social-icons a:first-child {
margin-left: 0;
}
.social-icons a span {
    display: none
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #000;
    background: #CC8613
}

.headphone {
font-style: normal;
  position: relative;
  margin: 0 0 0 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.25em;
  text-align: right;
  vertical-align: middle;
}
.headphone strong{
  font-weight: 800;
  font-size: 0.731em;
  display: block;
}
/*.headphone:before {
    content: "\f2a0";
    font-family: Font Awesome\ 6 Free;
    font-weight: 700;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 0.90em;
  vertical-align: middle;
}*/

.headphone a {
    color: #414141;
}

.headphone a:active,
.headphone a:focus,
.headphone a:hover {
    color: #CC8613
}

.btn {
z-index: 1;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  white-space: normal;
  font-weight: 700;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1.0em;
  background: #CC8613;
  transition: all .5s ease 0s;
  border-radius: 10px;
}

.btn:focus,
.btn:hover {
    background: #58412E;
    color: #fff;
}
.btn.btn-alt{
	 background: #f5e2b2;
    color: #333;
}
.btn.btn-alt:hover,
.btn.btn-alt:focus,
.btn.btn-alt:active{
	 background: #560f2d;
	color: #fff;
}
.btn.with-arrow{
 padding-right: 50px;   
}
.btn.with-arrow:after{
content: "\f178";
font-family: Font Awesome\ 6 Free;
font-size: 1.0em;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin: 0 0 0 10px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #CC8613;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
     transition: all .5s ease 0s;
}

.main-nav {    
	text-align: right;
}

.menu-collapser {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    z-index: 1
}

.collapse-button {
    position: relative;
    width: 40px;
	border-radius: 5px;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    background-color: #560f2d;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button:focus,
.collapse-button:hover {
    background-color: #f5e2b2
}

.collapse-button:hover .icon-bar {
    background: #333
}

.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #fff;
    border-radius: 1px
}

ul.slimmenu {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

ul.slimmenu:after {
    clear: both
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}

ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu li {
    position: relative;
    padding: 0 23px;
    display: inline-block
}

ul.slimmenu > li.current-menu-item a:before{
content: "";
  width: 32px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -16px;
}
ul.slimmenu > li:last-child{
    padding-right: 0;
}
ul.slimmenu li a:hover{
    color: #CC8613;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    background:#292929;
}

ul.slimmenu li ul li {
    border-left: none;
    border-top:rgba(255, 255, 255, .20) solid 1px;
    display: block;
    padding: 0;
    float: none;
    clear: both
}

ul.slimmenu li ul li:first-child {
    border: none
}

ul.slimmenu li ul {
    padding: 10px 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 320px
}

ul.slimmenu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}

ul.slimmenu li a {
color: #414141;
  font-weight: 700;
  display: block;
  line-height: 1;
    position: relative;
  text-decoration: none;
  transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -webkit-transition: background-color .5s ease-out;
  font-size: 0.875em;
  text-transform: uppercase;
}

ul.slimmenu li ul li a {
    padding: 5px 20px;
    border: none;
	color: #fff;
}

ul.slimmenu li li .sub-toggle {
    top: 4px;
    right: 16px;
	color: #fff;
    transform: rotate(-90deg)
}

ul.slimmenu li:hover>a {
    text-decoration: none;
}

ul.slimmenu li a:active,
ul.slimmenu li a:focus,
ul.slimmenu li a:hover {
    text-decoration: none;
    color: #CC8613;
}

ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    font-size: 0.700em
}

ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    vertical-align: middle
}


.home-slider-container {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -67px;
}

.home-slider {
    clear: both;
    float: left;
    position: relative;
    width: 100%
}

.slick-arrow {
border: solid 1px #414141;
position: absolute;
top: 50%;
padding: 0;
color: #414141;
transition: all .5s ease 0s;
background: none;
z-index:3;
font-size: 1.1em;
cursor: pointer;
margin: -25px 0 0 0;
width: 50px;
height: 50px;
border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-arrow:hover {
 color:#fff;
 background:#CC8613;
    border-color: #CC8613;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slick-dots li {
    line-height: normal;
    margin: 0 4px;
    list-style-type: none;
    display: inline-block
}

.slick-dots li button {
    text-indent: -9999px;
    width: 14px;
    padding: 0;
    height: 14px;
    border-radius: 100%;
    border: none;
    background: #e6e6e6;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #560f2d
}
.home-slider .slick-dots li button:hover,
.home-slider .slick-dots li.slick-active button {
    background: #560f2d
}
.home-slider .slick-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.home-slider .slick-prev {
    left: 20px
}

.home-slider .slick-next {
    right: 20px
}
.home-slider img {
    width: 100%;
    display: block;
    margin: 0 auto
}
.slider-text .wrapper{
	
}

.slider-text {
width: 100%;
margin: 0;
position: absolute;
left: 0;
top: 0;
padding: 0;
height: 100%;
    text-align: center;
display: flex;
align-items: center;
z-index: 3;
    background: rgba(0,0,0,0.45);
}

.slider-text h1 strong,
.slider-text h2 strong{
    font-weight: 700
}

.slider-text h1,
.slider-text h2{
font-size: 3.5em;
  color: #fff;
  font-weight: 800;
    margin-bottom: 30px;
}
.slider-text h3{
font-size: 3.684em;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.50);
  font-weight: 900;
}
.slider-text .normal-search{
    margin-right: 10px;
    max-width: 215px;
}

.slider-text p {
color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.micro .slider-text h2 {
color: #fff;
  font-weight: 600;
  margin-bottom: 0;
    font-size: 1.1em;
}
.banner-cta{
flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}



.homeform {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.homeform .featurebox {
    float: right;
    width: 30%;
	top: -116px;
	overflow-x: clip;
}

.featurebox-outer{
border: solid 1px #483B2F;
  float: left;
  width: 530px;
  border-radius: 26px;
  padding: 12px;
  margin: 50px 0 50px 50px;
}
.featurebox {
float: left;
  width: 100%;
  position: relative;
  padding: 50px 40px;
  background: #483B2F;
  border-radius: 26px;
  color: #fff;
}

.featurebox input[type=email],
.featurebox input[type=text],
.featurebox input[type=tel],
.featurebox select,
.featurebox textarea {
color: #fff;
  opacity: 1;
  margin: 0;
  font-weight: 400;
  background: #2B1F17;
  border: none;
  transition: padding .5s ease-out;
  -o-transition: padding .5s ease-out;
  -moz-transition: padding .5s ease-out;
  -webkit-transition: padding .5s ease-out;
  border-radius: 5px;
  font-style: italic;
  font-size: 1.0em;
}

.featurebox label {
   font-weight: 500;
  display: block;
  font-size: .889em;
}

.featurebox select {
    -moz-appearance: none;
    -webkit-appearance: none
}
.featurebox h2 {
display: block;
  font-size: 2.5em;
  text-align: center;
  position: relative;
  color: #fff;
}

.featurebox h2 span{
background:#3d3d3d;
display:inline-block;
padding:0 30px;	
}
.featurebox h4 {
    color: #fff;
    font-size: .889em;
    font-weight: 700;
    margin: 0 0 18px;
    padding: 0 0 14px 0
}

.featurebox-inner {
    float: left;
    width: 100%;
}

.featurebox .btn{
font-size: 1.0em;
  margin: 0 auto;
  display: block;
  min-width: 160px;
}

.featurebox .form-row img {
    vertical-align: middle
}

.form-row {
	margin-top: 15px;
}

.form-full textarea {
    padding-left: 3.5%;
    padding-right: 3.5%
}

.form-row textarea {
    height: 95px
}

.banner-inner {
float: left;
width: 100%;
position: relative;
color: #fff;
}

.banner-inner .container,
.banner-inner .wrapper {
    position: relative;
	z-index: 1;
}

.banner-inner h1,
.banner-inner p {
margin: 0;
  color: #fff;
  font-size:3.5em;
  text-align: center;
  width: auto;
  display: block;
}
.banner-inner h1 span,
.banner-inner h2 span,
.banner-inner p span {
border-bottom:solid 1px rgba(255,255,255,0.3);
border-top:solid 1px rgba(255,255,255,0.3);
display:inline-block;
padding: 10px 20px;
}
.overlay-black {
background: rgba(0,0,0,0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 0 0 0;
}
.banner-text {
    bottom: 30px;
    color: #fff;
    left: 30px;
    position: absolute
}

.banner-text h1 {
    color: #fff;
    font-size: 58px;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: rgba(101, 174, 69, .77)
}

.banner-text p {
    color: #fff;
    font-size: 1.556em;
    line-height: 38px;
    margin-bottom: 15px;
    width: 36%
}

.banner-text cite {
    color: #fff;
    font-style: normal;
    font-size: 28px
}

.banner-text cite span {
    color: #fed403
}

.banner-inner .featurebox {
    position: relative;
    float: right;
    width: 27%
}

.banner-inner .featurebox h2 {
    background: rgba(101, 174, 69, .75)
}

.banner-inner .featurebox-inner {
    background: rgba(244, 244, 244, .75)
}

.banner-inner img {
   height: inherit;
margin: 0 auto;
display: block;
}

.banner-inner .container {
    position: relative
}

.breadcrumb-bar {
z-index: 1;
float: left;
width: 100%;
padding: 10px 0;
color: #292929;
margin-top: 0;
position: relative;
background:#e6dfcd;
font-size:0.889em;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: no-repeat;
    border-radius: inherit
}

.breadcrumb li {
line-height: normal;
list-style-type: none;
margin: 0;
font-weight: 400;
display: inline-block;
text-shadow: 0 1px 0 rgba(255,255,255,0.29);
}

.breadcrumb>.active {
    color: #292929;
	font-weight: 700;
}

.breadcrumb a {
    color: #292929
}

.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #0052a1
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #231f20;
    content: "\f105";
    font-family: Font Awesome\ 6 Free;
    font-weight: 600;
	font-size: 0.7em;
}

#searchform {
    display: none;
    background: #d2232a;
    color: #fff
}

#searchform .btn {
    margin-top: 10px;
    display: block;
    width: 100%
}

#searchform .btn:active,
#searchform .btn:focus,
#searchform .btn:hover {
    background: #000;
    color: #fff
}

.home-slider .slick-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#560f2d+50,000000+100&0.5+0,0.5+100 */
background: linear-gradient(to right,  rgba(86,15,45,0.5) 0%,rgba(86,15,45,0.5) 50%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.top-links {
    margin: 0;
    padding: 0
}

.top-links li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 5px
}

.top-links li a {
    color: #092f57
}

.top-links li a:active,
.top-links li a:active .fas,
.top-links li a:focus,
.top-links li a:focus .fas,
.top-links li a:hover,
.top-links li a:hover .fas {
    color: #d2232a
}
.searchsite span{
display:none;	
}
.searchsite{
color: #d2232a;
border-left: #444 solid 2px;
padding-left: 15px;
display: inline-block;
vertical-align: middle;
}
.searchsite:hover,
.searchsite:focus,
.searchsite:active{
color: #1b75bc;
}


.cta-footer {
    float: left;
    width: 100%;
    background: #58412E;
    padding: 70px 0;
	text-align:center;
}

.cta-footer h3{color:#fff;}
.cta-footer p{color:#fff;}

@media screen and (max-width: 1199px) {
	.menu-collapser {display:none!important;}
	    ul.slimmenu {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 0 !important;
    }
}


