#logo-content.logo a {
    background: url(images/logo/logo-lg.png);
    width: 380px;
    height: 113px;
    margin: 0 auto;
}
aside#sidebar {
    overflow: hidden;
}
.w-100 {
  width: 100% !important;
}
.relative {
  position: relative;
}
.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 100px;
}

.features p strong {
    color: #ef5350;
}

.main-nav a:hover, .main-nav .open a, .main-nav .open a:hover {
    color: #eb2629 !important;
    text-decoration: none;
}

#header .btn-demo, #header-home-register-scroll .btn-demo, #header-home-register-splash .btn-demo {
    background: #eb2629;
    color: #fff;
}

.blog-home {
    padding-bottom: 100px;
    padding-top: 50px;
}

.blog-home-intro {
    margin-bottom: 70px;
}

/* Footer */

#home + #footer {
    margin-left: 400px;
    background: #ef5350;
    padding-right: 40px;
    padding-top: 20px;
}

#footer p, #footer a {
    color: #fafafa;
}

#footer .sm-wrapper a, #footer .nav-footer-legal a {
    color: #fafafa;
}
#footer hr {
    border-color: #fff;
    opacity: .3;
}

#footer .copyright {
    text-align: center;
    font-size: 12px;
    color: #fafafa;
    margin: 0;
}

#home + #footer h3 {
    color: #fafafa;
    font-size: 18px;
}
/* Sidebar */

#sidebar.sidebar-time-summer-evening {
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(images/home-register/summer/bg-truck.jpg) center center no-repeat; */
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(images/home-register/summer/03.png) center center no-repeat;
    color: #fff;
}

/* Hero Slider */
#page-hero h1 {
    color: #ffffff;
}
#page-hero p {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 20px 0;
}
@media only screen and (max-width: 1215px) {
    #header-home-register-scroll {
        text-align: left;
    }
    .main-nav li {
        margin-right: 5px
    }
}
@media only screen and (max-width: 1015px) {
    .main-nav li {
       margin-right: 0
    }
}
@media only screen and (max-width: 767px){

    #cta-footer, #security {
        background-position: center right 0px;
    }
    #page-hero {
        margin-top: 70px;
    }

   #page-hero .container {
        background-color: rgba(0,0,0,.3);
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    } 
}

@media only screen and (max-width: 992px) and (min-width: 768px){

    #page-hero {
        background-position: center right -250px;
        background-position: center!important;
    }
}

.test {
    margin-left: 375px;
}
.footpull {
    z-index: 1;
    background: #ef5350!important;
    padding-right: 40px!important;
    padding-top: 20px!important;
}

#footer h3 {
    color: white;
    font-size: 16px;
}

.heading-color {
    color: #ef5350;
}

a {
    color: #ef5350;
    transition: all 0.3s ease;
}

a:hover {
    color: #231f1d;
}

/* Mc Donalds */

.button_container {
    position: fixed;
    left: 27px;
    top: 27px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #eb2629;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -4;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 7px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}

.overlay {
  position: fixed;
  background: #ef5350;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: list-item;
  position: relative;
  height: 100%;
  width: 100%;
}
.overlay ul li {
  display: block;
  /*height: 35px;
  height: calc(100% / 4);
  min-height: 50px;*/
  position: relative;
  opacity: 0;
  border-top: 1px solid white;
  color:white;
}

li.second-menu {
    padding-left: 30px;
}
ul.secondary-line {
    height: auto;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  padding: 15px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.button_container {
    display: none;
}

/* Responsive Queries */

@media only screen and (max-width: 992px){
    .button_container {
        display: block;
    }
    .test {
        margin-left: 0px;
    }
    .footpull {
        margin-left: 0px;
        background: #ef5350!important;
        padding-right: 40px!important;
        padding-top: 20px!important;
    }
    .no-mobile {
        display: none!important;
    }

    a#btn-register-mk {
        float: right;
        margin-right: 15px;
        padding: 5px;
        font-size: 12px;
        position: relative;
        top: 4px;
        z-index: 9;
    }

    li#menu-item-274 {
        position: relative;
        left: 50;
    }
}

.white {
    color: white!important;
}

/* Cleaning the house */ 

aside#sidebar {
    /* z-index: 10000; */
}

header#header-home-register-scroll {
    position: fixed;
    right: 0;
    width: 100%;
    background: white;
    top: 0;
    z-index: 1000;
}

header#header-home-register-scroll {
    border-bottom: 1px solid #ef5350;
}

#sidebar + #home {
    margin-left: 375px;
}

main#home {
    margin-top: 70px;
}

header.home-headline {
    padding-top: 30px;
}

#home + #footer {
    margin-left: 0;
}
#home #testimonials {
    background: #f7f7f7;
}
#home #testimonials h2 {
    margin-bottom: 60px;
}
.container.wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 30px;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 50px;
}

.test {
  margin-left: 375px;
}
.footpull {
    background: #ef5350;
    padding-right: 40px;
    padding-top: 20px;
    margin-top: 14rem;
    position: relative;
    width: 100%;
    bottom: 0}

/* About Section */

.team-left {
    float: left;
    margin: 7px 30px 20px 0
}

ul.gradient.team {
    width: 100%;
    display: grid;
    list-style: none;
}
ul.gradient.team li {
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px; 
}

ul.gradient li:nth-child(odd) {
    background-color: #f8f6f3;
    padding: 25px 30px;
    margin: 0 0 30px;
    border-radius: 3px;
    clear: both;
    display: table;
    background-color: #f8f6f3;
    background: -webkit-gradient(linear, left top, right top, from(#f27471), to(#ef5350));
    background: -webkit-linear-gradient(left, #f27471, #ef5350);
    background: -moz-linear-gradient(left, #f27471, #ef5350);
    background: -ms-linear-gradient(left, #f27471, #ef5350);
    background: -o-linear-gradient(left, #f27471, #ef5350);
}

ul.gradient li:nth-child(even) {
    padding: 25px 30px;
    margin: 0 0 30px;
    border-radius: 3px;
    clear: both;
    display: table;
    background-color: #f1eee7;
    background: -webkit-gradient(linear, left top, right top, from(#ef5350), to(#f27471));
    background: -webkit-linear-gradient(left, #ef5350, #f27471);
    background: -moz-linear-gradient(left, #ef5350, #f27471);
    background: -ms-linear-gradient(left, #ef5350, #f27471);
    background: -o-linear-gradient(left, #ef5350, #f27471);
}

h2.lead-in.nomargin {
    color: white;
}

p.khaki-tagline {
    color: white;
}

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

    ul.gradient.team {
      display: inline!important;
    }

    ul.gradient li:nth-child(even) {    
        width: 100%;
    }
    ul.gradient li:nth-child(odd) {
      width: 100%;
    }
}

.red-alert {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.corona-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eb2629;
    color: white;
    height: 30px;
    position: fixed;
    top: 71px;
    padding: 20px;
    text-align: center;
}

a.cod-more {
    color: #FFC107;
    margin-left: 5px;
}

  img.cod-img {
    width: 150px;
    height: auto;
    margin: auto;
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px;
}
.modal {
    z-index: 9999999999!important;
}
aside#sidebar {
    /* z-index: 1002!important; */
}
@media (min-width: 992px){
  .modal-lg {
      width: 900px!important;
      z-index: 9999!important;
  }
}

.col-md-8.corona-text {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}