/* = 0px	.pure-u- */
.turmeaus-logo { display: none; }
.advanced-search { padding: 0 0 10px 0; }
.advanced-search-link { display: none; }

#consent-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  z-index: 9999;
  padding: 12px 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#consent-bar p {
  margin: 0;
}
#consent-bar a {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 12px;
  background: #444;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-family: Arial, sans-serif;
}
#consent-bar a:hover {
  background: #666;
}
#consent-bar .consent-agree-btn {
  background-color: #592249;
}
#consent-bar .consent-agree-btn:hover {
  background-color: #7a2e5e;
}

/* Common style */
figure {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	height: 300px;
}

figure img {
  position: absolute;
  top: -100px;
  display: block;
  opacity: 0.8;
  
}

figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h2 span {
	font-weight: 800;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: hidden;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	width: 100%;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}
figure.effect-steve h2 {
	margin: 100px 30px 20px 30px;
	position: relative;
	padding: 0.25em;
	color: #2d434e;
}

figure.effect-steve p {
	color: #FFF;
    margin: 0 30px;
	padding: 1em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve.panel-shop h2 {
	background: #5C462F;
	color: #FFF;
}
figure.effect-steve.panel-shop p {
	background: rgba(0,0,0,0.8);
	color: #FFF;
}
figure.effect-steve.panel-events h2 {
	background: rgba(255,255,255, 0.9);
}
figure.effect-steve.panel-events p {
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
figure.effect-steve.panel-forum h2 {
	background: #5B294A;
	color: #FFF;
}
figure.effect-steve.panel-forum p {
	background: rgba(0,0,0,0.5);
	color: #FFF;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}



figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
#wordpress-inner-wrapper { margin: 20px 20px; }
#inner-wrapper { clear: both; }
#side-bar { }


.mobile-buttons { float: right; margin-top: 8px; margin-right: 10px; margin-bottom: 8px;
background-color: #4C4C4C; 
padding: 4px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mobile-buttons i { font-size: 37px; margin: 0 2px 0 2px; }
.mobile-buttons i a { text-decoration: none; }

.icon-home a { color: #EEE; }
.icon-account a { color: #EEE; }
.icon-wishlist a { color: #EEE; }

.icon-home a:hover { color: #351B2E; }
.icon-account a:hover { color: #351B2E; }
.icon-wishlist a:hover { color: #351B2E; }

#header {
	text-align: left;	
	background-color: #222;
	color: #FFF;
}

.account-name { display: none !important; }
.account-my { }


.social-icons {
	 display: inline;
	 float: right;
	 margin: 0 8px 6px 20px;  
}
.social-icons ul {
    float: right; margin: 0; padding: 0;
}
.social-icons li {
    float: right; width: 36px; margin: 0 2px 0 2px; padding: 0; display: inline;
}
.social-icons li img {
    float: left; width: 100%;
}


/*box search in header*/
#top_search {
    float: left;
	background-color: #222;
    width: 100%;	
}
#search{
    float: left;
    width: -webkit-calc(100% - 50px);
    width:    -moz-calc(100% - 50px);
    width:         calc(100% - 50px);
    height:48px
}
#search input{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 48px;
	line-height: 48px;
	text-indent: 20px;
    width: 100%;
    float: right;
	font-size: 1.3ems;
}
#top_search .submit_button {
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    padding-top: 3px;
    padding-right:3px
}
#top_search .submit_button input{
	border: none;
	display: block;
	margin: 0;
	cursor: pointer;
	width:45px;
	height:42px;
	background-image:url(/design/generic/images/search-submit-button.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #4C4C4C;
}
#top_search .submit_button input:hover {
    background-color:#6D345D;
}

#top_search {
    position: relative;
}
#suggestions {
    float: left;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 99;
	top: 48px;
	left: 0;
	color: #333333;
	background-color: #F7F7F7;
}
#suggestions a {
    color: #333333;
}
#searchresults {
    padding: 0;
}
#searchresults ul {
    padding: 0 15px 0 15px;
}
#searchresults li {
    float: left;
	width: 100%;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	line-height: 30px;
}
#searchresults li a:hover {
    color: #990066;
}
#searchresults li span {
    float: left;
	display: block;
    width: -webkit-calc(100% - 65px);
    width:    -moz-calc(100% - 65px);
    width:         calc(100% - 65px);	
}
#searchresults li strong {
    float: right;
	display: block;
	width: 65px;
	text-align: right;

}
.ajaxPageResults {
    float: left;
	line-height: 25px;
	height: 25px;
	background-color: #E6E5DF;
	border: 1px solid #999;
	margin-right: 3px;
	padding: 0 10px 0 10px;
	cursor: pointer;
}
.ajaxPageResultsSelected {
    float: left;
	line-height: 25px;
	height: 25px;
	border: 1px solid #999;
	margin-right: 3px;
	padding: 0 10px 0 10px;
	background-color: #FFF;
	cursor: default;
}
#page_links {
    float: left;
	padding: 10px 5px 10px 5px;
}
#page_links label {
    float: left;
	line-height: 25px;
	padding: 0 10px 0 10px;
}
.ajax_list_selected a {
    font-weight: 700;
}
/*end box search in header*/


.menu-home { display: none; }
.menu-right { display: none; }
.header-tel { display: none; }


/* = 568px	.pure-u-sm- */
@media screen and (min-width: 35.5em) {
#header .social-icons { float: left; margin: 8px 8px 6px 9px;  }
#header .social-icons li { width: 46px; }

.mobile-buttons { margin-top: 8px; margin-right: 11px; }
.mobile-buttons i { font-size: 50px; margin: 0 6px 0 6px; }

figure img { top: -500px; }

}
/* = 768px	.pure-u-md- */
@media screen and (min-width: 48em){
#header .social-icons { display: block; }
#footer .social-icons { display: none; }
figure { height: 500px; }

}