

/* GENERAL */

html {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background: url(../img/skulls.png);
}

body {
	width:100%;
}

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

h1 {
	font-weight: 600;
    display: inline-block;
    font-size: 1.2em;
}

h2 {
    font-size: 2.9em;
	line-height: 1.7em;
	color: #555; 
	font-weight: 300;
	text-align: justify;
	margin: 0;
}

h3 {
	font-weight: 100;
	color: #fff;
    text-shadow: 0px 1px 2px #555;
}   

h4 {
	font-weight: 100;
	color: #fff;
    text-shadow: 0px 1px 2px #333;
    text-align: justify;
}    

h5 {
	font-weight: 100;
	color: #902684;
    text-align: left;
}

h3 span {
	color: #228822;
	text-shadow: 0px 1px 1px #117711;
}

#top-wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	display: block;
	background: rgba(130,130,130,0.5);
	padding: 0;
}

#middle-wrapper {
	background: rgba(30,30,30,0.5);
	width: 100%;
	min-width: 1000px;
}

#bottom-wrapper {
	background: rgba(190,190,190,0.5);
	width: 100%;
	min-width: 1000px;
}

#footer-wrapper {
	background: rgba(0,0,0,0.65);
	width: 100%;
	min-width: 1000px;
}

.buton {
	padding: 8px 10px;
	color: #701d66;
	font-weight: 300;
	font-size: 1.6em;
	border: 1px solid #999;
	border-radius: 5px;
	display: inline-block;
	float: right;
	position: relative;
}

.buton:hover {
	background: rgba(100,100,100,0.06);
}

/* HEADER */

#header {
	width: 80%;
	min-width: 900px;
	margin: 0 auto;
	display: block;
	padding-top: 0px;
	z-index: 3;
}

#logo {
	position: relative;
	width: 130px;
	margin: 10px 0 10px 0;
	display: inline;
	z-index: 2;
}

#lampa {
	position: absolute;
	display: inline;
	width: 51%;
	z-index: 0;
}

/* NAV */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  background: #993581;
  background: -moz-linear-gradient(top, #993581 0%, #701d66 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993581), color-stop(100%, #701d66));
  background: -webkit-linear-gradient(top, #993581 0%, #701d66 100%);
  background: -o-linear-gradient(top, #993581 0%, #701d66 100%);
  background: -ms-linear-gradient(top, #993581 0%, #701d66 100%);
  background: linear-gradient(to bottom, #993581 0%, #701d66 100%);
  border-radius: 8px;
  box-shadow: 4px 3px 9px rgba(111,111,111,0.7);
}
#cssmenu > ul {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu > ul > li {
  float: left;
  width: 20%;
  text-align: center;
}
#cssmenu > ul > li > a {
  padding: 13px 5% 13px 5%;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 1.0em;
  font-weight: 100;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  #ddd 0px 0px 2px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #eeeeee;
  background: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.first a {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.last a {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.fixed {
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
	border-radius: 0px !important;
	opacity: 0.95;
}

.fixed a {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}


/* NAV SFARSIT */

.content-wrapper {
	width: 80%;
	min-width: 900px;
	margin: 0 auto;
	z-index: 3;
	color: #fff;
	padding: 50px 0;
}

.tab-wrapper {
	width: 80%;
	min-width: 900px;
	margin: 0 auto;
	z-index: 3;
	color: #fff;
	padding: 50px 0 0 0;
}

#intro {
	width: 50%;
	float: left;
	margin: 0 8% 0 0;
}

.content-wrapper .buton {
	margin-top: 20px;
	margin-right: 0;
	float: right;
}

.img {
	width: 39%;
	border: solid 10px rgba(255,255,255,0.7);
	margin-top: 12px;
}

.content-wrapper div h1 {
	font-size: 1.5em;
	line-height: 1.7em;
	color: #555; 
	font-weight: 300;
	text-align: justify;
	margin: 90px 0 0 0;
}

.content-wrapper div h1 span {
	color: #228822;
}

#cercuri {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#cercuri li {
	list-style: none;
	width: 28%;
	float: left;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: 100;
}

#cercuri li:nth-child(2) {
	margin: 60px 8% 0 8%;
}

#mission {
	width: 100%:;
	display: block;
	color: #eee;
	margin-bottom: 60px;
}

#mission h2 {
	font-size: 2.9em;
	font-weight: 100;
	margin: 0;
}

#mission ul {
	width: 100%;
	padding: 0;
	display: inline-block;
	margin: 20px 0 50px 0;
}

#mission ul li {
	display: inline-block;block;
	text-align: left;
	list-style: disc;
	border-left: 3px solid #701d66;
	padding-left: 1%;
	float: left;
	width: 40%;
	margin-top: 30px;
	font-size: 1.3em;
	font-weight: 100;
}

#mission ul li:nth-child(2n+1) {
	margin-right: 17.1%;
}

.stanga {
	display: block;
	width: 40%;
	margin: 20px 2.8% 0 0;
	float: left;
}

#mission .buton {
	border: 1px solid #701d66;
	color: #dedede;
}

#mission a:hover .buton {
	background: rgba(100,100,100,0.2);
}

.dreapta {
	display: inline-block;
	width: 57.1%;
	margin: 20px 0 0 0;
}

.dreapta img {
	width: 97%;
	border: solid 10px rgba(255,255,255,0.7);
}

.thanks {
	text-align: justify;
	width: 85%;
	margin: 0 auto;
	font-size: 1.8em;
	font-weight: 300;
	color: rgb(85, 85, 85);
}

.thanks img {
	float: left;
	width: 21%;
	margin: 50px 8% 70px 2%;
}

.thanks span {
	font-size: 2.1em;
	margin-top: 20px;
	color: #801673;
}

.cerc {
	background: #067206;
	width: 50px;
	height: 50px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    margin: 0 auto 15 auto ;
    color: #efefef;
    font-size: 1.4em;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    opacity: 0.9;
}

#btn {
  display: block;
  width: 90px;
  margin:  30px auto 0 auto;
  padding: 4px 0;
  font-size: .9em;
  font-weight: 500;
  background: rgba(60,60,60,0.5);
  color: rgba(255,255,255,1);
  text-shadow: 0px 1px 3px rgba(10,10,10,0.9); /* 50% white from bottom */
  border-radius: 4px;
  border: solid 1px rgba(40,40,40,0.5);
  text-decoration: none;
  -webkit-box-shadow:inset 1px 1px 5px rgba(5,5,5,0.5);
  box-shadow:inset 1px 1px 5px rgba(5,5,5,0.5);
}

#btn:hover {
  background: rgba(100,100,100,0.5);
  color: rgba(0,0,0,0.7);
  text-shadow: 0px 1px 3px rgba(200,200,200,.8); /* 50% white from bottom */
  border-radius: 4px;
  border: solid 1px rgba(50,50,50,0.7);
  text-decoration: none;
}

#btn:active {
  background: rgba(255,255,255,0.05);
  color: rgba(0,0,0,0.7);
  text-shadow: 0px 1px 3px rgba(200,200,200,.8); /* 50% white from bottom */
  border-radius: 4px;
  border: solid 1px rgba(255,255,255,0.2);
  text-decoration: none;
}

#echipa {
	padding: 30px 0;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
}

#echipah2 {
	color: #777;
} 

#echipa img {
	width: 25.6%;
	margin-top: 0px;
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	border-radius: 4px;
}

#echipa li {
	width: 45%;
	height: 167px;
	float: left;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 30px;
	border-radius: 4px;
}

#echipa li:hover {
	background: rgba(30,30,30,0.1);
}

#echipa li a {
	display: block;
}

.spatiu-stanga {
	margin-left: 10%;
}

#echipa li section {
	width: 70%;
	float: right;
}

#echipa h4 {
	color: #801673;
	margin-top: 0;
	text-shadow: none;
	font-size: 1.4em;
	margin-bottom: 18px;
}

#echipa h5 {
	color: #333;
	font-weight: 400;
	font-size: 0.9em;
	overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 0;
    text-align: justify;
}

.orizontal {
	width: 100%;
	margin: 45px auto 40px auto;
	display: block;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.lista-mare {
	display: inline-block;
	list-style-type: none;
	width: 100%;
	margin: 10px 0 40px 0;
}


.lista-mare h4 {
	font-size: 1.6em;
	font-weight: 300;
	color: rgba(220,220,220,0.9);
	margin-top: 0;
	text-shadow: 0px 0px 0px #333;
	letter-spacing: 0.05em;
	text-align: center;
}


.lista-mare li {
	float: left;
	width: 25%;
	margin: 0;
	text-align: center;
	margin: 0 13%;
}

.lista-mica li {
	list-style-type: disc ;
	display: block;
	width: 100%;
	margin: 0 !important;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	line-height: 35px;
}

.lista-mica li:last-child {
	border-bottom: none;

}

.lista-mare li:nth-child(2) {
	margin: 0 12%;
}

.lista-mica {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-shadow: none;
	font-weight: 100;
	color: rgba(220,220,220,0.9);
}

.lista-mica a {
	font-size: 1em;
	text-shadow: none;
	font-weight: 100;
	color: rgba(220,220,220,0.9);
}

.lista-mica a:hover {
	color: rgba(180,180,180,1);
}


#footer-wrapper p {
	text-align: center;
	font-size: 0.6em;
	color: rgba(220,220,220,0.4);
	padding-bottom: 30px;
	margin-bottom: 0;
}

#social {
	margin-top: 3%;
	float: right;
}

#social li {
	float: left;
	list-style: none;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}

.fb {
	background: url('../img/fb2.png') no-repeat;
}

.gp {
	background: url('../img/gp2.png') no-repeat;
}

.tw {
	background: url('../img/tw2.png') no-repeat;
}

.li {
	background: url('../img/li2.png') no-repeat;
}

.fb:hover {
	background: url('../img/fb1.png') no-repeat;
}

.gp:hover {
	background: url('../img/gp1.png') no-repeat;
}

.tw:hover {
	background: url('../img/tw1.png') no-repeat;
}

.li:hover {
	background: url('../img/li1.png') no-repeat;
}

#social ul {
	margin: 0;
}

#social img {
	width: 80%;
	float: right;
}

#social img:hover {
	opacity: 0.6;

}

#mapwrapper {
	border: solid 10px rgba(255,255,255,0.7);
	height: 340px;
	width: 492px;
	overflow: hidden;
}

.galerie {
	width: 100%;
	padding: 0;
	display: inline-block;
	margin: 0;
}

.galerie li {
	list-style: none;
	padding: 0;
	margin: 10px auto 45px auto;
	width: 45%;
	float: left;
}

.galerie li img {
	width: 98%;
	border-radius: 4px;
}

.galerie li:hover img {
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
    -moz-transition: all 0.1s ease-out;  /* FF4+ */
    -o-transition: all 0.1s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.1s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.1s ease-out;  /* IE10? */
    transition: all 0.1s ease-out;
}

.galerie li:nth-child(even) {
	margin-left: 10%;
}


#modal {
	visibility:hidden;
	width:360px;
	height:189px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}

#date-firma h2 {
	font-size: 2em;
	font-weight: 300;
	margin: 20px 0;
}

#date-firma h3 {
	font-size: 1.3em;
	font-weight: 100;
	margin: 20px 0;
	color: #801673;
	text-shadow: none;
	width: 400px;
}

#date-firma h4 {
	margin: 5px 0 5px 0;
	font-size: 1.26em;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(88,88,88,0.5);
}

.form {
	list-style: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.form li {
	float: left;
	width: 45%;
}

.form li:nth-child(2n+2) {
	margin-left: 10%;
}

form {
	width 100%;
}

form input {
	width: 91%;
	height: 35px;
	background: rgba(200,200,200,0.2);
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #701d66;
	padding: 0 4%;
	color: #777;
}

input[type=submit] {
	width: 40%;
	float: right;
	background: rgba(100,100,100,0.2);
	border: 1px solid #701d66;
	color: #dedede;
	font-weight: 100;
	text-shadow: none;
	font-size: 1.5em;
	padding: 6px 0px 4px 25px;
	border-radius: 5px;
	letter-spacing: 0.2em;
	height: 50px;
}

input[type=submit]:hover {}

form textarea {
	width: 95.5%;
	height: 100px;
	background: rgba(200,200,200,0.2);
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #701d66;
	padding: 7px 2%;
	color: #777;
	margin-bottom: 20px;
}

form h4 {
	display: inline-block;
	width: 45%;
	margin: 15px 0 5px 0;
}

.tab {
	width: 38%;
	height: 48px;
	display: inline-block;
	border-top: 1px solid #701d66;
	border-left: 1px solid #701d66;
	border-right: 1px solid #701d66;
	border-radius: 5px 5px 0 0;
	text-align: center;
}

.hover:hover {
	background: rgba(30,30,30,0.04);
}

.tab-wrapper a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #701d66;
	font-weight: 300;
	line-height: 1.8em;
	font-size: 1.6em;
}


.tab:nth-child(1) {
	margin-left: 8%;
}

.and {
	width: 5%;
	color: #eee;
	display: inline-block;
	text-align: center;
	font-size: 1.8em;
	font-weight: 300;
}

#venuediv {
	display: none;
}

.selectat {
	background: rgba(30,30,30,0.318);
}

#eventdiv h2 {
	font-size: 1.8em;
	color: #333;
}

.rezumat {
	list-style: none;
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}

.rezumat li {
	float: left;
	width: 30%;

}

.rezumat li:nth-child(2) {
	padding: 0 7.5%;
}


.rezumat li span {
	color: #701d66;
	font-weight: 300;
	font-size: 1.4em;
	letter-spacing: 0.15em;
	display: block;
}

.rezumat li span {
	margin-bottom: 15px;
}

.rezumat-eventdiv li:nth-child(1) span {
	margin-top: 30px;

}

.rezumat-eventdiv li:nth-child(3) span {
	margin-top: 30px;

}

.rezumat-eventdiv li ul {
	width: 100%;
	list-style: none;
}

.rezumat-eventdiv li ul li {
	float: none;
	width: 100%;
	padding: 3px 0 !important;
	font-weight: 300;
	color: #dfdfdf;
}

.rezumat-eventdiv li ul li:before {
	position: relative;
	float: left;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #701d66;
	content: "";
	border-radius: 50% 50%;
	margin: 10px 10px 0 2px;
}

.ingust {
	width: 25% !important;
}

#event-management {
	list-style: none;
	display: inline-block;
	width: 100%;
}

#event-management li {
	float: left;
	width: 20%;
	text-align: center;
	height: 230px;
	margin-bottom: 60px;
	padding: 0.9%;	
	border-radius: 5px;
}

#event-management li:hover {
	background: rgba(30,30,30,0.1);
}

#event-management li a {
	width: 100%;
	height: 100%;
	display: block;
}

#event-management li h4 {
	text-align: left;
	height: 45px;
	color: #902684;
	text-shadow: none;
}

#event-management li h5 {
	color: #666	;
	height: 72px;
}

.spatiu-stanga-servicii {
	margin-left: 4.19%;
}

#venuediv h2 {
	font-size: 1.8em;
	color: #333;
}

#venuediv h2 span {
	color: #701d66;
}

.gri li ul li{
	color: #701d66 !important; 
}

#bottom-wrapper-doi {
	display: none;
	background: rgba(190,190,190,0.5);
	width: 100%;
	min-width: 1000px;
}

#portofoliu {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	display: inline-block;
}

#portofoliu li {
	width: 50%;
	float: left;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	height: 190px;
}

#portofoliu li:nth-child(1) img {
	width: 25%;
	margin-top: -20px;
}

#portofoliu li:nth-child(2) img {
	width: 55%;
	margin-top: 20px;
}

#portofoliu li:nth-child(3) img {
	width: 40%;
	margin-top: 40px
}

#portofoliu li:nth-child(4) img {
	width: 35%;
	margin-top: 50px;
}

#portofoliu li:nth-child(5) img {
	width: 40%;
	margin-top: 60px;
}

#portofoliu li:nth-child(6) img {
	width: 40%;
	margin-top: 80px;
}

#portofoliu li:nth-child(7) img {
	width: 45%;
	margin-top: 70px;
}

#portofoliu li:nth-child(8) img {
	width: 40%;
	margin-top: 70px;
}

#portofoliu li:nth-child(9) img {
	width: 45%;
	margin-top: 60px;
}

#portofoliu li:nth-child(10) img {
	width: 45%;
	margin-top: 60px;
}

#portofoliu li:nth-child(11) img {
	width: 55%;
	margin-top: 0px;
}

#portofoliu li:nth-child(12) img {
	width:60%;
	margin-top: 10px;
}

#portofoliu li:nth-child(13) img {
	width: 55%;
	margin-top: 0px;
}

#portofoliu li:nth-child(14) img {
	width: 45%;
	margin-top: 0px;
}

#portofoliu li:nth-child(15) img {
	width: 45%;
	margin-top: 70px;
}

#portofoliu li:nth-child(16) img {
	width: 45%;
	margin-top: 20px;
}

#portofoliu li:nth-child(17) img {
	width: 45%;
	margin-top: 20px;
}

#portofoliu li:nth-child(18) img {
	width: 45%;
	margin-top: 20px;
}

#portofoliu li:nth-child(19) img {
	width: 45%;
	margin-top: 20px;
}

#portofoliu li:nth-child(20) img {
	width: 35%;
	margin-top: 20px;
}


@media screen and (max-width: 1200px){
    .tab:nth-child(1) {
		margin-left: 2%;
	}	

	.tab {
		width: 45%;
	}
}