@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/fontawesome-all.min.css);
@import url('https://fonts.googleapis.com/css?family=Chivo:300,400,700&subset=latin-ext');
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bgs {
  -webkit-background-size: cover;
  background-size: cover;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #ff7607;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #ffb607;
}
p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Chivo', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #222222;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  body {
    padding-bottom: 0 !important;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1100px;
  *zoom: 1;
  position: relative;
  z-index: 2;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff !important;
  background: #ff7607 !important;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  height: auto !important;
  line-height: 22px !important;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  margin-left: 30px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ffb607 !important;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff7607 !important;
}
.button--inverse {
  background-color: #ff7607 !important;
  color: #ffffff !important;
  border: none;
}
.button--inverse:hover {
  background-color: #ffb607 !important;
  color: #ffffff !important;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left {
  z-index: 1;
  opacity: 0;
}
.carousel-fade .carousel-inner .active.left .item__text {
  display: none;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel .carousel-control {
  opacity: 1;
  width: 11px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  .carousel .carousel-control {
    display: none;
  }
}
.carousel .carousel-control > span {
  width: 11px;
  height: 40px;
  font-size: 0;
}
.carousel .carousel-control.left {
  left: 4%;
}
.carousel .carousel-control.left > span {
  background: url(../images/slider-left.png) 0 0 no-repeat;
  -webkit-background-size: 11px 40px;
  background-size: 11px 40px;
  margin-left: 0 !important;
  left: 0;
}
.carousel .carousel-control.right {
  right: 4%;
}
.carousel .carousel-control.right > span {
  background: url(../images/slider-right.png) 0 0 no-repeat;
  -webkit-background-size: 11px 40px;
  background-size: 11px 40px;
  margin-right: 0 !important;
  right: 0;
}
.carousel .carousel-indicators {
  margin-left: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 850px) {
  .carousel .carousel-indicators {
    display: block;
  }
}
.carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: none;
  margin: 0 4px;
}
.carousel .carousel-indicators li.active {
  background-color: #ff7607;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.parallax-window {
  min-height: 800px;
  background: transparent;
}
.downtitle {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  display: block;
  margin-top: 12px;
}
.block {
  position: relative;
  *zoom: 1;
  background-color: #ffffff;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 100px 0;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 50px 0;
  }
}
.block__title {
  font-size: 37px;
  line-height: 43px;
  position: relative;
  font-weight: bold;
  padding-left: 16px;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
    padding-left: 0;
  }
}
.block__title:before {
  content: "";
  width: 60px;
  height: 61px;
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
  background: url(../images/title-dark.png) 0 0 no-repeat;
  -webkit-background-size: 60px 61px;
  background-size: 60px 61px;
}
@media all and (max-width: 767px) {
  .block__title:before {
    display: none !important;
  }
}
.block__title.light:before {
  background: url(../images/title.png) 0 0 no-repeat;
  -webkit-background-size: 60px 61px;
  background-size: 60px 61px;
}
a.block__more {
  float: right;
  color: #222222;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #ff7607;
}
.block__top {
  *zoom: 1;
  margin-bottom: 50px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.main iframe {
  display: block !important;
  width: 100% !important;
}
.main > .wrap {
  min-height: 300px;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 44px;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main h2 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  background-color: #ff7607;
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main ul > li li:before {
  content: "";
  background-color: #ffffff;
  border: thin solid #ff7607;
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7607;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr:first-child td {
  padding-top: 0;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #ff7607;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #222222;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
  margin: 20px;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery-columns-7 .gallery-item {
  width: 12.31% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-7 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-7 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-7 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-7 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.4);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "";
  display: none !important;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 37, 0.81);
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #f3f3f3;
  font-family: 'Chivo';
  padding: 0 20px;
  color: #333;
  border: thin solid #e4e4e4;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #ff7607;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main textarea {
  padding: 20px;
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 16px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #ffb607 !important;
  font-size: 16px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    width: 100% !important;
    display: block;
  }
}
.main input[type=submit]:hover {
  background: #ffbe21 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #ff7607;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #ff7607;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #ff7607;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #222222;
  text-decoration: none;
}
.paginator .current {
  color: #ff7607;
  padding: 10px;
  font-weight: bold;
  background-color: #222222;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #ffb607;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #ff7607;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #eca700;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #ffbe21;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #ffcd54;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #eca700;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #ff7607;
  color: #ffffff;
}
#rform {
  margin-bottom: 40px;
  *zoom: 1;
}
#rform:before,
#rform:after {
  content: "";
  display: table;
}
#rform:after {
  clear: both;
}
#rform input[type=text],
#rform input[type=email],
#rform input[type=date],
#rform select,
#rform textarea {
  background-color: #ffffff;
  height: 30px;
  padding: 0 20px;
  border: none;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  font-size: 16px;
  color: #000000;
  display: block;
  width: 100%;
}
#rform textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#rform input[type=submit] {
  border: none;
  background: #ff7607 none;
  width: 170px;
  height: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
#rform input[type=submit]:hover {
  background: #ffb607 none;
}
#rform textarea {
  padding: 20px;
  height: 150px;
}
#rform .form_table {
  background-color: #e3f7ff;
  padding: 36px 20px;
  border: none;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#rform .form_table tbody {
  display: block;
  width: 100%;
}
#rform .form_table .rr_form_row {
  display: block;
  width: 100%;
}
#rform .form_table td {
  display: block;
  text-align: left;
  width: 100%;
}
#rform .form_table .rr_form_row .rr_required:after {
  position: relative;
  color: #ff1100;
  margin-left: 4px;
  right: 0;
}
#rform .rform-left {
  float: left;
  width: 50%;
}
@media all and (max-width: 767px) {
  #rform .rform-left {
    float: none;
    width: 100%;
  }
}
#rform .rform-right {
  float: right;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  #rform .rform-right {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
#rreviews {
  margin-bottom: 40px;
}
#rreviews .drop_cap {
  display: none;
}
#rreviews .testimonial_group .testimonial .rr_title {
  margin-left: 0;
  margin-right: 0;
}
#rreviews .testimonial {
  display: none;
  background-color: #e8f4fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #rreviews .testimonial {
    width: 100%;
    margin-right: 0;
  }
}
#rreviews .testimonial:nth-child(3) {
  margin-right: 0;
}
#rsnippet {
  text-align: center;
}
.agree {
  position: relative;
  padding-left: 34px;
  margin-top: 10px;
}
.agree input {
  position: absolute;
  left: 13px;
  top: 0;
}
.agree span {
  font-size: 13px;
  line-height: 18px;
  display: block;
}
.agree span strong {
  content: "*";
  position: relative;
  color: #f10;
  margin-left: 4px;
  right: 0;
}
.agree td {
  padding: 0 !important;
}
.agree .rr_form_input {
  padding-top: 0;
}
.small-text {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
}
.headi:after {
  content: "*";
  position: relative;
  color: #f10;
  margin-left: 4px;
  right: 0;
}
.radio_row label {
  font-weight: normal;
  margin-left: 10px;
}
.radio_row label:first-of-type {
  margin-left: 0;
}
.showcase {
  position: relative;
}
#slider {
  background: #000000;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  #slider {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
#slider .item .wrap {
  height: 350px;
  z-index: 3;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item .wrap {
    height: auto;
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
#slider .item__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
#slider .item__text h2 {
  font-size: 50px;
  line-height: 60px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
#slider .item__text h2 span {
  display: inline-block;
  background: rgba(167, 141, 125, 0.64);
  padding: 10px;
}
#slider .item__text h3 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
#slider .item__buttons .button + .button {
  margin-left: 20px;
}
@media all and (max-width: 767px) {
  #slider .item__buttons .button {
    background: #222222 !important;
    color: #ffffff !important;
    border-color: #222222;
  }
}
@media all and (max-width: 600px) {
  #slider .item__buttons .button {
    display: block;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
}
.cleft {
  float: left;
  width: 55%;
  margin-right: 5%;
}
@media all and (max-width: 767px) {
  .cleft {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cright {
  float: left;
  width: 40%;
}
@media all and (max-width: 767px) {
  .cright {
    float: none;
    width: 100%;
  }
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.gal li {
  width: 48.50%;
  margin-right: 3%;
  margin-bottom: 10px;
}
ul.gal li:nth-child(even) {
  margin-right: 0;
}
ul.gal a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.gal a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  ul.gal a:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.tos-caption {
  display: none !important;
}
.revform {
  background-color: #ff7607;
}
.revform .wrap {
  padding: 30px 0;
}
.rr_review_form table.form_table td {
  border-bottom: none;
  padding: 2px 14px !important;
}
@media all and (max-width: 767px) {
  .rr_review_form table.form_table td {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
}
.rr_review_form table.form_table .rr_form_row .rr_form_heading {
  width: 30%;
  vertical-align: middle;
  font-weight: bold;
}
.rr_review_form table.form_table .rr_form_row .rr_form_input {
  width: 70%;
  position: relative;
}
.rr_review_form table.form_table .rr_form_row.agree .rr_form_input {
  padding-left: 34px !important;
}
.revform__text {
  color: #ffffff;
}
.revform__text a {
  color: #ffffff;
  text-decoration: underline;
}
.revform__text a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"] {
    width: 100% !important;
  }
}
@media all and (max-width: 767px) {
  .rr_review_form .form_table .rr_form_row .rr_required::after {
    display: none;
  }
}
/* ------------------ HEADER ----------------*/
.header {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .wrap {
  padding: 30px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .wrap {
    padding: 20px 0;
  }
}
a.logo {
  display: block;
  float: left;
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 207px;
  height: 50px;
  -webkit-background-size: 207px 50px;
  background-size: 207px 50px;
}
a.logo strong {
  color: #ffffff;
}
a.logo:hover {
  color: #ffffff;
  text-decoration: none;
}
/********************* Footer ******************/
.footer {
  background-color: #222;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}
.footer a:hover {
  color: #ff7607;
}
.footer p {
  margin-bottom: 10px;
}
.footer .avr__score {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: right;
  margin-top: 26px;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ffb607;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  font-size: 0;
  float: right;
  margin-top: 27px;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:first-child > a {
  padding-left: 0;
}
.main-menu > li:hover > a {
  color: #ff7607;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-item > a {
  color: #ff7607;
}
.main-menu > li > a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  color: #222222;
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.main-menu > li > a:hover {
  color: #ff7607;
  text-decoration: none;
}
.main-menu .sub-menu {
  background-color: #ff7607;
  position: absolute;
  left: 0;
  top: 100%;
  width: 320px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
}
.main-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a {
  color: #ffb607;
  text-decoration: none;
  background-color: #ff7607;
}
.main-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #ec6a00;
}
.main-menu .sub-menu > li > a {
  font-size: 17px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #dbdbdb;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ec6a00;
}
.header.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #ff7607;
  z-index: 9999;
  top: 100%;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  position: relative;
  top: 0;
  width: 100%;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 1px;
  padding: 6px;
  background-color: #d35e00;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #d35e00;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a {
  padding: 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #ff8421;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: none;
}
