/*
Theme Name: Fulwood driving school
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: AJ Jackson
Author URI: http://wordpress.org/
Description: The official template of the Fulwood driving school
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: FDS

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Reset CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat; }

a {
  background-repeat: no-repeat;
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none;
  outline: none; }

.clearfix, .clear {
  clear: both; }

.clearfix:after, .clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide {
  display: none; }

/* CSS Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
.pageWrapper {
  max-width: 1150px;
  margin: 0 auto;
  background-image: url("images/background-inner.jpg");
  background-repeat: repeat; }

.nopad {
  padding: 0 !important; }

.row {
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 50px; }

.onecol, .twocol, .threecol {
  margin-right: 0;
  float: left;
  min-height: 1px; }

.row .onecol {
  width: 33.33333%; }

.row .twocol {
  width: 66.66667%; }

.row .threecol {
  width: 100%; }

.last {
  margin-right: 0px; }

img, object, embed {
  max-width: 100%; }

img {
  height: auto; }

/* Mobile */
@media handheld, only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none; }

  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, .row .thirteencol, .row .fourteencol, .row .fifteencol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px; } }
@font-face {
  font-family: 'geared_slabbold';
  src: url("fonts/gearedslab-bold-webfont.eot");
  src: url("fonts/gearedslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gearedslab-bold-webfont.woff") format("woff"), url("fonts/gearedslab-bold-webfont.ttf") format("truetype"), url("fonts/gearedslab-bold-webfont.svg#geared_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  margin: 0px !important;
  height: 100%; }

body {
  background-color: #1c325d;
  background-image: url("images/background.jpg");
  background-repeat: repeat;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.33333em;
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

a {
  color: #808ca2; }

.sitename, .logo {
  text-align: center; }

.logo img {
  margin-top: 45px; }
  @media handheld, only screen and (max-width: 800px) {
    .logo img {
      width: 50%; } }
  @media handheld, only screen and (max-width: 768px) {
    .logo img {
      width: 20%;
      margin-top: 30px; } }

.sitename {
  font-size: 70px;
  line-height: 1.1em;
  color: #788bcf;
  font-family: 'geared_slabbold';
  text-transform: uppercase;
  margin-top: 90px;
  position: relative; }
  @media handheld, only screen and (max-width: 900px) {
    .sitename {
      font-size: 50px; } }
  @media handheld, only screen and (max-width: 800px) {
    .sitename {
      font-size: 40px; } }
  @media handheld, only screen and (max-width: 768px) {
    .sitename {
      margin-top: 15px;
      margin-bottom: 10px; } }
  @media handheld, only screen and (max-width: 450px) {
    .sitename {
      font-size: 30px; } }
  .sitename .number {
    font-family: 'Open Sans', sans-serif;
    color: white;
    position: absolute;
    top: 0;
    right: 36px;
    font-size: 37px;
    line-height: 1.1em;
    margin-top: -60px; }
    @media handheld, only screen and (max-width: 768px) {
      .sitename .number {
        display: none; } }

.carousel {
  width: 100%;
  margin-top: 15px;
  position: relative;
  border-bottom: 10px solid #191f3b;
  margin-bottom: 80px; }
  @media handheld, only screen and (max-width: 750px) {
    .carousel {
      border-bottom: 0px solid #191f3b; } }
  .carousel img {
    display: block; }
    @media handheld, only screen and (max-width: 750px) {
      .carousel img {
        display: none; } }
  .carousel nav {
    height: 75px;
    width: 100%;
    background: #1d3268;
    opacity: 0.3;
    position: absolute;
    top: 0; }
    @media handheld, only screen and (max-width: 750px) {
      .carousel nav {
        position: relative;
        text-align: center;
        height: auto;
        padding-bottom: 20px; } }
    .carousel nav ul {
      list-style-type: none;
      height: 100%; }
      .carousel nav ul li {
        float: left;
        padding: 0 4.9%; }
        @media handheld, only screen and (max-width: 750px) {
          .carousel nav ul li {
            float: none; } }
        .carousel nav ul li a {
          color: white;
          text-decoration: none;
          font-family: 'Open Sans', sans-serif;
          color: white;
          font-size: 27px;
          padding-top: 28px;
          display: block;
          width: 100%; }
          .carousel nav ul li a:hover {
            color: grey; }
          @media handheld, only screen and (max-width: 980px) {
            .carousel nav ul li a {
              font-size: 25px; } }
          @media handheld, only screen and (max-width: 980px) {
            .carousel nav ul li a {
              font-size: 20px; } }

.titleRow {
  overflow: visible; }
  .titleRow .pageTitle {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
    height: 45px;
    font-size: 45px;
    padding: 30px 0 0 4.9%; }

.strap {
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 52px;
  margin-bottom: 60px;
  /* @media handheld, only screen and (max-width: 600px) {
      font-size: 25px;
  }
  @media handheld, only screen and (max-width: 500px) {
      font-size: 20px;
  }
  @media handheld, only screen and (max-width: 400px) {
      font-size: 15px;
  } */ }
  @media handheld, only screen and (max-width: 768px) {
    .strap {
      font-size: 20px;
      line-height: 1.5em;
      font-family: 'Open Sans', sans-serif; } }

.testimonialHome {
  border-top: 3px solid #bf882e;
  border-bottom: 3px solid #bf882e;
  padding: 60px 0;
  margin: 0 0px 40px 0px;
  background: url(images/background-lighter.jpg); }
  .testimonialHome .text {
    font-size: 25px;
    line-height: 50px;
    color: #f2dfc1;
    font-family: 'geared_slabbold';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px; }
    @media handheld, only screen and (max-width: 768px) {
      .testimonialHome .text {
        font-size: 25px;
        text-transform: none;
        line-height: 1.3em; } }
    @media handheld, only screen and (max-width: 600px) {
      .testimonialHome .text {
        font-size: 25px;
        line-height: 40px; } }
    .testimonialHome .text .name {
      color: #bf882e;
      font-size: 35px;
      line-height: 1.1em;
      margin-bottom: 10px; }
  .testimonialHome .avatarWrapper {
    text-align: center; }
  .testimonialHome .avatar {
    border-radius: 50%;
    border: 10px solid #808ca2;
    width: 80%; }
    @media handheld, only screen and (max-width: 768px) {
      .testimonialHome .avatar {
        width: 60%;
        margin-top: 30px; } }
  .testimonialHome .more {
    font-size: 28px;
    line-height: 1em;
    color: #bf892f;
    color: #808ca2;
    margin-top: 15px; }
    .testimonialHome .more a {
      color: #bf892f;
      color: #808ca2;
      text-decoration: none;
      font-family: 'Open Sans', sans-serif;
      text-transform: none !important; }
      .testimonialHome .more a:hover {
        text-decoration: underline; }

.pricesHome {
  padding-top: 60px;
  margin: 0 0px 80px 0px; }
  @media handheld, only screen and (max-width: 768px) {
    .pricesHome {
      padding: 40px 0; } }
  .pricesHome .text {
    font-size: 20px;
    line-height: 1.5em;
    color: #f2dfc1;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px; }
    .pricesHome .text .more {
      font-size: 28px;
      line-height: 1em;
      color: #bf892f;
      color: #808ca2;
      margin-top: 15px; }
      .pricesHome .text .more a {
        color: #808ca2;
        text-decoration: none; }
        .pricesHome .text .more a:hover {
          text-decoration: underline; }
  .pricesHome .priceWrapper {
    text-align: center;
    font-size: 69px;
    line-height: 1em;
    color: #bf892f;
    font-family: 'geared_slabbold';
    text-transform: uppercase; }
    @media handheld, only screen and (max-width: 768px) {
      .pricesHome .priceWrapper {
        margin-bottom: 20px;
        font-size: 55px;
        line-height: 1em; } }
    .pricesHome .priceWrapper span {
      font-size: 195px;
      line-height: 1em; }
      @media handheld, only screen and (max-width: 768px) {
        .pricesHome .priceWrapper span {
          font-size: 55px;
          line-height: 1em; } }

.content {
  font-size: 20px;
  line-height: 1.5em; }
  @media handheld, only screen and (max-width: 767px) {
    .content {
      font-size: 18px; } }
  .content p {
    margin-bottom: 15px; }
  .content ul {
    margin-bottom: 20px; }
    .content ul li {
      margin-left: 22px; }
  .content h2 {
    font-size: 25px;
    line-height: 1.1em;
    margin-bottom: 20px; }
  .content a {
    color: white;
    text-decoration: none; }
    .content a:hover {
      text-decoration: underline; }
  .content img {
    border: 6px solid #808ca2; }

footer {
  background: #191f3b;
  height: 40px;
  width: 100%;
  padding-top: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px; }

.bx-wrapper {
  height: 380px;
  overflow: hidden; }
  @media handheld, only screen and (max-width: 750px) {
    .bx-wrapper {
      display: none; } }

.slide img {
  width: 1150px; }

input[type=text], input[type=email], textarea {
  height: 35px;
  font-family: 'Open Sans', sans-serif;
  colour: #333333;
  font-size: 15px;
  padding: 10px 15px; }
  @media handheld, only screen and (max-width: 600px) {
    input[type=text], input[type=email], textarea {
      width: 80%; } }

textarea {
  height: 100px; }

input[type=submit] {
  height: 40px;
  background: #191f3b;
  width: 80px;
  border: 0px;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer; }
  input[type=submit]:hover {
    background: #788bcf; }

.headerImage {
  width: 100%; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }
