html,
body {
    height: 100%;
	font-size: 13px;
}

form { margin: 0; }
select::-ms-expand { display: none; }
.mainpage-promos {
	position: relative;
	z-index: 9;
	width: 100%;
}
#mainpage-promo-boxes {
	position: absolute;
	z-index: 9;
	left: 0; right: 0;
	top: 0; bottom: 0;
	overflow: hidden;
}
@media only screen and (max-width : 768px) {
    #mainpage-promo-boxes {
        position: relative;
    }
}
.mainpage-promo-box {
	background-color: rgba(0,18,27,0.8);
	margin: 0;
	padding: 0 15px 15px 15px !important;
	margin-top: 15px;
	color: #ffffff;
}
#mainpage-hotels-box {
	height: 90px;
	padding: 15px;
}
#mainpage-hotels-box a, #mainpage-contact-box div.weather a, #mainpage-contact-box div.address a {
	color: #ffffff;
	padding: 10px;
	display: block;
	background: url(/img/new/link-arrow.png) no-repeat 0 50% transparent;
	text-transform: uppercase;
}

#mainpage-reservation-box {
    margin-top: 0px;
}


#mainpage-reservation-box input,
#mainpage-reservation-box select{
	font-size: 12px;
}
#mainpage-reservation-box .box-hotels {
	margin-bottom: 10px;
}

.mainpage-promo-box h2 {
	padding: 15px 0 15px 40px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
.mainpage-promo-box .styled-select {
	border: 1px solid #ffffff;
	background-image: url(/img/select-arrow2.png);
	background-color: rgba(0,18,27,0);
	color: #ffffff;
	background-size: auto 28px;
}
.mainpage-promo-box select {
	color: #ffffff;
}
.mainpage-promo-box select option {
	background-color: #41535c;
	color: #ffffff;
}
.mainpage-promo-box input[type=text] {
	border: 1px solid #ffffff;
	background-color: rgba(0,18,27,0);
	color: #ffffff;
}
.mainpage-promo-box label {
	font-weight: normal;
	margin: 0 0 1px 0;
	font-size: 13px;
}
#mainpage-newsletter-box h2 {
	background: url("/img/new/ico_newsletter.png") no-repeat 0 50% transparent;
	background-size: auto 19px;
	
}
#mainpage-reservation-box h2 {
	background: url("/img/new/ico_reservation.png") no-repeat 0 50% transparent;
	background-size: auto 25px;
}
#mainpage-contact-box {
	padding: 5px 0 0 0 !important;
}
#mainpage-contact-box div {
	min-height: 73px;
	padding: 15px 0 10px 50px;
	margin: 0 15px;
	font-size: 16px;
}
#mainpage-contact-box div a{
	color: #ffffff;
}
#mainpage-contact-box div small{
	display: block;
	font-size: 12px;
}
#mainpage-contact-box div.weather {
	background: url() no-repeat 0 50% transparent;
	font-size: 30px;
	line-height: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	background-size: auto 32px;
}
#mainpage-contact-box div.weather a,
#mainpage-contact-box div.address a {
	font-size: 10px;
	padding: 0 0 0 10px;
	display: inline-block;
}
#mainpage-contact-box div.weather a + a {
	margin-left: 15px;
}
#mainpage-contact-box div.address {
	background: url("/img/new/ico_compass.png") no-repeat 0 50% transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	background-size: auto 32px;
}
#mainpage-contact-box div.phone {
	background: url("/img/new/ico_phone.png") no-repeat 0 50% transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	background-size: auto 32px;
}
#mainpage-contact-box div.email {
	background: url("/img/new/ico_email.png") no-repeat 0 50% transparent;
	background-size: 29px auto;
}
.carousel,
.item {
	max-height: 506px;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#myCarousel .container {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: auto;
    height: 110%;
    background-position: top;
	/*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	*/
	background-repeat: no-repeat;
}

header {
	padding: 15px 0 15px 0;
}

footer {
	background: #f5f6f7;
	text-align: center;
	font-size: 13px;
	color: #555555;
}
footer .logos img {
	padding: 0 25px;
}
footer .row {
	padding: 30px 0;
	border-bottom: 1px solid #e5e7e9;
}
footer .row:last-child {
	border-bottom: 0;
}

nav.navbar {
	/* background-color: #ffffff; */
	background-color: rgba(144, 0, 39, 0.95);

	-webkit-box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
nav a { color: #41535c; }

.navbar-nav > li {
	float: none;
	white-space: nowrap;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-nav > li > ul > li {
	text-transform: none;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a.active:hover {
	color: #900027;
	background-image: none;
	font-weight: 400;
	background-color: #f6f6f6;
}
.navbar-default .navbar-nav > .open > a {
	color: #900027;
	font-weight: 400;
}
.navbar-default .navbar-nav > li > a.active {
	color: #900027;
	background-color: #ffffff;
	font-weight: 400;
}
ul.nav > li > a::after {
    display:block;
    content:attr(title);
    font-weight:400;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}

.styled-select {
	overflow: hidden;
	border: 1px solid #c6cbce;
	background-image: url(/img/select-arrow.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 100% 3px;
	background-position: calc(100% - 3px) 3px;
	background-size: auto 28px;
}

.styled-select select {
	background-color: transparent;
	border: 0;
	height: 34px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	cursor: pointer;
	
}

.mainpage-offers {
	background-color: #f5f6f7;
	color: #555555;
	padding: 30px 0;
}
.mainpage-offers article {
	border-bottom: 1px solid #e3e5e7;
	padding: 15px;
}
.mainpage-offers  h2 + img {
	width: 100%;
}
.mainpage-offers h2 {
	color: #900027;
	font-size: 19px;
    font-weight: 200;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
    padding: 15px 0;
}
.mainpage-offers h3 {
  margin: 0 0 5px 0;
}

.mainpage-offers p {
	margin: 0px;
	line-height: 1.4;
}

.mainpage-offers h3 a, .mainpage-offers h3 a:hover {
	color: #555555;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.mainpage-offers mark, #hotel-freetexts mark {
	display: block;
	color: #900027;
	text-align: right;
	font-size: 20px;
	background: url(/img/new/price-arrow.png) no-repeat 100% 50% transparent;
	padding-right: 15px;
	font-weight: 400;
}
#hotel-freetexts mark {
	text-align: left;
	background-image: none;
	padding: 0;
}
.mainpage-offers mark small, #hotel-freetexts mark small {
	font-size: 16px;
}

.offer-box-hr {
	margin: 20px 10px;
	border: 0;
	border-top: 1px solid #dbdbdb;
}

.offer-box-title {

}

.offer-box-text {
	margin: 0 0 5px 0;
}


.offer-buttons {
    padding-top: 15px;
}

.offer-header {
	/* background-color: #f1f2f3; */
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 3px solid #f1f2f3;
	border-top: 1px solid #41535c
}

.offer-separator {
    padding: 0 0 0 0 !important;
    margin-top: 30px;
}


offer-img {
    padding-top: 15px;
}

.offer-text p, .offer-text .lead, .offer-details .lead, .offer-text h1, .offer-text h2, .offer-text h3, .offer-text h4, .offer-text a {
    font-size: 13px !important;
    color: #333333 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    line-height: 1.6 !important;
    font-weight: 300 !important;   
    text-decoration: none !important;
}
.offer-details { 
	display: none; 
	padding-bottom: 30px;
}

.mainpage-articles {
	padding: 0 30px;
	color: #555555;
	font-size: 13px;
}
.mainpage-articles article {
	padding: 30px 15px;
}
.mainpage-articles .row article:first-child {
	padding-left: 0;
}
.mainpage-articles .row article:last-child {
	padding-right: 0;
}
.mainpage-articles .row:first-child article:first-child {
	border-bottom: 1px solid rgba(65, 83, 92, 0.14);
}
.mainpage-articles .article-inner {
	padding: 0 15px;
}
.mainpage-articles h2 {
	color: #900027;
	font-size: 24px;
    font-weight: 200;
    margin: 0;
    padding: 15px 0;
}

.mainpage-articles h4 {
    margin: 0;
    padding-bottom: 15px;
}
.btn-simple {
	color: #900027;
	background-color: #fff;
	border-color: #41535c;
	font-size: 12px;
}
.breadcrumb a {
	color: #41535c;
}
.article article h1 {
	color: #900027;
	font-size: 35px;
	font-weight: 100;
	text-transform: uppercase;
    line-height: 1.2;
    padding: 15px 0;
    margin: 0;
    letter-spacing: 1px;
}

.article article h2 {
	color: #900027;
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 15px;
    margin: 0;
}

.article article h3 {
	color: #900027;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
    line-height: 1.2;
     padding-bottom: 15px;
    margin: 0;
}

.offer-header .bgtitle {
	color: #900027;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
    line-height: 1.2;
    padding: 20px 0 15px 15px;
    margin: 0;
}

.article article p  {
    line-height: 1.6;
    padding-bottom: 15px;
    margin: 0;
}

.article article ul  {
    line-height: 1.6;
    padding-bottom: 5px;
    margin: 0;
}

.article article {
    padding-bottom: 30px;
}

.figureright {
	float: right;
	margin: 0 0 10px 15px;
}
.figureleft {
	float: left;
	margin: 0 15px 10px 0;
}

button.gray-button, button.claret-button,
a.gray-button, a.claret-button {
	font-size: 12px;
	background-color: #41535c;
	text-transform: uppercase;
	color: #ffffff;
	border: 0;
	padding: 7px;
	font-weight: 600;
}
button.claret-button, a.claret-button { background-color: #5e9536; }
.claret-button.btn:hover, .claret-button.btn:focus, .claret-button.btn.focus  { color: #ffffff; }
.ui-datepicker-trigger {
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	margin: 19px 15px 0 0;
	height: 27px;
}

button.gray-button {
	color: #900027;
	background-color: #fff;
	border: 1px solid #41535c !important;
}

button#szobafoglalas_type_req.form-control.submit.gray-button{
	background-color: rgba(28, 49, 66, 0.50);
	color: #ffffff;
}

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

#hotel-freetexts {
	background-color: #f5f6f7;
	color: #555555;
	font-size: 13px;
	padding-top: 20px;
}
#hotel-freetexts article {
	padding-bottom: 80px;
}
#hotel-freetexts h3 {
	margin: 10px 0 2px 0;
}
#hotel-freetexts h3 a {
	color: #41535c;
	font-size: 16px;
}
#hotel-freetexts img {
	width: 100%;
}
#hotel-freetexts figure, .box figure {
	position: relative;
}
#hotel-freetexts figcaption, .box figcaption {
	position: absolute;
	bottom: 5%;
	right: 0;
	background-color: #f3f3f3;
	color: #900027;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 400;
}
#hotel-freetexts figcaption small, .box figcaption small {
	font-size: 13px;
}
#hotel-freetexts .offer-footer {
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	bottom: 15px;
}
#map-div { position: relative; padding: 0; z-index: 8;}
#map-canvas { height: 450px; }

.mainmenu {
	width: 100%;
	/* border-bottom: 5px solid #900027; */
	z-index: 12;
}
.mainmenu .container {
	/* border-top: 1px solid #F5F6F7; */
    min-height: 55px;
}
.mainmenu.affix {
	position: fixed;
	top: 0;
	z-index: 100;
}

.first-hidden-submenu {
	display: none;
}

#myCarousel {
	width: 100%;
	background-color: #000000;
}
#myCarousel.affix {
	position: fixed;
	z-index: 10;
}

.mainpage-promos.affix {
	position: fixed;
	top: 0;
	z-index: 11;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:   0px 4px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.2);
}


figure.right {
    float: right;
    margin: 0 0 10px 15px;
}
figure.text {
	border: 1px solid #c6cbce;
	font-size: 90%;
	width: auto;
	padding: 2px;
	margin: 15px;
}
figure > div {
	background-color: #f5f6f7;
	padding: 8px;
	text-align: left;
}

#ui-datepicker-div {
	z-index: 20 !important;
}

.promotitle {
    position: relative  !important;
    top: 70px;
    max-width: 590px;
	display: none;
	margin: 0px -30px;
}

.promotitle h2 {
  	text-transform: uppercase;
	font-size: 35px;
	font-weight: 300;
	text-align: left;
    color: #ffffff;
	position: absolute;
	bottom: 0;
    top: 0;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 1);
}
.promotitle h2 a {
	display: block;
	position: relative;
	padding: 20px;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(0, 18, 27, 0.4);
}

.promotitle sup {
    font-size: 20px;
    line-height: 50px;
    vertical-align: top;
}

.promo-shadow {
    background: url(/img/new/promo_shadow.png) repeat-x 0 0;
    height: 506px;
}

h2.bgtitle.red {
    background-color: #900027;
    color: #ffffff;
    padding: 10px 15px;
}
h2.bgtitle.red a {
    color: #ffffff;
	text-decoration: none;
}
h4.hoteltitle {
	color: #41535c;
	font-size: 24px;
	letter-spacing: .4px;
	font-weight: 200;
	/* border-top: 1px solid #900027; */
	padding: 20px 15px 15px 15px;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	background-color: #f3f3f3;
}

h2.hoteltitle {
 padding-bottom: 5px !important;
}

h2.hoteltitle a {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}

h1 + h3.hoteltitle, h2 + h3.hoteltitle {
	margin-top: 0;
}
.offer-text > h3.hoteltitle {
	padding: 0; margin: 0; border: 0;
}
.offer-header .bgtitle {
	padding: 0;
	margin-top: 5px;
}
.offer-header .bgtitle a {
  font-size: 18px;
	font-weight: 400;
	letter-spacing: .5px;
}

.text-separator {
    color: #eeeeee;
    padding: 0 5px;
}

article.box { padding: 0; }
article.box figure { padding-top: 0px; }
article.box figure img { width: 100%; }
article.box figure figcaption { margin-right: 15px; }
article.box { color: #555555; margin-bottom: 20px; }
.discount abbr {
	font-size: 13px;
    color: #41535c;
    text-decoration: none;
	border-bottom: none;
	font-weight: 600;
    line-height: 13px;
}
.discount abbr span { color: #900027; }

.switched .caret {
	border-bottom: 4px solid;
    border-top: 0 none;
}
table { empty-cells: show; }
table.prices{
	background:#fff;
	border:0;
	border-bottom:2px solid #fff;
    margin-bottom: 15px;
    width: 100%;
}
table.prices td:first-child {
	width: 220px;
}
table.prices td.chart {
	width: auto;
}
table.prices td {
	background-color:#f5f6f7;
	color:#555555;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
	font-size:11px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
table.prices thead td {
	background: #41535c;
	color:#fff;
	padding:5px 0;
	font-weight:300;
	height:45px;
	font-size: 13px;
	vertical-align: middle;
    border-right: 1px solid #ffffff;
}
table.prices td.dark{
	background-color:#eae6e1;
}

.varostitle-bg {
    background-color: #f5f6f7;
    height: 90px;
}
article.box.hotelbox {
	padding: 15px 0 45px 0;
	margin: 0;
}

.hotellist {
	padding-top: 0;
	margin: 0;
}

.hotellist hr {
	margin: 0;
}

.hottellist-element {
    padding-bottom: 0 !important;
}

.searchlist-element {
    border-bottom: 1px solid #eeeeee;
}

.searchlist-title {
    margin: 0 0 2px 0;
}

.searchlist-button {
    margin-top: 7px;
}

.article article h2.varostitle > a, .article article .ajanlatcsoport, .ajanlatcsoport{
    color: #41535c;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: 100;
    letter-spacing: 1px;
}

.product-picture {

}

.product-intro {
 padding: 0 30px 0 0;
}

.products figure, .product figure {
    border: 1px solid #c6cbce;
    background-color: #ffffff;
    text-align: center;
    height: 150px;
    line-height: 150px;
}
.product figure { margin-bottom: 50px; }
.products figure img, .product figure img{
	max-width: 100%;
    max-height: 96%;
    margin-top: -4px;
}
.products.row {
    margin-bottom: 30px;
}
.product > div.row {
	border-bottom: 1px solid #c6cbce;
	margin-bottom: 20px;
    padding-bottom: 15px;
}
.products strong {
	display: block;
	border-bottom: 1px solid #c6cbce;
	color: #900027;
	font-size: 23px;
	font-weight: 300;
	text-align: Left;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
.article article .products p {
    padding-bottom: 0px;
}
.product figure figcaption {
	line-height: 38px;
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0;
	background-color: #900027;
	color: #ffffff;
	font-size: 22px;
	border: 1px solid #900027;
	font-weight: 300;
}

table.prices.cart td { font-size: 13px; }
table.cart td:first-child { width: 50px; }
table.cart tbody td.title{text-align:left;padding-right:10px;padding-left:10px;}
table.cart .icon{width:28px;height:28px;overflow:hidden;text-indent:-3000em;display:block;margin:0 auto;}
table.cart .delete{background:url(/img/delete.png) no-repeat 0 0; background-size: cover;}
table.cart .update{background:url(/img/update.png) no-repeat 0 0; background-size: cover;}
table.cart .summary{text-align:right;padding-right:8px;}
table.cart .summary strong{font-weight:normal;color:#910027;font-size:17px;}

.box-childaccount, .box-webshop {
	background-color: #f5f6f7;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.box-webshop { margin-top: 0; }

.box-childaccount ul {
	border-top: 1px solid #c6cbce;
	padding-top: 15px;
	margin-top: 15px;
}

.box-childaccount h2, .article article .box-webshop h2 {
	padding: 15px 0 10px 30px;
	color: #41535c;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #c6cbce;
	margin-bottom: 15px;
	font-weight: 400;
}
.box-childaccount h2 { background: url("/img/new/ico_login.png") no-repeat 0 50% transparent; }
.article article .box-webshop h2 { background: url("/img/new/ico_basket.png") no-repeat 0 50% transparent; padding: 15px 0 10px 40px; }
.box-childaccount input.form-control {
	margin: 0 0 15px 0;
	border: 1px solid #c6cbce;
	color: #41535c;
}
.box-childaccount strong {
	color: #900027;
	font-size: 22px;
	font-weight: 300; 
	text-align: left;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 10px 0 10px 15px;
}
.box-childaccount p {
    font-size: 18px;
}
label.col-md-1, label.col-md-2, label.col-md-3, label.col-md-4, label.col-md-5, label.col-md-6,
label.col-md-7, label.col-md-8, label.col-md-9, label.col-md-10, label.col-md-11, label.col-md-12 {
    top: 7px;
}
.article article .datepicker {
    background-color: #ffffff;
    border: 1px solid #c6cbce;
}
.article article .ui-datepicker-trigger {
	top: 7px;
}
.ui-datepicker .ui-datepicker-title select {
	color: #555555;
}

.form-group label {
	font-weight: normal;
}
article div.clearfix {
	border-bottom: 1px solid #eeeff0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
article div.clearfix:last-child { border: 0; }

#weather h2 {
	padding: 15px 0 0 0;
}

table.weather_forecast {
	width: 100%;
	margin:0 0 20px 0; padding:0;
	border-collapse: collapse;
}
table.weather_forecast tr { height: 70px; }
table.weather_forecast tr td {
	border-bottom: 1px solid #e5dfd5;
	border-collapse: collapse;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
	vertical-align: top;
	width: 70px;
}
table.weather_forecast tr td:first-child { vertical-align: top; font-size: 14px; text-align: left; padding-top: 20px; white-space: nowrap; }
table.weather_forecast tr td img { width: 32px; }
table.weather_forecast tr td span {
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	line-height: 12px;
}
table.weather_forecast tr td:first-child span { text-align: left; }
table.weather_forecast tr td.min, table.weather_forecast tr td.max { font-size: 30px; line-height: 35px; }

.new_online #main {padding-bottom: 60px;}
.new_online > #main > div > .center{width: 975px;margin-right:0;}
.new_online .center > article {width: 975px; position: relative; padding: 0;}
.new_online .form fieldset {background:#ffffff;border-top:1px solid #e3e5e7;border-bottom:0px; padding: 20px 10px;margin: 0;/* width:955px; */position: relative; overflow: hidden; }
.new_online .form fieldset div.left_div {/*width: 810px;*/ padding: 0;}
.new_online .form fieldset.active div.left_div, .new_online .form fieldset.done div.left_div {border-right: 1px solid #e3e5e7;}
.new_online .form fieldset div.button_div {/*position: absolute; top: 50%; margin-top: -39px; right: 40px;*/ text-align: center; vertical-align: middle; /*margin-bottom: -99999px;padding-bottom: 99999px;*/}
.new_online .form fieldset.active { background: #f5f6f7; border: 1px solid #e3e5e7; position: relative; }
.new_online #breadcrumb{background:#ffffff;}
.new_online #main{background-image:none;}
.new_online #main > div > .center {font-size:13px;line-height: 17px;}
.new_online .center > article h1{font-size:27px;margin:15px 10px;}
.new_online .center > article h3{font-size:20px;margin-top: 0; padding-top: 10px;}
.new_online .center .data{font-size:13px;line-height: 17px;font-weight: bold;}
.new_online #online_cards{top: 13px; margin-bottom: 15px;}
.new_online .form fieldset abbr{background:url(/img/online_help.png) no-repeat 100% 0;padding:0 35px 0 0;position:relative;right:0;line-height:0;vertical-align:middle; border-bottom: 0; }
.new_online .helphint{position:absolute;top:29px;display:none;line-height:14px;left:12px;}
.new_online .helphint span{top:-12px;left:10px; background-image:url(/img/online_tri_helphint.png);}
.new_online .helphint strong{width:250px;box-shadow: 5px 5px 10px rgba(0,0,0,.15);background:#ded8ce;border:0;}
.new_online .form label.title{clear:none;/*float:none; width: 140px;*/}
.new_online .form label.title.right{text-align:right;}
/*.new_online .form input, .new_online .form textarea { padding: 2px; border: 1px solid #b8ab96; font-weight: bold; font-size: 13px; color: #795a26;vertical-align: middle; margin-bottom: 15px; position:relative; }*/
.new_online .form textarea { vertical-align: top; }
.new_online .form input::-moz-placeholder { color: #da0000; }
.new_online .form input[type="checkbox"] { margin-bottom: 1px; }
/*.new_online .form textarea.long{width:509px;min-width:509px;max-width:509px;border: 1px solid #B8AB96}*/
.new_online .ui-datepicker-trigger { vertical-align: middle; margin-bottom: 15px; cursor: pointer; }
.new_online .hide { display: none}
.new_online .form .selectbox{border:1px solid #b8ab96;font-weight: bold; color:#795a26;background-image:none; background-color: #ffffff;font-size:13px; height: 19px; padding: 2px 0; margin-right: 10px;}
.new_online .form .selectbox .selectbox-currentItem{padding-top:0px;}
.new_online .form .selectbox .selectbox-moreButton{background:url("/img/online_selectbox.png");width:23px;height:25px;margin:-3px 0 0 0;}
.new_online .form .selectbox .selectbox-item{font-size:13px;line-height: 13px;}
.new_online .form .selectbox .selectbox-list { padding: 0 2px 0 3px;margin-left: -1px; background-color: #ffffff; line-height: 13px; }
.new_online .form .selectbox .selectbox-item.listelementhover{background:#B9AD98;color:#ffffff;}
.new_online #add_new_room { background: url("/img/online_add.png") no-repeat 15px 0;color: #900027;display: inline-block;line-height: 25px;padding: 0 0 0 45px;vertical-align: middle;margin-top: 5px;}
.new_online .remove_room { background: url("/img/online_remove.png") no-repeat 15px 0;color: #900027;display: inline-block;line-height: 25px;padding: 0 0 0 45px;vertical-align: middle;}
.new_online #new_room_section {}
.new_online .room_section { background: url("/img/online_sep.png") repeat-x scroll 0px 100% transparent; padding-bottom: 15px; margin-bottom: 15px; }
.new_online #nights_span, .new_online div.form-group div {display: inline-block; margin-bottom: 15px; vertical-align: middle; padding-top: 7px;}
.new_online div.form-group div.styled-select { padding-top: 0; }
.new_online .errormsg {background: url()}
.new_online #room_section_helper, .new_online #offer_section_helper { display: none }
.new_online .child { padding-left: 0; padding-right: 0; }
.new_online .child, .new_online .childrenages { display: block; }
.new_online .offer_section { padding-top: 15px; }
.new_online .room_name { font-size: 15px; }
.new_online table {padding-right: 10px; }
.new_online table.online_offers td { padding: 5px 10px; }
.new_online table.online_offers tr:nth-child(odd) td { background-color: #ffffff; }
.new_online table.online_offers td a {color: #795A26; }
/*.new_online table.online_offers td.offer_name { width: 450px }*/
.new_online table.online_offers tr td {border-bottom: 1px solid #e3e5e7;}
.new_online table.online_offers tr:first-child td{border-top: 1px solid #e3e5e7;}
.new_online .offer_select { background: url("/img/online_offer_0.png") no-repeat 100% 0;color: #795A26;display: inline-block;line-height: 25px;padding: 0 30px 0 0px;vertical-align: middle; }
.new_online .offer_tr_active { color: #0aad32; font-weight: bold; }
.new_online table.online_offers .offer_tr_active td a {color: #0aad32; }
.new_online .offer_tr_active .offer_select { color: #0aad32; background: url("/img/online_offer_1.png") no-repeat 100% 0; }
.new_online .offer_price, .new_online .offer_choose { text-align: right; white-space: nowrap; width: 85px; }
.new_online .nyroModalCont .popup_content { background: transparent;}
.new_online table.pricelist{width:99%;border:0;border-collapse:collapse;background:#ffffff;margin-bottom:0;}
.new_online #szobafoglalas_payment td {border-top: 1px solid white; }
.new_online  table.pricelist input {margin: 0;}
.new_online table.pricelist tr td{height: 24px; border-top: 1px solid #e3e5e7; border-bottom: 1px solid #e3e5e7; padding: 6px 10px;}
.new_online table.pricelist tr td:last-child { white-space: nowrap; }
.new_online table.pricelist tfoot tr td{background:url() repeat-x 0 0 #e3e5e7;color:#900027;font-size:15px;font-weight: bold;border:0;}
.new_online .subpayment { display:none;padding: 6px 0 0 30px;}
.new_online .payment_active, .new_online .subpayment_active { color: #0aad32; font-weight: bold; }
.new_online #step_div_5 div.online_hint {font-size: 11px; display: block; width: 510px;}
.new_online #step_div_5 div.online_star {margin-top: 20px;}
.new_online #online_fieldset_6 div { margin: 20px auto; text-align: center; }
.new_online #online_fieldset_6 div.right {text-align: right; margin: 0;}
.new_online .online_submit { background: url("/img/online_submit.png") no-repeat scroll 100% 50% #0BBF38; color: #FFFFFF; font-size: 15px; font-weight: bold; padding: 10px 30px 10px 20px; text-transform: uppercase;}
input[type=checkbox].css-checkbox {position: absolute; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0;border:0;}
input[type=checkbox].css-checkbox + label.css-label {padding-left:26px;height:18px; display:inline-block;line-height:18px;background-repeat:no-repeat;background-position: 0 0;vertical-align:middle;cursor:pointer;}
input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -18px;}
label.css-label{ background-image:url(/img/online_checkbox.png); }
.new_online .form fieldset.new_thank_you { border-top: 0; }
.new_thank_you .left_div > div {padding: 20px 0; }
.new_online span.otp_error { display: none; }
.new_online .online_button {
	background: url(/img/online_next.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 77px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 77px;
    display: inline-block;
}
.new_online .online_intro { padding: 20px 10px; }
.new_online .styled-select { padding: 0; }
.new_online div.styled-select select { width: 100%; }
.new_online .room_section label { top: 0; }
.new_online .left_div > div.row { margin-right: 0; }

#requestform h3 {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: .5px;
	padding-left: 15px;
}
.full-width { width: 100%; }
.styled-select + span { top: 8px; }
.new_online .form-group label { font-weight: bold; }

@media (max-width : 1012px) {
	.new_online .form fieldset.active div.left_div, .new_online .form fieldset.done div.left_div {
		border: 0;
		border-bottom: 1px solid #e3e5e7;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

article section.gallery{overflow:hidden;margin-right:-5px;}
article section.gallery .row { padding-bottom: 15px; }
article section.gallery a { line-height: 200px; }
article section.gallery a figure { height: 200px; text-align: center; }
article section.gallery a figure img{max-width: 100%;max-height: 100%;border: 5px solid #f5f6f7;padding: 1px;}
article section.gallery.tiles{background:#f6f5f1;padding:10px 5px 10px 10px;margin:0 -10px;}
article section.gallery.tiles figure{margin:0 5px 5px 0;width:100px;height:100px;background:#fff;padding:5px;line-height:100px;}
article section.gallery.tiles a figure {border:0;padding:0;}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

article.hotel_review fieldset {
	background-image: none;
	background-color: transparent;
	border-bottom: 0;
	border-top: 1px solid #ded7cd;
	margin: 0;
    padding: 10px 0;
}
article.hotel_review h3 {
	font-size: 19px;
}
.review_items {
	background-color: #c6cbce;
	padding: 3px;
	display: inline-block;
}
.review_items a {
	width: 30px;
	height: 30px;
	background: url(/img/review_1.png) no-repeat 0 0 transparent;
	margin-right: 3px;
	display: inline-block;
	text-align: center;
	float: left;
	line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.review_items a.last { margin-right: 0; }
.review_items a.item-2 { background-image: url(/img/review_2.png); }
.review_items a.item-3 { background-image: url(/img/review_3.png); }
.review_items a.item-4 { background-image: url(/img/review_4.png); }
.review_items a.item-5 { background-image: url(/img/review_5.png); }
.review_items a.item-6 { background-image: url(/img/review_6.png); }
.review_items a.item-7 { background-image: url(/img/review_7.png); }
.review_items a.item-8 { background-image: url(/img/review_8.png); }
.review_items a.item-9 { background-image: url(/img/review_9.png); }
.review_items a.item-10 { background-image: url(/img/review_10.png); }
.review_items a:hover, .review_items a.active {
	background: url(/img/review_active.png) no-repeat 0 0 transparent;
	color: #ad1c39;
}
.review_items, .review_minus, .review_plus { width: 168px; }
.answer_minus, .answer_plus {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 3px;
}
.answer_minus { padding-right: 15px; text-align: right; }
.answer_plus { padding-left: 15px; }
.review_items_parent { margin-bottom: 0; }
.hotel_review_lead { font-size: 13px; padding: 15px 0; }

@media (max-width: 768px) {
	.answer_minus, .answer_plus {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	
	.article article h1 {
		font-size: 24px;
		font-weight: 200;
		padding: 15px 0 0 0;
	}
	
	.article article h2 {
		font-size: 18px;
		font-weight: 200;
		padding: 15px 0 0 0;
	}
	
	.article article h3 {
		font-size: 16px;
		font-weight: 200;
		padding: 15px 0 0 0;
	}
	
	.mainpage-promos {
		padding-bottom: 60px;
	}
	
	.btn-simple {
		margin-top: 10px;
	}
	
	.offer-header .bgtitle a {
		font-size: 16px;
		font-weight: 300;
	}
	
	.offer-text p, .offer-text .lead, .offer-details .lead, .offer-text h1, .offer-text h2, .offer-text h3, .offer-text h4, .offer-text a {
		font-weight: normal !important;   
	}
	
	button.claret-button {
		margin: 5px 0;
	}
	
	figure.text {
		margin: 15px 0;
		width: 100%;
	}
	
	table {
		width: 100%;
		margin: 15px 0;
	}
	
	a.gray-button, a.claret-button {
		margin: 5px 0;
	}
	
}

#cardorderform fieldset.row { padding-bottom: 20px; }
.highlight{color:#900027;font-weight: bold;}
fieldset.row { margin-top: 10px; margin-bottom: 30px; }
fieldset.row h3 { 
	padding-bottom: 5px;
	margin: 0 0 10px 0 ;
	border-bottom: 1px solid #c6cbce;
}


.partner div.row { margin-bottom: 15px; }
.partner img { border: 5px solid #c6cbce; padding: 1px; }

.basket_sum { padding:10px;font-size:13px;font-size:18px;color:#8e0023;margin-bottom: 0; text-align: center }
.basket_content {
	background-color: #fff;
	padding: 10px;
	margin: 10px 0;
}
.box-webshop ul { padding-left: 0;}
.box-webshop ul li { list-style: none;}

#cardbalanceform input { margin: 0; background-color: #ffffff; }
#cardbalanceform #birth + img { top: 8px; }

article .messages .bgtitle span{float:right;}
article .messages .bgtitle a{color:#795a26;}
article .messages dd{margin:0 -10px;padding:10px;background:#f6f5f1;border-top:1px solid #fff;border-bottom:2px solid #fff;}
.guestbook-header {
   margin: 0 0 10px 0;
padding: 10px 0;
border-bottom: 1px solid #c7c8c9
}

.guestbook-reviewer {
   font-style: italic;
	font-size: 18px;
	font-weight: 300;
	color: #900027;
	letter-spacing: 0.5px;
}

.article article .guestbook-header h3 { padding-bottom: 0; }
.guestbook-header time { line-height: 24px; }
article div.guestbook-header + div.clearfix { margin-bottom: 0; }


#langform, #quicksearch, #hotelform {
	padding: 15px 0;
}

#guestbookform { display: none; }

.no-border { border: 0 !important; border-bottom: 0 !important; border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }

#myCarousel .promo-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

#mainpage-promo-boxes .promo-link {
    display: block;
    height: 100%;
	min-height: 510px;
}

@media (min-width: 480px) and (max-width: 769px) {
	.navbar > .container {
		 width: 100%;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav > li > a {
		color: #900027 !important;
		border-bottom: 1px solid rgba(65, 83, 92, 0.12);
		font-weight: 400;
	}
	
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	.navbar-nav .open .dropdown-menu {
		background-color: #e5e5e5;
	}
}

.flag {
	height: 15px;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
}

#langform .dropdown {
	font-size: 10px;
}
#langform .dropdown-menu {
	width: 100%;
	min-width: inherit;
	font-size: 10px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #c6cbce;
	border-top: 0;
}
#langform .dropdown-menu > li > a {
	line-height: 20px;
	padding-left: 10px;
}

#langform .dropdown button {
	padding-left: 10px;
	font-size: 10px;
	white-space: nowrap;
}