.banner-right-buttons .button {height: 100px;}
.banner-social-buttons.hm-soci-new{font-size: 14px;text-transform: none;}
.banner-social-buttons.hm-soci-new .links img{height: 25px;}
.banner-area.external-indent{padding-bottom: 24px;}
.banner-social-buttons-new .links{padding: 22px 0px 0px 0px;}
.banner-social-buttons-new a{display: inline;text-decoration: none;margin: 0 20px 0 0; position: relative;font-size: 12px;text-align: center;text-transform: lowercase;}
.banner-social-buttons-new i{margin-right: 10px;} 
.banner-social-buttons-new a:hover{color: #c48f56;}
.project-horizontal .content .h3{max-width: 260px;}
.site-header .logo { margin-left: 0px;}
.banner-categories .owl-nav{color: #ff8501;font-size: 25px;}
.logo img{width: 280px;}
.full-screen-nav .fsn-container > ul > li > a, .full-screen-nav .fsn-container > ul > li > ul.sub-menu{text-transform: none;}
.copyright.dev_by{color: #969494;}
.copyright.dev_by a, .site-footer .contact-row a{text-decoration: none;}

@media(min-width:1200px){
    .banner .item {background-position: 50% 20%;}
}

@media screen and (max-width: 640px){
	div.banner-right-buttons .button{margin: 0 7px;}
	div.banner-right-buttons .button+.button:before{left: -8px;}
	.owl-carousel .owl-nav.disabled {
		display: block;
		width: 90%;
		top: 70%;
		right: 5%;
	}
	.owl-carousel .owl-nav .owl-next {
		float: right;
	}
}

@media(min-width:991px){

	.banner-categories .owl-stage {
		width: 100% !important;
	}
	.banner-categories .owl-nav{
		display:none;
	}
	.banner-categories .item a .num{display: none;}
	.banner-categories .owl-stage .owl-item {
		width: 15% !important;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	.banner-categories .owl-stage .owl-item.hovered{
		width: 25% !important;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
}
	.banner-categories .owl-item .item a .h{
		opacity: 0;
	}
	.banner-categories .owl-item.hovered .item a .h{
		opacity: 1;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition-delay: 0.2s;
	}
}