body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	color: #444;
}
body, html {
	position: relative;
	height: 100%;
}

a,
a:link,
a:hover {
	text-decoration: none;
	color: #E4A924;
}
a:focus,
button:focus,
input,
input:focus,
textarea:focus {
	outline: none;
}

ul, ol {
	padding-left: 15px;
}
p, li {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	line-height: 21px;
		transition: all .5s ease-in-out; 
		-o-transition: all .5s ease-in-out; 
		-moz-transition: all .5s ease-in-out; 
		-webkit-transition: all .5s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PlayfairDisplay Regular', serif;
		transition: all .5s ease-in-out; 
		-o-transition: all .5s ease-in-out; 
		-moz-transition: all .5s ease-in-out; 
		-webkit-transition: all .5s ease-in-out;
}
h1 {
	font-size: 2.25rem;
}
h4 {
	line-height: 32px;
}
h5 {
	font-size: 1.3125rem;
	line-height: 28px;
}
h6 {
	font-size: 1.125rem;
	line-height: 24px;
}

.row {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-bold {
	font-family: 'Montserrat Bold', sans-serif;
}

.text-lighter {
	font-family: 'Montserrat Light', sans-serif;
	letter-spacing: 0.02em;
}

.text-sm {
	font-size: 13px;
}

label {
	font-family: 'Montserrat Bold', sans-serif;
	margin-bottom: 5px;
}

.form-group {
	text-align: left;
}

.form-control {
	letter-spacing: -0.01em;
	border-radius: 0;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
}

select.form-control:not([size]):not([multiple]) {
	height: 43px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #444;
    border-radius: 0;
    width: 1.1em;
    height: 1.1em;
    float: left;
    margin-top: .2em;
    margin-right: .9em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 54%;
    left: 14%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label,
.radio label {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 0.84375rem;
	margin-bottom: 8px;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.consent .checkbox .cr {
	float: none;
}
.consent p {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: normal;
}

.consent-content {
	margin-left: 28px;
    margin-top: -17px;
}

.asterisk {
	font-family: 'PlayfairDisplay Regular', serif;
	color: #E4A924;
}

::placeholder {
	font-family: 'Montserrat Light', sans-serif;
	color: #888 !important;
	font-size: 13px;
	letter-spacing: 0.03em;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #888 !important;
	font-size: 13px;
	letter-spacing: 0.03em;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #888 !important;
	font-size: 13px;
	letter-spacing: 0.03em;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #888 !important;
	font-size: 13px;
	letter-spacing: 0.03em;
}
:-moz-placeholder { /* Firefox 18- */
	color: #888 !important;
	font-size: 13px;
	letter-spacing: 0.03em;
}

.border-bottom {
	border-color: #D1D3D4 !important;
}

table {
	background-color: #FFF;
}

/*====== responsive container image & text ======*/
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
    text-align: center;
	padding: 0 40px;
	margin: auto;
}
.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/*======== header ========*/
.top-header {
	background-color: #EFEBE5;
}

.top-book-btn,
a.top-book-btn {
	background: rgb(179,161,142); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(179,161,142) 0%, rgb(142,123,111) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(179,161,142) 0%,rgb(142,123,111) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(179,161,142) 0%,rgb(142,123,111) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a18e', endColorstr='#8e7b6f',GradientType=0 ); /* IE6-9 */
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 8px 25px;
}
.top-book-btn:hover,
a.top-book-btn:hover {
	opacity: 0.9;
}

.top-cta {
	letter-spacing: -0.01em;
}
.top-cta a {
	color: #726658;
}
.top-cta select.form-control:not([size]):not([multiple]) {
	height: auto;
	background-color: transparent;
	padding: 0;
    font-size: 14px;
}
.top-cta .dropdown-menu {
	left: auto !important;
	right: 0px;
	min-width: 100px;
	margin-top: 9px;
	border-radius: 0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.18);
	font-size: inherit;
}
.top-cta .dropdown-item {
	padding: 10px;
}
.top-cta .dropdown-item:hover,
.top-cta .dropdown-item:focus,
.top-cta .dropdown-item.active,
.top-cta .dropdown-item:active {
	background-color: #FFFAF2;
}
.top-cta .dropdown-toggle::after {
	vertical-align: 0.2em;
	margin-left: 0;
}

.fa-user-circle:before {
	font-size: 15px;
	color: #726658;
    padding-right: 5px;
}

.fa-globe:before {
	color: #726658;
    padding-right: 5px;
}

.ecr-modal .modal-dialog {
	max-width: 450px;
}
.ecr-modal .form-control {
	border: 1px solid #CCC;
}
.ecr-modal .modal-content {
	border-radius: 0;
}
.ecr-modal .modal-header {
	padding: 15px;
	border-bottom: 0;
	background-color: #EFEBE5;
}
.ecr-modal .modal-title {
	font-size: 24px;
	margin: auto;
	width: 100%;
    text-align: center;
}
.ecr-modal .modal-body {
	padding: 30px;
	text-align: left;
}
.ecr-modal .col-form-label {
	font-size: 15px;
	color: #333;
}
.ecr-modal .modal-footer {
	display: inline;
	text-align: center;
}

header {
	position: absolute;
	z-index: 2;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.header {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 0;
}

header.sticky,
.header.sticky {
	position: fixed;
	top: 0;
}

.eclubrewards-logo {
	background: url(../images/eclubrewards-logo.png) no-repeat top center;
	background-size: 100%;
	width: 225px;
	height: 25px;
	margin: 25px auto;
	  transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -webkit-transition: all .3s ease-in-out;
}
.sticky .eclubrewards-logo {
	width: 200px;
	margin: 20px auto;
}

.navbar {
	padding: 0;
	background-color: #726658;
}
.navbar-container {
	position: relative;
	max-width: 1110px;
    margin: auto;
    width: 100%;
}
.nav-link {
    padding: 10px 0;
}
.navbar-toggler {
    padding: 10px 16px;
	border: none;
}
.navbar-light .navbar-nav .nav-link {
	color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #E4A924;
}

.fa-bars:before {
	color: #FFFFFF;
}

.display-info .fas {
	color: #E4A924;
}
.display-info .col-1 {
	max-width: 20px;
	padding-top: 3px;
}
.display-info p {
	margin-bottom: 10px;
}

/* dropdown */
.dropdown-menu {
	top: inherit;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
}
.dropdown-menu > li {
	border-bottom: 1px solid #DDD;
}
.dropdown-menu > li:last-child {
	border-bottom: none;
}
.dropdown-menu > li > a {
	color: #777;
	font-size: 16px;
	padding: 15px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: #BE4727;
}

.logged-in-container {
	position: relative;
	max-width: 1140px;
	margin: auto;
}

.logged-in-menu {
	position: relative;
	background-image: url(../images/after-login-home/logged-in-bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
	webkit-box-shadow: 0 1px 20px 3px rgba(0,0,0,.15);
    box-shadow: 0 1px 20px 3px rgba(0,0,0,.15);
}
.logged-in-menu ul {
	padding: 0 15px;
}
.logged-in-menu li {
	font-size: 13px;
	display: inline-block;
	list-style-type: none;
	padding: 0.625rem 2.5rem 0.625rem 0;
}
.logged-in-menu a {
	color: #726658;
}

.balance-points {
	position: absolute;
	top: 0.625rem;
	right: 0.9375rem;
}
.balance-points p {
	font-family: 'Montserrat Light', sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #939598;
}

.ecr-benefits {
	width: 100%;
	background-color: #EFEBE5;
	padding: 40px 20px;
	text-align: center;
	height: 320px;
	vertical-align: top;
}

/*======== content ========*/
.content {
	padding-top: 115px;
}

.content-logged-in {
	padding-top: 156px;
}

.container {
	padding: 0;
}

.wrapper {
    margin-top: 70px;
}

.theme-bg {
	background-color: #EFEBE5;
}

.theme-color {
	color: #E4A924;
}

.main-heading {
	display: inline-block;
    vertical-align: middle;
	letter-spacing: 0.03em;
}
.main-heading h2 {
	font-family: 'PlayfairDisplay Regular', serif;
	font-size: 40px;
	text-shadow: 0 1px 10px #555;
}
.main-heading p {
	font-family: 'Montserrat Light', sans-serif;
	letter-spacing: 0.05em;
    margin-bottom: 0;
    text-shadow: 0 1px 10px #555;
}

/* slider */
.main-slider {
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-position: center;
}

.wwoaj-slider-img {
	background-image: url(../images/home/woman-walking-over-a-jetty.jpg);
}

.hchd-slider-img {
	background-image: url(../images/home/honeymoon-couple-having-dinner.jpg);
}

.rrp-slider-img {
	background-image: url(../images/after-login-home/rolls-royce-phantom.jpg);
}

.hero-slider-1 .img-container {
	text-align: left;
	top: auto;
	bottom: 70px;
	left: auto;
	right: 150px;
	max-width: 1120px;
}

.hero-slider-2 .img-container,
.logged-in-slider .img-container {
	top: auto;
	bottom: 70px;
}
/* end slider */

.inner-container {
	position: relative;
	max-width: 850px;
	margin: auto;
}

.page-title {
	margin: 20px auto 35px auto;
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
	width: max-content;
}

.title-line {
	border-bottom: 1px solid #444;
	padding-bottom: 8px;
}

.ecr-1col-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.ecr-1col-content {
	vertical-align: middle;
	height: 400px;
	padding: 85px 50px;
	background-color: #EFEBE5;
}

.ecr-3col-content {
	position: relative;
}
.ecr-3col-content .btn {
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;*/
	margin-top: 20px;
	width: 160px;
}

.excl-offer .ecr-3col-content {
	min-height: 240px;
}
.parhotel-list .ecr-3col-content {
	min-height: 210px;
}
.login-landing .ecr-3col-content
/*.rewards-category .ecr-3col-content*/ {
	min-height: 180px;
}

.main-earn-thumb {
	background-image: url(../images/home/earn-landing.jpg);
	background-repeat: no-repeat;
}

.main-redeem-thumb {
	background-image: url(../images/home/redeem-landing.jpg);
	background-repeat: no-repeat;
}

.bse-thumb {
	background-image: url(../images/book-stay-and-earn.jpg);
	background-repeat: no-repeat;
}

.current-points {
	font-size: 26px;
	color: #E4A924;
	padding-top: 10px;
}

.fa-chevron-right:before {
	font-size: 9px;
    vertical-align: bottom;
    padding-left: 2px;
}

.dl-form {
	max-width: 650px;
	margin: auto;
}

.ecr-table table {
	border: 2px solid #CCC;
}
.ecr-table td {
	border: 1px solid #CCC;
	padding: 15px 20px;
}
.ecr-table tr:first-child {
	background-color: #EFEBE5;
}
.ecr-table tr:first-child td {
	padding: 12px 20px;
}
.ecr-table h5 {
	font-family: 'PlayfairDisplay Bold', serif;
}

.ecr-table-points table {
	border: 2px solid #CCC;
	margin-bottom: 25px;
}
.ecr-table-points tr:first-child {
	background-color: #726658;
	color: #FFF;
}
.ecr-table-points p {
	line-height: 19px;
}
.ecr-table-points td {
	border: 1px solid #DDD;
	padding: 7px 10px;
}
.ecr-table-points tr:last-child {
	border-top: 2px solid #CCC;
	background-color: #EFEBE5;
}
.ecr-table-points tr:last-child p {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 16px;
}

.ecr-table-points .modal-dialog {
	max-width: 1000px;
}
.ecr-table-points .modal-dialog tr:last-child {
	border-top: 1px solid #CCC;
	background-color: #FFF;
}
.ecr-table-points .modal-body tr:last-child p {
	font-family: inherit;
	font-size: inherit;
}

.rewards-item {
	position: relative;
}
.rewards-item img {
	border: 1px solid #E2E3E4 !important;
}
.rewards-item select {
	border-radius: 0;
	border-color: #CCC;
	height: auto;
	padding: 8px 15px;
	font-size: 14px;
	margin-left: 10px;
}
.rewards-item h6 {
	font-family: 'PlayfairDisplay Bold', serif;
}
.rewards-item .ecr-modal .modal-title {
	font-size: 20px;
}
.rewards-item .ecr-modal .modal-dialog {
	max-width: 550px;
}

.ecr-3col-item {
	min-height: 250px;
}

.redeem-cta-btn {
	position: absolute;
	bottom: 0;
	left: 32px;
	right: 32px;
	margin: auto;
}

.atc {
	float: right;
}

.ecr-hotdeals h4 {
	font-size: 1.625rem;
	line-height: 34px;
}
.ecr-hotdeals li {
	font-family: 'Montserrat Light', sans-serif;
	letter-spacing: 0.02em;
	font-size: 13px;
	line-height: 20px;
}

.dntp {
	margin-bottom: 25px;
}
.dntp li {
	font-family: 'Montserrat Regular', sans-serif;
}

#navigation {
	display: inline-block;
	padding-bottom: 10px;
}

.rewards-category {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
}
.ecr-sort-bar ul,
.rewards-category ul {
	margin: 0;
	padding: 0;
}
.ecr-sort-bar {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.ecr-sort-bar li,
.rewards-category li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
}
.ecr-sort-bar li a,
.rewards-category li a {
	display: block;
	color: #000;
	padding: 10px 20px;
	background-color: #EFEBE5;
}
.ecr-sort-bar li a {
	padding: 10px 15px;
}
.ecr-sort-bar li a:hover,
.ecr-sort-bar .active a,
.rewards-category li a:hover,
.rewards-category .active a {
	background-color: #E4A924;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
}
.ecr-sort-bar .form-control {
	font-size: 15px;
	color: #000;
	padding: 10px;
	height: auto !important;
}

.cart-list table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #726658;
}
.cart-list th {
	font-family: 'Montserrat Bold', sans-serif;
	color: #000;
	padding: 8px 15px;
	border: 1px solid #A7A9AC;
}
.cart-list td {
	padding: 8px 15px;
	border: 1px solid #A7A9AC;
}
.cart-list tbody tr:last-child {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 16px
}
.cart-list thead {
	border-bottom: 2px solid #726658;
}
.cart-list tr:last-child {
	border-top: 2px solid #726658;
}
.cart-list td,
.cart-list th,
.cart-list tr:last-child td:first-child {
	text-align: right;
}
.cart-list td:first-child,
.cart-list th:first-child {
	text-align: left;
}
.cart-list td:last-child {
	text-align: center;
}
.cart-list .form-control {
	width: auto;
	height: auto !important;
	display: inline-block;
	padding: 10px;
}
.cart-list .fa-trash-o:before {
	font-size: 17px;
}

.notification {
    position: absolute;
    top: -7px;
    left: 13px;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background-color: #F00;
    font-size: 12px;
    line-height: 16.2px;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat Bold', sans-serif;
}

#accordion ol {
	padding-left: 0;
	counter-reset: item;
}
#accordion li {
	display: block;
	padding-left: 35px;
}
#accordion li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
    left: 1.25rem;
}
#accordion li ol li {
	padding-left: 45px;
}
#accordion li ol li:before {
    left: 3.5rem;
}
#accordion ul li,
#accordion li ol li ul li {
	padding-left: 0;
	display: list-item;
	list-style-type: disc;
}
#accordion ul li:before,
#accordion li ol li ul li:before {
	content: normal;
	counter-increment: none;
	position: relative;
}

.la-list-style ol {
	padding-left: 15px !important;
}
.la-list-style li {
	display: list-item !important;
	list-style-type: lower-alpha !important;
	padding-left: 5px !important;
}
.la-list-style li:before {
	content: normal !important;
}
.la-list-style ol li:nth-child(2) {
	padding-left: 5px !important;
}

.card {
	border: 0;
	background-color: transparent;
}
.card h5 {
	font-size: 1.125rem;
	line-height: 26px;
}
.card-header {
	font-family: 'Montserrat Bold', sans-serif;
	background-color: transparent;
}
.card-header a {
	color: #444;
}
.card-header a:active,
.card-header a:focus {
	color: #E4A924;
}
.card-body {
	position: relative;
}

/* #exampleSlider */
#exampleSlider {
	position: relative;
}
#exampleSlider .MS-content {
	overflow: hidden;
	white-space: nowrap;
}
#exampleSlider .MS-content .item {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 25%;
	text-align: center;
	margin-left: -3px;
}
#exampleSlider .MS-controls button {
	position: absolute;
	border: none;
	background: transparent;
	font-size: 14px;
	outline: 0;
	top: 0;
	color: #FFF;
}
#exampleSlider .MS-controls button:hover {
	cursor: pointer;
}
#exampleSlider .MS-controls .MS-circle {
	border-radius: 25px;
	width: 25px;
	height: 25px;
	background-color: #E4A924;
	vertical-align: middle;
	display: table-cell;
}
#exampleSlider .MS-controls .MS-left {
	top: 5px;
	left: -15px;
}
#exampleSlider .MS-controls .MS-right {
	top: 5px;
	right: -15px;
}

.item-pager {
	text-align: center;
    margin: auto;
}
.item-pager a {
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 27px;
	line-height: 27px;
	background-color: #EEE;
	color: #444;
}
.item-pager span {
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 27px;
	line-height: 27px;
	background-color: #E4A924;
}
.item-pager .fa-chevron-left:before,
.item-pager .fa-chevron-right:before {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
    padding: 0;
}


/* button */
.btn {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 13px;
	padding: 8px 30px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary,
a.btn-primary {
	color: #FFF;
	background-color: #E4A924;
	border: 1px solid #E4A924;
}
.btn-primary:hover,
a.btn-primary:hover {
	color: #FFF;
	background-color: #E9B543;
	border: 1px solid #E9B543;
}

btn-secondary,
a.btn-secondary {
	color: #726658;
	background-color: transparent;
	border: 1px solid #726658;
}
.btn-secondary:hover,
a.btn-secondary:hover {
	color: #8E857A;
	background-color: transparent;
	border: 1px solid #8E857A;
}

.btn-text,
a.btn-text {
	font-family: 'Montserrat Regular', sans-serif;
	color: #E4A924;
	padding-bottom: 2px;
	border-bottom: 1px solid #E4A924;
	font-size: 13px;
}
.btn-text:hover,
a.btn-text:hover {
	color: #E9B543;
	border-bottom: 1px solid #E9B543;
}

.btn-text-secondary,
a.btn-text-secondary {
	font-family: 'Montserrat Regular', sans-serif;
	color: #726658;
	padding-bottom: 2px;
	border-bottom: 1px solid #726658;
	font-size: 13px;
}
.btn-text-secondary:hover,
a.btn-text-secondary:hover {
	color: #9B8579;
	border-bottom: 1px solid #9B8579;
}

.btn-hotels-list,
a.btn-hotels-list {
	font-family: 'Montserrat Bold', sans-serif;
	color: #C2B59B;
	position: absolute;
	top: 10px;
	right: 0;
}
.btn-hotels-list:hover,
a.btn-hotels-list:hover {
	opacity: 0.8;
}

.btn-atc,
a.btn-atc {
	color: #726658;
	background-color: #EFEBE5;
	border: 1px solid #EFEBE5;
}
.btn-atc:hover,
a.btn-atc:hover {
	background-color: #E9B543;
	border: 1px solid #E9B543;
}
/* end button */


/*======== footer ========*/
.top-footer {
	background-color: #726658;
	padding: 25px 0 8px 0;
}

.subscribe .btn {
	padding: 10px;
}
.subscribe h5 {
	font-size: 17px;
}
.subscribe .ecr-modal .modal-dialog {
	max-width: 650px;
}
.subscribe .consent-content p {
	font-size: 13px;
    line-height: 20px;
}
.subscribe .form-control {
	border: none;
}

.social-link {
	float: right;
}
.social-link ul {
	padding: 0;
	margin: 0;
}
.social-link li {
	display: inline-block;
	list-style-type: none;
	padding-left: 17px;
}
.social-link li:first-child {
	padding-left: 0;
}
.social-link p {
	font-family: 'Montserrat Light', sans-serif;
	letter-spacing: 0.06em;
}

.footer-nav-link {
	text-align: center;
}
.footer-nav-link ul {
	padding: 0;
	margin: 0;
}
.footer-nav-link li {
	font-family: 'Montserrat Light', sans-serif;
	font-size: 13px;
	display: inline-block;
	list-style-type: none;
	padding: 0 1px;
	letter-spacing: 0.02em;
}
.footer-nav-link li a {
	color: #444;
}

.copyright {
	font-family: 'Montserrat Light', sans-serif;
	letter-spacing: 0.02em;
	font-size: 13px;
	text-align: center;
}

.scrollup {
	width: 40px;
	height: 40px;			
	text-indent: -9999px;
	opacity: 0.4;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;			
	background: url('../images/icon_top.png') no-repeat;
	z-index: 1;
}

.msg-display {
	font-size: 16px;
	letter-spacing: -0.008em;
}

.input-group-addon {
    padding: 6px 12px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-addon .fa-calendar-alt {
	font-size: 18px;
	padding-top: 5px;
}

.row-43 {
	height: 43px;
}

/* #exampleSlider1 */
#exampleSlider {
	position: relative;
}
#exampleSlider .MS-content {
	overflow: hidden;
	white-space: nowrap;
}
#exampleSlider .MS-content .item {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 33.333%;
	text-align: center;
}
#exampleSlider .MS-controls button {
	position: absolute;
	border: none;
	background: transparent;
	font-size: 25px;
	outline: 0;
	top: 0;
	color: #444;
}
#exampleSlider .MS-controls button:hover {
	cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
	top: 8px;
	left: -15px;
}
#exampleSlider .MS-controls .MS-right {
	top: 8px;
	right: -15px;
}

@media (max-width: 1180px) {
	#exampleSlider .MS-content .item {
		width: 50%;
	}
}

@media (max-width: 991px) {
	#exampleSlider .MS-content .item {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#exampleSlider {
		border-color: transparent;
	}
	#exampleSlider .MS-content {
		margin: 0;
	}
}


@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.ecr-3col-item {
		min-height: 320px;
	}
	
	.atc {
		float: none;
		width: 100%;
	}

	.redeem-cta-btn .btn {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.parhotel-list .ecr-3col-content {
		min-height: 220px;
	}
	
	.ecr-benefits {
		height: 340px;
	}
}

@media (min-width: 1181px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 2.5rem;
		padding-left: 0;
	}
}

@media (max-width: 1180px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 16px;
	}
	
	.hero-slider-1 .img-container {
		bottom: 70px;
		right: 50px;
	}
	
	.btn-hotels-list,
	a.btn-hotels-list {
		top: -30px;
		right: 16px;
	}
}

@media (min-width: 992px) {
	.ecr-sort-bar .col-lg-8 {
		text-align: right;
	}
	
	.dntp p {
		min-height: 70px;
	}
}

@media (max-width: 991px) {
	.ecr-1col-content {
		padding: 85px 30px;
	}
	
	.excl-offer .ecr-3col-content {
		min-height: 320px;
	}
	
	.ecr-benefits {
		height: 360px;
	}
	
	.parhotel-list .ecr-3col-content {
		min-height: 250px;
	}
	
	.login-landing .ecr-3col-content{
		min-height: 220px;
	}
	
	.ecr-3col-item {
		min-height: 350px;
	}
	
	#navigation {
		margin-top: 10px;
		margin-left: 0;
	}
	
	.rewards-category li {
		font-size: 14px;
		padding-right: 5px;
	}
	.rewards-category li:last-child {
		padding-right: 0;
	}
	.rewards-category li a {
		padding: 15px;
	}
	
	.d-lg-inline-block {
		display: none;
	}
	
	#exampleSlider .MS-content .item {
		width: 33.333%;
	}
}

@media (min-width: 961px) {
	.sm-menu {
		display: none;
	}
	.md-menu {
		display: block;
	}
}

@media only screen and (max-width: 960px) {
	.sm-menu {
		display: block;
	}
	.md-menu {
		display: none;
	}
	
	.logged-in-menu li {
		width: 100%;
    	position: relative;
	}
	.logged-in-menu .dropdown-menu {
		border-radius: 0;
		margin-top: 13px;
	}
	.logged-in-menu .dropdown-menu > li {
		width: 100%;
	}
	.logged-in-menu .dropdown-menu > li > a {
		color: #726658;
		font-size: 13px;
		padding: 0;
	}
	.logged-in-menu .dropdown-menu > li > a:hover {
		color: #E4A924;
		background-color: transparent;
	}
}

@media (min-width: 768px) {
	.hiddenMd {
		display: block;
	}
	.visibleMd {
		display: none;
	}
	
	.ecr-1col-pl-0 {
		padding-left: 0;
	}
	
	.ecr-1col-pr-0 {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.hiddenMd {
		display: none;
	}
	.visibleMd {
		display: block;
	}
	
	.top-book-btn,
	a.top-book-btn {
		padding: 8px 12px;
	}
	
	.main-heading h2 {
		font-size: 30px;
	}
	
	.hero-slider-1 .img-container {
		bottom: 40px;
		right: 15px;
		max-width: 400px;
	}
	.hero-slider-2 .img-container,
	.logged-in-slider .img-container {
		bottom: 40px;
	}

	.wrapper {
		margin-top: 50px;
	}
	
	.ecr-1col-content {
		display: inherit;
		height: auto;
		background-color: #EFEBE5;
		padding: 30px;
	}
	
	.ecr-3col-content .btn {
		position: relative;
		margin: 10px auto;
	}
	
	.excl-offer .ecr-3col-content,
	.parhotel-list .ecr-3col-content,
	.login-landing .ecr-3col-content,
	.rewards-category .ecr-3col-content,
	.ecr-3col-item {
		min-height: inherit;
	}
	
	.ecr-benefits {
		display: inherit;
		height: inherit;
	}
	
	.social-link {
		float: none;
		margin-top: 10px;
	}
	.social-link p {
		margin-bottom: 5px;
	}
	
	.subscribe .btn {
		width: 100%;
		padding: 10px 0;
	}
	
	.redeem-cta-btn {
		position: relative;
		left: 0;
		right: 0;
		margin-top: 25px;
	}
	
	/*.top-footer {
		padding: 20px 8px;
	}*/
}

@media (max-width: 730px) {
	#navigation {
		margin-top: 0;
		padding-bottom: 10px;
	}
	
	.rewards-category {
		margin-top: 15px;
	}
	.rewards-category ul {
		display: inline-flex;
	}
	.rewards-category li a {
		display: table-cell;
		vertical-align: middle;
		padding: 10px;
		height: 90px;
		line-height: 19px;
	}
}

@media (max-width: 700px) {
	.top-header span {
		display: none;
	}
	.fa-user-circle:before {
		padding-right: 0;
	}
}

@media (max-width: 646px) {
	#exampleSlider .MS-content .item tr:first-child td:first-child {
		height: 53px;
	}
}

@media (min-width: 620px) {
	.sort-category {
		margin-left: 10px;
	}
	
	.sort-by {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media (max-width: 619px) {
	.ecr-sort-bar select.form-control {
		margin-bottom: 8px;
	}
	
	.sort-by {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media (min-width: 576px) {
	.hiddenXs {
		display: block;
	}
	.visibleXs {
		display: none;
	}
}

@media (max-width: 575px) {
	.hiddenXs {
		display: none;
	}
	.visibleXs {
		display: block;
	}
	
	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.25rem;
		line-height: 28px;
	}
	
	.eclubrewards-logo {
		width: 200px;
		margin: 20px auto;
	}
	
	.content {
		padding-top: 90px;
	}

	.page-title {
		margin: 10px auto 30px auto;
		width: fit-content;
	}

	.main-heading h2 {
		font-size: 24px;
	}
	.main-heading p {
		font-size: 13px;
		letter-spacing: normal;
	}
	
	.hero-slider-1 .img-container {
		max-width: 300px;
	}
	
	.px-xs-0 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.current-points {
		font-size: 24px;
		padding-top: 5px;
	}
	
	.cart-list table {
		font-size: 13px;
		line-height: 16px;
	}
	.cart-list td {
		padding: 8px 10px;
	}
	.cart-list tbody tr:last-child {
		font-size: 14px;
	}
	
	.btn {
		padding: 8px 20px;
	}
	
	.balance-points p {
		letter-spacing: normal;
	}
	
	.copyright {
		letter-spacing: normal;
		font-size: 12px;
		line-height: 20px;
	}
	
	.ecr-table-points .ecr-modal .modal-body {
		padding: 30px 20px;
	}
	
	#exampleSlider .MS-content .item {
		width: 50%;
	}
	
	.ecr-1col-content {
		padding: 20px;
	}
	
	.content-logged-in {
		padding-top: 135px;
	}
	
	.ecr-table h5 {
		font-size: 1.25rem;
		line-height: 26px;
	}
}