﻿/*variables less begin*/
/*font / text properties*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textJustify {
  text-align: justify;
}
.textCenter {
  text-align: center;
}
.text-deco-none {
  text-decoration: none;
}
.text-deco-underline {
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.auto-width {
  width: auto;
}
/*colors*/
/*borders*/
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.relative-right {
  position: relative;
  float: right;
}
.relative-left {
  position: relative;
  float: left;
}
.margin-auto {
  margin: auto !important;
}
.zero-padding {
  padding: 0;
}
.zero-margin {
  margin: 0;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.hidden-overflow {
  overflow: hidden;
}
.transparent-bg {
  background-color: transparent;
}
.contain-bg-size {
  background-size: contain;
}
/*variables less end*/
.contact-wrapper {
  clear: both;
  float: left;
  width: 100%;
  background-color: #ececec;
  font-size: 14px;
  margin-top: 10px;
}
.contact-wrapper .contact-information {
  font-size: 12px;
  padding: 10px;
  line-height: 12px;
}
.contact-wrapper .contact-information h4 {
  font-size: 15px;
  margin-bottom: 15px;
}
.contact-wrapper .contact-information .address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.contact-wrapper .contact-information .phone {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.contact-wrapper .contact-information .contact-btn {
  text-align: left;
  width: 280px;
}
.contact-wrapper .contact-information .contact-btn img {
  margin-right: 15px;
}
.contact-wrapper .contact-information .map img {
  width: 100%;
}
footer {
  background: #ececec;
  clear: both;
  color: #ddd;
  height: auto;
  padding: 0px;
  width: 100%;
  margin: 0;
}
footer p,
footer h4,
footer a {
  color: #292929;
}
footer a:hover {
  text-decoration: none;
  color: #f05c1f;
}
footer .contact-desc {
  color: #999;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
footer .contact-desc span {
  color: #292929;
}
footer .footer-menu-wrapper {
  clear: both;
  float: left;
  width: 100%;
  background: #5f5f5f;
  text-align: center;
  padding: 10px;
  font-size: 10px;
}
footer .footer-menu-wrapper ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-menu-wrapper ul li {
  display: inline-block;
  margin-right: 25px;
}
footer .footer-menu-wrapper ul li a {
  color: #ddd;
  font-size: 11px;
}
footer .social-media {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
footer .social-media .icon {
  float: left;
  width: 25px;
  height: 24px;
}
footer .copyright {
  clear: both;
  float: left;
  width: 100%;
  font-size: 11px;
  color: #fff;
  background: #5f5f5f;
  text-align: center;
}
/*IE9 gradient*/
@media only screen and (max-width: 1024px) {
  footer .container .footer-menu-wrapper ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 25px;
  }
  footer .footer-menu-wrapper ul li {
    margin-right: 10px;
  }
  footer .footer-menu-wrapper ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-information {
    padding: 25px 0px 0px;
  }
  .contact-wrapper .contact-information h4 {
    color: #292929;
    text-align: center;
  }
  .contact-wrapper .contact-information p {
    text-align: center;
  }
  .contact-wrapper .contact-information .phone span {
    float: none;
  }
  .contact-wrapper .contact-information .contact-btn {
    width: 100%;
  }
  footer {
    height: auto !important;
    padding: 30px 0px;
    bottom: 0;
  }
  footer .copyright {
    text-align: center;
  }
  footer .footer-menu-wrapper {
    margin-bottom: 0;
    font-size: 8px;
    color: #ececec;
    line-height: 26px;
  }
  footer .footer-menu-wrapper ul {
    margin: auto;
    width: 310px;
  }
  footer .footer-menu-wrapper ul li {
    margin-right: 10px;
    float: left;
    width: 100%;
  }
  footer .footer-menu-wrapper ul li a {
    font-weight: bold;
    font-size: 10px;
  }
}
.contactform input {
  background: transparent;
  border: transparent;
  border-bottom: 1px solid #3c3b3d;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0px;
}
.contactform textarea {
  border: none;
  border-bottom: 1px solid #3c3b3d;
  box-shadow: none;
  border-radius: 0;
  resize: none;
  width: 100%;
  height: 200px;
  background: transparent;
  padding-left: 0px;
}
.contactform div {
  margin-bottom: 20px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
div.address > p {
  line-height: 18px;
  margin: 0;
}
.language-wrapper a {
  padding-left: 10px;
  color: #fdffc5;
}
#contact-form > p {
  line-height: 20px;
}