*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

#map iframe {
    vertical-align: top;
    width: 100%;
}

:-moz-placeholder {
    opacity: 1;
}

::selection {
    background: #35A8E0;
    color: #fff;
}

::-moz-selection {
    background: #35A8E0;
    color: #fff;
}

@font-face {
    font-family: 'AusthinaBrushCalligraphyScratch';
    src: url('../fonts/AusthinaBrushCalligraphyScratch.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');

/* @font-face {
    font-family: 'Lobster-Regular';
    src: url('../fonts/Lobster-Regular.ttf') format('truetype');
} */

body {
    color: #131428;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding-top: 122px;
}

a {
    text-decoration: none;
    color: #E84C4D;
}

a:hover,
a:focus {
    color: #FF5354;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    color: #131428;
}

.clr {
    clear: both;
}

.row {
    margin: auto;
    max-width: 1400px;
    width: 100%;
    padding: 0 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 {
    color: #e84c4d;
    font-size: 65px;
    font-weight: normal;
}

.page-header>h2 {
    color: #131428;
    font-size: 30px;
    line-height: 25px;
    margin: auto auto 15px;
}

.page-header h2::after {
    background: #35a8e0;
    content: "";
    display: block;
    height: 3px;
    margin-top: 15px;
    width: 75px;
}

.item-page {
    padding-bottom: 75px;
}

.custom.banner>p {
    margin: auto;
}

#header-section {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}


/*top part*/

.top-part {
    background: #F3F3F3;
}

.social li a {
    background: url(../images/sp-icons.png) no-repeat;
    font-size: 0;
    display: block;
    height: 21px;
    line-height: 21px;
    width: 23px;
}

.social {
    line-height: 21px;
    margin-top: 9px;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
}

.social li.link-2 a {
    background-position: -32px -149px;
}

.social li.link-1 a {
    background-position: 0 -149px;
}

.top-part p {
    margin: 0;
}

.custom.phn-top a {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 35px;
    position: relative;
    transform: scale(0.8);
    transition: all ease 0.5s;
    border-bottom: solid 0px transparent;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.custom.phn-top a:hover {
    transform: scale(1);
    border-bottom: solid 2px #e84c4d;
}

.custom.phn-top a:after {
    content: "";
    height: 25px;
    width: 25px;
    background: url("../images/sp-icons.png") no-repeat scroll;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background-position: -252px 0px;
    transform: scale(1.2);
    transition: all ease 0.5s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.custom.phn-top a:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.top-part .moduletable {
    float: right;
    margin-left: 50px;
}

.top-menu li {
    float: left;
}

.top-menu li a {
    padding: 0 20px;
    color: #131428;
    font-size: 18px;
    line-height: 40px;
    display: block;
    font-weight: 300;
}

.top-menu li.active a,
.top-menu li:hover a,
.top-menu li:focus a {
    color: #E84C4D;
}

.top-menu li.item-115 a {
    background: #35a8e0;
    color: #fff;
    font-weight: bold;
}

.top-menu li.item-115.active a,
.top-menu li.item-115:hover a,
.top-menu li.item-115:focus a {
    background: #3CBDFC;
    color: #fff;
}


/* Header */

.header p {
    margin: 0;
}

.top-logo {
    width: 186px;
    float: left;
    margin-top: -30px;
    margin-bottom: -20px;
    position: relative;
    z-index: 9;
}

.top-nav-bar {
    width: 1000px;
    float: right;
}

.top-nav-bar .moduletable_menu {
    float: left;
}

.moduletable.bkn-top {
    float: right;
    margin-top: 15px;
}

.moduletable_menu .menu>li:last-child {
    padding-right: 0;
}

.moduletable.bkn-top .item-146 {
    transform: translateX(22px);
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -ms-transform: translateX(22px);
    -o-transform: translateX(22px);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.moduletable.bkn-top .item-146:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.top-nav-bar .moduletable_menu {
    float: left;
    margin-top: 16px;
}

.moduletable_menu .menu>li {
    float: left;
    position: relative;
    padding: 10px 20px;
}

.moduletable_menu .menu>li>a {
    color: #131428;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 0 2px 0;
    border-bottom: 2px solid transparent;
}


/*.moduletable_menu .menu>li:hover>a {
    border-bottom: 2px solid #131428;
}
*/

.moduletable_menu .menu>li:hover>a {
    border: medium none;
    color: #35a8e0;
}

.moduletable_menu .menu>li:hover {
    /*background: #35a8e0 none repeat scroll 0 0;*/
    color: #35a8e0;
}

.moduletable_menu .menu>li.active>a {
    color: #35A8E0;
}

.moduletable_menu .menu>li>.nav-child>li:hover>.nav-child,
.moduletable_menu .menu>li:hover>.nav-child {
    display: block;
}

.moduletable_menu .menu>li>.nav-child>li>.nav-child,
.moduletable_menu .menu>li>.nav-child {
    background: #ffffff;
    border: 3px solid #35a8e0;
    display: none;
    /*left: 20px;*/
    left: 2px;
    padding: 2px;
    position: absolute;
    top: 45px;
    width: 235px;
}

.moduletable_menu .menu>li>.nav-child li {
    border-bottom: 3px solid #35a8e0;
    padding-bottom: 3px;
    position: relative;
    padding-top: 3px;
}

.moduletable_menu .menu>li>.nav-child>li>.nav-child {
    left: 103%;
    top: -3px;
}

.moduletable_menu .menu>li>.nav-child>li.parent::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    width: 25px;
    z-index: 0;
}

.moduletable_menu .menu>li>.nav-child li a {
    color: #131428;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 0 15px;
}

.moduletable_menu .menu>li>.nav-child li:hover>a,
.moduletable_menu .menu>li>.nav-child li.active>a {
    color: #35a8e0;
    /*background: #35a8e0;*/
}

.moduletable_menu .menu>li>.nav-child li:hover>.nav-child li>a,
.moduletable_menu .menu>li>.nav-child li.active>.nav-child li>a {
    color: #131428;
}

.moduletable_menu .menu>li>.nav-child li>.nav-child li:hover>a,
.moduletable_menu .menu>li>.nav-child li>.nav-child li.active>a {
    color: #35a8e0;
    /*background: #35a8e0;*/
}

.moduletable_menu .menu>li>.nav-child li:first-child {
    padding-top: 0;
}

.moduletable_menu .menu>li>.nav-child li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.moduletable_menu .menu>li.active:hover>a {
    /*color: #ffffff;*/
    color: #35a8e0;
}


/*.moduletable_menu .menu > li:first-child > a{padding-left:0; }
.moduletable_menu .menu > li:last-child > a{padding-right:0; }*/


/* 
.bkn-top a {
    background: #39b54a none repeat scroll 0 0;
    border-radius: 20px;
     
    box-shadow: 2px 2px 0 #043a12;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.bkn-top a:hover,
.bkn-top a:focus {
    background: #00de1e;
} */

.bkn-top a {
    background: #39b54a;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 53px;
    margin: 0 auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    position: relative;
    transition: all ease 0.5s;
    min-width: 316px;
    transform: scale(0.857);
    -webkit-transform: scale(0.857);
    -moz-transform: scale(0.857);
    -ms-transform: scale(0.857);
    -o-transform: scale(0.857);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    padding: 0 65px 0 20px;
}

.bkn-top a::after {
    position: absolute;
    background: url(../images/gbtn_icon.png) no-repeat;
    content: "";
    right: 4px;
    top: 50%;
    height: 46px;
    width: 46px;
    margin-top: -23px;
    opacity: 0.7;
    transition: all ease 0.5s;
    background-size: 46px 46px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.bkn-top a:hover::after {
    opacity: 1;
}

.bkn-top a:hover,
.bkn-top a:focus {
    background: #288034;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


/* slider */

.slider-con>h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    text-align: center;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);
}

.slider-con>h3 span {
    font-weight: 300;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);
    display: block;
}

.sli-info {
    display: flex;
    width: 100%;
    height: 100%;
}

.slide_content_wrapa {
    margin: auto;
}

.fws2 .bullet {
    background: #ffffff;
    opacity: 0.5;
    height: 13px;
    width: 13px;
    padding: 0;
}

.slider-con a {
    background: #35a8e0;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    margin: 13% auto auto;
    max-width: 296px;
    text-align: center;
    text-transform: uppercase;
}

.slider-con a:hover,
.slider-con a:focus {
    background: #3CBDFC;
}

.fws2 .bullet.active {
    background: #ffffff;
    opacity: 1;
}


/* home part-one */

#section-1 {
    max-width: 1920px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.moduletable.price-twn::after {
    background: #fef6e2;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 817px;
    z-index: -2;
}

.moduletable.price-twn:before {
    background: -moz-linear-gradient(left, rgba(254, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(254, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feeab9', endColorstr='#00ffffff', GradientType=1);
    content: "";
    height: 100%;
    position: absolute;
    right: 12px;
    width: 964px;
    z-index: -1;
    transform: rotate(28deg);
    top: 201px;
}

.moduletable.price-twn {
    display: flex;
    float: left;
    height: 434px;
    position: relative;
    text-align: center;
    width: 534px;
    z-index: 3;
}

.tour-spl>h3 {
    color: #131428;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 35px 0;
}

.tour-spl>h3 span {
    color: #FFC61B;
}

.tour-spl {
    padding-left: 90px;
}

.tour-spl>p {
    margin: 0;
    clear: both;
}

.time1,
.time2 {
    color: #fff;
    float: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 31px;
    padding-left: 20px;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
}

.custom.tour-spl p span {
    font-weight: bold;
}

.custom.tour-spl a {
    background: #ff292a;
    min-width: 210px;
    padding: 0 30px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
}

.custom.tour-spl a:focus,
.custom.tour-spl a:hover {
    background: #e02425;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


/* .custom.tour-spl a:hover, .custom.tour-spl a:focus {
    background: #ff2929;
    color: #fff;
} */

.time1:before,
.time2:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #131428;
    display: block;
    border-radius: 100%;
}

.moduletable.tour-spl {
    float: right;
    position: relative;
    width: 815px;
    height: 434px;
    display: flex;
    padding-left: 90px;
}

.custom.tour-spl {
    margin: auto;
    padding: 0;
    width: 100%;
    position: relative;
}

.moduletable.tour-spl:after {
    content: "";
    background: url(../images/bg2.png) no-repeat;
    height: 100%;
    width: auto;
    min-width: 1100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.custom.price-twn {
    margin: auto auto auto auto;
    position: relative;
}

.custom.price-twn>h3 {
    margin: auto;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #131428;
}

.custom.price-twn>h3:after {
    content: "";
    height: 3px;
    background: #35A8E0;
    position: relative;
    display: block;
    width: 100px;
    margin: 15px auto auto auto;
}

.custom.price-twn>p {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.custom.price-twn::before {
    background: rgba(0, 0, 0, 0) url("../images/sil.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 257px;
    top: 64px;
    right: 114%;
    position: absolute;
    width: 220px;
}

.moduletable.tour-spl::before {
    background: rgba(0, 0, 0, 0) url("../images/from-tourbg.png") no-repeat scroll right bottom;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 59.5%;
    top: 0;
    width: 537px;
}


/* home part-two */

.moduletable.chi-tr-hm .chi-tr-hm>h2 {
    background: url(../images/rib.png) no-repeat;
    font-family: 'Lobster';
    font-weight: normal;
    font-size: 50px;
    line-height: 89px;
    background-position: top center;
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
    margin-bottom: 0;
    margin-top: 0;
}

.moduletable.chi-tr-hm {
    overflow: hidden;
    text-align: center;
    padding: 80px 0 60px 0;
}

.moduletable.chi-tr-hm .chi-tr-hm>h3 {
    margin: 0;
    font-size: 36px;
    color: #131428;
    font-weight: bold;
    line-height: 43px;
    position: relative;
}

.moduletable.chi-tr-hm .chi-tr-hm>h3:after {
    content: "";
    display: block;
    background: #35A8E0;
    height: 3px;
    width: 100px;
    margin: 15px auto;
}

.custom.chi-tr-hm>p {
    margin: auto;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
}


/* home part-three */

.hm-eff-boxes .span3 {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.hm-eff-boxes .span3 img {
    width: 100%;
    height: auto;
}

.hm-eff-boxes .span3 .boxes {
    color: #ffffff;
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.box-data>h4 {
    color: #ffffff;
    font-size: 36px;
    line-height: 43px;
    margin: auto;
}

.boxes:hover .box-data>h4,
.boxes:hover .box-data>h5 {
    margin: auto;
    transform: translate3d(0px, 0px, 0px);
}

.span3:nth-child(4) .box-data>h4 {
    position: relative;
    font-size: 22px;
}

.box-data>h4 span {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin: auto;
    font-weight: 500;
    transform: translate3d(0px, 0%, 0px);
    transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    display: block;
}

.hm-eff-boxes .span3 .boxes:hover {
    border-color: #35A8E0;
    background: rgba(0, 0, 0, 0.50);
}

.on-hvr>p {
    line-height: 30px;
    font-size: 22px;
    font-weight: 300;
}

.box-data {
    margin: auto auto 0 auto;
}

.box-data {
    margin: auto auto 0 auto;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.hm-eff-boxes .span3 .boxes:hover .box-data {
    margin: auto auto auto auto;
}

.on-hvr {
    margin-top: 0;
    opacity: 0;
    padding: 20px 15px 0 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    max-width: 526px;
    width: 100%;
    margin-left: -263px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.hm-eff-boxes .span3 .boxes:hover .on-hvr {
    height: auto;
    opacity: 1;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.box-data>p {
    margin: auto;
}

.on-hvr>a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding-right: 0;
    background-position: right center;
}

.on-hvr>a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.on-hvr>a::after {
    background: url("../images/sp-icons.png") no-repeat scroll;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
    width: 20px;
    background-position: -42px 1px;
}

.hm-eff-boxes .span3 .boxes:hover:after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    border: 8px solid #35A8E0;
}

.hm-eff-boxes .span3 .boxes::after {
    border: 0 solid #35a8e0;
    content: "";
    height: 107%;
    left: -3.5%;
    margin-bottom: -3.5%;
    margin-right: -3.5%;
    position: absolute;
    top: -3.5%;
    transition: all 0.3s ease 0s;
    width: 107%;
    z-index: -2;
}

.hm-eff-boxes .span3.mstp .boxes::before {
    content: "MOST POPULAR";
    font-size: 22px;
    line-height: 40px;
    background: #ffa836;
    display: block;
    text-align: center;
    color: #000;
    width: 300px;
    position: absolute;
    right: -70px;
    transform: rotate(45deg);
    top: 60px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: -2;
}

.pg_gal .uk-overlay-scale {
    height: auto;
}


/*Experience of a Lifetime.*/

#section-4 {
    background: rgba(0, 0, 0, 0) url("../images/bg3.png") no-repeat scroll 82% 74%;
    overflow: hidden;
    max-width: 1920px;
    text-align: center;
    margin: auto;
    padding: 75px 0;
}

#section-4 h2 {
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin: auto;
    line-height: 60px;
    max-width: 932px;
    width: 100%;
    text-align: left;
    position: relative;
}

#section-4 p {
    max-width: 970px;
    width: 100%;
    margin: auto;
    text-align: right;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    margin-top: 12px;
    position: relative;
}

#section-4 h2::before {
    background: rgba(0, 0, 0, 0) url("../images/sp-icons.png") no-repeat scroll;
    content: "";
    display: block;
    height: 22px;
    left: -35px;
    position: absolute;
    top: 0;
    width: 30px;
    background-position: 0 -76px;
}

#section-4 p::after {
    background: rgba(0, 0, 0, 0) url("../images/sp-icons.png") no-repeat scroll;
    background-position: -139px -76px;
    top: -10px;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: -35px;
    width: 30px;
}


/*slider - 2*/

#section-5 {
    border-bottom: 5px solid #131428;
    margin: auto;
    max-width: 1920px;
    background: url(../images/slider2.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

#section-5::before {
    background: rgba(19, 20, 40, 0.15) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


/*#section-5 .moduletable {
    background: rgba(19, 20, 40, 0.15) none repeat scroll 0 0;
}*/

#section-5 .moduletable {
    margin: auto;
    position: relative;
    max-width: 1350px;
    padding-top: 70px;
}

.section.section-client-testimonials::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 475px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 0;
}

.section.section-client-testimonials {
    margin: auto;
    max-width: 1350px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#section-5 .slick-list article .column.pull-left {
    /*background: rgba(19, 20, 40, 0.15);*/
    display: flex;
    height: 100%;
    left: 0;
    padding-bottom: 70px;
    position: absolute;
    top: 0;
    width: 100%;
}

#section-5 .slick-list article .column.pull-left .table .table-cell {
    float: left;
    overflow: hidden;
    padding: 75px 90px 50px 50px;
    width: 765px;
    height: 475px;
    position: relative;
}

#section-5 .slick-list article .max-width a {
    background: #e84c4d none repeat scroll 0 0;
    bottom: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    line-height: 65px;
    padding: 0 25px;
    position: absolute;
    text-align: center;
    width: auto;
    margin-left: -12.5%;
}

#section-5 .slick-list article .max-width a:hover,
#section-5 .slick-list article .max-width a:focus {
    background: #ff5354 none repeat scroll 0 0;
    color: #ffffff;
}

#section-5 .slick-list article .column.pull-left .table .th-img {
    float: right;
    margin-right: 65px;
    margin-top: -12px;
    margin-bottom: -12px;
    width: 518px;
}

#section-5 .slick-list article .max-width>h4 {
    margin: 0;
    font-size: 28px;
    color: #131428;
    font-weight: bold;
    line-height: 33px;
}

#section-5 .slick-list article .max-width p {
    font-size: 16px;
    line-height: 19px;
}

#section-5 .slick-list article .column.pull-left .table {
    background: #fff;
    height: auto;
    margin: auto auto 0;
    position: relative;
    width: 1350px;
}

.slider-testimonial .slick-arrow {
    display: none !important;
}

#section-5 .table>h3 {
    background: #35a8e0;
    color: #ffffff;
    margin: 0;
    width: auto;
    position: absolute;
    bottom: 100%;
    font-size: 36px;
    font-weight: bold;
    padding: 20px 50px;
    display: inline-block;
    left: 0;
}

#section-5 .table>h3 span {
    display: block;
    font-size: 28px;
    font-weight: 300;
}

.section.section-client-list.section-grey {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.section.section-client-testimonials {
    position: relative;
}

.row.slider.slider-client-nav.slick-initialized.slick-slider {
    top: 40px;
    padding-left: 635px;
}

.slider-testimonial .img-box>img {
    display: block;
    margin: auto;
    height: 725px;
}

.row.slider.slider-client-nav.slick-initialized.slick-slider .slick-arrow:hover {
    opacity: 1;
}

.row.slider.slider-client-nav.slick-initialized.slick-slider .slick-arrow {
    background: url("../images/slider-2arrow.png") no-repeat scroll 0 0;
    border: none;
    border-radius: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    opacity: 0.5;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.row.slider.slider-client-nav.slick-initialized.slick-slider .slick-next.slick-arrow {
    background-position: right center;
    margin-left: 25px;
}

.slider-client-nav .slick-list {
    display: none;
}


/*Request a Tour*/

#section-6 {
    background: rgb(53, 168, 224);
    background: -moz-radial-gradient(center, ellipse cover, rgba(53, 168, 224, 1) 17%, rgba(43, 135, 181, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(53, 168, 224, 1) 17%, rgba(43, 135, 181, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(53, 168, 224, 1) 17%, rgba(43, 135, 181, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35a8e0', endColorstr='#2b87b5', GradientType=1);
    position: relative;
}

#section-6 .row {
    position: relative;
    z-index: 2
}

#section-6 .moduletable {
    float: left;
    width: 830px;
}

#section-6 .moduletable.req-tour-link {
    width: 533px;
    background: #fff;
    float: right;
}

#section-6 .moduletable {
    display: flex;
    float: left;
    height: 525px;
    text-align: center;
    width: 815px;
}

#section-6 .moduletable .hm-ftr-testi {
    margin: auto;
    width: 100%;
    padding-right: 90px;
}

#section-6 .moduletable .hm-ftr-testi li .uk-margin>p {
    color: #fff;
    margin: auto;
    font-weight: 300;
    line-height: 36px;
    font-size: 30px;
    position: relative;
    display: inline-block;
}

#section-6 .moduletable .hm-ftr-testi li .uk-margin>h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    margin: auto;
    position: relative;
    padding-top: 6px;
}

#section-6 .moduletable .hm-ftr-testi li .uk-margin>h3::before {
    background: rgba(0, 0, 0, 0) url("../images/sp-icons.png") no-repeat scroll;
    content: "";
    display: block;
    height: 22px;
    left: -36px;
    position: absolute;
    top: 0px;
    width: 30px;
    background-position: -235px -75px;
}

#section-6 .moduletable .hm-ftr-testi li .uk-margin>p:nth-child(2n):after {
    background: rgba(0, 0, 0, 0) url("../images/sp-icons.png") no-repeat scroll;
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    right: -30px;
    bottom: -10px;
    width: 30px;
    background-position: -290px -75px;
}

#section-6 .uk-slideshow {
    overflow: visible;
}

#section-6 .moduletable .hm-ftr-testi li .uk-margin {
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.15);
}

#section-6 .moduletable .hm-ftr-testi li .uk-margin>p span {
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    margin-top: 35px;
}

#section-6 .moduletable .hm-ftr-testi .uk-slidenav-position .uk-slidenav:before {
    display: none;
}

#section-6 .moduletable .hm-ftr-testi .uk-slidenav-position .uk-slidenav:hover {
    opacity: 1;
}

.hm-ftr-testi .uk-slidenav-position .uk-slidenav {
    background-image: url("../images/next-prev.png");
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block !important;
    height: 36px;
    left: auto;
    line-height: 36px;
    margin: 0 13px;
    position: relative;
    right: auto;
    text-align: center;
    opacity: 0.5;
    vertical-align: top;
    width: 38px;
    top: auto;
}

.hm-ftr-testi .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
    background-position: right top;
}

.moduletable.req-tour-link {
    width: 533px;
    background: #fff;
    float: right;
    display: flex;
    padding: 0 45px;
    height: 525px;
    text-align: center;
}

.custom.req-tour-link {
    margin: auto;
}

.custom.req-tour-link img {
    display: inline-block
}

.custom.req-tour-link>p {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    color: #131428;
}

.custom.req-tour-link a {
    background: #39b54a none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 2px 2px 0 #043a12;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    margin-top: 30px;
    width: auto;
    padding: 0 20px;
}

.custom.req-tour-link a:hover,
.custom.req-tour-link a:focus {
    background: #00de1e;
}

#section-6 .row::after {
    background: rgba(0, 0, 0, 0) url("../images/tr.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 521px;
    left: -205px;
    position: absolute;
    top: 15px;
    width: 200px;
}

.custom.req-tour-link h3 {
    font-size: 36px;
    line-height: 42px;
    color: #131428;
}

#section-6 .moduletable .hm-ftr-testi ul.uk-slideshow {
    margin-bottom: 45px !important;
}

#section-6:after {
    content: "";
    opacity: 0.80;
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../images/seca.png) no-repeat;
    background-position: center center;
    display: block;
    top: 0;
    left: 0;
}


/* bottom part */

#bottom {
    border-top: 2px solid #35a8e0;
    overflow: hidden;
    background: #131428;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.bot-r {
    width: 100%;
    float: right;
    max-width: 500px;
}

.bot-1 {
    width: 100%;
    float: left;
    max-width: 840px;
}

.moduletable.footer-menu {
    float: right;
}

.moduletable.footer-menu .menu li {
    float: left;
}

.moduletable.footer-menu .menu li:first-child a {
    padding-left: 0;
}

.moduletable.footer-menu .menu li a {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    padding: 0 15px;
}

.moduletable.footer-menu .menu li:hover a,
.moduletable.footer-menu .menu li.active a {
    color: #35A8E0;
}

.moduletable.footer-menu .menu li:last-child a {
    padding-right: 0;
}

.moduletable.ftr-mailchimp {
    clear: both;
    padding-top: 30px;
    float: right;
}

.moduletable.ftr-mailchimp #mc2_before_content>p {
    font-size: 18px;
    font-weight: 300;
    margin: auto;
}

.moduletable.ftr-mailchimp #mc2_before_content>p span {
    font-weight: bold;
}

.ftr-mailchimp input#mc2_email {
    width: 176px;
    height: auto;
    background: #fff;
    border: none;
    color: #776B60;
    font-weight: 300;
    font-size: 16px;
    padding: 0 13px;
    line-height: 36px;
    display: inline-block;
    margin: auto;
    vertical-align: top;
    font-family: proxima-nova;
}

.module.ftr-mailchimp br {
    display: none;
}

.module.ftr-mailchimp>div#mc2_before_content {
    margin-bottom: 10px;
}

.blg-intro-img .pull-left.item-image img {
    max-width: 100%;
    min-height: 312px;
    max-height: 312px;
    width: 100%;
}

.ftr-mailchimp input#mc2_add {
    background: #f08c1e none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: proxima-nova;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    margin-top: 0;
    min-width: 130px;
    text-transform: uppercase;
    vertical-align: top;
    width: 132px;
}

.ftr-mailchimp input#mc2_add:hover,
.ftr-mailchimp input#mc2_add:focus {
    background: #FF9A2B;
}

.moduletable.soc-ftr {
    clear: both;
    padding-top: 0;
    width: 200px;
    margin-left: 230px;
    margin-top: -50px;
}

.moduletable.ftr-cont>h3 {
    font-size: 36px;
    margin: auto;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 43px;
}

.custom.ftr-cont h5 {
    margin: auto;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-right: 20px;
}

.custom.ftr-cont p,
.custom.ftr-cont a {
    font-size: 16px;
    line-height: 19px;
    color: #CCCCCC;
    float: left;
    margin: 0;
    display: inline-block
}

.custom.ftr-cont,
.custom.ftr-cont>div {
    overflow: hidden;
}

.custom.ftr-cont>div {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

.custom.ftr-cont>div h5 {
    clear: both;
}

.custom.ftr-cont>div.ftr-phn-eml p {
    margin-bottom: 20px;
}

#bottom .social li {
    margin-right: 30px;
}

#bottom .social li a {
    background: rgba(0, 0, 0, 0) url("../images/fsocial.png") no-repeat scroll 0 0;
    height: 42px;
    width: 42px;
}

#bottom .social li.link-2>a {
    background-position: -73px top;
}

#bottom .social li.link-1>a:hover,
#bottom .social li.link-1>a:focus {
    background-position: left -65px;
}

#bottom .social li.link-1>a {
    background-position: left top;
}

#bottom .social li.link-2>a:hover,
#bottom .social li.link-2>a:focus {
    background-position: -73px -65px;
}


/* footer part */

#footer {
    background: #0f1020;
    color: #fff;
    overflow: hidden;
    padding: 20px 0 8px 0;
}

#footer .moduletable {
    float: left;
    width: 50%;
}

.moduletable.copyright a img {
    display: inline-block;
    vertical-align: top;
}

.moduletable.copyright>p a {
    display: inline-block;
    line-height: 14px;
}

#footer p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.moduletable.ftr-pri-menu {
    text-align: right;
    padding-top: 0;
}

.moduletable.ftr-pri-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-right: solid 1px #fff;
    line-height: 16px;
    font-size: 16px;
    font-weight: 300;
}

.moduletable.ftr-pri-menu li:last-child {
    border: none;
    padding-right: 0;
}

.moduletable.ftr-pri-menu li a {
    color: #fff;
}

.mp-link {
    background: #e84c4d;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    padding: 0 17px;
}

.mp-link:hover,
.mp-link:focus {
    background: #ff5354;
    color: #ffffff;
}


/* Contact page */

.bot-1 .ftr-cont .mp-link {
    background: #e84c4d;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    padding: 0 17px;
}

.bot-1 .ftr-cont .mp-link:hover,
.bot-1 .ftr-cont .mp-link:focus {
    background: #ff2929;
    color: #ffffff;
}

.item-pagecontact-page {
    margin-bottom: 130px;
    overflow: hidden;
}

#map {
    border-bottom: 16px solid #131428;
}

.cnt-left {
    float: left;
    max-width: 655px;
    width: 100%;
    padding-top: 50px;
}

.cnt-right {
    float: left;
    max-width: 460px;
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
    width: 100%;
}

.cnt-left>h3,
.cnt-right #userForm>h2 {
    color: #35a8e0;
    font-size: 28px;
    margin: auto auto 25px;
}

.cnt-right .formResponsive .formHorizontal .formControlLabel {
    display: none;
}

.cnt-right .formResponsive .formHorizontal .formControls {
    margin: auto;
}

.cnt-right .formResponsive .rsform-input-box {
    margin: auto;
    width: 100%;
}

.cnt-right .formResponsive .rsform-input-box,
.cnt-right .formResponsive .rsform-text-box {
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #131428;
    display: block;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: auto;
    padding: 0 12px;
    width: 100%;
}

.cnt-right .formResponsive .formHorizontal p.formDescription,
.cnt-right .formResponsive .formValidation {
    display: none;
}

.cnt-right .formResponsive .formHorizontal .rsform-block:nth-child(2n) {
    float: right;
}

.cnt-right .formResponsive .formHorizontal .rsform-block {
    float: left;
    margin-bottom: 10px;
    width: 49%;
}

.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-capthca,
.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-message,
.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit {
    width: 100%;
}

.cnt-right .formResponsive .rsform-text-box {
    height: 105px;
    max-width: 100%;
}

.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit button.rsform-submit-button {
    background: #39b54a;
    border: none;
    box-shadow: none;
    font-family: proxima-nova;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    text-shadow: none;
    text-transform: uppercase;
    width: 185px;
    padding: 0;
}

.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit button.rsform-submit-button:hover,
.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit button.rsform-submit-button:focus {
    background: #40CC53;
}

.cnt-right #userForm .rsform-block.rsform-block-agree,
.cnt-right #userForm .rsform-block.rsform-block-subdesc {
    width: 100%;
}

.cnt-right .formField.rsform-block.rsform-block-submit {
    text-align: center;
}

.cnt-right #userForm .rsform-block.rsform-block-subdesc p {
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}

.cnt-right .rsform-block.rsform-block-recaptcha {
    text-align: center;
    width: 100%;
}

.cnt-left span {
    font-weight: bold;
}

.cnt-left span a {
    color: #131428;
    font-weight: normal;
}


/*About page */

.contain-b {
    float: right;
    max-width: 935px;
    width: 100%;
}

.contain-left {
    float: left;
    width: 300px;
}

.contain-left .moduletable {
    float: none;
    margin: auto auto 40px;
    width: 300px;
}

.contain-left .moduletable.left-menu {
    border: 3px solid #35a8e0;
    padding: 3px;
}

.moduletable.left-menu>h3 {
    background: #35a8e0 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 42px;
    margin: auto auto 3px;
    padding: 0 15px;
}

.left-menu .menu li {
    border-top: 3px solid #35a8e0;
    padding-bottom: 3px;
    padding-top: 3px;
}

.left-menu .menu li a {
    color: #131428;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    padding: 8px 15px;
}

.left-menu .menu li:hover a,
.left-menu .menu li.current a {
    background: rgba(53, 168, 224, 0.6) none repeat scroll 0 0;
    color: #131428;
}

.left-menu .menu li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.moduletable.req-tour-left {
    border: 4px solid #35a8e0;
    text-align: center;
}

.custom.req-tour-left img {
    margin: auto;
}

.custom.req-tour-left>p {
    color: #131428;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.custom.req-tour-left {
    padding: 10px;
}

.custom.req-tour-left a {
    background: #39b54a none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 2px 2px 0 #043a12;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    margin: 45px auto 30px;
    width: 233px;
}

.custom.req-tour-left a:hover,
.custom.req-tour-left a:focus {
    background: #40CC53;
}

.custom.req-tour-left>h3 {
    font-size: 25px;
    margin-bottom: -8px;
}

.item-page h4 {
    color: #35a8e0;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    /* text-align: center;*/
}

.item-page h4 span {
    display: block;
    font-weight: 300;
}

.item-page li {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

.item-page li::before {
    background: #35a8e0;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 12px;
    width: 8px;
}

.moduletable.lowest-left {
    background: #fef6e2;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.custom.lowest-left>p {
    margin: 5px auto;
}

.custom.lowest-left img {
    margin: auto;
}

.custom.lowest-left>h3 {
    color: #131428;
    font-size: 28px;
    line-height: 33px;
    margin: 15px 0;
    text-align: center;
}

.custom.lowest-left {
    padding: 10px 0;
}

.moduletable.lowest-left:before {
    background: -moz-linear-gradient(left, rgba(254, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(254, 234, 185, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feeab9', endColorstr='#00ffffff', GradientType=1);
    content: "";
    height: 100%;
    left: -145px;
    position: absolute;
    top: 201px;
    transform: rotate(28deg);
    width: 964px;
    z-index: -1;
}


/*Blog page*/

.blog {
    margin: auto;
    max-width: 1120px;
}

.blog .items-row .item:after {
    clear: both;
    content: "";
    display: block;
}

.blog .items-row {
    margin-bottom: 60px;
}

.blg-page .blog .items-row {
    display: none;
}

.blog .items-row .item {
    border: 2px solid #131428;
    position: relative;
    min-height: 295px;
}

.blg-intro-img {
    border: 2px solid #131428;
    max-width: 437px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: -12px;
}

.blg-left {
    padding: 25px 40px 0;
    width: 660px;
}

.blog .page-header>h2,
.blog .page-header>h2 a {
    color: #131428;
    font-size: 24px;
    line-height: normal;
    margin: auto;
}

.blog .page-header>h2::after {
    display: none;
}

.blg-left dd {
    color: #999999;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 13px;
    margin: auto;
}

.blg-left>p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.blg-left>p:nth-child(2) {
    margin-bottom: 30px;
    min-height: 55px;
}

.blg-left .page-header {
    margin: 5px 0 15px;
}

.blg-left .readmore .btn {
    color: #e84c4d;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.blog>h2 {
    display: inline-block;
    font-size: 28px;
    margin: auto auto 30px;
    padding-bottom: 0;
}

.blog>h2::after {
    background: #35a8e0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin-top: 15px;
    width: 53px;
}

.blog>a#load {
    border: 2px solid #131428;
    color: #131428;
    display: block;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 65px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 211px;
}

.blog {
    margin: auto auto 100px;
    max-width: 1120px;
}

.blg-left .readmore .btn:hover,
.blg-left .readmore .btn:focus {
    color: #FF5354;
}


/*Request A Tour */

.reqt .contain-b {
    background: #f3f3f3;
    margin-right: 115px;
    max-width: 820px;
}

.reqt #userForm h2 {
    color: #131428;
    font-size: 25px;
    line-height: 25px;
    margin: 40px auto;
    padding-left: 40px;
    text-align: left;
}

.reqt .contain-b {
    background: #f3f3f3;
    margin-right: 115px;
    max-width: 820px;
    padding: 0 50px;
    margin-bottom: 80px;
}

.reqt #userForm {
    text-align: center;
}

.reqt .contain-b .rsform-block .formControlLabel {
    display: none;
}

.reqt .contain-b .rsform-block .formControls {
    margin: auto;
    text-align: left;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls .rsform-radio {
    display: none;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls {
    margin: 0 -10px;
    padding-bottom: /*65*/
    100px;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls .formValidation {
    bottom: 23px;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls label {
    background: #fff;
    height: auto;
    margin: auto 5px;
    position: relative;
    width: 175px;
    display: inline-block;
    vertical-align: top;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls label img {
    height: 100px;
    width: 100%;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-terms .formValidation {
    bottom: -43px;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls label p {
    font-size: 14px;
    line-height: normal;
    margin: auto auto 5px;
    text-align: center;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls label h4 {
    font-size: 14px;
    margin: 5px auto auto;
    text-align: center;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls label::before {
    background: #fff;
    border: 1px solid #35a8e0;
    border-radius: 100%;
    bottom: -30px;
    content: "";
    height: 14px;
    left: 80px;
    position: absolute;
    width: 14px;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls label::after {
    bottom: -65px;
    content: "Select";
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls .rsform-radio:checked+label::before {
    background: #ffffff url("../images/rdbtn.png") no-repeat scroll center center;
    background-size: 10px;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders-group-on,
.reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-date-cal,
.reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-time {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders {
    width: 265px;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders-group-on .formBody select {
    padding-right: 35px;
}

.reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal,
.reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-date-cal {
    width: 235px;
    position: relative;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-time {
    width: 150px;
    position: relative;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders-group-on select,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-time select,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders select {
    background: #fff;
    border: 1px solid #999999;
    box-sizing: border-box;
    color: #808080;
    display: block;
    font-family: proxima-nova;
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    padding: 0 6px;
    width: 100%;
}

.reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal .rsform-calendar-box,
.reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal .rsform-calendar-box,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-date-cal .rsform-calendar-box {
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #808080;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    margin: auto;
    padding: 0 10px;
    width: 100%;
}

.reqt .contain-b .rsform-block.rsform-block-tours .formControls::after {
    clear: both;
    content: "";
    display: block;
}

.reqt .formResponsive .formHorizontal .rsform-block .formControls {
    position: relative;
}

.reqt .formResponsive .formHorizontal .rsform-block .formValidation {
    bottom: -18px;
    display: block;
    left: 0;
    position: absolute;
}


/*.reqt .formResponsive .formHorizontal .rsform-block .formValidation,*/

.reqt .formResponsive .formHorizontal .rsform-block .formDescription {
    display: none;
}

.reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal .formBody .reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal .formBody,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-date-cal .formBody,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders-group-on .formBody,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-time .formBody,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders .formBody {
    position: relative;
}

.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders-group-on .formBody::before,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-time .formBody::before {
    content: "";
    height: 45px;
    pointer-events: none;
    right: 0;
    background: #999999 url("../images/select-a.png") no-repeat scroll center center;
    position: absolute;
    top: 0;
    width: 35px;
}

.reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal .formBody .btnCal.rsform-calendar-button,
.reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal .formBody .btnCal.rsform-calendar-button,
.reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-date-cal .formBody .btnCal.rsform-calendar-button {
    background: rgba(0, 0, 0, 0) url("../images/date-t.png") no-repeat scroll 93% center;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 0;
    height: 45px;
    margin: auto;
    min-width: 21px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.reqt .rsform-block.rsform-block-personal-information-title {
    border-top: 2px solid #ffffff;
    margin: 45px -50px 0;
}

.reqt .rsform-block.rsform-block-personal-information-title {
    border-top: 2px solid #ffffff;
    margin: 45px -50px 0;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 35px;
    text-align: left;
}

.reqt .rsform-block.rsform-block-personal-information-title .formBody>h3 {
    font-size: 25px;
    margin: auto;
}

.reqt .rsform-block.rsform-block-personal-information-title .formBody>p {
    color: #808080;
    font-size: 14px;
    line-height: 14px;
}

.reqt .rsform-block.rsform-block-fname .rsform-input-box,
.reqt .rsform-block.rsform-block-lname .rsform-input-box,
.reqt .rsform-block.rsform-block-email .rsform-input-box,
.reqt .rsform-block.rsform-block-country .rsform-input-box,
.reqt .rsform-block.rsform-block-cell-number .rsform-input-box {
    background: #fff;
    border: solid 1px #999;
    border-radius: 0;
    box-sizing: border-box;
    color: #808080;
    display: block;
    font-family: proxima-nova;
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    list-style: outside none none;
    margin: auto;
    padding: 0 10px;
    width: 100%;
}

.reqt .rsform-block.rsform-block-number-riders .rsform-input-box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #999999;
    border-radius: 0;
    color: #131428;
    box-sizing: border-box;
    font-family: proxima-nova;
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    list-style: outside none none;
    margin: auto;
    padding: 0 10px;
}

.reqt .rsform-block.rsform-block-fname,
.reqt .rsform-block.rsform-block-lname,
.reqt .rsform-block.rsform-block-email,
.reqt .rsform-block.rsform-block-country,
.reqt .rsform-block.rsform-block-cell-number {
    display: inline-block;
    margin: 0 3px 25px;
    vertical-align: top;
    width: 315px;
}

.reqt .rsform-block.rsform-block-cell-number .rsform-input-box {
    box-sizing: border-box;
    margin: 0;
    width: 315px;
}

.reqt .rsform-block.rsform-block-cell-number {
    margin: auto auto 25px;
    padding: 0 40px;
    text-align: left;
    width: 100%;
}

.reqt .rsform-block.rsform-block-submit2,
.reqt .rsform-block.rsform-block-comments,
.reqt .rsform-block.rsform-block-submit {
    padding: 0 40px;
}

.reqt .rsform-block.rsform-block-comments textarea.rsform-text-box {
    border: 1px solid #999999;
    border-radius: 0;
    box-sizing: border-box;
    color: #808080;
    font-family: proxima-nova;
    font-size: 16px;
    height: 80px;
    max-width: 100%;
    padding: 10px;
    width: 100%;
}

.reqt .rsform-block.rsform-block-comments {
    margin-bottom: 48px;
}

.reqt .rsform-block.rsform-block-terms {
    border-top: 2px solid #ffffff;
    margin: 0 -50px;
    padding: 30px 90px 40px 90px;
}

.reqt .rsform-block.rsform-block-terms label {
    color: #131428;
    font-size: 16px;
    height: auto;
    line-height: 18px;
    margin: auto;
    padding-left: 26px;
    position: relative;
    text-align: left;
}

.reqt .rsform-block.rsform-block-terms .rsform-checkbox {
    display: none;
}

.reqt .rsform-block.rsform-block-terms .rsform-checkbox:checked+label::before {
    color: #39b54a;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.reqt .rsform-block.rsform-block-terms label::before {
    background: #fff;
    display: block;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 14px;
}

.reqt .rsform-block.rsform-block-submit2 .rsform-button,
.reqt .rsform-block.rsform-block-submit .rsform-submit-button {
    background: #39b54a;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    font-family: proxima-nova;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
    width: 186px;
}

.reqt .rsform-block.rsform-block-submit2 .rsform-button:hover,
.reqt .rsform-block.rsform-block-submit2 .rsform-button:focus,
.reqt .rsform-block.rsform-block-submit .rsform-submit-button:hover,
.reqt .rsform-block.rsform-block-submit .rsform-submit-button:focus {
    background: #40CC53;
}

.reqt .rsform-block.rsform-block-submit .rsform-submit-button:active,
.reqt .rsform-block.rsform-block-submit .rsform-submit-button:focus {
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.item-page .uk-overlay-panel li::before {
    display: none;
}

.item-page .uk-overlay-panel li {
    margin: 0 8px;
    padding: 0;
}

.item-page .uk-dotnav>.uk-active>* {
    transform: scale(1);
}

.in-articl-wd {
    margin-bottom: 40px;
    width: 865px;
}

.uk-slidenav-position .uk-slidenav {
    display: block !important;
}

.uk-slidenav-position .uk-slidenav {
    background: rgba(19, 20, 40, 0.7) none repeat scroll 0 0;
    display: block;
    height: 53px;
    width: 46px;
}

.uk-slidenav-position .uk-slidenav-previous {
    color: #fff;
    font-size: 40px;
    left: 0;
    line-height: 50px;
}

.uk-slidenav-position .uk-slidenav-next {
    color: #ffffff;
    font-size: 40px;
    right: 0;
    line-height: 50px;
}

.uk-dotnav>*>* {
    height: 14px;
    width: 14px;
}

.item-page h3 {
    font-size: 23px;
}

.item-page h1 {
    font-size: 40px;
}


/* 
a.grn-btn {
    background: #39b54a none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 2px 2px 0 #043a12;
    color: #fff;
    display: block;
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    margin: 45px auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 184px;
} */

a.grn-btn {
    background: #39b54a;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
    margin: 25px auto 45px auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    position: relative;
    transition: all ease 0.5s;
    min-width: 416px;
    padding-right: 85px;
    padding-left: 20px;
    transform: scale(0.857);
    -webkit-transform: scale(0.857);
    -moz-transform: scale(0.857);
    -ms-transform: scale(0.857);
    -o-transform: scale(0.857);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

a.grn-btn::after {
    position: absolute;
    background: url(../images/gbtn_icon.png) no-repeat;
    content: "";
    right: 3px;
    top: 50%;
    height: 64px;
    width: 64px;
    margin-top: -32px;
    opacity: 0.7;
}

a.grn-btn:hover::after {
    opacity: 1;
}

a.grn-btn:hover,
a.grn-btn:focus {
    background: #288034;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


/* 
.item-page a.grn-btn {
    background: #39b54a none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 2px 2px 0 #043a12;
    color: #ffffff;
    display: block;
    vertical-align: top;
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    margin: 45px auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 214px;
} */

.item-page .uk-slideshow li {
    position: absolute;
}

.in-list>li {
    margin: auto;
}

.accordion div.accordion-heading a span {
    color: #35a8e0;
    font-size: 22px;
    font-weight: bold;
}

.accordion .active div.accordion-heading a span {
    color: #e84c4d;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    border: none;
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: #f3f3f3;
    line-height: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

.rl_sliders.accordion>.accordion-group {
    border-radius: 0;
    border: 1px solid #cccccc;
}

.custom.banner {
    position: relative;
}

.our-t-bann {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.our-t-bann .row {
    position: relative;
}

.our-t-bann .row>img {
    max-width: 160px;
    position: absolute;
    right: 0;
    top: 0;
}

.our-t-bann .row>h2 {
    font-size: 50px;
    line-height: 60px;
    margin: auto;
}

.our-t-bann .row>h5 {
    font-size: 30px;
    font-weight: 300;
    margin: auto;
}

.our-t-bann .row>h2::after {
    background: #35a8e0;
    content: "";
    display: block;
    height: 3px;
    margin: 8px auto;
    width: 182px;
}

.custom.banner>p>img {
    width: 100%;
}

.our-t-bann .row>img {
    height: 160%;
    max-width: 160px;
    position: absolute;
    right: 7%;
    top: -31%;
}

.blg-left a.grn-btn {
    margin: 0;
}

.blg-left>p:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
}

.blg-left>a {
    display: inline-block;
    font-weight: bold;
    margin: 15px 0 0;
    vertical-align: middle;
}

.blg-left a.grn-btn {
    display: inline-block;
    margin: 15px 20px 0 0;
    padding: 0 15px;
    width: auto;
    vertical-align: middle;
}

.droptablesresponsive h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;
    margin: auto;
}

.droptablesresponsive p {
    margin: auto;
}

span.red {
    color: #e84c4d;
}

span.sky {
    color: #35a8e0;
}

span.yellow {
    color: #FFC61B;
}

span.green {
    color: #3BB64B;
}

.ot-blog .blg-left {
    padding: 40px 40px 0;
}

.category-desc.clearfix {
    margin-bottom: 50px;
}

.category-desc.clearfix>p {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.category-desc.clearfix>h4 {
    color: #e84c4d;
    display: inline-block;
    font-size: 30px;
    margin: auto;
    padding-left: 25px;
    vertical-align: middle;
}

.desc-back {
    background: #f3f3f3;
    clear: both;
    margin-top: 50px;
    overflow: hidden;
    padding: 25px 35px;
}

.desc-back>h4 {
    font-size: 22px;
    line-height: 30px;
    margin: auto;
}

.desc-back>p {
    color: #131428;
    font-size: 18px;
    line-height: 22px;
    margin: 6px auto;
}


/*Blog page inner*/

.item-page.inner h5 {
    color: #35a8e0;
    font-size: 18px;
    margin: 30px 0 10px;
}

.item-page.inner {
    margin: auto;
    max-width: 830px;
    padding-right: 0;
}

.list-in-item>li {
    color: #35a8e0;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
}

.list-in-item>li::before {
    background: #35a8e0;
    border-radius: 100%;
    content: "";
    height: 8px;
    left: 12px;
    position: absolute;
    top: 15px;
    width: 8px;
}

#map {
    background: #f3f3f3;
}

.moduletable.rel-article {
    padding: 50px 0 100px;
    text-align: center;
}

.relateditems.rel-article {
    text-align: center;
}

.relateditems.rel-article>li {
    background: #fff;
    border: 2px solid #131428;
    display: inline-block;
    margin: 0 25px;
    vertical-align: top;
    width: 460px;
}

.relateditems.rel-article img {
    border: 2px solid #131428;
    display: inline-block;
    margin-top: -18px;
}

.desc-rel {
    padding: 15px 30px 0;
}

.desc-rel>p {
    color: #999999;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
}

.desc-rel .read-more {
    color: #e84c4d;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.desc-rel .read-more:hover,
.desc-rel .read-more:focus {
    color: #FF5354;
}

.moduletable.rel-article>h3::after {
    background: #35a8e0;
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto auto;
    position: relative;
    width: 75px;
}

.moduletable.rel-article>h3 {
    font-size: 36px;
    margin: auto auto 60px;
}

.inner dl.article-info {
    margin: auto;
}

.inner dl.article-info dd {
    color: #999999;
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    margin: auto;
}

.nsb_container #l1.icons {
    background: #3c599b;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    border-radius: 2px;
    margin-right: 15px;
    padding: 0px 15px;
    vertical-align: middle;
}

.nsb_container #l1.icons img {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.nsb_container #l1.icons:hover,
.nsb_container #l1.icons:focus {
    background: #142f6e;
}

.nsb_container #l3.icons img {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.nsb_container #l3.icons {
    background: #55acee;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    border-radius: 2px;
    padding: 0px 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.nsb_container #l3.icons:hover,
.nsb_container #l1.icons:focus {
    background: #0d7ed5;
}

.nsb_container #l11.icons img {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.nsb_container #l11.icons {
    background: #0065A1;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    border-radius: 2px;
    padding: 0px 15px;
    vertical-align: middle;
}

.nsb_container #l11.icons:hover,
.nsb_container #l1.icons:focus {
    background: #0065A1;
}

.nsb_container {
    padding-top: 30px;
}

.inner .page-header>h2 {
    margin-bottom: 25px;
}

.moduletable.bread-crumb {
    margin: 20px 0;
    text-align: right;
}

.moduletable.bread-crumb li {
    display: inline-block;
    vertical-align: top;
}

.moduletable.bread-crumb li .divider {
    display: none;
}

.breadcrumb li span {
    border-right: 1px solid #131428;
    color: #131428;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 8px 0 4px;
}

.for-mobile {
    display: none;
}

.blog.ot-blog .items-row .item {
    position: relative;
}

.blog.ot-blog .items-row .item .most-popular {
    background: #FFA836;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    right: -100px;
    line-height: 40px;
    padding: 0 92px;
    position: absolute;
    top: 60px;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #131428;
}

.blog.ot-blog .items-row .item .most-popular::before {
    background: rgba(0, 0, 0, 0) url("../images/at.png") no-repeat scroll 0 0;
    bottom: -15px;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    width: 5px;
    z-index: -1;
}

.item-page .list-in-item li {
    line-height: 33px;
    margin: auto;
}

.page-header>h2 {
    margin: auto auto 40px;
}

.left-menu .menu li:first-child {
    border: medium none;
    padding-top: 0;
}

.reqt .contain-b .rsform-block.rsform-block-select-date-groupon-cal .formControlLabel,
.reqt .contain-b .rsform-block.rsform-block-select-date-glide-at-night-cal .formControlLabel,
.reqt .contain-b .rsform-block.rsform-block-select-date-cal .formControlLabel {
    display: block;
    left: 0;
    position: absolute;
    text-align: left;
    top: -36px;
    width: 100%;
}

.item-page ol li::before {
    display: none;
}

.item-page ol li {
    padding: 0;
}

#section-3 {
    margin: auto;
    max-width: 1920px;
}


/*.slick-slide {
    opacity: 1 !important;
}*/


/* 
.box-data>p a.grn-btn {
    display: inline-block;
    margin: 20px auto;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    width: auto;
    z-index: 1;
} */

.moduletable.photo-gallery a {
    display: block;
    background: url(../images/Photo-Gallery.jpg) no-repeat;
    background-size: cover;
    height: 145px;
    font-size: 0;
    width: 100%;
}

.moduletable.youtube-videos a {
    display: block;
    background: url(../images/Youtube-Videos.jpg) no-repeat;
    background-size: cover;
    height: 145px;
    font-size: 0;
    width: 100%;
}

.item-page.typography {
    text-align: center;
}

.item-page.typography .page-header h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0;
}

.item-page.typography .page-header h2::after {
    display: none;
}

a.green-btn {
    background: #39b54a none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 2px 2px 0 #043a12;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    min-width: 184px;
    padding: 0 15px;
}

a.green-btn:hover {
    background: #40cc53;
}

a.red-btn {
    background: #E84C4D;
    min-width: 210px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 15px;
}

a.red-btn:hover {
    background: #FF5354;
    color: #fff;
}

a.blue-btn {
    background: #35a8e0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    min-width: 296px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
}

a.blue-btn:hover {
    background: #3CBDFC;
}

#section-9-1 {
    padding-top: 85px;
}

#section-9-1 .row {
    max-width: 1430px;
}

.hm-testm li .uk-panel {
    height: 100%;
    background: #ffc61b;
    min-height: 437px;
    padding: 40px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hm-testm li .uk-panel h3 {
    margin: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    font-style: italic;
}

.hm-testm li .uk-panel p {
    font-weight: 300;
    font-size: 26px;
    font-style: italic;
    line-height: 31px;
}

.hm-testm li .uk-panel p span,
.hm-testm li .uk-panel p strong {
    font-weight: bold;
}

.hm-testm li .uk-panel p:last-child {
    margin-bottom: 0;
}

.hm-testm li .uk-panel .uk-margin {
    margin: auto !important;
}

.hm-testm li .uk-panel::before {
    content: "";
    width: 52px;
    height: 33px;
    display: block;
    background: url(../images/q3.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 20px;
}

.hm-testm .uk-slideset-nav.uk-dotnav li a {
    background: #131428;
    height: 13px;
    width: 13px;
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.hm-testm .uk-slideset-nav.uk-dotnav li.uk-active a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.hm-testm {
    padding-bottom: 40px;
}

#section-9-1 {
    padding-top: 85px;
    overflow: hidden;
}

#section-9-1 .custom.req-tour-link h3 {
    margin: auto;
}

#section-9-1 .custom.req-tour-link {
    margin: auto;
}

#section-9-1 .moduletable.req-tour-link {
    width: 100%;
    height: auto;
    display: block;
    padding: 46px 0;
    float: none;
    position: relative;
    z-index: 0;
}

#section-9-1 .custom.req-tour-link {
    margin: auto;
    display: flex;
}

#section-9-1 .custom.req-tour-link h3 {
    margin: auto;
    display: inline-block;
    font-size: 40px;
    line-height: 48px;
    font-style: italic;
    vertical-align: top;
    padding: 0 15px;
    color: #fff;
}

#section-9-1 .moduletable.req-tour-link {
    width: 100%;
    height: auto;
    display: block;
    padding: 46px 0;
    float: none;
    position: relative;
}

#section-9-1 .moduletable.req-tour-link::before {
    background: url(../images/pattern.png) repeat;
    position: absolute;
    left: 50%;
    top: 0;
    width: 5000px;
    height: 100%;
    content: "";
    z-index: -1;
    margin-left: -2500px;
    background-position: 0 6px;
}

#section-9-1 .moduletable.req-tour-link::after {
    background: rgb(24, 79, 132);
    background: -moz-linear-gradient(left, rgba(24, 79, 132, 1) 0%, rgba(53, 168, 224, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(24, 79, 132, 1) 0%, rgba(53, 168, 224, 1) 100%);
    background: linear-gradient(to right, rgba(24, 79, 132, 1) 0%, rgba(53, 168, 224, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#184f84', endColorstr='#35a8e0', GradientType=1);
    position: absolute;
    left: 50%;
    top: 0;
    width: 5000px;
    height: 100%;
    content: "";
    z-index: -2;
    margin-left: -2500px;
}

#toursp {
    padding: 0;
    max-width: 1350px;
}


/* tour-inner */

.tour-inner #contain>.row {
    padding: 0;
    max-width: 100%;
}

.tour-inner .lakefirstslide .uk-slider-container {
    /* max-width: 830px; */
    margin: auto;
    overflow: visible;
}

.tour-inner .lakefirstslide {
    overflow: hidden;
}

.tour-inner .uk-slider-container li {
    padding: 0;
    margin: 0;
    position: absolute;
}

.tour-inner .lakefronttrprice {
    background: rgb(53, 168, 224);
    background: -moz-radial-gradient(center, ellipse cover, rgba(53, 168, 224, 1) 17%, rgba(43, 135, 181, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(53, 168, 224, 1) 17%, rgba(43, 135, 181, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(53, 168, 224, 1) 17%, rgba(43, 135, 181, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35a8e0', endColorstr='#2b87b5', GradientType=1);
    position: relative;
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
}

.tour-inner .lakefronttrprice::after {
    background: rgba(0, 0, 0, 0) url("../images/from-tourbg.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 124px;
    top: 0;
    width: 400px;
    background-size: 100% auto;
}

.tour-inner .lakefronttrprice .inprc {
    max-width: 1200px;
    margin: auto;
}

.tour-inner .lakefronttrprice .inprc li {
    padding: 0;
    margin: 0;
    display: flex;
}

.tour-inner .lakefronttrprice .inprc li p {
    margin: 0;
    padding-left: 5px;
}

.tour-inner .uk-slider-container li:before {
    display: none;
}

.tour-inner .lakefronttrprice .inprc li:before {
    display: none;
}

.tour-inner .lakefronttrprice .inprc h3 {
    color: #131428;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 35px 0;
    text-align: center;
}

.tour-inner .lakefronttrprice .inprc h3 span {
    color: #FFC61B;
}

.tour-inner .lakefronttrprice .inprc>p:last-child {
    margin: 0;
    clear: both;
    text-align: center;
}

.tour-inner .lakefronttrprice .inprc>p a {
    background: #ff292a;
    min-width: 210px;
    padding: 0 30px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    margin: 40px 0 -30px 0;
    position: relative;
    z-index: 1;
}

.tour-inner .lakefronttrprice .inprc>p a:focus,
.tour-inner .lakefronttrprice .inprc>p a:hover {
    background: #e02425;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tour-inner .tourinfo>h3,
.glideintro>h3 {
    background: #f5f4f5;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 25px;
    padding-top: 103px;
    position: relative;
}

.tour-inner .tourinfo>h3 {
    font-weight: 700;
    font-style: italic;
}

.tour-inner .tourinfo>h3:before,
.glideintro>h3::before {
    content: "";
    background: url(../images/str.png) no-repeat;
    height: 45px;
    width: 48px;
    position: absolute;
    left: 50%;
    background-size: auto 45px;
    top: 32px;
    margin-left: -24px;
}

.tour-inner .tourinfo_desc {
    overflow: hidden;
    max-width: 1115px;
    padding: 30px 15px 0 15px;
    text-align: center;
    margin: auto;
}

.tour-inner .tourinfo_desc p span.red {
    font-style: italic;
}

.tour-inner .hightour {
    background: #35a8e0;
}

.tour-inner .hightour .row>div {
    width: 50%;
    float: left;
    position: relative;
    padding: 10px 50px;
}

.tour-inner .hightour .row>div:first-child {
    padding-left: 0;
}

.tour-inner .hightour .row>div:last-child {
    padding-right: 0;
    border-left: solid 1px #fff;
}

.tour-inner .hightour .row:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

.tour-inner .hightour .row {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tour-inner .hightour {
    overflow: hidden;
}

.tour-inner .hightour .row::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -130px;
    background: url(../images/drivep.png) no-repeat;
    width: 110px;
    height: 313px;
    display: block;
}

.tour-inner .hightour .row>div h4 {
    color: #fff;
    margin: 0 0 30px 0;
}

.tour-inner .hightour .row>div li::before {
    background: #fff;
    border: solid 2px #35a8e0;
    width: 10px;
    height: 10px;
    z-index: 1;
}

.tour-inner .hightour .row>div li::after {
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 10px;
    z-index: 0;
    content: "";
    z-index: 0;
    border-radius: 100%;
}

.tour-inner .hightour .row>div li {
    margin: 0;
    font-weight: 600;
}

.tour-inner .desctour {
    max-width: 1010px;
    padding: 40px 15px 40px 15px;
    margin: auto;
}

.tour-inner .desctour h4 {
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 30px;
    max-width: 580px;
    color: #131428;
}

.tour-inner .desctour ul li {
    margin: auto;
}

.tour-inner .desctour ul li::before {
    background: #131428;
    width: 10px;
    height: 10px;
    z-index: 1;
    border: solid 2px #fff;
}

.tour-inner .desctour ul li::after {
    width: 14px;
    height: 14px;
    background: #131428;
    position: absolute;
    left: 4px;
    top: 10px;
    z-index: 0;
    content: "";
    z-index: 0;
    border-radius: 100%;
}

.tour-inner .desctour h5 {
    font-size: 23px;
    line-height: 30px;
    margin: 20px 0;
}

.tour-inner .desctour .thcl {
    overflow: hidden;
}

.tour-inner .desctour a.grn-btn {
    margin-bottom: 20px;
}

.tour-inner .desctour .thcl li {
    width: 33.33%;
    float: left;
}

.tour-inner .desctour .thcl li:nth-child(3n+1) {
    clear: both;
}

.tour-inner .ftrslideset {
    background: #f5f4f5;
    padding: 40px 0 0;
}

.tour-inner .ftrslideset .uk-slidenav-position .uk-slidenav {
    background: transparent;
}

.groupon .ftrslideset .uk-slidenav-position .uk-slidenav {
    background: none;
}

.tour-inner .ftrslideset li {
    padding: 0;
    margin: 0;
}

.tour-inner .ftrslideset li:before {
    display: none;
}

.tour-inner .ftrslideset .uk-slidenav-position.uk-margin {
    margin: 0;
}

.tour-inner .ftrslideset .uk-slideset-nav.uk-dotnav {
    margin: 0 !important;
    padding: 20px 0 !important;
}

.tour-inner .ftrslideset .uk-slideset-nav.uk-dotnav li {
    padding: 0 5px;
}

.tour-inner .ftrslideset .uk-slideset-nav.uk-dotnav li a {
    background: #131428;
    height: 7px;
    width: 7px;
    transform: scale(1);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tour-inner .ftrslideset .uk-slideset-nav.uk-dotnav li.uk-active a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tour-inner .popfeat {
    background: #131428;
    color: #fff;
}

.tour-inner .tourinfo {
    position: relative;
}

.tour-inner .tourinfo::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ptnl.png) no-repeat;
    pointer-events: none;
    background-size: 2740px 1207px;
    background-position: center -120px;
}

.tour-inner .popfeat .row {
    padding: 45px 15px 35px 15px !important;
    text-align: center;
}

.tour-inner .popfeat .row h3 {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0 0;
    font-size: 22px;
    line-height: 27px;
    padding: 19px 50px 19px 50px;
    position: relative;
}

.tour-inner .popfeat .grn-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.tour-inner .popfeat .row h3::before {
    position: absolute;
    content: "";
    background: url(../images/tx_icons.png) no-repeat;
    left: 0;
    top: 16px;
    height: 32px;
    width: 35px;
    display: block;
    background-size: auto 32px;
}

.tour-inner .popfeat .row h3.addpop::before {
    background-position: -72px 0px;
}

.tour-inner .popfeat .row h3.popage::before {
    background-position: -150px 0px;
}

.tour-inner .popfeat .row h3.popwgt::before {
    background-position: -237px 0px;
}

.tour-inner .popfeat .row h3.poprate::before {
    background-position: -333px 0px;
}

.tour-inner .popfeat .row h3.poptime::before {
    background-position: -437px 0px;
}

.tour-inner .popfeat .row h3.pophrs::before {
    background-position: -543px 0px;
}

.tour-inner .tourtesti {
    max-width: 1430px;
    padding: 30px 15px 0;
    width: 100%;
    margin: auto;
}

.tour-inner .tourtesti li::before {
    display: none;
}

.tour-inner .tourtesti li {
    margin: 0;
}

.tour-inner .tourtesti .hm-testm {
    padding-bottom: 30px;
}

.tour-inner .tourtable {
    background: #f5f4f5;
    padding-bottom: 100px;
    padding-top: 50px;
}

.tour-inner .tourtable>h3 {
    font-size: 36px;
    line-height: 43px;
    margin: auto auto 40px auto;
    text-align: center;
}

.tour-inner .tourtesti .hm-testm .uk-slideset-nav {
    margin-top: 30px !important;
}

.tour-inner .grnpric {
    background: #131428;
    padding: 50px 15px 46px 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
}

.tour-inner .grnpric h5 {
    color: #fff;
    font-size: 23px;
    margin: auto;
    line-height: 30px;
}

.tour-inner .grnpric h4 {
    font-size: 27px;
    line-height: 30px;
    margin: 0;
    color: #ffc61b;
}

.tour-inner .grnpric .grn-btn {
    margin-bottom: auto;
}

.tour-inner .tuterms {
    background: #fafafa url(../images/ptnl.png) no-repeat;
    background-size: 2740px 1207px;
    background-position: center -120px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.tour-inner .tuterms .moduletable {
    max-width: 960px;
    margin: auto;
    padding: 0 15px;
}

.tour-inner .tuterms .moduletable h3 {
    text-align: center;
    margin: auto auto 30px auto;
    font-size: 28px;
    line-height: 30px;
}

.item-page.tour-inner {
    padding: 0;
}

.tour-inner .moduletable.reqinnertourmod {
    background: #35a8e0;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}

.tour-inner .moduletable.reqinnertourmod .custom.reqinnertourmod {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}

.tour-inner .moduletable.reqinnertourmod .custom.reqinnertourmod p {
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
}

.tour-inner .moduletable.reqinnertourmod .custom.reqinnertourmod p i {
    text-decoration: underline;
}

.tour-inner .moduletable.hm-eff-boxes h3 {
    text-align: center;
    margin: auto auto 55px auto;
    font-size: 36px;
    line-height: 46px;
}

.tour-inner .moduletable.hm-eff-boxes {
    overflow: hidden;
    background: #fff;
    padding-top: 50px;
}

.tour-inner .moduletable.hm-eff-boxes h3::after {
    background: #35a8e0;
    width: 100px;
    height: 3px;
    display: block;
    margin: 10px auto auto auto;
    content: "";
}

.tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes {
    overflow: hidden;
}

.tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 {
    width: 33.33%;
}

a.blkbtn {
    background: #131428;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
    margin: auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    position: relative;
    transition: all ease 0.5s;
    min-width: 416px;
    padding-right: 85px;
    padding-left: 20px;
    transform: scale(0.857);
    -webkit-transform: scale(0.857);
    -moz-transform: scale(0.857);
    -ms-transform: scale(0.857);
    -o-transform: scale(0.857);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

a.blkbtn::after {
    position: absolute;
    background: url(../images/gbtn_icon.png) no-repeat;
    content: "";
    right: 3px;
    top: 50%;
    height: 64px;
    width: 64px;
    margin-top: -32px;
    opacity: 0.7;
}

a.blkbtn:hover::after {
    opacity: 1;
}

a.blkbtn:hover,
a.blkbtn:focus {
    background: #131428;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data>h4 {
    font-size: 28px;
    line-height: 36px;
}

.tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data .grn-btn {
    margin-bottom: 25px;
    margin-top: 15px;
}

.tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data .on-hvr>p {
    line-height: 26px;
    font-size: 18px;
    margin: 15px 0;
}

.tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data .on-hvr {
    padding: 0px 15px 0 15px;
    left: 50%;
    max-width: 496px;
    width: 100%;
    margin-left: -248px;
}

.alltbl.row::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 0;
}

.alltbl.row {
    padding: 0 !important;
}

.alltbl.row>div {
    width: 100%;
    float: left;
    max-width: 20%;
    margin: 0 2.5%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.alltbl.row>div:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
    margin: -15px 2.5%;
}

.alltbl.row>div:hover>div {
    padding: 30px 15px;
}

.alltbl.row>div.tbl1 h5 {
    background: #35a8e0;
}

.alltbl.row>div.tbl2 h5 {
    background: #f6940a;
}

.alltbl.row>div.tbl3 h5 {
    background: #39b54a;
}

.alltbl.row>div.tbl4 h5 {
    background: #ffc619;
}

.alltbl.row>div.tbl1>div {
    border-bottom: solid 5px #35a8e0;
}

.alltbl.row>div.tbl2>div {
    border-bottom: solid 5px #f6940a;
}

.alltbl.row>div.tbl3>div {
    border-bottom: solid 5px #39b54a;
}

.alltbl.row>div.tbl4>div {
    border-bottom: solid 5px #ffc619;
}

.alltbl.row>div>div {
    background: #fff;
    transition: all ease 0.5s;
    padding: 15px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.alltbl.row>div h5 {
    text-align: center;
    font-size: 50px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 30px 0;
}

.alltbl.row>div h5 span {
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
    text-decoration: line-through;
}

.alltbl.row>div h5 br {
    display: none;
}

.alltbl.row>div div p {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.alltbl.row>div>div .star {
    text-align: center;
    font-size: 30px;
    line-height: 10px;
    margin-top: 10px;
}

.alltbl.row>div>div .star span {
    display: inline-block;
    vertical-align: top;
    line-height: 10px;
    color: #e84c4d;
}

.alltbl.row>div>div .star span:nth-child(2) {
    color: #35a8e0;
}

.alltbl.row>div>div li {
    margin: 0;
    padding-left: 20px;
}

.alltbl.row>div>div li::before {
    background: #131428;
    height: 4px;
    width: 4px;
}

.alltbl.row>div>div li strong {
    position: absolute;
    left: 17px;
    top: 0;
    font-size: 18px;
    line-height: 28px;
}

.alltbl.row>div>div li {
    margin: 0;
    padding-left: 167px;
    font-size: 16px;
    line-height: 30px;
}

.moduletable.hm-vidd {
    max-height: 850px;
    overflow: hidden;
    position: relative;
}

.moduletable.hm-vidd video {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    min-height: 1071px;
    max-height: 1071px;
    object-fit: cover;
}

.moduletable.hm-vidd .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.moduletable.hm-vidd .desc .row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.moduletable.hm-vidd .desc .row h3 {
    color: #fff;
    font-size: 90px;
    margin: 0;
    font-family: rockwell, sans-serif;
    font-weight: 900;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}

.moduletable.hm-vidd .desc .row h3 span {
    display: block;
    color: #ffc61b;
    font-size: 90px;
    font-weight: 900;
}

.moduletable.hm-vidd .desc .row p {
    font-size: 36px;
    color: #fff;
    margin: 0 0;
    font-family: 'AusthinaBrushCalligraphyScratch';
    line-height: 80px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.downarrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -15px;
    width: 15px;
    height: 15px;
    z-index: 1;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    display: block;
}

.downarrow:before {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.tour-inner #bottom,
.tour-inner #footer {
    display: none;
}

.tour-inner #map {
    border-bottom: 0px solid #131428;
}

.backtotop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #35A8E0;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    padding: 0 15px;
}

.backtotop span {
    vertical-align: top;
    display: inline-block;
    margin: -1px 0 0 6px;
}


/* .backtotop::after {
    content: "Back to Top";
    position: absolute;
    right: -89px;
    font-size: 14px;
    top: 0;
    color: #fff;
} */

.backtotop:hover {
    background: rgba(53, 168, 224, 0.8);
    color: #fff;
}

.glidenight .moduletable.bread-crumb {
    display: none;
}

.glidenight .alltbl.row>div,
.groupon .alltbl.row>div {
    float: none;
    margin: auto;
}

.glidenight .alltbl.row>div h5 {
    background: #9E30D1;
}

.glidenight .alltbl.row>div.tbl1>div {
    border-bottom: solid 5px #9E30D1;
}

.glidenight .alltbl.row>div h5 span {
    text-decoration: line-through;
}

.groupon .tour-inner .tourinfo_desc i {
    text-decoration: underline;
}

.groupon .alltbl.row>div.tbl1>div p {
    text-transform: none;
}

.groupon .alltbl.row>div.tbl1 h5 span {
    text-decoration: line-through;
}

.tour-inner .uk-grid>div .uk-panel img {
    height: auto;
}

.ot-blog #contain>.row {
    padding: 0;
    max-width: 100%;
}

.ot-blog .moduletable.bread-crumb {
    display: none;
}

.blog.ot-blog {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.blog.ot-blog>h2 {
    background: #f5f4f5;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 25px;
    padding-top: 103px;
    position: relative;
    display: block;
}

.blog.ot-blog>h2::after {
    display: none;
}

.blog.ot-blog>h2::before {
    content: "";
    background: url(../images/str.png) no-repeat;
    height: 45px;
    width: 48px;
    position: absolute;
    left: 50%;
    background-size: auto 45px;
    top: 32px;
    margin-left: -24px;
}

.blog.ot-blog .category-desc {
    margin: 0;
}

.blog.ot-blog .category-desc .desc-back {
    background: none;
    text-align: center;
    margin: auto;
    padding: 40px 0;
    max-width: 1150px;
    width: 100%;
}

.blog.ot-blog .category-desc .desc-back h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 40px;
    font-style: italic;
}

.blog.ot-blog .category-desc .desc-back p {
    margin: 0;
    line-height: 30px;
}

.blog.ot-blog .category-desc .desc-back p span {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    margin-top: 35px;
}

.blog.ot-blog .category-desc>p {
    display: block;
}

.blog.ot-blog .category-desc>p img {
    margin: auto;
}

.blog.ot-blog .category-desc>h4 {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 35px auto;
}

.blog.ot-blog .blogs .items-row {
    margin-bottom: 40px;
    padding: 40px 0;
    background: #F5F4F5;
}

.blog.ot-blog .blogs .items-row .item {
    border: 0;
    display: flex;
    overflow: hidden;
}


/* .blog.ot-blog .blogs .items-row:nth-child(2n+1) .item {
    background: url("../images/sky-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
} */

.blog.ot-blog .blogs .items-row .item {
    background: url("../images/grey-bg2.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}


/* .blog.ot-blog .blogs .items-row:first-child .item {
    background-position: -1140px 0;
}

.blog.ot-blog .blogs .items-row:nth-child(3) .item {
    background-position: -860px 0;
} */


/* 
.blog.ot-blog .blogs .items-row:last-child .item {
    background: url("../images/dark-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
} */

.blog.ot-blog .blogs .items-row:nth-child(2n) {
    padding: 0;
}

.blog.ot-blog .blogs .items-row .blg-intro-img {
    position: relative;
    right: auto;
    max-width: 50%;
    width: 100%;
    border: 0;
    top: auto;
    float: left;
}

.blog.ot-blog .blogs .items-row .blg-left {
    max-width: 50%;
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: right;
}

.blog.ot-blog .blogs .items-row .blg-intro-img .item-image {
    width: 100%;
}

.blog.ot-blog .blogs .items-row .blg-intro-img img {
    min-height: auto;
    max-height: none;
    width: 100%;
}

.blog.ot-blog .blogs .items-row:nth-child(2n+1) .item .blg-intro-img {
    order: 2;
}

.blog.ot-blog .blogs .items-row:nth-child(2n+1) .item .blg-left {
    order: 1;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt {
    max-width: 670px;
    width: 100%;
    float: right;
    padding: 0 130px 0 25px;
    margin-right: 0;
    margin-left: auto;
}

.blog.ot-blog .blogs .items-row:nth-child(2n) .blg-left .blg-inn-cnt {
    margin-left: 0;
    margin-right: auto;
}

.blog.ot-blog .blogs .items-row:nth-child(2n) .blg-left {
    justify-content: left;
    padding-left: 50px;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .page-header {
    margin: 0;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .page-header h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 30px;
    font-style: italic;
}

.blog.ot-blog .blogs .items-row .blg-intro-img a.grn-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) scale(0.857);
    -webkit-transform: translateX(-50%) scale(0.857);
    -moz-transform: translateX(-50%) scale(0.857);
    -ms-transform: translateX(-50%) scale(0.857);
    -o-transform: translateX(-50%) scale(0.857);
}

.blog.ot-blog .blogs .items-row .blg-intro-img a.grn-btn:hover {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
}

.blog.ot-blog .blogs .items-row:nth-child .blg-left h2,
.blog.ot-blog .blogs .items-row:nth-child(2) .blg-left h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 35px;
    color: #131428;
}

.blog.ot-blog .blogs .items-row:last-child .blg-left h2 {
    text-align: center;
}

.blog.ot-blog .blogs .items-row:nth-child(2) .blg-left .page-header {
    display: none;
}


/* .blog.ot-blog .blogs .items-row:nth-child(2n+1) .blg-left h2 a,
.blog.ot-blog .blogs .items-row:last-child .blg-left h2 a {
    color: #fff;
} */

.blog.ot-blog .blogs .items-row:nth-child(2) .blg-left h3 a {
    color: #131428;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-style: italic;
}

.blog.ot-blog .blogs .items-row .blg-left p {
    margin: 0 0 35px;
    /* color: #fff; */
    font-size: 16px;
    line-height: 26px;
}

.blog.ot-blog .blogs .items-row:nth-child(2n) .blg-left p {
    color: #131428;
}


/* .blog.ot-blog .blogs .items-row:last-child .blg-left p {
    color: #fff;
} */

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt>a {
    background: #ff292a;
    min-width: 300px;
    padding: 0 30px;
    line-height: 51px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    position: relative;
    z-index: 1;
}


/* .blog.ot-blog .blogs .items-row:nth-child(2) .blg-left .blg-inn-cnt>a,
.blog.ot-blog .blogs .items-row:nth-child(3) .blg-left .blg-inn-cnt>a {
    background: rgba(19, 20, 40, 0.1);
} */


/* .blog.ot-blog .blogs .items-row:last-child .blg-left .blg-inn-cnt>a {
    background: rgba(255, 255, 255, 0.1);
} */


/* .blog.ot-blog .blogs .items-row:nth-child(2) .blg-left .blg-inn-cnt>a {
    color: #E84C4D;
} */

.blog.ot-blog .blogs .items-row:nth-child(2) .blg-left .blg-inn-cnt>a:hover {
    color: #fff;
}

.blog.ot-blog .blogs .items-row:nth-child(2) .blg-left .blg-inn-cnt>a::after {
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.blog.ot-blog .blogs .items-row:nth-child(2) .blg-left .blg-inn-cnt>a:hover::after {
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt>a::after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    margin-left: 20px;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt>a:hover {
    background: #e02425;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.blog.ot-blog .blogs .items-row .blg-left em {
    font-style: normal;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt>a {
    margin-left: -15px;
    margin-bottom: 35px;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns a.grn-btn {
    text-align: left;
    padding: 0 15px 0 30px;
    min-width: 385px;
    margin-top: 0;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns a.grn-btn:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns p {
    margin: 0 0 0 -30px;
    float: left;
}

.blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns::after {
    content: "";
    clear: both;
    display: block;
}

#spinnaker-modal-0 #spinnaker-modal-close {
    right: 21%;
    top: 40px;
}

a.untxt {
    font-style: italic;
    text-decoration: underline;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

a.untxt:hover {
    font-size: 24px;
}

.corgrid>div .uk-panel a.uk-button {
    background: #ff292a;
    min-width: 300px;
    padding: 0 30px;
    line-height: 51px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    position: relative;
    z-index: 1;
    border: 0 !important;
}

.corgrid>div .uk-panel a.uk-button::after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    margin-left: 20px;
}

.corgrid>div .uk-panel a.uk-button:hover {
    background: #e02425;
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.corgrid>div .uk-panel a.uk-button:hover::after {
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.corgrid>div .uk-panel .uk-panel-teaser img {
    height: 300px;
}

.corgrid>div .uk-panel .uk-margin {
    min-height: 205px;
}

.item-page.segway-demand div[itemprop="articleBody"] p:first-child {
    color: #FFC61B;
    font-size: 38px;
    font-weight: 700;
}

.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-capthca .grecaptcha-badge {
    transform: scale(0.7);
    margin-left: 0;
    display: inline-block;
}

.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-capthca,
.cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit {
    text-align: center;
}

.pg_gal>div {
    display: none;
    margin-bottom: 35px;
    margin-top: 0;
}

.pg_gal>div .uk-panel-teaser .uk-overlay {
    width: 100%;
}

.pg_gal>div .uk-panel-teaser .uk-overlay img {
    width: 100%;
}

.ldmorae {
    text-align: center;
    padding-top: 20px;
}

.ldmorae #loadaa {
    background: #35a8e0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    min-width: 296px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
}

.ldmorae #loadaa:hover {
    background: #3CBDFC;
}

.item-page.glidenight .uk-grid>div .uk-panel .uk-margin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.item-page.glidenight .uk-grid>div .uk-panel .uk-margin a.modal_link {
    background-image: url("../images/play_icon.svg");
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
    padding-left: 60px;
    background-size: 24px 24px;
    background-position: 18px center;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 8px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding-right: 18px;
    border: 1px solid #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.item-page.glidenight .uk-grid>div .uk-panel .uk-margin a.modal_link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
}

body.aboutusnew #contain>.row {
    max-width: 100%;
    padding: 0;
}

.item-page.aboutusnew .aboutinfo>h3 {
    background: #f5f4f5;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 25px;
    padding-top: 103px;
    position: relative;
    display: block;
}

.item-page.aboutusnew .aboutinfo>h3::before {
    content: "";
    background: url(../images/str.png) no-repeat;
    height: 45px;
    width: 48px;
    position: absolute;
    left: 50%;
    background-size: auto 45px;
    top: 32px;
    margin-left: -24px;
}

.aboutpara {
    background: url(../images/aboutbg1.png) no-repeat;
    background-size: 1386px 814px;
    background-position: left;
    padding: 55px 0 50px;
}

.aboutpara>div {
    max-width: 1111px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

.aboutpara>div p {
    margin: 0 0 45px;
}

.aboutpara>div p:last-child {
    margin: 0;
}

.item-page.aboutusnew .popfeat {
    background: #131428;
    padding: 10px 0 25px;
}

.item-page.aboutusnew .popfeat>.row {
    max-width: 1110px;
}

.item-page.aboutusnew .popfeat h4 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
}

.item-page.aboutusnew .popfeat p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.item-page.aboutusnew .popfeat p br {
    display: none;
}

.item-page.aboutusnew .aboutattrac {
    background: #35a6de;
    padding: 60px 0;
}

.item-page.aboutusnew .aboutattrac h4 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    padding-left: 85px;
}

.item-page.aboutusnew .aboutattrac ul {
    padding-left: 85px;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
}

.item-page.aboutusnew .aboutattrac ul li {
    max-width: 33.33%;
    width: 100%;
    float: left;
    padding-left: 35px;
    color: #131428;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.item-page.aboutusnew .aboutattrac ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/bullet.svg") no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.item-page.aboutusnew .expcom,
.item-page.segwaydemaprivtour .expcom {
    padding: 60px 0;
}

.item-page.aboutusnew .expcom h4,
.item-page.segwaydemaprivtour .expcom h4 {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    color: #131428;
}

.item-page.segwaydemaprivtour .expcom h4 {
    max-width: 1042px;
}

.item-page.aboutusnew .expcom p,
.item-page.segwaydemaprivtour .expcom p {
    margin: 0 auto 15px;
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.item-page.segwaydemaprivtour .expcom p {
    max-width: 920px;
}

.item-page.aboutusnew .expcom p a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.item-page.aboutusnew .expcom p a:hover {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.item-page.aboutusnew .expcom p span,
.item-page.segwaydemaprivtour .expcom p span {
    color: #e64c4d;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.item-page.aboutusnew .expcom p span:hover,
.item-page.segwaydemaprivtour .expcom p span:hover {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.item-page.segwaydemaprivtour .expcom p a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.item-page.segwaydemaprivtour .expcom p a:hover {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.item-page.aboutusnew .expcom h5 {
    background: url("../images/rib.png") no-repeat;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-style: italic;
    background-position: top center;
    max-width: 958px;
    margin: 30px auto;
    padding-bottom: 35px;
    text-align: center;
    padding-top: 8px;
}

.item-page.segwaydemaprivtour .expcom h5 {
    text-align: center;
    color: #e64c4d;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-style: italic;
}

.item-page.aboutusnew {
    padding: 0;
}

body.segwayondemandnew #contain>.row {
    max-width: 100%;
    padding: 0;
}

.item-page.segwayondemandnew>.page-header h2 {
    background: #f5f4f5;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 25px;
    padding-top: 103px;
    position: relative;
}

.item-page.segwayondemandnew>.page-header h2::before {
    content: "";
    background: url(../images/str.png) no-repeat;
    height: 45px;
    width: 48px;
    position: absolute;
    left: 50%;
    background-size: auto 45px;
    top: 32px;
    margin-left: -24px;
}

.item-page.segwayondemandnew>.page-header h2::after {
    display: none;
}

.item-page.segwayondemandnew {
    padding-bottom: 60px;
}

.item-page.segwayondemandnew .gridondema .uk-grid,
.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel-teaser {
    margin: 0;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div {
    padding: 0;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel-teaser .uk-overlay {
    max-width: none;
    width: 100%;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel-teaser img {
    width: 100%;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel {
    position: relative;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin {
    margin: 0;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin a {
    background: #ff292a;
    min-width: 300px;
    padding: 0 30px;
    line-height: 51px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    position: relative;
    z-index: 1;
    border: 0 !important;
    margin-top: 60px;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin a::after {
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    margin-left: 20px;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin a:hover {
    background: #e02425;
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel-teaser {
    position: relative;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div:hover .uk-panel-teaser::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 12px solid #35a6de;
    z-index: 2;
}

.item-page.segwayondemandnew .gridondema .uk-grid>div:hover .uk-panel-teaser::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

body.segwayondemandnew .moduletable.reqinnertourmod {
    background: #35a6de;
    padding: 60px 0;
    text-align: center;
}

body.segwayondemandnew .moduletable.reqinnertourmod p {
    max-width: 1015px;
    margin: auto;
    width: 100%;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
}

body.segwayondemandnew .moduletable.reqinnertourmod p a.blkbtn {
    margin-top: 40px;
}

body.segwaydemaprivtour #contain>.row {
    max-width: 100%;
    padding: 0;
}

.item-page.segwaydemaprivtour .aboutinfo h3 {
    background: #f5f4f5;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 25px;
    padding-top: 103px;
    position: relative;
}

.item-page.segwaydemaprivtour .aboutinfo h3::before {
    content: "";
    background: url(../images/str.png) no-repeat;
    height: 45px;
    width: 48px;
    position: absolute;
    left: 50%;
    background-size: auto 45px;
    top: 32px;
    margin-left: -24px;
}

.item-page.segwaydemaprivtour .aboutattrac {
    background: #35a6de;
    padding: 60px 0;
}

.item-page.segwaydemaprivtour .aboutattrac h4 {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    max-width: 410px;
    width: 100%;
    float: left;
    margin: 0 100px 0 85px;
}

.item-page.segwaydemaprivtour .aboutattrac .row {
    overflow: hidden;
}

.item-page.segwaydemaprivtour .aboutattrac ul {
    float: left;
    width: 100%;
    max-width: 770px;
}

.item-page.segwaydemaprivtour .aboutattrac ul li {
    color: #131428;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    float: left;
    max-width: 68%;
    width: 100%;
    margin: 0;
}

.item-page.segwaydemaprivtour .aboutattrac ul li:nth-child(2n+1) {
    max-width: 32%;
}

.item-page.segwaydemaprivtour .aboutattrac ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url("../images/bullet.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.item-page.segwaydemaprivtour .popfeat {
    background: #131428;
    text-align: center;
    padding: 60px 0 20px;
}

.item-page.segwaydemaprivtour .popfeat>.row {
    max-width: 1150px;
}

.item-page.segwaydemaprivtour .popfeat h4 {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 40px;
}

.item-page.segwaydemaprivtour .popfeat p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 40px;
}

.item-page.segwaydemaprivtour ul.uk-slideset,
.item-page.corporatetoursnew ul.uk-slideset,
.item-page.aboutusnew .abtbtmbann .uk-slideset {
    margin: 0;
}

.item-page.segwaydemaprivtour ul.uk-slideset li,
.item-page.corporatetoursnew ul.uk-slideset li,
.item-page.aboutusnew .abtbtmbann .uk-slideset li {
    padding: 0;
    margin: 0;
}

.item-page.segwaydemaprivtour ul.uk-slideset li::before,
.item-page.corporatetoursnew ul.uk-slideset li::before,
.item-page.aboutusnew .abtbtmbann .uk-slideset li::before {
    display: none;
}

.item-page.corporatetoursnew ul.uk-slideset li .uk-panel-teaser img,
.item-page.aboutusnew .abtbtmbann .uk-slideset li .uk-panel-teaser img {
    min-height: 432px;
}

.item-page.segwaydemaprivtour,
.item-page.corporatetoursnew {
    padding: 0;
}

.item-page.segwaydemaprivtour ul.uk-dotnav,
.item-page.corporatetoursnew ul.uk-dotnav {
    margin: 25px 0 !important;
}

.item-page.segwaydemaprivtour ul.uk-dotnav li,
.item-page.corporatetoursnew ul.uk-dotnav li,
.item-page.aboutusnew ul.uk-dotnav li {
    margin: 0;
    padding-left: 15px;
}

.item-page.aboutusnew ul.uk-dotnav li {
    visibility: visible;
}

.item-page.segwaydemaprivtour ul.uk-dotnav li::before,
.item-page.corporatetoursnew ul.uk-dotnav li::before,
.item-page.aboutusnew ul.uk-dotnav li::before {
    display: none;
}

.item-page.segwaydemaprivtour .uk-slidenav-position,
.item-page.corporatetoursnew .uk-slidenav-position {
    margin: 0;
}

.item-page.segwaydemaprivtour .uk-slidenav-position,
.item-page.corporatetoursnew .uk-slidenav-position {
    padding: 45px 0 60px;
    background: #f3f2f3;
    margin-bottom: -6px;
}

.item-page.segwaydemaprivtour ul.uk-dotnav,
.item-page.corporatetoursnew ul.uk-dotnav {
    margin: 0 !important;
    position: relative;
    top: -25px;
}

.item-page.segwaydemaprivtour ul.uk-dotnav li a,
.item-page.corporatetoursnew ul.uk-dotnav li a,
.item-page.aboutusnew ul.uk-dotnav li a {
    width: 7px;
    height: 7px;
    background: rgba(19, 20, 40, 0.5);
}

.item-page.segwaydemaprivtour ul.uk-dotnav li.uk-active a,
.item-page.corporatetoursnew ul.uk-dotnav li.uk-active a,
.item-page.aboutusnew ul.uk-dotnav li.uk-active a {
    background: rgba(19, 20, 40, 1);
}

body.corporatetoursnew #contain>.row {
    max-width: 100%;
    padding: 0;
}

.item-page.corporatetoursnew .aboutinfo h3 {
    background: #f5f4f5;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 25px;
    padding-top: 103px;
    position: relative;
}

.item-page.corporatetoursnew .aboutinfo h3::before {
    content: "";
    background: url(../images/str.png) no-repeat;
    height: 45px;
    width: 48px;
    position: absolute;
    left: 50%;
    background-size: auto 45px;
    top: 32px;
    margin-left: -24px;
}

.item-page.corporatetoursnew .aboutattrac {
    background: #35a6de;
    text-align: center;
    padding: 60px 0 10px;
}

.item-page.corporatetoursnew .aboutattrac h4 {
    max-width: 955px;
    width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto 55px;
}

.item-page.corporatetoursnew .aboutattrac p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    max-width: 1081px;
    width: 100%;
    margin: 0 auto 50px;
}

.item-page.corporatetoursnew .popfeat {
    background: #131428;
    text-align: center;
    padding: 60px 0 0;
}

.item-page.corporatetoursnew .popfeat h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    max-width: 730px;
    width: 100%;
    margin: 0 auto 50px;
}

.item-page.corporatetoursnew .popfeat p {
    color: #fff;
    max-width: 795px;
    width: 100%;
    margin: auto;
}

.item-page.corporatetoursnew .popfeat p a {
    color: #fff;
    text-decoration: underline;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.item-page.corporatetoursnew .popfeat p a:hover,
.item-page.corporatetoursnew .popfeat p span:hover {
    font-size: 24px;
    font-weight: 700;
}

.item-page.corporatetoursnew .popfeat p span {
    text-decoration: underline;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.item-page.corporatetoursnew .popfeat a.blue-btn {
    text-decoration: none;
    background: #35a6de;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 70px;
    margin: 45px auto 45px auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    position: relative;
    transition: all ease 0.5s;
    min-width: 416px;
    transform: scale(0.857);
    -webkit-transform: scale(0.857);
    -moz-transform: scale(0.857);
    -ms-transform: scale(0.857);
    -o-transform: scale(0.857);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    padding-right: 85px;
    padding-left: 20px;
}

.item-page.corporatetoursnew .popfeat a.blue-btn::after {
    position: absolute;
    background: url(../images/gbtn_icon.png) no-repeat;
    content: "";
    right: 3px;
    top: 50%;
    height: 64px;
    width: 64px;
    margin-top: -32px;
    opacity: 0.7;
}

.item-page.corporatetoursnew .popfeat a.blue-btn:hover,
.item-page.corporatetoursnew .popfeat a.blue-btn:focus {
    background: #35a6de;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

body.aboutusnew #map,
body.aboutusnew #bottom,
body.aboutusnew #footer,
body.segwaydemaprivtour #map,
body.segwaydemaprivtour #bottom,
body.segwaydemaprivtour #footer,
body.corporatetoursnew #map,
body.corporatetoursnew #bottom,
body.corporatetoursnew #footer {
    display: none;
}

.item-page.aboutusnew .abtbtmbann {
    padding: 45px 0 60px;
    background: #f3f2f3;
}

.item-page.aboutusnew .abtbtmbann .uk-slidenav-position {
    margin: 0;
}

.item-page.aboutusnew ul.uk-dotnav {
    display: none;
    position: relative;
    top: 5px;
}

.item-page.segwaydemaprivtour .uk-slidenav-position .uk-slidenav {
    display: none !important;
}

.reqt .rsform-block.rsform-block-submit2 .rsform-button {
    border-radius: 25px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.reqt .rsform-block.rsform-block-submit2 .rsform-button:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


/* small moniter */

@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    .item-page.segwaydemaprivtour .aboutattrac h4 {
        margin: 0;
    }
    .item-page.corporatetoursnew .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
    }
    .item-page.corporatetoursnew ul.uk-slideset li .uk-panel-teaser img,
    .item-page.aboutusnew .abtbtmbann .uk-slideset li .uk-panel-teaser img {
        min-height: 303px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .item-page.aboutusnew .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
    }
    .item-page.corporatetoursnew .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
    }
    .item-page.corporatetoursnew ul.uk-slideset li .uk-panel-teaser img,
    .item-page.aboutusnew .abtbtmbann .uk-slideset li .uk-panel-teaser img {
        min-height: 300px;
    }
    .top-nav-bar {
        width: 78%;
    }
    .moduletable_menu .menu > li {
        padding: 10px 15px;
    }
    .moduletable_menu .menu > li > a {
        font-size: 16px;
    }
    .time1, .time2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1500px) {
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt>a {
        margin-bottom: 10px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns p {
        margin: 0;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns a.grn-btn {
        margin-left: -30px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .page-header h2 {
        margin: 0 0 10px;
    }
    .blog.ot-blog .blogs .items-row .blg-left p {
        margin: 0 0 15px;
    }
    .blog.ot-blog .blogs .items-row:nth-child(2) .blg-left h3 a {
        margin-bottom: -20px;
        display: block;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns a.grn-btn {
        min-width: 350px;
        font-size: 26px;
        line-height: 60px;
    }
}

@media only screen and (min-width:1280px) and (max-width:1800px) {
    .moduletable.hm-vidd video {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
        min-height: 751px;
        max-height: 1071px;
    }
    .moduletable.tour-spl::before {
        background: rgba(0, 0, 0, 0) url("../images/from-tourbg.png") no-repeat scroll right bottom;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .hm-eff-boxes .span3 .boxes .on-hvr {
        padding: 0 25px;
    }
    .span3:nth-child(4) .box-data>h4 {
        font-size: 16px;
        position: relative;
    }
    .on-hvr>p {
        font-size: 17px;
        line-height: 19px;
    }
    .slider-testimonial .img-box>img {
        height: 725px;
        width: auto;
        max-width: 1920px;
    }
    .our-t-bann .row>img {
        height: 118%;
        max-width: 160px;
        position: absolute;
        right: 9%;
        top: -7%;
    }
    #bottom .row,
    #footer .row {
        padding: 0 15px;
    }
    .header .row,
    .top-part .row {
        padding: 0 15px;
    }
    #contain .row {
        padding: 0 15px;
    }
    .contain-b {
        max-width: 70%;
    }
    .bot-1 {
        max-width: 60%;
    }
}

@media only screen and (min-width:1280px) and (max-width:1550px) {
    #spinnaker-modal-0 #spinnaker-modal-close {
        right: 7%;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data .on-hvr {
        left: 0;
        margin: auto;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data .on-hvr>p {
        line-height: 16px;
        font-size: 14px;
        margin: 9px 0;
    }
    .on-hvr>a {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding-right: 0;
        background-position: right center;
        line-height: 26px;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data:hover>h4 {
        font-size: 24px;
        line-height: normal;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data:hover>h4 span {
        font-size: 18px;
        line-height: normal;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data:hover .grn-btn {
        margin-bottom: 25px;
        line-height: 50px;
        margin-top: 5px;
        font-size: 23px;
        min-width: 200px;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data:hover .grn-btn::after {
        height: 44px;
        background-size: 100% auto;
        width: 44px;
        margin-top: -22px;
        right: 2px;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data:hover .grn-btn {
        margin-bottom: 25px;
        line-height: 50px;
        margin-top: 5px;
        font-size: 23px;
        min-width: 200px;
        padding-right: 55px;
    }
}

@media only screen and (min-width:1280px) and (max-width:1350px) {
    .moduletable.price-twn {
        width: 40%;
    }
    .moduletable.tour-spl {
        width: 60%;
    }
    #section-5 .slick-list article .column.pull-left .table .table-cell {
        width: 53%;
        padding: 60px 75px 45px 45px;
    }
    .row.slider.slider-client-nav.slick-initialized.slick-slider {
        top: 205px;
        padding-left: 44%;
    }
    #section-6 .moduletable {
        width: 60%;
    }
    #section-6 .moduletable.req-tour-link {
        width: 40%;
    }
}

.formResponsive .formError {
    color: #ff0000;
    font-size: 15px;
}


/*
.section.section-client-testimonial:before {
    content: "";
    height: 150px;
    width: 439px;
    background: #35a8e0;
    display: block;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: -1;
}*/

#section-5 .moduletable>h3 {
    background: #35a8e0 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 36px;
    margin: 0;
    padding: 20px 50px;
    text-align: left;
    width: 450px;
    margin-bottom: -12px;
}

#section-5 .moduletable>h3 em {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
}

.section.section-client-testimonial {
    position: relative;
}


/* mobile */

@media only screen and (max-width:767px) {
    .item-page.segwayondemandnew .gridondema .uk-grid>div {
        margin: 0;
    }
    .item-page.corporatetoursnew .aboutattrac p,
    .item-page.corporatetoursnew .popfeat p {
        text-align: center;
    }
    .item-page.corporatetoursnew .popfeat a.blue-btn {
        min-width: 100%;
        font-size: 24px;
    }
    .item-page.corporatetoursnew .aboutinfo h3 {
        font-size: 26px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-page.segwaydemaprivtour .aboutinfo h3 {
        font-size: 26px;
        line-height: 30px;
    }
    a.grn-btn {
        font-size: 24px;
        min-width: 100%;
    }
    .item-page.segwayondemandnew>.page-header h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel-teaser img {
        height: auto;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin {
        bottom: 20px;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin a {
        margin-top: 20px;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin h3 {
        font-size: 26px;
        line-height: 30px;
    }
    body.segwayondemandnew .moduletable.reqinnertourmod p {
        font-size: 24px;
        padding: 0 15px;
    }
    a.blkbtn {
        min-width: 100%;
        font-size: 24px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns a.grn-btn {
        min-width: 325px;
        font-size: 22px;
    }
    .item-page.tour-inner .uk-grid>div img {
        height: auto;
        width: auto;
    }
    .moduletable.soc-ftr {
        clear: both;
        padding-top: 0;
        width: 160px;
        margin-left: 171px;
        margin-top: -40px;
    }
    .moduletable.bkn-top {
        clear: both;
        float: none;
        margin: auto;
        text-align: center;
        max-width: 244px;
    }
    .moduletable.bkn-top .item-146 {
        transform: none;
        padding: 0 5px;
    }
    .moduletable.bkn-top .nav.menu {
        display: inline-block;
        width: 100%;
    }
    .moduletable.bkn-top .item-146 {
        transform: none;
        padding: 0 5px;
        width: 100%;
    }
    .moduletable.bkn-top a {
        transform: scale(1);
        width: 100%;
        min-width: 100%;
        padding-right: 50px;
        font-size: 16px;
        padding-left: 5px;
    }
    .moduletable.hm-vidd video {
        width: auto;
        display: block;
        position: relative;
        z-index: 0;
        height: 500px;
        min-height: 500px;
    }
    .moduletable.hm-vidd .desc .row h3 {
        font-size: 50px;
        text-align: center;
    }
    .moduletable.hm-vidd .desc .row h3 span {
        font-size: 50px;
        text-align: center;
    }
    .moduletable.hm-vidd .desc .row p {
        font-size: 26px;
        text-align: center;
    }
    .desc a.grn-btn {
        transform: none;
        max-width: 300px;
        width: auto;
        min-width: 300px;
        padding-right: 70px;
        font-size: 22px;
        line-height: 60px;
    }
    .desc a.grn-btn::after {
        height: 53px;
        width: 53px;
        margin-top: -27px;
        opacity: 0.7;
        background-size: 53px auto;
    }
    .downarrow {
        bottom: 50px;
    }
    .moduletable.chi-tr-hm .chi-tr-hm>h2 {
        background-size: 345px 100%;
        line-height: normal;
        height: auto;
        font-size: 26px;
        padding: 5px 30px 23px;
        background-position: center top;
    }
    .moduletable.chi-tr-hm {
        overflow: hidden;
        text-align: center;
        padding: 60px 0 60px 0;
    }
    .moduletable.chi-tr-hm .chi-tr-hm>h3 {
        margin: 20px 0 0 0;
        font-size: 30px;
    }
    .hm-eff-boxes .span3 img {
        width: 767px;
        height: auto;
        max-width: 767px;
    }
    .hm-eff-boxes .span3 {
        overflow: hidden;
    }
    .on-hvr {
        padding: 0 30px;
        left: 0;
        width: 100%;
        margin: auto;
    }
    .on-hvr>p {
        line-height: 23px;
        font-size: 17px;
        font-weight: 300;
    }
    .box-data>h4 {
        color: #ffffff;
        font-size: 28px;
        line-height: 40px;
        margin: auto;
        padding: 0 20px;
    }
    .box-data>h4 span {
        font-size: 20px;
        line-height: 24px;
    }
    .hm-eff-boxes .span3 .boxes .box-data>p {
        padding: 0 20px;
    }
    .box-data a.grn-btn {
        margin-bottom: 30px;
        transform: scale(0.8);
        width: 100%;
        min-width: 0;
        max-width: 340px;
        font-size: 24px;
        padding-right: 70px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .box-data a.grn-btn:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .hm-testm li .uk-panel {
        padding: 40px 20px;
    }
    .hm-testm li .uk-panel h3 {
        margin: 0;
        font-size: 30px;
        line-height: 40px;
    }
    .hm-testm li .uk-panel p {
        font-weight: 300;
        font-size: 20px;
    }
    #section-9-1 .custom.req-tour-link {
        display: block;
    }
    #section-9-1 .moduletable.req-tour-link {
        padding: 0 0;
    }
    #section-9-1 .custom.req-tour-link h3 {
        display: block;
        font-size: 30px;
        line-height: 48px;
        padding: 10px 15px;
    }
    .tour-inner .lakefronttrprice .inprc h3 {
        color: #131428;
        font-size: 40px;
    }
    .tour-inner .tourinfo>h3 {
        background: #f5f4f5;
        margin: 0;
        text-align: center;
        font-size: 30px;
        line-height: 38px;
    }
    .tour-inner .tourinfo_desc a.grn-btn {
        margin-bottom: 30px;
        transform: scale(0.8);
        width: 100%;
        min-width: 0;
        max-width: 340px;
        font-size: 24px;
        padding-right: 70px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .tour-inner .tourinfo_desc a.grn-btn:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .tour-inner .hightour .row>div {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0;
        border: none !important;
        padding-top: 30px;
    }
    .tour-inner .hightour .row>div li::after {
        left: 8px;
        top: 9px;
    }
    .tour-inner .desctour ul li::after {
        left: 8px;
        top: 9px;
    }
    .tour-inner .desctour a.grn-btn {
        margin-bottom: 30px;
        transform: scale(0.8);
        width: 100%;
        min-width: 0;
        max-width: 340px;
        font-size: 24px;
        padding-right: 70px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .tour-inner .desctour a.grn-btn:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .tour-inner .desctour .thcl li {
        width: 100%;
        float: left;
    }
    .popfeat a.grn-btn {
        margin-bottom: 30px;
        transform: scale(0.8);
        width: 100%;
        min-width: 0;
        max-width: 340px;
        font-size: 24px;
        padding-right: 70px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .popfeat a.grn-btn:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .tour-inner .grnpric a.grn-btn {
        margin-bottom: 30px;
        transform: scale(0.8);
        width: 100%;
        min-width: 0;
        max-width: 340px;
        font-size: 24px;
        padding-right: 70px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .tour-inner .grnpric a.grn-btn:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .tour-inner .popfeat .row h3 {
        display: block;
        padding: 15px 20px 15px 50px;
        text-align: left;
    }
    .tourtesti .hm-testm .uk-slideset {
        margin: auto;
    }
    .tour-inner .tourtesti .hm-testm .uk-slideset-nav li {
        margin: 0 4px;
    }
    .alltbl.row>div {
        max-width: 290px;
        float: none;
        margin-bottom: 40px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .tour-inner .tourtable {
        background: #f5f4f5;
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .alltbl.row>div>div li::before {
        background: #131428;
        height: 4px;
        width: 4px;
        position: absolute;
        left: -8px;
        top: 12px;
    }
    .tour-inner .moduletable.reqinnertourmod .custom.reqinnertourmod a.blkbtn {
        margin-bottom: 30px;
        transform: scale(0.8);
        width: 100%;
        min-width: 0;
        max-width: 340px;
        font-size: 24px;
        padding-right: 70px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
    .tour-inner .moduletable.reqinnertourmod .custom.reqinnertourmod a.blkbtn:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .tour-inner .moduletable.reqinnertourmod {
        padding-bottom: 0;
    }
    .tour-inner .moduletable.reqinnertourmod .custom.reqinnertourmod p {
        margin-bottom: 10px;
    }
    .tour-inner .moduletable.hm-eff-boxes h3 {
        text-align: center;
        margin: auto auto 55px auto;
        font-size: 28px;
        line-height: 40px;
        padding: 0 30px;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 {
        width: 100%;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 .box-data .on-hvr {
        left: 0;
        margin: auto;
    }
    #section-5 .moduletable {
        padding-left: 15px;
        padding-right: 15px;
    }
    #section-5 .moduletable>h3 {
        font-size: 28px;
        margin: auto;
        padding: 14px;
        width: 100%;
    }
    #section-5 .moduletable>h3 em {
        font-size: 24px;
    }
    .section.section-client-testimonials::before,
    .section.section-client-testimonial:before {
        display: none;
    }
    .th-img {
        display: none;
    }
    .reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal,
    .reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal {
        width: 100% !important;
    }
    .reqt .contain-b .rsform-block.rsform-block-select-date-groupon-cal .formControlLabel {
        display: block;
        left: 0;
        padding: 10px 0;
        position: relative;
        text-align: left;
        top: 0;
    }
    .reqt .contain-b .rsform-block.rsform-block-tours .formControls .formValidation {
        bottom: -76px;
    }
    .reqt .formResponsive .formHorizontal .rsform-block.rsform-block-terms .formValidation {
        bottom: -60px;
    }
    #slider .fws2 .slide {
        background-position: center center !important;
        background-size: cover !important;
    }
    #slider .fws2 .slide img {
        opacity: 0 !important;
    }
    .moduletable_menu .menu>li.active:hover>a {
        color: #fff;
    }
    .in-articl-wd {
        margin-bottom: 40px;
        width: 100%;
    }
    .for-desktop {
        display: none;
    }
    .for-mobile {
        display: block;
    }
    .top-nav-bar {
        border: 3px solid #35a8e0;
        width: 250px;
    }
    .top-nav-bar .moduletable_menu {
        margin: auto;
        padding: 0 4px 4px;
        width: 100%;
    }
    .moduletable_menu .menu>li>a {
        line-height: 43px;
        padding: 0 14px;
    }
    .moduletable_menu .menu>li {
        border-bottom: 3px solid #35a8e0;
        float: none;
        padding: 3px 0;
    }
    .moduletable_menu .menu>li:hover a,
    .moduletable_menu .menu>li.active a {
        background: #35a8e0;
        color: #ffffff;
    }
    #header-section {
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 1000;
        transition: all 0.3s ease 0s;
    }
    .top-part {
        display: none;
    }
    .top-logo {
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .custom.tlogo img {
        display: block;
        margin: auto;
        max-height: 85px;
    }
    .moduletable.tlogo {
        margin: auto;
        width: 130px;
    }
    .header {
        padding: 6px 0;
        position: relative;
    }
    #contain .row {
        padding: 0 15px;
    }
    .item-pagecontact-page {
        padding: 0 15px;
        text-align: center;
    }
    .cnt-right .formResponsive .formHorizontal .rsform-block {
        width: 100%;
    }
    .cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit {
        padding-top: 25px;
        text-align: center;
    }
    .cnt-right {
        clear: both;
        float: none;
        margin: auto;
    }
    #footer {
        padding: 20px 15px;
    }
    #bottom .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    #bottom {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #bottom .social li:last-child {
        margin: auto;
    }
    .moduletable.footer-menu {
        display: none;
    }
    .moduletable.ftr-mailchimp {
        padding: 0;
        text-align: center;
    }
    .ftr-mailchimp input#mc2_email {
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
    }
    .ftr-mailchimp input#mc2_add {
        float: none;
        margin: auto;
    }
    .bot-r {
        float: none;
        margin: auto;
        max-width: 330px;
    }
    .bot-1 {
        float: none;
        margin: auto;
        max-width: 300px;
        padding-top: 40px;
    }
    .moduletable.ftr-cont>h3 {
        text-align: center;
    }
    .custom.ftr-cont>div {
        float: none;
        margin: auto;
        max-width: 300px;
        width: 100%;
    }
    .custom.ftr-cont>div.ftr-phn-eml {
        margin-top: 40px;
    }
    .soc-ftr .social {
        margin: auto;
        text-align: center;
    }
    .moduletable.ftr-pri-menu .nav.menu {
        line-height: 16px;
    }
    .moduletable.ftr-pri-menu {
        padding-top: 60px;
        text-align: center;
    }
    .moduletable.ftr-pri-menu li:first-child {
        padding-left: 0;
    }
    #footer .moduletable {
        float: left;
        width: 100%;
    }
    .blg-intro-img {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        border-bottom: 2px solid #131428;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .blg-left {
        padding: 25px 30px;
        width: 100%;
    }
    .blg-left>p {
        hyphens: auto;
        text-align: justify;
    }
    .blg-left>p.readmore {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .blog .items-row {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 440px;
    }
    .blogs {
        padding-bottom: 30px;
    }
    .blog {
        margin: auto auto 70px;
        max-width: 1120px;
    }
    .blog>h2 {
        display: inline-block;
        font-size: 28px;
        margin: auto auto 40px;
        padding-bottom: 0;
    }
    .nsb_container #l1.icons,
    .nsb_container #l3.icons,
    .nsb_container #l11.icons {
        font-size: 12px;
        line-height: 36px;
        margin-bottom: 15px;
        margin-left: 7px;
        margin-right: 7px;
        padding: 0 10px;
    }
    .nsb_container #l1.icons {
        margin-left: 0;
    }
    .nsb_container #l3.icons {
        margin-right: 0;
    }
    .nsb_container {
        padding-top: 30px;
        text-align: center;
    }
    .about-page .item-page.about-page table td {
        float: left;
        width: 100%;
    }
    .about-page .item-page.about-page table td li {
        margin-bottom: 12px;
    }
    .item-page h4 {
        font-size: 21px;
    }
    .moduletable.rel-article>h3 {
        font-size: 28px;
    }
    .relateditems.rel-article {
        padding: 0 15px;
    }
    .relateditems.rel-article>li {
        margin: auto auto 55px;
        max-width: 460px;
        width: 100%;
    }
    .relateditems.rel-article img {
        border: 2px solid #131428;
        display: inline-block;
        margin-top: -18px;
        width: 97%;
    }
    .relateditems.rel-article>li:last-child {
        margin-bottom: 0;
    }
    .item-page p {
        hyphens: auto;
        text-align: justify;
    }
    .item-page {
        padding-right: 0;
    }
    .item-page li {
        hyphens: auto;
        padding: 0;
        text-align: justify;
    }
    .item-page li::before {
        display: inline-block;
        left: auto;
        margin-left: 10px;
        margin-right: 15px;
        position: relative;
        top: auto;
    }
    .contain-left {
        clear: both;
        float: none;
        margin: auto auto 80px;
    }
    #showLeftPush {
        display: block;
        position: absolute;
        right: 15px;
        top: 28px;
        width: 27px;
    }
    #showLeftPush span {
        background: #000;
        display: block;
        height: 4px;
        margin: 4px 0;
        width: 100%;
    }
    .cbp-spmenu-push-toleft #header-section {
        left: -250px;
    }
    .moduletable.tp-menu-mobile.for-mobile {
        margin: 6px 0 -6px;
        overflow: hidden;
    }
    .moduletable.tp-menu-mobile.for-mobile li {
        float: left;
        text-align: center;
        width: 50%;
    }
    .moduletable.tp-menu-mobile.for-mobile li a {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        line-height: 37px;
        text-align: center;
        font-weight: bold;
    }
    .moduletable.tp-menu-mobile.for-mobile li.item-132 a {
        background: #39B54A;
    }
    .moduletable.tp-menu-mobile.for-mobile li.item-133 a {
        background: #131428;
    }
    body {
        padding-top: 134px;
    }
    body.home-page {
        padding-top: 97px;
    }
    .home-page .moduletable.tp-menu-mobile.for-mobile {
        display: none;
    }
    .home-page .sticky .moduletable.tp-menu-mobile.for-mobile {
        display: block;
    }
    .moduletable_menu .menu>li>.nav-child {
        border: medium none;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .moduletable_menu .menu>li>.nav-child>li>a {
        height: 67px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .moduletable_menu .menu>li>.nav-child>li>a,
    .moduletable_menu .menu>li>.nav-child>li.active>a,
    .moduletable_menu .menu>li>.nav-child>li:hover>a {
        color: #131428;
        font-size: 16px;
        line-height: 27px;
        text-transform: uppercase;
        padding-top: 5px;
        padding-bottom: 5px;
        background: transparent
    }
    .moduletable_menu .menu>li>.nav-child>li.active>a,
    .moduletable_menu .menu>li>.nav-child>li:hover>a {
        color: #fff;
        background: rgba(53, 168, 224, 0.6);
    }
    .moduletable_menu .menu>li>.nav-child>li {
        padding: 0;
    }
    .top-menu li.item-115 a {
        background: none;
        color: #35a8e0;
        font-size: 18px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .top-menu li {
        display: block;
        float: none;
        text-align: center;
    }
    .top-menu li a {
        padding: 0;
    }
    .moduletable.top-menu.for-mobile {
        clear: both;
        padding: 20px 0;
    }
    .custom.phn-top a {
        display: inline-block;
    }
    .moduletable.phn-top.for-mobile {
        padding: 0 0 24px;
        text-align: center;
    }
    .moduletable.soc-hdr.for-mobile {
        text-align: center;
    }
    .fws2 .slide img {
        height: 480px;
        max-width: 1920px;
        width: auto;
        float: right;
    }
    #section-6 .moduletable.req-tour-link {
        width: 100%;
        height: auto;
        padding: 20px 30px 20px 30px;
    }
    .custom.req-tour-link>p br {
        display: none;
    }
    #section-6 .moduletable {
        width: 100%;
        height: auto;
        padding: 75px 15px;
    }
    #section-6 .moduletable .hm-ftr-testi {
        padding: 0;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>h3 {
        font-size: 30px;
        line-height: 29px;
        padding: 0 0 15px 0;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>p {
        font-size: 26px;
        line-height: 31px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin {
        padding: 0 25px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>h3::before {
        background-position: -210px -64px;
        left: -26px;
        top: -4px;
        background-size: auto 152px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>p:nth-child(2n)::after {
        background-size: auto 152px;
        display: inline-block;
        position: relative;
        right: 0;
        top: 0;
        background-position: -257px -64px;
    }
    #section-6 .moduletable .hm-ftr-testi ul.uk-slideshow {
        margin-bottom: 25px !important;
    }
    #section-6 .row::after {
        background-position: top center;
        left: auto;
        height: 335px;
        background-size: auto 100%;
        width: 100%;
    }
    .hm-eff-boxes .span3 {
        width: 100%;
        max-width: 480px;
        float: none;
        margin: auto;
    }
    .custom.chi-tr-hm>p {
        font-size: 20px;
        line-height: 27px;
    }
    .moduletable.chi-tr-hm>h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .on-hvr {
        padding: 0 30px;
    }
    .moduletable.price-twn {
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    #section-4 h2 {
        font-size: 40px;
        line-height: 48px;
    }
    #section-4 p {
        font-size: 22px;
        text-align: left;
    }
    #section-4 .row {
        padding: 0 15px;
        max-width: 360px;
    }
    #section-4 h2::before {
        left: 0;
        top: -25px;
    }
    #section-4 p::after {
        right: 0;
        bottom: -20px;
        top: auto;
    }
    .custom.tour-spl a {
        margin: auto;
    }
    .moduletable.tour-spl {
        height: auto;
        width: 100%;
        padding: 0;
    }
    .custom.tour-spl {
        padding: 70px 15px;
    }
    .moduletable.tour-spl::after {
        background-position: top right;
        background-size: auto 100%;
    }
    .moduletable.tour-spl::before {
        background-size: 330px auto;
        left: 0;
        width: 100%;
        background-position: center 85%;
    }
    .custom.tour-spl>h3 {
        font-size: 40px;
        text-align: center;
        line-height: 48px;
    }
    .custom.tour-spl>h3 span {
        display: block;
    }
    .time1,
    .time2 {
        width: 100%;
        line-height: 32px;
        font-size: 23px;
    }
    .custom.price-twn>h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .custom.price-twn>p {
        font-size: 20px;
    }
    .custom.price-twn::before {
        position: relative;
        right: auto;
        top: 0;
        width: 100%;
        background-position: top center;
    }
    .custom.price-twn {
        height: auto;
        margin: auto;
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .moduletable.price-twn::before {
        left: -223px;
        top: 185px;
    }
    .moduletable_menu .menu>li:hover>a {
        border-bottom: 0 solid #131428;
    }
    #section-5 .table>h3 {
        font-size: 28px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    #section-5 .table>h3 span {
        font-size: 24px;
    }
    .column.col-md-12.fullphoto-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    #section-5 .slick-list article .column.pull-left .table {
        max-width: 100%;
        width: 100%;
    }
    #section-5 .slick-list article .column.pull-left {
        display: block;
        height: 100%;
        padding: 0px 0px 60px;
        width: 100%;
        position: relative;
    }
    #section-5 .slick-list article .column.pull-left .table .th-img {
        width: 100%;
        margin: auto;
    }
    .row.slider.slider-client-nav.slick-initialized.slick-slider {
        margin-top: 0;
        padding-left: 0;
        text-align: center;
        top: auto;
        margin-bottom: 30px;
    }
    .section.section-client-list.section-grey {
        left: 0;
        position: absolute;
        top: 25px;
        width: 100%;
        z-index: 1;
    }
    #section-5 .slick-list article .column.pull-left {
        background: none;
    }
    #section-5 {
        border-bottom: 5px solid #131428;
        background: #ededed;
    }
    .slick-dots {
        display: none !important;
    }
    #section-5 .slick-list article .max-width a {
        bottom: auto;
        display: block;
        left: auto;
        margin: 40px auto -40px;
        position: relative;
        width: 260px;
        padding: 0 0;
    }
    #section-5 article .max-width {
        display: block;
        /*min-height: 645px;*/
    }
    .slider-testimonial .img-box>img {
        display: block;
        height: 100%;
        margin: auto;
        max-width: 5000px;
        width: auto;
        float: right;
        margin-right: -166%;
    }
    .slider-testimonial .img-box,
    .slider-testimonial .table-cell-logo,
    .slider-testimonial .photo-bg {
        height: 100%;
        text-align: center;
    }
    #section-5 .slick-list article .column.pull-left .table .table-cell {
        height: auto;
        padding: 85px 30px;
        width: 100%;
        float: none;
    }
    .slider-con>h3 {
        font-size: 36px;
        line-height: 43px;
    }
    .slider-con {
        padding: 0 15px;
    }
    .clph {
        background: url(../images/mo-ph-icon.png) no-repeat;
        height: 32px;
        width: 34px;
        display: block;
        background-position: right top;
    }
    .moduletable.phn-mob.for-mobile {
        left: 15px;
        padding: 0;
        position: absolute;
        top: 28px;
        width: 34px;
    }
    .moduletable.phn-mob.for-mobile.active .custom.phn-mob.for-mobile {
        display: block;
    }
    .custom.phn-mob.for-mobile {
        background: #ffffff;
        border: 2px solid #e84c4d;
        display: none;
        left: -15px;
        position: absolute;
        top: 50px;
        width: 180px;
        padding: 4px 0;
    }
    .phn-mob.active .clph {
        background-position: left top;
    }
    .phn-mob.for-mobile a.phn {
        color: #e84c4d;
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }
    .phn-mob.for-mobile a.map-dir {
        display: block;
        color: #131428;
        font-size: 18px;
        line-height: 21px;
    }
    .custom.phn-mob.for-mobile:after,
    .custom.phn-mob.for-mobile:before {
        bottom: 100%;
        left: 16%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .custom.phn-mob.for-mobile:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 9px;
        margin-left: -9px;
    }
    .custom.phn-mob.for-mobile:before {
        border-color: rgba(232, 76, 77, 0);
        border-bottom-color: #E84C4D;
        border-width: 12px;
        margin-left: -12px;
    }
    .our-t-bann .row>img,
    .our-t-bann .row>h5 {
        display: none;
    }
    .our-t-bann .row>h2 {
        font-size: 20px;
        line-height: normal;
    }
    .our-t-bann .row>h2::after {
        margin-bottom: 0;
        margin-top: 4px;
    }
    .category-desc.clearfix>h4 {
        display: block;
        padding: 20px 0 0;
        text-align: center;
    }
    .desc-back {
        padding: 25px 15px;
        text-align: center;
    }
    .ot-blog .blg-left {
        padding: 25px 30px;
    }
    .ot-blog .blg-left>p:nth-child(3),
    .ot-blog .blg-left a {
        display: block;
        margin: 14px auto;
        text-align: center;
        vertical-align: middle;
    }
    .blog.ot-blog .items-row .item .most-popular {
        left: -6px;
        margin-bottom: 0;
        margin-top: 25px;
        position: relative;
        top: 0;
    }
    .ot-blog .blog .page-header>h2 a {
        text-align: left;
    }
    .rl_sliders.accordion {
        margin-right: auto;
    }
    .droptablesresponsive.droptablestable {
        margin-right: auto;
    }
    .reqt .contain-b {
        margin: auto;
        padding: 0 15px;
    }
    .reqt #userForm h2 {
        padding: 0;
        text-align: center;
    }
    .reqt .contain-b .rsform-block.rsform-block-tours .formControls {
        margin: auto;
    }
    .reqt .contain-b .rsform-block.rsform-block-tours .formControls label {
        display: block;
        float: none;
        margin: auto auto 73px;
    }
    .reqt .rsform-block.rsform-block-fname,
    .reqt .rsform-block.rsform-block-lname,
    .reqt .rsform-block.rsform-block-email,
    .reqt .rsform-block.rsform-block-country,
    .reqt .rsform-block.rsform-block-cell-number {
        margin: auto auto 25px;
        padding: 0;
        width: 100%;
    }
    .reqt .rsform-block.rsform-block-comments,
    .reqt .rsform-block.rsform-block-submit {
        padding: 0;
    }
    .reqt .rsform-block.rsform-block-terms {
        margin: auto -30px;
        padding: 25px 30px;
        width: auto;
    }
    .reqt .rsform-block.rsform-block-submit .rsform-submit-button {
        display: block;
        margin: auto;
    }
    .reqt .contain-b {
        margin: auto auto 70px;
        padding: 0 15px;
    }
    .reqt .rsform-block.rsform-block-personal-information-title .formBody>h3 {
        margin-bottom: 20px;
        text-align: center;
    }
    .reqt .rsform-block.rsform-block-personal-information-title .formBody>p {
        display: none;
    }
    .reqt .rsform-block.rsform-block-cell-number .rsform-input-box {
        box-sizing: border-box;
        margin: 0;
        width: 100%;
    }
    .reqt .formResponsive .formHorizontal .rsform-block.rsform-block-number-riders {
        margin: auto auto 45px;
        width: 100%;
    }
    .reqt .rsform-block.rsform-block-info-group-on,
    .reqt .rsform-block.rsform-block-glide-at-night {
        clear: both;
    }
    .reqt .formResponsive .formHorizontal .rsform-block-select-date-groupon-cal,
    .reqt .formResponsive .formHorizontal .rsform-block-select-date-glide-at-night-cal,
    .reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-date-cal {
        float: left;
        margin: auto auto 35px;
        position: relative;
        width: 49%;
    }
    .reqt .formResponsive .formHorizontal .rsform-block.rsform-block-select-time {
        float: right;
        margin: auto auto 35px;
        position: relative;
        width: 49%;
    }
    .reqt .contain-b .rsform-block.rsform-block-tours .formControls {
        margin: auto;
        padding: 0;
    }
    .reqt .rsform-block.rsform-block-personal-information-title {
        clear: both;
        margin: 0 -30px;
        padding: 35px 30px 0;
        width: auto;
    }
    .page-header>h2 {
        color: #131428;
        font-size: 30px;
        line-height: 33px;
        margin: auto auto 15px;
    }
    .page-header h2::after {
        background: #35a8e0;
        content: "";
        display: block;
        height: 3px;
        margin-top: 12px;
        width: 75px;
    }
    .reqt .contain-b .rsform-block.rsform-block-tours .formControls label h4 {
        margin: 12px auto auto;
    }
    .reqt .contain-b .rsform-block.rsform-block-tours .formControls label p {
        margin: auto;
        padding: 0 0 12px;
    }
}


/* ipad */

@media only screen and (min-width:768px) and (max-width:1024px) {
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin a {
        margin-top: 20px;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel-teaser img {
        height: auto;
    }
    .item-page.segwayondemandnew .gridondema .uk-grid>div .uk-panel .uk-margin {
        bottom: 20px;
    }
    .item-page.aboutusnew .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
        width: 100%;
    }
    .item-page.aboutusnew .aboutattrac h4,
    .item-page.aboutusnew .aboutattrac ul {
        padding-left: 0;
    }
    .item-page.aboutusnew .aboutattrac ul li {
        max-width: 50%;
    }
    .item-page.aboutusnew .expcom h5 {
        font-size: 20px;
        padding-top: 0;
        background-size: 100%;
    }
    .tour-inner .tourinfo_desc p:last-child {
        text-align: center;
    }
    .box-data a.grn-btn {
        font-size: 24px;
        min-width: 366px;
        line-height: 60px;
    }
    .moduletable.price-twn::after {
        width: 100%;
    }
    .moduletable.price-twn:before {
        width: 1324px;
    }
    #section-9-1 .custom.req-tour-link {
        margin: auto;
        display: flex;
        max-width: 100%;
    }
    .moduletable.chi-tr-hm .chi-tr-hm>h2 {
        background-size: 100%;
        line-height: 67px;
        font-size: 40px;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes {
        overflow: hidden;
        max-width: 560px;
        margin: auto;
    }
    .hm-eff-boxes .span3 img {
        width: 130%;
        height: auto;
        max-width: 130%;
    }
    .tour-inner .moduletable.hm-eff-boxes .custom.hm-eff-boxes .span3 {
        width: 100%;
        max-width: 100%;
    }
    .on-hvr {
        padding: 0 30px;
        left: 0;
        width: 100%;
        margin: auto;
    }
    .on-hvr>p {
        line-height: 23px;
        font-size: 17px;
        font-weight: 300;
    }
    .box-data>h4 {
        color: #ffffff;
        font-size: 28px;
        line-height: 40px;
        margin: auto;
        padding: 0 20px;
    }
    .box-data>h4 span {
        font-size: 20px;
        line-height: 24px;
    }
    .hm-eff-boxes .span3 .boxes .box-data>p {
        padding: 0 20px;
    }
    .tour-inner .hightour .row>div {
        width: 100%;
        border: none !important;
        padding: 0 0;
        margin-bottom: 40px;
    }
    .tour-inner .hightour {
        overflow: hidden;
        padding-top: 40px;
    }
    .tour-inner .hightour .row>div li::after {
        left: 8px;
        top: 9px;
    }
    .tour-inner .desctour ul li::after {
        left: 8px;
        top: 9px;
    }
    .tour-inner .desctour .thcl li {
        width: 50%;
        float: left;
    }
    .tour-inner .desctour .thcl li:nth-child(3n+1) {
        clear: none;
    }
    .tour-inner .popfeat .row {
        padding: 45px 15px 35px 15px !important;
        text-align: left;
    }
    .tour-inner .popfeat .row h3 {
        padding: 19px 15px 19px 50px;
        width: 49%;
    }
    .tour-inner .tourtesti .hm-testm .uk-slideset {
        margin: auto;
    }
    .tour-inner .tourtesti .uk-dotnav li {
        margin: 0 7px;
    }
    .alltbl.row>div {
        max-width: 40%;
        margin: 0 5% 50px;
    }
    .tour-inner .tourtable {
        padding-bottom: 50px;
    }
    .tour-inner .grnpric p {
        text-align: center;
    }
    .alltbl.row>div:hover {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
        margin: -15px 5% 35px;
    }
    .moduletable.bkn-top {
        clear: both;
        float: none;
        margin: auto;
        text-align: center;
        max-width: 244px;
    }
    .moduletable.bkn-top .item-146 {
        transform: none;
        padding: 0 5px;
    }
    .moduletable.bkn-top .nav.menu {
        display: inline-block;
        width: 100%;
    }
    .moduletable.bkn-top .item-146 {
        transform: none;
        padding: 0 5px;
        width: 100%;
    }
    .moduletable.bkn-top a {
        transform: scale(1);
        width: 100%;
        min-width: 100%;
        padding-right: 50px;
        font-size: 16px;
        padding-left: 5px;
    }
    .moduletable.hm-vidd video {
        width: auto;
        display: block;
        position: relative;
        z-index: 0;
        height: 500px;
        min-height: 500px;
    }
    .moduletable.hm-vidd .desc .row h3 {
        font-size: 50px;
        text-align: center;
    }
    .moduletable.hm-vidd .desc .row h3 span {
        font-size: 50px;
    }
    .moduletable.hm-vidd .desc .row p {
        font-size: 26px;
        text-align: center;
    }
    .downarrow {
        position: absolute;
        bottom: 70px;
    }
    .section.section-client-testimonials::before,
    .section.section-client-testimonial:before {
        display: none;
    }
    #slider .fws2 .slide {
        background-position: center center !important;
        background-size: cover !important;
    }
    #slider .fws2 .slide img {
        opacity: 0 !important;
    }
    .moduletable_menu .menu>li.active:hover>a {
        color: #fff;
    }
    .for-desktop {
        display: none;
    }
    .for-mobile {
        display: block;
    }
    .top-nav-bar {
        border: 3px solid #35a8e0;
        width: 250px;
    }
    .top-nav-bar .moduletable_menu {
        margin: auto;
        padding: 0 4px 4px;
        width: 100%;
    }
    .moduletable_menu .menu>li>a {
        line-height: 43px;
        padding: 0 14px;
        border: none;
    }
    .moduletable_menu .menu>li {
        border-bottom: 3px solid #35a8e0;
        float: none;
        padding: 3px 0;
    }
    .moduletable_menu .menu>li:hover a,
    .moduletable_menu .menu>li.active a {
        background: #35a8e0;
        color: #ffffff;
    }
    /* .moduletable.bkn-top {
        clear: both;
        float: none;
        margin: auto;
        text-align: center;
    }
    .moduletable.bkn-top .nav.menu {
        display: inline-block;
    } */
    #header-section {
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 9;
        transition: all 0.3s ease 0s;
    }
    .top-part {
        display: none;
    }
    .top-logo {
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .custom.tlogo img {
        max-height: 125px;
    }
    .moduletable.tlogo {
        margin: 30px auto 35px;
        width: 185px;
    }
    .header {
        padding: 6px 0;
        position: relative;
    }
    #contain .row {
        padding: 0 15px;
    }
    .item-pagecontact-page {
        padding: 0 15px;
        text-align: center;
    }
    .cnt-right .formResponsive .formHorizontal .rsform-block.rsform-block-submit {
        padding-top: 25px;
        text-align: left;
    }
    .cnt-right {
        clear: both;
        float: none;
        margin: auto;
    }
    #footer {
        padding: 20px 15px;
    }
    #bottom .row {
        overflow: hidden;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    #bottom {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #bottom .social li:last-child {
        margin: auto;
    }
    .moduletable.footer-menu {
        display: none;
    }
    .moduletable.ftr-pri-menu {
        bottom: 0;
        padding-top: 60px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .bot-r {
        max-width: 330px;
    }
    .bot-1 {
        max-width: 300px;
    }
    .moduletable.ftr-cont>h3 {
        margin: auto auto 30px;
    }
    .custom.ftr-cont>div {
        float: none;
        margin: auto;
        max-width: 300px;
        width: 100%;
    }
    .custom.ftr-cont>div.ftr-phn-eml {
        margin-top: 40px;
    }
    .soc-ftr .social {
        margin: auto;
    }
    .moduletable.ftr-pri-menu .nav.menu {
        line-height: 16px;
    }
    .moduletable.ftr-pri-menu li:first-child {
        padding-left: 0;
    }
    #footer .moduletable {
        float: left;
        width: 100%;
    }
    .blg-intro-img {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        border-bottom: 2px solid #131428;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .blg-left {
        padding: 25px 30px;
        width: 100%;
    }
    .blg-left>p {
        hyphens: auto;
        text-align: justify;
    }
    .blg-left>p.readmore {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .blog .items-row {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 440px;
    }
    .blogs {
        padding-bottom: 30px;
    }
    .blog {
        margin: auto auto 70px;
        max-width: 1120px;
    }
    .blog>h2 {
        display: inline-block;
        font-size: 28px;
        margin: auto auto 40px;
        padding-bottom: 0;
    }
    .moduletable.rel-article>h3 {
        font-size: 28px;
    }
    .relateditems.rel-article {
        padding: 0 15px;
    }
    .relateditems.rel-article>li {
        margin: auto auto 55px;
        max-width: 460px;
        width: 100%;
    }
    .relateditems.rel-article img {
        border: 2px solid #131428;
        display: inline-block;
        margin-top: -18px;
        width: 97%;
    }
    .relateditems.rel-article>li:last-child {
        margin-bottom: 0;
    }
    .item-page p {
        hyphens: auto;
        text-align: justify;
    }
    .item-page {
        padding-right: 0;
    }
    .item-page li {
        hyphens: auto;
        padding: 0;
        text-align: justify;
    }
    .item-page li::before {
        display: inline-block;
        left: auto;
        margin-left: 10px;
        margin-right: 15px;
        position: relative;
        top: auto;
    }
    .contain-left {
        clear: both;
        float: none;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .contain-left .moduletable {
        display: inline-block;
        margin: 0 25px 50px;
        vertical-align: top;
    }
    #showLeftPush {
        display: block;
        position: absolute;
        right: 15px;
        top: 70px;
        width: 40px;
    }
    #showLeftPush span {
        background: #000000 none repeat scroll 0 0;
        display: block;
        height: 6px;
        margin: 6px 0;
        width: 100%;
    }
    .cbp-spmenu-push-toleft #header-section {
        left: -250px;
    }
    .moduletable.tp-menu-mobile.for-mobile {
        margin: 6px 0 -6px;
        overflow: hidden;
    }
    .moduletable.tp-menu-mobile.for-mobile li {
        float: left;
        text-align: center;
        width: 50%;
    }
    .moduletable.tp-menu-mobile.for-mobile li a {
        color: #ffffff;
        display: block;
        font-size: 23px;
        font-weight: bold;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
    }
    .moduletable.tp-menu-mobile.for-mobile li.item-132 a {
        background: #39B54A;
    }
    .moduletable.tp-menu-mobile.for-mobile li.item-133 a {
        background: #131428;
    }
    body {
        padding-top: 244px;
    }
    body.home-page {
        padding-top: 97px;
    }
    .moduletable_menu .menu>li:hover>a {
        border-bottom: 0 solid #131428;
    }
    .home-page .moduletable.tp-menu-mobile.for-mobile {
        display: none;
    }
    .home-page .sticky .moduletable.tp-menu-mobile.for-mobile {
        display: block;
    }
    .moduletable_menu .menu>li>.nav-child {
        border: medium none;
        padding: 0;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    .moduletable_menu .menu>li>.nav-child>li>a,
    .moduletable_menu .menu>li>.nav-child>li.active>a,
    .moduletable_menu .menu>li>.nav-child>li:hover>a {
        color: #131428;
        font-size: 16px;
        line-height: 27px;
        text-transform: uppercase;
        padding-top: 5px;
        padding-bottom: 5px;
        background: transparent
    }
    .moduletable_menu .menu>li>.nav-child>li.active>a,
    .moduletable_menu .menu>li>.nav-child>li:hover>a {
        color: #fff;
        background: rgba(53, 168, 224, 0.6);
    }
    .moduletable_menu .menu>li>.nav-child>li {
        padding: 0;
    }
    .top-menu li.item-115 a {
        background: none;
        color: #35a8e0;
        font-size: 18px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .top-menu li {
        display: block;
        float: none;
        text-align: center;
    }
    .top-menu li a {
        padding: 0;
    }
    .moduletable.top-menu.for-mobile {
        clear: both;
        padding: 20px 0;
    }
    .custom.phn-top a {
        display: inline-block;
    }
    .moduletable.phn-top.for-mobile {
        padding: 40px 0 24px;
        text-align: center;
    }
    .moduletable.soc-hdr.for-mobile {
        text-align: center;
    }
    .fws2 .slide img {
        height: 480px;
        max-width: 1920px;
        width: auto;
        float: right;
    }
    #section-6 .moduletable.req-tour-link {
        width: 100%;
        height: auto;
        padding: 20px 30px 20px 30px;
    }
    .custom.req-tour-link>p br {
        display: none;
    }
    #section-6 .moduletable {
        width: 100%;
        height: auto;
        padding: 75px 15px;
    }
    .custom.req-tour-link {
        margin: auto;
        max-width: 450px;
    }
    #section-6 .moduletable .hm-ftr-testi {
        padding: 0;
        max-width: 455px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>h3 {
        font-size: 30px;
        line-height: 29px;
        padding: 0 0 15px 0;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>p {
        font-size: 26px;
        line-height: 31px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin {
        padding: 0 25px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>h3::before {
        background-position: -210px -64px;
        left: -26px;
        top: -4px;
        background-size: auto 152px;
    }
    #section-6 .moduletable .hm-ftr-testi li .uk-margin>p:nth-child(2n)::after {
        background-size: auto 152px;
        display: inline-block;
        position: relative;
        right: 0;
        top: 0;
        background-position: -257px -64px;
    }
    #section-6 .moduletable .hm-ftr-testi ul.uk-slideshow {
        margin-bottom: 140px !important;
    }
    #section-6 .row::after {
        background-position: 0 15px;
        background-size: auto 100%;
        height: 537px;
        left: 85px;
        width: 100%;
    }
    #section-6::after {
        background-position: 0 0;
        background-size: auto 550px;
    }
    .on-hvr {
        padding: 0 30px;
    }
    .moduletable.price-twn {
        height: auto;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        margin: auto;
        float: none;
    }
    #section-4 h2 {
        font-size: 40px;
        line-height: 48px;
    }
    #section-4 p {
        font-size: 22px;
        text-align: left;
    }
    #section-4 .row {
        max-width: 600px;
        padding: 0 15px;
    }
    #section-4 p::after {
        bottom: -32px;
        right: 0;
        top: auto;
    }
    #section-4 {
        background: rgba(0, 0, 0, 0) url("../images/bg3.png") no-repeat scroll 83% 65.5%;
        overflow: hidden;
        padding: 75px 0;
        text-align: center;
    }
    .moduletable.price-twn::before {
        right: -31px;
    }
    .moduletable.tour-spl {
        height: auto;
        width: 100%;
        padding: 0;
    }
    .custom.tour-spl {
        padding: 70px 15px;
    }
    .moduletable.tour-spl::after {
        background-position: top right;
        background-size: auto 100%;
    }
    .moduletable.tour-spl::before {
        background-size: 330px auto;
        left: 0;
        width: 100%;
        background-position: center 85%;
    }
    .custom.price-twn::before {
        right: auto;
        top: 64px;
        left: 0;
    }
    .custom.price-twn {
        padding-left: 305px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #section-5 .table>h3 {
        font-size: 28px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    #section-5 .table>h3 span {
        font-size: 24px;
    }
    .column.col-md-12.fullphoto-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    #section-5 .slick-list article .column.pull-left .table {
        max-width: 720px;
        width: 100%;
    }
    .slick-slide img {
        display: block;
        width: 100%;
    }
    #section-5 .slick-list article .column.pull-left {
        display: block;
        height: 100%;
        padding: 250px 15px 168px;
        width: 100%;
        position: relative;
    }
    #section-5 .slick-list article .column.pull-left .table .th-img {
        width: 100%;
        margin: auto;
    }
    .row.slider.slider-client-nav.slick-initialized.slick-slider {
        margin-top: 0;
        max-width: 625px;
        padding-left: 0;
        text-align: right;
    }
    .section.section-client-list.section-grey {
        left: 0;
        position: absolute;
        top: 65%;
        width: 100%;
        z-index: 1;
    }
    .slick-dots {
        display: none !important;
    }
    #section-5 .slick-list article .max-width a {
        left: 50px;
    }
    .slider-testimonial .img-box>img {
        display: block;
        height: 100%;
        margin: auto;
        max-width: 5000px;
        width: auto;
        float: right;
        margin-right: -166%;
    }
    .slider-testimonial .img-box,
    .slider-testimonial .table-cell-logo,
    .slider-testimonial .photo-bg {
        height: 100%;
        text-align: center;
    }
    #section-5 .slick-list article .column.pull-left .table .table-cell {
        height: auto;
        padding: 85px 50px;
        width: 100%;
        float: none;
    }
    .slider-con {
        padding: 0 15px;
    }
    .clph {
        background: rgba(0, 0, 0, 0) url("../images/tab-ph-icon.png") no-repeat scroll right top / auto 100%;
        display: block;
        height: 45px;
        width: 45px;
    }
    .moduletable.phn-mob.for-mobile {
        left: 15px;
        padding: 0;
        position: absolute;
        top: 63px;
        width: 45px;
    }
    .moduletable.phn-mob.for-mobile.active .custom.phn-mob.for-mobile {
        display: block;
    }
    .custom.phn-mob.for-mobile {
        background: #ffffff none repeat scroll 0 0;
        border: 2px solid #e84c4d;
        display: none;
        left: -7px;
        padding: 4px 0;
        position: absolute;
        top: 60px;
        width: 180px;
    }
    .phn-mob.active .clph {
        background-position: left top;
    }
    .phn-mob.for-mobile a.phn {
        color: #e84c4d;
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }
    .phn-mob.for-mobile a.map-dir {
        display: block;
        color: #131428;
        font-size: 18px;
        line-height: 21px;
    }
    .custom.phn-mob.for-mobile:after,
    .custom.phn-mob.for-mobile:before {
        bottom: 100%;
        left: 16%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .custom.phn-mob.for-mobile:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 9px;
        margin-left: -9px;
    }
    .custom.phn-mob.for-mobile:before {
        border-color: rgba(232, 76, 77, 0);
        border-bottom-color: #E84C4D;
        border-width: 12px;
        margin-left: -12px;
    }
    .item-pagecontact-page {
        margin: auto;
        max-width: 600px;
        padding: 0;
    }
    .page-header h2::after {
        margin-left: 0;
        margin-right: auto;
    }
    .cnt-left {
        float: none;
        margin: auto;
        max-width: 335px;
        padding-top: 50px;
        width: 100%;
    }
    .moduletable.soc-ftr {
        padding-top: 15px;
    }
    .our-t-bann .row>img,
    .our-t-bann .row>h5 {
        display: none;
    }
    .our-t-bann .row>h2 {
        font-size: 36px;
        line-height: normal;
    }
    .our-t-bann .row>h2::after {
        margin-bottom: 0;
        margin-top: 4px;
    }
    .category-desc.clearfix>h4 {
        padding: 20px 0 0;
    }
    .ot-blog .blg-left {
        padding: 25px 30px;
    }
    .blog .items-row:nth-child(2n+1) {
        clear: both;
    }
    .ot-blog .blg-left>p:nth-child(3),
    .ot-blog .blg-left a {
        display: block;
        margin: 14px auto;
        text-align: center;
        vertical-align: middle;
    }
    body.home-page {
        padding-top: 203px;
    }
    .blog.ot-blog .items-row .item .most-popular {
        left: -6px;
        margin-bottom: 0;
        margin-top: 25px;
        position: relative;
        top: 0;
    }
    .ot-blog .blog .page-header>h2 a {
        text-align: left;
    }
    .rl_sliders.accordion {
        margin-right: auto;
    }
    .droptablesresponsive.droptablestable {
        margin-right: auto;
    }
    .reqt .contain-b {
        margin: auto -15px 80px;
        padding: 0 24px;
        width: auto;
    }
    .blog .items-row {
        float: left;
        margin: 0 20px 40px;
        max-width: 440px;
        vertical-align: top;
        width: 44%;
    }
    .blogs {
        margin: 0 -20px;
    }
    .blog .items-row:nth-child(2n) {
        float: right;
    }
    .blogs::after {
        clear: both;
        content: "";
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #header-section {
        z-index: 1000;
    }
    .item-page.segwaydemaprivtour .uk-slidenav-position .uk-slidenav {
        display: block !important;
    }
    .item-page.corporatetoursnew .aboutattrac {
        padding: 50px 15px 10px;
    }
    .item-page.corporatetoursnew ul.uk-slideset li .uk-panel .uk-panel-teaser img {
        width: 100%;
    }
    .item-page.corporatetoursnew ul.uk-slideset li .uk-panel-teaser img,
    .item-page.aboutusnew .abtbtmbann .uk-slideset li .uk-panel-teaser img {
        min-height: auto;
    }
    .item-page.corporatetoursnew .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
    }
    .item-page.aboutusnew .expcom,
    .item-page.segwaydemaprivtour .expcom {
        padding: 50px 15px;
    }
    .item-page.segwaydemaprivtour ul.uk-slideset li .uk-panel .uk-panel-teaser img {
        width: 100%;
    }
    .item-page.segwaydemaprivtour .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
    }
    .item-page.segwaydemaprivtour .aboutattrac h4 {
        margin: 0 auto 20px;
    }
    .item-page.segwaydemaprivtour .aboutattrac ul li {
        padding-left: 40px;
        text-align: left;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt>a {
        width: 300px;
        margin: 0 auto 20px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns p {
        float: none;
        margin: auto;
        width: 400px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns p img.seimg {
        margin: auto;
    }
    .custom.tour-spl>p {
        text-align: center;
    }
    .tour-inner .popfeat>.row>p {
        text-align: center;
    }
    #spinnaker-modal-0 #spinnaker-modal-close {
        right: 0;
        top: 0;
        left: auto;
    }
    .blog.ot-blog .blogs {
        margin: auto;
    }
    .blog.ot-blog .blogs .items-row {
        margin: auto;
        width: 100%;
        clear: none;
        float: none;
        max-width: 100%;
    }
    .blog.ot-blog .blogs .items-row .item {
        display: block;
    }
    .blog.ot-blog .blogs .items-row .item .blg-intro-img {
        max-width: 100%;
    }
    .blog.ot-blog .blogs .items-row .blg-left {
        max-width: 100%;
        display: block;
    }
    .blog.ot-blog .items-row .item .most-popular {
        right: -100px;
        margin-top: 0;
        position: absolute;
        top: 60px;
        left: auto;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt {
        max-width: 100%;
        padding: 50px;
    }
    .blog.ot-blog .blogs .items-row:nth-child(2n) .blg-left {
        padding-left: 0;
    }
    .blog.ot-blog .blogs .items-row:last-child .blg-left h2 a {
        text-align: center !important;
    }
    .blog.ot-blog .category-desc .desc-back {
        padding: 40px 15px;
    }
    .blog.ot-blog .blogs .items-row:nth-child(2) .blg-left h3 a {
        text-align: left;
    }
    .aboutpara {
        padding: 50px 0;
    }
    .time1, .time2 {
        font-size: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .item-page.aboutusnew .uk-grid>div .uk-panel .uk-panel-teaser img {
        height: auto;
        width: 100%;
    }
    .item-page.aboutusnew .aboutattrac h4,
    .item-page.aboutusnew .aboutattrac ul {
        padding-left: 0;
    }
    .item-page.aboutusnew .aboutattrac ul li {
        max-width: 100%;
    }
    .item-page.aboutusnew .expcom h5 {
        font-size: 20px;
        background: none;
    }
    .blog.ot-blog .blogs .items-row .blg-intro-img a.grn-btn {
        bottom: 0;
        font-size: 16px;
        min-width: 265px;
        padding-right: 75px;
        line-height: 65px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt {
        padding: 20px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .seimg {
        margin-top: 0;
    }
}

#_pktp {
    display: none;
}

.red-alert {
    background: #f44336 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    margin: 0 -5px 40px;
    opacity: 0.83;
    overflow: hidden;
    padding: 20px;
    text-align: left;
}

#userForm .alert-gldngt {
    display: none;
}

#userForm .red-alert .closebtn {
    float: right;
    cursor: pointer;
    font-size: 34px;
    line-height: 29px;
}

.contain-b #userForm .alert-gldngt.red-alert {
    display: block;
}

#userForm .alert-grpon {
    display: none;
}

.contain-b #userForm .alert-grpon.red-alert {
    display: block;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

#footer .moduletable.ftr-pri-menu {
    float: right;
}

.fws2 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.section-client-testimonials .section-client-list .row.slider.slider-client-nav.slick-initialized.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
}

@media only screen and (max-width:767px) {
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns p {
        width: 320px;
    }
    .blog.ot-blog .blogs .items-row .blg-left .blg-inn-cnt .intrbtns a.grn-btn {
        line-height: 60px;
    }
    .time1::before, .time2::before {
        width: 5px;
        height: 5px;
        top: 8px;
    }
    .time1, .time2 {
        font-size: 15px;
        padding-left: 10px;
        line-height: 20px;
    }
}

.cpnb-warningBox-show-fade-in.cpnb-outer.cpnb-div-position-bottom.cpnb-warningBox-show-fade-out {
    z-index: -1;
    visibility: hidden;
}