@import url('font/fontawsome.css');


body{
  background-color: #fff;
}
#mainHeader{
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  background:#fff;
  transition:all .2s ease;
  line-height: 1.6;
}
#logo{
  position:relative;
  z-index:20;
}
#logo a{
  display: block;
}
#logo a img {
  max-width: 240px;
}

/******************************************/
#slider{
  position: relative;
  z-index: 2;
}
#slider .swiper-slide{
  line-height: 0;
}
#slider svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

/******************************************/
#mainFooter{    
  font-weight: 500;
  background: #000;
  padding: 6em 0 0 0;
  color:#fff;
}
#mainFooter .footerCol{
  min-height: 5px;
}
#mainFooter a{
  color: #fff;
}
#mainFooter p{
  margin:0;
}
#mainFooter .second ul li {
  display: inline-block;
  margin-left: 15px;
}
#mainFooter .second ul li:first-child {
  margin-left: 5px;
}
#mainFooter h4 {
  font-size: 24px;
  margin: 0 0 25px 0;
}
#mainFooter .second h4:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 15%;
  float: left;
  vertical-align: unset;
  padding: 15px 0 0 0;
  margin: 0 5px 0 0;
}
#mainFooter .first,
#mainFooter .second{
  margin-bottom: 90px;
}
.threeCols.first .left {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
#subFooter {    
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.second .footerCol.col12 ul {
  float: left;
}
#footerNav ul li,
#social ul li{
  display: inline-block;
  margin-left: 15px;
}
#subFooter p,
#footerNav{
  float: left;
}
#subFooter #social ul li{
  float:right;
}
#overlay{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  background: rgba(0, 0, 0,0.6);
  cursor: pointer;
  opacity: 0;
  display: none;

  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
