@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:300italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:500);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/*========================================================
                    Variables
=========================================================*/
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: url(../images/bg.jpg);
  font: 14px/30px 'Arial', sans-serif;
  color: #646464;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
* {
  -webkit-text-size-adjust: none;
}
:focus {
  outline: medium none !important;
}
h3 {
  text-align: center;
  font: 30px/30px 'Roboto', sans-serif;
  color: #646464;
  font-weight: 500;
  letter-spacing: 0.1px;
}
h4 {
  font: 18px/18px 'Roboto', sans-serif;
  color: #4fc1e9;
  font-weight: 500;
}
h4 a:hover {
  color: #646464;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 0 0 20px;
  background: #000;
  position: relative;
}
.header-wrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/header-bg__big.jpg) repeat-x;
  background-size: 5px 920px;
}
.header-wrapper_sub {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/header-bg.jpg) repeat-x;
  background-size: 5px 143px;
}
.header-top {
  text-align: right;
  font: 18px/18px 'Roboto', sans-serif;
  color: #ffffff;
  padding: 12px 0 11px;
  position: relative;
  z-index: 1;
}
.header-top span {
  padding-left: 4px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.menu-wrapper {
  position: relative;
  background: #1f1f1f;
  width: 100%;
  height: 82px;
  margin-bottom: 20px;
}
.menu-wrapper_sub {
  margin-bottom: 0;
}
h1 {
  display: inline-block;
  float: left;
  margin: 13px 10px 13px 22px;
}
.slider-wrapper {
  margin-bottom: 20px;
}
.header-info {
  position: relative;
  background: #343434;
  width: 100%;
  height: 82px;
  padding: 26px 0 26px 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-info span {
  display: inline-block;
  font: 30px/30px 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
}
.header-info .btn {
  display: inline-block;
  float: right;
  margin-top: -8px;
  margin-right: 31px;
}
.header-info .btn_main {
  width: 177px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 0 11px;
}
/* Main menu styles
========================================================*/
nav {
  display: inline-block;
  float: right;
}
.sf-menu {
  float: right;
  padding-right: 15px;
}
.sf-menu > li {
  float: left;
  position: relative;
}
.sf-menu > li > a {
  display: block;
  position: relative;
  z-index: 9;
  font: 18px/18px 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 34px 16px 30px 15px;
  color: #ffffff;
  overflow: hidden;
}
.sf-menu > li > a:after,
.sf-menu > li > a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 50%;
  background: #343434;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sf-menu > li > a:before {
  top: -50%;
}
.sf-menu > li > a:after {
  bottom: -50%;
}
.sf-menu > li > a:hover:before {
  top: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sf-menu > li > a:hover:after {
  bottom: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sf-menu > li.current > a:before {
  top: 0;
}
.sf-menu > li.current > a:after {
  bottom: 0;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 82px;
  left: 0;
  background: #343434;
  padding: 10px 19px;
  width: 250px; /* nav menu width */
  z-index: 2;
  display: none;
  font: 14px/14px #4fc1e9;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li a {
  color: #ffffff;
  padding: 11px 0;
}
.sf-menu ul li a:hover {
  color: #4fc1e9;
}
.sf-menu ul li.sfHover > a {
  color: #4fc1e9;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: auto;
  right: -179px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
.indent-1 {
  padding-top: 80px;
}
.indent-1 h3 {
  text-align: left;
  margin-bottom: 30px;
}
.p__title {
  font: 15px/30px 'Arial', sans-serif;
  color: #4fc1e9;
  text-transform: uppercase;
}
.p__title a {
  color: #4fc1e9;
}
.p__title a:hover {
  color: #343434;
}
/* Buttons
============================================*/
.btn {
  text-align: left;
  margin-top: 20px;
}
.btn_link {
  position: relative;
  z-index: 10;
}
.btn_slide-wrapper {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #4fc1e9;
  border-radius: 4px;
}
.btn_slide-wrapper:before,
.btn_slide-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #dff3fa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_slide-wrapper:before {
  top: -50%;
}
.btn_slide-wrapper:after {
  bottom: -50%;
}
.btn_main {
  position: relative;
  z-index: 9;
  width: 141px;
  font: 18px/18px 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  padding: 14px 0;
  text-align: center;
  margin: 0;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link:hover .btn_main {
  color: #4fc1e9;
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}
.btn_link:hover .btn_slide-wrapper:before {
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_link:hover .btn_slide-wrapper:after {
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Blocks
============================================*/
.blocks h3 {
  margin: 36px 0 24px;
}
.block {
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 0px 0px #e3e4e8;
  box-shadow: 0px 6px 0px 0px #e3e4e8;
  margin-bottom: 20px;
}
.block_img {
  width: 100%;
  height: auto;
}
.block_sep {
  background: #4fc1e9;
  width: 100%;
  height: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block_text {
  text-align: center;
  padding: 29px 17px 43px 22px;
}
.block_text h4 {
  margin-bottom: 15px;
}
.block:hover .block_sep {
  background: #e3e4e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Video
============================================*/
.video {
  width: 100%;
  height: 533px;
  margin-bottom: 17px;
}
.video iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 6px 0px 0px #e3e4e8;
  box-shadow: 0px 6px 0px 0px #e3e4e8;
}
/* Info With Arrow
============================================*/
.info-with-arrow {
  padding: 0 11px;
}
.info-with-arrow img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 18px;
  margin-top: 8px;
}
.info-with-arrow p {
  overflow: hidden;
  font: 22px/36px 'Roboto', sans-serif;
  font-weight: 300;
  color: #646464;
}
/* Info Column
============================================*/
.info-col {
  margin-top: 30px;
}
.info-col img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 0px 0px #e3e4e8;
  box-shadow: 0px 6px 0px 0px #e3e4e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-col img:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #4fc1e9;
  box-shadow: 0px 6px 0px 0px #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-col p {
  margin-top: 20px;
  font: 18px/24px 'Roboto', sans-serif;
  font-weight: 300;
  color: #646464;
}
.info-col__style-1 {
  text-align: center;
}
.info-col__style-1 h3 {
  margin-top: 37px;
}
.info-col__style-1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 23px;
  -webkit-box-shadow: 0px 0px 0px 0px #4fc1e9;
  box-shadow: 0px 0px 0px 0px #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-col__style-1 img:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #4fc1e9;
  box-shadow: 0px 6px 0px 0px #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-col__style-1 h4 {
  margin-top: 23px;
}
.info-col__style-1 p {
  margin-top: 17px;
  padding: 0 5%;
}
.info-col__style-1 .btn {
  display: inline-block;
}
/* A-Side Menu
============================================*/
.a-side-menu {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 0px 0px #e3e4e8;
  box-shadow: 0px 6px 0px 0px #e3e4e8;
}
.a-side-menu li {
  background: #ffffff;
  margin-bottom: 2px;
}
.a-side-menu li a {
  display: inline-block;
  width: 100%;
  font: 18px/18px 'Roboto', sans-serif;
  font-weight: 500;
  color: #9ea7b3;
  padding: 36px 10px 36px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.a-side-menu li a:before,
.a-side-menu li a:after {
  content: '';
  display: block;
  width: 50%;
  height: 130px;
  position: absolute;
  z-index: -1;
  top: 0;
  background: #f6f8fa;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.a-side-menu li a:before {
  left: -50%;
}
.a-side-menu li a:after {
  right: -50%;
}
.a-side-menu li a:hover:before {
  left: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.a-side-menu li a:hover:after {
  right: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.a-side-menu li:first-child {
  background: #4fc1e9;
  color: #ffffff;
  font: 26px/26px 'Roboto', sans-serif;
  font-weight: 700;
  padding: 34px 10px 34px 28px;
  margin-bottom: 0;
}
.a-side-menu li:last-child {
  margin-bottom: 0;
}
/* Card
============================================*/
.card {
  margin-top: 44px;
  margin-bottom: 106px;
}
.card img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 0px 0px #e3e4e8;
  box-shadow: 0px 6px 0px 0px #e3e4e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card img:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #4fc1e9;
  box-shadow: 0px 6px 0px 0px #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Quote
============================================*/
.testimonials {
  background: #d7dee7;
  padding: 50px 0 45px;
}
.quote_block {
  padding: 40px 0 40px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  background: #fff;
  border-bottom: 6px solid #e3e4e8;
}
.quote_block:after,
.quote_block:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.quote_block:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 35px;
  margin-left: -35px;
}
.quote_block:before {
  border-color: rgba(227, 228, 232, 0);
  border-top-color: #e3e4e8;
  border-width: 43px;
  margin-left: -43px;
}
.quote_block blockquote {
  font: 18px/24px 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #646464;
}
.quote_block > a {
  display: inline-block;
  margin-top: 27px;
  font: 18px/18px 'Roboto', sans-serif;
  font-weight: 500;
  color: #646464;
}
.quote_block > a:hover {
  color: #4fc1e9;
}
.quote_tabs {
  margin-top: 45px;
}
.quote_tabs_wrapper {
  margin: 0 83px;
}
.quote_tabs li {
  display: inline-block;
  float: left;
  margin: 0 24px;
  border-radius: 100px;
  border: 5px solid #e3e4e8;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.quote_tabs li:hover {
  border-color: #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.quote_tabs img {
  border-radius: 100px;
}
#tabs-1 .quote_block:after,
#tabs-1 .quote_block:before {
  left: 15.5%;
}
#tabs-2 .quote_block:after,
#tabs-2 .quote_block:before {
  left: 32.5%;
}
#tabs-4 .quote_block:after,
#tabs-4 .quote_block:before {
  left: 67%;
}
#tabs-5 .quote_block:after,
#tabs-5 .quote_block:before {
  left: 84.5%;
}
/* Booking
============================================*/
.booking_block {
  height: 222px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 0px 0px #e3e4e8;
  box-shadow: 0px 6px 0px 0px #e3e4e8;
  padding: 25px 0 43px;
  margin: 41px 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.booking_block h3 {
  text-align: left;
  color: #393939;
  font-weight: 500;
  margin-left: 3.684492%;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 28px;
}
.booking h4 {
  margin-top: 41px;
  margin-bottom: 10px;
}
.booking h4 a {
  color: #646464;
}
.booking h4 a:hover {
  color: #4fc1e9;
}
.booking p {
  color: #646464;
}
/* Info with List
============================================*/
.info-list {
  margin-top: 100px;
  padding-bottom: 112px;
  background: #d7dee7;
}
.info-list h3 {
  margin-top: 50px;
}
.info-list p {
  margin-top: 19px;
  padding: 0 80px;
  text-align: center;
  color: #636870;
  line-height: 24px;
}
.info-list .list {
  margin-top: 27px;
}
.list li {
  padding-left: 21px;
}
.list a {
  position: relative;
  color: #636870;
}
.list a:before {
  content: '';
  font-family: 'FontAwesome';
  color: #4fc1e9;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 1px;
  left: -21px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list a:hover {
  color: #4fc1e9;
}
.list a:hover:before {
  left: -16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Info
============================================*/
.info {
  padding-bottom: 90px;
}
.info h3 {
  margin-top: 36px;
}
.info p {
  margin-top: 8px;
}
.info p.p__title {
  margin-top: 15px;
}
.info__style-1 {
  background: #d7dee7;
  padding-bottom: 123px;
}
.info__style-1 h3 {
  margin-top: 49px;
  margin-bottom: 20px;
}
.info__style-1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 6px;
}
.info__style-1 p {
  font: 14px/24px 'Arial', sans-serif;
  color: #636870;
}
.info__style-1 .p__title {
  font: 15px/24px 'Arial', sans-serif;
  color: #4fc1e9;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.info__style-1 .p__title a {
  color: #4fc1e9;
}
.info__style-1 .p__title a:hover {
  color: #343434;
}
.info__style-1 .btn {
  margin-top: 24px;
}
.info__style-1 .thumbs_img {
  position: relative;
}
.info__style-1 .thumbs_img > div {
  position: relative;
  top: -1px;
  right: -1px;
  left: -1px;
}
.info__style-1 .thumbs_img > div > img {
  position: relative;
  left: 0;
  right: -2px;
}
.info__style-1 .thumbs_img .lbHover {
  position: absolute;
  z-index: 9;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
}
.info__style-1 .thumbs_img .lbHover:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info__style-1 .thumbs_img .lbHover img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
}
/* Info in Block
============================================*/
.info-block {
  background: #e7ebf1;
  padding: 24px 24px 26px 29px;
}
.info-blocks {
  padding-bottom: 42px;
}
.info-blocks h3 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.info-block p {
  font: 14px/24px 'Arial', sans-serif;
  color: #636870;
}
.info-block .p__title {
  font: 15px/24px 'Arial', sans-serif;
  color: #4fc1e9;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.info-block .p__title a {
  color: #4fc1e9;
}
.info-block .p__title a:hover {
  color: #343434;
}
.info-block .btn {
  margin-top: 24px;
}
/* Blog
============================================*/
.blog h3 {
  margin-top: 36px;
  margin-bottom: -37px;
}
.post {
  margin: 52px 0;
}
.post img {
  margin-top: 8px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 0px #4fc1e9;
  box-shadow: 0px 0px 0px 0px #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post img:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #4fc1e9;
  box-shadow: 0px 6px 0px 0px #4fc1e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.post .p__title {
  margin-bottom: 8px;
}
.post_info {
  margin-top: 19px;
  color: #818181;
  height: 66px;
  padding: 11px 0 10px;
  border-top: 1px solid #9ea7b3;
  border-bottom: 1px solid #9ea7b3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post_info > div {
  display: inline-block;
  float: left;
  text-align: center;
  width: 22.25989304812834%;
  border-right: 1px solid #9ea7b3;
  height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post_info > div:last-child {
  width: 32.62032085561497%;
  border-right: none;
}
.post_info i {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}
.post_info span {
  font: 13px/13px 'Open Sans';
  width: 100%;
  margin-top: -2px;
  display: inline-block;
}
/* Contact
============================================*/
.contact {
  padding-bottom: 50px;
}
.contact h3 {
  margin: 36px 0 25px;
}
.contact .map {
  width: 100%;
  height: 374px;
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}
.contact_details {
  margin-top: 18px;
  text-align: center;
}
.contact_details p span {
  display: inline-block;
  min-width: 80px;
  text-align: left;
}
.contact_details a {
  color: #4fc1e9;
  text-decoration: underline;
}
.contact_details a:hover {
  color: #646464;
}
.contact_address {
  font: 15px/30px 'Arial', sans-serif;
  color: #4fc1e9;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* Feedback
============================================*/
.feedback {
  padding-bottom: 20px;
}
.feedback h3 {
  margin: 36px 0 25px;
}
.feedback .btn {
  float: right;
  margin-top: 12px;
}
/* More Text
============================================*/
.more-text {
  padding-bottom: 50px;
}
.more-text h3 {
  margin: 36px 0 15px;
}
.more-text p {
  margin-bottom: 30px;
}
.more-text p.p__title {
  margin-bottom: 8px;
}
.more-text a {
  text-decoration: underline;
  color: #4fc1e9;
}
.more-text a:hover {
  color: #646464;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 34px 0 24px;
  background: url(../images/footer-bg.jpg) repeat-x;
  background-size: auto 100%;
  color: #fff;
}
.footer_text {
  text-align: center;
  line-height: 14px;
}
.footer_sep {
  display: inline-block;
  margin: -1px 4px 0;
}

.footerbox {
	padding: 20px 20px 20px 20px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #4fc1e9;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #646464;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .header-info {
    height: 107px;
  }
  .header-info span {
    width: 60%;
  }
  .quote_tabs_wrapper {
    margin: 0 17px;
  }
  .quote_tabs li {
    margin: 0 18px;
  }
  #tabs-1 .quote_block:after,
  #tabs-1 .quote_block:before {
    left: 11%;
  }
  #tabs-2 .quote_block:after,
  #tabs-2 .quote_block:before {
    left: 30.5%;
  }
  #tabs-4 .quote_block:after,
  #tabs-4 .quote_block:before {
    left: 69%;
  }
  #tabs-5 .quote_block:after,
  #tabs-5 .quote_block:before {
    left: 89%;
  }
  .card img {
    width: 100%;
    height: auto;
  }
  .info-list p {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) {
  .quote_tabs_wrapper {
    margin: 0 6px;
  }
  .quote_tabs li {
    margin: 0 1px;
  }
  #tabs-1 .quote_block:after,
  #tabs-1 .quote_block:before {
    left: 11%;
  }
  #tabs-2 .quote_block:after,
  #tabs-2 .quote_block:before {
    left: 30.5%;
  }
  #tabs-4 .quote_block:after,
  #tabs-4 .quote_block:before {
    left: 69%;
  }
  #tabs-5 .quote_block:after,
  #tabs-5 .quote_block:before {
    left: 89%;
  }
  .contact_details {
    text-align: left;
  }
  .contact_details p span {
    display: block;
  }
  .contact_address {
    font-size: 14px;
    line-height: 18px;
  }
  .booking {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    margin-bottom: 20px;
  }
  .menu-wrapper {
    height: 114px;
  }
  h1 {
    display: block;
    float: none;
    padding-top: 15px;
  }
  nav {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-info {
    height: 212px;
    padding-top: 18px;
  }
  .header-info span {
    width: 95%;
  }
  .header-info .btn {
    float: none;
    margin-top: 8px;
  }
  .info-col {
    margin-bottom: 30px;
  }
  .card {
    margin-bottom: 30px;
  }
  .quote_tabs img {
    width: 69px;
  }
  .quote_tabs_wrapper {
    margin: 0 6px;
  }
  .quote_tabs li {
    margin: 0 1px;
  }
  .video {
    height: 290px;
  }
  .info-col [class*="grid_"] {
    margin-bottom: 20px;
  }
  .booking_block {
    height: 490px;
  }
  .booking p {
    margin-bottom: 40px;
  }
  .post img {
    margin-bottom: 20px;
  }
  .contact_details p span {
    display: inline-block;
  }
  .info__style-1 [class*="grid_"],
  .info-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .header-top span {
    display: block;
  }
  .quote_tabs img {
    width: 42px;
  }
  .quote_tabs_wrapper {
    margin: 0;
  }
  .quote_tabs li {
    margin: 0 1px;
  }
  .quote_block {
    border: 4px solid #e3e4e8;
  }
  .quote_block:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .quote_block:before {
    border-color: rgba(227, 228, 232, 0);
    border-top-color: #e3e4e8;
    border-width: 16px;
    margin-left: -16px;
  }
  h1 img {
    width: 100%;
    height: auto;
  }
  .menu-wrapper {
    height: 144px;
  }
  .post_info {
    height: 75px;
  }
  .post_info > div {
    height: 54px;
  }
}
/*Core variables and mixins*/
