@import url(https://fonts.googleapis.com/css?family=Hind:400,500,300,700,600);

body{font-family: "Hind", sans-serif; background: #fff;}
header{
	background: url('../images/bg-header.jpg') no-repeat scroll center top;
	min-height: 740px;
}
.logo{
	padding: 35px 0;
	background: rgba(231,231,231,0.8);
	margin-top: -170px;
}
.footer{
	background:url('../images/bg-footer.jpg') no-repeat scroll center bottom;
	min-height: 300px;
}
.footer .f-wrap{
    padding-top: 90px;
    display: inline-block;
}
.footer .f-wrap .title-v1{
	display: block;
	font-family: "KlimTypeFoundry";
	font-size: 36px;
	color: white;
	margin-bottom: 50px;
}
.social li{
    display: inline-block;
    margin-left: 20px;
}
h3.title{
	margin: 30px 0 0;
	font-size: 20px;
	font-weight: normal;
	font-family: "HelveticaNeue";
}
h3.title a{
	color: black; 
}
h3.title a:hover{
	color: #be9367;
}
.title_block{
	margin:  120px 0 90px;
}
.title_block h3::after {
	content: '';
	height: 4px;
	width: 66px;
	background: #be9367;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.title_block h3{
	font-size: 25px;
	color: black;
	text-transform: uppercase;
	font-family: "KlimTypeFoundry";
	margin-bottom: 20px;
}
.title_block p{
	font-size: 18px;
	color: black;
	font-family: "HelveticaNeue-Light";
}
.title-v1{
	font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
}
.title-v2{
	font-size: 48px;
	color: #fff;
	font-weight: 100;
	position: relative;
	margin-left: 150px;
}
.title-v2:before{
	position: absolute;
	content: "";
	width: 125px;
	height: 8px;
	background-color: #fff;
	left: -142px;
	top: 50%;
	display: block;
}
.social li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	color: #fff!important;
	background: #3a3e3f;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.social li a:hover{
	background: #e66486;
	-webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.heading{
	margin-bottom: 40px;
}
.heading span{
	font-weight: 500;
	color: #999;
	letter-spacing: 2px;
}

.wrapper {
	font-family: "Hind", sans-serif;	
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.bottom{
	color: #3399db;
	font-weight: bold;
	min-height: 200px;
	line-height: 80px;
	text-align: center;
	font-family: "Hind", sans-serif;
	padding: 20px 0;
}
a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.content{
	margin-bottom: 60px;	
}
.image-bg:hover .btn-view {
    bottom: 105px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.image-bg:hover .btn-view2 {
    bottom: 120px;
}
.btn-view{
	background: #eb565f;
    border-radius: 2px;
    font-weight: bold;
    bottom: 50px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.btn-view2 {
    background: #111;
    margin-left: -102px;
}
.text-caption {
    color: #999;
    margin-top: 20px;
    letter-spacing: 2px;
}
.btn{
	background: transparent;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: "Hind", sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 30px;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.btn:hover{
	background: #2f3334;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	color: #fff!important;
	border-color: transparent;
}
.btn2{
	background: none repeat scroll 0 0 #01bfa5;
    border: medium none;
    color: #fff !important;
    font-size: 35px;
    margin-top: 30px;
    padding: 15px 30px;
}
.btn-arrow-right {
  padding: 10px 20px 10px 60px;
}
.btn-arrow-right:before {
  content: "\f06e";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: 20px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.btn-arrow-right:after {
  content: "";
  position: absolute;
  left: 46px;
  width: 1px;
  height: 20px;
  background: #fe757d;
}
.image-bg{
    background: url("../images/bg-macbook.png") no-repeat top center;
    display: inline-block;
    height: 218px;
    background-size: 100% 100%;
    position: relative;
    width: 370px;
    overflow: hidden;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
    background-repeat: no-repeat;
    height: 170px;
    left: 50px;
    position: absolute;
    background-size: 100% auto;
    top: 12px;
    width: 270px;
}
.image-bg .image-shop-scroll:before{
	background-color: rgba(56, 61, 64, 0.8);
    bottom: -100%;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
   	/* transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s; */
}
.image-bg:hover .image-shop-scroll:before{
	bottom: 0;
}
.image-bg .image-shop-scroll{
	/* transition: all 8s ease-out 0s;
	-webkit-transition: all 8s ease-out 0s;
	-moz-transition: all 8s ease-out 0s;
	-ms-transition: all 8s ease-out 0s;
	-o-transition: all 8s ease-out 0s; */
	overflow: hidden;
}
.btn-blue{
	background: #be9367; /* For browsers that do not support gradients */
	position: relative;
	color: #fff;
    font-size: 22px;
    font-family: "HelveticaNeue-Light";
    padding: 12px 27px;
    text-transform: uppercase;
}
.btn-view2:after {
    background: #444;
}
.copyright{
	padding: 30px 0 20px;
	line-height: 30px;
	background: #648fe5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #648fe5 , #40ccca); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #648fe5, #40ccca); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #648fe5, #40ccca); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #648fe5 , #40ccca); /* Standard syntax */
}
.copyright ul{
	margin: 0;
}
.copyright ul li{
	padding-left: 10px;
	padding-right: 10px;
}
.copyright ul a{
	font-size: 22px;
}
.style1 {
    margin-left: 50px;
    margin-top: 22px;
}
/*$media (max-width: 480px) */
@media (max-width: 991px) {
	.logo{
		margin-top: 0;
	}
	header{
		display: none
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.image-bg{
		width: 300px;
		height: 190px;
	}
	.image-bg .image-shop-scroll{
		top: 12px;
    	width: 210px;
    	height: 150px;
    	left: 46px;
	}
}
@media (max-width: 767px) {
	.footer .f-wrap{
		padding-top: 50px;
	}
}
@media (max-width: 480px) {
	.text_heading { font-size: 40px;}
	/* .image-bg {
	    height: 360px;
	    width: 100%;
	}

	.image-bg .image-shop-scroll {
	    background-position: center 0;
	    background-repeat: no-repeat;
	    height: 530px;
	    left: 0;
	    position: absolute;
	    width: 100%;
	} */
	.glare { display: none;}
	.footer .f-wrap .title-v1{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.image-bg{
		width: 300px;
		height: 190px;
	}
	.image-bg .image-shop-scroll{
		top: 12px;
    	width: 210px;
    	height: 150px;
    	left: 46px;
	}
	.title_block{
		margin: 70px 0 50px;
	}
}

