/* Body
========================================= */
/*@font-face {
  src: url('../fonts/URW_DINCond-Regular.otf');
  font-family: 'URW';

}

@font-face {
  src: url('../fonts/URW_DINCond-Bold.otf');
  font-family: 'URW-B';
  font-weight: bold;
}

@font-face {
  src: url('../fonts/DarbySansPoster-Medium.ttf');
  font-family: 'URW-N';
  font-weight: normal;
}*/
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: black;
}
h1 {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  line-height: 20px;
}
/* ANIMATIONS
========================================= */
a {
  color: black;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: black;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent;
  border-bottom: 2px solid white !important;
}
  .lang{
	  font-size: 13px !important;
	  border-bottom:0px !important;
	  padding-left:5px; !important;
	  padding-right:5px; !important;
  }
@media (min-width: 1200px) {
  .container {
    width: 845px;
  }
}
.home-content header {
  background: url("../images/header-bg.png");
  height: 135px;
  position: relative;
}
.home-content header .logo {
  text-align: center;
  margin-top: 0;
  height: 198px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}
.home-content header .logo img {
  width: 100%;
  max-width: 350px;
}
.home-content .content {
  position: relative;
}
.home-content .content .navbar {
  position: absolute;
  top: 97px;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  height: 30px;
  min-height: 30px;
  z-index: 999;
  border: none;
}
.home-content .content .navbar li {
  display: inline-block;
  margin-right: 30px;
}
.home-content .content .navbar li a {
  display: inline-block;
  color: #adf340;
  padding: 7px 15px 10px 15px;
  border-bottom: 2px solid transparent;
  font-size: 18px;
}
.home-content .content .navbar li a:hover {
  border-color: white;
  color: white;
}
.home-content .content .navbar .navbar-header {
  float: left;
  width: 100px;
}
.home-content .content .navbar-brand {
  margin-top: -37px;
  margin-right: 80px;
}
.home-content .content .slider-wrap img {
  width: 100%;
}
.home-content .carousel .carousel-indicators {
  bottom: 100px;
}
.home-content .carousel .carousel-indicators li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ac9593;
  border: none;
  border-radius: 0;
}
.home-content .carousel .carousel-indicators li:active {
  background-color: black !important;
}
.home-content .carousel .carousel-indicators .active {
  width: 7px;
  height: 7px;
  background-color: black;
}
.about-content header {
  background: url("../images/header-bg.png");
  height: 135px;
  position: relative;
}
.about-content header .logo {
  text-align: center;
  margin-top: 0;
  height: 198px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 150px;
}
.about-content header .logo img {
  width: 100%;
}
.about-content .content {
  position: relative;
  margin-bottom: 30px;
}
.about-content .content .navbar-brand {
  margin-top: -37px;
  margin-right: 0;
}
.about-content .content .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  height: 30px;
  min-height: 30px;
  z-index: 999;
  border: none;
}
.about-content .content .navbar li {
  display: inline-block;
  margin-right: 35px;
}
.about-content .content .navbar li a {
  display: inline-block;
  color: #adf340;
  padding: 7px 15px 10px 15px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}
.about-content .content .navbar li a:hover {
  border-color: white;
  color: white;
}
.about-content .content .navbar-nav {
  float: left;
  margin: 0;
  margin-top: -3px;
  margin-left: 75px;
}
.about-content .act-logo {
  position: absolute;
  bottom: 28px;
  max-width: 400px;
  /* right: 7px; */
  max-height: 95px;
  z-index: 99999;
  margin-left: -11px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.about-content .act-logo img {
  max-height: 95px;
}
.about-content .outer-wrap {
  background: url("../images/sky001.jpg");
  background-size: 100% 350px;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.about-content .outer-wrap .act-img {
  text-align: center;
}
.about-content .outer-wrap .desc {
  padding: 30px 70px 30px 20px;
}
.about-content .outer-wrap .desc p {
  font-size: 20px;
  color: black;
  line-height: 28px;
}
.product-content header {
  background: url("../images/header-bg.png");
  height: 135px;
  position: relative;
}
.product-content header .logo {
  text-align: center;
  margin-top: 0;
  height: 198px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 150px;
}
.product-content header .logo img {
  width: 100%;
}
.product-content .content {
  position: relative;
  margin-bottom: 30px;
}
.product-content .content .navbar-brand {
  margin-top: -37px;
  margin-right: 0;
}
.product-content .content .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  height: 30px;
  min-height: 30px;
  z-index: 999;
  border: none;
}
.product-content .content .navbar li {
  display: inline-block;
  margin-right: 35px;
}
.product-content .content .navbar li a {
  display: inline-block;
  color: #adf340;
  padding: 7px 15px 10px 15px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}
.product-content .content .navbar li a:hover {
  border-color: white;
  color: white;
}
.product-content .content .navbar-nav {
  float: left;
  margin: 0;
  margin-top: -3px;
  margin-left: 75px;
}
.product-content .act-logo {
  position: absolute;
  bottom: 28px;
  max-width: 400px;
  /* right: 7px; */
  max-height: 95px;
  z-index: 9;
  margin-left: -11px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.product-content .act-logo img {
  max-height: 95px;
}
.product-content .outer-wrap {
  background-size: 100% 350px;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.product-content .outer-wrap .act-img {
  text-align: center;
}
.product-content .outer-wrap .products {
  padding: 30px 10px 30px 20px;
}
.product-content .outer-wrap .products .item {
  min-height: 200px;
  margin-bottom: 100px;
  position: relative;
}
.product-content .outer-wrap .products .item h1 {
  font-size: 24px;
  background: #c7c7c7;
  color: black;
  padding: 5px 8px;
  /* line-height: 22px; */
  padding-top: 12px;
  line-height: 16px;
}
.product-content .outer-wrap .products .item .image {
  max-height: 150px;
  position: absolute;
  right: -30px;
  top: -9px;
}
.product-content .outer-wrap .products .item:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  position: absolute;
  bottom: -15px;
}
.product-content .outer-wrap .products .item table {
  width: 250px;
  margin-top: 15px;
}
.product-content .outer-wrap .products .item table thead {
  border-top: 4px solid black;
  border-bottom: 2px solid black;
}
.product-content .outer-wrap .products .item table thead td {
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  vertical-align: text-top;
  padding-top: 3px;
}
.product-content .outer-wrap .products .item table tbody tr td {
  border-bottom: 1px solid black;
  font-size: 11px;
}
.product-content .outer-wrap .products .item table tbody tr:last-child td {
  border-bottom: none;
}
.contact-content header {
  background: url("../images/header-bg.png");
  height: 135px;
  position: relative;
}
.contact-content header .logo {
  text-align: center;
  margin-top: 0;
  height: 198px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 150px;
}
.contact-content header .logo img {
  width: 100%;
}
.contact-content .content {
  position: relative;
  margin-bottom: 30px;
}
.contact-content .content .navbar-brand {
  margin-top: -37px;
  margin-right: 0;
}
.contact-content .content .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  height: 30px;
  min-height: 30px;
  z-index: 999;
  border: none;
}
.contact-content .content .navbar li {
  display: inline-block;
  margin-right: 35px;
}
.contact-content .content .navbar li a {
  display: inline-block;
  color: #adf340;
  padding: 7px 15px 10px 15px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}
.contact-content .content .navbar li a:hover {
  border-color: white;
  color: white;
}
.contact-content .content .navbar-nav {
  float: left;
  margin: 0;
  margin-top: -3px;
  margin-left: 75px;
}
.contact-content .act-logo {
  position: absolute;
  bottom: 28px;
  max-width: 400px;
  /* right: 7px; */
  max-height: 95px;
  z-index: 99999;
  margin-left: -11px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.contact-content .act-logo img {
  max-height: 95px;
}
.contact-content .outer-wrap {
  background: url("../images/contact-bg.jpg");
  background-size: 100% 350px;
  background-repeat: no-repeat;
  padding-top: 30px;
  min-height: 300px;
}
.contact-content .outer-wrap .act-img {
  text-align: center;
}
.contact-content .outer-wrap .desc {
  padding: 30px 70px 30px 20px;
}
.contact-content .outer-wrap .desc p {
  font-size: 14px;
  color: black;
}
.contact-content .outer-wrap .contact-form-wrap h1 {
  font-size: 18px;
  margin-top: 50px;
}
.contact-content .outer-wrap .contact-form-wrap .contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-content .outer-wrap .contact-form-wrap .contact-form label {
  font-size: 18px;
}
.contact-content .outer-wrap .contact-form-wrap .contact-form .btn-primary {
  background: white;
  border-color: black;
  color: black;
  padding-top: 10px;
}
.contact-content .outer-wrap .contact-form-wrap .contact-form .btn-primary:hover,
.contact-content .outer-wrap .contact-form-wrap .contact-form .btn-primary:focus {
  background: white;
  border-color: black;
}
.contact-content .outer-wrap .map-wrap {
  margin-top: 60px;
}
.contact-content .outer-wrap .map-wrap #map {
  height: 400px;
  width: 100%;
  margin-top: 40px;
}
/*-----------------------------------------------------------------------------------*/
/* Responsive: Large desktop and up
/*-----------------------------------------------------------------------------------*/
.product-content .outer-wrap .products .item table {
  width: 400px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .home-content header .logo {
    height: 125px;
    top: 0px;
  }
  .home-content header .logo img {
    max-width: 250px;
  }
  .home-content .content .navbar {
    top: 0px;
  }
  .about-content .content .navbar-nav {
    float: left;
    margin-left: 90px;
  }
  .product-content .content .navbar-nav {
    float: left;
    margin-left: 90px;
  }
  .contact-content .content .navbar-nav {
    float: left;
    margin-left: 90px;
  }
  .product-content .outer-wrap .products .item table {
    width: 500px;
    margin-top: 15px;
  }
}
/*-----------------------------------------------------------------------------------*/
/* Responsive: Tablet to desktop
/*-----------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .home-content .content .navbar-brand {
    margin-top: -40px;
    margin-right: 80px;
    width: 40px;
  }
  .home-content .carousel .carousel-indicators {
    bottom: 0;
  }
  .home-content .content .navbar li {
    display: inline-block;
    margin-right: 30px;
  }
  .home-content .content .navbar li a {
    padding: 4px 15px 10px 15px;
    font-size: 14px;
  }
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .about-content .content .nav .act-logo {
    width: 200px;
    margin-top: -40px;
    margin-right: 20px;
    position: fixed;
    top: 10px;
    margin: auto;
    text-align: center;
    left: 38%;
  }
  .about-content .act-logo {
    position: absolute;
    bottom: 20px;
    max-width: 400px;
    /* right: 7px; */
    max-height: 95px;
    z-index: 99999;
    margin-left: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .about-content .content .navbar-nav {
    float: left;
    margin: 0;
    margin-left: 0;
  }
  .product-content .content .nav .act-logo {
    width: 200px;
    margin-top: -40px;
    margin-right: 20px;
    position: fixed;
    top: 10px;
    margin: auto;
    text-align: center;
    left: 38%;
  }
  .product-content .act-logo {
    position: absolute;
    bottom: 20px;
    max-width: 400px;
    /* right: 7px; */
    max-height: 95px;
    z-index: 99999;
    margin-left: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .product-content .content .navbar-nav {
    float: left;
    margin: 0;
    margin-left: 0;
  }
  .contact-content .content .nav .act-logo {
    width: 200px;
    margin-top: -40px;
    margin-right: 20px;
    position: fixed;
    top: 10px;
    margin: auto;
    text-align: center;
    left: 38%;
  }
  .contact-content .act-logo {
    position: absolute;
    bottom: 20px;
    max-width: 400px;
    /* right: 7px; */
    max-height: 95px;
    z-index: 99999;
    margin-left: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .contact-content .content .navbar-nav {
    float: left;
    margin: 0;
    margin-left: 0;
  }
  .product-content .outer-wrap .products .item table {
    width: 300px;
    margin-top: 15px;
  }

}
@media (max-width: 767px) {
  .home-content .content .nav .navigation li {
    margin-right: 20px;
  }
  .home-content .content .nav .act-logo {
    margin-right: 40px;
  }
  .home-content .content .navbar .navbar-header {
    float: left;
    width: 125px;
  }
  .home-content .content .navbar-header {
    width: 130px;
    height: 40px;
    float: left;
  }
  .home-content .content .navbar-nav {
    margin: -1px -15px;
  }
  .home-content .content .navbar li {
    display: inline-block;
    margin-right: 23px;
  }
  .home-content .content .navbar li a {
    padding: 4px 5px 10px 5px;
    font-size: 14px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    margin-top: 3px;
  }
  .about-content .content .navbar-nav {
    float: none;
    margin: 0;
    margin-left: 0;
  }
  .product-content .content .navbar-nav {
    float: none;
    margin: 0;
    margin-left: 0;
  }
  .contact-content .content .navbar-nav {
    float: none;
    margin: 0;
    margin-left: 0;
  }
  .product-content .outer-wrap .products .item .image {
    max-height: 125px;
    position: absolute;
    right: -30px;
    top: -9px;
  }
  .product-content .outer-wrap .products .item .image img {
    max-width: 200px;
  }
  .product-content .outer-wrap .products .item table {
    width: 70%;
    margin-top: 15px;
  }
  .about-content .content .navbar .navbar-header {
    float: left;
    width: 125px;
  }
  .product-content .content .navbar .navbar-header {
    float: left;
    width: 125px;
  }
  .contact-content .content .navbar .navbar-header {
    float: left;
    width: 125px;
  }
}
@media (max-width: 650px) {
  .about-content .content .navbar li {
    display: inline-block;
    margin-right: 20px;
  }
  .about-content .content .navbar li a {
    padding: 4px 6px 10px 7px;
    font-size: 14px;
  }
  .product-content .content .navbar li {
    display: inline-block;
    margin-right: 20px;
  }
  .product-content .content .navbar li a {
    padding: 4px 6px 10px 7px;
    font-size: 14px;
  }
  .contact-content .content .navbar li {
    display: inline-block;
    margin-right: 20px;
  }
  .contact-content .content .navbar li a {
    padding: 4px 6px 10px 7px;
    font-size: 14px;
  }
  .product-content .outer-wrap .products .item .image {
    max-height: 125px;
    position: relative;
    /* right: -30px; */
    /* top: -9px; */
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
  .product-content .outer-wrap .products .item table {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .home-content .content .navbar li a {
    padding: 4px 5px 10px 5px;
    font-size: 11px;
  }
  .about-content .content .navbar li a {
    padding: 4px 5px 10px 5px;
    font-size: 11px;
  }
  .product-content .content .navbar li a {
    padding: 4px 5px 10px 5px;
    font-size: 11px;
  }
  .contact-content .content .navbar li a {
    padding: 4px 5px 10px 5px;
    font-size: 11px;
  }
}
@media (max-width: 481px) {
  .home-content .content .navbar li {
    display: inline-block;
    margin-right: 0px;
  }
  .about-content .content .navbar li {
    display: inline-block;
    margin-right: 0px;
  }
  .product-content .content .navbar li {
    display: inline-block;
    margin-right: 0px;
  }
  .contact-content .content .navbar li {
    display: inline-block;
    margin-right: 0px;
  }
  .lang{
    font-size: 8px !important;
    border-bottom: 0px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}
}
