/* ---------- COLORS ----------
 * #55B1B1
 * #2d545e
 * #36EDED;
 * #3EC1D5;
 * #EDEDED;
 * #4F2E22;
*/

@font-face {
  font-family: Quicksand;
  src: url('fonts/Quicksand.ttf');
  font-family: Gotu-Regular;
  src: url('fonts/Gotu-Regular.ttf');
}
*{
    margin: 0;
    padding: 0;
}
/* ========================== 
   Hide the images by default */
.mySlides {
  width: 27.33%;
  padding: 1% 2.5%;
  margin: auto;
  float: left;

}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}
/*======================*/

h1{
    color: #55B1B1;
    font-size: 8em;
    text-align: left;
    font-family: cursive;
}

h2{
    color:  #55B1B1;
    text-align: center;
    font-size: 4em;
    font-family: cursive;
    text-shadow: 2px 1px black;
}
h3{
    color: #2d545e;
    font-size: 2.4em;
    font-family: Quicksand;
    text-align: center;
    text-shadow: 1.5px 1.5px black;

}
h4{
    color: #55B1B1;
    font-size: 2.4em;
    text-align: center;
    font-family: Quicksand;
}
h5{
  color: #55B1B1;
  font-size: 2.4em;
  font-family: Gotu-Regular;
  font-style: italic;
  text-shadow: 2px 2px black;
}
h6{
  color: #55B1B1;
  font-size: 1.8em;
  font-style: italic;
  font-weight:normal;
  text-shadow: 1px 1px black; 
}

/* definirea claselor */
.tag{
  color: white;
  font-size:2.4em;
  font-weight: bolder;
  font-family: Gotu-Regular;
  font-style: italic;
  text-shadow: 2px 2px black;
  text-align:left;
  margin: 0 0 0 10%;
}

/* Linie verticala */
.vl {
  width: 8px;
  height: 120px;
  position: relative;
  margin-bottom: 1%;
  margin-left: 50%;
  background-image: linear-gradient(#55B1B1, #2d545e);
}
.stanga{
  width: 46%;
  float: left;
  padding: 2%;
  text-align: justify;
  display: inline-block;
}
.centru{
  width: 90%;
  padding: 1% 5%;
  text-align: center;
  display: inline-block;
}

.rand {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 1%;
}

/* Create four equal columns that sits next to each other */
.coloana {
  -ms-flex: 29.33%; /* IE10 */
  flex: 29.33%;
  max-width: 29.33%;
  padding: 0 2%;
}

.coloana div {
  vertical-align: middle;
  width: 100%;
}


.mijloc{
  max-width: 90%;
  padding: 5%;
  margin-top: 3em;
  display: block;
  background-image: linear-gradient(22deg, #55B1B1 0.5%, #EDEDED 45%);
}

.mijloc p{
  text-indent: 0;
}
.dreapta{
  width: 46%;
  float: right;
  padding: 2%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

.cerc{
  width: 70px;
  line-height: 10px;
  margin: 0 auto;
  display: inline-block;    
  text-align: center;
  border: 1px solid black;
  border-radius: 50%;
  background-color: grey;
  opacity: 0.4;
}
.cerc:hover{
  background-color: #EDEDED;
  opacity: 1;
}

body{
  width: 100%;
}

a{
  text-decoration: none;
}

header{
  width: 100%;
  height: 950px;
  padding-top: 75px;
  background-image: url("imag1.jpg");
/* centreaza si scaleaza imaginea */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
header p#text{
  color: white;
  line-height:70px;
  font-size:4.5em;
  font-weight: bolder;
  text-shadow: 1px 1px black;
  text-align:left;
}

div#meniu{
  width: 100%;
  height: 70px;
  background-color: #55B1B1;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: fixed; /* Make it stick/fixed */
  top: 0;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: 1;
}
 
div#meniu nav{
  width: 70%;
  height: 70px;
  display: inline-block;
  text-align: center;
}
div#meniu li{
  list-style: none;
  width: 20%;
  float: left;
}
div#meniu a{
  line-height: 70px;
  font-size: 1.5em;
  font-family: Gotu-Regular;
  font-weight: bolder;
  color: white;
  background-color: #2d545e;
  display: block;
}
div#meniu a:hover{
  color: #57E57E;
}
header div#meniu b.tag{
  width: 30%;
  max-height: 70px;
  line-height: 70px;
  background-image: linear-gradient(90deg, #55B1B1, #2d545e);
}
div#meniu1{
  display: none;
}
main{
  width: 96%;
  background-color: #EDEDED;
  padding: 2%;
  overflow:auto;
}

p{
  color: #4F2E22;
  text-align: justify;
  text-indent: 3ch;
  font-size: 1.3em;
  line-height: 1.5em;
  font-family: Quicksand;
  font-style: italic;
}

span{
  color: #4F2E22;
}

main div#servicii ul,div#home ul{
  list-style: none;
  color: #4F2E22;
  text-align: justify;
  font-size: 1.5em;
  font-family: Quicksand;
  font-style: italic;
}

main div#servicii ul li,div#home ul li{
  list-style: none;
}
main div#servicii ul li:before,div#home ul li:before{
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1% 1% 0 0;
  background-image: url('img/bifa.png');
  background-size: contain;
  background-repeat: no-repeat;
}
button{
  color: #2d545e;
  background-color: white;
  padding: 1em 5em;
  font-size: 1em;
  border: 1px solid #2d545e;
  border-radius: 2em;
}
button:hover{
  color: white;
  background-color: #36EDED;
  border: 1px solid #3EC1D5;
}
fieldset{
  width: 98%;
  padding: 1%;
  height: 620px;
  text-align: center;
}
form{
  width: 100%;
  margin: auto;
}

form label{
  width:98%;
  margin-left: 1%;
  padding-left: 1%;
  padding-top: 5px;
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  color: #4F2E22;
}

form input{
  width: 95%;
  margin-left: 10px;
  margin-top: 5px;
  padding-left: 0;
  font-size: 1.5em;
  line-height: 1.5em;   
}

form textarea{
  width: 95%;
  margin-left: 10px;
  margin-top: 5px;
  padding-left: 0;
  max-height: 4.5em;
  font-size: 1.5em;
  line-height: 1.5em;
}

footer{
  width: 100%;
  max-height: 300px;
  background-color: #55B1B1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

div#footer1{
  width: 28%;
  padding:1% 0.5%;
  float: left;
}
div#footer1 img{
	width: 7%;
	padding: 1%;
	margin-left: 2%;
	border: 2px solid black;
	border-radius: 10px;
  background-color: grey;
	opacity: 0.4;
}

div#footer1 img:hover{
	background-color: #EDEDED;
	opacity: 1;
}

div#footer2{
  width: 37%;
  padding:1% 1%;
  float: left;
}
div#footer2 a{
  color: #4F2E22;
}
div#footer2 a:hover{
  color: white;
}
div#footer3{
  width: 29%;
  padding:1% 0.5%;
  margin-right: 2%;
  float: left;
  background-color:#EDEDED;
  font-size: 1.3em;
  font-family: Quicksand;
  border:2px dashed #4F2E22;
  text-align: justify;
}

div#logit{
  width: 100%;
  height: 80px;
  text-align: center;
  margin-top: -2px;
  background-image: linear-gradient(#55B1B1, #2d545e);
}
div#logit samp{
  color:#1DA1DA;
  font-family:serif;
}
  
div#logit a{
  font-size: 1.5em;
  line-height: 70px;
  color: black;
  display: block;
}

div#logit a:hover{
  color: white;
}

div#logit a:hover samp{
  color: #11DADA;
}

/* ---------- MEDIA QUERIES ---------- */
/* pentru desktop rezolutie max 1700px */
@media all and (max-width: 1700px) and (min-width: 1568px){

h2{
  font-size: 3.3em; 
}
h3{
  font-size: 2.2em; 
}
h4{
  font-size: 2.2em; 
}
h5{
  font-size: 2.2em; 
}
h6{
  font-size: 1.7em; 
}
fieldset{
  max-height: 620px;
}
.vl{
  height: 100px; 
}
.tag{
  font-size: 2.2em;
}
div#footer3{
  font-size: 1.2em;
}
}
/* pentru desktop rezolutie max 1568px */
@media all and (max-width: 1568px) and (min-width: 1308px){

h2{
  font-size: 3.1em; 
}
h3{
  font-size: 2em; 
}
h4{
  font-size: 2em; 
}
h5{
  font-size: 2em; 
}
h6{
  font-size: 1.5em; 
}
fieldset{
  max-height: 620px;
}
.vl{
  height: 100px; 
}
.tag{
  font-size: 2em;
}
div#footer3{
  font-size: 1em;
}
}
/* pentru desktop rezolutie max 1308px */
@media all and (max-width: 1308px) and (min-width: 1026px){

h1{
  font-size: 7em; 
}
h2{
  font-size: 2.9em; 
}
h3{
  font-size: 1.9em; 
}
h4{
  font-size: 1.9em; 
}
h5{
  font-size: 1.9em; 
}
h6{
  font-size: 1.4em; 
}
button{
  font-size: 0.9em;
  padding: 1em 3em;
}
fieldset{
  max-height: 600px;
}
header p#text{
  line-height:70px;
  font-size:3.8em;
}
.vl{
  height: 100px; 
}
.tag{
  font-size: 1.7em;
}
div#footer3{
  font-size: 0.9em;
}
}
/* pentru desktop rezolutie max 1026px */
@media all and (max-width: 1026px) and (min-width: 900px){
body{
  font-size: 14px;
}
h1{
  font-size: 5em; 
}
h2{
  font-size: 2.7em; 
}
h3{
  font-size: 1.8em; 
}
h4{
  font-size: 1.8em; 
}
h5{
  font-size: 1.8em; 
}
h6{
  font-size: 1.3em; 
}
button{
  font-size: 0.9em;
  padding: 1em 3em;
}
fieldset{
  max-height: 550px;
}
header p#text{
  line-height:70px;
  font-size:3em;
}
.vl{
  height: 100px; 
}
.tag{
  font-size: 1.7em;
}
div#footer3{
  font-size: 0.8em;
}
}
/* pentru tablete rezolutie max 900px */
@media all and (max-width: 900px) and (min-width: 750px){
body{
  font-size: 12px;
}
h1{
  font-size: 5em; 
}
h2{
  font-size: 2.7em; 
}
h3{
  font-size: 1.8em; 
}
h4{
  font-size: 1.8em; 
}
h5{
  font-size: 1.8em; 
}
h6{
  font-size: 1.3em; 
}
button{
  font-size: 0.9em;
  padding: 1em 3em;
}
fieldset{
  max-height: 490px;
  padding: 0;
}
.input_field .captch_box{
  padding-left: 0;
  margin-left: 0;
}
.refresh{
  margin-left: 2px;
}
header{
  width: 100%;
  height: 550px;
  padding-top: 55px;
  background-image: url("imag1.jpg");
/* centreaza si scaleaza imaginea */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
header p#text{
  line-height:70px;
  font-size:3em;
}
.vl{
  height: 100px; 
}
header div#meniu{
  display:block;
  position:fixed;
  top: 0;
}
header div#meniu b.tag{
  display: none;
}
.tag{
  font-size: 1.7em;
}
div#meniu nav{
  width: 100%;
}
div#footer1{
  display: none;
}
div#footer2{
  width: 45%;
}
div#footer2 img{
  width: 30px;
  padding: 2px;
}
div#footer3{
  width: 55%;
  font-size: 1.3em;
  text-align: center;
}
}
/* pentru tablete rezolutie max 900px */
@media all and (max-width: 750px) and (min-width: 640px){
body{
  font-size: 12px;
}
h1{
  font-size: 5em; 
}
h2{
  font-size: 2.7em; 
}
h3{
  font-size: 1.8em; 
}
h4{
  font-size: 1.8em; 
}
h5{
  font-size: 1.8em; 
}
h6{
  font-size: 1.3em; 
}
button{
  font-size: 0.9em;
  padding: 1em 3em;
}
fieldset{
  max-height: 500px;
  padding: 0;
}
header{
  width: 100%;
  height: 550px;
  padding-top: 55px;
  background-image: url("imag1.jpg");
/* centreaza si scaleaza imaginea */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
header p#text{
  line-height:70px;
  font-size:3em;
}
.vl{
  height: 100px; 
}
header div#meniu{
  display:block;
  position:fixed;
  top: 0;
}
header div#meniu b.tag{
  display: none;
}
.tag{
  font-size: 1.7em;
}
div#meniu nav{
  width: 100%;
}
.centru{
  width: 98%;
  padding: 1%;
  float: none;
}
.stanga{
  width: 98%;
  padding: 1%;
  float: none;
}
.dreapta{
  width: 98%;
  padding: 1%;
  float: none;
}
div#footer1{
  display: none;
}
div#footer2{
  width: 45%;
}
div#footer2 img{
  width: 30px;
  padding: 2px;
}
div#footer3{
  width: 55%;
  font-size: 1.3em;
  text-align: center;
}
}
/* pentru telefoane rezolutie max 640px */
@media all and (max-width: 640px) and (min-width: 400px){
body{
  font-size: 12px;
}
h1{
  font-size: 3.5em;
  padding-top: 3px;
}
h2{
  font-size: 1.5em;
  text-shadow: 1px 1px black;
}
h3{
  font-size: 1.5em; 
}
h4{
  font-size: 1.5em; 
}
h5{
  font-size: 1.3em;
  text-shadow: 1px 1px black;
}
h6{
  font-size: 1.2em;
  text-shadow: 1px 1px black;
}
button{
  font-size: 0.9em;
  padding: 1em 3em;
}
fieldset{
  width: 98%;
  padding: 1%;
  max-height: 490px;
  margin: 0;
}
header{
  width: 100%;
  height: 330px;
  margin-top: 150px;
  padding-top: 0;
  background-image: url("imag1.jpg");
/* centreaza si scaleaza imaginea */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
header p#text{
  padding-top: 60px;
  line-height: 20px;
  font-size:2em;
}
.vl{
  height: 100px; 
}
header div#meniu{
  display:none;
}
header div#meniu1{
  width: 100%;
  background-color: #55B1B1;
  display: block;
  position: fixed;
  top:0;
  z-index: 999;
}

div#meniu1 nav{
  width: 100%;
  height: 30px;
  display: inline-block;
  text-align: center;
}
div#meniu1 li{
  list-style: none;
  width: 100%;
}
div#meniu1 a{
  line-height: 30px;
  font-size: 1.5em;
  font-family: Gotu-Regular;
  font-weight: bolder;
  color: white;
  background-color: #2d545e;
  display: block;
  border: 1px solid black;
  border-collapse: collapse;
}
div#meniu1 a:hover{
  color: #57E57E;
}
.tag{
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px black;
}
.centru{
  width: 98%;
  padding: 1%;
  margin: 0;
  float: none;
}
.stanga{
  width: 98%;
  padding: 1%;
  margin: 0;
  float: none;
}
.dreapta{
  width: 98%;
  padding: 1%;
  margin: 0;
  float: none;
}
.rand{
  display: inline-flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.coloana{
  -ms-flex: 98%; /* IE10 */
  flex: 98%;
  max-width: 98%;
  display: block;
  padding: 1%;
  margin: 0;
}
.mijloc{
  max-width: 98%;
  padding: 1%;
  margin-top: 2em;
}
.mySlides {
  width: 98%;
  padding: 1% 3%;
  float: none;
}
div#footer1{
  display: none;
}
div#footer2{
  width: 22%;
}
div#footer2 img{
  width: 30px;
  padding: 2px;
}
div#emailc{
  display: none;
}
div#footer3{
  width: 78%;
  padding: 15px 0;
  font-size: 1.3em;
  text-align: center;
}
}
/* pentru telefoane rezolutie max 400px */
@media all and (max-width: 400px) and (min-width: 200px){
body{
  font-size: 10px;
}
h1{
  font-size: 3.3em;
  padding-top: 3px;
}
h2{
  font-size: 1.4em;
  text-shadow: 1px 1px black;
}
h3{
  font-size: 1.4em; 
}
h4{
  font-size: 1.4em; 
}
h5{
  font-size: 1.3em;
  text-shadow: 1px 1px black;
}
h6{
  font-size: 1.2em;
  text-shadow: 1px 1px black;
}
button{
  font-size: 0.9em;
  padding: 1em 3em;
}
header{
  width: 100%;
  height: 330px;
  margin-top: 125px;
  padding-top: 0;
  background-image: url("imag1.jpg");
/* centreaza si scaleaza imaginea */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
header p#text{
  padding-top: 60px;
  line-height: 20px;
  font-size:1.9em;
}
.vl{
  height: 100px; 
}
header div#meniu{
  display:none;
}
header div#meniu1{
  width: 100%;
  background-color: #55B1B1;
  display: block;
  position: fixed;
  top:0;
  z-index: 999;
}

div#meniu1 nav{
  width: 100%;
  height: 25px;
  display: inline-block;
  text-align: center;
}
div#meniu1 li{
  list-style: none;
  width: 100%;
}
div#meniu1 a{
  line-height: 25px;
  font-size: 1.4em;
  font-family: Gotu-Regular;
  font-weight: bolder;
  color: white;
  background-color: #2d545e;
  display: block;
  border: 1px solid black;
  border-collapse: collapse;
}
div#meniu1 a:hover{
  color: #57E57E;
}
.tag{
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px black;
}
.centru{
  width: 98%;
  padding: 1%;
  margin: 0;
  float: none;
}
.stanga{
  width: 98%;
  padding: 1%;
  margin: 0;
  float: none;
}
.dreapta{
  width: 98%;
  padding: 1%;
  margin: 0;
  float: none;
}
.rand{
  display: inline-flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.coloana{
  -ms-flex: 98%; /* IE10 */
  flex: 98%;
  max-width: 98%;
  display: block;
  padding: 1%;
  margin: 0;
}
.mijloc{
  max-width: 98%;
  padding: 1%;
  margin-top: 2em;
}
.mySlides {
  width: 98%;
  padding: 1% 3%;
  float: none;
}
fieldset{
  max-height: 450px;
  margin: 0;
}
.refresh{
  margin-left: 1px;
}
div#footer1{
  display: none;
}
div#footer2{
  width: 98%;
  padding: 1%;
  display: block;
}
div#footer2 img{
  width: 30px;
}
div#footer2 .dreapta{
  width: 48%;
  float: left;
}
div#footer3{
  display: none;
}
div#logit{
  font-size: 0.7em;
}
}
