/*
Template Name:Shop Cart
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/
/*********************center****************/
.center_home .button_1{
 color:#fff;
 }
.center_home .button_1:hover{
 border-color:#f6740a;
 }
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}
.fade-carousel .carousel-indicators > li.active {
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
	text-align:center;
	width:40%;
    top: 46%;
    left: 50%;
    z-index: 2;
    color: #fff;
    text-transform:capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 50px;
}

.hero p {
  line-height:1.8em;
  color:#fff;
  font-size:16px;
  text-align:left;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

/********************************/
/*          Custom Buttons      */
/********************************/

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 120vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
      background-image: url(../img/7.jpg);
}
.fade-carousel .slides .slide-2 {
    background-image: url(../img/8.jpg);
}
.fade-carousel .slides .slide-3 {
      background-image: url(../img/9.jpg);
}
#center .carousel-indicators{
  bottom:0;
  }
.fade-carousel .carousel-indicators > li{
      background: #fff;
	  border-color: #fff;
	  width:11px;
	  height:11px;
  }
.fade-carousel .carousel-indicators > li.active{
      width:11px;
	  height:11px;
	  background:#f6740a;
	  border-color:#f6740a;
  }

/*********************center_end****************/

/*********************collection****************/
#collection{
 padding-top:40px;
 padding-bottom:20px;
 }
#collection_o{
 padding-top:40px;
 padding-bottom:20px;
 }
.collect_1{
 margin-bottom:20px;
 }
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color:#f6740a;
	font-size:30px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	color:#fff;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/*********************collection_end****************/

/*********************arrival****************/
#arrival{
 padding-top:40px;
 padding-bottom:40px;
 background:#f6740a0f;
 }
#arrival_o{
 padding-top:40px;
 padding-bottom:40px;
 background:#f6740a0f;
 }
.arriv_2m2 h5{
 background:#d01f1f;
 padding-top:5px;
 padding-bottom:5px;
 width:30%;
 color:#fff;
 }
.arriv_2m{
 position:relative;
 }
.arriv_2m2{
position:absolute;
top:0;
width:100%;
left:0;
 }
.arriv_2m3 .span_1 {
color:#FFCC66;
display:block;
margin-top:10px; 
 }
.arriv_2m3 .span_2 {
color:#999;
margin-right:10px;
text-decoration:line-through; 
 }
.arriv_2m3{
 background:#fff;
 padding:25px 15px 30px 15px;
 }
.arriv_2{
margin-top:30px; 
 }
.arriv_2m3 h4{
font-size:24px;
text-align:center; 
 }
/*********************arrival_end****************/

@media screen and (max-width : 767px){
.hero{
width:100%;
padding:10px; 
 }
.hero h1{
font-size:28px; 
 }
.hero p{
font-size:14px; 
 }
#collection  img{
min-height:250px;
width:100%; 
 }
#collection_o  img{
min-height:250px;
width:100%; 
 }
#collection_o figure.effect-ming p{
display:none;
 }
.collect_1l {
margin-top:10px; 
 }
#arrival{
text-align:center; 
 }
#arrival p{
text-align:left; 
 }
.arriv_2m {
margin-top:10px; 
 }
.arriv_2m3  .span_4{
 float:none!important;
 margin-left:10px;
 }

}

@media (min-width:768px) and (max-width:991px) {
.hero h1{
font-size:32px; 
 }
figure.effect-ming h2{
font-size:14px; 
 }
figure.effect-ming p{
display:none;
 }
.arriv_2m3  .span_4{
 display:none;
 }
 }
@media (min-width:992px) and (max-width:1200px) {
figure.effect-ming h2{
font-size:20px; 
 }
figure.effect-ming p{
display:none;
 }
.arriv_2m3  .span_4{
 display:none;
 }
 }
@media (min-width:1201px) and (max-width:1280px) {

 }




