@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body, html {
    height: 100%;
    margin: 0;
font-size: 1rem;
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	background:#fafafa;
	color:#333;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;    
	padding: 0;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrp {
	margin: 0 auto;
	position: relative;
  padding: 0px 15px 0px 15px;
}

@media (min-width: 0) {
  .wrp {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrp:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
  .wrp {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrp:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .wrp {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrp:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  .wrp {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrp:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .wrp {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrp:after {
    content: " ";
    display: block;
    clear: both;
  }
}



h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}


.header {
	height: 100px;
  margin-bottom: 20px;
}
.content {
	padding: 0 0 100px;
	min-height: 200px;
}
.footer {
min-height: 200px;
	position: relative;

}




.head_container{
	padding: 20px;
	overflow: hidden;

}
.logo{
	float:left;

}

.text_logo {


padding: 7px;
font-size: 23px;
}

.text_logo a {text-decoration: none; color: #333;}
.logo img{
	height: 70px;
}
.menu{
	margin-top:5px;
	float:right;
}
.menu ul{
	list-style-type: none;
	    margin-right: -10px;
}
.menu li{
	display: inline;
	margin-right:0px; 
}
.menu a{
	text-decoration: none;
	font-weight: 500;
	color: #333;
	    padding:10px;
	    padding-left: 15px;
	    padding-right: 15px;
}
.menu a:hover { 

opacity: 0.8;
    transition: 0.2s;

}
.icon{
	display: none;
}

menu.responsive{
	position: relative;
}
menu.responsive{
	float: none;
    display: block;
    text-align: left;
}

@media screen and (max-width: 835px) {
	.logo img {
	    height: 40px;
	}
	ul > li:first-of-type{
		display:none;
	}
	.menu{
		margin:0;
    margin-top:0px;
	}
}


@media screen and (max-width: 999px) {

.menu li{
	display: none;
}
.icon{
    font-weight: 900 !important;
        font-size: 27px !important;
    padding: 0;
    margin: 0;
       margin-top: -22px;
    display: flex;
}
	.logo img {
	    height: 40px;
	}
}


@media screen and (max-width: 530px) {
  .icon{ margin-top: -100px;}
}

.sidenav {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 87px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1c3664;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #F7CA18;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}



.right {
  float: right;
}

.margint20 {
  margin-top: 20px;
}

section {
  width: 100%;
}

#text, #poze, #contact, #forma {
  width: calc(50% - 20px);
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}

#poze {
  padding-top: 30px;
}

#poze img {
  width:calc(50% - 10px);
  padding: 5px;
  display: inline-block;

  height: 200px;
}

.button {
  background-color: #333;
  color: #fafafa;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
}

.button:hover { 
  opacity: 0.7;
}


aside {
width: calc(33% - 50px);
display: inline-block;
vertical-align: top;
text-align: center;
padding: 20px;
}

aside p {
  padding: 0;
  margin: 0;
  margin-top:5px;
}

aside h2 {
  padding: 0;
  margin-bottom: 0px;
}

aside h3 {
  font-size: 15px;
  color: #5e5e5e;
  height: 35px;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  aside h3 {

    height: 70px;}
}



aside a { text-decoration: none; color: #5e5e5e;}
aside a:hover {opacity: 0.7;}


aside ion-icon {
  font-size: 35px;
}


.impress {
  text-align: left;
  margin-top:20px;
}

.impress a {
  display: inline-block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
}


@media (max-width: 600px) {

  section, aside { width: calc(100% - 20px); }

  #text, #poze, #forma, #contact { width: 100%; }
  input[type=submit] {height:50px;}

  aside h3 {
    height: 30px;
  }
  aside {
    padding-left: 0;
    padding-right: 0;
  }
}


#galeree_index {
  width:100%;
  margin-top:20px;
}


#galeree_index img {
  width: calc(16.66% - 10px);
  display: inline-block;
  height: 80%;
  max-height: 140px;
  padding: 5px;
}


@media screen and (max-width: 530px) {
  #galeree_index img {
    width: calc(33.333% - 10px);
    height: 80%;
    max-height: 80px;
  }
}




input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #333;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  opacity: 0.7;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}




.alert {
  color: #fff;

}

#success {
  background-color: #37B400;
  width: calc(100% - 40px);
  padding: 20px;
  
}


#notification_error {
  background-color: #F31700;
  width: calc(100% - 40px);
  padding: 20px;
}

.blok_img {
  width: 100%;
}

.blok_img img {
  width: calc(20% - 20px); 
  display: inline-block;
  padding: 7px;
  height: 150px;
  max-height: 80%;
}


@media screen and (max-width:760px) {
  .blok_img img {
    width: calc(33% - 20px); }
}

@media screen and (max-width: 500px) {
  .blok_img img {
    width: calc(50% - 20px); }
  
}

#present {
  width: 100%;
  margin-top:50px;
  display:flex; 

}

.prez_cent {
  width: calc(33.33% - 50px);
  padding: 20px;

  height: auto;

}

.prez_cent ion-icon {
font-size: 40px;
margin:0;
padding: 0;

vertical-align:top; /* <---- this */
}

.prez_cent h2 {
  display: inline-block;
  margin:0;
  padding: 0;
height: 50px;
padding: 5px;
  vertical-align:top; /* <---- this */
}

.prez_cent p {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  #present {
    display: block; }
  .prez_cent {
    width: calc(100% - 40px);
    display: block;
  }
}



