.welcome-block:after, .tab-block .view-bar:after, .product-block:after, .product-block .two-col:after, .detail-box:after, .review-block .reviews > li:after, .booking-form .col-holder:after, .product-tab .review-tab .reviews > li:after, .review-aside .reviews > li:after, .search-box .search-form:after, .comment-box .form-group:after, .checkout-form .payment-box .top-box:after {
  content: " ";
  display: block;
  clear: both;
}

.random-images {
  margin: 0;
  padding: 0;
  list-style: none;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot?-iss44d");
  src: url("../../fonts/icommon/icomoon.eot?#iefix-iss44d") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.woff?-iss44d") format("woff"), url("../../fonts/icomoon/icomoon.ttf?-iss44d") format("truetype"), url("../../fonts/icomoon/icomoon.svg?-iss44d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 991px){
    #booking-date .icon-calender{
        font-size: 21px;
    }
}
.icon-arrow-left:before {
  content: "\e60b";
}

.icon-arrow-right:before {
  content: "\e60c";
}

.icon-clock:before {
  content: "\e609";
}

.icon-calender:before {
  content: "\e60a";
}

.icon-arrow:before {
  content: "\e601";
}

.icon-check:before {
  content: "\e602";
}

.icon-envelope:before {
  content: "\e603";
}

.icon-extraordinary:before {
  content: "\e604";
}

.icon-local:before {
  content: "\e605";
}

.icon-loved:before {
  content: "\e606";
}

.icon-play:before {
  content: "\e607";
}

.icon-star:before {
  content: "\e608";
}

.icon-cart:before {
  content: "\e600";
}

.icon-camera:before {
	content: "\e67a";
}

/** {
  max-height: 20000px;
}*/

body {
    font-family: "Open sans";
    font-size: 14px;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

form, fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

input, textarea, select {
  font: 100% 'Montserrat', Arial, Helvetica, sans-serif;
  outline: none;
  vertical-align: middle;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
}

.form-control {
  box-shadow: none;
}

img {
  vertical-align: top;
  border: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/* placeholder input styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}

.booking-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

.booking-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

.booking-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

.booking-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

.checkout-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

.checkout-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.checkout-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

.checkout-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.btn {
  border: 0;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  min-width: 111px;
  box-shadow: 0.4px 2px 0 rgba(0, 0, 0, 0.8);
  padding: 7px 12px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 991px) {
  .btn {
    padding: 5px 10px;
    font-size: 12px;
    min-width: 95px;
  }
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background: #937cc5;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background: #a6ca50;
}

.bg-stretch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.bg-stretch img {
  width: 100%;
  height: auto;
}

.random-images {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.random-images .fadeIn{
  -webkit-animation: fade-in 2.5s ease;
  -moz-animation: fade-in ease-in-out 2.5s both;
  -ms-animation: fade-in ease-in-out 2.5s both;
  -o-animation: fade-in ease-in-out 2.5s both;
  animation: fade-in 2.5s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}

@media only screen and (max-width: 767px) {
  .random-images {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .random-images .bg-stretch {
    position: relative;
  }
  .random-images .bg-stretch:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.47);
  }
}
@media only screen and (max-width: 767px) {
  .random-images .bg-stretch img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}

h2 {
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}

.line-bar {
  position: relative;
  padding-bottom: 10px;
}
.line-bar:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  background: #828282;
  height: 1px;
  bottom: 0;
}

.input-group-addon {
  background: #fff;
}

.pull-top {
  position: relative;
  top: -59px;
}
@media only screen and (max-width: 991px) {
  .pull-top {
    top: 0;
  }
}

#header {
  padding: 21px 0 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 0;
    background: #262626;
  }
}
#header .cart-btn {
  position: absolute;
  color: #adadad;
  font-size: 21px;
  top: 8px;
  right: 11px;
}
#header .slogan {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #a6ca50;
  overflow: hidden;
  width: 143px;
  padding: 6px 0 0;
}
#header.checkout-page .logo {
  float: right;
  margin: 0;
  width: 249px;
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .logo {
    float: left;
    max-width: 160px;
  }
}
#header.checkout-page .slogan {
  font-size: 22px;
  line-height: 36px;
  width: 235px;
  padding-top: 13px;
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .slogan {
    position: absolute;
    right: 0;
    bottom: -95px;
    font-size: 13px;
    padding-top: 0;
    width: 132px;
    line-height: 17px;
  }
}
#header.checkout-page .header-top {
  padding-top: 16px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .header-top {
    max-width: 240px;
    margin: 0 auto;
  }
}
#header.checkout-page .header-bottom {
  background: #a8c958;
  padding: 16px 0 18px;
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .header-bottom {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .header-bottom.scroll-to-fixed-fixed {
    position: fixed !important;
  }
}
#header.checkout-page .header-bottom:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #a8c958 transparent transparent transparent;
  margin-left: -13px;
}
#header.checkout-page .header-bottom .btn-info {
  float: right;
  font-size: 12px;
  padding: 8px 18px;
  box-shadow: 1.5px 2.6px 0 #768d3e;
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .header-bottom .btn-info {
    width: 160px;
    margin-top: -8px;
    white-space: normal;
  }
}
#header.checkout-page .header-bottom .btn-info:hover {
  box-shadow: 1px 1px 5px #768d3e;
}
#header.checkout-page .page-title {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #header.checkout-page .page-title {
    font-size: 18px;
  }
}

.logo {
  width: 139px;
  float: left;
  margin: 0 16px 0 0;
}
.logo img {
  width: 100%;
  height: auto;
}

.header-top {
  /*padding-bottom: 25px;*/
}
@media only screen and (max-width: 991px) {
  .header-top {
    /*padding-bottom: 31px;*/
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 0;
  }
}
.header-top .link {
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a6ca50;
  padding: 1px 0 0;
}
.header-top .link:hover {
  color: #937cc5;
}
@media only screen and (max-width: 767px) {
  .header-top .link {
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 9999;
    margin-left: -60px;
    font-weight: 600;
  }
}

.header-bottom {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header-bottom {
    background: #262626;
  }
}
.header-bottom.scroll-to-fixed-fixed {
  z-index: 9999;
  width: 100%;
  border-top: 2px solid #ccc;
  box-shadow: 0 1px 4px #d0d0d0;
}
@media only screen and (max-width: 767px) {
  .header-bottom.scroll-to-fixed-fixed {
    position: absolute !important;
    border: 0;
    box-shadow: none;
  }
}
.header-bottom.scroll-to-fixed-fixed #nav {
  border-top: 0;
}
.header-bottom.scroll-to-fixed-fixed #nav li {
  transition: all 0.2s ease;
}
.header-bottom.scroll-to-fixed-fixed #nav li:nth-child(2) {
  margin-left: 42px;
}
@media only screen and (max-width: 767px) {
  .header-bottom.scroll-to-fixed-fixed #nav li:nth-child(2) {
    margin-left: 0;
  }
}
.header-bottom.scroll-to-fixed-fixed #nav li:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-bottom .menu-logo {
    width: 215px;
    margin: 0 auto;
    padding: 50px 0 83px;
  }
}
.header-bottom .menu-logo .logo-m {
  width: 115px;
  display: block;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.header-bottom .menu-logo .logo-m img {
  width: 100%;
  height: auto;
}
.header-bottom .menu-logo .text {
  display: block;
  color: #a6ca50;
  font-size: 11px;
  font-weight: 600;
  width: 215px;
  padding-left: 72px;
  margin-top: -16px;
}

#nav {
  border-width: 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  text-transform: uppercase;
  padding: 5px 0 0;
  margin: 0;
  min-height: 38px;
}
@media only screen and (max-width: 991px) {
  #nav {
    border-width: 1px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #nav {
    border: 0;
    background: #262626;
    min-height: 40px;
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #nav .navbar-toggle {
    float: left;
    padding: 0;
    border-color: #262626;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  #nav .navbar-toggle:hover, #nav .navbar-toggle:focus {
    background: none;
  }
}
#nav .navbar-toggle .icon-bar {
  background: #adadad;
  width: 26px;
  height: 1px;
}
#nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
#nav li {
  margin-left: 30px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  #nav li {
    margin-left: 0;
    padding: 0;
  }
}
#nav li:nth-child(2) {
  margin-left: 0;
}
#nav li:first-child {
  display: none;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #nav li:first-child {
    display: block;
  }
}
#nav li:first-child a {
  color: #a6ca50;
}
#nav li:first-child a:hover {
  color: #937cc5;
}
@media only screen and (max-width: 767px) {
  #nav li:nth-child(even) a {
    background: #242424;
  }
}
#nav a {
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}

#nav a.active{
  color: #a6ca50;
}
#nav .navbar-collapse {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #nav a {
    font-size: 16px;
    color: #fcf1df;
    line-height: 22px;
    padding: 12px 999px;
    margin: 0 -999px;
    background: #222;
  }
}
@media only screen and (max-width: 767px) {
  #nav a:hover {
    color: #a6ca50;
  }
}
@media only screen and (max-width: 767px) {
  #nav .navbar-collapse {
    overflow: hidden;
    margin: 0 -999px;
    padding: 0 999px;
    border-color: #000;
  }
}

#nav .btn-info {
  padding: 6px 13px;
  line-height: 13px;
  box-shadow: none;
  text-transform: none;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  #nav .btn-info {
    display: none;
  }
}
#nav .btn-info .icon-cart {
  font-size: 17px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
#nav .navbar-nav {
  margin: 0;
}

#main {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  min-height: 615px;
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: 405px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-logo {
    position: absolute;
    right: 0;
    top: 50%;
    width: 200px;
    margin-top: -45px;
  }
}
.banner .banner-logo .logo-b {
  width: 115px;
  display: block;
}
.banner .banner-logo .logo-b img {
  width: 100%;
  height: auto;
}
.banner .banner-logo .text {
  display: block;
  color: #a6ca50;
  font-size: 11px;
  font-weight: 600;
  width: 195px;
  padding-left: 72px;
  margin-top: -16px;
}

.banner-box {
  width: 502px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-box {
    width: 464px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box {
    max-width: 464px;
    width: 100%;
    float: none !important;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.welcome-block {
  background: #fff;
  margin-top: 41px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (max-width: 991px) {
  .welcome-block {
    margin-top: 27px;
    font-size: 10px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block {
    margin-top: 15px;
    font-size: 11px;
    line-height: 17px;
  }
}
.welcome-block h1 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 25px;
  color: #4f4f4f;
  padding: 0 0 14px;
  line-height: 17px;
}
@media only screen and (max-width: 991px) {
  .welcome-block h1 {
    font-size: 13px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block h1:before {
    left: 50%;
    margin-left: -10px;
  }
}
.welcome-block .description {
  overflow: hidden;
  padding: 17px 12px 30px 14px;
  color: #828282;
  max-width: 165px;
}
@media only screen and (max-width: 991px) {
  .welcome-block .description {
    padding: 12px 10px 30px 14px;
    max-width: 153px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block .description {
    float: none !important;
    text-align: center;
    max-width: none;
    padding-bottom: 18px;
  }
}
.welcome-block .video-holder {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .welcome-block .video-holder {
    max-width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block .video-holder {
    float: none !important;
    margin: 0 auto 25px;
    max-width: 208px;
  }
}
.welcome-block .video-holder img {
  width: 100%;
  height: auto;
}
.welcome-block .video-holder .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  color: #fff;
  margin: -29px 0 0 -29px;
}
.welcome-block .video-holder .btn-play:hover {
  color: #d1d1d1;
}
@media only screen and (max-width: 767px) {
  .welcome-block .video-holder .btn-play {
    font-size: 35px;
    margin: -20px 0 0 -12px;
  }
}
.welcome-block.add {
  padding: 31px 31px 28px 29px;
  margin: 75px 0 100px;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .welcome-block.add {
    margin: 45px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block.add {
    margin: 20px 0;
    padding: 20px 20px 120px;
    text-align: center;
  }
}
.welcome-block.add .title {
  display: block;
  font-size: 23px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #333;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .welcome-block.add .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block.add .title:before {
    left: 50%;
    margin-left: -8px;
  }
}
.welcome-block.add .title span,
.welcome-block.add .title strong{
  display: block;
  font-size: 40px;
  line-height: 56px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .welcome-block.add .title span {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
  }
}
.welcome-block.add .heading-wrap {
  margin: 0 0 0px;
}
@media only screen and (max-width: 767px) {
  .welcome-block.add .heading-wrap .text-right {
    width: 72px;
    position: absolute;
    bottom: 30px;
    padding: 0;
    left: 50%;
    margin-left: -36px;
  }
}
.welcome-block.add .logo-wrap {
  padding-top: 11px;
}
@media only screen and (max-width: 767px) {
  .welcome-block.add .logo-wrap {
    width: 72px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-block.add .logo-wrap img {
    width: 100%;
    height: auto;
  }
}

.why-block {
  position: relative;
}
.why-block h2 {
  font-size: 18px;
  margin: 0;
  color: #a6ca50;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: -34px;
  right: 0;
  text-align: center;
  width: 162px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .why-block h2 {
    position: static;
    width: 100%;
  }
}
.why-block h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .why-block h2:after {
    display: none;
  }
}
.why-block .three-col {
  overflow: hidden;
}
.why-block .col {
  float: left;
  width: 33.33%;
  padding: 14px 5px 19px 14px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  min-height: 152px;
}
@media only screen and (max-width: 991px) {
  .why-block .col {
    padding: 7px 5px 19px 14px;
    font-size: 9px;
    line-height: 12px;
    min-height: 134px;
  }
}
@media only screen and (max-width: 767px) {
  .why-block .col {
    padding: 7px 5px 15px;
    min-height: 178px;
  }
}
.why-block .col p {
  margin: 0;
}
.why-block .col.dark-green {
  background: #309d85;
}
.why-block .col.dark-green:hover {
  background: #12473a;
}
@media only screen and (max-width: 767px) {
  .why-block .col.dark-green h3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.why-block .col.purple {
  background: #937cc5;
}
.why-block .col.purple:hover {
  background: #442b7b;
}
@media only screen and (max-width: 767px) {
  .why-block .col.purple h3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.why-block .col.green {
  background: #a6ca50;
}
.why-block .col.green:hover {
  background: #617b22;
}
.why-block .col.green .text {
  padding-left: 33px;
}
@media only screen and (max-width: 767px) {
  .why-block .col.green .text {
    padding-left: 0;
  }
}
.why-block h3 {
  padding: 0 10px 6px;
  min-height: 50px;
  width: 100%;
  white-space: nowrap;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 18px;
}
@media only screen and (max-width: 991px) {
  .why-block h3 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .why-block h3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .why-block h3:before {
    left: 50%;
    margin-left: -10px;
  }
}
.why-block h3 .icon {
  font-size: 27px;
  position: absolute;
  left: -2px;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .why-block h3 .icon {
    font-size: 25px;
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .why-block h3 .icon {
    left: 50%;
    margin-left: -19px;
  }
}
.why-block h3 .icon.icon-loved {
  left: -8px;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .why-block h3 .icon.icon-loved {
    left: 50%;
    margin-left: -23px;
  }
}
.why-block h3 .icon.icon-extraordinary {
  font-size: 41px;
  top: 6px;
  left: -1px;
}
@media only screen and (max-width: 991px) {
  .why-block h3 .icon.icon-extraordinary {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .why-block h3 .icon.icon-extraordinary {
    left: 50%;
    margin-left: -19px;
  }
}
.why-block h3 .text {
  overflow: hidden;
  padding-left: 43px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .why-block h3 .text {
    font-size: 10px;
    padding-left: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .why-block h3 .text {
    padding: 50px 0 0;
  }
}
.why-block h3:before {
  background: #fff;
}
.why-block h3:after {
  content: '';
  display: inline-block;
  height: 50px;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
.why-block h3 .hold {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

.tab-block {
  position: relative;
  top: -110px;
  margin: 0 auto -16px;
}
@media only screen and (max-width: 991px) {
  .tab-block {
    top: 0;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block {
    max-width: 480px;
    margin: 0 auto 32px;
  }
}
@media only screen and (max-width: 991px) {
  .tab-block .tab-content {
    margin: 0 -24px;
  }
}
.tab-block .nav-tabs {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tab-block .nav-tabs:before {
    background: #fff;
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    right: -24px;
    content: "";
    display: block;
  }
}
.tab-block .view-bar {
  background: #262626;
  padding: 11px 20px 13px;
}
@media only screen and (max-width: 991px) {
  .tab-block .view-bar {
    padding: 9px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block .view-bar {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block .view-bar .btn {
    float: none !important;
    min-width: 160px;
  }
}
.tab-block .panel-heading {
  padding: 0;
}
.tab-block .panel-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.tab-block .panel-title a {
  display: block;
  padding: 10px 15px;
}
.tab-block .panel-title a:after {
  content: "\e602";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 12px;
  color: #000;
  font-size: 15px;
}
.tab-block .panel-title a.collapsed:after {
  display: none;
}

.nav-tabs {
  border: 0;
  background: #fff;
  text-transform: uppercase;
}
.nav-tabs li {
  border: 0;
}
.nav-tabs li:first-child a:before {
  display: none;
}
.nav-tabs li.active a {
  color: #161616;
  border: 0;
  background: #fff;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  color: #161616;
}
.nav-tabs li.active .hold:after {
  content: "\e602";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 12px;
  color: #000;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .nav-tabs li.active .hold:after {
    font-size: 12px;
  }
}
.nav-tabs li.active .hold:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -19px;
  margin-left: -15px;
  z-index: 10;
}
.nav-tabs a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #161616;
  border: 0 !important;
  position: relative;
  padding: 18px 15px 12px !important;
}
@media only screen and (max-width: 991px) {
  .nav-tabs a {
    font-size: 14px;
    padding: 15px 15px 10px !important;
  }
}
.nav-tabs a .hold {
  position: relative;
  display: block;
}
.nav-tabs a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 28px;
  width: 1px;
  background: #bebebe;
  margin-top: -14px;
}
.nav-tabs a:hover, .nav-tabs a:focus {
  background: #fff !important;
  color: #161616;
}

.offer-ribbon {
  position: relative;
  overflow: hidden;
}
.offer-ribbon:after {
  content: "";
  background: url(../../images/app/offer-ribbon.png) no-repeat;
  width: 117px;
  height: 117px;
  position: absolute;
  right: -2px;
  top: -3px;
  background-size: 100% 100%;
}
.offer-ribbon.large:after {
  width: 199px;
  height: 199px;
}
@media only screen and (max-width: 991px) {
  .offer-ribbon.large:after {
    width: 150px;
    height: 150px;
  }
}

.product-block {
  margin-bottom: 29px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product-block {
    margin-bottom: 36px;
  }
}
.product-block:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
.product-block .img {
  float: left;
  left: 50%;
  position: relative;
  width: 100%;
}
.product-block .img img {
  float: left;
  height: auto;
  left: -50%;
  position: relative;
  width: 100%;
}
.product-block .two-col .img img{
  height: 224px;
}
.product-block h2 {
  font-weight: normal;
  padding-bottom: 18px;
  height: 50px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 991px) {
  .product-block h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .product-block h2 {
    font-size: 12px;
  }
}
.product-block h2 a {
  color: #fff;
}
.product-block h2:before {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .product-block h2 br {
    display: none;
  }
}
.product-block .col {
  float: left;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-block .col {
    width: 100%;
    float: none;
  }
}
.product-block .image-holder {
  overflow: hidden;
}
.product-block .offer-block {
  background: #fff;
  padding-bottom: 9px;
}
.product-block .offer-block .image-holder {
  margin: 0 0 27px;
}
@media only screen and (max-width: 767px) {
  .product-block .offer-block .image-holder {
    height: 160px;
  }
}
.product-block .offer-block .img {
  min-width: 487px;
}
@media only screen and (max-width: 991px) {
  .product-block .offer-block .img {
    min-width: 460px;
  }
}
.product-block .offer-block h2 a {
  color: #4f4f4f;
}
.product-block .offer-block h2:before {
  background: #828282;
}
@media only screen and (max-width: 767px) {
  .product-block .offer-block h2:before {
    left: 50%;
    margin-left: -10px;
  }
}
.product-block .offer-block .description {
  padding: 0 22px 7px 30px;
  line-height: 20px;
  color: #828282;
}
@media only screen and (max-width: 767px) {
  .product-block .offer-block .description {
    text-align: center;
    padding: 0 10px 5px;
  }
}
.product-block .offer-block .description p {
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .product-block .offer-block .price-holder {
    text-align: left;
  }
}
.product-block .photo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.product-block .photo .img {
  min-width: 245px;
}
.product-block .photo-block {
  position: relative;
  padding: 25px 22px 10px 28px;
  height: 224px;
}
@media only screen and (max-width: 991px) {
  .product-block .photo-block {
    padding: 25px 22px 18px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-block .photo-block {
    padding: 10px;
  }
}
.product-block .photo-block .img {
  min-width: 499px;
}
.product-block .photo-block .heading-wrap {
  padding: 0 0 8px;
}
.product-block .photo-block .detail-box {
  text-align: right;
}
.product-block .photo-block .detail-box .price-holder {
  float: none;
}
.product-block .photo-block .detail-box .price-holder .price {
  color: #a6ca50;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .product-block .photo-block .detail-box .price-holder .price {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-block .photo-block .detail-box .btn-holder {
  float: none;
}
.product-block .photo-block .photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.44);
}
.product-block .two-col {
  background: #309d85;
  height: 224px;
}
.product-block .two-col.green-bg .photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.product-block .two-col h2 {
  line-height: 22px;
  padding-bottom: 14px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 991px) {
  .product-block .two-col h2 {
    margin-bottom: 28px;
  }
}
.product-block .two-col .column {
  float: left;
  width: 50%;
  position: relative;
}
.product-block .two-col .column.img-holder {
  float: right;
  min-height: 224px;
  z-index: 5;
}
.product-block .two-col .column.description {
  overflow: hidden;
  padding: 24px 20px 10px 21px;
}
@media only screen and (max-width: 767px) {
  .product-block .two-col .column.description {
    padding: 10px;
  }
}
.product-block .two-col .rating-box {
  margin-bottom: 13px;
}
.product-block .two-col .detail-box .price-holder {
  float: none;
}
.product-block .two-col .detail-box .price-holder .price {
  color: #a6ca50;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0;
  padding-left: 11px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .product-block .two-col .detail-box .price-holder .price {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
  }
}
.product-block .two-col .detail-box .btn-holder {
  float: none;
  padding: 6px 0 0 3px;
}
@media only screen and (max-width: 991px) {
  .product-block .two-col .detail-box .btn-holder {
    padding-left: 0;
  }
}
.product-block .two-col.white {
  background: #fff;
}
.product-block .two-col.white .heading-wrap {
  margin-bottom: 12px;
}
.product-block .two-col.white h2 {
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.product-block .two-col.white h2 a {
  color: #4f4f4f;
}
.product-block .two-col.white h2:before {
  background: #828282;
}
.product-block .two-col.white .column {
  width: 53%;
}
@media only screen and (max-width: 767px) {
  .product-block .two-col.white .column {
    width: 50%;
  }
}
.product-block .two-col.white .column.img-holder {
  width: 47%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-block .two-col.white .column.img-holder {
    width: 50%;
  }
}
.product-block .two-col.white .column.img-holder:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -25px 0 0;
  z-index: 10;
}
.product-block .two-col.white .column.description {
  padding: 16px 16px 14px 29px;
}
@media only screen and (max-width: 991px) {
  .product-block .two-col.white .column.description {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-block .two-col.white .column.description {
    padding: 10px;
  }
}
.product-block .two-col.white .detail-box {
  text-align: right;
}
.product-block .two-col.white .detail-box .price-holder .price {
  margin: 0 0 6px;
  padding: 0;
}
.product-block .two-col.white .detail-box .price-holder .btn-holder {
  padding-right: 0;
}
.product-block .two-col.align-left .column.img-holder {
  float: left;
  min-height: 220px;
}
.product-block .two-col.align-left .column.img-holder:before {
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  left: auto;
  right: 0;
  top: 50%;
  margin: 5px 0 0;
  z-index: 10;
}
.product-block .two-col.align-left .column.description {
  padding: 22px 18px 18px 26px;
}
@media only screen and (max-width: 767px) {
  .product-block .two-col.align-left .column.description {
    padding: 10px;
  }
}
.product-block .fullcolor-block {
  background: #309d85;
  padding: 24px 18px 13px 28px;
}
@media only screen and (max-width: 991px) {
  .product-block .fullcolor-block {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-block .fullcolor-block {
    padding: 10px;
  }
}
.product-block .fullcolor-block h2 {
  line-height: 24px;
}
.product-block .fullcolor-block .heading-wrap {
  margin-bottom: 41px;
}
.product-block .fullcolor-block .detail-box .price {
  color: #a6ca50;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0;
  display: block;
  padding-top: 19px;
}
@media only screen and (max-width: 991px) {
  .product-block .fullcolor-block .detail-box .price {
    font-size: 16px;
    line-height: 20px;
  }
}

.rating-box {
  margin: 0 0 22px;
  position: relative;
  z-index: 10;
}

.ratings {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0;
}
.ratings li {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 0 3px;
  color: #fff;
}
.ratings li:first-child {
  margin-left: 0;
}
.ratings.purple li {
  color: #937cc5;
}
.ratings.green li {
  color: #a6ca50;
}

.detail-box {
  padding-right: 6px;
  position: relative;
  z-index: 5;
}
.small-detail-box{
  margin-top: 0px;
}
.two-col .description .heading-wrap{
  height: 105px;
}
.detail-box .price-holder {
  float: left;
}
.detail-box .price-holder .old-price {
  display: block;
  text-decoration: line-through;
  font-size: 15px;
  line-height: 18px;
  color: #4f4f4f;
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .detail-box .price-holder .old-price {
    font-size: 13px;
    line-height: 16px;
  }
}
.detail-box .price-holder .offer-price {
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #a6ca50;
}
@media only screen and (max-width: 991px) {
  .detail-box .price-holder .offer-price {
    font-size: 20px;
    line-height: 24px;
  }
}
.detail-box .btn-holder {
  float: right;
  padding-top: 9px;
}
.detail-box .btn-holder .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
  min-width: 116px;
}

@media only screen and (max-width: 991px) {
  .show-box {
    max-width: 675px;
    margin: 0 auto;
  }
}
.show-box .btn {
  display: block;
  box-shadow: none;
  font-size: 21px;
  line-height: 26px;
  padding: 22px 15px 21px;
}
@media only screen and (max-width: 991px) {
  .show-box .btn {
    font-size: 18px;
    padding: 17px 15px 19px;
  }
}

.trip-advisor-block {
  margin-bottom: 113px;
}
@media only screen and (max-width: 991px) {
  .trip-advisor-block {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block {
    max-width: 480px;
    margin: 0 auto 30px;
  }
}
.trip-advisor-block > .holder {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .trip-advisor-block .row {
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block .row {
    margin: 0 -11px;
  }
}
@media only screen and (max-width: 991px) {
  .trip-advisor-block .bg-stretch {
    left: -24px;
    right: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block .bg-stretch {
    left: 0;
    right: 0;
  }
}
.trip-advisor-block .text-wrap {
  padding: 0 125px 35px 30px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .trip-advisor-block .text-wrap {
    padding: 0 10px 35px;
  }
}
.trip-advisor-block .text-wrap p {
  margin-bottom: 79px;
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block .text-wrap p {
    margin-bottom: 35px;
  }
}
.trip-advisor-block .text-wrap .trip-adviser-logo {
  width: 119px;
  margin-left: 9px;
  border-radius: 119px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block .text-wrap .trip-adviser-logo {
    width: 68px;
    height: 68px;
  }
}
.trip-advisor-block .text-wrap .trip-adviser-logo img {
  width: 100%;
  height: auto;
}
.trip-advisor-block h2 {
  margin-bottom: 29px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .trip-advisor-block h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block h2 {
    margin-bottom: 15px;
  }
}
.trip-advisor-block .title {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 36px 2px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .trip-advisor-block .title {
    margin: 0 0 22px;
  }
}
.trip-advisor-block .title a {
  color: #fff;
  display: block;
  padding: 6px 15px 5px;
}
.trip-advisor-block .title a:hover {
  opacity: 0.7;
}

.review-block {
  padding: 20px 54px 9px 48px;
}
@media only screen and (max-width: 991px) {
  .review-block {
    padding: 20px 10px 9px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-block {
    padding: 20px 10px 30px;
  }
}
.review-block .btn-holder {
  text-align: right;
  padding: 0 33px 0 0;
}
@media only screen and (max-width: 767px) {
  .review-block .btn-holder {
    text-align: center;
    padding: 0;
  }
}
.review-block .btn-holder .btn {
  font-size: 15px;
  line-height: 20px;
  box-shadow: 0.4px 2px 0 rgba(153, 153, 153, 0.3);
  text-align: center;
  padding: 11px 18px 8px;
}
.review-block .reviews {
  margin: 0 0 84px;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews {
    margin-bottom: 50px;
  }
}
.review-block .reviews > li {
  margin: 0 0 17px;
}
.review-block .reviews > li.align-right .img-holder {
  float: right;
  margin: 26px 25px 0 12px;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews > li.align-right .img-holder {
    margin: 20px 5px 0 10px;
  }
}
.review-block .reviews > li.align-right .blockquote {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews > li.align-right .blockquote {
    padding-right: 10px;
  }
}
.review-block .reviews > li.align-right .blockquote:before {
  left: auto;
  top: auto;
  bottom: 24px;
  right: 2px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.review-block .reviews > li.align-right .hold {
  padding-left: 22px;
}
@media only screen and (max-width: 991px) {
  .review-block .reviews > li.align-right .hold {
    padding-left: 12px;
  }
}
.review-block .reviews .img-holder {
  float: left;
  width: 86px;
  height: 86px;
  border-radius: 78px;
  overflow: hidden;
  background: #fff;
  padding: 3px;
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 991px) {
  .review-block .reviews .img-holder {
    width: 72px;
    height: 72px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .img-holder {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}
.review-block .reviews .img-holder img {
  width: 100%;
  height: auto;
  border: 2px solid #3e5f7e;
  border-radius: 78px;
}
.review-block .reviews .blockquote {
  overflow: hidden;
  padding: 17px 10px 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .blockquote {
    padding-right: 0;
  }
}
.review-block .reviews .blockquote:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.review-block .reviews .blockquote .hold {
  background: #fff;
  padding: 12px 6px 9px 6px;
}
.review-block .reviews .blockquote .quote {
  font: italic 700 14px/17px Georgia,Times,Times New Roman,serif;
  color: #20518c;
  display: block;
  margin: 0 0 4px;
}
@media only screen and (max-width: 991px) {
  .review-block .reviews .blockquote .quote {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .blockquote .quote {
    font-size: 11px;
  }
}
.review-block .reviews .rating {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
  font-size: 0;
  letter-spacing: -4px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .rating {
    width: 52px;
  }
}
.review-block .reviews .rating li {
  padding: 0;
  letter-spacing: 0;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .rating li {
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .rating img {
    width: 100%;
    height: auto;
  }
}
.review-block .reviews .meta {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .review-block .reviews .meta {
    margin: 0;
  }
}
.review-block .reviews .info {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
  color: #6f7377;
}
@media only screen and (max-width: 991px) {
  .review-block .reviews .info {
    font-size: 9px;
  }
}
.review-block .reviews .info .device {
  padding-left: 5px;
}
.review-block .reviews .more {
  color: #147bbf;
  font-size: 12px;
  line-height: 15px;
  margin: 0 6px;
}
@media only screen and (max-width: 991px) {
  .review-block .reviews .more {
    font-size: 10px;
  }
}
.review-block .reviews .more:hover {
  color: #a6ca50;
}
.review-block.aside {
  position: relative;
  padding: 0;
  z-index: 10;
}

.two-columns {
  margin-bottom: 186px;
}
.two-columns .image-holder {
  position: relative;
}
.two-columns .image-holder:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  margin-left: -17px;
}
.two-columns .image-holder img {
  width: 100%;
  height: auto;
}
.two-columns .image-holder .title {
  position: absolute;
  left: 31px;
  top: 0;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
}
.two-columns .image-holder .title a {
  color: #fff;
  display: block;
  padding: 6px 15px 5px;
}
.two-columns .image-holder .title a:hover {
  opacity: 0.7;
}
.two-columns .description {
  background: #fff;
  padding: 27px 35px 33px 32px;
  color: #666;
  font-size: 17px;
  line-height: 30px;
}
.two-columns .description p {
  margin: 0 20px 54px 0;
}
.two-columns h2 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 25px;
}
.two-columns h2:before {
  width: 19px;
  height: 2px;
}
.two-columns h2 a {
  color: #181818;
}
.two-columns h2 a:hover {
  color: #a6ca50;
}
.two-columns .btn-holder {
  text-align: right;
}
.two-columns .btn-holder .btn {
  box-shadow: 0.4px 3px 0 rgba(153, 153, 153, 0.75);
  padding: 11px 28px;
}

.subscribe-block {
  background: #fff;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .subscribe-block {
    padding: 20px 0;
  }
}
.subscribe-block .text {
  display: block;
  text-align: right;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .subscribe-block .text {
    padding: 0;
    margin: 0 0 20px;
    font-size: 12px;
    text-align: center;
  }
}

.subscribe-form {
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .subscribe-form {
    padding-left: 0;
  }
}
.subscribe-form .input-group-addon {
  background: #fff;
  padding: 4px 9px;
  height: 31px;
}
.subscribe-form .input-group-addon .icon-envelope {
  font-size: 18px;
}
.subscribe-form .input-group-addon.add {
  padding: 0;
  background: #a6ca50;
}
.subscribe-form .btn {
  min-width: 0;
  box-shadow: none;
  font-size: 17px;
  padding: 5px 14px;
  outline: none;
}
.subscribe-form .form-control {
  min-width: 220px;
  border-right: 0;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .subscribe-form .form-control {
    min-width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form .form-group {
    margin-bottom: 0;
  }
}

.package-block {
  margin: 0;
}

.destination-form {
  background: #fff;
  padding: 14px 12px 12px 29px;
}
@media only screen and (max-width: 991px) {
  .destination-form {
    padding: 14px 999px 12px;
    margin: 0 -999px;
  }
}
@media only screen and (max-width: 767px) {
  .destination-form {
    padding: 20px 50px;
    margin: 0 auto 20px;
  }
}
.destination-form label {
  line-height: 18px;
  font-size: 15px;
  margin: 0 54px 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .destination-form label {
    width: 90px;
    margin: 0 10px 0 0;
    font-size: 14px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .destination-form label {
    width: 100%;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.destination-form .form-group {
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  .destination-form .form-group {
    margin: 0 0 12px;
  }
}
.destination-form .form-control {
  width: 147px;
  border-color: #cfcfcf;
  font-size: 13px;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .destination-form .form-control {
    width: 138px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .destination-form .form-control {
    width: 100%;
  }
}
.destination-form .input-group {
  width: 147px;
}
@media only screen and (max-width: 991px) {
  .destination-form .input-group {
    width: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .destination-form .input-group {
    width: 100%;
  }
}
.destination-form .input-group .form-control {
  width: 100%;
  border-right: 0;
}
.destination-form .input-group .input-group-addon {
  border-color: #cfcfcf;
  font-size: 18px;
  padding: 4px 12px 3px;
  color: #999;
  line-height: 13px;
}
.destination-form .btn-success {
  box-shadow: none;
  width: 149px;
  margin-left: 69px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .destination-form .btn-success {
    width: 145px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .destination-form .btn-success {
    margin-left: 0;
    width: 100%;
  }
}
.destination-form .btn-success .icon-arrow {
  font-size: 12px;
  margin-left: 53px;
}
@media only screen and (max-width: 767px) {
  .destination-form .btn-success .icon-arrow {
    margin-left: 88px;
  }
}

.package-type {
  background: #404040;
  padding: 25px 5px;
}
@media only screen and (max-width: 991px) {
  .package-type {
    margin: 0 -999px;
    padding: 25px 999px;
  }
}
@media only screen and (max-width: 767px) {
  .package-type {
    margin: 0;
    padding: 15px 50px;
  }
}
.package-type ul {
  margin: 0;
}
.package-type li {
  padding: 6px 6px;
}
@media only screen and (max-width: 767px) {
  .package-type li {
    margin-bottom: 8px;
    display: block;
    padding: 0;
  }
}
.package-type li.active .btn, .package-type li:hover .btn {
  background: #a6ca50;
  color: #fff;
}
.package-type li .btn {
  box-shadow: none;
  min-width: 162px;
  font-size: 13px;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .package-type li .btn {
    min-width: 110px;
    padding: 5px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .package-type li .btn {
    display: block;
  }
}

.sorting-block {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  padding: 40px 5px 33px 10px;
  letter-spacing: 0.5px;
}

.sorting-block li a.active{
  color: #A6CA50;
}

@media only screen and (max-width: 991px) {
  .sorting-block {
    padding: 25px 5px 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sorting-block {
    padding: 20px 4px 12px;
    font-size: 9px;
    max-width: 308px;
    margin: 0 auto;
  }
}
.sorting-block .title {
  display: inline-block;
  vertical-align: top;
  color: #000;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .sorting-block .title {
    font-size: 10px;
    margin-right: 3px;
  }
}
.sorting-block .list-inline {
  display: inline-block;
  vertical-align: top;
}
.sorting-block .list-inline li {
  position: relative;
  padding: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .sorting-block .list-inline li {
    margin-left: 8px;
  }
}
.sorting-block .list-inline li:before {
  content: "";
  background: #000;
  height: 10px;
  position: absolute;
  left: -14px;
  top: 1px;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .sorting-block .list-inline li:before {
    left: -6px;
  }
}
.sorting-block .list-inline li:first-child {
  margin-left: 0;
}
.sorting-block .list-inline li:first-child:before {
  display: none;
}
.sorting-block .list-inline a {
  color: #000;
}
.sorting-block .list-inline a:hover {
  color: #a6ca50;
}

@media only screen and (max-width: 767px) {
  .product-box {
    max-width: 308px;
    margin: 0 auto;
  }
}
.product-box .thumbnail {
  border: 0;
  margin-bottom: 39px;
  min-height: 420px;
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail {
    min-height: 0;
  }
}
.product-box .thumbnail.hot-offer .btn {
  padding: 7px 22px;
  box-shadow: 1.5px 3px 0 rgba(153, 153, 153, 0.75);
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail.hot-offer .btn {
    padding: 5px 15px;
  }
}
.product-box .thumbnail.hot-offer .time {
  margin-bottom: 20px;
}
.product-box .thumbnail h2 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail h2 {
    font-size: 12px;
  }
}
.product-box .thumbnail h2 a {
  color: #333333;
}
.product-box .thumbnail .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
  font-size: 10px;
  line-height: 15px;
  min-width: 0;
  padding: 5px 20px;
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail .btn {
    padding: 5px 15px;
  }
}
.product-box .thumbnail .price {
  display: block;
  margin: 17px 0 7px;
  color: #a6ca50;
  font-size: 19px;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail .price {
    margin-top: 28px;
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail .price-holder {
    padding-top: 7px;
  }
}
.product-box .thumbnail .time {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding-top: 17px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail .time {
    font-size: 10px;
  }
}
.product-box .thumbnail .time .icon-clock {
  margin-right: 5px;
}
.product-box .thumbnail .review {
  font-size: 11px;
  line-height: 15px;
  display: block;
  padding-top: 4px;
}
@media only screen and (max-width: 991px) {
  .product-box .thumbnail .caption {
    padding: 15px 12px;
    font-size: 10px;
  }
}
.product-box .img-holder img {
  width: 100%;
  height: auto;
}
.product-box .detail-list li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 2px;
}
.product-box .detail-list li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 4px;
  overflow: hidden;
}
.product-box .price-holder .old-price {
  display: block;
  text-decoration: line-through;
  font-size: 15px;
  line-height: 18px;
  color: #4f4f4f;
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .product-box .price-holder .old-price {
    font-size: 13px;
  }
}
.product-box .price-holder .offer-price {
  display: block;
  font-size: 19px;
  line-height: 23px;
  color: #937cc5;
  margin: 0 0 11px;
}
@media only screen and (max-width: 991px) {
  .product-box .price-holder .offer-price {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }
}
.arrow-up{
  position: relative;
}
.arrow-up:before{
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px;
  border-color: transparent transparent #fff transparent;
  margin-left: -11px;
}
.about-pull {
  top: -76px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .about-pull {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-pull {
    margin: 0 0 30px;
  }
}

.visore-block {
  position: relative;
  padding: 40px 5px 114px;
}
@media only screen and (max-width: 991px) {
  .visore-block {
    padding: 40px 5px 67px;
  }
}
@media only screen and (max-width: 767px) {
  .visore-block {
    padding: 15px 5px 22px;
  }
}
.visore-block .img-holder {
  max-width: 842px;
}
@media only screen and (max-width: 991px) {
  .visore-block .img-holder {
    max-width: 511px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .visore-block .img-holder {
    max-width: 240px;
  }
}
.visore-block .img-holder img {
  width: 100%;
  height: auto;
}
.visore-block .text {
  position: absolute;
  right: 132px;
  bottom: 153px;
  color: #a6ca50;
  font-size: 27px;
  line-height: 32px;
  width: 280px;
}
@media only screen and (max-width: 991px) {
  .visore-block .text {
    font-size: 16px;
    line-height: 20px;
    width: 168px;
    bottom: 90px;
    right: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .visore-block .text {
    font-size: 11px;
    line-height: 16px;
    margin-right: -120px;
    right: 50%;
    width: 105px;
    bottom: 25px;
  }
}

.plette-box {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .plette-box {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box {
    margin: 0;
  }
}
.plette-box .heading-wrap {
  text-align: center;
  text-transform: uppercase;
  padding: 24px 20px 22px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .plette-box .heading-wrap {
    padding: 17px 20px 15px;
  }
}
.plette-box .heading-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff transparent transparent;
  margin-left: -24px;
}
@media only screen and (max-width: 991px) {
  .plette-box .heading-wrap:after {
    border-width: 10px 10px 0;
    margin-left: -10px;
    bottom: -10px;
  }
}
.plette-box .heading-wrap h1 {
  font-size: 25px;
  line-height: 30px;
  color: #35363b;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .plette-box .heading-wrap h1 {
    font-size: 20px;
  }
}
.plette-box .three-col {
  background: #262626;
  color: #fff;
  padding: 21px 0 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .plette-box .three-col {
    font-size: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .plette-box .three-col p br {
    display: none;
  }
}
.plette-box .three-col .col {
  position: relative;
}
.plette-box .three-col .col:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 28px;
  bottom: 31px;
  width: 1px;
  background: #757575;
}
@media only screen and (max-width: 767px) {
  .plette-box .three-col .col:before {
    top: 18px;
    bottom: 18px;
  }
}
.plette-box .three-col .col:first-child:before {
  display: none;
}
.plette-box .three-col .hold {
  padding: 24px 24px 18px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .plette-box .three-col .hold {
    padding: 24px 8px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box .three-col .hold {
    padding: 15px 4px 13px;
  }
}
.plette-box h2 {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 18px;
  position: relative;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .plette-box h2 {
    font-size: 14px;
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2 {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    line-height: 15px;
  }
}
.plette-box h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../images/app/sprite.png) no-repeat -9999px -9999px;
  width: 50px;
  height: 50px;
}
.plette-box h2.central {
  padding-left: 93px;
}
@media only screen and (max-width: 991px) {
  .plette-box h2.central {
    padding-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2.central {
    padding: 25px 0 0;
    max-width: 70px;
  }
}
.plette-box h2.central:before {
  width: 37px;
  height: 45px;
  background-position: 0 0;
  top: -18px;
  left: 44px;
}
@media only screen and (max-width: 991px) {
  .plette-box h2.central:before {
    background-position: -376px -120px;
    width: 30px;
    height: 36px;
    top: -12px;
    left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2.central:before {
    left: 50%;
    background-position: 0 -181px;
    width: 23px;
    height: 28px;
    margin-left: -12px;
  }
}
.plette-box h2.wifi {
  padding-left: 111px;
}
@media only screen and (max-width: 991px) {
  .plette-box h2.wifi {
    padding-left: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2.wifi {
    padding: 25px 8px 0;
    max-width: 70px;
  }
}
.plette-box h2.wifi:before {
  width: 39px;
  height: 29px;
  background-position: -45px 0;
  left: 62px;
  top: -7px;
}
@media only screen and (max-width: 991px) {
  .plette-box h2.wifi:before {
    background-position: -415px -121px;
    width: 31px;
    height: 23px;
    left: 55px;
    top: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2.wifi:before {
    left: 50%;
    background-position: -32px -181px;
    width: 27px;
    height: 20px;
    margin-left: -13px;
  }
}
.plette-box h2.espresso {
  padding-left: 80px;
}
@media only screen and (max-width: 991px) {
  .plette-box h2.espresso {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2.espresso {
    padding: 25px 0 0;
    max-width: 80px;
  }
}
.plette-box h2.espresso:before {
  width: 28px;
  height: 37px;
  background: url(../../images/app/icon-lock.png) no-repeat;
  left: 38px;
  top: -12px;
  background-size: 100%;
}
@media only screen and (max-width: 991px) {
  .plette-box h2.espresso:before {
    width: 22px;
    height: 30px;
    top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .plette-box h2.espresso:before {
    left: 50%;
    width: 20px;
    height: 26px;
    margin-left: -10px;
  }
}

.about-block {
  margin: 0 0 64px;
}
@media only screen and (max-width: 991px) {
  .about-block {
    background: #fff;
    margin-bottom: 49px;
  }
}
.about-block .description {
  padding: 24px 16px 0 30px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .about-block .description {
    padding: 18px 0 0 28px;
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block .description {
    text-align: center;
    padding: 25px 8px 0;
    font-size: 13px;
    line-height: 20px;
  }
}
.about-block .description p {
  margin: 0 0 23px;
}
@media only screen and (max-width: 991px) {
  .about-block .description p {
    margin: 0 0 21px;
  }
}
.about-block h2 {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 15px;
  margin: 0 0 19px;
  color: #333333;
}
@media only screen and (max-width: 991px) {
  .about-block h2 {
    font-size: 20px;
    padding-bottom: 9px;
    margin: 0 0 17px;
  }
}
.about-block h2:before {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .about-block h2:before {
    display: none;
  }
}
.about-block .map-holder {
  max-width: 475px;
  overflow: hidden;
}
.about-block .map-holder .img {
  min-width: 475px;
  position: relative;
  float: left;
  left: 50%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-block .map-holder .img {
    min-width: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block .map-holder .img {
    min-width: 386px;
  }
}
.about-block .map-holder img {
  width: 100%;
  height: auto;
  float: left;
  left: -50%;
  position: relative;
}

.custom-list li {
  position: relative;
  padding-left: 41px;
  margin: 0 0 27px;
  line-height: 17px;
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .custom-list li {
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 22px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-list li {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
  }
}
.custom-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../../images/app/sprite.png) no-repeat -145px 0;
  width: 21px;
  height: 21px;
}

/*commented to enable tick marks for product highlights in  mobile screen*/
/*@media only screen and (max-width: 991px) {
  .custom-list li:before {
    background-position: -108px -186px;
    width: 17px;
    height: 18px;
    top: 4px;
  }
}*/

.infographic-block {
  position: relative;
  margin-bottom: 116px;
}
@media only screen and (max-width: 991px) {
  .infographic-block {
    margin-bottom: 27px;
  }
}
.infographic-block .holder {
  padding: 0 40px 41px 55px;
}
@media only screen and (max-width: 767px) {
  .infographic-block .holder {
    padding: 0 10px 40px;
  }
}
.infographic-block .title {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 34px;
  line-height: 17px;
  color: #fff;
  padding: 5px 12px;
}
@media only screen and (max-width: 991px) {
  .infographic-block .title {
    margin-bottom: 29px;
    font-size: 10px;
    line-height: 14px;
    padding: 3px 12px;
  }
}
.infographic-block .text {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  text-transform: uppercase;
  padding-bottom: 29px;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .infographic-block .text {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .infographic-block .text {
    max-width: 220px;
    margin-bottom: 20px;
  }
}
.infographic-block .text:before {
  height: 2px;
  width: 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .infographic-block .text br {
    display: none;
  }
}
.infographic-block .img-holder {
  margin-top: -17px;
  max-width: 874px;
}
@media only screen and (max-width: 991px) {
  .infographic-block .img-holder {
    margin-top: -11px;
  }
}
@media only screen and (max-width: 767px) {
  .infographic-block .img-holder {
    margin-top: 0;
  }
}
.infographic-block .img-holder img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .team-block {
    max-width: 300px;
    margin: 0 auto;
  }
}
.team-block .top-box {
  position: relative;
}
.team-block .top-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f6f6f8 transparent;
  margin-left: -11px;
}
.team-block .top-box img {
  max-width: 100%;
  height: auto;
}
.team-block .top-box .title {
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  margin: 0 26px 23px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .team-block .top-box .title {
    font-size: 10px;
    line-height: 14px;
  }
}
.team-block .top-box .title a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 6px 15px 5px;
}
@media only screen and (max-width: 991px) {
  .team-block .top-box .title a {
    padding: 4px 15px;
  }
}
.team-block .top-box .title a:hover {
  opacity: 0.7;
}
.team-block .top-box .logo-hold {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 200px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .team-block .top-box .logo-hold {
    min-height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block .top-box .logo-hold {
    min-height: 192px;
  }
}
.team-block .top-box .logo-hold:after {
  content: '';
  display: inline-block;
  height: 200px;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .team-block .top-box .logo-hold:after {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block .top-box .logo-hold:after {
    height: 192px;
  }
}
.team-block .top-box .logo-hold a {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
@media only screen and (max-width: 991px) {
  .team-block .top-box .logo-hold a {
    max-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block .top-box .logo-hold a {
    max-width: 175px;
  }
}
.team-block .description {
  padding: 19px 22px 0 31px;
  line-height: 19px;
}
@media only screen and (max-width: 991px) {
  .team-block .description {
    font-size: 10px;
    line-height: 15px;
    padding: 12px 15px 0 24px;
    background: #fff;
    min-height: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block .description {
    min-height: 0;
    padding: 12px 15px 20px 24px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px;
  }
}
.team-block .description h2 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 19px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .team-block .description h2 {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 14px;
    padding-bottom: 11px;
  }
}
.team-block .description h2 a {
  color: #333333;
}
.team-block .description h2 a:hover {
  color: #a6ca50;
}
.team-block .description .sub-title {
  display: block;
}
.team-block .description p {
  margin: 0 0 34px;
}
@media only screen and (max-width: 991px) {
  .team-block .description p {
    margin-bottom: 25px;
  }
}
.team-block .description .btn-holder {
  text-align: right;
  padding-right: 8px;
}
.team-block .description .btn-holder .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
  font-size: 11px;
  line-height: 17px;
  padding: 4px 13px;
}
@media only screen and (max-width: 991px) {
  .team-block .description .btn-holder .btn {
    font-size: 10px;
    padding: 2px 12px;
  }
}
.team-block.partner-boxes .col {
  margin-bottom: 47px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .team-block.partner-boxes .col {
    margin-bottom: 40px;
    height: auto !important;
  }
}
.team-block.partner-boxes .top-box:after {
  border-color: transparent transparent #fff transparent;
}
.team-block.partner-boxes .description {
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .team-block.partner-boxes .description {
    min-height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .team-block.partner-boxes .logo-hold {
    min-height: 154px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block.partner-boxes .logo-hold {
    min-height: 192px;
  }
}
.team-block.partner-boxes .logo-hold:after {
  content: '';
  display: inline-block;
  height: 200px;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .team-block.partner-boxes .logo-hold:after {
    height: 154px;
  }
}
@media only screen and (max-width: 767px) {
  .team-block.partner-boxes .logo-hold:after {
    height: 192px;
  }
}
.team-block.partner-boxes .logo-hold a {
  max-width: 115px;
}
@media only screen and (max-width: 767px) {
  .team-block.partner-boxes .logo-hold a {
    max-width: 180px;
  }
}
.team-block.partner-boxes .info-box {
  position: relative;
  z-index: 100;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .team-block.partner-boxes .info-box {
    margin-bottom: 40px;
    height: auto !important;
  }
}
.team-block.partner-boxes .info-box .text {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 34px 25px 95px 42px;
}
@media only screen and (max-width: 991px) {
  .team-block.partner-boxes .info-box .text {
    padding: 34px 20px 95px;
    font-size: 22px;
    line-height: 28px;
  }
}

.partner-intro {
  background: #fff;
  margin: 0 0 66px;
}
@media only screen and (max-width: 767px) {
  .partner-intro {
    margin: 0 -999px 66px;
    padding: 0 999px;
  }
}
.partner-intro .heading-wrap {
  text-align: center;
  text-transform: uppercase;
  padding: 24px 20px 22px;
  position: relative;
}
.partner-intro .heading-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  margin-left: -24px;
}
.partner-intro .heading-wrap h1 {
  font-size: 25px;
  line-height: 30px;
  color: #35363b;
  font-weight: 400;
  margin: 0;
}
.partner-intro .intro-text {
  background: #262626;
  color: #fff;
  padding: 36px 200px 7px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .partner-intro .intro-text {
    padding: 30px 80px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-intro .intro-text {
    padding: 30px 999px 7px;
    margin: 0 -999px;
  }
}

.gallery-box {
  padding: 30px 0 103px;
  width: 59%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .gallery-box {
    padding: 18px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box {
    max-width: 480px;
    width: 95%;
    margin: 0 auto;
    float: none;
  }
}
.gallery-box .heading-wrap {
  margin: 0 0 10px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .gallery-box .heading-wrap {
    margin-bottom: 20px;
  }
}
.gallery-box .heading-wrap .sub-text {
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .gallery-box .heading-wrap .sub-text {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box .heading-wrap .sub-text {
    font-size: 11px;
    line-height: 14px;
  }
}
.gallery-box h1 {
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .gallery-box h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.gallery-box .col-wrap {
  overflow: hidden;
}
/*@media only screen and (max-width: 767px) {
  .gallery-box .col-wrap {
    margin: 0 -11px;
  }
}*/
.gallery-box .video-box {
  float: left;
  width: 100%;
}
.gallery-box .video-box #video-player iframe{
    width: 100%;
}
.gallery-box .video-box img {
  width: 100%;
  height: auto;
}
.gallery-box .slider-box {
  float: right;
  width: 42.5%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 34px;
}
@media only screen and (max-width: 991px) {
  .gallery-box .slider-box {
    width: 43.5%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box .slider-box {
    width: 100%;
    float: none;
  }
}
.gallery-box .gallery-img .col {
  float: right;
  width: 48.5%;
}
.gallery-box .gallery-img .col:first-child {
  float: left;
}
.gallery-box .gallery-img .img-hold {
  margin-top: 10px;
}
.gallery-box .gallery-img .img-hold:first-child {
  margin-top: 0;
}
.gallery-box .gallery-img .img-hold img {
  width: 100%;
  height: auto;
}
.gallery-box .carousel-control {
  text-shadow: none;
  background: none;
  filter: none;
  width: 13px;
  left: -22px;
  height: 21px;
  top: 50%;
  bottom: auto;
  opacity: 1;
  margin-top: -9px;
}
.gallery-box .carousel-control.right {
  right: -22px;
  left: auto;
}
.gallery-box .carousel-control:hover {
  opacity: 0.5;
}

.product-holder {
  top: -66px;
}
@media only screen and (max-width: 991px) {
  .product-holder {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-holder {
    max-width: 480px;
    margin: 0 auto;
  }
}

.booking-form {
  background: #d9d9d9;
  margin-bottom: 34px;
  position: relative;
  z-index: 50;
}
.booking-form:after {
  content: "";
  display: block;
  clear: both;
}
.booking-form label {
  display: block;
  margin: 0 0 10px;
}

.booking-form .no_margin {
  display: block;
  margin: 0px !important;
}
.booking-form ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  width: 100%;
}

.booking-form .inner-div{
    overflow: auto;
  margin: 5px;
  margin-left:0px;
  margin-right:0px;
  padding: 10px 10px 10px 10px;
  background-color: white;
  color: black;
}

 .option_button{
    background-color: #dfe0e2;
    border: none;
    color: #7b7e84;
    padding: 5px 5px;
    height: 40px;
}

/* .option_button:hover{
  background-color : #a6ca50;
} */


.right_part{
  float: right;
  display: inline-grid;

}

 /* span.option_name{
  font-weight: bold;
  font-size:20px;
    display: inline-grid;
} */
span.option_name{
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
span.option_name .name{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
span.option_name .desc{
  margin-bottom: 15px;
}

 .display_price{
  display: inline-grid;
}

.discount{

    margin-top: 5px;
  font-size: 14px;
  color: #ff4c4c;

}

/* .departure_time{
    margin: 15px 0px;
} */

.dep_time_container{
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.dep_time_container .departure_time{
  background-color: #fff;
  border: 2px solid #795fb3;
  font-size: 17px;
  font-weight: 600;
  color: #795fb3;
  padding: 5px 7px;
  margin-right: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.dep_time_container .departure_time.sold_out_btn:before {
  content: "";
  height: 1px;
  width: 106%;
  background: grey;
  position: absolute;
  transform: rotate(-23deg);
  top: 17px;
  right: 0;
  color: gray !important;
  border-color: gray !important;
  overflow: hidden;

}

.dep_time_container .departure_time.btn-active{
  background-color: #795fb3 !important;
  color: #fff !important;
}


.option_while_empty{

  font-size: 20px;
  color: #ff4c4c;


}
 .tickets_available{
    margin-top: 5px;
  font-size: 14px;
  color: #ffb732;
    display: block;
}

 .totalPrice{

  font-size: 12px;
  display: block;
}

.tourPrice{

  font-size: 36px;
  margin-right: 20px;

}

.realPrice{

  font-size: 16px;
  margin-right: 20px;
  text-decoration: line-through;



}

 .option_button_sold_out{
  float: right;
  background-color : #f59898;
  padding: 15px;
  color: white;

}


 .option_button_ticket_left{
  float: right;
  background-color : #f59898;
  padding: 15px;
  color: white;
}

.booking-form .form-title {
  width: 13%;
  font-size: 20px;
  overflow: hidden;
  background-color: #a6ca50;
  text-align: center;
  color: white;
  height: 49px;
  padding-top: 9px;
  position: absolute;
  z-index: 999;
  left: -39px;
  top: 38px;

}
@media only screen and (max-width: 991px) {
.booking-form .form-title {
  /*width: 38px;*/
  }
}
@media only screen and (max-width: 991px) {
  .booking-form .form-title {
    text-indent: 0;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    background: #a6ca50;
    min-height: 0;
    text-transform: uppercase;
    text-align: center;
    float: none;
    display: block;
    border-bottom: 4px solid #f6f6f8;
  }
}
.booking-form .form-group {
  margin-bottom: 9px;
}
.booking-form .col {
  float: left;
  min-height: 125px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .booking-form .col {
    float: none;
    min-height: 0;
    padding: 0 30px 30px !important;
    border-bottom: 30px solid #f6f6f8;
  }
}
.booking-form .col.date {
  background: #fff;
  width: 22%;
  padding: 0 33px 5px 28px;
  z-index: 3;
  margin-left: 49px;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.date {
    padding: 0 15px 5px;
    width: 21%;
  }
}
@media only screen and (max-width: 991px) {
  .booking-form .col.date {
    width: 100%;
  }
}
.booking-form .col.date:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -12px;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.date:before {
    display: none;
  }
}
.booking-form .col.date .title {
  /*margin: 0 0 48px;*/
}
.booking-form .col.traveler {
  padding: 0 28px 5px;
  width: 26.5%;
  background: #e8e8e8;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.traveler {
    padding: 0 15px 5px;
    width: 25.5%;
  }
}
@media only screen and (max-width: 991px) {
  .booking-form .col.traveler {
    width: 100%;
    background: #dfdede;
  }
}
.booking-form .col.option:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f6f6f8;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -12px;
  z-index: 3;
}
.booking-form .col.traveler .form-group {
  /*padding-right: 40px;*/
}
@media only screen and (max-width: 991px) {
  .booking-form .col.traveler .form-group {
    padding-right: 0;
  }
}
.booking-form .col.traveler .form-control {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.traveler .form-control {
    font-size: 14px;
  }
}
.booking-form .col.option {
  background: #f6f6f8;
  padding: 0 18px 5px 40px;
  width: 27%;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.option {
    width: 25%;
    padding: 0 15px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .booking-form .col.option {
    width: 100%;
  }
}
.booking-form .col.option .title {
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.option .title {
    margin-right: 0;
  }
}
.booking-form .col.cart {
  background: #d9d9d9;
  width: 18%;
  padding: 48px 13px 5px 29px;
}
@media only screen and (max-width: 991px) {
  .booking-form .col.cart {
    width: 22%;
    padding: 48px 7px 5px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .booking-form .col.cart {
    width: 100%;
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
}
.booking-form .title {
  margin: 0 0 20px;
  overflow: hidden;
  text-transform: uppercase;
  background: #795fb3;
  color: #fff;
  font-size: 11px;
}
@media only screen and (max-width: 991px) {
  .booking-form .title {
    font-size: 10px;
  }
}
.booking-form .title .number {
  float: left;
  padding: 6px 11px 6px 12px;
  background: #604799;
  position: relative;
}
.booking-form .title .number:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #604799;
  position: absolute;
  right: -5px;
  top: 8px;
}
.booking-form .title .text {
  overflow: hidden;
  padding: 6px 5px 6px 12px;
  display: block;
}
.booking-form .form-control {
  border-color: #cfcfcf;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  line-height: 21px;
  height: 37px;
  padding: 6px 7px;
}
@media only screen and (max-width: 991px) {
  .booking-form .form-control {
    font-size: 13px;
    height: 38px;
  }
}
.booking-form .input-group .form-control {
  width: 100%;
  border-right: 0;
  height: 37px;
  padding: 6px 8px 6px 11px;
}
@media only screen and (max-width: 991px) {
  .booking-form .input-group .form-control {
    padding: 6px 8px;
    height: 38px;
  }
}
.booking-form .input-group .input-group-addon {
  border-color: #cfcfcf;
  font-size: 25px;
  padding: 4px 9px 3px;
  color: #999;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .booking-form .input-group .input-group-addon {
    font-size: 18px;
    line-height: 17px;
  }
}
.booking-form .price-holder {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  margin: 0 3px 9px 0;
}
@media only screen and (max-width: 991px) {
  .booking-form .price-holder {
    font-size: 13px;
  }
}
.booking-form .btn {
  display: block;
  width: 100%;
  box-shadow: none;
  font-size: 12px;
  line-height: 15px;
  padding: 15px 10px 15px;
  background: #795fb3;
}
@media only screen and (max-width: 991px) {
  .booking-form .btn {
    font-size: 11px;
  }
}
.booking-form .btn .icon-arrow {
  font-size: 30px;
  vertical-align: middle;
  margin-left: 18px;
}
@media only screen and (max-width: 991px) {
  .booking-form .btn .icon-arrow {
    font-size: 30px;
  }
}
.booking-form .btn:hover, .booking-form .btn:focus {
  background: #a6ca50;
}

.breadcrumb-holder {
  overflow: hidden;
  margin-bottom: 22px;
}
.breadcrumb-holder .breadcrumb {
  font-size: 11px;
}
.breadcrumb-holder .breadcrumb li + li:before {
  padding: 0;
}
.breadcrumb-holder .breadcrumb a {
  color: #333;
}

.content-box {
  margin-bottom: 50px;
}

.product-tab .nav-tabs {
  margin-bottom: 30px;
}
.product-tab .nav-tabs a {
  font-size: 12px;
  line-height: 18px;
  padding: 12px 10px 15px !important;
}
@media only screen and (max-width: 991px) {
  .product-tab .nav-tabs a {
    font-size: 11px;
    padding: 10px 5px !important;
  }
}
.product-tab .nav-tabs a:before {
  margin-top: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 4px;
  background: #f6f6f8;
}
.product-tab .nav-tabs li.active a {
  background: #a6ca50 !important;
  color: #fff !important;
}
.product-tab .nav-tabs li.active .hold:after {
  font-size: 11px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .product-tab .nav-tabs li.active .hold:after {
    margin-left: 5px;
  }
}
.product-tab .nav-tabs li.active .hold:before {
  border-top-color: #a6ca50;
  bottom: -22px;
  margin-left: -9px;
}
@media only screen and (max-width: 991px) {
  .product-tab .nav-tabs li.active .hold:before {
    bottom: -17px;
  }
}
.product-tab .panel-heading {
  padding: 0;
}
.product-tab .panel-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.product-tab .panel-title a {
  display: block;
  padding: 10px 15px;
}
.product-tab .panel-title a:after {
  content: "\e602";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 12px;
  color: #000;
  font-size: 15px;
}
.product-tab .panel-title a.collapsed:after {
  display: none;
}
.product-tab .box {
  background: #fff;
  padding: 0 17px 17px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .product-tab .box {
    padding: 0 !important;
  }
}
.product-tab .box.highlights {
  padding-right: 30px;
}
.product-tab .box.description {
  padding-bottom: 20px;
  margin-bottom: 67px;
}
.product-tab .box.description .title {
  margin-bottom: 45px;
}
.product-tab .box.description p {
  margin-bottom: 19px;
}
.product-tab .box.itinerary {
  padding-bottom: 7px;
}
.product-tab .box.itinerary .title {
  margin-bottom: 45px;
}
.product-tab .box.itinerary .details {
  padding: 0 15px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
.product-tab .box.itinerary .details p {
  margin-bottom: 19px;
}
.product-tab .box.itinerary .details .heading {
  display: block;
}
.product-tab .box .title {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 34px 2px;
  line-height: 17px;
}
.product-tab .box .title a {
  color: #fff;
  display: block;
  padding: 5px 18px;
}
.product-tab .box .title a:hover {
  opacity: 0.7;
}
.product-tab .custom-list.large li {
  font-size: 14px;
  line-height: 25px;
  padding-left: 50px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .product-tab .custom-list.large li {
    font-size: 12px;
    line-height: 22px;
  }
}
.product-tab .custom-list.large li:before {
  background-position: -173px 0;
  width: 27px;
  height: 26px;
  left: 3px;
}
.product-tab .text-details {
  /*color: #666;*/
  font-size: 14px;
  line-height: 20px;
}
.product-tab .img-holder {
  margin-bottom: 23px;
}
.product-tab .img-holder img {
  width: 100%;
  height: auto;
}
.product-tab .map-holder {
  margin-bottom: 15px;
}
.product-tab .map-holder img {
  width: 100%;
  height: auto;
}
.product-tab .infos {
  background: #fff;
  padding: 0 50px 14px 28px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 29px;
}
@media only screen and (max-width: 991px) {
  .product-tab .infos {
    font-size: 12px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab .infos {
    padding: 0;
  }
}
.product-tab .infos h3 {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 20px -2px;
  padding: 6px 17px 5px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-tab .infos .plan-point {
  margin: -9px 0 37px;
}
.product-tab .infos p {
  margin-bottom: 28px;
}
.product-tab .faq-tab {
  background: #fff;
  padding: 0 32px 71px 28px;
  font-size: 14px;
  line-height: 29px;
}
@media only screen and (max-width: 991px) {
  .product-tab .faq-tab {
    font-size: 12px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab .faq-tab {
    padding: 0;
  }
}
.product-tab .faq-tab h3 {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 37px -2px;
  padding: 6px 18px 5px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-tab .faq-box li {
  position: relative;
  padding-left: 47px;
  margin-bottom: 28px;
}
.product-tab .faq-box li:before {
  background: url(../../images/app/sprite.png) no-repeat -128px -121px;
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: -2px;
  top: 4px;
}
.product-tab .faq-box li:first-child:before {
  top: 11px;
}
.product-tab .faq-box .question {
  display: block;
}
.product-tab .faq-box p {
  margin: 0;
}
.product-tab .review-tab {
  padding: 0 19px 42px 24px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab {
    padding: 0;
  }
}
.product-tab .review-tab h3 {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 30px -2px;
  padding: 5px 17px 4px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-tab .review-tab .reviews {
  margin: 0;
}
.product-tab .review-tab .reviews > li {
  margin: 0 0 29px;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews > li {
    overflow: hidden;
  }
}
.product-tab .review-tab .reviews > li.align-right .img-holder {
  float: right;
  margin: 85px 10px 0 17px;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews > li.align-right .img-holder {
    margin: 0;
  }
}
.product-tab .review-tab .reviews > li.align-right .blockquote {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews > li.align-right .blockquote {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews > li.align-right .blockquote {
    padding: 20px 0 10px;
  }
}
.product-tab .review-tab .reviews > li.align-right .blockquote:before {
  left: auto;
  top: 130px;
  right: 0;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #cfcfcf;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews > li.align-right .blockquote:before {
    border-width: 0 15px 15px;
    right: 16px;
    top: 5px;
    border-color: transparent transparent #cfcfcf;
  }
}
.product-tab .review-tab .reviews > li.align-right .hold {
  padding-left: 40px;
}
.product-tab .review-tab .reviews > li.align-right .hold:before {
  left: auto;
  top: 112px;
  right: -19px;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews > li.align-right .hold:before {
    border-width: 0 15px 15px;
    right: 15px;
    top: -15px;
    border-color: transparent transparent #fff;
  }
}
.product-tab .review-tab .reviews .img-holder {
  float: left;
  width: 75px;
  overflow: hidden;
  margin: 48px 13px 0 4px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews .img-holder {
    float: none;
    margin: 0;
  }
}
.product-tab .review-tab .reviews .img-holder .name {
  display: block;
  background: #795fb3;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-color: center;
  padding: 4px 1px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .product-tab .review-tab .reviews .img-holder .name {
    font-size: 9px;
  }
}
.product-tab .review-tab .reviews .img-holder .name:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #795fb3 transparent;
}
.product-tab .review-tab .reviews .img-holder img {
  width: 75px;
  height: 75px;
  border: 1px solid #795fb3;
}
.product-tab .review-tab .reviews .blockquote {
  overflow: hidden;
  padding: 17px 10px 10px 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .product-tab .review-tab .reviews .blockquote {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews .blockquote {
    padding: 20px 0 10px;
  }
}
.product-tab .review-tab .reviews .blockquote:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 77px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #cfcfcf transparent transparent;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews .blockquote:before {
    border-width: 0 15px 15px;
    left: 16px;
    top: 5px;
    border-color: transparent transparent #cfcfcf;
  }
}
.product-tab .review-tab .reviews .blockquote .hold {
  padding: 17px 6px 17px 21px;
  border: 1px solid #cfcfcf;
  background: #fff;
  position: relative;
}
.product-tab .review-tab .reviews .blockquote .hold:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 59px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
}
@media only screen and (max-width: 767px) {
  .product-tab .review-tab .reviews .blockquote .hold:before {
    border-width: 0 15px 15px;
    left: 15px;
    top: -15px;
    border-color: transparent transparent #fff;
  }
}
.product-tab .review-tab .reviews .blockquote .quote {
  display: block;
  margin: 0 0 9px;
  text-transform: uppercase;
  padding-bottom: 17px;
}
.product-tab .review-tab .reviews .blockquote .quote:before {
  left: 5px;
}
.product-tab .review-tab .reviews .ratings {
  margin: 0 0 7px 3px;
}

.widget {
  background: #fff;
  margin-bottom: 30px;
}
.widget.package-overview {
  padding: 18px 22px 20px 27px;
}
.widget.package-overview .heading-wrap {
  text-transform: uppercase;
  color: #a6ca50;
  margin-bottom: 25px;
}
.widget.package-overview .from {
  display: block;
  margin: 0 0 4px 4px;
}
.widget.package-overview .price {
  display: block;
  font-size: 42px;
  line-height: 45px;
  margin: 0 0 4px;
}
.widget.package-overview .reviews {
  display: block;
  font-size: 10px;
  color: #666;
  text-transform: none;
}
.widget.package-overview .ratings {
  margin: 0 0 6px 2px;
}
.widget.package-overview .ratings li {
  font-size: 17px;
}
.widget.powered-box {
  padding: 24px;
}
.widget.powered-box .title {
  display: block;
  text-transform: uppercase;
  padding: 0 0 0 4px;
  margin: 0 0 21px;
}
.widget.powered-box .logo-holder {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .widget.powered-box .logo-holder {
    max-width: 260px;
    margin: 0 auto;
  }
}
.widget.powered-box .logo-holder img {
  width: 100%;
  height: auto;
}

.overviews {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.overviews li {
  padding-left: 33px;
  position: relative;
  margin-bottom: 21px;
}
.overviews li:before {
  content: "";
  background: url(../../images/app/sprite.png) no-repeat -9999px -9999px;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  position: absolute;
}
.overviews li.depature:before {
  background-position: -207px 0;
  width: 18px;
  height: 35px;
  left: -6px;
  top: 4px;
}
.overviews li.running:before {
  background-position: -233px 0;
  width: 20px;
  height: 19px;
  left: -8px;
  top: 8px;
}
.overviews li.duration:before {
  background-position: -261px 0;
  width: 18px;
  height: 18px;
  left: -6px;
  top: 7px;
}
.overviews li.meeting:before {
  background-position: -287px 0;
  width: 23px;
  height: 18px;
  top: 8px;
  left: -9px;
}
.overviews li.inclusion:before {
  background-position: -318px 0;
  width: 25px;
  height: 17px;
  top: 8px;
  left: -9px;
}
.overviews li.exclusion:before {
  background-position: -351px 0;
  width: 25px;
  height: 17px;
  top: 12px;
  left: -9px;
}
.overviews p {
  margin-bottom: 0;
}
.overviews .heading {
  display: block;
  font-weight: 700;
}
.overviews .inner-list li {
  padding-left: 0;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.overviews .inner-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #6a6a6a;
  position: static;
  margin-right: 7px;
}

.review-aside {
  position: relative;
  z-index: 10;
}
.review-aside .btn-holder {
  text-align: center;
  padding: 0 0 31px;
}
.review-aside .btn-holder .btn {
  font-size: 15px;
  line-height: 20px;
  box-shadow: 0.4px 2px 0 rgba(153, 153, 153, 0.3);
  text-align: center;
  padding: 11px 20px 8px;
}
@media only screen and (max-width: 991px) {
  .review-aside .btn-holder .btn {
    font-size: 13px;
    padding: 10px 10px 8px;
  }
}
.review-aside .reviews {
  margin: 0 0 45px;
  padding: 18px 15px 0 10px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews {
    margin-bottom: 35px;
  }
}
.review-aside .reviews > li {
  margin: 0 19px 19px 0;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews > li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .review-aside .reviews > li {
    margin-right: 30px;
  }
}
.review-aside .reviews > li.align-right {
  margin: 0 0 0 29px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews > li.align-right {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .review-aside .reviews > li.align-right {
    margin: 0 0 0 30px;
  }
}
.review-aside .reviews > li.align-right .img-holder {
  float: right;
  margin: 0px 33px 0 20px;
}
.review-aside .reviews > li.align-right .blockquote {
  padding-left: 0;
}
.review-aside .reviews > li.align-right .blockquote:before {
  left: auto;
  top: auto;
  bottom: -4px;
  right: 91px;
  border-width: 0 29px 19px 0;
  border-color: transparent #fff transparent transparent;
  transform: rotate(-14deg);
}
.review-aside .reviews > li.align-right .hold {
  padding: 15px 6px 6px 24px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews > li.align-right .hold {
    padding: 15px 5px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .review-aside .reviews > li.align-right .hold {
    padding-left: 20px;
  }
}
.review-aside .reviews .img-holder {
  width: 55px;
  height: 55px;
  border-radius: 78px;
  overflow: hidden;
  background: #fff;
  padding: 2px;
  margin: 0 25px 0 68px;
}
.review-aside .reviews .img-holder img {
  width: 100%;
  height: auto;
  border: 2px solid #3e5f7e;
  border-radius: 78px;
}
.review-aside .reviews .blockquote {
  overflow: hidden;
  padding: 17px 10px 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .blockquote {
    padding: 17px 0 10px;
  }
}
.review-aside .reviews .blockquote:before {
  content: "";
  position: absolute;
  left: 41px;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 29px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(11deg);
}
.review-aside .reviews .blockquote .hold {
  background: #fff;
  padding: 12px 6px 9px 20px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .blockquote .hold {
    padding: 12px 6px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-aside .reviews .blockquote .hold {
    padding-left: 20px;
  }
}
.review-aside .reviews .blockquote .quote {
  font: italic 700 14px/17px Georgia,Times,Times New Roman,serif;
  color: #20518c;
  display: block;
  margin: 0 0 4px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .blockquote .quote {
    font-size: 12px;
  }
}
.review-aside .reviews .rating {
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
  font-size: 0;
  letter-spacing: -4px;
  width: 60px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .rating {
    vertical-align: middle;
    width: 42px;
    margin: 0;
  }
}
.review-aside .reviews .rating li {
  padding: 0;
  letter-spacing: 0;
  font-size: 10px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .rating li {
    width: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .rating img {
    width: 100%;
    height: auto;
  }
}
.review-aside .reviews .meta {
  margin: 0 0 10px;
}
.review-aside .reviews .info {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
  color: #6f7377;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .info {
    font-size: 9px;
  }
}
.review-aside .reviews .info .device {
  padding-left: 5px;
}
.review-aside .reviews .more {
  color: #147bbf;
  font-size: 12px;
  line-height: 15px;
  margin: 0 6px;
}
@media only screen and (max-width: 991px) {
  .review-aside .reviews .more {
    margin: 0;
    font-size: 10px;
  }
}
.review-aside .reviews .more:hover {
  color: #a6ca50;
}

@media only screen and (max-width: 767px) {
  .recommended-box {
    max-width: 309px;
    margin: 0 auto;
  }
}
.recommended-box .thumbnail {
  border: 0;
  margin-bottom: 39px;
  min-height: 420px;
}
@media only screen and (max-width: 991px) {
  .recommended-box .thumbnail {
    min-height: 0;
  }
}
@media only screen and (max-width: 991px) {
  .recommended-box .thumbnail .caption {
    padding: 10px 10px 35px;
  }
}
/*.recommended-box .thumbnail h2,*/
.recommended-box .thumbnail a.heading2 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  /*.recommended-box .thumbnail h2,*/
  .recommended-box .thumbnail a.heading2 {
    font-size: 12px;
  }
}
.recommended-box .thumbnail a.heading2 {
  color: #333333;
}
.recommended-box .thumbnail .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
  font-size: 10px;
  line-height: 15px;
  min-width: 0;
  padding: 5px 20px;
}
@media only screen and (max-width: 991px) {
  .recommended-box .thumbnail .btn {
    padding: 5px 15px;
  }
}
.recommended-box .thumbnail .price {
  display: block;
  margin: 17px 0 7px;
  color: #a6ca50;
  font-size: 19px;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .recommended-box .thumbnail .price {
    margin: 15px 0 7px;
  }
}
.recommended-box .thumbnail .time {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding-top: 17px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .recommended-box .thumbnail .time {
    padding-top: 5px;
  }
}
.recommended-box .thumbnail .time .icon-clock {
  margin-right: 5px;
}
.recommended-box .thumbnail .review {
  font-size: 11px;
  line-height: 15px;
  display: block;
  padding-top: 4px;
}
.recommended-box .top-box {
  position: relative;
}
.recommended-box .top-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f6f6f8 transparent;
  margin-left: -11px;
}
.recommended-box .top-box img {
  max-width: 100%;
  height: auto;
}
.recommended-box .top-box .title {
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  margin: 0 18px 23px;
  position: absolute;
  left: 0;
  top: 0;
}
.recommended-box .top-box .title a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 5px;
}
.recommended-box .top-box .title a:hover {
  opacity: 0.7;
}
.recommended-box .detail-list li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 2px;
}
@media only screen and (max-width: 991px) {
  .recommended-box .detail-list li {
    font-size: 11px;
  }
}
.recommended-box .detail-list li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 4px;
  overflow: hidden;
}

.blog-page {
  padding-top: 49px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page {
    padding-top: 35px;
    margin-bottom: 0;
  }
}

.blog-post {
  margin: 0 0 95px;
}
@media only screen and (max-width: 767px) {
  .blog-post {
    margin: 0 0 20px;
  }
}
.blog-post .thumbnil-box img {
  width: 100%;
  height: auto;
}
.blog-post .blog-content {
  background: #fff;
  padding: 26px 24px 20px 18px;
  line-height: 19px;
  font-size: 11px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 767px) {
  .blog-post .blog-content {
    padding: 12px 10px 15px;
  }
}
.blog-post .blog-content h2 {
  font-size: 27px;
  line-height: 32px;
  text-transform: none;
  margin: 0 0 21px -2px;
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-content h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .blog-content h2 {
    font-size: 17px;
    padding-right: 34px;
  }
}
.blog-post .blog-content h2 a {
  color: #333333;
}
.blog-post .blog-content h2 a:hover {
  color: #a6ca50;
}
.blog-post .blog-content p {
  margin: 0 0 18px;
}
.blog-post .btn-more {
  font-size: 12px;
  line-height: 20px;
}
.blog-post .btn-more a {
  display: inline-block;
  vertical-align: middle;
  color: #a6ca50;
}
.blog-post .btn-more a:after {
  content: "";
  background: url(../../images/app/sprite.png) no-repeat -476px 0;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 19px;
  margin-left: 5px;
}
.blog-post .btn-more a:hover {
  opacity: 0.6;
}
.blog-post.full-post {
  margin-bottom: 32px;
}
.blog-post.full-post .blog-content {
  padding-bottom: 30px;
}
.blog-post.full-post .blog-content h2 {
  margin-bottom: 31px;
  color: #333333;
}

.post-meta {
  color: #a6ca50;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .post-meta {
    margin: 0 auto 15px;
    max-width: 275px;
  }
}
.post-meta li {
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  line-height: 18px;
  margin-left: 37px;
}
@media only screen and (max-width: 991px) {
  .post-meta li {
    padding-left: 20px;
    margin-left: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    margin: 0 0 8px 18px;
  }
}
.post-meta li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .post-meta li:first-child {
    margin-left: 18px;
  }
}
.post-meta li:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../../images/app/sprite.png) no-repeat -9999px -9999px;
  width: 20px;
  height: 20px;
}
.post-meta li.meta1:before {
  background-position: -430px 0;
  width: 14px;
  height: 14px;
  top: 2px;
}
.post-meta li.meta2:before {
  background-position: -384px 0;
  width: 13px;
  height: 15px;
  top: 1px;
}
.post-meta li.meta3:before {
  background-position: -405px 0;
  width: 17px;
  height: 15px;
  top: 2px;
}
.post-meta li.meta4:before {
  background-position: -452px 0;
  width: 16px;
  height: 16px;
  top: 1px;
}
.post-meta a {
  color: #a6ca50;
  position: relative;
}

.blog-tags {
  margin: 0;
}
.blog-tags li {
  text-align: center;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .blog-tags li {
    width: 32.55%;
    margin-bottom: 10px;
  }
}
.blog-tags a {
  display: block;
  background: #fff;
  text-transform: uppercase;
  font-size: 10px;
  color: #333333;
  min-width: 78px;
  padding: 13px 8px;
}
@media only screen and (max-width: 991px) {
  .blog-tags a {
    font-size: 10px;
    min-width: 72px;
    padding: 10px 5px;
  }
}
.blog-tags a:hover {
  background: #a6ca50;
  color: #fff;
}

.search-box {
  padding-top: 43px;
  margin: 0 0 46px;
}
@media only screen and (max-width: 767px) {
  .search-box {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.search-box .btn {
  float: right;
  min-width: 82px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 12px;
  box-shadow: 0.5px 0.9px 1px rgba(102, 102, 102, 0.75);
}
@media only screen and (max-width: 991px) {
  .search-box .btn {
    min-width: 50px;
    font-size: 12px;
    padding: 4px 10px;
  }
}
.search-box .btn .icon-arrow {
  margin: 0 0 0 13px;
  vertical-align: middle;
}
.search-box .input-wrap {
  overflow: hidden;
}
.search-box .input-wrap .form-control {
  width: 100%;
  border-color: #999;
  background: transparent;
  height: 29px;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 17px;
}
@media only screen and (max-width: 991px) {
  .search-box .input-wrap .form-control {
    font-size: 12px;
  }
}

.widget.padding {
  padding: 0 20px 27px;
  margin-bottom: 36px;
}
.widget.padding h3 {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 43px 2px;
  line-height: 17px;
  color: #fff;
  padding: 6px 17px 5px;
}
.widget.padding .list-items li {
  border-bottom: 2px solid #ececec;
  padding: 0 0 9px;
  margin: 0 0 9px;
}
.widget.padding .list-items a {
  color: #333333;
}
.widget.padding .list-items a:hover {
  color: #937cc5;
}
.widget .recent-comments {
  min-height: 48px;
}

.blog-share {
  background: #fff;
  margin-bottom: 39px;
  padding: 0 18px 37px 22px;
}
.blog-share h3 {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 40px 2px;
  line-height: 17px;
  color: #fff;
  padding: 6px 22px 5px;
}
.blog-share .social-icons {
  margin: 0 -5px 45px;
  font-size: 0;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  .blog-share .social-icons {
    margin: 0 -3px 35px;
  }
}
.blog-share .social-icons li {
  padding: 0 5px;
  margin: 0 0 5px;
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .blog-share .social-icons li {
    padding: 0 3px;
  }
}
.blog-share .social-icons li:hover a {
  opacity: 0.6;
}
.blog-share .social-icons li a {
  background: url(../../images/app/sprite.png) no-repeat -9999px -9999px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li a {
    width: 34px;
    height: 34px;
  }
}
.blog-share .social-icons li.email a {
  background-position: -64px -121px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.email a {
    background-position: -374px -221px;
  }
}
.blog-share .social-icons li.print a {
  background-position: 0 -121px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.print a {
    background-position: -332px -221px;
  }
}
.blog-share .social-icons li.facebook a {
  background-position: 0 -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.facebook a {
    background-position: 0 -221px;
  }
}
.blog-share .social-icons li.twitter a {
  background-position: -63px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.twitter a {
    background-position: -42px -221px;
  }
}
.blog-share .social-icons li.google a {
  background-position: -125px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.google a {
    background-position: -83px -221px;
  }
}
.blog-share .social-icons li.linkedin a {
  background-position: -188px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.linkedin a {
    background-position: -124px -221px;
  }
}
.blog-share .social-icons li.reddit a {
  background-position: -249px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.reddit a {
    background-position: -164px -221px;
  }
}
.blog-share .social-icons li.tumbler a {
  background-position: -311px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.tumbler a {
    background-position: -206px -221px;
  }
}
.blog-share .social-icons li.stumbleupon a {
  background-position: -374px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.stumbleupon a {
    background-position: -247px -221px;
  }
}
.blog-share .social-icons li.pinterest a {
  background-position: -437px -60px;
}
@media only screen and (max-width: 991px) {
  .blog-share .social-icons li.pinterest a {
    background-position: -289px -221px;
  }
}
.blog-share .btn-hold {
  text-align: right;
}
.blog-share .btn-hold .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
  vertical-align: middle;
}
.blog-share .btn-hold .icon-arrow-left {
  font-size: 18px;
  vertical-align: middle;
  margin: -5px 9px 0 0;
  display: inline-block;
}

.comment-box {
  background: #fff;
  padding: 0 18px 23px 22px;
}
.comment-box h3 {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 43px 2px;
  line-height: 17px;
  color: #fff;
  padding: 6px 22px 5px;
}
.comment-box .comment-form .form-control {
  font-size: 15px;
  line-height: 22px;
  height: 37px;
}
@media only screen and (max-width: 767px) {
  .comment-box .comment-form .form-control {
    font-size: 12px;
    height: 32px;
    line-height: 17px;
  }
}
.comment-box .comment-form textarea {
  height: 193px !important;
  width: 100% !important;
  padding: 14px 18px;
}
.comment-box .comment-form .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
}
.comment-box .comment-form .checkbox {
  margin-bottom: 26px;
}
.comment-box .form-group {
  margin: 0 0 34px;
}
@media only screen and (max-width: 767px) {
  .comment-box .form-group {
    margin: 0 0 15px;
  }
}
.comment-box .form-group.col-wrap {
  margin: 0 -7px 34px;
}
@media only screen and (max-width: 767px) {
  .comment-box .form-group.col-wrap {
    margin-bottom: 0;
  }
}
.comment-box .form-group.btn-hold {
  text-align: right !important;
  margin-bottom: 39px;
}
.comment-box .col {
  width: 33.33%;
  float: left;
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .comment-box .col {
    width: 100%;
    margin: 0 0 15px;
  }
}

.checkout-content {
  padding-top: 80px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .checkout-content {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-content {
    max-width: 480px;
    margin: 0 auto;
  }
}

.order-summary {
  background: #937cc5;
  color: #fff;
  padding: 23px 30px 27px 23px;
  /*margin-bottom: 32px;*/
}
@media only screen and (max-width: 991px) {
  .order-summary {
    padding: 23px 12px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary {
    margin-left: -11px;
    margin-right: -11px;
  }
}
.order-summary .title {
  display: block;
  font-size: 23px;
  line-height: 26px;
  text-transform: uppercase;
  padding-left: 6px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .order-summary .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .title {
    font-size: 17px;
  }
}
.order-summary .box-top {
  overflow: hidden;
  border-bottom: 3px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .order-summary .box-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.order-summary .box-top .price {
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .order-summary .box-top .price {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .box-top .price {
    font-size: 11px;
    line-height: 15px;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.order-summary .box-top .remove-btn {
  padding-right: 10px;
}
.order-summary .box-top .remove-btn a {
  display: inline-block;
  vertical-align: top;
  padding-top: 41px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .order-summary .box-top .remove-btn a {
    font-size: 11px;
    line-height: 15px;
    padding-top: 30px;
  }
}
.order-summary .box-top .remove-btn a:before {
  content: "";
  background: url(../../images/app/sprite.png) no-repeat -166px -122px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 22px;
  top: 0;
}
.order-summary .box-top .remove-btn a:hover {
  opacity: 0.6;
}
.order-summary .img {
  float: left;
  margin: 5px 22px 0 0;
  width: 78px;
  height: 78px;
}
@media only screen and (max-width: 991px) {
  .order-summary .img {
    margin: 0 12px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .img {
    width: 60px;
    height: 60px;
  }
}
.order-summary .img img {
  width: 100%;
  height: auto;
}
.order-summary .description {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .order-summary .description {
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .description {
    overflow: hidden;
  }
}
.order-summary .description .duration {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 21px;
}
@media only screen and (max-width: 991px) {
  .order-summary .description .duration {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .description .duration {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 18px;
  }
}
.order-summary .description .package-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 991px) {
  .order-summary .description .package-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .description .package-name {
    font-size: 10px;
    line-height: 15px;
  }
}
.order-summary .description .people {
  margin: 0;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .order-summary .description .people {
    font-size: 10px;
  }
}
.order-summary .description .people li {
  padding: 0;
  margin-left: 6px;
  position: relative;
}
.order-summary .description .people li:first-child {
  margin-left: 0;
}
.order-summary .description .people li:first-child:before {
  content: "";
  margin: 0;
}
.order-summary .description .people li:before {
  content: "|";
  position: absolute;
  left: -6px;
  top: 0;
}
.order-summary .description .col {
  float: right;
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .order-summary .description .col {
    text-align: left;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .description .col {
    float: right;
    width: 30%;
    text-align: center;
  }
}
.order-summary .description .col:first-child {
  float: left;
  width: 65%;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .order-summary .description .col:first-child {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .description .col:first-child {
    padding-left: 0;
    float: left;
    text-align: left;
    width: 65%;
  }
}
.order-summary .bottom-box {
  overflow: hidden;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .order-summary .bottom-box {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .bottom-box {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.order-summary .bottom-box .total {
  float: left;
}
@media only screen and (max-width: 991px) {
  .order-summary .bottom-box .total {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .bottom-box .total {
    float: left;
  }
}
.order-summary .bottom-box .total-price {
  float: right;
}
@media only screen and (max-width: 991px) {
  .order-summary .bottom-box .total-price {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary .bottom-box .total-price {
    float: right;
  }
}

.order-summary .bottom-box .total-price .real-price  {
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 20px;
}

.order-summary .bottom-box.discount {
    font-size: 14px;
}
.order-summary .add-promo {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
}
.order-summary .promo-fields {
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .order-summary .add-promo {
    font-size: 11px;
  }
}
.order-summary .add-promo {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .table-mobile {
    display: table;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .table-mobile .table-footer-mobile {
    display: table-footer-group;
    width: 100%;
  }
}

.checkout-form {
  background: #fff;
  padding: 0 18px 56px 22px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .checkout-form {
    padding: 0 15px 50px;
  }
}
.checkout-form .title {
  display: inline-block;
  vertical-align: top;
  background: #262626;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 80px 2px;
  line-height: 17px;
  color: #fff;
  padding: 6px 15px 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .title {
    margin-bottom: 55px;
  }
}
.checkout-form .contact-box {
  margin-bottom: 60px;
}
.checkout-form .contact-box .form-group {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .contact-box .form-group {
    margin-bottom: 0;
  }
}
.checkout-form .contact-box .form-control {
  font-size: 15px;
  line-height: 22px;
  height: 37px;
  color: #999;
  border-color: #d6d6d6;
}
@media only screen and (max-width: 991px) {
  .checkout-form .contact-box .form-control {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-form .contact-box .form-control {
    margin-bottom: 12px;
  }
}
.checkout-form .contact-box textarea {
  height: 96px !important;
  width: 100% !important;
  padding: 14px 18px;
}
.checkout-form .contact-box .btn {
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
}
.checkout-form .contact-box .checkbox {
  margin-bottom: 26px;
}
.checkout-form .support-box {
  margin-bottom: 56px;
}
.checkout-form .support-box .iti-flag {
  background-image: url(../../images/app/flags.png);
}
.checkout-form .support-box .intl-tel-input {
  width: 100%;
}
.checkout-form .support-box .intl-tel-input .flag-dropdown .selected-flag {
  padding: 10px 16px 10px 6px;
}
.checkout-form .support-box .intl-tel-input .flag-dropdown .country-list {
  white-space: nowrap;
  width: auto;
  top: 100%;
}
@media only screen and (max-width: 767px) {
  .checkout-form .support-box .intl-tel-input .flag-dropdown .country-list {
    max-width: 268px;
  }
}
.checkout-form .support-box .form-control {
  font-size: 15px;
  line-height: 22px;
  height: 37px;
  color: #999;
  border-color: #d6d6d6;
}
@media only screen and (max-width: 991px) {
  .checkout-form .support-box .form-control {
    font-size: 13px;
  }
}
.checkout-form .support-box label {
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin: 0 0 12px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .checkout-form .support-box label {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.checkout-form .payment-box .top-box {
  margin: 0 0 12px;
}
.checkout-form .payment-box .form-group {
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .payment-box .form-group {
    margin-bottom: 20px;
  }
}
.checkout-form .payment-box .form-group.radio-hold {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .payment-box .form-group.radio-hold {
    margin-bottom: 20px;
  }
}
.checkout-form .payment-box .col {
  float: right;
  max-width: 105px;
  margin-top: -53px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .payment-box .col {
    margin-top: -30px;
    max-width: 78px;
  }
}
.checkout-form .payment-box .col:first-child {
  float: left;
  max-width: none;
  margin-top: 0;
}
.checkout-form .payment-box .col img {
  width: 100%;
  height: auto;
}
.checkout-form .payment-box .form-control {
  font-size: 15px;
  line-height: 22px;
  height: 37px;
  color: #999;
  border-color: #d6d6d6;
}
@media only screen and (max-width: 991px) {
  .checkout-form .payment-box .form-control {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-form .payment-box .form-control {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-form .payment-box .checkbox label {
    font-size: 10px;
  }
}
.checkout-form .payment-box .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .payment-box .checkbox input[type="checkbox"] {
    margin-top: 0;
  }
}
.checkout-form .payment-box .radio input[type="radio"] {
  margin-top: 8px;
}
.checkout-form .payment-box .country-select {
  margin-bottom: 31px;
}
.checkout-form .payment-box .country-select label {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 6px;
  font-weight: bold;
}
.checkout-form .payment-box .submit-holder {
  padding-top: 46px;
}
.checkout-form .payment-box .submit-holder .btn {
  font-size: 24px;
  line-height: 38px;
  width: 100%;
  box-shadow: 1.5px 2.6px 0 rgba(153, 153, 153, 0.75);
  outline: none;
}
.checkout-form .line-bar {
  padding-bottom: 14px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .checkout-form .line-bar {
    font-size: 15px;
  }
}
.checkout-form .line-bar:before {
  height: 2px;
  background: #333;
  left: 3px;
}

#footer {
  background: #252525;
  color: #b3b3b1;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
}
#footer .footer-top {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  #footer .footer-top {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-top {
    padding: 0 25px 10px;
  }
}
@media only screen and (max-width: 991px) {
  #footer .footer-top .col {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-top .col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-top .cols {
    margin-bottom: 20px;
  }
}
#footer h4 {
  margin: 0 0 16px;
  text-transform: uppercase;
  color: #5d5d5d;
  font-weight: normal;
}
#footer .link-list {
  font: 13px/17px Helvetica, Arial, sans-serif;
  padding-top: 11px;
}
#footer .link-list li {
  border-bottom: 1px solid #343434;
  margin-bottom: 12px;
  padding-bottom: 9px;
}
#footer .link-list a {
  color: #fff;
}
#footer .link-list a:hover {
  color: #4a4c51;
}
#footer .posts {
  font: 13px/17px Helvetica, Arial, sans-serif;
  padding-top: 10px;
}
#footer .posts li {
  border-bottom: 1px solid #343434;
  margin-bottom: 12px;
  padding-bottom: 11px;
}
#footer .posts .img-holder {
  float: left;
  margin-right: 12px;
}
#footer .posts .text-box {
  overflow: hidden;
  padding-top: 6px;
}
#footer .posts .text-box time {
  display: block;
  font-size: 11px;
  line-height: 15px;
}
#footer .posts .title {
  display: block;
  line-height: 15px;
  margin: 0 0 7px;
}
#footer .posts .title a {
  color: #fff;
}
#footer .posts .title a:hover {
  color: #4a4c51;
}

.footer-bottom {
  background: #141414;
  font-size: 11px;
  line-height: 15px;
  padding: 27px 0 23px;
}
.footer-bottom .copyright {
  color: #4a4c51;
  letter-spacing: 1px;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .copyright {
    float: none !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: none;
  }
  .footer-bottom .copyright br{
    display: none;
  }
}
.footer-bottom .copyright a {
  color: #4a4c51;
}
.footer-bottom .copyright a:hover {
  color: #fff;
}
.footer-bottom .footer-links {
  text-transform: uppercase;
  margin: 0;
}
.footer-bottom .footer-links li {
  padding: 0;
  margin-left: 16px;
  position: relative;
}
.footer-bottom .footer-links li:before {
  content: "/";
  position: absolute;
  left: -10px;
  top: 0;
}
.footer-bottom .footer-links li:first-child {
  margin-left: 0;
}
.footer-bottom .footer-links li:first-child:before {
  display: none;
}
.footer-bottom .footer-links a {
  color: #fff;
}
.footer-bottom .footer-links a:hover {
  color: #4a4c51;
}

.fixed-block {
  position: fixed;
  left: 0;
  top: 210px;
  transition: all 0.25s linear 0s;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .fixed-block {
    top: 195px;
  }
}
@media only screen and (max-width: 767px) {
  .fixed-block {
    top: 50px;
  }
}
.fixed-block .btn-contact {
  background: #262626;
  width: 41px;
  height: 141px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 991px) {
  .fixed-block .btn-contact {
    background: #795fb3;
    height: 38px;
    width: 38px;
  }
}
.fixed-block .btn-contact a {
  background: url(../../images/app/contact.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.2s ease;
  display: block;
  width: 41px;
  height: 141px;
}
@media only screen and (max-width: 991px) {
  .fixed-block .btn-contact a {
    background: url(../../images/app/sprite.png) -129px -172px;
    width: 38px;
    height: 38px;
  }
}
.fixed-block .btn-contact:hover a {
  margin-left: 5px;
}
.open-close .opener{
  display: none;
}
.open-close .slide.js-slide-hidden{
  position: static !important;
}
@media only screen and (max-width: 991px) {
  .open-close .opener{
    display: block;
    background: #a8c959;
    width: 38px;
    height: 38px;
  }
  .open-close .slide.js-slide-hidden{
    position: absolute !important;
  }
  .open-close .opener a{
    background: url(../../images/app/sprite.png) -418px -219px;
    width: 38px;
    height: 38px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.2s ease;
  }
}
.social-networks {
  margin: 0 0 108px;
}
@media only screen and (max-width: 991px) {
  .social-networks {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .social-networks {
    margin-bottom: 0;
  }
}
.social-networks li {
  width: 38px;
  height: 38px;
}
.social-networks li:hover a {
  margin-left: 5px;
}
.social-networks li a {
  background: url(../../images/app/sprite-social.png) no-repeat -9999px -9999px;
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.2s ease;
}
.social-networks li.facebook {
  background: #39599f;
}
.social-networks li.facebook a {
  background-position: 0 0;
}
.social-networks li.twitter {
  background: #45b0e3;
}
.social-networks li.twitter a {
  background-position: 0 -38px;
}
.social-networks li.google {
  background: #1872bf;
}
.social-networks li.google a {
  background-position: 0 -76px;
}
.social-networks li.youtube {
  background: #e70031;
}
.social-networks li.youtube a {
  background-position: 0 -114px;
}

.side-push {
  position: relative;
}
.side-push.push-active:after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.side-push.push-active .contact-push {
  left: 0;
}
.side-push.push-active .side-push-hold {
  margin: 0 0 0 406px;
  min-width: 480px;
}
@media only screen and (max-width: 767px) {
  .side-push.push-active .side-push-hold {
    margin: 0 0 0 280px;
    min-width: 600px;
  }
}
.side-push.push-active .fixed-block {
  left: 406px;
  position: fixed;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .side-push.push-active .fixed-block {
    left: 280px;
  }
}
.side-push.push-active .fixed-block .btn-contact {
  background: #937cc5;
  width: 41px;
  height: 41px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .side-push.push-active .fixed-block .btn-contact {
    width: 37px;
    height: 37px;
  }
}
.side-push.push-active .fixed-block .btn-contact a {
  background: url(../../images/app/contact-close.png) no-repeat;
  width: 41px;
  height: 41px;
}
@media only screen and (max-width: 767px) {
  .side-push.push-active .fixed-block .btn-contact a {
    width: 37px;
    height: 37px;
    background-size: cover;
  }
}
.side-push .side-push-hold {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.contact-push {
  width: 346px;
  background: #fff;
  margin: 27px 30px 35px 29px;
  padding: 16px 34px 19px 30px;
  position: fixed;
  right: 0;
  left: -376px;
  top: 162px;
  bottom: 0;
  transition: all 0.25s linear 0s;
  overflow: hidden;
  z-index: 999;
}
.contact-push:hover {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .contact-push {
    width: 250px;
    margin: 15px;
    top: 35px;
    padding: 15px;
    font-size: 11px;
  }
}
.contact-push.fixed-top {
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-push.fixed-top {
    top: 35px;
  }
}
.contact-push .heading2{
    width: 100%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-push .heading2,
.contact-push h2 {
  /*padding-bottom: 15px;*/
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .contact-push .heading2,
  .contact-push h2 {
    font-size: 14px;
  }
}
.contact-push .heading2:before,
.contact-push h2:before {
  width: 22px;
  height: 2px;
  background: #333;
  left: 3px;
}
.contact-push .address-box {
  margin-bottom: 44px;
}
.contact-push .address-details {
  margin-bottom: 8px;
  overflow: hidden;
}
.contact-push .address-details li {
  padding-left: 33px;
  margin-bottom: 12px;
  position: relative;
}
.contact-push .address-details li.font-icon {
    padding-left: 3px;
}
.contact-push .address-details li .number {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .contact-push .address-details li .number {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-push .address-details li address {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .contact-push .address-details li address {
    font-size: 11px;
    line-height: 18px;
  }
}
.contact-push .address-details li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  background: url(../../images/app/sprite.png) no-repeat -9999px -9999px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-push .address-details li:before {
    top: 3px;
  }
}
.contact-push .address-details li.phone:before {
  background-position: -199px -122px;
  width: 21px;
  height: 28px;
}
.contact-push .address-details li.address:before {
  background-position: -231px -121px;
  width: 25px;
  height: 25px;
}
.contact-push .map {
  width: 281px;
}
@media only screen and (max-width: 767px) {
  .contact-push .map {
    width: 220px;
  }
}
.contact-push .map > iframe {
  width: 100%;
  height: auto;
}
.contact-push .write-box {
  margin-bottom: 40px;
}
.contact-push .write-box .input-wrap {
  position: relative;
}
.contact-push .write-box .input-wrap:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(../../images/app/sprite.png) no-repeat -9999px -9999px;
  width: 30px;
  height: 30px;
}
.contact-push .write-box .input-wrap.name:before {
  background-position: -270px -120px;
  width: 19px;
  height: 26px;
  left: 9px;
  top: 5px;
}
.contact-push .write-box .input-wrap.email:before {
  background-position: -303px -122px;
  width: 22px;
  height: 16px;
}
.contact-push .write-box .input-wrap.message:before {
  background-position: -343px -122px;
  width: 24px;
  height: 24px;
}
.contact-push .write-box .form-group {
  margin-bottom: 12px;
}
.contact-push .write-box .form-control {
  font-size: 15px;
  line-height: 22px;
  height: 37px;
  color: #999;
  border-color: #d6d6d6;
  padding: 6px 12px 6px 46px;
}
.contact-push .write-box textarea {
  height: 130px !important;
  width: 100% !important;
  padding-top: 12px !important;
}
.contact-push .btn-submit {
  text-align: right;
  padding-top: 8px;
}
.contact-push .btn-submit .btn {
  box-shadow: 0.4px 3px 0 rgba(153, 153, 153, 0.75);
}

/* disable animation while browser is resizing */
.resize-active .side-push-hold,
.resize-active .contact-push {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Preloader */
.preload-block {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999999;
}
.preload-block .loader {
  width: 130px;
  height: 100px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
.preload-block h4 {
  letter-spacing: 3px;
  margin: 0 0 10px;
}

#squaresWaveG {
  position: relative;
  width: 124px;
  height: 15px;
}

.squaresWaveG {
  position: absolute;
  top: 0;
  background-color: #000000;
  width: 15px;
  height: 15px;
  -moz-animation-name: bounce_squaresWaveG;
  -moz-animation-duration: 1.4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-name: bounce_squaresWaveG;
  -webkit-animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-animation-name: bounce_squaresWaveG;
  -ms-animation-duration: 1.4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-animation-name: bounce_squaresWaveG;
  -o-animation-duration: 1.4s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  animation-name: bounce_squaresWaveG;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#squaresWaveG_1 {
  left: 0;
  -moz-animation-delay: 0.56s;
  -webkit-animation-delay: 0.56s;
  -ms-animation-delay: 0.56s;
  -o-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

#squaresWaveG_2 {
  left: 16px;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#squaresWaveG_3 {
  left: 32px;
  -moz-animation-delay: 0.84s;
  -webkit-animation-delay: 0.84s;
  -ms-animation-delay: 0.84s;
  -o-animation-delay: 0.84s;
  animation-delay: 0.84s;
}

#squaresWaveG_4 {
  left: 48px;
  -moz-animation-delay: 0.98s;
  -webkit-animation-delay: 0.98s;
  -ms-animation-delay: 0.98s;
  -o-animation-delay: 0.98s;
  animation-delay: 0.98s;
}

#squaresWaveG_5 {
  left: 64px;
  -moz-animation-delay: 1.12s;
  -webkit-animation-delay: 1.12s;
  -ms-animation-delay: 1.12s;
  -o-animation-delay: 1.12s;
  animation-delay: 1.12s;
}

#squaresWaveG_6 {
  left: 80px;
  -moz-animation-delay: 1.26s;
  -webkit-animation-delay: 1.26s;
  -ms-animation-delay: 1.26s;
  -o-animation-delay: 1.26s;
  animation-delay: 1.26s;
}

#squaresWaveG_7 {
  left: 96px;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

#squaresWaveG_8 {
  left: 112px;
  -moz-animation-delay: 1.54s;
  -webkit-animation-delay: 1.54s;
  -ms-animation-delay: 1.54s;
  -o-animation-delay: 1.54s;
  animation-delay: 1.54s;
}

@-moz-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes bounce_squaresWaveG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}

/*success style*/

.success-page .pay-title{
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px;
    position: relative;
    padding-top: 80px;
}
.success-page .pay-title:before{
    content: "";
    background: url(../../images/app/success-image.png) no-repeat;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -32px;
}
.success-page .success-text{
    font-size: 14px;
    line-height: 24px;
    margin: 40px 0;
    padding: 70px 200px 50px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px #d0d0d0;
}
.success-page .order-summary .print-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.success-page .order-summary .print-btn a:before{
    content: "";
    background: url(../../images/app/success-image.png) no-repeat  -90px 0;
    width: 32px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -16px;
}
.success-page .order-summary .print-btn a.awaiting:before{
  background: none!important;
  }
.success-page .order-summary .print-btn a{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 41px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}
.success-page .order-summary .print-btn a:hover{
    opacity: 0.5;
}
.success-page .order-summary .col:first-child{
    width: 50%;
    float: left;
}
.success-page .order-summary .col{
    float: right;
    width: 50%;
}
.success-page .order-summary .price{
    display: inline-block;
    vertical-align: middle;
    padding-top: 38px;
    padding-right: 50px;
    margin: 0;
}
.success-page .btn-hold{
    padding-top: 30px;
}
.success-page .btn-hold .btn{
    padding: 12px;
    min-width: 240px;
}
@media only screen and (max-width: 991px) {
    .success-page .success-text{
        font-size: 13px;
        padding: 70px 100px 50px;
    }
    .success-page .order-summary .col:first-child{
        padding-left: 0;
        text-align: left;
        padding-right: 0;
    }
    .success-page .order-summary .col{
        text-align: right;
        padding-right: 20px;
    }
    .success-page .order-summary .description{
        overflow: hidden;
    }
    .success-page .order-summary .bottom-box .total{
        float: left;
    }
    .success-page .order-summary .bottom-box .total-price{
        float: right;
    }
    .success-page .order-summary{
        padding: 23px 20px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .success-page{
        max-width: 480px;
    }
    .success-page .success-text{
        padding: 70px 20px 50px;
    }
    .success-page .order-summary{
        margin-left: 0;
        margin-right: 0;
        padding: 23px 12px 40px;
    }
    .success-page .order-summary .print-btn{
        /*display: none;*/
    }
    .success-page .order-summary .price{
        padding-right: 0;
        padding-top: 0;
    }
    .success-page .order-summary .col:first-child{
        width: 60%;
    }
    .success-page .order-summary .col{
        padding-right: 10px;
        width: 40%;
    }
    .success-page .btn-hold .btn{
        margin: 0 0 5px;
        display: block;
        min-width: 0;
    }
}
.arrow-up{
 position: relative;
}
.arrow-up:before{
 content: "";
 position: absolute;
 left: 50%;
 top: -11px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 12px 12px;
 border-color: transparent transparent #fff transparent;
 margin-left: -11px;
}


/*list-view-styles*/
.product-list-view {
  margin-bottom: 30px;
}

.product-list-view .list-view-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.list-view-box .img-holder {
  height: 160px;
  overflow: hidden;
}

.list-view-box .img-holder img{
  width: 100%;
  height: auto;
}

.list-view-box .description h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 10px;
}

.list-view-box .description h2 a{
  color: #333;
}

.list-view-box .detail-list li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 2px;
  line-height: 20px;
}

.list-view-box .detail-list li:before {
  content: "\f058";
  position: absolute;
  left: 1px;
  top: 0;
  font-family:'FontAwesome';
}

.list-view-box .col-detail {
  margin: 0 -5px 15px;
  text-align: center;
  letter-spacing: -4px;
  font-size: 0;
  padding-top: 20px;
}

.list-view-box .col-detail li {
  width: 37%;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  padding: 0 5px;
}

.list-view-box .col-detail li.time {
  width: 26%;
}

.list-view-box .col-detail li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  background: #ddd;
  width: 1px;
  height: 45px;
}

.list-view-box .col-detail li:first-child:before {
  display: none;
}

.list-view-box .icon-holder {
    font-size: 18px;
    margin: 0 0 10px;
    color: #555;
}

.list-view-box .icon-holder .fa-star{
  color: #ece402;
  font-size: 28px;
  vertical-align: middle;
}

.list-view-box .icon-holder .icon-clock,
.list-view-box .icon-holder .fa-tags{
  margin: 6px 0 13px;
  display: block;
}

.list-view-box .col-detail .price {
  display: block;
  font-size: 16px;
  color: #937cc5;
}

.list-view-box .btn-holder {
  border-top: 1px solid #ddd;
  padding-top: 17px;
}

.list-view-box .btn-holder .btn {
  display: block;
}

@media (max-width: 991px) {
  .list-view-box .col-detail li {
    font-size: 11px;
  }
  .list-view-box .description h2 {
    font-size: 12px;
    margin: 6px 0;
  }
  .list-view-box .img-holder {
    height: auto;
  }
  .list-view-box .col-detail {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .list-view-box {
    max-width: 340px;
    margin: 0 auto;
  }
  .list-view-box .img-holder {
    margin-bottom: 12px;
  }
}


textarea {
  resize:vertical;
}

#cvv-tip-container .popover {
  max-width: 540px;
  width: 540px;
}

.datepicker-dropdown{

  display: none !important;
}

.loading {
  /* Replace #333 with the background-color of your choice */
  /* Replace loading.gif with the loading image of your choice */
  background: #333 url('../../images/app/ajax-loader.gif') no-repeat 50% 50%;

  /* Ensures that the transition only runs in one direction */
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  display: none;
}

#TA-header-widgets .ta-widgets{
  float: right;
}

#CDSWIDPERLINK {
  padding: 21px 10px 12px 10px!important;
}
.html5gallery-elem-img-0 a div
{
    display:none!important;

}

.html5gallery {width:100%}

#more-photos-wrapper {
    margin-bottom: 6px;
}
#more-photos {
    display: block;
    clear: both;
    font-size: 11px;
}

.btn-sm {font-size:11px;}

#product-summary {
    width: calc(41% - 18px);
    margin: 30px 0px 30px 15px;
    float: left;
    background: #fff;
}
@media only screen and (max-width: 767px) {
 #product-summary {
    max-width: 480px;
    width: 95%;
    margin: 0 auto 20px auto;
    float: none;
  }
}

#review-bar {
}

#product-summary .review-title {
    background-color: #937cc5;
    padding: 10px;
    color: #fff;
}
#product-summary .quote {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}
#product-summary .reviewed-by {
    float:right;
    font-size: 12px;
    font-style: italic;
}
#product-summary .line-bar:before {
    background-color:#fff;
}
#product-summary .cols {
    float: left;
    width:50%;
    padding: 15px;
    color: #fff;
    height: 75px;
    font-size: 15px;
    line-height: 20px;
}
#product-summary .product-ratings {
    background-color: #148F77;
}
#product-summary .product-price {
    background-color: #a6ca50;
}
#product-summary .price {
    font-size: 27px;
}

#product-summary .ratings.green li {
    color:#fff;
}
#product-summary .from {
    margin-bottom: 6px;
    display:block;
}
#product-summary .product-highlights {
    padding: 25px 15px;
}
#product-summary .title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
#product-summary .title i {
    color: #a6ca50;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 5px;
}
@media only screen and (max-width: 991px){
    #product-summary .title i {
    color: #a6ca50;
    font-size: 20px;
    padding-right: 9px;
    padding-left: 5px;
    }
}

#review .ratings {
    float: left;
}
#review .info {
    float: right;
    font-size: 11px;
    font-style: italic;
}
#promo_code_button{
    min-width: inherit;
}
#promo_code_button:hover{
    background-color: #8db136;
}
#header .contact-info li{
    font-size: 13px;
    line-height: 34px;
    list-style: none;
}
#header .contact-info li i{
    color: #a6ca50;
    font-size: 20px;
    padding-right: 2px;
}
#promo-tip .tooltip-btn{
    color: #fff;
}
#final-total{
    margin-top: 25px;
}

a.lnk {color:inherit;}
a.lnk:hover {color: #a6ca50;}
.fa-comment-alt:before{
    content: "\f0e5";
 }

.contact-push i.fa-comment-alt:before{
    color: #a6ca50;
    font-size: 20px;
    margin-right: 5px;
}

.price-cutoff{
        text-decoration: line-through;
        color: #999999;
    }
    .list-view-box {
        position: relative;
    }
    /* ribbon */
    .ribbon-container {
        position: absolute;
        top: 8px;
        left: 10px;
        height: 100px;
        width: 100px;
        z-index: 1;
        overflow: hidden;
    }
    .corner-ribbon{
        width: 135px;
        height: 23px;
        line-height: 23px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        color: #f0f0f0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin: 25px 0 0 -31px;
        font-size: 12px;

    }

    /* positions */
    .corner-ribbon.top-left{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    /* Colors */
    .corner-ribbon.red{
        background: #e43;
    }

    .corner-ribbon.top-left.red::before,
    .corner-ribbon.top-left.red::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        border: 5px solid;
        border-color: #242424 transparent transparent transparent;
    }
    .corner-ribbon.top-left.red::before{
        left: 2px;
    }
    .corner-ribbon.top-left.red::after {
        right: 5px;
    }

    .product-summary-price-cutoff{
        color: white;
        text-decoration: line-through white;
        float: right;
        font-size: 20px;
    }

    .product-summary-ribbon{
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #f0f0f0;
        font-size: 16px;
        background: #e43;
        float: right;
        margin-top: -45px;
        font-weight: bold;
        border-radius: 4px;
    }

    .widget-ribbon{
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #f0f0f0;
        font-size: 16px;
        background: #e43;
        margin-top: 10px;
        font-weight: bold;
        border-radius: 4px;
    }
    .widget-price-cutoff{
        text-decoration: line-through #999999;
        font-size: 20px;
        color: #999999;
    }

    .rproduct-ribbon{
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #f0f0f0;
        font-size: 16px;
        background: #e43;
        margin-top: 10px;
        font-weight: bold;
        border-radius: 4px;
    }
    .rproduct-price-cutoff{
        float: right;
        text-decoration: line-through #999999;
        color: #999999;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    .global-price-cutoff{
        text-decoration: line-through;
        color: #999999;
        font-size: 14px;
    }
    article.special-price .col-detail .price{
        color: #e43;
        font-weight: bold;
        font-size: 18px;
    }


.dropdown_no_of_travellers {
  position: relative;
  display: inline-block;
}

.dropdown-content_no_of_travellers {

  position: absolute;
  background-color: #f9f9f9;
  min-width: 222px;
  width: 222px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 15px 25px 15px;
  height: auto;
  overflow: hidden;
}

/*
.dropdown_no_of_travellers:hover .dropdown-content_no_of_travellers {
  display: block;
}
*/

.hidden {
    display: none !important;
}

.right_part_of_input_children{

 margin-left: 55px;


}

.right_part_of_input_adult{

 margin-left: 70px;


}

.number_of_adults{
  text-align: center;
  border-color: #e6e6e6;
  border-radius: 3px;
  width: 40px;
}.number_of_children{
   text-align: center;
   border-color: #e6e6e6;
   border-radius: 3px;
   width: 40px;
}

 #adults_and_children{

   width: 222px;
   background: white;
   background-image: url("../../images/ecoart/down_input.png");
   background-position: 200px 12px;
   background-repeat: no-repeat;
   font-size: 12px;
 }

@media only screen and (min-width: 991px) {

  .pc_view{

    display: block;

  }

  .mobile_view{
    display: none;
  }

  .pc_view_rates{

    display: inline-flex !important;

  }

  .rates_mobile_view{
    display: none !important;
  }

  .btn_mobile{
    display: none !important;
  }

  .rates_pc_view{
    display: inline-flex;
  }




}

@media only screen and (max-width: 991px) {

  .booking-form .form-title{
    display: none !important;
  }

  .booking-form .col.date{
    margin-left: 0px !important;
  }

  .booking-form .btn{

    margin: 0px !important;
  }

  .mobile_view{
    display: grid;
  }

  .rates_mobile_view{
    display: grid;
  }

  .mobile_view_adjust{
    display: grid;
  }
  .pc_view {

    display: none;

  }

  .btn_pc {

    display: none !important;

  }

  .pc_view_rates{

    display: none !important;

  }

  .rates_pc_view{
    display: none !important;
  }

  .mobile_view_rates{
    display: inline-flex !important;


  }
   .tickets_available{
    margin-left: 0px !important;
  }

 .right_part{
    float: none !important;
    display: grid;
  }

}

.bootstrap-datetimepicker-widget{
  bottom: 0px !important;
  top: 0px !important;
}

.product-summary-price-cutoff{

  text-decoration: line-through white !important;
}
.iti { width: 100%; }
.error{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  margin-top: 4px;
  font-weight: 400;
  line-height: 1.3;
  color: red;
}
.bootstrap-datetimepicker-widget table td{

  background-color:#fff;
}

.tickets_available{
  margin-top: 5px;
  display: none;
}

