@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* IMPORTANT!
* There is a new grid system - not that from getskeleton.com.
* In settings.scss under "Grid Settings" you can set:
* - number of columns
* - width of columns
* - gutter
* - breakpoint( window width on which grid will break onto 100%-width columns )
*
* There are also changes in grid classes:
* '.col-1' - NOT: '.one.columns'
* '.col-6' - NOT: '.six.columns'
* etc.


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Base Styles
- Grid
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Base Settings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons */
/* Primary Buttons */
/* Input */
/* Links */
/* Media Queries Settings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grid Setting 
@media (min-width: 750px) {

.col-1 { width: 6.42361%; }

.col-2 { width: 14.93056%; }

.col-3 { width: 23.4375%; }

.col-4 { width: 31.94444%; }

.col-5 { width: 40.45139%; }

.col-6 { width: 48.95833%; }

.col-7 { width: 57.46528%; }

.col-8 { width: 65.97222%; }

.col-9 { width: 74.47917%; }

.col-10 { width: 82.98611%; }

.col-11 { width: 91.49306%; }

.offset-by-1[class*="col-"] { margin-left: 10.59028%; }

.offset-by-2[class*="col-"] { margin-left: 19.09722%; }

.offset-by-3[class*="col-"] { margin-left: 27.60417%; }

.offset-by-4[class*="col-"] { margin-left: 36.11111%; }

.offset-by-5[class*="col-"] { margin-left: 44.61806%; }

.offset-by-6[class*="col-"] { margin-left: 53.125%; }

.offset-by-7[class*="col-"] { margin-left: 61.63194%; }

.offset-by-8[class*="col-"] { margin-left: 70.13889%; }

.offset-by-9[class*="col-"] { margin-left: 78.64583%; }

.offset-by-10[class*="col-"] { margin-left: 87.15278%; }

.offset-by-11[class*="col-"] { margin-left: 95.65972%; }

.col-12 { width: 100%; }
}*/

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

/*html { font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
 /* line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}*/

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
 letter-spacing: -.08rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
 letter-spacing: -.08rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
 letter-spacing: -.08rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
 letter-spacing: -.05rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
 letter-spacing: -.03rem;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {

h1 { font-size: 7.2rem; }

h2 { font-size: 4.2rem; }

h3 { font-size: 3.6rem; }

h4 { font-size: 3.0rem; }

h5 { font-size: 2.4rem; }

h6 { font-size: 1.8rem; }
}

p { margin-top: 0; }

/* Base Font Styles */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/** { box-sizing: border-box; }
 [class*="col-"] {
 float: left;
 margin-left: 2.08333%;
 box-sizing: border-box;
}
 @media (max-width: 749px) {
 [class*="col-"] {
 width: 100%;
 margin-left: 0;
}
}*/

/*[class*="col-"]:first-child { margin-left: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.row {
  width: 100%;
  float: left;
}*/

/* For devices larger than 400px */



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.slider-wrapper {
  height: 100%;
  text-align: left;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform: translate3d(0, 0px, 0px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slider-wrapper-outer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-item { float: left; }

.arrow {
  top: 0;
  bottom: 0;
  width: 50px;
  height: 60px;
  margin: auto;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  border: 1px solid transparent;
  background-position: 50% 50%;
  background-size: 70px auto;
  background-color: rgba(170, 170, 170, 0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-left {
  left: 30px;
  background-image: url("../images/arrow-left.svg");
}

.arrow-right {
  right: 30px;
  background-image: url("../images/arrow-right.svg");
}

.arrow.disabled {
  opacity: 0;
  pointer-events: none;
}

.arrow:hover {
  border-color: white;
  background-color: rgba(140, 140, 140, 0.7);
}

#main-slider {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#main-slider .container {
  height: 100%;
  display: inline-block;
}

#main-slider header {
  width: 100%;
  text-align: center;
  text-shadow: 0 0 5px rgba(100, 100, 100, 0.35);
}

#main-slider .slide {
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
}

#main-slider .slide-1 { background-image: url(../images/slide1.jpg); }

#main-slider .slide-2 { background-image: url(../images/slide2.jpg); }

#main-slider .slide-3 { background-image: url(../images/slide3.jpg); }

#main-slider .slide-4 { background-image: url(../images/slide4.jpg); }

.vertical-hook {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vertical-container {
  width: 100%;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
}
