body {
  padding: 0;
  background: url("../imgs/bg.png") repeat top left;
  font-family: 'Droid', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.main-content {
  width: 800px;
  min-height: 780px;
  background: #FFF;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 90px;
  background-color: #34495e;
}
.header img {
  height: 60px;
  margin-left: 20px;
  margin-top: 15px;
}

.slider-region {
  width: 100%;
  height: 320px;
  background-image: url("../imgs/ttebg.jpg");
}

.after-image {
  width: 100%;
  height: 15px;
  background: #34495e;
}

.icons-region {
  width: 100%;
  height: 230px;
  background: white;
}

.bottom-page {
  width: 100%;
  height: 200px;
  background: #34495e;
}

.first-triangle {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #34495e transparent transparent transparent;
}

.second-triangle {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #34495e transparent transparent transparent;
}

.third-triangle {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: white transparent transparent transparent;
}

.circle {
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  float: left;
  margin-left: 87.5px;
  margin-top: 20px;
}

.first-circle {
  background: #ef5f3a;
}
.first-circle:hover {
  background-color: #34495e;
}
.first-circle div {
  font-size: 18px;
  color: white;
  text-align: center;
  margin-top: 4px;
}

.second-circle {
  background: #845986;
}
.second-circle:hover {
  background-color: #34495e;
}
.second-circle div {
  font-size: 18px;
  color: white;
  text-align: center;
}

.third-circle {
  background: #2881bb;
}
.third-circle:hover {
  background-color: #34495e;
}
.third-circle div {
  font-size: 18px;
  color: white;
  text-align: center;
}

.fa-pencil-square-o {
  font-size: 70px;
  color: white;
  margin: 25px 45px 0px;
  text-align: center;
}

.fa-medkit {
  font-size: 70px;
  color: white;
  margin: 20px 40px 0px;
  text-align: center;
}

.fa-stethoscope {
  font-size: 75px;
  color: white;
  margin: 20px 50px 0px;
  text-align: center;
}

.despre-noi {
  width: 350px;
  height: 180px;
  color: white;
  margin-left: 20px;
  text-align: justify;
  float: left;
}
.despre-noi h1 {
  font-size: 18px;
  margin-top: 0;
}

.contact-us {
  width: 350px;
  height: 180px;
  color: white;
  margin-left: 80px;
  float: left;
}
.contact-us h1 {
  font-size: 18px;
  margin-top: 0;
}
.contact-us div {
  font-size: 16px;
  line-height: 26px;
}
.contact-us span {
  margin-left: 6px;
}
.contact-us a {
  text-decoration: none;
  color: #FFF;
}

.fa-phone {
  color: #14a085;
  font-size: 20px;
}

.fa-envelope {
  color: #14a085;
  font-size: 16px;
}

.fa-map-marker {
  color: #14a085;
  font-size: 20px;
}

.header-aparatura {
  width: 100%;
  height: 90px;
  background-color: #ef5f3a;
}
.header-aparatura img {
  height: 60px;
  margin-left: 20px;
  margin-top: 15px;
}

.icons-region-aparatura {
  width: 100%;
  height: 230px;
  background: white;
}

.second-triangle-aparatura {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #ef5f3a transparent transparent transparent;
}

.bottom-page-aparatura {
  width: 100%;
  height: 200px;
  background: #ef5f3a;
}

.third-triangle-aparatura {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #ef5f3a transparent transparent transparent;
}

.despre-noi-aparatura {
  width: 350px;
  height: 180px;
  color: white;
  margin-left: 20px;
  text-align: justify;
  float: left;
}
.despre-noi-aparatura h1 {
  font-size: 18px;
  margin-top: 0;
}

.aparatura {
  color: #14a085;
}

.immulite2k {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 87.5px;
  margin-top: 20px;
  border: 2px solid #CFCFCF;
  background: url("../imgs/im2k1.jpg");
}
.immulite2k:hover {
  background: url("../imgs/im2k2.jpg");
}

.immulite2k-info {
  float: left;
  margin-left: 100px;
  padding-top: 30px;
}
.immulite2k-info h3 {
  color: #34495e;
}

.button-oferta {
  width: 250px;
  height: 30px;
  color: white;
  background: #ef5f3a;
  font-weight: bold;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.button-oferta:hover {
  background: #34495e;
}

.fa-eye {
  color: #fff;
  font-size: 20px;
  margin: 5px 15px 0px;
}

.fa-download {
  color: #fff;
  font-size: 20px;
  margin: 5px 15px 0px;
}

.reactivi-immulite2k {
  background: #845986;
  width: 300px;
  margin-top: 13px;
}

.immulite1k {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 87.5px;
  margin-top: 30px;
  border: 2px solid #CFCFCF;
  background: url("../imgs/im1k1.jpg");
}
.immulite1k:hover {
  background: url("../imgs/im1k2.jpg");
}

.immulite1k-info {
  float: left;
  margin-top: 20px;
  margin-left: 100px;
  padding-top: 30px;
}
.immulite1k-info h3 {
  color: #34495e;
}

.uf50 {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 87.5px;
  margin-top: 30px;
  border: 2px solid #CFCFCF;
  background: url("../imgs/uf501.jpg");
}
.uf50:hover {
  background: url("../imgs/uf502.jpg");
}

.uf50-info {
  float: left;
  margin-top: 20px;
  margin-left: 100px;
  padding-top: 30px;
}
.uf50-info h3 {
  color: #34495e;
}

.icons-region-aparatura {
  width: 100%;
  height: 720px;
  background: white;
}

.cell-dyn {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 87.5px;
  margin-top: 30px;
  border: 2px solid #CFCFCF;
  background: url("../imgs/cell1.jpg");
}
.cell-dyn:hover {
  background: url("../imgs/cell2.jpg");
}

.cell-dyn-info {
  float: left;
  margin-top: 20px;
  margin-left: 100px;
  padding-top: 30px;
}
.cell-dyn-info h3 {
  color: #34495e;
}

.button-cell-dyn {
  width: 320px;
}

.button-cell-dyn-reactivi {
  width: 380px;
  background: #845986;
  margin-top: 13px;
}

.atlas {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 87.5px;
  margin-top: 30px;
  border: 2px solid #CFCFCF;
  background: url("../imgs/atlas1.jpg");
}
.atlas:hover {
  background: url("../imgs/atlas2.jpg");
}

.atlas-info {
  float: left;
  margin-top: 20px;
  margin-left: 100px;
  padding-top: 30px;
}
.atlas-info h3 {
  color: #34495e;
}

.button-atlas {
  width: 250px;
}

.button-atlas-reactivi {
  width: 305px;
  background: #845986;
  margin-top: 13px;
}

.back-home {
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #14a085;
  float: right;
  margin-top: 22.5px;
  margin-right: 30px;
}
.back-home:hover {
  background: #ef5f3a;
}

.fa-home {
  color: #FFF;
  font-size: 30px;
  margin: 8px;
}

.back-reactivi {
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #845986;
  float: right;
  margin-top: 22.5px;
  margin-right: 30px;
}
.back-reactivi:hover {
  background: #ef5f3a;
}

.pencil-top {
  color: #FFF;
  font-size: 30px;
  margin: 10px;
}

.back-instrumentar {
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2881bb;
  float: right;
  margin-top: 22.5px;
  margin-right: 30px;
}
.back-instrumentar:hover {
  background: #ef5f3a;
}

.stethoscope-top {
  color: #FFF;
  font-size: 30px;
  margin: 10px;
}

.back-aparatura {
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ef5f3a;
  float: right;
  margin-top: 22.5px;
  margin-right: 30px;
}
.back-aparatura:hover {
  background: #845986;
}

.medkit-top {
  color: #FFF;
  font-size: 26px;
  margin: 10px;
}

.change-language {
  float: right;
  margin-right: 30px;
  margin-top: 30px;
}
.change-language img {
  height: 20px;
  margin: 0;
  padding: 5px;
  opacity: 0.3;
}
.change-language img:hover {
  opacity: 1;
}

.back-home-reactivi {
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #14a085;
  float: right;
  margin-top: 22.5px;
  margin-right: 30px;
}
.back-home-reactivi:hover {
  background: #845986;
}

.back-instrumentar-reactivi {
  width: 45px;
  height: 45px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2881bb;
  float: right;
  margin-top: 22.5px;
  margin-right: 30px;
}
.back-instrumentar-reactivi:hover {
  background: #845986;
}

.icons-region-reactivi {
  width: 100%;
  min-height: 400px;
  background: white;
}

.titlu-reactivi {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #34495e;
}

.button-oferta-reactivi {
  width: 365px;
  height: 30px;
  color: white;
  background: #845986;
  font-weight: bold;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  float: left;
  margin-top: 10px;
}
.button-oferta-reactivi:hover {
  background: #34495e;
}

.container-reactivi {
  float: right;
  width: 400px;
  margin-right: 70px;
  margin-top: 20px;
}

.reactivi-img1 {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 87.5px;
  margin-top: 44px;
  border: 2px solid #CFCFCF;
  float: left;
  background: url("../imgs/reactiv1.jpg");
}

.reactivi-img2 {
  width: 180px;
  height: 180px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 87.5px;
  margin-top: 30px;
  border: 2px solid #CFCFCF;
  background: url("../imgs/reactiv2.jpg");
}

.info-reactivi {
  width: 100%;
  color: #34495e;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 24px;
}

.button-comanda {
  width: 320px;
  height: 30px;
  margin: 0 auto;
  color: white;
  background: #14a085;
  font-weight: bold;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-top: 20px;
}
.button-comanda:hover {
  background: #34495e;
}
.button-comanda i {
  margin-left: 0;
}
.button-comanda a {
  color: white;
}

.visit-store {
  width: 300px;
  height: 200px;
  background: #2881bb;
  border-radius: 14px;
  margin: 0 auto;
  margin-top: 50px;
}
.visit-store:hover {
  background: #14a085;
}

.icon-store {
  font-size: 40px;
}

.trade-logo {
  width: 280px;
  margin: 10px;
}

.ebay {
  width: 100px;
  margin: 2px 0 0 93px;
}

.line {
  width: 280px;
  height: 2px;
  background: #424242;
  margin: 0 10px;
}

.store {
  font-size: 58px;
  color: #FFF;
  letter-spacing: 13px;
  margin-left: 22px;
}
