/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. section2_menu_wrapper start
2. section_2 start

*/


/* section2_menu_wrapper start */

.section2_menu_wrapper{
	float:left;
	width:100%;
	position:absolute;
	top: 80px;
	z-index:1;
}
.section2_header{
    background: #ffffff;
	padding:30px;
}
.logo_wrapper{
	float:left;
	width:100%;
	margin-top:10px;
}
.section2_menu_wrapper .navbar{
	margin-bottom:0px;
}
.section2_menu_wrapper .navbar-inverse{
    background-color: transparent;
	border-color:transparent;
	float:right;
}
.section2_menu_wrapper .navbar-collapse{
	padding-right:0;
}
.section2_menu_wrapper .navbar-inverse .navbar-nav>li>a{
	color:#111111;
	font-size:15px;
	position:relative;
	padding:16px 15px;
}
.section2_menu_wrapper .navbar-inverse .navbar-nav>li>a:hover{
	color:#ff4157;
}
.section2_menu_wrapper .navbar-inverse .navbar-nav>.active>a, 
.section2_menu_wrapper .navbar-inverse .navbar-nav>.active>a:focus, .section2_menu_wrapper .navbar-inverse .navbar-nav>.active>a:hover{
	background-color:transparent;
	color:#ff4157;
}
.section2_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.section2_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.section2_search_box button:hover{
	color:#ffffff;
	background:#fca900;
	border-color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.section2_search_bar{
    float: right;
    width: auto;
    text-align: center;
    padding: 14px 15px;
    color: #111111;
    font-size: 16px;
    cursor: pointer;
}
.section2_search_box{
    position: absolute;
    width: 185px;
    top: 162%;
	border-top: 2px solid #ff4157;
    padding: 20px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
	right:0;
}
.section2_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.section2_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.section2_search_box button:hover{
	color:#ffffff;
	background:#4285f4;
	border-color:#4285f4;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-toggle {
    background: #ff4157;
    border-color: #ff4157;
	margin-top: -33px;
    margin-right: -33px;
	border-radius:0;
}
.navbar-toggle .icon-bar{
	background:#fff;
}

/*Dropdown Menu start*/

.dropdown-menu {
  display: inherit;
  top: 168%;
  right:0;
  left:auto;
  border-top:2px solid #ff4157;
  padding: 0;
  font-size: 13px;
  border-radius: 0;
}
.dropdown .dropdown-menu {
	margin-top: 15px !important;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: -3px !important;
    opacity: 1;
    visibility: visible;
}
.dropdown-menu>li>a {
	line-height: 40px;
	color: #111111;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	color: #ff4157;
	background-color: #f9f9f9;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
  color: #ff4157;
  background-color: #f9f9f9;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background-color: transparent;
	color:#ff4157;
}

/*Dropdown Menu end*/


/*cart-dropdown*/

.section2_cart_dropdown{
  width: 350px;
}
.section2_cart_dropdown .media {
  margin-top: 0;
  position: relative;
}
.section2_cart_dropdown .media-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 40px;
}
.section2_cart_dropdown .media>.media-left{
    padding-right: 30px;
}
.section2_cart_dropdown .media-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.section2_cart_dropdown .quantity, 
.section2_cart_dropdown .price  {
  font-size: 16px;
}
.section2_cart_dropdown .quantity{
	float: left;
    width: 25px;
    height: 25px;
    background: #f7f7f7;
    color: #999;
    line-height: 25px;
    text-align: center;
}
.section2_cart_dropdown .price {
  color: #4385f5;
  margin-left:20px;
  font-weight:600;
}
.section2_cart_dropdown .close i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  border: 1px solid #A59F9F;
  border-radius: 50%;
  color: #B5B0B0;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 30px;
}
.section2_cart_dropdown .total {
  padding: 20px 40px;
  text-transform: capitalize;
}
.section2_cart_dropdown .total a.btn{
  position: relative;
  top: -25px;
  color: #fff;
  width:160px;
  height:50px;
  line-height:38px;
  text-align:center;
  background: #ff4157;
  text-transform: uppercase;
  font-weight:600;
  font-size: 14px;
  border:1px solid #ff4157;
}
.section2_cart_dropdown .total a.btn:hover{
  background-color: #d43648;
  border-color: #d43648;
}
.section2_cart_dropdown .total .total_price{
  margin-top:0;
  color: #4385f5;
  font-weight: 600;
}
.section2_cart_dropdown .total .total_item{
	font-size:12px;
	color: #999;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#section2_cart_badge {
    font-size: 10px;
    background: #eb6d6d;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    position: absolute;
    right: 4px;
    top: 10px;
}


/* section2_menu_wrapper end */


/* section_2 start */

.section_2{
	width:100%;
	float:left;
	position:relative;
}

/*....................................
 slider area start here
....................................*/

.container-fluid {
    padding:0px;
}
.slider-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-area .carousel-inner .item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0.9;
}
.slider-area .carousel-inner .item img {
  display: block;
  width: 100%;
  height:100%;
}
.slider-area .carousel-inner .item .carousel-caption {
  bottom: inherit;
  top: 50%;
}
.slider-area .carousel-inner .item .carousel-caption .content img {
  width: auto;
  margin: 0 auto 45px;
}
.slider-area .carousel-inner .item .carousel-caption .content h2 {
  margin: 0 0 50px;
  font-size: 68px;
  text-transform: uppercase;
}
.slider-area .carousel-inner .item .carousel-caption .content h2 .primary {
  color: #009146;
}
.slider-area .carousel-inner .item .carousel-caption .content h2 .hover {
  color: #e5ae49;
}
.slider-area .carousel-control {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  top: 50%;
  left:auto;
  line-height: 80px;
  font-size: 40px;
  transition: all 0.3s;
}
.slider-area .carousel-control i {
  position: relative;
  z-index: 999;
}
.slider-area .carousel-control:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #ff4157;
  border-radius: 100%;
  transition: all 0.3s;
}
.slider-area .carousel-control:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff4157;
  border-radius: 100%;
}
.slider-area .carousel-control.carousel-control-prev {
  left: -7%;
  transition: all 0.5s;
}
.slider-area .carousel-control.carousel-control-next {
  right: -7%;
  transition: all 0.5s;
}
.slider-area:hover .carousel-control.carousel-control-prev {
  left: 5%;
}
.slider-area:hover .carousel-control.carousel-control-next {
  right: 5%;
}
.slider_content h2{
	color:#ffffff;
	font-size:50px;
	font-weight:bold;
}
.slider_content p{
	font-size:16px;
	color:#ffffff;
	margin-top:20px;
}
.slider_content ul{
	padding: 0;
    margin: 0;
	margin-top:30px;
	display:inline-block;
	list-style:none;
}
.slider_content ul li{
	float:left;
	margin-left:20px;
}
.slider_content  li:first-child{
	margin-left:0;
}
.slider_content  li a{
	width:120px;
	height:40px;
	float:left;
	background:#ff4157;
	color:#fff;
	text-align:center;
	line-height:35px;
	border-radius:50px;
	font-size:14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #ff4157;
}
.slider_content li a:hover{
	background:transparent;
	border:2px solid #63656c;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_content  li:last-child a{
	width:120px;
	height:40px;
	float:left;
	background:transparent;
	color:#ffffff;
	text-align:center;
	line-height:35px;
	border-radius:50px;
	font-size:14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #63656c;
}
.slider_content  li:last-child a:hover{
	background:#ff4157;
	border:2px solid #ff4157;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*....................................
 slider area end here
....................................*/

/* section_2 end*/


/* media  query css for ipad */

@media(max-width: 1200px) {
	
	.section2_menu_wrapper .navbar-inverse .navbar-nav>li>a {
	   padding: 16px 12px;
	}
	#cart-badge {
		right: 0;
		top: 7px;
	}
	.slider-area .item{
		height: 900px;
	}
}

@media(min-width: 767px) and (max-width: 991px) {
	
	.section2_menu_wrapper .navbar-inverse .navbar-nav>li>a {
		padding-left: 0px;
	}
	#cart-badge {
		right: 0;
		top: 7px;
	}
	.slider-area .item{
		height: 700px;
	}
	.slider-area .carousel-inner .item .carousel-caption .slider_content h2{
		font-size: 46px;
	}
	.slider-area .carousel-control{
		width: 60px;
		height:60px;
		font-size: 18px;
		line-height:60px;
	}
	.slider-area .carousel-inner .item .carousel-caption{
		top: 40%;
	}
	.slider-area .carousel-control.carousel-control-next{
		right: -8%;
	}
	.slider-area .carousel-control.carousel-control-prev{
		left: -8%;
	}
}
/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
.section2_menu_wrapper {
    top:0;
}
.section2_header {
    padding: 0px;
}
.navbar-toggle {
    margin-right:0px;
}
#section2_responsive_nav{
	background:#fff;
	border-top: 2px solid #ff4157;
}
#section2_responsive_nav .navbar-nav>li>a:hover{
	color:#ff4157;
}
.dropdown-menu {
    top: auto;
    right: 0;
	left:0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #111111;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
	color: #ff4157;
}
.navbar-nav {
    margin: 0;
}	
#cart-badge {
    font-size: 10px;
    background: #ff4157;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    position: absolute;
    right: auto;
    top: 7px;
    left: 26px;
}
.logo_wrapper {
    float: left;
    width: 100%;
    margin-top: 13px;
}
.section2_menu_wrapper .navbar-inverse .navbar-nav>li>a {
    text-align: left;
}
.slider-area .item{
	height: 500px;
}
.slider-area .carousel-inner .item .carousel-caption{
	top: 20%;
}
.slider-area .carousel-inner .item .carousel-caption .slider_content h2{
	font-size: 36px;
	margin: 0 0 30px;
}
.slider-area .carousel-control{
	top: 45%;
	width: 50px;
	height: 50px;
	line-height:50px;
	font-size: 16px;
}
.slider-area .carousel-control.carousel-control-next{
	right: -11%;
}
.slider-area .carousel-control.carousel-control-prev{
	left: -11%;
}
.slider-area:hover .carousel-control.carousel-control-prev{
	left: 3%;
}
.slider-area:hover .carousel-control.carousel-control-next{
	right: 3%;
}
}

@media only screen and (max-width : 480px) {
	
.slider-area .item{
	height: 500px;
}
.slider-area .carousel-inner .item .carousel-caption{
	    top: 20%;
}
.slider-area .carousel-inner .item .carousel-caption .slider_content h2{
	font-size: 30px; 
	margin: 0 0 25px; 
}
.slider-area .carousel-inner .item .carousel-caption .slider_content p {
    font-size: 13px;
}
.slider-area .carousel-control{
	top: 40%;
	width: 50px;
	height: 50px;
	line-height:50px;
	font-size: 16px;
}
.slider-area .carousel-control.carousel-control-next{
	right: -16%;
}
.slider-area .carousel-control.carousel-control-prev{
	left: -16%;
}
.slider-area:hover .carousel-control.carousel-control-prev{
	left: 2%;
}
.slider-area:hover .carousel-control.carousel-control-next{
	right: 2%;
}
}

@media only screen and (max-width : 390px) {
	
.slider_content ul li {
	float:none;
	margin:0;
	display:inline-block;
	margin-top: 20px;
}
.slider_content ul {
    margin-top: 0;
}
.slider-area .carousel-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

}