/* MAIN COLOR #1a50a2 */
body{
	font-family: 'Fira Sans', sans-serif;
}
/*************************************************/
/************** GENERAL ****************/
/*************************************************/

.title{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	
}

/*************************************************/
/************** NAVIGATION ****************/
/*************************************************/
.navbar-default .navbar-nav > li > a{
	color:#000;
}
ul.navbar-nav > li{
	position: relative;
}
ul.navbar-nav > li > a.active{
	color:#1a50a2;
	border-bottom: solid 2px #1a50a2;
}
ul.navbar-nav > li > a{
	padding: 30px 15px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
} 
.navbar-default {
    background-color: #fff;
    border: none;
    border-bottom: solid thin #f4f4f4;
}
.navbar{
	margin-bottom: 0;
}
.main-nav__separator {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 45%;
}
.main-nav__separator > span {
    width: 2px;
    height: 2px;
    margin-bottom: 2px;
    display: block;
    position: relative;
    right: -1px;
}
.main-nav__separator > span {
    background-color: #ccc;
}
.navbar-brand{
	padding: 5px 0px;
}
/*************************************************/
/************** PRODUCTS ****************/
/*************************************************/
.section-products{
	position: relative;
	top: -100px;
	z-index: 9999;

}
.section-products .container{
	background-color: #fff;
	padding: 20px 10px;
}
.section-products .container .col-md-4{
	padding: 0 10px;
	overflow: hidden;
}
.style-product-item .product-item{
	border:solid thin #f4f4f4;
	font-family: 'Lato', sans-serif;
}

.style-product-item{
	position: relative;
	overflow: hidden;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.product-img img{

	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;	
}
.style-product-item:hover .product-img img{
	transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);

}
.style-product-item .product-img img{
	width: 100%;
}

.style-product-item .product-name{
	padding: 5px 5px;
	padding-top: 0;
	position: absolute;top: 40%;
	left: 20%;right: 20%;
	background-color:#f4f4f4;
}

.style-product-item .product-name h3{
	color: #000;
	font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin-top: 20px;	
margin-bottom: 20px;text-align: center;
}

/*************************************************/
/************** Gallery ****************/
/*************************************************/

section.gallery{
	padding: 50px 0;
}
.gallery-item img{
	width: 100%;
	margin-bottom: 20px;
}
.gallery-item{
	position: relative;
}
.gallery-img{
	position: relative;
	overflow: hidden;
}
.gallery-img:hover .hover-img{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.hover-img{
	position: absolute;
	color:#fff;
	text-align: center;
	padding-top: 40%;
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	-moz-transform: translateY(-500px);
	background-color: rgba(28, 73, 156, 0.3);
	top: 0;right: 0;left: 0;bottom: 20px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}


/*************************************************/
/************** CONTACT US ****************/
/*************************************************/
.heading-title h2 span{
	display: inline-block;
background: url(../img/line.png) bottom center no-repeat;
padding: 10px 0;
}

.heading-title h2{
	font-size: 20px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 60px;
}
.page-heading h2{
		font-size: 20px;
font-weight: bold;

text-transform: uppercase;
margin-top: 10px;
margin-bottom:20px;
}
.page-heading h2 span{
	display: inline-block;
background: url(../img/line.png) bottom left no-repeat;
padding: 10px 0;
}

h1.page-title{
font-weight: bold;
text-transform: uppercase;
font-family: 'Montserrat', serif;
}

.featured-header{
	background-image: url('../img/page-header.jpg');
padding: 45px;
text-align: center;
	background-color: #fff;
	border:solid thin #ddd;
}

/*************************************************/
/************** POPULAR PRODUCTS ****************/
/*************************************************/

section.popular{
	background-color: #fff;
	padding: 50px 0px;
}
.popular .product-item{
	background-color: #fff;
margin-bottom: 30px;
}
.popular .product-img img{
width: 100%;
}
.popular h3.product-name{
	font-size: 18px;
margin: 15px 0 10px 0;
padding: 0 15px;
height: 20px;
overflow: hidden;
}
.popular h3.product-name a{
	font-weight: normal;
outline: medium none;
color: #3b3b3b;
text-transform: capitalize;
line-height: 20px;
font-size: 90%;
}
.popular .product-details{
	font-family: 'Montserrat', sans-serif;
position: relative;
text-align: center;
z-index: 10;
background: #fff;
border-top: 1px solid #e5e5e5;
padding-bottom: 15px;
}
.product-details p span.price-label{
	font-family: 'PT Serif', serif;
	color: #393939;
vertical-align: top;
line-height: 22px;	
font-size: 85%;
}
.product-details p span{
	color:#1a50a2;
	display: inline-block;
vertical-align: top;
line-height: 22px;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.product-details p span.old-price{
	font-size: 100%;
padding: 0 5px 0 0;
color: #8e8e8e;
font-weight: 400;
text-decoration: line-through;
}

/*************************************************/
/************** Footer STYLE ****************/
/*************************************************/
.footer{
	padding: 30px 0px;
	background-color: #000;
	color:#fff;
}
.social-box ul{
	padding: 0;margin: 0;
}
.social-box ul li{
	float: left;
	margin-right: 5px;
	list-style: none;
}
.social-box ul li a{

display: block;
text-align: center;
color:#fff;
background-color: #ddd;
}
.social-box ul li .fa{
	padding: 8px 0px;
width: 30px;
}
.social-box ul li .fa.fa-facebook{
	background-color: #3b5998;
}
.social-box ul li .fa.fa-twitter{
	background-color: #55acee;
}
.social-box ul li .fa.fa-google-plus{
	background-color: #dc4e41;
}
.social-box ul li .fa.fa-linkedin{
	background-color: #0077b5;
}
/*************************************************/
/************** ABOUT US ****************/
/*************************************************/

section.about-us{
	padding: 60px 0px;
	background-color: #fff;
}

/*************************************************/
/************** ABOUT US ****************/
/*************************************************/

section.history{
	padding: 60px 0px;
	background-color: #fff;
}


/*************************************************/
/************** ABOUT US ****************/
/*************************************************/

section.contact-us{
	padding: 60px 0px;
	background-color: #fff;
}
.reach-us .fa{
	background-color: #1a50a2;
	padding: 5px 0px;
	width: 30px;
	text-align: center;
	color:#fff;
	border-radius: 15px;
}
.form-control{
	border-radius: 0px;

}
.btn-form{
	background-color: #1a50a2;
	padding: 10px 20px;
	color:#fff;
	text-transform: uppercase;
	border-radius: 0px;
	transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
}
.btn-form:hover{
	background-color: #000;
	color:#fff;
}
/*************************************************/
/************** RESPONSIVE STYLE ****************/
/*************************************************/

section.our-products{
	background-color: #fff;
	padding: 50px 0px;
}
.our-products .product-item{
	background-color: #fff;
margin-bottom: 30px;
border:solid thin #e9e9e9;
}
.our-products .product-item:hover{

	transition: all ease-in 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	box-shadow: 0px 0px 3px #1a50a2;;
}
.our-products .product-img img{
width: 100%;
}
.our-products h3.product-name{
	font-size: 18px;
margin: 15px 0 10px 0;
padding: 0 15px;
height: 40px;
overflow: hidden;
}
.our-products h3.product-name a{
	font-weight: normal;
outline: medium none;
color: #3b3b3b;
text-transform: capitalize;
line-height: 20px;
font-size: 90%;
}
.our-products .product-details{
	font-family: 'Montserrat', sans-serif;
position: relative;
text-align: center;
z-index: 10;
background: #fff;
border-top: 1px solid #e5e5e5;
padding-bottom: 15px;
}
.product-details p span.price-label{
	font-family: 'PT Serif', serif;
	color: #393939;
vertical-align: top;
line-height: 22px;	
font-size: 85%;
}
.product-details p span{
	color:#1a50a2;
	display: inline-block;
vertical-align: top;
line-height: 22px;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.product-details p span.old-price{
	font-size: 100%;
padding: 0 5px 0 0;
color: #8e8e8e;
font-weight: 400;
text-decoration: line-through;
}

/*************************************************/
/************** SINGLE PRODUCT STYLE ****************/
/*************************************************/

section.single-product{

	background-color: #fff;
	padding: 50px 0px;
}
.product-image{
	border:solid thin #d4d4d4;
}
.product-image img{
	width: 100%;
}
.product-name h3{
	padding-top: 0;
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
font-weight: bold;
	margin-bottom: 0;
}
.action-btn{
	margin-top: 10px;
}
.interested-btn{
	border-radius: 0px;
	background-color: #1a50a2;
	color:#fff;
}
.interested-btn:hover{
	background-color: #000;
	color:#fff;
}
.related-item{
	border:solid thin #d4d4d4;
	overflow: hidden;
}
.related-item h3{
	font-size: 18px;
margin: 15px 0 10px 0;
padding: 0 15px;
text-align: center;
}
.related-item a{
color: #3b3b3b;
}
.related-item img{

	width: 100%;
	
	transition: all ease 0.4s;
	
	
}
.related-item:hover{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.related-img{
	height: 250px;
	overflow: hidden;
		border-bottom: solid thin #e9e9e9;
		position: relative;
}
.related-item img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);

}
ul.product-features{
padding: 0;margin: 0;
margin-left: 15px;
}
.product-features li{
list-style: none;
margin-bottom: 8px;

}
.product-features li::before{
	content: "\f061";
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.single-price{
	font-size:20px;

}
p.single-price span{

	color:#1a50a2;
	font-size: 24px;
	margin-top: 3px;
}
.related-prodcuts{
	padding: 50px 0px;
}
/*************************************************/
/************** WELCOME STYLE ****************/
/*************************************************/

section.welcome{
	padding: 50px 0px;
	background-color: #f4f4f4;
}
.plr5{
	padding-left: 10px;padding-right: 10px;
}
/*************************************************/
/************** RESPONSIVE STYLE ****************/
/*************************************************/

@media only screen and (max-width: 768px) {

	.navbar-brand img{
		width: 200px;
		margin-left: 10px;

	}
	.related-item{
		margin-bottom: 10px;
	}
	section .container{
	padding-left: 3px;
	padding-right: 3px;
}

}

