/**
Theme Name: dnk
Author: U7 Urban studio
*/

/* This stylesheet generated by Transfonter (https://transfonter.org) on July 4, 2017 1:51 PM */




body {
    font-size: 18px;
    letter-spacing: 0.01em;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Adelle', sans-serif;
    margin: 0;
	color:#111111;
}

*, ::after, ::before {
    box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto; 
	display: block;
}

a {
    color:#333333;
	text-decoration:none;
}

a:hover {
    text-decoration: none;
    color: #BF0000;
}

::selection {
    color: #fff; /* Цвет текста */
    background: #BF0000; /* Цвет фона */
   }




h1.block-title {
    text-align: center;
    line-height: 1.2;
}

h1.post-title {
    margin: 0 0 50px 0;
}



header.mainpage{
    width: 100%;
    height: 50vh;
    position: relative;
	background-image: url(/wp-content/uploads/2021/11/header_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 0px;
	border-bottom:0;
}



header.mainpage:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.37) 37%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.37) 37%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}




header.mainpage .custom-logo {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    right: 0;
    width: 350px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



header {
    border-bottom: 1px solid #23292b;
	padding:20px 0;
}

header .custom-logo {
    margin: auto;
    width: 100px;
}












article a {
	color: #BF0000;
}

article p {
	text-align:justify;
	line-height:1.4;
}

article h3 {
	color: #BF0000;
	font-size:24px;
	text-transform:uppercase;
}


























.page {
	width:50%;
	margin:0 auto;
	margin-top: 50px;
	margin-bottom:50px;
}










.left-col {
	float:left;
	width:320px;
}

.building-data {
    padding: 40px;
    border: 1px solid #96979d;
    margin: 5px 40px 20px -40px;
	background:#eee;
}

.building-data li {
    display:block;
	list-style-type:none;
	font-size:16px;
	margin:0 0 14px 0;
}

.building-data li:last-child {
    margin:0 0 0px 0;
}









.project-page-thumbnail {
    background-size: 100% 100%;
	width: 100%;
    height: 100vh;
	margin: 0 0 100px 0;
    position: relative;
    background-attachment: fixed;
	display: flex;
  
    align-items: flex-end;
  justify-content: center;
	/*-webkit-filter: grayscale(100%);*/
	background-size:cover;
	overflow:hidden;
}



.project-page-thumbnail:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}






.project-page-thumbnail .title {
    min-height: 500px;
	text-align: left;
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

.project-page-heading {
    position: absolute;
    width: 60%;
    left: 0;
    padding: 100px 100px;
    z-index: 10;
    text-align: center;
}


/* keyframes #anim_slides */
@-webkit-keyframes rotate {
  0%   { margin-bottom:-1000px; opacity:0;}
  5%  { transform: scale(1.0);opacity:1; }
  90%  { transform: scale(1.0);opacity:1; }
  95%  { transform: scale(1);opacity:1; }
  100% {margin-bottom:0px; opacity:1; }
}
	
	
.project-page-heading
{
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 1;
    
}




.project-page-heading ul {
    text-align:center;
}

.project-page-heading ul li a {
    display: inline;
    color: #fff;
}




.project-page-heading h1 {
    color: #fff;
    font-weight: 900;
    font-size: 128px;
    text-align: left;
    line-height: 1.1;
    margin: 0;
}

.project-page-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 46px;
    text-align: left;
    text-transform: none;
}

.project-page-heading .date {
   color:#fff;
	font-size:12px;
}













.page.single {
	
}

.page.single .single-post-thumbnail {
    margin: 0 0 50px 0;
    position: relative;
}

.page.single .single-post-heading h1 {
    line-height: 1.3;
    font-size: 3em;
}















.single-post {
	
}



.single-post article {
    margin: 0 0 40px 0;
}

.single-post .post-thumbnail {
    margin: 0 0 40px 0;
}

.single-post .post-heading {
	
}

.single-post .post-heading h1 {
    font-size: 46px;
    line-height: 1.2;
    margin: 20px 0;
}

.single-post .post-heading .date {
	
}



















/*--[ social sharing buttons]----------*/
.share {
    margin: 10px 0 30px 0;
    display: inline-block;
}
.share li{list-style-type:none;float:left;}
.share li a {
    float: left;
    margin: 2px;
    padding: 5px;
    border-radius: 50%;
}
	
		
	
/*Twitter*/
.twitter{}
.twitter:before {
    content: "";
    background-image: url(/wp-content/themes/dnk/design/twitter-black.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
	
}

.twitter:hover{background: #e8ecf1;}	
	
	
/*Facebook*/
.facebook{}


.facebook:before {
    content: "";
    background-image: url(/wp-content/themes/dnk/design/facebook-black.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
}

.facebook:hover{background: #e8ecf1;}
	
	
/*Telegram*/
.telegram{}


.telegram:before {
    content: "";
    background-image: url(/wp-content/themes/dnk/design/telegram-black.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
}

.telegram:hover{background: #e8ecf1;}













/*---------------------------------Останні новини в single-------------------------------------*/

#latest-articles {
	    
}

#latest-articles ul.row {
    justify-content: space-between;
	    padding: 0;
}

/*
#latest-articles li:nth-child(1n) {
    width: 49.5%;
    padding: 0 0 0 10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#latest-articles li:nth-child(2n) {
    width: 25%;
    padding: 0 0 0 10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#latest-articles li:nth-child(3n) {
    width: 25%;
    padding: 0 0 0 10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
*/

#latest-articles li {
    width: 30%;
    padding: 0 0 0 0px;
    text-align: left;
    vertical-align: top;
    float: left;
    list-style-type: none;
}






#latest-articles .post-categories {
    text-align: left;
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}

#latest-articles li ul li {
	float:left;
	width: auto;
	padding:0!important;
	margin: 0!important;
}

#latest-articles li .thumb {
	width: 100%;
    height:200px;
	float:left;
	overflow:hidden;
}

#latest-articles li .thumb img {
	width: 100%;
    height:200px;
	object-fit:cover;
}

#latest-articles li .title {
	width: 100%;
float: left;
text-decoration: none;
font-size: 22px;
font-weight: 700;
margin: 10px 0 5px 0;
}

#latest-articles li .date {
	    color: #707377;
    
    font-size: 11px;
}

/*
#catalog {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

#catalog .catalog-item {
    width: 32%;
    height: 500px;
    overflow: hidden;
    padding: 40px;
    border: 1px solid #EFEFEF;
	margin:0 0 40px 0;
	transition:0.3s;
}

#catalog .catalog-item:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#catalog .catalog-item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

#catalog .catalog-item .meta {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
*/



#catalog {
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

#catalog .catalog-item {
    width: 32%;
    height: 380px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    margin: 0 0 40px 0;
    transition: 0.3s;
    position: relative;
}

#catalog .catalog-item:hover {
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}


#catalog .catalog-item .item-data {
    position: absolute;
    /* width: 100%; */
    padding: 40px;
    z-index: 9;
    bottom: 0px;
}


#catalog .catalog-item .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px 0;
	color:#fff;
}

#catalog .catalog-item .meta {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #fff;
}

#catalog .catalog-item .item-thumbnail {
    width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}



#catalog .catalog-item .item-thumbnail:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.catalog-item .item-thumbnail img {
    width:100%;
	height:100%;
	object-fit:cover;
	position:relative;
	transition: 0.3s;
}

#catalog .catalog-item:hover .item-thumbnail img {
    padding:20px;
}





#catalog .catalog-item.no .item-thumbnail {
    -webkit-filter: grayscale(100%);
}

#catalog .catalog-item.yes .item-thumbnail {
    -webkit-filter: none;
}















.slider-catalog {
	
}

.project-item {
	position:relative;
	
	overflow:hidden;
}

.project-item .meta {
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	padding:50px;
	color:#fff;z-index:998;
}

.project-item .meta .title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 25px 0;
}

.project-item .item-thumbnail {
    background-size: 100% 100%;
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* -webkit-filter: grayscale(100%); */
    background-size: cover;
	background-position: top;
    overflow: hidden;
}

.project-item .item-thumbnail:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


.slider-catalog .owl-theme .owl-prev {
    left: 80px;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -25px;
    border: none;
    position: absolute;
    border-bottom: 0px solid #1c2d55;
    background: transparent;
    background: #fff;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s;
    outline: none;
}

.slider-catalog .owl-theme .owl-next {
    right: 80px;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -25px;
    border: none;
    position: absolute;
    background: transparent;
    background: #fff;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    opacity: 0;
    outline: none;
}

.slider-catalog .owl-theme:hover .owl-prev {
    left: 20px;
    opacity: 1;
}

.slider-catalog .owl-theme:hover .owl-next {
    right: 20px;
    opacity: 1;
}


.slider-catalog .owl-theme .owl-next:before, .slider-catalog .owl-theme .owl-prev:before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 auto;
    margin-top: -25px;
    left: 0;
}

.slider-catalog .owl-theme .owl-next:before {
    content: "";
    background: url(/wp-content/themes/dnk/design/arrow-right.png);
}

.slider-catalog .owl-theme .owl-prev:before {
    content: "";
    background: url(/wp-content/themes/dnk/design/arrow-left.png);
}



















.widget-meta-data-filter {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.mdf_search_form.mdf_widget_form {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} 


.mdf_filter_section_0, .mdf_filter_section_1, .mdf_filter_section_2 {
	position: relative;
}

.mdf_filter_section_0 {
	width: 40%;
	margin: 0 5px;
	
}

.mdf_filter_section_1 {
	width: 6%;
	
}



.mdf_select_emulator_container .dropdown dd ul {
    background: #eee;
    border: 0;
    color: #333;
    display: none;
    left: 0px;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 20px;
    width: 120%!important;
    list-style: none;
    height: 200px!important;
    overflow: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    box-sizing: border-box;
}

.mdf_select_emulator_container .dropdown dt a {
    background-color: #fff!important;
    color: #333!important;
    display: block;
    padding: 20px 40px 15px 40px!important;
    min-height: 18px;
    line-height: normal;
    overflow: hidden;
    width: 100%!important;
    box-sizing: border-box;
    font-size: 16px!important;
    border: 1px solid #333!important;
}

.widget-meta-data-filter input[type="submit" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #333!important;
    font-size: 18px;
    font-family: 'Adelle', sans-serif;
    color: #fff!important;
    padding: 20px 50px 17px 50px;
    border: none!important;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    cursor: pointer;
	    margin-top: -9px;
    margin-left: 60px;
}


.mdf_select_emulator_container .dropdown {
    transform: translateY(-50%);
}










.section {
    width: 60%;
    margin: 0 auto;
	margin-top: 80px;
    margin-bottom: 80px;
}

.section.top {
    margin-top: 0;
    margin-bottom: 0;
}

.row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}


.section.top .row {
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
}

.news-section {
    width: 70%;
    margin: 0 auto;
    background: #c2cfd4;
    padding: 20px 80px 40px;
	margin-bottom:100px;
}

.news {
	display: flex;
	margin: 0 0 40px 0;
}

.news .row {
	 
}

.news .item {
    margin: 0 20px;
}

.news .item .title {
	font-weight:700;
	font-size:18px;
}

.news .item .title:hover {
	color:#BF0000;
}








.footer {
	
}

.footer-first-content {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
	padding:40px 0 40px 0;
	border-top:1px solid #383b3c;
}

.footer-first-content .block {
	
}



.footer-first-content .image {
	width:200px;
}

.footer-first-content .second-block .image {
    width: 200px;
    display: inline-block;
    text-align: center;
    margin: 0 30px;
}

.footer-first-content .flex-block {
	display: flex;
}



.footer-first-content .title {
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.footer-first-content .second-block .title {
    text-align:center;
}





.footer-second-content {
	padding:40px 0;
    text-align:center;
	background:#23292b;
	color:#fff;
}





.footer-logo {
    opacity: 0.5;
    width: 70px;
    margin: 0 auto;
}




















.comments {
	
}


.comments .item {
    display: flex;
    align-items: center;
    justify-content: center;
}


.comments .photo {
    width: 300px;
    filter: grayscale(100%);
    position: relative;
    
}

.comments .photo:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+37,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 37%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.37) 37%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.37) 37%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.comments .photo-bg {
	background:#c2cfd4;
	width:300px;
	height:300px;
	position:relative;
	float: left;
    margin: 0 40px 0 0;
}

.comments .photo-bg:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:40px solid #fff;
}









.button {
    border: 1px solid #111;
    padding: 10px 20px 8px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
}

.button:hover {
    background:#23292b;
	color:#fff;
}



.excursions {
    background-image: url(/wp-content/uploads/2021/11/ex.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 0px;
    height: 300px;
	position:relative;
}


.excursions .button {
    border: 2px solid #fff;
    padding: 15px 20px 13px;
    border-radius: 3px;
    display: block;
    width: 250px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-20px);
}

.excursions .button:hover {
    background:#BF0000;
}









.join-block {
	
}

.join-block .item {
	    margin: 0px 40px 40px 40px;
	font-weight:700;
	text-align:center;
}

.join-block .item:hover {
	    color:#BF0000;
}

.join-block .item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
	transition:0.2s;
	
}

.join-block .item:hover .icon {
    
}




.about .project-content {
	margin:0 0 40px 0;
}



















.autor {
    width: 150px;
    float: left;
    margin: 5px 40px 20px -40px;
	text-align:right;
}


.autor .image {
    
}

.autor .name {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin: 5px 0;
}

.autor .position {
    display:block;
	font-weight:500;
	font-size:12px;
}





.archive-item {
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #c2cfd4;
}

.category-row {
	width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
	background: #c2cfd4;
}

.left-column {
	width: 50%;
}

.right-column {
	width: 50%;
	padding:40px;
	
}

.archive-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}


.archive-title:hover, .archive-thumb:hover .archive-title {
    color: #BF0000;
}





.readmore {
	color:#7e9198;
}

.readmore:hover {
	color: #BF0000;
}











.fixed {
    position: fixed;
    top: 100px;
    left: 100px;
    width: 320px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
	color:#96979d;
	transition:1s;
	opacity:2;
}

.fixed.hidden {
    opacity:0;
	left: -110px;
}

.fixed2.hidden {
    opacity:0;
	right: -110px;
}
	
.fixed2 {
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 320px;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
	color:#96979d;
	transition:1s;
	opacity:2;
}
	
.fixed2 .fixed .hideable.hidden {
    opacity:0;
	right: -110px;
}	







.contact-forms {
	text-align:center;
}

.contact-forms .button {
	border: 1px solid #111;
padding: 20px 30px 18px;
border-radius: 3px;
margin: 0 auto;
display: block;
width: auto;
text-align: center;
}

.contact-forms .wpcf7-form-control {
    width: 100%;
    padding: 18px;
	border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    margin: 15px 0 30px 0;
}

.contact-forms input[type="submit" i] {
    color: #fff;
    text-transform: uppercase;
    background: #23292b;
    font-weight: 700;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 20px 0;
	width: 200px;
	border: 1px solid #111;
    padding: 15px 20px 12px;
    border-radius: 3px;
}

.contact-forms input[type="submit" i]:hover {
    background: #111;
}

.contact-forms input[type="submit" i]:active {
    color: #fff;
        background: #BF0000;
}














#m-menu-open {
    outline: none;
    display: block;
    text-decoration: none;
    border: 1px solid #111;
    padding: 10px 20px 8px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    width: 300px;
    text-align: center;
	color:#fff;
	background: #23292b;
}









	
	
	
	
	
	
#m-menu {
width: 40%;
    height: auto;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    margin-top: -31%;
    /* margin: -31% 0 0 0; */
    display: none;
    opacity: 0;
    z-index: 99999;
    padding: 1% 1%;
    border-radius: 19px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}





	
	#m-menu-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    display: block;
    font-size: 50px;
    background-image: url(/wp-content/themes/dnk/design/icon-close.svg);
    background-size: cover;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
		
    #m-menu-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}	

#m-menu-overlay {
    z-index: 99998;
    position: fixed;
    background-color: #fff;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
	

#m-menu .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
}
	
#m-menu .m-main {
    margin:5px 0;
}
	
#m-menu .m-context {
    margin:5px 0;
}	
	
	#m-menu ::-webkit-scrollbar{
    width:10px;    background: #4465a8;
	
}

#m-menu ::-webkit-scrollbar-thumb{
background-color:transparent; width:10px;
background-image:url('/wp-content/themes/arena/design/scroll.svg'); 
background-position:center; 
background-repeat:no-repeat; 
}
	
	

#m-menu ::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #4465a8;
    background-color: #ff4200;    background: #4465a8;
}

#m-menu ::-webkit-scrollbar-track{
    border-width:0;
	background-color: #4465a8;
}

#m-menu ::-webkit-scrollbar-track:hover{
    background-color: #4465a8;
}



#m-menu input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
}

#m-menu textarea {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
}

#m-menu input[type=submit] {
    /* text-indent: -1px; */
    width: 10px;
    /* position: absolute; */
    width: 200px;
	outline: none;
}


















@media screen and (max-width: 1600px) {
	.project-item .meta {
    padding: 40px;
}
	.project-item .meta .title {
    font-size: 40px;
}
}

@media screen and (max-width: 1400px) {
	.news-section {
    width: 100%;
}
	.section {
    width: 70%;
}
	.footer-first-content {
    width: 70%;
}
	.page {
    width: 70%;
}
	.fixed {
    left: 20px;
    width: 200px;
    font-size: 20px;
}
	.project-page-heading h1 {
    font-size: 100px;
}
	.icon-menu {
    top: 20px;
    left: 20px;
}
	
	header.mainpage .custom-logo {
    width: 220px;
}
}

@media screen and (max-width: 1300px) {
	header.mainpage .custom-logo {
    width: 280px;
}
}

@media screen and (max-width: 1200px) {
	.section.top .row {
    height: auto;
}
}


@media screen and (max-width: 1000px) {
	.page {
    width: 90%;
}
	.footer-first-content {
    width: 90%;
}
	.project-page-heading h1 {
    font-size: 60px;
}
	.project-page-heading h2 {
    font-size: 26px;
}
	.building-data {
    margin: 5px 40px 20px 0px;
}
	.fixed {
    display:none;
}
}





@media screen and (max-width: 800px) {
	header.mainpage .custom-logo {
    width: 220px;
}
	.category-row {
    padding: 40px;
}
	.left-column {
    width: 20%;
}
	.right-column {
    width: 80%;
    padding: 0 0 0 20px;
}
	.archive-title {
    font-size: 20px;
}
	#latest-articles li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    background: #c2cfd4;
    margin-bottom: 20px;
}
	
	#latest-articles li .thumb {
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
}
	#latest-articles .la-title {
    width: 60%;
    padding: 0 0 0 20px;
}
	.footer-first-content .block {
    margin: 0 auto;
}
	#catalog .catalog-item {
    width: 49%;
    margin: 0 0 20px 0;
}
	.news {
    display: block;
    margin: 0 0 40px 0;
}
	.news .item {
    width: 100%;
    margin: 0 0px 20px 0;
}
	.comments .item {
    display: block;
}
	.mdf_search_form.mdf_widget_form {
    width: 100%;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
}
	.mdf_filter_section_0 {
    width: 60%;
    margin: 0 5px;
    float: left;
}
	.mdf_filter_section_1 {
    width: 30%;
    float: left;
}
	.mdf_submit_button_container {
    float: none!important;
}
	.widget-meta-data-filter input[type="submit" i] {
    margin-top: 0px;
    margin-left: 0px;
    margin: 0 auto;
    width: 200px;
}
}


@media screen and (max-width: 600px) {
	
#catalog .catalog-item {
    width: 100%;
    margin: 0 0 20px 0;
}
	#m-menu {
    width: 90%;
    top: 20px!important;
    margin-top: 0;
    
}
	.project-page-thumbnail {
    margin: 0 0 50px 0;
}
	.project-page-heading {
    width: 100%;
    padding: 50px 50px;
}
	.left-col {
    float: none;
    width: 100%;
}
	.building-data {
    margin: 0;
}
}





@media screen and (max-width: 500px) {
	.left-column {
    width: 100%;
}
	.right-column {
    width: 100%;
    padding: 0;
		margin:20px 0 0 0;
}
	.sync1.owl-carousel .owl-item img {
    height: auto;
}
	.single-post .post-heading h1 {
    font-size: 36px;
}
	#latest-articles li .thumb {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
	#latest-articles .la-title {
    width: 100%;
    padding: 0 0 20px 20px;
}
	.footer-first-content {
    width: 90%;
    display: block;
}
	.footer-first-content .block {
    margin: 0 auto;
    text-align: center;
}
	.footer-first-content .image {
    width: 200px;
    margin: 0 auto;
}
	.project-page-heading h1 {
    font-size: 32px;
}
	.project-page-heading h2 {
    font-size: 20px;
}
	
	.news-section {
    padding: 20px 40px 40px;
}
	.project-item .meta {
    padding: 20px;
}
	.project-item .meta .title {
    font-size: 30px;
		margin: 0 0 10px 0;
}
	.slider-catalog .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
}








