/*
Theme Name: estahl
Theme URI: https:/e-stahl-com
Author: Daniel Dziamski
Author URI: https://dziamski.info
Description: estahl theme
Version: 1.0
Requires at least: 4.1
Tested up to: 6.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* oswald-300 - latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  
  /* oswald-regular - latin */
  @font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  
  /* oswald-700 - latin */
  @font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  

body, html{
	margin:0;
	padding:0;
	color:#605e5e;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight:400;
	height:100%;
	width:100%;
    display:inline-block;
}

body{
	background:url(images/estahl-hauptsitz.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body.historyPage{
	background:url(images/estahl-history.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

body.pricesPage{
	background:url(images/estahl-showroom.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

#page{
	height:100%;
	width:100%;
	display:block;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

#top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	height: 50px;
	z-index:99999;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#top #logo{
	float:left;
	margin:10px 0 10px 20px;
	height:30px;
}

#top #logo img{
	height:100%;
}

#top #navigation{
	float:right;
	line-height:50px;
	color:#a7acaf;
}

#top #navigation a{
	float:right;
	height:40px;
	padding:5px 20px;
	border-left:1px solid #ddd;
}

#top #navigation .phone{
	padding:0 20px;
}

#top #navigation a img{
	height:100%;
}

#top #navigation ul, #top #navigation .phone{
	margin:0;
	float:right;
}

#top #navigation ul li{
	float:right;
	position: relative;
	line-height:50px;
	padding:0 20px;
	list-style: none;
	text-transform: uppercase;
	border-left:1px solid #eee;
	cursor:pointer;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#top #navigation ul li:hover{
	background:#515558;
	color:#fff;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#top #navigation ul li.login a{
	display:block;
	background:url(images/login.png) no-repeat center;
	width:13px;
	line-height:50px;
}

#top #navigation ul li.login:hover a{
	background:url(images/login-hover.png) no-repeat center;
}

#top #navigation ul li ul{
	display:none;
}

#top #navigation ul li:hover ul{
	position:absolute;
	top:50px;
	right:0;
	width:220px;
	background:#fff;
	display:inline-block;
	padding:0;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	z-index: 99;
}

#top #navigation ul li ul li{
	display:block;
	line-height:35px;
	border-left:0;
	border-top:1px solid #eee;
	text-align:center;
	width:100%;
	box-sizing: border-box;
	padding:0;
}

#top #navigation ul li ul li a{
	font-size:13px;
	color:#a7acaf;
	display:block;
	text-transform:none;
}

#top #navigation ul li ul li:hover{
	background:none;
}

#top #navigation ul li ul li a:hover{
	background:#f4f4f4;
	color:#73787b;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a:link, a:visited{
	text-decoration:none;
	color:#2155a4;
}

a:hover, a:active{
}

a.button{
	background:#515558;
	color:#fff;
	text-transform:uppercase;
	width:250px;
	text-align:center;
	font-size:24px;
	display:inline-block;
	padding:10px;
	margin-top: 20px;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a.button:hover{
	background:#35383b;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


#content{
	position:absolute;
	right:20px;
	bottom:60px;
	height:75%;
	width:500px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	background:#fff;
	padding:20px;
	text-align: justify;
	overflow:auto;
	scrolling-y:hidden;
}

#content img{
	width:100%;
}

#buttonBack{
	position:absolute;
	left:20px;
	bottom:60px;
}

.catalogWrapper{
	border:1px solid #ededed;
	display:inline-block;
	width:100%;
	margin:20px 0 0;
}

.catalogWrapper:hover{
	background:#f7f7f7;
}

.catalogCover{
	float:left;
	width:100px;
	border-right:1px solid #ededed;
	padding:10px;
}

.catalogCover img{
	width:100px;
}

.catalogInformation{
	float:left;
	width:260px;
	border-left:1px solid #ededed;
	padding:10px;
	margin-left:-1px;
}

.catalogInformation{
	float:left;
	width:260px;
	border-left:1px solid #ededed;
	padding:10px;
	margin-left:-1px;
}

.catalogInformation h2{
	margin-bottom:10px;
}

.catalogDownload{
	float:left;
	width:60px;
	padding:10px;
}

.catalogDownload a{
	display:block;
	height:140px;
	line-height:140px;
	opacity: .7;
	filter: Alpha(Opacity=70);
}

.catalogDownload a img{
	width:60px;
	margin-top:30px;
}

.catalogDownload a:hover{
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#all-shops{
	position:absolute;
	z-index:99999;
	top:13%;
	left:25%;
	width:50%;
	height:40%;
}

#all-shops .shops{
	background:url(images/background-shops.jpg) center center;;
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%;
	-khtml-border-radius: 20%;
	border-radius: 20%;
	height:130px;
	width:130px;
	position:absolute;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-align:center;
	text-transform:uppercase;
	vertical-align:center;
	box-sizing:border-box;
	padding:20px 10px;
	overflow:hidden;
	cursor: pointer;
}

#all-shops .shops, #all-shops .shops:hover{
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

#all-shops .shops .to-shop, .shops:hover .to-shop{
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#all-shops .shops:hover{

}

#all-shops .shops a{
	color: #515558;
}

#all-shops .shops span{
	width:100%;
	display:inline-block;
	color:#bbb;
	margin-top:10px;
}

#all-shops .shops .to-shop{
	position:absolute;
	bottom:-130px;
	left:0;
	width:130px;
	height:130px;
	line-height:130px;
	background:#b83334;
	color:#fff;
}

#all-shops .shops.shop07 .to-shop{
	bottom:-170px;
	width:170px;
	height:170px;
	line-height:170px;
}

#all-shops .shops:hover .to-shop{
	bottom:0;
	box-sizing:border-box;
}

#all-shops .shops.shop07:hover .to-shop{
}

#all-shops .shops.shop01{
	bottom:0;
	left:0;
}

#all-shops .shops.shop02{
	bottom:25%;
	left:17%;
}

#all-shops .shops.shop03{
	top:23%;
	left:34%;
}

#all-shops .shops.shop04{
	top:23%;
	right:34%;
}

#all-shops .shops.shop05{
	bottom:25%;
	right:17%;
}

#all-shops .shops.shop06{
	bottom:0;
	right:0;
}

#all-shops .shops.shop07{
	bottom:-10%;
	right:50%;
	margin-right:-85px;
	width:170px;
	height:170px;
	font-size: 20px;
	padding-top:50px;
}

#bottom{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:inline-block;
	overflow:hidden;
	z-index: 99999;
}

#bottomInner{
	float:left;
	width:100%;
	background:#fff;
	padding:20px;
	display:inline-block;
	margin-top:50px;
	box-sizing:border-box;
	position:relative;
}

#history{
	float:left;
	width:30%;
	padding-bottom:90px;
}

#history a{
	position:absolute;
	bottom:20px;
	left:20px;
	margin-top:0;
}

#shop{
	position:absolute;
	top:0;
	left: 50%;
	width:532px;
	margin: 20px 0 0 -266px;
	height:500px;
	text-align:center;
	color:#fff;
	z-index: 10;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#shop:hover{
	margin-top:0;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#shop .boxTop{
	width:532px;
	height:4%;
	background:url(images/shop-box-top.png) bottom left no-repeat;
	-webkit-background-size: 100% auto;
  	-moz-background-size: 100% auto;
  	-o-background-size: 100% auto;
  	background-size: 100% auto;
}

#shop .boxContent{
	width:512px;
	background:url(images/shop-box-content.jpg) top left;
	-webkit-background-size: 100% auto;
  	-moz-background-size: 100% auto;
  	-o-background-size: 100% auto;
  	background-size: 100% auto;
	height:500px;
	padding:20px 10px 0;
}

#shop h1{
	background: url(images/shopping-cart.png) no-repeat center left;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	padding-left:60px;
	display:inline-block;
	line-height:41px;
	height:41px;
}

#shop .shopSearch{
	width:67%;
	position:relative;
	margin:0 auto;
}

#shop .shopSearch input[type=text]{
	width:100%;
	padding:3px 10px;
	font-size:18px;
	color:#515558;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	border:0;
	box-sizing:border-box;
}

#shop .shopSearch input[type=image]{
	position:absolute;
	top:4px;
	right:7px;
}

#prices{
	float:right;
	width:30%;
	text-align:right;
	padding-bottom:90px;
}

#prices a{
	position:absolute;
	bottom:20px;
	right:20px;
	margin-top:0;
}

#footer{
	position:relative;
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	background:#515558;
}

#footer .copyright{
	float:left;
	width:30%;
	display:inline-block;
	color:#a7acaf;
	margin: 0 0 0 20px;
}

#footer .copyright a{
	color:#fff;
}

#footer .socialBar{
	float:right;
	width:30%;
	display:inline-block;
	margin: 8px 20px 0 0;
}

#footer .socialBar a{
	float:right;
	margin-left:10px;
	height:24px;
	width:24px;
	display:block;
}

#footer .socialBar a.facebook{
	background: url(images/icon-facebook.jpg) no-repeat;
}

#footer .socialBar a.google{
	background: url(images/icon-google.jpg) no-repeat;
}

#footer .socialBar a.stahlmarkt{
	background: url(images/icon-stahlmarkt.jpg) no-repeat;
}

#footer .socialBar a.firmenportal{
	background: url(images/icon-firmenportal.jpg) no-repeat;
}

#footer .socialBar a.youtube{
	background: url(images/icon-youtube.jpg) no-repeat;
}

#footer .socialBar a:hover{
	background-position: 0 -24px;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

h1{
	font-size: 38px;
	color:#515558;
	text-transform:uppercase;
	font-weight:400;
	margin: 0;
}

h2{
	font-size: 24px;
	color:#c6c6c6;
	text-transform:uppercase;
	font-weight:400;
	margin: 0;
}

h3{
	font-size: 48px;
	color:#ddd;
	text-transform:uppercase;
	font-weight:400;
	margin: 0;
	text-align:center;
	width:100%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

body.historyPage h2{
	font-size: 24px;
	color:#c6c6c6;
	text-transform:uppercase;
	font-weight:400;
	margin: 40px 0 10px;
	text-align:right;
}

#shop h1{
	color:#ffffff;
}

#shop h2{
	color:#e9c2c2;
}

.lower{
	text-transform: none;
}

.bxslider {
    float:left;
    min-width: 240px;
    min-height: 120px;
	padding:0 !important;
	width:100% !important;
    
}

@media screen and (min-width: 3500px) {

	#all-shops .shops{
		height:250px;
		width:250px;
		font-size: 30px;
	}
	#all-shops .shops .to-shop{
		bottom:-250px;
		width:250px;
		height:250px;
		line-height:250px;
	}
	#all-shops .shops.shop07 .to-shop{
		bottom:-300px;
		width:300px;
		height:300px;
		line-height:300px;
	}
	#all-shops .shops.shop07:hover .to-shop{
		bottom:0;
	}
	#all-shops .shops.shop07{
		bottom:-15%;
		margin-right:-150px;
		width:300px;
		height:300px;
		font-size: 38px;
		padding-top:85px;
	}
}

@media screen and (max-width: 1680px) {
	#all-shops .shops{
		height:110px;
		width:110px;
		font-size: 14px;
		padding:10px;
	}
	#all-shops .shops .to-shop{
		bottom:-110px;
		width:110px;
		height:110px;
		line-height:110px;
	}
	#all-shops .shops.shop07 .to-shop{
		bottom:-120px;
		width:120px;
		height:120px;
		line-height:120px;
	}
	#all-shops .shops.shop07:hover .to-shop{
		bottom:0;
	}
	#all-shops .shops.shop07{
		bottom:0;
		margin-right:-60px;
		width:120px;
		height:120px;
		font-size:18px;
		padding-top:25px;
	}
	
	#all-shops{
		top:11%;
		left:5%;
		width:90%;
		height:40%;
	}
	
	h3{
		margin-top:-20px;
	}
	
}

@media screen and (max-width: 1080px) {

	body, html{
		font-size: 0.85em;
	}

	#top{
		height: 35px;
	}

	#top #logo{
		height:15px;
	}

	#top #navigation{
		line-height:35px;
	}

	#top #navigation ul li{
		float:right;
		position: relative;
		line-height:35px;
		padding:0 15px;
	}

	#top #navigation ul li.login a{
		line-height:35px;
	}

	#top #navigation ul li:hover ul{
		top:35px;
		width:180px;
	}

	#top #navigation ul li ul li{
		line-height:25px;
	}

	#top #navigation ul li ul li a{
		font-size:12px;
	}

	a.button{
		background:#515558;
		color:#fff;
		text-transform:uppercase;
		width:180px;
		text-align:center;
		font-size:18px;
		display:inline-block;
		padding:5px;
		margin-top: 35px;
	}
	#all-shops .shops{
		height:70px;
		width:70px;
		font-size: 10px;
		padding:5px;
	}
	#all-shops .shops .to-shop{
		bottom:-70px;
		width:70px;
		height:70px;
		line-height:70px;
	}
	#all-shops .shops.shop07 .to-shop{
		bottom:-90px;
		width:90px;
		height:90px;
		line-height:90px;
	}
	#all-shops .shops.shop07:hover .to-shop{
		bottom:0;
	}
	#all-shops .shops.shop07{
		bottom:0;
		margin-right:-45px;
		width:90px;
		height:90px;
		font-size:12px;
		padding-top:5px;
	}
	

	#content{
		width:350px;
		bottom: 40px;
		right: 20px;
	}
	
	#buttonBack {
		bottom: 40px;
	}

	.catalogCover{
		float:left;
		width:60px;
		border-right:1px solid #ededed;
		padding:10px;
	}

	.catalogCover img{
		width:60px;
	}

	.catalogInformation{
		width:170px;
	}

	.catalogDownload{
		width:40px;
	}

	.catalogDownload a{
		height:100px;
	}
	
	.catalogDownload a img{
		width:40px;
		margin-top:30px;
	}
	
	#content .bx-wrapper .bx-viewport{
		height: 260px !important;
	}
	
	.bx-wrapper .bx-controls-direction a {
		height: 138px !important;
		margin-top: -69px !important;
		width: 26px !important;
	}
	.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
		-webkit-background-size: 100% auto !important;
		-moz-background-size: 100% auto !important;
		-o-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 10px !important;
	}

	#history, #prices{
		margin-top:0;
		padding-bottom: 50px;
	}
	
	#history a, #prices a{
		bottom: 10px;
	}

	#shop{
		left: 50%;
		width:310px;
		margin: 20px 0 0 -155px;
		height:500px;
	}

	#shop .boxTop{
		width:310px;
	}
	
	#shop .boxContent{
		width:290px;
	}
	
	#shop h1{
		padding-left:50px;
		line-height:31px;
		height:31px;
	}

	#footer{
		height:30px;
		line-height:30px;
	}

	#footer .socialBar{
		margin: 6px 20px 0 0;
	}
	
	#footer .socialBar a{
	float:right;
	margin-left:5px;
	height:18px;
	width:18px;
	display:block;
	}
	
	#footer .socialBar a.facebook{
	background: url(images/icon-facebook-s.jpg) no-repeat;
	}

	#footer .socialBar a.google{
		background: url(images/icon-google-s.jpg) no-repeat;
	}

	#footer .socialBar a.stahlmarkt{
		background: url(images/icon-stahlmarkt-s.jpg) no-repeat;
	}

	#footer .socialBar a.firmenportal{
		background: url(images/icon-firmenportal-s.jpg) no-repeat;
	}

	#footer .socialBar a.youtube{
		background: url(images/icon-youtube-s.jpg) no-repeat;
	}

	#footer .socialBar a:hover{
		background-position: 0 -18px;
	}

	h1{
		font-size: 28px;
		color:#515558;
		text-transform:uppercase;
		font-weight:400;
		margin: 0;
	}

	h2{
		font-size: 18px;
		color:#c6c6c6;
		text-transform:uppercase;
		font-weight:400;
		margin: 0;
	}

	body.historyPage h2{
		font-size: 18px;
		margin: 30px 0 10px;
	}
	#top #navigation a {
		height: 25px;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 750px) {

	#top{
		height: 30px;
	}

	#top #logo{
		margin:7px 0 7px 10px;
		height:16px;
	}

	#top #navigation{
		line-height:30px;
	}
	
	#top #navigation ul{
		padding-left: 10px;
	}

	#top #navigation ul li{
		float:right;
		position: relative;
		line-height:30px;
		padding:0 5px;
		list-style: none;
		text-transform: uppercase;
		border-left:1px solid #eee;
		cursor:pointer;
	}

	#top #navigation ul li.login a{
		line-height:30px;
	}

	#top #navigation ul li:hover ul{
		top:30px;
		width:200px;
	}

	#top #navigation ul li ul li{
		line-height:20px;
	}

	#top #navigation ul li ul li a{
		font-size:11px;
		padding:5px 0;
	}

	a.button{
		background:#515558;
		color:#fff;
		text-transform:uppercase;
		width:150px;
		text-align:center;
		font-size:16px;
		display:inline-block;
		padding:7px;
		margin-top: 20px;
	}
	
	#headerImage{
		float:left;
		display:block;
		width:100%;
	}

	#content{
		position:static;
		right:0;
		top:0;
		float:left;
		height:auto;
		width:92%;
		background:#fff;
		padding:4%;
		-moz-box-shadow: 0 0 0;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		margin-bottom: 20px;
		text-align: justify;
		margin:0;
	}
	
	#buttonBack{
		position:static;
		right:0;
		top:0;
		float:left;
		width:100%;
		margin:0;
		padding-bottom:20px;
		background: #fff;
		text-align:center;
	}

	.catalogWrapper{
		border:1px solid #ededed;
		display:inline-block;
		width:100%;
		margin:20px 0 0;
	}

	.catalogWrapper:hover{
		background:#f7f7f7;
	}

	.catalogCover{
		float:left;
		width:21%;
		border-right:1px solid #ededed;
		padding:2%;
	}

	.catalogCover img{
		width:100%;
	}

	.catalogInformation{
		float:left;
		width:46%;
		border-left:1px solid #ededed;
		padding:2%;
		margin-left:-1px;
	}

	.catalogInformation h2{
		margin-bottom:10px;
	}

	.catalogDownload{
		float:left;
		width:20%;
		padding:2%;
	}

	.catalogDownload a{
		display:block;
		height:80px;
		line-height:80px;
		opacity: .7;
		filter: Alpha(Opacity=70);
		text-align: center;
	}
	
	.catalogDownload a img{
		width:40px;
		margin-top:20px;
	}

	.catalogDownload a:hover{
		opacity: 1;
		filter: Alpha(Opacity=100);
	}
	
	ul.bxslider{
		float:left;
		display:block;
		width:100%;
	}
	
	.bx-wrapper{
		margin:0 !important;
		height:250px;
	}
	
	.bx-wrapper .bx-controls-direction a {
		height: 95px !important;
		margin-top: -47px !important;
		width: 18px !important;
	}
	.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
		-webkit-background-size: 100% auto !important;
		-moz-background-size: 100% auto !important;
		-o-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 10px !important;
	}

	#bottom{
		position:static;
		right:0;
		top:0;
		float:left;
		width:100%;
		display:inline-block;
		text-align:center !important;
	}
	
	#bottomInner {
		margin-top:0;
		padding:0;
	}

	#history{
		float:left;
		width:92%;
		background:#fff;
		display:inline-block;
		margin: 0 0 15px;
		padding: 15px 4% 20px;
		border-bottom:1px solid #ddd;
		-moz-box-shadow: 0 0 0;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		box-sizing: content-box;
	}

	#shop{
		position:static;
		right:0;
		top:0;
		float:left;
		width:100%;
		padding:0;
		height:auto;
		text-align:center;
		color:#fff;
		margin:0;
	}

	#shop .boxTop{
		display:none;
	}

	#shop .boxContent{
		width:92%;
		background:url(images/shop-box-content.jpg) top left;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		height:auto;
		padding: 4%;
	}

	#prices{
		float:left;
		width:92%;
		background:#fff;
		display:inline-block;
		margin: 0;
		padding: 0 4% 20px;
		-moz-box-shadow: 0 0 0;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		box-sizing: content-box;
		text-align:center;
	}
	
	#history a, #prices a {
		position:static;
		right:0;
		top:0;
	}

	#footer{
		position:static;
		right:0;
		top:0;
		float:left;
		height:30px;
		line-height:30px;
	}

	#footer .copyright{
		width:36%;
		margin: 0 0 0 4%;
		text-align:left;
	}

	#footer .socialBar{
		width:56%;
		margin: 7px 4% 0 0;
		text-align:right;
	}

	h1{
		font-size: 24px;
	}

	h2{
		font-size: 16px;
	}

	body.historyPage h2{
		font-size: 16px;
		margin: 30px 0 10px;
	}
	
	span.cut{
		display:none;
	}
	#top #navigation a {
		height: 20px;
		padding: 5px 10px;
	}
	#all-shops{
		position:static;
		width:100%;
		padding:20px 10px;
		box-sizing:border-box;
	}
	#all-shops .shops, #all-shops .shops.shop07{
		position:static;
		float:left;
		width:49%;
		margin:0 2% 10px 0;
		border-radius:0;
		height:auto;
		box-sizing:border-box;
		font-size:18px;
		padding:10px;
	}
	#all-shops .shops:nth-child(2n-1){
		margin-right:0
	}
	#all-shops .shops.shop07{
		width:100%;
		margin-right:0;
		padding-top: 10px;
	}
	#all-shops .shops .to-shop{
		display:none;
	}
}

@media screen and (max-width: 620px) {
	body.historyPage #content .bx-wrapper .bx-viewport, .bx-wrapper{
		height: 260px !important;
	}
}

@media screen and (max-width: 430px) {
	.bx-wrapper{
		height:150px;
	}
	.phone{
		display:none;
	}
}