/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #6d6d6d;
  font-family: "Montserrat", sans-serif;
}
body.event-spotlight{background: #F6F5FA;}
a {color: #9c7d64;transition: 0.5s;text-decoration: none;}
a:hover, a:active, a:focus {
  color: #666;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.noselect{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.rteleft{text-align:left;}
.rteright{text-align:right;}
.rtecenter{text-align:center;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 85px;
  z-index: 996;
  background: #9c7d64;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #666;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;overflow: hidden;background: #f9f7f7;}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f9f7f7;
  border-top: 6px solid #9c7d64;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


section {/*overflow: hidden;*/height:auto;}




.section-header h3 {font-size: 32px;color: #111;text-transform: uppercase;text-align: center;font-weight: 700;position: relative;padding-bottom: 15px;}
.section-header h3::before {content: "";position: absolute;display: block;width: 120px;height: 1px;background: #ddd;bottom: 1px;left: calc(50% - 60px);}
.section-header h3::after {content: "";position: absolute;display: block;width: 40px;height: 3px;background: #18d26e;bottom: 0;left: calc(50% - 20px);}
.section-bg {background: #f9f7f7;}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

	span.dheadline, .dheadline{color:#9c7d64;font-weight:500;font-size:18px;line-height:26px;}
	.logo{width:180px;text-align:center;margin:0px auto 40px auto;}
	.logo svg{max-height: 100%;}
	.scr_bg{background-image: url(../img/hero-carousel/bk_2.png)}
	.dop-place{width:100%;max-width:650px;margin:0 auto;padding-left:350px;}
	.mfontc{display: inline;}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #95785e;position:relative;z-index:30;
  padding: 0 0 30px 0;color: #eee;font-size: 14px;line-height: 24px;
  font-family: "Montserrat", sans-serif;font-weight:500;
}
#footer .footer-top {background: #95785e;padding: 60px 0 30px 0;}/*border-bottom:1px solid rgba(255,255,255,.8);*/
#footer .footer-bottom {background: #95785e;border-top:1px solid rgba(255,255,255,.8);}
#footer .footer-top .footer-info {margin-bottom: 30px;}
#footer .footer-top .footer-logo{margin-left:50px;}
#footer .footer-top .footer-logo img{width:100%;max-width:150px;} 
#footer .footer-top .footer-links {margin-bottom: 30px;margin-top:30px;}
#footer .footer-top .footer-links ul {list-style: none;padding: 0;margin: 0;}
#footer .footer-top .footer-links ul i {padding-right: 8px;color: #ddd;}
#footer .footer-top .footer-links ul li {padding: 5px 0;}
#footer .footer-top .footer-links ul li:first-child {padding-top: 0;}
#footer .footer-top .footer-links ul a {color: #eee;}
#footer .footer-top .footer-links ul a:hover {color: #fff;}
#footer .copyright {text-align: center;padding-top: 30px;color:#fff;font-weight:500;}

#footer.event-spotlight {background: #5FC7D8;}
#footer.event-spotlight .footer-top {background: #5FC7D8;padding: 60px 0 30px 0;}/*border-bottom:1px solid rgba(255,255,255,.8);*/
#footer.event-spotlight .footer-bottom {background: #5FC7D8;border-top:1px solid rgba(255,255,255,.8);}

/*--------------------------------------------------------------
# NL subscribe
--------------------------------------------------------------*/
#nlsubscribe {padding: 0px 0 30px 0;position: relative;font-weight:500;color:#95785e;}
#nlsubscribe::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, 0);z-index: 9;}
#nlsubscribe .container, #nlsubscribe .container-fluid{ position: relative;z-index: 10;}
#nlsubscribe .nl-newsletter{max-width:350px;}
#nlsubscribe .nl-title{font-size:24px;line-height:28px;}
#nlsubscribe .nl-title span{font-weight:700;}
#nlsubscribe .nl-subtitle{font-size:14px;line-height:20px;}
#nlsubscribe .form-check{font-size:14px;margin-top:10px;}
#nlsubscribe .form-check-input[type="checkbox"]{border-radius:0;border:1px solid rgba(149,120,94,1);}
#nlsubscribe .form-check-input:focus {
  border-color:rgba(149,120,94,1);outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(149, 120, 94, 0.25);
}
#nlsubscribe .form-check-input:checked {background-color: rgba(149,120,94,1);border-color: rgba(149,120,94,1);}
.btn-mprimary {
  color: #fff;
  background-color: rgba(149,120,94,1);border-color: rgba(149,120,94,1);
  border-radius: 0;
}
.btn-mprimary:hover {
  color: #fff;
  background-color:rgba(149,120,94,.9);border-color:rgba(149,120,94,.9);
}
.btn-check:focus + .btn-mprimary, .btn-mprimary:focus {
  color: #fff;
  background-color:rgba(149,120,94,.9);border-color:rgba(149,120,94,.9);
  box-shadow: 0 0 0 0.25rem rgba(149,120,94, 0.5);
}
.btn-check:checked + .btn-mprimary, .btn-check:active + .btn-mprimary, .btn-mprimary:active, .btn-mprimary.active, .show > .btn-mprimary.dropdown-toggle {
  color: #fff;background-color:rgba(149,120,94,1);border-color:rgba(149,120,94,1);
}
.btn-check:checked + .btn-mprimary:focus, .btn-check:active + .btn-mprimary:focus, .btn-mprimary:active:focus, .btn-mprimary.active:focus, .show > .btn-mprimary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(149,120,94, 0.5);
}
.btn-mprimary:disabled, .btn-mprimary.disabled {color: #fff;background-color:rgba(149,120,94,.5);border-color:rgba(149,120,94,.5);}
.btn-nl{font-weight:500;width:100%;max-width:350px;}
#nlsubscribe .form-control {
	padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 500;line-height: 1.5;
	color: #95785e;background-color: #fff;background-clip: padding-box;border: 1px solid #95785e;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#nlsubscribe  .form-control[type=file]:not(:disabled):not([readonly]) {cursor: pointer;}
#nlsubscribe  .form-control:focus {color: rgba(149,120,94,1);background-color: #fff; border-color: rgba(149,120,94,.7);outline: 0;box-shadow:none;}
#nlsubscribe  .form-control::-moz-placeholder {color:rgba(149,120,94,.7);opacity: 1;}
#nlsubscribe  .form-control::placeholder {color:rgba(149,120,94,.7);opacity: 1;}

.form #sendmessage, .form #f_sendmessage {background: #00764B;color:#fff;border: 1px solid #00764B;display: none;text-align: center;padding: 15px;font-weight: 600;margin-bottom: 15px;}
.form #errormessage, .form #f_errormessage{background:#f00;color:#fff;display: none;border: 1px solid #f00;text-align: center;padding: 15px;font-weight: 600;margin-bottom: 15px;}
.form .validation {color: red;display: none;margin: 0 0 20px;font-weight: 400;font-size: 14px;}
.form #sendmessage.show, .form #f_sendmessage.show, .form #errormessage.show, .form #f_errormessage.show, .form .show {display: block;}

/*storyform*/
#eventModal .modal-content{border-radius:0;}
.monument-modal-pop{padding:40px 25px 25px 25px;position:relative;}
.monument-modal-pop .ac-img{width:98%;margin:0 auto;text-align:center;}
.monument-modal-pop .ac-img img{width:100%}
.monument-modal-pop .read-more-section{margin-top:30px;}
#btnModalClose{position:absolute;top:10px;right:22px;}
.achizitie-s-info.btnStoryForm a{color:#fff;background:rgba(239,24,51,.85);display:block;border:1px solid rgba(239,24,51,1);margin-bottom:20px;transition: all 0.3s ease-in-out;}
.achizitie-s-info.btnStoryForm a:hover{border:1px solid rgba(239,24,51,.85);color:#fff;background:rgba(239,24,51,1);}
.achizitie-s-info.btnIndicatiiForm a{color:#fff;background:rgba(93,216,232,.85);display:block;border:1px solid rgba(93,216,232,1);margin-bottom:20px;transition: all 0.3s ease-in-out;}
.achizitie-s-info.btnIndicatiiForm a:hover{border:1px solid rgba(93,216,232,.85);color:#fff;background:rgba(93,216,232,1);}


.story-content{margin:0px 30px 30px 30px; padding-top:20px;border-top:5px solid #95785e;}
#storyModal .modal-content{border-radius:0;border:2px solid rgba(149,120,94,.2)}
#storyModal .modal-header{padding:15px 30px;border:0;}
#storyModal .modal-header .modal-title{font-weight:500;color:#000;}
#storyModal .form-control{border:1px solid #ced4da;}
#storyModal input, #storyModal textarea {padding: 10px 14px;border-radius: 0;box-shadow: none;font-size: 15px;}
#storyModal .form-label, #storyModal .form-check-label{ color:#494949;font-weight:500;}
#storyModal .form-check{font-size:14px;margin-top:10px;}
#storyModal .form-file{font-size:14px;margin-top:10px;}
#storyModal .form-check-input[type="checkbox"]{border-radius:0;border:1px solid rgba(149,120,94,1);padding:0;}
#storyModal .form-check-input:focus {
  border-color:rgba(149,120,94,1);outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(149, 120, 94, 0.25);
}
#storyModal .form-check-input:checked {background-color: rgba(149,120,94,1);border-color: rgba(149,120,94,1);}
#storyModal .form-control:focus {color:#6d6d6d;background-color: #fff; border-color: rgba(149,120,94,.7);outline: 0;box-shadow:none;}/*rgba(149,120,94,1)*/
#storyModal .form-control::-moz-placeholder {color:rgba(149,120,94,.7);opacity: 1;}
#storyModal .form-control::placeholder {color:rgba(149,120,94,.7);opacity: 1;}
#storyModal .form-control {
	padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 500;line-height: 1.5;
	color: #6d6d6d;background-color: #fff;background-clip: padding-box;border: 1px solid #95785e;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#storyModal .form-check-input[type="checkbox"]:focus{
	-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0;outline: 0;box-shadow:none;
}
#storyModal .form-check-input.is-invalid ~ .form-check-label, #storyModal .was-validated .form-check-input:invalid ~ .form-check-label{font-weight:500;}
#storyModal .form-check-input.is-valid ~ .form-check-label, #storyModal .was-validated .form-check-input:valid ~ .form-check-label{color:#494949;font-weight:500;}

#map {width:100%;height: 600px;}
#mapForm {width:100%;height: 250px;}
#userForm .loading {display: none;background: #fff;text-align: center;padding: 15px;}
#userForm .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid rgba(239,24,51,.85);
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.btn.btnStorySend{
	color:#fff;background:rgba(239,24,51,.85);display:block;border:1px solid rgba(239,24,51,1);transition: all 0.3s ease-in-out;border-radius:0;font-weight:500;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0;outline: 0;box-shadow:none;
}
.btn.btnStorySend:focus{
	-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0;outline: 0;box-shadow:none;
	
}
.btn.btnStorySend:hover{
	border:1px solid rgba(239,24,51,.85);color:#fff;background:rgba(239,24,51,1);
}
/* statui viii*/

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/


#scontact .php-email-form {
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);padding: 30px;*/
  background: #fff;
}
#scontact .php-email-form .error-message {color: #fff;background: #ed3c0d;text-align: left;padding: 15px;font-weight: 600;}
#scontact .php-email-form .error-message br + br {margin-top: 25px;}
#scontact .php-email-form .sent-message {color: #fff;background: #18d26e;text-align: center;padding: 15px;font-weight: 600;}
#scontact .php-email-form .loading {display: none;background: #fff;text-align: center;padding: 15px;}
#scontact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#scontact .php-email-form .form-group {margin-bottom: 20px;}
#scontact .php-email-form input, #scontact .php-email-form textarea {padding: 10px 14px;border-radius: 0;box-shadow: none;font-size: 15px;}
#scontact .php-email-form input::focus, #scontact .php-email-form textarea::focus {background-color: #18d26e;}
/*
#scontact .php-email-form button[type=submit] {background: #18d26e;border: 0;padding: 10px 30px;color: #fff;transition: 0.4s;cursor: pointer;}
#scontact .php-email-form button[type=submit]:hover {background: #13a456;}
*/

#scontact .form-check{font-size:14px;margin-top:10px;}
#scontact .form-file{font-size:14px;margin-top:10px;}
#scontact .form-check-input[type="checkbox"]{border-radius:0;border:1px solid rgba(149,120,94,1);padding:0;}
#scontact .form-check-input:focus {
  border-color:rgba(149,120,94,1);outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(149, 120, 94, 0.25);
}
#scontact .form-check-input:checked {background-color: rgba(149,120,94,1);border-color: rgba(149,120,94,1);}
#scontact  .form-control:focus {color:#6d6d6d;background-color: #fff; border-color: rgba(149,120,94,.7);outline: 0;box-shadow:none;}/*rgba(149,120,94,1)*/
#scontact  .form-control::-moz-placeholder {color:rgba(149,120,94,.7);opacity: 1;}
#scontact  .form-control::placeholder {color:rgba(149,120,94,.7);opacity: 1;}
#scontact .form-control {
	padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 500;line-height: 1.5;
	color: #6d6d6d;background-color: #fff;background-clip: padding-box;border: 1px solid #95785e;
	-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

	.social-share{margin-bottom:10px;}
	.line-design{width:100%;height:10px;margin-top:0px; background:#95785e;}
	.section-socialbox{font-weight:500px;}
	.section-socialbox span.section{padding-right:40px;}
	.section-socialbox a{padding:0px 10px;}
	.social-ghost{display:none;}

/*
HEADER
 * */
	#mheader{position:relative;height:160px;margin-bottom:40px;transition: all 0.5s;opacity: 1;}
	.page-scrolled.gpage #mheader{opacity:0;}

	
	#mheader.w-cover{margin-bottom:5px;}
	.mlogo{position:fixed;top:18px;left:18px;padding:10px; display:block;z-index:20;width:200px;background:none;}/*width:180px;*/
	.mlogo img {max-height: 120px;}
	#mheader .mlogo{position:absolute;top:18px;left:15px;padding:10px; display:block;z-index:15;width:200px;}/*width:180px; background:#f4c;*/
	#mheader .mlogo img {max-height: 120px;}
	#mheader .mlogo svg {max-height: 116px;}

	.mfor_limiter{width: calc(100% - 20%);}
	#mheader .mfor_limiter{height:100%;}

	.top-nav{height:40px;padding-top:69px;padding-left:180px;position:relative;z-index:10;}
	.top-nav .sname{font-weight:600;font-size:30px;line-height:36px;color:#95785e;}
	#bubbleNav{color:#95785e;font-size:24px;padding-left:0px;position:relative;top:3px;}
	#bubbleBtn{color:#95785e;font-size:24px;padding-left:0px;position:relative;top:6px;left:10px;color:#95785e;}
	#bubbleBtn:hover{color:#000;}
	
/*
	#mheader #fixed-bar{display:none;transition: 0.3s;height:110px;position:fixed;top:0;left:0;z-index:99;background:#fff;}
	#mheader.header-scrolled #fixed-bar{display:block;}
	#mheader.header-scrolled #fixed-bar .hnavbar{padding-top:15px;}
	#mheader.header-scrolled #fixed-bar .hnavbar img{max-height: 80px;}
	#mheader.header-scrolled .top-nav{height:40px;top:35px;left:170px;position:absolute;z-index:40;padding:0;}
	#mheader.header-scrolled .top-nav .sname{font-weight:600;font-size:22px;line-height:40px;color:#95785e;}
*/

	#fixed-bar{display:none;transition: 0.3s;height:110px;position:fixed;top:0;left:0;z-index:45;background:#fff;}
	#fixed-bar.mfor-s_limiter{width: calc(100% - 0px);padding-left:15px;}
	#fixed-bar.header-scrolled {display:block;}
	#fixed-bar.header-scrolled .hnavbar{padding-top:15px;}
	#fixed-bar.header-scrolled .hnavbar img{max-height: 80px;}
	#fixed-bar.header-scrolled .top-nav{height:40px;top:35px;left:170px;position:absolute;z-index:40;padding:0;}
	#fixed-bar.header-scrolled .top-nav .sname{font-weight:600;font-size:22px;line-height:40px;color:#95785e;}

	#scrollBubbleBtn{color:#95785e;font-size:24px;padding-left:0px;position:relative;top:6px;left:10px;color:#95785e;}
	#scrollBubbleBtn:hover{color:#000;}

	#bubbleBtn::after{
		content:'';
		position:absolute;top:-20px;left:-10px;width:50px;height:70px;background:#fff;opacity:.0;
	}
	#scrollBubbleBtn::after{
		content:'';
		position:absolute;top:-20px;left:-10px;width:50px;height:70px;background:#fff;opacity:.0;
	}


/*dd menu1*/
.menu-container {
	background-color: rgba(149,120,94,.8);/*#95785E*/
	clip-path: circle(71.1% at 35% 17%);
	-webkit-clip-path: circle(71.1% at 35% 17%);
	-moz-clip-path: circle(71.1% at 35% 17%);
	color: #fff;cursor: pointer;
	border-radius: 0;
	position: fixed;/*position: absolute;*/
  width: 0px;height: 0px;left: 0px;top: 0px;
  z-index:48;
  -webkit-transition: all 0.4s;transition: all 0.4s;
}
.menu-container.full-menu {
	clip-path: circle(71.1% at 35% 17%);
	-webkit-clip-path: circle(71.1% at 35% 17%);
	-moz-clip-path: circle(71.1% at 35% 17%);
  background-color: rgba(149,120,94,1);/*#95785E*/
  padding: 0 !important;
 position: fixed;  /*position: absolute;*/
  width:450px;height:350px;left: 0;top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#bubbleLogo{display:block;position:absolute;width:150px;top:18px;left:15px;padding:10px;z-index:66;}
#bubbleLogo img {max-height: 120px;}
#bubbleLogo svg {max-height: 116px;}
.xbubbleBtn{font-size:24px;padding-left:0px;position:absolute;top:72px;left:160px;color:#fff;}
.xbubbleBtn:hover{color:#000;}
.bubleNav{position:absolute;top:110px;left:166px;}
.bubleNav ul{list-style:none;margin:0;padding:0;}
.bubleNav li{margin-bottom:10px;}
.bubleNav li:last-child {margin-bottom: 0;}
.bubleNav li a, .bubleNav li a:focus{color:rgba(255,255,255,.75);font-size:16px;line-height:20px;font-weight:600;transition: 0.3s;}
.bubleNav li.active a, .bubleNav li a:hover{color:rgba(255,255,255,1);}

	.sidebar-nav{position: relative;}
	.startNav{position:absolute;top:58px;right:50px;z-index:60;width:200px;text-align:right;opacity:1;-webkit-transition: all 0.4s;transition: all 0.4s;}
	.startNav ul{list-style:none;margin:0;padding:0;}
	.startNav li{margin-bottom:12px;}
	.startNav li:last-child {margin-bottom: 0;}
	.startNav li a, .startNav li a:focus{color:rgba(149,120,94,.75);font-size:24px;line-height:26px;font-weight:600;transition: 0.4s;}
	/*.startNav li a, .startNav li a:focus{color:rgba(149,120,94,.75);font-size:16px;line-height:20px;font-weight:600;transition: 0.4s;}*/
	.startNav li.active a, .startNav li a:hover{color:rgba(149,120,94,1);}
	.sidebar-nav .icon_smenu{-webkit-transition: all .4s;transition: all .4s;position:relative;z-index:65;}
	.indexpage .sidebar-nav .icon_smenu{color:#F6F5FA;-webkit-transition: all 0.4s;transition: all 0.4s;}
	.page-scrolled .startNav{right:-400px;width:200px;opacity:.1;-webkit-transition: all 0.4s;transition: all 0.4s;}
	.page-scrolled .sidebar-nav .icon_smenu{color:#95785e;-webkit-transition: all 0.4s;transition: all 0.4s;}
	.page-scrolled.indexpage .sidebar-nav .icon_smenu.active{color:#95785e;}
	.page-scrolled .sidebar-nav .icon_smenu.active:hover, .page-scrolled .sidebar-nav .icon_smenu:hover{color:#000;}

/*
	.sidebarNav{position:fixed;top:95px;right:-50px;z-index:60;width:0px;height:0; text-align:right;opacity:0;-webkit-transition: all 1s;transition: all 1s;clip-path: circle(50.0% at 64% 50%);-webkit-clip-path: circle(50.0% at 64% 50%);-moz-clip-path: circle(50.0% at 64% 50%);}
	.sidebarNav ul{list-style:none;margin:0;padding:50px 70px 50px 50px;}
	.sidebarNav li{margin-bottom:10px;}
	.sidebarNav li:last-child {margin-bottom: 0;}
	.sidebarNav li a, .startNav li a:focus{color:rgba(149,120,94,.75);font-size:16px;line-height:20px;font-weight:600;transition: 0.4s;}
	.sidebarNav li.active a, .sidebarNav li a:hover{color:rgba(149,120,94,1);}
	.sidebarNav.full-menu{position:fixed;top:95px;right:0px;width:315px;height:315px; opacity:1;-webkit-transition: all 1s;transition: all 1s;background:rgba(246,245,250,1);
	clip-path: circle(50.0% at 64% 50%);-webkit-clip-path: circle(50.0% at 64% 50%);-moz-clip-path: circle(50.0% at 64% 50%);
	}
	.micon-monumente_menu.xbtnc::before {font-family: bootstrap-icons !important; content: "\f62a";font-size:32px; }
*/

/*
	.sidebarNav{position:fixed;top:95px;right:-50px;z-index:60;width:0px;height:0; text-align:right;opacity:0;background:rgba(149,120,94,.8);-webkit-transition: all 0.4s;transition: all 0.4s;clip-path: circle(50.0% at 64% 50%);-webkit-clip-path: circle(50.0% at 64% 50%);-moz-clip-path: circle(50.0% at 64% 50%);}
	.sidebarNav ul{list-style:none;margin:0;padding:50px 70px 50px 50px;}
	.sidebarNav li{margin-bottom:10px;}
	.sidebarNav li:last-child {margin-bottom: 0;}
	.sidebarNav li a, .startNav li a:focus{color:rgba(255,255,255,.75);font-size:16px;line-height:20px;font-weight:600;transition: 0.4s;}
	.sidebarNav li.active a, .sidebarNav li a:hover{color:rgba(255,255,255,1);}
	.sidebarNav.full-menu{position:fixed;top:95px;right:0px;width:315px;height:315px; opacity:1;-webkit-transition: all 0.4s;transition: all 0.4s;background:rgba(149,120,94,1);
	clip-path: circle(50.0% at 64% 50%);-webkit-clip-path: circle(50.0% at 64% 50%);-moz-clip-path: circle(50.0% at 64% 50%);
	}
	.micon-monumente_menu.xbtnc::before {font-family: bootstrap-icons !important; content: "\f62a";font-size:32px;color:rgba(255,255,255,.75);}
	.micon-monumente_menu.xbtnc:hover::before{color:rgba(255,255,255,1);}
*/


	.sidebarNav{position:fixed;top:65px;right:-50px;z-index:60;width:0px;height:0; text-align:right;opacity:0;background:rgba(149,120,94,.8);-webkit-transition: all 0.4s;transition: all 0.4s;clip-path: circle(50.0% at 64% 50%);-webkit-clip-path: circle(50.0% at 64% 50%);-moz-clip-path: circle(50.0% at 64% 50%);}
	.sidebarNav ul{list-style:none;margin:0;padding:90px 80px 50px 50px;}
	.sidebarNav li{margin-bottom:12px;}
	.sidebarNav li:last-child {margin-bottom: 0;}
	.sidebarNav li a, .startNav li a:focus{color:rgba(255,255,255,.75);font-size:24px;line-height:26px;font-weight:600;transition: 0.4s;}
	.sidebarNav li.active a, .sidebarNav li a:hover{color:rgba(255,255,255,1);}
	.sidebarNav.full-menu{position:fixed;top:65px;right:0px;width:415px;height:415px; opacity:1;-webkit-transition: all 0.4s;transition: all 0.4s;background:rgba(149,120,94,1);
	clip-path: circle(50.0% at 64% 50%);-webkit-clip-path: circle(50.0% at 64% 50%);-moz-clip-path: circle(50.0% at 64% 50%);
	}
	.micon-monumente_menu.xbtnc::before {font-family: bootstrap-icons !important; content: "\f62a";font-size:32px;color:rgba(255,255,255,.75);}
	.micon-monumente_menu.xbtnc:hover::before{color:rgba(255,255,255,1);}
	.micon-monumente_menu.cmmb.xbtnc::before {font-family: bootstrap-icons !important; content: "\f62a";font-size:32px;color:rgba(149,120,94,.75);}
	.micon-monumente_menu.cmmb.xbtnc:hover::before{color:rgba(149,120,94,1);}


/* header with hero */
#mheader.hero{position:relative;height:auto;margin-bottom:40px;background:#F6F5FA;}
.hero .mfor_limiter{width:100%;}
.hero .top-nav{position:absolute;}
.hero .container-fluid{padding:0;}

#hero {
  width: 100%;
  height: 100vh;background: #F6F5FA;
  overflow: hidden;position: relative;
}
@media (max-height: 500px) {
  #hero {height: 150vh;}
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {position: absolute;top: 0;right: 0;left: 0; bottom: 0;}
#hero .carousel-item {background-size: contain;background-position: center;background-repeat: no-repeat;}
/*
#hero .carousel-item {background-size: cover;background-position: center;background-repeat: no-repeat;}
*/
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
#hero .carousel-container {
  display: flex;justify-content: center;align-items: center;
  position: absolute;bottom: 0; top: 60px; left: 80px;  right: 80px;
}
#hero .container {text-align: center;}
#hero h2 {color: #fff;margin-bottom: 30px;font-size: 48px;font-weight: 700;}
#hero p {width: 90%;margin: 0 auto 30px auto;color: #9c7d64;line-height:26px;font-weight:400;}
@media (min-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {

}
@media (min-width: 1024px) {
  #hero p {
    width: 90%;
  }
}

#hero .carousel-fade {overflow: hidden;}
#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}
#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;transition: 0.5s;
}
#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {width: 5%;}
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {background: none;font-size: 32px;line-height: 1;}
#hero .carousel-indicators li {cursor: pointer;}
#hero .carousel-indicators [data-bs-target] {background-color: #95785e;}
#hero .carousel-indicators .active { opacity: 1;}
#hero .carousel-control-prev, #hero .carousel-control-next {color: #95785e;}
#hero .carousel-control-prev:hover, #hero .carousel-control-prev:focus,
#hero .carousel-control-next:hover, #hero .carousel-control-next:focus {color: #95785e;opacity: 0.9;}
#hero .carousel-control-prev {left: 0;}
#hero .carousel-control-next {right: 60px;}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;border:2px solid #9c7d64;
  transition: 0.5s;
	margin: 10px auto 30px auto;
  color: #9c7d64;background:#f9f7f7;
}
#hero .btn-get-started:hover {background: #9c7d64;color: #f9f7f7;}











/*END HERO*/

.nav-sidebar{background:none;/*#fff*/height:100%;right:0;width:76px;z-index:45;transition: background ease-in-out .5s}
.nav__wrapper-fixed{
    background: inherit;width: 76px;height: 100vh;display: flex;flex-direction: column;align-items: center;justify-content:start;/* space-between */position: fixed;top: 0;right: 0;padding: 24px 0;
    transition: background ease-in-out .5s;z-index:45;
}




@media(max-width:767px) {
    .nav__wrapper-fixed {background: #fff;top: auto;bottom: 0;padding: 0;height:0px;width: 60px;border-radius: 78px 0 0 0;}
}

@media(max-width:1024px) and (max-height:700px) and (orientation:landscape) {
    .nav__wrapper-fixed {background: #fff;top: auto;bottom: 0;padding: 0;height: 56px;width: 60px;border-radius: 78px 0 0 0;}
}


@media(max-width:767px) {
    .nav-sidebar {height: 0}
}
@media(max-width:1024px) and (max-height:700px) and (orientation:landscape) {
    .nav-sidebar {height: 0}
}




.button_reset {padding: 0;cursor: pointer;border: none;background-color: transparent;background-repeat: no-repeat}
.button_reset:focus {outline: 0}

@media(max-width:767px) {
    .button_search {top: 8px}
}
@media(max-width:1024px) and (max-height:700px) and (orientation:landscape) {
    .button_search {top: 8px;right: 16px}
}
@media(max-width:767px) {
    .nav__search {
        display: none;
    }
}
@media(max-width:1024px) and (max-height:700px) and (orientation:landscape) {
    .nav__search {
        display: none;
    }
}
.icon_search {width: 42px;height: 42px;font-size: 24px;text-align:right;padding:8px;line-height:42px;color:#95785e;cursor: pointer;margin-top:3px;}
.icon_search:hover{color:#000;}
.nav__menu-icon {cursor: pointer;display: flex;flex-direction: column;align-items: flex-start;position: relative;height: 42px;width: 42px;padding: 8px;margin-top:50px;}
.nav__menu-sidebar {cursor: pointer;display: flex;flex-direction: column;align-items: flex-start;position: relative;height: 42px;width: 42px;padding: 8px;margin-top:50px;}

.icon_smenu {width: 42px;height: 42px;font-size: 16px;text-align:right;padding:8px;line-height:26px;color:#95785e;cursor: pointer;margin-top:50px;}
.icon_smenu:hover{color:#000;}

a.btn-mob-nav{display:block;top:30px;right:30px;width: 42px;height: 42px;font-size: 16px;text-align:right;padding:8px;line-height:26px;color:#95785e;cursor: pointer;position:absolute;}
a.btn-mob-nav:hover{color:#000;}



@media(max-width:1024px) and (max-height:700px) and (orientation:landscape) {
    .nav__menu-icon {height: 64px;width: 64px;padding: 20px 12px 12px 20px}
}
@media(max-width:767px) {
    .nav__menu-icon {height: 64px;width: 64px;padding: 20px 12px 12px 20px}
}
.nav__menu-icon-line {position: absolute;background: #95785e;width: 28px;height: 2px;margin-left:0;transition: transform ease-in-out .5s;}
.nav__menu-icon-line_1 {transform: translateY(9px);}
.nav__menu-icon-line_2 {transform: translateY(18px);width: 23px;margin-left:5px;}
.nav__menu-icon-line_3 {transform: translateY(27px);width: 18px;margin-left:10px;}

.nav__menu-icon:hover .nav__menu-icon-line{background: #000;}

.nav__menu-icon_close .nav__menu-icon-line_1 {
    transform: translateY(13px) rotate(45deg)
}

.nav__menu-icon_close .nav__menu-icon-line_2 {
    transform: translateY(13px) rotate(-45deg);
    width: 28px
}

.nav__links-wrapper {
    display: flex;flex-direction: column;position:relative;z-index: 66;
}
@media(max-width:767px) {
    .nav__links-wrapper {display: none}
}
@media(max-width:1024px) and (max-height:700px) and (orientation:landscape) {
    .nav__links-wrapper {display: none}
}

.nav__link {
    font-size: calc(16px + (18 - 16) * (100vw - 768px)/(1920 - 240));
    text-decoration: none;
    color: #95785e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3
}

.nav__link:link,.nav__link:visited,.nav__link:active,.nav__link:focus {color: #95785e}
.nav__link:hover {color: #000}
.nav__link_horizontal {writing-mode: vertical-rl;text-orientation: mixed}

.nav__icon{font-size:24px;text-align:right;}
.nav__icon{color: #95785e;}
.nav__icon:hover{color: #000;}
.nav__icon_margin_96 {margin-top: 96px}
.nav__icon_margin_32 {margin-top: 32px}
.nav__icon_margin_20 {margin-top: 20px}
.nav__icon_margin_sb{margin-top:200px;}



/*
 CONTACT
 * */
	.mfor-s_limiter{width: calc(100% - 80px);padding-left:15px;}	/*width: calc(100% - 76px);*/
	.section-band{padding-bottom:40px;}
	.block-title__inner-wrapper {position: sticky;top: 0;display: flex;justify-content: center;/*height: 100vh;*/}
	.block-title {flex-grow: 1;display: flex;justify-content:center}
	.block-title.noutati{flex-grow: 1;display: flex;justify-content:start}

@media(max-width:767px) {
    .block-title_md-down_display-none {display: none}
}

@media(min-width:768px) and (max-width:1023px) {
    .block-title_md-down_display-none {display: none}
}

.heading {margin: 0;color: #e8e2dd;line-height: 1;font-weight: 600;}
.heading_size_xl {font-size: calc(48px + (144 - 48) * (100vw - 240px)/(1920 - 240));letter-spacing: .01em}
.heading_size_lg {font-size: calc(56px + (240 - 56) * (100vw - 240px)/(1920 - 240));letter-spacing: .02em}
.heading_size_md {font-size: calc(48px + (120 - 48) * (100vw - 240px)/(1920 - 240));line-height: 1.1}
.heading_size_sm {font-size: calc(24px + (32 - 24) * (100vw - 240px)/(1920 - 240))}
.heading_size_xs {font-size: calc(16px + (24 - 16) * (100vw - 240px)/(1920 - 240))}
.heading_color_inverse {color: #fff}

.heading_stroke {color: transparent;-webkit-text-stroke: 1px #f4c;line-height: 1.2;letter-spacing: .08em}
.heading_stroke_size_l {font-size: calc(96px + (180 - 96) * (100vw - 240px)/(1920 - 240))}
.heading_stroke_size_m {font-size: calc(36px + (96 - 36) * (100vw - 240px)/(1920 - 240));letter-spacing: .02em}
.heading_stroke_size_s {letter-spacing: 2px}
@media(max-width:767px) {
	.heading_stroke_size_s {font-size: 32px}
}

.heading_writing-mode_vertical-rl {
    font-size: calc(80px + (80 - 74) * (100vw - 1440px)/(1920 - 1440));
    /*font-size:110px;*/
    writing-mode: vertical-rl;text-orientation: mixed;user-select: none;text-align:left;padding-bottom:60px;
}
#mmforpage.page-scrolled .heading_writing-mode_vertical-rl{padding-top:70px;}
#mmforpage.page-scrolled .block-title.noutati{padding-top:80px;}
.heading_writing-mode_vertical-rl.lastitem{padding-bottom:0px;}
/*.mmfiltercol{padding-left:0;}*/



@media(max-width:767px) {
    .heading_writing-mode_vertical-rl {font-size: calc(44px + (72 - 44) * (100vw - 240px)/(1024 - 240))}
}
@media(min-width:768px) and (max-width:1023px) {
    .heading_writing-mode_vertical-rl {font-size: calc(48px + (72 - 48) * (100vw - 240px)/(1024 - 240))}
}

.heightauto{height:auto !important;}
.stick40{top:40px;z-index:20;}

.section-cover{margin-bottom:40px;}
.section-cover img{width:100%;}
.section-cover iframe{width:100%;height:450px;}

.contactbox{margin-bottom:40px;}
.borderw80{width:50%;margin-bottom:10px;height:2px;background:#1d1d1d;}
.borderw100{width:100%;margin-bottom:10px;height:2px;background:#1d1d1d;}
.contact-s-title{margin-bottom:10px;color:#95785e;font-weight:600;font-size:40px;line-height:40px;}
.contact-s-info{font-size:20px;line-height:26px;}
.contact-s-info, .contact-s-info a{color:#000;}

.contact-ibox{margin-top:40px;}
.contact-img{width:100%}
.contact-img img{width:100%;}

.cborderw80{width:50%;margin-bottom:10px;height:10px;background:#95785e;}
.ccontact-s-title{margin-bottom:10px;color:#95785e;font-weight:600;font-size:50px;line-height:60px;}
.ccontact-sub-title{margin-bottom:10px;color:#000;font-weight:500;font-size:30px;line-height:30px;}
.ccontact-s-info{font-size:20px;line-height:26px;}
.ccontact-s-info, .ccontact-s-info a{color:#000;}
.ccontact-p-title{margin-bottom:10px;color:#000;font-weight:600;font-size:50px;line-height:60px;}
.program-info{margin-bottom:30px;}


.program-ibox{margin-top:80px;position:relative;font-size:20px;line-height:30px;color:#000;padding-bottom:150px;/*font-family: 'Gotham Book';*/}
.program-ibox a{color:#000;}

/*
 achizitii publice
 * */
#cover-achizitii {
  background: url(../img/achizitii/cover-achizitii.jpg) fixed 50% 0%;
  /* background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/achizitii/cover-achizitii.jpg) fixed 50% 0%;*/
  background-size: cover;
  height:450px;
}

#cover-monumentv {
  background: url(../img/monumente/cover-monument.jpg) fixed 50% 0%;
  /* background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/achizitii/cover-achizitii.jpg) fixed 50% 0%;*/
  background-size: cover;
  height:450px;
}


/*
 Achizitii
 * */
	.achizitiipublice{}
	.achizitiebox{margin-bottom:60px;}
	.border-aw80{width:50%;margin-bottom:10px;height:10px;background:#95785e;}
	.achizitie-s-title{margin-bottom:30px;color:#000;font-weight:600;font-size:30px;line-height:32px;}
	.achizitie-box1{width:100%;}
	.achizitie-box2{width:100%;}
	.achizitie-s-info a{color:#000;display:block;border:1px solid rgba(149,120,94,.85);padding:10px 10px;font-size:18px;line-height:20px;font-weight:500;margin-bottom:20px;transition: all 0.3s ease-in-out;}
	.achizitie-s-info a.inactive{color:#aaa;}
	.achizitie-s-info a:hover{border:1px solid rgba(149,120,94,1);color:#fff;background:rgba(149,120,94,1)}
	.achizitie-s-info a.inactive:hover{	
		color:#aaa;background:#fff;display:block;border:1px solid rgba(149,120,94,.85);padding:10px 10px;font-size:18px;line-height:20px;font-weight:500;margin-bottom:20px;transition: all 0.3s ease-in-out;
	}
	.achizitie-s-info .bt-info{position:relative;}
	.achizitie-s-info .bt-info img{height:30px;padding-right:10px;}
	.achizitii-pub-box{padding-top:60px;padding-bottom:60px;}

.achizitie-s-info.event a{border:1px solid rgba(93,216,232,.85);}
.achizitie-s-info.event a:hover{border:1px solid rgba(93,216,232,1);color:#fff;background:rgba(93,216,232,1)}


	.ac-box{margin-bottom:40px;}
	.borderw80{width:50%;margin-bottom:10px;height:2px;background:#1d1d1d;}
	.ac-box-title{margin-bottom:10px;color:#000;font-weight:500;font-size:18px;line-height:22px;}
	.ac-box-title.monument-view{font-size:18px;line-height:22px;}
	.ac-img{margin-bottom:10px;}
	.ac-img img{width:100%;}
	.ac-box-tlink{margin-bottom:20px;color:#000;font-weight:600;font-size:30px;line-height:32px;}
	.borderddw80{width:45%;margin-bottom:10px;height:10px;background:#95785e;}
	.mtop20{margin-top:20px;}
	.ac-box-tdesc{margin-bottom:20px;color:#494949;font-weight:400;font-size:14px;line-height:24px;}
	.ac-box-tlink2{margin-bottom:20px;color:#000;font-weight:600;font-size:60px;line-height:64px;}

	.ac-box-tdesc.ftext{margin-bottom:20px;color:#494949;font-weight:400;font-size:14px;line-height:24px;}
	.ac-box-tdesc.ftext p{margin-bottom:15px;}
	.ac-box-tdesc.ftext h4{font-weight:500;font-size:18px;line-height:20px;}

/*
 transparenta
 * */
#cover-transparenta2 {
	/*background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/transparenta/cover-transparenta.jpg) fixed 50% 0%;*/
  background: url(../img/transparenta/cover-transparenta.jpg) fixed 50% 0%;
  background-size: cover;
  height:450px;
}
#cover-transparenta {
  /*background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/hero/transparenta.jpg) fixed 50% 0%;*/
  background: url(../img/hero/transparenta.jpg) fixed 50% 0%;
  background-size: cover;
  height:450px;
}
#cover-despre {
  background: url(../img/hero/despre.jpg) fixed 50% 0%;
  /*background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/hero/despre.jpg) fixed 50% 0%;*/
  background-size: cover;
  height:450px;
}



/*
 Transparenta
 * */


	.achizitie-s-info .bt-info2 img{height:60px;padding-right:10px;float:left;}
	.ac-box-tlink2{margin-bottom:10px;color:#95785e;font-weight:600;font-size:30px;line-height:32px;}

/*
 Despre
 * */
	.echipabox{margin-bottom:60px;max-width:300px;}
	.ac-box-tdesc.echipa{font-style:italic;}
	.ac-box-tdesc.echipa p{margin-bottom:15px;}
	.headlinebox{max-width:300px;}
	.ac-box-tlink.headline{margin-bottom:20px;color:#000;font-weight:600;font-size:50px;line-height:54px;}
	.ac-box-tdesc.headline{margin-bottom:20px;color:#494949;font-weight:400;font-size:18px;line-height:24px;}

	#sechipa.section-band{padding-bottom:0px;}
	.declaratie-button{text-align:center;max-width:300px;margin:0 auto;}
	.hsection-wrap{margin-bottom:10px;}
	.hsection-title{font-size: 24px;color: #3DACEF;padding-bottom: 5px;margin-bottom: 15px;border-bottom: medium solid #1495F0;font-weight:400;}


/*
Noutati
 */
	.section-nav{width:100%;max-width:210px;}
	.section-nav-title{margin-bottom:20px;font-weight:600;font-size:22px;line-height:30px;/*color:#95785e;*/color:#000;}
	.section-nav ul{margin:0;padding:0;list-style:none}
	.section-nav li{border-bottom:1px solid #1D1D1D;padding-bottom:4px; margin:5px 0px;}
	.section-nav li a{display:block;color:#000;font-size:14px;line-height:24px; transition: all 0.3s ease-in-out;font-weight:500;}/*padding:4px 0px;*/
	.section-nav li a span{padding-rigth:24px;}
	.section-nav li a:hover{color:#95785e;}
	.section-nav li:first-child {border-bottom:1px solid #1D1D1D;margin-top:0;}


	.btn-viewmore{font-weight:500;}
	a.btn-viewmore:focus{color:#9c7d64;}
	.colspacern{height:20px;margin-bottom:25px;}
	.info-docs{font-size:18px;line-height:20px; font-weight:500;margin-bottom:30px;}
	.wrap-noutati-view{max-width:300px;}
	.wrap-dw-fisa{max-width:350px;margin: 0 auto;}
	.wrap-dw-project{max-width:400px;}
	
	.section-nav .filter-list{margin-bottom:40px;}
	.filter-second{}
	.wrap-dw-sidebar{max-width:50%;}
	.wrap-view-sidebar{/*max-width:75%;*/max-width:250px;text-align:center;}

	.view-all-wrap{text-align:right;}
	.btn-dw-docs{color:#000;font-weight:500;font-size:18px;line-height:24px;}
	.btn-dw-docs i{font-size:22px;line-height:24px;}
	.btn-dw-docs:hover{color:#95785e;}

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

	.touppercase{text-transform:uppercase;}
	.monument-s-info a{color:#000;display:block;border:0px solid rgba(149,120,94,.7);padding:6px 10px;font-size:18px;line-height:20px;font-weight:500;margin-bottom:20px;transition: all 0.3s ease-in-out;}
	.monument-s-info a:hover{border:0px solid rgba(149,120,94,1);color:rgba(149,120,94,.9);}
	.monument-s-info .bt-info{position:relative;}
	.monument-s-info .bt-info img{height:30px;padding-right:10px;}
	.monument-box2{width:100%;max-width:450px;}
	.wrap-patrimoniu-view{max-width:400px;}
	.proiecte-hbox-tdesc.statuivii{max-width:200px;line-height:24px;}
	

/*
Home
 * 
 */

	.cultebox{margin-bottom:60px;}
	.culte-s-title{margin-bottom:10px;color:#000;font-weight:600;font-size:80px;line-height:82px;position:relative;}
	.culte-s-title a{color:#000;}
	.culte-s-title a:hover{color:#95785e;}
/*
	.culte-s-title::after {
	  content: "";
	  position: absolute;display: block;height: 10px;bottom: 0;background: #95785e;
	  width: calc(50% - var(--bs-gutter-x) * .5);
	  left: calc(50% + var(--bs-gutter-x) * .5);
	}
*/
	.borderw100.bronzband{height: 10px;background: #95785e;}
	
	.culte-box-title{margin-bottom:10px;color:#000;font-weight:500;font-size:20px;line-height:24px;}
	.culte-sb-title{margin-bottom:20px;color:#000;font-weight:600;font-size:30px;line-height:32px;color:#000;}
	.culte-sb-title a{color:#000;}
	.culte-sb-title a:hover{color:#95785e;}
	.monu-box-tdesc{margin-bottom:20px;color:#494949;font-weight:400;font-size:16px;line-height:26px;max-width:95%;}
	.monument-map-img{margin-bottom:40px;}
	.monument-map-img img{width:100%;}
	.proiecte-hbox{background:#95785e;padding:30px 60px 30px 30px;
	-webkit-border-bottom-right-radius: 150px;
	-moz-border-radius-bottomright: 150px;
	border-bottom-right-radius: 150px;
	}
	.proiecte-hbox-title{margin-bottom:20px;color:#fff;font-weight:600;font-size:40px;line-height:42px;}
	.proiecte-hbox-title a{color:#fff;}
	.proiecte-hbox-title a:hover{color:#000;}
	.proiecte-hbox-tdesc{margin-bottom:20px;color:#fff;font-weight:400;font-size:16px;line-height:26px;}
	.statuie-wrapper{padding-bottom:60px;}
	.statuie-hero{width:100%;height:100%;min-height:400px;}
	.statuie-braker{margin-bottom:30px;}
	.statuie-box-tdesc{margin-bottom:0px;color:#494949;font-weight:400;font-size:14px;line-height:20px;max-width:95%;}
  	.statuie-img{margin-bottom:0px;}
	.statuie-img img{width:100%;}
/**/
	h2.cult-view{text-align:center;}
	h4.cult-view{}
	.cult-view-cod{font-weight:bold;margin-bottom:10px;}
	h4.cult-view.t-center{text-align:center;}
	.cult-view-location{font-weight:bold;margin-bottom:10px;}
	.cult-view-text{}
	.cult-view-img{margin-bottom:20px;text-align:center;}
	.cult-view-img img{width:100%;max-width:740px;}
	.cult-view-img img.hero{max-width:100%;}
	.cult-view-img img.img2{padding-top:15px;}
	.cult-view-img img.img3{max-width:370px;}
	.cult-view-img-label{font-weight:400;margin:0 auto 20px auto;; width:100%;max-width:740px;}
	
/**/
.statuivii .borderstatui{max-width:400px;}
.statuivii .culte-sb-title{font-size:40px;line-height:42px;}
.statuivii .instabox{font-size:24px;line-height:32px;font-weight:300;margin-top:20px;margin-bottom:20px;}
.statuivii .instabox .heightl{font-weight:400;}

.eventSlider {padding: 0px 0 0px 0;margin-bottom:60px;}
.eventSlider .achizitiebox{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:20px;}
/*.eventSlider .achizitiebox{padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5);margin-bottom:20px;}*/
.eventSlider img {opacity: 1;transition: 0.3s;}
.eventSlider img:hover {opacity: 0.5;}
.eventSlider .swiper-pagination {margin-top: 0px;position: relative;}
.eventSlider .swiper-pagination .swiper-pagination-bullet {width: 14px;height: 14px;background-color: #fff;opacity: 1;border: 1px solid #95785e;}
.eventSlider .swiper-pagination .swiper-pagination-bullet-active {background-color: #95785e;}


#statuiSlider {padding: 40px 0 60px 0;margin-bottom:60px;}
#statuiSlider .achizitiebox{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:20px;}
/*#statuiSlider .achizitiebox{padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5);margin-bottom:20px;}*/
#statuiSlider img {opacity: 1;transition: 0.3s;}
#statuiSlider img:hover {opacity: 0.5;}
#statuiSlider .swiper-pagination {margin-top: 0px;position: relative;}
#statuiSlider .swiper-pagination .swiper-pagination-bullet {width: 14px;height: 14px;background-color: #fff;opacity: 1;border: 1px solid #95785e;}
#statuiSlider .swiper-pagination .swiper-pagination-bullet-active {background-color: #95785e;}

#sculptorSlider {padding: 40px 0 60px 0;margin-bottom:60px;}
#sculptorSlider .achizitiebox{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:20px;}
/*#sculptorSlider .achizitiebox{padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5);margin-bottom:20px;}*/
#sculptorSlider img {opacity: 1;transition: 0.3s;}
#sculptorSlider img:hover {opacity: 0.5;}
#sculptorSlider .swiper-pagination {margin-top: 0px;position: relative;}
#sculptorSlider .swiper-pagination .swiper-pagination-bullet {width: 14px;height: 14px;background-color: #fff;opacity: 1;border: 1px solid #95785e;}
#sculptorSlider .swiper-pagination .swiper-pagination-bullet-active {background-color: #95785e;}

#sculptorSlider.events {padding: 40px 0 60px 0;margin-bottom:60px;}
#sculptorSlider.events .achizitiebox{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:20px;}
/*#sculptorSlider .achizitiebox{padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5);margin-bottom:20px;}*/
#sculptorSlider.events img {opacity: 1;transition: 0.3s;}
#sculptorSlider.events img:hover {opacity: 0.5;}
#sculptorSlider.events .swiper-pagination {margin-top: 0px;position: relative;}
#sculptorSlider.events .swiper-pagination .swiper-pagination-bullet {width: 14px;height: 14px;background-color: #fff;opacity: 1;border: 1px solid #5dd8e8;}
#sculptorSlider.events .swiper-pagination .swiper-pagination-bullet-active {background-color: #5dd8e8;}


#instaSlider {padding: 40px 0 20px 0;margin-bottom:60px;}
#instaSlider img {opacity: 1;transition: 0.3s;}
#instaSlider img:hover {opacity: 0.5;}
#instaSlider .swiper-pagination {margin-top: 10px;position: relative;}
#instaSlider .swiper-pagination .swiper-pagination-bullet {width: 14px;height: 14px;background-color: #fff;opacity: 1; border: 1px solid #95785e;}
#instaSlider .swiper-pagination .swiper-pagination-bullet-active {background-color: #95785e;}

#monumentSlider {padding: 40px 0 60px 0;margin-bottom:60px;}
#monumentSlider .achizitiebox{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:20px;}
/*#monumentSlider .achizitiebox{padding-right:calc(1.5rem * .5);padding-left:calc(1.5rem * .5);margin-bottom:20px;}*/
#monumentSlider img {opacity: 1;transition: 0.3s;}
#monumentSlider img:hover {opacity: 0.5;}
#monumentSlider .swiper-pagination {margin-top: 0px;position: relative;}
#monumentSlider .swiper-pagination .swiper-pagination-bullet {width: 14px;height: 14px;background-color: #fff;opacity: 1;border: 1px solid #95785e;}
#monumentSlider .swiper-pagination .swiper-pagination-bullet-active {background-color: #95785e;}

.custom-search{margin-bottom:40px;}
.searchword{color:#95785e;}
.centenarlogo{padding-top:120px;}
.footermidd{padding-left:60px;}
	.fild_name{color:#333;font-weight:400;}
	.monum-prop-item{margin-bottom:10px;}
/**/

#menu-bk {
	position: fixed;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;
	z-index: 44;
	visibility: hidden;
	justify-content: center;
	align-items: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display: flex;
    flex-wrap: wrap;
    background:rgba(149,120,94,.05);
}
#menu-bk.active {
	visibility: visible;
	opacity: 1;
}



/* 22. header search */
.header-form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	visibility: hidden;
	justify-content: center;
	align-items: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display: flex;
    flex-wrap: wrap;
}
.header-form.active {
	visibility: visible;
	opacity: 1;
}
.header-form .bg-lay {
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	background: rgba(0, 0, 0, 0.92);
}
.header-form .bg-lay .cross {
	position: absolute;
	color: #fff;
	cursor: pointer;
	right: 15px;
	top: 15px;
	width: 70px;
	height: 70px;
	line-height: 71px;
	text-align: center;
	background: #95785e;
	border-radius: 50%;
	font-size: 32px;
}
.header-form .bg-lay .cross:hover{
	background:rgba(149,120,94,.75);color:#fff;
	/*background: #fff;color:#95785e;*/
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.header-form .form-container {
	margin: 15px;
	max-width: 700px;
	width: 100%;
	padding: 30px;
	background: transparent;
	position: relative;
	z-index: 1;
	display: flex;
    flex-wrap: wrap;
}
.header-form .form-container button {
	width: 120px;
	height: 70px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #95785e;
	border: none;
	outline: none;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.header-form .form-container button:hover{
	background:rgba(149,120,94,.75);color:#fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.header-form .form-container input {
	width: calc(100% - 120px);
	height: 70px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	outline: none;
	padding: 20px;
}
@media (max-width: 575px) {
	.header-form .form-container {
	  padding: 1px;
	  margin: 10px;
	}
	.header-form .form-container button {
	  width: 100px;
	  font-size: 14px;
	  font-weight: 400;
	}
	.header-form .form-container input {
	  width: calc(100% - 100px);
	}
}
/**Video btn patrimoniu**/
.ac-img.videobtn{position:relative;}
.ac-img.videobtn a:hover img {opacity: 0.4;transition: 0.3s;}
.ac-img.videobtn .link-preview{
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,.1);
  border-radius:0;
  transition: 0.3s linear;
}
/*.ac-img.videobtn .link-preview {left: calc(50% - 38px);top: calc(50% - 18px);}*/
.ac-img.videobtn .link-preview {left:0;top:0;}
.ac-img.videobtn:hover .link-preview {background: rgba(0,0,0,.5);}
.ac-img.videobtn:hover .link-preview {opacity: 1;}/*left: calc(50% - 18px);*/
.ac-img.videobtn .link-preview .vplaybtn{width:140px;height:140px;display:inline-block;}
.ac-img.videobtn .link-preview .vplaybtn.sitem{width:80px;height:80px;display:inline-block;}
.ac-img.videobtn .link-preview .vplaybtn svg{width:100%;}
.ac-img.videobtn .link-preview .vplaybtn .cls-1{fill:#97785d;opacity:0.1;}
.ac-img.videobtn .link-preview .vplaybtn .cls-2{fill:#fff;opacity:0.1;}
.ac-img.videobtn:hover .link-preview i{color: #f4c;}
.ac-img.videobtn:hover .link-preview .vplaybtn .cls-1{fill:#97785d;opacity:0.9;}
.ac-img.videobtn:hover .link-preview .vplaybtn .cls-2{fill:#fff;opacity:0.66;}
.achizitiebox:hover .border-aw80.zeffect{width:100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/**Video btn patrimoniu*/
/*image mask*/	
	.img-mask{
		clip-path: polygon(0 5%, 60% 5%, 60% 0, 100% 0, 100% 100%, 20% 100%, 0 100%, 0 0);
		-webkit-clip-path: polygon(0 5%, 60% 5%, 60% 0, 100% 0, 100% 100%, 20% 100%, 0 100%, 0 0);
		-moz-clip-path: polygon(0 5%, 60% 5%, 60% 0, 100% 0, 100% 100%, 20% 100%, 0 100%, 0 0);
	}
	.img-mask2{
		clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 78%, 0 40%, 6% 40%);
		-webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 78%, 0 40%, 6% 40%);
		-moz-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 78%, 0 40%, 6% 40%);
	}
	.img-mask3{
		clip-path: polygon(0 0, 100% 0, 100% 60%, 94% 60%, 94% 100%, 28% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 94% 60%, 94% 100%, 28% 100%, 0 100%);
		-moz-clip-path: polygon(0 0, 100% 0, 100% 60%, 94% 60%, 94% 100%, 28% 100%, 0 100%);
	}
	.img-mask4{
		clip-path: polygon(0 0, 100% 0, 100% 94%, 60% 94%, 60% 100%, 0 100%, 0 75%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 60% 94%, 60% 100%, 0 100%, 0 75%);
		-moz-clip-path: polygon(0 0, 100% 0, 100% 94%, 60% 94%, 60% 100%, 0 100%, 0 75%);
	}
	.img-mask5{
		clip-path: polygon(0 0, 94% 0, 94% 60%, 100% 60%, 100% 100%, 0 100%, 0 75%);
		-webkit-clip-path: polygon(0 0, 94% 0, 94% 60%, 100% 60%, 100% 100%, 0 100%, 0 75%);
		-moz-clip-path: polygon(0 0, 94% 0, 94% 60%, 100% 60%, 100% 100%, 0 100%, 0 75%);
	}
	.img-mask6{
		clip-path: polygon(0 0, 100% 0, 100% 94%, 60% 94%, 60% 100%, 0 100%, 0 75%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 60% 94%, 60% 100%, 0 100%, 0 75%);
		-moz-clip-path: polygon(0 0, 100% 0, 100% 94%, 60% 94%, 60% 100%, 0 100%, 0 75%);
	}
	.img-mask0{
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		-moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}

	.ac-img.zeffect img{
	    -webkit-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	        -o-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}	
	.ac-img.zeffect:hover img{
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);
	}

	.ac-img a {
	/*cursor:url('https://www.mediteranea.ro/img/mag_glass.png'),auto;*/
	cursor:url('../img/mcursor.png') 40 40, pointer;
	/*cursor: url('../img/cursor.svg') 45px 45px, pointer;*/
	
	}


/*image mask*/
/*btn more proiecte 75% */
	.proiecte-more{position:relative;max-width:250px;text-align:center;}
	.proiecte-more a{color:rgba(255,255,255,1);;display:block;border:1px solid rgba(255,255,255,1);padding:10px 10px;font-size:18px;line-height:20px;font-weight:500;margin-bottom:20px;transition: all 0.3s ease-in-out;}
	.proiecte-more a:hover{border:1px solid rgba(255,255,255,1);color:rgba(149,120,94,1);background:rgba(255,255,255,1)}
/*noutati btn*/
	.noutati-more{position:relative;max-width:250px;text-align:center;}
	.noutati-more a{color:rgba(255,255,255,1);background:rgba(149,120,94,1);display:block;border:1px solid rgba(149,120,94,1);padding:10px 10px;font-size:18px;line-height:20px;font-weight:500;margin-bottom:20px;transition: all 0.3s ease-in-out;}
	.noutati-more a:hover{color:rgba(149,120,94,1);background:rgba(255,255,255,1);border:1px solid rgba(149,120,94,1);}
	
	.noutati-more a.artbtn_brown{color:rgba(255,255,255,1);background:rgba(149,120,94,1);border:1px solid rgba(149,120,94,1);}
	.noutati-more a.artbtn_brown:hover{color:rgba(149,120,94,1);background:rgba(255,255,255,1);border:1px solid rgba(149,120,94,1);}
	
	.noutati-more a.artbtn_cyan{color:rgba(255,255,255,1);background:rgba(93,216,232,1);border:1px solid rgba(93,216,232,1);}
	.noutati-more a.artbtn_cyan:hover{color:rgba(93,216,232,1);background:rgba(255,255,255,1);border:1px solid rgba(93,216,232,1);}
	
	.noutati-more a.artbtn_red{color:rgba(255,255,255,1);background:rgba(228,37,70,1);border:1px solid rgba(228,37,70,1);}
	.noutati-more a.artbtn_red:hover{color:rgba(228,37,70,1);background:rgba(255,255,255,1);border:1px solid rgba(228,37,70,1);}
/*Mentenanta*/
	.errorpage{padding-top:150px;}
	.mentenanta{background:rgba(255,255,255,.95);padding:1rem;text-align:center;}
	.mentenanta img{width:100%;max-width:600px;}
	.img-mentain{margin-top:30px;}
	.mentenanta h1{font-size:1.8rem;color:#95785e;margin-top:10px;}
	.mentenanta h4{font-size:1.2rem;color:#666;}
	.mentenanta-center{text-align:center;}
/*.mentenanta*/

#map {width:100%;height:450px;}

#resItem{width:100%;height:30px;position:fixed;top:0px;left:0px;right:0px;z-index:999;text-align:center;font-size:14px;line-height: 30px;font-weight:500;color:#fff;}
#resItem span{font-weight:bold;color:#fff;}


	.event-header{padding-bottom:40px;}
	.event-header img{max-height:140px;}
	.event-header img.evh-logo1{float:left;display:inline-block;}
	.event-header img.evh-logo2{float:right;display:inline-block;}
	.event-arc-info{}
	.event-arc-info .event-arc-header{color:#95785E;font-weight:600;font-size:26px;line-height:34px;margin-bottom:30px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:16px;line-height:24px;margin-bottom:30px;}
	.event-arc-info .event-arc-body.readmore {position: relative;max-height: 100px;overflow: hidden;margin-bottom: 20px;transition:max-height 0.15s ease-out;}
	.event-arc-info .event-arc-body.readmore.expand{max-height: 5000px !important;transition:max-height 0.35s ease-in-out;}
	.event-arc-info .event-arc-body .readmore-link{position: absolute;bottom: 0; right: 0;display: block;width:100%;height: 60px;text-align: center;color:#95785E; font-weight:600;font-size:16px;padding-top:40px; background-image: linear-gradient(to bottom, transparent, white);cursor: pointer;}
	.event-arc-info .event-arc-body .readmore-link:hover{color:#000;}
	.event-arc-info .event-arc-body .readmore-link.expand {position: relative;background-image: none;padding-top:0px;height:20px;}
	.event-arc-info .event-arc-body .readmore-link:after {content:"citește mai mult";}
	.event-arc-info .event-arc-body .readmore-link.expand:after{content:"citește mai puțin";}
	.subscribe-info{font-size:12px;line-height:16px;}





@media (min-width: 50px){
	#resItem{background:rgba(147,68,255,.75);} /*mov*/

.story-content{margin:0px 15px 20px 15px; padding-top:20px;border-top:5px solid #95785e;}
#storyModal .modal-header{padding:15px 15px;border:0;}
#map {width:100%;height: 450px;}
#mapForm {width:100%;height: 230px;}

	.achizitii-pub-box{padding-top:20px;padding-bottom:20px;}
	.ac-box-tlink.headline{margin-bottom:20px;font-size:32px;line-height:36px;}
	.statuivii .culte-sb-title{font-size:32px;line-height:36px;}
	.ac-box-tdesc.headline{margin-bottom:20px;font-size:14px;line-height:20px;}
	.achizitie-s-info a{font-size:14px;line-height:20px;margin-bottom:20px;}
	.ac-box-title{font-size:14px;line-height:20px;}
	.ccontact-s-info{font-size:14px;line-height:20px;}
	.culte-sb-title{margin-bottom:20px;font-size:22px;line-height:28px;}
	.achizitie-s-title{margin-bottom:30px;font-size:26px;line-height:32px;}

	#footer .footer-top .footer-logo{margin-left:0px;}
	#footer .footer-top .footer-logo img{width:100%;max-width:110px;}
	.footermidd{padding-left:0px;}
	.spacecol1{display:none;}
	#nlsubscribe .nl-title{font-size:22px;line-height:26px;}
	#nlsubscribe .form-check{font-size:12px;margin-top:10px;}
	#nlsubscribe .nl-newsletter{max-width:324px;margin-bottom:20px;}
	.nl-headline{text-align:center;}
	.two-columns {
	  -webkit-column-count: 1;-moz-column-count: 1;column-count: 1;
	  -webkit-column-gap: 0px;-moz-column-gap: 0px;column-gap: 0px;
	}
	.monu-box-tdesc{margin-bottom:20px;color:#494949;font-weight:400;font-size:14px;line-height:26px;max-width:95%;}
	.mfor-s_limiter{width: calc(100% - 15px);padding-left:15px;}
	#mheader .mlogo img {max-height: 94px;}
	#bubbleLogo img {max-height: 100px;}
	.top-nav{height:40px;padding-top:65px;padding-left:160px;position:relative;z-index:10;}
	.top-nav .sname{font-weight:600;font-size:20px;line-height:24px;color:#95785e;}
	#mheader{position:relative;height:146px;margin-bottom:40px;transition: all 0.5s;opacity: 1;}
	.headlinebox{max-width:98%;}
	.mforvbar{display:none;}
	.echipabox{margin-bottom:40px;max-width:98%;}
	a.btn-mob-nav{display:block;top:56px;right:8px;width: 42px;height: 42px;font-size: 16px;text-align:right;padding:8px;line-height:26px;color:#95785e;}
	a.btn-mob-nav.topband{top:36px;}
	.mfor_limiter{width: calc(100% - 60px);}
	#fixed-bar.header-scrolled .top-nav{height:40px;top:35px;left:160px;position:absolute;z-index:40;padding:0;}
	#fixed-bar.header-scrolled .top-nav .sname{font-weight:600;font-size:20px;line-height:40px;color:#95785e;}
	.top-nav{display:none;}
	.xbubbleBtn{font-size:24px;padding-left:0px;position:absolute;top:62px;left:160px;color:#fff;}
	.bubleNav{position:absolute;top:110px;left:160px;}
	.bubleNav li a, .bubleNav li a:focus{color:rgba(255,255,255,.75);font-size:14px;line-height:20px;font-weight:600;transition: 0.3s;}

	.contact-s-title{margin-bottom:10px;font-weight:600;font-size:22px;line-height:26px;}
	.ccontact-p-title{margin-bottom:10px;font-weight:600;font-size:22px;line-height:26px;}
	.contact-s-info{font-size:14px;line-height:22px;}
	.ccontact-s-title{margin-bottom:10px;font-size:40px;line-height:44px;}
	.ccontact-sub-title{margin-bottom:10px;font-size:22px;line-height:26px;}
	.program-ibox{margin-top:60px;position:relative;font-size:14px;line-height:20px;padding-bottom:20px;}
	.program-info{margin-bottom:30px;margin-top:30px;}
	.contact-info{margin-top:30px;}
	.achizitiebox.noutatiimg{margin-bottom:20px;}
	.colspacern{height:2px;margin-bottom:3px;}
	.centenarlogo{padding-top:20px;}
	.cultebox{margin-bottom:60px;}
	.culte-s-title{margin-bottom:10px;color:#000;font-weight:600;font-size:40px;line-height:42px;}
	.proiecte-hbox-title{margin-bottom:20px;color:#fff;font-weight:600;font-size:30px;line-height:36px;}
	.proiecte-hbox-tdesc{margin-bottom:20px;color:#fff;font-weight:400;font-size:14px;line-height:24px;}
	.proiecte-hbox-date{margin-bottom:20px;color:#fff;font-weight:600;font-size:24px;line-height:28px;}

	.event-header{padding-bottom:40px;}
	.event-header img{max-height:26px;}
	.event-arc-info .event-arc-header{color:#95785E;font-size:16px;line-height:24px;margin-bottom:20px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:14px;line-height:20px;margin-bottom:20px;}
	.event-arc-info .event-arc-body.readmore {max-height: 80px;margin-bottom: 20px;}
	#scontact .form-check{font-size:12px;margin-top:10px;}

	.social-share{margin-bottom:10px;}
	.line-design{width:100%;height:10px;margin-top:0px; background:#95785e;}
	.section-socialbox{font-weight:500px;}
	.section-socialbox span.section{padding-right:40px;}
	.section-socialbox a{padding:0px 10px;}
	.social-ghost{display:none;}

}
@media (min-width: 305px){
	.event-header{padding-bottom:40px;}
	.event-header img{max-height:36px;}	
}
@media (min-width: 335px){
	.event-header{padding-bottom:40px;}
	.event-header img{max-height:40px;}	
}
@media (min-width: 400px){
	.event-header{padding-bottom:40px;}
	.event-header img{max-height:50px;}	
	.event-arc-info .event-arc-header{color:#95785E;font-size:18px;line-height:26px;margin-bottom:30px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:14px;line-height:20px;margin-bottom:30px;}
	.event-arc-info .event-arc-body.readmore {margin-bottom: 40px;}
	.event-arc-info .event-arc-body{margin-bottom:30px;}
	.event-arc-info .event-arc-body.readmore {max-height: 100px;margin-bottom: 20px;}

}



@media (min-width: 576px){
	#resItem{background:rgba(255,0,127,.75);} /*magenta*/

.story-content{margin:0px 30px 30px 30px; padding-top:20px;border-top:5px solid #95785e;}
#storyModal .modal-header{padding:15px 30px;border:0;}
#map {width:100%;height: 600px;}
#mapForm {width:100%;height: 250px;}

	.achizitii-pub-box{padding-top:20px;padding-bottom:20px;}
	.ac-box-tlink.headline{margin-bottom:20px;font-size:32px;line-height:36px;}
	.statuivii .culte-sb-title{font-size:32px;line-height:36px;}
	.ac-box-tdesc.headline{margin-bottom:20px;font-size:14px;line-height:20px;}
	.achizitie-s-info a{font-size:14px;line-height:20px;margin-bottom:20px;}
	.ac-box-title{font-size:14px;line-height:20px;}
	.ccontact-s-info{font-size:14px;line-height:20px;}
	.culte-sb-title{margin-bottom:20px;font-size:22px;line-height:28px;}
	.achizitie-s-title{margin-bottom:30px;font-size:26px;line-height:32px;}

	#footer .footer-top .footer-logo{margin-left:20px;}
	#footer .footer-top .footer-logo img{width:100%;max-width:110px;}
	.footermidd{padding-left:30px;}
	.spacecol1{display:none;}
	#nlsubscribe .nl-title{font-size:22px;line-height:26px;}
	#nlsubscribe .form-check{font-size:12px;margin-top:10px;}
	#nlsubscribe .nl-newsletter{max-width:100%;margin-bottom:20px;}
	.nl-headline{text-align:center;}
	.two-columns {
	  -webkit-column-count: 1;-moz-column-count: 1;column-count: 1;
	  -webkit-column-gap: 0px;-moz-column-gap: 0px;column-gap: 0px;
	}
	.mfor-s_limiter{width: calc(100% - 15px);padding-left:15px;}
	#mheader .mlogo img {max-height: 100px;}
	#bubbleLogo img {max-height: 100px;}
	.top-nav{height:40px;padding-top:65px;padding-left:160px;position:relative;z-index:10;}
	.top-nav .sname{font-weight:600;font-size:20px;line-height:24px;color:#95785e;}
	#mheader{position:relative;height:146px;margin-bottom:40px;transition: all 0.5s;opacity: 1;}
	.headlinebox{max-width:98%;}
	.mforvbar{display:none;}
	.echipabox{margin-bottom:40px;max-width:98%;}
	a.btn-mob-nav{display:block;top:56px;right:8px;width: 42px;height: 42px;font-size: 16px;text-align:right;padding:8px;line-height:26px;color:#95785e;}
	a.btn-mob-nav.topband{top:36px;}
	.mfor_limiter{width: calc(100% - 60px);}
	#fixed-bar.header-scrolled .top-nav{height:40px;top:35px;left:160px;position:absolute;z-index:40;padding:0;}
	#fixed-bar.header-scrolled .top-nav .sname{font-weight:600;font-size:20px;line-height:40px;color:#95785e;}
	.top-nav{display:block;}
	.xbubbleBtn{font-size:24px;padding-left:0px;position:absolute;top:72px;left:160px;color:#fff;}
	.bubleNav{position:absolute;top:110px;left:166px;}

	.contact-s-title{margin-bottom:10px;font-weight:600;font-size:22px;line-height:26px;}
	.ccontact-p-title{margin-bottom:10px;font-weight:600;font-size:22px;line-height:26px;}
	.contact-s-info{font-size:14px;line-height:22px;}
	.ccontact-s-title{margin-bottom:10px;font-size:40px;line-height:44px;}
	.ccontact-sub-title{margin-bottom:10px;font-size:22px;line-height:26px;}
	.program-ibox{margin-top:40px;position:relative;font-size:14px;line-height:20px;padding-bottom:60px;}
	.program-info{margin-bottom:30px;margin-top:30px;}
	.contact-info{margin-top:30px;}
	.achizitiebox.noutatiimg{margin-bottom:20px;}
	.colspacern{height:2px;margin-bottom:3px;}

	.event-header{padding-bottom:40px;}
	.event-header img{max-height:70px;}
	.event-arc-info .event-arc-header{color:#95785E;font-size:22px;line-height:30px;margin-bottom:30px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:14px;line-height:20px;margin-bottom:30px;}
	.event-arc-info .event-arc-body.readmore {margin-bottom: 40px;}
	#scontact .form-check{font-size:14px;margin-top:10px;}
}
@media (min-width: 768px){
	#resItem{background:rgba(0,255,0,.75);} /*verde*/

	.achizitii-pub-box{padding-top:20px;padding-bottom:20px;}
	.statuivii .culte-sb-title{font-size:32px;line-height:36px;}
	.ac-box-tlink.headline{margin-bottom:20px;font-size:32px;line-height:36px;}
	.ac-box-tdesc.headline{margin-bottom:20px;font-size:14px;line-height:20px;}
	.achizitie-s-info a{font-size:14px;line-height:20px;margin-bottom:20px;}
	.ac-box-title{font-size:14px;line-height:20px;}
	.ccontact-s-info{font-size:14px;line-height:20px;}
	.culte-sb-title{margin-bottom:20px;font-size:22px;line-height:28px;}
	.achizitie-s-title{margin-bottom:30px;font-size:26px;line-height:32px;}

	#footer .footer-top .footer-logo{margin-left:20px;}
	#footer .footer-top .footer-logo img{width:100%;max-width:110px;}
	.footermidd{padding-left:30px;}
	.spacecol1{display:none;}
	#nlsubscribe .nl-title{font-size:22px;line-height:26px;}
	#nlsubscribe .form-check{font-size:12px;margin-top:10px;}
	#nlsubscribe .nl-newsletter{max-width:320px;margin-bottom:20px;}
	.nl-headline{text-align:left;}
	.two-columns {
	  -webkit-column-count: 1;-moz-column-count: 1;column-count: 1;
	  -webkit-column-gap: 0px;-moz-column-gap: 0px;column-gap: 0px;
	}
	.monu-box-tdesc{margin-bottom:20px;color:#494949;font-weight:400;font-size:14px;line-height:26px;max-width:95%;}
	
	.nav-sidebar{background:none;height:100%;right:0;width:60px;z-index:45;}
	.nav__wrapper-fixed{width: 60px;height: 100vh;padding: 24px 0;}
	.mfor-s_limiter{width: calc(100% - 64px);padding-left:15px;}
	#mheader .mlogo img {max-height: 100px;}
	#bubbleLogo img {max-height: 100px;}
	.top-nav{height:40px;padding-top:58px;padding-left:180px;position:relative;z-index:10;}
	.top-nav .sname{font-weight:600;font-size:26px;line-height:36px;color:#95785e;}
	#mheader{position:relative;height:146px;margin-bottom:40px;transition: all 0.5s;opacity: 1;}
	.headlinebox{max-width:98%;}
	.mforvbar{display:none;}
	.echipabox{margin-bottom:40px;max-width:98%;}
	a.btn-mob-nav{display:none;}
	.mfor_limiter{width: calc(100% - 20%);}
	#fixed-bar.header-scrolled .top-nav{height:40px;top:35px;left:170px;position:absolute;z-index:40;padding:0;}
	#fixed-bar.header-scrolled .top-nav .sname{font-weight:600;font-size:22px;line-height:40px;color:#95785e;}

	.contact-s-title{margin-bottom:10px;font-weight:600;font-size:30px;line-height:34px;}
	.ccontact-p-title{margin-bottom:10px;font-weight:600;font-size:30px;line-height:34px;}
	.contact-s-info{font-size:16px;line-height:22px;}
	.ccontact-s-title{margin-bottom:10px;font-size:40px;line-height:44px;}
	.ccontact-sub-title{margin-bottom:10px;font-size:24px;line-height:30px;}
	.program-ibox{margin-top:80px;position:relative;font-size:18px;line-height:26px;padding-bottom:150px;}
	.program-info{margin-bottom:30px;margin-top:0px;}
	.contact-info{margin-top:0px;}
	.section-nav{width:100%;max-width:100%;}
	.achizitiebox.noutatiimg{margin-bottom:60px;}
	.colspacern{height:20px;margin-bottom:25px;}
	.cultebox{margin-bottom:60px;}
	.culte-s-title{margin-bottom:10px;color:#000;font-weight:600;font-size:54px;line-height:56px;}
	.proiecte-hbox-title{margin-bottom:20px;color:#fff;font-weight:600;font-size:30px;line-height:36px;}
	.proiecte-hbox-tdesc{margin-bottom:20px;color:#fff;font-weight:400;font-size:14px;line-height:24px;}
	.proiecte-hbox-date{margin-bottom:20px;color:#fff;font-weight:600;font-size:24px;line-height:28px;}

	.event-header{padding-bottom:40px;}
	.event-header img{max-height:90px;}
	.event-arc-info .event-arc-header{color:#95785E;font-size:22px;line-height:30px;margin-bottom:30px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:14px;line-height:20px;margin-bottom:30px;}
	.event-arc-info .event-arc-body.readmore {margin-bottom: 20px;}
	
	.social-share{margin-bottom:30px;}
	.line-design{width:90%;height:10px;margin-top:10px; background:#95785e;}
	.section-socialbox{font-weight:500px;}
	.section-socialbox span.section{padding-right:40px;}
	.section-socialbox a{padding:0px 10px;}
	.social-ghost{display:block;}

}
@media (min-width: 992px){
	#resItem{background:rgba(255,38,38,.75);}/*rosu*/
	.achizitii-pub-box{padding-top:30px;padding-bottom:30px;}
	.statuivii .culte-sb-title{font-size:32px;line-height:36px;}
	.ac-box-tlink.headline{margin-bottom:20px;font-size:32px;line-height:36px;}
	.ac-box-tdesc.headline{margin-bottom:20px;font-size:14px;line-height:20px;}
	.achizitie-s-info a{font-size:14px;line-height:20px;margin-bottom:20px;}
	.ac-box-title{font-size:14px;line-height:20px;}
	.ccontact-s-info{font-size:14px;line-height:20px;}
	.culte-sb-title{margin-bottom:20px;font-size:22px;line-height:28px;}
	.achizitie-s-title{margin-bottom:30px;font-size:26px;line-height:32px;}

	#footer .footer-top .footer-logo{margin-left:20px;}
	#footer .footer-top .footer-logo img{width:100%;max-width:110px;}
	.footermidd{padding-left:30px;}
	.spacecol1{display:none;}
	#nlsubscribe .nl-title{font-size:22px;line-height:26px;}
	#nlsubscribe .nl-newsletter{max-width:350px;margin-bottom:0px;}
	#nlsubscribe .form-check{font-size:12px;margin-top:10px;}
	.two-columns {
	  -webkit-column-count: 1;-moz-column-count: 1;column-count: 1;
	  -webkit-column-gap: 0px;-moz-column-gap: 0px;column-gap: 0px;
	}
	.monu-box-tdesc{margin-bottom:20px;color:#494949;font-weight:400;font-size:16px;line-height:26px;max-width:95%;}
	.nav-sidebar{background:none;height:100%;right:0;width:60px;z-index:45;}
	.nav__wrapper-fixed{width: 60px;height: 100vh;padding: 24px 0;}
	.mfor-s_limiter{width: calc(100% - 64px);padding-left:15px;}
	#mheader .mlogo img {max-height: 100px;}
	#bubbleLogo img {max-height: 100px;}
	.top-nav{height:40px;padding-top:58px;padding-left:180px;position:relative;z-index:10;}
	.top-nav .sname{font-weight:600;font-size:26px;line-height:36px;color:#95785e;}
	#mheader{position:relative;height:146px;margin-bottom:40px;transition: all 0.5s;opacity: 1;}
	.headlinebox{max-width:300px;}
	.echipabox{margin-bottom:60px;max-width:300px;}
	.mforvbar{display:block;}

	.contact-s-title{margin-bottom:10px;font-weight:600;font-size:30px;line-height:34px;}
	.ccontact-p-title{margin-bottom:10px;font-weight:600;font-size:30px;line-height:34px;}
	.contact-s-info{font-size:16px;line-height:22px;}
	.ccontact-s-title{margin-bottom:10px;font-size:40px;line-height:44px;}
	.ccontact-sub-title{margin-bottom:10px;font-size:24px;line-height:30px;}
	.program-ibox{margin-top:80px;position:relative;font-size:18px;line-height:26px;padding-bottom:150px;}
	.section-nav{width:100%;max-width:210px;}

	.cultebox{margin-bottom:60px;}
	.culte-s-title{margin-bottom:10px;color:#000;font-weight:600;font-size:54px;line-height:56px;}
	.proiecte-hbox-title{margin-bottom:20px;color:#fff;font-weight:600;font-size:30px;line-height:36px;}
	.proiecte-hbox-tdesc{margin-bottom:20px;color:#fff;font-weight:400;font-size:14px;line-height:24px;}
	.proiecte-hbox-date{margin-bottom:20px;color:#fff;font-weight:600;font-size:24px;line-height:28px;}

	.event-header{padding-bottom:40px;}
	.event-header img{max-height:100px;}
.event-arc-info .event-arc-header{color:#95785E;font-size:22px;line-height:30px;margin-bottom:30px;}
.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:14px;line-height:20px;margin-bottom:30px;}
#nlsubscribe .nl-newsletter.nl-responsdesk{margin-bottom:20px;}

}
@media (min-width: 1200px){
	#resItem{background:rgba(0,255,255,.75);}/*albastru*/
	
	.achizitii-pub-box{padding-top:50px;padding-bottom:50px;}
	.statuivii .culte-sb-title{font-size:40px;line-height:42px;}
	.ac-box-tlink.headline{margin-bottom:20px;font-size:40px;line-height:44px;}
	.ac-box-tdesc.headline{margin-bottom:20px;font-size:16px;line-height:22px;}
	.achizitie-s-info a{font-size:16px;line-height:20px;margin-bottom:20px;}
	.ac-box-title{font-size:16px;line-height:22px;}
	.ccontact-s-info{font-size:16px;line-height:22px;}
	.culte-sb-title{margin-bottom:20px;font-size:26px;line-height:32px;}
	.achizitie-s-title{margin-bottom:30px;font-size:26px;line-height:32px;}

	#footer .footer-top .footer-logo{margin-left:20px;}
	#footer .footer-top .footer-logo img{width:100%;max-width:130px;}
	#nlsubscribe .nl-title{font-size:24px;line-height:28px;}
	#nlsubscribe .form-check{font-size:14px;margin-top:10px;}
	.footermidd{padding-left:60px;}
	.spacecol1{display:block;}
	.two-columns {
	  -webkit-column-count: 2;-moz-column-count: 2;column-count: 2;
	  -webkit-column-gap: 40px;-moz-column-gap: 40px;column-gap: 40px;
	}

	.nav-sidebar{background:none;height:100%;right:0;width:76px;z-index:45;}
	.nav__wrapper-fixed{width: 76px;height: 100vh;padding: 24px 0;}
	.mfor-s_limiter{width: calc(100% - 80px);padding-left:15px;}
	#mheader .mlogo img {max-height: 120px;}
	#bubbleLogo img {max-height: 120px;}
	.top-nav{height:40px;padding-top:69px;padding-left:180px;position:relative;z-index:10;}
	.top-nav .sname{font-weight:600;font-size:30px;line-height:36px;color:#95785e;}
	#mheader{position:relative;height:160px;margin-bottom:40px;transition: all 0.5s;opacity: 1;}

	.contact-s-title{margin-bottom:10px;font-weight:600;font-size:30px;line-height:34px;}
	.ccontact-p-title{margin-bottom:10px;font-weight:600;font-size:30px;line-height:34px;}
	.contact-s-info{font-size:16px;line-height:22px;}
	.ccontact-s-title{margin-bottom:10px;font-size:40px;line-height:44px;}
	.ccontact-sub-title{margin-bottom:10px;font-size:24px;line-height:30px;}
	.program-ibox{margin-top:80px;position:relative;font-size:18px;line-height:26px;padding-bottom:150px;}
	.centenarlogo{padding-top:120px;}
	.cultebox{margin-bottom:60px;}
	.culte-s-title{margin-bottom:10px;color:#000;font-weight:600;font-size:64px;line-height:66px;}
	.proiecte-hbox-title{margin-bottom:20px;color:#fff;font-weight:600;font-size:30px;line-height:36px;}
	.proiecte-hbox-tdesc{margin-bottom:20px;color:#fff;font-weight:400;font-size:14px;line-height:24px;}
	.proiecte-hbox-date{margin-bottom:20px;color:#fff;font-weight:600;font-size:24px;line-height:28px;}
	.event-header{padding-bottom:40px;}
	.event-header img{max-height:120px;}
	.event-arc-info .event-arc-header{color:#95785E;font-size:24px;line-height:32px;margin-bottom:30px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:16px;line-height:24px;margin-bottom:30px;}
	#nlsubscribe .nl-newsletter.nl-responsdesk{margin-bottom:0px;}

}
@media (min-width: 1400px){
	#resItem{background:rgba(0,76,102,.75);}/*dark gry-albastru*/
	
	.achizitii-pub-box{padding-top:60px;padding-bottom:60px;}
	.ac-box-tlink.headline{margin-bottom:20px;font-size:50px;line-height:54px;}
	.ac-box-tdesc.headline{margin-bottom:20px;font-size:18px;line-height:24px;}
	.ac-box-title{font-size:18px;line-height:22px;}
	.ccontact-s-info{font-size:18px;line-height:22px;}
	.achizitie-s-info a{font-size:18px;line-height:20px;margin-bottom:20px;}
	.culte-sb-title{margin-bottom:20px;font-size:30px;line-height:32px;}
	.achizitie-s-title{margin-bottom:30px;font-size:30px;line-height:32px;}

	#footer .footer-top .footer-logo{margin-left:50px;}
	#footer .footer-top .footer-logo img{width:100%;max-width:150px;}
	
	.contact-s-title{margin-bottom:10px;font-weight:600;font-size:40px;line-height:40px;}
	.ccontact-p-title{margin-bottom:10px;font-weight:600;font-size:50px;line-height:60px;}
	.contact-s-info{font-size:20px;line-height:26px;}
	.ccontact-s-title{margin-bottom:10px;font-weight:600;font-size:50px;line-height:60px;}
	.ccontact-sub-title{margin-bottom:10px;font-weight:500;font-size:30px;line-height:30px;}
	.program-ibox{margin-top:80px;position:relative;font-size:20px;line-height:30px;padding-bottom:150px;}
	.cultebox{margin-bottom:60px;}
	.culte-s-title{margin-bottom:10px;color:#000;font-weight:600;font-size:80px;line-height:82px;position:relative;}
	.proiecte-hbox-title{margin-bottom:20px;color:#fff;font-weight:600;font-size:40px;line-height:42px;}
	.proiecte-hbox-tdesc{margin-bottom:20px;color:#fff;font-weight:400;font-size:16px;line-height:26px;}
	.proiecte-hbox-date{margin-bottom:20px;color:#fff;font-weight:600;font-size:30px;line-height:32px;}
	.event-header{padding-bottom:40px;}
	.event-header img{max-height:140px;}
	.event-arc-info .event-arc-header{color:#95785E;font-size:26px;line-height:34px;margin-bottom:30px;}
	.event-arc-info .event-arc-body{color:#333;font-weight:400;font-size:16px;line-height:24px;margin-bottom:30px;}
}













