/* Generated by less 2.5.1 */
:root {
    --primary_color: #0094dc;
    --primary_color_dark: #0477ad;
    --secondary_color: #a6ce39 !important;
    --text_primary_color: #525659;
    --accent_color: #5aac62;
    --text_light: #ffffff;
    --text_dark: #000000;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    padding: 0;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
    display: block;
}

* {
    box-sizing: border-box;
}

.clear {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    clear: both;
}

.container:before,
.row:before {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.container:after,
.row:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    clear: both;
}

img,
object,
embed {
    max-width: 100%;
}



label {
    font-size: 12px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

label.required:after {
    content: " *";
    color: #ff0000;
    font-weight: 600;
}

label.blank {
    height: 16px;
}

.msg-error {
    background: #ff0000;
    display: block;
    color: #fff;
    line-height: normal;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    position: relative;
}

.msg-error:after {
    content: '';
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -6px;
    width: 0;
    -moz-transform: scale(0.9999);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eb6357;
}

.list-error ul {
    list-style: none;
    background: #ff0000;
    display: block;
    color: #fff;
    line-height: normal;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    position: relative;
}

.list-error ul:after {
    content: '';
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -6px;
    width: 0;
    -moz-transform: scale(0.9999);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eb6357;
}

.list-error ul li:last-child {
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
}

input:-moz-placeholder {
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="file"],
input[type="number"],
input[type="url"],
textarea,
select {
    border: 1px solid #ddd;
    /*color: #333;*/
    outline: none;
    color: rgba(0, 0, 0, .87);
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="file"],
input[type="number"],
input[type="url"],
select {
    height: 30px;
    padding: 0 10px;
}

input[type="button"],
input[type="submit"],
button[type="submit"],
button[type="reset"] {
    background: #666;
    border: 0;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 0 20px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover {
    background: #333;
}

button i {
    position: relative;
}

button.btn-lg {
    background: #ffffff url('../images/style/select.png') right center no-repeat;
    border: 1px solid #ddd;
    color: #555;
    padding-left: 10px;
    text-align: left;
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 10px;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    width: 100%;
}

.dropdown-menu li {
    line-height: 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 5px 0;
}

.dropdown-menu li:last-child {
    border-bottom: 0;
}

.open .dropdown-menu {
    display: block;
}

select {
    background: #ffffff url('../images/style/select.png') right center no-repeat;
    padding: 0 10px;
}

select[multiple] {
    height: auto;
    padding: 0;
}

select[multiple] option {
    height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #dddddd;
}

select option {
    padding: 5px;
}

textarea {
    padding: 5px 10px;
}

/* Checkbox */

.checkbox {
    display: block;
    margin-bottom: 10px;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox.inline {
    float: left;
    margin: 0 20px 0 0;
}

.checkbox.inline:last-child {
    margin-right: 0;
}

.checkbox label {
    font-weight: 400;
    margin: 0;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    background: url(../images/style/cb_uncheck.png) left top no-repeat;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:checked + label:before {
    background: url(../images/style/cb_check.png) left top no-repeat;
}

/* Radiobox */

.radiobox {
    display: block;
    margin-bottom: 10px;
}

.radiobox:last-child {
    margin-bottom: 0;
}

.radiobox.inline {
    float: left;
    margin: 0 20px 0 0;
}

.radiobox.inline:last-child {
    margin-right: 0;
}

.radiobox label {
    font-weight: 400;
    margin: 0;
}

.radiobox input[type="radio"] {
    display: none;
}

.radiobox input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/style/rb_uncheck.png) left top no-repeat;
    cursor: pointer;
}

.radiobox input[type="radio"]:checked + label:before {
    background: url(../images/style/rb_check.png) left top no-repeat;
}

.formRadius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btnRadius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.borderRadius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.borderRadius20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.borderRadiusTop {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderRadiusRight {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.borderRadiusBottom {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.borderRadiusLeft {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.borderRound {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.noRadius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.boxShadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.boxShadowDark {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.boxShadowUp {
    -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
}

.boxShadowDown {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.boxShadowWide {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.notifyShadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
}

.innerShadow {
    -webkit-box-shadow: inset 0px 0px 24px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 0px 24px 3px rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 24px 3px rgba(0, 0, 0, 0.24);
}

.noShadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hoverEffect {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.imageEffect {
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

.alignLR {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.alignTB {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.alignC {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.alignNone {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.blackShade {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.clearafter {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.carousel {
    background: #333;
    position: relative;
    line-height: 0;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item figure {
    margin: 0;
    padding: 0;
}

.carousel-inner > .item figure:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control,
.carousel-control:focus {
    color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    height: 50px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 50px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.carousel-control:hover {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}

.carousel-control.left,
.carousel-control.right {
    font-family: FontAwesome;
    font-style: normal;
    font-size: 70px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.carousel-control.left:before,
.carousel-control.right:before {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.carousel-control.left {
    left: 20px;
}

.carousel-control.left:before {
    content: "\f104";
}

.carousel-control.right {
    left: auto;
    right: 20px;
}

.carousel-control.right:before {
    content: '\f105';
}

.carousel-indicators {
    position: absolute;
    top: 50%;
    right: 35px;
    z-index: 15;
    width: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.3);
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 0;
    padding: 0;
    text-indent: -999px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.carousel-indicators li.active {
    background: #fff;
}

.carousel-caption {
    color: #fff;
    left: 0;
    line-height: normal;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.carousel-caption .title {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    padding: 0 50px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel-caption .readon {
    display: block;
    padding-top: 30px;
    font-weight: 600;
    text-align: center;
}

/* For Fade Effect */

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    -webkit-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}

.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    -webkit-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }

    .carousel-caption .frame {
        padding: 15px;
        font-size: 11px;
    }

    .carousel-caption .frame h3 {
        font-size: 14px;
    }
}

html,
body {
    height: 100%;
    width: 100%;
    color: #555555;
    font-family: 'Roboto', sans-serif;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

body {
    background: #f9f9f9;
}

h1 {
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 10px 0;
}

h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 10px 0;
}

h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 10px 0;
}

h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 10px 0;
}

h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 10px 0;
}

h6 {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 10px 0;
}

p {
    margin: 0 0 20px 0;
}

strong {
    font-weight: 600;
}

small {
    line-height: normal;
}

a {
    color: #555555;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #333333;
}

ul,
ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul li,
ol li {
    /*margin-bottom: 10px;*/
}

.txtLeft {
    text-align: left;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

blockquote {
    color: #555555;
    border-left: 5px solid #666666;
    background: #f7f7f7;
    font-style: italic;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
}

blockquote p:last-child {
    margin-bottom: 0;
}

figure {
    display: block;
    line-height: 0;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    text-align: center;
}

figure img {
    width: 100%;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 450px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 450px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper:last-child {
    margin-bottom: 0;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.container {
    display: block;
    padding: 0;
    position: relative;
    /*width: 90%;*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .container {
        margin: 0 15px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container {
        margin: 0 30px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        margin: 0 60px;
    }
}

.container .row {
    display: block;
    margin: 0 -10px;
}

.container .row:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.container [class*="col-"] {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.container .col-1 {
    width: 8.33%;
}

.container .col-2 {
    width: 16.66%;
}

.container .col-3 {
    width: 25%;
}

.container .col-4 {
    width: 33.33%;
}

.container .col-5 {
    width: 41.66%;
}

.container .col-6 {
    width: 50%;
}

.container .col-7 {
    width: 58.33%;
}

.container .col-8 {
    width: 66.66%;
}

.container .col-9 {
    width: 75%;
}

.container .col-10 {
    width: 83.33%;
}

.container .col-11 {
    width: 91.66%;
}

.container .col-12 {
    width: 100%;
}

.tags {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.tags.small {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
}

.tags.success {
    background: #489f27;
}

.tags.primary {
    background: #2964a0;
}

.tags.warning {
    background: #990000;
}

.tags.inactive {
    background: #333333;
}

.tags.active {
    background: #ff8b03;
}

a.tags:hover {
    background: #333333;
    color: #ffffff;
}

label {
    font-weight: 700;
    color: #000000;
    display: block;
    min-height: 15px;
}

input,
textarea,
select,
button {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button[type="button"] {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="file"],
input[type="number"],
input[type="url"],
select {
    height: 35px;
    line-height: 35px;
}

input[type="submit"],
button[type="submit"],
button[type="reset"],
button[type="button"] {
    background: #0094da;
    color: #ffffff;
    /* line-height: 26px; */
    /* height: 28px; */
    /* padding: 10px 20px; */
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover {
    background: #666666;
}

input[type="submit"].full,
button[type="submit"].full,
button[type="reset"].full,
button[type="button"].full {
    width: 100%;
}

select {
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select option {
    background: #fff;
    padding-left: 10px;
}

.form-group {
    display: block;
}

.form-group:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.form-group .box-group {
    line-height: 0;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

.form-group .box-group:last-child {
    margin-bottom: 0;
}

.form-group .box-group:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.form-group .box-group .col-2x {
    display: block;
    float: left;
    margin-right: 20px;
    width: calc(50% - 10px);
}

.form-group .box-group .col-2x:last-of-type {
    margin-right: 0;
}

.form-group .box-group .col-3x {
    display: block;
    float: left;
    margin-right: 20px;
    width: calc(33.33% - 13.33px);
}

.form-group .box-group .col-3x:last-of-type {
    margin-right: 0;
}

.form-group .box-group .col-4x {
    display: block;
    float: left;
    margin-right: 20px;
    width: calc(25% - 15px);
}

.form-group .box-group .col-4x:last-of-type {
    margin-right: 0;
}

.form-group .box-group .col-5x {
    display: block;
    float: left;
    margin-right: 20px;
    width: calc(20% - 16px);
}

.form-group .box-group .col-5x:last-of-type {
    margin-right: 0;
}

.form-group .box-group .col-6x {
    display: block;
    float: left;
    margin-right: 10px;
    width: calc(16.66% - 8.33px);
}

.form-group .box-group .col-6x:last-of-type {
    margin-right: 0;
}

.form-group .box-group .col-7x {
    display: block;
    float: left;
    margin-right: 10px;
    width: calc(14.28% - 14px);
}

.form-group .box-group .col-7x:last-of-type {
    margin-right: 0;
}

.form-group .box-group .small {
    width: 150px;
}

.form-group .box-group .inline {
    margin-bottom: 15px;
}

.alert {
    background: #333333;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    padding: 10px 40px 10px 15px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.alert .btn_close {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
}

.alert .btn_close:hover {
    color: #ffffff;
}

.alert.alert-success {
    background: #489f27;
}

.alert.alert-danger {
    background: #990000;
}

.table-responsive {
    display: block;
    margin: 0 0 22px 0;
    overflow-x: auto;
}

.table-responsive:before,
.table-responsive:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.table-responsive table {
    border: 1px solid #e5e5e5;
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.table-responsive table.border-top {
    border-top: 1px solid #e5e5e5;
}

.table-responsive table thead tr th {
    background: #0094da;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 14px;
    text-align: left;
    vertical-align: top;
}

.table-responsive table thead tr th.left {
    text-align: right;
}

.table-responsive table thead tr th.center {
    text-align: center;
}

.table-responsive table thead tr th.right {
    text-align: right;
}

.table-responsive table thead tr th.action {
    width: 120px;
}

.table-responsive table tbody tr td {
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 14px;
    vertical-align: top;
}

.table-responsive table tbody tr td.left {
    text-align: right;
}

.table-responsive table tbody tr td.center {
    text-align: center;
}

.table-responsive table tbody tr td.right {
    text-align: right;
}

.table-responsive table tbody tr td.action {
    width: 120px;
}

.table-responsive table tbody tr:hover {
    background: #f9f9f9;
}

.table-responsive table tbody tr:last-child td {
    border-bottom: 0;
}

.pagenav {
    display: block;
    text-align: center;
}

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

.pagenav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagenav li a,
.pagenav li span {
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    line-height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.pagenav li a:hover,
.pagenav li span:hover {
    background: rgba(0, 0, 0, 0.05);
}

.pagenav li.active span {
    background: var(--secondary_color);
    color: #ffffff;
}

.pagenav li.disabled span {
    cursor: default;
    color: #999999;
}

.pagenav li.disabled span:hover {
    background: transparent;
    color: #999999;
}

#breadcrumbBlock {
    margin: 10px 0;
}

ul.breadcrumb {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px 15px;
}

ul.breadcrumb:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

ul.breadcrumb li {
    display: inline-block;
    margin-bottom: 0;
}

ul.breadcrumb li:after {
    content: " \00BB";
    padding: 0 5px;
    font-size: 120%;
}

ul.breadcrumb li:last-child:after {
    content: none;
}

ul.breadcrumb li a {
    line-height: 40px;
    color: #999999;
}

ul.breadcrumb li a:hover {
    color: #000000;
}

.title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    line-height: 40px;
    color: #0094da;
    margin-bottom: 15px;
}

.title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background: #0094da;
    z-index: 99;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #676d89;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

#preloader #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* centers the loading animation horizontally one the screen */
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/style/preloader.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

.msg {
    display: block;
    width: 100%;
}

.msg .sucess {
    background: #489f27;
    color: #ffffff;
    line-height: 30px;
    padding: 0 30px;
    position: relative;
}

.msg .sucess:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    position: absolute;
    top: 0;
    left: 10px;
    color: #ffffff;
}

.msg .error {
    background: red;
    color: #ffffff;
    line-height: 30px;
    padding: 0 30px;
    position: relative;
}

.msg .error:before {
    content: "\f00d";
    font-family: 'fontAwesome';
    position: absolute;
    top: 0;
    left: 10px;
    color: #ffffff;
}

header {
    display: block;
    padding: 0 0;
    background: #ffffff;
}

header a.menu {
    display: none;
}

header h1#logo {
    display: block;
    margin-bottom: 0;
    float: left;
    /*  width: 200px;*/
    /*margin-right: 30px;*/
}

header h1#logo img {
    /*height: 85px;*/
}

header .right {
    float: right;
    position: relative;
}

header .right .calls {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

header .right .calls:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

header .right .calls li {
    float: left;
    margin: 0 15px 0 0;
}

header .right .calls li.text {
    position: relative;
    padding-left: 35px;
}

header .right .calls li.text:before {
    content: '';
    background-image: url(../images/media/phone-receiver.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

header .right .calls li a {
    display: block;
}

header .right .calls li.text a {
    display: block;
    line-height: 49px;
    font-weight: 700;
    font-size: 24px;
    color: #00baff;
}

header .right .calls li img {
    height: 50px;
}

nav {
    display: block;
    background: #0094da;
}

nav ul.mainmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 20px;
}

nav ul.mainmenu li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    line-height: 35px;
}

nav ul.mainmenu li a,
nav ul.mainmenu li span {
    display: block;
    cursor: pointer;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

nav ul.mainmenu li a:hover,
nav ul.mainmenu li span:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

nav ul.mainmenu li:last-child {
    margin-right: 0;
    border: 0;
}

nav ul.mainmenu li.active a {
    /*border-bottom: 2px solid #ffffff;*/
}

nav ul.mainmenu li ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 240px;
    background: #00baff;
    z-index: 998;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

nav ul.mainmenu li ul li {
    float: none;
    padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #00a7e6;
}

nav ul.mainmenu li ul li a {
    border-bottom: 0;
}

nav ul.mainmenu li ul li a:hover {
    border-bottom: 0;
}

nav ul.mainmenu li ul li:hover {
    background: #00a7e6;
}

nav ul.mainmenu li:hover > ul {
    display: block;
}

nav .buttons {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    float: right;
}

nav .buttons:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

nav .buttons li {
    float: left;
    margin: 0 10px 0 0;
    display: block;
}

nav .buttons li:last-child {
    margin-right: 0;
}

nav .buttons li a {
    display: block;
    line-height: 25px;
    background: #ffffff;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

nav .buttons li a i {
    margin-right: 5px;
}

nav .buttons li.blue a {
    background: #008cc0;
    color: #ffffff;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#TopImage {
    display: block;
    /*margin-bottom: 40px;*/
}

#TopImage .searchWrap {
    display: block;
    position: relative;
}

#TopImage .searchWrap .searchBlock {
    position: absolute;
    top: 0px;
    left: 5%;
    width: 355px;
    z-index: 99;
    /*background: #ffffff;*/
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}

#TopImage .searchWrap .searchBlock:hover {
    background: #ffffff;
}

#TopImage .searchWrap .searchBlock #tabber ul {
    border-bottom: 2px solid #e5e5e5;
}

#TopImage .searchWrap .searchBlock #tabber ul li {
    width: 33.30%;
}

#TopImage .searchWrap .searchBlock #tabber ul li a {
    text-align: center;
    font-size: 14px;
    color: #0094da;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    line-height: normal;
    position: relative;
    /*background: #666666;*/
}

#TopImage .searchWrap .searchBlock #tabber ul li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}

#TopImage .searchWrap .searchBlock #tabber ul li a span {
    display: block;
    text-align: center;
    line-height: normal;
}

/*#TopImage .searchWrap .searchBlock #tabber ul li a span i {*/
/*display: block;*/
/*margin: 0 auto;*/
/*background: url(../images/style/searchtitle.png);*/
/*height: 20px;*/
/*width: 20px;*/
/*margin-bottom: 5px;*/
/*}*/

/*#TopImage .searchWrap .searchBlock #tabber ul li a span i.planT {*/
/*background-position: 0 0;*/
/*}*/

/*#TopImage .searchWrap .searchBlock #tabber ul li a span i.hotelT {*/
/*background-position: 40px 0;*/
/*}*/

/*#TopImage .searchWrap .searchBlock #tabber ul li a span i.activitiesT {*/
/*background-position: 20px 0;*/
/*}*/

#TopImage .searchWrap .searchBlock #tabber ul li a:hover {
    /*color: #fff;*/
}

#TopImage .searchWrap .searchBlock #tabber ul li a:hover:after {
    background: rgb(0, 114, 234);
}

#TopImage .searchWrap .searchBlock #tabber ul li a:hover span i {
    background-position-y: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#TopImage .searchWrap .searchBlock #tabber ul li.r-tabs-state-active a {
    /*color: #fff;*/
}

#TopImage .searchWrap .searchBlock #tabber ul li.r-tabs-state-active a:after {
    background: #fff;
}

#TopImage .searchWrap .searchBlock #tabber ul li.r-tabs-state-active a span i {
    background-position-y: 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group {
    margin-bottom: 10px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group .box {
    padding-left: 15px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group:last-child {
    margin-bottom: 0;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group .radiobox label {
    color: #000000;
    font-weight: 500;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #666666;
    background: url(../images/style/searchbox-icons.png);
    height: 20px;
    width: 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i.to {
    background-position: 63px 0;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i.calendar {
    background-position: 39px 0;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i.adult {
    background-position: 20px 0;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i.children {
    background-position: 39px 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i.infant {
    background-position: 0 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group i.cabin {
    background-position: 63px 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
    font-weight: normal;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group input {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group select {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .form-group .box-group .searchFlightB button {
    border-radius: 5px;
    padding: 10px 65px;
    line-height: 10px;
    width: 100%;
    text-transform: uppercase;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative {
    position: relative;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .btn_opt {
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    cursor: pointer;
    display: block;
    line-height: 40px;
    padding: 0 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: none;
    padding: 10px;
    position: absolute;
    top: 70px;
    right: 0;
    width: 270px;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt.active {
    display: block;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt:before {
    content: "";
    border-bottom: 6px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -6px;
    right: 91px;
    z-index: 99;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt:after {
    content: "";
    border-bottom: 8px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 88px;
    z-index: 98;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li.number:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li.number button {
    color: #0094da;
    background: #ffffff;
    float: left;
    font-size: 10px;
    line-height: 16px;
    height: 20px;
    text-align: center;
    border: 2px solid #e5e5e5;
    width: 20px;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li.number button i {
    position: static;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li.number input {
    background: transparent;
    border: 0;
    color: #000000;
    font-weight: 700;
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 30px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li.number div {
    padding-left: 20px;
    float: left;
    line-height: 20px;
}

#TopImage .searchWrap .searchBlock #tabber .r-tabs-panel .formWrapper .relative .popup_opt ul li.number div small {
    padding-left: 5px;
    color: #999999;
}

#TopImage .searchWrap .searchBlock #tabber #includes ul,
#TopImage .searchWrap .searchBlock #tabber #excludes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#TopImage .searchWrap .searchBlock #tabber #includes ul li,
#TopImage .searchWrap .searchBlock #tabber #excludes ul li {
    padding-left: 25px;
    position: relative;
}

#TopImage .searchWrap .searchBlock #tabber #includes ul li:before,
#TopImage .searchWrap .searchBlock #tabber #excludes ul li:before {
    color: var(--secondary_color);
    content: "\f046";
    font-family: 'fontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

#TopImage .searchWrap .searchBlock #tabber #includes ul li:last-child,
#TopImage .searchWrap .searchBlock #tabber #excludes ul li:last-child {
    margin-bottom: 0;
}

#TopImage .searchWrap .smallSlider {
    position: absolute;
    top: 00px;
    /*right: 40px;*/
    right: 5%;
    background: #ffffff;
    /*padding: 10px;*/
    max-width: 300px;
}

#TopImage .searchWrap .smallSlider .carousel-control {
    display: none;
}

#TopImage .searchWrap .smallSlider .carousel-control.left {
    left: -40px;
    font-size: 30px;
    background: #ffffff;
    color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#TopImage .searchWrap .smallSlider .carousel-control.right {
    right: -40px;
    font-size: 30px;
    background: #ffffff;
    color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.topbannerFlight {
    margin-bottom: 30px;
}

.topbannerFlight figure {
    margin: 0;
}

#flightBlock .text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

#flightBlock .block {
    display: block;
}

#flightBlock .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#flightBlock .block .box {
    width: calc(16.66% - 25px);
    float: left;
    margin: 0 30px 30px 0;
}

#flightBlock .block .box:nth-child(6n + 6) {
    margin-right: 0;
}

#icons {
    display: block;
}

#icons .blocks {
    display: block;
    /*margin-bottom: 40px;*/
}

#icons .blocks:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#icons .blocks .box {
    width: calc(25% - 22.5px);
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
}

#icons .blocks .box figure {
    display: inline-block;
    margin: 0 auto;
    width: 180px;
}

#icons .blocks .box:nth-child(4n + 4) {
    margin-right: 0;
}

#myCarousel1 img {
    width: 100%;
}

.center {
    text-align: center;
}

.login {
    margin: 70px 0;
    position: relative;
}

.login:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.login .login-box {
    background: #ffffff;
    display: block;
    padding: 50px 100px;
    width: 50%;
    margin: 0 auto;
}

.login .login-box h4 {
    margin-bottom: 20px;
}

.login .login-box button {
    padding: 0 20px;
}

.login .login-box #forgetPasswordC a {
    color: #0094da;
}

.login .social-login {
    display: block;
    float: left;
    padding: 70px 100px 20px 100px;
    width: 50%;
}

.login .social-login h4 {
    text-align: center;
    margin-bottom: 20px;
}

.login .social-login a {
    color: #ffffff;
    display: block;
    line-height: 40px;
    padding-left: 50px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.login .social-login a:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 40px;
    top: 1px;
}

.login .social-login a:after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 41px;
    top: 1px;
}

.login .social-login a i {
    font-size: 20px;
    line-height: normal;
    position: absolute;
    left: 0;
    text-align: center;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.login .social-login a.btn_fb {
    background: #3b5998;
    margin-bottom: 20px;
}

.login .social-login a.btn_fb:hover {
    background: #2d4373;
}

.login .social-login a.btn_gp {
    background: #dd4b39;
}

.login .social-login a.btn_gp:hover {
    background: #c23321;
}

.login #forgetpasswordEmail {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    width: 600px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    z-index: 99;
}

.login #forgetpasswordEmail .head {
    position: relative;
    margin-bottom: 20px;
}

.login #forgetpasswordEmail .head .icon {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    cursor: pointer;
    background: transparent;
    width: 30px;
    height: 30px;
    color: #0094da;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.login #forgetpasswordEmail .head .icon:hover {
    background: #0094da;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.login #forgetpasswordEmail input {
    margin-bottom: 15px;
}

.login .signup {
    margin-top: 30px;
}

.login .signup a {
    color: #0094da;
}

#featureDeals {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

#featureDeals .owl-carousel .offers {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 295px;
}

#featureDeals .owl-carousel .offers figure {
    margin: 0;
    height: 180px;
}

#featureDeals .owl-carousel .offers figure .category {
    background: var(--secondary_color);
    color: #ffffff;
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#featureDeals .owl-carousel .offers .caps {
    text-align: left;
    padding: 15px;
    top: 180px;
}

#featureDeals .owl-carousel .offers:hover .caps {
    top: 0;

    background: rgba(0, 00, 0, .65);
}

#featureDeals .owl-carousel .offers:hover .caps .head,
#featureDeals .owl-carousel .offers:hover .caps p {
    color: #fff;
}

#featureDeals .owl-carousel .offers:hover .caps p span {
    color: var(--secondary_color);
}

#featureDeals .owl-carousel .offers .caps .head {
    font-size: 16px;
    color: #000000;
    line-height: normal;
}

#featureDeals .owl-carousel .offers .caps p {
    color: #999999;
    margin-bottom: 0;
}

#featureDeals .owl-carousel .offers .caps p span {
    display: block;
    font-weight: 600;
    color: var(--secondary_color);
    font-size: 18px;
    line-height: 30px;
}

#featureDeals .owl-carousel .owl-nav .owl-prev,
#featureDeals .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    color: #0094da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#featureDeals .owl-carousel .owl-nav .owl-prev i,
#featureDeals .owl-carousel .owl-nav .owl-next i {
    font-weight: 600;
    font-size: 18px;
}

#featureDeals .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

#packagesIx {
    display: block;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 0;
}

#packagesIx .owl-carousel .offers {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#packagesIx .owl-carousel .offers figure {
    margin: 0;
    position: relative;
}

#packagesIx .owl-carousel .offers figure .view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    filter: alpha(opacity=0);
}

#packagesIx .owl-carousel .offers figure .view a {
    display: block;
    background: var(--secondary_color);
    color: #ffffff;
    padding: 0 25px;
    line-height: 40px;
    text-transform: uppercase;
}

#packagesIx .owl-carousel .offers .caps {
    text-align: left;
    padding: 15px;
    background: #f9f9f9;

}

#packagesIx .owl-carousel .offers:hover .caps {
    background: rgba(0, 0, 0, 0.7);
}

#packagesIx .owl-carousel .offers:hover .caps .head {
    color: #fff;
}

#packagesIx .owl-carousel .offers .caps .place {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
}

#packagesIx .owl-carousel .offers .caps .head {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 25px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

#packagesIx .owl-carousel .offers .caps .price span {
    color: var(--secondary_color);
}

#packagesIx .owl-carousel .owl-nav .owl-prev,
#packagesIx .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    color: #0094da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#packagesIx .owl-carousel .owl-nav .owl-prev i,
#packagesIx .owl-carousel .owl-nav .owl-next i {
    font-weight: 600;
    font-size: 18px;
}

#packagesIx .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

#TabBlock {
    display: block;
    margin-bottom: 10px;
}

#TabBlock #tabber ul {
    display: block;
}

#TabBlock #tabber ul li {
    display: inline-block;
    float: none;
    border: 1px solid #e5e5e5;
}

#TabBlock #tabber ul li a {
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 0 15px;
    line-height: 40px;
    text-transform: uppercase;
}

#TabBlock #tabber ul li a:hover {
    background: #ffffff;
    color: #0094da;
}

#TabBlock #tabber ul li.r-tabs-state-active a {
    background: var(--secondary_color);
    color: #ffffff;
}

#TabBlock #tabber .r-tabs-panel {
    /*padding: 10px;*/
}

#TabBlock .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#TabBlock .block .box {
    width: calc(25% - 15px);
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    position: relative;
    overflow: hidden;
    height: 285px;
}

#TabBlock .block .box:nth-child(4n + 4) {
    margin-right: 0;
}

#TabBlock .block .box figure {
    margin: 0;
    position: relative;
    height: 200px;
}

#TabBlock .block .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#TabBlock .block .box figure .view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    filter: alpha(opacity=0);
}

#TabBlock .block .box figure .view a {
    display: block;
    background: var(--secondary_color);
    color: #ffffff;
    padding: 0 25px;
    line-height: 40px;
    text-transform: uppercase;
}

#TabBlock .block .box .caps {
    background: #ffffff;
    text-align: left;
    padding: 15px;

    position: absolute;
    top: 200px;
    height: 100%;
    width: 100%;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

#TabBlock .block .box:hover .caps {
    top: 0;
    transition-property: top;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    bottom: 0;
    left: 0;
    right: 0;
}

#TabBlock .block .box:hover .caps {
    top: 0;
    background: rgba(0, 00, 0, .65);
}

#TabBlock .block .box:hover .caps .head,
#TabBlock .block .box:hover .caps p,
#TabBlock .block .box:hover .caps .price,
#TabBlock .block .box:hover .caps p span {
    color: #fff;
}

#TabBlock .block .box .caps .caps-more {
    display: none;
}

#TabBlock .block .box:hover .caps .caps-more {
    display: block;
}

#TabBlock .block .box .caps .head {
    font-size: 18px;
    color: #000000;
    font-weight: 600;

}

#TabBlock .block .box .caps .price span {
    color: var(--secondary_color);
}

#TabBlock .block .owl-nav .owl-prev,
#TabBlock .block .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -5px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    color: #0094da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#TabBlock .block .owl-nav .owl-prev i,
#TabBlock .block .owl-nav .owl-next i {
    font-weight: 600;
    font-size: 18px;
}

#TabBlock .block .owl-nav .owl-next {
    left: auto;
    right: -5px;
}

#bestFlights {
    display: block;
    margin: 40px 0;
}

#bestFlights .block {
    display: block;
}

#bestFlights .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#bestFlights .block .box {
    width: calc(20% - 24px);
    float: left;
    background: #ffffff;
    margin: 0 30px 30px 0;
}

#bestFlights .block .box:hover {
    box-shadow: 0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
}

#bestFlights .block .box:nth-child(5n + 5) {
    margin-right: 0;
}

#bestFlights .block .box:nth-child(5n + 1) {
    clear: left;
}

#bestFlights .block .box a {
    display: block;
}

#bestFlights .block .box .airlinedetailWrap {
    display: block;
    padding: 15px;
    text-align: center;
}

#bestFlights .block .box .airlinedetailWrap .airlinelogo {
    width: 60px;
    margin-right: 20px;
}

#bestFlights .block .box .airlinedetailWrap .airlinelogo figure {
    padding: 15px 0;
}

#bestFlights .block .box .airlinedetailWrap .details {
    display: block;
    float: left;
    width: 80px;
    margin-right: 10px;
    text-align: left;
}

#bestFlights .block .box .airlinedetailWrap .details .from {
    font-size: 13px;
    color: #0094da;
}

#bestFlights .block .box .airlinedetailWrap .details .to {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#bestFlights .block .box .airlinedetailWrap .price {

    display: block;
}

#bestFlights .block .box .airlinedetailWrap .price span {
    padding-left: 5px;
    color: #0094da;
    font-size: 18px;
}

.photos {
    display: block;
    margin-bottom: 30px;
}

.photos .block {
    display: block;
}

.photos .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.photos .block .box {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    position: relative;
    width: calc(33.33% - 20px);
}

.photos .block .box:nth-child(3n + 3) {
    margin-right: 0;
}

.photos .block .box a {
    padding: 0;
    display: block;
}

.photos .block .box a figure {
    margin: 0;
    position: relative;
}

.photos .block .box a figure:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photos .block .box a .head {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.photos .block .box a:hover figure:before {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.photos-list {
    display: block;
}

.photos-list:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.photos-list .page-title {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px;
}

.photos-list .block {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.photos-list .block .box {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    position: relative;
    width: calc(25% - 22.5px);
}

.photos-list .block .box:nth-child(4n + 4) {
    margin-right: 0;
}

.photos-list .block .box a {
    padding: 0;
    display: block;
}

.photos-list .block .box a figure {
    margin: 0;
    position: relative;
}

.photos-list .block .box a figure:before {
    color: #ffffff;
    content: "\f00e";
    font-family: 'fontAwesome';
    font-size: 20px;
    height: 100%;
    line-height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photos-list .block .box a:hover figure:before {
    background: rgba(255, 255, 255, 0.25);
    border: 3px solid rgba(255, 255, 255, 0.55);
    height: 50px;
    line-height: 50px;
    width: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#testimonials {
    display: block;
    margin-bottom: 30px;
}

#testimonials .block {
    display: block;
    margin-bottom: 20px;
}

#testimonials .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#testimonials .block .box {
    width: calc(33.33% - 22px);
    float: left;
    margin: 0 30px 0 0;
    padding: 15px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#testimonials .block .box:nth-child(3n + 3) {
    margin-right: 0;
}

#testimonials .block .box .stars {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

#testimonials .block .box .stars li {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #f9cc55;
    font-size: 18px;
}

#testimonials .block .box p {
    margin-bottom: 10px;
    font-size: 13px;
}

#testimonials .block .box .head,
#testimonials .block .box .author {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}

#testimonials .btn {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    text-align: center;
}

#testimonials .btn a {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#reviews {
    display: block;
    margin-bottom: 30px;
}

#reviews .reviewsBlock {
    background: #ffffff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#reviews .reviewsBlock .oneBlock {
    position: relative;
    margin-bottom: 30px;
}

#reviews .reviewsBlock .oneBlock .reviewTXT {
    text-align: center;
    position: relative;
}

#reviews .reviewsBlock .oneBlock .reviewTXT .text {
    position: relative;
    padding: 20px;
}

#reviews .reviewsBlock .oneBlock .reviewTXT .text:before {
    content: "";
    background: url(../images/style/qoute-t.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0px;
}

#reviews .reviewsBlock .oneBlock .reviewTXT .text:after {
    content: "";
    background: url(../images/style/qoute-b.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#reviews .reviewsBlock .oneBlock .reviewTXT .reviewName {
    color: var(--secondary_color);
    font-size: 14px;
    font-weight: 700;
}

#reviews .reviewsBlock .oneBlock .owl-nav .owl-prev {
    position: absolute;
    top: -40px;
    right: 30px;
    font-size: 18px;
}

#reviews .reviewsBlock .oneBlock .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    right: 0px;
    font-size: 18px;
}

#reviews .reviewsBlock #write {
    display: block;
    text-align: center;
    color: #0094da;
    font-size: 16px;
    cursor: pointer;
}

.subscription {
    background: url("../images/media/sliderBanner2.jpg");
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    text-align: center;
}

.subscription .title {
    color: #ffffff;
    line-height: normal;
}

.subscription .title:before {
    background: #ffffff;
}

.subscription p {
    color: #ffffff;
}

.subscription button {
    width: 100%;
}

#reviewForm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#reviewForm .wrapBlock {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    padding: 20px;
    width: 650px;
}

#reviewForm .btnClose {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 16px;
    cursor: pointer;
}

#reviewForm .btnClose:hover {
    color: #0094da;
}

#footBlock {
    display: block;
    margin-bottom: 30px;
}

#footBlock .logos {
    background: #DBE5E9;
    border: 1px solid #CCC9C7;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#footBlock .logos ul {
    list-style: none;
    margin: 0;

}

#footBlock .logos ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#footBlock .logos ul li {
    float: left;
    margin: 0 10px 0 0;
}

#footBlock .logos ul li img {
    width: auto;
    height: 40px;
    border: solid 1px #cddbe1;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumbBlock {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 20px;
}

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

.breadcrumbBlock ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.breadcrumbBlock ul li {
    float: left;
    margin-right: 20px;
}

.breadcrumbBlock ul li.active a {
    color: #0094da;
}

#airline {
    display: block;
    margin-bottom: 30px;
}

#airline .searchTop {
    padding: 15px 0;
    background: #ebebeb;
    margin-bottom: 25px;
    margin-top: 10px;
}
#airline .searchTop .form-group{
    margin-bottom: 0px;
}
#airline .searchTop .form-group input{
    border-radius: 4px;
    border-color: #bdbbbb;
}

#airline .searchTop .relative {
    position: relative;
}

#airline .searchTop .relative .btn_opt {
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    cursor: pointer;
    display: block;
    line-height: 40px;
    padding: 0 20px;
}

#airline .searchTop .relative .popup_opt {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: none;
    padding: 10px;
    position: absolute;
    top: 70px;
    right: 0;
    width: 270px;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#airline .searchTop .relative .popup_opt.active {
    display: block;
}

#airline .searchTop .relative .popup_opt:before {
    content: "";
    border-bottom: 6px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -6px;
    right: 91px;
    z-index: 99;
}

#airline .searchTop .relative .popup_opt:after {
    content: "";
    border-bottom: 8px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 88px;
    z-index: 98;
}

#airline .searchTop .relative .popup_opt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#airline .searchTop .relative .popup_opt ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
}

#airline .searchTop .relative .popup_opt ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#airline .searchTop .relative .popup_opt ul li.number:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .searchTop .relative .popup_opt ul li.number button {
    background: #ffffff;
    color: #0094da;
    float: left;
    font-size: 10px;
    line-height: 16px;
    height: 20px;
    text-align: center;
    border: 2px solid #e5e5e5;
    width: 20px;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#airline .searchTop .relative .popup_opt ul li.number button i {
    position: static;
}

#airline .searchTop .relative .popup_opt ul li.number input {
    background: transparent;
    border: 0;
    color: #000000;
    font-weight: 700;
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 30px;
}

#airline .searchTop .relative .popup_opt ul li.number div {
    padding-left: 20px;
    float: left;
    line-height: 20px;
}

#airline .searchTop .relative .popup_opt ul li.number div small {
    padding-left: 5px;
    color: #999999;
}

#airline .searchTop .relative .popup_opt ul {
    background: #ffffff;
}

#airline .searchTop .relative .btn_opt {
    background: #ffffff;
}

#airline .searchTop .relative .popup_opt {
    top: 50px;
}

#airline .destination {
    display: block;
    margin-bottom: 15px;
}

#airline .destination .travelTo {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

#airline .destination .travelTo span {
    font-size: 14px;
    padding-left: 10px;
    font-weight: normal;
}

#airline .destination .travelTo .info {
    color: #666666;
    font-size: 13px;
}

#airline .colWrap {
    display: block;
}

#airline .colWrap:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap aside {
    width: 260px;
    /* margin-left: 15px; */
    float: right;
    margin-bottom: 20px;
}
#airline .colWrap aside .aside-content{
    background: #ffffff;
    padding: 20px;
}
.banner-block .banner-element{
    padding-bottom: 20px;
}

#airline .colWrap aside.right {
    margin: 0 0 0 30px;
}

#airline .colWrap aside.right .head {
    color: #0094da;
}

#airline .colWrap aside.right ul.priceBlock {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#airline .colWrap aside.right ul.priceBlock li {
    display: block;
    color: #000000;
}

#airline .colWrap aside.right ul.priceBlock li:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap aside.right ul.priceBlock li span {
    float: right;
}

#airline .colWrap aside.right ul.priceBlock li.bold {
    font-weight: 600;
}

#airline .colWrap aside.right ul.priceBlock li.total {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

#airline .colWrap aside.right ul.priceBlock li.total span {
    font-weight: 600;
    font-size: 18px;
}

#airline .colWrap aside.right .btn {
    display: block;
}

#airline .colWrap aside.right .btn a {
    display: block;
    background: var(--secondary_color);
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#airline .colWrap aside.right .btn a:hover {
    background: #358438;
}

#airline .colWrap aside.right ul.bookingInfo {
    list-style: none;
    padding: 0;
    margin: 0;
}

#airline .colWrap aside.right ul.bookingInfo li {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#airline .colWrap aside.right ul.bookingInfo li:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap aside.right ul.bookingInfo li:last-child {
    padding: 0;
    border-bottom: 0;
}

#airline .colWrap aside.right ul.bookingInfo li .depart {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#airline .colWrap aside.right ul.bookingInfo li .depart h5 {
    font-weight: 600;
    font-size: 14px;
}

#airline .colWrap aside.right ul.bookingInfo li .depart .time {
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
}

#airline .colWrap aside.right ul.bookingInfo li .information {
    font-size: 13px;
}

#airline .colWrap aside.right ul.bookingInfo li .information span {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}

#airline .colWrap aside.right ul.bookingInfo li .information p {
    margin: 0;
    line-height: 20px;
}

#airline .colWrap aside.right ul.bookingInfo li .total {
    color: var(--secondary_color);
    float: right;
    font-weight: 600;
    font-size: 16px;
}

#airline .colWrap aside .head {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

#airline .colWrap aside .head h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #0094da;
}

#airline .colWrap aside .head .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #0094da;
    cursor: pointer;
}

#airline .colWrap aside .block {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#airline .colWrap aside .block:last-child {
    padding-bottom: 0;
    border: 0;
}

#airline .colWrap aside .block .x2 {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
}

#airline .colWrap aside .block .x2:last-child {
    margin-right: 0;
}

#airline .colWrap aside .block .overLap {
    position: relative;
    padding: 0;
}

#airline .colWrap aside .block .head {
    color: var(--secondary_color);
    margin-bottom: 10px;
}

#airline .colWrap aside .block .titleLabel {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 12px;
    color: #999999;
}

#airline .colWrap aside .block input {
    padding-left: 40px;
}

#airline .colWrap aside .block #slider-time input {
    padding-left: 0;
}

#airline .colWrap article {
    width: 100%;
    float: left;
}

#airline .colWrap article .sortBlock {
    display: block;
    padding: 20px;
    background: #ffffff;
    margin-bottom: 15px;
}

#airline .colWrap article .sortBlock:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap article .sortBlock .head {
    display: block;
    margin-right: 30px;
    float: left;
}

#airline .colWrap article .sortBlock ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#airline .colWrap article .sortBlock ul li {
    float: left;
    margin: 0 30px 0 0;
}

#airline .colWrap article .sortBlock ul li a {
    display: block;
    color: #666666;
}

#airline .colWrap article .sortBlock ul li.active a {
    color: #0094da;
}

#airline .colWrap article .ticketDetails .form-group {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

#airline .colWrap article .ticketDetails .form-group .head {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

#airline .colWrap article .passengerDetail {
    display: block;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

#airline .colWrap article .passengerDetail .head {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

#airline .colWrap article .passengerDetail ul.passengerinfo {
    list-style: none;
    margin: 0;
    padding: 0;
}

#airline .colWrap article .passengerDetail ul.passengerinfo:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap article .passengerDetail ul.passengerinfo li {
    float: left;
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
}

#airline .colWrap article .passengerDetail ul.passengerinfo li:nth-child(2n + 2) {
    margin-right: 0;
}

#airline .colWrap article .passengerDetail ul.passengerinfo li:nth-child(2n + 1) {
    clear: left;
}

#airline .colWrap article .passengerDetail ul.passengerinfo li span {
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

#airline .colWrap article .paymentBlock {
    display: block;
    background: #ffffff;
    padding: 20px;
}

#airline .colWrap article .paymentBlock:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap article .paymentBlock .head {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

#airline .colWrap article .paymentBlock .right {
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
}

#airline .colWrap article .paymentBlock .right:nth-child(2n + 2) {
    margin-right: 0;
}

#airline .colWrap article .paymentBlock .right ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#airline .colWrap article .paymentBlock .right ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#airline .colWrap article .paymentBlock .right ul li {
    width: calc(33.33% - 22px);
    float: left;
    margin: 0 30px 30px 0;
}

#airline .colWrap article .paymentBlock .right ul li:nth-child(3n + 3) {
    margin-right: 0;
}

#airline .colWrap article .paymentBlock .right ul li .radiobox label {
    display: table;
    padding-left: 30px;
    position: relative;
}

#airline .colWrap article .paymentBlock .right ul li .radiobox label:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#airline .colWrap article .paymentBlock .right ul li .radiobox label img {
    cursor: pointer;
}

#airline .colWrap article .paymentBlock .right .col-2x {
    padding-left: 0;
    padding-right: 0;
}

.listing.fullwidth {
    float: none;
    padding: 0;
    width: 100%;
}

.listing .sortby {
    background: #ffffff;
    border-bottom: 3px solid #2964a0;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}

.listing .sortby ul {
    display: block;
    list-style: none;
    margin: 0;
}

.listing .sortby ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.listing .sortby ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

.listing .sortby ul li.title {
    color: #000000;
    font-weight: 600;
    margin-right: 0;
}

.listing .sortby ul li:last-child {
    margin-right: 0;
}

.listing .sortby ul li:after {
    bottom: -3px;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.listing .sortby ul li span,
.listing .sortby ul li a {
    color: #555555;
    cursor: pointer;
}

.listing .sortby ul li span:hover,
.listing .sortby ul li a:hover {
    color: #2964a0;
}

.listing .sortby ul li span:after {
    content: "\f0d7";
    font-family: 'fontAwesome';
    margin-left: 5px;
}

.listing .sortby ul li.active a {
    color: #2964a0;
}

.listing .sortby ul li.active:after {
    background: #ffc40d;
}

.listing .sortby ul li:hover ul {
    display: block;
}

.listing .sortby ul li:hover ul li a {
    color: #ffffff;
}

.listing .sortby ul li ul {
    background: #2964a0;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.listing .sortby ul li ul li {
    border-bottom: 1px solid #24578c;
    float: none;
    height: auto;
    line-height: 40px;
    display: block;
    padding: 0;
    margin: 0;
}

.listing .sortby ul li ul li:after {
    content: none;
}

.listing .sortby ul li ul li:last-child {
    border-bottom: 0;
}

.listing .sortby ul li ul li a {
    color: #ffffff;
    display: block;
    padding: 0 10px;
}

.listing .sortby ul li ul li a i {
    margin-right: 10px;
}

.listing .sortby ul li ul li a:hover {
    background: #24578c;
    color: #ffffff;
}

.listing .note {
    color: #8da3b8;
    font-style: italic;
}

.listing.hotels .block {
    display: block;
}

.listing.hotels .block .box {
    background: #ffffff;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.listing.hotels .block .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.listing.hotels .block .box figure {
    float: left;
    margin: 0;
    width: 250px;
}

.listing.hotels .block .box .tbl {
    float: left;
    padding: 10px 20px;
    width: calc(100% - 250px);
}

.listing.hotels .block .box .tbl h4 {
    font-weight: 500;
}

.listing.hotels .block .box .tbl h4 a {
    color: #000000;
    display: inline;
}

.listing.hotels .block .box .tbl h4 a:hover {
    border-bottom: 1px solid #000000;
}

.listing.hotels .block .box .tbl h4 .offer {
    background: #990000;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.listing.hotels .block .box .tbl .servAva {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listing.hotels .block .box .tbl .servAva li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 12px;
}

.listing.hotels .block .box .tbl .servAva li i {
    margin-right: 10px;
    color: #0094da;
}

.listing.hotels .block .box .tbl .rating {
    display: block;
    color: #489f27;
    margin-bottom: 10px;
}

.listing.hotels .block .box .tbl .location {
    color: #999999;
    display: block;
    margin-bottom: 20px;
}

.listing.hotels .block .box .tbl .location .btn_map {
    color: #2964a0;
    cursor: pointer;
    display: inline;
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.listing.hotels .block .box .tbl .location .btn_map:hover {
    color: #555555;
}

.listing.hotels .block .box .tbl .price {
    display: block;
}

.listing.hotels .block .box .tbl .price ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listing.hotels .block .box .tbl .price ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.listing.hotels .block .box .tbl .price ul li {
    border: 1px solid #e5e5e5;
    color: #2964a0;
    display: block;
    float: left;
    font-size: 22px;
    padding: 5px 15px 10px 15px;
    margin: 0 10px 0 0;
}

.listing.hotels .block .box .tbl .price ul li span {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.listing.hotels .block .box .roomDetails {
    display: none;
    padding: 20px;
}

.listing.hotels .block .box .roomDetails.show {
    display: block;
}

.listing.hotels .block .box .infoWrap {
    margin-bottom: 20px;
}

.listing.airlines table {
    border: 0;
    margin-top: -10px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.listing.airlines table tbody {
    font-size: 12px;
}

.listing.airlines table tbody tr {
    background: #ffffff;
    margin-bottom: 20px;
}

.listing.airlines table tbody tr td {
    border: 0;
    padding: 10px 0;
    vertical-align: middle;
}

.listing.airlines table tbody tr td span {
    display: block;
    line-height: 30px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.listing.airlines table tbody tr td span:last-child {
    border: 0;
}

.listing.airlines table tbody tr td span small {
    color: rgba(0, 0, 0, 0.4);
}

.listing.airlines table tbody tr .logo {
    padding-left: 20px;
    padding-right: 20px;
    width: 130px;
    vertical-align: middle;
}

.listing.airlines table tbody tr .logo img {
    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.listing.airlines table tbody tr .price {
    position: relative;
    width: 180px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.listing.airlines table tbody tr .price .tag {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

.listing.airlines table tbody tr .price .btn {
    display: inline-block;
}

.listing.airlines table tbody tr .price .btn a {
    display: block;
    color: #666666;
}

.listing.airlines table tbody tr .price .btn a.booknow {
    background: var(--secondary_color);
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.listing.airlines table tbody tr .price .btn a.booknow:hover {
    background: #3c9640;
}

.listing.airlines table tbody tr .depart {
    width: 130px;
}

.listing.airlines table tbody tr .depart span {
    position: relative;
}

.listing.airlines table tbody tr .depart span:after {
    content: "";
    background: url(../images/style/plane-travel.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 15px;
    width: 60px;
}

.listing.activities .block {
    display: block;
}

.listing.activities .block .box {
    background: #ffffff;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.listing.activities .block .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

/*.listing.activities .block .box figure {
    float: left;
    margin: 0;
    width: 250px;
}

.listing.activities .block .box .tbl {
    float: left;
    padding: 30px 180px 10px 20px;
    width: calc(100% - 250px);
}*/

.listing.activities .block .box .tbl:after {
    background: #e5e5e5;
    content: "";
    height: calc(100% - 20px);
    width: 1px;
    position: absolute;
    top: 50%;
    right: 170px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.listing.activities .block .box .tbl h4 a {
    color: #000000;
}

.listing.activities .block .box .tbl h4 a:hover {
    color: #555555;
}

.listing.activities .block .box .tbl .category,
.listing.activities .block .box .tbl .count,
.listing.activities .block .box .tbl .duration {
    color: #999999;
    display: block;
    margin-bottom: 5px;
}

.listing.activities .block .box .tbl .category i,
.listing.activities .block .box .tbl .count i,
.listing.activities .block .box .tbl .duration i {
    margin-right: 10px;
}

.listing.activities .block .box .tbl .intro {
    padding-top: 10px;
}

.listing.activities .block .box .tbl .price {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

.listing.activities .block .box .tbl .price .amt {
    color: #2964a0;
    font-size: 25px;
}

.listing.activities .block .box .tbl .price .people {
    color: #999999;
    font-size: 12px;
}

.listing.activities .block .box .tbl .price .option {
    color: #489f27;
}

.listing.activities .block .box .tbl .price .btn_booknow {
    display: inline-block;
    padding-top: 20px;
}

.listing.activities .block .box .tbl .price .btn_booknow a {
    display: block;
    background: var(--secondary_color);
    line-height: 40px;
    padding: 0 20px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.listing.activities .block .box .tbl .price .btn_booknow a:hover {
    background: #3c9640;
    color: #ffffff;
}

.listing.airlineConfirm .headBlock {
    display: block;
    background: #0094da;
    padding: 40px 20px;
}

.listing.airlineConfirm .headBlock .depart {
    line-height: 13px;
    float: left;
    font-size: 24px;
    margin-right: 30px;
    color: #ffffff;
}

.listing.airlineConfirm .headBlock figure {
    float: left;
    margin: 0 30px 0 0;
}

.listing.airlineConfirm .headBlock .arrival {
    line-height: 13px;
    float: left;
    font-size: 24px;
    color: #ffffff;
}

.listing.airlineConfirm .headBlock .datetraveler {
    color: #f2f2f2;
    margin-top: 10px;
}

.listing.airlineConfirm table {
    border: 0;
    margin-top: -10px;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #ffffff;
}

.listing.airlineConfirm table tbody {
    font-size: 12px;
}

.listing.airlineConfirm table tbody tr {
    margin-bottom: 20px;
    padding: 20px;
}

.listing.airlineConfirm table tbody tr td {
    border: 0;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
}

.listing.airlineConfirm table tbody tr td span {
    display: block;
    line-height: 30px;
}

.listing.airlineConfirm table tbody tr td span:last-child {
    border: 0;
}

.listing.airlineConfirm table tbody tr td span small {
    color: rgba(0, 0, 0, 0.4);
}

.listing.airlineConfirm table tbody tr .header {
    padding-left: 20px;
    font-weight: 600;
    font-size: 18px;
    background: #e3e3e3;
    color: #000000;
}

.listing.airlineConfirm table tbody tr .logo {
    padding-left: 20px;
    padding-right: 20px;
    width: 130px;
    vertical-align: middle;
}

.listing.airlineConfirm table tbody tr .logo img {
    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.listing.airlineConfirm table tbody tr .duration {
    padding-right: 20px;
}

.listing.airlineConfirm table tbody tr .duration span.small {
    font-size: 12px;
    color: #999999;
}

.listing.airlineConfirm table tbody tr .price {
    position: relative;
    width: 180px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.listing.airlineConfirm table tbody tr .price .tag {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

.listing.airlineConfirm table tbody tr .price .btn {
    display: inline-block;
}

.listing.airlineConfirm table tbody tr .price .btn a {
    display: block;
    color: #666666;
}

.listing.airlineConfirm table tbody tr .price .btn a.booknow {
    background: var(--secondary_color);
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.listing.airlineConfirm table tbody tr .price .btn a.booknow:hover {
    background: #3c9640;
}

.listing.airlineConfirm table tbody tr .departDate {
    width: 130px;
    padding-left: 20px;
}

.listing.airlineConfirm table tbody tr .departDate span {
    position: relative;
}

#results aside {
    background: #ffffff;
    float: left;
    padding: 10px;
    width: 300px;
}

#results aside .map {
    display: block;
    position: relative;
}

#results aside .map figure {
    margin: 0;
}

#results aside .map .btn_view {
    background: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#results aside .searchName {
    display: block;
    margin-bottom: 30px;
}

#results aside .searchName input {
    background: #f2f2f2;
    border: 0;
    float: left;
    width: calc(100% - 40px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#results aside .searchName button {
    background: #2964a0;
    float: left;
    padding: 0;
    line-height: 40px;
    width: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#results aside .filter h5 {
    color: #2964a0;
}

#results aside .filter .box-group {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

#results aside .filter .currency {
    display: block;
    margin-bottom: 15px;
}

#results aside .filter .range {
    display: block;
}

#results aside .filter .range:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results aside .filter .range .col {
    float: left;
    position: relative;
    width: calc(50% - 5px);
}

#results aside .filter .range .col:first-child {
    margin-right: 10px;
}

#results aside .filter .range .col label {
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 40px;
}

#results aside .filter .range .col .from {
    padding-left: 55px;
}

#results aside .filter .range .col .to {
    padding-left: 37px;
}

#results .listing {
    float: left;
    padding-left: 30px;
    width: calc(100% - 300px);
}

#results .listing.fullwidth {
    float: none;
    padding: 0;
    width: 100%;
}

#results .listing .sortby {
    background: #ffffff;
    border-bottom: 3px solid #2964a0;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}

#results .listing .sortby ul {
    display: block;
    list-style: none;
    margin: 0;
}

#results .listing .sortby ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .listing .sortby ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

#results .listing .sortby ul li.title {
    color: #000000;
    font-weight: 600;
    margin-right: 0;
}

#results .listing .sortby ul li:last-child {
    margin-right: 0;
}

#results .listing .sortby ul li:after {
    bottom: -3px;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#results .listing .sortby ul li span,
#results .listing .sortby ul li a {
    color: #555555;
    cursor: pointer;
}

#results .listing .sortby ul li span:hover,
#results .listing .sortby ul li a:hover {
    color: #2964a0;
}

#results .listing .sortby ul li span:after {
    content: "\f0d7";
    font-family: 'fontAwesome';
    margin-left: 5px;
}

#results .listing .sortby ul li.active a {
    color: #2964a0;
}

#results .listing .sortby ul li.active:after {
    background: #ffc40d;
}

#results .listing .sortby ul li:hover ul {
    display: block;
}

#results .listing .sortby ul li:hover ul li a {
    color: #ffffff;
}

#results .listing .sortby ul li ul {
    background: #2964a0;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

#results .listing .sortby ul li ul li {
    border-bottom: 1px solid #24578c;
    float: none;
    height: auto;
    line-height: 40px;
    display: block;
    padding: 0;
    margin: 0;
}

#results .listing .sortby ul li ul li:after {
    content: none;
}

#results .listing .sortby ul li ul li:last-child {
    border-bottom: 0;
}

#results .listing .sortby ul li ul li a {
    color: #ffffff;
    display: block;
    padding: 0 10px;
}

#results .listing .sortby ul li ul li a i {
    margin-right: 10px;
}

#results .listing .sortby ul li ul li a:hover {
    background: #24578c;
    color: #ffffff;
}

#results .listing .note {
    color: #8da3b8;
    font-style: italic;
}

#results .listing.hotels .block {
    display: block;
}

#results .listing.hotels .block .box {
    background: #ffffff;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

#results .listing.hotels .block .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .listing.hotels .block .box figure {
    float: left;
    margin: 0;
    width: 250px;
}

#results .listing.hotels .block .box .tbl {
    float: left;
    padding: 10px 20px;
    width: calc(100% - 250px);
}

#results .listing.hotels .block .box .tbl h4 {
    font-weight: 500;
    margin-bottom: 0;
}

#results .listing.hotels .block .box .tbl h4 a {
    color: #000000;
    display: inline;
}

#results .listing.hotels .block .box .tbl h4 a:hover {
    border-bottom: 1px solid #000000;
}

#results .listing.hotels .block .box .tbl h4 .offer {
    background: #990000;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#results .listing.hotels .block .box .tbl .rating {
    display: block;
    color: #489f27;
}

#results .listing.hotels .block .box .tbl .location {
    color: #999999;
    display: block;
    margin-bottom: 20px;
}

#results .listing.hotels .block .box .tbl .location .btn_map {
    color: #2964a0;
    cursor: pointer;
    display: inline;
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#results .listing.hotels .block .box .tbl .location .btn_map:hover {
    color: #555555;
}

#results .listing.hotels .block .box .tbl .summaryBlock {
    display: inline-block;
    cursor: pointer;
    color: #0094da;
}

#results .listing.hotels .block .box .tbl .price {
    display: block;
}

#results .listing.hotels .block .box .tbl .price ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#results .listing.hotels .block .box .tbl .price ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .listing.hotels .block .box .tbl .price ul li {
    border: 1px solid #e5e5e5;
    color: #2964a0;
    display: block;
    float: left;
    font-size: 22px;
    padding: 5px 15px 10px 15px;
    margin: 0 10px 0 0;
}

#results .listing.hotels .block .box .tbl .price ul li span {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#results .listing.airlines table {
    margin-top: -10px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#results .listing.airlines table thead tr {
    background: #e5e5e5;
}

#results .listing.airlines table thead tr th {
    border-bottom: 3px solid #555555;
    font-weight: 500;
    line-height: 40px;
    padding: 0;
}

#results .listing.airlines table thead tr th.logo {
    padding: 0 10px;
}

#results .listing.airlines table thead tr th.price {
    padding-left: 20px;
}

#results .listing.airlines table tbody {
    font-size: 12px;
}

#results .listing.airlines table tbody tr {
    background: #ffffff;
}

#results .listing.airlines table tbody tr td {
    border: 0;
    padding: 10px 0;
}

#results .listing.airlines table tbody tr td span {
    display: block;
    line-height: 30px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

#results .listing.airlines table tbody tr td span:last-child {
    border: 0;
}

#results .listing.airlines table tbody tr td span small {
    color: rgba(0, 0, 0, 0.4);
}

#results .listing.airlines table tbody tr .logo {
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    vertical-align: middle;
}

#results .listing.airlines table tbody tr .logo img {
    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;
}

#results .listing.airlines table tbody tr .price {
    position: relative;
    padding-left: 20px;
    width: 250px;
}

#results .listing.airlines table tbody tr .price .tag {
    color: #2964a0;
    font-size: 20px;
    line-height: 60px;
}

#results .listing.airlines table tbody tr .price .btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#results .listing.airlines table tbody tr .price .btn a {
    color: #666666;
    display: block;
}

#results .listing.airlines table tbody tr .price .btn a.booknow {
    background: #555555;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#results .listing.airlines table tbody tr .price .btn a.booknow:hover {
    background: #3b3b3b;
}

#results .listing.activities .block {
    display: block;
}

#results .listing.activities .block .box {
    background: #ffffff;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

#results .listing.activities .block .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .listing.activities .block .box figure {
    float: left;
    margin: 0;
    width: 250px;
}

#results .listing.activities .block .box .tbl {
    float: left;
    padding: 10px 180px 10px 20px;
    width: calc(100% - 250px);
}

#results .listing.activities .block .box .tbl:after {
    background: #e5e5e5;
    content: "";
    height: calc(100% - 20px);
    width: 1px;
    position: absolute;
    top: 50%;
    right: 170px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#results .listing.activities .block .box .tbl h4 a {
    color: #000000;
}

#results .listing.activities .block .box .tbl h4 a:hover {
    color: #555555;
}

#results .listing.activities .block .box .tbl .category,
#results .listing.activities .block .box .tbl .count,
#results .listing.activities .block .box .tbl .duration {
    color: #999999;
    display: block;
    margin-bottom: 5px;
}

#results .listing.activities .block .box .tbl .category i,
#results .listing.activities .block .box .tbl .count i,
#results .listing.activities .block .box .tbl .duration i {
    margin-right: 10px;
}

#results .listing.activities .block .box .tbl .intro {
    padding-top: 10px;
}

#results .listing.activities .block .box .tbl .price {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

#results .listing.activities .block .box .tbl .price .amt {
    color: #2964a0;
    font-size: 25px;
}

#results .listing.activities .block .box .tbl .price .people {
    color: #999999;
    font-size: 12px;
}

#results .listing.activities .block .box .tbl .price .option {
    color: #489f27;
}

#results .listing.activities .block .box .tbl .price .btn_booknow {
    display: block;
    padding-top: 20px;
}

#results .listing.activities .block .box .tbl .price .btn_booknow a {
    border: 1px solid #555555;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
}

#results .listing.activities .block .box .tbl .price .btn_booknow a:hover {
    background: #555555;
    color: #ffffff;
}

#results .details {
    display: block;
    background: #ffffff;
    padding: 20px;
}

#results .details .Namehead {
    display: block;
    margin-bottom: 15px;
}

#results .details .Namehead .inline .name {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 24px;
    font-weight: 600;
}

#results .details .Namehead .inline .stars {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#results .details .Namehead .inline .stars li {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #666666;
}

#results .details .colLeft {
    display: block;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
    width: calc(75% - 15px);
}

#results .details .colLeft #main {
    display: block;
    margin-bottom: 15px;
}

#results .details .colLeft #main .slider .flexslider {
    margin-bottom: 10px;
}

#results .details .colLeft #main .slider .flexslider .flex-direction-nav .flex-prev {
    height: 70px;
    width: 60px;
}

#results .details .colLeft #main .slider .flexslider .flex-direction-nav .flex-prev:before {
    content: "\f104";
    font-family: 'fontAwesome';
}

#results .details .colLeft #main .slider .flexslider .flex-direction-nav .flex-next {
    height: 70px;
}

#results .details .colLeft #main .slider .flexslider .flex-direction-nav .flex-next:before {
    content: "\f105";
    font-family: 'fontAwesome';
}

#results .details .colRight {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: calc(25% - 15px);
}

#results .details .colRight .priceBlock {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#results .details .colRight .priceBlock .roomType {
    display: block;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

#results .details .colRight .priceBlock .roomType span {
    font-size: 12px;
    color: #999999;
    display: block;
}

#results .details .colRight .priceBlock .price {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#results .details .colRight .priceBlock .price span {
    font-size: 12px;
    color: #666666;
}

#results .details .colRight .priceBlock .btn {
    display: inline-block;
}

#results .details .colRight .priceBlock .btn a {
    display: block;
    background: var(--secondary_color);
    padding: 0 20px;
    line-height: 40px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#results .details .packagephoto {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 50%;
}

#results .details .packageinfo {
    display: block;
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
    width: 50%;
}

#results .details .packageinfo h3 {
    color: #0082de;
    font-weight: 600;
}

#results .details .packageinfo .rating {
    display: block;
    color: #61a33b;
    margin-bottom: 10px;
}

#results .details .packageinfo .price {
    font-size: 24px;
    color: #000000;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#results .details .packageinfo .price:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .packageinfo .price .amount {
    display: block;
}

#results .details .packageinfo .price .booknow {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
}

#results .details .packageinfo .price .booknow a {
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    border: 1px solid #ea3b28;
    background: #ea3b28;
    padding: 0 25px;
    line-height: 50px;
}

#results .details .packageinfo ul {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#results .details .packageinfo ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .packageinfo ul li {
    padding: 5px 0;
    margin: 0;
    float: left;
    width: 50%;
}

#results .details .packageinfo ul li:nth-child(2n + 1) {
    clear: left;
}

#results .details .packageinfo ul li i {
    text-align: center;
    widht: 20px;
    margin-right: 10px;
}

#results .details .facilities {
    display: block;
    margin-bottom: 20px;
}

#results .details .facilities:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .facilities .map {
    float: left;
    padding-right: 20px;
    width: 640px;
}

#results .details .facilities .map iframe {
    height: 400px;
}

#results .details .facilities .colRight {
    float: left;
    width: calc(100% - 640px);
}

#results .details .roombook {
    display: block;
}

#results .details .roombook .block .table-responsive {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

#results .details .roombook .block .table-responsive table {
    border: 0;
}

#results .details .roombook .block .table-responsive table tr:nth-child(odd) {
    background: #f9f9f9;
}

#results .details .roombook .block .table-responsive table tr:hover {
    background: transparent;
}

#results .details .roombook .block .table-responsive table tr td {
    line-height: 30px;
}

#results .details .roombook .block .table-responsive table tr td span {
    display: block;
    color: #0094da;
    font-size: 13px;
}

#results .details .roombook .block .table-responsive table tr td.bookingR a {
    background: var(--secondary_color);
    color: #ffffff;
    padding: 15px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#results .details .roombook .block .table-responsive table tr td.bookingR a:hover {
    background: #555555;
}

#results .details #tabber {
    margin-bottom: 30px;
}

#results .details #tabber > ul {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

#results .details #tabber > ul li {
    background: var(--secondary_color);
    line-height: 40px;
}

#results .details #tabber > ul li:last-child {
    margin-right: 0;
}

#results .details #tabber > ul li a {
    border: 0;
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 0 15px;
}

#results .details #tabber > ul li.r-tabs-state-active {
    background: #ffffff;
}

#results .details #tabber > ul li.r-tabs-state-active a {
    color: var(--secondary_color);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#results .details #tabber > ul li.r-tabs-state-active:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#results .details #tabber > div {
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

#results .details #tabber > div ul li {
    line-height: normal;
}

#results .details #tabber #about h4 {
    color: #555555;
}

#results .details #tabber #about h5 {
    color: #1f4b77;
}

#results .details #tabber #about .block {
    display: block;
}

#results .details #tabber #about .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details #tabber #about .block .box {
    float: left;
    margin-right: 30px;
    width: calc(33.33% - 20px);
}

#results .details #tabber #about .block .box:last-child {
    margin-right: 0;
}

#results .details #tabber #reviews .count {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

#results .details #tabber #reviews .count small {
    font-size: 16px;
}

#results .details #tabber #reviews .meter {
    background: #e5e5e5;
    max-width: 300px;
    margin-bottom: 20px;
    height: 15px;
}

#results .details #tabber #reviews .meter span {
    background: #ffc40d;
    height: 15px;
    display: block;
}

#results .details #tabber #reviews .block {
    display: block;
}

#results .details #tabber #reviews .block .box {
    display: block;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#results .details #tabber #reviews .block .box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#results .details #tabber #reviews .block .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details #tabber #reviews .block .box .numb {
    background: #e5e5e5;
    color: #999999;
    float: left;
    font-size: 25px;
    padding: 50px 0;
    text-align: center;
    width: 170px;
}

#results .details #tabber #reviews .block .box .numb small {
    padding-top: 10px;
    display: block;
    font-size: 14px;
}

#results .details #tabber #reviews .block .box .tbl {
    float: left;
    padding-left: 30px;
    width: calc(100% - 170px);
}

#results .details #tabber #reviews .block .box .tbl h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

#results .details #tabber #reviews .block .box .tbl .date {
    color: #999999;
}

#results .details #tabber #reviews .block .box .tbl .que {
    display: block;
    line-height: 25px;
}

#results .details #tabber #reviews .block .box .tbl .que button {
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0;
    position: relative;
    top: -5px;
    text-align: center;
    width: 25px;
}

#results .details #tabber #reviews .block .box .tbl .que button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

#results .details #tabber #reviews .block .box .tbl .que button.yes {
    background: #489f27;
}

#results .details #tabber #reviews .block .box .tbl .que button.no {
    background: #000000;
}

#results .details #tabber #reviews .block .box .tbl .que button:hover {
    background: #555555;
}

#results .details #suggest .head {
    border-bottom: 1px solid #0064ab;
    font-size: 20px;
    line-height: 40px;
    color: #0064ab;
    margin-bottom: 10px;
}

#results .details #suggest .block {
    display: block;
}

#results .details #suggest .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details #suggest .block .box {
    float: left;
    margin: 0 20px 20px 0;
    width: calc(20% - 16px);
}

#results .details #suggest .block .box:nth-child(5n + 5) {
    margin-right: 0;
}

#results .details #suggest .block .box:nth-child(5n + 1) {
    clear: left;
}

#results .details #suggest .block .box a {
    display: block;
}

#results .details #suggest .block .box a:hover h5 {
    color: #0064ab;
}

#results .details .infoBlock {
    display: block;
}

#results .details .infoBlock:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr {
    font-weight: 700;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td.bedinfo {
    font-size: 14px;
    font-weight: 700;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td.cost {
    font-size: 20px;
    font-weight: 700;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td.cost span {
    font-size: 12px;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td.bookingR {
    vertical-align: middle;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td.bookingR button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td ul li {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td ul li i {
    margin-right: 10px;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td ul li i.fa-close {
    color: red;
}

#results .details .infoBlock .colLeft .roombook .block .table-responsive table tr td ul li i.fa-check {
    color: green;
}

#results .details .infoBlock .colRight .book {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

#results .details .infoBlock .colRight .book ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#results .details .infoBlock .colRight .book ul li {
    line-height: 28px;
    position: relative;
    padding-left: 30px;
}

#results .details .infoBlock .colRight .book ul li i {
    position: absolute;
    top: 5px;
    left: 0;
}

#results .details .infoBlock .colRight .book ul li i img {
    width: 20px;
}

#results .details .infoBlock .colRight .payment {
    display: block;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

#results .details .infoBlock .colRight .payment ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#results .details .infoBlock .colRight .payment ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .infoBlock .colRight .payment ul li {
    float: left;
    width: 50px;
    margin: 0 10px 0 0;
}

#results .details .infoBlock .colRight .payment ul li:last-child {
    margin-right: 0;
}

#results .details .pointBlock {
    display: block;
    padding: 15px;
    background: #f9f9f9;
}

#results .details .pointBlock:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .pointBlock .colLeft .points {
    display: block;
}

#results .details .pointBlock .colLeft .points ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#results .details .pointBlock .colLeft .points ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .details .pointBlock .colLeft .points ul li {
    float: left;
    width: calc(33.33% - 22px);
    margin: 0 30px 0 0;
    padding-left: 20px;
    position: relative;
}

#results .details .pointBlock .colLeft .points ul li:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: green;
}

#results .details .pointBlock .colLeft .points ul li:nth-child(3n + 3) {
    margin-right: 0;
}

#results .bookingForm .colLeft {
    float: left;
    margin-right: 20px;
    width: calc(100% - 400px);
}

#results .bookingForm .white {
    background: #ffffff;
    padding: 20px;
}

#results .bookingForm .form-group {
    display: block;
    margin-bottom: 20px;
}

#results .bookingForm .form-group .Formblock {
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

#results .bookingForm .form-group .Formblock:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#results .bookingForm .form-group .Formblock:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .bookingForm .form-group .Formblock .left {
    float: left;
    margin-right: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    width: 200px;
}

#results .bookingForm .form-group .Formblock .right {
    float: left;
    width: 600px;
}

#results .bookingForm .form-group .Formblock .right select {
    width: auto;
    float: left;
    margin-right: 20px;
}

#results .bookingForm .form-group .Formblock .right .box {
    margin-bottom: 10px;
}

#results .bookingForm .form-group .Formblock .right .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .bookingForm .form-group .Formblock .right .box input {
    float: left;
    margin-right: 30px;
    width: 600px;
}

#results .bookingForm .form-group .Formblock .right .box .inline {
    display: inline-block;
}

#results .bookingForm .form-group .Formblock .right .box .split2 {
    width: auto;
    float: left;
}

#results .bookingForm .form-group .Formblock .right .box .split2 input {
    width: auto !important;
}

#results .bookingForm .colRight {
    float: left;
    width: 380px;
}

#results .bookingForm .colRight figure {
    margin: 0;
}

#results .bookingForm .colRight figure:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    opacity: 0.9;
    background: linear-gradient(-180deg, #000000 1%, rgba(0, 0, 0, 0) 80%);
}

#results .bookingForm .colRight .rating {
    color: #489f27;
    display: block;
    margin-bottom: 10px;
}

#results .bookingForm .colRight .price {
    color: #000000;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

#results .bookingForm .colRight ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#results .bookingForm .colRight ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#results .bookingForm .colRight ul li {
    padding: 5px 0;
    margin: 0;
    float: left;
    width: 50%;
}

#results .bookingForm .colRight ul li i {
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

#results .bookingForm .colRight .Hinfo {
    margin-bottom: 15px;
}

#results .bookingForm .colRight .Hinfo h5 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#results .bookingForm .colRight .Hinfo .date {
    margin-bottom: 20px;
}

#results .bookingForm .colRight .pricing {
    display: block;
    margin-bottom: 20px;
}

#results .bookingForm .colRight .pricing ul li {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    float: none;
    line-height: 30px;
}

#results .bookingForm .colRight .pricing ul li span {
    position: absolute;
    top: 0;
    right: 0;
}

#results .bookingForm .colRight .pricing ul li.total {
    border-top: 1px solid #e5e5e5;
    font-weight: 700;
}

#results .bookingForm .colRight .pricing ul li.total span {
    font-size: 18px;
    color: var(--secondary_color);
}

#results .bookingForm .colRight .book {
    display: block;
    text-align: center;
}

#results .bookingForm .colRight .book p {
    font-size: 13px;
    color: #999999;
    line-height: normal;
}

#results .bookingForm .colRight .book button,
#results .bookingForm .colRight .book a {
    display: block;
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: auto;
}

#results .bookingForm .thanks {
    display: block;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

#results .bookingForm .thanks .headline {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#results .bookingForm .thanks .headline span {
    display: block;
    margin-top: 20px;
}

#results .bookingForm .thanks .headline span i {
    color: green;
}

#results .bookingForm .thanks .msg {
    display: block;
    margin-bottom: 30px;
}

#results .bookingForm .thanks .msg p {
    margin: 0;
    line-height: 30px;
}

#results .bookingForm .thanks .msg p.link {
    color: blue;
}

#results .bookingForm .thanks .payblock {
    display: block;
    text-align: center;
}

#results .bookingForm .thanks .payblock .form-group .box-group label {
    margin-bottom: 10px;
}

#results .bookingForm .thanks .payblock .form-group .box-group select {
    width: 400px;
}

#results .bookingForm.padding-top {
    padding-top: 30px;
}

#results.searchList {
    padding-top: 30px;
}

#results.searchList .heading {
    border-bottom: 1px solid #000000;
    color: #000000;
    display: block;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
}

#results.searchList .heading span {
    color: #555555;
}

#results.searchList .listing {
    padding: 0;
    width: 100%;
}

#helps {
    display: block;
}

#helps .faqWrap {
    padding: 20px;
    background: #ffffff;
}

#helps .faqWrap .heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#helps .faqWrap .faqs {
    display: block;
    margin-bottom: 30px;
}

#helps .faqWrap .faqs .accordionTitle {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 15px 45px 15px 15px;
    margin: 10px 0 0 0;
}

#helps .faqWrap .faqs .accordionTitle:before {
    color: #999999;
    content: "\f078";
    font-family: 'fontAwesome';
    display: block;
    font-style: 20px;
    height: 20px;
    line-height: 20px;
    right: 10px;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#helps .faqWrap .faqs .accordionTitle:hover,
#helps .faqWrap .faqs .accordionTitle.active {
    color: #555555;
}

#helps .faqWrap .faqs .accordionTitle:hover:before,
#helps .faqWrap .faqs .accordionTitle.active:before {
    color: #555555;
    content: "\f077";
}

#helps .faqWrap .faqs .accordionDesc {
    border: 1px solid #e5e5e5;
    border-top: 0;
    display: none;
    padding: 15px;
}

#helps .faqWrap .faqs .accordionDesc.active {
    display: block;
}

#contact {
    display: block;
    margin-bottom: 30px;
}

#contact .headline {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#contact .links {
    margin-bottom: 30px;
}

#contact .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contact .links ul li {
    display: block;
    width: 280px;
}

#contact .block {
    display: block;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}

#contact .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#contact .block .box {
    width: calc(50% - 15px);
    float: left;
    margin: 0 30px 20px 0;
}

#contact .block .box h5 {
    font-weight: 600;
}

#contact .block .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contact .block .box ul li {
    font-size: 13px;
}

#contact .block .box:nth-child(2n + 2) {
    margin-right: 0;
}

#contact .formWrapper {
    display: block;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}

#contact .formWrapper .form-group .box-group label {
    margin-bottom: 15px;
}

#contact .formWrapper .form-group .box-group .radiobox {
    float: left;
    margin: 0 30px 0 0;
}

#contact .formWrapper .form-group .box-group .radiobox label {
    cursor: pointer;
}

#contact .formWrapper .form-group .box-group .radiobox:last-child {
    margin-right: 0;
}

#wrapper {
    padding: 50px 100px;
}

#wrapper .heading {
    font-size: 30px;
}

#wrapper .dealerBlock {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

#wrapper .dealerBlock:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#wrapper .search {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 30px;
}

#wrapper .search .form-group .box-group .inline {
    display: inline-block;
}

#wrapper .dealers {
    display: block;
}

#wrapper .dealers:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#wrapper .dealers .box {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 20px;
    float: left;
    margin: 0 30px 30px 0;
    width: calc(33.33% - 20px);
}

#wrapper .dealers .box:nth-child(3n + 3) {
    margin-right: 0;
}

#wrapper .dealers .box:nth-child(3n + 1) {
    clear: left;
}

#wrapper .dealers .box .store {
    border-bottom: 2px solid #e5e5e5;
    color: #0094da;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 0 40px;
    position: relative;
}

#wrapper .dealers .box .store i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

#wrapper .dealers .box .name,
#wrapper .dealers .box .phone,
#wrapper .dealers .box .address {
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 5px 0 5px 40px;
    position: relative;
}

#wrapper .dealers .box .name i,
#wrapper .dealers .box .phone i,
#wrapper .dealers .box .address i {
    background: #f2f2f2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

#wrapper .dealers .box .address {
    margin-bottom: 0;
}

footer {
    background: #ffffff;
}

footer .textBlock {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

footer .socialMedia {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

footer .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .socialMedia ul li {
    display: inline-block;
    margin: 0 10px;
    background: var(--secondary_color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

footer .socialMedia ul li a {
    display: block;
    line-height: 40px;
    color: #ffffff;
}

footer .socialMedia ul li.facebook {
    background: #3b5998;
}

footer .socialMedia ul li.twitter {
    background: #1da1f2;
}

footer .socialMedia ul li.google {
    background: #dd4b39;
}

footer .socialMedia ul li.youtube {
    background: #cc181e;
}

footer .socialMedia ul li.pinterest {
    background: #c92228;
}

footer .vector {
    text-align: center;
}

footer .vector figure {
    display: inline-block;
    margin: 0 0 -6px 0;
    padding: 0;
}

footer .foot {
    background: var(--secondary_color);
    padding: 20px 0;
}

footer .foot .footwrap {
    display: block;
}

footer .foot .footwrap:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

footer .foot .footwrap .block {
    width: calc(25% - 22.5px);
    float: left;
    margin-right: 30px;
}

footer .foot .footwrap .block:last-child {
    margin-right: 0;
}

footer .foot .footwrap .block .head {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

footer .foot .footwrap .block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .foot .footwrap .block ul li {
    color: #f2f2f2;
}

footer .foot .footwrap .block ul li a {
    display: block;
    color: #f2f2f2;
}

footer .foot .footwrap .block ul li a:hover {
    color: #ffffff;
}

footer .foot .footwrap .block figure {
    display: inline-block;
}

#wrapper {
    display: block;
}

#wrapper:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    padding: 20px;
    width: 250px;
    z-index: 9999;
}

.sidebar .box {
    background: #ffffff;
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.sidebar .balance {
    display: block;
    background: var(--secondary_color);
    color: #ffffff;
    padding: 10px 15px;
}

.sidebar .balance .btn_reload {
    color: rgba(255, 255, 255, 0.5);
    line-height: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sidebar .balance .btn_reload:hover {
    color: #ffffff;
}

.sidebar .balance .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar .balance .amt {
    font-size: 25px;
    font-weight: 900;
}

.sidebar .balance .amt span {
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar .mainmenu {
    padding: 0;
}

.sidebar .mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .mainmenu ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}

.sidebar .mainmenu ul li a {
    display: block;
    font-weight: 700;
    padding: 5px 15px;
}

.sidebar .mainmenu ul li a.active,
.sidebar .mainmenu ul li a:hover {
    background: #0094da;
    color: #ffffff;
}

.sidebar .mainmenu ul li a i {
    margin-right: 10px;
    text-align: center;
    width: 14px;
}

.content {
    display: block;
    padding: 20px 20px 20px 270px;
    width: 100%;
}

.content.col-2x {
    display: block;
    position: relative;
    padding-right: 290px;
}

.content .box {
    background: #ffffff;
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.content .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    min-height: 50px;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
    text-transform: uppercase;
}

.content .title i {
    background: rgba(0, 148, 218, 0.1);
    border: 1px solid rgba(0, 148, 218, 0.3);
    color: #0094da;
    font-size: 30px;
    height: 50px;
    line-height: 48px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .title span {
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-transform: none;
}

.content .flight-search {
    padding-right: 55px;
}

.content .flight-search .colFull {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.content .flight-search .colFull:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-search .colFull label {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.content .flight-search .col {
    float: left;
    position: relative;
    width: 20%;
}

.content .flight-search .col:last-of-child {
    margin-right: 0;
}

.content .flight-search .col i.fa-calendar {
    color: #999999;
    font-size: 15px;
    position: absolute;
    bottom: 13px;
    right: 10px;
    z-index: 0;
}

.content .flight-search .col .select2-selection--single {
    border-right: 0;
}

.content .flight-search .col input {
    border-right: 0;
}

.content .flight-search .col .btn_opt {
    border: 1px solid #e5e5e5;
    border-right: 0;
    cursor: pointer;
    display: block;
    line-height: 38px;
    padding: 0 10px;
}

.content .flight-search .col .popup_opt {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: none;
    padding: 10px;
    position: absolute;
    top: 70px;
    right: 0;
    width: 270px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.content .flight-search .col .popup_opt.active {
    display: block;
}

.content .flight-search .col .popup_opt:before {
    content: "";
    border-bottom: 6px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -6px;
    right: 91px;
    z-index: 99;
}

.content .flight-search .col .popup_opt:after {
    content: "";
    border-bottom: 8px solid #e5e5e5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 88px;
    z-index: 98;
}

.content .flight-search .col .popup_opt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .flight-search .col .popup_opt ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
}

.content .flight-search .col .popup_opt ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content .flight-search .col .popup_opt ul li.number:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-search .col .popup_opt ul li.number button {
    color: #0094da;
    float: left;
    font-size: 10px;
    line-height: 16px;
    height: 20px;
    text-align: center;
    border: 2px solid #e5e5e5;
    width: 20px;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .flight-search .col .popup_opt ul li.number input {
    background: transparent;
    border: 0;
    color: #000000;
    font-weight: 700;
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.content .flight-search .col .popup_opt ul li.number div {
    padding-left: 20px;
    float: left;
    line-height: 20px;
}

.content .flight-search .col .popup_opt ul li.number div small {
    padding-left: 5px;
    color: #999999;
}

.content .flight-search button.search {
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.content .flight-filter {
    margin-bottom: 20px;
}

.content .flight-filter:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-filter h6 {
    font-size: 12px;
    font-weight: 700;
}

.content .flight-filter .timerange {
    display: block;
    float: left;
    padding-right: 50px;
    width: 22.5%;
}

.content .flight-filter .timerange:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-filter .stops {
    display: block;
    float: left;
    padding-right: 20px;
    width: 15%;
}

.content .flight-filter .stops:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-filter .airlines {
    display: block;
    float: left;
    margin-right: 20px;
    width: calc(20% - 10px);
}

.content .flight-filter .airlines:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-filter .sortby {
    display: block;
    float: left;
    width: calc(20% - 10px);
}

.content .flight-filter .sortby:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result {
    display: block;
}

.content .flight-result .block {
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.content .flight-result .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .topRow {
    display: block;
    padding: 15px;
    position: relative;
}

.content .flight-result .block .topRow:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .topRow .icon {
    float: left;
    line-height: 0;
    margin-right: 15px;
    width: 40px;
}

.content .flight-result .block .topRow .name {
    color: #999999;
    font-size: 13px;
    font-weight: 700;
    float: left;
}

.content .flight-result .block .topRow .price {
    float: right;
}

.content .flight-result .block .topRow .price:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .topRow .price span {
    color: #0094da;
    display: block;
    font-size: 25px;
    font-weight: 700;
    float: left;
    line-height: 40px;
    margin-right: 20px;
}

.content .flight-result .block .topRow .price a {
    background: var(--secondary_color);
    border: 2px solid var(--secondary_color);
    color: white;
    display: block;
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
}

.content .flight-result .block .topRow .price a:hover {
    border: 2px solid #3c9640;
}

.content .flight-result .block .midRow {
    padding: 0 15px;
    display: block;
}

.content .flight-result .block .midRow:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .midRow .colLeft,
.content .flight-result .block .midRow .colRight {
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    float: left;
    margin-right: 15px;
    padding: 10px;
    width: calc(50% - 7.5px);
}

.content .flight-result .block .midRow .colRight {
    margin-right: 0;
}

.content .flight-result .block .midRow .colFull {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 100%;
}

.content .flight-result .block .midRow h6 {
    color: #666666;
    font-size: 12px;
}

.content .flight-result .block .midRow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .flight-result .block .midRow ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .midRow ul li {
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
}

.content .flight-result .block .midRow ul li.first {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    width: 100px;
}

.content .flight-result .block .midRow ul li.second {
    width: calc(100% - 200px);
    position: relative;
}

.content .flight-result .block .midRow ul li.second .line {
    background: #999999;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.content .flight-result .block .midRow ul li.second .line:before,
.content .flight-result .block .midRow ul li.second .line:after {
    background: #999999;
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .flight-result .block .midRow ul li.second .line:before {
    left: 0;
}

.content .flight-result .block .midRow ul li.second .line:after {
    right: 0;
}

.content .flight-result .block .midRow ul li.second .onestop .stop,
.content .flight-result .block .midRow ul li.second .twostop .stop {
    color: #999999;
    font-weight: 700;
    position: absolute;
    top: 25px;
    text-align: center;
    width: 30px;
}

.content .flight-result .block .midRow ul li.second .onestop .stop:before,
.content .flight-result .block .midRow ul li.second .twostop .stop:before {
    background: #ffffff;
    border: 1px solid var(--secondary_color);
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .flight-result .block .midRow ul li.second .onestop .stop:after,
.content .flight-result .block .midRow ul li.second .twostop .stop:after {
    background: var(--secondary_color);
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
}

.content .flight-result .block .midRow ul li.second .onestop .stop {
    left: calc(50% - 15px);
}

.content .flight-result .block .midRow ul li.second .twostop .stop:nth-child(1) {
    left: calc(33.33% - 15px);
}

.content .flight-result .block .midRow ul li.second .twostop .stop:nth-child(2) {
    left: calc(66.66% - 15px);
}

.content .flight-result .block .midRow ul li.second .time {
    color: #999999;
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.content .flight-result .block .midRow ul li.third {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
    width: 100px;
}

.content .flight-result .block .midRow ul li strong {
    color: #000000;
}

.content .flight-result .block .botRow {
    display: block;
    padding: 15px;
}

.content .flight-result .block .botRow:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .botRow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .flight-result .block .botRow ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-result .block .botRow ul li {
    float: left;
    color: #000000;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 0;
}

.content .flight-result .block .botRow ul li a {
    color: #999999;
}

.content .flight-result .block .botRow ul li a:hover {
    color: var(--secondary_color);
}

.content .flight-details {
    display: block;
    margin-bottom: 50px;
}

.content .flight-details:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-details .block {
    display: block;
}

.content .flight-details .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-details .block .tophead {
    display: block;
    height: 60px;
    position: relative;
}

.content .flight-details .block .tophead .sect {
    background: var(--secondary_color);
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 10px;
    text-transform: uppercase;
}

.content .flight-details .block .tophead h5 {
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #0094da;
}

.content .flight-details .block .tophead h5 span {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.content .flight-details .block .tophead .duration {
    font-size: 16px;
    line-height: 25px;
    padding-left: 25px;
    position: absolute;
    top: 18px;
    right: 90px;
}

.content .flight-details .block .tophead .duration i {
    color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.content .flight-details .block .tophead .btn_collapse {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    color: #999999;
    display: block;
    font-size: 50px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    width: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content .flight-details .block .tophead .btn_collapse i.fa-angle-up {
    color: var(--secondary_color);
}

.content .flight-details .block .tophead .btn_collapse:hover {
    color: var(--secondary_color);
}

.content .flight-details .block .collapse {
    display: none;
}

.content .flight-details .block .detail {
    display: block;
    padding-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.content .flight-details .block .detail:last-of-type {
    margin-bottom: 0;
}

.content .flight-details .block .detail:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-details .block .detail ul {
    float: left;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.content .flight-details .block .detail ul li {
    float: left;
    display: block;
    line-height: 20px;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
    width: calc(33.33% - 20px);
    z-index: 0;
}

.content .flight-details .block .detail ul li:last-child {
    margin-right: 0;
}

.content .flight-details .block .detail ul li.airline {
    font-weight: 700;
    padding: 0 0 0 60px;
}

.content .flight-details .block .detail ul li.airline img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}

.content .flight-details .block .detail ul li.airline .code {
    color: #999999;
    display: block;
}

.content .flight-details .block .detail ul li.start,
.content .flight-details .block .detail ul li.stop {
    padding-left: 20px;
}

.content .flight-details .block .detail ul li.start:before,
.content .flight-details .block .detail ul li.stop:before {
    content: "\f072";
    color: #0094da;
    font-family: 'fontAwesome';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
}

.content .flight-details .block .detail ul li.start span,
.content .flight-details .block .detail ul li.stop span {
    display: block;
    line-height: 20px;
}

.content .flight-details .block .detail ul li.start span.datetime,
.content .flight-details .block .detail ul li.stop span.datetime {
    font-size: 16px;
    color: #000000;
}

.content .flight-details .block .detail ul li.start span.location,
.content .flight-details .block .detail ul li.stop span.location {
    font-weight: 700;
}

.content .flight-details .block .detail ul li.stop:before {
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
}

.content .flight-details .block .detail .info {
    background: #f2f2f2;
    float: left;
    display: block;
    padding: 5px 5px;
    line-height: 20px;
    width: 100%;
}

.content .flight-details .block .detail .info i {
    margin-right: 5px;
}

.content .flight-details .block .detail .info span {
    display: inline-block;
    margin-right: 20px;
}

.content .flight-details .block .detail .info span:last-of-type {
    margin-right: 0;
}

.content .flight-details .block .transit {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.content .flight-details .block .transit:after {
    content: "";
    border-top: 1px solid #e5e5e5;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.content .flight-details .block .transit .round {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.content .flight-details .block .transit .round span:first-of-type {
    margin-right: 20px;
}

.content .flight-details .block .transit .round i {
    color: #0094da;
    margin-right: 5px;
}

.content .flight-booking .heading {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.content .flight-booking .heading i {
    border: 2px solid #999999;
    color: #0094da;
    font-size: 18px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .flight-booking .heading:before {
    content: "";
    background: #f2f2f2;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 15px;
    z-index: 99;
}

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

.content .flight-booking .box:last-of-type {
    margin-bottom: 20px;
}

.content .flight-booking .box .block {
    display: block;
    margin-bottom: 50px;
}

.content .flight-booking .box .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-booking .box .block:last-of-type {
    margin-bottom: 0;
}

.content .flight-booking .box .block h5 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.content .flight-booking .box .block h5 span {
    display: inline-block;
    background: #ffffff;
    padding-right: 20px;
    position: relative;
    z-index: 99;
}

.content .flight-booking .box .block h5:after {
    background: #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.content .flight-booking button {
    font-size: 16px;
    padding: 0 50px;
}

.content .flight-sidebar {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 250px;
}

.content .flight-sidebar .totalcost {
    display: block;
}

.content .flight-sidebar .totalcost .heading {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    position: relative;
}

.content .flight-sidebar .totalcost .heading i {
    border: 2px solid #999999;
    color: var(--secondary_color);
    font-size: 20px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .flight-sidebar .totalcost .heading:before {
    content: "";
    background: #ffffff;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 15px;
    z-index: 99;
}

.content .flight-sidebar .totalcost h5 {
    color: #0094da;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
}

.content .flight-sidebar .totalcost h5:after {
    content: "";
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
}

.content .flight-sidebar .totalcost h5 span {
    display: inline-block;
    padding-right: 5px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.content .flight-sidebar .totalcost ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .flight-sidebar .totalcost ul li {
    margin-bottom: 0;
}

.content .flight-sidebar .totalcost ul li:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-sidebar .totalcost ul li span {
    float: right;
}

.content .flight-sidebar .totalcost ul li.qty {
    font-weight: 700;
}

.content .flight-sidebar .totalcost ul li.fare {
    padding-top: 10px;
}

.content .flight-sidebar .totalcost ul li.subtotal {
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.content .flight-sidebar .totalcost .total {
    background: var(--secondary_color);
    color: #ffffff;
    padding: 0 10px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
}

.content .flight-sidebar .totalcost .total:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .flight-sidebar .totalcost .total span {
    float: right;
}

.content .activities-search {
    padding-right: 55px;
}

.content .activities-search .col {
    float: left;
    position: relative;
}

.content .activities-search .col.keywords {
    width: calc(100% - 350px);
}

.content .activities-search .col.days {
    width: 150px;
}

.content .activities-search .col.country {
    width: 200px;
}

.content .activities-search .col i.fa-calendar {
    color: #999999;
    font-size: 15px;
    position: absolute;
    bottom: 13px;
    right: 10px;
    z-index: 0;
}

.content .activities-search .col .select2-selection--single {
    border-right: 0;
}

.content .activities-search .col input {
    border-right: 0;
}

.content .activities-search button.search {
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.content .activities-result {
    display: block;
}

.content .activities-result .block {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.content .activities-result .block:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .activities-result .block figure {
    float: left;
    margin: 0;
    width: 220px;
}

.content .activities-result .block .colLeft {
    float: left;
    padding: 0 30px;
    width: calc(100% - 460px);
}

.content .activities-result .block .colLeft .name {
    color: #0094da;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.content .activities-result .block .colLeft .name a {
    color: #0094da;
}

.content .activities-result .block .colLeft .name a:hover {
    color: #000000;
}

.content .activities-result .block .colLeft .intro {
    display: block;
    margin-bottom: 15px;
}

.content .activities-result .block .colLeft ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.content .activities-result .block .colLeft ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .activities-result .block .colLeft ul li {
    float: left;
    font-weight: 700;
    line-height: 26px;
    margin: 0 25px 0 0;
    padding: 0 0 0 35px;
    position: relative;
}

.content .activities-result .block .colLeft ul li:last-child {
    margin-right: 0;
}

.content .activities-result .block .colLeft ul li i {
    color: #999999;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.content .activities-result .block .colRight {
    border-left: 1px solid #e5e5e5;
    float: left;
    min-height: 150px;
    width: 240px;
    padding-left: 15px;
    position: relative;
    text-align: center;
}

.content .activities-result .block .colRight .price {
    color: #000000;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}

.content .activities-result .block .colRight .price span {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: text-top;
    padding-right: 5px;
}

.content .activities-result .block .colRight .btn {
    display: block;
}

.content .activities-result .block .colRight .btn a {
    background: var(--secondary_color);
    border: 2px solid var(--secondary_color);
    color: white;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    padding: 0 30px;
}

.content .activities-result .block .colRight .btn a:hover {
    border: 2px solid #3c9640;
}

.content .activities-details {
    display: block;
}

.content .activities-details .top {
    padding: 0;
}

.content .activities-details .block {
    float: left;
    padding: 15px;
    width: calc(100% - 400px);
}

.content .activities-details .block .heading {
    color: #000000;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.content .activities-details .block .desc {
    display: block;
}

.content .activities-details .block .desc:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .activities-details figure {
    float: left;
    width: 400px;
    margin: 0;
}

.content .activities-sidebar {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 250px;
}

.content .activities-sidebar .totalcost {
    display: block;
}

.content .activities-sidebar .totalcost .heading {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    position: relative;
}

.content .activities-sidebar .totalcost .heading i {
    border: 2px solid #999999;
    color: var(--secondary_color);
    font-size: 20px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.content .activities-sidebar .totalcost .heading:before {
    content: "";
    background: #ffffff;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 15px;
    z-index: 99;
}

.content .activities-sidebar .totalcost h5 {
    color: #0094da;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
}

.content .activities-sidebar .totalcost h5:after {
    content: "";
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
}

.content .activities-sidebar .totalcost h5 span {
    display: inline-block;
    padding-right: 5px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.content .activities-sidebar .totalcost ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.content .activities-sidebar .totalcost ul li {
    margin-bottom: 0;
}

.content .activities-sidebar .totalcost ul li:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .activities-sidebar .totalcost ul li span {
    float: right;
}

.content .activities-sidebar .totalcost ul li.qty {
    font-weight: 700;
}

.content .activities-sidebar .totalcost ul li.fare {
    padding-top: 10px;
}

.content .activities-sidebar .totalcost ul li.subtotal {
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.content .activities-sidebar .totalcost .total {
    background: var(--secondary_color);
    color: #ffffff;
    padding: 0 10px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
}

.content .activities-sidebar .totalcost .total:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .activities-sidebar .totalcost .total span {
    float: right;
}

.content .tours-result {
    display: block;
}

.content .tours-result:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content .tours-result .block {
    background: #ffffff;
    display: block;
    float: left;
    margin: 0 15px 30px 0;
    width: calc(25% - 11.25px);
}

.content .tours-result .block:nth-child(4n + 4) {
    margin-right: 0;
}

.content .tours-result .block .name {
    border-bottom: 1px solid #e5e5e5;
    color: var(--secondary_color);
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.content .tours-result .block .duration i {
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}

.content .tours-result .block .price {
    background: var(--secondary_color);
    color: #ffffff;
    display: block;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.content .tours-result .block .price span {
    font-size: 80%;
    padding-right: 5px;
}

.slider .carousel-inner .item {
    height: 450px
}

.slider .carousel-inner .item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.footer-blog {
    padding-left: 20px !important
}

.footer-blog li {
    list-style: disc
}

.text-center {
    text-align: center
}

/* added by puja */
.quoteBtn {
    margin-bottom: 10px;
}

#form {
    padding: 20px 0 50px;
    background-color: white;
}

.formQuote {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    background-color: #eaeaea;
    padding: 20px;
}

.formQuote .first-part {
    background-color: #f1f0f0;
    padding: 20px;
    margin-bottom: 20px;
}

.formQuote .second-part {
    background-color: #f1f0f0;
    padding: 20px;
}

.gap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-gap {
    margin-top: 20px;
    margin-bottom: 20px;
}

#formEnquiry {
    padding-bottom: 20px;
}

#formEnquiry h3 {
    color: var(--secondary_color);
}

#formEnquiry .click {
    /*    color: #0094da;*/
}

/* end */
/* end */

/* Small devices  */
@media (max-width: 576px) {
    header a.menu {
        display: block;
        position: absolute;
        font-size: 20px;
        right: 0;
    }

    header .right .calls li img {
        height: 38px !important;
    }

    .container [class*="col-"] {
        width: 100%;
    }

    .slider .carousel-inner .item {
        height: 160px;
    }

    .searchBlock,
    .smallSlider {
        position: initial !important;
    }

    #TopImage .searchWrap .smallSlider {
        max-width: inherit;
    }

    #TopImage .searchWrap .smallSlider .carousel-control.left {
        left: 0;
    }

    #TopImage .searchWrap .smallSlider .carousel-control.right {
        right: 0;
    }

    #icons .blocks .box,
    #TabBlock .block .box,
    #testimonials .block .box,
    footer .foot .footwrap .block,
    #TopImage .searchWrap .searchBlock,
    .form-group .box-group .col-6x,
    #airline .colWrap aside,
    #airline .colWrap article,
    .listing.activities .block .box .tbl,
    .listing.activities .block .box figure,
    #results .details .packagephoto,
    #results .details .packageinfo,
    #bestFlights .block .box,
    #results .details #tabber #reviews .block .box .numb,
    #results .details #tabber #reviews .block .box .tbl,
    #results .details #suggest .block .box,
    #results .bookingForm .colLeft,
    #results .bookingForm .colRight,
    #results .bookingForm .thanks .payblock .form-group .box-group select,
    #results .bookingForm .form-group .Formblock .right .box input,
    #results .bookingForm .form-group .Formblock .right,
    #results .bookingForm .form-group .Formblock .right select,
    #contact .block .box,
    #wrapper .dealers .box,
    #results .listing,
    #results .listing.hotels .block .box figure,
    #results .listing.hotels .block .box .tbl,
    #results .listing.hotels .block .box .tbl .price ul li,
    .form-group .box-group .col-5x,
    #results .details .colLeft,
    #results .details .colRight,
    #results .details .facilities .map,
    #results .details .facilities .map iframe,
    #results .details .facilities .colRight,
    #results .details #tabber #about .block .box,
    .photos .block .box,
    .photos-list .block .box,
    .login .login-box,
    .login .social-login {
        width: 100%;
    }

    #TabBlock .block .box {
        margin-bottom: 30px;
    }

    #TabBlock #tabber ul li {
        border: none
    }

    #TabBlock #tabber ul li a {
        line-height: 30px;
        padding: 0 5px
    }

    .form-group .box-group .col-6x,
    .form-group .box-group .col-5x,
    #results .listing.hotels .block .box .tbl .price ul li {
        margin-bottom: 10px
    }

    input[type="submit"], button[type="submit"], button[type="reset"], button[type="button"] {
        width: 100%
    }

    .listing.activities .block .box .tbl {
        padding: 10px;
    }

    .listing.activities .block .box .tbl:after {
        display: none;
    }

    .listing.activities .block .box,
    #results .details,
    #results .details .packageinfo,
    #results .details #tabber #reviews .block .box .tbl,
    #results .listing {
        padding: 0
    }

    .listing.activities .block .box .tbl .price {
        position: initial;
        text-align: left
    }

    #airline .colWrap article .paymentBlock .right {
        width: 100%;
        margin-right: inherit;
    }

    #airline .colWrap aside.right {
        margin: 0;
    }

    .form-group .box-group .col-2x {
        width: 100%;
        margin-bottom: 15px;
    }

    #results .bookingForm .form-group .Formblock .right .box .inline {
        display: inherit;
    }

    #wrapper {
        padding: 10px;
    }

    #flightBlock .block .box {
        width: 50%;
        margin: 0;
        padding: 0 10px;
    }

    .login {
        margin: 30px 0;
    }

    .login .login-box,
    .login .social-login {
        padding: 20px;
    }

    nav ul.mainmenu,
    nav ul.buttons {
        display: none;
    }

    nav.display ul.mainmenu,
    nav.display ul.buttons {
        display: block;
        width: 100%;
    }

    nav.display ul.mainmenu li,
    nav.display ul.buttons li {
        float: initial;
    }

    nav .buttons li {
        margin: 0;
    }

    nav .buttons li a {
        padding: 5px 20px;
        margin-bottom: 5px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .reviewsBlock .owl-carousel.owl-drag .owl-item,
    .reviewsBlock .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .reviewsBlock .owl-carousel .owl-stage {
        transform: inherit !important;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.getaquote__section {
    background: #f5f5f5;
    /*background: red;*/
}

.getaquote {
    /*background: url("../images/media/transparent-pilot-png-3.png") no-repeat;*/
    /*background-size: 160px auto;*/
    background-position: 0 20px;
    width: calc(100% - 350px);
    margin-left: 350px;
    min-height: 150px;
    padding: 30px;
    /*!*background: black;*!*/
    /*display: flex;*/
    /*justify-content: center;*/

}

.getaquote .heading {
    text-align: center;
}

.getaquote figure {
    text-align: center;
    width: 100%;
}

.getaquote img {
    height: 150px;
    width: auto;
    display: initial;
}

@media (max-width: 768px) {
    .getaquote__section {

    }

    .getaquote {
        background-image: none;
        width: 100%;
        margin-left: 0;
    }
}

#packagesIx .owl-carousel.owl-drag .owl-item {
    background: #f9f9f9;
}

.threeBlock.owl-carousel.owl-drag .owl-item {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    background: #fff;
}

.owl-carousel.owl-drag .owl-item:hover {
    /*-webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);*/
    /*box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);*/

    /*-webkit-transition: -webkit-box-shadow .25s;*/
    /*transition: -webkit-box-shadow .25s;*/
    /*transition: box-shadow .25s;*/
    /*transition: box-shadow .25s,-webkit-box-shadow .25s;*/
}

.owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.new_activities {
    position: relative;
    /*height: 1200px;*/
}

@media (max-width: 767.98px) {
    .sticky-wrapper .spy-block {
        padding: 15px 20px;
        position: initial !important;
    }
}

@media (min-width: 767.98px) {
    .sticky-wrapper {
        width: 400px !important;
        height: 500px;
        right: 70px;
        position: absolute;
        z-index: 1 !important;
        display: none;
    }

    .sticky-wrapper .spy-block {
        background: #fff;
        box-shadow: 10px 10px 30px 10px rgba(65, 80, 138, 0.05);
        border-radius: 4px;
        padding: 15px 20px;

        margin-top: 50px;
    }
}

.new_activities section {
    padding: 60px 0;

}
.package-banner section{
    padding: 0px;
}
.package-banner .activities_banner:before{
    content: unset;
}

.new_activities section.section-itinerary,
.new_activities section.section-reviews {
    /*background: #fff;*/
    /*padding: 20px;*/
}

.activities_navigation {
    position: sticky;
    top: 0;
    /*background: #b5b5bf;*/
    z-index: 1;
}

.activities_navigation ul {
    list-style: none;
    margin: 0;
}

.activities_navigation ul li {
    display: inline-block;
    margin-bottom: 0;
}

.activities_navigation ul li a {
    color: black;
    display: block;
    border-bottom: 5px solid transparent;
    padding: 15px 20px;
}

.activities_navigation ul li a.active,
.activities_navigation ul li a:hover {
    border-bottom-color: #0094da;
    text-decoration: none;
}

.cover-feature-lists {
    margin: 0;
    padding: 0;
}

.cover-features .cover-feature-lists li {
    display: inline-block;
    font-size: 14px;
    color: #696978;
    padding: 20px 30px 20px 10px;
}

@media (max-width: 767.98px) {
    .cover-features .cover-feature-lists li {
        text-align: center;
        display: block;
    }
}

.cover-features .cover-feature-lists li .second-feature {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.activities_banner {
    min-height: 330px;
    position: relative;
}

.activities_banner img {
    top: 0;
}

.activities_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
}

.activities_banner .cover-text {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 1;
}

.activities_banner .cover-text h2,
.activities_banner .cover-text .location {
    color: #fff;

}

.activities_banner .cover-text .location {
    font-size: 18px;
}

.activities_banner .cover-text .location:before {
    padding-right: 20px;
    content: '\f041 ';
    font-family: 'FontAwesome';
    display: block;
    padding-right: 10px;
    float: left;

}

.activities_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activities_section .details {
}

.activities_section .details .booknow {

    text-align: right;
}

.activities_section .details .booknow a {
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    border: 1px solid var(--secondary_color);
    background: var(--secondary_color);
    padding: 10px 25px;
    /*line-height: 50px;*/
}

.activities_section .details .amount {
    font-size: 24px;
    color: #000000;
}

.activities_section .details .heading {
    margin-bottom: 0;
    color: #0082de;
    font-weight: 600;
}

.activities_section .details .package-info {
    padding: 15px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.activities_section .details .package-info ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.activities_section .details .package-info ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.section-itinerary {
    position: relative;
}

.section-itinerary:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 13%, white 72%, white 73%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 13%, white 72%, white 73%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 13%, white 72%, white 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);

}

.section-itinerary.hide-show:after {
    background: none;
    height: 0;
}

.section-itinerary:before {
    clear: both;
}

.section-itinerary .itinerary-block {
    position: relative;
    height: 465px;
    overflow: hidden;
}

.section-itinerary .itinerary-block .itinerary-header {
    padding-bottom: 30px;
}

.section-itinerary .itinerary-block #accordion {
    /*position: relative;*/
}

.section-itinerary .itinerary-block #accordion .card {
    background: transparent;
    border: 0;
    padding-bottom: 15px;
    position: relative;
}

/*.section-itinerary .itinerary-block #accordion .card:before {*/
/*content: '';*/
/*width: 1px;*/
/*background: var(--secondary_color);*/
/*height: 100%;*/
/*left: 14px;*/
/*position: absolute;*/
/*z-index: -1;*/
/*top: 0;*/
/*bottom: 0;*/
/*}*/

/*.section-itinerary .itinerary-block #accordion .card:last-child:before {*/
/*background: #f9f9f9;*/
/*!*display: none;*!*/
/*}*/

.section-itinerary .itinerary-block #accordion .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
}

.section-itinerary .itinerary-block #accordion .card .card-header {
    color: #4d4d4d;
    text-decoration: none;
    padding: 0;
}

.section-itinerary .itinerary-block #accordion .card .card-header h5 {
    display: inline-block;
    cursor: pointer;
}

/*.section-itinerary .itinerary-block #accordion .card .card-header:before {*/
/*content: "\ec77";*/
/*font-family: 'icofont';*/
/*color: var(--secondary_color);*/
/*border: 1px solid var(--secondary_color);*/
/*border-radius: 50%;*/
/*padding: 5px;*/
/*margin-right: 10px;*/
/*background: #fff;*/
/*}*/

.section-itinerary .itinerary-block #accordion .card .card-description {
    display: none;
}

.section-itinerary .itinerary-block #accordion .card .card-description.active {
    display: block;
}

.section-itinerary .itinerary-block .overlay-block {
    position: absolute;
    padding-top: 100px;
    /*padding-left: 17px;*/
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 1;
    margin-bottom: 30px;
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 13%, white 72%, white 73%);*/
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 13%, white 72%, white 73%);*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 13%, white 72%, white 73%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
}

.section-itinerary .itinerary-block .overlay-block .btn-show {
    /*padding-left: 20px;*/
    color: var(--secondary_color);
    cursor: pointer;
}

.section-itinerary .itinerary-block .less-div {
    display: none;
}

.section-itinerary.hide-show .itinerary-block {
    height: auto !important;
    overflow: visible;
}

.section-itinerary.hide-show .itinerary-block .overlay-block {
    display: none;
}

.section-itinerary.hide-show .itinerary-block .less-div {
    display: block;
    padding-top: 10px;
    color: #0082de;
}

.section-inclusions .r-tabs-panel {
    padding: 15px 0 !important;
}

.section-inclusions .r-tabs-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-inclusions .r-tabs-panel ul li {
    /*padding-left: 40px;*/

}

.section-inclusions #inclusion ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    padding-right: 10px;
    float: left;
    color: var(--secondary_color);
}

.section-inclusions #exclusions ul li:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    display: block;
    padding-right: 10px;
    float: left;

    color: #ea3b28;
}

.section-inclusions .tabs ul li.r-tabs-state-active {
    font-weight: bold;
    border-bottom: 3px solid #0094da;
}

.section-inclusions .tabs ul li {
    margin: 0 15px 0 0;
}

.section-inclusions .tabs ul li a {
    font-size: 24px;
    text-decoration: none;
    color: #202020;
}

.section-reviews {

}

#reviews .count {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

#reviews .count small {
    font-size: 16px;
}

#reviews .meter {
    background: #e5e5e5;
    max-width: 300px;
    margin-bottom: 20px;
    height: 15px;
}

#reviews .meter span {
    background: #ffc40d;
    height: 15px;
    display: block;
}

#reviews .block {
    display: block;
}

#reviews .block .box {
    display: block;
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#reviews .block .box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#reviews .block .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#reviews .block .box .numb {
    background: #e5e5e5;
    color: #999999;
    float: left;
    font-size: 25px;
    padding: 50px 0;
    text-align: center;
    width: 170px;
}

#reviews .block .box .numb small {
    padding-top: 10px;
    display: block;
    font-size: 14px;
}

#reviews .block .box .tbl {
    float: left;
    padding-left: 30px;
    width: calc(100% - 170px);
}

#reviews .block .box .tbl h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

#reviews .block .box .tbl .date {
    color: #999999;
}

#reviews .block .box .tbl .que {
    display: block;
    line-height: 25px;
}

#reviews .block .box .tbl .que button {
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0;
    position: relative;
    top: -5px;
    text-align: center;
    width: 25px;
}

#reviews .block .box .tbl .que button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

#reviews .block .box .tbl .que button.yes {
    background: #489f27;
}

#reviews .block .box .tbl .que button.no {
    background: #000000;
}

#reviews .block .box .tbl .que button:hover {
    background: #555555;
}

.user {
    float: right;
    margin-left: 10px;
}

.user .btn {
    margin-top: 10px;
    display: block;
    cursor: pointer;
    line-height: 25px;
    background: #ffffff;
    padding: 0 20px;
    border-radius: 5px;
    /*line-height: 30px;*/
    /*color: #ffffff;*/
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.user .btn i {
    margin-left: 10px;
}

.user .btn figure {
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.user .btn.active,
.user .btn:hover {
    /*background: #1b97cd;*/
}

.user .dropdown {
    background: #ffffff;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    top: 100%;
    /*width: 100%;*/
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.user .dropdown.active {
    display: block;
}

.user .dropdown li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}

.user .dropdown li:last-child {
    border-bottom: 0;
}

.user .dropdown li a {
    display: block;
    font-weight: 700;
    padding: 5px 10px;
}

.user .dropdown li a i {
    margin-right: 10px;
}

.user .dropdown li a:hover {
    color: #1fa7e2;
}

.user-dashboard {
    padding: 30px 0;
}

.user_menu {
    background: #ffffff;
}

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

.user_menu ul li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.user_menu ul li a {
    padding: 10px 15px;
    display: block;
}

.user_menu ul li a.active,
.user_menu ul li a:hover {
    background: #0094da;
    color: #fff;
}

.user_menu ul i {
    margin-right: 5px;
}

.owl-carousel .offers {
    position: relative;
    overflow: hidden;
    height: 375px;
}

.owl-carousel .offers figure {
    height: 250px;
}

.owl-carousel .offers figure img {
    height: 100%;
    object-fit: cover;
}

.owl-carousel .offers .caps {
    position: absolute;
    top: 250px;
    height: 100%;
    width: 100%;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.owl-carousel .offers:hover .caps {
    /*margin-top: -90px;*/
    top: 0;
    transition-property: top;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-carousel .offers:hover .caps {
    top: 0;
    background: rgba(0, 00, 0, .65);
}

.owl-carousel .offers:hover .caps .head,
.owl-carousel .offers:hover .caps p,
.owl-carousel .offers:hover .caps .price,
.owl-carousel .offers:hover .caps p span {
    color: #fff;
}

.owl-carousel .offers .caps .caps-more {
    display: none;
}

.owl-carousel .offers:hover .caps .caps-more {
    display: block;
}

.special-deal {
    height: 295px;
    width: 100%;
    background: red;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.special-deal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caps .head {
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;

}

.contact-section {
    text-align: center;
    padding: 30px 0;
}

.contact-section i {
    font-size: 3em;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 85px;
    margin: 0 auto;
    border-radius: 90%;
    border: 3px solid var(--secondary_color);
    margin-bottom: 20px;

    transition: background 0.3s;
}

.contact-section a:hover i {
    background: var(--secondary_color);
    color: #fff;
}

.hovicon.effect-3 {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hovicon.effect-3:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

label span {
    color: red;
}

/*for pop up page */
.pop-up-inner {
    position: relative;
}

.pop-up-inner .pop-up-block {
    position: absolute;
    bottom: -300px;
    left: 50%;
    width: 800px;
    min-height: 700px;
    transform: translatex(-50%);
    background-color: #ffffff;
    padding: 20px;
}

.pop-up-inner .pop-up-block .pdf-block {
    border-bottom: 2px solid #333333;
    display: flex;
}

.pop-up-inner .pop-up-block .pdf-block .logo-block {
    margin-right: auto;
}

.pop-up-inner .pop-up-block .pdf-block .logo-block img {
    width: 100%;
}

.pop-up-inner .pop-up-block .pdf-block .pdf {
    padding-top: 20px;
}

.pop-up-inner .pop-up-block .pdf-block .pdf a {
    font-size: 16px;
    background-color: #0094da;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #333333;
}

.pop-up-inner .pop-up-block .detail-list {
    padding-top: 20px;
}

.pop-up-inner .pop-up-block .detail-list li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 600;
}

.pop-up-inner .pop-up-block .detail-list li .detail {
    padding-left: 10px;
    font-weight: 400;
}

#bestFlights .block .box .airlinedetailWrap {
    padding-right: 0;
}

.flight-block {
    display: block;
    padding-right: 10px;
}

.flight-block .from {
    display: flex;
}

.flight-block .departure-place {
    color: #0094da;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    justify-content: flex-start;
}

.flight-block .from .flight-place {
    padding: 12px 0 0 10px;
    font-size: 16px;

}

.flight-block .toDestination {
    display: flex;
}

.flight-block .toDestination .departure-to {
    color: #0094da;
    padding: 10px 30px 0 0;
    font-size: 18px;
    font-weight: 400;
    justify-content: flex-start;
}

.flight-block .flight-list {
    /*padding-left: 10px;*/
    border-top: none;
    border-left: none;
    border-right: none;
    justify-content: flex-end;
}

.flight-block .flight-list {
    color: #555555;
}

/* activities list */
.section-sidebar .activities-list {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #DBE5E9;
    margin-bottom: 10px;
}

.section-sidebar .activities-list ul li {
    margin-bottom: 0;
}

/* for quick-enquiry-form*/
.section-sidebar .quick-enquiry-form {
    /*background-color: #DBE5E9;*/
    background-color: #ffffff;
    border: 1px solid #DBE5E9;
    padding: 15px;
}

.section-sidebar.quick-enquiry-form .enquiry-title {
    /*color: #ffffff;*/
}

.section-sidebar .quick-enquiry-form .form-group {
    margin-bottom: 10px;
}

/*you may like*/

.you-may-like .offers {
    position: relative;
    overflow: hidden;
    height: 375px;
    border-radius: 5px;
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
    float: left;
}

.you-may-like .offers figure {
    margin: 0;
    position: relative;
    height: 250px;
}

.you-may-like .offers figure img {
    height: 100%;
    object-fit: cover;
}

.you-may-like .offers .caps {
    text-align: left;
    padding: 15px;
    background: #f9f9f9;
    position: absolute;
    top: 250px;
    height: 100%;
    width: 100%;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.you-may-like .offers .caps .place {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
}

.you-may-like .offers .caps .head {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 25px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 3em;
    overflow: hidden;
}

.you-may-like .offers .caps .price span {
    color: var(--secondary_color);
}

.you-may-like .offers:hover .caps {
    /*margin-top: -90px;*/
    top: 0;
    transition-property: top;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.you-may-like .offers:hover .caps .head {
    color: #fff;
}
.you-may-like .offers:hover .caps .head,
.you-may-like .offers:hover .caps p,
.you-may-like .offers:hover .caps .price,
.you-may-like .offers:hover .caps p span {
    color: #fff;
}

.you-may-like .offers .caps .caps-more {
    display: none;
}

.you-may-like .offers:hover .caps .caps-more {
    display: block;
}



/* for top blade image*/
#top-blade-image{
    padding-top: 20px;
    background-color: white;
}
#top-blade-image .section-cover-info .cover-info-image-block{
    width: 100%;
    height: 350px;
}
#top-blade-image .section-cover-info .cover-info-image-block .cover-info-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-blade-image .section-cover-info .cover-info-block{
    padding:20px 30px;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*width: 70%;*/
}

/* for stripe page */
.stripe-block{
    background-color: #ffffff;
    padding: 15px;
    margin:15px 0;
    margin-right: auto;
    margin-left: auto;
}
.stripe-block form .form-group{
    padding-bottom: 10px;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-offset-4{
    margin-left: 33.33333333%;
}
.sub-menu{
    margin-left: 0px;
}


.figure-block{
    position: relative;
    overflow: hidden;
}
.figure-block .figure-element{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*.package-figure-mod{
    height: 200px;
}*/
.capitalize{
    text-transform: capitalize;
}
.activities_section .details .heading{font-size: 2rem;}
.home-offers{margin:15px 0;}
.custom-banner .content{padding:0px;}

@media(min-width:1280px) and (max-width:1520px){
    .section-sidebar .activities-list {padding: 10px 15px;margin-bottom: 5px;}
    .section-sidebar .quick-enquiry-form {padding: 10px 15px;}
    #aside-right-side-fixed h4{font-size: 1.20rem;}
    .section-sidebar .activities-list ul li{font-size: 12px}
}