/** video font-face **/
@font-face {
	font-family: 'untitledregular';
	src: url('video-regular-webfont.eot');
	src: url('video-regular-webfont.eot#iefix') format('embedded-opentype'),
		 url('video-regular-webfont.woff') format('woff2'),
		 url('video-regular-webfont.woff') format('woff'),
		 url('video-regular-webfont.ttf') format('truetype'),
		 url('video-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	font-size: 16px;
	line-height: 24px;
	color: #563520;
	background-color: #ffffff;
	padding: 10px 10px 85px;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	z-index: 10;
	top: 0;
	left: 0;
}


/*
 * structure
 */

body a {
	color: #9a6d49;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

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

hr {
	margin: 0;
	height: 40px;
	border: none;
}

section {
	overflow: hidden;
}

h1, h2, h3, h4 {
	font-weight: 300;
	text-transform: lowercase;
	color: #9a6d49;
	letter-spacing: -1px;
}

h1 {
	font-size: 3em;
	line-height: 1.15em;
}

h2 {
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25em;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	letter-spacing: 0;
}

#topblock {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	text-align: right;
}

#topblock > * {
	display: inline-block;
	vertical-align: top;
}

#topblock a {
	text-decoration: none;
}

#centerblock {
	min-height: 50px;
}

#contentblock {
	margin: 10px 0;
	background: url("../ecork_hotel_bin/cork_light.jpg") repeat top center;
	overflow: hidden;
}

#bottomblock {
	position: relative;
	background: #ffffff;
	z-index: 999;
}

#scroll {
	position: absolute;
	top: -50px;
	left: 50%;
	z-index: 40;
	background: url("../ecork_hotel_bin/scroll.png") no-repeat center 37px;
	text-align: left;
	width: 150px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0 0 0 -75px;
	text-decoration: none;
	padding: 0 0 40px 75px;
	line-height: 14px;
	font-size: 13px; 
}

#scroll:hover {
	text-decoration: none;
}

.no-banner #scroll {
	display: none;
}





/* scrolling */
.scrolling #scroll {
	opacity: 0;
}

.scroll1 #scroll {
	opacity: 1;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-position: bottom center;
	left: auto;
	right: 20px;
	top: -20px;
}

.scrolling #fixedblock {
	height: 50px;
	box-shadow: 0 0 110px rgba(0,0,0,0.45);
}

.scrolling .socialmedia ul {
	margin-top: 12px;
}

.scrolling .quicklinks li {
	line-height: 50px;
}

.scrolling .languages, .with-bannerImg.stage1 .languages {
	opacity: 0;
}

.scrolling .navigation ul {
	bottom: 45px;
}

.scrolling .booknow {
	line-height: 40px;
}

.mobile.scroll1 #scroll {
	top: -40px;
}



/*
 * topblock
 */

/* hotel logo */
#topblock .hotellogo {
	margin: 0 !important;
	padding: 0;
	background: url("../ecork_hotel_bin/cork_dark.jpg") repeat center;
	text-align: center;
	width: 290px;
	position: relative;
	z-index: 10;
}

.hotellogo a {
	display: block;
}

.hotellogo a img {
	margin: 24px 0;
}

.hotellogo span {
	display: block;
	overflow: hidden;
	height: 0;
}

/* main nav */
.toggle {
	width: 96px;
	height: 96px;
	padding: 33px 0 0 0;
	display: block;
	background: #ffffff;
	text-indent: 9999px;
	position: relative;
	z-index: 10;
}

.navigation {
	overflow: hidden;
	margin: 0 -5px;
}

.navigation ul {
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	bottom: 85px;
	left: 10px;
	padding: 130px 230px 0 0;
	background: url("../ecork_hotel_bin/menu_bg.png") repeat top center;
	list-style: none;
}

.navigation li {
	position: relative;
	margin-bottom: 10px;
}

.navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 32px;
	line-height: 28px;
	text-transform: lowercase;
}

.navigation li.active a, .navigation li a:hover {
	color: rgba(255,255,255,0.65);
}

.navigation li:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: url("../ecork_hotel_bin/cork_line.jpg") repeat;
	position: absolute;
	top: 25px;
	left: 92.5%;
	z-index: -1;
	opacity: 0;
}

.navigation li.active:after, .navigation li:hover:after {
	width: 150px;
	opacity: 1;
}

.navigation li:last-child:before {
	content: "";
	display: block;
	width: 55px;
	height: 6px;
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: -40px;
}

/* menu-opened */
body.menu-opened {
	overflow: hidden;
}

.toggle {
	cursor: pointer;
}
	
.toggle span {
	background: #563520;
	display: block;
	width: 55px;
	height: 6px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.3s linear;
}

.menu-opened .toggle {
	padding: 30px 20px;
}

.menu-opened .toggle span:nth-child(1),
.menu-opened .toggle span:nth-child(3) {
	transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
	margin: 0;
}

.menu-opened .toggle span:nth-child(2) {
	height: 0;
	margin: 0;
}

.menu-opened .toggle span:nth-child(3) {
	transform: translate(0px, 7px) rotate(45deg) scalex(1.3);
}

.menu-opened .flashContainer .gcb_navigation,
.menu-opened .flashContainer .gcb_image_legend,
.menu-opened #centerblock .flashContainer .promotionsgadget,
.menu-opened #scroll {
	opacity: 0 !important;
}














/* languages */
.languages {
	width: 96px;
	height: 96px;
	position: relative;
	text-align: center;
}

.with-bannerImg .languages {
	opacity: 1;
}

.languages ul {
	margin: 0 10px 0 0;
	padding-top: 96px;
	position: relative;
}

.languages li {
	display: block;
}

.languages li a {
	display: none;
	color: #563520;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
}

.languages li a.active {
	font-weight: 700;
	color: #ffffff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	line-height: 96px;
	background: url("../ecork_hotel_bin/ic_down.png") no-repeat 75% center;
	padding-right: 20px;
}

.languages li a:hover {
	color: #563520;
}

.languages.hover li a.active, .languages:hover li a.active {
	background: rgba(255,255,255,0.65) url("../ecork_hotel_bin/ic_down_dark.png") no-repeat 75% center;
	color: #9a6d49;
}

.languages.hover li a, .languages:hover li a {
	display: block;
	background-color: rgba(255,255,255,1);
}

/* 
 * fixed block
 */

#fixedblock {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: #ffffff;
	z-index: 1002;
	padding: 0 10px;
	overflow: visible;
}

/* socialmedia */
.socialmedia {
	float: left;
}

.socialmedia ul {
	padding: 0;
	margin: 30px 15px 30px 0;
	overflow: hidden;
}

.socialmedia li {
	float: left;
	width: 25px;
	margin-right: 10px;
	list-style: none;
}

.socialmedia li:hover {
}

.socialmedia li a {
	background: url("../ecork_hotel_bin/ic_socialmedia.png") no-repeat 0 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: inline-block;
}

.socialmedia .facebook a {
	background-position: 0 0;
}
.socialmedia .facebook a:hover {
	background-position: 0 -50px;
}

.socialmedia .twitter a {
	background-position: -25px 0;
}
.socialmedia .twitter a:hover {
	background-position: -25px -50px;
}

.socialmedia .googleplus a {
	background-position: -50px 0;
}
.socialmedia .googleplus a:hover {
	background-position: -50px -50px;
}

.socialmedia .youtube a {
	background-position: -75px 0;
}
.socialmedia .youtube a:hover {
	background-position: -75px -50px;
}

.socialmedia .vimeo a {
	background-position: -100px 0;
}
.socialmedia .vimeo a:hover {
	background-position: -100px -50px;
}

.socialmedia .pinterest a {
	background-position: -125px 0;
}
.socialmedia .pinterest a:hover {
	background-position: -125px -50px;
}

.socialmedia .instagram a {
	background-position: -150px 0;
}
.socialmedia .instagram a:hover {
	background-position: -150px -50px;
}

/* quicklinks */
.quicklinks {
	text-transform: uppercase;
	float: left;
}

.quicklinks li {
	display: inline-block;
	margin-right: 15px;
	line-height: 85px;
	font-size: 12px;
}

.quicklinks li a {
	color: #b4b7b8;
	text-decoration: none;
	letter-spacing: -0.25px;
}

.quicklinks li:hover a {
	color: #9a6d49;
}

/* booking gadget */
.bookinggadget {
	float: right;
	margin-right: 95px;
}

.gcBookingGadget form > * {
	display: none;
}

.bookinggadget .gc_sh * {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle {
	display: block;
	width: auto;
	margin: 0;
	border: none;
	text-align: right;
	color: #b4b7b8;
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 40px;
}

.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton,
.belinkWrapper {
	/*display: block;*/
	float: none;
	margin: 0;
	position: absolute;
	top: -60px;
	right: 70px;
	padding-bottom: 110px;
	z-index: 100;
}

.bookinggadget .gc_sh .shortHandCheckRates,
.belink {
	background: none;
	border: 3px solid rgba(255,255,255,0);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: auto;
	height: auto;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 58px;
	line-height: 72px;
	margin: 0;
	padding: 0 30px 5px;
	display: block;
	text-decoration: none;
    color: #ffffff;
}

/* be hover */
.bookinggadget:hover .gc_sh .gc_horizontalSh .shortHandButton:hover,
.bookinggadget:hover .belinkWrapper:hover {
	top: -105px;
}

.bookinggadget:hover .gc_sh .gc_horizontalSh .shortHandButton:hover .shortHandCheckRates,
.bookinggadget:hover .belinkWrapper:hover .belink {
	border-color: #ffffff;
}

.bookinggadget:hover .gc_sh .gc_horizontalSh .shortHandButton:hover .shortHandCheckRates:hover,
.bookinggadget:hover .belinkWrapper:hover .belink:hover {
	background: #9a6d49;
	border-color: #9a6d49;
	color: #ffffff;
}

/* mobile booknow */
.booknow {
	border: 3px solid rgba(255,255,255,0);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 22px;
	line-height: 73px;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	color: #9a6d49;
}

.booknow:hover {
	color: #563520;
}










/*
 * centerblock
 */

/* banner */
.flashContainer {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

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

.flashContainer .gcb_image_legend {
	left: auto;
	right: 85px;
	top: 30%;
	bottom: auto;
	font-size: 64px;
	line-height: 54px;
	width: 60%;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: -1px;
	text-shadow: none;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.flashContainer .gcb_image_legend:after {
	content: "";
	display: block;
	width: 55px;
	height: 6px;
	background: #ffffff;
	float: right;
	margin: 80px 0 0;
}

.flashContainer .gcb_image_legend:before {
	content: "";
	display: block;
	width: 470px;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	top: 0;
	right: 85px;
	transform:         rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
}

.with-bannerPromo .flashContainer .gcb_image_legend {
	display: none;
}

.flashContainer .gcb_image_legend p {
	display: block;
	font-size: 0.35em;
	line-height: 1.25em;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	position: relative;
}

.flashContainer .gcb_image_legend p:after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top: 21px;
	right: -50px;
}

.flashContainer .gcb_image_link {
}

.flashContainer .bannerImage img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

/* banner nav */
.flashContainer .gcb_navigation {
	right: auto;
	top: 40px;
	left: 40px;
	opacity: 0.5;
}

.flashContainer .gcb_navigation:hover {
	opacity: 1;
}

.flashContainer .gcb_navigation_arrow {
	background: url("../ecork_hotel_bin/arrows.png") no-repeat 0 0;
	width: 18px;
	height: 35px;
}

.flashContainer .previous,
.flashContainer .gcb_container:hover .previous,
.flashContainer .gcb_navigation:hover .previous:hover {
	background-position: 0 -35px;
	opacity: 1;
}

.flashContainer .next,
.flashContainer .gcb_container:hover .next,
.flashContainer .gcb_navigation:hover .next:hover {
	float: right;
	background-position: 0 0;
	opacity: 1;
}

.flashContainer .gcb_navigation_paginator {
	background: none;
	height: auto;
	visibility: visible;
}

.flashContainer .gcb_container:hover .gcb_navigation_paginator {
	opacity: 1;
}

.flashContainer .gcb_navigation_paginator ul {
	margin: 11px 10px;
}

.flashContainer .gcb_navigation_paginator ul li {
	background: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 2px;
}

.flashContainer .gcb_navigation_paginator ul .selected {
	background: #9a6d49;
}



/*
 * contentblock
 */

/* content */
.content {
	overflow: visible;
}

.content .hasCompareRoomsLink {
	padding-right: 0;
}

.compareRoomsLink {
	display: none;
}

.content h1, .content h2, .content h3, .content p, .content .dirLink, .content form {
	margin-left: 16%;
	margin-right: 25%;
	clear: both;
}

/* content #1 */
.c1 {
}

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

/* content #2 */
.c2 {
	background: #ffffff;
}

/* content #3 */
.c3 {
}

/* imageslink */
.imagelinkgadget {
	position: relative;
	cursor: pointer;
}

.imagelinkgadget a {
	text-decoration: none;
	color: #563520;
	display: block;
	width: 100%;
	height: 100%;
}

.imgImageWrapper {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
}

.imgImageWrapper img {
	display: inline-block;
	vertical-align: middle;
}

.imgContentWrapper {
	position: relative;
}

h4 {
	font-size: 52px;
	line-height: 40px;
	margin: 0 0 30px -40px;
	letter-spacing: -1px;
	color: #9a6d49;
	text-transform: lowercase;
	position: relative;
	display: inline-block;
}

h4:after {
	content: "";
	display: block;
	width: 150px;
	height: 6px;
	background: url("../ecork_hotel_bin/cork_line.jpg") repeat top center;
	position: absolute;
	top: 39px;
	right: -85px;
	z-index: 0;
}

h4:before {
	content: "";
	display: block;
	width: 470px;
	border-bottom: 1px solid #9a6d49;
	position: absolute;
	top: 0;
	right: 85px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
}

.imgTitle {
	position: relative;
}

.imgDescription {
	background: #ffffff;
	padding: 10px;
}

.imgLink {
	margin-left: 10px;
}

.imgLink span {
	border: 2px solid #9a6d49;
	padding: 2px 15px;
	font-size: 20px;
	text-transform: lowercase;
	color: #9a6d49;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.imgLink span:hover {
	background: #9a6d49;
	color: #ffffff;
}

/* large */
.large {
	clear: both;
	color: #ffffff !important;
	background: #563520;
	margin-bottom: 10px;
}

.large .imgImageWrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.65;
}

.large .imgContentWrapper {
	margin: 20% 40% 20% 15%;
	position: absolute;
}

.large .imgDescription {
	background: none;
}

.large h4, .large a, .large .imgLink span {
	color: #ffffff;
}

.large .imgLink span {
	border-color: #ffffff;
}

.large .imgLink span:hover {
	color: #9a6d49;
	background: #ffffff;
}

.large .imgLink {
	margin-top: 40px;
}

/* mediumlarge */
.mediumlarge {
	padding: 0 180px 0 100px;
}

.mediumlarge .imgImageWrapper {
	float: left;
	height: 100%;
}

.mediumlarge .imgImageWrapper:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mediumlarge .imgContentWrapper {
	margin: 190px 0 0 -120px;
	float: left;
	width: 50%;
	background: none;
	padding: 0;
}

/* medium */
.medium {
	padding-bottom: 80px !important;
	margin-bottom: 40px;
}

.medium0, .medium2, .medium4, .medium6 {
	padding: 0 5px 0 0;
}
.medium1, .medium3, .medium5, .medium7 {
	padding: 0 0 0 5px;
}

.medium .imgImageWrapper {
	height: 400px;
}

.medium .imgContentWrapper {
	margin: -150px 0 0 30%;
	width: 60%;
}

.medium0 .imgTitle, .medium2 .imgTitle, .medium4 .imgTitle, .medium6 .imgTitle {
	margin-top: -439px;
	margin-left: -20%;
	margin-bottom: 290px;
}
.medium0 .imgLink, .medium2 .imgLink, .medium4 .imgLink, .medium6 .imgLink {
	margin-left: 30%;
}

.medium1 .imgContentWrapper, .medium3 .imgContentWrapper, .medium5 .imgContentWrapper, .medium7 .imgContentWrapper {
	margin-left: 17.5%;
	width: 40%;
	margin-top: -250px;
}
.medium1 h4, .medium3 h4, .medium5 h4, .medium7 h4 {
	margin-bottom: -10px;
	color: #ffffff;
	bottom: -6px;
}
.medium1 .imgLink, .medium3 .imgLink, .medium5.imgLink, .medium7 .imgLink {
	margin-left: 17.5%;
}

.medium .imgLink {
	position: absolute;
	bottom: 10px;
}

/* small */
.small {
	margin-bottom: 40px;
	padding: 0 5px;
	padding-bottom: 80px;
}

.small .imgImageWrapper {
	width: 100%;
	height: 400px;
}

.small .imgImageWrapper img {
	display: none;
}

.small .imgContentWrapper {
	float: right;
	margin: -40px 0 0 30px;
}

.small .imgLink {
	position: absolute;
	bottom: 10px;
}

.small.small0 .imgContentWrapper,
.small.small3 .imgContentWrapper,
.small.small6 .imgContentWrapper,
.small.small9 .imgContentWrapper {
	margin-left: 30%;
	margin-top: -140px;
}
.small.small0 h4,
.small.small3 h4,
.small.small6 h4,
.small.small9 h4 {
	color: #ffffff;
}
.small.small0 .imgDescription,
.small.small3 .imgDescription,
.small.small6 .imgDescription,
.small.small9 .imgDescription {
	margin-top: -30px;
}

.small.small1 h4,
.small.small4 h4,
.small.small7 h4,
.small.small10 h4 {
	text-align: right;
}
.small.small1 .imgDescription,
.small.small4 .imgDescription,
.small.small7 .imgDescription,
.small.small10 .imgDescription {
	margin-left: 25%;
}
.small.small1 .imgLink,
.small.small4 .imgLink,
.small.small7 .imgLink,
.small.small10 .imgLink {
	margin-left: 30%;
}

.small.small0 .imgLink,
.small.small3 .imgLink,
.small.small6 .imgLink,
.small.small9 .imgLink {
	margin-left: 32.5%;
}

.small.small2 .imgTitle,
.small.small5 .imgTitle,
.small.small8 .imgTitle,
.small.small11 .imgTitle {
	margin: -400px 0 180px 20px;
}

.small.small2 .imgDescription,
.small.small5 .imgDescription,
.small.small8 .imgDescription,
.small.small11 .imgDescription {
	margin-left: 40%;
}

.small.small2 .imgLink,
.small.small5 .imgLink,
.small.small8 .imgLink,
.small.small11 .imgLink {
	margin-left: 47.5%;
}

.small0, .small3, .small6, .small9 {
	z-index: 30;
	padding-left: 0;
}
.small1, .small4, .small7, .small10 {
	z-index: 20;
}
.small2, .small5, .small8, .small11 {
	z-index: 10;
	padding-right: 0;
}


/* video */
.video {
}

.video.large .imgContentWrapper {
	top: 0;
}

.video .imgImageWrapper {
	opacity: 1;
}

.video .imgLink span {
	border: none !important;
	background: none !important;
	color: #9a6d49 !important;
}

.video .imgLink:before {
	margin-left: 10px;
	content: "\25B6";
	color: #9a6d49;
	border: 2px solid #9a6d49;
	z-index: 100;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	padding-left: 10px;
	display: inline-block;
	text-indent: -9px;
}

.video .imgImageWrapper:before {
	display: none !important;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

.video.video2 .imgContentWrapper, .video.playing .imgContentWrapper {
	display: none !important;
}

.video.video2 .imgImageWrapper, .video.playing .imgImageWrapper {
	opacity: 1;
}

/* nolink */
.nolink .imgLink {
	display: none;
}

/* hover */
.imagelinkgadget.away .imgTitle, .imagelinkgadget.away .imgDescription {
	opacity: 0;
}

.imagelinkgadget.away .imgImageWrapper {
	opacity: 1;
}

/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

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

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

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

.popup h4 {
	margin: 0 0 10px 0;
	font-size: 32px;
    line-height: 30px;
}

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

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

.popup #closePopup:hover span {
	background: url("../ecork_hotel_bin/ic_menu_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: 1003;
}

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




/* room container */
#roomtypes, #specialoffers, #productTypes, #addons {
	margin-left: 16% !important;
	margin-right: 86px !important;
}

.content .roomContainer {
	margin-bottom: 10px;
	padding: 0 10px 0 0;
	height: 400px;
	text-align: left;
}

#addons .roomContainer {
	height: auto;
}


.content .roomContainer:nth-child(even) {
	padding: 0;
}

.content .roomContainer .roomPhoto {
	left: 0;
	right: 10px;
	overflow: hidden;
}

.content .roomContainer:nth-child(even) .roomPhoto {
	right: 0;
}

#contentblock .roomContainer.room-opened .roomPhoto a {
	/*pointer-events: auto;*/
}

.roomContainer.room-opened .roomPhoto .pgContainer a label {
	/*display: block !important;*/
}

.content .roomContainer.room-opened {
	background: #ffffff;
	left: 0;
	right: 0;
}

.content .roomContainer .roomName {
	margin-top: 20%;
	margin-left: 10% !important;
	pointer-events: none;
	text-align: left !important;
}

.content .roomContainer .roomName h2 {
	padding-bottom: 0;
}

#addons .roomContainer .roomName h2 {
	margin-left: 0;
}

.roomContainer .roomName h2:before {
	content: "";
	display: block;
	width: 470px;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	top: -50px;
	left: -225px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
}

.roomContainer .roomName h2:after {
	content: "";
	display: block;
	width: 150px;
	height: 6px;
	background: url("../ecork_hotel_bin/cork_line.jpg") repeat top center;
	position: absolute;
	top: 23px;
	left: -85px;
	z-index: 0;
}

.content .roomContainer .minRate {
	pointer-events: none;
	margin: 0 10%;
}

.content .roomContainer .minRate h3 {
	color: #ffffff;
}

#addons .roomContainer .minRate h3 {
	color: #563520;
	margin-left: 0;
}

.content .roomContainer.room-opened .roomPhoto {
	top: 55px;
	opacity: 1;
	overflow: hidden;
}

.content .roomContainer .roomPhoto::before {
	display: none;
}

.content .roomContainer .roomDescription {
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	width: auto;
}

.content .roomContainer .roomDescription ul {
	width: auto;
	padding: 0;
}

.content .roomContainer .roomDescription li {
	margin: 0 4% 0 0;
	text-align: left;
}

.content .roomContainer.room-opened .roomName h2 {
	color: #9a6d49;
	margin-top: 32px;
	font-size: 20px;
}

.roomContainer.room-opened .roomName h2:before {
	border-color: #9a6d49;
}

.content .roomContainer.room-opened .minRate {
	margin-bottom: 570px;
}

.content .roomContainer.room-opened .minRate h3 {
	color: #ffffff;
}

.content .roomContainer .roomDescription p {
	margin: 15px auto;
	padding: 0;
	text-align: left;
	width: auto;
}

.content .roomContainer .promotions-termsActions .promotions-bgLink {
	width: auto;
	font-style: normal;
	border: none;
	margin: 30px 0 30px 10%;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
	display: inline-block;
	padding: 0 15px;
	letter-spacing: -1px;
	font-size: 20px;
	text-transform: lowercase;
	color: #9a6d49;
	display: inline-block;
	border: 2px solid #9a6d49;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.content .roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background: #9a6d49;
	color: #ffffff;
}

.content .roomContainer .mealplan {
	font-size: 13px;
	font-weight: 700;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-style: normal;
	color: #9a6d49;
}

.content .slick-next {
	right: 70px;
}

.content .slick-prev {
	left: 70px;
}

.content .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	top: 10px;
	right: 0;
	margin-right: 0;
	margin-left: 10%;
	text-align: left;
	width: 90%;
	background: #ffffff;
	color: #563520;
	text-transform: uppercase;
}

.content .roomContainer .promotions-termsContent .promotions-closeTerms {
	background-color: #563520;
	text-transform: uppercase;
}

.content .roomContainer .promotions-termsContent {
	bottom: 0;
	left: 0;
	right: 0;
}

.content .roomContainer .promotions-termsContent .promotions-termsText p {
	margin-right: 0;
	margin-left: 0;
}




/* promotion gadget */
.promotionsgadget {
	text-align: right;
	padding-top: 50px;
	position: relative;
}

.promotionsgadget:after {
	content: "";
	display: inline-block;
	width: 55px;
	height: 6px;
	background: #ffffff;
}

.promotionsgadget:hover:after {
	opacity: 0;
}

.prgWrapper {
}

.prgTitle {
	font-size: 64px;
	line-height: 54px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-weight: 300;
}

.prgClick {
	display: inline-block !important;
	float: none !important;
	float: right;
	margin: 80px 0 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 15px 3px;
	border: 2px solid #ffffff;
	opacity: 0;
}

.prgClick:hover {
	border-color: #9a6d49;
	background: #9a6d49;
}

.prgDescription {
	display: block !important;
	font-size: 1.5em;
	line-height: 1.15em !important;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}

.prgDescription:after {
	content: "";
	display: block;
	width: 150px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top: 21px;
	right: -50px;
}

/* promotion banner */
#centerblock .flashContainer .promotionsgadget {
	height: auto;
	color: #ffffff;
	right: 85px;
	top: 33%;
	width: 60%;
	bottom: auto;
	opacity: 1 !important;
}

#centerblock .flashContainer .promotionsgadget:hover .prgClick {
	opacity: 1;
}

#centerblock .flashContainer .promotionsgadget:hover {
	opacity: 0.7 !important;
}





/* sidebar */
#sidebar {
}

/* gallery */
#pg {
	margin: 0;
}

.pgContainer {
	height: 400px;
	margin-bottom: 10px;
}

#contentblock .pgImage {
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
}

#contentblock .pgContainer:nth-child(3) .pgImage, #contentblock .pgContainer:nth-child(6) .pgImage, #contentblock .pgContainer:nth-child(9) .pgImage {
	right: 0;
}

.pgImage a {
	display: block;
	width: 100%;
	height: 100%;
}

.pgImage img {
	display: none !important;
}

.pgText {
	pointer-events: none;
	position: absolute;
	top: 10%;
	left: 20%;
	width: 65%;
	z-index: 10;
	color: #ffffff;
}

.pgText strong {
	font-weight: 300 !important;
	font-size: 52px;
	line-height: 40px;
	margin: 0 0 30px -40px;
	letter-spacing: -1px;
	text-transform: lowercase;
	position: relative;
	display: inline-block;
}

.pgText strong:before {
	content: "";
	display: block;
	width: 470px;
	border-bottom: 1px solid #9a6d49;
	position: absolute;
	top: 0;
	right: 85px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
}

.pgText strong:after {
	content: "";
	display: block;
	width: 150px;
	height: 6px;
	background: url("../ecork_hotel_bin/cork_line.jpg") repeat top center;
	position: absolute;
	top: 39px;
	right: -85px;
	z-index: 0;
}

.pgContainer:hover .pgText {
}

/* contact form */
#contentblock form p, #contentblock form > div {
	margin: 0 0 5px;
}

#contentblock form input, #contentblock form select, #contentblock form textarea {
	background: #ffffff;
	line-height: 30px;
	height: 30px;
	border: none;
	color: #563520;
	margin-bottom: 10px;
	width: 95%;
}

#contentblock form .required {
	width: 5%;
}

input[type="checkbox"] {
	float: left;
	margin: 0 !important;
}

label[for="ckbnotifyme"] {
	font-size: 0.85em;
	line-height: 30px;
}

#contentblock form input[type="submit"] {
	float: left;
	background: none;
	width: auto;
	border: 2px solid #9a6d49;
	padding: 2px 15px;
	font-size: 20px;
	line-height: 20px;
	text-transform: lowercase;
	color: #9a6d49;
	display: inline-block;
	font-weight: 300 !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 15px 0 50px;
}

#contentblock form input[type="submit"]:hover {
	background: #9a6d49;
	color: #ffffff;
}




#bottomblock .wrapper {
	font-size: 0.75em;
	overflow: hidden;
	padding: 80px 5% 80px 12.5%;
	position: relative;
}

#bottomblock .address:before {
	content: "";
	display: block;
	position: relative;
	width: 552px;
	height: 130px;
	background: url("../ecork_hotel_bin/sponsor.png") no-repeat;
}

/* address */
.hoteladdress {
	font-size: 32px;
	line-height: 44px;
	color: #9a6d49;
}

.hoteladdress address {
	font-style: normal;
}

.hoteladdress address:before {
	content: "";
	display: block;
	width: 570px;
	border-bottom: 1px solid #9a6d49;
	position: absolute;
	top: 60px;
	left: 125px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
}

.hoteladdress address strong {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	background: url("../ecork_hotel_bin/hotel_logo_footer.png") no-repeat center;
	width: 95px;
	height: 285px;
	text-indent: -99999px;
}

.hoteladdress address strong:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../ecork_hotel_bin/cork_light.jpg") repeat center;
	z-index: -1;
}

.hoteladdress address a {
	text-decoration: none;
	display: block;
}

.hoteladdress address a:hover {
	color: #563520;
}

/* footerMenu */
.footerMenu {
	margin-top: 50px;
}

.footerMenu ul:before {
	content: "";
	display: block;
	width: 150px;
	height: 6px;
	background: url("../ecork_hotel_bin/cork_line.jpg") repeat top center;
	margin-bottom: 50px;
}

.footerMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerMenu li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
}

.footerMenu li a {
	text-decoration: none;
}

.footerMenu li a:hover {
	color: #563520;
}



/* seals */
.seals {
	clear: both;
	padding: 0 5% 50px 12.5%;
}

.seals > article {
	overflow: hidden;
}

.security {
	float: right;
}

.gclogo {
	float: left;
}


/* hotel directions - location page */
.hotel-directions #centerblock {
	overflow: visible;
}

.hotel-directions .flashContainer {
	height: 105%;
	height: calc(100% + 25px);
}

.content .dirLink {
	border: 2px solid #9a6d49;
	padding: 2px 15px;
	font-size: 20px;
	text-transform: lowercase;
	color: #9a6d49;
	display: inline-block !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dirLink:hover {
	background: #9a6d49;
	color: #ffffff;
}

.cookiesWarning {
	z-index: 9999 !important;
}



/*
 * transitions
 */
/**/
.languages li a,
.shortHandCheckRates, .address, .phone, .belink,
.socialmedia,
#fixedblock, .socialmedia ul,
.navigation li:after, .navigation li a, .quicklinks li a, .footerMenu li a, .hoteladdress address a,
.imgLink span, input[type="submit"],
.prgClick {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.gcb_navigation, .gcb_image_legend, #scroll, .languages,
.imgImageWrapper, .imgTitle, .imgDescription,
.promotionsgadget, .promotionsgadget:after {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.imgTitle {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.imgDescription {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.shortHandButton, .belinkWrapper {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.imgContentWrapper,
.socialmedia li a,
.promotions-bgLink {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	-ms-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}







/*
 * shadowbox
 */
body #shadowbox_overlay {
	z-index: 1998;
}

body #shadowbox_container {
	z-index: 1999;
	overflow: visible;
}

body #shadowbox_body {
	border: none;
}






/*
 * loader
 */
#loader, .loader:before, .loader:after {
	background: #9a6d49 !important;
}

#loader .loader {
	box-shadow: inset 0 0 0 1em #563520;
	opacity: 0.4;
}



/**
  * banner video
  **/
#centerblock .flashContainer .promotionsgadget {
    display: block;
}
.homepage .gcb_container,.homepage .flashContainer .promotionsgadget {
}

.big-background, #bgndVideo {
	width: 100%;
	height: 100%;
	background: url("../ecork_hotel_bin/video_bg.jpg") no-repeat center center !important;
	background-size: cover !important;
}

.player {
	display: block;
	width: 100%;
	height: 100%;
}

.mb_YTPBar {
	top: 50%;
	right: 50%;
	margin-right: -80px;
	height: 66px;
	overflow: hidden;
	line-height: 90px;
	padding: 1px;
}

.playingVideo .mb_YTPBar {
	right: 40px;
	margin-right: 0;
}

.playingVideo .ytpicon {
	font-size: 30px;
}

.mb_YTPProgress, .mb_YTPTime, .mb_YTPUrl, .mb_OnlyYT {
	display: none;
}

.ytpicon {
	float: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 15px;
    font-family: 'untitledregular';
    font-size: 60px;
    cursor: pointer;
    padding: 2px;
}

.mb_YTPMuteUnmute {
	font-size: 22px;
}





/*
 * media queries - responsive layout
 */

@media all and (max-width: 990px) {
	#scroll {
		left: 5%;
	}
	.bookinggadget .gc_sh .shortHandCheckRates {
		font-size: 48px;
		line-height: 80px;
	}
	.mediumlarge {
		padding: 0 86px 0 0px;
	}
	.large .imgContentWrapper {
		margin-right: 86px;
	}
	.content h1, .content h2, .content h3, .content p, .content .dirLink, .content form {
		margin-left: 5%;
		margin-right: 86px;
	}
	#roomtypes, #specialoffers, #productTypes, #addons {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.content .roomContainer .roomPhoto {
		right: 0;
	}
	.hoteladdress {
		font-size: 40px;
		line-height: 58px;
	}

@media all and (max-width: 768px) {
	.small, .medium {
		height: auto !important;
		overflow: hidden;
	}
	.mediumlarge .imgContentWrapper {
		position: absolute;
		margin-left: 25%;
	}
	#contentblock .pgImage {
		right: 0;
	}

	.big-background {
		display: none;
	}

	.homepage .gcb_container {
		display: block;
	}
}

@media all and (max-width: 620px) {
	.navigation ul {
		padding: 120px 86px 0 0;
	}
	.flashContainer .gcb_navigation,
	.quicklinks {
		display: none;
	}
	#centerblock .flashContainer .promotionsgadget,
	.flashContainer .gcb_image_legend {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		top: 15%;
		right: 40px;
	}
	.bookinggadget .gc_sh .shortHandCheckRates {
		font-size: 38px;
		line-height: 90px;
	}
	.mediumlarge .imgContentWrapper {
		width: 75%;
	}
	#bottomblock .wrapper {
		padding: 5%;
	}
	.hoteladdress address strong {
		display: none;
	}
	.hoteladdress {
		font-size: 26px;
		line-height: 38px;
	}
	.socialmedia {
		float: none;
	}
	.address, .phone {
		float: left;
		width: 0;
		height: 50px;
		padding-left: 50px;
		overflow: hidden;
		text-indent: -9999px;
		background: url("../ecork_hotel_bin/mob_add.png") no-repeat 0 0;
		margin-top: 20px;
	}
	.phone {
		background-position: 0 -50px;
	}
	.scrolling .address, .scrolling .phone {
		margin-top: 0;
	}
	.scrolling .languages {
		opacity: 1;
		width: 100%;
		text-align: left;
	}
	.languages ul {
		margin: 0;
		padding: 0;
	}
	.languages li, .languages li a {
		display: inline-block;
		padding-right: 20px;
	}
	.languages li a.active {
		position: relative;
		background: none;
		color: #9a6d49;
	}

	.mediumlarge {
		height: 540px !important;
	}

	.large {
		height: 600px !important;
	}
}

@media all and (max-width: 480px) {
	#topblock .hotellogo {
		width: 180px;
	}
	.hotellogo a img {
		width: 70%;
	}
	.toggle {
		width: 80px;
		height: 80px;
		padding: 23px 0 0 0;
	}
	.menu-opened .toggle {
		padding: 20px 10px;
	}
	.navigation ul {
		padding: 90px 25px 0 0;
	}
	#centerblock .flashContainer .promotionsgadget, .flashContainer .gcb_image_legend {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		-moz-transform: scale(0.65);
		-ms-transform: scale(0.65);
		top: 5%;
		right: -30px;
		width: 130%;
	}
	#scroll {
		left: 11%;
	}
	.mediumlarge .imgContentWrapper {
		margin-top: 80px;
	}
	.large .imgContentWrapper {
		margin-right: 5px;
	}
	.large .imgDescription {
		height: 225px;
		overflow: hidden;
	}
	.medium .imgContentWrapper {
		width: 70%;
	}
	.medium0 .imgTitle, .medium2 .imgTitle, .medium4 .imgTitle, .medium6 .imgTitle {
		margin-top: -370px;
		margin-bottom: 150px;
	}
	.medium1 .imgContentWrapper, .medium3 .imgContentWrapper, .medium5 .imgContentWrapper, .medium7 .imgContentWrapper {
		width: 75%;
	}
	#bottomblock {
		z-index: 991;
	}
	.hoteladdress {
		font-size: 14px;
		line-height: 22px;
	}
}