html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #444;
	background: #fff;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

body.menuOpened {
	overflow-y: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #6f6f6f;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

a:hover {
	color: #e4e4e4;
	text-decoration: none;
}

nav ul, .languages ul {
	padding: 0;
}

.languages li {
	display: inline-block;
}

hr {
    border: none;
    padding: 40px 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

section {
	clear: both;
	overflow: hidden;
}

*::selection {
  background-color: #041c34;
  color: #fff;
}

/*
 * website sprite image
 */

.scroll, .socialmedia li a, .quicktoogle, .languages select, 
.flashContainer .gcb_navigation_arrow, 
.footerlogo a, .mainlogo a, .large::after, #contentblock #c1 h1::before, #contentblock h3::after, .quote .imgTitle::after, 
#c2::before, .small .imgTitle::before, .footerlogo, .quote .imgContentWrapper::after, 
#contentblock .roomContainer.room-opened .roomName h2::after, .bookinggadget::after {
	background-image: url("../avenidapark_hotel_2_bin/sprite.png") !important;
	background-size: 754px auto;
	background-repeat: no-repeat;
}

/*
 * loader area
 */
#loader {
    background: #1d1d1d;
    position: relative;
}

#loader .loader {
    margin: -20px 0 0 -20px;
    width: 3em;
    height: 3em;
    border-top: 0.2em solid rgba(124, 136, 64, 0);
    border-right: 0.2em solid rgba(124, 136, 64, 0.1);
    border-bottom: 0.2em solid rgba(124, 136, 64, 0.2);
    border-left: 0.2em solid rgba(124, 136, 64, 0.3);
}

#loader:after {
    content: "";
    position: absolute;
    bottom: 10px !important;
    left: 50%;
    width: 140px;
    height: 25px;
    background: url(../avenidapark_hotel_2_bin/gc_loading.png) no-repeat !important;
    margin-left: -70px;
}


/** 
  * Scroll area
  **/

@keyframes animHomeHeaderLine {
    0% {
        background-position: 0 -80px
    }
    50% {
        background-position: 0 0
    }
    100% {
        background-position: 0 80px
    }
}

@keyframes animHomeHeaderLineTop {
    0% {
        background-position: 0 80px
    }
    50% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -80px
    }
}

.scroll {
    position: fixed;
    letter-spacing: 2px;
    font-size: 11px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    bottom: 100px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 35px;
    background-position: right 0;
    z-index: 101;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.with-bannerImg .scroll {
    display: none;
}

.scroll span, .scrolltop span {
    position: absolute;
    z-index: 20;
    top: 26px;
    bottom: auto;
    left: 50%;
    width: 1px;
    height: 80px;
    margin-left: -0.5px;
    background: rgba(255, 255, 255, .8);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -40px;
    -webkit-animation: animHomeHeaderLine 4s ease forwards infinite;
    animation: animHomeHeaderLine 4s ease forwards infinite
}

.scroll:hover {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70;);
}

.menuOpened .scroll, .scrolling .scroll {
    display: none;
}



/** 
  * Scroll area
  **/
.scrolltop {
	position: relative;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.scrolltop:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100;);
}


/**
  * website areas
  **/


/** top block area **/

#topblock {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #242424;
    z-index: 20;
    padding: 0 40px;
    transition-property: all;
    transition-duration: 0.50s;
    transition-timing-function: ease-out;
}

/** center block area **/

#centerblock {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	padding: 0;
}

.with-bannerImg .flashContainer img {
	min-width: 100%;
    min-height: 100%;
}

.hotel-directions #centerblock {
	padding-top: 70px !important;
	padding: 70px 0 0 !important;
}

/** content block area **/

#contentblock {
	position: relative;
	background: #fff;
}

.no-banner #contentblock, .with-bannerImg #contentblock {
	margin-top: 70px;
}

/** bottomblock block area **/

#bottomblock {
	position: relative;
	overflow: visible;
	padding: 80px 40px 20px;
    background: url(../avenidapark_hotel_2_bin/footer_bg.png) no-repeat center;
    background-size: cover;
}

/**
  * Top Block area
  **/

/** hotel logo area **/

.hotellogo {
	display: block;
    width: 219px;
    height: 80px;
    margin: 0;
    margin-left: -10px;
    margin-left: -10px;
    background: url(../avenidapark_hotel_2_bin/hotel_logo.png) no-repeat;
    background-size: 100%;
    background-position: center left;
}

.hotellogo a {
	display: block;
	height: 100%;
}

.hotellogo a span, .logo a span {
	text-indent: -9999px;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.hotellogo img {
	display: none;
}

/** toggle area **/
.toggleblock {
    overflow: hidden;
    width: 35px;
    text-align: left;
    top: 22px;
    right: 16px;
    display: block;
    z-index: 5;
    position: absolute;
}

.toggle {
    margin: 20px 10% 0 0;
    color: #01A1DD;
    height: 55px;
    line-height: 55px;
    font-size: 0.8em;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    position: relative;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    letter-spacing: 1px;
    text-indent: -9999px;
}

.toggle span {
    position: absolute;
    top: 0;
    right: 0;
}

.toggle:hover {
    text-decoration: none;
    color: #01A1DD;
}

.toggle span {
    background: url("../avenidapark_hotel_2_bin/menu_icon.png") no-repeat center;
    display: block;
    width: 35px;
    height: 100%;
    float: right;
}

.toggle:hover span {
    background: url("../avenidapark_hotel_2_bin/menu_icon.png") no-repeat center;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menuOpened .toggle span {
    background: url("../avenidapark_hotel_2_bin/menu_icon_close.png") no-repeat center;
}

.menuOpened .toggle:hover span {
    background: url("../avenidapark_hotel_2_bin/menu_icon_close.png") no-repeat center;
}


/** MENU **/

.navigation {
	position: fixed;
    top: 28px;
    left: 280px;
    right: 240px;
    height: 23px;
    text-align: right;
    overflow: hidden;
    transition: top 0.4s ease-out;
}

.navigation ul {
	padding: 0;
}

.navigation li {
	display: inline-block;
	margin: 0 12px;
}

.navigation li a {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	position: relative;
    letter-spacing: 1.5px;
	color: #fff;
	transition-property: color;
	transition-duration: 0.50s;
	transition-timing-function: ease-in-out;
}

body:not(.isTouchDevice) .navigation li a:hover, body:not(.isTouchDevice) .navigation li.active a {
    color: #7C893B;
}

/**
  * Booking engine area
  **/

.bookinggadget {
    position: fixed;
    width: 400px;
    height: 100%;
    background: #1d1d1d;
    padding: 7% 40px 40px;
    top: 0;
    right: -400px;
    z-index: 99;
    overflow-y: scroll;
    transition: right 0.7s ease-in-out;
}

.beOpened .bookinggadget {
	right: 0;
}

.bookinggadget .selectHotel {
    display: none;
}

.bookinggadget label {
    display: block;
    line-height: 50px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.bookinggadget .selectHotel label:after {
	content: "by ALUZ COLLECTION";
	padding-left: 6px;
	display: inline-block;
	text-transform: none;
	position: relative;
}

.bookinggadget select,
.bookinggadget input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
    height: 50px;
    width: 100%;
    background: #fff url("../avenidapark_hotel_2_bin/sprite.png") no-repeat;
    background-size: 642px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.bookinggadget .selectPromocode {
	display: none;
}

.bookinggadget .col-md-12 select {
    background-position: 244px -943px;
}

.bookinggadget .col-md-6 select {
    background-position: 78px -925px;
}

.bookinggadget .datepicker {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    background: red;
    margin: 0;
    clear: both;
    margin: 0;
    padding: 0;
    z-index: 12;
}

.bookinggadget .ui-widget.ui-widget-content {
	border: none;
    border-radius: 0;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}

.bookinggadget .ui-datepicker .ui-datepicker-header {
	background: #fff;
	border: none;
}

.bookinggadget .ui-datepicker .ui-datepicker-title {
    line-height: 50px;
}

.bookinggadget .ui-datepicker .ui-datepicker-prev, 
.bookinggadget .ui-datepicker .ui-datepicker-next {
	line-height: 50px;
    height: 50px;
    width: 20px;
    opacity: 1;
}

.bookinggadget .ui-widget-header .ui-icon {
	background: url("../avenidapark_hotel_2_bin/sprite.png") no-repeat;
	background-size: 642px auto;
}


.bookinggadget .ui-datepicker .ui-datepicker-prev span {
    background-position: -21px -1040px;
    height: 22px;
    margin-top: -10px;
}

.bookinggadget .ui-datepicker .ui-datepicker-next span {
    background-position: -21px -1011px;
    height: 22px;
    margin-top: -10px;
}

.bookinggadget .ui-state-default, 
.bookinggadget .ui-widget-content .ui-state-default, 
.bookinggadget .ui-widget-header .ui-state-default, 
.bookinggadget .ui-button, html 
.bookinggadget .ui-button.ui-state-disabled:hover, 
html .bookinggadget .ui-button.ui-state-disabled:active {
	font-weight: bold;
	border: 1px solid #e6e6e6;
    background: #E6E6E8;
}

.bookinggadget .dp-highlight .ui-state-default {
    background: #242424;
    border: 1px solid #242424;
    color: #fff;
}

.bookinggadget .ui-state-highlight, 
.bookinggadget .ui-widget-content .ui-state-highlight, 
.bookinggadget .ui-widget-header .ui-state-highlight {
	background: #242424;
	border: 1px solid #242424;
	color: #fff;
}

.bookinggadget .ui-state-active, 
.bookinggadget .ui-widget-content .ui-state-active, 
.bookinggadget .ui-widget-header .ui-state-active, 
.bookinggadget a.ui-button:active, 
.bookinggadget .ui-button:active, 
.bookinggadget .ui-button.ui-state-active:hover {
	background: #af8f65;
	border: 1px solid #af8f65;
	color: #fff;
}

.bookinggadget .selectDate input,
.bookinggadget .selectDate .calicon {
	opacity: 0;
	display: none;
}

label[for='selectCheckin'], label[for='selectCheckout'] {
	display: inline-block;
}

label[for='selectCheckin']:after {
	content: "/";
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

.submitButton {
	margin-top: 25px;
}

.submitButton .booknow {
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 60px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    transition: background 0.5s ease-in-out;
	background: #af8f65;
    background-size: 762px auto;
    background-position: 235px -1005px;
}

.submitButton .booknow:hover {
	background: #7C893B;
    background-size: 762px auto;
    background-position: 235px -1005px;
}

.submitButton .booknow span {
    top: -7px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

label[for='bar'] {
    color: #fff;
    position: absolute;
    top: 17px;
    font-size: 9px;
    font-weight: 500;
    left: 0;
    right: 0;
    pointer-events: none;
}

body.beOpened {
	overflow-y: hidden;
}

.body-overlay {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 14;
    background: rgba(0,0,0,0.5);
    transition: width 0.5s ease-in-out;
    cursor: url("../avenidapark_hotel_2_bin/popup_close.png"), auto;
}

.beOpened .body-overlay {
    width: 100%;
}

.book-close {
	pointer-events: none;
	opacity: 0;
}

.beOpened .book-close {
    display: block;
    position: fixed;
    top: 30px;
    right: 55px;
    width: 16px;
    height: 16px;
    background: url(../avenidapark_hotel_2_bin/popup_close2.png) no-repeat center;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.beOpened .book-close:hover {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/** book button toggle **/

#topblock .booktoggle {
    background: #7C893B;
    top: 22px;
    width: 180px;
    height: 40px;
    z-index: 3;
    cursor: pointer;
    transition: all 0.40s ease-out;
    right: 40px;
    opacity: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 3px;
}

body:not(.isTouchDevice) #topblock .booktoggle:hover {
	opacity: 0.85;
	text-decoration: none;
	transform: translateX(-10px);
}

/** fixedBar **/

.fixedBar {
	position: fixed;
    width: 100%;
    height: 34px;
    background: #242424;
    padding: 0 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

/** languages area **/

.languages {
    position: absolute;
    z-index: 1;
    opacity: 1;
    right: auto;
    left: 40px;
    bottom: 0;
    top: -6px;
    float: left;
    display: block;
}

.languages ul {
	position: relative;
	padding-top: 1px;
	overflow: hidden;
}

.languages li {
	display: inline-block;
}

.languages li a {
    font-family: 'Oswald', sans-serif;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 46px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    transition: background 0.5s ease-in-out;
}

.languages li a.active, .languages li a:hover {
    background: #A1A177;
}

/** quicklinks area **/

.quicklinks {
    position: relative;
    margin: 0 auto;
    width: 75%;
    display: block;
    left: auto;
    float: none;
    text-align: center;
}

.quicklinks ul {
    position: relative;
    height: 100%;
}

.quicklinks li {
	display: inline-block;
	position: relative;
}

.quicklinks li a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
    margin: 0 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    line-height: 38px;
    transition: color 0.5s ease-in-out;
}

.quicklinks li a:hover, .quicklinks li.active a {
    color: #7C893B;
}

/**
  * Center Block area
  **/

/** banner **/

.flashContainer {
	z-index: 1;
	height: 100% !important;
	position: relative;
}

.flashContainer .gcb_container {
	overflow: visible;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next {
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.flashContainer .gcb_image_legend {
	position: absolute;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    line-height: 82px;
    font-weight: lighter;
    letter-spacing: 4px;
    text-decoration: none;
    right: 0;
    left: 0;
    top: 45%;
    bottom: auto;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    visibility: visible !important;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.flashContainer .gcb_image_legend span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.scrolling .flashContainer .gcb_image_legend {
	opacity: 0 !important;
}

.flashContainer .gcb_navigation {
    top: 50%;
    bottom: auto;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0 36px;
}

.flashContainer .gcb_navigation_arrow {
	width: 21px;
	height: 43px;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}

.flashContainer .gcb_navigation_arrow.previous, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous, .flashContainer .gcb_container:hover .previous {
    background-position: -721px -1021px;
}

.flashContainer .gcb_navigation_arrow.next, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next, .flashContainer .gcb_container:hover .next {
    background-position: -721px -1076px;
    float: right;
}

.flashContainer .gcb_navigation_arrow.next, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next,
.flashContainer .gcb_container:hover .next {
	float: right;
}


.flashContainer .gcb_navigation_paginator {
	display: none;
}

.flashContainer .gcb_navigation_arrow {
	display: block;
}

/*.flashContainer:hover .gcb_navigation_arrow, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow {
	opacity: 0.6 !important;
	filter: alpha(opacity=60) !important;
}*/

.flashContainer .gcb_navigation .gcb_navigation_arrow.previous:hover, .flashContainer .gcb_navigation .gcb_navigation_arrow.next:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.flashContainer .gcb_navigation_paginator {
	background: none;
	float: none;
	margin: 0 auto;
	visibility: visible;
	/*opacity: 1 !important;*/
}

.flashContainer .gcb_navigation_paginator ul li {
	display: inline-block;
    float: none;
    margin: 0 3px;
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    opacity: 0.5;
}

.flashContainer .gcb_navigation_paginator ul li.selected {
	opacity: 1;
}


/**
  * Content Block area
  **/

#c1 {
	background: url(../avenidapark_hotel_2_bin/content1_bg.png) repeat center;
    z-index: 0;
}

#c1::before {
    content: "";
    display: block;
    position: absolute;
    width: 562px;
    height: 562px;
    background: url(../avenidapark_hotel_2_bin/content1_img.png) no-repeat center;
    top: 48%;
    right: 0;
    z-index: -1;
}

#c2 {
	background: url(../avenidapark_hotel_2_bin/content2_bg.jpg) repeat center;
    z-index: 0;
}

#c2::before {
    content: "";
    display: block;
    position: absolute;
    width: 520px;
    height: 520px;
    top: 73px;
    left: 0;
    background-position: 0px -510px;
    z-index: -1;
    opacity: 0.8;
}

#c2::after {
    content: "";
    display: block;
    position: absolute;
    width: 310px;
    height: 350px;
    background: url(../avenidapark_hotel_2_bin/bottom_bg.png) repeat-y center;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#c3 {
	padding: 0;
}

.no-banner #c1, .with-bannerImg #c1 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 60px 0 0;
}

#contentblock .content .holder > * {
	margin-left: 22%;
	margin-right: 22%;
}

#contentblock .content .holder h1, #contentblock .content .holder h2, #contentblock .content .holder h3, #contentblock .content .holder p, #contentblock .content .holder ul {
	margin-left: 25%;
	margin-right: 25%;
}

/** headings **/

#contentblock h1, #contentblock h2, #contentblock h3 {
	position: relative;
	text-transform: uppercase;
	color: #242424;
	clear: both;
	z-index: 2;
	font-family: 'Oswald', sans-serif;
}

.homepage #contentblock #c1 h1:first-of-type {
	display: none;
}

#contentblock h1, #contentblock h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 40px 0 20px;
    letter-spacing: 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

#contentblock h1 span, #contentblock h2 span {
    display: block;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 7px;
}

#contentblock h2 {
    font-weight: 400;
}

#contentblock #c1 h1::before {
    content: "";
    display: block;
    position: relative;
    width: 83px;
    height: 81px;
    background-position: -34px -110px;
    margin: 0 auto 30px;
}

#contentblock h1::after {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 3px;
    background: #242424;
    margin: 24px auto;
}

#contentblock h3 {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px;
}

#contentblock ul {
	margin: 0 0 15px 25%;
}

#contentblock p {
	margin-top: 30px;
    clear: both;
    text-align: center;
}

.hotel-contacts #contentblock p {
    margin-top: 10px;
    clear: both;
}

#contentblock p img {
	width: 200%;
    margin-left: -51%;
}

#contentblock em {
	font-weight: 500;
}

p:empty {
	display: none;
}

#contentblock ul li {
	margin: 0;
	display: block;
	/*background: url(../avenidapark_hotel_2_bin/li.png) no-repeat left center;*/
    background: none;
	color: #242424;
}

#contentblock ul li::before {
    content: "";
    display: inline-block;
    margin: 5px 6px;
    width: 4px;
    height: 4px;
    background: url(../avenidapark_hotel_2_bin/li.png) no-repeat left center;
}

.mobile.hotel-directions #contentblock ul li:last-of-type {
	background-image: none !important;
    margin: 0;
    padding: 0;
    color: #242424;
}

.mobile.hotel-directions #contentblock ul {
    margin: 0;
}

.mobile.no-banner #c1, .mobile.with-bannerImg #c1 {
    padding-top: 128px;
}

.mobile.hotel-directions.no-banner #c1 {
    padding-top: 0;
}


/** Promotion gadget **/

#contentblock .promotionsgadget {
	display: none;
}

#centerblock .flashContainer .promotionsgadget {
    display: block;
}

#centerblock .flashContainer .promotionsgadget {
    height: auto;
    opacity: 1 !important;
    background: rgba(255,255,255,0.9);
    bottom: 65px;
    left: auto;
    right: 40px;
    width: 280px;
    padding: 40px 30px;
    text-align: center;
    display: block;
}

.scrolling #centerblock .flashContainer .promotionsgadget {
    opacity: 0;
}

#centerblock .flashContainer .promotionsgadget .prgWrapper {
    padding: 0;
}

#centerblock .flashContainer .promotionsgadget .prgImgWrapper {
    display: none;
}

#centerblock .flashContainer .promotionsgadget .prgTitle {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #242424;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0;
}

#centerblock .flashContainer .promotionsgadget .prgDescription {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin: 0;
    display: inline-block;
    opacity: 1;
}

#centerblock .flashContainer .promotionsgadget .prgClick {
    display: block;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-align: center;
    float: none;
    margin: 0;
}


/** 
  * imagelinks area
  **/

.imagelinkgadget.enabled {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.imagelinkgadget.enabled .imglinkWrapper {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.imagelinkgadget {
	margin: 4px 0 !important;
	padding: 0;
	position: relative;
	transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
}

.imagelinkgadget a {
	color: #242424;
}

.imgImageWrapper {
	line-height: 0;
	height: 415px;
	overflow: hidden;
	background: #000;
	position: relative;
	transition: opacity 0.5s ease-in-out;
}

#contentblock .imagelinkgadget.video .imgImageWrapper iframe {
    position: absolute;
}

.imgImageWrapper span {
	height: 100%;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.imgContentWrapper {
	position: relative;
	margin-top: 35px;
}

.notext .imgContentWrapper {
    display: none;
}

.imgTitle {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
    line-height: 36px;
    letter-spacing: 3px;
    font-weight: 500;
	text-transform: uppercase;
}

.imgDescription {
	position: relative;
	margin: 10px 5% 30px;
}

.imgLink {
	position: relative;
    display: inline;
    border: 1px solid #242424;
    padding: 3px 16px 6px;
    transition: all 0.5s ease-in-out;
}

.nolink .imgLink {
	display: none;
    border: none;
}

.imgLink:hover {
	background: #fff;
}

.imgLink span {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
    font-weight: 500;
    color: #242424;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.imgLink:hover span {
	color: #fff;
}

.imgLink:hover, .imgLink:hover {
    border: 1px solid #242424;
    background: #242424;
}

.imagelinkgadget:hover .imgImageWrapper {
	opacity: 0.95;
}

/* small & medium & large */

.imgLinksWrapper {
	margin-left: 10% !important;
	margin-right: 10% !important;
}

.small, .medium {
	margin: 5px 0 !important;
	padding: 0 5px;
}

.small .imgImageWrapper {
	height: 480px;
}

.small .imgTitle {
	font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
}

.medium .imgTitle {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
}

.small .imgContentWrapper, .medium .imgContentWrapper {
    background: rgba(255,255,255,0.7);
    margin-top: 0;
    padding: 30px 20px 40px;
    min-height: 275px;
}

.noimage.small {
	overflow: visible;
}

.noimage.small .imgLink, .noimage.small .imgDescription {
	display: none;
}

.medium .imgImageWrapper {
	height: 380px;
}

/** mediumlarge **/

.mediumlarge .imgTitle {
    max-width: 80%;
    font-size: 40px;
    line-height: 48px;
}

.mediumlarge .imgImageWrapper {
	height: 620px;
	width: 50%;
	float: left;
}

.mediumlarge:nth-of-type(even) .imgImageWrapper {
	float: right;
}

.mediumlarge .imgContentWrapper {
    width: 50%;
    float: right;
    height: 620px;
    position: relative;
    display: table;
    margin-top: 0;
    background: url("../avenidapark_hotel_2_bin/mediumlarge_bg.png") repeat center;
}

.mediumlarge:nth-of-type(even) .imgContentWrapper {
	float: left;
	background: url("../avenidapark_hotel_2_bin/mediumlarge_bg_2.jpg") repeat center;
}

.mediumlarge .tableWrapper {
	display: table-cell;
	vertical-align: middle;
    padding: 0 12%;
    text-align: left;
}

.mediumlarge .imgDescription {
    max-height: 140px;
    overflow: hidden;
    margin: 30px 0;
}

.mediumlarge .imgTitle::after {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 3px;
    background: #242424;
    margin: 24px 0;
}

/** quote **/

.quote, .slide, .videoblock {
    margin: 0 !important;
}

.quote .imglinkWrapper {
	height: 460px;
}

.quote .imgImageWrapper {
	display: none;
}

.quote .imgContentWrapper {
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 460px;
	background: url("../avenidapark_hotel_2_bin/quote_bg.png") repeat center;
	margin-top: 0;
	max-width: 100% !important;
}

.quote .imgContentWrapper::before {
    content: "";
    position: absolute;
    display: block;
    width: 378px;
    height: 100%;
    left: 50%;
    margin-left: -189px;
    top: 0;
    background: url("../avenidapark_hotel_2_bin/quote_img.png") no-repeat center;
}

.quote .imgContentWrapper .tableWrapper {
    width: 60%;
    z-index: 1;
}

.quote .imgContentWrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 350px;
    height: 130px;
    background-position: -410px -244px;
    top: auto;
    bottom: 60px;
    right: -80px;
    z-index: 2;
}

.quote .imgDescription {
    margin: 10px 6% 30px;
}

.quote .imgDescription {
	color: #B9B6B1;
    font-style: italic;
}

.quote .imgTitle {
    padding: 0 10%;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #8F846E;
}

.quote .imgTitle::after {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 3px;
    background: #8F846E;
    margin: 24px auto;
}

.quote .imgLink {
	border: none;
}

.quote .imgLink:hover {
    border: none;
    background: none;
}

.quote .imgLink span {
    color: #8F846E;
}

.quote .imgLink:hover span {
    color: #8F846E;
}

.quote:nth-of-type(even) .imgLink:hover span {
    color: #7E9C90;
}

/** large **/

.large {
	margin: 4px 0 !important;
}

.large .imgImageWrapper {
	height: 560px;
}

.large::after {
	content: "";
	display: block;
	position: absolute;
	width: 145px;
	height: 280px;
	background-position: -496px -238px;
	top: -100px;
    right: 80px;
}


/** slide **/

.bx-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	clear: both;
}

.bx-wrapper .bx-viewport {
	
}

.bx-controls {
    position: relative;
    height: 0;
}

.bx-controls .bx-controls-direction {
	display: block;
    cursor: pointer;
}

.bx-controls .bx-controls-direction a {
	position: absolute;
    display: block;
    width: 40px;
    bottom: 330px;
    text-align: center;
    height: 25px;
    font-size: 11px;
    letter-spacing: 3px;
    color: #041c34;
    font-weight: lighter;    
    transition: opacity 0.5s ease-in-out;
}

.bx-controls .bx-controls-direction a:hover {
    opacity: 0.5;
}

.bx-controls .bx-controls-direction .bx-prev {
	left: -75px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: left center 0;
    -webkit-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
}

.bx-controls .bx-controls-direction .bx-next {
	right: -75px;
	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: right center 0;
    -webkit-transform-origin: right center 0;
    -ms-transform-origin: right center 0;
}

.bx-controls .bx-pager {
    display: none;
}

.bx-controls .bx-pager {
    display: inline-block;
    position: relative;
    bottom: 80px;
    left: auto;
    padding: 30px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0,0,0,0.3);
    margin: 0 8px;
    background: #bfbfbf;
    text-indent: -9999px;
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #8F846E;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.slide .imgImageWrapper, .large .imgImageWrapper, .videoblock .imgImageWrapper {
	position: relative;
	height: auto;
	padding-top: 56.25%!important;
}

.slide .imgImageWrapper span, .large .imgImageWrapper span, .videoblock .imgImageWrapper span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.slide.video .imgImageWrapper span, .large.video .imgImageWrapper span, .videoblock.video .imgImageWrapper span {
    position: relative;
}

.slide .imgContentWrapper, .quote .imgContentWrapper, .large .imgContentWrapper, .videoblock .imgContentWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.slide .imgTitle, .large .imgTitle, .videoblock .imgTitle {
    font-size: 60px;
    line-height: 46px;
    letter-spacing: 3px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.slide .imgLink, .large .imgLink, .videoblock .imgLink {
	border: 2px solid #fff;
}

.slide .imgDescription, .slide .imgLink span, .large .imgDescription, .large .imgLink span, .videoblock .imgDescription, .videoblock .imgLink span {
	color: #fff;
}

/** no link imagelink **/

.nolink.imagelinkgadget:hover .imgImageWrapper span {
	opacity: 1;
}

/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

.popup.imagelinkgadget {
	position: fixed;
	top: 50%;
	margin-top: -235px !important;
	left: 50%;
	margin-left: -250px !important;
	z-index: 102;
	width: 500px;
	overflow: visible;
	background: #fff;
}

.popup .imgImageWrapper {
	overflow: hidden;
	height: 340px;
}

.popup .imgContentWrapper {
	padding: 30px;
	height: 170px;
}

.popup #closePopup {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -50px;
}

.popup #closePopup span {
	width: 100%;
	height: 100%;
	background: url("../avenidapark_hotel_2_bin/popup_close.png") no-repeat center;
	display: block;
}

.popup #closePopup:hover span {
	background: url("../avenidapark_hotel_2_bin/popup_close.png") no-repeat center;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.overlay {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.popupWindow .overlay:hover {
	cursor: url("../avenidapark_hotel_2_bin/popup_close.png"),auto;
}


/**
  * rooms page area
  **/

#contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons {
	margin: 80px 15%;
}

#contentblock .roomContainer {
	padding: 0;
	margin: 0;
	text-align: left;
	background: url("../avenidapark_hotel_2_bin/mediumlarge_bg.png") repeat center;
	margin: 5px 0;
	padding: 0;
    height: 420px;
    overflow: hidden;
}

#contentblock .roomContainer .roomPhoto {
    width: 50%;
    float: left;
    overflow: hidden;
}

#contentblock .roomContainer .roomPhoto, #contentblock #specialoffers .roomContainer.room-opened .roomPhoto {
	left: 0;
    right: 0;
    background: #000;
}

#contentblock #specialoffers .roomContainer .roomPhoto, #contentblock .roomContainer.tumb .roomPhoto {
}
#contentblock .roomContainer .roomPhoto::before {
	display: none;
}

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	height: 100%;
	width: 100%;
    opacity: 0.8;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage a img {
	display: none;
}

#contentblock .roomContainer .roomName {
    position: relative;
    margin: 0;
    margin-top: 40px;
    z-index: initial;
    width: 50%;
    margin-left: 50%;
    float: right;
    text-align: left;
}

#contentblock .roomContainer .roomName h2 {
    margin: 0;
    padding-bottom: 8px;
    font-size: 34px;
    font-weight: 500;
    line-height: 33px;
    color: #242424;
    letter-spacing: 5px;
    padding: 20px 10% 5px;
    text-align: center;
    min-width: inherit;
    max-width: inherit;
    z-index: 1;
}

#contentblock #specialoffers .roomContainer .roomName h2, #contentblock .roomContainer.tumb .roomName h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 4px;
}

#contentblock .roomContainer .roomName h2::before {
	display: none;
}

#contentblock .roomContainer .minRate {
	position: relative;
    width: 100%;
    display: flex;
    opacity: 1;
    pointer-events: none;
    transition: all 0.4s;
    -ms-flex-pack: center;
    z-index: 9;
    display: block;
    width: 50%;
    float: right;
    text-align: left;
}

#contentblock .roomContainer .minRate h3 {
    font-size: 13px;
    line-height: 16px;
    padding: 0 5%;
    font-weight: 500;
    color: #444;
    margin: 0 0 0;
    text-align: center;
}

#contentblock .roomContainer .minRate h3::after {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 3px;
    margin: 24px auto;
    background: #242424;
}

#contentblock .roomContainer .roomDescription {
    display: block;
    width: 50%;
    margin-left: 50%;
    max-height: 96px;
    text-align: center;
} 

#contentblock .roomContainer .roomDescription.mealplan, #contentblock .roomContainer .roomDescription.teaser {
    display: none;
}

#contentblock .roomContainer .roomDescription p, #contentblock .roomContainer .roomDescription ul {
    width: 80%;
    margin: 0 auto !important;
}

#contentblock .roomContainer .promotions-termsActions {
    float: right;
    width: 50%;
    display: block;
}

/** rooms hover **/

#contentblock .roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 0.8;
}


/** rooms puzzle **/

#contentblock .roomContainer.clicked .roomPhoto {
	bottom: 0;
	top: auto;	
}

#contentblock .roomContainer.clicked .roomName {
	display: none;
}


/** rooms opened **/

#contentblock .roomContainer.room-opened {
	height: auto;
	width: 100%;
	background: url("../avenidapark_hotel_2_bin/mediumlarge_bg.png") repeat center;
    padding: 0;
    padding-bottom: 40px;
}

#contentblock .roomContainer.room-opened .roomPhoto {
    width: 100%;
}

#contentblock .roomContainer.room-opened .roomName {
	margin: 0;
	text-align: center;
	padding: 0;
    width: 100%;
}

#contentblock .roomContainer.room-opened .roomName h2 {
	text-align: center;
    margin: 60px 0 4px;
	color: #242424;
	padding: 0;
}

#contentblock .roomContainer.room-opened .minRate {
    position: relative;
    opacity: 1;
    width: 100%;
    display: block;
}

#contentblock .roomContainer.room-opened .minRate h3 {
}

/*#contentblock .roomContainer.room-opened .minRate h3::after {
    display: none;
}*/

#contentblock .roomContainer.room-opened .roomDescription.mealplan {
	font-style: initial;
	font-size: 16px;
	text-transform: inherit;
	width: initial;
	padding-bottom: 10px;
	display: block;
    font-style: italic;
}

#contentblock .roomContainer.room-opened .roomDescription {
	text-align: center;
	width: 100%;
    margin-left: 0;
}

#contentblock .roomContainer.room-opened .roomDescription.teaser {
    display: block;
}

#contentblock .roomContainer.room-opened .roomDescription p {
	text-align: center;
	margin: 0 auto;
}

#contentblock .roomContainer.room-opened .roomDescription ul {
    margin: 20px auto 0;
}

#contentblock .roomContainer.room-opened .roomDescription ul li {
    text-align: center;
}

#contentblock .roomContainer.room-opened .promotions-termsActions {
	width: 100%;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink {
    margin: 34px auto 25px;
    border: none;
    color: #fff;
    font-style: normal;
    text-transform: none;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 42px;
    width: auto;
    display: block;
    width: 160px;
    background: #7C893B;
    transition: background 0.5s ease-in-out;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background: #af8f65;
	color: #fff;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
    display: none;
}

#contentblock .roomContainer.room-opened .promotions-termsActions .promotions-showTermsTrigger {
    width: 200px;
    height: 20px;
    top: 80px;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 28px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 10px;
    color: #242424;
    display: block;
}

#contentblock .roomContainer .promotions-termsContent {
    left: 5%;
    right: auto;
    padding: 10px 30px 30px;
    width: 90%;
    background: #f7f7f7;
    z-index: 99;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
    background-color: #242424;
    text-align: center;
    padding-left: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 11px;
}

#contentblock .roomContainer .promotions-termsContent .promotions-termsText {
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    color: #242424;
}

#contentblock .room-opened .slick-slider > button {
	z-index: 9 !important;
}

/** products and addons / products **/

#contentblock #productTypes .roomContainer .roomName, #contentblock #addons .roomContainer .roomName {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

#contentblock #productTypes .roomContainer .roomName h2, #contentblock #addons .roomContainer .roomName h2 {
    font-size: 24px;
    line-height: 28px;
    text-shadow: none;
}

#contentblock #productTypes .roomContainer .minRate, #contentblock #addons .roomContainer .minRate,
#contentblock #productTypes .roomContainer .minRate h3, #contentblock #addons .roomContainer .minRate h3 {
    display: block;
    margin: 0;
}

#contentblock #productTypes .roomContainer .promotions-termsActions, 
#contentblock #addons .roomContainer .promotions-termsActions {
    bottom: auto;
    left: auto;
    margin: 20px 0 0;
}

#contentblock #productTypes .roomContainer .promotions-termsContent,
#contentblock #addons .roomContainer .promotions-termsContent {
    top: auto;
    background: #fff;
}

#contentblock #productTypes .roomContainer .promotions-termsContent .promotions-termsText,
#contentblock #addons .roomContainer .promotions-termsContent .promotions-termsText {
    background: none;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger,
#contentblock #addons .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
    background: none;
    color: #000;
    font-size: 13px;
    bottom: auto;
    top: 10px;
    left: 200px;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover,
#contentblock #addons .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
    color: #00953c;
}

#contentblock #productTypes .roomContainer .roomPhoto .pgContainer a label,
#contentblock #addons .roomContainer .roomPhoto .pgContainer a label {
    bottom: 0;
    background: none;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 1px;
    display: none;
}

#contentblock #productTypes .roomContainer,
#contentblock #addons .roomContainer {
    margin-bottom: 50px;
    min-height: 260px;
    padding-top: 50px;
    background: url("../avenidapark_hotel_2_bin/mediumlarge_bg.png") repeat center;
}

#contentblock #productTypes .roomContainer *,
#contentblock #addons .roomContainer * {
    text-align: center;
}

#contentblock #productTypes .roomContainer .roomPhoto,
#contentblock #addons .roomContainer .roomPhoto {
    pointer-events: none;
    cursor: default;
}

#contentblock #productTypes .roomContainer .roomPhoto .roomPhoto,
#contentblock #addons .roomContainer .roomPhoto .roomPhoto {
    width: auto;
    float: none;
}

#contentblock #productTypes .roomContainer .roomName h2,
#contentblock #addons .roomContainer .roomName h2 {
    color: #242424;
}

#contentblock #productTypes .roomContainer .minRate h3,
#contentblock #addons .roomContainer .minRate h3 {
    color: #000;
}

#contentblock #productTypes .roomContainer .roomDescription, 
#contentblock #addons .roomContainer .roomDescription {
    width: 100%;
    margin-left: 0;
}

#contentblock #productTypes .roomContainer p strong,
#contentblock #addons .roomContainer p strong {
    font-size: 12px;
    line-height: 18px;
}

#contentblock #productTypes .roomContainer p::before,
#contentblock #addons .roomContainer p:before {
    display: none;
}

#contentblock #productTypes .roomContainer:nth-of-type(even) .promotions-termsActions,
#contentblock #addons .roomContainer:nth-of-type(even) .promotions-termsActions {
    float: left;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-bgLink, 
#contentblock #addons .roomContainer .promotions-termsActions .promotions-bgLink {
    color: #fff;
    border: 3px solid #00953c;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px; 
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    text-align: center;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-bgLink:hover, 
#contentblock #addons .roomContainer .promotions-termsActions .promotions-bgLink:hover {
    border: 3px solid #0b5289;
}

#contentblock .content #productTypes .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms, 
#contentblock .content #addons .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms {
    color: #000 !important;
    font-size: 16px;
    width: 90%;
    background: #fff url("http://static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") no-repeat 97%;
}

#contentblock .content #productTypes .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms:hover, 
#contentblock .content #addons .roomContainer .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms:hover {
    color: #00953c !important;
}


/**
  * Gallery page area
  **/

#pg {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 15% !important;
}

#pg .pgContainer {
	display: none;
}

#pg .galleryName {
    font-size: 16px;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 21px;
}

#pg h3::after {
    display: none;
}

/**
  * Contacts page area
  **/

/** hotel subscribe + unsubscribe **/
#subscribe_newsletter_form input[type="submit"],  .hotel-unsubscribe #contentblock form input[type="submit"] {
	width: auto;
 }

#subscribe_newsletter_form > div, .hotel-unsubscribe #contentblock form > div {
	text-align: left;
 }

/** contacts page **/

.contactFormContainer {
	margin: 0 0 0 25%;
}

.contactFormContainer #contacts_form {
	text-align: left;
}

.contactFormContainer #contacts_form input, .contactFormContainer #contacts_form select {
    height: 35px;
    border: none;
    background: #fff;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    color: #242424;
}

#subscribe_newsletter_form input, #subscribe_newsletter_form select,
.hotel-unsubscribe input, .hotel-unsubscribe select {
    height: 35px;
    border: none;
    background: #f1f1f1;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    color: #242424;
    font-family: 'Source Sans Pro', sans-serif;
}

.newsletterform #subscribe_newsletter_form input, .newsletterform #subscribe_newsletter_form select {
	height: 30px;
	text-align: center;
}

.contactFormContainer #contacts_form p {
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    line-height: 16px;
    margin: 0 0 2px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#subscribe_newsletter_form div, .hotel-unsubscribe #contentblock form > div {
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    line-height: 16px;
    margin: 0 0 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contactFormContainer #contacts_form #reservationFields {
	margin-bottom: 20px;
}

.contactFormContainer #contacts_form #reservationFields > div {
	width: 49%;
	position: relative;
	margin-right: 0;
}

.contactFormContainer #contacts_form #reservationFields #fcheckinShell, 
.contactFormContainer #contacts_form #reservationFields #cbnradultsShell, 
.contactFormContainer #contacts_form #reservationFields #cbofferShell {
	margin-right: 2%;
}

.contactFormContainer #contacts_form #reservationFields input, .contactFormContainer #contacts_form #reservationFields select {
	width: 100%;
}

.contactFormContainer #contacts_form #cbcheckin {
    position: absolute;
    bottom: 12px;
    right: 3%;
    height: 20px;
    width: 20px;
    background: url(../avenidapark_hotel_2_bin/calendar.png) center no-repeat;
}

.contactFormContainer #contacts_form textarea {
	width: 100%;
	border: none;
    background: #fff;
}

.contactFormContainer #contacts_form #ckbnotifyme {
	height: 14px;
	margin-right: 10px;
}

.contactFormContainer #contacts_form p label {
	font-size: 14px;
}

body #contentblock input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    padding: 0 40px;
    background: none;
    height: 38px;
    font-size: 13px;
    line-height: 34px;
    margin: 40px auto 40px;
    font-weight: 700 !important;
    min-width: 160px;
    border: none;
    background: #7C893B;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    float: none;
}

.contactFormContainer #contacts_form input[type="submit"]:hover,
.hotel-unsubscribe #contentblock form input[type="submit"]:hover
{
	background: #af8f65;
	color: #fff;
}

/**
  * Bottom block area
  **/
/** footer menu area **/

.footerlogo {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    background-position: -666px -450px;
    margin: 0 auto 28px;
}

.footerlogo a {
	position: relative;
    display: inline-block;
    margin: 0px 20px;
    height: 180px;
    opacity: 0.4;
    transition: opacity 0.5s ease-in-out;
}

.footerlogo a:hover {
	opacity: 1;
}

.footerlogo .corrallogo {
	background-position: -2px -760px;
    width: 225px;
    float: left;
    left: 50%;
    margin-left: -450px;
    margin-top: 15px;
}

.mainlogo {
	position: relative;
    display: block;
    margin: 0 auto;
    height: 170px;
    opacity: 1;
    clear: both;
    width: 200px;
    text-align: center;
}

.mainlogo::before {
    content: "";
    display: block;
    margin: 15px auto 20px;
    width: 200px;
    background: rgba(255,255,255,0.4);
    height: 1px;
    z-index: 9;
    position: relative;
    text-align: center;
}

.mainlogo a {
	background-position: -438px -600px;
	width: 200px;
	height: 170px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.footerlogo .haciendalogo {
	background-position: -311px -940px;
	width: 330px;
	float: right;
	margin-top: 13px;
    right: 50%;
    margin-right: -510px;
}

.footermenu {
    position: relative;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    padding: 0 10% 45px;
}

.footermenu li {
    display: inline-block;
    text-align: center;
   	padding: 0 16px;
}

.footermenu li a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 22px;
   	text-transform: uppercase;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.footermenu li a:hover {
	opacity: 0.3;
}


/** seals logos area **/
.sealslogos {
	overflow: visible;
	background: url("../avenidapark_hotel_2_bin/content1_bg.jpg") repeat center;
	height: 160px;
	position: relative;
}

.sealslogos span {
	position: absolute;
	width: 70%;
	height: 1px;
	background-color: #b8b7b7;
	top: 50%;
	left: 50%;
	margin-left: -35%;
}


/** Hotel contacts area (footer) **/

#bottomblock .hotelcontacts {
    position: relative;
    top: auto;
    right: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.hotelcontacts {
    position: absolute;
    top: 80px;
    width: 250px;
    display: none;
}

.hotelcontacts a {
	font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.hotelcontacts .emailblock {
    display: block;
}

.hotelcontacts a:hover {
	opacity: 0.3;
}

.hotelcontacts a .dark {
	color: #041c34;
	margin-right: 10px;
}

/** social area **/

.socialmedia {
	text-align: center;
	padding-bottom: 28px;
}

.socialmedia li {
    width: 25px;
    height: 25px;
    margin: 0 5px !important;
    padding: 0 !important;
    display: inline-block !important;
}

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	background-position: 0 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.socialmedia li a:hover {
	opacity: 0.3;
}

.socialmedia .facebook a {
    background-position: -16px -477px;
}

.socialmedia .google a {
    background-position: -271px -477px;
}

.socialmedia .twitter a {
    background-position: -118px -477px;
}

.socialmedia .youtube a {
    background-position: -156px -477px;
}

.socialmedia .pinterest a {
    background-position: -16px -477px;
}

.socialmedia .instagram a {
    background-position: -48px -478px;
}

.socialmedia .tripadvisor a {
    background-position: -232px -477px;
}

/** Seals area **/

#seals {
	background: none;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
	text-align: center;
	margin-bottom: 40px;
}

.sealsHolder {
	margin: 0px auto;
	overflow: hidden;
}

.security {
	height: 30px;
	display: inline-block;
	margin-left: 40px
}

.powered {
	position: relative;
	height: 30px;
	margin-left: 20px;
	display: inline-block;
}

/** location page **/

.hotel-directions .gcb_container, .hotel-directions .scroll {
	display: none;
}

#directionsLink {
    font-family: 'Oswald', sans-serif;
    padding: 0 10px;
    background: #7C893B;
    border: none;
    position: relative;
    display: block;
    clear: both;
    width: 200px;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 42px;
    color: #fff !important;
    margin: 40px auto 80px !important;
    transition-property: background, color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.mobile #directionsLink {
	margin: 40px 0;
}

#directionsLink:hover {
	background: #af8f65;
	color: #fff !important;
}

.hotel-directions h3:last-of-type, .hotel-directions #contentblock ul.list {
	display: none;
}


/**
  * mobile website
  **/

.mobile #centerblock {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
    max-height: 100% !important;
}

.mobile.no-banner #centerblock {
	height: 0 !important;
}

.mobile.hotel-directions #centerblock {
	height: 500px !important;
    padding: 124px 0 0 !important;
}

.mobile #contentblock {
	margin-top: 0 !important;
}


/** generic transitions **/

.toggle span, #contentblock .roomContainer .roomPhoto .pgContainer .pgImage, #contentblock .roomContainer,
#contentblock .roomContainer.room-opened .promotions-termsActions a, .contactFormContainer #contacts_form input[type="submit"],
 #subscribe_newsletter_form input[type="submit"], .hotel-unsubscribe #contentblock form input[type="submit"]  {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

#contentblock .roomContainer  {
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.imgImageWrapper span, .imgContentWrapper {
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}


/**
  * Responsive stuff
  **/


@media all and (max-width: 992px) {

	.quicklinks, #centerblock .flashContainer .promotionsgadget {
		display: none;
	}

    #topblock {
        padding: 23px 20px;
    }

    .hotellogo {
        margin-top: -24px;
    }

    #topblock .booktoggle {
        right: 65px;
    }

    .toggleblock {
        float: right;
    }

    .toggle {
        margin: 0;
        height: 40px;
        line-height: 40px;
    }

    .fixedBar {
        padding: 0 20px;
    }

	/** menu stuff **/
	.navigation {
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .navigation {
        position: fixed;
        max-width: 100%;
        top: 0;
        left: auto;
        right: -100%;
        height: 100%;
        width: 100%;
        background: #242424;
        display: table;
        z-index: 4;
        padding: 95px 0 40px;
        text-align: center;
    }

    .navigation .nav {
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px 0 30px;
        float: none;
        background: none;
        height: auto;
        opacity: 0;
        transition: all 1s ease-in-out;
    }

    .menuOpened .navigation .nav {
        opacity: 1;
    }

    .navigation .nav ul {
        padding: 0;
        margin: 0;
        overflow: scroll
    }

    .nav li {
        display: block;
    }

    .navigation .nav li a {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 10px;
        position: relative;
        margin: 0;
        display: inline-block;
        color: #fff;
    }

    .navigation li a::before {
        margin: 0 auto;
    }

	.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton {
		margin: 0;
	}

	.footermenu li a {
		font-size: 12px;
	}

	/** menu opened area **/

	.menuOpened .navigation {
		right: 0;
	}

	#topblock::after, .navigation {
	    -webkit-transition: all 0.7s ease-in-out;
	    -moz-transition: all 0.7s ease-in-out;
	    -o-transition: all 0.7s ease-in-out;
	    transition: all 0.7s ease-in-out;
	}

    .bookinggadget {
        width: 100%;
        right: -100%;
    }

	/** content **/
	#contentblock .content .holder h1, #contentblock .content .holder h2, #contentblock .content .holder h3, #contentblock .content .holder p, #contentblock .content .holder ul {
		margin-left: 10%;
    	margin-right: 10%;
	}

	/** imagelinks **/

	.imagelinkgadget {
		transform: translateY(0);
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	}

	.imgLinksWrapper {
		margin: 10px 10% !important;
	}

    .mediumlarge .imgTitle {
        padding: 0 10px;
    }

    .quote .imgTitle {
        padding: 0;
    }

    .quote .imgDescription {
        margin: 10px 0 30px;
    }

    .slide .imgTitle, .large .imgTitle, .videoblock .imgTitle {
        font-size: 40px;
        line-height: 42px;
    }

    .mediumlarge .imgContentWrapper, .mediumlarge .imgImageWrapper {
        height: 450px;
    }

	/** other stuff **/

	.scroll {
		bottom: 50px;
        display: none;
	}

	/** contacts area **/

	#contentblock .content .holder .hotelcontacts {
	    position: fixed;
	    bottom: 0;
	    left: 40px;
	    right: auto;
	    top: auto;
	    z-index: 102;
	    width: auto;
	    display: block !important;
	}

	#contentblock .hotelcontacts .contacts {
		text-indent: -9999px;
		line-height: 35px;
		width: 35px;
		height: 35px;
		display: block;
		background-color: #fff;
		float: left;
		margin: 0 4px 0 0;
		background-image: url("../avenidapark_hotel_2_bin/sprite.png");
		background-repeat: no-repeat;
	}

	#contentblock .hotelcontacts .addressblock {
		background-position: 0px -44px;
	}

	#contentblock .hotelcontacts .phoneblock {
		background-position: 0px -94px;
	}

	#contentblock .hotelcontacts .emailblock {
		background-position: 5px 7px;
	}

	/** display: none; **/

	#contentblock .content .holder .hotelcontacts .socialmedia, .flashContainer .gcb_image_legend {
		display: none;
	}

    #contentblock .roomContainer.room-opened {
        margin: 0;
    }


}

@media all and (max-width: 768px) {

    #topblock .booktoggle, .scroll2 #topblock .booktoggle {
        width: 100%;
        margin: 0;
        right: 0;
        top: 79px;
        color: #FFF;
    }

    .languages {
        left: 20px;
    }

    body:not(.isTouchDevice) #topblock .booktoggle:hover {
        opacity: 0.85;
        text-decoration: none;
        transform: translateX(0);
    }

    /** menu stuff **/

    .navigation {
        right: -100%;
        width: 100%;
    }

    .menuOpened #topblock::after, .flashContainer .gcb_image_legend, .logo, .homepage .newsletterform, .scroll {
        display: none;
    }

    .no-banner #centerblock {
        padding: 0;
    }

    .flashContainer .gcb_navigation {
        padding: 0 10px;
    }

    /** imagelinks **/

    .bx-controls .bx-controls-direction a {
        bottom: 200px;
    }

    .bx-controls .bx-controls-direction .bx-prev {
        left: -40px;
    }

    .bx-controls .bx-controls-direction .bx-next {
        right: -40px;
    }

    .mediumlarge .imgImageWrapper {
        width: 100%;
        float: none;
        height: 400px;
    }

    .mediumlarge .imgContentWrapper {
        width: 100%;
        float: none;
        height: auto;
        position: relative;
        display: block;
        padding: 40px 20px;
    }

    .mediumlarge .imgTitle, .quote .imgTitle {
        font-size: 20px;
        line-height: 24px;
        max-width: 100%;
    }

    .mediumlarge .imgTitle::after {
        margin: 24px auto;
    }

    .mediumlarge .imgContentWrapper .tableWrapper {
        display: block;
        text-align: center;
    }

    .quote .imgContentWrapper .tableWrapper {
        width: 80%;
    }

    .noimage.medium .imgContentWrapper {
        height: auto !important;
    }

    .imgLinksWrapper {
        margin: 10px 0 !important;
    }

    .imgTitle, .slide .imgTitle, .large .imgTitle, .videoblock .imgTitle {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;
    }

    .large::after {
        display: none;
    }


    /** rooms area */

    #contentblock .roomContainer {
        height: 500px;
    }

    #contentblock .roomContainer .roomPhoto {
        width: 100%;
        height: 250px;
    }

    #contentblock .roomContainer .minRate {
        width: 100%;
    }

    #contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons, #contentblock #pg {
        margin: 0 10px !important;
    }

    #contentblock .roomContainer.room-opened .roomName {
        padding: 30px 10px 15px;
    }

    #contentblock .roomContainer.room-opened .minRate h3 {
        padding: 0 10px 20px;
    }

    #contentblock .roomContainer.room-opened .roomPhoto {
        margin-bottom: 30px;
    }

    #contentblock .roomContainer .roomName {
        margin: 250px 0 0;
        width: 100%;
        float: none;
    }

    #contentblock .roomContainer .roomDescription {
        width: 100%;
        margin-left: auto;
        display: none;
    }

    #contentblock .roomContainer.room-opened .roomName {
        margin: 0;
    }

    #contentblock .roomContainer.room-opened .roomDescription {
        display: block;
        padding: 0 5%;
    }

    #contentblock .roomContainer .promotions-termsActions {
        width: 100%;
    }

    #contentblock .roomContainer .minRate h3 {
        padding: 0 10px;
    }

    #contentblock .roomContainer.room-opened .roomDescription p, #contentblock .roomContainer.room-opened .roomDescription ul {
        width: 100%;
    }

    /** special offers area */

    #contentblock .roomContainer .promotions-termsContent {
        left: 0;
        bottom: 0;
        width: 100%;
    }

    /** other stuff **/

    #fixedblock {
        right: 40px;
    }

    #contentblock .content .holder > * {
        margin-right: 40px;
        margin-left: 40px;
    }

    #contentblock #c3.content .holder > * {
        margin-left: 40px;
        margin-right: 40px;
    }

    #contentblock #c3 p {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
    }

    .imgImageWrapper {
        height: 400px;
    }

    #bottomblock {
        padding: 80px 40px 50px;
    }

    .scroll {
        bottom: 70px;
    }

    #centerblock .flashContainer .promotionsgadget {
        display: none;
    }

    #bottomblock .hotelcontacts {
        width: 100%;
    }

    #contentblock .content .holder .hotelcontacts {
        left: 40px;
    }

    .footermenu, .security {
        display: none;
    }

    #contentblock .roomContainer.room-opened .roomName h2, #contentblock .roomContainer.room-opened .minRate {
        margin: 0;
    }

    #contentblock .roomContainer .roomName h2 {
        font-size: 32px;
        padding: 20px 0 0;
    }

    .footerlogo {
        top: 10px;
    }

}


@media all and (max-width: 640px) {

    .fixedBar {
        padding: 0;
    }

	#contentblock h1, #instagram_area h1 {
		font-size: 36px;
    	line-height: 44px;
	}

    .small, .medium {
        padding: 0;
    }

	#contentblock h2, #contentblock #c1 h1:first-of-type, .small_h.noimage.imagelinkgadget .imgTitle {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 3px;
	}

	.hotellogo img, .b_letter {
		display: none;
	}

	.nav {
		padding: 0px 10px;
	}

	.nav li a {
		font-size: 20px;
		line-height: 24px;
	}

	#fixedblock {
	    right: 10px;
	}

	#contentblock .content .holder .hotelcontacts {
	    left: 10px;
	}

	body.popupWindow {
		overflow: auto;
	}

	.powered {
		margin-left: 20px;
	}

	.popup.imagelinkgadget, .overlay, .flashContainer .gcb_image_legend {
		display: none;
	}

	.footerlogo {
		top: 80px;
		left: auto;
    	right: 10px;
	}

	#bottomblock {
		padding: 20px 10px;
	}

}




