/*-------------------------------------------------------+
|                                                        +
|          COPYRIGHT © BEBE^ZO ESTZONE ROMANIA           +
|    HTTP://WWW.ESTZONE.RO/ TOATE DREPTURILE REZERVATE   +
+--------------------------------------------------------+
+--------------------------------------------------------+
|                                                        +
+--------------------------------------------------------+
+--------------------------------------------------------*/

body {
  background: #FFFFFF;
  font-family: sans-serif;
  padding:0px;
  margin:0px;
}

.bodycontent {
  background: linear-gradient(rgba(0,0,0,0.1),#232323), url(images/banner.jpg) no-repeat center center fixed;
  background-size: cover;
  width: auto;
  height: 1000px;
}

.bodycontentdespre {
  background: linear-gradient(rgba(0,0,0,0.1),#232323), url(images/bodycontentdespre.jpg) no-repeat center center fixed;
  background-size: cover;
  width: auto;
  height: 600px;
}

.bodycontentcazare {
  background: linear-gradient(rgba(0,0,0,0.1),#232323), url(images/bodycontentcazare.jpg) no-repeat center center fixed;
  background-size: cover;
  width: auto;
  height: 600px;
}

.bodycontentmiddle {
  background: linear-gradient(rgba(0,0,0,0.1),#232323), url(images/bodycontentmiddle.jpg) no-repeat center center fixed;
  background-size: cover;
  width: auto;
  height: 550px;
}

.bodycontentmiddlesecond {
  background: linear-gradient(rgba(0,0,0,0.1),#232323), url(images/bodycontentmiddlesecond.jpg) no-repeat center center fixed;
  background-size: cover;
  width: auto;
  height: 500px;
}

.bodycontentcontact {
  background: linear-gradient(rgba(0,0,0,0.1),#232323), url(images/bodycontentcontact.jpg) no-repeat center center fixed;
  background-size: cover;
  width: auto;
  height: 600px;
}

.navigare {
  background: #1c1c1c;
  width: 100%;
  height: 90px;
  opacity: 0.70;
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.nav {
  color: #FFFFFF;
  font-size: 14px;
  width: 100px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  background: linear-gradient(to left, #1c1c1c 50%, #383838 50%) right;
  background-size: 200%;
}

.nav:hover {
  color: #FFFFFF;
  font-size: 14px;
  width: 100px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  background-position: left;
  border-radius: 10px;
  transition: 0.3s;
}

.navimg {
  width: 45px;
  height: 45px;
  margin: 5px;
  padding: 0px;
}

.logob {
  margin-left: 50px;
}

.logo {
  margin-top: 80px;
  width: 450px;
  height: 150px;
}

/* SECTIUNE START INDEX  */
.section {
  text-align: center;
  width: 1200px;
  height: 400px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 1200px;
  height: 400px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.textsection {
  font-size: 25px;
  color: #FFFFFF;
  font-style: oblique;
  font-family: sans-serif;
}

/* SECTIUNE STOP INDEX  */

.textpagebody {
  font-size: 14px;
  color: #FFFFFF;
  font-style: oblique;
  font-family: sans-serif;
  text-align: center;
}

.textpage {
  font-size: 14px;
  color: #000000;
  font-style: oblique;
  font-family: sans-serif;
  text-align: center;
}

.sectionstart {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  width: 1200px;
  height: 400px;
  font-size: 14px;
  color: #000000;
}

/* SECTIUNE START MIDDLE PAGECONTENT */
.sectioncontent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1200px;
  height: 500px;
  font-size: 14px;
  color: #FFFFFF;
}

.pagecontent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px;
  width: 800px;
  height: auto;
}

.textpagecontent {
  font-size: 14px;
  color: #FFFFFF;
  font-style: oblique;
  font-family: sans-serif;
  text-align: center;
}

.scimg {
  width: 450px;
  height: 250px;
  border-radius: 150px;
}

/* SECTIUNE CONTINUARE MIDDLE PAGECONTENT */

.pagecontentsecond {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px;
  width: 600px;
  height: 300px;
}

.scimgsecond {
  width: 350px;
  height: 250px;
  border-radius: 150px;
}

/* SECTIUNE STOP MIDDLE PAGECONTENT */

.footer {
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  text-align: center;
}

.footertext {
  width: 100%;
  height: 200px;
  font-size: 12px;
  color: #FFFFFF;
  padding-top: 55px;
}

.linkbar {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.linkbar:hover {
  background: black;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 5px;
}

a.top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 100px;
	background: #1c1c1c url(images/up-arrow.png) no-repeat center;
	border-radius: 10px;
}
a:hover.top {
	background-color: #1d8dd8;
}

/* SECTIUNE START INDEX BUTTON  */

.buttonclick {
  width: auto;
  height: auto;
  color: #000000;
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 15px;
  background: linear-gradient(to left, white 50%, green 50%) right;
  background-size: 200%;
}

.buttonclick:hover {
  width: auto;
  height: auto;
  color: #000000;
  padding: 20px;
  font-size: 14px;
  border: none;
  transition: 0.5s;
  background-position: left;
  text-decoration: none;
  border-radius: 15px;
}
/* SECTIUNE START INDEX BUTTON  */

/* SECTIUNE START SOCIAL BUTTON  */
.social-table {
width: 100%;
height: 100px;
}

.social {
  width:50px;
  height:50px;
  margin: 20px 0px 0px 10px;
  padding: 0px;
  background: linear-gradient(to left, #2e2e2e 50%, #f1f1f1 50%) right;
  background-size: 200%;
  border-radius: 30px;
}

.social:hover {
  background-position: left;
  width:50px;
  height:50px;
  margin: 20px 0px 0px 10px;
  padding:0px;
  border-radius: 30px;
  transition: 0.5s;
}
/* SECTIUNE STOP SOCIAL BUTTON  */

/* START SECTIUNE MIDDLE 2 SECTIUNI */

.contentbig {
  width: 1200px;
  height: 450px;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contentpagebig {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 600px;
  height: 400px;
}

.cbimg {
  width: 600px;
  height: 400px;
  border-radius: 70% 40% / 50% 30%;
}

  /* SECTIUNE START 4COLOANE PAGECONTENT */
.colpagecontent {
  width: 1200px;
  height: 500px;
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.colpagechild {
  width: 300px;
  height: 450px;
  font-size: 12px;
  color: #000000;
  font-size: 14px;
  color: #000000;
  margin: 1px;
  background: linear-gradient(to left, #ffffff 50%, #fdfdfd 50%) right;
  background-size: 200%;
  border-radius: 50px
}

.colpagechild:hover {
  background-position: left;
  width: 300px;
  height: 450px;
  font-size: 14px;
  color: #000000;
  margin: 1px;
  box-shadow: 0px 0px 1px 1px #f3f3f3;
  transition: 0.8s;
}

.colimg {
  width: 200px;
  height: 200px;
  border-radius: 35px;
}
  /* SECTIUNE STOP 4COLOANE PAGECONTENT */

    /* SECTIUNE CONTACT PAGECONTENT */

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background: #010101;
  color: #FFFFFF;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #45a049;
}

.sectioncontact {
  width: 1200px;
  height: 800px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
  /* SECTIUNE CONTACT PAGECONTENT */

  .bodycontentall {
    color: #FFFFFF;
    width: 1200px;
    height: 400px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }

  /*-------------------------------------------------------+
|                                                        +
|          COPYRIGHT © BEBE^ZO ESTZONE ROMANIA           +
|    HTTP://WWW.ESTZONE.RO/ TOATE DREPTURILE REZERVATE   +
+--------------------------------------------------------+
+--------------------------------------------------------+
|                                                        +
+--------------------------------------------------------+
+--------------------------------------------------------*/

@media only screen and (max-width: 1024px)
{
  .bodycontent {
    background: linear-gradient(rgba(0,0,0,0.5),#232323), url(images/banner.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 700px;
    }

  .bodycontentdespre {
    background: linear-gradient(rgba(0,0,0,0.5),#232323), url(images/bodycontentdespre.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 400px;
    }

  .bodycontentcazare {
    background: linear-gradient(rgba(0,0,0,0.5),#232323), url(images/bodycontentcazare.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  .bodycontentmiddle {
    background: linear-gradient(rgba(0,0,0,0.5),#232323), url(images/bodycontentmiddle.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .bodycontentmiddlesecond {
    background: linear-gradient(rgba(0,0,0,0.5),#232323), url(images/bodycontentmiddlesecond.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .bodycontentcontact {
    background: linear-gradient(rgba(0,0,0,0.5),#232323), url(images/bodycontentcontact.jpg) no-repeat center center fixed;
    background-size: cover;
    width: auto;
    height: 400px;
  }

  .navigare {
    background: #1c1c1c;
    width: 100%;
    height: 70px;
    opacity: 0.70;
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .nav {
    color: #FFFFFF;
    font-size: 14px;
    width: 75px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    background: linear-gradient(to left, #1c1c1c 50%, #383838 50%) right;
    background-size: 200%;
  }

  .nav:hover {
    color: #FFFFFF;
    font-size: 14px;
    width: 75px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    background-position: left;
    border-radius: 10px;
    transition: 0.3s;
  }

  .navimg {
    width: 35px;
    height: 35px;
    margin: 5px;
    padding: 0px;
  }

  .logob {
    text-align: center;
    margin: 0 auto;
  }

  .logo {
    width: 60%;
    height: auto;
  }

  /* SECTIUNE START INDEX  */
  .section {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .welcome {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
  }

  .textsection {
    font-size: 16px;
    color: #FFFFFF;
    font-style: oblique;
    font-family: sans-serif;
  }

  /* SECTIUNE STOP INDEX  */

  .textpagebody {
    font-size: 14px;
    color: #FFFFFF;
    font-style: oblique;
    font-family: sans-serif;
    text-align: center;
  }

  .textpage {
    font-size: 14px;
    color: #000000;
    font-style: oblique;
    font-family: sans-serif;
    text-align: center;
  }

  .sectionstart {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    width: 100%;
    height: 350px;
    font-size: 14px;
    color: #000000;
  }

  /* SECTIUNE START MIDDLE PAGECONTENT */
  .sectioncontent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: auto;
  }

  .pagecontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .textpagecontent {
    font-size: 12px;
    color: #FFFFFF;
    font-style: oblique;
    font-family: sans-serif;
    justify-content: center;
  }

  .scimg {
    width: 60%;
    height: 50%;
    border-radius: 60px;
  }

  /* SECTIUNE CONTINUARE MIDDLE PAGECONTENT */

  .pagecontentsecond {
    width: 100%;
    height: auto;
  }

  .scimgsecond {
    width: 60%;
    height: 50%;
    margin: 20px 0px 10px 0px;
    border-radius: 60px;
  }

  /* SECTIUNE STOP MIDDLE PAGECONTENT */

  /* SECTIUNE START 2 PAGECONTENT */
  .contentbig {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contentpagebig {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
  }

  .cbimg {
    width: 70%;
    height: 50%;
    border-radius: 20% 60% / 60% 30%;
  }
    /* SECTIUNE START 2 PAGECONTENT */

  /* SECTIUNE START 4COLOANE PAGECONTENT */
  .colpagecontent {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .colpagechild {
    background: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1px;
    font-size: 14px;
    color: #000000;
    border-radius: 0px;
  }

  .colpagechild:hover {
    background: #f3f3f3;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1px;
    font-size: 14px;
    color: #000000;
    border-radius: 0px;
    transition: 0.7s;
  }

  .colimg {
    width: 90%;
    height: 300px;
    border-radius: 35px;
  }
    /* SECTIUNE START 4COLOANE PAGECONTENT */

    /* SECTIUNE CONTACT PAGECONTENT */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background: #010101;
  color: #FFFFFF;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 0px 0px 30px 0px;
}

input[type=submit]:hover {
  background: #45a049;
}

.sectioncontact {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
  /* SECTIUNE CONTACT PAGECONTENT */

  .bodycontentall {
    color: #FFFFFF;
    width: 99%;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }
}
