/* Created by Artisteer v4.3.0.60745 */

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

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

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

.responsive .slucontent-layout .slusidebar0, 
.responsive .slucontent-layout .slusidebar1, 
.responsive .slucontent-layout .slusidebar2 
{
   width: auto !important;
}
    
.responsive .slucontent-layout, 
.responsive .slucontent-layout-row, 
.responsive .slulayout-cell 
{
   display: block;
}

.responsive .slucontent-layout, 
.responsive .slucontent-layout-row
{
   padding: 0;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .sluvmenublock,
.responsive.responsive-tablet .slublock
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

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

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

.responsive .sluheader 
{
   width: auto !important;
   max-width: none !important;
   min-height: 100px !important;
   min-width: 0 !important;
   margin-top: 1%;
   margin-right: 1% !important;
   margin-left: 1% !important;
   text-align: center;
}

.default-responsive .sluheader 
{
   height: auto;
}

.default-responsive .sluheader *
{
   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 .sluheader .sluheadline, 
.default-responsive .sluheader .sluslogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
   text-align: center !important;
}
    
.default-responsive .sluheader .sluheadline a, 
.default-responsive .sluheader .sluslogan 
{
   white-space: normal !important;
}

.default-responsive .sluheader .slulogo
{
   display: inline-block;
   margin: auto !important;
   left: auto;
   top: auto !important;
   width: auto;
   height: auto;
}

.responsive .sluheader .sluslidenavigator 
{
   position: absolute;
}

.default-responsive .sluheader .slupositioncontrol 
{
   display: block !important;
   position: relative !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
   margin: 2% auto !important;
   width: auto !important;
   height: auto !important;
}

.responsive .sluheader #sluflash-area
{
   display: none;
}

/* Search and other elements in header element directly */
.default-responsive .sluheader>.slutextblock
{
   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 .sluheader .slutextblock 
{
   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;
}

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

.default-responsive .sluheader .slushapes > .slutextblock,
.default-responsive .sluheader .sluslide-item > .slutextblock
{
   display: none !important;
}

.default-responsive .sluheader .slushapes > .slutextblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

.default-responsive .sluheader .sluslider .slutextblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

/* For icons like facebook, rss, etc. */
.responsive .sluheader>.slutextblock>div 
{
   width: 100%;
}
.responsive .slusheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 1% !important;
   margin-left: 1% !important;
   margin-top: 1% !important;
}

#sluresp {
   display: none;
}

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

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

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

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

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

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

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

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

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

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

.responsive .responsive-tablet-layout-cell,
.responsive.responsive-tablet .slufooter .slucontent-layout .slulayout-cell 
{
   margin: 1%;
   width: 98% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .responsive-layout-row-2 .responsive-tablet-layout-cell,
.responsive.responsive-tablet .slufooter .slucontent-layout .responsive-layout-row-2 .slulayout-cell
{
   width: 48% !important;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell,
.responsive.responsive-tablet .slufooter .slucontent-layout .responsive-layout-row-3 .slulayout-cell
{
   width: 31% !important;
}
.responsive ul.sluvmenu>li>ul
{
   padding: 4px;
   display: none;
}

.responsive ul.sluvmenu>li>ul:before
{
   display: block;
   position: absolute;
   content: ' ';
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive ul.sluvmenu>li>ul.vmenu-resp-popup-visible 
{
   display: block;
}

.responsive ul.sluvmenu ul {
   position: relative;
   left: auto;
   top: auto;
   visibility: visible;
}

.responsive ul.sluvmenu ul ul a 
{
   padding-left: 54px;
}

.responsive ul.sluvmenu ul ul ul a 
{
   padding-left: 81px;
}

.responsive ul.sluvmenu ul ul ul ul a 
{
   padding-left: 108px;
}

.responsive ul.sluvmenu ul ul ul ul ul a 
{
   padding-left: 135px;
}

.responsive .slupost
{
   border-radius: 0;
}

.responsive .slufooter-inner
{
   min-width: 0;
}
.responsive .slufooter
{
   margin-top: 1%;
}

