html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    color: #666;
    background: #888;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	box-sizing: border-box;
	position:relative;
	line-height:1.4;
}

/* meniul*/
a{
	text-decoration:none}
.navigations{
	background-color: #722872 !important;
    height: 80px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-color: #592059;
}
.logo img {
    max-height: 50px;
    margin: 0 15px;
}
.mymenu {
	margin-top:15px;
}
.meniu {
	margin-top:20px;
}
.meniu ul li {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	font-size: 14px;
}
.meniu ul li a {
    padding: 10px 20px;
}
.meniu ul li a:focus{
	color: #333;
    background-color: transparent;
}
.meniu ul li a:hover{
	background: #bbb;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
	color: #722872;
}
.meniu ul li a:active{
	outline:0;
	background-color: #e7e7e7;
}


/* first_section */
.first_section {
	padding-top:80px;
	color: #fff;
	background-color:#aaa;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}

.first_section img {
	margin: 0 auto;
    border-radius: 50%;
	width:80%;
}
.first_section .sectiunea p:first-child{
	padding-top: 50px;
	padding-bottom:20px;
}
.first_section hr {
	color:#fff;
	border-top: 3px solid #eee;
    width: 80%;
    position: relative;
}
.first_section hr:after{
	font-size: 30px;
    color: #fff;
    position: absolute;
    right: -43px;
    top: -19px;
	content: "\f121";
    font-family: fontawesome;
}
.info_text {
	padding-top: 50px;
}
.first_section .sectiunea p:last-child{
	padding-top: 20px;
	font-size: 25px;
	text-align: center;
}
.info_picture{
	margin-top: 32px;
	margin-bottom:32px;
}

/*second_section*/

.second_section {
	background-color:#eee;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	padding-top: 80px;
}
.imgdiv {
	margin-top:30px;
	margin-bottom:30px;
}
.imgdiv img{
	max-width: 400px;
	margin:0 auto;
}
.second_section h2{
	margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #888;
    font-weight: bold;
}
.second_section hr {
	border-top: 3px solid #888;
    width: 50%;
    text-align: center;
    position: relative;
	margin-bottom: 50px;
}
.second_section hr:before{
    content: "\f121";
    font-family: fontawesome;
    background-color: #eee;
    position: absolute;
    top: -25px;
    font-size: 40px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -34px;
}

/*third_section*/
.third_section {
	background-color:#eee;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	padding-top: 80px;
}
.form_element textarea {
	resize:none;
}

.form_element{
	border-bottom: 1px solid #bbb;
	border-radius: 0;
	position: relative;
	
}
.form_element input{
    position: relative;
    border: 0;
    border-radius: 0;
    font-size: 25px;
    background-color:#eee;
    width: 100%;
	outline: 0;
	color:#666;
	padding-top: 15px;
}
.form_element textarea {
	position: relative;
    border: 0;
    border-radius: 0;
    font-size: 30px;
    background-color:#eee;
    width: 100%;
	outline: 0;
	border-color:none;
	box-shadow: none!important;
	color:#666;
	padding-left:0;
}
.forms button {
	margin-bottom:20px;
}
.third_section h2{
	margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #888;
    font-weight: bold;
}
.third_section hr {
	border-top: 3px solid #888;
    width: 50%;
    text-align: center;
    position: relative;
	margin-bottom: 50px;
}
.third_section hr:before{
    content: "\f121";
    font-family: fontawesome;
    background-color: #eee;
    position: absolute;
    top: -25px;
    font-size: 40px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -34px;
}
.forms_text {
	margin-top: 30px;
    font-size: 20px;
    word-spacing: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.forms_text p:nth-child(2){
	margin-top:40px;
}
.forms_text p:last-child{
	margin-top:240px;
}

/* footer1*/

.aboutweb a {
	color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    /* height: 50px; */
    text-align: center;
    font-size: 20px;
    line-height: 48px;
	color: #fff;
    background-color: #aaa;
}
.footer1 {
	height:auto;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    padding-top: 80px;
	color: #fff;
    background-color: #aaa;
	padding-bottom: 80px;
}
.footer1 h3 {
	font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 30px;
    color: #fff;
	font-size:25px;
}
.aboutpage{
	text-align:center;
}
.aboutweb  ul li{
	padding-left: 10px;
	    display: inline;
}
.aboutweb {
	text-align:center;
}
.icons:hover {
	border: solid 2px #fff;
    color: #722872;
    background: #fff;
}
.aboutpage p {
	font-size:20px;
}
.aboutpage a{
    color: #722872;
}



/*footer2*/

.footer2{
	height:auto;
	background-color: #722872;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	color: #fff;
	text-align:center;
	padding:30px 0;
	font-size:20px;
}
/* float label */
.form_label {
  opacity: 0;
  position: absolute;
  z-index: 1;
  color:#722872;
  top: -5px;
}
.visibil .form_label{
  opacity: 1;
}



/* responsive*/
@media (max-width:1199px){
	.forms_text p:last-child{
		margin-top:40px;
		margin-bottom:40px;
}
}
@media (max-width:991px){
	.aboutweb {
		margin-top:50px;
	}
}
@media (max-width: 767px){
	.meniu{
		width:100%;
		-webkit-box-shadow: none;
		box-shadow:none;
		background-color: #722872 ;
		margin-top: 16px;
		margin-right: 0!important;
	}
	.meniu ul{
		width:100%;
		text-align:center;
	}
	.meniu ul li {
		display:inline-block;

	}
	.imgdiv img {
		    max-width: 100%;
	}
}









