body {
  color: #4e4e4e;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.noScroll {
  height: 100vh;
  overflow: hidden;
}

input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* to ie 10 */
}

input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active:focus, .btn.active.focus,
a:focus, a:active:focus {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: underline;
}

a {
  color: #003d84;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #179bd7;
}

ul.disc {
  padding-left: 25px;
}

ul.disc li {
  list-style: disc;
}

ul li {
  list-style: none;
}

.clearfix {
  clear: both;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.max-width-100 {
  max-width: 100%;
}

.row3 {
  margin-left: -3px;
  margin-right: -3px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row12 {
  margin-left: -12px;
  margin-right: -12px;
}

.mTB0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mTB5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mTB30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mTB45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mTop45 {
  margin-top: 45px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop25 {
  margin-top: 25px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop15 {
  margin-top: 15px !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop5 {
  margin-top: 5px !important;
}

.mTop0 {
  margin-top: 0 !important;
}

.mBottom45 {
  margin-bottom: 45px !important;
}

.mBottom30 {
  margin-bottom: 30px !important;
}

.mBottom25 {
  margin-bottom: 25px !important;
}

.mBottom20 {
  margin-bottom: 20px !important;
}

.mBottom15 {
  margin-bottom: 15px !important;
}

.mBottom10 {
  margin-bottom: 10px !important;
}

.mBottom5 {
  margin-bottom: 5px !important;
}

.mBottom0 {
  margin-bottom: 0 !important;
}

.mRight25 {
  margin-right: 25px !important;
}

.mRight20 {
  margin-right: 20px !important;
}

.mRight15 {
  margin-right: 15px !important;
}

.mRight10 {
  margin-right: 10px !important;
}

.mRight7 {
  margin-right: 7px !important;
}

.mRight5 {
  margin-right: 5px !important;
}

.mRight3 {
  margin-right: 3px !important;
}

.mLeft25 {
  margin-left: 25px !important;
}

.mLeft20 {
  margin-left: 20px !important;
}

.mLeft15 {
  margin-left: 15px !important;
}

.mLeft10 {
  margin-left: 10px !important;
}

.mLeft7 {
  margin-left: 7px !important;
}

.mLeft5 {
  margin-left: 5px !important;
}

.mLeft3 {
  margin-left: 3px !important;
}

.mLR0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pTB10 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pTB60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding9 {
  padding: 9px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.pTop15 {
  padding-top: 15px !important;
}

.pTop45 {
  padding-top: 45px !important;
}

.pBottom15 {
  padding-bottom: 15px !important;
}

.pLeft15 {
  padding-left: 15px !important;
}

.pRight15 {
  padding-right: 15px !important;
}

.removeSelect::after {
  display: none;
}

.relative {
  position: relative;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.selectBoxArrow {
  position: relative;
}

.selectBoxArrow::after {
  content: '';
  top: 16px;
  right: 9px;
  width: 8px;
  height: 7px;
  position: absolute;
  background-image: url("../../img/selectboxarrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-white {
  background-color: #fff !important;
}

.text-white, .iphone-fix {
  color: #fff !important;
}

.text-black {
  color: #232d3b !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.light {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.solid {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.text-decoration {
  text-decoration: none;
}

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

.old-price {
  text-decoration: line-through;
}

input[type="checkbox"],
input[type="radio"] {
  width: 1px;
  height: 1px;
  left: -1000px;
  z-index: -1000;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}

.scrollBarFix::-webkit-scrollbar-track,
.flexScroll::-webkit-scrollbar-track {
  width: 0;
  height: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
}

.scrollBarFix::-webkit-scrollbar,
.flexScroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
}

.scrollBarFix::-webkit-scrollbar-thumb,
.flexScroll::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
}

.display_991, .display_767, .display_480 {
  display: none !important;
}

.font2 {
  font-family: 'Cormorant Garamond', serif;
}

.pageLinkBtn {
  width: 100%;
  display: block;
}

.pageLinkBtn a {
  width: 220px;
  height: 60px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pageLinkBtn a:hover, .pageLinkBtn a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.pageLinkBtn a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pageLinkBtn.white a {
  color: #fff;
  border-color: #fff;
}

.pageLinkBtn.white a:hover, .pageLinkBtn.white a:focus {
  color: #000;
  background-color: #fff;
}

.header {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar {
  width: 100%;
  height: 100px;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leftBar, .rightBar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

ul.navMenu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.navMenu li + li {
  margin-left: 10px;
}

ul.navMenu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #3A3838;
}

ul.navMenu li a:hover, ul.navMenu li a:focus {
  color: #ed1821;
  text-decoration: none;
}

ul.socialMedia {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.socialMedia li {
  margin-left: 10px;
}

ul.socialMedia li a {
  display: block;
  font-size: 24px;
  color: #3A3838;
  line-height: 24px;
}

ul.socialMedia li a:hover, ul.socialMedia li a:focus {
  color: #ed1821;
  text-decoration: none;
}

#mobileMenuBtn {
  width: 34px;
  margin: 0 0;
  height: 28px;
  display: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

}

.mobildropdown{
  display: none;
}


#mobileMenuBtn span {
  left: 0;
  opacity: 1;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #ed1821;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobileMenuBtn span:nth-child(1) {
  top: 0;
}

#mobileMenuBtn span:nth-child(2) {
  top: 12px;
}

#mobileMenuBtn span:nth-child(3) {
  top: 24px;
}

#mobileMenuBtn.active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mobileMenuBtn.active span:nth-child(2) {
  opacity: 0;
  left: -34px;
}

#mobileMenuBtn.active span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#videoSlider {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#autoPlayVideo {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.autoPlayVideo {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.autoPlayVideo video {
  top: 50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.autoPlayVideo video.hide {
  filter: Alpha(Opacity=0);
  opacity: 0;
}

.videoLoading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  position: absolute;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliderCaption {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliderCaption strong {
  display: block;
  font-size: 124px;
  line-height: 100%;
  margin-bottom: 30px;
}

.sliderCaption span {
  display: block;
  font-size: 36px;
  font-weight: 300;
}

#mobileMenu {
  left: 0;
  bottom: 0;
  top: 100px;
  width: 100%;
  z-index: 99;
  display: none;
  position: fixed;
  padding: 0 15px;
  background-color: #fff;
}

#mobileMenu ul {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mobileMenu ul li a {
  color: #000;
  display: block;
  font-size: 18px;
}

#mobileMenu span {
  color: #000;
  display: block;
  margin-bottom: 9px;
}

#mobileMenu .pageLinkBtn a {
  width: 150px;
  height: 34px;
  font-size: 16px;
  margin-top: 15px;
}

.section {
  width: 100%;
  color: #fff;
  min-height: 100vh;
  text-align: center;
  position: relative;
  padding: 15px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section strong {
  display: block;
  font-size: 124px;
  line-height: 100%;
  margin-bottom: 30px;
}

.section span {
  display: block;
  font-size: 36px;
  font-weight: 300;
}

.homeContactInfo {
  top: 0;
  left: 0;
  width: 50%;
  z-index: 2;
  height: 100vh;
  padding: 0 15px;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.homeContactInfo .line {
  height: 1px;
  width: 130px;
  display: table;
  margin: 0 auto 30px;
  background-color: #fff;
}

.homeContactInfo ul.socialMedia {
  margin-top: 30px;
}

.homeContactInfo ul.socialMedia li a {
  color: #fff;
  font-size: 30px;
}

.map {
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2;
  height: 100vh;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discoverHeader {
  min-height: 100vh;
  padding: 100px 85px 0 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.discoverHeader .top-bar {
  top: 0;
  right: 0;
  left: 45px;
  width: auto;
  position: absolute;
}

.discoverContent {
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discoverContent .subTitle {
  width: 100%;
  display: block;
  font-size: 30px;
  margin-bottom: 7px;
}

.discoverContent .title {
  width: 100%;
  color: #000;
  display: block;
  font-size: 48px;
  line-height: 120%;
  position: relative;
  margin-bottom: 25px;
}

.discoverContent .text {
  font-size: 18px;
}

.discoverImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

ul.galleryPhotos {
   margin-bottom: 0;
   flex-wrap: wrap;
   display: flex;
}
 ul.galleryPhotos li {
   flex: 0 0 35.863%;
   max-width: 35.863%;
}
 ul.galleryPhotos li:nth-child(2), ul.galleryPhotos li:nth-child(4), ul.galleryPhotos li:nth-child(8) {
   flex: 0 0 28.272%;
   max-width: 28.272%;
}
 ul.galleryPhotos li:nth-child(2) a:first-child, ul.galleryPhotos li:nth-child(4) a:first-child, ul.galleryPhotos li:nth-child(8) a:first-child {
   margin-bottom: 2px;
   display: block;
}
 ul.galleryPhotos li img {
   width: 100% !important;
   height: auto !important;
}
 

 
ul.wineList {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.wineList li {
  padding: 0 15px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

ul.wineList li img {
  margin-bottom: 9px;
  border: 1px solid #A79C3D;
}

ul.wineList li span {
  display: block;
  font-size: 16px;
  color: #4e4e4e;
  text-align: left;
}

.pageContent {
  width: 100%;
  display: block;
  padding: 0 15px;
  margin-top: 60px;
}

.pageContent .subTitle {
  width: 100%;
  display: block;
  font-size: 30px;
  margin-bottom: 7px;
}

.pageContent .title {
  width: 100%;
  color: #000;
  display: block;
  font-size: 48px;
  line-height: 120%;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 25px;
}

.pageContent .title::before {
  content: '';
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 74px;
  height: 2px;
  margin-left: -37px;
  position: absolute;
  background-color: #000;
}

.pageContent .text {
  font-size: 18px;
}

ul.timeLine {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.timeLine li {
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

ul.timeLine li::before {
  content: '';
  left: 0;
  top: 30px;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #A79C3D;
}

ul.timeLine li:first-child::before {
  left: 120px;
}

ul.timeLine li:last-child::before {
  left: auto;
  right: 120px;
}

ul.timeLine li b {
  width: 100%;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

ul.timeLine li em {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

ul.timeLine li span {
  width: 100%;
  display: block;
  margin-bottom: 9px;
}

ul.timeLine li img {
  width: 205px;
  height: 300px;
  display: inline-block;
  border: 1px solid #A79C3D;
}

.menuList {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menuList li {
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.menuList li span {
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: left;
  margin-bottom: 9px;
}

.header2 {
  height: 100vh;
  padding-right: 45%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.innerHeader {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.innerHeader .top-bar {
  top: 0;
  left: 0;
  position: absolute;
}

.innerHeader .top-bar .logo {
  display: table;
  margin: 0 auto;
}

.innerHeader strong {
  color: #fff;
  display: block;
  font-size: 124px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.innerHeader .pageLinkBtn a {
  color: #fff;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.48);
}

.innerHeader .pageLinkBtn a:first-child {
  margin-right: 7px;
}

.innerHeader .pageLinkBtn a:hover, .innerHeader .pageLinkBtn a:focus {
  text-decoration: none;
  background-color: #000;
}

.rzvForm {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rzvForm .input-field {
  padding: 0 15px;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.rzvForm .input-field label {
  color: #000;
  display: block;
  font-size: 18px;
}

.rzvForm .input-field select, .rzvForm .input-field input {
  width: 100%;
  height: 42px;
  display: block;
  font-size: 16px;
  padding: 0 0 0 9px;
  border-radius: 4px;
  border: 1px solid #A79C3D;
  outline: 0;
}

.rzvForm .input-field i {
  right: 25px;
  bottom: 14px;
  position: absolute;
  pointer-events: none;
}

.rzvForm .input-field .submitBtn {
  width: 100%;
  height: 42px;
  padding: 0 0;
  color: #fff;
  display: block;
  font-size: 16px;
  border-radius: 4px;
  background-color: #A79C3D;
  outline: 0;
  border: 0;
}

.footer {
  width: 100%;
  color: #fff;
  display: block;
  padding: 45px 15px 15px;
  background-color: #131313;
}

.fLeft {
  padding-right: 30px;
  width: calc(100% - 300px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.fNav {
  width: 100%;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.fNav li a {
  color: #fff;
  font-size: 16px;
}

body {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

.navbar {
    margin-bottom: 20px;
}

.fRight {
  width: 300px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fRight ul.socialMedia li a {
  color: #fff;
}

.fRight .pageLinkBtn {
  width: auto;
  display: inline-block;
}

.fRight .pageLinkBtn a {
  width: 160px;
  height: 44px;
}

.sloganText {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 18px;
  margin-top: 17px;
}

.fContact, .coprightText {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.fLink {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fLink.kvkk {
  margin-right: 10px;
  padding-right: 10px;
}

.fLink.kvkk::before {
  content: '';
  top: 6px;
  right: 0;
  width: 1px;
  bottom: 6px;
  position: absolute;
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */

