/*
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
*/
body {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #38000b;
}
body h2 {
  text-align: left;
  color: #38000b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
body h3 {
  margin-top: 20px;
  font-size: 21px;
}
body a {
  color: #9c0121;
  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 {
  margin-top: 47px;
  max-width: 100%;
  width: 600px;
  transform: rotate(-7deg);
}
@media (min-width: 401px) and (max-width: 991px) {
  body .header img {
    margin-top: 78px;
  }
}
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: 20px;
  position: relative;
  margin-bottom: 30px;
}
body .slide img {
  width: 100%;
  height: auto;
}
body .slide span.contact-us {
  color: #38000b;
  border-color: #fff;
  letter-spacing: 0px;
  font-size: 25px;
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 32px;
  padding-bottom: 5px;
  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;
  border-radius: 15px 15px 0px 0px;
}
body .slide span.contact-us:hover {
  color: #fff;
  background-color: #9c0121;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 700px) {
  body .slide span.contact-us {
    display: none;
  }
}
body ul#menu {
  text-align: right;
}
body ul#menu li a {
  color: #38000b;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body ul#menu li a {
    font-size: 20px;
  }
}
body ul#menu li a:hover {
  color: #9c0121;
}
body .content-block {
  display: none;
}
body .content-block.page-link1,
body .content-block.page-link2 {
  display: block;
}
body .content-block.page-link1 p {
  text-align: justify;
}
body .content-block.page-link2 p {
  text-align: justify;
}
body .content-block.page-link2 table {
  float: right;
}
@media (max-width: 768px) {
  body .content-block.page-link2 table {
    float: left;
  }
}
@media (max-width: 575px) {
  body .content-block {
    display: block!important;
  }
}
body .contact-footer h3 {
  font-size: 40px;
  line-height: 30px;
}
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 .contact-footer .contact-detail strong {
  color: #9c0121;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 37px;
}
body .contact-footer .contact-detail a {
  color: #38000b;
}
body .social a i {
  font-size: 67px;
}
body .social a:hover {
  text-decoration: none;
  color: #000;
}
body #footer-row a {
  color: #9c0121;
}
body #footer-row .rtsoft {
  background: url(images/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;
  color: #38000b;
}
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;
  }
}
body .header-links {
  color: #38000b;
}
@media (max-width: 400px) {
  body .header-links {
    display: none;
  }
}
body .header-links.email {
  position: absolute;
  left: 0px;
  margin-top: 3px;
  font-size: 30px;
  margin-left: 15px;
}
body .header-links.phone {
  position: absolute;
  right: 0px;
  margin-top: 3px;
  font-size: 30px;
  margin-right: 15px;
}
body tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .map {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
body .fancybox-thumb img {
  width: 32%;
  margin-right: 3px;
  float: left;
  -webkit-filter: grayscale(70%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
}
body .fancybox-thumb img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
body .clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
body .fancybox-thumb {
  width: 32%;
  height: 238px;
  display: block;
  background-size: cover;
  float: left;
  margin-right: 0.6%;
  margin-bottom: 3px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body .fancybox-thumb:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 991px) {
  body .fancybox-thumb {
    height: 145px;
  }
}
@media (max-width: 768px) {
  body .fancybox-thumb {
    height: 111px;
  }
}
@media (max-width: 500px) {
  body .fancybox-thumb {
    width: 100%;
    margin-right: 0.3%;
    height: 200px;
  }
}
body .fancybox-thumb.display_none {
  display: none!important;
}
/*# sourceMappingURL=general.css.map */