body{
    color:#5e5e5e;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a:hover, a:focus {
    color: #ff9900;
    text-decoration: none;
}
.owl-carousel {
-ms-touch-action: pan-y;
touch-action: pan-y;
}

.lightcaret {
    width: 10px;
    height: 5px;
    background: url('../../images/caret.png') scroll 100% 0 no-repeat;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
ul.droplist {
    list-style: none;
}
ul.droplist li {
    line-height: 30px;
    border-bottom: 1px solid #efefef;
    padding: 0px 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
ul.droplist li.dropdown-header {
    padding: 0px 20px;
}
ul.droplist li:hover.dropdown-header {
    background: #fff;
}
ul.droplist li:hover {
    background: #efefef;
}
ul.droplist li a {
    color: #444;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
ul.droplist li:hover a {
    color: #ff9900;
    text-decoration: none;
}
ul.droplist li.dropdown-title {
    font-family: "Open Sans";
    font-size: 14px;
    color: #cccccc;
    padding: 0px 20px;
}
ul.droplist li:hover.dropdown-title {
    background: #fff;
}
ul.droplist li.inactive {} ul.droplist li.inactive a {
    color: #999;
    cursor: default;
}
ul.droplist li:hover.inactive {
    background: #fff;
}
.dropwidth01 {
    width: 650px;
}
.dropwidth02 {
    width: 400px;
}
.z-index100 {
    z-index: 100;
}
.mtnav {
    position: relative;
    top: 0px;
}
.navbar-wrapper2 {
    min-height: 0px;
    background: white;
    border-bottom: 0px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    padding-bottom: 0px;
}
.mtslide {
    position: relative;
    top: 110px;
}
.mtslide2 {
    position: relative;
    top: 0px;
}
.tp-leftarrow {
    top: 240px!important;
}
.tp-rightarrow {
    top: 240px!important;
}
img.fullwidth {
    width: 100%;
    height: 261px;
}
img.logo {
    width: 120px;
}
/*GLOBAL*/

.none {
    display: none;
}
.block {
    display: block;
}
.left {
    float: right;
}
.right {
    float: left;
}
.center {
    margin: 0 auto;
    text-align: center;
}
.textleft {
    text-align: right;
}
.textright {
    text-align: left;
}
.textcenter {
    text-align: center;
}
.caps {
    text-transform: uppercase;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed!important;
}
.cpointer {
    cursor: pointer;
}
.cunvailable {
    cursor: not-allowed;
}
.ohidden {
    overflow: hidden;
}
.posright-0 {
    left: auto!important
}
.line1 {
    background: #e7e7e7;
    height: 1px;
    margin: 16px 0 6px 0;
    padding: 0;
    display: block;
}
.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px 0;
    padding: 0;
    display: block;
}
.line3 {
    background: #e8e8e8;
    height: 1px;
    margin: 0px 0 0px 0;
    padding: 0;
    display: block;
}
.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
}
.line5 {
    background: #e8e8e8;
    height: 1px;
    margin: 4px 0 12px 0;
    padding: 0;
    display: block;
}
.line7 {
    background: #3c763d;
    height: 1px;
    margin: 0px 0 0px 0;
    padding: 0;
    display: block;
}
/*TYPOGRAPHY CUSTOMISATION*/

.xslim {
    font-weight: 100;
}
.slim {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.lh1 {
    line-height: 7px !important;
}
.lh2 {
    line-height: 15px;
}
.lh3 {
    line-height: 60px;
}
.lh4 {
    line-height: 17px;
}
.lh5 {
    line-height: 22px;
}
.lato {
    font-family: "Lato";
}
.opensans {
    font-family: "Open Sans";
}
.size8 {
    font-size: 8px;
}
.size10 {
    font-size: 10px;
}
.size11 {
    font-size: 11px;
}
.size12 {
    font-size: 12px;
}
.size13 {
    font-size: 13px;
}
.size14 {
    font-size: 14px;
}
.size16 {
    font-size: 16px;
}
.size18 {
    font-size: 18px;
}
.size20 {
    font-size: 20px;
}
.size22 {
    font-size: 22px;
}
.size24 {
    font-size: 24px;
}
.size28 {
    font-size: 28px;
}
.size26 {
    font-size: 26px;
}
.size30 {
    font-size: 30px;
}
.size40 {
    font-size: 40px;
}
.size48 {
    font-size: 48px;
}
.size60 {
    font-size: 60px;
}
.size65 {
    font-size: 65px;
}
.size100 {
    font-size: 100px;
}
.sboxpurple .size100 {
    margin-top: 25px;
}
/*COLORS*/

.white {
    color: #fff;
}
.dark {
    color: #333;
}
.lgrey {
    color: #ccc;
}
.lightgrey {
    color: #ccc;
}
.grey {
    color: #999;
}
.grey2 {
    color: #666;
}
.green {
    color: #72bf66;
}
.green2 {
    color: #339933;
}
.green3{
    color: #3c763d;
}
.lblue {
    color: #0099cc;
}
.yellow {
    color: #ffff00;
}
.yellow2{
    color:#aaad1b;
}
.red {
    color: #ff3300;
}
.lred {
    color: #ff9966;
}
.lred2 {
    color: #ff5a00;
}
.orange {
    color: #ff9900;
}
/*anchors*/

a.dark {
    color: #333;
    text-decoration: none;
}
a:hover.dark {
    color: #ff9900;
    text-decoration: none;
}
a.grey {
    color: #999;
    font-weight: normal;
}
a.orange {
    color: #ff6633;
}
a.whitelink {
    color: #fff;
}
a.greylink {
    color: #666;
}
a.clblue {
    color: #0099cc;
}
a:hover.clblue {
    color: #72bf66;
}
a.green2 {
    color: #72bf66;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
a:hover.green2 {
    color: #339933;
    font-weight: normal;
    text-decoration: none;
}
/*COLORS*/
/*SHADOW*/

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*IMAGE*/

.fwi {
    width: 100%;
    height: 261px;
    overflow: hidden;
    position: relative;
}
.fwi img {
    width: 100%;
    margin-right: 0px;
}
/*bg*/

.sliderbg {
    position: fixed;
    background: url('../../images/bg.jpg') #ff9900 scroll center -50px no-repeat;
    width: 100%;
    height: 720px;
}
.sliderbg2 {
    position: fixed;
    background: url('../../images/bg.jpg') #ff9900 scroll center -50px no-repeat;
    width: 100%;
    height: 720px;
}
/*ROLLOVER*/

.mhover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100000;
    background: rgba(21, 38, 47, 0.8);
}
.mhover span {
    width: 30px;
    height: 30px;
    margin-right: -30px;
    background: url('../../images/sprite.png') left 2px top -148px transparent;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100000;
}
.mhover span img {
    width: 30px;
    height: 30px;
}
.ctitle {
    width: 100%;
    height: 80px;
    padding: 15px;
    background: #15262f;
    position: relative;
    font-family: Lato;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.ctitle span {
    display: block;
    color: #72bf66;
    font-size: 18px;
}
.ctitle a {
    float: left;
    padding: 4px 20px 0px 0px;
}
.ctitle img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -36px;
    float: left;
    padding: 4px 15px 0px 0px;
}
.ctitle img:hover {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -54px;    
}
.ftitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #666;
    font-weight: 700;
}
.ftitleblack {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #b1b8b8;
    font-weight: 700;
}
/*Alignments positioning*/

.paddingg {
    padding: 0px !important;
}
.pbottom15 {
    padding-bottom: 10px;
}
.m1 {
    margin: 13px 22px 0px 0px;
}
.mt110 {
    position: relative;
    top: 90px;
}
.mt1 {
    position: relative;
    top: 1px;
}
.mt2 {
    position: relative;
    top: 2px;
}
.mt3 {
    position: relative;
    top: 3px;
}
.mt4 {
    position: relative;
    top: 4px;
}
.mt5 {
    position: relative;
    top: 5px;
}
.mt6 {
    position: relative;
    top: 6px;
}
.mt7 {
    position: relative;
    top: 7px;
}
.mt8 {
    position: relative;
    top: 8px;
}
.mt9 {
    position: relative;
    top: 9px;
}
.mt10 {
    position: relative;
    top: 10px;
}
.mt15 {
    position: relative;
    top: 15px;
}
.mt20 {
    position: relative;
    top: 20px;
}
.mt25 {
    position: relative;
    top: 25px;
}
.mt30 {
    position: relative;
    top: 30px;
}
.mt40 {
    position: relative;
    top: 40px;
}
.mt-1 {
    position: relative;
    top: -1px;
}
.mt-2 {
    position: relative;
    top: -2px;
}
.mt-3 {
    position: relative;
    top: -3px;
}
.mt-4 {
    position: relative;
    top: -4px;
}
.mt-5 {
    position: relative;
    top: -5px;
}
.mt-6 {
    position: relative;
    top: -6px;
}
.mt-7 {
    position: relative;
    top: -7px;
}
.mt-8 {
    position: relative;
    top: -8px;
}
.mt-9 {
    position: relative;
    top: -9px;
}
.mt-10 {
    position: relative;
    top: -10px;
}
.mt-200 {
    position: relative;
    top: -390px;
}
.mt-130 {
    position: relative;
    top: -130px;
}
.ma-200 {
    position: absolute;
    top: -245px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
}
.mc-200 {
    position: absolute;
    top: -390px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
}
.ml10 {
    margin-right: 10px;
}
.ml20 {
    margin-right: 20px;
}
.ml30 {
    margin-right: 30px;
}
.cmtt {
    position: relative;
    top: 500px;
}
.mr20 {
    margin-left: 20px;
}
.mr30 {
    margin-left: 30px;
}
.pt-6 {
    position: relative;
    top: -6px;
}
.ca01 {
    margin: 20px 30px 0 0;
}
.ca02 {
    position: relative;
    top: -10px;
    margin: 8px 0 0 10px;
    color: #999;
}
.ca03 {
    position: relative;
    top: -5px;
    margin: 7px 0 0 10px;
    color: #999;
}
img.imgpos1 {
    margin: 0px 10px;
}
.margtop1 {
    margin-top: 1px!important;
}
.margtop2 {
    margin-top: 2px!important;
}
.margtop3 {
    margin-top: 3px!important;
}
.margtop4 {
    margin-top: 4px!important;
}
.margtop5 {
    margin-top: 5px!important;
}
.margtop6 {
    margin-top: 6px!important;
}
.margtop7 {
    margin-top: 7px!important;
}
.margtop8 {
    margin-top: 8px!important;
}
.margtop9 {
    margin-top: 9px!important;
}
.margtop10 {
    margin-top: 10px!important;
}
.margtop12 {
    margin-top: 12px!important;
}
.margtop15 {
    margin-top: 15px!important;
}
.margtop20 {
    margin-top: 20px!important;
}
.margtop25 {
    margin-top: 25px!important;
}
.margtop30 {
    margin-top: 30px!important;
}
.paddingop40 {
    padding-top: 40px!important;
}
.margtop35 {
    margin-top: 35px!important;
}
.margtop40 {
    margin-top: 40px!important;
}
.margtop-0 {
    margin-top: 0px;
}
.margtop-1 {
    margin-top: -1px!important;
}
.margtop-2 {
    margin-top: -2px!important;
}
.margtop-3 {
    margin-top: -3px!important;
}
.margtop-4 {
    margin-top: -4px!important;
}
.margtop-5 {
    margin-top: -5px!important;
}
.margtop-10 {
    margin-top: -10px!important;
}
.margtop-15 {
    margin-top: -15px!important;
}
.margtop-20 {
    margin-top: -20px!important;
}
.margtop-25 {
    margin-top: -25px!important;
}
.margtop-30 {
    margin-top: -30px!important;
}
.margtop-35 {
    margin-top: -35px!important;
}
.margtop-40 {
    margin-top: -40px!important;
}
.margleft15 {
    margin-right: 15px!important;
}
.margleft20 {
    margin-right: 20px!important;
}
.margright20 {
    margin-left: 20px!important;
}
.margbottom20 {
    margin-bottom: 35px!important;
}
/*SEARCH BACKGROUND*/

.searchbg {
    height: 62px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right:0;
    display: block;
    background: rgba(247, 247, 247, 0.6);
    border-top: 1px solid #e8e8e8;
    z-index: 100;
}
.searchbg2 {
    height: 62px;
    width: 100%;
    position: absolute;
    top: 301px;
    display: block;
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    z-index: 100;
}
.searchbg3 {
    height: 62px;
    width: 100%;
    position: absolute;
    top: 730px;
    display: block;
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    z-index: 100;
}
/*BUTTONS*/

.btn-search {
    /*color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  */
    
    text-transform: uppercase;
    margin-right: 30px;
    margin-top: 12px;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, right top, right bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    letter-spacing: 1px;
}
.btn-search:hover {
    /*color:#be3507;*/
    
    color: #ffffff;
    /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
    
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #ff6633;
    background: -webkit-gradient(linear, right top, right bottom, from(#e35121), to(#ff6633));
    background: -webkit-linear-gradient(top, #e35121, #ff6633);
    background: -moz-linear-gradient(top, #e35121, #ff6633);
    background: -ms-linear-gradient(top, #e35121, #ff6633);
    background: -o-linear-gradient(top, #e35121, #ff6633);
}
.btn-search3 {
    /*color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  */
    
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, right top, right bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.btn-search3:hover {
    /*color:#be3507;*/
    
    color: #ffffff;
    /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
    
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #ff6633;
    background: -webkit-gradient(linear, right top, right bottom, from(#e35121), to(#ff6633));
    background: -webkit-linear-gradient(top, #e35121, #ff6633);
    background: -moz-linear-gradient(top, #e35121, #ff6633);
    background: -ms-linear-gradient(top, #e35121, #ff6633);
    background: -o-linear-gradient(top, #e35121, #ff6633);
}
.btn-search4 {
    text-transform: uppercase;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, right top, right bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.btn-search4:hover {
    /*color:#be3507;*/
    
    color: #ffffff;
    /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
    
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #ff6633;
    background: -webkit-gradient(linear, right top, right bottom, from(#e35121), to(#ff6633));
    background: -webkit-linear-gradient(top, #e35121, #ff6633);
    background: -moz-linear-gradient(top, #e35121, #ff6633);
    background: -ms-linear-gradient(top, #e35121, #ff6633);
    background: -o-linear-gradient(top, #e35121, #ff6633);
}
.btn-search5 {
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    background: #f2f2f2;
    background: -webkit-gradient(linear, right top, right bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 2px;
    color: #999999;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.btn-search5:hover {
    color: #333;
    border: 1px solid #bababa;
    background: #f2f2f2;
    background: -webkit-gradient(linear, right top, right bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
}
.redbtn {
    text-transform: uppercase;
    border: 1px solid #006699;
    background: #ff0000;
    background: -webkit-gradient(linear, right top, right bottom, from(#ff0000), to(#ce0000));
    background: -webkit-linear-gradient(top, #ff0000, #ce0000);
    background: -moz-linear-gradient(top, #ff0000, #ce0000);
    background: -ms-linear-gradient(top, #ff0000, #ce0000);
    background: -o-linear-gradient(top, #ff0000, #ce0000);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.redbtn:hover {
    color: #fff;
    border: 1px solid #006699;
    background: #ce0000;
    background: -webkit-gradient(linear, right top, right bottom, from(#ce0000), to(#ff0000));
    background: -webkit-linear-gradient(top, #ce0000, #ff0000);
    background: -moz-linear-gradient(top, #ce0000, #ff0000);
    background: -ms-linear-gradient(top, #ce0000, #ff0000);
    background: -o-linear-gradient(top, #ce0000, #ff0000);
}

.bluebtn {
    text-transform: uppercase;
    border: 1px solid #006699;
    background: #3994d4;
    background: -webkit-gradient(linear, right top, right bottom, from(#3994d4), to(#1d7db7));
    background: -webkit-linear-gradient(top, #3994d4, #1d7db7);
    background: -moz-linear-gradient(top, #3994d4, #1d7db7);
    background: -ms-linear-gradient(top, #3994d4, #1d7db7);
    background: -o-linear-gradient(top, #3994d4, #1d7db7);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.bluebtn:hover {
    color: #fff;
    border: 1px solid #006699;
    background: #1d7db7;
    background: -webkit-gradient(linear, right top, right bottom, from(#1d7db7), to(#3994d4));
    background: -webkit-linear-gradient(top, #1d7db7, #3994d4);
    background: -moz-linear-gradient(top, #1d7db7, #3994d4);
    background: -ms-linear-gradient(top, #1d7db7, #3994d4);
    background: -o-linear-gradient(top, #1d7db7, #3994d4);
}
.normalbtn{
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
}
.greenbtn {
    text-transform: uppercase;
    border: 1px solid #339933;
    background: #3994d4;
    background: -webkit-gradient(linear, right top, right bottom, from(#72bf66), to(#339933));
    background: -webkit-linear-gradient(top, #72bf66, #339933);
    background: -moz-linear-gradient(top, #72bf66, #339933);
    background: -ms-linear-gradient(top, #72bf66, #339933);
    background: -o-linear-gradient(top, #72bf66, #339933);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.greenbtn:hover {
    color: #fff;
    border: 1px solid #339933;
    background: #1d7db7;
    background: -webkit-gradient(linear, right top, right bottom, from(#339933), to(#72bf66));
    background: -webkit-linear-gradient(top, #339933, #72bf66);
    background: -moz-linear-gradient(top, #339933, #72bf66);
    background: -ms-linear-gradient(top, #339933, #72bf66);
    background: -o-linear-gradient(top, #339933, #72bf66);
}
a.add2fav,
#favbtn .simplefavorite-button {
    width: 100%;
    height: 52px;
    border: 1px solid #e5e5e5;
    background: url('../../images/btn-plus.png') #fff no-repeat right 20px top 0;
    padding: 15px 10px 10px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #7c8c94;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 3px;
}
a:hover.add2fav,
#favbtn .simplefavorite-button:hover {
    text-decoration: none;
    color: #666!important;
    border: 1px solid #ccc;
    background: url('../../images/btn-plus-over.png') #fff no-repeat right 20px top 0;
}
#favbtn .simplefavorite-button.active {
    color: #ffa800;
}
#favbtn .simplefavorite-button.active {
    background: url('../../images/btn-minus-over.png') #fff no-repeat right 20px top 0;
}
#profile-fav .simplefavorite-button {
    width: 40px;
    height: 32px;
    border: 1px solid #e5e5e5;
    background: #ff5a00 url(../../images/fav-book-icons_full.png) no-repeat center center;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: -99999px;
    float: left;
}
a:link.add2fav {
    text-decoration: none;
    color: #7c8c94;
}
a:active.add2fav {
    text-decoration: none;
    color: #7c8c94;
}
a:visited.add2fav {
    text-decoration: none;
    color: #7c8c94;
}
.btnmarg {
    margin-bottom: 20px;
}
.booknow {
    width: 100%;
    height: 52px;
    padding: 15px 10px 10px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #d75124;
    background: url('../../images/btn-book.png') #e35121 no-repeat right -5px top 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) -1px 2px 3px;
}
.booknow:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: url('../../images/btn-book.png') #ff6633 no-repeat right -5px top -50px;
}
a:link.booknow {
    text-decoration: none;
    color: #fff;
}
a:active.booknow {
    text-decoration: none;
    color: #fff;
}
a:visited.booknow {
    text-decoration: none;
    color: #fff;
}
.booknow2 {
    width: 100%;
    height: 42px;
    padding: 10px 60px 10px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #d75124;
    background: url('../../images/btn-book.png') #e35121 no-repeat right -5px top -5px;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) -1px 2px 3px;
}
.booknow2:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: url('../../images/btn-book.png') #ff6633 no-repeat right -5px top -55px;
}
a:link.booknow2 {
    text-decoration: none;
    color: #fff;
}
a:active.booknow2 {
    text-decoration: none;
    color: #fff;
}
a:visited.booknow2 {
    text-decoration: none;
    color: #fff;
}
.updatebtn {
    border: 2px solid #ebebeb;
    padding: 5px 20px 5px 20px;
    background: #fff;
    color: #999;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.updatebtn:hover {
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popularbtn {
    border: 2px solid #ebebeb;
    padding: 5px 10px 5px 10px;
    background: #fff;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.popularbtn:hover {
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.bookbtn {    
    border: 2px solid #ff9900;
    background: #fff;
    color: #ff9900;
    padding: 5px 15px 5px 15px;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    width: 100%;
}
.text-uppercase {
    text-transform: uppercase;
}
#side-cart {
    position: sticky;
    top: 20px;
    z-index: 100;
}
.bookbtn:hover {
     border: 2px solid #ff9900;
    color: #fff;
    background: #ff9900;    
}
.bookbtn:hover.cunvailable {
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    background: #fff;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.partialbookbtn {    
    border: 2px solid #72bf66;
    background: #fff;
    color: #72bf66;
    padding: 5px 15px 5px 15px;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.partialbookbtn:hover {
    border: 2px solid #72bf66;
    color: #fff;
    background: #72bf66;    
}

.gridbtn {
    width: 25px;
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -2px top 0px;
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.gridbtn:hover {
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -33px top 0px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gridbtn.active {
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -33px top 0px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}
.listbtn {
    width: 25px;
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -2px top -31px;
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.listbtn:hover {
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -33px top -31px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.listbtn.active {
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -33px top -31px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}
.grid2btn {
    width: 25px;
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -2px top -62px;
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.grid2btn:hover {
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -33px top -62px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.grid2btn.active {
    background: url('../../images/grid-icon.png') #fff no-repeat scroll right -33px top -62px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}
.iosbtn {
    border: 2px solid #353535;
    background: transparent;
    color: #353535;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.iosbtn:hover {
    border: 2px solid #353535;
    background: #353535;
    color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.roundbtn {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.roundbtn:hover {
    background: #15262f;
    border: 1px solid #15262f;
    color: #fff;
}
/*CUSTOM COLUMNS*/

.w40percent {
    width: 40%;
    float: right;
}
.w50percent {
    width: 50%;
    float: right;
}
.w50percentimp {
    width: 50%;
    float: right;
}
.w70percent {
    width: 70%;
    float: right;
}
.w55percentlast {
    width: 55%;
    float: left;
}
.w60percent {
    width: 60%;
    float: right;
}
.w30percent {
    width: 33%;
    float: right;
}
.w50percentlast {
    width: 50%;
    float: left;
}
.w50percentlastimp {
    width: 50%;
    float: left;
}
.w30percentlast {
    width: 33%;
    float: left;
}
.wh33percent {
    width: 33%;
}
.wh66percent {
    width: 66%;
}
/*PERCENTAGES*/

.wh10percent {
    width: 10%;
}
.wh20percent {
    width: 20%;
}
.wh25percent {
    width: 25%;
}
.wh30percent {
    width: 30%;
}
.wh40percent {
    width: 40%;
}
.wh45percent {
    width: 45%;
}
.wh50percent {
    width: 50%;
}
.wh60percent {
    width: 60%;
}
.wh70percent {
    width: 70%;
}
.wh75percent {
    width: 75%;
}
.wh80percent {
    width: 80%;
}
.wh90percent {
    width: 90%;
}
.wh95percent {
    width: 95%;
}
.wh100percent {
    width: 100%;
}
/*TABS customisations*/

.tab-content {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    padding-bottom: 70px;    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#contact-us .tab-content {
    background: #ffffff;
    padding: 30px;
    height: 360px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
}
@media screen and (max-width: 782px) {
    #contact-us .tab-content {
        height: auto;        
    }
    #contact-us.cstyle03.wrap {
        margin-top: 240px;
    }
    .container.mc-200 {
        position: relative;
        top: unset;
    }
    .searchbg3 {
        top: 715px;
        background-color: transparent;
        border-style: none;
    }
    .footerbgblack {
        margin-top: 0;
    }
    .reservation-sidebar .needassistancebox { order: 2;}
    .reservation-sidebar .reservation-container { 
        order: 1;
        margin: 0 -15px;
        width: 100%;
    }
    .reservation-sidebar .reservation-container #side-reservation { 
        margin: 0 0 0 -30px;
    }
}
.tab-content2 {
    background: #ffffff;
    padding: 30px 15px 30px 15px;
    height: 324px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tab-content3 {
    background: #ffffff;
    padding: 30px;
    height: 324px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tab-content4#hotel{
    padding-bottom: 0px;
}
.tab-content4 {
    background: #ffffff;
    padding: 30px 0px 30px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}
#myTab > li > a > span.hidetext {
    display: none;
}
#myTab2 > li > a > span.hidetext {
    display: none;
}
.nav-tabs > li {
    background: #ffcc66;
}
/*SPRITE IMAGES FOR TABS*/

.nav-tabs > li.active > a span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
}
.nav-tabs > li.active > a:hover span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
}
.nav-tabs > li > a span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left 0px top -18px;
}
.nav-tabs > li.active > a span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top 0px;
}
.nav-tabs > li.active > a:hover span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top 0px;
}
.nav-tabs > li > a span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top -18px;
}
.nav-tabs > li.active > a span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top 0px;
}
.nav-tabs > li.active > a:hover span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top 0px;
}
.nav-tabs > li > a span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top -18px;
}
.nav-tabs > li.active > a span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top 0px;
}
.nav-tabs > li.active > a:hover span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top 0px;
}
.nav-tabs > li > a span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top -18px;
}
.nav-tabs > li.active > a span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top 0px;
}
.nav-tabs > li.active > a:hover span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top 0px;
}
.nav-tabs > li > a span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top -18px;
}
.nav-tabs > li.active > a span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top 0px;
}
.nav-tabs > li.active > a:hover span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top 0px;
}
.nav-tabs > li > a span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top -18px;
}
.nav-tabs > li.active > a span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top 0px;
}
.nav-tabs > li.active > a:hover span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top 0px;
}
.nav-tabs > li > a span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top -18px;
}
.nav-tabs > li.active > a span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top 0px;
}
.nav-tabs > li.active > a:hover span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top 0px;
}
.nav-tabs > li > a span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top -18px;
}
.nav-tabs > li.active > a span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top 0px;
}
.nav-tabs > li.active > a:hover span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top 0px;
}
.nav-tabs > li > a span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top -18px;
}
.nav-tabs > li.active > a span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top 0px;
}
.nav-tabs > li.active > a:hover span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top 0px;
}
.nav-tabs > li > a span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top -18px;
}
.nav-tabs > li.active > a span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top 0px;
}
.nav-tabs > li.active > a:hover span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top 0px;
}
.nav-tabs > li > a span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top -18px;
}
.nav-tabs > li.active > a span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top 0px;
}
.nav-tabs > li.active > a:hover span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top 0px;
}
.nav-tabs > li > a span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top -18px;
}
.nav-tabs > li.active > a span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top 0px;
}
.nav-tabs > li.active > a:hover span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top 0px;
}
.nav-tabs > li > a span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top -18px;
}
.nav-tabs > li.active > a span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top 0px;
}
.nav-tabs > li.active > a:hover span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top 0px;
}
.nav-tabs > li > a span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top -18px;
}

/*For the wide tabs*/

#air2 {
    height: 203px;
    overflow-x: hidden;
}
#hotel2 {
    height: 203px;
    overflow-x: hidden;
}
#car2 {
    height: 203px;
    overflow-x: hidden;
}
#vacations2 {
    height: 203px;
    overflow-x: hidden;
}
#flighthotel2 {
    height: 203px;
    overflow-x: hidden;
}
#cruise2 {
    height: 203px;
    overflow-x: hidden;
}
#hotelcar2 {
    height: 203px;
    overflow-x: hidden;
}
#flighthotelcar2 {
    height: 203px;
    overflow-x: hidden;
}
/*Last minute*/

.lastminute {
    height: 990px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 780px;
    position: absolute;
    top: 0px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}
.lastminute2 {
    height: 450px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 240px;
    position: absolute;
    top: 0px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}
.lastminute3 {
    height: 250px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 560px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}
.lastminutecontact {
    height: 790px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 560px;
    position: absolute;
    top: 0px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}
.lmcc {
    opacity: 0;
    margin-top: 100px;
}
.lcfix {
    background: #fff!important;
}
.bgfix {
    background: #f2f2f2!important;
}
.deals3 {
    height: 1500px;
    width: 100%;
    background: #fff;
    padding-top: 810px;
    position: absolute;
    top: 0px;
    text-align: right;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    border-bottom: 0px solid #ccc;
}
.deal {
    min-height: 78px;
    padding: 13px 0 13px 0;
    border-bottom: 1px solid #ececec;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 15px;
}
img.dealthumb {
    float: right;
}
.dealtitle {
    float: right;
    max-width: 60%;
    margin-right: 10px;
    border: 0px solid black;
    line-height: 16px;
}
.dealprice {
    float: left;
}
.price {
    font-weight: 700;
    color: #339933;
    font-size: 18px;
}
.dtitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.deals4 {
    min-height: 300px;
    width: 100%;
    background: #fff;
    padding-top: 510px;
    text-align: right;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    border-bottom: 0px solid #ccc;
}
.lastminute4 {
    height: 250px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 55px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}
/*CarouFredSel*/

.wrapper {
    background-color: white;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
}
.list_carousel {
    background-color: #fff;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 0px solid #efefef;
    width: 255px;
    height: 230px;
    padding: 0;
    margin: 0px 20px;
    display: block;
    float: right;
    line-height: 10px;
    text-align: right;
}
.logos-carousel {
    background-color: #fff;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding: 10px;
}
.logos-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.logos-carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: 1px dotted #eee;
    width: 230px;
    padding: 3px 0px;
    margin: 0px 5px;
    display: block;
    float: right;
    line-height: 10px;
    text-align: right;
}
.prev-logos {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    background: #15262f;
    position: absolute;
    top: 22px;
    right: -10px;
}
.prev-logos:hover {
    background: #ffcc66;
}
a.prev-logos img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -36px;
    margin: 18px 9px 0 0;
}
a:hover.prev-logos img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -54px;
}
.next-logos {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 22px;
    left: -11px;
}
.next-logos:hover {
    background: #ffcc66;
}
a.next-logos img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -36px;
    margin: 18px 12px 0 0;
}
a:hover.next-logos img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -54px;
}
.list_carousel.responsive {
    width: auto;
    margin-right: 0;
}
.list_carousel b {
    text-overflow: ellipsis;
    width: 215px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 10px;
}
.clearfix {
    float: none;
    clear: both;
}
.prev {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    background: #15262f;
    position: absolute;
    top: 60px;
    right: -10px;
}
.prev:hover {
    background: #ffcc66;
}
a.prev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -36px;
    margin: 18px 9px 0 0;
}
a:hover.prev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -54px;
}
.next {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 60px;
    left: -11px;
}
.next:hover {
    background: #ffcc66;
}
a.next img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -36px;
    margin: 18px 12px 0 0;
}
a:hover.next img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -54px;
}
.pager {
    float: right;
    width: 300px;
    text-align: center;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}
.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}
button.prev2 {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    /*background:#15262f;*/
    
    position: absolute;
    bottom: 40px;
    right: -10px;
    z-index: 100;
    border: 0;
    background: transparent;
}
.prev2:hover {
    /*background:#72bf66;*/
}
button.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -36px;
    margin: 0px 4px 0 0;
}
button:hover.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -42px top -36px;
}
.next2 {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    /*background:#15262f;*/
    
    position: absolute;
    bottom: 40px;
    left: -11px;
    z-index: 100;
    border: 0;
    background: transparent;
}
.next2:hover {
    /*background:#72bf66;*/
}
button.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -36px;
    margin: 0px 2px 0 0;
}
button:hover.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -28px top -36px;
}
/*BLACK FOOTER*/

.footerbgblack {
    width: 100%;
    background: #15262f;
    padding: 60px 0;
    margin-top: 80px;
    overflow: hidden;
}
.footerbg3black {
    width: 100%;
    background: #12222a;
    padding: 30px 0;
    overflow: hidden;
}
.footerbg3black a {
    color: #999;
}
.footerbg3black a:hover {
    color: #72bf66;
    text-decoration: none;
}
.fccustom2black {
    background: #495459;
    height: 32px;
    color: #999!important;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fccustom2white {
    background: #fff;
    height: 32px;
    color: #999!important;
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*FOOTER BG*/

.footerbg {
    width: 100%;
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden;
}
.footerbg2 {
    width: 100%;
    background: #f2f2f2;
    padding: 30px 0;
    overflow: hidden;
}
.footerbg2 a {
    color: #999;
}
.footerbg2 a:hover {
    color: #ff9900;
    text-decoration: none;
}
.footerbg3 {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
}
.footerbg3 a {
    color: #999;
}
.footerbg3 a:hover {
    color: #ff9900;
    text-decoration: none;
}
.footer {
    text-align: center;
    color: #999;
    font-size: 14px;
}
.footer a {
    color: #ff9900;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.footer a:hover {
    color: #72BF66;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.scont {
    text-align: right;
    color: #999;
    font-size: 14px;
}
.scont a {
    color: #ff9900;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.scont a:hover {
    color: #72bf66;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
ul.footerlist {
    padding-right: 20px;
    list-style-image: url('../../images/li.png');
}
ul.footerlist li {
    line-height: 24px;
}
ul.footerlist li a {
    color: #999;
}
ul.footerlist li a:hover {
    color: #ff9900;
    text-decoration: none;
}
ul.footerlistblack {
    padding-right: 20px;
    list-style-image: url('../../images/li2.png');
}
ul.footerlistblack li {
    line-height: 24px;
}
ul.footerlistblack li a {
    color: #999;
}
ul.footerlistblack li a:hover {
    color: #72bf66;
    text-decoration: none;
}
.pnr {
    font-family: "Open Sans";
    font-size: 30px;
    color: #ff9900;
    font-weight: 300;
}
.fccustom {
    background: #f2f2f2;
    height: 32px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fccustom2 {
    background: #ffffff;
    height: 32px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btncustom {
    width: 32px;
    height: 32px;
    background: url('../../images/arrow.png') #ff9900 right -5px top -5px;
    border: 0px;
    text-indent: -100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.btncustom:hover {
    background: url('../../images/arrow.png') #72bf66 right 37px top -5px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}
.fbgfix {
    background: #FCFCFC;
    margin-top: 80px;
}
.bordertop1 {
    border-top: 1px solid #e5e5e5;
}
.bordertype1 {
    height: 115px;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
}
.bordertype2 {
    height: 115px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}
.bordertype3 {
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}
.bordertype4 {
    border-right: 1px solid #e7e7e7;
    color: #999;
}
.bordertype5 {
    border-left: 1px solid #e7e7e7;
    color: #999;
}
.sfix {
    position: absolute;
    top: 995px;
}
.sfix2 {
    position: absolute;
    top: 440px;
}
.sfix3 {
    position: absolute;
    top: 790px;
}
.gotop {
    position: relative;
    top: 100px;
}
a.gotop {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
a.gotop img {
    width: 37px;
    height: 37px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -72px;
}
a:hover.gotop img {
    width: 37px;
    height: 37px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -109px;
}
a.social1 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}
a.social2 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}
a.social3 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}
a.social4 {
    margin: 0 5px;
    position: relative;
    top: -120px;
}
a.social1b {
    margin: 0 5px;
}
a.social2b {
    margin: 0 5px;
}
a.social3b {
    margin: 0 5px;
}
a.social4b {
    margin: 0 5px;
}
/*CUSTOM SELECT, INPUT*/

.customSelect {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    
    background: url('../../images/select.png') #fff no-repeat left;
    border: 2px solid #ebebeb;
}
.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
    
    background: url('../../images/select-over.png') #fff no-repeat left;
    border-color: #ffcc66;
    outline: 0;
}
.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}
.customSelectInner {
    /* You can style the inner box too */
}
/*.hasCustomSelect {background:#66afe9; color:white;}*/

.customSelect2 {
    /* This is the default class that is used */
    /* Put whatever custom styles you want here */
    
    background: url('../../images/select-intro.png') #e7e2e2 no-repeat left;
    border: 0px solid #fff;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.customSelect2.customSelect2Open {
    /* Styles for when the select box is open */
    
    background: url('../../images/select-over.png') #e7e2e2 no-repeat left;
    border: 0px solid #72bf66;
    color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.mySelectCalendar {
    background: url('../../images/calendar.png') #fff no-repeat left;
    background-position: 2% 1px;
}
.mySelectCalendar2 {
    background: url('../../images/calendar2.png') #fff no-repeat left;
    background-position: 2% 1px;
}
.boxshadow {
    min-height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.bscontainer {
    padding: 30px;
}
img.fwimg {
    width: 100%;
}
.slidercontainer {
    width: 100%;
    height: 446px;
    background: #fff;
    color: #666;
}
.scolleft {
    background: #f2f2f2;
    height: 100%;
    padding: 15px 30px 30px 30px;
    top: 446px;
}
.scolright {
    background: #333;
    height: 100%;
    overflow: hidden;
    top: -410px;
}
.blacklable {
    height: 75px;
    width: 100%;
    padding: 10px 20px 0 10px;
    display: block;
    background: rgba(24, 24, 24, 0.9);
}
.lbl {
    position: relative;
}
.smallblacklabel {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    font-family: 'Lato';
    Font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    background: rgba(24, 24, 24, 0.9);
}
span.flight-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left 0px top -215px;
}
span.hotel-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -22px top -215px;
}
span.car-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -44px top -215px;
}
span.suitcase-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -66px top -215px;
}
span.cruise-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -88px top -215px;
}
.hotelstab,
.flightstab,
.vacationstab,
.carstab,
.cruisestab,
.flighthotelcartab,
.flighthoteltab,
.flightcartab,
.hotelcartab {
    height: 205px;
    overflow: hidden;
}
.hotelstab2,
.flightstab2,
.vacationstab2,
.carstab2,
.cruisestab2,
.flighthotelcartab2,
.flighthoteltab2,
.flightcartab2,
.hotelcartab2 {} .flighttab3,
.hoteltab3,
.cartab3,
.suitcasetab3,
.flighthoteltab3,
.cruisetab3,
.hotelcartab3,
.flighthotelcartab3 {} .slideup {
    position: absolute;
    top: -446px;
    width: 100%;
}
.ctup {
    background: #fff;
    margin-top: 498px;
    position: relative;
    z-index: 100;
    display: block
}
.sboxpurple {
    margin-right: 25px;
}
.slidecouple {
    width: 558px;
    height: 504px;
    display: block;
    background: url('../../images/slider/couple.png') no-repeat;
}
/*CSS FOR DETAILS PAGE*/

.pagecontainer2 {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    position: relative;
}
/*CSS FOR LIST PAGE*/

.thebg {
    background: url('../../images/palmleafs.png') #f2f2f2 no-repeat top center;
}
.pagecontainer {
    background: #fff;
    margin-top: 32px;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
.offset-0 {
    padding-right: 0px;
    padding-left: 0px!important;
}
.offset-1 {
    padding-right: 5px;
    padding-left: 5px;
}
.offset-2 {
    padding-right: 15px;
    padding-left: 15px;
}
.offset-3 {
    padding-right: 15px;
    padding-left: 0px;
}
.offset-mar-2 {
    margin-right: 15px;
    margin-left: 15px;
}
.filters {
    background: #f2f2f2;
    font-family: 'Open Sans';
    color: #666;
}
.rightcontent {
    min-height: 500px;
}
.paddingbtm20 {
    padding-bottom: 20px;
}
.padding0 {
    margin: 0px!important;
}
.padding5 {
    padding: 5px;
}
.paddingtop5 {
    padding-top: 5px;
}
.padding20 {
    padding: 20px;
}
.padding30 {
    padding: 30px;
}
.hpadding30 {
    padding: 0 30px;
}
.padding40 {
    padding: 40px;
}
.padding50 {
    padding: 50px;
}
.hpadding50 {
    padding: 0 50px;
}
.padding20title {
    padding: 20px 20px 0px 20px;
}
.hpadding20 {
    padding: 5px 20px 0px 20px;
}
.cpadding0 {
    padding: 50px 50px 30px 50px;
}
.cpadding1 {
    padding: 0px 50px 10px 30px;
}
.filtertip {
    height: 100px;
    background: #ff9900;
    padding: 0px;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 10px;
    font-family: 'Open Sans'
}
.filtertip a {
    color: #fff;
}
.tip-arrow {
    width: 33px;
    height: 9px;
    background: url('../../images/tip-arrow.png');
    position: absolute;
    bottom: -9px;
    right: 50%;
    margin-right: -15px;
}
.breadcrub {
    margin-top: 70px;
    color: #ccc;
}
.brlines {
    height: 8px;
    width: 100%;
    margin-top: 10px;
    background: url('../../images/breadcrumb.png');
}
ul.bcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bcrumbs li {
    float: right;
    margin-right: 20px;
}
ul.bcrumbs li a {
    color: #666;
}
ul.bcrumbs li a:hover {
    color: #999;
    text-decoration: none;
}
ul.bcrumbs li a.active {
    color: #999;
}
a.homebtn {
    width: 21px;
    height: 21px;
    background: url('../../images/home-icon.png') #fff no-repeat scroll right -16px top -10px;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
a:hover.homebtn {
    background: url('../../images/home-icon.png') #222 no-repeat scroll right -16px top -33px;
}
a.backbtn {
    width: 21px;
    height: 21px;
    background: url('../../images/back-icon.png') #fff no-repeat scroll right -16px top -12px;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
a:hover.backbtn {
    background: url('../../images/back-icon.png') #222 no-repeat scroll right -16px top -31px;
}
.bookfilters {
    position: relative;
    font-size: 12px;
    padding-bottom: 60px;
    padding-top: 20px;
}
.topsortby {
    padding-top: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
}
.itemlabel {
    background: #f2f2f2;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
}
.listitem {
    background: #efefef;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.listitem img {
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.listitem:hover img {
    height: 120%;
    margin-right: -10%;
    margin-top: -10%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.itemlabel3 {
    background: #f2f2f2;
    width: 100%;
    height: 210px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}
.itemlabel2 {
    background: #f2f2f2;
    width: 100%;
    height: 210px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}
.hotel .labelright{
    width: 160px;
    overflow: hidden;
}
.labelright {
    float: left;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #e8e8e8;    
}
.labelleft {
    padding: 10px 15px 15px 0;
}
.labelleft2 {
    padding: 10px 15px 15px 0;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 18px;
}
.listitem2 {
    background: #efefef;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.package-photo.listitem2 {
    background: unset;
}
.listitem2 img {
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.listitem2:hover img {
    height: 120%;
    margin-right: -10%;
    margin-top: -10%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.fav-icon,
.listitem2 .simplefavorite-button {
    width: 25px;
    height: 23px;
    background: url('../../images/fav-book-icons.png') scroll 100% -70px no-repeat;
    position: absolute;
    top: 0px;
    text-indent: -9999px;
    border: none;
}
.fav-icon:hover,
.listitem2 .simplefavorite-button:hover {
    width: 25px;
    height: 24px;
    background: url('../../images/fav-book-icons.png') scroll 100% -93px no-repeat;
    position: absolute;
    top: 0px;
    border: none;
}
.listitem2 .simplefavorite-button.active {
    background: url('../../images/fav-book-icons_full.png');
}
.book-icon {
    width: 25px;
    height: 23px;
    background: url('../../images/fav-book-icons.png') scroll 100% 0 no-repeat;
    position: absolute;
    top: 0px;
}
.book-icon:hover {
    width: 25px;
    height: 23px;
    background: url('../../images/fav-book-icons.png') scroll 100% -23px no-repeat;
    position: absolute;
    top: 0px;
}
.collapsebtn {
    width: 100%;
    height: 32px;
    border: 0px solid black;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
}
.collapsebtn.last {} .collapsebtn span.collapsearrow {
    width: 9px;
    height: 8px;
    float: left;
    margin-top: 10px;
    background: url('../../images/collapsearrow.png') scroll 100% -8px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.collapsebtn.collapsed span.collapsearrow {
    width: 9px;
    height: 8px;
    float: left;
    margin-top: 10px;
    background: url('../../images/collapsearrow.png') scroll 100% 0px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.collapsebtn2 {
    width: 100%;
    height: 32px;
    border: 0px solid black;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    color: #15262f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}
.collapsebtn2.last {} .collapsebtn2 span.collapsearrow {
    width: 9px;
    height: 8px;
    float: left;
    margin-top: 10px;
    background: url('../../images/collapsearrow.png') scroll 100% -8px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.collapsebtn2.collapsed span.collapsearrow {
    width: 9px;
    height: 8px;
    float: left;
    margin-top: 10px;
    background: url('../../images/collapsearrow.png') scroll 100% 0px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.collapsebtn3 {
    width: 9px;
    height: 6px;
    border: 0px solid black;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background: url('../../images/arrows.png') scroll 100% -6px no-repeat;
}
.collapsebtn3.collapsed {
    width: 9px;
    height: 6px;
    border: 0px solid black;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background: url('../../images/arrows.png') scroll 100% 0 no-repeat;
}
/*PREFERENCE LIST*/

ul.hotelpreferences {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.hotelpreferences li {
    width: 28px;
    height: 28px;
    background: url('') #fff;
    border: 2px solid #efefef;
    border: 2px solid #ebebeb;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;	*/
    
    float: right;
    margin-right: 2px;
}
.hotelpreferences li:hover {} .hotelpreferences li.icohp-internet {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -3px no-repeat;
}
.hotelpreferences li:hover.icohp-internet {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -3px no-repeat;
}
.hotelpreferences li.icohp-air {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -33px no-repeat;
}
.hotelpreferences li:hover.icohp-air {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -33px no-repeat;
}
.hotelpreferences li.icohp-pool {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -63px no-repeat;
}
.hotelpreferences li:hover.icohp-pool {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -63px no-repeat;
}
.hotelpreferences li.icohp-childcare {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -93px no-repeat;
}
.hotelpreferences li:hover.icohp-childcare {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -93px no-repeat;
}
.hotelpreferences li.icohp-fitness {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -123px no-repeat;
}
.hotelpreferences li:hover.icohp-fitness {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -123px no-repeat;
}
.hotelpreferences li.icohp-breakfast {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -153px no-repeat;
}
.hotelpreferences li:hover.icohp-breakfast {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -153px no-repeat;
}
.hotelpreferences li.icohp-parking {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -183px no-repeat;
}
.hotelpreferences li:hover.icohp-parking {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -183px no-repeat;
}
.hotelpreferences li.icohp-pets {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -213px no-repeat;
}
.hotelpreferences li:hover.icohp-pets {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -213px no-repeat;
}
.hotelpreferences li.icohp-spa {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -243px no-repeat;
}
.hotelpreferences li:hover.icohp-spa {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -243px no-repeat;
}
.hotelpreferences li.icohp-hairdryer {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -273px no-repeat;
}
.hotelpreferences li:hover.icohp-hairdryer {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -273px no-repeat;
}
.hotelpreferences li.icohp-garden {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -303px no-repeat;
}
.hotelpreferences li:hover.icohp-garden {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -303px no-repeat;
}
.hotelpreferences li.icohp-grill {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -333px no-repeat;
}
.hotelpreferences li:hover.icohp-grill {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -333px no-repeat;
}
.hotelpreferences li.icohp-kitchen {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -363px no-repeat;
}
.hotelpreferences li:hover.icohp-kitchen {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -363px no-repeat;
}
.hotelpreferences li.icohp-bar {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -393px no-repeat;
}
.hotelpreferences li:hover.icohp-bar {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -393px no-repeat;
}
.hotelpreferences li.icohp-living {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -423px no-repeat;
}
.hotelpreferences li:hover.icohp-living {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -423px no-repeat;
}
.hotelpreferences li.icohp-tv {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -453px no-repeat;
}
.hotelpreferences li:hover.icohp-tv {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -453px no-repeat;
}
.hotelpreferences li.icohp-fridge {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -483px no-repeat;
}
.hotelpreferences li:hover.icohp-fridge {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -483px no-repeat;
}
.hotelpreferences li.icohp-microwave {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -513px no-repeat;
}
.hotelpreferences li:hover.icohp-microwave {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -513px no-repeat;
}
.hotelpreferences li.icohp-washing {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -543px no-repeat;
}
.hotelpreferences li:hover.icohp-washing {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -543px no-repeat;
}
.hotelpreferences li.icohp-roomservice {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -573px no-repeat;
}
.hotelpreferences li:hover.icohp-roomservice {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -573px no-repeat;
}
.hotelpreferences li.icohp-safe {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -603px no-repeat;
}
.hotelpreferences li:hover.icohp-safe {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -603px no-repeat;
}
.hotelpreferences li.icohp-playground {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -633px no-repeat;
}
.hotelpreferences li:hover.icohp-playground {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -633px no-repeat;
}
.hotelpreferences li.icohp-conferenceroom {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -663px no-repeat;
}
.hotelpreferences li:hover.icohp-conferenceroom {
    background: url('../../images/hotelpref-ico.png') #fff scroll right -33px top -663px no-repeat;
}
/*PREFERENCE LIST GREEN VERSION*/

ul.hotelpreferences2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.hotelpreferences2 li {
    width: 28px;
    height: 28px;
    background: url('') #72bf66;
    border: 2px solid #72bf66;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;	*/
    
    margin-top: 4px;
}
.hotelpreferences2 li:hover {} .hotelpreferences2 li.icohp-internet {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -3px no-repeat;
}
.hotelpreferences2 li:hover.icohp-internet {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -3px no-repeat;
}
.hotelpreferences2 li.icohp-air {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -33px no-repeat;
}
.hotelpreferences2 li:hover.icohp-air {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -33px no-repeat;
}
.hotelpreferences2 li.icohp-pool {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -63px no-repeat;
}
.hotelpreferences2 li:hover.icohp-pool {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -63px no-repeat;
}
.hotelpreferences2 li.icohp-childcare {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -93px no-repeat;
}
.hotelpreferences2 li:hover.icohp-childcare {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -93px no-repeat;
}
.hotelpreferences2 li.icohp-fitness {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -123px no-repeat;
}
.hotelpreferences2 li:hover.icohp-fitness {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -123px no-repeat;
}
.hotelpreferences2 li.icohp-breakfast {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -153px no-repeat;
}
.hotelpreferences2 li:hover.icohp-breakfast {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -153px no-repeat;
}
.hotelpreferences2 li.icohp-parking {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -183px no-repeat;
}
.hotelpreferences2 li:hover.icohp-parking {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -183px no-repeat;
}
.hotelpreferences2 li.icohp-pets {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -213px no-repeat;
}
.hotelpreferences2 li:hover.icohp-pets {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -213px no-repeat;
}
.hotelpreferences2 li.icohp-spa {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -243px no-repeat;
}
.hotelpreferences2 li:hover.icohp-spa {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -243px no-repeat;
}
.hotelpreferences2 li.icohp-hairdryer {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -273px no-repeat;
}
.hotelpreferences2 li:hover.icohp-hairdryer {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -273px no-repeat;
}
.hotelpreferences2 li.icohp-garden {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -303px no-repeat;
}
.hotelpreferences2 li:hover.icohp-garden {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -303px no-repeat;
}
.hotelpreferences2 li.icohp-grill {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -333px no-repeat;
}
.hotelpreferences2 li:hover.icohp-grill {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -333px no-repeat;
}
.hotelpreferences2 li.icohp-kitchen {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -363px no-repeat;
}
.hotelpreferences2 li:hover.icohp-kitchen {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -363px no-repeat;
}
.hotelpreferences2 li.icohp-bar {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -393px no-repeat;
}
.hotelpreferences2 li:hover.icohp-bar {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -393px no-repeat;
}
.hotelpreferences2 li.icohp-living {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -423px no-repeat;
}
.hotelpreferences2 li:hover.icohp-living {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -423px no-repeat;
}
.hotelpreferences2 li.icohp-tv {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -453px no-repeat;
}
.hotelpreferences2 li:hover.icohp-tv {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -453px no-repeat;
}
.hotelpreferences2 li.icohp-fridge {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -483px no-repeat;
}
.hotelpreferences2 li:hover.icohp-fridge {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -483px no-repeat;
}
.hotelpreferences2 li.icohp-microwave {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -513px no-repeat;
}
.hotelpreferences2 li:hover.icohp-microwave {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -513px no-repeat;
}
.hotelpreferences2 li.icohp-washing {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -543px no-repeat;
}
.hotelpreferences2 li:hover.icohp-washing {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -543px no-repeat;
}
.hotelpreferences2 li.icohp-roomservice {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -573px no-repeat;
}
.hotelpreferences2 li:hover.icohp-roomservice {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -573px no-repeat;
}
.hotelpreferences2 li.icohp-safe {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -603px no-repeat;
}
.hotelpreferences2 li:hover.icohp-safe {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -603px no-repeat;
}
.hotelpreferences2 li.icohp-playground {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -633px no-repeat;
}
.hotelpreferences2 li:hover.icohp-playground {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -633px no-repeat;
}
.hotelpreferences2 li.icohp-conferenceroom {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -3px top -663px no-repeat;
}
.hotelpreferences2 li:hover.icohp-conferenceroom {
    background: url('../../images/hotelpref-ico-green.png') #72bf66 scroll right -33px top -663px no-repeat;
}
ul.hpref-text {
    list-style: none;
    margin-top: -5px;
    padding-right: 10px;
}
.hpref-text li {
    margin-top: 12px;
}
.testimonialbox {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}
.needassistancebox {
    margin-right: -15px;
    margin-left: -15px;
}
#room-rates{
    position: relative;
}
.reservation-footer{
    position: sticky;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    order: -2;
}
#side-reservation{
    bottom: 25px;
    top: 180px;
    margin-right: 10px;
    margin-left: -15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
#side-reservation .reservation-content{
    border: 1px solid #cccccc;
    background-color: #fff;

}
#side-reservation .reservation-room-type{
    max-width: 200px;
}
#side-reservation .reservation-rooms li{
    margin: 5px 0px;
    display: flex;
    align-items: center;
}
.price-bar{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.reservation-sidebar {
    display: flex;
    flex-direction: column;
}
.reservation-container {
    height: 100%;
}
.reservation-content{
    padding: 10px;
    background-color: #f8f8f8;
    color: #333 !important;
    min-height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    border-top: 2px solid #cccccc;
    overflow: hidden;
}
.reservation-rooms{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.reservation-rooms-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.reservation-room-type{
    max-width: 110px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alsolikebox {
    margin-right: -15px;
    margin-left: -15px;
}
.loginbox {
    margin-right: -15px;
    margin-left: -15px;
}
.paymentbox {
    margin-right: -15px;
    margin-left: -15px;
}
span.icon-quote {
    width: 27px;
    height: 27px;
    background: url('../../images/icon-quote.png') no-repeat;
    display: block;
    position: absolute;
    float: right;
    right: 15px;
}
span.icon-help {
    width: 24px;
    height: 24px;
    background: url('../../images/icon-phone.png') no-repeat;
    display: block;
    position: absolute;
    float: right;
    right: 15px;
}
span.icon-location {
    width: 17px;
    height: 24px;
    background: url('../../images/icon-location.png') no-repeat;
    display: block;
    position: absolute;
    float: right;
    right: 15px;
}
span.icon-lockk {
    width: 23px;
    height: 29px;
    background: url('../../images/lock.png') no-repeat;
    display: block;
    position: absolute;
    float: right;
    right: 15px;
}
span.icon-calendar {
    color: gray;
    font-size: 24px;
    display: block;
    position: absolute;
    float: right;
    right: 15px;
}
.detailsright {
    min-height: 534px;
    border-right: 1px solid #e7e7e7;
}
.details-slider {
    height: 334px;
    overflow: hidden;
}
#inner {
    height: 334px;
}
/*
###########################
CAROUFREDSEL DETAILS PAGE
###########################
*/

#c-carousel {
    height: 100%;
    padding: 0;
    margin: 0;
}
#c-carousel {
    background: #fff;
    min-height: 534px;
}
#c-carousel * {
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
#wrapper {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
#inner {
    width: 100%;
    min-width: 250px;
    max-width: 960px;
    /*height:534px;*/
    
    position: absolute;
    top: 0px;
    right: 0px;
}
#carousel-wrapper {
    background: #fff;
    width: 100%;
    height: 434px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
#carousel {
    width: 800px;
    height: 500px;
    overflow: hidden;
}
#carousel img {
    display: block;
    float: right;
    width: 100%;
}
#pager-wrapper {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
}
#pager img {
    cursor: pointer;
    background: #fff;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
    
    display: block;
    width: 120px;
    height: 80px;
    padding: 10px;
    margin: 10px;
    float: right;
}
#pager img:hover {
    background: #eff;
}
#pager img.selected {
    background: #dff;
}
ul.checklist {
    margin: 0px;
    padding: 0px;
}
.checklist li {
    list-style-image: url('../../images/check.png');
    list-style-position: inside;
    padding: 5px;
    margin-right: -20px;
}
ul.checklist2 {
    margin: 0px;
    padding: 0px;
}
.checklist2 li {
    list-style-image: url('../../images/check.png');
    list-style-position: inside;
    padding: 0px;
    margin-right: 0px;
    color: #72bf66;
}
ul.checklist3 {
    margin: 0px;
    padding: 0px;
}
.checklist3 li {
    list-style-image: url('../../images/delete_old.png');
    list-style-position: inside;
    padding: 0px;
    margin-right: 0px;
    color: #ff3300;
}

#map-canvas {
    width: 100%;
    height: 648px;
    display: none;
}
#map-canvas2 {
    width: 100%;
    height: 648px;
    display: none;
}
.gm-style-mtc:nth-child(1) {
    margin-top: 25px;
}
.gm-style-mtc:nth-child(2) {
    margin-top: 25px;
}
.scircle {
    width: 62px;
    height: 65px;
    background: url('../../images/circle.png') no-repeat;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 14px 12px 0 0;
}
.sctext {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #666;
}
.circlewrap {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    position: relative;
}
.circlewrap span {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    bottom: 0px;
    left: -10px;
    background: #ff9900;
    color: #fff;
    font-size: 11px;
    padding-top: 3px;
}
.circleimg {
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
}
ul.circle-list {
    list-style: none;
    padding-right: 0px;
}
.circle-list li {
    float: right;
    background: #fff;
    width: 23px;
    height: 23px;
    color: #999999;
    font-size: 11px;
    border: 2px solid #e7e7e7;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding-top: 3px;
    text-align: center;
    margin-right: 3px;
}
ul.jslidetext {
    width: 100px;
    list-style: none;
    padding-right: 0px;
    padding-top: 10px;
    text-align: left;
    margin: 0 auto;
}
.jslidetext li {
    margin-top: 10px;
}
ul.jslidetext2 {
    width: 100px;
    list-style: none;
    padding-right: 0px;
    text-align: left;
    margin: -5px auto 0 auto;
}
.jslidetext2 li {
    margin-top: 22px;
}
#ascrail2000_ {
    width: 16px !important
}
/* Styles */

.cstyle01 {
    display: inline-block;
    width: 100%;
    font-size: 13px
}
.cstyle02 {
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    margin-right: -20px;
    padding: 20px;
}
.cstyle03 {
    background: #fff;
    margin-top: 565px;
    position: relative;
    z-index: 100;
    display: block;
}
#contact-us.cstyle03 {
    margin-top: 800px;
}
.cstyle04 {
    position: relative;
    top: -41px;
}
.cstyle05 {
    display: block;
    background: white;
    width: 100%;
    height: 345px;
    overflow: hidden;
}
.cstyle06 {
    min-height: 640px;
    position: relative;
    top: -200px;
}
.cstyle07 {
    min-height: 570px;
}
.cstyle08 {
    line-height: 7px;
    margin-top: 16px;
}
.cstyle09 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}
.cstyle10 {
    background: #ffcc66;
    height: 40px;
    position: absolute;
    top: 0px;
    width: 100%
}
.cstyle11 {
    background: #ccc;
    width: 100%;
    height: 100%;
}
/* MEDIA FIXES*/

.mediafix1 {
    margin-top: 30px;
    margin-right: -15px;
    margin-bottom: 15px;
}
/* LOGIN PAGE CSS*/

.login-fullwidith {
    width: 100%;
    height: 100%;
    background: url('../../images/login-bg.jpg') #fff scroll center center no-repeat;
    position: relative;
}
.login-wrap {
    width: 250px;
    height: 210px;
    background: transparent;
    margin: auto auto;
    position: relative;
    margin-top: 20px;
}
.login-wrap .alert {
    margin-bottom: 10px;
}
.cpadding50 {
    padding: 20px;
}
.chpadding50 {
    padding: 0 20px;
}
img.login-img {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 110px;
}
.login-c1 {
    width: 94%;
    height: 147px;
    background: #ffffff;
    z-index: 100;
    position: absolute;
    margin-right: 3%;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}
.login-c2 {
    width: 100%;
    height: 171px;
    background: #f2f2f2;
    color: #666;
    z-index: 50;
    margin-top: 65px;
    position: absolute;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
}
.login-c3 {
    width: 94%;
    height: 54px;
    background: #006699 url(../../images/login-blue.png) repeat-y right;
    z-index: 10;
    margin-top: 221px;
    margin-right: 3%;
    position: absolute;
}
.logmargfix {
    padding-right: 3%;
    padding-left: 3%;
}
input.logpadding {
    height: 42px;
}
.alignbottom {
    position: absolute;
    bottom: 25px;
    left: 20px;
    margin-left: 3%;
}
.alignbottom2 {
    position: absolute;
    bottom: 23px;
    right: 20px;
    margin-right: 3%;
}
.login-c3 .right {
    margin-left: 20px;
    margin-top: 15px;
}
.login-c3 .left {
    margin-right: 20px;
    margin-top: 15px;
}
.login-c3 .left span {
    width: 26px;
    height: 26px;
    background: url('../../images/login-home.png') scroll 100% 0 no-repeat;
    display: block;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
}
.roundstep.active {
    width: 23px;
    height: 23px;
    background: #72bf66;
    color: #fff;
    border-radius: 23px;
    padding: 1px 6px 0 0;
    border: 1px solid #72bf66;
}
.roundstep {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #666;
    border-radius: 23px;
    padding: 1px 6px 0 0;
    border: 1px solid #ccc;
}
/*Navigation-tabs*/

.navigation-tabs {
    height: 43px;
    border-bottom: 1px solid #ebebeb;
}
.navigation-tabs li {
    height: 43px;
    float: right;
    background: #ebebeb;
    color: #999999;
    padding: 0 10px 0 15px;
    margin: 0px;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.navigation-tabs li a {
    color: #999999;
}
.navigation-tabs li.active {
    background: #fff;
    color: #333;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.navigation-tabs li.active a {
    color: #333;
}
/*profile-tabs*/

.profile-tabs {
    border-bottom: 1px solid #ebebeb;
}
.profile-tabs li {
    background: #f2f2f2;
    color: #999999;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.profile-tabs li a {
    width: 100%;
    height: 115px;
    color: #999999;
    padding-top: 30px;
    text-align: center;
}
.profile-tabs li.active {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #ffffff;
}
.profile-tabs li.active a {
    color: #333;
}
.tab-content5 {
    width: 100%;
}
.myTab2pos {
    z-index: 100;
    position: relative;
    right: 1px;
    top: 1px;
}
.tab-content6 {
    width: 100%;
    min-height: 160px;
    border: 1px solid #e8e8e8;
    position: relative;
    top: -40px;
    z-index: 10;
    padding: 60px 20px 76px 20px;
}
/*SPRITE IMAGES FOR TABS*/

.nav-tabs > li.active > a span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
}
.nav-tabs > li.active > a:hover span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
}
.nav-tabs > li > a span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left 0px top -18px;
}
.nav-tabs > li.active > a span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top 0px;
}
.nav-tabs > li.active > a:hover span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top 0px;
}
.nav-tabs > li > a span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -14px top -18px;
}
.nav-tabs > li.active > a span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top 0px;
}
.nav-tabs > li.active > a:hover span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top 0px;
}
.nav-tabs > li > a span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -28px top -18px;
}
.nav-tabs > li.active > a span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top 0px;
}
.nav-tabs > li.active > a:hover span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top 0px;
}
.nav-tabs > li > a span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -50px top -18px;
}
.nav-tabs > li.active > a span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top 0px;
}
.nav-tabs > li.active > a:hover span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top 0px;
}
.nav-tabs > li > a span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -68px top -18px;
}
.nav-tabs > li.active > a span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top 0px;
}
.nav-tabs > li.active > a:hover span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top 0px;
}
.nav-tabs > li > a span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -87px top -18px;
}
.nav-tabs > li.active > a span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top 0px;
}
.nav-tabs > li.active > a:hover span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top 0px;
}
.nav-tabs > li > a span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -110px top -18px;
}
.nav-tabs > li.active > a span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top 0px;
}
.nav-tabs > li.active > a:hover span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top 0px;
}
.nav-tabs > li > a span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -135px top -18px;
}
.nav-tabs > li.active > a span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top 0px;
}
.nav-tabs > li.active > a:hover span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top 0px;
}
.nav-tabs > li > a span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -163px top -18px;
}
.nav-tabs > li.active > a span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top 0px;
}
.nav-tabs > li.active > a:hover span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top 0px;
}
.nav-tabs > li > a span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -183px top -18px;
}
.nav-tabs > li.active > a span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top 0px;
}
.nav-tabs > li.active > a:hover span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top 0px;
}
.nav-tabs > li > a span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -199px top -18px;
}
.nav-tabs > li.active > a span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top 0px;
}
.nav-tabs > li.active > a:hover span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top 0px;
}
.nav-tabs > li > a span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -217px top -18px;
}
.nav-tabs > li.active > a span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top 0px;
}
.nav-tabs > li.active > a:hover span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top 0px;
}
.nav-tabs > li > a span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -236px top -18px;
}
.nav-tabs > li.active > a span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top 0px;
}
.nav-tabs > li.active > a:hover span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top 0px;
}
.nav-tabs > li > a span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}
.nav-tabs > li > a:hover span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') left -255px top -18px;
}
span.profile-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% 0 no-repeat;
}
span.bookings-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -30px no-repeat;
}
span.wishlist-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -60px no-repeat;
}
span.settings-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -90px no-repeat;
}
span.history-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -120px no-repeat;
}
span.password-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -150px no-repeat;
}
span.newsletter-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -180px no-repeat;
}
span.dashboard-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -450px no-repeat;
}
span.posts-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -210px no-repeat;
}
span.media-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -240px no-repeat;
}
span.pages-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -270px no-repeat;
}
span.comments-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -300px no-repeat;
}
span.forums-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -330px no-repeat;
}
span.topics-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -360px no-repeat;
}
span.replies-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -390px no-repeat;
}
span.appearance-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -420px no-repeat;
}
span.tools-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('../../images/profile-icons.png') scroll 100% -480px no-repeat;
}
/*ABOUT PAGE*/

.progress-about {
    height: 35px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pbar1,
.pbar2,
.pbar3,
.pbar4 {
    text-align: right;
    overflow: hidden;
    padding: 9px 10px;
}
.margbtm10 {
    margin-bottom: 10px;
}
.cpdd01 {
    padding: 0px 0px 0px 15px;
}
.cpdd02 {
    padding: 0px 15px 0px 0px;
}
.hpadding50c {
    padding: 20px 10px;
}
span.gcircle {
    display: block;
    float: right;
    padding-top: 7px;
    width: 40px;
    height: 40px;
    background: #666;
    text-align: center;
    font-size: 18px;
    font-family: lato;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.aboutarrow {
    display: block;
    float: right;
    position: relative;
    right: 50%;
    bottom: -20px;
    width: 25px;
    height: 13px;
    background: url('../../images/about-arrow.png') no-repeat;
}
.abover {
    position: relative;
    overflow: hidden;
}
.abover-off {
    position: relative;
    overflow: hidden;
}
.abbg {
    background: #0099cc;
    background: rgba(114, 191, 102, 0.8);
    position: absolute;
    top: 0;
}
span.socials-twitter {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') 100% 0 no-repeat;
}
span.socials-twitter:hover {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') 100% -18px no-repeat;
}
span.socials-facebook {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') right -18px top 0 no-repeat;
}
span.socials-facebook:hover {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') right -18px top -18px no-repeat;
}
span.socials-gplus {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') right -36px top 0 no-repeat;
}
span.socials-gplus:hover {
    width: 18px;
    height: 18px;
    display: block;
    background: url('../../images/socials.png') right -36px top -18px no-repeat;
}
.socials-container {
    position: relative;
}
/*BLOG PAGE*/

ul.blogcat {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.blogcat li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
ul.blogcat li a {
    color: #333;
    transition: all .3s ease-in-out;
}
ul.blogcat li a:hover {
    color: #0099cc;
    text-decoration: none;
}
a.blogpost-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
a.blogpost-hover:hover {
    background: #fff;
    color: #333;
}
a.blogpost-hover2 {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
a.blogpost-hover2:hover {
    background: #fff;
    color: #333;
}
/*Navigation-tabs3*/

.navigation-tabs3 {
    height: 43px;
    border-bottom: 1px solid #ebebeb;
}
.navigation-tabs3 li {
    height: 43px;
    float: right;
    background: #efefef;
    color: #999999;
    padding: 0 10px 0 15px;
    margin-right: 2px;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.navigation-tabs3 li.active {
    border-bottom: 1px solid #fff;
}
.navigation-tabs3 li a {
    color: #999999;
}
.navigation-tabs3 li.active {
    background: #fff;
    color: #333;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.navigation-tabs3 li.active a {
    color: #333;
}
/*CarouFredSel Blog*/

.wrapper2 {
    background-color: white;
    width: 100%;
    height: 407px;
    margin: 0px auto;
    padding: 5px;
}
.list_carousel2 {
    background-color: #fff;
    margin: 0px;
    width: 100%;
    height: 407px;
    overflow: hidden;
    position: relative;
}
.list_carousel2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel2 li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 0px solid #efefef;
    width: 100%px;
    max-height: 407px;
    padding: 0;
    margin: 0px 20px;
    display: block;
    float: right;
    line-height: 10px;
    text-align: right;
}
.list_carousel2.responsive {
    width: auto;
    margin-right: 0;
}
.xprev {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    background: #15262f;
    position: absolute;
    top: 40%;
    right: -10px;
}
.xprev:hover {
    background: #72bf66;
}
a.xprev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -36px;
    margin: 18px 9px 0 0;
}
a:hover.xprev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left -14px top -54px;
}
.xnext {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 40%;
    left: -11px;
}
.xnext:hover {
    background: #72bf66;
}
a.xnext img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -36px;
    margin: 18px 12px 0 0;
}
a:hover.xnext img {
    width: 14px;
    height: 18px;
    display: block;
    background: url('../../images/sprite.png') left 0px top -54px;
}
.circlewrap2 {
    width: 52px;
    height: 52px;
    margin: 0;
    position: relative;
}
.circlewrap2 span {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    bottom: 0px;
    left: -10px;
    background: #0099cc;
    color: #fff;
    font-size: 11px;
    padding-top: 3px;
}
.cpdl {
    padding: 0 6px;
    top: 28px;
}
.cpwidth {
    width: 150px;
}
.cpwidth2 {
    width: 90px;
}
.cpwidth3 {
    width: 290px;
}
.line6 {
    background: #e8e8e8;
    height: 1px;
    margin: 30px 0 30px 0;
    padding: 0;
    display: block;
}
.indent0 {
    text-indent: 0px;
}
.sboxpurple {
    line-height: 50px;
}
.sboxpurple span {
    display: block;
}
.flight2 {
    width: 20px;
    height: 18px;
    margin-left: 5px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% -213px;
}
.flight {
    width: 14px;
    height: 18px;
    margin-left: 5px;
    display: block;
    float: right;
    background: url('../../images/sprite.png') 100% 0;
}
.flight-details {
    color: #ff9900;
}
.brief-desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    
    max-height: 80px;
    /* fallback */
    
    -webkit-line-clamp: 4;
    /* number of lines to show */
    
    -webkit-box-orient: vertical;
}
.operator-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    
    max-height: 100px;
    /* fallback */
    
    -webkit-line-clamp: 5;
    /* number of lines to show */
    
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.attractions-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /* fallback */
    
    max-height: 60px;
    /* fallback */
    
    -webkit-line-clamp: 3;
    /* number of lines to show */
    
    -webkit-box-orient: vertical;
}
.pricerates {
    text-align: center;
    border-right: 1px solid #e8e8e8;
    margin: 10px 0px;
}
div.pricerates:first-child,
div.pricerates:nth-child(5),
div.pricerates:nth-child(9),
div.pricerates:nth-child(13) {
    border: none;
}
.one-adult {
    display: inline-block;
    background: url(../../images/one-adult.png) no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
.two-adult {
    display: inline-block;
    background: url(../../images/two-adult.png) no-repeat;
    width: 64px;
    height: 32px;
    text-align: center;
}
.three-adult {
    display: inline-block;
    background: url(../../images/three-adult.png) no-repeat;
    width: 96px;
    height: 32px;
    text-align: center;
}
.four-adult {
    display: inline-block;
    background: url(../../images/four-adult.png) no-repeat;
    width: 128px;
    height: 32px;
    text-align: center;
}
.children {
    display: inline-block;
    background: url(../../images/children.png) no-repeat;
    width: 76px;
    height: 32px;
    text-align: center;
}
.alignright {
    float: left;
    margin: 10px;
    vertical-align: middle;
    display: block;
    max-width: 150px;
}
a.bookbtn {
    float: left;
}
.Deal sup {
    background-color: #efc439;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 0px 3px;
}
.btn-selected {
    background-color: orange;
    color: #fff;
    border-color: orange;
}
.btn-selected:hover {
    color: #fff;
}
.padding0{
    padding: 0px;
}
.padding10title {
    padding: 10px 20px 0px 20px;
}
.padding10title h3 {
    margin-top: 0px;
}
.form-control.error {
    border: 1px solid red;
}
.error {
    color: red;
}
.paddingtop2 {
    padding: 0px 2px;
}
.date-text{
    margin-top: 5px;
    display: block;
}
.child-age,
.child-container {
    display: none;
}
.tour-date-container{
    margin: 0px 5px 20px 5px;
    border: 1px #ccc dashed;
    border-radius: 5px;
    padding: 10px 20px;    
}
.room {
    margin-bottom: 20px;    
}
.inline {
    display: inline;
}
.hyperlink {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.displaynone {
    display: none;
}
.displayblock {
    display: block;
}
.datesExt {
    background: #d4d4d4;
    width: 100%;
    font-family: "Open Sans";
    line-height: 20px;
    color: #000;
    border-bottom: 5px solid #d4d4d4;
    overflow: hidden;
    max-height: 0px;
}
.tour-dates-details {
    position: absolute;
    bottom: -16px;
    left: -1px;
    top: inherit;
    z-index: 3;
    color: #fff;
    background: #d4d4d4;
    padding: 3px;
}
.package {
    position: relative;
    border: 1px solid #d4d4d4;
}
.innerPadding {
    padding: 10px 15px;
}
.package-code {
    color: #7c8c94;
    font-style: italic;
    margin-top: -10px;
}
.navbar-brand {
    padding-top: 5px;
}
ul.terms {
    margin-right: 10px;
    padding: 0;
}
ul.terms li {
    margin: 10px 0px;
}
ul.terms li ul {
    margin-right: 20px;
}
.sold-out {
    position: absolute;
    background-image: url(../../images/sold-out.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: rgba(255, 234, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}
.notice {
    background-color: #00fff6;
    margin: 15px 0px;
    padding: 5px;
    font-weight: bold;
}
highlight {
    color: #006cff;
}
.fullscreenbanner ul {
    padding: 0px;
    margin: 0px;
}
.fullscreenbanner li img {
    float: right;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: right;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    box-shadow: 0px 0px 1px #eee;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
}
.gallery img:hover {
    background: white;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl,
.gallery dt {
    margin: 0;
}
.gallery br+br {
    display: none;
}
.inner-content h2{
	color: #ff9900;
	font-size: 24px;
}
img.alignright { float: left; margin: 0 1em 1em 0; }
img.alignleft { float: right; margin: 0 0 1em 1em; }
img.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignright { float: left; }
.alignleft { float: right; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.lostpassword-button{
    padding: 5px;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/*#ui-datepicker-div.ui-widget-content{
    border:1px solid #b5b8b9;
    background: #EEE;
    color:#000;
    box-shadow: none;
}
#ui-datepicker-div .ui-widget-header{
    background: #94969a;
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background:#EEE !important;
    color: #000 !important;
    border:1px solid #b5b8b9 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
    background:#94969a !important;
    color: #fff !important;

}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #94969a !important;
    color: #fff !important;
}*/
.new{
    font-size: 8px;
    background: #d75124;
    color: #fff;
    padding: 5px;
    position: absolute;
    left: 1px;
    top: 1px;
    font-weight: bold;
}
.ui-autocomplete-loading { background: #fff url('../../images/rolling.gif') no-repeat left center }

.paging { text-align: left; padding: 10px; background-color: #fff; }
.page-numbers { padding: 5px 8px; border: 1px solid #eee; background-color: #ff9900; color:#fff;}
.page-numbers:hover{background-color: #ff9900; color:#fff; font-weight: bold;}
.page-numbers.current{ border: 1px solid #888; background-color: #ff9900;  color: #fff; font-weight: bold; }
.fancybox-close-small, .fancybox-close-small:after{outline: none !important; border: none !important;}
.hidden-content{width: 900px !important;}
.equal-row{display: table;}
.equal-row > [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.ui-datepicker{z-index: 400 !important;} 

div.stars {
  width: 175px;
  display: inline-block;
  float: right;
}

input.star, .all-star { display: none; }
label.star-all:hover{
    color:#d75124;
}
label.star-all{
  float: left;
  padding: 0px 5px;
  font-size: 20px;
  padding-top: 5px;
}
label.star {
  float: left;
  padding: 0px 5px;
  font-size: 20px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: 'FontAwesome';
}
.hotel-deal{
    background-color: #efc439;
    color: #fff;
    text-transform: uppercase;
    vertical-align: sub;
    line-height: 18px;
    padding: 0px 3px;
}
#hidden-content-quotation{
    width: 650px;
}
#hidden-content-cancellation{
    width: 600px;
    height: 250px;
}
.h100{height: 100px !important;}
.tour-date-select{
    display: inline-block;
    width: 60%
}
.equal {
    display: flex;
    flex-wrap: wrap;
}
.notactive:after{
    content: '!';
    color: #fff;
    background-color: orange;
    position: absolute;
    top: 0;
    left: -10px;
    width: 15px;
    text-align: center;
    padding: 0px;
    border-radius: 30px;
    font-size: 11px;
    cursor: pointer;
}
.inactive{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.inactive-container{
    background-color: #fff;
    width: 40%;    
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    border: 2px solid gray;
}
#re-send,.re-send{
    font-weight: bold;
    cursor: pointer;
}
#activate-loading, .activate-loading{
    background: #fff url(../../images/rolling.gif) no-repeat left center;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    visibility: hidden;
}
.alert-discount {
    color: orange;
    background-color: #fff;
    border-color: #ff5a00;
}
.old-price{
    color: gray;
    text-decoration: line-through;
}
.booking-form{
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.alert-warning{
    border-color: chocolate;
}
.top-bar{
    background-color: #ff9900;
    height: 35px;
    color: #fff;
}
.top-bar .container{
    padding: 0px 20px;
}
.dashboard-container{
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 35px;
    background-color: #f85b3c;
    padding: 0px 10px;
     margin: 0px 15px;
    -moz-box-shadow:    inset 0 0 5px rgba(68,68,68,0.6);
   -webkit-box-shadow: inset 0 0 5px rgba(68,68,68,0.6);
   box-shadow:         inset 0 0 5px rgba(68,68,68,0.6);
}
.dashboard-container a{
    color: #fff;
    display: block;
    position: relative;
}
.dashboard-container span{
    font-weight: bold;
    padding-right: 15px;
    font-style: italic;
}
.dashboard-container span.icon-lockk{
    display: block;
    background-size: contain;
    width: 13px;
    height: 13px;
    right: 0px;
    top: 9px;
    padding-right: 0px;
}
.avatar-container{
    display: inline-block;
    margin: 0px 15px;
    cursor: pointer;
    float: right;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.avatar-container:hover{
    background-color: #fff;
}
.avatar-container:hover .login-container{
    display: block;     
}
.avatar-container img{
    height: 35px;
    border-radius: 50%;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.login-container{
    display: none;
    position: absolute;
    height: 200px;
    left: 0;    
    width: 269px;
    box-shadow: 0px 2px 5px #888888;
    background: #FFF;
    z-index: 1001;
    border-radius: 5px;
    border-top-left-radius: 0px;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    cursor: default;
}
.currency-container{
    background: rgba(255, 255, 255,0.2);
    border: 1px solid orange;
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
    line-height: 23px;
    display: inline-block;
    margin: 5px 0px;
}
.selected-currency{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.selected-currency #currency{
    min-width: 30px;
    display: inline-block;
}
.selected-currency .icon-money{
    margin-left: 10px;
}
.currency-drop-down{
    position: absolute;
    top: 24px;
    right: -10px;
    left: -10px;
    z-index: 99999;
    background: rgba(255,165,0,1);
    border-radius: 5px;
    display: none;
}
.currency-drop-down ul{
    padding: 0px;
    margin:0px;
    list-style-type: none;
}
.currency-drop-down ul li{
    padding: 5px 0px;
    padding-right: 10px;
    border-top: 1px solid #fff;
}
.currency-drop-down ul li:hover{
    font-weight: bold;
}
.selected-currency .caret{
    margin-right: 10px;
    border-top-color: #fff;
}
.loading { background: transparent url('../../images/loading.gif') no-repeat center center }
.form-control{
    color: #000;
    padding: 5px 10px 5px 0px !important;
}
.filtr-button {
    background: #e35121;
    background: -webkit-gradient(linear, right top, right bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    border: none;
    border-radius: 0.25rem;
    color: white;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    transition: background-color 0.25s;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    font-family: "Open Sans";
    font-weight: 700;
    outline: none !important;
}
.filtr-shuffle{
    background: #f2ca27 !important;
}
.filtr-active {
    background: #e35121;
    background: -webkit-gradient(linear, right bottom, right bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(bottom, #ff6633, #e35121);
    box-shadow: inset 0 0 5px rgba(26,29,25,0.35);
}
.offers-filters{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px; 
}
.filters-filteringModeSingle{
    display: table;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}
.filters-filteringModeSingle li {
    border-bottom: none;
    border-left: 1px solid #d75124;
    display: inline-block;
    margin: 0px;
    cursor: pointer !important;
    border-radius: 0 !important;
    float: right;
}
.filters-filteringModeSingle li:first-of-type {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.filters-filteringModeSingle li:last-of-type {
    border-left: none;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.no-results{
    text-align: center;
    margin: 20px;
    font-weight: bold;
}
.no-results img{
    display: block;
    margin:0 auto;
    margin-bottom: 20px;
    width: 120px;
}
.itemscontainer{
    margin-bottom: 40px;
}
.guest-modal{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid black;
}
.guest-disc{
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
}
.guest-disc a{
    font-weight: bold;
    text-decoration: underline;
}
.destinations-loading{
    background: rgba(255,255,255,0.5) url('../../images/rolling.gif') no-repeat center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 999; 
}
.loading-deals{
    position: relative;
}
.loading-deals::before{
    background: rgba(255,255,255,0.5) url('../../images/rolling.gif') no-repeat center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
    display: block;
    content: " ";
    min-height: 100px;
}
#bankdetails{
    background-color: #2196F3;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.mySelectCalendar.form-control[readonly]{
    cursor: pointer;
    background-color: #fff;
}
#booking-form{
    display: flex;
    flex-direction: column;
}
#booking-form .padding20{
    display: flex;
}
.ontop{
    order: -1;
}
/* .mbsc-tripatak-ios.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont{
    background-color: #ff6633 !important;
} */
.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn, .mbsc-tripatak-ios .mbsc-fr-btn0{
    color: #ff6633 !important;
}
.errordiv{
    display: none;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.successfull-booking{
    font-size: 46px;
    display: block !important;
    color: green;
    margin-bottom: 10px;
}
.confirmation-message span{
    display: block;
}
.confirmation-message{
    line-height: 30px;
}
#booking.processing::after{
    background: #fff url(../../images/rolling.gif) no-repeat center 97%;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    opacity: 70%;
}
#installments{
    position: relative;
}
#installments.processing::after{
    background: #fff url(../../images/rolling.gif) no-repeat center center;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    opacity: 70%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px !important;
    outline: none !important;
}
.select2-container--default .select2-selection--single{
    height: 33px !important;
    margin-top: 1px !important;
    line-height: 33px !important;
    outline: none !important;
}
.price-info{
    height: 30px;
    padding-top: 10px;
    line-height: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    background-color: rgba(255,255,255,1);
    bottom: 0 !important;
}

.sperator {
    display: inline-block;
    width: 100%;
    position: relative;
}

.sperator::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(50% - 7px);
    height: 1px;
    background-color: #999;
    top: 50%;
    right: 0;
}

.sperator::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(50% - 7px);
    height: 1px;
    background-color: #999;
    top: 50%;
    left: 0;
}

.m-0 {
    margin: 0 !important;
}

.pb-2 {
    padding-bottom: 10px;
}

.swiper-carousel {
    max-width: 50vw;
}

.panel .panel-heading {
    cursor: pointer;
}

.itineraryCollapse blockquote p {
	font-size: 14px;
}

.d-none {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.transition-all {
    transition: all 0.2s;
}

.datepicker.dropdown-menu {
    max-width: 280px;
}

.datepicker tr .day {
    color: #000;
}

.datepicker tr .day.disabled {
    color: #999;
}

.notactive-bar {
    background-color: rgba(255,153, 0, 0.1);
    padding-bottom: 10px;
}