body {
    background: url(../images/ts-bg-body.png) repeat-x center top;
    font-family: Arial, sans-serif;
    font-weight: 400;
    height: 100%
}
.lte-ie8,
.ie10 body,
.ie11 {
    background: url(../images/ts-bg-body.png) repeat-x center top
}
a {
    color: #31609e;
    font-weight: bold
}
a:hover {
    color: #fe812b;
    text-decoration: none
}
.main-header {
    color: #31609e;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0
}
.button {
    background-color: #fe812b;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 15px 10px 10px;
    background-image: -moz-linear-gradient(bottom, #fc6701, #ff8939);
    background-image: -webkit-linear-gradient(bottom, #fc6701, #ff8939);
    background-image: linear-gradient(to top, #fc6701, #ff8939)
}
.button:hover {
    color: #fff;
    background: #6bba70;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70)
}
.button.full-button {
    clear: both;
    display: block;
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight:300;
}
.blue-button {
    background-color: #5785ca;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    padding: 7px 15px 7px 10px;
    background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: linear-gradient(to top, #0f238c, #5785ca)
}
.blue-button:hover {
    color: #fff;
    background: #6bba70;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70)
}
.blue-button:focus {
    background: #6bba70;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70);
    color: #fff;
    text-decoration: none
}
.fb-like-box {
    position: absolute;
    left: 1px;
    top: 48px;
    width: 194px;
    height: 70px
}
.double-border-button {
    background-color: #fe812b;
    border: 1px solid #fe812b;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    font-size: 1em
}
.double-border-button span {
    background-color: #fe812b;
    border: 1px solid #fff;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 2px 15px 2px 10px
}
.double-border-button:hover {
    border: 1px solid #6bba70;
    color: #fff;
    text-decoration: none
}
.double-border-button:hover span {
    background: #6bba70;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70)
}
.double-border-button:focus {
    color: #fff;
    text-decoration: none
}
.orange-box {
    background-color: #fe812b;
    border: 2px solid #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 15px 10px 10px;
    background-image: -moz-linear-gradient(bottom, #fc6701, #ff8939);
    background-image: -webkit-linear-gradient(bottom, #fc6701, #ff8939);
    background-image: linear-gradient(to top, #fc6701, #ff8939)
}
.hidden-text {
    display: none
}
.blue-box {
    background-color: #5785ca;
    border: 2px solid #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 15px 10px 10px;
    background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: linear-gradient(to top, #0f238c, #5785ca)
}
.blue-box h2 {
    background: none
}
.inline-label {
    display: inline;
    text-align: left
}
.inline-label input {
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: bottom
}
.center-cell {
    text-align: left
}
@media (min-width: 992px) {
    .center-cell {
        text-align: center
    }
}
p {
    font-size: .9em
}
img {
    max-width: 100%;
    height: auto
}
.lte-ie8 img {
    max-width: none;
    height: auto
}
.sprite-bg {
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat
}
.container {
    float: left
}
@media (min-width: 768px) {
    .container {
        margin-left: 10px
    }
}
.header-container {
    position: relative
}
@media (min-width: 768px) {
    .header-container {
        height: 134px
    }
}
.header-top {
    display: none;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .header-top {
        display: block
    }
}
.header-left {
    height: 75px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
    z-index: 990
}
@media (min-width: 768px) {
    .header-left {
        margin-bottom: 0;
        margin-top: 45px
    }
}
.header-right {
    position: absolute;
    top: 0;
    right: 0
}
@media (min-width: 768px) {
    .header-right {
        top: 35px
    }
}
.page-wrapper {
    position: relative
}
.header-resume-search {
    padding-top: 10px
}
.header-resume-search a {
    display: block;
    text-decoration: underline
}
@media (min-width: 768px) {
    .header-resume-search a {
        background: #5785ca;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        color: #fff;
        font-size: 1.1em;
        background-color: #5785ca;
        border: 2px solid #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius-topright: 25px;
        -webkit-border-top-right-radius: 25px;
        border-top-right-radius: 25px;
        -moz-border-radius-bottomright: 25px;
        -webkit-border-bottom-right-radius: 25px;
        border-bottom-right-radius: 25px;
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
        color: #fff;
        display: inline-block;
        margin-bottom: 5px;
        padding: 7px 15px 7px 10px;
        text-align: center;
        text-decoration: none;
        background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
        background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
        background-image: linear-gradient(to top, #0f238c, #5785ca)
    }
    .header-resume-search a:hover {
        color: #fff;
        background: #6bba70;
        background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
        background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
        background-image: linear-gradient(to top, #008c00, #6bba70)
    }
    .header-resume-search a span {
        font-size: .5em;
        float: right
    }
}
@media (min-width: 992px) {
    .header-resume-search a {
        font-size: 1.3em
    }
}
.header-menu {
    float: left;
    position: relative;
    width: 100%;
    text-align: center
}
@media (min-width: 768px) {
    .header-menu {
        text-align: right
    }
}
.header-menu ul {
    padding: 0;
    position: relative;
    margin: 7px auto 0 auto
}
@media (min-width: 768px) {
    .header-menu ul {
        float: right;
        margin: 7px 0 0 0
    }
}
.header-menu ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}
.header-menu ul li a {
    border-right: 1px solid #6e9294;
    font-size: .8em;
    font-weight: bold;
    padding: 0 5px 0 0
}
.header-menu ul li.last a {
    border-right: 0
}
.locale-options-container {
    text-align: center
}
@media (min-width: 768px) {
    .locale-options-container {
        width: 35%
    }
}
@media (min-width: 992px) {
    .locale-options-container {
        width: 25%
    }
}
.breadcrumb {
    float: right;
    font-size: .8em;
    list-style: none
}
.breadcrumb li {
    float: left;
    margin-left: 5px
}
.breadcrumb li:before {
    content: "> "
}
.breadcrumb li:first-child:before {
    display: none
}
.locale-box {
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat;
    border-right: 3px solid #82d8d8;
    border-left: 3px solid #82d8d8;
    border-bottom: 3px solid #82d8d8;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    float: right;
    padding: 3px;
    margin: 0 10px 0 10px;
    text-align: center
}
.locale-box a {
    font-size: .8em;
    font-weight: bold
}
.locale-box.last {
    margin: 0
}
.header-main-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 0;
    right: auto;
    padding: 0;
    margin: 7px auto 0 auto;
    text-align: center;
    width: 90%
}
@media (min-width: 768px) {
    .header-main-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 225px;
        padding: 0;
        margin: 7px 0 0 0;
        text-align: right;
        width: 100%
    }
}
.header-main-menu li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}
.header-main-menu li a {
    border-right: 1px solid #6e9294;
    font-size: .8em;
    font-weight: bold;
    padding: 0 3px 0;
}
.header-main-menu li.last a {
    border-right: 0
}
.dropdowns-container {
    display: none;
    right: 0;
    top: 0;
    position: absolute;
    width: 91%
}
@media (min-width: 768px) {
    .dropdowns-container {
        display: block
    }
}
@media (min-width: 768px) {
    .dropdowns-container {
        margin: 0 auto;
        width: 210px;
        *width: 210px
    }
}
.language-select-container {
    background-position: 80px -470px;
    margin: 0 auto !important;
    float: right;
    height: 27px;
    width: 106px;
    z-index: 992
}
@media (min-width: 768px) {
    .language-select-container {
        float: right;
        margin: 0
    }
}
.language-select-container a {
    border-right: 0 !important;
    display: block;
    margin-top: 3px;
    text-align: left
}
.language-select-container a img {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px
}
.language-select-container ul {
    background-color: #9bffff;
    border: solid #82d8d8;
    border-radius: 0 0 5px 5px;
    border-width: 0 3px 3px 3px;
    display: none;
    margin: 0;
    padding: 5px 5px 0 9px;
    list-style: none;
    left: -3px;
    position: absolute;
    text-align: left;
    top: 22px;
    z-index: 999;
    width: 106px
}
.language-select-container ul li {
    list-style-type: none;
    width: 86px
}
.language-select-container .language-select-list img {
    margin-left: 0
}
.currency-select-container {
    background-position: 999px -999px;
    margin: 0 auto;
    float: none;
    width: 90px;
    z-index: 1
}
@media (min-width: 768px) {
    .currency-select-container {
        background-position: 60px -470px;
        float: right;
        margin: 0 10px 0 0
    }
}
.currency-select-container a {
    border-right: 0 !important;
    padding: 0 !important
}
.currency-select-container ul {
    background-color: #9bffff;
    border: solid #82d8d8;
    border-radius: 0 0 5px 5px;
    border-width: 0 3px 3px 3px;
    display: none;
    margin: 0;
    padding: 5px 5px 0 9px;
    list-style: none;
    left: -3px;
    height: 210px;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    top: 27px;
    z-index: 999;
    width: 90px
}
@media (max-width: 767px) {
    .currency-select-container ul {
        background: #5785ca
    }
}
.currency-select-container ul li {
    display: block;
    list-style-type: none;
    width: 86px
}
#view-full {
    cursor: pointer;
    display: block
}
#view-responsive {
    display: none
}
@media screen and (max-device-width: 767px) {
    #view-responsive {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        cursor: pointer;
        display: block;
        float: left;
        margin-left: 10px;
        font-weight: bold;
        padding: 7px;
        margin-top: 10px;
        text-align: center
    }
}
@media (max-width: 767px) {
    #view-responsive {
        display: none
    }
}
.gb {
    background-position: 0 -239px
}
a.ae {
    background-position: 0 0
}
a.au {
    background-position: 0 -20px
}
a.br {
    background-position: 0 -40px
}
a.ca {
    background-position: 0 -60px
}
a.ch {
    background-position: 0 -80px
}
a.cl {
    background-position: 0 -100px
}
a.cz {
    background-position: 0 -120px
}
a.de {
    background-position: 0 -140px
}
a.dk {
    background-position: 0 -160px
}
a.es {
    background-position: 0 -180px
}
a.eu {
    background-position: 0 -200px
}
a.fr {
    background-position: 0 -220px
}
a.gb {
    background-position: 0 -240px
}
a.hu {
    background-position: 0 -260px
}
a.il {
    background-position: 0 -280px
}
a.in {
    background-position: 0 -300px
}
a.it {
    background-position: 0 -320px
}
a.jp {
    background-position: 0 -340px
}
a.mx {
    background-position: 0 -360px
}
a.no {
    background-position: 0 -380px
}
a.pl {
    background-position: 0 -400px
}
a.se {
    background-position: 0 -420px
}
a.sg {
    background-position: 0 -440px
}
a.us {
    background-position: 0 -460px
}
.lte-ie8 .header-logo img {
    width: auto !important
}
.header-logo {
    background-position: 0 -541px;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    position: relative;
    min-width: 220px
}
@media (min-width: 768px) {
    .header-logo {
        margin: 0
    }
}
.header-contact-block {
    display: none;
    height: 74px;
    text-align: center
}
@media (min-width: 768px) {
    .header-contact-block {
        display: block;
        text-align: right
    }
}
.header-contact-block .telephone-number {
    background: url(../images/ts-sprite.png) -80px -485px no-repeat;
    height: 45px;
    margin-top: 10px;
    width: 240px;
    margin: 0 auto
}
@media (min-width: 768px) {
    .header-contact-block .telephone-number {
        float: right
    }
}
.header-contact-block .telephone-number a {
    font-size: 2em;
    font-weight: bold;
    padding-left: 40px
}
.header-contact-block .opening-hours {
    display: block;
    font-size: .8em;
    line-height: 0;
    *line-height: 1em
}
.main-body-wrapper {
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative
}
.inactive {
    color: #fe812b
}
.left-column-section-container {
    border: 4px solid #5785ca;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    *width: 98%
}
.left-column-section-container ul {
    color: #31609e;
    font-size: .9em;
    margin-bottom: 0
}
.left-column-section-container ul li.inactive {
    color: #fe812b
}
.left-column-section-container ul ul {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px
}
.left-column-section-container li.has-sub {
    padding: 10px 0
}
.left-column-section-container h1 {
    background: #5785ca;
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    margin: 0;
    padding: 7px 7px
}
.left-column-section-container .left-column-section-container-inner {
    background: #fff;
    border-spacing: 5px;
    display: table;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%
}
.left-column-section-container h1 {
    clear: both;
    border-bottom: 1px solid #D1DCDF;
    color: #31609e;
    font-size: 1.4em;
    margin-top: 0;
    padding: 5px 0
}
.left-column-section-container h2 {
    clear: both;
    border-bottom: 1px solid #D1DCDF;
    color: #31609e;
    font-size: 1.4em;
    margin-top: 0;
    padding: 5px 0
}
.left-column-section-container h3 {
    color: #31609e;
    font-size: 1.2em;
    font-weight: normal
}
.left-column-section-container h4 {
    color: #31609e;
    font-size: 1em;
    font-weight: normal
}
.has-subnav {
    padding: 10px 0
}
.page-actions-container {
    position: absolute;
    top: 0;
    left: 0
}
@media (min-width: 768px) {
    .page-actions-container {
        right: 0
    }
}
.right-sidebar-box {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%
}
.right-sidebar-box .right-sidebar-box-inner {
    position: relative;
    float: left;
    background-color: #e3f1fc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0 0 2px 2px #fff;
    -webkit-box-shadow: inset 0 0 2px 2px #fff;
    box-shadow: inset 0 0 2px 2px #fff;
    background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
    background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
    background-image: linear-gradient(#ffffff, #e3f1fc);
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    padding: 10px;
    width: 100%;
    *width: 97%
}
.right-sidebar-box .right-sidebar-box-inner.london-bridge {
    background-image: url(../images/london-bridge.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px
}
.right-sidebar-box .right-sidebar-box-inner.london-bridge .right-sidebar-title {
    color: #fff;
    font-size: 1.2em;
    margin-top: 5px
}
@media (min-width: 1200px) {
    .right-sidebar-box .right-sidebar-box-inner.london-bridge .right-sidebar-title {
        font-size: 1.5em
    }
}
.right-sidebar-box .right-sidebar-title {
    color: #31609e;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    text-align: center
}
.right-sidebar-box .right-sidebar-title.orange {
    color: #fe812b
}
.right-sidebar-box .price-promise-title {
    color: #31609e;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.right-sidebar-box .right-sidebar-text {
    position: relative;
    float: left;
    margin: 5px 0 0;
    text-align: center;
    width: 100%
}
.right-sidebar-box .right-sidebar-text p {
    margin: 0;
    text-align: center
}
.right-sidebar-box .right-sidebar-image {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center
}
.right-sidebar-box .right-sidebar-image img {
    max-width: 100%;
    height: auto
}
#feefologo {
    margin: 10px auto 0 auto !important;
    float: none
}
.sprite-bg {
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat
}
.price-promise-icon {
    background-position: 0 -999px;
    display: block;
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px
}
.check-list {
    font-size: .9em;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none
}
.check-list li {
    background-image: url(../images/ts-sprite.png);
    background-position: -115px -92px;
    background-repeat: no-repeat;
    margin: 3px 0;
    padding: 0 0 0 25px
}
.sitemap-alphabetical-nav {
    font-size: 1.1em;
    padding: 10px 0
}
.divmonthNormalAnchor {
    text-decoration: none
}
.divmonthUnderlineAnchor {
    text-decoration: underline
}
.page-top-link {
    background: #dbeaf8;
    font-size: .9em;
    padding: 5px 10px 5px 0;
    position: relative;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%
}
@media (min-width: 550px) {
    .page-top-link {
        background: none;
        font-size: .9em;
        padding: 0 5px 0 0;
        position: absolute;
        right: 10px;
        top: 7px
    }
}
.left-column-subsection-container {
    border: 4px solid #dbeaf8;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    *width: 98%
}
.left-column-subsection-container ul {
    font-size: .9em;
    margin-bottom: 0
}
.left-column-subsection-container h1,
.left-column-subsection-container h2,
.left-column-subsection-container .subsection-header {
    background: #dbeaf8;
    color: #31609e;
    font-size: 1.15em;
    font-weight: bold;
    margin: 0;
    padding: 7px 7px
}
.left-column-subsection-container h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    text-align: center
}
@media (min-width: 992px) {
    .left-column-subsection-container h3 {
        text-align: left
    }
}
.left-column-subsection-container .subsection-header {
    display: block
}
.left-column-subsection-container .left-column-subsection-container-inner {
    background: #fff;
    border-spacing: 5px;
    display: table;
    padding: 5px 0;
    position: relative;
    float: left;
    width: 100%
}
.left-column-subsection-container .left-column-subsection-container-inner.alternate {
    border-bottom: 1px solid #cfeaf1;
    border-top: 1px solid #cfeaf1
}
.left-column-subsection-container .subhead {
    background: none;
    font-size: .9em;
    font-weight: bold;
    margin: 20px 0;
    padding: 0
}
.hotel-view-button {
    font-size: 1.2em;
    min-width: 100px
}
.image-align-right {
    margin: 0 0 10px 10px;
    -moz-box-shadow: inset 0 0 2px 2px #fff;
    -webkit-box-shadow: inset 0 0 2px 2px #fff;
    box-shadow: inset 0 0 2px 2px #fff;
    background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
    background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
    background-image: linear-gradient(#ffffff, #e3f1fc);
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}
.hotel-footer-link {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center
}
.customer-review-container {
    position: relative;
    margin: 2px auto;
    height: 21px;
    display: inline-block
}
@media (min-width: 550px) {
    .customer-review-container {
        height: 21px
    }
}
.customer-review-container .hotel-review-fill {
    float: left;
    height: 14px;
    left: 0;
    position: relative;
    top: 6px;
    width: 77px
}
@media (min-width: 768px) {
    .customer-review-container .hotel-review-fill {
        left: 0
    }
}
.customer-review-container .hotel-review-fill a {
    font-weight: normal
}
.customer-review-container .hotel-review-rating {
    background: url(../images/ts-sprite.png) no-repeat 0 -678px;
    height: 18px;
    left: -3px;
    line-height: 18px;
    position: absolute;
    top: -2px;
    width: 81px
}
.customer-review-container .hotel-review-rating-blue {
    background: #a3dce7;
    height: 13px;
    left: 0px;
    line-height: 18px;
    position: absolute;
    top: 0px;
    width: 75px
}
.customer-review-container .hotel-review-rating-blue.four-star {
    width: 62px
}
.customer-review-container .hotel-review-rating-blue.three-star {
    width: 45px
}
.customer-review-container .hotel-review-rating-blue.two-star {
    width: 28px
}
.customer-review-container .hotel-review-rating-blue.one-star {
    width: 12px
}
.customer-review-container .hotel-review-rating-text {
    font-size: 1em;
    color: #31609e;
    font-weight: bold;
    height: 18px;
    right: -56px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: -2px;
    white-space: nowrap;
    width: 81px
}
.customer-review-container .hotel-badge {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -999em;
    width: 40px;
    height: 40px;
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}
.customer-review-container.featured {
    margin: 0 auto;
    height: 20px;
    width: 160px
}
@media (min-width: 550px) {
    .customer-review-container.featured {
        margin: 0;
        width: 100%
    }
}
.customer-review-container.featured .hotel-review-fill {
    left: 0;
    top: 0
}
.customer-review-container.featured .hotel-review-rating-text {
    left: 85px;
    top: -3px
}
.go-to-top {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: block;
    font-size: 1.4em;
    padding: 5px;
    text-align: center;
    width: 100%
}
.go-to-top span {
    margin-right: 5px
}
.london-hotel-offers .right-sidebar-title {
    font-size: 1.6em;
    text-align: center
}
.london-hotel-offers .button {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: block;
    font-size: 1em;
    padding: 5px;
    text-align: center;
    width: 100%
}
.footer-container {
    background: #dbeaf8;
    position: relative;
    float: left;
    width: 100%
}
.footer-inner {
    padding-top: 10px;
    padding-bottom: 10px
}
.footer-bottom-container {
    padding-top: 10px;
    padding-bottom: 10px
}
.footer-bottom-container .footer-logo {
    float: left;
    margin-right: 2%;
    width: 28%
}
@media (min-width: 530px) {
    .footer-bottom-container .footer-logo {
        width: 10%
    }
}
.footer-bottom-container .footer-logo-icon {
    display: block;
    width: 55px;
    height: 40px;
    background: url(../images/ts-sprite.png) no-repeat 0 -1570px
}
.footer-bottom-container .footer-text {
    float: left;
    margin-right: 2%;
    width: 68%
}
@media (min-width: 530px) {
    .footer-bottom-container .footer-text {
        width: 52%
    }
}
.footer-bottom-container .card-logos {
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    height: auto
}
@media (min-width: 530px) {
    .footer-bottom-container .card-logos {
        width: 34%
    }
}
.footer-bottom-container .card-logos img {
    max-width: 100%
}
.footer-bottom-container .footer-menu {
    margin: 0;
    padding: 0
}
.footer-bottom-container .footer-menu li {
    display: inline;
    list-style-type: none
}
.footer-bottom-container .footer-menu li a {
    border-right: 1px solid #31609e;
    font-size: .8em;
    padding: 0 4px 0 0
}
.footer-bottom-container .footer-menu li.last a {
    border-right: 0
}
.footer-bottom-container p {
    font-size: .6em
}
.footer-bottom-container .footer-review-plugin {
    text-align: center
}
@media (min-width: 530px) {
    .footer-bottom-container .footer-review-plugin {
        text-align: right
    }
}
.card-security-logos {
    position: relative;
    width: 100%
}
#feefologo {
    position: relative;
    width: auto;
    right: auto
}
@media (min-width: 768px) {
    #feefologo {
        width: 42%
    }
}
@media (min-width: 992px) {
    #feefologo {
        width: auto
    }
}
#feefologo img {
    max-width: 100%;
    height: auto
}
.feefo-img {
    background-position: -118px -166px;
    display: block;
    width: 175px;
    height: 44px;
    margin: 0 auto
}
.search-box {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%
}
.search-box h2 {
    background: #fe812b;
    color: #fff;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 10px 0
}
.search-box .make-another-search-box {
    position: relative;
    float: left;
    width: 100%;
    *width: 96%
}
.form-control {
    padding: 3px !important
}
.make-another-search-form {
    font-size: .9em
}
.make-another-search-form .row:last-of-type {
    margin-bottom: 0
}
.hotels-table {
    font-size: .8em;
    margin-bottom: 0 !important
}
@media (min-width: 1200px) {
    .hotels-table {
        font-size: .9em
    }
}
.hotels-table td {
    vertical-align: middle !important
}
.hotels-table th {
    display: none;
    vertical-align: middle !important
}
.hotels-table td {
    display: block
}
.hotels-table td:first-child {
    padding-top: .5em
}
.hotels-table td:last-child {
    padding-bottom: .5em
}
.hotels-table td:before {
    font-weight: bold;
    width: 6.5em;
    display: inline-block
}
@media (min-width: 992px) {
    .hotels-table td:before {
        display: none
    }
}
@media (min-width: 992px) {
    .hotels-table th,
    .hotels-table td {
        display: table-cell
    }
}
.hotels-table .header {
    cursor: pointer
}
.hotels-table .selected-row {
    background: #fbeddb !important
}
@media (max-width: 992px) {
    .hotels-table {
        border: 0
    }
    .hotels-table td {
        border: 0 !important;
        text-align: center
    }
    .hotels-table tr {
        border-bottom: 4px solid #dbeaf8
    }
    .hotels-table tr:nth-child(odd) {
        background-color: #EAF2F9 !important
    }
    .hotels-table tr:last-of-type {
        border-bottom: 0 !important
    }
}
@media (max-width: 460px) {
    .nav-tabs {
        font-size: .8em
    }
    .nav-tabs a {
        padding: 6px 3px !important
    }
}
.star-rating-cell {
    text-align: center
}
.rating-text {
    margin-left: 3px
}
.star-rating {
    *display: inline-block;
    *font-size: 1.2em;
    padding-top: 3px
}
.one-star-rating {
    background-position: 0 -567px;
    padding-left: 20px
}
.two-star-rating {
    background-position: 0 -591px;
    padding-left: 35px;
}
.three-star-rating {
    background-position: 0 -608px;
    padding-left: 50px
}
.four-star-rating {
    background-position: 0 -627px;
    padding-left: 65px
}
.five-star-rating {
    background-position: 0 -648px;
    padding-left: 80px
}
.hotel-image {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 5px
}
.expand-icon {
    color: #fe812b
}
.detail-row {
    background: #fbeddb;
    display: none
}
.row-expand-button {
    cursor: pointer
}
.hotels-table td.info-cell {
    vertical-align: top !important
}
.hotels-table td.info-cell p {
    font-size: 1em
}
.hotel-facility-icon {
    /*cursor: pointer;*/
    display: inline-block;
    width: 21px;
    height: 21px;
    text-indent: -999em;
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat;
    margin-right: 1px
}
.icon-con-breakfast {
  background-position: 0px -1620px;
}
.icon-eng-breakfast {
    background-position: -21px -1620px
}
.icon-self-cater {
    background-position: -42px -1620px
}
.icon-parking {
    background-position: -63px -1620px
}
.icon-wifi {
    background-position: -84px -1620px
}
.hotel-facility-cost {
    color: #fe812b;
    font-size: .9em;
    font-weight: bold;
    position: relative;
    top: -7px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.sort-icon {
    float: right;
    margin-top: 2px
}
.featured-hotels-container {
    border-bottom: 1px solid #dbeaf8;
    margin-bottom: 10px
}
.featured-hotels-container:last-of-type {
    border-bottom: 0px solid #dbeaf8;
    margin-bottom: 0px
}
.featured-hotels-container .featured-hotel-photos {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    float: left;
    text-align: center;
    width: 100%
}
.featured-hotels-container .featured-hotel-photos li {
    display: inline;
    float: none;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 72px
}
@media (min-width: 992px) {
    .featured-hotels-container .featured-hotel-photos li {
        float: left;
        margin-right: 10px;
        width: 60px
    }
}
@media (min-width: 1200px) {
    .featured-hotels-container .featured-hotel-photos li {
        margin-right: 20px;
        width: 72px
    }
}
.featured-hotels-container .featured-hotel-photos li.last {
    margin-right: 0
}
.featured-hotels-container .featured-hotel-photos img {
    background: #fff;
    border: 1px solid #fff;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    max-width: 100%;
    padding: 2px 2px 10px 2px;
    height: auto
}
.featured-hotels-container .free-facilities,
.featured-hotels-container .extra-facilities {
    position: relative;
    text-align: center;
    width: 100%
}
@media (min-width: 992px) {
    .featured-hotels-container .free-facilities,
    .featured-hotels-container .extra-facilities {
        text-align: left
    }
}
.featured-hotels-container .free-facilities .hotel-facility-cost,
.featured-hotels-container .extra-facilities .hotel-facility-cost {
    color: #fe812b;
    font-size: .8em;
    margin-right: 5px
}
.featured-hotels-container .featured-header {
    margin-bottom: 20px
}
.featured-hotels-container .hotel-header {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 5px 0
}
.featured-hotels-container .hotel-section {
    margin-bottom: 15px;
    text-align: center
}
@media (min-width: 992px) {
    .featured-hotels-container .hotel-section {
        margin-bottom: 0;
        margin-top: 0;
        text-align: left
    }
}
.featured-hotels-container p {
    font-size: .9em
}
@media (min-width: 992px) {
    .featured-hotels-container .hotel-head-info {
        position: relative;
        width: 60%;
        float: right;
        min-height: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 1200px) {
    .featured-hotels-container .hotel-head-info {
        position: relative;
        width: 65%;
        float: right;
        min-height: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 992px) {
    .featured-hotels-container .hotel-photos-container {
        margin-right: 5%;
        position: relative;
        width: 35%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 1200px) {
    .featured-hotels-container .hotel-photos-container {
        margin-right: 5%;
        position: relative;
        width: 30%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
.featured-hotels-container .hotel-offer-container {
    clear: both
}
@media (min-width: 992px) {
    .featured-hotels-container .hotel-offer-container {
        margin-right: 5%;
        position: relative;
        width: 35%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 1200px) {
    .featured-hotels-container .hotel-offer-container {
        margin-right: 5%;
        position: relative;
        width: 30%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 992px) {
    .featured-hotels-container .hotel-review-container {
        position: relative;
        width: 60%;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 1200px) {
    .featured-hotels-container .hotel-review-container {
        position: relative;
        width: 65%;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 992px) {
    .featured-hotels-container .hotel-head-location {
        position: relative;
        width: 60%;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
@media (min-width: 1200px) {
    .featured-hotels-container .hotel-head-location {
        position: relative;
        width: 65%;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}
.featured-hotels-container .featured-hotel-section {
    font-size: .9em;
    position: relative;
    width: 100%
}
.featured-hotels-container .featured-hotel-star {
    margin-left: 5px
}
.featured-hotels-container .featured-hotel-detail {
    font-size: .8em
}
.featured-hotels-container .featured-hotel-details {
    margin-top: 0;
    margin-bottom: 5px
}
.featured-hotels-container .featured-hotel-detail a{
    padding-left:3px;
}
.featured-hotels-container .customer-review {
    text-align: center
}
@media (min-width: 992px) {
    .featured-hotels-container .customer-review {
        text-align: left
    }
}
.featured-hotels-container .customer-review-container {
    position: relative;
    float: none;
    margin: 2px 5px 0 0;
    height: 21px;
    width: 105px;
    display: inline-block;
    text-align: center
}
@media (min-width: 550px) {
    .featured-hotels-container .customer-review-container {
        height: 21px
    }
}
@media (min-width: 992px) {
    .featured-hotels-container .customer-review-container {
        width: 120px
    }
}
.featured-hotels-container .customer-review-container .hotel-review-fill {
    float: left;
    height: 14px;
    left: 0;
    position: relative;
    text-align: left;
    top: 6px;
    width: 77px
}
.featured-hotels-container .customer-review-container .hotel-review-rating {
    background: url(../images/ts-sprite.png) no-repeat 0 -678px;
    height: 18px;
    left: -3px;
    line-height: 18px;
    position: absolute;
    top: -2px;
    width: 81px
}
.featured-hotels-container .customer-review-container .hotel-review-rating-blue {
    background: #a3dce7;
    height: 13px;
    left: 0px;
    line-height: 18px;
    position: absolute;
    top: 0px;
    width: 75px
}
.featured-hotels-container .customer-review-container .hotel-review-rating-blue.four-star {
    width: 62px
}
.featured-hotels-container .customer-review-container .hotel-review-rating-blue.three-star {
    width: 45px
}
.featured-hotels-container .customer-review-container .hotel-review-rating-blue.two-star {
    width: 28px
}
.featured-hotels-container .customer-review-container .hotel-review-rating-blue.one-star {
    width: 12px
}
.featured-hotels-container .customer-review-container .hotel-review-rating-text {
    font-size: .8em;
    color: #31609e;
    font-weight: bold;
    height: 18px;
    right: -56px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: -2px;
    white-space: nowrap;
    width: 81px
}
.featured-hotels-container .customer-review-container .hotel-badge {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -999em;
    width: 40px;
    height: 40px;
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}
.featured-hotels-container .customer-review-container.featured {
    margin: 0 auto;
    height: 20px;
    width: 160px
}
@media (min-width: 550px) {
    .featured-hotels-container .customer-review-container.featured {
        margin: 0;
        width: 100%
    }
}
.featured-hotels-container .customer-review-container.featured .hotel-review-fill {
    left: 0;
    top: 0
}
.featured-hotels-container .customer-review-container.featured .hotel-review-rating-text {
    left: 85px;
    top: -3px
}
.featured-hotels-container .star-review-container {
    position: relative;
    float: left;
    font-size: .8em;
    margin-top: 6px;
    text-align: center;
    width: 100%
}
@media (min-width: 992px) {
    .featured-hotels-container .star-review-container {
        margin-right: 10px;
        text-align: left;
        width: auto
    }
}
.featured-hotels-container .hotel-facilities-container {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    float: left;
    margin-top: 5px;
    border: 1px solid #DBEAF8;
    padding: 3px 10px 0 10px;
    width: 100%
}
@media (min-width: 1200px) {
    .featured-hotels-container .hotel-facilities-container {
        min-width: 163px;
        width: auto
    }
}
.featured-hotels-container .featured-hotel-book-button {
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    clear: both;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 15px 5px 10px;
    text-align: center
}
.featured-hotels-container .featured-hotel-book-button span {
    font-size: 1.6em;
    font-weight: bold
}
.featured-hotels-container .featured-hotel-book-button .per-person {
    color: #EDDCC5;
    display: block;
    font-size: .8em;
    margin-top: -5px;
    font-weight: normal
}
.featured-reviews-container {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px
}
em {
    font-style: normal;
    font-weight: 300
}
.page-sharing-container {
    position: relative;
    float: left
}
.page-sharing-actions {
    float: left;
    margin: 5px 0;
    padding: 0;
    position: relative
}
@media (min-width: 768px) {
    .page-sharing-actions {
        float: right
    }
}
.page-sharing-actions li {
    display: block;
    list-style-type: none;
    margin-left: 10px
}
@media (min-width: 768px) {
    .page-sharing-actions li {
        display: inline
    }
}
.page-sharing-actions li a {
    background-image: url(../images/ts-sprite.png);
    background-repeat: no-repeat;
    font-size: .8em;
    font-weight: bold;
    padding-left: 17px
}
.page-sharing-actions li.print a {
    background-position: 0 -518px
}
.page-sharing-actions li.forward a {
    background-position: 0 -498px
}
.page-sharing-actions li.bookmark a {
    background-position: 0 -518px
}
.top-boxes-container {
    margin-top: 65px
}
@media (min-width: 435px) {
    .top-boxes-container {
        margin-top: 45px
    }
}
@media (min-width: 768px) {
    .top-boxes-container {
        margin-top: 5px
    }
}
.recent-search-container {
    background: #fff;
    margin-bottom: 20px
}
.recent-search-container .recent-search-container-inner {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 4px solid #5785ca;
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.7);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.7);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.7)
}
.recent-search-container .recent-search-top {
    background: #5785ca;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 10px 0
}
.recent-search-container .recent-search-header {
    color: #fff;
    display: inline-block;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    padding: 12px 0 10px 10px
}
.recent-search-container .recent-search-content {
    padding: 5px 5px
}
.recent-search-container .upper-recent-search-content {
    margin: 0 0 10px 0;
    padding: 0 0 5px;
    position: relative;
    width: 100%
}
.recent-search-container .upper-recent-search-content img {
    position: relative;
    float: left;
    height: auto
}
@media (min-width: 420px) {
    .recent-search-container .upper-recent-search-content img {
        margin-right: 10px
    }
}
.recent-search-container .upper-recent-search-content .search-location-info {
    position: relative
}
.recent-search-container .upper-recent-search-content .search-location-info .search-location-header {
    color: #029de0;
    font-size: 1.8em;
    margin: 0
}
.recent-search-container .upper-recent-search-content .search-location-info .recent-search-location {
    color: gray;
    display: block
}
.recent-search-container .upper-recent-search-content .search-location-info .stay-duration {
    color: #029de0;
    display: block;
    font-size: .9em;
    font-weight: bold
}
.recent-search-container .lower-recent-search-content .lower-search-head {
    color: #31609e;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0
}
.recent-search-container .lower-recent-search-content p {
    margin: 0
}
.recent-search-container .recent-search-lower-container {
    background: #5785ca;
    clear: both;
    padding: 0;
    text-align: right
}
.recent-search-container .recent-search-button {
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 1.4em;
    padding: 10px 15px 10px 10px;
    background-color: #5785ca;
    background-image: -moz-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: -webkit-linear-gradient(bottom, #0f238c, #5785ca);
    background-image: linear-gradient(to top, #0f238c, #5785ca)
}
@media (min-width: 768px) {
    .recent-search-container .recent-search-button {
        display: inline;
        float: right
    }
}
.recent-search-container .recent-search-button:hover {
    color: #fff;
    background: #6bba70;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70)
}
.why-book-inner {
    position: relative;
    float: left;
    background-color: #e3f1fc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0 0 2px 2px #fff;
    -webkit-box-shadow: inset 0 0 2px 2px #fff;
    box-shadow: inset 0 0 2px 2px #fff;
    background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
    background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
    background-image: linear-gradient(#ffffff, #e3f1fc);
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    *width: 95%
}
.why-book-inner h3 {
    color: #0f238c;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center
}
ol {
    color: #fe812b;
    font-size: .9em
}
.why-book-list {
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
    font-size: 1.1em;
}
.why-book-list span {
    color: #0f238c
}
.why-book-list .why-book-list-left {
    position: relative;
    float: left;
    width: 50%;
    *width: 48%
}
.why-book-list .why-book-list-right {
    position: relative;
    float: left;
    width: 50%;
    *width: 48%
}
.why-book-images {
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0;
    text-align: center
}
.price-promise-sticker {
    margin-top: 27px
}
.card-security-logos {
    position: relative;
    width: auto
}
.hotel-badge {
    display: inline-block;
    width: 51px;
    height: 55px;
    margin-left: 5px;
    position: relative;
    text-indent: -9999px
}
@media (min-width: 768px) {
    .hotel-badge {
        width: 51px;
        height: 55px;
        margin-left: 5px;
        position: relative
    }
}
.new-badge {
    background-position: 0px -2890px
}
.best-badge {
    background-position: 0px -2832px
}
.selling-badge {
    background-position: 0px -2948px
}
.featured-hotel-badges {
    margin: 10px 0;
    position: relative;
    float: right;
    text-align: center;
    width: 100%;
    /*display: none*/
}
.submit-send-me-deals {
    display: inline-block;
    font-weight: bold;
    margin: 8px 0 0;
    padding: 7px 15px 7px 10px
}
.five-point-box .five-point-list {
    color: #fe812b;
    font-size: .9em;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left
}
.five-point-box .five-point-list li span {
    color: #31609e
}
.hotel-offer-message {
    background: #dc0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    margin-top: 8px;
    text-align: center;
    width: 100%
}
@media (min-width: 1200px) {
    .hotel-offer-message {
        width: 92%
    }
}
@media (min-width: 992px) {
    .hotel-offer-message {
        margin-top: 0
    }
}
.hotel-offer-message p {
    color: #fff;
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 3px
}
#competition-thanks {
    display: none
}
#secret-deals-error {
    background: #d23317;
    border-radius: 5px;
    font-size: 1em;
    padding: 6px;
    font-weight: bold;
    display: none;
    color: #fff;
    margin-bottom: 5px
}
#secret-deals-success {
    background: #fe812b;
    border-radius: 5px;
    font-size: 1em;
    padding: 6px;
    font-weight: bold;
    display: none;
    color: #fff
}
.secret-member-image {
    background-position: 0px -2387px;
    display: block;
    margin: 10px auto 10px auto;
    width: 187px;
    height: 140px
}
.five-voucher-image {
    background-position: -117px -1700px;
    display: block;
    margin: 10px auto 10px auto;
    width: 159px;
    height: 125px
}
.london-comp-image {
    background-position: 0px -2149px;
    display: block;
    margin: 10px auto 10px auto;
    width: 187px;
    height: 140px
}
.facebook-container {
    background-position: -188px -1825px;
    margin: 0 auto;
    position: relative;
    width: 159px;
    height: 125px;
     display: none;
}
.image-header {
    margin-top: 0;
    text-align: center
}
.make-another-search {
    position: relative;
    float: left;
    width: 100%
}
.make-another-search h2 {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 10px 0
}
@media (min-width: 768px) {
    .make-another-search h2 {
        font-size: 2em
    }
}
@media (min-width: 1200px) {
    .make-another-search h2 {
        font-size: 2.3em;
        padding: 0 0 10px 0
    }
}
.make-another-search .search-header {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 10px 0
}
@media (min-width: 768px) {
    .make-another-search .search-header {
        font-size: 2em
    }
}
@media (min-width: 1200px) {
    .make-another-search .search-header {
        font-size: 2.3em;
        padding: 0
    }
}
.make-another-search .make-another-search-box {
    position: relative;
    float: left;
    width: 100%;
    *width: 96%
}
.answer {
    display: none
}
.answer.visible {
    display: block
}
.answer img {
    height: auto;
    width: 100%
}
.make-another-search-form {
    font-size: .9em
}
.make-another-search-form label {
    font-size: 1em;
    margin-top: 5px
}
@media (min-width: 1200px) {
    .make-another-search-form label {
        font-size: 1.1em
    }
}
.make-another-search-form .row {
    margin-bottom: 10px
}
.make-another-search-form .row.advanced-details-row {
    margin-bottom: 0
}
.make-another-search-form .ts-calendar-icon {
    text-indent: -999em;
    position: relative;
    left: -15px;
    top: 6px;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(/images/ico-calendar3.png) no-repeat top left;
    float: right
}
.make-another-search-form .booking-submit-button {
    display: inline-block;
    font-size: 2em;
    line-height: 1.1em;
    padding: 25px 11px;
    text-align: center
}
@media (min-width: 1200px) {
    .make-another-search-form .booking-submit-button {
        font-size: 2.2em
    }
}
.make-another-search-form .advanced-search-link {
    color: #fff;
    font-size: 1.1em;
    font-style: italic
}
.make-another-search-form .advanced-search-link:focus {
    text-decoration: none
}
.question-container {
    margin-bottom: 5px;
    padding: 0 5px
}
.question-container .question {
    background: none;
    color: #31609e;
    cursor: pointer;
    display: block;
    font-size: .9em;
    font-weight: bold;
    padding: 0
}
.question-container .question a:hover,
.question-container .question a:focus {
    color: #31609e;
    text-decoration: none
}
.question-container .expand-question-icon {
    color: orange;
    margin-right: 5px
}
.cheap-hotel-link {
    font-size: 1.1em
}
.seen-on-tv-box .seen-on-tv-icon {
    background-position: 0px -1698px;
    display: block;
    margin: 10px auto 10px auto;
    width: 115px;
    height: 123px
}
.student-long-stay-image {
    background-position: -188px -2387px;
    display: block;
    margin: 10px auto 10px auto;
    width: 159px;
    height: 129px
}
.save-60-image {
    background-position: -188px -2148px;
    display: block;
    margin: 10px auto 10px auto;
    width: 163px;
    height: 122px
}
.footer-bottom-container .footer-review-plugin {
    text-align: center
}
@media (min-width: 530px) {
    .footer-bottom-container .footer-review-plugin {
        text-align: right
    }
}
.price-promise-sticker {
    margin-top: 27px
}
@media (min-width: 992px) {
    .price-promise-sticker-footer {
        float: left;
        margin-top: 5px;
        width: 35px
    }
}
@media (min-width: 1200px) {
    .price-promise-sticker-footer {
        float: left;
        margin-top: 0;
        width: 55px
    }
}
.footer-extras {
    text-align: center
}
.price-promise-sticker {
    margin-top: 27px
}
@media (min-width: 992px) {
    .price-promise-sticker-footer {
        float: left;
        margin-top: 5px;
        width: 35px
    }
}
@media (min-width: 1200px) {
    .price-promise-sticker-footer {
        float: left;
        margin-top: 0;
        width: 55px
    }
}
.footer-extras {
    text-align: center
}
.pagination-container {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%
}
.pagination-container .pagination-inner {
    position: relative;
    float: left;
    background-color: #e3f1fc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0 0 2px 2px #fff;
    -webkit-box-shadow: inset 0 0 2px 2px #fff;
    box-shadow: inset 0 0 2px 2px #fff;
    background-image: -moz-linear-gradient(#ffffff, #e3f1fc);
    background-image: -webkit-linear-gradient(#ffffff, #e3f1fc);
    background-image: linear-gradient(#ffffff, #e3f1fc);
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    padding: 10px;
    width: 100%;
    *width: 97%
}
.pagination-buttons {
    position: relative;
    float: left;
    margin: 0;
    text-align: right;
    width: 100%
}
.pagination-buttons a {
    display: inline-block;
    border: 1px solid #e8f3fd;
    border-radius: 10px;
    font-size: 1em;
    text-decoration: none
}
.pagination-buttons a span {
    background-color: #e8f3fd;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 10px;
    height: 29px;
    display: block;
    padding: 3px 8px
}
.pagination-buttons a:hover span {
    background-color: #fe812b;
    color: #ffffff
}
.pagination-buttons a.current span {
    background-color: #fe812b;
    color: #ffffff
}
.resume-search-container {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 0
}
.main-content-left-container {
    margin-top: 335px
}
@media (min-width: 768px) {
    .main-content-left-container {
        margin-top: 300px
    }
}
.main-content-right-container {
    margin-top: 0
}
@media (min-width: 768px) {
    .main-content-right-container {
        margin-top: 300px
    }
}
.search-right-image {
    background-image: url("http://www.travelstay.com/images/355359/16/london_eye_new_2.jpg");
    background-size: 100%;
    background-position: top center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    height: 227px;
    position: relative;
    width: 100%;
    /*top: -35px;*/
}
.search-right-image .search-right-text {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB30000', endColorstr='#FF1A0000');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 90%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 90%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 90%);
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    height: 70%;
    padding: 20px 20px 0 20px;
    text-align: center
}
.related-hotels {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%
}
.related-hotels-nav {
    float: left;
    position: relative;
    width: 100%
}
.related-hotels-nav ul {
    font-size: .9em;
    text-align: center
}
.related-hotels-nav ul li {
    border-right: 1px solid #31609e;
    display: inline;
    margin-right: 5px;
    padding-right: 10px
}
.related-hotels-nav ul li:last-of-type {
    border-right: 0
}
.quick-links-container .quick-links-container-inner {
    background: #9acdff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100%
}
.quick-links-container .quick-links-title {
    color: #31609e;
    float: left;
    font-size: 1.4em;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%
}
@media (min-width: 768px) {
    .quick-links-container .quick-links-title {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
        width: auto
    }
}
.quick-links-container .quick-links-list {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%
}
@media (min-width: 768px) {
    .quick-links-container .quick-links-list {
        width: auto
    }
}
.quick-links-container .quick-links-list li {
    display: block;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .quick-links-container .quick-links-list li {
        display: inline;
        margin-bottom: 0;
        margin-right: 10px
    }
}
.quick-links-container .quick-links-list li a {
    background: #dbeaf8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.1em;
    padding: 4px 10px;
    width: 100%
}
@media (min-width: 768px) {
    .quick-links-container .quick-links-list li a {
        width: auto
    }
}
.quick-links-container .quick-links-list li.active {
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fe812b;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1em;
    padding: 4px 10px;
    width: 100%
}
@media (min-width: 768px) {
    .quick-links-container .quick-links-list li.active {
        width: auto
    }
}
.quick-links-container .quick-links-character {
    background-position: 0 -3070px;
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 91px;
    height: 80px
}
.mobile-menu {
    padding: 0;
    position: relative;
    margin: 7px auto 0 auto
}
@media (min-width: 768px) {
    .mobile-menu {
        float: right;
        margin: 7px 0 0 0
    }
}
.mobile-menu li {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 3px !important;
    position: relative
}
.mobile-menu li:hover,
.mobile-menu li:focus {
    background: #fff;
    color: #31609e
}
.mobile-menu li:hover a,
.mobile-menu li:focus a {
    color: #31609e
}
.mobile-menu li:hover span,
.mobile-menu li:focus span {
    color: #31609e
}
@media (max-width: 767px) {
    .mobile-menu li {
        display: block;
        margin: 7px 0
    }
}
.mobile-menu li a {
    border-right: 1px solid #6e9294;
    display: block;
    font-size: .9em;
    font-weight: bold;
    padding: 0 5px 0 0
}
@media (max-width: 767px) {
    .mobile-menu li a {
        border-right: 0;
        color: #fff
    }
}
.mobile-menu li a:hover {
    color: #31609e
}
.mobile-menu li a:focus {
    color: #fff;
    text-decoration: none
}
.mobile-menu li span {
    color: #fff;
    font-size: .9em;
    font-weight: bold
}
.mobile-menu li.last a {
    border-right: 0
}
.mobile-menu-button {
    background: #CDD7E5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #31609e;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 1.9em;
    margin-top: 10px;
    padding: 2px 8px 0 8px
}
@media (max-width: 350px) {
    .mobile-menu-button {
        font-size: 1.6em
    }
}
.mobile-select,
#currency_select select {
    border-radius: 0;
    color: #000;
    -webkit-appearance: button;
    height: 100%;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.mobile-select-item {
    color: #fff;
    font-size: .9em;
    font-weight: bold
}
.currency-select-list,
.language-select {
    color: #000;
    width: 100%;
    z-index: 999
}
.mobile-menu-container {
    display: none;
    margin-bottom: 10px
}
@media (max-width: 767px) {
    .mobile-menu-container {
        background: #000099;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 1.1em;
        padding-bottom: 10px;
        position: absolute;
        width: 250px;
        right: 15px;
        top: 50px;
        z-index: 999
    }
}
@media (min-width: 768px) {
    .mobile-menu-container {
        display: block
    }
}
.mobile-menu-container .menu-header {
    border-bottom: 1px dotted #dbeaf8;
    color: #dbeaf8;
    font-weight: bold;
    margin: 3px 0;
    padding: 5px 0 !important
}
.mobile-menu-container .menu-header:hover {
    background: none !important;
    color: #dbeaf8 !important
}
.flag {
    position: relative;
    float: right;
    height: 13px;
    margin-top: 4px;
    width: 16px
}
.mobile-resume-search {
    font-size: .8em;
    margin-top: -30px;
    position: absolute;
    text-align: right;
    top: 90px;
    right: 0px
}
#view-full {
    cursor: pointer;
    display: block
}
#view-responsive {
    display: none
}
@media screen and (max-device-width: 767px) {
    #view-responsive {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        cursor: pointer;
        display: block;
        float: left;
        margin-left: 10px;
        font-weight: bold;
        padding: 7px;
        margin-top: 10px;
        text-align: center
    }
}
@media (max-width: 767px) {
    #view-responsive {
        display: none
    }
}
.footer-language {
    font-size: .8em
}
.sidebar-links-list {
    font-size: .9em;
    margin: 0;
    padding: 0
}
.sidebar-links-list li {
    list-style-type: none;
    margin: 0 0 3px;
    padding: 0
}
.ts-month {
    float: left;
    width: 80%
}
.advanced-fields {
    display: none;
    margin: 10px 0 0 0
}
.advanced-fields,
.mobile-advanced-fields {
    display: none
}
.mobile-search-container .mobile-search-inner {
    position: relative;
    float: left;
    background-color: #e3f1fc;
    border: 3px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 2px 2px #fff;
    -webkit-box-shadow: inset 0 0 2px 2px #fff;
    box-shadow: inset 0 0 2px 2px #fff;
    background-image: -moz-linear-gradient(#193095, #5380c7);
    background-image: -webkit-linear-gradient(#193095, #5380c7);
    background-image: linear-gradient(#193095, #5380c7);
    -moz-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    box-shadow: 0px 0px 6px rgba(15, 35, 140, 0.5);
    color: #fff;
    margin: 20px 0;
    padding: 10px;
    z-index: 800
}
.mobile-search-container h1 {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    text-shadow: 0px 0px 7px #000
}
.mobile-search-container .row {
    margin-bottom: 10px
}
.mobile-search-container .city {
    font-weight: bold
}
.ui-datepicker-current-day {
    background-color: #ffcb00
}
.ui-datepicker-inline {
    margin: 0 auto
}
.datepicker-container {
    display: none;
    margin-left: 8px
}
.mobile-date {
    cursor: pointer !important;
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 20px auto
}
@media (min-width: 340px) {
    .mobile-date {
        background-image: url(../images/ico-calendar3.png)
    }
}
.mobile-search-button {
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    clear: both;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin-top: 10px;
    padding: 15px 15px 15px 10px;
    text-align: center
}
.mobile-search-button.pressed {
    color: #fff;
    background: #6bba70;
    display: none;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70)
}
.mobile-search-button.pressed:focus,
.mobile-search-button.pressed:hover {
    color: #fff;
    background: #6bba70;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70);
    text-decoration: none
}
.mobile-search-button.pressed {
    color: #fff;
    background: #6bba70;
    display: none;
    background-image: -moz-linear-gradient(bottom, #008c00, #6bba70);
    background-image: -webkit-linear-gradient(bottom, #008c00, #6bba70);
    background-image: linear-gradient(to top, #008c00, #6bba70)
}
.mobile-search-button .searching-icon {
    margin: 0 10px 0 0
}
.mobile-advanced-search .mobile-advanced-search-inner {
    background: #9acdff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 10px;
    width: 100%
}
.mobile-advanced-search ul {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%
}
@media (min-width: 768px) {
    .mobile-advanced-search ul {
        width: auto
    }
}
.mobile-advanced-search ul li {
    display: block;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .mobile-advanced-search ul li {
        display: inline;
        margin-bottom: 0;
        margin-right: 10px
    }
}
.mobile-advanced-search ul li a {
    background: #dbeaf8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.1em;
    padding: 4px 10px;
    width: 100%
}
@media (min-width: 768px) {
    .mobile-advanced-search ul li a {
        width: auto
    }
}
.mobile-advanced-search ul li a:focus {
    color: #fe812b;
    text-decoration: none
}
.mobile-advanced-search .mobile-search-title {
    color: #31609e;
    cursor: pointer;
    display: block;
    font-weight: bold
}
.mobile-advanced-search .mobile-search-title .fa {
    margin-right: 5px
}
.mobile-advanced-search-expand:hover {
    color: #31609e
}
.mobile-advanced-search-expand:focus {
    text-decoration: none
}
.student-discount-mobile {
    margin-top: 10px
}
.checkbox-label {
    display: inline;
    text-align: left
}
.checkbox-label input {
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: bottom
}
.mobile-menu-icon {
    float: right;
    font-size: 1.3em !important;
    line-height: 1em
}
.img_con_GB {
    background: url(../images/flag-sprite.png) no-repeat 0 1px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_AE {
    background: url(../images/flag-sprite.png) no-repeat 0 -17px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_AU {
    background: url(../images/flag-sprite.png) no-repeat 0 -71px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BR {
    background: url(../images/flag-sprite.png) no-repeat 0 -251px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CA {
    background: url(../images/flag-sprite.png) no-repeat 0 -323px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CH {
    background: url(../images/flag-sprite.png) no-repeat 0 -341px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CL {
    background: url(../images/flag-sprite.png) no-repeat 0 -359px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -485px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_DK {
    background: url(../images/flag-sprite.png) no-repeat 0 -503px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_EU {
    background: url(../images/flag-sprite.png) no-repeat 0 -593px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_HU {
    background: url(../images/flag-sprite.png) no-repeat 0 -756px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_IL {
    background: url(../images/flag-sprite.png) no-repeat 0 -792px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_IN {
    background: url(../images/flag-sprite.png) no-repeat 0 -810px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_JP {
    background: url(../images/flag-sprite.png) no-repeat 0 -899px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MX {
    background: url(../images/flag-sprite.png) no-repeat 0 -1150px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NO {
    background: url(../images/flag-sprite.png) no-repeat 0 -1260px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_PL {
    background: url(../images/flag-sprite.png) no-repeat 0 -1386px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_SE {
    background: url(../images/flag-sprite.png) no-repeat 0 -1528px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_SG {
    background: url(../images/flag-sprite.png) no-repeat 0 -1547px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_US {
    background: url(../images/flag-sprite.png) no-repeat 0 -1727px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_AM {
    background: url(../images/flag-sprite.png) no-repeat 0 -35px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_AR {
    background: url(../images/flag-sprite.png) no-repeat 0 -54px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_AZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -107px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BH {
    background: url(../images/flag-sprite.png) no-repeat 0 -179px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CN {
    background: url(../images/flag-sprite.png) no-repeat 0 -377px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CO {
    background: url(../images/flag-sprite.png) no-repeat 0 -395px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_DZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -53px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_FJ {
    background: url(../images/flag-sprite.png) no-repeat 0 -611px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_HK {
    background: url(../images/flag-sprite.png) no-repeat 0 -683px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_JO {
    background: url(../images/flag-sprite.png) no-repeat 0 -882px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_KR {
    background: url(../images/flag-sprite.png) no-repeat 0 -936px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MY {
    background: url(../images/flag-sprite.png) no-repeat 0 -1188px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -1295px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_PH {
    background: url(../images/flag-sprite.png) no-repeat 0 -1350px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_QA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1438px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_RU {
    background: url(../images/flag-sprite.png) no-repeat 0 -1492px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_TH {
    background: url(../images/flag-sprite.png) no-repeat 0 -1600px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_ZA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1835px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_TL {
    background: url(../images/flag-sprite.png) no-repeat -201px -120px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BS {
    background: url(../images/flag-sprite.png) no-repeat 0 -269px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_XC {
    background: url(../images/flag-sprite.png) no-repeat 0 -1780px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BB {
    background: url(../images/flag-sprite.png) no-repeat 0 -125px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -305px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_GT {
    background: url(../images/flag-sprite.png) no-repeat 0 -666px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_HN {
    background: url(../images/flag-sprite.png) no-repeat 0 -702px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CR {
    background: url(../images/flag-sprite.png) no-repeat 0 -413px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NI {
    background: url(../images/flag-sprite.png) no-repeat 0 -1242px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MU {
    background: url(../images/flag-sprite.png) no-repeat 0 -1134px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_UY {
    background: url(../images/flag-sprite.png) no-repeat 0 -1744px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_PY {
    background: url(../images/flag-sprite.png) no-repeat 0 -1422px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_AW {
    background: url(../images/flag-sprite.png) no-repeat 0 -89px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BD {
    background: url(../images/flag-sprite.png) no-repeat 0 -143px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BG {
    background: url(../images/flag-sprite.png) no-repeat 0 -161px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BM {
    background: url(../images/flag-sprite.png) no-repeat 0 -197px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BN {
    background: url(../images/flag-sprite.png) no-repeat 0 -215px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BO {
    background: url(../images/flag-sprite.png) no-repeat 0 -233px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_BW {
    background: url(../images/flag-sprite.png) no-repeat 0 -287px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CU {
    background: url(../images/flag-sprite.png) no-repeat 0 -431px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CV {
    background: url(../images/flag-sprite.png) no-repeat 0 -449px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_CY {
    background: url(../images/flag-sprite.png) no-repeat 0 -467px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_DO {
    background: url(../images/flag-sprite.png) no-repeat 0 -521px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_EE {
    background: url(../images/flag-sprite.png) no-repeat 0 -557px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_EG {
    background: url(../images/flag-sprite.png) no-repeat 0 -575px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_GE {
    background: url(../images/flag-sprite.png) no-repeat 0 -629px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_GH {
    background: url(../images/flag-sprite.png) no-repeat 0 -646px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_HR {
    background: url(../images/flag-sprite.png) no-repeat 0 -720px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_HT {
    background: url(../images/flag-sprite.png) no-repeat 0 -738px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_ID {
    background: url(../images/flag-sprite.png) no-repeat 0 -774px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_IR {
    background: url(../images/flag-sprite.png) no-repeat 0 -828px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_IS {
    background: url(../images/flag-sprite.png) no-repeat 0 -846px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_JM {
    background: url(../images/flag-sprite.png) no-repeat 0 -864px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_KE {
    background: url(../images/flag-sprite.png) no-repeat 0 -918px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_KW {
    background: url(../images/flag-sprite.png) no-repeat 0 -954px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_KY {
    background: url(../images/flag-sprite.png) no-repeat 0 -972px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_KZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -990px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_LK {
    background: url(../images/flag-sprite.png) no-repeat 0 -1008px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_LT {
    background: url(../images/flag-sprite.png) no-repeat 0 -1026px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_LY {
    background: url(../images/flag-sprite.png) no-repeat 0 -1044px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1062px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MD {
    background: url(../images/flag-sprite.png) no-repeat 0 -1080px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MG {
    background: url(../images/flag-sprite.png) no-repeat 0 -1098px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_MT {
    background: url(../images/flag-sprite.png) no-repeat 0 -1116px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1206px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NG {
    background: url(../images/flag-sprite.png) no-repeat 0 -1224px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NI {
    background: url(../images/flag-sprite.png) no-repeat 0 -1242px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_NP {
    background: url(../images/flag-sprite.png) no-repeat 0 -1278px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_OM {
    background: url(../images/flag-sprite.png) no-repeat 0 -1314px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_PE {
    background: url(../images/flag-sprite.png) no-repeat 0 -1332px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_PK {
    background: url(../images/flag-sprite.png) no-repeat 0 -1368px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_PL {
    background: url(../images/flag-sprite.png) no-repeat 0 -1386px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_RO {
    background: url(../images/flag-sprite.png) no-repeat 0 -1458px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_RS {
    background: url(../images/flag-sprite.png) no-repeat 0 -1474px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_SA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1510px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_SE {
    background: url(../images/flag-sprite.png) no-repeat 0 -1528px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_SK {
    background: url(../images/flag-sprite.png) no-repeat 0 -1564px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_SY {
    background: url(../images/flag-sprite.png) no-repeat 0 -1582px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_TN {
    background: url(../images/flag-sprite.png) no-repeat 0 -1618px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_TW {
    background: url(../images/flag-sprite.png) no-repeat 0 -1654px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_TZ {
    background: url(../images/flag-sprite.png) no-repeat 0 -1672px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_UA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1690px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_UG {
    background: url(../images/flag-sprite.png) no-repeat 0 -1708px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_XA {
    background: url(../images/flag-sprite.png) no-repeat 0 -1762px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_XO {
    background: url(../images/flag-sprite.png) no-repeat 0 -1798px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_XP {
    background: url(../images/flag-sprite.png) no-repeat 0 -1816px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_TR {
    background: url(../images/flag-sprite.png) no-repeat 0 -1636px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
#lang-filter {
    display: none;
    font-size: .8em;
    width: 77px
}
.currency-drop {
    float: left;
    margin-left: 7px;
    margin-top: 2px;
    text-align: left;
    width: 100%
}
.featured-hotels-bottom {
    margin-top: 10px
}
.featured-hotel-description {
    clear: both;
    padding-top: 10px
}
.bottom-nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}
.bottom-nav-links li {
    border-right: 1px solid #31609e;
    display: inline-block;
    font-size: .9em;
    list-style-type: none;
    margin-right: 5px;
    padding-right: 5px
}
.bottom-nav-links li:last-of-type {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}
.rating-list {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}
.rating-list li {
    border: 1px solid #BFCAD8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    list-style-type: none;
    margin-right: 0;
    height: 23px;
    width: 23px
}
.rating-list li .star {
    background: #a3dce7;
    background-image: -moz-linear-gradient(#86d4e4, #d5eff4);
    background-image: -webkit-linear-gradient(#86d4e4, #d5eff4);
    background-image: linear-gradient(#86d4e4, #d5eff4);
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF;
    display: block;
    height: 100%;
    width: 100%
}
.rating-list li .star.star_1 {
    width: 10%
}
.rating-list li .star.star_1 {
    width: 10%
}
.rating-list li .star.star_2 {
    width: 20%
}
.rating-list li .star.star_3 {
    width: 30%
}
.rating-list li .star.star_4 {
    width: 40%
}
.rating-list li .star.star_5 {
    width: 50%
}
.rating-list li .star.star_6 {
    width: 60%
}
.rating-list li .star.star_7 {
    width: 70%
}
.rating-list li .star.star_8 {
    width: 80%
}
.rating-list li .star.star_9 {
    width: 90%
}
.average-guest-rating {
    text-align: center
}
.answer-img a {
    text-align: center
}
.answer-img img {
    width: 90%
}
.center {
    text-align: center
}
.hotel-facilities-container {
    display: none
}
.lowest-price-icon {
    background-position: -77px 0px;
    display: block;
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 42px;
    margin-right: 10px;
}

.right-sidebar-box .lowest-price-title {
    color: #31609e;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.termscond {
    font-weight: normal !important;
    font-size: 0.9em;
}
.sprite-price-bg {
    background-image: url(../images/ts-sitemap-sprite.png);
    background-repeat: no-repeat;
}
.sprite-bg-multi{
    background-image: url(../images/ts-sitemap-sprite.png);
    background-repeat: no-repeat
}
.top-pick-pos-es {
  background-position: -60px -667px;
}
.top-pick-pos-en {
  background-position: 0 -667px;
}
.top-pick-pos-it {
  background-position: -233px -667px;
}
.top-pick-pos-de {
  background-position: -117px -667px;
}
.top-pick-pos-pl {
  background-position: -291px -667px;
}
.top-pick-pos-fr {
  background-position: -175px -667px;
}

.best-badge-en  {
  background-position: 0px -723px;
}
.best-badge-es  {
 background-position: -57px -723px;
}
.best-badge-it  {
  background-position: -231px -723px;
}
.best-badge-de  {
  background-position: -115px -723px;
}
.best-badge-pl  {
  background-position: -289px -723px;
}
.best-badge-fr {
  background-position: -173px -723px;
}

.selling-fast-badge-en {
  background-position: 0 -841px;
}
.selling-fast-badge-es {
  background-position: -56px -841px;
}
.selling-fast-badge-it {
  background-position: -229px -841px;
}

.selling-fast-badge-de {
  background-position: -113px -841px;
}
.selling-fast-badge-pl {
  background-position: -287px -841px;
}

.selling-fast-badge-fr {
  background-position: -171px -841px;
}

.new-badge-en {
  background-position: 0px -781px;
}
.new-badge-de {
  background-position: -115px -781px;
}
.new-badge-es {
background-position: -57px -781px;
}
.new-badge-it {
  background-position: -230px -781px;
}
.new-badge-fr {
  background-position: -172px -781px;
}
.new-badge-pl {
  background-position: -289px -781px;
}
.img_con_fr {
  background: url(../images/fr.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}
.img_con_de {
  background: url(../Images/de.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}
.img_con_it{
  background: url(../images/it.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}
.img_con_es {
  background: url(../images/es.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}
.img_con_en {
    background: url(../images/flag-sprite.png) no-repeat 0 1px;
    width: 16px !important;
    height: 14px !important;
    margin: 0px 5px 2px 0
}
.img_con_pl {
  background: url(../images/pl.png) no-repeat 0 1px;
  width: 16px !important;
  height: 14px !important;
  margin: 0px 5px 2px 0;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.imagedescription{
    /*position:absolute;
    right:0;
    bottom:0;*/
    font-size:0.8em;
    display:block;
}

div.RightImage {
    text-align: right;
    float: right;
}

div RightImage.span{
    position:absolute;
    right:0;
    bottom:0;
}

.mobile-menu > li:nth-of-type(16){
	display: none;
}

.top-hotels{
border:1px solid #fe812b;
margin-bottom: 11px;
margin-top: -10px;
}

.ts-day{
    width: 90px;
}

.input-sm, .form-group-sm .form-control {
  font-size: calc(30% + .9em);
}