@font-face {
    font-family: 'gotham';
	src: url('../fonts/gotham/Gotham-Black.eot?') format('eot'), 
	     url('../fonts/gotham/Gotham-Black.otf')  format('opentype'),
	     url('../fonts/gotham/Gotham-Black.woff') format('woff'), 
	     url('../fonts/gotham/Gotham-Black.ttf')  format('truetype'),
	     url('../fonts/gotham/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('../fonts/gotham/Gotham-Thin.eot?') format('eot'), 
	     url('../fonts/gotham/Gotham-Thin.otf')  format('opentype'),
	     url('../fonts/gotham/Gotham-Thin.woff') format('woff'), 
	     url('../fonts/gotham/Gotham-Thin.ttf')  format('truetype'),
	     url('../fonts/gotham/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

body {
	background-size: 100%;	
	font-family: 'Georgia,serif';	
	text-align: center;
	background: #f9f9f9 no-repeat;
}
.wrapper {
}

.bg-top{	
	width: 100%;
	height: 720px;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.logo{
	padding: 50px 0 30px;
}
.content{
	padding: 20px 0;
}
.text_heading{
	font-family: 'gotham';
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 15px 0;
    text-transform: uppercase;
}
.shop-name{
	font-weight: 900;
	font-size: 18px;
	color: #333;
	font-family: 'gotham';
	text-transform: uppercase;
	margin: 30px 0;
	display: block;
	text-align: center;
}
.image-bg{
	background-image: url('../images/bg-macbook.png'); width: 560px;height:340px;display:inline-block;position: relative;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;width:405px;height:255px;top:32px;left:79px;
}
.image-bg .glare{
	background: url('../images/glare.png') center 0 no-repeat;position:absolute;width:250px;height:300px;top:10px;right:59px;
}
.comming .image-shop-scroll{
	position: relative;
}
.comming .image-shop-scroll:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	
}
.image-bg .image-shop-scroll{
	transition: all 5s ease-out 0s;
	-webkit-transition: all 5s ease-out 0s;
	-moz-transition: all 5s ease-out 0s;
	-ms-transition: all 5s ease-out 0s;
	-o-transition: all 5s ease-out 0s;
}
.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.link:hover .shop-name{
	color: #f46d71!important;
}

/*$media (max-width: 480px) */
@media (max-width: 480px) {
	.text_heading { font-size: 40px;}
	.image-bg {
	    background-size: 320px 220px;
	    height: 220px;
	    margin-left: -20px;
	    width: 320px;
	}

	.image-bg .image-shop-scroll {
	    background-position: center 0;
	    background-repeat: no-repeat;
	    height: 159px;
	    left: 54px;
	    position: absolute;
	    top: 26px;
	    width: 215px;
	}
	.glare { display: none;}
}