/* Created by Artisteer v4.2.0.60623 */

.responsive body
{
   min-width: 240px;
}
  
.responsive img 
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}  
  
.responsive .art-content-layout img,
.responsive .art-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .art-content-layout img 
{
   margin: 1%;
}

.responsive.responsive-phone .art-collage,
.responsive.responsive-tablet .art-collage {
   margin: 0 !important;
}

.responsive .art-content-layout .art-sidebar0, 
.responsive .art-content-layout .art-sidebar1, 
.responsive .art-content-layout .art-sidebar2 
{
   width: auto !important;
}
    
.responsive .art-content-layout, 
.responsive .art-content-layout-row, 
.responsive .art-layout-cell 
{
   padding: 0;
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .art-vmenublock,
.responsive.responsive-tablet .art-block
{
   margin-left: 0%;
   margin-right: 0%;
   width: 100%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .art-responsive-embed 
{
   height: 0;
   padding-bottom: 56.25%;
   /* 16:9 */
    position: relative;
}

.responsive .art-responsive-embed iframe,
.responsive .art-responsive-embed object,
.responsive .art-responsive-embed embed
{
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* dynamic width nav */
.responsive nav.art-nav,
.responsive .art-nav-inner
{
   width: auto !important;
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   margin-top: 0;
   margin-bottom: 0;
   min-width: 0;
   text-align: right !important;
}

.responsive nav.art-nav
{
   min-width: 1%;
   margin-right: 0% !important;
   margin-left: 0% !important;
}

.responsive .art-nav 
{
   padding-left: 0;
   padding-right: 0;
   padding-top: 6px;
   padding-bottom: 6px;
}
 
/* full width hmenu, instead of inline-block */
.responsive .art-nav ul.art-hmenu 
{
   float: none;
   text-align: center;
   display: none;
}

/* elements on different lines */
.responsive .art-nav ul.art-hmenu li,
.responsive .art-hmenu-extra1,
.responsive .art-hmenu-extra2
{
   float: none;
}
  
/* horizontal margins */
.responsive .art-nav ul.art-hmenu>li:first-child, 
.responsive .art-nav ul.art-hmenu>li:last-child, 
.responsive .art-nav ul.art-hmenu>li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .art-nav ul.art-hmenu>li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .art-nav ul.art-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   height: auto;
   white-space: normal;
}

.responsive .art-nav ul.art-hmenu>li:first-child>a
{
   margin-top: 0 !important;
}

.responsive .art-nav ul.art-hmenu>li:last-child>a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .art-nav .ext, 
.responsive .art-nav ul.art-hmenu>li>ul, 
.responsive .art-nav ul.art-hmenu>li>ul>li,
.responsive .art-nav ul.art-hmenu>li>ul>li a
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .art-nav ul.art-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
}

.responsive .art-nav ul.art-hmenu li.active>ul
{
   display: block !important;
}
.responsive .art-nav ul.art-hmenu ul li.active>a
{
   font-weight: bold;
}

.art-nav .art-menu-btn 
{
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   -svg-background: linear-gradient(to bottom, #707070 0, #000 100%);
   background: -ms-linear-gradient(top, #707070 0, #000 100%);
   background: -moz-linear-gradient(top, #707070 0, #000 100%);
   background: -o-linear-gradient(top, #707070 0, #000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
   background: -webkit-linear-gradient(top, #707070 0, #000 100%);
   background: linear-gradient(to bottom, #707070 0, #000 100%);
   margin: 3px;
   outline: none;
   padding: 5px;
   position: relative;
   vertical-align: bottom;
   width: 20px;
}

.art-nav .art-menu-btn span 
{
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.art-nav .art-menu-btn:hover span
{
   background: #f3f3f3;
}

.responsive .art-nav .art-menu-btn 
{
   display: inline-block;
}

.responsive .art-nav .art-hmenu.visible 
{
   display: block;
}

.responsive .art-nav .art-hmenu>li>a
{
   border-radius: 3px;
}

.responsive .art-nav ul.art-hmenu>li>ul>li:first-child:after 
{
   display: none;
}

.responsive .art-header 
{
   width: auto !important;
   max-width: none !important;
   min-height: 100px !important;
   min-width: 0 !important;
   text-align: center;
}

.default-responsive .art-header 
{
   height: auto;
}

.default-responsive .art-header *
{
   position: relative;
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.default-responsive .art-header .art-headline, 
.default-responsive .art-header .art-slogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
   text-align: center !important;
}
    
.default-responsive .art-header .art-headline a, 
.default-responsive .art-header .art-slogan 
{
   white-space: normal !important;
}

.default-responsive .art-header .art-logo
{
   display: inline-block;
   margin: auto !important;
   left: auto;
   top: auto !important;
   width: auto;
   height: auto;
}

.responsive .art-header .art-slidenavigator 
{
   position: absolute;
}

.default-responsive .art-header .art-positioncontrol 
{
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
   width: auto;
   height: auto;
   margin: auto;
}

.responsive .art-header #art-flash-area
{
   display: none;
}

/* Search and other elements in header element directly */
.default-responsive .art-header>.art-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

.default-responsive .art-header .art-textblock 
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   left: 0 !important;
   right: 0 !important;
   top: auto !important;
   height: auto !important;
   width: auto;
   background-image: none;
}

/* '.art-header *' used noram align, but for '.art-textblock *' we must force align because of preview */
.responsive .art-header .art-textblock *
{
   text-align: center !important;
}

.default-responsive .art-header .art-shapes > .art-textblock,
.default-responsive .art-header .art-slide-item > .art-textblock
{
   display: none !important;
}

.default-responsive .art-header .art-shapes > .art-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

.default-responsive .art-header .art-slider .art-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

/* For icons like facebook, rss, etc. */
.responsive .art-header>.art-textblock>div 
{
   width: 100%;
}
.responsive .art-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 0% !important;
   margin-left: 0% !important;
}

#art-resp {
   display: none;
}

@media all and (max-width: 999px)
{
    #art-resp, #art-resp-t { display: block; }
    #art-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #art-resp, #art-resp-m { display: block; }
    #art-resp-t { display: none; }
}

#art-resp-desktop {
   display: none;
}
#art-resp-tablet-landscape {
   display: none;
}
#art-resp-tablet-portrait {
   display: none;
}
#art-resp-phone-landscape {
   display: none;
}
#art-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #art-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #art-resp-tablet-landscape { display: block; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #art-resp-tablet-portrait { display: block; }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #art-resp-phone-landscape { display: block; }
}

@media (max-width: 479px)
{
    #art-resp-phone-portrait { display: block; }
}
.responsive .art-content-layout, 
.responsive .art-content-layout-row, 
.responsive .art-layout-cell 
{
   display: block;
}

.responsive .art-layout-cell 
{
   width: auto !important;
   height: auto !important;
}

.responsive .art-content-layout:after, 
.responsive .art-content-layout-row:after, 
.responsive .art-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .art-post
{
   border-radius: 0;
   padding-right: 30px;
}

.responsive .art-footer-inner
{
   min-width: 0;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell 
{
   width: 33.33% !important;
}

.responsive.responsive-tablet .items-row .item ,
.responsive.responsive-phone .items-row .item 
{
    width: auto;
    display: block;
}

.responsive .nivoSlider {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	text-align: center!important;
	vertical-align: middle!important;
	display: table;
}

.responsive .nivoSlider img {
	vertical-align: middle!important;
	position: absolute;
	text-align: center!important;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

@media (max-width: 479px)
{
.responsive .nivo-caption {
    display:none!important;
}

.nivo-directionNav a {
    opacity: 0;
}
}

.responsive .nivo-slider-wrapper {
direction: none;
      text-align: center!important;
	  vertical-align: middle!important;
}

.responsive div#maximenuck ul.maximenuck li.maximenuck > a img, .responsive div#maximenuck ul.maximenuck li.maximenuck > a img{
	display:none!important;
}


.responsive .logo {
    float: none;
    height: 50%!important;
    padding: 0px!important;
    width: 50%!important;
	text-align: center!important;
	vertical-align: middle!important;
	margin: 0px auto;
}


.responsive .language {
    margin: 0px auto;
}

.responsive nav.art-nav, .responsive .art-nav-inner {
    text-align: left!important;
}
.responsive .art-nav {
    text-align: left!important;
}

.responsive .menu-navigation {
	float: none;
    margin-top: 5px;
	text-align: center!important;
}
.responsive .menu-navigation div#maximenuck.maximenuckh, .responsive .menu-navigation div#maximenucken.maximenuckh 
{width: 640px;
margin: 0 auto;
text-align: center!important;
}

.responsive .language  {
    text-align: center!important;
}

.responsive nav.art-nav.desktop-nav { padding: 0px!important; }

.responsive .mobilebarmenuck {
    background: none repeat scroll 0 0 #df9414;

    height: 30px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.responsive .mobilemaximenuck {
    background: none repeat scroll 0 0 #df9414;
    color: #fff;
    font-family:"Segoe Ui", Tahoma, Geneva, sans-serif;
	font-size: 12px!important;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #000;
    top: 0;
    width: 100%;
}

.responsive .mobilebarmenutitleck {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
	line-height: 30px;
	padding-left: 10px;
	text-transform: uppercase;
}


.responsive .mobilebuttonmenuck {
   
    cursor: pointer;
    float: right;
    height: 21px;
    margin: 4px;
    position: relative;
    width: 28px;
    z-index: 100;
}


.responsive .mobilemaximenuck div.level1.maximenuck > a {
    padding-left: 35px;
}

.responsive  .mobilemaximenuck div.maximenuck {
	cursor: pointer;
	line-height: 25px;
	min-height: 25px;
	position: relative;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.responsive  .mobilemaximenuck div.current > a:after {
    display: block;
    float: right;
    height: 25px!important;
	min-height: 25px!important;
    margin-right: 10px;
    width: 16px;
}


.responsive .mobilemaximenutogglericon {
        height: 21px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 27px;
}

.responsive .mobilemaximenuck .topbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border-bottom: 1px solid #b57509;
    height: 36px;
}

.responsive .mobilemaximenuck .mobilemaximenucktitle {
    display: block;
    float: left;
    font-size: 18px;
    padding: 3px 0 0 5px;
}

.responsive .nivo-caption {
    background:none !important;
    bottom: 0;
    box-sizing: border-box;
    color: #000;
    display: none;
    opacity: 1;
	left: 2%;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 50%;
	margin: 0 auto;
    z-index: 8;
}

.responsive .nivo-caption p {
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}

.responsive .nivo-caption span h3 {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.responsive .art-blockcontent div.custom p img {
	display:none !important;
}

.responsive .art-block {
	background: none repeat scroll 0 0 #FFF;
	border: none !important;
	border-radius: none !important;
	margin: 0px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	box-shadow: none !important;
}


.responsive .art-blockheader {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.responsive .art-blockcontent{
    padding:0px;
}

.responsive p {
    margin: 0 0 6px;
    padding: 0;
}

.responsive .art-blockcontent div.custom ol, .responsive .art-blockcontent div.custom ul {
    margin-bottom: 6px;
}

.responsive .bottom-contact img {
	display:none;
}

.responsive .bottom-contact {
	padding: 17px;
}


.responsive .bottom-contact p, .responsive .bottom-contact a {
	margin-bottom: 12px;
}


.responsive .art-block.clearfixbooking div.art-blockheader, 
.responsive .art-block.clearfixoffer div.art-blockheader  {
    background-position: left top;
    background-repeat: no-repeat;
    border: none;
    height: 150px;
}

.responsive .ls-l p {
display:none !important;
	
}

.responsive .ls-l h3 {
display:none !important;
}
