body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #F3EFE4;
}

a {
	text-decoration: none;
}

@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanproregular.ttf');
}

.sidebar {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 100;
	float: left;
	width: 300px;
	height: 100%;
	overflow: hidden;
	background: url("../images/menu_hatter.jpg");
}

.triangle {
	width: 0;
	height: 0;
	right: -20px;
	margin: 0;
	padding: 0;
	position: absolute;
	border-top: 35px solid #FCFBF8;
	border-right: 35px solid transparent;
	transform: rotate(-45deg);
}

.sidebar_closed {
	overflow: auto;
	background: #FCFBF8;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	width: 300px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.sidebar_closed_terkep {
	background: #FCFBF8;
	height: 100%;
	position: fixed;
	top: 0;
	left: -380px;
	width: 680px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.sidebar_closed_foglalas {
	background: #FCFBF8;
	height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	width: 550px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

@media only screen and (max-height: 800px) {
	div.tamogatas{
		height: 100px;
	}
}

@media only screen and (min-width: 1680px) {
	div.sidebar_closed_foglalas.sidebar_opened{
		width: 1350px !important;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1679px) {
	div.sidebar_closed_foglalas.sidebar_opened{
		width: 970px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
	div.sidebar_closed_foglalas.sidebar_opened{
		width: 695px !important;
	}
}


div#sidebar_closed_bapartman.sidebar_opened, div#sidebar_closed_sapartman.sidebar_opened{
	width: 560px !important;
}

.sidebar_opened {
	left: 300px;
}

.back {
	width: 95%;
	text-align: right;
	margin-top: 5px;
}

.back_map {
	width: 95%;
	text-align: right;
	margin-top: 5px;
}

.logo img {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.rightmenu {
	font-size: 11px;
	color: #CAB999;
	text-decoration: none;
}

.fixright a:hover {
	color: #3B3D35;
}

.fixright {
	text-transform: uppercase;
	font-size: 11px;
	color: #CAB999;
	position: fixed;
	right: 0px;
	width: 280px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid transparent;
	border-radius: 0px 0px 0px 3px;
}

.fixbottom_right {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: #FFF;
	border-radius: 3px 0 0 0;
	padding-left: 10px;
}
.fixbottom_right_text {
	float: left;
	color: black;
	font-family: 'TrajanProRegular';
	font-size: 10px;
	margin-top: 16px;
}

.fixbottom_right img {
	width: 50px;
	margin: 5px;
}

.rightmenu_line {
	font-size: 11px;
	color: #CAB999;
	padding-left: 10px;
	padding-right: 10px;
}

.language_select {
	position: relative;
	border-bottom: 1px solid #CAB999;
	margin: 0 auto;
	overflow: hidden;
	float: left;
	width: 90px;
	margin-top: 4px;
}

.language_select select {
	font-family: 'TrajanProRegular';
	color: #CAB999;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
	background: transparent;
	width: 90px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.language_select select :hover {
	color: #3B3D35;
}

.language_select select:focus {
	outline: none;
}

.menu li {
	list-style-type: none;
	width: 250px;
	height: 50px;
}

.menu_line {
	width: 201px;
	margin: 0 auto;
}

.menu li a {
	font-family: 'TrajanProRegular';
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	color: #7E8467;
}
.menu li a:hover {
	color: #3B3D35;
}

/* Slideshow css and animations */
.cb-slideshow,
.cb-slideshow:after {
	position: fixed;
	margin: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0px; 
}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 58s linear infinite 0s; 
}

.cb-slideshow li {
	list-style: none;
}

@keyframes imageAnimation { 
	0% { opacity: 0; animation-timing-function: ease-in; }
	8% { opacity: 1; animation-timing-function: ease-out; }
	17% { opacity: 1 }
	25% { opacity: 0 }
	100% { opacity: 0 }
}

/* Slideshow css and animations end */

.barnabas {
	width: 250px;
	margin-left: 40px;
	color: #798366;
	font-size: 20px;
	font-family: 'TrajanProRegular';
}

.address {
	width: 250px;
	margin-left: 40px;
	font-size: 14px;
	color: #999F86;
}

.address p {
	margin: 3px;
}

.details {
	position: absolute;
	width: 100%;
	bottom: 10px;
	clear: both;
}

.foglalas_number {
	width: 200px;
	height: 15px;
	margin: 10px auto;
	font-size: 14px;
	color: #999F86;
	background-color: #EBE3DA;
	text-align: center;
}

.apartman_content {
	width: 250px;
	margin: 25px auto;
}

.field_title {
	width: 220px;
	height: 45px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 25px;
	color: #666666;
	font-size: 26px;
	font-family: TrajanProRegular;
	line-height: 27px;
}

.field_text {
	width: 270px;
	margin-top: 35px;
	margin-left: 15px;
	color: #9FA58C;
	font-size: 14px;
	line-height: 18px;	
}

.field_text_kapcsolat {
	width: 220px;
	margin-top: 35px;
	margin-left: 35px;
	color: #9FA58C;
	font-size: 14px;
	line-height: 18px;	
}
.field_text_foglalas {
	width: 90%;
	margin-top: 35px;
	margin-left: 35px;
	color: #9FA58C;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	font-family: 'TrajanProRegular';
}

.excellent_accommodation_holder {
	height: 218px;
	position: relative;
	font-family: 'TrajanProRegular';
	font-size: 12px;
	color: #000;
	text-align: center;
}

.excellent_badge {
	background: url(http://static.szallas.hu/images/excellent/logo_hu.gif);
	width: 192px;
	height: 145px;
	margin: 1px auto;
	padding: 0px;
}

.excellent_hotel_name {
	width: 194px;
	height: 30px;
	overflow: hidden;
	margin: 0px auto 2px auto;
	color: #666666;
	padding: 0px;
}

.rating_count_text {
	width: 194px;
	height: 40px;
	overflow: hidden;
	color: #7E8467;
}

.g-recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.75);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.card a {
	color: #7E8467;
	text-decoration: none;
}

.card-header {
	background-image: url(../images/menu_hatter.jpg);
	font-family: 'TrajanProRegular';
}

.card-body {
	padding: 20px;
}

.accordion {
	margin: 10px auto;
}

.error {
	color: red;
}

.mt-3 {
	margin-top: 0px !important;
}

.foglalasContainer{
	height: 40em; 
	overflow-y: scroll; 
	overflow-x: scroll;
}

@media only screen and (min-height: 701px) {
	div#b-containergaleria, div#b-scrollgaleria, div#s-containergaleria, div#s-scrollgaleria{
	 height: 518px;
	}
}
@media only screen and (max-height: 700px) {
	div#b-containergaleria, div#b-scrollgaleria, div#s-containergaleria, div#s-scrollgaleria{
	 height: 318px;
	}
}