@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Nunito+Sans:300,400,700');

body{
	background: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	color: #656b6f;
	font-weight: 400;
	line-height: 18px;
}
a{
	outline: none;
	color: #656b6f; 
	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;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
	color: #8faabb
}
p{
	margin: 0 0 5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	color: #3b3d40;
	margin-bottom: 0;
    margin-top: 0;
	line-height: 1;
}
h1, .h1{
    font-size: 82px;
}
h2, .h2{
    font-size: 52px;
}
h3, .h3{
    font-size: 42px;
}
h4, .h4{
    font-size: 32px;
}
h5, .h5{
    font-size: 22px;
}
h6, .h6{
    font-size: 12px;
}
.animated {
	margin-bottom: 0;
}
.uppercase {
	text-transform: uppercase;
}
header{
	background: rgba(0, 0, 0, 0) url("../images/bg-header.jpg") repeat scroll 0 0 / cover;
	min-height: 700px;
	position: relative;
	padding-top: 115px;
}

/* opal topbar */
.opal-topbar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	padding: 30px 0;
}
.opal-topbar.sticky {
	background-color: rgba(17, 17, 17, 0.8);
    top: 0;
	padding: 10px 0;
}
.opal-topbar .topbar-inner{
	width: 100%;
	display: table;
}
.opal-topbar .topbar-inner > div{
	display: table-cell;
	vertical-align: middle;
}
.menu a {
    color: #fff;
    line-height: 54px;
    font-size: 16px;
}
.menu a:hover {
	color: #ed7f6a;
}
.menu .pull-left li{
	padding-right: 40px;
}
.menu .pull-right li{
	padding-left: 20px;
}
.menu ul{
	margin: 0; 
	padding: 0;
}
.menu li{
	display: inline; 
	list-style: none;
	margin: 0 15px;
}
.purchase-botton {
	text-align: right;
}
/* Header Main */
.header-text{
	padding:  50px 0 70px 0;
}
.header-text h1 {
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
}
.header-text p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	line-height: 26px;
}
.header-image{
	display: inline-block;
	margin-bottom: 105px;
}
.wrapper {	
	text-align: center;
	position: relative;
}

.content{
	position: relative; 
	padding: 70px 0; 
	margin-bottom: 80px;
}
.content p{
	margin-bottom: 25px; 
	font-weight: bold;
}
/* heading */
.text_heading{
	margin-bottom: 70px;
}
.text_heading h2{
	margin-bottom: 30px;
	letter-spacing: -4px;
}
.text_heading p{
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
}
/* btn, link */
.btn{
	color: #ffffff!important;
	font-family: "Montserrat",sans-serif;
	border: 2px solid rgba(255, 255, 255, 0.2)!important;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 13px 30px;
	min-height: 45px;
	background: #8faabb;
	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: #f28a52;
	color: #fff!
}
.btn2{
	border-color: transparent!important;
}
.btn3{
	border-color: transparent!important;
	padding: 13px 50px;
}

.btn:focus, 
.btn:active:focus, .btn.active:focus{
	outline: none!important;
}
.default {
	overflow: hidden;
	display: block;
	position: relative;
	background-size: contain;
	height: 340px;
}

.default label {
    border: 0 none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 40px;
    position: absolute;
    right: -45px;
    text-transform: uppercase;
    top: 25px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);

}
/* wrapper */
.wrap {
	display: block;	
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 20px 10px;
}
.wrap:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* shop */
.caption {
    min-height: 96px;
    padding: 23px 15px 30px;
}
.shop-name{
	font-size: 10px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.shop-name a{
	display: block;
	color:#3b3d40;
}
.shop-name a:hover{
	color: #88bc26;
}
.shop-name .sub-text {
	color: #000;
}
.shop-name .version {
	color: #fff;
	background-color: #f06220;
	font-size: 10px;
	border-radius: 10px;
	padding: 0 5px;
	letter-spacing: 0;
	text-transform: none;
	height: 12px;
	width: 20px;
	display: inline-block;
}

.image-bg{
	width: 340px;
	height:340px;
	display:inline-block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;
	width:100%;
	height:340px;
	top:0;
	left:0;
	background-size: cover;
}
.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;
}

.wrapper-inner{
	padding: 110px 0;
}
.homepage{
	background-color: #efeeea;
}
.homepage .image-bg:before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: ''; 
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.homepage .image-bg:hover:before{
	-webkit-animation: shine 1.1s;
	animation: shine 1.1s;
}
.breadcrumb-link,
.header-link{
	margin-bottom: 40px;
	display: inline-block;
}
.breadcrumb-link .image-header,
.header-link .image-header{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 15px;	
	display: inline-block;
	box-shadow: 0 0px 20px #efefef;
}
.header-layouts{
	background-color: #e8e8e8;
}

.categories-layouts{
	background-color: #fff;
}
.product-layouts{
	background-color: #e8e8e8;
}
.mobile-layouts{
	background-color: #fff;
	padding-bottom: 0;
}
.mobile-layouts .wrap{
	 border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 81px;
}
.features-layouts{
	background-color: #f9f9f9;
}
.optimized-layouts {
	background: url(../images/bg-optimized.jpg);
	color: #fff;
}
.optimized-layouts h2{
	color: #fff;
	margin-top: 15px;
	margin-bottom: 45px;
}
/* Feature */
.feature{
	background-color: #ffffff;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 20px;
    overflow: hidden;
	display: inline-block;
}
.feature h4{
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 28px 0 15px;
}
.feature .feature-content{
	margin: 0 auto;
    max-width: 200px;
    padding: 0 15px 35px;
	min-height: 190px;
}

/**
 * Owl footer
 */
 
.footer{
	background:  url("../images/bg-footer.jpg") no-repeat scroll 0 0 #f5f5f5;
	padding: 140px 0 135px;
}
.footer h2{
	font-size: 82px;
    letter-spacing: -4px;
    margin: 0;
    text-transform: uppercase;
}
.footer h3{
	font-size: 52px;
	letter-spacing: -4px;
	margin: 0;
}
.footer .footer-inner{
	display: table;
	width: 100%;
}
.footer .footer-inner > div {
	display: table-cell;
	vertical-align: middle;
}
.footer .copy-right { 
	letter-spacing: 2px; 
	font-style: italic;
}
.rating-group{
	margin-bottom: 30px;
}
.rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.rating span.star::before {
    color: #ffffff;
    content: "\f005";
    font-size: 28px;
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/**
 * Owl Carousel
 */
.owl-theme .owl-nav {
	margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
	height: 0;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    padding: 0;
    width: 50px; 
}
.owl-theme .owl-nav .owl-next{
	float: right;
	margin-right: -20px;
}
.owl-theme .owl-nav .owl-prev{
	float: left;
	margin-left: -20px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #3b3d40;
	color: #FFF;
	text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; 
}

  
@media (max-width: 1400px) {
	header{font-size: 18px;}
	body h1{font-size: 50px;}
	.header-left{padding-top: 180px;}
	.header-right{right: 3%;}
}
@media (max-width: 991px) {
	body h1{
		font-size: 40px!important;
	}
	header{
		min-height: 400px;
		padding-top: 0;
	}
	.wrapper-inner {
		padding: 70px 0;
	}
	.text_heading {
		margin-bottom: 30px;
	}
	.header-left{
		padding-top: 50px;
	}
	h1, .h1{
    font-size: 62px;
	}
	h2, .h2{
		font-size: 42px;
	}
	h3, .h3{
		font-size: 36px;
	}
	h4, .h4{
		font-size: 24px;
	}
	h5, .h5{
		font-size: 18px;
	}
	h6, .h6{
		font-size: 12px;
	}
	.footer {
		padding: 120px 0;
	}
}
/*$media (max-width: 767px) */
@media (max-width: 767px) {
	.footer {
		padding: 90px 0;
	}
	.footer h3 {
		font-size: 36px;
	}
	.footer h2 {
		font-size: 52px;
	}
}
/*$media (max-width: 480px) */
@media (max-width: 480px) {
	.col-xs-6 {
		width: 100%;
	}
	header{
		font-size: 14px;
	}
	body h1{
		font-size: 30px!important;
	}
	.header-left{
		padding-top: 30px;
	}
	h1, .h1{
    font-size: 42px;
	}
	h2, .h2{
		font-size: 36px;
	}
	h3, .h3{
		font-size: 24px;
	}
	h4, .h4{
		font-size: 18px;
	}
	h5, .h5{
		font-size: 14px;
	}
	h6, .h6{
		font-size: 12px;
	}
	.footer h3 {
		font-size: 36px;
	}
	.footer h2 {
		font-size: 52px;
	}
	.footer .footer-inner > div {
		display: block;
	}
}

