@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Pinyon+Script&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #121212;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.menuSlider, .contattiBottom {
    padding-top: 120px !important;
    padding-bottom: 130px !important;
}
#pizzeria, #ristorante, #barTavola, #asporto {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}
/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 44px;
  font-weight: 600;
  color: #121212;
  line-height: 55px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px;
      line-height: 35px; } }
.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 24px; }
/*===========================
        NAVBAR
===========================*/
.navbar-brand {
  width: 6%;
}
    @media (max-width: 767px) {
    .navbar-brand {
        width: 8%;
            }}
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
   }
  .navbar-area .navbar {
    position: relative;
    padding: 0; }
    .navbar-area .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 0;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
        -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
        box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05); } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 0;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
        -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
        box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05); } }
    .navbar-area .navbar .navbar-nav .nav-item {
      margin: 0 16px;
      position: relative; }
      .navbar-area .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        padding: 26px 0;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        opacity: 1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block;
            color: #000; } }
        @media (max-width: 767px) {
          .navbar-area .navbar .navbar-nav .nav-item a {
            padding: 10px 0;
            display: block;
            color: #000; } }
        .navbar-area .navbar .navbar-nav .nav-item a::before {
          position: absolute;
          content: '';
          width: 32px;
          height: 4px;
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, white 100%);
          left: 50%;
          margin: 0 2px;
          bottom: 14px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          -webkit-transform: translate(-50%) scaleX(0);
          -moz-transform: translate(-50%) scaleX(0);
          -ms-transform: translate(-50%) scaleX(0);
          -o-transform: translate(-50%) scaleX(0);
          transform: translate(-50%) scaleX(0); }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item a::before {
              display: none; } }
      .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
        opacity: 1;
        color: #9D0208; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
            color: #000; } }
        @media (max-width: 767px) {
          .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
            color: #000; } }
        .navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
          -webkit-transform: translate(-50%) scaleX(1);
          -moz-transform: translate(-50%) scaleX(1);
          -ms-transform: translate(-50%) scaleX(1);
          -o-transform: translate(-50%) scaleX(1);
          transform: translate(-50%) scaleX(1); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px; } }
    .navbar-area .navbar .navbar-btn li {
      display: inline-block;
      margin-right: 5px; }
      .navbar-area .navbar .navbar-btn li a {
        padding: 10px 16px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #121212;
        border: 2px solid;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .navbar-area .navbar .navbar-btn li a.light {
          border-color: #fff; }
          .navbar-area .navbar .navbar-btn li a.light:hover {
            background-color: rgba(255, 255, 255, 0.4); }
        .navbar-area .navbar .navbar-btn li a.solid {
          background-color: #fff;
          border-color: #fff;
          color: #121212; }
          .navbar-area .navbar .navbar-btn li a.solid:hover {
            background-color: transparent;
            color: #9D0208; }
  .navbar-area.sticky {
    background-color: #fff;
    z-index: 999;
    position: fixed;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05); }
    .navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
      background-color: #121212; }
    .navbar-area.sticky .navbar .navbar-nav .nav-item a {
      color: #000;
      opacity: 1; }
.navbar-area.sticky .navbar .navbar-nav .nav-item a:hover {
       color: #9D0208; }
      .navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
        background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
        background: -o-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #121212 100%);
        background: linear-gradient(to right, rgba(18, 18, 18, 0) 0%, #121212 100%); }
    .navbar-area.sticky .navbar .navbar-nav .nav-item.active, .navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
      color: #9D0208;
      opacity: 1; }
    .navbar-area.sticky .navbar .navbar-btn li a.solid {
      border-color: #9D0208;
      background-color: #9D0208;
      color: #fff; }
        .navbar-area.sticky .navbar .navbar-btn li a.solid:hover {
            border-color: #000;
            background-color: #000;
            color: #fff; }

#icon-top-phone {
color:#F48C06 !important;
}

/*===========================
       HERO 
===========================*/
.slider-content {
  position: relative;
  z-index: 9;
  padding-top: 240px;
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    .slider-content {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .slider-content .intro {
    font-size: 78px;
      font-family: 'Pinyon Script';
    line-height: 86px;
    letter-spacing: 3px !important;
    color: #F4EB10;
      font-weight: 400;
    text-align: center;
    text-shadow: 2px 2px 2px #00000085;}
  .slider-content .title {
    font-size: 78px;
    line-height: 86px;
      margin-top:-50px;
    letter-spacing: 3px !important;
    color: #fff;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 2px #00000085;}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-content .title {
        font-size: 72px;
        line-height: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-content .title {
        font-size: 72px;
        line-height: 90px; } }
    @media (max-width: 767px) {
      .slider-content .title {
        font-size: 44px;
        line-height: 35px;
        margin-top:-35px;} }
  .slider-content .subtitle {
    font-size: 38px;
    letter-spacing: 1px !important;
    color: #fff;
    font-weight: 800;
      text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 2px #00000085;}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-content .subtitle  {
        font-size: 18px;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-content .subtitle  {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .slider-content .subtitle  {
        font-size: 14px;
        padding-bottom: 15px; } } 
  .slider-content .text {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
      font-style: italic;
    font-weight: 300;
    letter-spacing: 1px !important;
    margin-top: 16px;
    text-align: center;
    text-shadow: 2px 2px 2px #00000085;}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-content .text {
        font-size: 28px;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-content .text  {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .slider-content .text {
        font-size: 20px;
        padding-bottom: 15px; } }
.slider-content .slider-button {
    text-align: center;
    padding-top: 50px;
} 
.slider-content .slider-button a {
    font-weight: 800;
    font-size: 48px !important;
    color:#F4EB10;
    text-align: center;
    text-shadow: 2px 2px 2px #00000085;
    letter-spacing: 2px;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-content .slider-button a {
        font-size: 48px !important;
        } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-content .slider-button a {
        font-size: 44px !important;
        } }
    @media (max-width: 767px) {
      .slider-content .slider-button a {
        font-size: 32px !important;
        } }
#icon-hero-phone {
    color:#fff;
    text-rendering: optimizeLegibility;
}
.slider-button i {
    text-rendering: optimizeLegibility;
}
.banner-hero {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
    height: 750px;
}
    @media (max-width: 767px) {
      .banner-hero{
        height: 500px;
        } }
/*===========================
           SERVIZI 
===========================*/
.features-area {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center !important;
}

.single-features {
  padding: 20px 20px 52px;
  background-color: #fff;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 220px;
  text-align: center !important; }
  .single-features .features-title-icon .features-title a {
      font-family: 'Open Sans';
        font-size: 32px;
        padding-top:80px;
        color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      font-weight: 800;
      font-style: italic;
   }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features .features-title-icon .features-title a {
        font-size: 30px;
        line-height: 35px; } }
    @media (max-width: 767px) {
      .single-features .features-title-icon .features-title a {
        font-size: 44px;
        line-height: 35px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-features .features-title-icon .features-title a {
        font-size: 36px;
        line-height: 45px; } }
  .features-description {
    color:#fff;
    font-weight: 600;
    font-family: 'Open Sans';
  }

  /*===========================
        MENU SLIDER css 
===========================*/
.menuSlider {
  background-color: #9D0208;
  padding-top:50px;
  padding-bottom:100px;
  text-align:center;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .menuSlider{
        padding-bottom:60px;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .menuSlider{
        padding-bottom:60px;} }
    @media (max-width: 767px) {
      .menuSlider{
        padding-bottom:40px;} }
.titleSection {
    font-family: 'Open Sans';
    text-align:center;
    font-size: 58px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 90px;
    padding-bottom: 50px;
    color:#F48C06;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #00000085;
}
    @media (max-width: 767px) {
      .titleSection {
        font-size: 44px;} }
  /*===========================
      ABOUT SECTION css 
===========================*/

.aboutSection {
    padding-top:150px;
    padding-bottom:480px;
    height: 400px;
    margin-bottom: 50px;
    text-align:center;
    border-bottom: 2px solid #9D0208;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .aboutSection {
        padding-bottom:400px;
        } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .aboutSection {
        padding-bottom:800px;
        } }
    @media (max-width: 767px) {
      .aboutSection {
        padding-bottom:600px;
        } }
#aboutBackground p {
    color:#000;
    font-family: 'Open Sans';
    font-weight: 400 !important;
}
    @media (max-width: 767px) {
          #aboutBackground p {
            font-size: 14px !important;
            } }
#aboutCaption {
    margin-top:50px;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #aboutCaption {
        margin-top:10px;
        } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
          #aboutCaption {
            margin-top:20px;
            } }
    @media (max-width: 767px) {
          #aboutCaption {
            margin-top:10px;
            } }
#subtitleAbout {
    color:#9D0208 !important;
    font-family: 'Pinyon Script';
    font-size: 48px;
    font-weight: 400 !important;
    letter-spacing: 2px;
}
#aboutBackground h2 {
    font-size: 58px;
    text-transform: uppercase;
    letter-spacing: -2px !important;
    line-height: 90px;
    margin-top:-50px;
    padding-bottom: 20px;
    font-weight: 800 !important;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #aboutBackground h2{
        font-size: 72px;
        line-height: 90px;
        padding-bottom: 20px;
        margin-top:-45px;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #aboutBackground h2{
        font-size: 58px;
        line-height: 80px;
        padding-bottom: 20px;
        margin-top:-45px;} }
    @media (max-width: 767px) {
      #aboutBackground h2{
        font-size: 56px;
        line-height: 80px;
        padding-bottom: 5px;} }
#aboutBackground p {
    font-family: 'Open Sans';    
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #aboutBackground p{
        font-size: 16px;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #aboutBackground p{
        font-size: 14px;} }
    @media (max-width: 767px) {
      #aboutBackground p{
        font-size: 12px;} }
#aboutImg img {
    width: 100%;
    height: auto;
    max-width: 100%;  
}
/* slider about*/
* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
  /*===========================
      LOGHI SERVIZI css 
===========================*/
.loghiServizi {
  text-align:center;
  padding-bottom: 100px;
}
.loghiServizi img {
  width: 250px;
  max-width: 100%;
  height: auto;
}
    @media (max-width: 767px) {
      #columnServizi2 {
          padding-top:50px;
        } }
 /*===========================
      GALLERY css 
===========================*/
#linkMenu {
    color:#9D0208;
}
#linkMenu:hover {
    color:#000;
}
.galleryServizi {
    text-align:center;
    margin-bottom: 50px;
    background-color: #F7F6F5;
    padding-top:50px;
}
.galleryServizi p {
    text-align:center;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 20px;
}
.titleGallery {
    text-align:center;
    font-family: 'Open Sans';
    font-size: 54px;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 60px;
    font-style: italic;
    padding-bottom: 20px;
    text-transform: uppercase;
}
    @media (max-width: 767px) {
      .titleGallery {
        font-size: 40px;} }
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.thumbnail-gallery:hover img {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    will-change: contents;
}
.thumbnail-gallery img {
    position: relative;
    transition: 350ms;
}
.thumbnail-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}
#pizzeria, #ristorante, #barTavola {
  margin-bottom: 50px;
}
.w3-modal {
    z-index: 1;
    display: none;
    padding-top: 150px;
    position: fixed;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .w3-modal{
        top: 5%;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .w3-modal{
        top: 5%;} }
    @media (max-width: 767px) {
      .w3-modal{
        top: 5%;} }
.w3-xlarge {
    font-size: 32px!important;
    cursor: pointer;
    color:#fff;
}

.w3-display-topright {
    position: absolute;
    right: 5%;
    top: 5%;
}
.w3-container {
    padding: 0.01em 16px;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}
    @media (max-width: 767px) {
      .w3-modal-content{
        width: 450px;} }

#img01, #img02 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    height: auto;
}
#img01:hover, #img02:hover {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
}
#qrCode {
    width: 150px;
    height: auto;
}
#block1 {
    margin-top:20px;
}
/*===========================
      CONTATTI css 
===========================*/
.contattiBottom {
  text-align:center !important;
}
.titleContact {
    text-align: center;
    font-family: 'Open Sans';
    letter-spacing: 2px;
    font-size: 58px;
    font-weight: 800;
    padding-bottom: 50px;
    color:#9D0208;
    text-transform: uppercase;
}
.phoneNumber, .address {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 900 !important;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 400;
    color:#000;
    padding-bottom: 20px;
}
.phoneNumber i, .address i {
    color:#9D0208;
    padding-right: 10px;
}
.phoneNumber a {
    color:#000;
}
.phoneNumber a:hover {
    color:#9D0208;
}
.map {
    padding-top:50px;
}
/*===========================
      FOOTER css 
===========================*/
.footer-area {
    background-color: #670004;
    padding-bottom: 20px;
}
.footer-logo {
    padding-bottom: 20px;
}
.footer-logo img {
    width:12%;
}
.contactFooter a, .contactFooter p {
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
    color:#fff !important;
}
.contactFooter a:hover {
    color:#000 !important;
}
#columnLogo {
    top:10px;
    border-right: 1px solid #ffffff95;
}
#columnMenu {
    top:10px;
    border-right: 1px solid #ffffff95;
}
@media (max-width: 1199px) {
      #columnLogo,#columnMenu {
        border-right: none;} }

.footer-support {
    padding-top: 20px;
}
.footer-support h3 {
    color:#fff;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.footer-support p, .footer-support a {
    font-family: 'Open Sans';
    text-transform: uppercase;
    color:#ffffff75 !important;
    font-weight: 900;
    line-height: 3;
    font-size: 13px;
}
.footer-support a:hover{
    color:#ffffff !important;
}
#columnSocial {
    top:10px;
}
.social {
    padding-top: 20px;
}
.social h3 {
    color:#fff;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.social a {
    color:#ffffff75 !important;
}
.social a:hover {
    color:#fff !important;
}
.social i {
    font-size: 13px;
    line-height: 3;
}
.footer-bottom {
    background-color: #121212;
    padding-top:1px !important;
    padding-bottom:10px !important;
}
.copyright {
    margin-top:20px;
}
.copyright p, .copyright a {
    font-family: 'Open Sans';
    color:#ffffff;
    font-weight: 700;
    line-height: 3;
    font-size: 13px;
}
.copyright a:hover {
    color:#9D0208;
}
.powered p, .powered a {
    font-family: 'Open Sans';
    color:#ffffff;
    font-weight: 700;
    line-height: 3;
    font-size: 13px;
}
.powered a:hover {
    color:#9D0208;
}
#linkPrivacy {
    font-size: 11px;
    color:#9D0208;
}
#linkPrivacy:hover {
    color:#ffffff45;
}
/*===========================
      PRIVACY page css 
===========================*/
#privacyTitle {
    background-color: #9D0208;
    min-height: 200px;
    padding-top:150px;
    text-align: center;
}
#privacyTitle h1 {
    font-family: 'Open Sans';
    color:#fff;
    font-weight: 700;
    line-height: 90px;
}
#privacyText {
    margin-top:10px;
}
#privacyText h2 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 4;
}
#privacyText p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}