/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;

}



/* Helper Classes */

.fl{
    float: left;
}

.fr{
    float: right;
}

.table{
    display: table;
    width: 100%;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}

/* Grid */

.container {
  position: relative;
  width: 85%;
  max-width: 1330px;
  margin: 0 auto;
}

.row{
    width: 100%;
}

.col{
  width: 100%;
  float: left;
}



/* For devices larger than 550px */
@media (min-width: 550px) {
 
  .col {
    margin-left: 4%; }
  .col:first-child {
    margin-left: 0; }
   
  .w-90{width: 90%;}     
  .w-85{width: 85%;}    
  .w-80{width: 80%;}
  .w-75{width: 75%;}
  .w-70{width: 70%;}
  .w-65{width: 65%;}
  .w-60{width: 60%;}
  .w-55{width: 55%;}
  .w-50{width: 50%;}
  .w-45{width: 45%;}
  .w-40{width: 40%;}
  .w-35{width: 35%;}
  .w-33{width: 33%;}
  .w-30{width: 30%;}
  .w-25{width: 25%;}
  .w-20{width: 20%;}
  .w-15{width: 15%;}
  .w-10{width: 10%;}

  .col-1.col                      { width: 4.66666666667%; }
  .col-2.col                      { width: 13.3333333333%; }
  .col-3.col                      { width: 22%;            }
  .col-4.col                      { width: 30.6666666667%; }
  .col-5.col                      { width: 39.3333333333%; }
  .col-6.col                      { width: 48%;            }
  .col-7.col                      { width: 56.6666666667%; }
  .col-8.col                      { width: 65.3333333333%; }
  .col-9.col                      { width: 74.0%;          }
  .col-10.col                     { width: 82.6666666667%; }
  .col-11.col                     { width: 91.3333333333%; }
  .col-12.col                     { width: 100%; margin-left: 0; }
    
  .half.col               { width: 48%; }

  /* Offsets */

  .offset-1.col          { margin-left: 8.66666666667%; }
  .offset-2.col          { margin-left: 17.3333333333%; }
  .offset-3.col          { margin-left: 26%;            }
  .offset-4.col          { margin-left: 34.6666666667%; }
  .offset-5.col          { margin-left: 43.3333333333%; }
  .offset-6.col          { margin-left: 52%;            }
  .offset-7.col          { margin-left: 60.6666666667%; }
  .offset-8.col          { margin-left: 69.3333333333%; }
  .offset-9.col          { margin-left: 78.0%;          }
  .offset-10.col         { margin-left: 86.6666666667%; }
  .offset-11.col         { margin-left: 95.3333333333%; }
    
  .offset-half.col       { margin-left: 52%; }

}


/* Base Styles */

html {
  font-size: 62.5%; }
body {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 400;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding: 0;
  margin: 0; }

/* Clearing */

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries */


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
