/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.6.2017, 15:08:58
    Author     : alcyo
    
*/
.dnim{
  display: none !important;
}
body {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
body h2 {
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 25px;
  }
}
body a {
  color: #30a435;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
body a:hover {
  text-decoration: none;
  color: #000;
  transition: 0.5s all ease-in-out;
}
body .header {
  text-align: center;
}
body .header img.logo {
  margin-top: 53px;
  max-width: 100%;
}
body p strong {
  font-weight: 600;
}
body ul {
  list-style: none;
  padding-left: 0px;
  text-align: justify;
}
body ul li {
  list-style: none;
}
body .slide {
  display: block;
  width: 100%;
  min-height: 100px;
  margin-top: 25px;
  position: relative;
  margin-bottom: 30px;
  max-height: 550px;
  overflow: hidden;
}
body .slide img {
  width: 100%;
  height: auto;
  display: block;
}
body .slide span.contact-us {
  color: #000000;
  border-color: #fff;
  letter-spacing: 0px;
  font-size: 25px;
  padding-left: 0.7em;
  padding-right: 2em;
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 32px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  width: 270px;
  text-align: center;
}
body .slide span.contact-us:hover {
  color: #fff;
  background-color: #000;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 700px) {
  body .slide span.contact-us {
    display: none;
  }
}
body nav.vertical ul.menu {
  text-align: right;
}
body nav.vertical ul.menu li a {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body nav.vertical ul.menu li a {
    font-size: 20px;
  }
}
body nav.vertical ul.menu li a:hover {
  color: #30a435;
}
body .content-block {
  display: none;
}
body .content-block.page-link1 {
  display: block;
}
@media (max-width: 575px) {
  body .content-block {
    display: block !important;
  }
}
body .contact-footer strong {
  font-size: 40px;
}
body .contact-footer span {
  font-size: 29px;
}
body .contact-footer a {
  font-size: 29px;
}
body .contact-footer iframe {
  width: 100%;
  height: auto;
  min-height: 304px;
}
@media (max-width: 991px) {
  body .contact-footer iframe {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  body .contact-footer iframe {
    min-height: 304px;
  }
}
body .contact-footer .contact-detail {
  text-align: right;
}
@media (max-width: 768px) {
  body .contact-footer .contact-detail {
    text-align: center;
  }
}
body .social a i {
  font-size: 67px;
}
body .social a:hover {
  text-decoration: none;
  color: #000;
}
body #footer-row a {
  color: #777;
}
body #footer-row .rtsoft {
  background: url('../img/rtsoft3.png') no-repeat;
  background-position: right top;
  display: block;
  width: 210px;
  height: 40px;
  float: right;
  text-align: left;
  position: relative;
  top: -5px;
  padding-top: 11px;
}
body #footer-row .rtsoft span {
  position: relative;
  top: -6px;
}
body #footer-row .rtsoft:hover {
  background-position: right -45px;
}
@media (max-width: 768px) {
  body #footer-row .rtsoft {
    margin: 0 auto;
    float: none;
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  body #footer-row .footer-left {
    text-align: center;
  }
}
@media (max-width: 400px) {
  body .header-links a {
    display: none;
  }
}
body .header-links.left-block {
  position: absolute;
  left: 0px;
  font-size: 30px;
  margin-left: 15px;
}
@media (max-width: 460px) {
  body .header-links.left-block {
    font-size: 20px;
  }
}
body .header-links.right-block {
  position: absolute;
  right: 0px;
  font-size: 30px;
  margin-right: 15px;
}
@media (max-width: 460px) {
  body .header-links.right-block {
    font-size: 20px;
  }
}
body .header-links.right-block a {
  float: left;
}
body .header-links.right-block .lang-selector {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  width: 50px;
  margin-left: 10px;
  background-color: #fff;
  margin-top: -85px;
  padding-bottom: 5px;
  transition: 0.5s all ease-in-out;
}
body .header-links.right-block .lang-selector.open {
  margin-top: 0px;
}
body .header-links.right-block .lang-selector ul {
  text-align: center;
  margin: 0;
  line-height: 40px;
}
body .header-links.right-block .lang-selector ul li {
  cursor: pointer;
}
nav.horizontal ul {
  display: flex;
  align-items: stretch;
  /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 33px;
}
@media (max-width: 991px) {
  nav.horizontal ul {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
  }
}
nav.horizontal ul li {
  display: block;
  flex: 0 1 auto;
  /* Default */
  list-style-type: none;
}
@media (max-width: 991px) {
  nav.horizontal ul li {
    width: 100%;
    flex: none;
  }
}
nav.horizontal ul li.divider {
  font-size: 20px;
}
@media (max-width: 991px) {
  nav.horizontal ul li.divider {
    display: none;
  }
}
nav.horizontal ul li:last-child {
  display: none;
}
nav.horizontal ul li a {
  font-weight: 400;
  color: #000;
}
nav.vertical .divider {
  display: none;
}
.configurator {
  display: block;
  width: 300px;
  height: 205px;
  background-color: #fff;
  border: 1px solid #1ea037;
  position: fixed;
  left: 0px;
  bottom: 300px;
  z-index: 999;
  border-radius: 0px 5px 5px 0px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -263px;
  -webkit-box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.75);
  transition: 0.5s all ease-in-out;
}
@media (max-width: 991px) {
  .configurator {
    display: none;
  }
}
.configurator.opened {
  margin-left: 0px;
}
.configurator a {
  display: block;
  width: 100%;
  color: #1ea037;
  font-size: 19px;
  color: #000;
}
.configurator a:hover,
.configurator a:focus {
  text-decoration: underline !important;
}
.configurator a.reset {
  color: #000;
}
.configurator .toggler {
  width: 40px;
  height: 100%;
  background-color: #1ea037;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.configurator .toggler span {
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 60px;
}
