/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.bg-white {
  padding:0 !important;
  }

.bg-white .module {
  margin:0 !important;
  }



.closed-banner {
  background:#000;
  display:table;
  margin-bottom:20px;
  padding:10px;
  box-sizing:border-box;
  }

.offerBox1 {
  background:#EEE;
  text-align:center;
  }

.offerBox1 h3 {
  color:green;
  font-weight:900 !important;
  letter-spacing:2px;
  border-bottom:2px solid currentColor;
  font-size:30px;
  padding-bottom:5px;
  }

.offerBox1 h4 {
  color:#000;
  line-height:24px;
  letter-spacing:2px;
  }

.mod-xmas {
  background: url('http://offroadchallenge.co.uk/images/pexels-photo-large.jpg');
  background-size: 100%;
  border: 0px solid;
  }

.mod-xmas h3, .mod-xmas2 h3, .mod-xmas3 h3 {
  font-weight: 900;
  font-size: 30px;
  -webkit-text-stroke: 3px;
  color: #CDBE70;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px #000;
  
  }

.mod-xmas p, .mod-xmas3 p {
  font-size: 20px;
  color:#FFF;
  text-shadow: 0 0 2px #000;
  }

.mod-xmas2 {
  background:url('http://offroadchallenge.co.uk/images/pexels-photo-29543-large.jpg');
  background-size: 100%;
  border: 0px solid;
  }

.mod-xmas3 {
  background:url('http://offroadchallenge.co.uk/images/theme-christmas-23071.jpg');
  background-size: 100%;
  border: 0px solid;
  }

.custom-logo { 
  width: 138px;
  height: 72px;
  background-size: contain;
}

.margin-tb-20 { margin: 20px 0; }
.margin-l-40 { margin-left: 40px; }


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Fixing the flickering for -webkit- browsers */
.module { -webkit-backface-visibility: hidden; }


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-teaser1 {
  background-image: url(../../../images/lcsBF.jpg) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-teaser2 {
  background-image: url(../../../images/lcsNov2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-teaser3 {
  background-image: url(../../../images/lcsNov3.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-teaser4 {
  background-image: url(../../../images/lcsNov1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-teaser5 {
  background-image: url(../../../images/offroadXmas.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-teaser8 {
  
    background-image: url(../../../images/yootheme/demo/slideshow/xmasSpecial.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-features { 
  margin-top: 30px; 
  overflow: hidden;
}

.frontpage-features h1 {
  margin: 20px 0 5px 0;
  font-size: 19px;
  line-height: 20px;
}

/* Frontpage: Check
----------------------------------------------------------------------------------------------------*/

.frontpage-check {
  float: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}


/* Frontpage: Team
----------------------------------------------------------------------------------------------------*/

.frontpage-team h1 {
  margin: 20px 0 0 0;
  font-size: 40px;
  line-height: 41px;
}

.frontpage-team p {
  margin: 10px 0 0 0;
  font-size: 17px;
  line-height: 22px;
}


/* Frontpage: Contact
----------------------------------------------------------------------------------------------------*/

ul.line.frontpage-contact > li {
  margin: 0;
  padding: 15px 0;
  border-top: none;
  background: url(../images/line_bg.png) bottom repeat-x;
}

ul.line.frontpage-contact > li:first-child { 
  background: url(../images/line_bg.png) top repeat-x,
        url(../images/line_bg.png) bottom repeat-x;
}

ul.line.frontpage-contact strong {
  float: left;
  width: 140px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: normal;
}

ul.line.frontpage-contact div { display: inline-block; }


/* Frontpage: Clients
----------------------------------------------------------------------------------------------------*/

.frontpage-clients a {
  float: left;
  opacity: 0.5;
  margin: 0 -1px -1px 0;
  border: 1px solid #616a73;
  border: 1px solid rgba(255,255,255,0.5); 
}

.frontpage-clients a:hover {
  opacity: 1;
  border: 1px solid #FFF;
  background-color: rgba(255,255,255,0.05);
}

.frontpage-teaser { line-height: 0; }
.frontpage-teaser img { 
  display: block; 
  line-height: 0;
}

/* Offers */

.club-offer{
     padding: 20px;
    background: #A0D468;
    color: #fff; 
}

.club-offer h3{
 color:#fff 
}


/* Responsive 
----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

  /* Layout */
  .margin-l-40 { margin-left: 0; }


}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

  /* Layout */
  #block-bottom-b .width33 { width: 100%; }

  .frontpage-features img {
    float: none;
    margin: auto auto 15px;
  }

  .frontpage-check.width50 { width: 100%; }
  

}

