@font-face {
    font-family: effralight;
    src: url(../fonts/effra-light_0-webfont.eot);
    src: url(../fonts/effra-light_0-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/effra-light_0-webfont.woff2) format('woff2'), url(../fonts/effra-light_0-webfont.woff) format('woff'), url(../fonts/effra-light_0-webfont.ttf) format('truetype'), url(../fonts/effra-light_0-webfont.svg#effralight) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: efframedium;
    src: url(../fonts/effra-medium_1-webfont.eot);
    src: url(../fonts/effra-medium_1-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/effra-medium_1-webfont.woff2) format('woff2'), url(../fonts/effra-medium_1-webfont.woff) format('woff'), url(../fonts/effra-medium_1-webfont.ttf) format('truetype'), url(../fonts/effra-medium_1-webfont.svg#efframedium) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: effraregular;
    src: url(../fonts/effra-regular_1-webfont.eot);
    src: url(../fonts/effra-regular_1-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/effra-regular_1-webfont.woff2) format('woff2'), url(../fonts/effra-regular_1-webfont.woff) format('woff'), url(../fonts/effra-regular_1-webfont.ttf) format('truetype'), url(../fonts/effra-regular_1-webfont.svg#effraregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

body,
html {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

a,
a:link,
a:visited {
    outline: 0;
    text-decoration: none;
}

img {
    border: none;
    margin: 0;
}

ul {
    list-style: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: .9em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0;
}

select:focus {
    outline: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0;
}

.clearFix {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.popup-bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.popup-holder {
    width: 100%;
    position: absolute;
    padding-top: 50px;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.popup-bgNew {
    width: 100%;
    height: 100%;
    background: url(../images/bgImageHover.png) 0 0 repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.popup-holderNew {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1001;
}

.popupHide {
    display: none;
}

img {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: effraregular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0, #969696 100%);
    background: -webkit-linear-gradient(top, #e2e2e2 0, #969696 100%);
    background: linear-gradient(to bottom, #e2e2e2 0, #969696 100%);
}

.bgBlack {
    background: url(../images/bg80Black.png) repeat 0 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

#container {
    overflow: hidden;
    position: relative;
    z-index: 10;
    border: 0 solid red;
    margin: 10px auto 40px;
    max-width: 842px;
}

.contentHolder {
    background: rgba(255, 255, 255, .9);
    width: auto;
    padding: 5px;
    border: 1px solid #fff;
    margin: 10px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.contentHolder .innerHolder {
    min-height: 200px;
    padding: 0 0 20px;
}

.contentHolder .innerHolder .logoHolder {
    border-bottom: 1px dashed #c8c8c8;
    position: relative;
    margin: 0 27px 0;
    padding: 10px 0 8px;
    text-align: center;
}

.logoHolder .leftLogo {
    float: left;
    position: relative;
    z-index: 1;
}

.logoHolder .centerLogo {
    float: none;
    display: inline-block;
    position: relative;
}

.logoHolder .rightLogo {
    float: right;
    position: relative;
    z-index: 1;
    margin: 4px 0 0;
}

.logoHolder h2 {
    width: 100%;
    z-index: 0;
    font-family: effralight;
    font-weight: 400;
    height: auto;
    top: 43px;
    text-align: center;
    color: #acacac;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.formHolder {
    border: 1px solid red1;
    margin: 0 0 0 20px;
}

.formHolder .formField {
    width: 50%;
    float: left;
    height: 50px;
    margin: 30px 0 0;
}

.formHolder .formField.largeCenter {
    float: none;
    margin: 30px auto 0 auto;
}

.formHolder .formField .inputHolder {
    background: #fff;
    border: 1px solid #dfdfdf;
    height: 47px;
    margin: 0 20px 0 0;
    position: relative;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.formHolder .formField .inputHolder.queryInput.hotel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 74px;
    margin: 0 20px 0 0;
    position: relative;
}

.formField .inputHolder>input,
.formField .inputHolder>label {
    border: 0 none;
    color: #acacac;
    cursor: text;
    font-size: 16px;
    font-family: effraregular;
    font-weight: 400;
    position: absolute;
}

.formField .inputHolder>label {
    height: 100%;
    left: 0;
    line-height: 47px;
    text-indent: 3%;
    top: 0;
    width: 100%;
    z-index: 2;
}

.formField .inputHolder>label em {
    color: #000;
    font-style: normal;
}

.formField .inputHolder label.showLab,
.formField .inputHolder label.showLab em {
    color: #e1e1e1;
}

.formField .inputHolder>input {
    color: #999;
    font-family: effraregular;
    height: 22px;
    left: 3%;
    line-height: 20px;
    top: 13px;
    width: 94%;
    z-index: 0;
}

.formField .inputHolder>span {
    color: red;
    position: absolute;
    right: 3px;
    top: -18px;
    font-size: 10px;
}

.formField .inputHolder>select {
    color: #999;
    cursor: text;
    font-weight: 400;
    position: absolute;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: effraregular;
    height: 26px;
    left: 2%;
    top: 11px;
    width: 96%;
    z-index: 0;
    padding: 0;
    text-indent: 0;
    border: 1px solid #fff;
    -moz-appearance: none;
    background: url(../images/downArrow.png) no-repeat right transparent;
}

.formField .inputHolder textarea {
    font-family: open_sansregular;
    border: 0 none;
    margin: 4px 2%;
    width: 96%;
    color: #838383;
    font-size: 14px;
}

.formField div.listHolder {
    position: relative;
}

.control-label {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #625f5f;
}

.loginDetails {
    margin: 0 auto 15px;
    font-size: 15px;
    color: #6e6e6e;
}

.loginDetails a {
    color: #6e6e6e;
}

.loginDetails .text-right a {
    background: #959595;
    color: #fff;
    padding: 2px 8px 4px;
}

.contentHolder .meetingZone {
    min-height: 150px;
}

.meetingZone h1 {
    margin: 60px auto 10px;
}

.checkBoxBtn {
    padding: 0 0 0;
    float: left;
    margin: 0 20px 0 0;
}

.radioBtnHolderMain {
    padding: 10px 0;
}

.radioBtnHolderMain>p {
    color: #666;
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0;
}

.radioBtnHolder {
    border: 0 solid green;
    margin: 0 0 10px;
}

.radioBtnHolder>span {
    float: left;
    display: block;
    width: 120px;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 5px;
}

.checkBoxBtn .checkBox {
    display: block;
    width: 16px;
    height: 21px;
    float: left;
    position: relative;
    overflow: hidden1;
    cursor: pointer;
}

.checkBoxBtn .checkBox input {
    left: 1px;
    position: absolute;
    top: 4px;
}

.checkBoxBtn .label {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    float: left;
    margin: 3px 0 0 3px;
}

.btnSubmit {
    display: block;
    margin: 12px auto 13px;
    background: #000;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: efframedium;
    padding: 6px 20px;
}

.adHolder {
    margin: 25px 0 0;
}

.adHolder img {
    display: block;
    width: 100%;
}

.subscriptionList {
    height: 140px;
    overflow-y: scroll;
}

#chkbxlist_Interests label {
    display: inline-block !important;
}

.formFieldList {
    float: left;
    height: auto;
    margin: 30px 0 0;
    width: 50%;
}

.formFieldList div.listHolder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: auto;
    margin: 0 20px 0 0;
    position: relative;
}

.formFieldList div.listHolder>input {
    border: 0 none;
    margin: 6px 0 0 6px;
    padding: 5px 3px;
    width: 96%;
    color: #838383;
    font-size: 14px;
}

#txtbx_Interests {
    font-family: effraregular;
    border: 0 none;
    margin: 6px 0 0 6px;
    padding: 5px 3px;
    width: 96%;
    color: #999;
    font-size: 14px;
    height: 28px;
}

::-webkit-input-placeholder {
    color: #131313;
}

:-moz-placeholder {
    color: #131313;
}

::-moz-placeholder {
    color: #131313;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #131313;
}

table#chkbxlist_Interests {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 6px;
}

#CheckBoxList2 input,
#chkbxlist_Interests input {
    margin-right: 7px;
}

#CheckBoxList2 label,
#chkbxlist_Interests label {
    color: #838383;
    font-size: 14px;
}

#container,
.checkBoxBtn .checkBox,
.checkBoxBtn .checkBox.active,
.logoHolder .leftLogo,
.logoHolder .rightLogo {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#loadingNL {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
}

#loadingNL img {
    margin-top: 20%;
}

.divThanks {
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    display: table;
}

.divThanks em {
    border: 2px none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 297px 30px 0;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.paginationNew a,
.paginationNew span {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    padding: 2px 8px;
    margin: 0 4px 0 0;
    color: #000;
}

.paginationNew span {
    border: 1px solid #d9534f;
    background: #d9534f;
    color: #fff;
}

#btn_Logout {
    background: #323232;
    border-color: #000;
}

#btn_Logout:hover {
    background: #000;
}

.divCenter {
    width: 944px;
    margin: 0 auto;
}

.logoLandingTop {
    display: block;
    width: 186px;
    margin: 30px auto 0;
}

.MainContainerForm p {
    font-family: robotolight;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
}

.footerlanding {
    margin-top: 85px;
    height: 46px;
}

.footer {
    text-align: center;
    border-top: 1px solid #ccc;
    height: 120px;
    height: 55px;
    margin-top: 55px;
    position: relative;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    background: #fff;
}

.btn-default {
    color: #fff;
    background-color: #979797;
    border-color: #848484;
    border-radius: 0;
}

.formSectionInfo {
    padding: 20px 44px 0;
}

.centerText,
.centerText p {
    text-align: center;
}

.form-control-label {
    border: 0 none;
    color: #625f5f;
    cursor: text;
    font-size: 16px !important;
    font-family: effraregular;
    font-weight: 400 !important;
    text-align: left;
}

.listInterest p {
    text-align: left;
    font-size: 18px;
    color: #999;
    font-weight: 400;
}

.listInterest span {
    float: left;
    display: inline-block;
    margin-right: 8px;
}

.captcha {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 304px;
}

.innerHolder p {
    border: 0 none;
    color: #625f5f;
    cursor: text;
    font-size: 14px;
    font-family: effraregular;
    font-weight: 400;
    text-align: left;
}

.innerHolder p.headertext {
    border: 0 none;
    color: #625f5f;
    cursor: text;
    font-size: 18px;
    font-family: effraregular;
    font-weight: 400;
    text-align: center;
}

.ErrorMessage {
    text-align: center;
    color: red;
    font-size: 15px;
}

.formSectionInfo span.newError:last-child {
    margin-bottom: 20px;
}

.newError {
    text-align: left;
    color: red;
    font-size: 15px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
}

.fdbformArea h1.chooseOutletH {
    background-color: #131313;
    color: #fff;
    padding: 20px;
}

.ratingBarHolder select {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 3px;
    font-size: 16px;
    background: #fff;
}

.br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap;
}

.br-theme-bars-square .br-widget a {
    display: block;
    width: 32px;
    height: 30px;
    float: left;
    border: 0;
    background: url(../images/star.png) 0 0 no-repeat;
    margin: 2px 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: #ed174f;
    font-weight: 600;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 0;
    color: #fff;
    background: url(../images/star.png) right 0 no-repeat;
}

.bars .br-theme-bars-square .br-widget a {
    width: 12px;
    background: url(../images/bars.png) 0 0 no-repeat;
    margin: 2px 2px;
}

.bars .br-theme-bars-square .br-widget a.br-active,
.bars .br-theme-bars-square .br-widget a.br-selected {
    border: 0;
    color: #fff;
    background: url(../images/bars.png) right 0 no-repeat;
}

.bars2 .br-theme-bars-square .br-widget a {
    width: 20px;
    background: url(../images/bars2.png) 0 0 no-repeat;
    margin: 2px 0;
}

.bars2 .br-theme-bars-square .br-widget a.br-active,
.bars2 .br-theme-bars-square .br-widget a.br-selected {
    border: 0;
    color: #fff;
    background: url(../images/bars2.png) right 0 no-repeat;
}

.br-theme-bars-square .br-widget .br-current-rating {
    clear: none;
    width: auto;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .9em 0 .5em 10px;
    color: #646464;
    float: left;
}

.br-theme-bars-square .br-readonly a {
    cursor: default;
}

.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid #000;
    color: #729bf8;
}

@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #000;
        color: #b3b3b3;
    }

    .br-theme-bars-square .br-widget a.br-active,
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid #000;
        color: #000;
    }
}

.loginDetails {
    margin: 0 auto 15px;
    font-size: 15px;
    color: #6e6e6e;
}

.radioText {
    display: block;
    min-width: 86px;
    font-size: 12px;
    float: left;
    margin: 10px 0 0 20px;
}

.hsc-logo {
    background: #120822;
    text-align: center;
    padding: 15px;
    margin: -6px -6px 0;
}

.hsc-logo img {
    height: 80px;
}

.border-dotted {
    border-bottom: 1px dashed #c8c8c8;
}

@media only screen and (max-width:860px) {
    #container {
        margin: 20px 5px 20px;
    }
}

@media only screen and (max-width:620px) {
    .formHolder .formField {
        float: none;
        width: auto;
    }

    .logoHolder .rightLogo {
        float: none;
        margin: 4px 0 0;
        display: block;
        text-align: center;
    }

    .logoHolder .leftLogo {
        display: block;
        float: none;
        text-align: center;
    }

    .logoHolder h2 {
        font-size: 18px;
        left: 0;
        position: relative;
        top: 0;
    }

    .radioBtnHolder>span {
        display: block;
        float: none;
        margin: 0 0 0 5px;
        width: auto;
    }

    .checkBoxBtn {
        float: left;
        margin: 0 0 3px 20px;
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width:420px) {
    .listInterest {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

    .formSectionInfo {
        padding: 20px 30px 0;
    }
}

.dxbmh input[type=radio] {
    margin: 5px 0 0 10px;
    font-size: 14px !important;
}

.dxbmh .form-control-label {
    font-weight: 700 !important;
}

.dxbmh .form-control-label1 {
    font-weight: 400 !important;
}

.feedbackBg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.loginData {
    position: absolute;
    left: 9px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.feedbackIntro {
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    color: #fff;
}

.joinUsIntro {
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.joinUsIntro p {
    text-align: center !important;
    font-size: 1.1em;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.joinUsSignupForm {
    font-size: 16px !important;
    font-family: effraregular;
    font-weight: 400 !important;
    text-align: left;
}

.joinUsSignupForm h3 {
    color: #000;
    font-family: effraregular;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}

.joinUsIntro p {
    font-size: 17px;
    color: #333;
    text-align: center;
}

.joinUsSignupForm p {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.joinUsEmail::placeholder {
    color: #625f5f;
    opacity: 1;
}

.joinUsEmail:-ms-input-placeholder {
    color: #625f5f;
}

.joinUsEmail::-ms-input-placeholder {
    color: #625f5f;
}

.ratinglabel {
    font-size: 14px !important;
    padding-top: 9px;
}

#IsBonvoyMember {
    display: inline-block;
    vertical-align: top;
    margin: 2px 6px 0 0;
}

.terms-conditions {
    text-align: left;
    font-size: 15px;
    font-family: effralight;
}

.terms-conditions ul {
    list-style-position: outside;
    padding-left: 12px;
}

.terms-conditions ul li {
    margin: 6px 0;
}