/******   NAVBAR DESKTOP  ******/

/** 0RAR **/

.zerorar {
  z-index: 2000;
  background-color: #FFF;
}

.zerorar-group {
  padding: 20px 0px;
}

.zerorar i {
  color: #137FC2;
  font-size: 20px;
  padding-right: 5px;
}

.zerorar-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.zerorar-title span{
  font-size: 11px;
}

.zerorar ul {
  margin-left: 25px;
}

.zerorar li{
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  height: 40px;
  display: flex;
  align-items: center;
}

.zerorar li:not(:last-child){
  border-bottom: 1px dotted #D1D1D1;
}

.zerorar li:hover {
  background-color: #F2F3F4;
  color: #F2A000;
}

.zerorar .zerorar-btn {
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #137FC2;
  border: 1px solid #137FC2;
  height: 30px;
}

.zerorar .discover-logo-AV{
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  padding: 20px 0;
  background-color: #FFF;
}

/** END 0RAR **/

/** 0RAC **/
.zerorac {
  position: relative;
  z-index: 2000;
}

.zerorac .discover-bottom{
  position: absolute;
  right: 0;
}

.zerorac-desktop .discover-bottom{
  max-width: 500px;
}

.zerorac-title {
  text-align: center;
  text-transform: uppercase;
  color: #3C3F41;
  font-size: 13px;
  font-weight: 700;
}
/** END 0RAC **/

.nav-header{
  border-bottom: 1px solid #F2F3F4;
}

.nav-header-logo img,
.nav-header-logo-scroller img {
  height: 70px;
  width: auto;
}

.nav-header i,
.navSearch i {
  font-size: 25px;
}

.nav-header a:hover,
.nav-header i:hover {
  color: #137fc2;
}

.nav a,
.nav-scroller .form-control,
#searchToggler .form-control {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #3C3F41;
}

#navbar-desktop .nav a {
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  box-shadow: 0 10px 0 -4px transparent;
  transition: box-shadow .1s;
}
#navbar-desktop .current {
  color: #137FC2;
  box-shadow: 0 10px 0 -4px #137FC2!important;
}

#navbar-desktop .nav a:hover {
  color: #137FC2;
  box-shadow: 0 10px 0 -4px #137FC2;
}

header .input-group {
  border-left: 1px solid #F2F3F4;
}

header .input-group>.form-control:not(:last-child),
header .input-group>.input-group-append>.input-group-text {
  border: 0 !important;
}


header input.form-control:focus,
header input[type=text]:focus,
header [type=text].form-control:focus,
header [contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 transparent;
}

header input:focus::-webkit-input-placeholder {
  opacity: 0;
}

#global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 110px;
  width: 100%;
  background-color: #fff;
  line-height: 110px;
    -webkit-transition: height .5s, line-height .5s, background-color .2s, color .2s ; /* Safari */
    transition: height .5s, line-height .5s, background-color .2s, color .2s;
}

.scrolled-nav {
  height: 30px !important;
  line-height: 30px !important;
  background-color: #000 !important;
  color: #FFF !important;
}

.scrolled-nav > div {
  height: 100%;
}

.scrolled-nav i {
  color: #FFF !important;
  font-size: 20px !important;
}

.nav-scroller {
  position: fixed;
  top: 110px;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 2000;
}

.nav-scroller > .row {
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

.nav-scroller-up {
  top: 30px !important;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

.nav-header-logo-scroller {
  display: none;
}

.nav-scroller ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3C3F41 !important;
}
.nav-scroller ::-moz-placeholder { /* Firefox 19+ */
  color: #3C3F41 !important;
}
.nav-scroller :-ms-input-placeholder { /* IE 10+ */
  color: #3C3F41 !important;
}
.nav-scroller :-moz-placeholder { /* Firefox 18- */
  color: #3C3F41 !important;
}

/******   NAVBAR MOBILE  ******/

.navbar {
  background-color: #FFF;
  padding: 0;
}

.navbar-collapse {
  background-color: #137FC2;
}

.navbar-collapse {
  z-index: 3000;
}

.navbar-collapse > ul {
  height: 100vh;
}

.navbar-toggler:focus, .navbar-toggler:active,
.search-toggler:focus, .search-toggler:active {
  outline: none;
  box-shadow: none;
}

.navbar .nav {
  width: 100%;
}

.navbar-brand img {
  height: 60px;
  width: auto;
}

.navbar .nav a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#navbar-mobile .nav > a:hover {
  background-color: #FFF;
  color: #137FC2;
}

#navbar-mobile .nav-item:hover {
  background-color: #FFF;
}

#navbar-mobile .nav-item:hover a {
  color: #137FC2;
}

#navbar-mobile .nav-item {
  border-bottom: 1px solid rgba(255,255,255,.15)
}

#navbar-mobile .nav .social-icons-mobile i {
  font-size: 20px;
}

#navbar-mobile .menu-icon {
  padding: 10px;
}

#navbar-mobile .menu-icon:hover,
#navbar-mobile .menu-icon:focus,
#navbar-mobile .menu-icon:active {
  background-color: #137FC2 !important;
}

.menu-icon:hover i{
  color: #FFF;
}

#navbar-mobile {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  height: 80px;
}

#navbar-mobile .search-input  {
  background-color: #FFF;
  cursor: pointer;
  border: 0px;
  font-size: 25px;
  height: 100%;
  width: 80px;
  cursor: pointer;
}

#navbar-mobile .navbar-collapse .form-control {
  border-radius: 0;
  border-width: 0;
  background-color: #F2F3F4;
}

.navbar-toggler {
  height: 100%;
  width: 80px;
  display: flex;
  justify-content: center;
}

/** Navbar toggler icon **/

.navIcon {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.navIcon span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.navIcon span {
background: #3C3F41;
}

.navIcon span:nth-child(1) {
top: 0px;
}

.navIcon span:nth-child(2), .navIcon span:nth-child(3) {
top: 10px;
}

.navIcon span:nth-child(4) {
top: 20px;
}

.navIcon.open span {
  background-color: #fff;
}

#navbar-mobile .navbar-toggler {
  border-radius: 0;
}

#navbar-mobile .navbar-toggler[aria-expanded="true"]{
  background-color: #137FC2;
}

#navbar-mobile .search-toggler[aria-expanded="true"]{
  background-color: #F2F3F4;
}

.navIcon.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
background: #fff;
}

.navIcon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.navIcon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.navIcon.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/**** HERO SECTION ***/

.hero-section{
  height: 400px;
  background-color: #1E2123;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}

.hero-img  {

  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  max-width: 168px;
  height: 125px;
}


.hero-content h1,
.hero-content p {
  color: #FFFFFF;
}

.hero-content h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.hero-content .tagline {
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
}

.hero-content p {
  font-size: 13px;
  line-height: 24px;
}

.hero-social {
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 50%;
  line-height: 1;
  display: flex;
}


.hero-social a {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #137FC2;
  margin: 0 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.hero-social a:not(:last-child) {
  font-size: 25px;
  width: 30px;
}

.hero-social a:last-child {
  font-size: 13px;
  width: auto;
  padding: 0 4px;
}


/*********   CONTENT SECTION  **********/

.content-section {
  background-color: #E5E5E5;
}

.content-section > div {
  background-color: #FFF;
  position: relative;
  top: -20px;
  padding: 1rem;
}

/********************************
**** 0PF - PREFOOTER - ZEROPF ***
********************************/

.prefooter {
  background: #e5e5e5;
}

.prefooter .headline span {
    background: #e5e5e5;
  }

.prefooter .headline {
    font-size: 36px;
}

#carousel-prefooter.owl-carousel .item {
    height: 150px;
    background: #FFF;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel-prefooter.owl-carousel .item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#carousel-prefooter.owl-carousel .item img {
    max-height: 100px;
    width: auto;
}

#carousel-prefooter .owl-prev,
#carousel-prefooter .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}

#carousel-prefooter .owl-prev { left: -20px; }
#carousel-prefooter .owl-next { right: -20px; }


#carousel-prefooter .owl-theme .owl-nav [class*=owl-]:hover {
    background: #137FC2;
}

#carousel-prefooter.owl-carousel .owl-nav button.owl-prev,
#carousel-prefooter.owl-carousel .owl-nav button.owl-next,
#carousel-prefooter.owl-carousel button.owl-dot {
  font-weight: 300;
  font-size: 25px;
  background-color: #3C3F41;
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex !important;
  justify-content: center;
}

@media (min-width: 600px) {
  #carousel-prefooter.owl-carousel .item {
      height: 100px;
  }

  #carousel-prefooter.owl-carousel .item img {
      max-height: 50px;
  }
}

#carousel-prefooter .item.link {
filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;
}

#carousel-prefooter .item.link:hover {
filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
}

/********* FOOTER BOTTOM**********/

footer .footerBottom {
    padding: 20px 0;
}

footer .footerCopyright,
footer .dropdownLanguage {
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

footer .footerLinks{
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  color: rgba(255, 255, 255, 0.5);
}

footer .footerLinks .list-inline-item:not(:last-child) {
    margin-right: 0;
}

footer .footerLinks a {
  color: rgba(255, 255, 255, 0.5);
}

footer .footerLinks a:hover,
footer .dropdownLanguage:hover,
footer .footerLinks a:focus,
footer .dropdownLanguage:focus {
  color: rgba(255, 255, 255, 1);
}

footer .dropdownLanguage img,
footer .dropdown-menu.show .dropdown-item img {
  height: 10px;
  width: auto;
  margin-right: 5px;
}

footer .dropdown-menu.show .dropdown-item {
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
}

/********* FOOTER TOP**********/

.widget h4 {
  position: relative;
  margin-bottom: 0;
}

.widget .icon-NAV_bottom {
  position: absolute;
  top: 0;
  right: 0;
  color: #D9DADB;
}

.logo-footer {
  max-width: 170px;
}

.widget h4 {
 font-weight:700;
 color: #FFF;
 font-size: 11px;
}

.widget h4 i {
  font-size: 20px;
  margin-right: 5px;
}

.widget p,
.widget a {
  color: #FFF;
  font-size: 11px;
  line-height: 21px;
  font-weight: 300;
}

.widget a:hover {
  text-decoration: underline;
}

.split-widget {
  border-left: 1px dotted rgba(206, 206, 206, 0.5);
}

.footerTop {
 background-color: #1E2123;
}

.footerBottom {
 background-color: #16191a;
}


.social-icon-footer i {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
}

.social-icon-footer a:hover {
  text-decoration: none;
}

.social-icon-footer a:hover i {
  color: #fff;
}

/*** FOOTER FORM ***/

.widget_content .form-control {
  background-color: transparent;
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(206, 206, 206, 0.5);
  border-radius: 4px;
}

.footerTop .btn {
  color: #3C3F41;
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  border-radius: 4px;
  min-width: 150px;
}

@media (max-width: 320px) {
  .hero-section {
    height: 700px;
  }
}

@media (min-width: 321px) and (max-width: 359px) {
  .hero-section {
    height: 650px;
  }
}

@media (min-width: 360px) and (max-width: 375px) {
  .hero-section {
    height: 600px;
  }
}

@media (min-width: 376px) and (max-width: 478px) {
  .hero-section {
    height: 550px;
  }
}

@media (min-width: 479px) and (max-width: 767px) {
  .hero-section {
    height: 500px;
  }
}

@media (max-width: 991px) {
  footer .widget  {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(217, 218, 219, 0.2);
  }

  .widget h4 a:hover {
    text-decoration: none;
  }

  .split-widget {
    border-left: 0px dotted rgba(206, 206, 206, 0.5);
  }

  .split-widget {
    padding-left: 0;
    padding-right: 0;
  }

  .split-widget .widget {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .widget p, .widget a {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  footer .widget .widget_content.collapse {
    display: block;
  }

  .hero-section-illustration-container .hero-content {
    padding-top: 100px;
  }
}

@media (max-width: 959px) {
  .hero-section-illustration,
  .hero-section {
    margin-top: 80px;
  }
}

@media (min-width:1267px) {
  #navbar-modile {
    display: none !important;
  }
  .hero-section-illustration,
  .hero-section {
    margin-top: 110px;
  }
}

@media (max-width:1266px) {
  #navbar-desktop {
    display: none;
  }

  .zerorar {
    overflow-y: scroll;
    height: 80vh;
    padding-bottom: 20px;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
  }

  .zerorar-group {
    padding: 10px 0;
  }
}


/**** HERO SECTION ILLUSTRATION ****/

.hero-section-illustration h1,
.hero-section-illustration p {
  color: #3C3F41;
}

.hero-section-illustration .tagline {
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
}

.hero-section-illustration p {
  font-size: 13px;
  line-height: 24px;
}

.hero-section-illustration {
  background-color: #E5E5E5;
}

.hero-section-illustration-img {
  display: flex;
  
  justify-content: center;
  padding-top: 40px;
}

.hero-section-illustration-container .hero-content {
  padding-bottom: 40px;
}
