/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 19, 2018, 5:10:57 PM
    Author     : Lenovo
*/

@font-face {
  font-family: "ABCDiatype-Bold";
  src: url("../live-web/fonts/ABCDiatype-Bold.woff");
  font-weight: normal;
  font-style: normal;
}

.d-none {
  display: none;
}

.p-0 {
  padding: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

header#header {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.header-footer-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100% !important;
  padding: 0 !important;
}

.header-footer-border-top {
  border-top: 1px solid #000;
}

.header-footer-border-bottom {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 1470px) {
  .header-footer-container {
    min-width: 80%;
  }
}

@media screen and (max-width: 1470px) {
  header#header.normal-menu.display-desktop-menu {
    padding: 0 15px 0 15px;
  }

  header#header.normal-menu.display-desktop-menu .header-menu-bar {
    margin-bottom: 15px;
  }
}

a:hover {
  background: none;
}

header#header .logo img {
  margin-top: 30px !important;
  margin-bottom: 15px;
}

header#header .site-logo img {
  max-height: 102px;
  width: 188px;
}

header#header .arm-logo {
  height: 66px;
  width: auto;
  padding-right: 10px;
}

/*Navigation*/
.border-top {
  border-top-color: #ddd;
}

.navbar {
  padding: 0;
}

header#header ul.navbar-nav {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: space-between;
}

header#header ul.navbar-nav li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
  text-transform: uppercase !important;
  letter-spacing: 0;
}

header#header ul.navbar-nav li a.nav-link {
  font-family: "ABCDiatype-Bold" !important;
  padding: 15px !important;
  font-size: 14px !important;
  margin-bottom: 4px;
  line-height: normal;
  display: block;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  color: #000;
}

header#header ul.navbar-nav li a.nav-link::after {
  display: none;
}

header#header ul.navbar-nav li:hover ul.sub-menu {
  display: block;
}

header#header ul.navbar-nav li ul.sub-menu {
  box-shadow: none;
  border: 0;
  border-top: none;
  border-bottom: none;
  margin: 0;
  background: #ffffff !important;
  position: absolute;
  display: none;
  left: 15px;
  top: 51px;
  padding: 10px 0 !important;
  width: auto !important;
  z-index: 100;
}

header#header ul.navbar-nav li ul.sub-menu li {
  padding: 0 17px !important;
}

header#header ul.navbar-nav li ul.sub-menu li a {
  font-family: "ABCDiatype-Bold" !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  display: block;
  min-width: 15rem !important;
  text-decoration: none;
  line-height: 25px;
  color: #000 !important;
  text-align: left;
}

header#header ul.navbar-nav li ul.sub-menu li a:hover {
  background-color: transparent;
}

header#header ul.navbar-nav li ul.sub-menu li:hover a {
  background: none;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: currentcolor;
  text-underline-offset: 4px !important;
}

.banner-img {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  padding: 6% 0 !important;
}

/*footer*/

footer#footer {
  height: auto;
  padding: 0 !important;
  margin-top: 20px;
  background-color: #fff;
  color: #000;
}

footer#footer.bg-black {
  color: #fff;
}

footer#footer section:first-of-type {
  padding-top: 0px !important;
}

footer#footer .footer_menu {
  width: 100%;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

footer#footer .footer_menu .newsletter {
  padding: 12px 15px 11px 15px;
  margin-right: 16px;
}

footer#footer .footer_menu .newsletter span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 11px;
  line-height: 15.5px;
  font-size: var(--font-size-small-x);
}

footer#footer .footer_menu .newsletter form.mail-signup {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  vertical-align: text-bottom;
  max-height: 27px;
}

footer#footer .footer_menu .newsletter form.mail-signup input {
  display: inline;
  margin-bottom: 0;
  width: 100%;
  padding-left: 12px;
  min-height: 100%;
  font-size: var(--font-size-small-x);
  min-width: 100%;
  height: 29px;
  line-height: 12px;
}

footer#footer .footer_menu .newsletter form.mail-signup a.submit {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  display: table-cell;
}

footer#footer .footer_menu .newsletter form.mail-signup input.hidden_submit {
  background: none;
  padding: 0;
  width: 41px;
  height: 29px;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

footer#footer .footer_menu .newsletter form.mail-signup input.hidden_submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer#footer .footer_menu>.header-footer-container {
  padding: 0 !important;
}

footer#footer .footer_menu>.header-footer-container #nav-wrap>.header-footer-container {
  padding: 0 !important;
}

footer#footer .footer_menu .header-footer-container .row {
  display: flex;
  align-items: center;
  margin: 0;
}

footer#footer .footer_menu .socialfollow-icon {
  display: flex;
  align-items: center;
  float: right;
  margin-right: -10px;
}

footer#footer .footer_menu .socialfollow-icon a {
  padding: 0 10px;
}

footer#footer .footer_menu .socialfollow-icon a img {
  width: 22px;
  height: auto;
}

footer#footer .footer_menu .footer-subscribe {
  margin-right: 30px;
}

footer#footer .footer_menu .footer-subscribe a:hover {
  text-decoration: none;
}

footer#footer .footer_menu .footer-subscribe input {
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  width: 250px;
  padding: 0;
  line-height: 100%;
  font-size: 14px;
  background: transparent;
  font-family: "ABCDiatype-Bold";
  font-weight: 700;
  outline: none !important;
  box-sizing: none !important;
  cursor: pointer;
  caret-color: transparent;
  color: #000 !important;
  min-width: 210px;
  max-width: 100%;
  min-height: 36px;
  display: block;
}

footer#footer .footer_menu .footer-subscribe input:focus {
  box-shadow: none;
}

footer#footer.bg-black .footer_menu .footer-subscribe input {
  border-bottom: 1px solid #fff;
}

footer#footer .footer_menu .menu-item a {
  font-family: "ABCDiatype-Bold" !important;
}

footer#footer .footer_menu ul#nav2 {
  justify-content: space-between;
  padding: 0;
}

footer#footer .footer_menu ul#nav2 li a {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-family: "ABCDiatype-Bold" !important;
  font-size: 14px;
  padding: 15px 0;
  color: #000;

}

footer#footer .footer_menu ul#nav2 li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentcolor;
  text-underline-offset: 4px;
}

footer#footer .footer_partners_container {
  padding-bottom: 180px !important;
  border-top: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}

footer#footer .footer_partners_container .advertising {
  padding: 10px 15px 0 15px;
}

footer#footer .footer_partners_container .advertising .partner-title {
  font-size: 14px;
  font-family: "ABCDiatype-Bold" !important;
  color: #000 !important;
  margin-bottom: 30px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

footer#footer.bg-black .footer_partners_container .advertising .partner-title {
  color: #fff !important;
}

footer#footer .footer_partners_container .advertising .partner-image img {
  max-height: 40px;
  width: auto;
  height: 100%;
  text-align: left;
}

footer#footer .footer_partners_container .advertising .partner-image {
  text-align: left;
}

footer#footer .footer_partners_container .advertising .partner-image img.julius {
  max-height: 49px;
  top: -3px;
  position: relative;
}

footer#footer .footer_partners_container .advertising .partner-image img.paiget {
  max-height: 42px;
  padding: 0px 0;
  position: relative;
  top: 3px;
}

footer#footer .footer_partners_container .advertising .partner-image img.huna {
  max-height: 59px;
  position: relative;
  top: -15px;
  left: -23px;
}

footer#footer .footer_partners_container .advertising .partner-image img.dubai {
  max-height: 47px;
  position: relative;
  top: -1px;
}

footer#footer .footer_partners_container .advertising .footer-bottom-text {
  font-family: "ABCDiatype-Bold" !important;
  margin-top: 60px;
  color: #000 !important;
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 1470px) {
  footer#footer {
    padding: 0 !important;
  }

  footer#footer .footer_partners_container .advertising {
    padding: 10px 15px 20px 15px;
  }
}

@media screen and (max-width: 1200px) {
  footer#footer .footer_menu .header-footer-container .row {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header-submenu-bar {
    display: none;
  }
  
  footer#footer {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  footer#footer .footer_menu {
    padding: 0 15px;
    background-color: transparent;
  }

  footer#footer .footer_partners_container {
    padding-bottom: 180px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  footer#footer .footer_menu .header-footer-container .row {
    display: block;
  }

  footer#footer .footer_partners_container .header-footer-container > .row {
    display: contents;
  }

  footer#footer .footer_partners_container .advertising .footer-bottom-text {
    text-align: left;
  }

  footer#footer .footer_menu ul#nav2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    background: transparent;
    border: 0;
    padding-bottom: 0;
    z-index: 1;
  }

  footer#footer .footer_menu ul#nav2 li a {
    text-align: left;
    padding: 5px 0;
  }

  footer#footer .footer_menu {
    padding: 0;
  }

  footer#footer .footer_partners_container {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer#footer .footer_menu .socialfollow-icon {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: -15px;
    float: left;
  }

  footer#footer .footer_menu .socialfollow-icon a {
    padding: 0px 10px;
    display: inline-flex;
    margin: 20px 0;
    float: left;
    padding-left: 10px;
  }

  footer#footer .footer_menu .footer-subscribe input {
    width: 100%;
  }

  footer#footer .footer_menu .footer-subscribe {
    margin-right: 0;
  }

  footer#footer .footer_menu ul#nav2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  footer#footer .footer_menu ul#nav2 li {
    border-bottom: 0;
  }

  footer#footer .footer_partners_container .advertising {
    margin-bottom: 10px;
  }

  footer#footer .footer_partners_container .advertising .partner-image img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
    header#header.fixed_header {
        padding: 0 15px !important;
    }
    
    header#header .logo .site-logo img {
        max-height: 50px;
        margin-bottom: 20px !important;
        width: auto;
    }

    header#header .logo .arm-logo {
        height: 44px;
        width: auto;
        padding-right: 0;
    }

    header#header .navbar-toggle {
        top: 30px;
        right: 15px;
    }

    header#header.display-mobile-menu .logo {
        border-bottom: 1px solid currentColor;
    }

    footer#footer .footer_partners_container .advertising .partner-image img.paiget {
        margin-bottom: 60px;
    }

    nav.display-mobile-menu .logo {
        display: flex;
        border-bottom: 1px solid var(--color-black);
    }

    nav.display-mobile-menu .logo .site-logo {
        max-height: 50px;
        margin-bottom: 20px;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 415px) {
  #sub-form {
    max-width: 100%;
    padding: 40px 20px;
  }
  #sub-form .input-group {
    display: block;
  }

  header#header .logo .site-logo {
    min-width: auto;
    width: 100%;
  }
  header#header .logo .arm-logo {
    min-width: auto;
  }

  header#header .navbar-toggle {
    background: none;
    display: inline-block;
    position: absolute;
    top: 30px;
    z-index: 99999;
    right: 15px;
    left: initial;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

ul#nav2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
}

ul#nav2>li {
  padding: 0;
  position: static;
}

#nav2 li {
  list-style: none;
  padding: 0 12px;
  margin: 0;
  float: left;
  display: block;
  height: 100%;
  vertical-align: middle;
}

#nav2 a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 0px;
  line-height: 30px;
  color: #666;
  outline: 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#nav2 li#magic-line2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 5px;
}

#search_button {
  color: #c8c8c8;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: table-cell;
  border-left: none;
  background: url("../images/search.png") no-repeat center #fdfdfd;
  padding: 0 18px;
  border-color: #58595b;
  height: 49px;
}

#search_button>input {
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  margin: 0;
  left: 4px;
  top: 9px;
}

#search_button>input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search_input {
  margin: 0;
  border-right: 0;
  height: 49px;
  border-color: #58595b;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 45px;
}

#subscription_button .hidden_submit {
  width: 33px;
  height: 29px;
  top: -1px;
  border: none;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

.advertising {
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */