@import url(../fancybox/fancybox.css);
/* FONT NAMES */
/* COLOR NAMES */
/* LAYOUT */
/* TEXT */
/* BODY */
/* HEADER */
/* HERO */
/*
$slideshow-width: $width-row;
$slideshow-height: 420px;
$slideshow-img-border: 1px solid $grey4;
$slideshow-nav-width: 13px;
$slideshow-nav-height: 13px;

$slideshow-overlay-width: 500px;
$slideshow-overlay-height: auto;
$slideshow-overlay-position-top: 165px;
$slideshow-overlay-position-left: ($slideshow-width - $slideshow-overlay-width) / 2;
$slideshow-overlay-background: url(../images/color/black-trans-60.png);
$slideshow-overlay-padding: 25px 40px 0;

$hero-banner-overlay-width: 500px;
$hero-banner-overlay-height: auto;
$hero-banner-overlay-position-top: 100px;
$hero-banner-overlay-position-left: ($slideshow-width - $hero-banner-overlay-width) / 2;
$hero-banner-overlay-background: url(../images/color/black-trans-60.png);
$hero-banner-overlay-padding: 25px 40px 0;
*/
/* CONTENT */
/* FOOTER */
/* MOBILE */
/*
$mobile-header-border-top: 3px solid $blue;
$mobile-header-background: white;

$mobile-call-width: 294px;
$mobile-call-height: 52px;
$mobile-call-margin: 10px auto;

$mobile-logo-width: 320px;
$mobile-logo-height: 120px;
$mobile-logo-margin: 0 auto 20px;

$mobile-menu-background-color: $blue;
$mobile-menu-color: white;
*/
/* MIXINS */
/* FUNCTIONS  */
/* CLEARFIX */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Satisfy);
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* RESETS */
img {
  border: 0; }

* {
  margin: 0;
  padding: 0; }

:focus {
  outline: 0; }

/* 
	BOX SIZING FTW 
	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
	http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* LISTS */
#main ul, #main ol {
  margin-left: 20px;
  padding-bottom: 15px; }

#main ul li, #main ol li {
  padding-left: 0px;
  padding-bottom: 5px; }

/* FANCYBOX */
#fancybox-left-ico {
  left: 20px; }

#fancybox-right-ico {
  right: 20px;
  left: auto; }

#fancybox-wrap, #fancybox-wrap * {
  box-sizing: content-box !important; }

/* WORDPRESS ALIGN BUTTONS */
.alignright {
  float: right;
  margin-left: 5px; }

.alignleft {
  float: left;
  margin-right: 5px; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/* CENTERED LIST */
.centered-list {
  float: left;
  width: 100%;
  position: relative;
  /* overflow:hidden; */ }
  .centered-list > ul {
    clear: left;
    /* float:left; */
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    /* left:50%; */
    right: 50%;
    text-align: center; }
    .centered-list > ul > li {
      display: block;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      /* right:50%; */
      left: 50%; }

.container:after {
  content: " ";
  display: block;
  clear: both; }

.slideshow .pagination ul, #nav, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* @mixin filter($value){
 filter: grayscale($value);
 -webkit-filter: grayscale($value);
 -moz-filter: grayscale($value) ;
 -o-filter: grayscale($value);
 -ms-filter: grayscale($value);
}
 */
/* 
body {
	background: $body-background;
	@if $header-position == fixed {
		padding-top: $header-height;		
	}
}
 */
/* main wrapper styles */
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 1023px) {
    #wrapper {
      padding-top: 50px; } }

/* main container styles */
.container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px; }

/* FLUID LEFT CONTENT - FIXED RIGHT SIDEBAR */
.fluid-main {
  width: 100%;
  float: left; }
  @media (max-width: 767px) {
    .fluid-main {
      float: none; } }
  .fluid-main > div {
    margin-right: 375px; }
    @media (max-width: 767px) {
      .fluid-main > div {
        float: none;
        width: 100%;
        margin-right: 0; } }

.fixed-sidebar {
  width: 325px;
  float: right;
  margin-left: -375px; }
  @media (max-width: 767px) {
    .fixed-sidebar {
      float: none;
      width: 100%;
      margin-left: 0; } }

/*
 * 12-column grid system
 */
/* Grid units
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  /*position:relative;*/
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%; }

/* Basic grid units width */
.grid12-1 {
  width: 6.33%; }

.grid12-2 {
  width: 14.66%; }

.grid12-3 {
  width: 23%; }

.grid12-4 {
  width: 31.33%; }

.grid12-5 {
  width: 39.67%; }

.grid12-6 {
  width: 48%; }

.grid12-7 {
  width: 56.33%; }

.grid12-8 {
  width: 64.67%; }

.grid12-9 {
  width: 73%; }

.grid12-10 {
  width: 81.33%; }

.grid12-11 {
  width: 89.67%; }

.grid12-12,
.grid-full {
  width: 98%; }

/* Grid units without left gutter (margin) */
.no-left-gutter.grid12-1 {
  margin-left: 0;
  width: 7.33%; }

.no-left-gutter.grid12-2 {
  margin-left: 0;
  width: 15.66%; }

.no-left-gutter.grid12-3 {
  margin-left: 0;
  width: 24%; }

.no-left-gutter.grid12-4 {
  margin-left: 0;
  width: 32.33%; }

.no-left-gutter.grid12-5 {
  margin-left: 0;
  width: 40.67%; }

.no-left-gutter.grid12-6 {
  margin-left: 0;
  width: 49%; }

.no-left-gutter.grid12-7 {
  margin-left: 0;
  width: 57.33%; }

.no-left-gutter.grid12-8 {
  margin-left: 0;
  width: 65.67%; }

.no-left-gutter.grid12-9 {
  margin-left: 0;
  width: 74%; }

.no-left-gutter.grid12-10 {
  margin-left: 0;
  width: 82.33%; }

.no-left-gutter.grid12-11 {
  margin-left: 0;
  width: 90.67%; }

.no-left-gutter.grid12-12,
.no-left-gutter.grid-full {
  margin-left: 0;
  width: 99%; }

/* Grid units without right gutter (margin) */
.no-right-gutter.grid12-1 {
  margin-right: 0;
  width: 7.33%; }

.no-right-gutter.grid12-2 {
  margin-right: 0;
  width: 15.66%; }

.no-right-gutter.grid12-3 {
  margin-right: 0;
  width: 24%; }

.no-right-gutter.grid12-4 {
  margin-right: 0;
  width: 32.33%; }

.no-right-gutter.grid12-5 {
  margin-right: 0;
  width: 40.67%; }

.no-right-gutter.grid12-6 {
  margin-right: 0;
  width: 49%; }

.no-right-gutter.grid12-7 {
  margin-right: 0;
  width: 57.33%; }

.no-right-gutter.grid12-8 {
  margin-right: 0;
  width: 65.67%; }

.no-right-gutter.grid12-9 {
  margin-right: 0;
  width: 74%; }

.no-right-gutter.grid12-10 {
  margin-right: 0;
  width: 82.33%; }

.no-right-gutter.grid12-11 {
  margin-right: 0;
  width: 90.67%; }

.no-right-gutter.grid12-12,
.no-right-gutter.grid-full {
  margin-right: 0;
  width: 99%; }

/* Grid units without any gutter (margin) */
.no-gutter.grid12-1 {
  margin-left: 0;
  margin-right: 0;
  width: 8.33%; }

.no-gutter.grid12-2 {
  margin-left: 0;
  margin-right: 0;
  width: 16.66%; }

.no-gutter.grid12-3 {
  margin-left: 0;
  margin-right: 0;
  width: 25%; }

.no-gutter.grid12-4 {
  margin-left: 0;
  margin-right: 0;
  width: 33.33%; }

.no-gutter.grid12-5 {
  margin-left: 0;
  margin-right: 0;
  width: 41.67%; }

.no-gutter.grid12-6 {
  margin-left: 0;
  margin-right: 0;
  width: 50%; }

.no-gutter.grid12-7 {
  margin-left: 0;
  margin-right: 0;
  width: 58.33%; }

.no-gutter.grid12-8 {
  margin-left: 0;
  margin-right: 0;
  width: 66.67%; }

.no-gutter.grid12-9 {
  margin-left: 0;
  margin-right: 0;
  width: 75%; }

.no-gutter.grid12-10 {
  margin-left: 0;
  margin-right: 0;
  width: 83.33%; }

.no-gutter.grid12-11 {
  margin-left: 0;
  margin-right: 0;
  width: 91.67%; }

.no-gutter.grid12-12,
.no-gutter.grid-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

/* Special grid units: basic structure of pages with 1 and 2 sidebars
-------------------------------------------------------------- */
/* 2 columns: fixed-width sidebar unit and fluid main unit.
   Sidebar unit has the same width for all screen sizes equal or greater than 1280px.
   Width of the main unit is fluid.
*/
.grid-col2-sidebar {
  width: 23%; }

.grid-col2-main {
  width: 73%; }

.no-gutter.grid-col2-sidebar {
  margin-left: 0;
  margin-right: 0;
  width: 25%; }

.no-gutter.grid-col2-main {
  margin-left: 0;
  margin-right: 0;
  width: 75%; }

/* Another 2 columns inside ".grid-col2-main": fixed-width sidebar unit and fluid main unit */
.grid-col3-sidebar {
  width: 31.52%; }

.grid-col3-main {
  width: 65.90%; }

.no-gutter.grid-col3-sidebar {
  margin-left: 0;
  margin-right: 0;
  width: 31.52%; }

.no-gutter.grid-col3-main {
  margin-left: 0;
  margin-right: 0;
  width: 65.90%; }

/* Vertically aligned grid
-------------------------------------------------------------- */
.v-grid-container {
  display: table;
  width: 100%; }

.v-grid {
  float: none;
  display: table-cell;
  vertical-align: middle; }

/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Units with no gutter (margin): alpha - first unit in a row, omega - last unit in a row */
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* Hide element if screen width is lower than the width specified in the class name */
.hide-below-1680 {
  display: none !important; }

.hide-below-1440 {
  display: none !important; }

.hide-below-1360 {
  display: none !important; }

.hide-below-1280 {
  display: none !important; }

/* Containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Main container for page content.
   Max width of the page is applied to elements with this class.
-------------------------------------------------------------- */
.container {
  margin-left: auto;
  margin-right: auto; }

.nested-container {
  width: 102%;
  margin-left: -1%; }

/* Deprecated */
/* Inner container.
   Additional container, horizontal padding is applied to elements with this class.
-------------------------------------------------------------- */
.inner-container {
  padding-left: 15px;
  padding-right: 15px;
  /* Clear floats */
  *zoom: 1;
  clear: both; }

/* Clear floats */
.inner-container:before,
.inner-container:after {
  display: table;
  line-height: 0;
  content: ""; }

.inner-container:after {
  clear: both; }

/* Stretched container.
   If container is stretched, remove side padding from inner container.
-------------------------------------------------------------- */
.container.stretched > .inner-container {
  padding-left: 0;
  padding-right: 0; }

/* Deprecated, for backward compatibility: */
.container.stretched > .grid-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

/* Grid units containers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Grid units container:
   clears floats (place grid units inside "div" with this class)
-------------------------------------------------------------- */
.grid-container {
  *zoom: 1;
  clear: both; }

.grid-container:before,
.grid-container:after {
  display: table;
  line-height: 0;
  content: ""; }

.grid-container:after {
  clear: both; }

/* Grid unit container:
   clears floats and adds vertical margin between units
-------------------------------------------------------------- */
.grid-container-spaced {
  *zoom: 1;
  clear: both; }

.grid-container-spaced:before,
.grid-container-spaced:after {
  display: table;
  line-height: 0;
  content: ""; }

.grid-container-spaced:after {
  clear: both; }

.grid-container-spaced .grid12-1,
.grid-container-spaced .grid12-2,
.grid-container-spaced .grid12-3,
.grid-container-spaced .grid12-4,
.grid-container-spaced .grid12-5,
.grid-container-spaced .grid12-6,
.grid-container-spaced .grid12-7,
.grid-container-spaced .grid12-8,
.grid-container-spaced .grid12-9,
.grid-container-spaced .grid12-10,
.grid-container-spaced .grid12-11,
.grid-container-spaced .grid12-12,
.grid-container-spaced .grid-full {
  margin-bottom: 2%; }

/* Grid presentation
-------------------------------------------------------------- */
.show-grid [class*="grid12-"] {
  background-color: #eee;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out; }

.show-grid [class*="grid12-"]:hover {
  background-color: #F08080; }

/**
 * WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
 * 2015-06-17 00:10:15 */
/* Grid container
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 
	.container {
		width:96%;
	
										}

				.lte-ie8 .container { max-width:1200px; }
	




 */
/* Desktop - design for a width of 1280px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 1280px <= width */
@media only screen and (min-width: 1280px) {
  /* .container { max-width: 1200px; } */
  /* Special grid units */
  .grid-col2-sidebar {
    width: 20.41%; }
  .grid-col2-main {
    width: 75.58%; }
  .no-gutter.grid-col2-sidebar {
    width: 22.41%; }
  .no-gutter.grid-col2-main {
    width: 77.58%; }
  .grid-col3-sidebar {
    width: 27.01%; }
  .grid-col3-main {
    width: 70.34%; }
  .no-gutter.grid-col3-sidebar {
    width: 27.01%; }
  .no-gutter.grid-col3-main {
    width: 70.34%; }
  /* Hide */
  .hide-below-1280 {
    display: inherit !important; } }

/* Design for a width of less than 1024 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 1024px */
@media only screen and (max-width: 1023px) {
  /* Hide */
  .hide-below-1024 {
    display: none !important; } }

/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* Hide */
  .hide-below-960 {
    display: none !important; }
  /* Hide */
  .full-below-960 {
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" */
    margin-left: 0;
    margin-right: 0; } }

/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 768px */
@media only screen and (max-width: 767px) {
  .nested-container {
    width: 100%;
    margin-left: auto; }
  /* Nav container with outline (if nav container has background color).
	   Apply the same vertical margins, as container's side padding. */
  .nav.has-outline > .grid-full {
    margin-top: 2%;
    margin-bottom: 2%; }
  /* Below 768px all grid units are stretched (full width) and stack vertically */
  .grid12-1,
  .grid12-2,
  .grid12-3,
  .grid12-4,
  .grid12-5,
  .grid12-6,
  .grid12-7,
  .grid12-8,
  .grid12-9,
  .grid12-10,
  .grid12-11,
  .grid12-12,
  .grid-full,
  .grid-col2-sidebar,
  .grid-col2-main,
  .grid-col3-sidebar,
  .grid-col3-main {
    width: 100% !important;
    /* Added "!important" to override units with "no-gutter" */
    margin-left: 0;
    margin-right: 0; }
  /* Vertically aligned grid
	-------------------------------------------------------------- */
  .v-grid-container {
    display: block; }
  .v-grid {
    float: inherit;
    display: block;
    width: 100%; } }

/* Mobile (Landscape) - design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Hide */
  .hide-below-960 {
    display: none !important; }
  .hide-below-768 {
    display: none !important; }
  /* Deprecated: persistent grid units (will be removed in the next update)
	-------------------------------------------------------------- */
  /* Half */
  .persistent-grid2-1 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
  /* One-third + two-thirds */
  .persistent-grid3-1 {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%; }
  .persistent-grid3-2 {
    width: 64.67%;
    margin-left: 1%;
    margin-right: 1%; }
  /* One-fourth + two-fourths + three-fourths */
  .persistent-grid4-1 {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; }
  .persistent-grid4-2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
  .persistent-grid4-3 {
    width: 73%;
    margin-left: 1%;
    margin-right: 1%; }
  /* Mobile grid (for browser viewport between 480px and 768px):
	   Below 768px all grid units are stretched (full width) and stack vertically.
	   The "mobile-grid" class forces narrow grid units to stay narrow,
	   but the width is increased to avoid too small columns.
	-------------------------------------------------------------- */
  .mobile-grid.grid12-1 {
    width: 14.66% !important;
    margin-left: 1%;
    margin-right: 1%; }
  /* 1/12 turns into 1/6 */
  .mobile-grid.grid12-2 {
    width: 31.33% !important;
    margin-left: 1%;
    margin-right: 1%; }
  /* 1/6  turns into 1/3 */
  .mobile-grid.grid12-3 {
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1%; }
  /* 1/4  turns into 1/2 */
  /* Force other grid units to take half of the available width */
  .mobile-grid-half {
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1%; } }

/* Mobile (Landscape, iPhone 4 Portrait) - design for a width of 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 640px <= width < 768px */
/* Design for a width of less than 480px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 480px */
@media only screen and (max-width: 479px) {
  /* Enlarge containers to full width and remove max width */
  /* .container { max-width: none !important; width: 100%; } */ }

/* Mobile (Portrait) - design for a width of 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* Hide */
  .hide-below-960 {
    display: none !important; }
  .hide-below-768 {
    display: none !important; }
  .hide-below-480 {
    display: none !important; } }

/* Mobile (Portrait) - design for a width of less than 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* width < 320px */
@media only screen and (max-width: 319px) {
  /* Hide */
  .hide-below-960 {
    display: none !important; }
  .hide-below-768 {
    display: none !important; }
  .hide-below-480 {
    display: none !important; }
  .hide-below-320 {
    display: none !important; } }

/* slideshow styles */
.slideshow {
  position: relative;
  margin: 0 0 30px;
  /* caption styles */
  /* pagination styles */ }
  .slideshow .slide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%; }
    .slideshow .slide.active {
      z-index: 2; }
  .slideshow .slideset {
    position: relative;
    margin: 0 0 15px; }
  .slideshow .caption-holder {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .slideshow .caption-holder:after {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 -5px;
      min-height: 100%;
      overflow: hidden;
      width: 1px;
      content: ""; }
    .slideshow .caption-holder .caption-frame {
      display: inline-block;
      vertical-align: bottom;
      white-space: normal;
      width: 100%;
      padding: 20px; }
  .slideshow .image .img-holder,
  .slideshow .image .img-frame {
    position: relative;
    float: left;
    width: 100%;
    left: 50%; }
  .slideshow .image .img-frame {
    left: -50%; }
  .slideshow .image img {
    display: block;
    width: 100%;
    height: auto; }
  .slideshow .caption {
    color: #fff;
    max-width: 799px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 24px; }
    .slideshow .caption h3 {
      font-size: 18px;
      font-weight: 300;
      font-family: "Merriweather", Helvetica, serif;
      line-height: 22px;
      text-transform: uppercase;
      padding: 10px 5px;
      text-shadow: 0 3px 3px rgba(0, 0, 0, 0.75);
      border-width: 1px 0 1px 0;
      border-style: dotted;
      border-color: #fff;
      margin: 0 0 10px; }
    .slideshow .caption .btn-default {
      font-size: 18px;
      font-family: "Open Sans Condensed", Helvetica, sans-serif;
      line-height: 20px;
      min-width: 235px;
      padding: 10px; }
    .slideshow .caption p {
      margin: 0 0 10px; }
      .slideshow .caption p a:hover {
        opacity: 0.80; }
  .slideshow .pagination {
    text-align: center; }
    .slideshow .pagination ul {
      font-size: 0;
      line-height: 0; }
      .slideshow .pagination ul li {
        margin: 0 3px;
        display: inline-block;
        vertical-align: top; }
        .slideshow .pagination ul li a {
          display: block;
          width: 14px;
          height: 14px;
          border-radius: 100%;
          background: #c8e2b3; }
          .slideshow .pagination ul li a:hover {
            background: #17848b; }
        .slideshow .pagination ul li.active a {
          background: #17848b; }
  @media (min-width: 768px) {
    .slideshow .caption {
      font-size: 18px;
      line-height: 30px; }
      .slideshow .caption h3 {
        font-size: 24px;
        line-height: 30px; } }
  @media (min-width: 1240px) {
    .slideshow {
      margin: 0 0 34px; }
      .slideshow .slideset {
        margin: 0 0 8px; }
      .slideshow .caption {
        padding: 32px; }
        .slideshow .caption h3 {
          border-width: 2px 0;
          margin: 0 0 15px;
          padding: 21px 10px 11px; }
        .slideshow .caption .btn-default {
          padding: 10px 10px 11px; }
        .slideshow .caption p {
          margin: 0 0 15px; } }

.nf-form-cont {
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px; }
  .nf-form-cont .nf-field-label {
    margin-bottom: 0 !important; }
    .nf-form-cont .nf-field-label > label {
      font-weight: normal;
      font-size: 16px; }
  .nf-form-cont .nf-field {
    margin-bottom: 10px; }
  .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
    background-color: white;
    border: 1px solid #eceaeb;
    border-radius: 4px;
    color: #777;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.65;
    padding: 6px 12px; }
  .nf-form-cont .nf-error .ninja-forms-field {
    border: 1px solid #dd3333; }
  .nf-form-cont .recaptcha-container .nf-field-label {
    display: none; }
  .nf-form-cont input[type="button"] {
    cursor: pointer;
    cursor: hand; }

.nf-form-fields-required {
  display: none; }

.nf-response-msg {
  margin-top: 150px;
  background-color: white;
  border: 1px solid green;
  border-radius: 4px;
  font-size: 18px;
  padding: 20px;
  text-align: center; }
  .nf-response-msg:empty {
    display: none; }

blockquote q {
  font-style: italic;
  display: block; }

blockquote cite {
  display: block;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 25px; }

.panel.testimonial {
  color: #666666;
  background: #c8e2b3;
  padding: 23px;
  margin-bottom: 20px; }
  .panel.testimonial h5 {
    font: 700 30px/1.2em "Roboto", sans-serif;
    color: #1e888f;
    padding: 0 0px 5px;
    border-bottom: 1px solid #1e888f;
    margin-bottom: 30px; }
  .panel.testimonial q {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 45px;
    background: url(../images/end-quote.png) no-repeat bottom right; }
  .panel.testimonial .more {
    font-weight: 400; }

ul.gallery {
  margin-left: 0 !important;
  list-style: none; }
  ul.gallery li {
    float: left;
    padding-right: 12px;
    height: 177px; }
  ul.gallery img {
    display: block;
    padding: 3px;
    border: 1px solid #e6e6e6;
    width: 255px;
    height: auto; }
  ul.gallery a:hover img {
    background-color: #e6e6e6; }

/* TABLES */
table a {
  font-weight: bold;
  text-decoration: none; }

table a:active,
table a:hover {
  color: #bd5a35;
  text-decoration: underline; }

table {
  border-spacing: 0;
  width: 100%;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin-bottom: 20px;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1; }

table tr:first-child td {
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb); }

table tr:first-child td:first-child {
  text-align: left;
  padding-left: 20px; }

table tr:first-child td:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

table tr:first-child td:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

table tr {
  /* text-align: center; */
  padding-left: 20px; }

table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0; }

table td {
  text-align: right;
  padding: 10px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }

table tr:nth-child(even) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); }

table tr:last-child td {
  border-bottom: 0; }

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

table tr:nth-child(n+2):hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?2081300");
  src: url("../fonts/fontello.eot?2081300#iefix") format("embedded-opentype"), url("../fonts/fontello.svg?2081300#fontello") format("svg"), url("../fonts/fontello.woff?2081300") format("woff"), url("../fonts/fontello.ttf?2081300") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-right-dir:before {
  content: '\e800'; }

.icon-down-dir:before {
  content: '\e801'; }

.icon-facebook:before {
  content: '\e802'; }

.icon-twitter:before {
  content: '\e803'; }

.icon-youtube:before {
  content: '\e804'; }

.icon-pinterest:before {
  content: '\e805'; }

.icon-instagram:before {
  content: '\e806'; }

.icon-tripadvisor:before {
  content: '\e807'; }

.icon-left-open:before {
  content: '\e808'; }

.icon-right-open:before {
  content: '\e809'; }

.icon-up-dir:before {
  content: '\e80a'; }

/* ELEMENTS */
body {
  font: 400 14px/1.6em "Roboto", sans-serif;
  color: #666666; }

p {
  padding-bottom: 25px; }

h1 {
  font: 300 48px/1em "Roboto", sans-serif;
  color: #64a844;
  margin-bottom: 10px;
  text-align: center; }

h1 + p {
  padding-top: 30px;
  border-top: 1px solid #64a844; }

h2 {
  font: 700 30px/1.2em "Roboto", sans-serif;
  color: #1e888f;
  padding: 0 20px 5px;
  border-bottom: 1px solid #1e888f;
  margin-bottom: 30px;
  text-align: center; }

h1 + h2 {
  margin-top: -5px; }

h3 {
  font: 400 20px/1.2em "Roboto", sans-serif;
  color: #64a844;
  padding-bottom: 5px;
  border-bottom: 1px solid #64a844;
  margin-bottom: 30px;
  display: inline-block; }

h4 {
  font: 400 20px/1.2em "Roboto", sans-serif;
  color: #64a844;
  margin-bottom: 10px; }

h5 {
  font: 700 16px/1em "Roboto", sans-serif;
  color: #64a844; }

h6 {
  font: 700 16px/1em "Roboto", sans-serif;
  color: #64a844; }

a {
  color: #1e888f;
  text-decoration: underline; }
  a:hover {
    color: #27b0b9; }

.btn-default, input[type="button"] {
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 14px;
  text-align: center;
  background: #056795;
  display: inline-block;
  vertical-align: top;
  padding: 12px 28px;
  min-width: 118px; }
  .btn-default:hover, input[type="button"]:hover {
    background: #1e888f;
    color: white; }

/* DOWNLOADS */
.pdf {
  padding-left: 50px;
  padding-top: 10px;
  display: block;
  height: 40px;
  font-size: 14px;
  background: url(../images/icon-pdf.png) no-repeat; }

#header {
  width: 100%;
  height: 179px;
  background: url(../images/bg-header-x.png) repeat-x top;
  position: relative;
  top: 0px;
  z-index: 100;
  /*
	> div {
		width: $width-container;
		height: $header-height;
		margin:0 auto;
		position:relative;
	}
	*/ }
  @media (max-width: 1023px) {
    #header {
      height: 50px;
      position: fixed;
      text-align: center;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.41);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.41);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.41); }
      .admin-bar #header {
        top: 32px; } }
  @media (max-width: 782px) {
    .admin-bar #header {
      top: 46px; } }

#header {
  /* logo styles */
  /*
	.logo {
		margin: 0;
		padding: 0;
		border: 0;

		a {
			@include replace-text-with-image("../images/logo.png", $header-logo-width, $header-logo-height);
		}

		position: absolute;
		top: $header-logo-position-top;
		left: $header-logo-position-left;
	}
*/ }
  #header .logo {
    width: 200px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top; }
    #header .logo a {
      display: block; }
      #header .logo a img {
        display: block;
        width: 100%;
        height: auto; }
    @media (min-width: 1024px) {
      #header .logo {
        float: left;
        width: 454px;
        padding: 10px 0 0; } }
  #header .tagline {
    position: absolute;
    top: 80px;
    right: 0px;
    font-family: "Satisfy", cursive;
    font-size: 36px;
    font-weight: 400;
    color: #1e888f; }
    @media (max-width: 1023px) {
      #header .tagline {
        display: none; } }
  #header .call {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 0px; }
    @media (max-width: 1023px) {
      #header .call {
        top: 0px;
        padding: 17px 28px; } }
    @media (max-width: 767px) {
      #header .call {
        padding: 17px 10px;
        font-size: 12px;
        min-width: auto; } }
    @media (max-width: 479px) {
      #header .call {
        padding: 17px 5px;
        font-size: 10px; } }
  #header .menu {
    /*
		position: absolute;
		bottom: $header-menu-bottom-position;
		right: $header-menu-right-position;
		width: $header-menu-width;		
		list-style: none;
		border-right: $header-menu-border-separator;
		text-align: center;
		
		display: block;
		
		> li {		
			display: inline-block;
			border-left: $header-menu-border-separator;
			position: relative;
			
			> a {
				display: block;
				line-height: $header-menu-item-height;
				padding: 0 30px;
			}
		}

*/ }

/* =================== */
/* main navigation styles */
.nav-area {
  text-align: left;
  /* burger menu styles */ }
  .nav-area .list-holder .list-frame {
    padding-top: 54px; }
  .nav-area .nav-opener {
    top: 10px; }
  @media (min-width: 1024px) {
    .nav-area {
      display: inline-block;
      vertical-align: top;
      padding: 1px 0 0; }
      .nav-area .list-frame {
        height: auto; }
      .nav-area .list-holder .list-frame {
        padding-top: 13px; } }
  @media (max-width: 1023px) {
    .nav-area .nav-opener {
      width: 34px;
      height: 30px;
      position: absolute;
      left: 10px;
      border-radius: 3px;
      padding: 2px 4px;
      z-index: 999;
      border: 0;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .nav-area .nav-opener:hover {
        background: #1d1d1d; }
        .nav-area .nav-opener:hover span, .nav-area .nav-opener:hover:before, .nav-area .nav-opener:hover:after {
          background: #fff; }
      .nav-area .nav-opener span, .nav-area .nav-opener:before, .nav-area .nav-opener:after {
        border-radius: 2px;
        position: absolute;
        top: 13px;
        left: 4px;
        right: 4px;
        height: 3px;
        background: #fff;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
      .nav-area .nav-opener:before, .nav-area .nav-opener:after {
        content: '';
        top: 5px; }
      .nav-area .nav-opener:after {
        top: 21px; }
    .nav-area .list-holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 10;
      max-height: 0;
      overflow: hidden;
      overflow-y: auto;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .nav-area .list-holder .list-frame {
        overflow: auto;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%); } }

@media (max-width: 1023px) {
  .nav-active .nav-opener {
    background: #1d1d1d; }
    .nav-active .nav-opener span {
      opacity: 0; }
    .nav-active .nav-opener:before, .nav-active .nav-opener:after {
      background: #fff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      top: 13px; }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg); }
  .nav-active .list-holder {
    max-height: 4000px; }
    .nav-active .list-holder .list-frame {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0); } }

.resize-active .nav-area .list-holder {
  transition: none; }

/* 
	.menu {
		a {
			font: $header-menu-item-font;
			color: $header-menu-item-color;
			text-transform:uppercase;
			text-decoration:none !important;
			background: $header-menu-item-background;
		}

		a:hover, 
		> li:hover > a, 
		> li.current-menu-item > a  {
			color: $header-menu-item-hover-color;
			background: $header-menu-item-hover-background;
		}
	}

$header-menu-item-height: 48px;
$header-menu-item-font: 700 16px/1.2em $primary-font-family;
$header-menu-item-background: none;
$header-menu-item-color: $jungle;
$header-menu-item-hover-background: $light-green;
$header-menu-item-hover-color: white;

$dropdown-container-border: 1px solid #dad9d9;
$dropdown-container-background: $light-green;
$dropdown-container-shadow: 2px 2px 2px 0px #666;

$dropdown-item-background: none;
$dropdown-item-color: $header-menu-item-color;
$dropdown-item-font: 400 14px/1em $primary-font-family;
$dropdown-item-hover-background: $header-menu-item-hover-background;
$dropdown-item-hover-color: $header-menu-item-hover-color;
 */
/* main navigation styles */
#nav {
  font-size: 0;
  line-height: 0;
  /* 
	@include media(">=widescreen") {
		li{
			font-size: 18px;
			> a{
				padding: 14px 30px;
				&.has-drop-down-a{
					span{

						&:after{
							top: 1px;
						}
					}
				}
			}
		}
	}
	
	@include media("<widescreen") {
		li{
			&:last-child{
				ul{
					a{
						span{padding: 0 0 0 15px;}
						&.has-drop-down-a {
							span{
								padding: 0 0 0 15px;
								&:after{
									right: auto;
									left: 0;
									@include transform(-180deg);
								}
							}
						}
					}
					ul{
						left: auto !important;
						right: 100%;
						a{
							span{padding: 0;}
						}
					}
				}
			}
		}
	}
	 */ }
  #nav li {
    font: 700 16px/1.2em "Roboto", sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    /* not sure where active class is set..
		&.active{
			> a{
				&.has-drop-down-a{
					color: $roti;
					span{
						&:after{color: $white;}
					}
				}
			}
		} */ }
    #nav li > a {
      text-decoration: none;
      display: block;
      padding: 14px 29px;
      color: #004444;
      background: #64a844; }
      #nav li > a:hover {
        background: #c8e2b3; }
      #nav li > a.has-drop-down-a span {
        display: block;
        position: relative;
        padding: 0 20px 0 0; }
        #nav li > a.has-drop-down-a span:after {
          content: '\e801';
          font-family: "fontello";
          position: absolute;
          right: 0;
          top: 0; }
    #nav li.hover > a {
      background: #c8e2b3; }
    #nav li.hover > ul {
      display: block; }
  #nav ul {
    display: none; }
    #nav ul li {
      font: 400 14px/1em "Roboto", sans-serif;
      line-height: 20px;
      text-transform: none; }
      #nav ul li + li {
        border-top: 1px solid white; }
      #nav ul li a {
        background: #c8e2b3;
        padding: 10px 40px; }
        #nav ul li a:hover {
          color: white;
          background: #64a844; }
      #nav ul li.hover .has-drop-down-a, #nav ul li.active-drop .has-drop-down-a {
        color: white;
        background: #64a844; }
    #nav ul ul li {
      border-top: 1px solid white; }
  @media (min-width: 1024px) {
    #nav > li {
      background: url(../images/bg-nav-sep.png) no-repeat left center; }
    #nav li {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      #nav li > a {
        padding: 14px 25px; }
        #nav li > a.has-drop-down-a span {
          padding: 0 15px 0 0; }
        #nav li > a span {
          padding: 0 15px 0 0; }
      #nav li:hover > ul.js-slide-hidden {
        display: block !important; }
    #nav ul {
      width: 259px;
      position: absolute; }
      #nav ul.js-slide-hidden {
        width: 259px;
        display: none !important;
        left: 0 !important;
        top: 100% !important;
        position: absolute !important;
        z-index: 99; }
      #nav ul li.active-drop,
      #nav ul li {
        display: block; }
        #nav ul li.active-drop a.has-drop-down-a span:after,
        #nav ul li a.has-drop-down-a span:after {
          right: -10px;
          font-size: 18px;
          line-height: 18px;
          content: '\e800'; }
      #nav ul ul {
        width: 259px;
        position: absolute !important;
        top: 0 !important;
        left: 100% !important; }
        #nav ul ul li:first-child {
          border-top: 0; }
        #nav ul ul.js-slide-hidden {
          top: 0 !important;
          left: 100% !important; } }
  @media (max-width: 1023px) {
    #nav li:last-child ul a span {
      padding: 0 15px 0 0; }
    #nav li:last-child ul a.has-drop-down-a span {
      padding: 0 15px 0 0; }
      #nav li:last-child ul a.has-drop-down-a span:after {
        right: 0;
        left: auto;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0); }
    #nav li:last-child ul ul {
      left: auto !important;
      right: 100%; }
      #nav li:last-child ul ul a span {
        padding: 0; } }

hr {
  border: none;
  border-top: 1px solid #64a844;
  height: 1px;
  margin-bottom: 15px; }

#main {
  padding-top: 20px; }
  .home #main {
    padding-top: 0px; }

.bg-pattern-plus {
  background: url(../images/bg-pattern-plus.png);
  margin-bottom: 50px;
  max-height: 402px; }

.bg-teal {
  background: #1e888f;
  color: white; }

.bg-green {
  background: #64a844;
  color: white; }
  .bg-green a {
    color: white; }

.block.endorsements {
  text-align: center;
  border: 1px solid #63a544;
  padding: 15px 10px 0;
  margin-bottom: 20px; }
  .block.endorsements h5 {
    font-size: 22px;
    color: #64a844;
    padding: 0 0px 5px;
    border-bottom: 1px solid #64a844;
    margin-bottom: 30px;
    text-align: left; }

.home .bg-teal {
  padding: 25px 0 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
  color: white; }
  .home .bg-teal a {
    color: white; }
  .home .bg-teal p {
    max-width: 640px;
    margin: 0 auto; }

.home .bg-green {
  padding: 40px 0 10px; }
  .home .bg-green .grid12-4 {
    padding: 0 5px; }
  .home .bg-green h3 {
    display: block;
    color: white;
    text-transform: none;
    font-size: 24px;
    font-weight: 700; }

.home .logos {
  padding: 20px 0 10px; }
  .home .logos img {
    vertical-align: middle; }

table.courses td {
  text-align: left !important; }

#footer {
  margin-top: 5px;
  width: 100%;
  background: black; }
  #footer .main {
    width: 100%;
    background: #252525;
    padding: 50px 0 20px; }
  #footer .nav .column {
    width: 40%;
    float: left;
    margin-right: 10%; }
  #footer .contact {
    background: url(../images/logo-footer.png) no-repeat center top;
    padding: 90px 0 10px 116px;
    margin-top: -15px; }
  #footer .credits {
    padding: 10px 0; }

#footer .menu {
  margin-bottom: 20px; }
  #footer .menu li {
    list-style: none;
    padding: 3px 0;
    border-bottom: 1px solid #666666; }
    #footer .menu li:first-of-type {
      border-top: 1px solid #666666; }

/* FOOTER */
#footer {
  font: 400 14px/1.6em "Roboto", sans-serif;
  color: white; }
  #footer h6 {
    font: 300 30px/1em "Roboto", sans-serif;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #footer a {
    color: white;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .menu a {
    font: 400 14px/1.6em "Roboto", sans-serif;
    color: white;
    text-transform: uppercase; }
  #footer a.facebook {
    color: white !important;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0 10px 50px;
    background: url(../images/icon-facebook.png) no-repeat left center; }
  #footer .contact {
    text-align: left;
    color: white; }
    #footer .contact a {
      color: #1e888f; }
  #footer .credits {
    font: 400 12px/1.6em "Roboto", sans-serif;
    color: white; }
    #footer .credits a {
      color: white; }

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