body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  color: #333;
}
h3 {
  font-size: 22px;
}
label {
  font-weight: 500;
}
.dym-content ul {padding-left: 30px;list-style: disc;}
.dym-content ul li {margin-bottom: 10px;list-style: disc !important;}
a {
  color: #06c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
a.link_normal {
  position: relative;
  font-weight: 500;
}
a.link_normal:after {
  font-style: normal;
  font-weight: 400;
  font-family: "ElegantIcons";
  content: "\24";
  top: 3px;
  position: relative;
  margin-left: 3px;
}
p {
  margin: 0 0 25px;
}
strong {
  font-weight: 600;
}
.main_title {
  background-color: rgba(0, 37, 74, 0.8);
  display: inline-block;
  padding: 15px 15px 0;
  position: absolute;
  margin-left: 15px;
  left: 0;
  bottom: 0;
  z-index: 9;
}
hr {
  margin-top: 20px;
  margin-bottom: 25px;
  border-color: #ededed;
  opacity: 1;
}
h4 {
  font-size: 18px;
}
.img-circle {
  border-radius: 50%;
}
a.button_intro,
.button_intro {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff !important;
  background: #f33;
  cursor: pointer;
  padding: 12px 35px;
  display: inline-block;
  outline: none;
  font-size: 13px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a.button_intro:hover,
.button_intro:hover {
  background: #06c;
}
a.btn_1,
.btn_1 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #06c;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
a.btn_1.outline,
.btn_1.outiline,
input .btn_1.outiline {
  color: #555;
  background: none;
  border: 2px solid #555;
  padding: 5px 18px;
}
a.btn_1.outline:hover,
.btn_1.outiline:hover,
input .btn_1.outiline:hover {
  color: #fff;
  background: #e04f67;
  border: 2px solid #e04f67;
}
a.btn_1.medium,
.btn_1.medium {
  padding: 10px 25px;
  font-size: 14px;
}
a.btn_1:hover,
.btn_1:hover {
  background: #f33;
}
a.btn_quote {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: none;
  cursor: pointer;
  padding: 7px 30px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #222;
  float: right;
  white-space: nowrap;
  text-shadow: none;
  margin-top: 5px;
}
a.btn_quote:hover {
  color: #222;
  background: #fff;
}
a.btn_full,
.btn_full {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 100%;
  background: #06c;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
a.btn_full:hover,
.btn_full:hover {
  background: #f33;
}
a.btn_contact,
.btn_contact {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  width: 100%;
  background: #f33;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
a.btn_contact:hover,
.btn_contact:hover {
  background: #06c;
}
#tag_line {
  font-size: 13px;
  color:#fff;
}
a#phone_top {
  position: relative;
  font-weight: 600;
  margin-right: 10px;
  padding-left: 22px;
}
a#phone_top:hover {
  color: #333 !important;
}
a#phone_top:before {
  font-family: "ElegantIcons";
  content: "\e090";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -1px;
}
#opening {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
#opening:before {
  font-family: "ElegantIcons";
  content: "\7d";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -3px;
}
header {
  width: 100%;
  padding: 0;
  background-color: #060d15;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#top_line {
  font-size: 12px;
  background-color: #95c11f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  visibility: visible;
  opacity: 1;
  padding: 8px 0;
}
ul#top_links {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
  float: right;
}
ul#top_links li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  padding-left: 8px;
}
ul#top_links li:first-child {
  border-left: none;
  padding-left: 0;
}
ul#top_links a {
  color: #fff;
}
ul#top_links a:hover {
  color: #000;
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}
.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.parallax_window_in {
  height: 550px;
  position: relative;
  display: table;
  width: 100%;
  z-index: 2;
}
.parallax_window_in.short {
  height: 350px;
  position: relative;
  display: table;
  width: 100%;
  z-index: 2;
}
#sub_content_in {
  display: table-cell;
  padding: 45px 0 0;
  vertical-align: middle;
  text-align: right;
}
.parallax_window_in.short #sub_content_in {
  display: table-cell;
  padding: 45px 0 0;
  vertical-align: bottom;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
}
#sub_content_in h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 0;
}
#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
main {
  background: #fff;
  /* z-index: 2; */
  position: relative;
}
footer {
  background: #222;
  background-color: #060d15;
  color: rgba(255, 255, 255, 0.6);
  padding: 45px 0 0;
}
footer h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: rgba(255, 255, 255, 1);
}
#logo img {
    max-height: 60px;
}
#logo_footer {
  margin: 0 0 15px;
}
footer ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
#social_footer {
  text-align: center;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 10px;
}
#social_footer p {
  font-size: 12px;
  color: #8c8c8c;
}
#social_footer ul {
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
#social_footer ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
#social_footer ul li a {
  color: #fff;
  text-align: center;
  line-height: 36px;
  display: block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  background-color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#social_footer ul li a:hover {
  background: #fff;
  color: #f33;
}
#contact_bg {
  background: url(../img/map_footer.png) no-repeat bottom center;
}
ul#contact_details_footer {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
ul#contact_details_footer li {
  margin-bottom: 20px;
}
ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
  position: relative;
  padding-left: 30px;
}
#address_footer:before,
#phone_footer:before,
#email_footer:before {
  font-style: normal;
  font-weight: 400;
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -5px;
  color: #95c11f;
}
#address_footer:before {
  content: "\e009";
}
#phone_footer:before {
  content: "\e00b";
}
#email_footer:before {
  content: "\e010";
  top: -8px;
}
#copy {
  background-color: #1e1e1e;
  padding: 10px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
#full-slider-wrapper {
  margin-top: 110px;
}
#get_quote {
  background: #ed1c24;
  padding: 30px 0;
  color: #fff;
}
#get_quote h3 {
  color: #fff;
  margin: 5px 0 0;
  font-size: 32px;
  font-weight: 300;
}
.box_style_1.home {
  padding: 20px;
  padding-bottom: 5px;
}
.box_style_1.home ul.feat li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
.box_style_1.home ul.feat li p {
  margin-bottom: 15px;
}
.box_style_1.home ul.feat li:last-child {
  border-bottom: 0;
}
.box_style_1.home ul.feat li:last-child p {
  margin-bottom: 0;
}
.box_style_1.home h3 {
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 18px;
  margin: -20px -20px 20px;
  border-bottom: 2px solid #fff;
}
#how_to {
  background: #629976 url(../img/pattern_green.png) repeat;
  padding: 60px 0 30px;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
#how_to h3 {
  font-family: "Gochi Hand", cursive;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
}
#how_to h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #ffc;
}
#how_to h4:before,
#how_to h4:after {
  display: inline-block;
  width: 20px;
  height: 1px;
  content: "";
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.5);
}
#how_to h4:before {
  margin-right: 10px;
}
#how_to h4:after {
  margin-left: 10px;
}
#feat_home {
  background-color: #f3f3f3;
}
.box_feat_2 {
  text-align: center;
  padding: 30px 30px 0;
}
.box_feat_2 h3 {
  color: #629976;
}
.box_feat {
  position: relative;
  margin-bottom: 35px;
  padding-left: 110px;
  color: #555;
}
.box_feat h3 {
  margin-bottom: 7px;
}
.box_feat span {
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 90px;
}
#feat_home h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.phone_feat {
  text-align: center;
  font-size: 24px;
  margin: 0 0 -15px;
}
.phone_feat a {
  color: #f33;
  font-weight: 700;
}
.phone_feat a:hover {
  color: #222;
}
.intro_title {
  display: table-cell;
  vertical-align: middle;
}
.intro_title h1 {
  font-size: 45px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
}
#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: table;
  height: 100%;
  z-index: 99;
  text-align: center;
}
#hero_video > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10%;
}
#hero_video > div h3 {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 90px 0 5px;
  color: #fff;
}
#hero_video > div p {
  font-size: 28px;
  margin-bottom: 45px;
}
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}
iframe {
  height: 100%;
  width: 100%;
}
video {
  width: 100%;
}
.teaser-video {
  width: 100%;
  height: auto;
}
.header-video--media {
  width: 100%;
  height: auto;
}
.intro_title_booking {
  margin-top: 170px;
}
.intro_title_booking h2 {
  font-size: 46px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.intro_title_booking p {
  color: #fff;
  font-size: 21px;
}
#booking_container {
  position: relative;
  height: 700px;
  padding-top: 155px;
  background: #ccc url(../img/slides/slide_1.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
  z-index: 99;
  border-bottom: 3px solid #f33;
}
#book {
  background: rgba(0, 0, 0, 0.75);
  padding: 30px;
  padding-bottom: 10px;
  position: relative;
}
#book .form-control {
  border: 0;
}
#book .loader,
#book_in .loader {
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.error_message {
  margin: 0 0 5px;
  padding: 0;
  color: #c33;
  display: inline-block;
  font-weight: 600;
}
#book .error_message {
  color: #ff9;
}
#book h3 {
  color: #fff;
  margin-top: 0;
  font-weight: 300;
  font-size: 26px;
}
#book p {
  opacity: 0.8;
}
#intro {
  text-align: center;
}
#intro h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
}
ul.feat#about {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.feat#about li {
  margin-bottom: 20px;
  padding: 20px 25px 10px 85px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
}
ul.feat#about li h4 {
  color: #362f2d;
}
ul.feat#about li p {
  margin-bottom: 20px;
}
ul.feat#about li i {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 42px;
  color: #f33;
}
.promo_full_wp div h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.promo_full_wp div h3 span {
  color: #fff;
  display: block;
  text-transform: none;
  font-size: 24px;
}
.promo_full {
  height: auto;
  background: url(../img/promo_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.promo_full_wp {
  display: table;
  width: 100%;
  height: auto;
}
.promo_full_wp > div {
  display: table-cell;
  padding: 5% 0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  box-sizing: content-box;
}
.box_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 25px 25px 225px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  text-align: left;
  min-height: 125px;
}
.pic {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 190px;
  height: 80px;
}
.pic h4 {
  position: absolute;
  left: 95px;
  top: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.pic h4 small {
  display: block;
  color: #fff;
  margin-top: 3px;
}
.pic figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.pic figure img {
  width: 80px;
  height: auto;
  border: 5px solid rgba(0, 0, 0, 0.2);
}
.comment {
  padding-left: 25px;
  font-style: italic;
  line-height: 1.3;
  font-size: 16px;
}
.team-item-img {
  position: relative;
}
.team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0;
  -moz-transition: all 0.5s ease-in-out 0;
  -webkit-transition: all 0.5s ease-in-out 0;
  -o-transition: all 0.5s ease-in-out 0;
}
.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner {
  margin: auto;
  padding: 25px;
}
.team-item-detail-inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.team-item-detail-inner .social {
  margin: 0 0 25px;
  padding: 0;
}
.team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.team-item-detail-inner .social li a {
  color: #fff;
}
.team-item-detail-inner .social li a:hover {
  color: #f33;
}
.team-item-info {
  padding-top: 15px;
  text-align: center;
}
.team-item-info h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.box_style_1 {
  padding: 10px;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.box_style_3 {
  background: #619979 url(../img/pattern_green.png) repeat;
  padding: 30px 20px 10px;
  color: #fff;
}
.box_style_3 h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.box_style_3 h4:before,
.box_style_3 h4:after {
  display: inline-block;
  width: 20px;
  height: 1px;
  content: "";
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.5);
}
.box_style_3 h4:before {
  margin-right: 10px;
}
.box_style_3 h4:after {
  margin-left: 10px;
}
ul#cat_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
ul#cat_nav li a {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: block;
  margin-bottom: 7px;
  position: relative;
}
ul#cat_nav li a#active {
  background-color: #629976;
  color: #fff;
}
ul#cat_nav li:last-child a {
  margin-bottom: 0;
}
ul#cat_nav li a:before {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-family: "ElegantIcons";
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: 5px;
  content: "\35";
}
img.img-fluid.border {
  border-bottom: 3px solid #f33 !important;
}
ul.feat {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
ul.feat li {
  padding-left: 70px;
  position: relative;
}
ul.feat li img {
  position: absolute;
  left: 0;
  top: 0;
}
.strip h4 {
  margin-top: 0;
}
.strip {
  padding: 40px 0 20px;
  border-top: 1px dashed #ddd;
}
.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}
.form_title h3 strong {
  background-color: #f33;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.form_title h3 {
  margin: 0;
  padding: 0;
}
.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}
.step {
  border-left: 1px solid #ddd;
  padding: 20px 0 20px 31px;
  margin: 0 0 10px 20px;
}
.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 14px;
}
.form-group.options {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.form-group.options strong {
  position: relative;
  top: 5px;
}
label.error {
  font-size: 11px;
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 99;
  height: 25px;
  line-height: 25px;
  background-color: #e34f4f;
  color: #fff;
  font-weight: 400;
  padding: 0 6px;
}
label.error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}
.button-back {
  float: left;
}
.button-next {
  float: right;
}
a.button-back,
a.button-next {
  text-decoration: none;
  color: #fff;
}
.button-back,
.button-next {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #06c;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.button-back:hover,
.button-next:hover {
  background: #333;
  text-decoration: none;
}
#custom .step {
  clear: left;
  background: #f3f3f3;
  padding: 30px;
  margin: 0;
  border: 0;
}
#custom .step label {
  display: block;
  position: relative;
}
#custom .step legend {
  font-size: 11px;
}
#custom .step .form-group {
  margin-bottom: 20px;
}
#custom .step h3 {
  margin: 0 0 20px;
}
ul.stepy-titles {
  margin: 0;
  padding: 0;
}
.stepy-titles {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  height: 40px;
}
.stepy-titles li:first-child {
  margin-left: 0;
}
.stepy-titles li {
  cursor: pointer;
  float: left;
  padding: 7px 20px;
  background: #f3f3f3;
  font-weight: 600;
  margin-bottom: 2px;
  margin-left: 2px;
  position: relative;
  font-size: 16px;
}
.stepy-titles li span {
  font-size: 11px;
  display: block;
  font-weight: 400;
}
.stepy-titles .current-step {
  cursor: auto;
  background: #f33;
  padding: 7px 20px;
  color: #fff;
}
.form-control.error {
  background: #fdf5f5;
}
.stepy-error {
  display: block;
}
.stepy-error label.error {
  background: #e34f4f url(../img/alert.png) no-repeat 5px center;
  color: #fff;
  display: block;
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px 0 25px;
  margin: 8px 5px 2px 0;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -opera-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: static;
  line-height: normal;
  font-weight: 500;
}
.stepy-error label.error:after {
  border-width: 0;
}
input[type="submit"].finish {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #f33;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  margin-top: 20px;
}
input[type="submit"].finish:hover {
  background: #333;
}
input#website {
  display: none;
}
.modal-dialog {
  margin-top: 80px;
}
.styled-select select {
  background: transparent;
  width: 107%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 41px;
  color: #999;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.styled-select select:focus {
  color: #555;
}
.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: #fff url(../img/arrow_down.svg) no-repeat right center;
  border: 1px solid #ddd9d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.styled-select select::-ms-expand {
  display: none;
}
.styled-select select:focus {
  outline: none;
  box-shadow: none;
}
.box_quote {
  padding-right: 30px;
}
.box_quote h3 {
  font-size: 32px;
  margin-top: 0;
}
.box_quote h3 strong {
  color: #f33;
  display: block;
}
.box_quote ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.box_quote ul li {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.box_quote ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
a.call_us_bt {
  background-color: #f33;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
}
.box_style_4 {
  background: #fafafa;
  padding: 25px;
  margin-bottom: 20px;
  border-top: 3px solid #f33;
}
.box_style_4 ul {
  padding: 0 0 0 25px;
  margin: 0;
}
.box_style_4 ul li {
  margin: 0 0 10px;
}
#map {
  width: 100%;
  height: 350px;
  border: 3px solid #ededed;
}
.box_style_4 h3 {
  margin-top: 0;
}
.error_message {
  font-weight: 700;
  color: #e34f4f;
  margin-bottom: 5px;
}
.modal-dialog {
  margin-top: 120px;
}
.gray_bg {
  background-color: #fafafa;
}
.box_style_2 {
  padding: 10px 25px 0;
  margin-bottom: 20px;
  border: 1px dashed #ddd;
}
.box_style_2 h4 {
  margin: 10px 0 20px;
}
.box_style_2 h5 {
  font-size: 21px;
}
.box_style_2 ul {
  padding-left: 20px;
  padding-bottom: 10px;
}
.box_style_2 ul li {
  margin-bottom: 10px;
}
.box_style_2 ul li:last-child {
  margin-bottom: 0;
}
.quote_banner a {
  background-color: #362f2d;
  color: #fff;
  display: block;
  padding: 17px 15px 15px 45px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.quote_banner {
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote_banner:before {
  font-style: normal;
  font-weight: 400;
  font-family: "ElegantIcons";
  content: "\e0ee";
  top: 15px;
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  color: #fff;
}
.quote_banner a:hover {
  background-color: #ed1c24;
}
.form-control {
  font-size: 14px;
  color: #333;
  border-radius: 3px;
  height: 40px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
#booking .form-group {
  position: relative;
}
#toTop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 10px;
  line-height: 20px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 20px;
  z-index:9999;
}
#toTop:before {
  font-style: normal;
  font-weight: 400;
  font-family: "fontello";
  content: "\e899";
}
#toTop:hover {
  color:#95c11f;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.add_bottom_15 {
  margin-bottom: 15px;
}
.add_bottom_30 {
  margin-bottom: 30px;
}
.add_bottom_45 {
  margin-bottom: 45px;
}
.add_bottom_60 {
  margin-bottom: 60px;
}
ul.list_ok {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  line-height: 22px;
}
ul.list_ok li {
  position: relative;
  padding-left: 25px;
}
ul.list_ok li strong {
  position: relative;
}
ul.list_ok li:before {
  font-style: normal;
  font-style: normal;
  font-family: "ElegantIcons";
  font-size: 14px;
  content: "\4e";
  color: #f33;
  position: absolute;
  left: 0;
  top: 0;
}
ul.list_order {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}
ul.list_order li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
ul.list_order li span {
  background-color: #e04f67;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
ul.list_2 {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
ul.list_2 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
ul.list_2 li strong {
  font-weight: 600;
}
ul.list_2 li:before {
  font-style: normal;
  font-style: normal;
  font-family: "ElegantIcons";
  font-size: 14px;
  content: "\5c";
  color: #f33;
  position: absolute;
  left: 0;
  top: 0;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
.margin_60_25 {
  padding-top: 60px;
  padding-bottom: 25px;
}
.margin_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bg_content {
  display: table;
  width: 100%;
  height: 500px;
  background: url(../img/bg_parallax.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.bg_content > div {
  display: table-cell;
  padding: 0 20%;
  vertical-align: middle;
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.5);
}
.bg_content div h3 {
  font-size: 48px;
  font-weight: 300;
  color: #222;
}
.bg_content div h3 strong {
  font-weight: 500;
}
.bg_content div a i {
  color: #f33;
  font-size: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg_content div a:hover i {
  color: #222;
}
#position {
  color: #fff;
  font-size: 13px;
  margin-top: 42px;
}
#position ul li:first-child {
  padding-left: 20px;
}
#position ul li:first-child:before {
  content: "\eaf4";
  font-style: normal;
  font-weight: 400;
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 1px;
  color: #fff;
}
#position ul {
  margin: 0;
  padding: 0;
  float: right;
}
#position ul li a {
  color: #fff;
  opacity: 0.7;
}
#position ul li a:hover {
  color: #fff;
  opacity: 1;
}
#position ul li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}
#position ul li:after {
  content: "\e9ee";
  font-style: normal;
  font-weight: 400;
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 1px;
}
#position ul li:last-child:after {
  content: "";
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.sk-spinner-wave.sk-spinner {
  margin: -15px 0 0 -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.ie8 .sk-spinner-wave.sk-spinner {
  display: none;
}
.sk-spinner-wave div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-title a {
  display: block;
  color: #333;
}
.panel-default > .panel-heading {
  background-color: #f9f9f9;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.loader {
  margin-left: 5px;
  position: absolute;
}
blockquote.styled {
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
.tab-content {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 25px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #95c11f;
}
figure.animated {
  overflow: hidden;
  border-bottom: 3px solid #95c11f;
}
figure.animated a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.animated a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body#confirmation {
  background-color: #f33;
}
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 150px;
  margin-top: -120px;
  margin-left: -195px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 45px;
  box-sizing: content-box;
}
#success h4 {
  margin: 15px 0 0;
  font-weight: 300;
}
#success small {
  color: #777;
}
#success h4 span {
  display: block;
  font-size: 24px;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}
.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
} /*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/*************************
     Margin top
*************************/
/*.mt-0 { margin-top: 0 !important; }*/
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/*************************
    Margin right
*************************/
/*.mr-0 { margin-right: 0!important }*/
.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

/*************************
    Margin bottom
*************************/
/*.mb-0 { margin-bottom: 0!important }*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/*************************
    Margin left
*************************/
/*.ml-0 { margin-left: 0!important }*/
.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

/*************************
    Padding top
*************************/
/*.pt-0 { padding-top: 0!important }*/
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/*************************
    Padding right
*************************/
/*.pr-0 { padding-right: 0!important }*/
.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

/*************************
    Padding bottom
*************************/
/*.pb-0 { padding-bottom: 0!important }*/
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/*************************
    Padding left
*************************/
/*.pl-0 { padding-left: 0!important }*/
.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

/*min height*/
.min-h-200 {
  min-height: 200px;
}

.min-h-230 {
  min-height: 230px;
}

.min-h-260 {
  min-height: 260px;
}

.min-h-290 {
  min-height: 290px;
}

.min-h-320 {
  min-height: 320px;
}

.min-h-350 {
  min-height: 350px;
}

.min-h-380 {
  min-height: 380px;
}

.min-h-410 {
  min-height: 410px;
}

.min-h-440 {
  min-height: 440px;
}

.min-h-470 {
  min-height: 470px;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-550 {
  min-height: 550px;
}

/*max height*/
.max-h-200 {
  max-height: 200px;
}

.max-h-230 {
  max-height: 230px;
}

.max-h-260 {
  max-height: 260px;
}

.max-h-290 {
  max-height: 290px;
}

.max-h-320 {
  max-height: 320px;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-380 {
  max-height: 380px;
}

.max-h-410 {
  max-height: 410px;
}

.max-h-440 {
  max-height: 440px;
}

.max-h-470 {
  max-height: 470px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}
.theme-color {
  color: #95c11f;
}
.feature-text {
  text-align: center;
  position: relative;
}

.feature-text .text-left {
  text-align: left;
}

.feature-text.text-start .feature-icon span,
.feature-text.text-start .feature-icon i {
  padding-left: 0;
}

.feature-text.text-right .feature-icon span,
.feature-text.text-right .feature-icon i {
  padding-right: 0;
}

.feature-text.text-right {
  text-align: right;
}

.feature-text .feature-icon span,
.feature-text .feature-icon i {
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.feature-text.round .feature-icon span,
.feature-text.round .feature-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  border-radius: 50%;
  padding-left: 0px;
}

.feature-text.feature-border .feature-icon span,
.feature-text.feature-border .feature-icon i {
  color: #323232;
  background: transparent;
  border: 2px solid #323232;
  padding-left: 0px;
}

.feature-text.gray-icon .feature-icon span,
.feature-text.gray-icon .feature-icon i {
  color: #323232;
  background: #f6f7f8;
  padding-left: 0px;
}

.feature-text.theme-icon .feature-icon span,
.feature-text.theme-icon .feature-icon i {
  color: #ffffff;
  background: #84ba3f;
  padding-left: 0px;
}

.feature-text.shadow .feature-icon span,
.feature-text.shadow .feature-icon i {
  color: #323232;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  padding-left: 0px;
}

.feature-text.square .feature-icon span,
.feature-text.square .feature-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  padding-left: 0px;
}

.feature-text.text-center .feature-icon span,
.feature-text.text-center .feature-icon i {
  padding-left: 0;
}

/*left-icon*/
.feature-text.left-icon .feature-info {
  text-align: left;
  padding-left: 60px;
}

.feature-text.left-icon .feature-icon span,
.feature-text.left-icon .feature-icon i {
  padding-left: 0;
}

.feature-text.left-icon .feature-icon {
  position: absolute;
  left: 0;
}

/*right-icon*/
.feature-text.right-icon .feature-info {
  text-align: right;
  padding-right: 60px;
}

.feature-text.right-icon .feature-icon {
  position: absolute;
  right: 0;
}

.feature-text.left-icon.round .feature-info {
  padding-left: 90px;
}

.feature-text.right-icon.round .feature-info {
  padding-right: 90px;
}

.feature-text.left-icon.square .feature-info {
  padding-left: 100px;
}

.feature-text.right-icon.square .feature-info {
  padding-right: 100px;
}

/*box-shadow*/
.feature-text.box-shadow {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.09);
  padding: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.feature-text.box-shadow:hover {
  box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
}

/*border-box*/
.feature-text.border-box {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

/*button*/
.feature-text .button {
  margin-top: 10px;
}

.feature-text.round:hover .feature-icon i,
.feature-text.round:hover .feature-icon span {
  background: #84ba3f;
  color: #ffffff;
  border-color: #84ba3f;
}

.feature-text.theme-icon:hover .feature-icon span,
.feature-text.theme-icon:hover .feature-icon i {
  background: #323232;
  color: #ffffff;
}

.feature-text.square:hover .feature-icon i,
.feature-text.square:hover .feature-icon span {
  background: #84ba3f;
  color: #ffffff;
  border-color: #84ba3f;
}

.feature-text.square.theme-icon:hover .feature-icon span,
.feature-text.square.theme-icon:hover .feature-icon i {
  background: #323232;
  color: #ffffff;
}

/*feature-box*/
.awesome-features .img-side img {
  position: absolute;
  top: -30px;
  left: 0;
}

.feature-box {
  border: 1px solid #e6e6e6;
  padding: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.feature-box-content {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
  z-index: 9;
}

.feature-box i {
  width: 100%;
  font-size: 30px;
  color: #84ba3f;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-box h4 {
  text-transform: none;
  padding: 30px 0 0px;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}

.feature-box p {
  transition: all 0.3s ease-out 0s;
}

.feature-box a {
  font-size: 16px;
  font-weight: 300;
  color: #808080;
  margin: 25px 0 10px;
  padding: 0 30px;
  display: block;
  position: relative;
  z-index: 3;
}

.feature-box .feature-box-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

.feature-box .feature-border {
  position: absolute;
  background: #84ba3f;
  height: 0px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-box:hover .feature-box-img,
.feature-box.active .feature-box-img {
  opacity: 1;
}

.feature-box:hover .feature-border,
.feature-box.active .feature-border {
  height: 45px;
}

.feature-box:hover i,
.feature-box.active i {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.feature-box:hover h4,
.feature-box.active h4,
.feature-box:hover p,
.feature-box.active p {
  color: #fff;
}

.feature-box:hover a,
.feature-box.active a {
  color: #fff;
}

.feature-box:hover:before,
.feature-box.active:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/*************************************
         portfolio  item
 **************************************/
.portfolio-title {
  padding: 100px 60px 30px;
}
.portfolio-title span {
  display: block;
}
.portfolio-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  border: 0;
  position: relative;
  border: 4px solid #000;
}
.portfolio-item img {
  width: 100%;
  -webkit-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio-item .portfolio-overlay {
  width: 100%;
  background: #ed1c24;
  padding: 10px 0px;
  position: absolute;
  bottom: -80px;
  display: block;
  margin-top: 0;
  float: left;
  z-index: 9;
  text-align: left;
  padding-left: 20px;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-item .portfolio-overlay h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.portfolio-item .portfolio-overlay a:hover {
  color: #323232;
}
.portfolio-item .portfolio-overlay span {
  font-weight: 400;
  font-size: 14px;
}
.portfolio-item .portfolio-overlay span a {
  color: #ffffff;
}
.portfolio-item .portfolio-overlay span a:hover {
  color: #323232;
}
.portfolio-item a.popup {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 9;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 0px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-item a.popup:hover {
  background: #ed1c24;
  color: #ffffff;
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-item:hover a.popup {
  opacity: 1;
  top: 20px;
}
.portfolio-item:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 115%;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-item.only-popup {
  width: 100%;
  text-align: center;
}
.portfolio-item.only-popup a.popup {
  display: inline-block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.portfolio-item:hover .portfolio-overlay {
  bottom: 0;
}
/* no-title */
.no-title .portfolio-item .portfolio-overlay {
  position: inherit;
  bottom: inherit;
  background: #f6f7f8;
}
.no-title .portfolio-item .portfolio-overlay a,
.no-title .portfolio-item .portfolio-overlay span {
  color: #323232;
}
.no-title .portfolio-item .portfolio-overlay a:hover {
  color: #ed1c24;
}

/*youtube-video*/
.popup-video {
  position: relative;
}
.popup-video .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.popup-video .play-video {
  width: 50px;
  height: 50px;
}
.popup-video .play-video a {
  width: 50px;
  height: 50px;
}
.popup-video .play-video a i {
  line-height: 50px;
  font-size: 24px;
}
.popup-video .play-video:hover {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background-color: #ffffff;
}
.popup-video .play-video:hover a {
  color: #84ba3f;
}
.play-video {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.play-video {
  background-color: #84ba3f;
}
.play-video a {
  color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  padding-left: 5px;
  transform: translateX(-50%);
}
.play-video a i {
  line-height: 100px;
}
.play-video:hover a {
  color: #84ba3f;
}
.play-video:after {
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.play-video:hover {
  background: #ffffff;
  color: #84ba3f;
  border-color: transparent !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 2px 6px 18px transparent !important;
  -moz-box-shadow: 2px 6px 18px transparent !important;
  box-shadow: 2px 6px 18px transparent !important;
}
.play-video:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#wht{position:fixed;background:#4DC247;width:50px;height:50px;line-height:32px;border-radius:25px;cursor:pointer;z-index:999999;transition:all 0.2s linear;bottom:25px;left:20px;text-align:center;box-shadow:rgb(0 0 0 / 40%) 2px 2px 6px;padding-top:7.5px}
.subpage a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#555;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
}
.subpage a:hover {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}
 .btn-wp {
    font-size: 14px;
    background: #ffffff;
    border-color: #29a628;
    border-width: 2px;
    color: #29a628;
    font-weight: 500;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
}
.btn-wp:hover {
    background: #29a628;
    color: #fff;
}
.btn-wp i  {
    font-size: 32px;
    margin-right: 16px;
}