@charset "utf-8";
/* ISWH Common CSS */
body {
  color: #000000;
  font-family: 'Chivo', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
}
*, *:focus {
  outline: none;
}
a {
  color: #000000;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #3a5897;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f8f8f8;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
figure {
  margin: 0;
}
::selection {
  background: #3a5897;
  color: #ffffff;
}
::-webkit-selection {
  background: #3a5897;
  color: #ffffff;
}
::-moz-selection {
  background: #3a5897;
  color: #ffffff;
}
::-o-selection {
  background: #3a5897;
  color: #ffffff;
}
::-ms-selection {
  background: #3a5897;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #a3a3a3 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #a3a3a3 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a3a3a3 !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #a3a3a3 !important;
  opacity: 1;
}
/* Form CSS */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 55px;
  padding: 13px 30px;
  background: #f4f4f4;
  color: #a3a3a3;
  font-size: 16px;
  border: 1px solid #ffffff;
  transition: all ease .4s;
  border-radius: 50px;
  appearance: none;
}
.form-control:focus {
  background-color: #f4f4f4;
  border-color: #e0e0e0;
  box-shadow: none;
}
textarea.form-control {
  height: 210px;
  resize: none;
}
input[type="submit"] {
  border: 1px solid transparent;
  transition: all ease .4s;
}
select.form-control {
  padding: 8px 50px 15px 15px;
  background-image: url(../images/icon14.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 34px auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control::-ms-expand {
  display: none;
}
button[type="submit"] {
  border: none;
}
/* Normal CSS */
.iswh-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.iswh-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.iswh-btn {
  display: inline-block;
  min-width: 110px;
  padding: 8px 10px;
  background: #165671;
  color: #ffffff;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease .4s;
  border-radius: 35px;
}
.iswh-btn:hover, .iswh-btn:focus {
  background: #e64b4e;
  color: #ffffff;
}
.iswh-btg-btn {
  min-width: 160px;
  padding: 11px 20px;
  background: #e64b4e;
  font-size: 16px;
}
.iswh-btg-btn:hover, .iswh-btg-btn:focus {
  background: #165671;
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  height: 100vh;
  min-height: 600px;
  background-image: url(../images/background1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ca1c6+0,7db9e8+100&1+24,1+24,0+100 */
  background: -moz-linear-gradient(top,  rgba(76,161,198,1) 0%, rgba(88,167,206,1) 24%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(76,161,198,1) 0%,rgba(88,167,206,1) 24%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(76,161,198,1) 0%,rgba(88,167,206,1) 24%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca1c6', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  content: "";
  z-index: 1;
}
/* Iswh Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 5;
}
.header-right {
  text-align: right;
}
.header-info {
  padding-bottom: 18px;
}
.header-right .iswh-social {
  padding: 0 0 0 20px;
}
.header-right .iswh-social a {
  color: #ffffff;
}
.header-right .iswh-social a:hover, .header-right .iswh-social a:focus {
  color: #ffffff;
  opacity: 0.75;
}
.header-right .iswh-social a .mobile-icon {
  display: none;
}
.iswh-social {
  display: inline-block;
  vertical-align: middle;
}
.iswh-social a {
  display: inline-block;
  font-size: 18px;
  margin: 0 6px;
  color: #9c9c9c;
}
.iswh-social a:hover {
  color: #3a5897;
}
.iswh-social a img {
  display: inline-block;
  margin-top: -3px;
}
.iswh-social a .hover-social, .iswh-social a:hover .default-social, .iswh-social a:focus .default-social {
  display: none;
}
.iswh-social a:hover .hover-social, .iswh-social a:focus .hover-social {
  display: inline-block;
}
.header-link {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
.header-link i {
  color: #e64b4e;
}
.header-link:hover, .header-link:focus {
  color: #ffffff;
  opacity: 0.6;
}
nav {
  display: inline-block;
  vertical-align: middle;
}
nav ul {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
}
nav > ul > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
nav ul li:last-child {
  margin-right: 0;
}
nav > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  color: inherit;
  position: relative;
}
nav > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
nav > ul > li:hover > a:after {
  width: 100%;
}
nav > ul > li:hover > a, nav > ul > li > a:focus {
  color: #ffffff;
  opacity: 0.6;
}
nav ul li:hover ul.dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
ul.dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 230px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all ease .4s;
  z-index: 5;
}
ul.dropdown li {
  display: block;
  margin: 0;
}
ul.dropdown li a {
  display: block;
  padding: 13px 20px;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
}
ul.dropdown li a:hover {
  color: #3a5897;
}
.header-nav-link {
  display: inline-block;
  vertical-align: middle;
}
.header-nav-link a {
  display: inline-block;
  margin-left: 30px;
}
.header-nav-link a:hover {
  opacity: 0.6;
}
.header-nav-link .iswh-toggle:hover {
  opacity: 1;
}
.header-nav-link .iswh-toggle {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 14px;
}
.iswh-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: #ffffff;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.iswh-toggle .toggle-separator:before, .iswh-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.iswh-toggle .toggle-separator:after {
  top: 6px;
}
.iswh-toggle.active .toggle-separator {
  background: none;
}
.iswh-toggle.active .toggle-separator:before {
  top: -6px;
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.iswh-toggle.active .toggle-separator:after {
  top: 6px;
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg)
}
/* Iswh Banner */
.iswh-banner {
  position: relative;
}
.iswh-search {
  padding-bottom: 40px;
  max-width: 600px;
  margin: 0 auto;
}
.iswh-search .form-group {
  margin-bottom: 0;
  position: relative;
}
.iswh-search .form-control {
  padding-right: 70px;
  background: rgba(255, 255, 255, 0.8);
}
.iswh-search button[type="submit"], body div.asl_w .probox .promagnifier {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 55px;
  width: 80px;
  background-color: transparent;
  background-image: url(../images/icon4.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 26px auto;
  z-index: 2;
}
.banner-links-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,4ca1c6+100&0+0,1+76 */
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(65,143,187,1) 76%, rgba(76,161,198,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(65,143,187,1) 76%,rgba(76,161,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(65,143,187,1) 76%,rgba(76,161,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#4ca1c6',GradientType=0 ); /* IE6-9 */
  z-index: 3;
}
.banner-links-wrap:before, .banner-links-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 140px;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,4ca1c6+100&0+0,1+76 */
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(65,143,187,1) 76%, rgba(76,161,198,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(65,143,187,1) 76%,rgba(76,161,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(65,143,187,1) 76%,rgba(76,161,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#4ca1c6',GradientType=0 ); /* IE6-9 */
  content: "";
  z-index: 2;
}
.banner-links-wrap:after {
  left: auto;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,4ca1c6+100&0+0,1+76 */
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(65,143,187,1) 76%, rgba(76,161,198,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(65,143,187,1) 76%,rgba(76,161,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(65,143,187,1) 76%,rgba(76,161,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#4ca1c6',GradientType=0 ); /* IE6-9 */
}
.banner-links {
  padding: 35px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.banner-links ul {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  list-style: none;
}
.banner-links ul li {
  display: inline-block;
  padding: 0 25px;
}
.banner-links ul li a {
  display: inline-block;
  color: inherit;
}
.banner-links ul li a:hover {
  opacity: 0.6;
}
/*.banner-text {
  width: 950px;
  padding: 40px 50px 30px;
  margin: 70px auto;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}*/
/* Iswh Footer */
footer {
  padding-top: 80px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,bbbbbb+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(187,187,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(187,187,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}
footer ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0; 
  list-style: none;
}
footer ul li {
  display: inline-block;
  width: 34%;
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 16px;
  font-size: 14px;
  text-transform: uppercase;
}
footer ul li a {
  display: inline-block;
}
footer ul li a:hover, footer ul li a:focus {
  color: #e64b4e;
}
.fa-discord:before {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 16px;
  margin-top: -4px;
  background-image: url(../images/discord01.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  content: "";
}
.iswh-social.rounded a .fa-discord:before {
  width: 18px;
  height: 13px;
  background-image: url(../images/discord02.png);
  background-size: 18px auto;
}
.iswh-social.rounded a:hover .fa-discord:before, .iswh-social.rounded a:focus .fa-discord:before {
  background-image: url(../images/discord01.png);
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.iswh-social.rounded {
  display: block;
  padding-bottom: 20px;
}
.iswh-social.rounded a {
  width: 34px;
  height: 34px;
  margin: 0 0 0 5px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
}
.iswh-social.rounded a:hover, .iswh-social.rounded a:focus {
  background: #3a5897;
  border-color: #3a5897;
  color: #ffffff;
}
.iswh-copyright {
  padding: 25px 0;
  margin-top: 70px;
  text-align: center;
  border-top: 1px solid #bababa;
}
/* Spirits Page CSS */
/* Banner Style Two */
.banner-style-two {
  height: 300px;
  background-image: url(../images/background4.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.banner-style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ca0c5+0,4ca0c5+100&1+8,1+22,0+100 */
  background: -moz-linear-gradient(top,  rgba(76,160,197,1) 0%, rgba(76,160,197,1) 8%, rgba(76,160,197,1) 22%, rgba(76,160,197,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(76,160,197,1) 0%,rgba(76,160,197,1) 8%,rgba(76,160,197,1) 22%,rgba(76,160,197,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(76,160,197,1) 0%,rgba(76,160,197,1) 8%,rgba(76,160,197,1) 22%,rgba(76,160,197,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca0c5', endColorstr='#004ca0c5',GradientType=0 ); /* IE6-9 */
  content: "";
  z-index: 0;
}
.banner-style-two .iswh-align-wrap {
  vertical-align: bottom;
}
.page-title {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  z-index: 2;
}
.page-title:before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  background: #ffffff;
  content: "";
  z-index: 1;
}
.page-title h2 {
  padding-bottom: 0;
  font-size: 36px;
  line-height: 42px;
}
.page-title p {
  padding-bottom: 0;
  color: #ffffff;
}
/* Iswh Mid Wrap */
.iswh-mid-wrap {
  padding: 60px 0 20px;
}
.iswh-item .iswh-image {
  overflow: hidden;
}
.iswh-item .iswh-image img {
  transition: all ease .4s;
}
.iswh-item .row:hover  .iswh-image img {
  transform: scale(1.1);
}
.image-style-two {
  display: inline-block;
  border: 1px solid #eeeeee;
}
.iswh-item h2 {
  padding: 22px 0;
  font-size: 26px;
}
.iswh-item {
  position: relative;
}
.iswh-item ul {
  padding: 0;
  margin: 0;
}
.iswh-item ul li {
  padding-left: 30px;
  padding-bottom: 10px;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
  background-image: url("../images/icon5.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.iswh-item-wrap {
  padding: 30px 0 40px;
}
.iswh-item-wrap.item-wrap-two {
  padding-top: 0;
}
.iswh-item-wrap.item-wrap-two h2 {
  padding-bottom: 10px;
}
.iswh-item-wrap h2 {
  padding: 0 0 20px;
  font-size: 25px;
}
.iswh-item-info {
  position: relative;
  padding: 30px 30px 20px;
  margin: 85px 0 0 -125px;
  background: #ffffff;
  border: 1px solid #dedede;
  z-index: 1;
}
.style-two .iswh-item-info {
  margin-left: 0;
  margin-right: -125px;
}
.iswh-link {
  display: inline-block;
  margin-top: 10px;
  color: #3a5897;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.iswh-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3a5897;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.iswh-link:hover:after {
  width: 100%;
}
.iswh-item .row {
  margin: 0 -25px;
  position: relative;
}
.iswh-item > .row + .row {
  margin-top: 60px;
}
.iswh-item [class*="col-"] {
  padding: 0 25px;
}
.small-title {
  margin-bottom: 35px;
}
.small-title p {
  padding-bottom: 15px;
}
.iswh-middle-title {
  padding: 65px 0 25px;
  margin-bottom: 20px;
  font-size: 32px;
  border-bottom: 1px solid #eeeeee;
}
.title-item .iswh-item-info {
  margin-top: 0;
}
.gray-block {
  padding: 30px 0;
  background-color: #f9f9f9;
  border: none;
}
.gray-block ul {
  font-weight: 400;
  text-transform: none;
}
.gray-block ul li {
  color: #000000;
}
.iswh-btc {
  padding-top: 50px;
}
.iswh-bg {
  height: 180px;
  margin-top: -100px;
  background-image: url(../images/background15.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.iswh-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
  content: "";
  z-index: 1;
}
.page-id-114 .iswh-mid-wrap .iswh-item {
  margin-bottom: 50px;
}
.page-id-114 .iswh-mid-wrap .iswh-item:first-child, .page-id-114 .iswh-mid-wrap .iswh-item:last-child {
  margin-bottom: 0;
}

/* Contact Page CSS */
.contact-form {
  max-width: 700px;
  padding: 80px 50px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body #ajaxsearchlite1 .probox, body div.asl_w .probox {
  height: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  position: relative;
}
body #ajaxsearchlite1 .probox .proinput, body div.asl_w .probox .proinput {
  padding: 0;
  margin: 0;
}
body #ajaxsearchlite1 .probox .proinput input[type="search"], body div.asl_w .probox .proinput input[type="search"] {
  width: 100%;
  height: auto;
  padding: 18px 70px 18px 30px !important;
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #a3a3a3 !important;
  box-sizing: border-box;
}
body #ajaxsearchlite1 .probox .proinput .autocomplete {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #a3a3a3 !important;
  opacity: 0;
}
body div.asl_w .probox .promagnifier {
  border: none;
  box-shadow: none;
}
body div.asl_w .probox .promagnifier .innericon svg {
  display: none;
}
body div.asl_m .probox .proclose {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
select#gtranslate_selector {
  padding-left: 20px;
  margin-left: 20px;
  width: 20px;
  background: url("../images/icon3.png");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: 16px auto;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -9999px;
}
select#gtranslate_selector option {
  padding-left: 0 !important;
}
select#gtranslate_selector::-ms-expand {
  display: none;
}
body div.asl_w .probox .proinput input::-webkit-input-placeholder {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #a3a3a3 !important;
  opacity: 1;
}
body div.asl_w .probox .proinput input::-moz-placeholder {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #a3a3a3 !important;
  opacity: 1;
}
body div.asl_w .probox .proinput input:-ms-input-placeholder {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #a3a3a3 !important;
  opacity: 1;
}
body div.asl_w .probox .proinput input:-moz-placeholder {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #a3a3a3 !important;
  opacity: 1;
}
.error-404 .page-content {
  max-width: 1170px;
  margin: 0 auto 50px;
}
.error-404 .page-header {
  position: static;
  max-width: 1170px;
  margin: 0 auto;
}
.error-404 .page-header .page-title {
  padding-left: 0;
}