@charset "utf-8";
/* CSS Document */
.mobile_nav{
	position: fixed;
    left: 0px;
    /* top: 0px; */
	top: -500px;
    width: 100%;
	display: none;
	z-index: 900;
    padding: 25px 0px;
    background: rgba(0,0,0,1);
	transition: all ease-in-out 600ms;
	-moz-transition: all ease-in-out 600ms;
	-ms-transition: all ease-in-out 600ms;
	-o-transition: all ease-in-out 600ms;
	-webkit-transition: all ease-in-out 600ms;
}
.main_menu_mobile{
	list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
	text-transform: uppercase;
}
.main_menu_mobile > a > li, .main_menu_mobile > li {
	text-align: center;
	padding: 5px 0px;
}
.mobile-menu-chiled{
	list-style: none;
    margin: 0px;
    padding: 5px 0px;
    /* display: none; */
    background: rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
}
.mobile-menu-chiled > li{
	padding: 5px 0px;
}
.mobile-with-chiled{
	position: relative;
}
.menue_mobile_hamburger{
	position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 999;
	display: none;
}
.menue_mobile_hamburger > img{
	width: 100%;
}
@media screen and (max-width: 1600px) {
	.main-info-area{
		height: 400px;
	}
}
@media screen and (max-width: 1500px) {
	.main-info-area{
		height: 365px;
	}
	.info-description{
		font-size: 12px;
		bottom: -80%/*25%*/;
	}
}
@media screen and (max-width: 1400px) {
	.article_container_main{
		width: 1200px;
	}
	.main-page-categories-container{
		width: 100% !important;
	}
	.inside_container{
		width: 80%;
	}
	.main-info-area{
		height: 300px;
	}
	
	.main-info-area:hover > .info-description{
		bottom: 2%;
	}
	.inside_container{
		/* height: 350px; */
	}
	.map_main_container{
		width: 100%;
	}
	.project-desc-area{
		font-size: 12px;
	}
	.middle_main{
		height: 44% !important;
	}
	.subPageImage{
		height: calc(44% - 42px);
	}
}
@media screen and (max-width: 1200px) {
	.project_thumb_container{
		height: 300px;
	}
	.article_container_main{
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {

	.middle, .middle_two{
		padding: 0px 15px 20px;
	}
	.bottom{
		padding: 0px 15px 20px;
		background: rgba(122,94,80,1) url(../_img/_background/background_2.jpg) no-repeat 15% 5%/ 135%
	}
	.top_wraper{
		height: 580px !important;
	}
	.menue_mobile_hamburger{
		display: block;
	}
	.mobile_nav{
		/* display: block !important; */
		display: table !important;
	}
	.image_container{
		height: 425px;
	}
	.middle_main{
		height: 56% !important;
	}
	.subPageImage{
		height: calc(56% - 42px);
	}
	.main-info-area{
		height: 250px;
	}
	.info-title-main{
		font-size: 25px;
	}
	.main-info-area:hover > .info-description{
		bottom: 0%;
	}
	.info-description{
		bottom: -90%/*25%*/;
	}
	.main-info-area:hover > .info-title-main {
		top: calc(25% - 50px);
	}
	.info-description{
		padding: 10px;
	}
	.main-page-categories-container > div.row{
		margin-right: 0px !important;
    	margin-left: 0px !important;
	}
	.projects_main{
		padding-bottom: 0px;
	}
	.product-area{
		height: 238px !important;
	}
	.project-desc-area{
		display: none;
	}
}
@media screen and (max-width: 798px) {
	.product-area{
		height: 180px !important;
	}
	.logo_container{
		width: 50%;
		margin-top: 5%;
		margin-left: 25%;
	}
	.top_wraper {
	    height: 440px !important;
	}
	.middle_main {
	    height: 68% !important;
	}
	.main-info-area {
	    height: 198px;
	}
	.main-info-area {
	    height: 175px;
	    width: 100%;
	}
	.info-title-main{
		top: calc(50% - 17px);
	}
	.main-info-area:hover > .info-title-main{
		top: calc(25% - 17px);
	}
	.inside_container {
	    width: 100%;
	}
	.bottom{
		background: rgba(122,94,80,1) url(../_img/_background/background_2.jpg) no-repeat 25% 5%/ 170%;
	}
	.subPageImage{
		height: calc(68% - 42px);
	}
	.subPageImage > img {
	    height: 100%;
	}
}
@media screen and (max-width: 425px) {
	.middle_text {
	    bottom: 45px;
	    width: 90%;
	    left: 5%;
	    font-size: 15px;
	}
	.top_wraper {
	    height: 242px !important;
	}
	.middle_main {
	    height: 82% !important;
	}
	h2.underline{
		margin-top: 20px;
	}
	.main-info-area:hover > .info-title-main{
		top: calc(-10% - 17px);
	}
	.middle_three{
		background: #3b220e;
	}
	.bottom {
	    background: rgba(122,94,80,1) url(../_img/_background/background_2.jpg) no-repeat 80% 5%/ 380%;
	}
}
@media screen and (max-width: 375px) {
	.top_wraper{
		height: 210px !important;
	}
	.info-description{
		    bottom: -100%;
	}
	.bottom {
	    background: rgba(122,94,80,1) url(../_img/_background/background_2.jpg) no-repeat 80% 5%/ 500%;
	}
	.subPageImage {
	    height: calc(83% - 42px);
	}
	.subPageTitle {
	    width: 40%;
	    right: 0%;
	    font-size: 18px;
	    top: calc(50% - 40px);
	}
}
@media screen and (max-width: 320px) {
	.bottom {
	    background: rgba(122,94,80,1) url(../_img/_background/background_2.jpg) no-repeat 80% 5%/ 800%;
	}
}