@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: normal;
    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: normal;
    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: normal;
    font-style: normal;
}

/* ---- preset style START ---- */
html, body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}

img {
    border: none;
    margin: 0;
}

ul {
    list-style: none;
}

li {
    float: left;
    padding: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

form, input, select, textarea, p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}

    select:focus {
        outline: none;
    }

textarea {
    resize: none;
}

    input:focus, textarea:focus {
        outline: none;
    }

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: 0em;
    line-height: 0px;
    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: rgba(0, 0, 0, 0);
}
/* ---- preset style END ---- */

body {
    font-family: 'effraregular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,969696+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(150,150,150,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(150,150,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(150,150,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
}

.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: 0px solid red;
    margin: 10px auto 40px;
    max-width: 842px;
}

.contentHolder {
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(255,255,255,0.9);
    width: auto;
    padding: 5px;
    border: 1px solid #fff;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}

    .contentHolder .innerHolder {
        /*border: 1px dashed #e9e8e6;*/
        min-height: 200px;
        padding: 0 0 20px;
    }

        .contentHolder .innerHolder .logoHolder {
            border-bottom: 1px dashed #c8c8c8;
            position: relative;
            margin: 0 27px 0px;
            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;
    /*margin-bottom: 15px;
	margin: 6px 0 26px;*/
}

.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: normal;
    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: normal;
    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: #000000;
	font-style: normal;
}

.formField .inputHolder label.showLab, .formField .inputHolder label.showLab em {
	color: #e1e1e1;
}

.formField .inputHolder > input {
    color: #999999;
    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: #999999;
    cursor: text;
    font-weight: normal;
    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 #ffffff;
	-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: normal;
    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: 0px 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 {
    /*border: 1px solid #6a6a6a;*/
    display: block;
    width: 16px;
    height: 21px;
    float: left;
    position: relative;
    overflow: hidden1;
    /*background: url(../images/bgCheckBox.png) no-repeat center -27px #444444;*/
    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: #000000;
    border: 0px none;
    cursor: pointer;
    color: #ffffff;
    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: #999999;
            font-size: 14px;
            height: 28px;
        }
        ::-webkit-input-placeholder {
   color: #131313;
}

:-moz-placeholder { /* Firefox 18- */
   color: #131313; 
}

::-moz-placeholder {  /* Firefox 19+ */
   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;
}


#chkbxlist_Interests input, #CheckBoxList2 input {
    margin-right: 7px;
}


#chkbxlist_Interests label, #CheckBoxList2 label {
    color: #838383;
    font-size: 14px;
}

.checkBoxBtn .checkBox.active, .checkBoxBtn .checkBox, #container, .logoHolder .rightLogo, .logoHolder .leftLogo {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}




#loadingNL {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    /*opacity: 0.5;*/
    opacity: 0.7;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
}

    #loadingNL img {
        margin-top: 20%;
    }
/*.divThanks {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
}*/
.divThanks {

    background: rgba(0, 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: bold;
    margin: 297px 30px 0;
    color: white;
    display: table-cell;
    vertical-align: middle;

}

    /*.divThanks em {
        border: 2px none;
        display: block;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin: 297px 30px 0;
        color: white;
    }*/
    

.paginationNew a, .paginationNew span {
    border: 1px solid #cccccc;
    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: #000000;
}

#btn_Logout:hover {
    background: #000000;
}


.divCenter {
    width: 944px;
    margin: 0 auto;
}
.logoLandingTop {
    display: block;
    width: 186px;
    margin: 30px auto 0px;
}
.MainContainerForm p {
    font-family: 'robotolight';
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}
.footerlanding {
    margin-top: 85px;
    height: 46px;
}
.footer {
    text-align: center;
    border-top: 1px solid #cccccc;
    /* height: 120px;
    height: 55px; */
    margin-top: 55px;
    position: relative;
    background: rgba(255,255,255,0.5);
}

.footerMeus{
    margin: 10px auto;
    text-align: center;
    display: inline-block;   
}
.footerMeus li{ position: relative; }

.footerMeus li:not(:last-child):after{
    content: "";
    width: 1px;
    background: #333;
    right: 0;
    height: 10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.footerMeus li a{
    margin: 0 10px;
    color: #000;
}

.footerMeus li a:hover{
    text-decoration: underline;
}

.form-control{
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
}

.btn-default {
    color: #fff;
    background-color: #979797;
    border-color: #848484;
    border-radius: 0px;
}


.formSectionInfo {
    /*border: none;
    box-sizing:unset;*/
    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: normal !important;
    text-align: left;
}

.listInterest p {
    text-align: left;
    font-size: 18px;
    color: #999999;
    font-weight:normal;
}

.listInterest span {
    float: left;
    display: inline-block;
    margin-right: 8px;
    /*margin-top: 4px;*/
}
.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: normal;
    text-align: left;
}
.innerHolder p.headertext {
    border: 0 none;
    color: #625f5f;
    cursor: text;
    font-size: 18px;
    font-family: 'effraregular';
    font-weight: normal;
    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;
}

.fdbformArea {
}
    .fdbformArea h1.chooseOutletH {
        background-color: #131313;
        color: #ffffff;
        padding: 20px;
    }


/*square CSS*/

.ratingBarHolder {
    /*float: left;*/
}

.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:first-child {
            margin-left: 0;
        }
        .br-theme-bars-square .br-widget a.br-active,
        .br-theme-bars-square .br-widget a.br-selected {
            border: 0;
            color: #ffffff;
            background: url(../images/star.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: .5em 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 #000000;
        color: #729bf8;
    }

@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #000000;
        color: #b3b3b3;
    }

        .br-theme-bars-square .br-widget a.br-active,
        .br-theme-bars-square .br-widget a.br-selected {
            border: 2px solid black;
            color: black;
        }
}

.loginDetails {
    margin: 0 auto 15px;
    font-size: 15px;
    color: #6E6E6E;
}

.radioText {
    display: block;
    /*min-width: 120px;*/
     min-width: 86px;
    font-size: 12px;
    float: left;
    margin: 10px 0 0 20px;
}














.ratinglabel {
    font-size: 12px !important;
}

.ratingItem {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

    .ratingItem strong {
        min-width: 240px;
    }





@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%;
    }

    /*.btnSubmit {
        display: block;
        width: 228px;
        height: 48px;
        margin: 10px auto 10px;
        background: url(../images/bgSubmit.png) no-repeat 0 0;
        border: 0px none;
        text-indent: -9999px;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
    }*/
}


@media screen and (min-width: 575px) {
    .ratingItem {
        flex-direction: row;
        align-items: center;
    }
}



@media only screen and (max-width:420px) {

	.listInterest {
		float: left;
		width: 100%;
		margin-bottom: 8px;
	}
	
	.formSectionInfo {
		padding: 20px 30px 0;
	}

}


@media screen and (max-width: 380px) {
    .captcha {
        transform: scale(.8);
        margin: 0;
        margin-left: -15px;
    }
}


.dxbmh input[type="radio"] {
    margin: 5px 0px 0 10px;
    font-size: 14px !important;
}


.dxbmh .form-control-label {
    font-weight: bold !important;
}
.dxbmh .form-control-label1 {
    font-weight: normal !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,0.5);
    color: #FFF;
    border-radius: 5px 5px 0 0;
}
.feedbackIntro{
    text-align: center;
    /*font-weight: bold;*/
    font-size: 1.25em;
    padding: 10px;
    background: rgba(0,0,0,0.2);
    margin-bottom: 10px;
    /*border: 1px solid #CCC;*/
    color: #FFF;
}
.terms-conditions{
    text-align: left;
    font-size: 15px;
    font-family: 'effralight';
}
.terms-conditions ul {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 12px;
}
.terms-conditions ul li{
    margin: 6px 0px;
}


.joinUsIntro {
    text-align: center;
    font-size: 17px;
    padding: 10px;
    margin-bottom: 10px;
}


    .joinUsIntro p {
        font-size: 16px;
        color: #555;
        text-align: center;
    }

.joinus-consent-info p {
    text-align: center;
}

.max-h-120 {
    max-height: 120px;
}

.mt-20 {
    margin-top: 20px !important;
}

.bonvoy-radio-group {
    border: none;
    background: transparent;
}

.forecolor_red {
    color: red;
}

.language-picker {
    width: auto;
    margin: 20px 46px 0 0;
    display: inline;
}

.hidden-div {
    display: none;
}

.border-none {
    border: none !important;
}

.float-none {
    float: none !important;
}

.text-14 {
    font-size: 14px !important;
}

.my-centered-box {
  width: 65%;
  margin: 15px auto 0;
}
.full-width {
  width: 100%;
}