#mainimage-error img {margin: 0 auto !important;}
.hiderpmode {display:block;
}

@media only screen and (max-width: 414px) and (orientation:portrait) {

.hiderpmode {
display:none;
background: #ffbe2c;
}}
.vertspacer {display:block;
margin-top: 11px;
margin-bottom: 20px;}
hr {border: 0 !important;
padding: 25px 0 20px 0;
background: url(../src/bg_trenner.png) no-repeat center center transparent;
background-size: cover;}
.gallerybox {position:relative;
padding-top: 50%;
border: 1px solid #a58ec2;
overflow:hidden;
}

.gallerybox:before {
content:"";
display:block;
padding-top:50%;
}

.gallerybox .galleryitem {
position:absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;}
.galleryitem a img {max-width: 120%;
margin: -10%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;}
.galleryitem a img:hover {-moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);}
.hbtn {margin-top: 10px;
padding-left: 16px;
padding-right: 16px;:
background-color: #572d86;
border: 1px solid #a58ec2;
border-radius: 5px;}
.hbtn:hover {color: #572d86
margin-top: -10px;
background: #aa93c2;
border: 1px solid #572d86;
border-radius: 5px;}
#artwalk {position: relative;
width: 200px;
height: 200px;
float: left;
clear:both;
max-width: 120%;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

#artwalk:hover {
-moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);}
.aw-logo {margin: 30px 0 20px -12px;}
.logo {max-width: 250px;
max-height: 32px;
}

.squarelog {
width: 40px;
height:40px;}
.header-text {text-align: left;}
.desat {    filter: none;
    opacity: 100;
    transition: ease-out 0.5s;
}

.desat:hover {
filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
transition: ease-in 0.5s;
}
.indicator-arrow, .indicator-arrow-left {display: inherit;
}

@media (max-width: 480px) {
  .indicator-arrow, 
  .indicator-arrow-left {
    display: none;
  }
}
.sq-tmb {aspect-ratio: 1 / 1;}
.ofhidden {overflow:hidden;}
.sq-zoom {transition: transform .5s ease;
transform: scale(1.0);
}

.sq-zoom:hover {
	transform: scale(1.08);
	transition: transform .5s ease;}
.holiday-box {position: fixed; 
top:180px; 
right: 90px; 
z-index:10003;
transition: all 0.5s ease;
}

.holiday-box:hover {
top:180px; 
right: 50px; 
z-index:999;
transition: all 0.5s ease;
}

/* On screens 600px or less */
@media screen and (max-width: 600px) {

.holiday-box {
top:100px; 
right: 20px; 
z-index:10003;
transition: all 0.5s ease;
 }

.holiday-box:hover {
top:100px; 
right: 65px; 
z-index:10003;
transition: all 0.5s ease;
}
}
.holiday {width: 200px;
height: 200px;
transform:rotate(350deg);
z-index:10003;
transition: all 0.5s ease;
}

.holiday:hover {
width: 240px;
height: 240px;
transform:rotate(360deg);
z-index:10003;
transition: all 0.5s ease;


/* On screens 500px or less */
@media screen and (max-width: 600px) {
.holiday {
width: 130px;
height: 130px;
transform:rotate(350deg);
z-index: 999;
transition: all 0.5s ease;
}

.holiday:hover {
width: 220px;
height: 220px;
transform:rotate(360deg);
z-index: 999;
transition: all 0.5s ease;
}
}
