
body {
	background-size: 100%;	
	font-family: 'Montserrat';
	text-align: center;
	background: #f6f6f6;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	color: #000;
	font-size: 18px;
}

a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.default {
	display: block;
	background: url("../images/bg-macbook.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	padding-top: 25px;
	text-align: center;
}
.btn-outline {
	font-family: 'Hind', sans-serif;
	height: 46px;
	line-height: 44px;
	padding: 0 25px;
	background: #fff;
	border: 2px solid #1993ca;
	border-radius: 30px;
	color: #1993ca;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.btn-outline:hover {
	background-color: #1993ca;
	color: #fff;
}
header{
	background-color: #fff;
}
.logo{
	padding: 30px;
}
.logo p {

}
.main-content {
	margin-bottom: 20px;
}

.text_heading{
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	letter-spacing: 5px;
	margin: 45px 0;
}
.shop-name {
	display: block;
}
.shop-name span {
	font-weight: 700;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-family: 'Hind', sans-serif;
	text-transform: uppercase;
	margin: 40px 0 20px;
	display: block;
	text-align: center;
	border: 1px solid #cecece;
	border-radius: 30px;
	display: inline-block;
	padding: 0 35px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.shop-name:hover span {
	border-color: #1993ca;
	background-color: #1993ca;
	color: #fff;
}
.text-decription{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.space-20{
	margin-top: 20px;
}
.image-bg{
	background: #fff;
	width: 460px;
	height:340px;
	display:inline-block;
	position: relative;
	box-shadow: 0 0 4px 2px #dddddd;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;
	width:460px;
	height:340px;
	top:0;
	left:0;
}
.image-bg .image-shop-scroll{
	transition: all 3s ease-out 0s;
	-webkit-transition: all 3s ease-out 0s;
	-moz-transition: all 3s ease-out 0s;
	-ms-transition: all 3s ease-out 0s;
	-o-transition: all 3s ease-out 0s;
}
.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.description > * {
	display: inline-block;
}
.description i {
	color: #333;
	font-size: 8px;
}
.footer-link {
	padding: 100px 0;
}
.footer-link > * {
	display: inline-block;
}
.footer-link .text-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 33px;
	line-height: 46px;
	color: #1993ca;
	text-transform: uppercase;;
	margin: 0;
}
.blue {
	color: #38c1ee;
}
.green {
	color: #98b552;
}