
-------------------------------------------------------------------*/
/* -----  Google Font  -----*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* -----  ionicons Font  -----*/
@import url("ionicons.min.css");
/* -----  font awesome Font  -----*/
@import url("font-awesome.min.css");

/* ----------------------------------------------
	3.2.9 Owl nav
----------------------------------------------- */
.owl-nav {
	position: absolute;
	top: -62px;
	width: 100%;
}
.offers .owl-nav {
	position: absolute;
	right: 0px;
	top: 11px;
	width: 100%;
}
.related-pro .owl-nav, .team_grid .owl-nav {
	position: absolute;
	right: 10px;
	top: -55px;
	width: 100%;
}
.owl-nav > div {
	background: url("../images/sprite.png") no-repeat scroll -33px -507px;
	height: 25px;
	width: 25px;
	font-size: 0px;
	position: absolute;
	border: 1px solid;
	border-color: #e5e5e5;
	transition: 0.5s;
	background-color: #b38d65;
}
.owl-nav > div:hover {
	border-color: #FFF;
}
.owl-item .client-avatar > img {
	border-radius: 50%;
	width: auto !important;
}
.owl-nav .owl-prev {
	background-position: 9px -507px;
	opacity: 1;
	right: 33px;
}
.owl-nav .owl-prev:hover {
	background-color: #f9bf00;
	background-position: 9px -537px;
	transition: 0.5s;
}
.owl-nav .owl-next {
	left: auto;
	opacity: 1;
	right: 0;
}
.owl-nav .owl-next:hover {
	background-color: #f9bf00;
	background-position: -33px -537px;
	transition: 0.5s;
}

/* ----------------------------------------------
	3.2.10 About
----------------------------------------------- */
.about-heading {
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #000;
	display: inline-block;
}
.about-heading span {
	font-weight: 300;
}
.about-text > p::first-letter {
	font-size: 18px;
	color: #000;
}
/* ----------------------------------------------
	3.2.11 Team
----------------------------------------------- */
.team-detail {
	padding: 0 10px;
}
.team-designation, .team-title {
	text-transform: uppercase;
}
.team .social > li, .team_grid .social > li {
	background: #dfdfdf none repeat scroll 0 0;
	display: inline-block;
	height: 40px;
	width: 40px;
}
.team .social > li:hover a, .team_grid .social > li:hover a {
	color: #000;
}
.social li a i {
	margin: 12px;
}
.team-detail .team-item-img {
	border: 10px solid #FFFFFF;
}
.team-detail:hover .team-item-img {
	filter: grayscale(0%);

}
.team_grid.col4 .social > li, .team4col .social > li {
	background: none;
	margin: 0 5px;
	height: 20px;
	width: 20px;
}
.col4 .social li a i {
	margin: 5px;
}
/* ----------------------------------------------
	3.2.12 Contact
----------------------------------------------- */
.contact .fa {
	margin-right: 10px;
}
/* ----------------------------------------------
	3.2.13 Shop Page
----------------------------------------------- */
a.thumbnails {
	border: 1px solid #ddd;
	display: block;
}
a.thumbnail {
	border-radius: 0px;
	margin: 10px 5px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #000;
}

.price .price-tax {
	margin-left: 10px;
}

.related-pro .product-thumb {
	margin: 15px;
}
/* ----------------------------------------------
	3.2.14 Login & register
----------------------------------------------- */
#register-form {
	display: none;
}
/* ----------------------------------------------
	3.2.15 Map
----------------------------------------------- */
.map_right #map {
	height: 530px;
}
#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}
/* ----------------------------------------------
	3.2.16 Brand
----------------------------------------------- */
.brand a {
	opacity: 0.4;
}
.brand a:hover {
	opacity: 1;
}

/* ----------------------------------------------
	FOOTER
	4.1 Footer General
----------------------------------------------- */
.footer {
	background: #f2f2f2;
}
.footer-title, .footer h6 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-logo a img {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.footer-logo a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
}
.footer-link li {
	display: inline-block;
}
.footer-link li a {
	border-left: 1px solid #808080;
	padding: 0 10px;
	display: inline-block;
	line-height: 1;
}
.footer-block li {
	padding: 5px 0;
}
.footer .form-group > input {
	width: 100%;
}
.social_icon li {
	display: inline-block;
	height: 25px;
	width: 25px;
}
.social_icon ul li i.fa {
	background-color: transparent;
	font-size: 14px;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.social_icon ul li a i.fa:hover {
	color: #000;
}
.footer-bottom {
	background: #000;
	color: #b2b2b2;
}
.payment-icon li {
	display: inline-block;
	font-size: 22px;
}
/* ----------------------------------------------
	4.2 Scrollup
----------------------------------------------- */

 #scrollup {
	background: url("../images/scroll.png") no-repeat;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 9999;
}

/* =====  RESPONSIVE CSS START  ===== */ 

@media (min-width: 1320px) {
.container {
	width: 1320px;
}
}
/*-----------------------------------*/

@media (max-width:1199px) {
.four-col-work .grid-item {
	width: 33.33%;
}
#menu > li > a {
	padding: 55px 7px;
}
.product-layout.product-list .image.product-imageblock {
	width: 46%;
}
.product-list .product-thumb .caption {
	width: 50%;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.about-title {
	font-size: 40px;
	line-height: 55px;
}
}
/*----------------------------------*/

@media (max-width:991px) {
.navbar-header {
	float: left;
	width: 57%;
}
.mega-dropdown-menu .carousel.slide {
	display: none;
}
.mega-dropdown-menu, #menu .dropdown-menu {
	position: relative;
	width: 100%;
}
.product-list .product-thumb .caption {
	width: 100%;
	margin-top: 20px;
}
.toggle.active .toggle_div::before {
	color: #000;
	content: "\f055";
	font-family: "FontAwesome";
	font-size: 22px;
	padding: 0;
	position: absolute;
	right: 0;
}
.toggle .toggle_div::before {
	color: #000;
	content: "\f056";
	font-family: "FontAwesome";
	font-size: 22px;
	padding: 0;
	position: absolute;
	right: 0;
}
.navbar-collapse {
	width: 100%;
	position: absolute;
	z-index: 1;
	background: #f2f2f2;
	top: 129px;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	z-index: 3;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
#menu > li > a {
	padding: 15px;
}
#product-tab .owl-nav {
	top: -79px;
}
#product-tab .nav {
	right: auto;
	top: 47px;
}
#product-tab .heading-part {
	margin-bottom: 40px;
}
.footer-block ul {
	display: none;
}
.footer .form-group > input {
	float: left;
}
.footer .form-group .btn {
	float: left;
	margin-left: 15px;
	padding: 10px 20px;
}
.footer .form-group > input {
	width: 280px;
}
.footer-title {
	cursor: pointer;
	position: relative;
}
.category-page-wrapper > div {
	width: 100%;
	text-align: left;
}
}
/*-----------------------------------*/
@media (min-width: 768px) {
#category-menu-responsive {
	display: none !important;
}
}
@media (max-width: 767px) {
.header-top-left, .header-top-right {
	text-align: center;
}
#category-menu-responsive {
	display: none;
}
#category-menu {
	display: none !important;
}
.left_banner {
	display: none;
}
.portfolio-filter.nav.navbar-nav {
	display: inline;
}
.portfolio-filter.nav.navbar-nav > li {
	background: #f5f5f5 none repeat scroll 0 0;
	margin: 2px 0;
}
.product-layout.product-grid {
	width: 50%;
}
.three-col-work .grid-item, .three-col-blog .blog-item, .two-col-work .grid-item, .two-col-blog .blog-item, .four-col-work .grid-item {
	width: 100%;
}
.payment-icon, .copyright-part {
	text-align: center;
}
.newsletter-popup-top{width:50%; margin: 0; padding: 0;}
.newsletter-popup-top .popup-desc{padding: 10px 0;}
.offer{width:45%; float: left;}
.newsletter-popup .popup-title span{margin-left:0;}
.newsletter-popup .popup-title{font-size:50px;}
.newsletter-popup{
	margin: 30px;
	width: auto;
}
.newsletters div.news-form.pull-right{
	float: left !important;
	margin: 10px 0 0;
}
}
/*-----------------------------------*/
 @media (min-width: 481px) and (max-width: 767px) {
.bannertext {
	width: 80%;
}
.bannertext > h2 {
	font-size: 20px;
}
}
@media (max-width:650px) {
.logo {
	margin-left: 50px;
}
.logo a {
	padding: 10px 0 10px 10px;
}
.category-page-wrapper > div {
	width: 100%;
}
}
/*-----------------------------------*/

@media (max-width:480px) {



}
@media (max-width:400px) {
.product-layout.product-grid {
	width: 100%;
}
.header-top-left .dropdown-menu{
	left: auto;
	right: 0;
}
}
@media (max-width:360px) {
.header-top-left li, .header-top-right li {
	padding: 0 10px;
}
.nav > li > a {
	padding: 6px;
}
/* =====  END RESPONSIVE CSS  =====*/