@import url("https://use.typekit.net/eog0iqc.css");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    width: 100%;
    padding: 0 70px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 100px;
  }
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 8.33333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 16.66667%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.33333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 41.66667%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 58.33333%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 66.66667%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 83.33333%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 91.66667%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*===============================
=            tooltip            =
===============================*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -9px;
  padding: 10px 0;
}

.tooltip.right, .tooltip.top-right, .tooltip.bottom-right {
  margin-left: 9px;
  padding: 0 10px;
}

.tooltip.bottom {
  margin-top: 9px;
  padding: 10px 0;
}

.tooltip.left, .tooltip.top-left, .tooltip.bottom-left {
  margin-left: -9px;
  padding: 0 10px;
}

.tooltip-inner {
  padding: 28px 28px 23px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
}

.tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 0 1px 1px;
}

.tooltip.top-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.top-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 1px 1px 0 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

/*=====  End of tooltip  ======*/
/*=============================
=            modal            =
=============================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}

/*=====  End of modal  ======*/
/*================================
=            dropdown            =
================================*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/*=====  End of dropdown  ======*/
/*================================
=            Collapse            =
================================*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/*=====  End of Collapse  ======*/
@font-face {
  font-family: 'newzald';
  src: url("../fonts/Newzald/Newzald-BookItalic.eot");
  src: url("../fonts/Newzald/Newzald-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Newzald/Newzald-BookItalic.woff2") format("woff2"), url("../fonts/Newzald/Newzald-BookItalic.woff") format("woff"), url("../fonts/Newzald/Newzald-BookItalic.ttf") format("truetype"), url("../fonts/Newzald/Newzald-BookItalic.svg#Newzald-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

/*=====================================
=            base elements            =
=====================================*/
body {
  line-height: 1.2;
  font-size: 1.82292vw;
  margin: 0;
  font-family: "brandon-grotesque";
  font-weight: 300;
  overflow-x: hidden;
}

.wrapper {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

textarea,
input,
select,
button,
a {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: inherit;
}

select,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select,
option {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #000 !important;
}

textarea {
  overflow: auto;
}

[disabled] {
  cursor: not-allowed;
}

/*=====  End of base elements  ======*/
/*==============================
=            Header            =
==============================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 101px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  z-index: 1000;
  background-color: #fff;
}

.header::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .container {
  padding: 0 60px;
}

.header .row {
  padding: 0px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.header .row::after {
  display: none;
}

.header .logo_wrap_outer {
  width: 47%;
}

.header .logo_wrap {
  width: 160px;
  height: 61px;
  display: block;
  position: relative;
}

.header .logo_wrap img, .header .logo_wrap svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .logo_wrap img.hidden_xl, .header .logo_wrap svg.hidden_xl {
  display: none;
  height: 100%;
  width: 71px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.header .logo_wrap img.hidden_sm, .header .logo_wrap svg.hidden_sm {
  display: block;
  opacity: 1;
}

.header .web_logo {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .colse_btn_wrap {
  position: relative;
  margin: 0;
}

.header .colse_btn_wrap .menu_btn_close {
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #8c704e;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 1025px) {
  .header .colse_btn_wrap .menu_btn_close:hover .grape {
    background-color: #8c704e;
  }
}

.header .colse_btn_wrap span {
  margin-right: 17px;
}

.header .colse_btn_wrap .grapes {
  position: static;
  width: 44px;
  height: 40px;
  padding: 0;
}

.header .colse_btn_wrap .grape_row {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 5px;
}

.header .colse_btn_wrap .grape_row:nth-child(2) {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.header .colse_btn_wrap .grape_row:last-child {
  margin-bottom: 0;
}

.header .colse_btn_wrap .grape {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu_items {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 500;
  margin: 0 0 0 auto;
  padding-right: 100px;
}

.header .menu_items div {
  font-size: 30px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header .menu_items div:last-child {
  padding-right: 0px;
}

@media screen and (min-width: 1025px) {
  .header .menu_items div:hover {
    color: #8c704e;
  }
}

.sm_cont {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 999;
  padding-top: 300px;
}

.sm_cont .sm_wrap {
  position: relative;
}

.sm_cont .single_sm {
  position: relative;
  display: block;
  white-space: nowrap;
  color: #000;
  font-size: 1.04167vw;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sm_cont .single_sm:nth-child(2) {
  top: 158px;
}

.sm_cont .single_sm::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #000;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 1025px) {
  .sm_cont .single_sm:hover {
    color: #8c704e;
  }
}

@media screen and (min-width: 1921px) {
  .header .header_nav_cont .container {
    max-width: 78.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    top: 0;
    height: 80px;
  }
  .header .container {
    padding: 0 40px;
  }
  .header .row {
    position: relative;
    padding: 0;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .header .logo_wrap {
    position: relative;
    width: 40px;
    height: 36px;
    z-index: 1;
  }
  .header .logo_wrap img.hidden_xl, .header .logo_wrap svg.hidden_xl {
    display: block;
    opacity: 1;
    width: 40px;
  }
  .header .logo_wrap img.hidden_sm, .header .logo_wrap svg.hidden_sm {
    display: none;
    width: 40px;
  }
  .header .logo_wrap_outer {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    width: auto;
  }
  .header .colse_btn_wrap {
    z-index: 1;
    margin: 0;
  }
  .header .colse_btn_wrap .menu_btn_close {
    font-size: 16px;
  }
  .header .menu_items {
    margin: 0 0 0 auto;
    padding-right: 30px;
  }
  .header .menu_items div {
    font-size: 24px;
  }
  .sm_cont {
    width: 40px;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 215px;
  }
  .sm_cont .sm_wrap {
    position: relative;
  }
  .sm_cont .single_sm {
    font-size: 15px !important;
  }
  .sm_cont .single_sm::after {
    width: 210%;
  }
  .sm_cont .single_sm:nth-child(2) {
    top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .header .container {
    padding: 0 20px;
  }
  .header .logo_wrap_outer {
    width: 40px;
  }
  .header .logo_wrap_outer .logo_wrap {
    width: 100%;
  }
  .header .logo_wrap_outer .web_logo {
    width: 100%;
  }
  .header .header_nav_cont .header_nav_wrap {
    padding: 0 20px;
  }
  .header .header_nav_cont.active::after {
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(9);
    transform: scale(9);
  }
  .header .colse_btn_wrap .menu_btn_close {
    font-size: 10px;
    letter-spacing: 2.04px;
  }
  .header .colse_btn_wrap span {
    margin-right: 10px;
  }
  .header .colse_btn_wrap .grapes {
    width: 34px;
    height: 36px;
    height: auto;
  }
  .header .colse_btn_wrap .grape_row {
    margin-bottom: 4px;
  }
  .header .colse_btn_wrap .grape {
    width: 8px;
    height: 8px;
  }
  .header .menu_items {
    padding-right: 30px;
  }
  .header .menu_items div {
    font-size: 15px;
  }
  .sm_cont {
    width: 20px;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 125px;
  }
  .sm_cont .single_sm {
    font-size: 11px !important;
  }
  .sm_cont .single_sm:nth-child(2) {
    top: 77px;
  }
  .sm_cont .single_sm::after {
    width: 306%;
  }
}

/*=====  End of Header  ======*/
/*==============================
=            footer            =
==============================*/
footer {
  height: 100vh;
  width: 100%;
  min-height: 700px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.fadeIn {
  opacity: 1;
  pointer-events: all;
}

footer .footer_cont {
  height: 100%;
}

footer .row {
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

footer .left_wrap {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #000;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

footer .left_wrap .pafo_wrap {
  display: none;
}

footer .right_wrap {
  width: 50%;
  height: 100%;
}

footer .logo_wrap {
  width: 235px;
  display: block;
  margin-bottom: 0;
}

footer .logo_wrap .web_logo {
  fill: #8c704e;
  margin-bottom: 31px;
}

footer .grapeco_logo_wrap {
  width: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin: auto;
}

footer .grapeco_logo_wrap .text {
  font-weight: 700;
  font-size: 26px;
  margin-right: 14px;
  margin-bottom: 1px;
  color: #fff;
  padding: 0;
}

footer .grapeco_logo_wrap .grapeco_logo {
  width: 133px;
}

footer .pafo_wrap {
  width: 151px;
  height: 60px;
  margin-top: -128px;
  margin-left: 63px;
}

footer .pafo_wrap .pafo_logo {
  fill: #fff;
}

footer .footer_nav_cont {
  width: 100%;
  background-color: #cdb394;
  padding: 37px 50px;
  height: 50%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

footer .footer_nav_cont .container {
  max-width: 687px;
  padding: 0;
  margin: 0 auto;
}

footer .copyright_cont {
  background-color: #dfd1b9;
  width: 100%;
  height: 50%;
  padding: 47px 50px;
}

footer .copyright_cont .container {
  max-width: 818px;
  padding: 0;
  height: 100%;
}

footer .copyright_cont .pafo_logo {
  fill: #8c704e;
  width: 151px;
  margin-bottom: 36px;
}

footer .copyright_cont .copy_text {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #8c704e;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

footer .copyright_cont .copy_text .fa {
  margin-right: 7px;
}

footer .copyright_cont .copyright_wrap {
  height: 100%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

footer .copyright_cont .logo_stamp {
  width: 120px;
  fill: #8c704e;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

footer .nav_cont {
  padding-bottom: 4.0625vw;
}

footer .nav_cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .nav_cont ul li {
  width: 25%;
  margin-bottom: 1.66667vw;
}

footer .nav_cont ul li a {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 1.2;
}

footer .nav_cont ul li a::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  footer .nav_cont ul li:hover a::after {
    width: 100%;
    left: 0;
  }
}

footer .small_nav_wrap {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #8c704e;
}

footer .small_nav_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .small_nav_wrap ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}

footer .small_nav_wrap ul li:last-child {
  margin-right: 0;
}

footer .small_nav_wrap ul li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #8c704e;
  right: 0;
  bottom: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  footer .small_nav_wrap ul li:hover::after {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  /*==============================
    =            footer            =
    ==============================*/
  footer {
    height: auto !important;
    min-height: inherit;
  }
  footer .row {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .left_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    min-height: inherit;
    height: 1070px;
  }
  footer .left_wrap .pafo_wrap {
    position: absolute;
    display: block;
    margin: 0;
    width: 75px;
    height: auto;
    left: 40px;
    bottom: 34px;
  }
  footer .right_wrap {
    display: none !important;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    min-height: inherit;
    height: auto;
    background-color: #cdb394;
    padding: 78px 0 0;
    min-height: auto;
  }
  footer .logo_wrap {
    width: 234px;
    height: 92px;
    margin-bottom: 35px;
  }
  footer .grapeco_logo_wrap {
    width: auto;
  }
  footer .grapeco_logo_wrap .grapeco_logo {
    min-width: 133px;
  }
  footer .grapeco_logo_wrap .text {
    margin-right: 16px;
    font-size: 26px;
  }
  footer .footer_nav_cont {
    height: auto;
    display: block;
    padding: 0 50px;
  }
  footer .nav_cont ul li {
    width: 50%;
    margin-bottom: 36px !important;
    padding: 0 35px 0 0;
  }
  footer .nav_cont ul li:nth-child(2n) {
    padding: 0 0 0 35px;
  }
  footer .nav_cont ul li:nth-child(2n) a {
    margin: 0 auto 0 0;
  }
  footer .nav_cont ul li a {
    display: block;
    width: 47%;
    font-size: 35px !important;
    margin: 0 0 0 auto;
  }
  footer .small_nav_wrap {
    padding-top: 26px;
    font-size: 20px;
  }
  footer .small_nav_wrap ul {
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  footer .small_nav_wrap ul li {
    width: 30%;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 23px;
  }
  footer .small_nav_wrap ul li::after {
    display: none;
  }
  footer .small_nav_wrap ul a {
    position: relative;
  }
  footer .small_nav_wrap ul a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #8c704e;
    left: 0;
    bottom: -1px;
  }
  footer .copyright_cont {
    height: auto;
    background-color: transparent;
    padding: 22px 50px 25px;
  }
  footer .copyright_cont .pafo_logo {
    display: none;
  }
  footer .copyright_cont .right-copy {
    display: none;
  }
  footer .copyright_cont .copyright_wrap {
    display: block;
    height: auto;
  }
  footer .copyright_cont .copy_text {
    font-size: 14px;
  }
  footer .copyright_cont .copy_text .fa {
    margin-right: 4px;
  }
  /*=====  End of footer  ======*/
}

@media screen and (max-width: 767px) {
  /*==============================
    =            footer            =
    ==============================*/
  footer .logo_wrap {
    width: 118px;
    height: auto;
  }
  footer .logo_wrap .web_logo {
    margin: 0 0 15px;
  }
  footer .grapeco_logo_wrap {
    width: auto;
  }
  footer .grapeco_logo_wrap .grapeco_logo {
    min-width: 88px;
    width: 88px;
  }
  footer .grapeco_logo_wrap .text {
    margin-right: 8px;
    font-size: 13px;
    padding-bottom: 6px;
  }
  footer .right_wrap {
    background-color: #cdb394;
    padding: 78px 0 0;
    min-height: auto;
  }
  footer .left_wrap {
    height: 535px;
  }
  footer .nav_cont ul li {
    padding: 0;
    margin-bottom: 36px !important;
  }
  footer .nav_cont ul li a {
    width: 75%;
    font-size: 30px !important;
    margin: 0;
  }
  footer .nav_cont ul li:nth-child(2n) {
    padding: 0;
  }
  footer .nav_cont ul li:nth-child(2n) a {
    margin: 0 0 0 auto;
  }
  footer .small_nav_wrap {
    padding-top: 26px;
    font-size: 14px;
  }
  footer .copyright_cont .copy_text {
    font-size: 10px;
  }
  footer .copyright_cont .copy_text .fa {
    margin-right: 4px;
  }
  /*=====  End of footer  ======*/
}

/*===========================================
=            Quick contact modal            =
===========================================*/
.contact.quick_contact_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact.quick_contact_modal.active {
  opacity: 1;
  pointer-events: all;
}

.contact.quick_contact_modal .content {
  padding: 77px 85px 52px;
  max-width: 1280px;
  background-color: #dedde0;
  margin: auto;
  width: 100%;
  position: relative;
}

.contact.quick_contact_modal .content::before {
  display: none;
}

.contact.quick_contact_modal .cross {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 40px;
  cursor: pointer;
  height: 40px;
}

.contact.quick_contact_modal .cross::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
}

.contact.quick_contact_modal .cross::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
}

.contact.quick_contact_modal form {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.contact.quick_contact_modal form .input_wrap {
  width: 48%;
}

.contact.quick_contact_modal form .input_wrap.select {
  margin-bottom: 17px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.contact.quick_contact_modal form .submit_wrap {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contact.quick_contact_modal .input_wrap {
    width: 100% !important;
  }
  .contact.quick_contact_modal form .submit_wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact.quick_contact_modal {
    padding: 0 20px;
  }
  .contact.quick_contact_modal .cross {
    top: 10px;
    right: 7px;
  }
  .contact.quick_contact_modal .content {
    padding: 38px 20px 32px;
  }
}

/*=====  End of Quick contact modal  ======*/
/*# sourceMappingURL=styles.css.map */