body {
	text-align: center;
	color: #282828;
    font-family: "Montserrat", sans-serif
}
.main-content{
background-image: url("../images/img_1.jpg");
background-position: center top;
background-repeat: no-repeat;
padding: 50px 0;background-color: #110F10;
}
.wrapper {
	background: none;
	margin:0 auto ;
    width:100% ;
	float:left ;
		
}

.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: 30px 0;
}
.buy {
    margin: 50px 0;
}
 .btn-buy.custom-buy {border-color: #ff5555;
    color: #ff5555;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
}
 .btn-buy.custom-buy:hover {
    background: none repeat scroll 0 0 #ff5555;
    color: #ffffff;
}
.heading-title {
    color: #333333;
    margin: 50px 0;
    text-transform: uppercase;
}
.text_heading{
	font-family: 'gotham';
	font-weight: 100;
	font-size: 60px;
	color: #fff;
}
.shop-name{
	font-weight: 900;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.image-bg{
	background-image: url('../images/bg-macbook.png'); width: 350px;height:333px;display:inline-block;position: relative;
}
.icon-new {
    background-color: #d6644a;
    border-radius: 50%;
	 -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 200%;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
	top:-35px;
	z-index:9 ;
	font-family: 'gotham';
}

.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;width:322px;height:192px;top:14px;left:14px;
}
.image-bg .image-shop-scroll.image-shop-scroll-5{
	background-color: #333333;
    opacity: 0.2; 
}
.image-bg .glare{
	background: url('../images/glare.png') center 0 no-repeat;position:absolute;width:250px;height:300px;top:10px;right:59px;
}
.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: #dc4747!important;
}

.top-logo{margin-top: 25px;
text-align: center;}
.top-logo img{}
.top-logo h1{margin-bottom: 28px;
margin-top: 28px;}
.top-logo h2{}
.{}

/*$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;}

}

