* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, input, textarea, select, td, th {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 15px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    color: #575757;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "Trebuchet MS", Sans-Serif;
}
img, ul, li {
    border: 0;
    padding: 0;
}
body {
    margin: 0px auto;
}
a {
    font-family: Arial;
    color: #0079C1;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.hidden {
    position: absolute !important;
    left: -1000px;
    width: 0px;
}
.self-clear {
    zoom: 1;
}
.self-clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.float {
    float: left;
}
.bold {
    font-weight: bold;
}
.container, .center {
    width: 75%;
    min-width: 700px;
    margin: 0 auto;
}
.content-wrapper {

}
.content-wrapper.right {
    float: right;
}
#HubPage .navbar, #HubPage #footer #footer1 {
    width:100%;
}
h1, h2 {
    line-height: 1;
    margin: 0 0 10px;

}
p {
    margin: 0 0 8px;
}
input[type=text], input[type=email], input[type=password], select, textarea, .textbox, .dropdown {
    border: solid 1px #cecece;
    border-radius: 3px;
    padding: 4px 5px;
    margin: 0;
    height: 24px;
    line-height: 14px;
    font-size: 14px;
}
input[type=text].no-border, input[type=email].no-border, input[type=password].no-border, select.no-border, textarea.no-border, .textbox.no-border, .dropdown.no-border {
    border: none;
}
input[type=text][disabled=true], input[type=email][disabled=true], input[type=password][disabled=true], select[disabled=true], textarea[disabled=true], .textbox[disabled=true], .dropdown[disabled=true] {
    background: #eaeaea;
    color: #cecece;
}
select, .dropdown {
    padding: 1px 2px 1px 5px;
}
textarea, textarea.textbox {
    height: auto;
}
.btn {
    background: black;
    border-radius: 3px;
    display: inline-block;
    padding: 1px 8px;
    color: White;
    font-family: Arial;
    font-weight: normal;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}
.btn:hover {
    text-decoration: none;
    background-color: #141414;
}
.btn.red {
    background: #78A22F;
}
.btn.red:hover {
    text-decoration: none;
    background-color: #8Dc63F;
}
.btn.blue {
    background: #78A22F;
}
.btn.blue:hover {
    text-decoration: none;
    background-color: #8DC63F;
}
.btn.green {
    background: #0079C1;
}
.btn.green:hover {
    text-decoration: none;
    background-color: #475971;
}
.btn.arrow {
    padding-right: 20px;
}
.no-csstransforms .btn.arrow {
    background-image: url(../images/common/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.btn.arrow:after {
    content: "";
    right: 6px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    border: solid 2px #fff;
    border-bottom: none;
    border-left: none;
}
.no-csstransforms .btn.arrow:after {
    display: none;
}
.btn.arrow-up {
    padding-right: 28px;
}
.btn.arrow-up:after {
    content: "";
    right: 8px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    border: solid 2px #fff;
    border-bottom: none;
    border-right: none;
}
.no-csstransforms .btn.arrow-up:after {
    display: none;
}
.btn.arrow-down {
    padding-right: 28px;
}
.btn.arrow-down:after {
    content: "";
    right: 8px;
    top: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    border: solid 2px #fff;
    border-top: none;
    border-left: none;
}
.no-csstransforms .btn.arrow-down:after {
    display: none;
}
.btn.small {
    font-size: 12px;
    padding: 0 5px;
    line-height: 18px;
    height: 18px;
    border-radius: 3px;
}
.btn.large {
    width: 100%;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.btn.large.arrow:after {
    right: 15px;
    top: 8px;
    width: 11px;
    height: 11px;
}
.btn.loading, .btn.loading:hover {
    background: #cecece;
    cursor: default;
}
.arrow-heading {
    color: white;
    float: left;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 14px;
    background: #0079C1;
    padding: 4px 4px 4px 6px;
    display: inline-block;
    border-radius: 3px;
    z-index: 1;
}
.arrow-heading:after {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    background: #0079C1;
    border-radius: 3px;
    position: absolute;
    right: -9px;
    top: 4px;
    z-index: -1;
}
.arrow-heading-feature {
    color: white;
    float: left;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-right: 14px;
    background: #0079C1;
    padding: 4px 4px 4px 6px;
    display: inline-block;
    border-radius: 3px;
    z-index: 1;
}
.arrow-heading-feature:after {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    display: block;
    background: #0079C1;
    border-radius: 3px;
    position: absolute;
    right: -8px;
    top: 4px;
    z-index: -1;
}
.no-csstransforms .arrow-heading {
    padding: 4px 6px;
    margin-right: 0;
}
.no-csstransforms .arrow-heading:after {
    display: none;
}
a.arrow-heading:hover {
    text-decoration: none;
}
a.arrow-heading:hover, a.arrow-heading:hover:after {
    background: #141414;
}
.arrow-heading.green, .arrow-heading.green:after {
    background: #0079C1;
}
a.arrow-heading.green:hover, a.arrow-heading.green:hover:after {
    background: #475971;
}
.arrow-heading.red, .arrow-heading.red:after {
    background: #13B5EA;
}
.arrow-heading-feature.red, .arrow-heading-feature.red:after {
    background: #13B5EA;
}
.arrow-heading.white, .arrow-heading.white:after {
    background: white;
    color: black;
}
.arrow-heading.large {
    font-size: 24px;
    line-height: 24px;
    margin-right: 16px;
}
.arrow-heading.large:after {
    width: 24px;
    height: 24px;
    right: -11px;
}
.no-borderradius .arrow-heading:after {
    display: none;
}
.searchDropDown {
    background: #fff;
    margin: 22px 0 0;
    position: absolute;
    min-width: 120px;
    max-width: 100%;
    z-index: 1000;
    display: none;
    border: solid 1px #ccc;
    border-top: none;
}
.searchDropDown span {
    display: block;
    color: #0079C1;
    font-weight: bold;
    border-top: solid #ccc 1px;
    padding: 3px 0 1px;
    margin: 0 5px 0 5px;
}
.searchDropDown ul {
    margin: 0 0 2px;
}
.searchDropDown ul li {
    padding: 2px 5px;
    list-style: none;
    cursor: pointer;
    float: none;
    margin: 0;
    display: block;
}
.searchDropDown ul li:hover, .searchDropDown li.selected {
    background-color: #036185;
    color: White;
}
.navbar .logo {
    float: left;
    margin: 15px 0 0 0;
    width: 100px;
    height: 35px;
}
.navbar h3 {
    float: right;
    margin: 18px 0 0;
    width: 230px;
    height: 45px;
    background: url(../images/header-footer/tagline.jpg) no-repeat 0 0;
    text-indent: -9999px;
}
.navbar-country {
    margin: 15px 0 10px 0;
    float: left;
}
.navbar-country li {
    background: url(../images/header-footer/graydot.jpg) left center no-repeat;
    height: 18px;
    margin: 0 0 0 12px;
    padding: 0 0 0 20px;
    float: left;
    list-style: none;
}
.navbar-country li:first-child {
    background: none;
    margin: 0;
    padding: 0;
}
.navbar-country li a {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-decoration: none;
}
.navbar-country li a:hover {
    color: #0079C1;
}
.navbar-country li.selected a {
    color: #0079C1;
    font-size: 17px;
    font-weight: bold;
}
.navbar .social-media {
    float: right;
    margin: 10px 8px 0 11px;
    min-width: 82px;
}
.navbar .login {
    float: right;
    margin: 11px 0 0 9px;
    position: relative;
}
.navbar .login .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    min-width: 100%}
.navbar .login .sub-menu li {
    background: #0079C1;
    list-style: none;
}
.navbar .login .sub-menu li a {
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.navbar .login .sub-menu li:hover {
    background: #475971;
}
.navbar .login:hover .btn {
    border-radius: 3px 3px 0 0;
}
.navbar .login:hover .sub-menu {
    display: block;
}
.navbar .keyword-search {
    float: right;
    margin: 6px 0 0;
    height: 29px;
    max-width: 285px;
}
.navbar .keyword-search fieldset {
    float: left;
    overflow: hidden;
    height: 29px;
}
.navbar .keyword-search fieldset div {
    display: none;
}
.navbar .keyword-search fieldset input {
    float: left;
    margin: 2px 5px 2px 0;
    width: 170px;
    border: solid 1px #717171;
}
.navbar .keyword-search fieldset a {
    margin: 2px 0 0;
}
.navbar .keyword-search a.search-expander {
    background: url(../images/common/search_icon.png) no-repeat center center;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    background-color: #717171;
    background-size: 75% 75%;
    display: block;
    float: right;
    margin: 2px 0 0 5px;
    border-radius: 3px;
}
.navbar-nav-wrapper {
    background: #e1e1e1;
    border-bottom: 4px solid #0079C1;
}
.navbar-nav-wrapper .container {
    margin: 0 auto;
}
.navbar-nav-wrapper .navbar-nav .nav-link, .navbar-nav-wrapper .user-login .nav-link {
    float: left;
    list-style: none;
}
.navbar-nav-wrapper .navbar-nav .nav-link>a, .navbar-nav-wrapper .user-login .nav-link>a {
    color: black;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    padding: 18px 12px;
}
.navbar-nav-wrapper .navbar-nav .nav-link>a.win, .navbar-nav-wrapper .user-login .nav-link>a.win {
    color: #ff2c00;
}
.navbar-nav-wrapper .navbar-nav .nav-link:hover>a, .navbar-nav-wrapper .user-login .nav-link:hover>a, .navbar-nav-wrapper .navbar-nav .nav-link.selected>a, .navbar-nav-wrapper .user-login .nav-link.selected>a {
    background: #0079C1;
    color: white;
}
.navbar-nav-wrapper .navbar-nav .nav-link:hover>a.win, .navbar-nav-wrapper .user-login .nav-link:hover>a.win, .navbar-nav-wrapper .navbar-nav .nav-link.selected>a.win, .navbar-nav-wrapper .user-login .nav-link.selected>a.win {
    background: #dc0613;
}
.navbar-nav-wrapper .navbar-nav .nav-link .sub-menu, .navbar-nav-wrapper .user-login .nav-link .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
}
.navbar-nav-wrapper .navbar-nav .nav-link .sub-menu li, .navbar-nav-wrapper .user-login .nav-link .sub-menu li {
    background: #0079C1;
    list-style: none;
}
.navbar-nav-wrapper .navbar-nav .nav-link .sub-menu li a, .navbar-nav-wrapper .user-login .nav-link .sub-menu li a {
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.navbar-nav-wrapper .navbar-nav .nav-link .sub-menu li:hover, .navbar-nav-wrapper .user-login .nav-link .sub-menu li:hover {
    background: #048bbf, 8%}
.navbar-nav-wrapper .navbar-nav .nav-link:hover .sub-menu, .navbar-nav-wrapper .user-login .nav-link:hover .sub-menu {
    display: block;
}
#footer {
    background-color: black;
    text-align: right;
    color: #fff;
    overflow: hidden;
}
#footer .container {
    max-width: 950px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .book-now {
    background: white;
    color: black;
    width: 45px;
    float: left;
    font-size: 23px;
    line-height: 26px;
    word-break: break-all;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 15px;
}
#footer .book-now span {
    display: block;
    height: 15px;
    width: 16px;
}
#footer .links {
    padding: 10px 0 0;
}
#footer .links div {
    border-bottom: 1px solid white;
    padding: 10px 0;
}
#footer .links div:last-child {
    border: none;
    padding-bottom: 15px;
}
#footer .links ul {
    width: 20%;
    float: left;
}
#footer .links ul li {
    list-style: none;
    margin: 2px 0;
}
#footer .links ul li a {
    font-size: 13px;
    color: #fff;
}
#footer .copyright {
    border-top: solid white 1px;
    height: 35px;
    line-height: 35px;
    text-align: left;
}

#footer1 {
    background-color: black;
    text-align: right;
    color: #fff;
    overflow: hidden;
}
#footer1 .container {
    max-width: 950px;
}
#footer1 a {
    color: #fff;
}
#footer1 a:hover {
    text-decoration: underline;
}
#footer1 .book-now {
    background: white;
    color: black;
    width: 45px;
    float: left;
    font-size: 23px;
    line-height: 26px;
    word-break: break-all;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 15px;
}
#footer1 .book-now span {
    display: block;
    height: 15px;
    width: 16px;
}
#footer1 .links {
    padding: 10px 0 0;
}
#footer1 .links div {
    border-bottom: 1px solid white;
    padding: 10px 0;
}
#footer1 .links div:last-child {
    border: none;
    padding-bottom: 15px;
}
#footer1 .links ul {
    width: 20%;
    float: left;
}
#footer1 .links ul li {
    list-style: none;
    margin: 2px 0;
}
#footer1 .links ul li a {
    font-size: 13px;
    color: #fff;
}
#footer1 .copyright {
    border-top: solid white 1px;
    height: 35px;
    line-height: 35px;
    text-align: left;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-datepicker {
    font-size: 11px;
    padding: 4px;
    background: #0079C1;
    text-align: center;
    display: none;
    z-index: 110000 !important;
    border-radius: 3px;
}
.ui-datepicker-header {
    padding: 0 0 4px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    float: left;
    height: 15px;
    width: 15px;
    display: inline-block;
    cursor: pointer;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    text-decoration: none;
}
.ui-datepicker-prev.ui-state-disabled {
    background: none;
    cursor: auto;
    color: #0079C1;
}
.ui-datepicker-title {
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}
.ui-datepicker-title select {
    height: 18px;
    margin: 0 2px;
    padding: 0;
    min-width: 60px;
}
.ui-datepicker-calendar {
    background: #fff;
    padding: 0 5px 3px;
}
.ui-datepicker-calendar thead span {
    font-size: 12px;
    font-weight: bold;
    color: #0079C1;
}
.ui-datepicker-calendar tbody a, .ui-datepicker-calendar tbody span {
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    width: 19px;
}
.ui-datepicker-calendar tbody a {
    color: #0079C1;
}
.ui-datepicker-calendar tbody .ui-datepicker-today a {
    font-weight: bold;
}
.ui-datepicker-calendar tbody .ui-datepicker-other-month a {
    color: #717171;
}
.ui-datepicker-calendar tbody .ui-datepicker-current-day a {
    background: #0079C1;
    color: #fff;
    height: 16px;
    line-height: 16px;
    margin: 1px;
    width: 17px;
}
.ui-datepicker-unselectable {
    color: #cecece;
    cursor: default;
}
.ui-datepicker .ui-datepicker-current {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    margin: 3px 0 0;
}
.ui-datepicker .ui-datepicker-close {
    display: none;
}
.modify-search {
    float: left;
    margin: 12px 0 12px 5px;
    border: solid 1px black;
    border-radius: 3px;
    display: inline-block;
    padding: 0 20px 0 8px;
    background-color: #EAEAEA;
    color: black;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}
.modify-search:after {
    content: "";
    right: 6px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    border: solid 2px #000;
    border-bottom: none;
    border-left: none;
    border-width: 1px;
}
.no-csstransforms .modify-search:after {
    display: none;
}
.modify-search:hover {
    text-decoration: none;
    background: #0079C1;
    color: white;
}
.modify-search:hover:after {
    border-width: 2px;
    border-color: white;
    top: 5px;
}
.search-bar {
    display: none;
    overflow: hidden;
    background: #036185;
}
.search-bar .center {
    padding: 10px;
    width: 695px;
    min-width : 695px;
    margin: 0 auto;
}
.search-bar h3 {
    margin-right: 22px;
}
.search-bar .wrapper>ul>li {
    list-style: none;
    float: left;
    margin: 2px 15px 0 0;
    max-width: 240px;
}
.search-bar .wrapper>ul>li input, .search-bar .wrapper>ul>li select {
    width: 100%}
.search-bar .wrapper>ul>li .did-you-mean {
    color: #cecece;
    margin-top: 4px;
    width: 500px;
}
.search-bar .wrapper>ul>li.date input {
    width: 80%;
    float: left;
}
.search-bar .wrapper>ul>li.date img {
    float: left;
    margin-left: 5px;
}
.search-bar .wrapper>ul>li.guests {
    width: 110px;
}
.search-bar .wrapper>ul>li.guests select {
    width: 50%}
.search-bar .wrapper>ul>li.guests span {
    color: white;
    font-size: 12px;
}
.search-bar .wrapper>ul>li .location-error, .search-bar .wrapper>ul>li .date-guest-error {
    color: #dc0613;
    float: left;
}
.search-bar .wrapper>ul>li .date-guest-error {
    margin-top: 4px;
}
.location-search {
    width: 290px;
    background: black;
    padding: 25px 20px 20px 20px;
    margin-right:-50%;
    top:40%;
    left:50%;
    float: left;
    position:absolute;
    transform:translate(-50%, -50%);
}
.location-search .arrow-heading {
    margin-bottom: 16px;
}
.location-search .search-icon {
    background: url(../images/common/search_icon.png) no-repeat center center;
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    display: inline-block;
    float: left;
    margin: 0 0 0 6px;
}
.location-search li {
    list-style: none;
    margin: 0 0 20px;
}
.location-search input[type=text], .location-search input[type=email], .location-search select {
    width: 100%}
.location-search .location {
    position: relative;
}
.location-search .did-you-mean {
    color: #cecece;
    margin-top: 3px;
}
.location-search .arrival {
    width: 170px;
    float: left;
}
.location-search .arrival input[type=text] {
    float: left;
    width: 125px;
}
.location-search .arrival img {
    float: left;
    margin: 0 0 0 5px;
}
.location-search .guests {
    width: 80px;
    text-align: center;
    float: left;
    margin-bottom: 27px;
}
.location-search .guests span {
    color: white;
    font-size: 12px;
}
.location-search .error {
    float: left;
    color: #dc0613;
}
.location-search .find-it {
    margin-bottom: 0;
}
.location-search .arrow-heading {
    margin-bottom: 20px;
}
.location-search .find-it {
    text-align: right;
}
.nationwide-operators {
    display: none;
    width: 206px;
    border: 1px solid #717171;
    border-radius: 3px;
    padding: 5px;
    margin: 15px 0 0;
    background: #eaeaea;
}
.nationwide-operators h3 {
    color: #0079C1;
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
}
.nationwide-operators h4 {
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: bold;
}
.nationwide-operators ul {
    margin: 0 0 10px 13px;
    font-size: 11px;
}
.nationwide-operators ul a {
    font-size: 11px;
    color: black;
    line-height: 14px;
    margin: 0 0 0 -3px;
}
#sideAdverts {
    float: left;
    margin: 0 0 15px 0;
}
#sideAdverts .admanager {
    margin: 15px 0 0 10px;
}
.bread-crumb a {
    color: black;
}
.bread-crumb a.currentPage {
    color: #0079C1;
    font-weight:bold;
}
.self-rated {
    background: url(../images/searchresults/self-rating-blue.png) no-repeat transparent;
    display: inline-block;
    height: 11px;
    margin: 3px 0 0;
}
.self-rated.r5-0 {
    width: 70px;
}
.self-rated.r4-5 {
    width: 65px;
}
.self-rated.r4-0 {
    width: 55px;
}
.self-rated.r3-5 {
    width: 50px;
}
.self-rated.r3-0 {
    width: 41px;
}
.self-rated.r2-5 {
    width: 35px;
}
.self-rated.r2-0 {
    width: 26px;
}
.self-rated.r1-5 {
    width: 20px;
}
.self-rated.r1-0 {
    width: 11px;
}
.self-rated.r0-5 {
    width: 6px;
}
.self-rated.red {
    background-image: url(../images/searchresults/self-rating-red.png);
}
.self-rated.white {
    background-image: url(../images/searchresults/self-rating-white.png);
}
.qualmark-rating {
    background: url(../images/searchresults/qualmark-rating-blue.png) no-repeat transparent;
    display: inline-block;
    height: 16px;
    margin: 0;
}
.qualmark-rating.r5-0 {
    width: 93px;
}
.qualmark-rating.r4-5 {
    width: 85px;
}
.qualmark-rating.r4-0 {
    width: 74px;
}
.qualmark-rating.r3-5 {
    width: 66px;
}
.qualmark-rating.r3-0 {
    width: 55px;
}
.qualmark-rating.r2-5 {
    width: 47px;
}
.qualmark-rating.r2-0 {
    width: 36px;
}
.qualmark-rating.r1-5 {
    width: 28px;
}
.qualmark-rating.r1-0 {
    width: 17px;
}
.qualmark-rating.r0-5 {
    width: 9px;
}
.qualmark-rating.red {
    background-image: url(../images/searchresults/qualmark-rating-red.png);
}
.qualmark-rating.white {
    background-image: url(../images/searchresults/qualmark-rating-white.png);
}
.user-rating {
    background: url(../images/searchresults/user-rating-blue.png) no-repeat transparent;
    display: inline-block;
    height: 14px;
    margin: 1px 0 0;
}
.user-rating.r5-0 {
    width: 81px;
}
.user-rating.r4-5 {
    width: 74px;
}
.user-rating.r4-0 {
    width: 65px;
}
.user-rating.r3-5 {
    width: 57px;
}
.user-rating.r3-0 {
    width: 48px;
}
.user-rating.r2-5 {
    width: 40px;
}
.user-rating.r2-0 {
    width: 31px;
}
.user-rating.r1-5 {
    width: 24px;
}
.user-rating.r1-0 {
    width: 15px;
}
.user-rating.r0-5 {
    width: 8px;
}
.user-rating.red {
    background-image: url(../images/searchresults/user-rating-red.png);
}
.user-rating.white {
    background-image: url(../images/searchresults/user-rating-white.png);
}
.horizontal-scroller {
    position: relative;
    width:100%;
}
.horizontal-scroller .arrow-heading {
    float: right;
    margin-right: 36px;
}
.horizontal-scroller .wrapper>a img {
    max-width: 25%;
    height: 225px;
}
.horizontal-scroller .wrapper .hot-deals-slider {
    display: inline-block;
    width: 68%;
    overflow: hidden;
    float: right;
    position: relative;
    height: 225px;
    margin-right: 13px;
}
.horizontal-scroller .wrapper .prev {
    display: block;
    position: absolute;
    width: 16px;
    height: 32px;
    right: 698px;
    top: 50%;
    margin-top: -16px;
    z-index: 20;
}
.horizontal-scroller .wrapper .prev:after {
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border: solid 2px #000;
    border-top: none;
    border-right: none;
    margin: 6px 0 0 4px;
}
.no-csstransforms .horizontal-scroller .wrapper .prev:after {
    display: none;
}
.horizontal-scroller .wrapper .prev:hover:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: solid 2px #000;
    border-top: none;
    border-right: none;
    margin: 5px 0 0 4px;
}
.no-csstransforms .horizontal-scroller .wrapper .prev:hover:after {
    display: none;
}
.no-csstransforms .horizontal-scroller .wrapper .prev {
    background: url(../images/homepage/slideshow-arrows.png) no-repeat 0px center;
    filter: alpha(opacity=85);
}
.horizontal-scroller .wrapper .next {
    display: block;
    position: absolute;
    width: 16px;
    height: 32px;
    right: 0px;
    top: 50%;
    margin-top: -16px;
    z-index: 20;
}
.horizontal-scroller .wrapper .next:after {
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border: solid 2px #000;
    border-bottom: none;
    border-left: none;
    margin: 6px 0 0 -8px;
}
.no-csstransforms .horizontal-scroller .wrapper .next:after {
    display: none;
}
.horizontal-scroller .wrapper .next:hover:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: solid 2px #000;
    border-bottom: none;
    border-left: none;
    margin: 5px 0 0 -10px;
}
.no-csstransforms .horizontal-scroller .wrapper .next:hover:after {
    display: none;
}
.no-csstransforms .horizontal-scroller .wrapper .next {
    background: url(../images/homepage/slideshow-arrows.png) no-repeat -20px center;
    filter: alpha(opacity=85);
}
.horizontal-scroller .wrapper ul {
    height: 225px;
    width: 3000px;
    position: absolute;
    top: 0;
    left: 0;
}
.horizontal-scroller .wrapper ul li {
    float: left;
}
.horizontal-scroller .wrapper ul .hot-deal {
    height: 225px;
    float: left;
    border: solid 1px #cecece;
    margin: 0 7px;
    list-style: none;
    position: relative;
    width: 158px;
}
.horizontal-scroller .wrapper ul .hot-deal img {
    width: 156px;
    height: 120px;
}
.horizontal-scroller .wrapper ul .hot-deal p {
    padding: 8px;
    color: #717171;
    font-size: 12px;
}
.horizontal-scroller .wrapper ul .hot-deal p a {
    font-size: 13px;
}
.horizontal-scroller .wrapper ul .hot-deal .btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    border-radius: 0;s
}
.hellobar {
    color: white;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
}
.hellobar-close {
    position: absolute;
    right: 32px;
    top: 6px;
    background: url(../images/common/open-close.png) no-repeat 0 -19px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.hellobar-close:hover {
    text-decoration: none;
}
.corner-survey {
    position: fixed;
    bottom: 0;
    right: 0;
}
.corner-survey a, .corner-survey img {
    display: block;
}
.breadcrumb-color
{
    color:#0079C1 !important;    
}
