/*
Theme Name: Hotel Magyar Kiraly
Theme URL: 
Author: Kelliár Tamás - Stilldesign
Author URL: http://stilldesign.hu/
Description: -
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

/*-----------------------------------*\
	MAIN
\*-----------------------------------*/

.slimScrollBar {
    opacity: 1 !important;
}

h4 {
   outline: 0 !important;
}

a, button {
   outline: 0 !important;
}

iframe {
    max-width: 100%;
}
/*-----------------------------------*\
	HEADER
\*-----------------------------------*/

span.almenuMobilGomb, #MobilMenuLink {
    display: none;
}

.header {
	background: rgba(121, 0, 13, 0.6);
    height: 60px;
    margin-top: 8px;
    position: relative;
}

.header .szechenyi {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
}

.logo-background {
    background: none repeat scroll 0 0 rgba(121, 0, 13, 0.6);
    border-radius: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    width: 120px;
	-webkit-border-radius: 0 0 60px 60px;
	-moz-border-radius: 0 0 60px 60px;
	border-radius: 0 0 60px 60px;
}

.home .logo-background {
    background: none repeat scroll 0 0 rgba(121, 0, 13, 0.6);
    border-radius: 60px;
    height: 60px;
    position: absolute;
    top: 60px !important;
    width: 120px;
    -webkit-border-radius: 0 0 60px 60px;
    -moz-border-radius: 0 0 60px 60px;
    border-radius: 0 0 60px 60px;
}

.logo-background img {
    left: 9px;
    position: relative;
    bottom: 50px;
    z-index: 100;
}

.book-button a img {
    left: 57px;
    position: relative;
    top: -20px;
}

.nav.navbar-nav {
    margin-left: 5px !important;
}

.menu-item {
    text-transform: uppercase;
}

.dropdown-menu li a {
    text-transform: none;
}

.caret {
    display: none;
}

.nav li {
    font-size: 13px;
}

.qtranxs-lang-menu img {
    position: relative;
    top: -1px;
    border: 2px solid white;
}

.qtranxs-lang-menu li a,
.qtranxs-lang-menu a{
    font-weight: bold;
}

.qtranxs-lang-menu .caret {
    display: inline-block;
}

.home .home-content {
	min-height: 430px;
}

.navbar li:hover,
.navbar li.current-menu-item {
    background: rgba(121, 0, 13, 0.6);
}

.navbar-collapse {
    z-index: 2147483647;
}

.navbar-nav > li > a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

/*-----------------------------------*\
    BOOKING
\*-----------------------------------*/

#booking-window {
    opacity:0;
    display: none;
    z-index: 1000;    
    position: relative;
}

#booking-window.fade {
    opacity:1;
    display: block;
}

#booking-window #wrapper {
    background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
    border: none;
    padding: 5px;
}

.window-style {
       background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
       padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 2px 3px 3px black;
        -webkit-box-shadow: 2px 3px 3px black;
        box-shadow: 2px 3px 3px black;
}

#formElem input,
#formElem #capacity {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 10px;
    color: black;
}

#btn_room_search {
    background: #a20818 none repeat scroll 0 0;
    border: 5px solid black;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 35px;
    position: relative;
    right: 40px;
}

#formElem table tr {
    padding: 10px 0;
}

#child_per_room {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 10px;
    color: black;
}

#searchresult td {
    background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
    padding: 0 8px 5px 6px !important;
}

#searchresult table:last-child td:last-child {
    background: none !important;
}

#searchresult td select {
    color: black;
}

#searchresult table {
    margin-bottom: 20px;
}

#registerButton {
    background: #a20818 none repeat scroll 0 0;
    border: 5px solid black;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 35px;
    position: relative;
    right: -40px;
}

#searchresult img {
    border: 2px #a20818 solid !important;
}

.signupform input,
.signupform select,
.signupform textarea,
#email_addr_existing {
    color: black;
}

#btn_exisitng_cust {
    background: #a20818 none repeat scroll 0 0;
    border: 5px solid black;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 35px;
    margin-top: 10px;
}

#registerButton2 {
    background: #a20818 none repeat scroll 0 0;
    border: 5px solid black;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 35px;
    margin-top: 10px;
}

.signupform a {
    color: #a20818;
}
/*-----------------------------------*\
	FOOTER
\*-----------------------------------*/
.total-reviews {
    display: none !important;
}

#bcom_review_widget #bcom_review_widget_wrapper .hreview-horizontal {
    margin-bottom: 0 !important;
}

#bcom_review_widget #bcom_review_widget_wrapper .hreview-horizontal .review-button {
    position: relative !important;
    top: -5px !important;
}

.footer-info .btn-default {
    text-shadow: none !important;
}

.footer-top {
  background: rgba(121, 0, 13, 0.6);
  padding: 15px 0;
}

.footer-box {
  background: #64000b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.footer-box a {
    color: #fff;
}

.footer-box a:hover {
    color: #fff;
}


.footer-bottom {
  background: rgba(17, 17, 17, 0.9);
  font-size: 12px;
  color: #999999;
  padding-top: 12px;
}

.footer-bottom a {
    color: #fff;
}

.footer {
    bottom: 0;
    position: fixed;
    width: 100% !important;
    left: 0;
}

.footer-box h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-box p {
    font-size: 12px;
}

.social-link {
    display: block;
    height: 32px;
    position: relative;
    width: 30px;
    z-index: 100;
}


.image-box .gallery-hover {
    background: none !important;
}

.image-box:hover img {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);  
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
}

.rimg {
    padding-left: 3px;
    padding-top: 2px;
}

.galeria-box .footer-box {
    padding-left: 10px;
    padding-right: 35px;
    padding-top: 8px;
}

.info-box p {
    margin: 0;
}

.info-box .footer-box {
    padding: 2px;
}

.adress {
    background: url("/assetsimages/picto-pin.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 22px;
    margin: 6px 0 3px 3px !important;
    font-size: 10px !important;
}

.phone {
    background: url("/assetsimages/picto-tel.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 22px;
    margin: 6px 0 3px 3px !important;
    font-size: 10px !important;
}

.fax {
    background: url("/assetsimages/picto-fax.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 22px;
    margin: 6px 0 3px 3px !important;
    font-size: 10px !important;
}

.mail {
    background: url("/assetsimages/picto-level.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 22px;
    margin: 6px 0 3px 3px !important;
    font-size: 10px !important;
}

.info-box .btn.btn-default {
    background-color: #d2ac67;
    border: medium none;
    color: #111111;
    font-size: 10px;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 12px;
}

.utvonal {
    background: url("/assetsimages/logo-tervezes.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 26px;
}

.socials {
    padding-top: 8px;
}

.socials .btn {
    margin-top: 5px;
}

.home-gal-box {
    padding-left: 3px;
}

.gal-row {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: -2px;
    margin-right: -2px;
}

.gal-row .col-xs-2 {
    padding: 0 2px;
}

.footer-box {
    min-height: 92px;
}

.footer-box table td h2, .footer-box table td p {
    font-size: 16px;
    margin-bottom: 0;
}

.footer-box table td{
    vertical-align: middle;
}

.tovabb-img {
    padding-right: 5px;
}

.footer-info p {
    padding-top: 1px;
}

.event-slider p {
    margin-left: -2px;
}

.event-slider h2 {
    margin-top: 10px;
}

.rendezveny-anc p {
    color: white;
    text-decoration: none !important;
}

.rendezveny-anc h2 {
    color: white;
    text-decoration: none !important;
}

.rendezveny-anc:hover p{
    text-decoration: none !important;
    color: #d2ac67;
}

.rendezveny-anc:hover h2{
    text-decoration: none !important;   
    color: #d2ac67;
}

.rendezveny-anc:hover{
    text-decoration: none !important;   
    color: #d2ac67;
}

.rendezvenyek-doboz img {
    max-width: 100%;
    height: auto;
}

.attachment-rendezveny-single-img {
    max-width: 100%;
    height: auto; 
}

.short-exc {
    font-size: 11px !important;
    padding-left: 5px;
    text-align: left !important;
}

.image-box:first-child {
    padding-bottom: 4px;
}

.image-box:last-child {
    padding-bottom: -4px;
}

.gal-row {
    position: relative;
    top: 3px;
}

.rendezveny-single-title {
    text-align: center;    
}

.rendezveny-single-content {
    padding-top: 20px;
    padding-bottom: 10px;
}

.clicktosee {
    text-align: center;
}

.clicktosee > a {
    color: white !important;
}

.TA_socialButtonBubbles {
    float: right;
}
/*
.rendezveny-anc strong::after {
    content: "\a ";
    white-space: pre;
}

/*-----------------------------------*\
    EVENT SLIDER
\*-----------------------------------*/

.flexslider.event-slider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #64000b;
    margin: 0;
}

.footer-box .flex-control-paging {
    display: none;
}

.event-slider h2 {
    margin: 2px 3px 10px;
}

.flexslider.event-slider .slides img {
    width: auto !important;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 5px;
}

/*-----------------------------------*\
    GALERIA SLIDER
\*-----------------------------------*/

.flexslider.galeria-slider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #64000b;
    margin: 0;
}

.flexslider.galeria-slider .flex-control-nav,
.flexslider.galeria-slider .flex-direction-nav {
    display: none;
}



/*-----------------------------------*\
    HOME SLIDER
\*-----------------------------------*/


.home .home-slider .flex-control-paging {
    display: block !important;
}

.home-slider .flex-control-paging {
    display: none;
}

.home-slider .flex-direction-nav li a{
    display: none;
}

.flexslider.home-slider  {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-left: medium none;
    border-top: medium none;
}

.home-slider .flex-viewport{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

.flexslider.home-slider .slides,
.flexslider.home-slider .slides > li
{
    height: 100% !important;
}

.flexslider.home-slider .slides > li{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.home-slider {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.home-slider .flex-control-nav {
    width: 1180px;
    bottom: 160px;
    text-align: right;
    left: 49%;
    margin-left: -590px;
}

.home-slider .flex-control-paging li a {
    text-indent: 9999px;
}

/*-----------------------------------*\
    RENDEZVENY OLDAL
\*-----------------------------------*/

.rendezveny-post {
    padding: 10px 0;
}

.rendezveny-post img {
    border: 2px solid #64000b;
}

.rendezveny-link {
    color: white;
}

.rendezveny-link:hover,
.rendezveny-link:visited{
    color: white;
    text-decoration: none;
}

.rendezveny-post h3 {
    margin-top: 0;
}

.clicktosee a{
    background: rgba(0, 0, 0, 0) url("/assetsimages/termeink-logo.png") no-repeat scroll left center;
    padding-bottom: 8px;
    padding-left: 35px;
    margin-left: -35px;
}


.rendezveny-tovabb{
    border: 1px solid white;
    bottom: -17px;
    color: white;
    float: right;
    font-weight: bold;
    padding: 5px;
    position: relative;
    right: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    z-index: 100;
}

.rendezveny-tovabb:hover {
    color: #d2ac67;
}

.konf-kap {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}

.back {
    bottom: 0 !important;
}

.konferenciak .col-sm-4,
.page-template-page-konferencia .col-sm-4 {
    text-align: justify;
}
/*-----------------------------------*\
    KAPCSOLAT OLDAL
\*-----------------------------------*/
.container.kapcsolat-content {
    margin-top: 45px;
}

.kapcsolat-doboz {
    position: relative;
    top: auto;
    width: 570px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 55px;
    margin-bottom: 15px;
    max-width: 100%;
}

.ua-chrome .kapcsolat-doboz {
    position: relative;
    top: auto;
    width: 570px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 75px;
    margin-bottom: 15px;
}

.kapcsolat-doboz li i {
    padding-bottom: 5px;
    padding-right: 10px;
}

#kapcsolat-doboz-inner {
    padding: 0 10px;
}


.utvonal-doboz {
    position: relative;
    top: auto;
    width: 570px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 55px;
    margin-bottom: 15px;
    max-width: 100%;
}

.ua-chrome .utvonal-doboz {
    position: relative;
    top: auto;
    width: 570px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 75px;
    margin-bottom: 15px;
    max-width: 100%;
}

#utvonal-doboz-inner {
    padding: 0 10px;
}

#kapcsolat-doboz-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.6;
}

#kapcsolat-doboz-inner ul h4 {
    margin: 0;
}

i {
    padding-right: 5px;
}

#fromAddress1 {
    color: black;
}

.google_map_controls label {
    font-weight: normal !important;
}

.google_map_controls {
    margin-bottom: 10px;
}

.google_map_controls input[type="submit"] {
    background: #a20818;
    color: white;
    text-transform: uppercase;
    border: none;
    margin-left: 10px;
    padding: 3px 17px;
}

.adp-directions,
.adp-summary {
    color: white !important;
}

.adp-text {
    padding-left: 20px;
}

#fromAddress1 {
    width: 46%;
}

.gm-style-iw div {
    color: black;
    font-weight: bold;
}

.google_map_canvas {
    left: -3px !important;
    position: relative !important;
}

.kapcsolat-doboz h3 {
    padding-bottom: 20px !important;
}

#megkozelites-doboz-inner > p {
    font-size: 14px;
    line-height: 17px;
}

.megkozelites-doboz {
    position: relative;
    top: auto;
    width: 570px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 55px;
    margin-bottom: 15px;
    max-width: 100%;
}

.ua-chrome .megkozelites-doboz {
    position: relative;
    top: auto;
    width: 570px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 75px;
    margin-bottom: 15px;
}

.megkozelites-doboz li i {
    padding-bottom: 5px;
    padding-right: 10px;
}

#megkozelites-doboz-inner {
    padding: 0 10px;
}

#megkozelites-doboz-inner a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 522px;
    padding-bottom: 15px;
}

.kapcsolat-doboz h4 {
    margin-bottom: 10px !important;
}

.kapcsolat-doboz .col-md-6 {
    margin-bottom: 10px;
}


#megkozelites-doboz-inner p{
    text-align: justify !important;
}

.kapcsolat-doboz a {
    color: #fff;
}

.kapcsolat-doboz a:hover {
    color: #fff;
}
/*-----------------------------------*\
    STATIKUS OLDAL
\*-----------------------------------*/

.statikus-doboz {
    position: relative;
    top: auto;
    width: 1170px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;    
    margin-top: 75px;
    margin-bottom: 15px;
    max-width: 100%;
}

#statikus-doboz-inner {
    padding: 0 15px;
}

.rightimg img {
    border: 5px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}


#right-video img {
    border: 5px solid black;
    border-radius: 5px;
    float: right !important;
    left: -13px;
    margin-left: 20px;
    max-height: 400px;
    position: relative;
}

.rolunk-doboz hr {
    border-color: #000;
    background-color: #000;
    color: #000;
}

.rolunk-icon-list {
    list-style: none;
}

.rolunk-icon-list li {
    line-height: 30px;
}

.icon-szoba{
    background: url('/assetsimages/icons/szoba.png') no-repeat left center;
    padding-left: 25px;
}
.icon-lakosztaly {
    background: url('/assetsimages/icons/korona.png') no-repeat left center;
    padding-left: 25px;
}
.icon-kozel {
    background: url('/assetsimages/icons/vendeg.png') no-repeat left center;
    padding-left: 25px;
}
.icon-harom {
    background: url('/assetsimages/icons/harmas.png') no-repeat left center;
    padding-left: 25px;
}
.icon-boros {
    background: url('/assetsimages/icons/boros.png') no-repeat left center;
    padding-left: 25px;
}
.icon-wellness {
    background: url('/assetsimages/icons/sziv.png') no-repeat left center;
    padding-left: 25px;
}
.icon-garazs {
    background: url('/assetsimages/icons/garazs.png') no-repeat left center;
    padding-left: 25px;
}
.icon-etterem {
    background: url('/assetsimages/icons/bufe.png') no-repeat left center;
    padding-left: 25px;
}

/*-----------------------------------*\
    ROLUNK OLDAL
\*-----------------------------------*/

.rolunk-doboz {
    position: relative;
    top: auto;
    width: 1170px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;       
    margin-top: 75px;
    margin-bottom: 15px;
    max-width: 100%;
}

#rolunk-doboz-inner {
    padding: 0 15px;
}

.szam-doboz {
    position: relative;
    width: 1170px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;       
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
}

#szam-doboz-inner {
    padding: 0 15px;
    height: 150px;
}

#szam-doboz-inner {
    height: 150px;
    padding: 0 15px;
}

.szam-doboz h3 {
    text-align: center;
    font-size: 18px;
}

/*-----------------------------------*\
    AJANLATOK OLDAL
\*-----------------------------------*/
.ajanlat-doboz {
    position: relative;
    top: auto;
    width: 1170px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;    
    margin-top: 75px;
    margin-bottom: 25px;
    max-width: 100%;
}

#ajanlat-doboz-inner {
    padding: 0 15px;
}

.ui-accordion-header-icon {
    display: none;
}

#accordion h1,
#accordion h2,
#accordion h3,
#accordion h4,
#accordion h5 {
    margin: 0 !important;
}

#accordion h1,
#accordion h2,
#accordion h3,
#accordion h4,
#accordion h5 {
    padding: 5px;
    background: #64000b;
    border: 5px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white !important;

}

#accordion p,
#accordion table {

	color: white !important;
}

.ui-accordion-content-active {
		border: none !important;
}

#accordion h4.ui-state-default {
    background: url("/assetsimages/ajanlat-nyil.png") no-repeat scroll right center #64000b;
}

#accordion h4.ui-state-active {
    background: url("/assetsimages/ajanlat-nyil-inv.png") no-repeat scroll right center #64000b;
}

#accordion div {
    padding: 5px;
    background: rgba(34, 34, 34, 0.8); 
}

#accordion h4 {
    cursor: pointer;
}

.ui-accordion-content table {
	max-width: 100%;
	height: auto;
}

.ui-accordion-content td:first-child {
    border-radius: 5px;
    padding: 10px;
    line-height: 20px;
    width: 50% !important;
}

.ui-accordion-content td:first-child strong {
    color: #fff;
    font-weight: bold;
}

.ui-accordion-content td:first-child hr{
    background-color: #3c3b39;
    border-color:  #3c3b39;
    color:  #3c3b39;
}

.ui-accordion-content table img {
    float: right;
    margin-left: auto;
    margin-right: auto;
}

.ajanlat-list {
    list-style: none;
    padding: 0;
    padding-left: 3px;
}
.ajanlat-list li{
    line-height: 25px;
}
.agy {
    background: url('/assetsimages/icons/agy.png') no-repeat left center;
    padding-left: 35px;
}
.bufe {
    background: url('/assetsimages/icons/bufe.png') no-repeat left center;
    padding-left: 35px;    
}
.szauna {
    background: url('/assetsimages/icons/szauna.png') no-repeat left center;
    padding-left: 35px;    
}
.fitnessz {
    background: url('/assetsimages/icons/fitnessz.png') no-repeat left center;
    padding-left: 35px;    
}
.internet {
    background: url('/assetsimages/icons/internet.png') no-repeat left center;
    padding-left: 35px;    
}
.garazs {
    background: url('/assetsimages/icons/garazs.png') no-repeat left center;
    padding-left: 35px;    
}

.ajanlat hr {
    margin: 10px 0;
}
/*-----------------------------------*\
    GALERIAK OLDAL
\*-----------------------------------*/

.container.statikus-content {
    min-height: 400px;
}

.galeriak-doboz {
    position: relative;
    top: auto;
    width: 1170px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;    
    margin-top: 75px;
    margin-bottom: 25px;
    max-width: 100%;
}

#galeriak-doboz-inner {
    padding: 0 15px;

}

.galeriak-box {
    background: rgba(121, 0, 13, 0.6) none repeat scroll 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.galeriak-box img{
    max-width: 100%;
    height: auto;
}

.galeriak-box h3 {
    padding: 5px 0;
    margin: 0;
}

.galeriak-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.8) url('/assetsimages/nagyito.png') no-repeat center center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
}

.galeriak-image:hover .galeriak-hover {
    opacity: 1;
}

.galeriak-image {
    position: relative;
    margin-top: 8px;
}

/*-----------------------------------*\
    VENDÉGLÁTÁS
\*-----------------------------------*/
.etterem-doboz {
    position: relative;
    top: auto;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 65px;
    max-width: 100%;
}

.menu-doboz {
    position: relative;
    top: auto;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;    
    margin-top: 65px;
    max-width: 100%;
}

#menu-doboz-inner {
    padding: 0 15px;
}

.bisztro-doboz {
    position: relative;
    top: auto;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;    
    margin-top: 10px;
    margin-bottom: 25px;
    max-width: 100%;
}

#bisztro-doboz-inner {
    padding: 0;
}

#bisztro-doboz-inner img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
}

.nyitva-doboz {
    position: relative;
    top: auto;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;    
    margin-top: 10px;
    max-width: 100%;
}

#nyitva-doboz-inner {
    padding: 0 15px;
}

.menu-doboz .post-meta {
    color: white;
    text-transform: uppercase;
}

.menu-doboz .post-meta-key {
    color: white;
}

.heti ul {
    list-style: none;
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.heti {
    font-size: 18px;
    padding-top: 20px;
}

.heti ul li:last-child .post-meta-key {
    display: none;
}

.heti ul li:last-child {
    font-size: 12px;
    left: 450px;
    position: relative;
    text-transform: none;
    top: -40px;
}

.menu-doboz td {
    vertical-align: top;
    padding-bottom: 15px;
    padding-right: 10px;
}
.menu-doboz h4 {
    margin-bottom: 25px;
}

.flexslider.etlap-slider {
    border: none;
    background: none;
}

.flexslider.etlap-slider .flex-control-paging {
    display: none;
}

.etlap-slider .flex-prev {
    left: auto !important;
    right: 51px;
    top: 5px;
}
.etlap-slider .flex-next {
    right: 0;
    top: 5px;
}

.etlap-slider .flex-direction-nav a {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}

.etlap-slider {
    margin: 0;
}

.etlap_itallap {
    color: white;
    font-size: 20px;
    font-weight: 600;
    left: 100px;
    position: absolute;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    top: 80px;
}

.etlap-slider .flex-direction-nav a {
    opacity: 1 !important;
}

.etel {
    margin-left: 30px;
}

.nyitva-doboz a {
    color: white;
}

.nyitva-doboz h4 {
    margin-bottom: 6px;
    margin-top: 0;
    padding-bottom: 6px;
}

.etterem-doboz .alignright {
    margin-left: 15px;
}

.etterem-doboz .alignleft {
    margin-right: 15px;
}

#etterem-doboz-inner p:last-child {
    padding-bottom: 6px;
}

/*-----------------------------------*\
    SZOBAK
\*-----------------------------------*/

.szobak-doboz {
    position: relative;
    top: auto;
    background: rgba(34, 34, 34, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px;
    margin-top: 75px;
    margin-bottom: 15px;
    max-width: 100%;
}

#szobak-doboz-inner {
    padding: 0 15px;
}

.page-title {
    margin: 0;
    padding: 5px 0 20px;
}

.szobak-box {
    background: rgba(121, 0, 13, 0.6) none repeat scroll 0 0;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    min-height: 410px;
}

.szobak-box h1,
.szobak-box h2,
.szobak-box h3,
.szobak-box h4,
.szobak-box h5 {
    margin: 0;
    padding-top: 3px;
    padding-left: 5px;
}

.szobak-box p {
    font-size: 12px;
    margin: 0;
    padding: 8px;
}

.szoba-ar {
    color: grey;
    font-size: 14px !important;
    bottom: 65px;
    color: grey;
    font-size: 14px !important;
    position: absolute;
    color: #d2ac67;
}

.szoba-ar .post-meta-key {
    display: none;
}

.szobak-box .btn {
    background: white none repeat scroll 0 0;
    bottom: 10px;
    color: #64000b;
    font-weight: bold;
    margin-left: 8px;
    padding: 6px 25px;
    position: absolute;
    text-transform: uppercase;
}

.szobak-box img{
    max-width: 100%;
    height: auto;
}

.szobak-box h3 {
    padding-top: 3px;
    padding-left: 5px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.szobak-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.8) url('/assetsimages/nagyito.png') no-repeat center center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.szobak-image:hover .szobak-hover {
    opacity: 1;
}

.szobak-image {
    position: relative;
    margin-top: 8px;
}

.szoba-ar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 10px;
}

.szoba-reszletek ul {
    list-style-image: url("/assetsimages/bullet-white.png") !important;
    padding: 0 0 0 30px;
}

.szobak-leiras ul {
    list-style-image: url("/assetsimages/bullet-white.png") !important;
    padding: 0 0 0 30px;   
}

.szobak-box button {
    text-shadow: none !important;
}

.szobak-box button:hover {
    color: #d2ac67;
}

.page-id-11 .slimScrollBar {
    margin: 10px 0;
    max-height: 30px;
}

.szoba-reszletek li {
    font-size: 11px;
}

/*-----------------------------------*\
    SZOLGALTATSOK
\*-----------------------------------*/

.szolg-panel {
    margin: 15px 0;
    background: rgba(34, 34, 34, 0.9) none repeat scroll 0 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.szolg-gal img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.szolg-panel h3 {
    margin-top: 20px;
    padding-top: 0;
}

.szolg-text a {
    border: 1px solid white;
    bottom: -5px;
    float: right;
    font-weight: bold;
    padding: 5px;
    position: relative;
    right: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
}


.szolg-text {
    cursor: default;
    padding-right: 30px;
    text-align: justify;
}

.szolg-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.8) url('/assetsimages/nagyito.png') no-repeat center center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.szolg-gal:hover .szobak-hover {
    opacity: 1;
}


.szolg-text a {
    color: #fff;
    text-decoration: underline;
}

.szolg-text a:hover {
    color: #d2ac67;
    text-decoration: underline;
}

.melygarazs {
    background: url('/assetsimages/icons/garazs.png') no-repeat left center;
    padding-left: 35px;
}

.fitnessz {
    background: url('/assetsimages/icons/fitness.png') no-repeat left center;
    padding-left: 35px;
}

.masszazs {
    background: url('/assetsimages/icons/masszazs.png') no-repeat left center;
    padding-left: 35px;
}

.wellness {
    background: url('/assetsimages/icons/wellness.png') no-repeat left center;
    padding-left: 35px;
}

.jatekterem {
    background: url('/assetsimages/icons/jatekterem.png') no-repeat left center;
    padding-left: 35px;
}

.page-id-335 .masszazs {
    background: none !important;
}
/*-----------------------------------*\
    RELATIVE
\*-----------------------------------*/

.rfooter {
    bottom: auto;
    clear: both;
    position: relative;
    width: 100% !important;
}

.statikus-doboz-rel {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.8);
    border-radius: 10px;
    left: auto !important;
    margin-top: 75px;
    margin-bottom: 15px;
    padding: 8px;
    position: relative !important;
    top: auto !important;
    width: 1170px;
    max-width: 100%;
}

/*-----------------------------------*\
    KONFERENCIAK
\*-----------------------------------*/
.disabled {
    opacity: 0.5;
}

.disabled:hover {
    opacity: 1;
}

text {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.vissza {
    background: rgba(0, 0, 0, 0) url("/assetsimages/vissza.png") no-repeat scroll left center;
    color: white;
    float: right;
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-left: 17px;
    text-transform: none;
    text-decoration: none;
}

.vissza:hover {    
    opacity: 0.8;
    color: white;
    text-decoration: none;
}

.terem-title {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 24px;
}

.page-id-140 .vissza{
    display: none;
}

.vissza:visited {
    color: white;
    text-decoration: none;
}

.konf-table {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto !important;
    max-width: 100%;
}

.konf-table tr {
    border-bottom: 1px solid #666666;
    line-height: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.konf-table tr:hover {
    background: #111111;
    opacity: 0.5;
    border-bottom: 1px solid #666666;
    line-height: 16px;
    cursor: pointer;
    color: white;
}

.konf-table tr:first-child:hover {
    background: none !important;
    opacity: 1;
    border-bottom: 1px solid #666666;
    line-height: 16px;
}

.konf-table .square {
    text-transform: none;
}

/*-----------------------------------*\
    MASSZAZS
\*-----------------------------------*/

.page-id-335 tr {
    border-bottom: 1px solid #d2ac67;
}

.masszazs table {
    margin: 0 auto;
    width: 60%;
}

/*-----------------------------------*\
    MEDIA Q
\*-----------------------------------*/

.alignright {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 50%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 50%;
    height: auto;
}

table .alignright {
    max-width: 100%;
}

table .alignleft {
    max-width: 100%;
}

/*-----------------------------------*\
    MEDIA Q
\*-----------------------------------*/

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

    .nav li {
        font-size: 10px;
    }

    .szolg-text a {
        font-size: 12px;
    }

}

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

    .navbar-nav > li > a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

}

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

    .nav > li > a {
        padding: 19px 7px;
    }

    .ui-accordion-content td:first-child {
        border-radius: 5px;
        padding: 10px;
        line-height: 20px;
        width: 100% !important;
    }
    
    .ui-accordion-content table img {
        display: none;
    }

    .szolg-text a {
        font-size: 10px;
        bottom: 80px;
    }

}

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

    /*.book-button {
        display: none;
    }*/

    .footer {
        position: relative !important;
        padding-top: 60px;
    }

    .navbar-collapse {
        background: rgba(121, 0, 13, 0.9) none repeat scroll 0 0;
        position: relative;
        top: 3px;
    }

    .navbar-collapse li a {
        color: white;
        width: 95%;
    }

    .TA_socialButtonBubbles {
        padding-bottom: 15px;
    }

    .almenuMobilGomb {
        display: block;
    }

    span.almenuMobilGomb.fa {
        color: white;
        font-size: 18px;
        padding-top: 18px;
    }

    span.almenuMobilGomb {
        display: block;
        height: 40px;
        position: absolute;
        right: 0;
        width: 40px;
        z-index: 5;
    }

    .dropdown-menu {
        left: 0;
        top: 40px;
    }

    .navbar-collapse li a {
        color: white;
        width: 100%;
    }

    .footer-top .col-sm-4 {
	    margin-bottom: 20px;
	}

	.home-gal-box {
	    padding-left: 13px;
	}

}

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

    #accordion h4.ui-state-default {
        background: #64000b;
    }

    .szolg-text a {
        font-size: 10px;
        bottom: 100px;
    }
}

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

    #etterem-doboz-inner table img {
        display: none;
    }

    #etterem-doboz-inner td {
        display: inline;
        text-align: center;
    }

    .navbar {
    	max-width: 230px;
    	left: 15px;
    }

    .footer, .rfooter {
    	text-align: center;
    }

    .qtranxs-lang-menu {
    	display: none !important;
    }

    .szolg-text a {
        font-size: 10px;
        bottom: 0px;
    }

    #right-video img {
	    border: 5px solid black;
	    border-radius: 5px;
	    float: none !important;
	    left: 0px !important;
	    margin-left: 13px !important;
	    max-height: 400px;
	    position: relative;
	    max-width: 90% !important;
	}

	.icon-szoba{
	    background: url('/assetsimages/icons/szoba.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-lakosztaly {
	    background: url('/assetsimages/icons/korona.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-kozel {
	    background: url('/assetsimages/icons/vendeg.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-harom {
	    background: url('/assetsimages/icons/harmas.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-boros {
	    background: url('/assetsimages/icons/boros.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-wellness {
	    background: url('/assetsimages/icons/sziv.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-garazs {
	    background: url('/assetsimages/icons/garazs.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}
	.icon-etterem {
	    background: url('/assetsimages/icons/bufe.png') no-repeat left top 4px;
	    padding-left: 25px;
	    margin-bottom: 10px;
	}

	#nyitva-doboz-inner {
	    padding: 0;
	}

	.nyitva-doboz a {
	    color: white;
	    font-size: 15px;
	    font-weight: bold;
	    padding: 0 35px;
	}

	.bisztro-doboz {
	    position: relative;
	    top: auto;
	    background: rgba(34, 34, 34, 0.8);
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    padding: 8px;    
	    margin-top: 10px;
	    margin-bottom: 25px;
	    max-width: 100%;
	    text-align: center;
	}

	#bisztro-doboz-inner img {
	    border-radius: 5px;
	    max-width: 100%;
	    min-width: 100%;
	}

	.menu-doboz table tr td {
	    padding-right: 10px;
	}

	.heti ul li:last-child {
	    font-size: 12px;
	    left: 0;
	    position: relative;
	    text-transform: none;
	    top: 0;
	}

	.szolg-gal {
	    text-align: center;
	}

	.szolg-panel {
	    background: rgba(34, 34, 34, 0.9) none repeat scroll 0 0;
	    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	    margin: 15px 0;
	    padding: 8px;
	    text-align: center;
	}

	.masszazs {
		padding-left: 0;
	}

	.masszazs table {
	    width: 100%;
	}

	.agy {
	    background: url('/assetsimages/icons/agy.png') no-repeat left top 4px;
	    padding-left: 35px;
	}
	.bufe {
	    background: url('/assetsimages/icons/bufe.png') no-repeat left top 4px;
	    padding-left: 35px;    
	}
	.szauna {
	    background: url('/assetsimages/icons/szauna.png') no-repeat left top 4px;
	    padding-left: 35px;    
	}
	.fitnessz {
	    background: url('/assetsimages/icons/fitnessz.png') no-repeat left top 4px;
	    padding-left: 35px;    
	}
	.internet {
	    background: url('/assetsimages/icons/internet.png') no-repeat left top 4px;
	    padding-left: 35px;    
	}
	.garazs {
	    background: url('/assetsimages/icons/garazs.png') no-repeat left top 4px;
	    padding-left: 35px;    
	}

	.kapcsolat-doboz {
		font-size: 11px !important;
	}


	.kapcsolat-doboz h3 {
	    font-size: 16px;
	    padding-bottom: 20px !important;
	}

	.google_map_canvas {
	    max-width: 100%;
	    left: 0 !important;
	}

	.google_map_controls {
	    margin-bottom: 10px;
	    text-align: center;
	}

    .clicktosee {
        opacity: 0;
    }

    .clicktosee a{
        cursor: default;
    }

}

