/*

Theme Name: RSC Theme
Description: WordPress theme released by SQZI ConceptStudio
Author: Wouter Besems
Author URI: http://www.sqzi.nl/team/wouter-besems
Version: 1.0

*/
/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* Prevent margins and paddings from adding or subtracting to the column size 
===================================================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* =Global Styles
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

/* =Mixins
-------------------------------------------------------------- */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* =Images
-------------------------------------------------------------- */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

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

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

.aligncenter,
img.aligncenter {
  float: none;
  margin: 10px auto 10px auto; }

.alignnone,
img.alignnone {
  float: none;
  display: block;
  margin: 0 0 20px 0; }

/* =Colors
-------------------------------------------------------------- */
/* =Global Styles
-------------------------------------------------------------- */
@font-face {
  font-family: "helveticaneueregular";
  src: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/helveticaneue-roman-webfont.eot");
  src: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/helveticaneue-roman-webfont.eot#iefix") format("embedded-opentype"), url("fonts/helveticaneue-roman-webfont.woff") format("woff"), url("fonts/helveticaneue-roman-webfont.ttf") format("truetype"), url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/helveticaneue-roman-webfont.svg#helveticaneueregular") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "helveticaneuebold";
  src: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/helveticaneue-bold-webfont.eot");
  src: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/helveticaneue-bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/helveticaneue-bold-webfont.woff") format("woff"), url("fonts/helveticaneue-bold-webfont.ttf") format("truetype"), url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/helveticaneue-bold-webfont.svg#helveticaneuebold") format("svg");
  font-style: normal;
  font-weight: "bold"; }
@font-face {
  font-family: "fontello";
  src: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/fontello/fontello.eot");
  src: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/fontello/fontello.eot#iefix") format("embedded-opentype"), url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/fonts/fontello/fontello.woff") format("woff"), url("fonts/fontello/fontello.ttf") format("truetype"), url("fonts/fontello/fontello.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
body {
  font: 100% helveticaneueregular;
  color: #818285;
  font-size: 15px;
  line-height: 20px;
  background: #fff; }

h1 {
  font-family: helveticaneuebold;
  color: #0057a1;
  font-size: 40px;
  line-height: 45px;
  font-weight: normal;
  padding-bottom: 50px; }

h2 {
  font-family: helveticaneuebold;
  color: #818285;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  padding-bottom: 40px; }

h3 {
  font-family: helveticaneuebold;
  color: #0057a1;
  font-size: 22px;
  line-height: 27px;
  font-weight: normal;
  padding-bottom: 30px; }

h4 {
  font-family: helveticaneuebold;
  margin-bottom: 10px; }

a {
  color: #0057a1;
  text-decoration: none; }

p {
  padding-bottom: 30px; }

strong, b {
  font-family: helveticaneuebold;
  font-weight: normal; }

hr {
  background: #bcbdc0;
  height: 1px;
  border: 0;
  margin: 15px 0; }

.cta-style, .cta a, input[type=submit], textarea[type=submit] {
  font-family: helveticaneuebold;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 4px 13px;
  background: #0057a1;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; }
  .cta-style:after, .cta a:after, input[type=submit]:after, textarea[type=submit]:after {
    font-family: "fontello";
    content: '\e806';
    padding-left: 5px; }

ol {
  list-style-position: inside; }
  ol li {
    counter-increment: item;
    margin-left: 20px;
    padding-left: 30px;
    margin-bottom: 20px; }
    ol li:before {
      font-family: helveticaneuebold;
      color: #fff;
      content: counter(item,decimal) "";
      float: left;
      height: 35px;
      width: 32px;
      font-size: 20px;
      line-height: 31px;
      font-weight: normal;
      padding-left: 10px;
      margin-left: -50px;
      background-image: url("http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/ol-bg.svg");
      background-repeat: no-repeat; }

.entry ul {
  list-style: none;
  margin-bottom: 30px; }
  .entry ul li {
    font-style: italic;
    margin-left: 15px; }
    .entry ul li:before {
      color: #0057a1;
      font-size: 14px;
      content: '\2022';
      position: relative;
      left: -8px;
      margin-left: -27px;
      padding-left: 20px; }

/* =Layout
-------------------------------------------------------------- */
.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px; }
  .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
      width: 768px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
      width: 420px; } }

.inner {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px; }
  @media only screen and (max-width: 767px) {
    .inner {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .inner {
      width: 748px; } }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .inner {
      width: 420px; } }

.one_third {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px; }
  @media only screen and (max-width: 767px) {
    .one_third {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .one_third {
      width: 236px; } }
  @media only screen and (max-width: 767px) {
    .one_third {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .one_third {
      width: 420px; } }
  .one_third img {
    margin: -25px 0 0 -25px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .one_third img {
        width: 100%;
        height: auto;
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .one_third img {
        width: 100%;
        height: auto;
        margin: 0; } }

.two_thirds {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px; }
  @media only screen and (max-width: 767px) {
    .two_thirds {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .two_thirds {
      width: 492px; } }
  @media only screen and (max-width: 767px) {
    .two_thirds {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .two_thirds {
      width: 420px; } }

.shortcode_columns, .one_half, .one_fourth, .three_fourths {
  float: left;
  margin-right: 4%; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .shortcode_columns, .one_half, .one_fourth, .three_fourths {
      width: 100%;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .shortcode_columns, .one_half, .one_fourth, .three_fourths {
      width: 100%;
      margin: 0; } }

.one_half {
  width: 48%; }

.one_fourth {
  width: 22%; }

.three_fourths {
  width: 74%; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

.last {
  margin-right: 0; }

/* =Header
-------------------------------------------------------------- */
header {
  background: #fff;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075) ;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075) ;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075) ; }
  header #branding {
    vertical-align: middle;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      header #branding {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header #branding {
        width: 220px; } }
    @media only screen and (max-width: 767px) {
      header #branding {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      header #branding {
        width: 420px; } }
    header #branding .logo {
      margin: 15px 10px 0 0;
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      margin-left: 0; }
      @media only screen and (max-width: 767px) {
        header #branding .logo {
          margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header #branding {
        width: 100%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      header #branding {
        padding: 15px 0; } }
    @media only screen and (max-width: 767px) {
      header #branding {
        padding: 15px 0; } }
    header #branding #tagline {
      color: #0057a1;
      font-size: 11px;
      line-height: 14px;
      font-weight: bold;
      border-left: 1px solid #9d9fa2;
      padding: 10px 0 10px 10px;
      margin-top: 30px;
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 100px;
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        header #branding #tagline {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        header #branding #tagline {
          width: 76px; } }
      @media only screen and (max-width: 767px) {
        header #branding #tagline {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        header #branding #tagline {
          width: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        header #branding #tagline {
          width: 100px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        header #branding #tagline {
          display: none; } }
      @media only screen and (max-width: 767px) {
        header #branding #tagline {
          display: none; } }
  header #mainmenu {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 640px;
    margin-right: 0; }
    @media only screen and (max-width: 767px) {
      header #mainmenu {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header #mainmenu {
        width: 508px; } }
    @media only screen and (max-width: 767px) {
      header #mainmenu {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      header #mainmenu {
        width: 420px; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header #mainmenu {
        display: none; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      header #mainmenu {
        display: none; } }
    @media only screen and (max-width: 767px) {
      header #mainmenu {
        display: none; } }
    header #mainmenu ul {
      float: right;
      position: relative; }
      header #mainmenu ul li {
        float: left;
        margin-left: 25px; }
        header #mainmenu ul li.current-menu-item a {
          color: #9d9fa2; }
        header #mainmenu ul li a {
          font-family: helveticaneuebold;
          font-size: 14px;
          line-height: 100px;
          font-weight: normal;
          text-transform: uppercase; }
          header #mainmenu ul li a:hover {
            color: #9d9fa2; }
        header #mainmenu ul li.e-book a {
          display: block;
          background: url(images/e-book-downloaden.png) no-repeat;
          width: 125px;
          height: 140px;
          margin-top: 10px;
          text-indent: -9999px; }
  header #trigger {
    background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/hamburger.png) no-repeat center center #0057a1;
    width: 45px;
    height: 45px;
    float: right;
    text-indent: -9999px;
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      header #trigger {
        display: block;
        margin-top: 28px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      header #trigger {
        display: block;
        margin-top: 12px; } }
    @media only screen and (max-width: 767px) {
      header #trigger {
        display: block;
        margin-top: 12px; } }
  header .sidr {
    font-family: helveticaneuebold;
    font-weight: normal;
    text-transform: uppercase;
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 200px;
    padding: 40px 20px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 12px;
    background: #0057a1;
    color: #fff; }
    header .sidr.right {
      left: auto;
      right: -260px; }
    header .sidr.left {
      left: -260px;
      right: auto; }
    header .sidr ul {
      display: block;
      margin: 0 0 15px;
      padding: 0;
      border-bottom: 1px solid #fff; }
      header .sidr ul li {
        display: block;
        margin: 0;
        line-height: 30px;
        border-top: 1px solid #fff; }
        header .sidr ul li.current-menu-item a {
          color: #9d9fa2; }
      header .sidr ul a {
        color: #fff; }
        header .sidr ul a:hover {
          color: #9d9fa2; }

#fixed-header-space {
  height: 100px;
  width: 100%; }
  #fixed-header-space.home {
    display: none; }
    @media only screen and (max-width: 767px) {
      #fixed-header-space.home {
        display: block; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #fixed-header-space.home {
        display: block; } }

/* =Content
-------------------------------------------------------------- */
section {
  padding: 90px 0; }

#content, .archive, #cta, #usp, #testimonial {
  background: #f3f3f4; }
  #content h1, .archive h1, #cta h1, #usp h1, #testimonial h1 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 640px; }
    @media only screen and (max-width: 767px) {
      #content h1, .archive h1, #cta h1, #usp h1, #testimonial h1 {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #content h1, .archive h1, #cta h1, #usp h1, #testimonial h1 {
        width: 508px; } }
    @media only screen and (max-width: 767px) {
      #content h1, .archive h1, #cta h1, #usp h1, #testimonial h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #content h1, .archive h1, #cta h1, #usp h1, #testimonial h1 {
        width: 420px; } }
  #content .one_third .cta a, .archive .one_third .cta a, #cta .one_third .cta a, #usp .one_third .cta a, #testimonial .one_third .cta a {
    position: absolute;
    bottom: 25px; }
    @media only screen and (max-width: 767px) {
      #content .one_third .cta a, .archive .one_third .cta a, #cta .one_third .cta a, #usp .one_third .cta a, #testimonial .one_third .cta a {
        bottom: inherit;
        position: static; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #content .one_third .cta a, .archive .one_third .cta a, #cta .one_third .cta a, #usp .one_third .cta a, #testimonial .one_third .cta a {
        bottom: inherit;
        position: static; } }
  #content .content-primary, .archive .content-primary, #cta .content-primary, #usp .content-primary, #testimonial .content-primary {
    background: #fff;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 640px; }
    @media only screen and (max-width: 767px) {
      #content .content-primary, .archive .content-primary, #cta .content-primary, #usp .content-primary, #testimonial .content-primary {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #content .content-primary, .archive .content-primary, #cta .content-primary, #usp .content-primary, #testimonial .content-primary {
        width: 508px; } }
    @media only screen and (max-width: 767px) {
      #content .content-primary, .archive .content-primary, #cta .content-primary, #usp .content-primary, #testimonial .content-primary {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #content .content-primary, .archive .content-primary, #cta .content-primary, #usp .content-primary, #testimonial .content-primary {
        width: 420px; } }
    #content .content-primary .entry, .archive .content-primary .entry, #cta .content-primary .entry, #usp .content-primary .entry, #testimonial .content-primary .entry {
      padding: 25px;
      overflow: hidden; }
      #content .content-primary .entry iframe, .archive .content-primary .entry iframe, #cta .content-primary .entry iframe, #usp .content-primary .entry iframe, #testimonial .content-primary .entry iframe {
        width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        #content .content-primary .entry img, .archive .content-primary .entry img, #cta .content-primary .entry img, #usp .content-primary .entry img, #testimonial .content-primary .entry img {
          max-width: 100%;
          height: auto; } }
      @media only screen and (max-width: 767px) {
        #content .content-primary .entry img, .archive .content-primary .entry img, #cta .content-primary .entry img, #usp .content-primary .entry img, #testimonial .content-primary .entry img {
          max-width: 100%;
          height: auto; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #content .content-primary .entry img, .archive .content-primary .entry img, #cta .content-primary .entry img, #usp .content-primary .entry img, #testimonial .content-primary .entry img {
          max-width: 100%;
          height: auto; } }
  #content .content-secondary, .archive .content-secondary, #cta .content-secondary, #usp .content-secondary, #testimonial .content-secondary {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px; }
    @media only screen and (max-width: 767px) {
      #content .content-secondary, .archive .content-secondary, #cta .content-secondary, #usp .content-secondary, #testimonial .content-secondary {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #content .content-secondary, .archive .content-secondary, #cta .content-secondary, #usp .content-secondary, #testimonial .content-secondary {
        width: 220px; } }
    @media only screen and (max-width: 767px) {
      #content .content-secondary, .archive .content-secondary, #cta .content-secondary, #usp .content-secondary, #testimonial .content-secondary {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #content .content-secondary, .archive .content-secondary, #cta .content-secondary, #usp .content-secondary, #testimonial .content-secondary {
        width: 420px; } }
    #content .content-secondary .widget, .archive .content-secondary .widget, #cta .content-secondary .widget, #usp .content-secondary .widget, #testimonial .content-secondary .widget {
      color: #0057a1;
      background: #fff;
      padding: 25px;
      overflow: hidden; }
      #content .content-secondary .widget img.alignnone, .archive .content-secondary .widget img.alignnone, #cta .content-secondary .widget img.alignnone, #usp .content-secondary .widget img.alignnone, #testimonial .content-secondary .widget img.alignnone {
        max-width: 100%;
        height: auto; }
      #content .content-secondary .widget h2, .archive .content-secondary .widget h2, #cta .content-secondary .widget h2, #usp .content-secondary .widget h2, #testimonial .content-secondary .widget h2 {
        font-family: helveticaneueregular;
        color: #0057a1;
        font-size: 28px;
        line-height: 33px;
        font-style: italic;
        padding-bottom: 15px; }
      #content .content-secondary .widget a:after, .archive .content-secondary .widget a:after, #cta .content-secondary .widget a:after, #usp .content-secondary .widget a:after, #testimonial .content-secondary .widget a:after {
        font-family: "fontello";
        content: '\e806';
        padding-left: 10px; }
  #content .one_third, .archive .one_third, #cta .one_third, #usp .one_third, #testimonial .one_third {
    background: #fff;
    padding: 25px;
    overflow: hidden; }
  #content .websites, .archive .websites, #cta .websites, #usp .websites, #testimonial .websites {
    zoom: 1;
    margin-bottom: 20px; }
    #content .websites:after, .archive .websites:after, #cta .websites:after, #usp .websites:after, #testimonial .websites:after {
      clear: both; }
    #content .websites:before, .archive .websites:before, #cta .websites:before, #usp .websites:before, #testimonial .websites:before, #content .websites:after, .archive .websites:after, #cta .websites:after, #usp .websites:after, #testimonial .websites:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      background: #0057a1;
      text-align: center;
      line-height: 180px;
      height: 180px;
      margin-bottom: 20px;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      background-clip: padding-box;
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 460px; }
      @media only screen and (max-width: 767px) {
        #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
          width: 364px; } }
      @media only screen and (max-width: 767px) {
        #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
          width: 420px; } }
      #content .websites .website:hover img, .archive .websites .website:hover img, #cta .websites .website:hover img, #usp .websites .website:hover img, #testimonial .websites .website:hover img {
        opacity: 1;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        -moz-animation-duration: 0.8s;
        -ms-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-name: fade-out;
        -moz-animation-name: fade-out;
        animation-name: fade-out; }
      #content .websites .website img, .archive .websites .website img, #cta .websites .website img, #usp .websites .website img, #testimonial .websites .website img {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        -moz-animation-duration: 0.8s;
        -ms-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-name: fade-in;
        -moz-animation-name: fade-in;
        animation-name: fade-in; }
      #content .websites .website span, .archive .websites .website span, #cta .websites .website span, #usp .websites .website span, #testimonial .websites .website span {
        margin: auto;
        left: 0;
        right: 0;
        position: absolute; }
      #content .websites .website img, .archive .websites .website img, #cta .websites .website img, #usp .websites .website img, #testimonial .websites .website img {
        /* 				max-width: 100%; */
        height: auto;
        left: 0;
        right: 0;
        position: absolute; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #content .websites .website, .archive .websites .website, #cta .websites .website, #usp .websites .website, #testimonial .websites .website {
          margin-bottom: 20px; } }

.archive #content .content-primary, .archive .archive .content-primary, .archive #cta .content-primary, .archive #usp .content-primary, .archive #testimonial .content-primary {
  background: none; }
.archive #content article, .archive .archive article, .archive #cta article, .archive #usp article, .archive #testimonial article {
  background: #fff; }

#cta {
  background: #0057a1; }
  #cta h1 {
    color: #fff;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px; }
    @media only screen and (max-width: 767px) {
      #cta h1 {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #cta h1 {
        width: 748px; } }
    @media only screen and (max-width: 767px) {
      #cta h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #cta h1 {
        width: 420px; } }

#usp {
  background: #f3f3f4; }
  #usp h1 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 640px; }
    @media only screen and (max-width: 767px) {
      #usp h1 {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #usp h1 {
        width: 508px; } }
    @media only screen and (max-width: 767px) {
      #usp h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #usp h1 {
        width: 420px; } }
  #usp .content-primary {
    background: none; }
  #usp .content-secondary li {
    font-style: normal;
    padding-left: 20px; }
    #usp .content-secondary li:before {
      font-size: 17px;
      display: block;
      float: left;
      margin-left: -40px;
      padding-left: 19px;
      left: -11px; }
    #usp .content-secondary li:nth-child(1):before {
      font-family: "fontello";
      content: '\e800';
      color: #53ade0; }
    #usp .content-secondary li:nth-child(2):before {
      font-family: "fontello";
      content: '\e801';
      color: #53bb49; }
    #usp .content-secondary li:nth-child(3):before {
      font-family: "fontello";
      content: '\e802';
      color: #f4a626; }
    #usp .content-secondary li:nth-child(4):before {
      font-family: "fontello";
      content: '\e803';
      color: #d3006f; }
    #usp .content-secondary li:nth-child(5):before {
      background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/hands-icon.svg) no-repeat center left;
      content: "";
      left: 7px;
      height: 14px;
      width: 19px; }

#refs {
  background-attachment: fixed;
  background-size: cover; }
  #refs h1 {
    color: #fff;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px; }
    @media only screen and (max-width: 767px) {
      #refs h1 {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #refs h1 {
        width: 748px; } }
    @media only screen and (max-width: 767px) {
      #refs h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #refs h1 {
        width: 420px; } }
  #refs .refs {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px; }
    @media only screen and (max-width: 767px) {
      #refs .refs {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #refs .refs {
        width: 748px; } }
    @media only screen and (max-width: 767px) {
      #refs .refs {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #refs .refs {
        width: 420px; } }
    #refs .refs .ref {
      height: 215px;
      margin-bottom: 20px;
      background: #fff;
      overflow: hidden; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        #refs .refs .ref {
          height: auto; } }
      @media only screen and (max-width: 767px) {
        #refs .refs .ref {
          height: auto; } }
      #refs .refs .ref .thumb {
        height: 215px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
        width: 280px;
        margin-left: 0;
        margin-right: 0; }
        @media only screen and (max-width: 767px) {
          #refs .refs .ref .thumb {
            margin: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 959px) {
          #refs .refs .ref .thumb {
            width: 220px; } }
        @media only screen and (max-width: 767px) {
          #refs .refs .ref .thumb {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          #refs .refs .ref .thumb {
            width: 420px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          #refs .refs .ref .thumb img {
            width: 100%;
            height: auto; } }
        @media only screen and (max-width: 767px) {
          #refs .refs .ref .thumb img {
            width: 100%;
            height: auto; } }
      #refs .refs .ref .entry {
        padding: 25px;
        height: 215px;
        position: relative;
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
        width: 640px;
        margin-left: 0;
        margin-right: 0; }
        @media only screen and (max-width: 767px) {
          #refs .refs .ref .entry {
            margin: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 959px) {
          #refs .refs .ref .entry {
            width: 508px; } }
        @media only screen and (max-width: 767px) {
          #refs .refs .ref .entry {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          #refs .refs .ref .entry {
            width: 420px; } }
        #refs .refs .ref .entry p {
          padding: 0; }
        #refs .refs .ref .entry h3 {
          padding-bottom: 15px; }
        #refs .refs .ref .entry ul li:before {
          font-family: "fontello";
          content: '\e804';
          font-style: normal; }
        #refs .refs .ref .entry .members {
          font-size: 10px;
          line-height: 16px;
          text-align: center;
          color: #fff;
          background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/members-bg.svg) no-repeat;
          width: 107px;
          height: 118px;
          position: absolute;
          right: 0;
          top: 25px; }
          #refs .refs .ref .entry .members .count {
            font-size: 48px;
            line-height: 48px;
            padding: 20px 0 0;
            display: block; }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            #refs .refs .ref .entry .members {
              top: -190px;
              right: 25px; } }
          @media only screen and (max-width: 767px) {
            #refs .refs .ref .entry .members {
              top: -190px;
              right: 25px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          #refs .refs .ref .entry {
            height: auto; } }
        @media only screen and (max-width: 767px) {
          #refs .refs .ref .entry {
            height: auto; } }

#roi {
  background: #0057a1; }
  #roi .cta a {
    color: #0057a1;
    background: #fff; }
  #roi .entry {
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 460px; }
    @media only screen and (max-width: 767px) {
      #roi .entry {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #roi .entry {
        width: 364px; } }
    @media only screen and (max-width: 767px) {
      #roi .entry {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #roi .entry {
        width: 420px; } }
  #roi .thumb {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 340px;
    padding-left: 120px;
    margin-bottom: 20px !important; }
    @media only screen and (max-width: 767px) {
      #roi .thumb {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #roi .thumb {
        width: 268px; } }
    @media only screen and (max-width: 767px) {
      #roi .thumb {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #roi .thumb {
        width: 420px; } }
    @media only screen and (min-width: 767px) and (max-width: 959px) {
      #roi .thumb {
        padding-left: 96px; } }
    @media only screen and (max-width: 767px) {
      #roi .thumb {
        padding-left: 0; } }

#testimonial {
  background-attachment: fixed;
  background-size: cover; }
  #testimonial h1 {
    color: #fff;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px; }
    @media only screen and (max-width: 767px) {
      #testimonial h1 {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #testimonial h1 {
        width: 748px; } }
    @media only screen and (max-width: 767px) {
      #testimonial h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #testimonial h1 {
        width: 420px; } }
  #testimonial .content-primary {
    background: none;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 580px; }
    @media only screen and (max-width: 767px) {
      #testimonial .content-primary {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #testimonial .content-primary {
        width: 460px; } }
    @media only screen and (max-width: 767px) {
      #testimonial .content-primary {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #testimonial .content-primary {
        width: 420px; } }
    #testimonial .content-primary .entry {
      padding: 0; }
      #testimonial .content-primary .entry iframe {
        width: 100%;
        height: 320px; }
  #testimonial .content-secondary {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    padding-left: 60px; }
    @media only screen and (max-width: 767px) {
      #testimonial .content-secondary {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #testimonial .content-secondary {
        width: 220px; } }
    @media only screen and (max-width: 767px) {
      #testimonial .content-secondary {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #testimonial .content-secondary {
        width: 420px; } }
    @media only screen and (min-width: 767px) and (max-width: 959px) {
      #testimonial .content-secondary {
        padding-left: 48px; } }
    @media only screen and (max-width: 767px) {
      #testimonial .content-secondary {
        padding-left: 0; } }
    #testimonial .content-secondary .widget {
      font-size: 22px;
      line-height: 27px;
      color: #fff;
      background: none;
      padding: 0; }

#home-slider .quote, .page-template-template-contact-php .quote {
  height: 470px;
  width: 420px;
  background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/quote-bg.svg) no-repeat top center;
  margin-top: 100px;
  -moz-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg); }
  #home-slider .quote .entry, .page-template-template-contact-php .quote .entry {
    color: #fff;
    text-align: center;
    padding: 90px 55px;
    -moz-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg); }
    #home-slider .quote .entry h2, .page-template-template-contact-php .quote .entry h2 {
      font-family: helveticaneueregular;
      font-size: 36px;
      line-height: 45px;
      color: #fff;
      font-style: italic;
      padding-bottom: 30px; }
#home-slider .inner h1, .page-template-template-contact-php .inner h1 {
  color: #fff;
  margin-top: 100px; }
#home-slider .inner .one_third, .page-template-template-contact-php .inner .one_third {
  color: #fff;
  padding: 25px;
  margin-right: 0; }
#home-slider .inner .two_thirds, .page-template-template-contact-php .inner .two_thirds {
  margin-left: 0; }
  #home-slider .inner .two_thirds iframe, .page-template-template-contact-php .inner .two_thirds iframe {
    width: 100%; }
#home-slider .scrolldown, .page-template-template-contact-php .scrolldown {
  font-family: helveticaneuebold;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  width: 500px; }
  #home-slider .scrolldown span:after, .page-template-template-contact-php .scrolldown span:after {
    font-family: 'fontello';
    font-size: 30px;
    line-height: 30px;
    content: '\e805';
    display: block;
    margin-top: 15px; }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home-slider, .page-template-template-contact-php {
    display: none; } }
@media only screen and (max-width: 767px) {
  #home-slider, .page-template-template-contact-php {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .page-template-template-contact-php {
    display: block; } }
@media only screen and (max-width: 767px) {
  .page-template-template-contact-php {
    display: block; } }
.page-template-template-contact-php #content, .page-template-template-contact-php .archive, .page-template-template-contact-php #cta, .page-template-template-contact-php #usp, .page-template-template-contact-php #testimonial {
  background-size: cover; }
  .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 580px;
    padding-left: 300px; }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        width: 460px; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        width: 420px; } }
    @media only screen and (min-width: 767px) and (max-width: 959px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        padding-left: 240px; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        padding-left: 0; } }
    .page-template-template-contact-php #content .content-secondary .widget, .page-template-template-contact-php .archive .content-secondary .widget, .page-template-template-contact-php #cta .content-secondary .widget, .page-template-template-contact-php #usp .content-secondary .widget, .page-template-template-contact-php #testimonial .content-secondary .widget {
      color: #818285; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        width: 100%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-contact-php #content .content-secondary, .page-template-template-contact-php .archive .content-secondary, .page-template-template-contact-php #cta .content-secondary, .page-template-template-contact-php #usp .content-secondary, .page-template-template-contact-php #testimonial .content-secondary {
        width: 100%; } }
.page-template-template-contact-php .quote {
  background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/quote-bg-contact.svg) no-repeat top center;
  margin-top: 0;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px; }
  @media only screen and (max-width: 767px) {
    .page-template-template-contact-php .quote {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .page-template-template-contact-php .quote {
      width: 268px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-contact-php .quote {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .page-template-template-contact-php .quote {
      width: 420px; } }
  .page-template-template-contact-php .quote .entry {
    padding: 50px 40px; }
    .page-template-template-contact-php .quote .entry h2 {
      font-size: 24px;
      line-height: 29px; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .page-template-template-contact-php .quote {
      display: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .page-template-template-contact-php .quote {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-contact-php .quote {
      display: none; } }

/* =Forms
-------------------------------------------------------------- */
.wrap {
  overflow: hidden;
  display: block;
  margin-bottom: 15px; }

.add-on input[type=text], .add-on textarea[type=text],
.time input[type=text],
.time textarea[type=text] {
  width: 70%; }

i.icon-calendar {
  background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/calendar.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 10px 0 0;
  cursor: pointer; }

i.icon-time {
  background: url(http://www.rijnhoutsportconsultancy.nl/wp-content/themes/rsc-theme/images/time.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 10px 0 0; }

textarea, input[type=text], textarea[type=text], input[type=email], textarea[type=email] {
  font-family: helveticaneueregular;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e7e7e8; }

input[type=submit], textarea[type=submit] {
  border: 0;
  cursor: pointer; }

div.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  padding: 5px 0; }

div.wpcf7-validation-errors {
  margin: 0;
  border: 2px solid #f00; }

/* =Posts
-------------------------------------------------------------- */
article {
  margin-bottom: 20px; }
  article h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    padding-bottom: 20px; }
  article .meta {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase; }
    article .meta .separator {
      padding: 0 5px; }
  article .thumb {
    width: 135px;
    overflow: hidden;
    margin-right: 20px; }
  article p {
    margin: 0; }
  article a.read-more:after {
    font-family: "fontello";
    content: '\e806';
    padding-left: 10px; }

/* =Footer
-------------------------------------------------------------- */
footer {
  background: #fff;
  padding: 65px 0; }
  footer .widget {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 20px; }
    footer .widget h3 {
      font-size: 18px;
      line-height: 24px;
      padding-bottom: 15px; }
    footer .widget:nth-child(1) {
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 160px; }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(1) {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        footer .widget:nth-child(1) {
          width: 124px; } }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(1) {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        footer .widget:nth-child(1) {
          width: 420px; } }
      footer .widget:nth-child(1) p {
        padding-bottom: 0; }
    footer .widget:nth-child(2) {
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 220px; }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(2) {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        footer .widget:nth-child(2) {
          width: 172px; } }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(2) {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        footer .widget:nth-child(2) {
          width: 420px; } }
      footer .widget:nth-child(2) a {
        font-family: helveticaneuebold;
        text-transform: uppercase; }
    footer .widget:nth-child(3) {
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 160px; }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(3) {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        footer .widget:nth-child(3) {
          width: 124px; } }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(3) {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        footer .widget:nth-child(3) {
          width: 420px; } }
      footer .widget:nth-child(3) a {
        font-family: helveticaneuebold;
        text-transform: uppercase; }
    footer .widget:nth-child(4) {
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 280px; }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(4) {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        footer .widget:nth-child(4) {
          width: 220px; } }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(4) {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        footer .widget:nth-child(4) {
          width: 420px; } }
    footer .widget:nth-child(5) {
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      width: 40px; }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(5) {
          margin: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        footer .widget:nth-child(5) {
          width: 28px; } }
      @media only screen and (max-width: 767px) {
        footer .widget:nth-child(5) {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        footer .widget:nth-child(5) {
          width: 420px; } }

/*# sourceMappingURL=style.css.map */