/*----------------------------------------*/
/*  1.  Default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0px solid;
}

img {
	max-width: 100%;
	height: auto;
}

img.photo-event {
	max-width: 100%;
	height: 250px !important;
}

.fix {
	overflow: hidden;
}

p {
	margin: 0 0 5px;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	/*font-family: "Trajan Pro";*/
	margin: 0 0 15px;
	color: #444;
	font-weight: 300;
}

h1 {
	font-size: 48px;
	line-height: 50px;
}

h2 {
	font-size: 38px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	line-height: 26px;
}

h5 {
	font-size: 20px;
	line-height: 22px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover {
	color: #3EC1D5;
	text-decoration: none;
}

a:active, a:hover {
	outline: 0 none;
}

body {
	background: #fff none repeat scroll 0 0;
	color: #444;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	/*overflow-x: hidden;*/
	line-height: 22px;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #3EC1D5;
	color: #fff;
	padding: 10px 0px 8px 14px;
	font-size: 24px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 555;
}
.back-to-top {

}

@media (max-width: 768px) {

	.tooltip_revista:hover .continut {
		visibility: hidden !important;
	}

	.back-to-top {
		bottom: 45px;
	}

	.header-area-menu {
		background: #444444;
		/*display: block;*/
		/*padding-top: 60px;*/
	}

	.header-area {
		height: auto !important;
		display: block;
	}

	h1.mapn-mobile {
		display: block !important;
		font-size: 22px;
		color: #fff;
		font-family: "Trajan Pro";
	}

	h1.mapn-mobile-english {
		display: block !important;
		font-size: 15px;
		color: #3EC1D5;
		font-family: "Trajan Pro";
	}

	.navbar-header-left {
		display: block;
	}

	.navbar-default {
		background: none;
	}

	.header-area.extinde-mobile {
		background-color: #444444;
		/*background: rgba(0, 32, 71, 0.77);*/
		border-bottom: 1px solid #444444;
		/*box-shadow: 0 0 30px 0 rgb(0, 0, 0);*/
		height: 5px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
    .header-area.extinde-mobile:hover {
        background-color: #444444;
    }

	.dropdown.desktop ul.dropdown-menu {
		display: none;
		visibility: visible;
	}

	.dropdown.desktop.open ul.dropdown-menu {
		display: block;
		visibility: visible;
	}

	.header-area-menu-mobile {
		position: absolute;
		/*top: 59px;*/
		left: 0;
		width: 100%;
		height: auto;
		/*background-color: #2f2f2f;*/
		/*background: rgba(30, 30, 31, 0.77);*/
		/*background: rgba(30, 30, 31, 0.77);*/
		/*background: rgba(0, 32, 71, 0.77);*/
		z-index: 9;
	}

	.m-bot15.submenu {
		display: inline-block;
		margin-bottom: 0 !important;
		padding-top: 10px;
		width: 100%;
	}

	.inside-button {
		background-color: #ffffff;
		border: 1px solid #e7eaec;
		color: #777777;
		height: 40px;
		line-height: 5px;
		width: 100%;
	}

	.breadcrumbs {
		display: none;
	}

	.ibox .open > .dropdown-menu.left-action li.selected a {
		background-image: url(../images/checkmark2.png);
		background-position: left center;
		background-repeat: no-repeat;
		font-weight: bold;
		height: 30px;
		line-height: 20px;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0 !important;
		z-index: 999;
		height: 0px;
		overflow: hidden;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 1100px;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background: rgba(4, 4, 4, 0.84);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}

	.dropdown-menu.cautare {
		width: 180px;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background: #ffffff;
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

	}
}

.back-to-top:focus {
	background: #3EC1D5;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #3EC1D5;
	color: #fff;
}

.clear {
	clear: both;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../images/preloader.gif') no-repeat center center;
}

::-moz-selection {
	background: #3EC1D5;
	text-shadow: none;
}

::selection {
	background: #3EC1D5;
	text-shadow: none;
}

.area-padding {
	margin: 80px 0px 0px;
}

.area-padding-limited {
	padding: 40px 0px 0px;
}
.breadcrumbs {
	padding: 140px 0px 0px;
	text-align: left;
}

.breadcrumbs-left {
	padding-left: 15px;
	text-align: left;
	text-transform: uppercase;
}

.breadcrumbs-left a {
	color: #999999;
}

.evenimente-area-padding {
	padding: 10px 0px 0px;
}

.area-padding-mobile {
	padding: 40px 0px 0px;
}

.area-padding-2 {
	padding: 70px 0px 50px;
}

.padding-2 {
	padding-bottom: 90px;
}

.section-headline h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 70px;
	position: relative;
	/*text-transform: capitalize;*/
}
.section-headline.with-width h2 {
	width: 150px;
}
.section-headline-alte-informatii {
	padding-bottom: 50px;
}
.section-headline h2::after {
	border: 1px solid #333;
	bottom: -20px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40%;
}

.sec-head {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header Top Area
/*--------------------------------*/
@media (max-width: 767px) {
	.header-area {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #444444;
		/*background: rgba(0, 0, 0, 0.40);*/
		/*background: rgba(0, 32, 71, 0.77);*/
		z-index: 9;
	}
	.header-area:hover {
		/*background: rgba(0, 0, 0, 0.40);*/
		background-color: #444444;
	}
}
@media (min-width: 768px) {
	.header-area {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background: none;
		/*background: rgba(0, 0, 0, 0.40);*/
		/*background: rgba(0, 32, 71, 0.77);*/
		z-index: 9;
	}
	.header-area:hover {
		/*background: rgba(0, 0, 0, 0.40);*/
		/*background: none;*/
	}
}

.header-area-menu.back-page {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #2f2f2f;
	z-index: 9;
}

.navbar-header a.navbar-brand {
	height: 80px;
	padding: 15px 0;
}

.navbar-header a.navbar-brand.sticky-logo {
	padding: 0 0;
}

.show-the_menu {
	display: block !important;
}

.navbar-header a.navbar-brand.sticky-logo > img,
.navbar-header a.navbar-brand.sticky-logo > h1 {
	font-size: 22px;
	font-family: "Trajan Pro";
	font-weight: 300;
	display: inline-block;
	text-transform: uppercase;
}

.main-menu ul.navbar-nav li {
	display: inline-block;
	padding: 0px 30px 0 0;
	vertical-align: top;
}

.main-menu ul.navbar-nav li:first-child {
	display: inline-block;
	padding: 0 40px 0 0;
	vertical-align: top;
}

.main-menu ul.navbar-nav li.submenu {
	padding: 0 0 20px 0;
}

.main-menu ul.navbar-nav li:last-child {
	display: inline-block;
	padding: 0 0 0 0;
	vertical-align: top;
}

.main-menu ul.navbar-nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0px;
	/*text-transform: capitalize;*/
	letter-spacing: 1px;
	/*margin-top: 10px;*/
}

.dropdown.mobile.deschis .dropdown-menu-mobile {
	display: block !important;
	padding-left: 20px;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu {
	display: inline-block;
	padding: 10px;
	width: 333px;
}

.categorie_search {
	/*cursor: pointer;*/
	font-size: 14px;
	text-decoration: none;
	/*padding-left: 130px;*/
	margin-top: 5px;
}

.ibox-content > .interior {
	padding: 20px 0;
	color: #006621;
}

.link_search a {
	color: #006621;
}

.descriere_search {
	color: #676a6c;
	height: 90px;
	overflow: hidden;
}

.data-attr-box-id {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	padding-top: 15px;
}

.search_highlight {
	font-weight: bold;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li a {
	font-size: 16px;
	font-weight: 100;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li.without-link,
.main-menu ul.dropdown-menu-mobile > li.submenu > ul.submenu > li.without-link {
	border-bottom: 1px dashed #4c5a53;
	margin: 0 0 10px 0;
	font-size: 16px;
	display: block;
	color: #3EC1D5;
	height: 30px;
	line-height: 10px;
}

.dropdown.mobile ul.dropdown-menu-mobile {
	display: none;
	visibility: visible;
}

.dropdown.mobile.open ul.dropdown-menu-mobile {
	display: block;
	visibility: visible;
	padding-left: 20px;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li.with-link,
.main-menu ul.dropdown-menu-mobile > li.submenu > ul.submenu > li.with-link {
	padding-left: 0;
	font-size: 15px;
	color: #999999;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li {
	display: block;
	padding: 5px 5px 5px 5px;
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li span.divider,
.main-menu ul.dropdown-menu-mobile > li.submenu > ul.submenu > li span.divider {
	background: none;
	color: #fff;
}

:root {
	/*--mainColor: rgba(73, 73, 74, 0.67);*/
}

.main-menu ul.dropdown-menu > li.submenu > ul.submenu > li:hover {
	/*background: rgba(30, 30, 31, 0.77);*/
	/*background: rgba(73, 73, 74, 0.63);*/
	background: linear-gradient(
			to right,
			var(--mainColor) 0%,
			var(--mainColor) 30px,
			transparent
	);
}

.change-data-personalized {
	padding: 15px 0;
	color: #006621;
}

.main-menu ul.navbar-nav li.active > a::after {
	border: 1px solid #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
	background: none;
	color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
	color: #fff;
}

.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	position: relative;
}

.main-menu ul.navbar-nav li a:hover {
	color: #3EC1D5;
}

.main-menu ul.navbar-nav li a.english {
	color: #3EC1D5;
}

.navbar {
	border: medium none;
	margin-bottom: 0;
}

.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #333;
}

.navbar-default .navbar-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	padding: 25px 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
}

.top-right.text-right {
	float: right;
	position: relative;
	top: 24px;
	margin-left: 20px;
}

.top-right.text-right > li {
	float: right;
	margin: 0 8px;
}

.top-right.text-right li a {
	color: #fff;
}


/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.extinde .navbar-header a.navbar-brand {
	display: inline-block;
	height: 90px;
}

.extinde .navbar-brand > img {
	display: none;
}

.extinde .navbar-brand.sticky-logo > img {
	display: block;
}

.sticky-logo h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.sticky-logo h1.mapn {
	font-family: "Trajan Pro";
	font-size: 22px !important;
	margin: 30px 0 0 15px;
}

.sticky-logo.logo-mapn h1.mapn {
	margin: 20px 0 0 0;
}

.sticky-logo h1 span {
	color: #3EC1D5;
}

.extinde .main-menu ul.navbar-nav li.active > a::after {
	border: 1px solid #fff;
	bottom: 0px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.menu-mobile-width-all {
	padding-left: 0;
	padding-right: 0;
}

.extinde .main-menu ul.nav > li > a:hover {
	color: #fff;
}

.extinde .main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	/*color: #3EC1D5;*/
	position: relative;
}

.extinde .mainmenu ul#nav > li:hover > a, .extinde .mainmenu ul#nav li .mega-menu, .extinde .mainmenu ul#nav li ul.sub-menu {
	background-color: #f5f5f5;
	color: #fff;
	outline: medium none;
}

.extinde .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span > a:hover, .extinde .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
	color: #fff;
}

.extinde .logo {
	height: 20px;
}

.extinde .logo a {
	margin-top: 0px;
}

.extinde .main-menu ul.nav > li > a {
	color: #fff;
	/*line-height: 22px;*/
	/*padding: 10px 0px;*/
	/*text-transform: capitalize;*/
	/*letter-spacing: 1px;*/
}

.extinde .main-menu ul.nav > li > a:hover {
	color: #3EC1D5;
}

.extinde .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
}

.extinde .navbar-default .navbar-toggle {
	padding: 10px 0px;
}

/*--------------------------------*/

/* 4.Servicii
/*--------------------------------*/

.services-icon {
	color: #444;
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}

.section-headline.services-head > h2 {
	margin-bottom: 25px;
}

.services-details {
	padding-top: 40px;
	transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
	color: #3EC1D5;
}

.row.second-row {
	margin-top: 40px;
}

.section-head > h2 {
	color: #333;
}

.single-services > h4 {
	color: #444;
	font-size: 24px;
	font-weight: 500;
}

.single-services > p {
	color: #333;
	font-size: 14px;
}

/*----------------------------------------
  6. Intrebari
----------------------------------------*/

.faq-details .panel-heading {
	padding: 0;
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: medium none;
	color: #333;
}

.faq-details h4.check-title a {
	color: #333;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 40px;
	padding: 6px 10px;
	text-decoration: none;
}

.panel-body {
	padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.faq-details a span.acc-icons {
	position: relative;
}

.faq-details a span.acc-icons::before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 24px;
	height: 40px;
	left: -51px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
	color: #3EC1D5;
}

.faq-details a.active span.acc-icons::before {
	content: "";
	font-family: fontawesome;
	font-size: 24px;
	height: 40px;
	left: -51px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 42px;
}

.second-row {
	margin-top: 30px;
}

.event-content.head-team h4 {
	background: transparent none repeat scroll 0 0;
	color: #333;
	padding: 30px 0 10px;
	font-weight: 500;
	text-transform: capitalize;
}

.tab-menu .nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.tab-menu {
	display: block;
	text-align: center;
}

.tab-menu ul.nav {
	margin: 0;
	padding: 0;
}

.tab-menu ul.nav li {
	border: medium none;
	display: inline-block;
}

.tab-content {
	border: 1px solid #ccc;
	padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #444;
	display: block;
	font-weight: 500;
	margin-right: 5px;
	padding: 10px 20px;
	font-family: raleway;
	font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
	border-bottom: 1px solid #fff;
	color: #3EC1D5 !important;
}

.tab-menu .nav-tabs {
	border-bottom: none;
}

.tab-main-img a {
	position: relative;
	display: block;
}

.tab-main-img a:hover span.events-offer {
	height: 20%;
}

.tab-main-img a span.events-offer {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	font-size: 20px;
	font-weight: 700;
	height: 0%;
	left: 0;
	line-height: 70px;
	padding: 0;
	position: absolute;
	text-align: left;
	transition: all 0.5s ease 0s;
	width: 100%;
	padding: 0px 10px;
}

/*----------------------------------------
 7.Bine ai venit
----------------------------------------*/

.wellcome-area {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.well-bg {
	position: relative;
}

.wellcome-text {
	margin: 70px 0;
	padding: 30px 40px;
}

.well-text > h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	line-height: 50px;
}

.well-text p {
	font-size: 18px;
	font-style: italic;
	color: #fff;
}

.wellcome-text .section-headline p {
	margin-bottom: 0;
}

.subs-feilds {
	border: 1px solid #fff;
	display: inline-block;
	height: 52px;
	margin-top: 30px;
	width: 60%;
	border-radius: 30px;
	overflow: hidden;
}

.suscribe-input input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 24px;
	padding: 11px 15px;
	width: 70%;
	height: 50px;
}

.suscribe-input button {
	background: #3EC1D5 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0 20px 20px 0;
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: 700;
	padding: 14px 20px;
	width: 30%;
}

.suscribe-input button:hover {
	background: #fff none repeat scroll 0 0;
	color: #3EC1D5;
}

/*----------------------------------------
 8.Conducere
----------------------------------------*/

.team-member {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
	display: block;
	margin-right: -15px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.team-member::before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin-right: -15px;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	transition: 5s;
	transform: scale(1);
}

.team-member:hover.team-member::before {
	transform: scale(1.2);
}

.single-team-member {
	/*border: 1px solid #ddd;*/
}
.row-categorii {
	width: 100%;
}
.team-left-text h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.team-left-text p {
	color: #fff;
	font-size: 17px;
	line-height: 26px;
}

.email-news {
	display: block;
	margin: 30px 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.email-news .email_button input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 13px;
	padding: 8px;
	width: 81%;
}

.email-news .email_button > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 16px;
	padding: 8px 12px;
	text-align: center;
}

.email-news .email_button > button:hover {
	background: #3EC1D5;
	border: 1px solid #fff;
	color: #fff;
}

.team-left-icon ul li {
	display: inline-block;
}

.team-left-icon ul li a:hover {
	color: #3EC1D5;
	background: #fff;
	border: 2px solid #fff;
}

.team-left-icon ul li a {
	border: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 37px;
	margin: 0 3px;
	width: 40px;
}

.team-member-carousel .single-team-member {
	overflow: hidden;
	width: 100%;
}

.single-team-member:hover .team-img a:after {
	opacity: 0.5;
}

.single-team-member:hover .team-social-icon {
	top: 10%;
	opacity: 1;
}
.team-member-carousel  .category-team-member {
	overflow: hidden;
	width: 100%;
}
.category-team-member:hover .team-img a:after {
	/*top: 45%;*/
	opacity: 0.3;
}
.team-img {
	position: relative;
	text-align: center;
}

.team-img > a {
	display: block;
}

.team-img > a::after {
	background: rgba(0, 0, 0, 0.70);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
	opacity: 0;
}

/*.team-social-icon {*/
	/*right: 10%;*/
	/*margin-left: -61px;*/
	/*opacity: 0;*/
	/*position: absolute;*/
	/*top: 30%;*/
	/*transition: 1.3s;*/
/*}*/

.team-social-icon.smap {
	/*left: 40% !important;*/
}

.team-social-icon ul li {
	display: inline-block;
}

.team-social-icon ul li a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 38px;
	height: 60px;
	line-height: 35px;
	margin: 0 3px;
	width: 60px;
}

.team-social-icon ul li a:hover {
	color: #3EC1D5;
	border: 1px solid #3EC1D5;
	/*background: #3EC1D5;*/
}

.team-content {
	padding: 10px 0px;
}

.team-content > h4, .team-content > p {
	color: #444;
	margin-bottom: 5px;
}

.team-content.head-team p {
	margin-bottom: 0;
}

.team-left-icon.text-center {
	margin-bottom: 20px;
}

.head-team h4 {
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/*--------------------------------*/

/*  9.Review Area
/*--------------------------------*/

.reviews-area {
	background: url(../images/slider/bk_slider.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	top: 130px;
	height: auto;
	position: relative;
}

.work-left-text {
	background: #3EC1D5 none repeat scroll 0 0;
}

.work-left-text {
	width: 50%;
}

.work-right-text {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	float: right;
	height: 100%;
	overflow: hidden;
	padding: 71px 0;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.work-right-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}

.work-right-text h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}

.work-right-text .sus-btn {
	margin-left: 0;
	margin-top: 20px;
}

.single-awesome-4 {
	display: block;
	float: left;
	overflow: hidden;
	width: 33.33%;
}

.single-awesome-4 .add-actions {
	padding: 10px 20px;
}

/*----------------------------------------
 10.Projects
----------------------------------------*/

.pst-content {
	padding-left: 10px;
}

.project-menu {
	margin-bottom: 40px;
	text-align: center;
}

.project-menu li {
	display: inline-block;
}

.project-menu li a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #444;
	border-radius: 20px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 4px;
	padding: 6px 15px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
	border-color: #3EC1D5;
	background: #3EC1D5;
	color: #fff;
	text-decoration: none;
}

.project-menu li a.non-act {
	/*display: none;*/
}

.project-menu li a.non-act.active {
	/*display: block !important;*/
}

.single-awesome-portfolio {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 25%;
	position: relative;
}

.single-awesome-project {
	overflow: hidden;
	margin-bottom: 30px;
}

.first-item {
	margin-bottom: 30px;
}

.awesome-img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.awesome-img > a {
	display: block;
	position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
	opacity: 1;
}

.single-awesome-project:hover .add-actions {
	opacity: 1;
	bottom: 0;
}

.awesome-img > a::after {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: 0.4s;
}

.add-actions {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	bottom: 30px;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 10px 15px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.project-dec {
	display: block;
	height: 100%;
	width: 100%;
}

.project-dec a {
	display: block;
	height: 100%;
	width: 100%;
}

.project-dec h4 {
	margin-bottom: 5px;
}

.project-dec h4:hover {
	color: #fff;
}

.project-dec h4 {
	color: #ddd;
	font-size: 24px;
	padding-top: 10%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
}

.project-dec span {
	color: #ddd;
	font-size: 13px;
	display: block;
}

.project-action-btn {
	display: block;
	height: 100%;
	text-align: center;
	transition: all 1s ease 0s;
	width: 100%;
}

.project-action-btn li {
	display: block;
	height: 100%;
	width: 100%;
}

.project-action-btn li a {
	display: block;
	height: 100%;
	width: 100%;
}

/*----------------------------------------
 12.Testimoniale
----------------------------------------*/

.testimonials-area {
	/*background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;*/
	background: #f7f7f7;
	height: auto;
	width: 100%;
}

.testi-inner {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.testi-overly {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.quate {
	border: 1px dotted #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	width: 70px;
}

.quate:hover {
	color: #fff;
}

.testi-img img {
	border: 1px dotted rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	height: 80px;
	margin: 0 auto;
	padding: 5px;
	transition: background 0.6s ease-out 0s;
	width: 80px !important;
}

.testi-text p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	margin: 20px 0;
	letter-spacing: 1px;
}

.testi-text h6 {
	color: #fff;
	font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	height: 8px;
	width: 8px;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
	bottom: -30px;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
}

.testimonial-content {
	margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
	display: inline-block;
	margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
	background: #3EC1D5;
}

.testi-text.text-center > h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.guest-rev {
	color: #ddd;
	font-size: 16px;
}

.guest-rev > a {
	color: #3EC1D5;
	font-size: 14px;
}

/*--------------------------------*/
/*  13.Blog
/*--------------------------------*/

.blog-area {
	height: auto;
	width: 100%;
}

.blog-text h4 a {
	color: #444;
	text-decoration: none;
}

.blog-text h4 {
	color: #444;
	margin-bottom: 15px;
}

.blog-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	text-decoration: none;
}

.blog-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	display: inline-block;
	padding: 0 1px 5px 0;
	position: relative;
	text-decoration: none;
}

.blog-btn {
	position: relative;
}

.blog-btn::after {
	content: "\f178";
	font-family: fontawesome;
	position: absolute;
	right: -20px;
	top: 1px;
	transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
	right: -30px;
}

.blog-btn:hover {
	color: #333;
	text-decoration: none;
}

.blog_meta span.date_type i {
	margin-left: 5px;
}

.blog-meta span.comments-type {
	margin-left: 5px;
}

.blog-meta span i {
	padding-right: 10px;
}

.blog-content .blog-meta {
	border-bottom: 1px dotted #333;
}

.blog-meta {
	border-bottom: 1px dotted #fff;
	padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
	color: #333;
	letter-spacing: 1px;
	margin-right: 5px;
}

.blog-meta .comments-type i {
	padding-right: 0 !important;
}

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
	color: #fff;
	letter-spacing: 1px;
}

.single-blog .ready-btn,
.single-comunicate .ready-btn,
.single-evenimente .ready-btn {
	border: 1px solid #444;
	border-radius: 30px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover,
.single-comunicate .ready-btn:hover,
.single-evenimente .ready-btn:hover {
	color: #fff;
	border: 1px solid #3EC1D5;
}

/*------------------------------
  13. Cariera
--------------------------------*/

.cariera-area {
	background: #3EC1D5 none repeat scroll 0 0;
	padding: 30px 0;
}

.cariera-text {
	display: block;
	padding: 10px 0;
}

.cariera-text h3 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sus-btn {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #3EC1D5;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-left: 100px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
}

.sus-btn:hover {
	background: #3EC1D5 none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #fff;
}

/*--------------------------------*/

/*  14.Contact
/*--------------------------------*/

.contact-area {
	height: auto;
	width: 100%;
}

.contact-content {
	padding: 100px;
	background: #000 none repeat scroll 0 0;
}

.contact-content-right {
	padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #444;
	height: 40px;
	margin-bottom: 16px;
	padding-left: 20px;
	width: 100%;
}

.contact-form textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #444;
	height: 140px;
	padding: 20px;
	width: 100%;
}

.contact-form button[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #444;
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border-radius: 30px;
}

.contact-form button[type=submit]:hover {
	color: #fff;
	border: 1px solid #3EC1D5;
	background: #3EC1D5;
}

.contact-form #sendmessage {
	color: #3EC1D5;
	border: 1px solid #3EC1D5;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.contact-form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
	display: block;
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

.single-icon i {
	font-size: 24px;
	width: 50px;
	height: 50px;
	border: 1px solid #444;
	line-height: 46px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.single-icon a {
	color: #444;
}

.single-icon i:hover {
	background-color: #3EC1D5;
	color: #FFF;
	border: 1px solid #FFF;
}

.single-icon p {
	font-size: 16px;
	line-height: 30px;
}

.contact-icon {
	margin-bottom: 40px;
}

#google-map {
	height: 370px;
	margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer
/*----------------------------------------*/

.footer-area {
	padding: 40px 0 0 0;
	background: #f9f9f9;
}

.footer-head p {
	color: #444;
}

.footer-head {
	display: inline-block;
	padding-right: 1%;
	vertical-align: top;
}

.footer-head-right {
	display: inline-block;
	padding-right: 0;
}

.footer-head h4 {
	color: #444;
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-head-right h4 {
	color: #444;
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-contacts > p,
.footer-contacts > p a {
	margin: 0 0 5px;
	color: #444444;
}

.footer-logo {
	padding-bottom: 20px;
}

.footer-logo h2 {
	color: #222;
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.footer-logo h2 span {
	color: #3EC1D5;
}

.footer-icons ul li {
	display: inline-block;
}

.footer-icons ul li a {
	border: 1px solid #444;
	color: #444;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
	border-radius: 50%;
}

.flicker-img > a {
	float: left;
	padding: 1px;
	width: 33.33%;
}

.footer-icons {
	margin-top: 30px;
}

.footer-contacts p span {
	color: #3EC1D5;
	font-weight: 600;
}

.popular-tag ul li {
	display: inline-block;
}

.footer-content {
	display: block;
	overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
	background: #3EC1D5;
	border: 1px solid #3EC1D5;
	color: #fff;
}

.popular-tag ul li a {
	border: 1px solid #444;
	border-radius: 30px;
	color: #444;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 3px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	width: 70px;
	text-align: center;
}

.footer-area-bottom {
	background: #444444 none repeat scroll 0 0;
	padding: 15px 0;
}

.copyright-text a:hover {
	text-decoration: underline;
	color: #3EC1D5;
}

.copyright-text a {
	color: #444;
}

.copyright > p {
	margin-bottom: 0;
	color: #ffffff;
}

.copyright a, .credits a {
	color: #3EC1D5;
}

.credits {
	padding-top: 5px;
	text-align: center;
	color: #ffffff;
}

/*----------------------------------------
  18. Blog pagina
----------------------------------------*/

.page-area {
	position: relative;
}

.blog-page .banner-box {
	margin-bottom: 40px;
}

.search-option input {
	border: medium none;
	padding: 6px 15px;
	width: 80%;
}

.search-option {
	border: 1px solid #ccc;
	height: 42px;
	margin-bottom: 30px;
}

.search-option button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	font-size: 20px;
	padding: 8px 23px;
}

.search-option button:hover {
	color: #ffffff;
}

.search-option.left button:hover {
	color: #3EC1D5;
}

.left-blog h4 {
	border-bottom: 1px solid #ddd;
	color: #444;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 15px 10px;
	text-transform: uppercase;
}

.left-blog {
	background: #f9f9f9 none repeat scroll 0 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 20px;
}

.left-blog li {
	border-bottom: 1px solid #ddd;
	display: block;
}

.left-blog ul li a:hover {
}

.left-blog ul li a {
	color: #444;
	display: block;
	font-size: 14px;
	padding: 10px;
	/*text-transform: capitalize;*/
}

.recent-single-post {
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
	padding: 15px 10px;
}

.ready-btn {
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-top: 30px;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	z-index: 222;
}
.ready-btn.lowercase {
	text-transform: lowercase;
}
.ready-btn:hover {
	color: #fff;
	background: #3EC1D5;
	border: 1px solid #3EC1D5;
	text-decoration: none;
}

.post-img {
	display: inline-block;
	float: left;
	padding: 0 5px;
	width: 35%;
}

.pst-content {
	display: inline-block;
	float: left;
	width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
	color: #3EC1D5;
}

.blog-page .single-blog {
	margin-bottom: 40px;
}

.pst-content p a {
	color: #444;
	font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
	color: #fff;
}

.blog-tags {
	padding: 1px 0;
}

.left-blog li:last-child {
	border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
	color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
	padding: 0 10px;
}

.blog-1 .banner-box {
	margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
	border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
	padding: 3px 10px;
	width: auto;
}

.left-side-tags h4 {
	margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19.	Articol
/*----------------------------------------*/
/*.mobile-page-layout {*/
/*margin-top: 80px;*/
/*}*/

.article-information h2 {
	color: #363636;
	font-size: 22px;
	text-transform: uppercase;
}

.Subtitlu {
	padding-top: 5px;
}
.article-information {
	padding: 0 0;
	margin-bottom: 20px;
}

.linie_intrerupta {
	height: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.article-information .entry-meta span a {
	color: #444;
	display: inline-block;
	padding: 10px 0;
}

.entry-meta span a:hover {
	color: #3EC1D5;
}

.article-information .entry-meta {
	margin: 20px 0;
}

.article-information .entry-meta span i {
	padding: 0 10px;
}

.entry-content > p {
	color: #444;
}

.entry-meta > span {
	color: #444;
}

.entry-content blockquote {
	background: #fff none repeat scroll 0 0;
	border-left: 5px solid #3EC1D5;
	font-size: 17.5px;
	font-style: italic;
	margin: 0 0 20px 40px;
	padding: 22px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #3EC1D5;
	border-color: #3EC1D5;
	color: #fff;
	cursor: default;
	z-index: 3;
}

.social-sharing {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	display: block;
	margin: 30px 0;
}

.social-sharing > h3 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 20px 10px;
}

.sharing-icon {
	display: inline-block;
	float: right;
	padding: 13px 10px;
}

.sharing-icon a {
	border: 1px solid #444;
	color: #444;
	display: block;
	float: left;
	font-size: 18px;
	height: 34px;
	line-height: 30px;
	margin-left: 10px;
	text-align: center;
	width: 34px;
}

.sharing-icon a:hover {
	color: #3EC1D5;
	border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
	float: left;
	margin-right: 10px;
}

.single-blog .author-description h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px;
}

.author-info {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin: 30px 0;
	padding: 15px;
	width: 100%;
}

.single-post-comments {
	margin-bottom: 60px;
	max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
	border-bottom: 1px solid #e8e8e9;
	color: #444;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	text-transform: uppercase;
}

.comments-list ul li {
	margin-bottom: 25px;
}

.comments-list-img {
	float: left;
	margin-right: 15px;
}

.comments-content-wrap {
	color: #42414f;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 15px 80px;
	padding: 10px;
	position: relative;
}

.author-avatar {
	display: inline-block;
	float: left;
	width: 10%;
}

.author-description h2 {
	color: #777;
	font-size: 20px;
	text-transform: uppercase;
}

.author-description h2 a {
	color: #000;
}

.comments-content-wrap span b {
	margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
	margin-right: 5px
}

.comments-content-wrap p {
	color: #909295;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 15px;
}

li.threaded-comments {
	margin-left: 50px
}

.comment-respond {
	margin-top: 60px;
}

h3.comment-reply-title {
}

span.email-notes {
	color: #42414f;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.comment-respond p {
	color: #444;
	margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 32px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	width: 100%;
}

.comment-respond textarea#message-box {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	max-width: 100%;
	padding: 10px;
	height: 130px;
	width: 100%;
}

.comment-respond input[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #3EC1D5;
	border-radius: 20px;
	box-shadow: none;
	color: #444;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 14px;
	margin-top: 20px;
	padding: 10px 15px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}

.comments-content-wrap span a {
	color: #000;
}

.comments-content-wrap span a:hover {
	color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
	border: 1px solid #3EC1D5;
	color: #fff;
	background: #3EC1D5;
}

.single-blog .blog-pagination {
	border-top: 1px solid #e5e5e5;
	margin: 0;
	padding-top: 30px;
}

/*--------------------------------*/

/*  19.Evenimente
/*--------------------------------*/

.evenimente-area {
	height: auto;
	width: 100%;
}

.evenimente-text h4 a {
	color: #444;
	text-decoration: none;
}

.evenimente-text h4 {
	color: #444;
	margin-bottom: 15px;
}

.evenimente-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	text-decoration: none;
}

.evenimente-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	display: inline-block;
	padding: 0 1px 5px 0;
	position: relative;
	text-decoration: none;
}

.evenimente-btn {
	position: relative;
}

.evenimente-btn::after {
	content: "\f178";
	font-family: fontawesome;
	position: absolute;
	right: -20px;
	top: 1px;
	transition: all 0.3s ease 0s;
}

.evenimente-btn:hover::after {
	right: -30px;
}

.evenimente-btn:hover {
	color: #333;
	text-decoration: none;
}

.blog_meta span.date_type i {
	margin-left: 5px;
}

.evenimente-meta span.comments-type {
	margin-left: 5px;
}

.evenimente-meta span i {
	padding-right: 10px;
}

.evenimente-content .evenimente-meta {
	border-bottom: 1px dotted #333;
}

.evenimente-meta {
	border-bottom: 1px dotted #fff;
	padding: 10px 0;
}

.comments-type > a, .date-type, .evenimente-meta span.comments-type {
	color: #333;
	letter-spacing: 1px;
	margin-right: 5px;
}

.evenimente-meta .comments-type i {
	padding-right: 0 !important;
}

.evenimente-content-right .comments-type > a, .evenimente-content-right .date-type, .evenimente-content-right .evenimente-meta span.comments-type, .evenimente-content-right .evenimente-text p {
	color: #fff;
	letter-spacing: 1px;
}

.single-blog .ready-btn {
	border: 1px solid #444;
	border-radius: 30px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
	border: 1px solid #3EC1D5;
	color: #fff;
}

/*--------------------------------*/

/*  20.Comunicate
/*--------------------------------*/

.comunicate-area {
	height: auto;
	width: 100%;
}

.comunicate-text h4 a {
	color: #444;
	text-decoration: none;
}

.comunicate-text h4 {
	color: #444;
	margin-bottom: 15px;
	border-bottom: 5px solid #3EC1D5;
	padding-bottom: 11px;
}
.comunicate-text p {
	text-align: justify;
}
.comunicate-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	text-decoration: none;
}

.comunicate-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	display: inline-block;
	padding: 0 1px 5px 0;
	position: relative;
	text-decoration: none;
}

.comunicate-btn {
	position: relative;
}

.comunicate-btn::after {
	content: "\f178";
	font-family: fontawesome;
	position: absolute;
	right: -20px;
	top: 1px;
	transition: all 0.3s ease 0s;
}

.comunicate-btn:hover::after {
	right: -30px;
}

.comunicate-btn:hover {
	color: #333;
	text-decoration: none;
}

.blog_meta span.date_type i {
	margin-left: 5px;
}

.comunicate-meta span.comments-type {
	margin-left: 5px;
}

.comunicate-meta span i {
	padding-right: 10px;
}

.comunicate-content .comunicate-meta {
	border-bottom: 1px dotted #333;
}

.comunicate-meta {
	border-bottom: 1px dotted #fff;
	padding: 10px 0;
}

.comments-type > a, .date-type, .comunicate-meta span.comments-type {
	color: #333;
	letter-spacing: 1px;
	margin-right: 5px;
}

.comunicate-meta .comments-type i {
	padding-right: 0 !important;
}

.comunicate-content-right .comments-type > a, .comunicate-content-right .date-type, .comunicate-content-right .comunicate-meta span.comments-type, .comunicate-content-right .comunicate-text p {
	color: #fff;
	letter-spacing: 1px;
}

.single-blog .ready-btn {
	border: 1px solid #444;
	border-radius: 30px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
	border: 1px solid #3EC1D5;
	color: #fff;
}

/*.awesome-project-content.open {*/
/*height: 310px !important;*/
/*}*/

.col-md-12.active {
	display: block !important;
}

/*	--------------------------------------
	20.  VIDEO
	----------------------------------------- */

#videobgfull {
	width: 100% !important;
	min-height: 500px !important;
	max-height: 100% !important;
	position: relative !important;
}

.videooverlay {
	padding: 100px 0;
	background-color: rgba(247, 194, 33, 0.34);
}

.videooverlay .general-title h2 {
	color: #fff;
}

.video-js {
	width: 100%;
	height: 100%;
}

#revvideo {
	width: 100% !important;
	height: 100% !important;
}

#volume {
	bottom: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 17px;
	height: 30px;
	line-height: 28px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 30px;
	z-index: 10;
	background: #3C3B3B;
	border: 1px dashed #222;
}

.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 50.5%;
	border: 1px solid #ffffff;
	position: relative;
	overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 57.25%;
	border: 1px solid #ffffff;
}

.js-video.vimeo {
	padding-top: 0;
	border: 1px solid #ffffff;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.mb_YTVPlayer {
	z-index: -10;
}

.videobg {
	padding: 0;
	color: #ffffff !important;
}

.videobg-wrap .general-title hr {
	background-color: #ffffff;
}

.videobg-wrap {
	background-color: rgba(247, 194, 33, 0.5);
	padding: 30px 0 0
}

.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}

.select_arhiva {
	border: 1px solid #444;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	background-color: white;
}

select:focus {
	outline: none;
}

.select_arhiva_input {
	border: 1px solid #444;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px 20px;
	text-align: center;
}

.select_arhiva_input:hover {
	border: 1px solid #3EC1D5;
	background-color: #3EC1D5;
	color: #fff;
}

.article-information blockquote {
	background: #fff none repeat scroll 0 0;
	border-left: 5px solid #3EC1D5;
	font-style: italic;
	font-size: 15px;
	margin: 0 0 3px 30px;
	padding: 10px 10px;
	text-align: justify;
}

input {
	border: 1px solid #444;
}

textarea {
	border: 1px solid #444;
}

.row_comunicate {
	width: 100%;
}

.row_stema {
	width: 100%;
}

.box1_header {
	display: inline-block;
	width: 20%;
	text-align: center;
	vertical-align: top;
}

.box2_header {
	display: inline-block;
	width: 77%;
	text-align: left;
	padding-top: 15px;
	font-size: 15px;
}

.box1_evenimente {
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: top;
}

.box2_evenimente {
	display: inline-block;
	width: 67%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 15px;
}

.aspects-event li {
	font-size: 16px;
	padding-bottom: 10px;
}

.aspects-event li a {
	font-size: 15px;
	color: #444;
}

.aspects-event li a:hover {
	color: #3EC1D5;
}

.Interior {
	padding-left: 50px;
}

.Subtitlu {
	font-size: 16px;
	font-weight: bold;
}
.structura {
	padding-top: 5px;
}
#map {
	width: 100%;
	height: 400px;
	background-color: #ddd;
}
#adrese_intrebari {}
#diverse_intrebari {}
#acces_informatii_intrebari {}

@media (max-width: 768px) {

	a.ready-btn{
		margin-top: 20px;
		padding: 5px 40px;
	}

	.box2_header {
		font-size: 14px;
		padding-top: 5px;
		padding-left: 5%;
	}

	.box1_evenimente {
		width: 100%;
	}

	.box2_evenimente {
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
	}

	.left-search-poza {
		display: inline-block;
		width: 100%;
		min-width: 130px;
		float: left;
	}

	span.search_highlight {
		font-style: italic;
		color: #3EC1D5;
	}

	.titlu_search {
		color: #333;
		/*cursor: pointer;*/
		font-size: 1.5em;
		font-weight: 800;
		margin-bottom: 10px;
		text-decoration: none;
		line-height: 25px;
	}

	.titlu_search a, .titlu_search a:hover {
		text-decoration: none !important;
		color: #000;
	}

	.poza_search {
		float: left;
		border: 1px solid #f2f2f2;
		/*margin-right: 10px;*/
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
	}

	.link_search {
		color: #006621;
		cursor: pointer;
		text-decoration: none;
		width: 100%;
		overflow: hidden;
		/*padding-left: 130px;*/
	}

	.data_search {
		color: #959595;
		font-size: 11px;
		font-style: italic;
		margin-top: 5px;
		text-decoration: none;
	}

	.right-search-poza {
		display: inline-block;
		width: 100%;
	}

	.right-search-entire {
		display: inline-block;
		width: 100%;
	}

	.search-in-mobile-header {
		padding: 70px 15px 0 15px;
	}

	.mobile-search-page-layout {
		padding-top: 70px;
	}

	.inside-search {
		color: #006621;
		margin-bottom: 10px;
	}
	.footer-head-right h4 {
		padding-top: 30px;
	}
}
.utile {
	padding-bottom: 20px;
}
/*--------------------------------*/
/*  21. Forces categories
/*--------------------------------*/
.categorie-smap {
	padding: 0 !important;
}

.row-categorii {
	margin: 0;
}

.team-social-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
}
.team-social-text h4 {
	text-align: left;
	bottom: 0;
	position: absolute;
}

.team-social-text p {
	/*transition: 5s;*/
	opacity: 0;
	/*position: absolute;*/
	/*bottom: -200px;*/
	/*text-align: left;*/
}
.team-social-text h4 a{
	color: #ffffff;
}
.team-social-text p a{
	color: #ffffff;
}
.single-team-member:hover .team-social-text h4 {
	border-bottom: 5px solid #3EC1D5;
	/*border-bottom: 1px dashed #4c5a53;*/
	transition: 1s;
	text-align: left;
	bottom: 30px;
	position: absolute;
}
/*.single-team-member:hover .team-social-text h4:hover {*/
	/**/
	/*-webkit-transition: background-color 0.1s;*/
	/*-moz-transition: background-color 0.1s;*/
	/*-o-transition: background-color 0.1s;*/
	/*transition: background-color 0.1s;*/
/*}*/
.single-team-member:hover .team-social-text p {
	bottom: inherit;
	opacity: 1;
	position: relative;
}
/*--------------------------------*/
/*  21. Icon
/*--------------------------------*/
.team-social-icon a{
	right: 5%;
	opacity: 0;
	position: absolute;
	top: 0px;
	/*transition: 1s;*/
}
.single-team-member:hover .team-social-icon a {
	top: 30px;
	transition: 1s;
	opacity: 1;
}

.team-social-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #3EC1D5;
	border: 1px solid #3EC1D5;
	padding: 2px 0 0 4px;
	font-family: "FontAwesome";
	font-size: 24px;
}
.team-social-icon a i {
	padding-top: 0px !important;
}
.team-social-icon a:hover {
	color: #fff;
	border: 1px solid #fff;
	/*background: #45ec96;*/
}
/*----------------------------------------
 .End CSS
----------------------------------------*/
