/*------------------------------------------------------------------
[Table of contents]

 - Home construction 3

- Project:	Seven Store - Ecommerce HTML/CSS Template
- Version:	1.1
- Author:  Andrey Sokoltsov
- Profile:	http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/

/* Home construction 1 */
.fixed-header .header-top{
	background-color: #2C3169;
	padding-top: 25px;
}
.header-top{
	display: block;
	padding-top: 51px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	-webkit-transition: all 800ms ease 0s;
	-moz-transition: all 800ms ease 0s;
	-o-transition: all 800ms ease 0s;
	transition: all 800ms ease 0s;
}
.header{
	padding-top: 117px;
	position: relative;
	min-height: 720px;
}
.header-overlay{
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.header-container{
	position: relative;
	z-index: 2;
}
.header-content{
	position: relative;
	z-index: 1;
}
.header-subtitle{
	display: block;
	font-size: 21px;
	line-height: 100%;
	padding-bottom: 35px;
	padding-top: 12%;
	text-align: center;
	text-transform: uppercase;
}
.half-title{
	display: block;
	padding-bottom: 25px;
	text-align: center;
}
.half-title_left{
	float: left;
	font-size: 48px;
	line-height: 46px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: right;
	width: 51%;
}
.half-title_right{
	float: right;
	font-size: 100px;
	line-height: 100%;
	padding-left: 10px;
	text-align: left;
	width: 49%;
}
.header-buttons{
	padding-top: 40px;
	text-align: center;
}
.header-buttons .button-border{
	border-color: #fff;
	color: #fff;
	margin: 0 10px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}
.header-nav{
	border-color: rgba(0,0,0,0);
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding-left: 47px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.navbar-main > li > a{
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	padding: 13px 10px;
	text-transform: uppercase;
}
.fixed-header .navbar-main > li > a{
	padding-bottom: 40px;
}
.navbar-main > li > a:focus,
.navbar-main > li > a:hover{
	background-color: transparent;
}
.navbar-main > li:first-child > a{
	padding-left: 2px;
}
.navbar-main > li > a > i{
	margin-left: 3px;
	line-height: 12px;
}
.navbar-main > li.open:first-child > a:after{
	margin-left: -13px;
}
.navbar-main > .open > a:after{
	border-bottom: 6px solid #2C3169;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}
.navbar-main .dropdown-menu{
	background-color: #2C3169;
	border: 0 none;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.navbar-main .open > .dropdown-menu{
	height: auto;
	padding: 5px 0;
	opacity: 1;
}
.navbar-main .dropdown-menu > li > a{
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	padding: 5px 20px;
}
.navbar-main .dropdown-menu > li > a:focus,
.navbar-main .dropdown-menu > li > a:hover{
	background: transparent;
}
ul.header-right-nav{
	float: right;
	margin-right: 10px;
}
ul.header-right-nav li{
	float: left;
	margin-left: 9px;
}
ul.header-right-nav li a{
	float: left;
	font-size: 13px;
	line-height: 23px;
	padding: 8px 5px;
	position: relative;
	text-decoration: none;
}
ul.header-right-nav li a .font-icon{
	font-size: 20px;
}
.cart-qty{
	font-size: 11px;
	line-height: 18px;
	padding: 0 6px;
	position: absolute;
	right: -9px;
	top: -3px;
}
.modal-backdrop.in{
	opacity: 1;
}
.search-wrapper {
	background-color: #000;
	color: #fff;
	padding-top: 10%;
}
.search-wrapper .modal-content {
	background-color: rgba(0,0,0,0);
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.search-wrapper .close{
	font-size: 22px;
	opacity: 0.5;
}
.search-wrapper .close:focus,
.search-wrapper .close:hover{
	opacity: 1;
}
.form-search {
	position: relative;
}
.form-search .form-group {
	width: 100%;
}
.form-search .form-control {
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
	width: 100%;
}
.form-search .btn {
	border: 0 none;
	font-size: 18px;
	height: 100%;
	line-height: 100%;
	padding: 0 35px;
	position: absolute;
	right: 0;
	top: 0;
}
.header-right-nav .header-cart{
	position: relative;
}
.fixed-header .header-cart > a{
	padding-bottom: 32px;
}
.header-cart_product{
	background-color: #2C3169;
	padding: 0 10px;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: -1px;
	top: 100%;
	width: 370px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.header-cart_product.open{
	padding: 10px;
	height: auto;
	opacity: 1;
}
.header-cart_product > h3{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
ul.header-cart_product_list{
	padding-top: 10px;
}
ul.header-cart_product_list li{
	float: none;
	margin-left: 0;
}
.header-cart_product_list_item{
	border-bottom: 1px dotted #ececec;
	min-height: 90px;
	padding: 10px 25px 10px 80px;
	position: relative;
}
.header-cart_product_list_item .item-preview{
	height: 70px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 70px;
}
.header-cart_product_list_item img{
	width: 100%;
	height: 100%;
	display: block;
}
ul.header-right-nav li .header-cart_product_list_item h4 a{
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	text-decoration: none;
}
.header-cart_product_list_item .item-cat{
	float: left;
	padding: 10px 0;
	width: 100%;
}
.header-cart_product_list_item .item-cat a{
	color: #ccc;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	text-decoration: none;
}
.header-cart_product_list_item .item-price{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
}
.header-cart_product_list_item .item-del{
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin-top: -10px;
	position: absolute;
	right: 7px;
	top: 50%;
}
.header-cart_product .cart-total{
	color: #fff;
	float: left;
	text-transform: uppercase;
	width: 100%;
	padding: 15px 0;
}
.header-cart_product .cart-buttons{
	float: right;
	width: 100%;
}