﻿/* latin */
@font-face {
  font-family: 'Vibur';
  font-style: normal;
  font-weight: 400;
  src: local('Vibur'), url('../fonts/OasFW0M8Y2Ay1o7DkaeI3w.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    color: #3f3f3f;
    height: 100%;
}

p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
}

h3 {
    letter-spacing: 1px;
    font-family: "Avenir-Next-Demi", Arial, Sans Serif;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.container {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

:checked {
    outline: none;
}

@media screen and (max-width: 1160px){
    .container {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

.float-right {
    float: right;
}

input {
    box-sizing: border-box;
    border: 0px;
    padding: 20px;
}
button, input {
    line-height: normal;
    _overflow: expression(this.type == 'button|reset|submit' ? 'visible' : '');
}

button, input, select, textarea {
    border-radius: 0;
    vertical-align: baseline;
}

.app-content-loading {
    background: #fff;
    width:100%;
    height:100%;
    position:relative;
}

.loading-spinner {
    position: absolute;
    font-size: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.viewpoint-item{
    position:relative;
    display:inline-block;
    margin: 10px;
    padding: 5px;
    width:300px;
}

.cursor-pointer{
    cursor:pointer;
}

.navhome {
    border-bottom: 0px solid #ffffff;
    background: rgba(0, 0, 0, 0.5);
    z-index:1;
}

img.navlogo {
    padding: 16px;
    width: 150px;
    position: relative;
}

.link{
    margin-top:10px;
}

.need-help-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 180px;
}

.navbar i{
    font-size:20px;
}

.need-help-nav i {
    display: inline-block;
    font-size: 35px;
    padding-right: 9px;
    position: relative;
    top:-10px;
}

.navhome .need-help-nav {
    color:white;
    font-weight: bold;
}

.navbar-toggle{
    margin-top:20px;
}

.navhome .navbar-toggle>.icon-bar,
.navhome .navbar-toggle:hover>.icon-bar {
    background-color: #fff;
}

.navpage .navbar-toggle>.icon-bar,
.navpage .navbar-toggle:hover>.icon-bar {
    background-color: #000;
}

.need-help-nav div {
    display: inline-block;
    padding: 5px 0px;
}

.navbar-header a{
    cursor:pointer;
}

.need-help-nav span {
    display: block;
    font-size: 15px;
}

.need-help-nav a {
    color: #55C4C9;
}

@media screen and (max-width:768px){
    .need-help-nav{
        display:none;
    }
}

.nav ul {
    list-style: none;
    padding: 0;
    float: left;
    margin: 0px;
    color: #3f3f3f;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.cart-number-withitems {
    background: #55C4C9;
}

.cart-number {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 25px;
}

.js-totalItems{
    color: white;
    font-size: 11px;
    text-align: center;
    margin: 0px;
    padding: 2px;
    display: block;
}

.margin-right-x{
    margin-right:15px;
    margin-top:5px;
}

.white{
    color:white;
}

.black{
    color:#3f3f3f;
}

/**drop link*/
.navbar .dropdown-menu{
    background:rgba(0,0,0,0.8);
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
.dropdown-submenu>.dropdown-menu {
   top:0;
   left:100%;
   right:auto;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

@media screen and (max-width: 767px) {
   .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: rgba(0,0,0,0);
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
}

.navpage .link > a{
    color:#3f3f3f!important;
}

.nav li a {
    font-size: 15px;
    cursor:pointer;
}

.navbar-nav{
    margin-right:30px;
}

.nav li a:hover{
    color:#55C4C9!important;
    background:rgba(0,0,0,0)!important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0,0,0,0)!important;
}

.navhome .link a{
    color:white!important;
}

.navpage .dropdown-menu li a{
    color:white;
}

.nav-item-normal{
    color:black!important;
}

.slider_wrapper{
    z-index:0;
}

.col.span_1_of_9, .col.span_2_of_9, .col.span_3_of_9, .col.span_4_of_9, .col.span_5_of_9, .col.span_6_of_9, .col.span_7_of_9, .col.span_8_of_9 {
    margin: 1% 0 1% 2%;
}

@media screen and (max-width:760px){
    .slider_wrapper{
        margin-top:0px;
    }

    .nav-item{
        color:black!important;
    }

    .navhome .need-help-nav {
        color:black;
    }
}

.search-toggle{
    position: absolute;
    top: 0;
    left:50%;
    margin-left:-137px;
    margin-top:-25px;
    padding: 14px 0 0 0 !important;
}

.search-toggle ul{
    display:block;
    list-style: none;
}

.searchsubmenu {
    position: relative;
    right: -6px;
    width: 275px;
    max-width: 275px;
    border: 1px solid #cfcfcf;
    opacity: 1;
    padding: 0px 0px;
    margin: 0px;
    background: rgba(255,255,255,0.95);
    margin-top: 25px;
    display: none;
    border-radius: 50px;
    margin-right: 22px !important;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}

.search-inner {
    padding: 0 !important;
    width: 100%;
}

#search-sections {
    height: 40px;
    width: 100%;
}

#search-sections input {
    padding: 10px 15px 5px 23px;
    width: 100%;
    outline: none;
    background: transparent;
    font-size:15px;
}
#search-term {
    color: #3f3f3f;
    font-style: italic;
}

.navbar-nav li a span{
    font-size:15px;
}

#search-activate{
    display: inline-block;
    margin-top: 6px;
}

.main-heading
{
	background-size:cover;
	background-attachment: fixed;
	color: #cfcfcf;
}

.bg_video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden
}

.bg_video_display{
    display:block;
    width:100%
}

.bg_video_pointer {
    width:100vw;
    height:100vh;
    opacity:1;
    pointer-events:auto
}

.bg_video_animation{
    opacity:1;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition:opacity 1s ease
}

.overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height:auto;
    height:100%;
    position:relative;
}

.overlay > .container
{
    padding:170px 0px;    
}

.main-heading >.overlay
{
    height: 750px;
}

.main-heading-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}

.main-heading-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size:3.5em;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;
	
}
.main-heading-title span {
	margin-left: 6px;
}
.main-heading-text {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
.themecolor
{
    color:#f8198d;/*Defines the theme color*/
}

.theme_background_color,#downloadbt:hover
{
    background-color:#f8198d; /*Defines the theme bakcground color*/
}

.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}

.heading-section {
    padding-top:2em;
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #F78536;
}
.heading-section h3 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
.heading-section p {
  font-size: 20px;
}

.all-offers{
    margin-top:2em;
    margin-bottom:2em;
}

.heading-title {
  font-size: 40px;
  margin-bottom: 1.5em;
}

.item-heading-section {
  margin-top:2em;
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.item-heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #F78536;
}
.item-heading-section h3 {
  font-size: 25px;
  font-weight: 200;
  position: relative;
}

.list_item{
    width:31.1%;
    position:relative;
    display:inline-block;
    margin: 10px;
    padding: 5px;
    letter-spacing: normal;
}

@media screen and (max-width:480px){
    .list_item{
        width:100%;
     }
}

@media screen and (min-width:481px) and (max-width:520px){
    .list_item{
        width:43%;
     }
}

@media screen and (min-width:521px) and (max-width:900px){
    .list_item{
        width:45%;
     }
}

@media screen and (min-width:901px) and (max-width:1100px){
    .list_item{
        width:30%;
     }
}

.movie_list a{
    text-decoration:none;
    cursor:pointer;
}

.fh5co-tours {
    margin-bottom: 30px;
}

.popular .popular_inner img
{
    width: 100%;
}
.popular .popular_inner .v_caption{padding: 25px; border-bottom: 3px solid transparent; background: #fafafa;}
.popular .popular_inner:hover .v_caption{ border-color: #1cbbb4;}
.popular .popular_inner .txt1{font-weight: 500; padding-bottom: 5px; font-size: 21px; color: #636363;}
.popular .popular_inner .txt1 span{ padding-right: 5px;font-size: 21px; color: #636363; }
.popular .popular_inner:hover .txt1 span{color: #1cbbb4;}
.popular .popular_inner .txt2{color: #636363; padding-bottom: 20px;}
.popular .popular_inner .txt3{}
.popular .popular_inner .txt3 .left_side{float: left; padding-top: 5px;}
.popular .popular_inner .txt3 .right_side{float: right;}
.popular .popular_inner .txt3 .nums{display: inline-block; font-size: 25px; color: #ff920b;}

.v_caption .txt1{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 50px; /* Fallback for non-webkit */
  margin: 0 auto;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:5px;
}

.v_caption .txt2{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 58px; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:5px;
}

.movie_list a:hover .v_caption .txt1{
    color:red;
}

.btn-default.btn1{ cursor:pointer; display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 5px 20px; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 10px; margin-bottom: 0px; text-transform: uppercase; background: #00a99d; position: relative; text-align: center; width: 100%;box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;}
.btn-default.btn1:hover{color: #fff; background: #fb000d;}

.btn.btn-outline {
    background: transparent;
    color: #F78536;
    border: 2px solid #F78536 !important;
}

.btn {
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-bk{
    background: #EDEDED;
}

.navpage{
    background:white;
    box-shadow: 0 0 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}

.productAlert {
    background-color: #ef6449;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
    font-size: 15px;
    color: #ffffff;
    padding: 13px 23px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 8;
}

.productAlert:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ef6449 10px;
    bottom: -8px;
    content: " ";
    height: 0;
    left: 60%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.productAlert-quantity {
    width: 200px;
    top: 16px;
    right: 90px;
    float: right;
}

.emailAlert:before {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #ef6449 10px;
    top: -8px;
    content: " ";
    height: 0;
    left: 60%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.emailAlert {
    background-color: #ef6449;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
    font-size: 15px;
    color: #ffffff;
    padding: 13px 23px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 8;
}

.emailAlert-detail{
    width: 200px;
    top: -20px;
    right: 90px;
    float: right;
}

.cus_note{
    width:100%;
}

.noteAlert:before {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #ef6449 10px;
    top: -8px;
    content: " ";
    height: 0;
    left: 60%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.noteAlert {
    background-color: #ef6449;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
    font-size: 15px;
    color: #ffffff;
    padding: 13px 23px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 8;
}

.noteAlert-detail{
    width: 200px;
    top: -20px;
    right: 90px;
    float: right;
}

.product-gallery-container{
    margin-top:74px;
}

.navbar{
    margin-bottom:0px;
}

.product-gallery-container {
    display: block;
    position: relative;
    background: #000;
    overflow: hidden;
    max-height:800px;
}

.gallery {
    margin-bottom: 0px;
    height: 100%;
}

.gallery-image-alone {
    width: 100%;
    opacity: 0.8;
}

.product-title-1 {
    position: absolute;
    display: block;
    top: 43%;
    z-index: 100;
    width: 100%;
    pointer-events: none;
    height: 300px;
}

.product-gallery-container h1 {
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 0px;
    z-index: 100;
    position: relative;
    color: white;
    width: 75%;
    text-align: center;
    font-size: 40px;
}

a {
    outline: none;
    text-decoration: none;
}

.btn {
    border: 1px solid transparent;
}

a.btn {
    display: block;
    display: table;
    clear: both;
    position: relative;
    background: #ef6449;
    color: #ffffff;
    font-family: "Avenir-Next-Demi", Arial, Sans Serif;
    letter-spacing: 1px;
    padding: 10px 26px;
    margin: 0px auto;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ef6449;
}

a.btn.blue {
    background: #55C4C9;
    border: 1px solid #55C4C9;
}

button.btn.blue {
    background: #55C4C9;
    border: 1px solid #55C4C9;
}

.product-navigation {
    display: block;
    position: relative;
    height: 70px;
    width: 100%;
    background: #EDEDED;
}

.product-nav-fixed {
    position: fixed;
    top: 73px;
    z-index: 9;
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product-navigation .container {
    padding: 0;
}

.pro-nav-left {
    display: inline-block;
    position: relative;
    float:left;
    left: 0;
    margin: 0;
    box-sizing: border-box;
}

.pro-nav-left ul {
    margin: 0;
    padding: 0;
}

.pro-nav-left a {
    color: #3f3f3f;
}

.pro-nav-left li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.nav-item-padding{
    padding: 0 3px!important;
}

.pro-nav-left li i {
    display: block;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 18px;
    font-size: 14px;
}

.pro-nav-right {
    float:right;
    display: inline-block;
    top: 0;
    right: 0;
    text-align: right;
    margin-top: 10px;
}

.pro-nav-right .btn {
    display: block;
    float: right;
    clear: none;
}

.product-book-now {
    display: block;
    margin-right: 15px;
    float: left;
}

.product-book-now div {
    float: left;
    width: 100%;
}

.productFromPrice-label {
    font-size: 15px;
}

.product-book-now .productFromPrice-value {
    font-size: 30px;
}

.productFromPrice-currency {
    font-size: 15px;
}

.product-book-now .product-levy {
    font-size: 11px;
}

@media screen and (max-width:1000px){
    .pro-nav-left{
        width:70%;
    }

    .pro-nav-right {
        width: 28%;
    }

    .product-book-now{
        display:none;
    }
}

.js-productOptionGroup{
    font-size: 14px;
    float: left;
    width: 100%;
    position: relative;
}

.top-bar-text {
    background: #EDEDED;
    border: 0px;
    border-radius: 30px;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
}

.top-bar-text .section {
    padding: 6px 30px;
}

.group {
    zoom: 1;
}

.section {
    padding: 15px 30px!important;
    margin-top: 5px;
    clear: both;
    padding: 0px;
    margin: 0px;
}

.section-nopadding {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col:first-child {
    margin-left: 0;
}

.span_12_of_12{
    width:100%;
}

.span_6_of_12 {
    width: 49.2%;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_2_of_12 {
    width: 15.33%;
}

.price-number {
    font-size: 17px;
    font-weight: bold;
}

.price-number span.rp {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 100;
    font-family: "Avenir-Next-Reg", Arial, Sans Serif;
    margin-left: 5px;
}

.price-number span.save {
    color: #ef6449;
    font-size: 12px;
    font-weight: 100;
    font-family: "Avenir-Next-Reg", Arial, Sans Serif;
    margin-left: 5px;
}

#quantity-selector {
    margin: 0px;
    margin-top: -10px;
    border-radius: 30px;
    border: 1px solid #3f3f3f;
    width: 83px;
    font-size: 13px;
}

#quantity-selector input[type=button].qtyminus {
    background: transparent;
    padding: 8px 4px 8px 11px;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#quantity-selector input[type=text] {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: transparent;
    display: inline-block;
    width: 30px;
    font-size: 13px;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
}

.qty {
    text-align: center;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    overflow: visible;
}

#quantity-selector input[type=button].qtyplus {
    background: transparent;
    padding: 8px 4px 8px 4px;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-buttons {
    float: right;
}

.product-buttons a.btn {
    display: inline-block;
    text-align: center;
}

@media screen and (max-width:480px){
    .product-buttons{
        width:100%;
    }

    .product-buttons a.btn {
        width: 100%;
    }
}

.group:after {
    clear: both;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.subtotal {
    text-align: left;
    font-size: 20px;
    width: 270px;
    letter-spacing: 1px;
    position: relative;
    right: 0;
    /* margin: 0 auto; */
    float: left;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
}

#addToCart {
    width: 160px;
}

#addToCart i{
    margin-right: 5px;
}

.addToCart-loading {
    position: relative;
    float: right;
    top: -28px;
    right: 12px;
}

.cartError, .availabilityError {
    clear: both;
    float: right;
    margin-top: 15px;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.date-selector{
    display:inline-block;
    min-height:290px;
    position:relative;
    left:50%;
    margin-left:-150px;
}

.other-page {
    background: #EDEDED;
    padding-top: 60px;
}

.other-page .container {
    padding: 80px 0px;
}

.other-page .container .sidebox {
    text-align: center;
}

.sidebox {
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 35px 45px;
    margin-top: 25px;
}

a.emptyItinerary-button {
    margin-top: 40px;
}

/**cart**/
.cart {
    padding-top: 89px;
    background: white;
}

.cart .container {
    padding: 85px 0px;
}

.steps {display: -webkit-box;display: -ms-flexbox;display: flex;width: 88%;margin: 0px auto;padding: 0 0 2rem 0;list-style: none;margin-bottom: 80px;}
.steps .step {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;position: relative;pointer-events: none;}
.steps .step--active, .steps .step--complete {
    pointer-events: all;
}
.steps .step.step--pathComplete:not(:last-child):before, .steps .step.step--pathComplete:not(:last-child):after {background-color: #c1bfbf;}
.steps .step--complete .step__icon {-webkit-animation: bounce 0.5s ease-in-out;animation: bounce 0.5s ease-in-out;background-color: #55C4C9;color: #fff;}
.steps .step__icon {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: relative;width: 65px;height: 65px;background-color: #e1e1e1;border: 0px;border-radius: 50%;color: #3f3f3f;font-size: 2rem;z-index: 2;}
.steps .step__icon i {
    font-size: 27px;
}
.steps .step:not(:last-child):before, .steps .step:not(:last-child):after {display: block;position: absolute;top: 50%;left: 50%;height: 0.3rem;content: '';-webkit-transform: translateY(-50%);transform: translateY(-50%);will-change: width;z-index: 1;background-color: #e1e1e1;}
.steps .step:before {width: 100%;background-color: #e1e1e1;}
.steps .step:before {width: 100%;background-color: rgba(230, 231, 232, 0.25);}
.steps .step__label {position: absolute;left: 50%;margin-top: 55px;font-size: 18px;-webkit-transform: translateX(-50%);transform: translateX(-50%);text-align: center;}
.steps .step.step--next:before {
    background-color: #55C4C9 !important;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .steps .step__label {
        font-size: 14px;
    }
}

.cart .cart-title-bar {
    background: #EDEDED;
    border-radius: 40px;
    padding: 10px 25px;
    font-family: "Avenir-Next-Med", Arial, Sans Serif;
    font-size: 16px;
}

.cart .cart-title-bar .col {
    margin: 0;
}

.cart .cart-title-bar .col.span_2_of_12 {
    margin-left: 23%;
    width: 35%;
    margin-right: 4%;
}

@media (max-width:768px){
    .cart .cart-title-bar .col.span_2_of_12 {
        margin-left: 0;
    }

    .cart .cart-item .cart-remove-edit {
        margin-left: 40px!important;
    }
}

.cart .cart-title-bar .col.span_3_of_12 {
    width: 17%;
    margin-right: 4%;
}

.cart .cart-title-bar .col.span_4_of_12 {
    width: 17%;
}

@media screen and (max-width: 1024px)
{
    .cart .container {
        padding: 75px 0px;
    }
}

.cart .container {
    padding: 85px 0px;
}

.cart .cart-area {
    padding: 10px 25px 0px 25px;
}

.cart .cart-item {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.cart .cart-item .col {
    height: 150px;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.cart .cart-item .cart-img {
    width: 19%;
    margin-right: 4%;
}

.cart .cart-item .cart-item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.cart .cart-item .cart-item-img img {
    min-width: 100%;
    top: 20%;
    position: relative;
    border-radius: 5px;
}

.item-operatorBanner {
    width: 130px;
    height: 82px;
}

.cart .cart-item .cart-text {
    width: 35%;
    margin-right: 4%;
}

.cart .cart-item .cart-align-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.cart .cart-item .cart-text h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.cart .cart-item .cart-text p {
    font-size: 13px;
    margin:10px 0 0 0;
}

.cart .cart-item .icon-info-text {
    float: left;
    font-size: 13px;
    width: 17%;
    margin-right: 4%;
}

.cart .cart-item .icon-info-text i {
    margin-right: 5px;
    font-size: 15px;
}

.cart .cart-item .icon-info-text .cart-item-date {
    margin-bottom: 20px;
}

.cart-item-adult {
    margin-bottom: 10px;
}

.cart .cart-item .cart-price {
    font-weight:bold;
    font-size: 16px;
    width: 10%;
    margin-right: 4%;
}

.cart .cart-item .cart-remove-edit {
    width: 3%;
}

.cart .cart-item .cart-remove-edit a {
    color: #3f3f3f;
    cursor:pointer;
}

.cart .cart-item .cart-remove-edit i {
    display: block;
}

.cart .cart-bottom-bar {
    padding-top: 20px;
}

.cart .cart-bottom-bar .cart-total {
    float: right;
    font-size: 20px;
    margin-bottom: 30px;
}

.itineraryTotal-total {
    font-size: 27px;
    font-weight: 400;
}

.customerDetailsContainer {
    margin-top: 40px;
}

.customerDetailsContainer .tab-content {
    padding: 0px;
}

div.grey-border .col {
    margin-left: 2%;
}

div.grey-border .col:first-child {
    margin-left: 0px;
}

div.grey-border .span_6_of_12 {
    width: 49%;
}

.customerDetailsContainer label {
    padding-bottom: 15px;
    display: inline-block;
    margin-top: 20px;
}

div.grey-border input {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-bottom: 11px;
}

div.grey-border .select-background-container {
    background: white;
    width: auto;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 2px;
    margin-right: 3px;
    width: 100%;
    display: table;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    display: table;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.grey-border select {
    min-width: 100%;
    font-size: 14px;
    padding: 0px;
    color: #3f3f3f;
    background: white;
    border: 0px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/Content/images/down.png) no-repeat right center;
}

div.grey-border .input-container {
    position: relative;
}

div.grey-border .input-container i {
    position: absolute;
    top: 72px;
    right: 20px;
    font-size: 18px;
}

.required-field::after{
    content:"*";
    color:red;
}

.cart-2-pay-section .span_5_of_9 {
    width: 53.5%;
    margin-right: 3%;
    margin-top: 2%;
}

.cart-2-pay-section .col {
    margin: 0;
}

.cart-2-pay-section h2 {
    position: relative;
    margin-bottom: 40px;
}

.outstanding-header:after {
    background: #F78536;
    width: 100px;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    top: 42px;
}

.cart-summary .cart-summer-item {
    margin-bottom: 50px;
}

.cart-summary h4 {
    font-weight:bold;
    width: 85%;
    display: inline-block;
    padding: 0;
    margin: 0;
}


.cart-summary .cart-summer-item span {
    float: right;
    font-weight:bold;
    display: inline-block;
}

.cart-summary .cart-summer-item span.summary-option {
    font-size: 14px;
    float: none;
}

hr {
    display: block;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 60%;
    margin: 55px auto;
}

.cart-2-pay-section .span_4_of_9 {
    width: 43.5%;
    margin-top: 2%;
}

.acc-container {
    width: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.acc-container .acc-btn {
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    height: 68px;
    border-top: 1px solid #cccccc;
}

.acc-container .acc-btn label {
    position: absolute;
    margin-top: 27px;
    margin-left: 20px;
}

.acc-container .acc-btn .card-type-box {
    margin-left: 60px;
    margin-top: 17px;
    cursor: pointer;
    display: inline-block;
}

.card-type-box i {
    font-size: 34px;
}

input[type="radio"] {
    height: 1px;
    width: 1px;
    padding: 0;
    display: none;
}

.col.span_1_of_9, .col.span_2_of_9, .col.span_3_of_9, .col.span_4_of_9, .col.span_5_of_9, .col.span_6_of_9, .col.span_7_of_9, .col.span_8_of_9 {
    margin: 1% 0 1% 2%;
}

.col:first-child {
    margin-left: 0;
}

.outside {
    display: inline-block;
    position: relative;
    margin-top: -20px;
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-right: 20px;
    box-sizing: border-box;
    background: #EDEDED;
}

:checked + .outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #444;
    left: 4px;
    top: 4px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.acc-container .acc-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.acc-container .acc-content-inner {
    padding: 30px;
    border-top: 1px solid #cccccc;
}

.switch-checkbox a {
    text-transform: lowercase;
    text-decoration: underline;
    color: #3f3f3f;
}

input.btn {
    display: block;
    display: table;
    clear: both;
    position: relative;
    background: #ef6449;
    color: #ffffff;
    font-weight:bold;
    letter-spacing: 1px;
    padding: 19px 26px;
    margin: 0px auto;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ef6449;
}

input.confirmPayment {
    background: #55C4C5;
    border: 1px solid #55C4C5;
    cursor: pointer;
    width: 356px;
    float: right;
    clear: none;
}

.paymentButton-loading {
    position: relative;
    top: 15px;
    left: 326px;
    display: none;
}

@media screen and (max-width: 1160px) {
    .section.group.cart-2-pay-section .span_5_of_9 {
        width: 100%;
    }

    .section.group.cart-2-pay-section .span_4_of_9 {
        width: 100%;
    }
}

.checkout-loading{
    position:relative;
    float: right;
    top: -40px;
    left:-100px;
    font-size:20px;
}

/**Footer**/
footer {
	display: block;
    padding: 0px 0 60px;
    color: #a3afba;
    font-family: 'Open Sans', sans-serif;
}

.socials {
    padding-top: 33px;
    float: right;
}

.socials a {
    background: url(../Content/images/template/time_bg.png) 0 center repeat-x;
    float: left;
    display: block;
    font-size: 20px;
    width: 40px;
    height: 37px;
    color: #e5e5e5;
    text-align: center;
    line-height: 37px;
    border-radius: 7px;
}

.socials a:hover {
    background-position: 0 -100px;
    background-color: #F0F3F5;
    color: #d84a45;
}

.socials a +a {
    margin-left: 10px;
}


.copy {
    float: left;
    padding-top: 44px;
    font-size: 10px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 50px;
    height: 49px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../Content/images/template/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/**login*/
.email-login input, .password-login input {
    color: #3f3f3f;
}

form input[type=text], form input[type=password], form input[type=tel] {
    padding: 19px 26px;
    margin: 0px auto;
    border-radius: 5px;
    border: 1px solid #757575;
    background: transparant;
    width: 100%;
    color: #757575;
    font-family: "Avenir-Next-Reg", Arial, Sans Serif;
    font-size: 16px;
    margin-bottom: 20px;
    outline: 0;
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.featherlight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
}


.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

.featherlight .featherlight-content {
    padding: 70px 50px;
    border-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    margin: 14px;
    color: #3f3f3f;
}

#show-signin-form, #password-reset-container {
    padding: 0px;
    width: 392px;
}

#login-top input {
    margin-bottom: 0px;
}

.email-login i, .password-login i {
    font-size: 22px;
    position: absolute;
    right: 72px;
    margin-top: 16px;
}

#login-top input {
    margin-bottom: 0px;
}

label.error, .field-error {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #ef6449;
    font-family: 'Avenir-Next-Demi', Arial, Sans Serif;
    display: block;
}

#show-signin-form label.error, #password-reset-container label.error {
    margin-bottom: 20px;
    display: inline-block;
}

#login-return-message, #return-message {
    text-align: center;
}

#login-top .loading-container {
    text-align: center;
    margin-bottom: 15px;
}

#login-top input {
    margin-bottom: 0px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    overflow: visible;
}

input.btn {
    display: block;
    display: table;
    clear: both;
    position: relative;
    background: #ef6449;
    color: #ffffff;
    font-family: "Avenir-Next-Demi", Arial, Sans Serif;
    letter-spacing: 1px;
    padding: 19px 26px;
    margin: 0px auto;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ef6449;
}

.featherlight .featherlight-inner {
    display: block;
}

.hidden{
    display:none;
}

.show{
    display:block!important;
}

#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 700;
  float: left;
  padding-left: 40px;
}
#fh5co-logo i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #F78536;
  background: rgba(0, 0, 0, 0.06);
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-logo a {
  color: #F78536;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #F78536 !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 15px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #F78536 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  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;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  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;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #F78536 !important;
}

.purchase-fail{
    color:red;
}

.terms{
    cursor:pointer;
}

#termsDialog .modal-dialog{
    overflow-y: initial !important;
}

#termsDialog .modal-dialog .modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.eachday {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0px 10px;
}

.eachday .day-con {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom:40px;
}

.eachday .day-tit {
    float: left;
    width: 100%;
    min-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid rgb(216, 216, 216);
}

.eachday .day-tit strong {
    color: #55C4C9;
    float: left;
    width: 95px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.eachday .day-tit p {
    float: left;
    width: 701px;
    min-height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}

.eachday .day-tb {
    float: left;
    width: 100%;
}

.eachday .day-tb th, .eachday .day-tb td {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid rgb(216, 216, 216);
}

.eachday .day-tb th span {
    float: left;
    color: #55C4C9;
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
}

.eachday .day-tb th span::before {
    color: #55C4C9;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    margin: -3px 2px 0px 10px;
}

.near-menu{
    margin-top:100px;
}

/*footer*/
.footer {
    background: #34495e;
    color: #fff;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}
.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer address a { color: #48cfad }

.social-link-footer li {
    float: right;
    margin: 5px 10px 5px 0px;
    padding-bottom: 5px;
}
.social-link-footer li a {
    color: #fff;
    background: #505b71;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    float: left;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-link-footer li a:hover {
    background: #48cfad;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright {
    color: #fff;
    padding-top: 15px;
}

ul.page-footer-list {
    list-style: none;
    padding: 0px 10px;
}
ul.page-footer-list li {
    line-height: 35px;
    border-bottom: 1px dashed #636F79;
}
ul.page-footer-list a {
     color: #fff;
     cursor:pointer;
}
ul.page-footer-list li i { padding-right: 10px }
.footer-small {
    background-color: #2C3E50;
    margin-top: -6px;
    padding-top: 5px;
}
.text-footer {
    padding-left: 10px;
    margin-left: 10px;
}
.text-footer p { text-align: left }
.address p {
    text-align: left;
    margin-bottom: 10px;
}
.about{
    margin-top:100px;
}
.privacy{
    margin-top:100px;
}
.terms{
    margin-top:100px;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

.forgot-password {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #3f3f3f;
    cursor:pointer;
}

.signup-link-container {
    text-align: center;
    margin-top: 10px;
}

.signup-link-container span {
    text-decoration: underline;
    cursor: pointer;
}

.login-link-container {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.login-link-container span {
    text-decoration: underline;
}

#signup-message{
    color:red;
}

/*query panel*/
.query_panel{
    background-color:#fafafa;
    padding-top:20px;
}

.query_panel span{
    background-color: #fafafa;
}

.mod_filter
{
    text-transform:capitalize;
}

.mod_filter .label{
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    width: 150px;
    height: 24px;
    text-align: left;
    line-height: 20px;
    text-indent: 4px;
    color: #999;
    font-size:14px;
}

.filter_label_chs{
    width:90px!important;
}

.filter_line{
    position:relative;
    line-height:20px;
    margin-bottom:10px;
}

.filter_content{
    margin-left: 160px;
    margin-right: 20px;
    font-size: 0;
    padding: 0;
}

.filter_content_chs{
    margin-left: 100px!important;
}

.filter_content .item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    text-transform:capitalize;
    cursor:pointer;
}

.filter_content .current, .filter_content .current:hover{
    background: #00a99d;
    border-radius: 10px;
    color: #fff;
}

.margin-top-ten{
    margin-top:10px;
}

.main-heading
{
	background-size:cover;
	background-attachment: fixed;
	color: #cfcfcf;
}

.bg_video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden
}

.bg_video_display{
    display:block;
    width:100%
}

.bg_video_pointer {
    opacity:1;
    pointer-events:auto
}

.bg_video_animation{
    opacity:1;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition:opacity 1s ease
}

.overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height:100%;
    position:relative;
}

.overlay > .container
{
    padding:170px 0px;    
}

.main-heading >.overlay
{
    height: 750px;
}

.main-heading-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}

.main-heading-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size:3.5em;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;
	
}
.main-heading-title span {
	margin-left: 6px;
}
.main-heading-text {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
.themecolor
{
    color:#f8198d;/*Defines the theme color*/
}

.theme_background_color,#downloadbt:hover
{
    background-color:#f8198d; /*Defines the theme bakcground color*/
}

#textcontent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#textcontent span {
    color: white;
    font-family: 'Vibur', cursive;
    font-size: 120px;
    text-align: center;
    letter-spacing: 6px;
    margin: 0px auto;
    line-height: 1.3;
    display: block;
    text-shadow: 4px 4px 5px rgba(31, 28, 28, 0.5);
}

#textcontent h1 {
    color: white;
    font-size: 30px;
    width: 690px;
    text-align: center;
    letter-spacing: 0.2px;
    margin: 0px auto;
    line-height: 1.3;
}

.order-funcs{
    margin-top:-5px;
    margin-right:-10px;
}

.btn-bg{
    background:#00a99d;
}

.orders-info{
    margin-top:10px;
}

.comment-count{
    margin-top:5px;
    margin-right:10px;
}

.review-entry {
    margin-top: 40px;
}

.review-entry .review-info {
    margin-left: 50px;
    position: relative;
    display: inline-block;
    padding-top: 10px;
}

.review-entry .review-info span.username {
    margin-right: 5px;
}

.review-entry .review-info span.review-date {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 10px;
}

.review-entry .star-rateing {
    float: right;
    margin-top: 9px;
}

.review-entry p {
    letter-spacing: 0px;
    margin-left: 50px;
    line-height: 1.5;
    font-size:14px;
    margin-top:15px;
}

.product-reviews{
    margin-bottom:20px;
    padding-bottom:50px;
}

.route-highlight label{
    font-size:15px;
}

.route-highlight label span{
    font-size:18px;
    color:#55C4C9;
}

.product-title-1 h1, .product-title-1 p{
    text-shadow: 4px 4px 5px rgba(31, 28, 28, 0.5);
}

.product-gallery-container p{
    color:white;
}

@media screen and (max-width:480px){
    .subtotal{
        width:100%;
    }
}

@media (max-width:1600px){
    .search-toggle{
        left:45%;
    }
}

@media (max-width:1440px){
    .search-toggle{
        left:43%;
    }
}

@media (max-width:1400px){
    .need-help-nav{
        display:none;
    }

    .search-toggle{
        left:28%;
    }
}

@media (max-width: 1112px) {
    .search-toggle{
        left:50%;
    }

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display:block!important;
    }

  .dropdown-menu {
        padding-left: 10px!important;
    }
}

@media screen and (max-width:767px){
    .search-toggle{
        margin-left:-85px;
        left:60%;
    }
    .searchsubmenu {
        max-width: 160px;
    }
}

.product-navigation .dropdown-menu li a{
    color:white;
}

.product-navigation .dropdown-menu li a:hover{
    color:#55C4C9;
    background:rgba(0,0,0,0)
}

#whyus {
    text-align: center;
    padding: 100px 0;
    margin: 0;
}

#whyus .features {
    margin-top: 70px;
}

.span_3_of_12 {
    width: 18.7%;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

#whyus i {
    font-size: 35px;
    color: white;
    background: #55C4C9;
    border-radius: 60px;
    padding: 20px;
    line-height: 1;
}

#whyus h6 {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    width: 85%;
    margin: 0px auto;
    margin-top: 40px;
    font-weight:unset;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-guide-submit{
    margin-bottom:10px!important;
}

