@charset "UTF-8";
/*!
* Theme Name: Gatortail
* Theme URI: http://www.yourdomain.com
* Description: Custom Theme
* Version: 1.0
* Author: Blake Prudhomme
* Author URI: hatchit.co
* License: GPL
* License URI: http://wordpress.org/about/gpl/
*/
@import url(fonts/style.css);
/* START ============= Normalize.css v2.1.3 ============= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END ============= Normalize ============= */
/* START ============= Basic Selectors ============= */
@font-face {
  /* Icons Font */
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'United Sans';
  src: url("fonts/UnitedSansRgHv.otf");
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

body {
  background-color: #2b2b2b;
  color: #444;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 1;
}

a {
  color: #0088CC;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #3e3e3e;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button {
  outline: none;
}

a, button, input[type="submit"], input[type="button"], input[type="reset"] {
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover, a:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

::-moz-selection {
  background: #F7EA6F;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #F7EA6F;
  color: #000;
  text-shadow: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "United Sans", sans-serif;
  color: inherit;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.1;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.1;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.3;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 14px;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
}

/* Miscellaneous */
p:last-child, table:last-child, ul:last-child, ol:last-child, dl:last-child, dd:last-child, pre:last-child, code:last-child, blockquote:last-child, address:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  font-size: 16px;
}

p, pre, blockquote, address, dt {
  line-height: 1.6;
}

p, table, ul, ol, dl, dd, pre, code, blockquote, address {
  margin: 0 0 30px;
}

blockquote {
  padding-left: 20px;
  border-left: 5px solid #33bbff;
}

b, strong {
  font-weight: 700;
}

hr {
  clear: both;
  border: none;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}

address {
  font-style: normal;
}

/* Table */
table caption {
  font-family: "United Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tr {
  border-bottom: 1px solid #e7e7e7;
}
table th {
  font-weight: 700;
  text-align: left;
}
table th, table td {
  padding: 12px;
}

/* Lists */
ul, ol, dl {
  padding: 0;
}

ul, ol {
  list-style-position: outside;
  margin-left: 20px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 5px 0 0 40px;
}
ul ol, ol ol {
  list-style-type: lower-alpha;
}
nav ul, nav ol {
  margin: 0;
}
nav ul li, nav ol li {
  margin-bottom: 0;
  line-height: 1;
}
ul li, ol li {
  margin-bottom: 15px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  line-height: 1.4;
}

dt {
  font-family: "United Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}

/* Form */
form ul {
  list-style: none;
  margin-left: 0;
}
form > ul > li {
  clear: both;
  margin-bottom: 15px;
}
form > ul > li > label {
  margin-right: 10px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  font-weight: 700;
  display: block;
  border: none;
  margin-bottom: 20px;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select {
  background: #f7f7f7;
  color: #444;
  border: 1px solid #ddd;
  box-shadow: inset 1px 1px 10px rgba(200, 200, 200, 0.1);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  width: 200px;
  max-width: 100%;
  padding: 10px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="range"]:focus, input[type="file"]:focus, input[type="date"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
  background: #fff;
  color: #000;
  border-color: #aaa;
}

input[type="submit"] {
  background-color: #fff;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

textarea {
  line-height: 1.6;
  height: 150px;
}

input[type="checkbox"], input[type="radio"] {
  margin: 4px 5px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

code {
  background-color: #f9f9f9;
  color: green;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
}

/* END ============= Basic Selectors ============= */
/* START ============= Bootstrap - Grid ============= */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* END ============= Bootstrap Grid ============= */
/* START ============= Base Helpers ============= */
.i-font:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Quote */
.quote {
  background: url(images/i-quote.png) no-repeat;
  padding-left: 45px;
  border: none;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.quote .image-block {
  float: left;
  margin-right: 20px;
  position: relative;
}
.quote p {
  margin-bottom: 15px;
}
.quote cite {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 10px;
}

/* Alerts */
.alert {
  background-color: #e9e9e9;
  padding: 25px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.alert-info {
  background-color: #ffffd9;
  border: 1px solid #e8e800;
}

.alert-error {
  background-color: #ffd9d9;
  border: 1px solid #ffa6a6;
}

.alert-success {
  background-color: #dbffd9;
  border: 1px solid #7aff73;
}

/* Dropcap */
.dropcap:first-letter {
  font-size: 43.2px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-right: 10px;
}

/* Horizontal Rule */
.hr {
  clear: both;
  height: 8px;
  border: none;
  margin-bottom: 30px;
  position: relative;
}
.hr:before, .hr:after {
  content: '';
  background-color: #ddd;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}
.hr:before {
  top: 0;
}
.hr:after {
  bottom: 0;
}

/* Images Frame */
.img-frame {
  border: 1px solid #e9e9e9;
  padding: 5px;
}

/* END ============= Base Helpers ============= */
/* START ============= Header ============= */
#header {
  background-color: #454645;
  min-height: 75px;
  position: relative;
}
@media (max-width: 1050px) {
  #header {
    overflow: hidden;
  }
}
#header:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 80px;
  height: 75px;
  background: #2b2b2b;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
@media (max-width: 375px) {
  #header:after {
    right: -30px;
  }
}
#header.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
@media (max-width: 768px) {
  #header.fixed_header {
    position: relative;
    z-index: initial;
  }
}
#header a.logo_shape {
  width: 275px;
  height: 75px;
  background: #2b2b2b;
  float: left;
  padding: 10px 30px 10px 80px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  position: relative;
  margin-left: -20px;
}
@media (max-width: 568px) {
  #header a.logo_shape {
    margin-left: -50px;
  }
}
@media (max-width: 599px) {
  #header a.logo_shape {
    margin-left: -75px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
#header .header-logo {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#header .phone, #header .email, #header .america {
  position: absolute;
  top: 10px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1399px) {
  #header .phone, #header .email, #header .america {
    font-size: 1.2em;
    top: 28px;
  }
}
#header .phone:hover, #header .email:hover, #header .america:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #header .phone, #header .email, #header .america {
    font-size: 1em;
    top: 42px;
  }
}
@media (max-width: 414px) {
  #header .phone, #header .email, #header .america {
    font-size: 0.9em;
  }
}
#header .phone {
  right: 38%;
}
@media (max-width: 1199px) {
  #header .phone {
    right: 44%;
  }
}
@media (max-width: 1050px) {
  #header .phone {
    right: 55%;
  }
}
@media (max-width: 768px) {
  #header .phone {
    right: 35%;
  }
}
@media (max-width: 568px) {
  #header .phone {
    right: 45%;
  }
}
@media (max-width: 414px) {
  #header .phone {
    right: 50%;
  }
}
@media (max-width: 375px) {
  #header .phone {
    right: 48%;
  }
}
@media (max-width: 320px) {
  #header .phone {
    right: 22%;
    top: 15px;
  }
}
#header .email {
  right: 24%;
}
@media (max-width: 1199px) {
  #header .email {
    right: 30%;
  }
}
@media (max-width: 1050px) {
  #header .email {
    right: 36%;
  }
}
@media (max-width: 768px) {
  #header .email {
    right: 15%;
  }
}
@media (max-width: 414px) {
  #header .email {
    right: 19%;
  }
}
@media (max-width: 375px) {
  #header .email {
    right: 17%;
  }
}
@media (max-width: 320px) {
  #header .email {
    right: 24%;
  }
}
#header .america {
  text-transform: uppercase;
  right: 8%;
  top: 6px;
}
#header .america:hover {
  text-decoration: none;
}
#header .america:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 30px;
  background: url(images/flag.png) center/contain no-repeat;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  #header .america {
    right: 12%;
  }
}
@media (max-width: 1399px) {
  #header .america {
    top: 24px;
    font-size: 1.1em;
    right: 13%;
  }
  #header .america:after {
    height: 22px;
  }
}
@media (max-width: 768px) {
  #header .america {
    font-size: 1em;
    top: 8px;
    right: 20%;
  }
}
@media (max-width: 414px) {
  #header .america {
    right: 25%;
  }
}
@media (max-width: 375px) {
  #header .america {
    right: 21%;
  }
}
@media (max-width: 320px) {
  #header .america {
    display: none;
  }
}

.upgrade {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #615f29;
  text-align: center;
  padding: 15% 15% 0;
  font-size: 1.5em;
  line-height: 1.2;
  color: #fff;
}

.upgrade .logo {
  width: 300px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.upgrade .warn {
  z-index: 99999;
}

.upgrade .bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}

.upgrade .phone {
  position: absolute;
  top: 20px;
  right: 20px;
}

.upgrade .talk {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  padding: 40px;
  background: #FFF;
  color: #4c96b8;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  line-height: 1;
}

.upgrade .talk span {
  font-size: 0.9em;
}

.btn.call-details-trigger {
  display: none !important;
}
@media (min-width: 1051px) {
  .btn.call-details-trigger {
    background: transparent;
    display: block !important;
    background: transparent;
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    z-index: 9999;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn.call-details-trigger:hover:before {
    background-color: #ea1718;
  }
  .btn.call-details-trigger:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 80px;
    height: 75px;
    background-color: #ed3839;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .btn.call-details-trigger:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e007';
    display: block;
    color: #fff;
    line-height: 75px;
    font-size: 30px;
    position: absolute;
    left: 50%;
    z-index: 2;
  }
  .btn.call-details-trigger.js-active:after {
    content: '\e117';
  }
}

.call-details-trigger-sticky {
  display: none;
  background-color: #ed3839;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 9999;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  -o-transition: -o-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  transition: transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}
.call-details-trigger-sticky.js-active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.call-details-trigger-sticky.js-close:after {
  content: '\e117';
}
.call-details-trigger-sticky:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e007';
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}
@media (min-width: 1051px) {
  .call-details-trigger-sticky {
    display: block;
  }
}

.call-details-block, .call-details-block-sticky {
  display: none;
}
@media (min-width: 1051px) {
  .call-details-block, .call-details-block-sticky {
    display: block;
    background-color: #fff;
    text-transform: uppercase;
    padding: 20px;
    width: 250px;
    position: absolute;
    right: 0;
    top: 75px;
    -moz-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3);
    box-shadow: 0 0 10px rgba(120, 120, 120, 0.3);
    z-index: 9999;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
    -o-transition: -o-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
    transition: transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  .call-details-block.js-active, .call-details-block-sticky.js-active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .call-details-block .call, .call-details-block-sticky .call {
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 18px;
  }
  .call-details-block .call span, .call-details-block-sticky .call span {
    display: block;
    color: #ed3839;
    font-size: 24px;
    font-weight: 700;
    font-family: "United Sans", sans-serif;
  }
  .call-details-block .divider, .call-details-block-sticky .divider {
    text-align: center;
    position: relative;
  }
  .call-details-block .divider:before, .call-details-block-sticky .divider:before {
    content: '';
    background-color: #777;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .call-details-block .divider span, .call-details-block-sticky .divider span {
    background-color: #fff;
    display: inline-block;
    color: #666;
    font-size: 18px;
    padding: 12px 10px 18px;
    position: relative;
    z-index: 10;
  }
  .call-details-block .btn, .call-details-block-sticky .btn {
    display: block;
    border: 2px solid #ed3839;
    color: #ed3839;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    padding: 13px 10px;
  }
  .call-details-block .btn:hover, .call-details-block-sticky .btn:hover {
    background-color: #ed3839;
    color: #fff;
  }
}

.call-details-block-sticky {
  position: fixed;
  top: 100px;
}

/* END ============= Header ============= */
/* START ============= Header Nav ============= */
.header-nav-trigger {
  display: none;
}
@media (max-width: 1050px) {
  .header-nav-trigger {
    background: #555;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0;
    border: none;
    position: absolute;
    right: 6%;
    z-index: 999999;
    top: 15px;
    border-radius: 2px;
  }
  .header-nav-trigger:before {
    content: '\e120';
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 10px;
  }
  .header-nav-trigger.active:before {
    content: '\e117';
    font-size: 24px;
    top: 50%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .header-nav-trigger {
    right: 8%;
  }
}
@media (max-width: 667px) {
  .header-nav-trigger {
    right: 9%;
  }
}
@media (max-width: 568px) {
  .header-nav-trigger {
    right: 10%;
  }
}
@media (max-width: 414px) {
  .header-nav-trigger {
    right: 14%;
  }
}
@media (max-width: 320px) {
  .header-nav-trigger {
    right: 17%;
  }
}

#header-nav {
  clear: both;
  float: right;
  margin-right: 15px;
  margin-left: 15px;
  z-index: 999;
}
@media (min-width: 1400px) {
  #header-nav {
    clear: none;
    margin-top: 30px;
    margin-right: 100px;
  }
}
@media (max-width: 1050px) {
  #header-nav {
    position: relative;
    right: 0;
    margin-top: 7%;
    padding-top: 1%;
    margin-right: 0;
    float: none;
    background: #2b2b2b;
  }
}
@media (max-width: 768px) {
  #header-nav {
    margin-top: 9%;
  }
}
@media (max-width: 736px) {
  #header-nav {
    margin-top: 10%;
  }
}
@media (max-width: 667px) {
  #header-nav {
    margin-top: 11%;
  }
}
@media (max-width: 568px) {
  #header-nav {
    margin-top: 13%;
  }
}
@media (max-width: 414px) {
  #header-nav {
    margin-top: 18%;
  }
}
@media (max-width: 375px) {
  #header-nav {
    margin-top: 20%;
  }
}
@media (max-width: 320px) {
  #header-nav {
    margin-top: 23%;
  }
}
#header-nav ul {
  list-style: none;
  margin: 0;
}
#header-nav li {
  line-height: 1;
  float: left;
  margin-bottom: 0;
  position: relative;
}
#header-nav li:hover ul, #header-nav li.sfHover ul {
  left: 0;
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 99;
  background: #2b2b2b;
}
#header-nav a {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding: 13px 20px;
  position: relative;
}
@media (max-width: 1050px) {
  #header-nav {
    display: none;
  }
  #header-nav.active {
    display: block;
  }
  #header-nav li {
    float: none;
  }
  #header-nav .sub-menu {
    display: block !important;
    opacity: 1 !important;
  }
}

/* Top level list */
#header-nav .sf-menu > li {
  margin-left: 20px;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li {
    margin-left: 20px;
  }
}
#header-nav .sf-menu > li:hover {
  border-bottom: 4px solid #ed3839;
}
#header-nav .sf-menu > li.current-menu-item a, #header-nav .sf-menu > li.current-menu-parent a {
  color: #ed3839;
}
#header-nav .sf-menu > li:first-child {
  margin-left: 0;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li:first-child {
    margin-left: 20px;
  }
}
#header-nav .sf-menu > li#menu-item-65 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
#header-nav .sf-menu > li#menu-item-65:after {
  content: "\e004";
  font-family: "icomoon";
  position: absolute;
  right: 15px;
  top: 8px;
  color: #fff;
  font-size: 1.5em;
}
#header-nav .sf-menu > li#menu-item-65:hover {
  background: #2b2b2b;
}
#header-nav .sf-menu > li#menu-item-52 {
  position: static;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li#menu-item-52 {
    position: relative;
  }
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 400px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li#menu-item-52 ul.sub-menu {
    display: none !important;
  }
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li {
  height: 50%;
  width: 25%;
  float: left;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-676 a {
  background: url(images/dropdown/gator.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-675 a {
  background: url(images/dropdown/extreme.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-677 a {
  background: url(images/dropdown/mod-v.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-680 a {
  background: url(images/dropdown/xl.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-678 a {
  background: url(images/dropdown/redfish.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-673 a {
  background: url(images/dropdown/bowfish.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-679 a {
  background: url(images/dropdown/workboat.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li.menu-item-674 a {
  background: url(images/dropdown/enforcement.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li a {
  color: #000 !important;
  position: relative;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li a p {
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 1;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-nav .sf-menu > li#menu-item-52 ul.sub-menu li a:hover:before {
  opacity: 0.1;
}
#header-nav .sf-menu > li#menu-item-59 {
  position: static;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li#menu-item-59 {
    position: relative;
  }
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 340px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  overflow: hidden;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu:before {
  content: '';
  display: block;
  background-color: #e5e9ea;
  width: 350px;
  height: 500px;
  -moz-transform: skew(30deg, 5deg);
  -ms-transform: skew(30deg, 5deg);
  -webkit-transform: skew(30deg, 5deg);
  transform: skew(30deg, 5deg);
  position: absolute;
  left: -100px;
  top: -75px;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li#menu-item-59 ul.sub-menu {
    display: none !important;
  }
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li {
  height: 100%;
  width: 17.5%;
  float: left;
  text-transform: uppercase;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li:first-child {
  width: 30%;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li:first-child a p {
  font-size: 2.5em;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li.hide {
  display: none;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li#menu-item-1502 > a {
  background: url(images/dropdown/du-motor.png) no-repeat center;
  background-size: contain;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li.menu-item-1490 > a {
  background: url(images/dropdown/GTR25.png) no-repeat center;
  background-size: contain;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li.menu-item-1330 > a {
  background: url(images/dropdown/GTR25XD.png) no-repeat center;
  background-size: contain;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li.menu-item-1199 > a {
  background: url(images/dropdown/GTR35XD.png) no-repeat center;
  background-size: contain;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li.menu-item-1463 > a {
  background: url(images/dropdown/GTR37XD.png) no-repeat center;
  background-size: contain;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a {
  color: #000 !important;
  position: relative;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a p {
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 1;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a .featured-label {
  position: absolute;
  left: 15px;
  top: 50%;
  color: #343434;
  font-size: 22px;
  font-family: "United Sans", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a .featured-label:before {
  content: '';
  background-color: #343434;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a .featured-label span {
  display: block;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-nav .sf-menu > li#menu-item-59 ul.sub-menu li a:hover:before {
  opacity: 0.1;
}
#header-nav .sf-menu > li#menu-item-51 {
  position: static;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li#menu-item-51 {
    position: relative;
  }
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu {
  position: absolute;
  background: #fff;
  width: 70%;
  height: 200px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li#menu-item-51 ul.sub-menu {
    display: none !important;
  }
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li {
  height: 100%;
  width: 33.33333%;
  float: left;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li.menu-item-689 a {
  background: url(images/dropdown/boat-blind.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li.menu-item-691 a {
  background: url(images/dropdown/quackhouse.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li.menu-item-690 a {
  background: url(images/dropdown/bubba.jpg) center/contain no-repeat;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li a {
  color: #000 !important;
  position: relative;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li a p {
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.9em;
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 1;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-nav .sf-menu > li#menu-item-51 ul.sub-menu li a:hover:before {
  opacity: 0.1;
}
#header-nav .sf-menu > li > a {
  padding: 13px 0;
}
#header-nav .sf-menu > li:first-child {
  border-left: none;
}
#header-nav .sf-menu > li.has-dropdown {
  padding: 0 45px 0 18px;
}
#header-nav .sf-menu > li.has-dropdown:hover {
  border-color: #2b2b2b;
}
@media (max-width: 1050px) {
  #header-nav .sf-menu > li.has-dropdown {
    border: none;
    padding: 0;
    margin-top: 0;
  }
}

/* Nested level list */
#header-nav ul ul {
  width: 191px;
  position: absolute;
  background: #2b2b2b;
  top: 85%;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: top 0.4s ease, opacity 0.25s ease;
  -moz-transition: top 0.4s ease, opacity 0.25s ease;
  -ms-transition: top 0.4s ease, opacity 0.25s ease;
  -o-transition: top 0.4s ease, opacity 0.25s ease;
  transition: top 0.4s ease, opacity 0.25s ease;
}
@media (max-width: 1050px) {
  #header-nav ul ul {
    visibility: visible;
  }
}
#header-nav ul ul li {
  width: 100%;
  padding: 0;
}
#header-nav ul ul li:hover ul, #header-nav ul ul li.sfHover ul {
  left: 191px;
  top: 0;
}
#header-nav ul ul li:first-child {
  border-top: none;
}
#header-nav ul ul li.has-dropdown {
  border-bottom: none;
}
#header-nav ul ul a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2;
  font-size: 0.8em;
  color: #fff !important;
}
#header-nav ul ul a:hover {
  background-color: #454645;
}
#header-nav .sf-menu ul .current-menu-item > a {
  background-color: #454645;
  color: #fff;
}
@media (max-width: 1050px) {
  #header-nav ul ul {
    width: 100%;
    border: none;
    position: static;
    background: #2b2b2b;
  }
  #header-nav ul ul li {
    border: none;
  }
  #header-nav ul ul a {
    background-color: transparent;
    padding-left: 35px;
  }
}

/* Link/Hover/Active/Current */
/* Dropdown indicators */
#header-nav .sf-with-ul:after {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: relative;
  top: 2px;
  left: 4px;
}
#header-nav .sub-menu .sf-with-ul {
  width: 191px;
  padding-right: 30px;
  background: #2b2b2b;
}
#header-nav .sub-menu .sf-with-ul:after {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 5px;
}

/* END ============= Header Nav ============= */
/* START ============= Footer ============= */
.footer_padding {
  position: relative;
  z-index: -99999999999;
}
@media (max-width: 768px) {
  .footer_padding {
    display: none;
  }
}

#footer {
  position: fixed;
  bottom: 0;
  z-index: -999;
  background-color: #2b2b2b;
  font-size: 13px;
  clear: both;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #footer {
    position: relative;
    z-index: 0;
  }
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #ed3839;
}

.page-id-17 #footer {
  position: static;
}

.instafeed {
  width: 100%;
  height: 50%;
  background: #2b2b2b;
  clear: both;
  overflow: hidden;
}
.instafeed ul {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instafeed ul li {
  width: 10%;
  margin: 0;
  float: left;
}
@media (max-width: 768px) {
  .instafeed ul li {
    width: 20%;
  }
}
@media (max-width: 375px) {
  .instafeed ul li {
    width: 50%;
  }
}
.instafeed ul li img {
  width: 100%;
}

.footer_logo {
  width: 25%;
  height: 50%;
  display: block;
  float: left;
  padding-top: 3%;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer_logo {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .footer_logo {
    width: 20%;
    padding-left: 3%;
  }
}
@media (max-width: 736px) {
  .footer_logo {
    padding-left: 0;
  }
}
@media (max-width: 667px) {
  .footer_logo {
    width: 100%;
  }
}
.footer_logo img {
  width: 50%;
  height: auto;
}
@media (max-width: 1199px) {
  .footer_logo img {
    width: 75%;
  }
}
@media (max-width: 667px) {
  .footer_logo img {
    width: 20%;
  }
}

.footer_content {
  width: 75%;
  height: 50%;
  display: block;
  float: right;
  padding-top: 3%;
  padding-bottom: 2%;
}
@media (max-width: 1199px) {
  .footer_content {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .footer_content {
    width: 100%;
    padding-left: 5%;
  }
}
@media (max-width: 736px) {
  .footer_content {
    padding-left: 3%;
  }
}
@media (max-width: 667px) {
  .footer_content {
    text-align: center;
    padding-bottom: 5%;
  }
}

.menu-top-footer-nav-container,
.menu-bottom-footer-nav-container {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.menu-top-footer-nav-container {
  margin-bottom: 20px;
}

/* Footer nav */
.top-footer-nav,
.bottom-footer-nav {
  list-style: none;
  margin-left: 0;
}
.top-footer-nav li,
.bottom-footer-nav li {
  list-style: none;
  float: left;
  margin: 0 0 0 40px;
}
@media (max-width: 667px) {
  .top-footer-nav li,
  .bottom-footer-nav li {
    float: none;
    display: inline-block;
  }
}
.top-footer-nav li:first-child,
.bottom-footer-nav li:first-child {
  margin-left: 0;
}
.top-footer-nav li.current-menu-item > a, .top-footer-nav li.current_page_parent > a,
.bottom-footer-nav li.current-menu-item > a,
.bottom-footer-nav li.current_page_parent > a {
  color: #ed3839;
  text-decoration: underline;
}
.top-footer-nav a,
.bottom-footer-nav a {
  color: #fff;
  text-decoration: none;
}
.top-footer-nav a:hover,
.bottom-footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 667px) {
  .top-footer-nav {
    width: 100%;
    margin: 10px auto;
  }
}

@media (max-width: 667px) {
  .bottom-footer-nav {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 414px) {
  .top-footer-nav li {
    margin-left: 5px;
  }
  .top-footer-nav li:after {
    content: "\002F";
    color: #fff;
    margin-left: 9px;
  }
  .top-footer-nav li:last-child:after {
    content: "";
  }
}

@media (max-width: 1024px) {
  .bottom-footer-nav li {
    margin-left: 2.7%;
  }
}
@media (max-width: 667px) {
  .bottom-footer-nav li {
    margin-left: 5px;
  }
  .bottom-footer-nav li:after {
    content: "\002F";
    color: #fff;
    margin-left: 9px;
  }
  .bottom-footer-nav li:last-child:after {
    content: "";
  }
}

.top-footer-nav a {
  text-transform: uppercase;
  font-weight: 700;
}

.copyright,
.copyright a,
.terms,
.privacy {
  color: #fff;
  display: inline-block;
  margin-right: 30px;
}

.copyright a {
  margin-right: 0;
}

@media (max-width: 736px) {
  .copyright {
    margin-right: 20px;
  }
}
@media (max-width: 667px) {
  .copyright {
    display: block;
  }
}
@media (max-width: 320px) {
  .copyright {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
  }
}

.terms {
  margin-right: 10px;
}
@media (max-width: 320px) {
  .terms {
    margin: 0 auto;
  }
}

.privacy {
  margin-right: 107px;
}
@media (max-width: 1024px) {
  .privacy {
    margin-right: 2%;
  }
}
@media (max-width: 320px) {
  .privacy {
    display: block;
    margin: 15px auto 30px;
  }
}

.social {
  color: #fff;
  font-size: 1.3em;
  margin-right: 20px;
  padding: 8px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .social {
    margin-right: 15px;
  }
}

.twitter {
  background: #2daae1;
}

.instagram {
  background: #517fa4;
}

.facebook {
  background: #3b5998;
  margin-right: 0;
}

/* Scroll to top */
.scroll-top {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  line-height: 1;
  padding: 7px 5px;
  border: none;
  margin-left: 490px;
  position: fixed;
  left: 50%;
  bottom: 30px;
}
.scroll-top:before {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 30px;
}
.scroll-top:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.footer-mobile-cta-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.footer-mobile-cta-block > a {
  float: left;
  width: 50%;
  background-color: #ed3839;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  padding: 13px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-mobile-cta-block > a:hover {
  background-color: #c71213;
}
.footer-mobile-cta-block > a.contact-us {
  background-color: #ea1718;
}
@media (min-width: 768px) {
  .footer-mobile-cta-block > a {
    width: 100%;
  }
  .footer-mobile-cta-block > a.call-us {
    display: none;
  }
}
@media (min-width: 1051px) {
  .footer-mobile-cta-block {
    display: none !important;
  }
}

/* START ============= Footer ============= */
/* START ============= Blog ============= */
.type-post {
  clear: both;
  padding-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px;
}
.type-post:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.type-post.sticky {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

/* Portfolio */
.type-portfolio {
  clear: both;
  padding-bottom: 35px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px;
}
.type-portfolio:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.featured-thumb-block {
  text-align: center;
  margin: 0 0 20px;
}
.featured-thumb-block a {
  height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.featured-thumb-block a:hover, .featured-thumb-block a:focus {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.post-title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.post-title a {
  color: #444;
}
.post-title a:hover, .post-title a:focus {
  text-decoration: underline;
}

.post-meta {
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.2;
  overflow: hidden;
}
.post-meta a {
  color: #666;
}
.post-meta a:hover, .post-meta a:focus {
  color: #0088CC;
  text-decoration: underline;
}

.btn-more {
  background-color: #0088CC;
  color: #fff;
  clear: both;
  padding: 7px 10px;
}
.btn-more:hover, .btn-more:focus {
  background-color: #0070a8;
  color: #fff;
}

/* START ============= Pagination prev 123 next ============= */
.archive-pagination {
  clear: both;
  float: right;
  width: 100%;
}
.archive-pagination .index {
  font-weight: 700;
  line-height: 32px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.archive-pagination ul {
  list-style: none;
  float: left;
  margin-left: 0;
}
.archive-pagination li {
  float: left;
  margin: 0 6px 6px 0;
}
.archive-pagination li:last-child {
  margin-right: 0;
}
.archive-pagination li a, .archive-pagination li span {
  background: #fff;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  min-width: 35px;
  padding: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.archive-pagination li a:hover, .archive-pagination li .current {
  background: #0088CC;
  color: #fff;
}

/* END ============== Pagination prev 123 next ============== */
.single-page-pagination li a {
  margin-left: 4px;
}

/* Custom styles */
.press_posts {
  width: 100%;
  margin-top: 50px;
}
.press_posts ul {
  list-style: none;
  margin-left: 0;
  margin-left: -2.5%;
}
.press_posts ul li {
  width: 30.833%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
  height: 400px;
  display: table;
  position: relative;
  overflow: hidden;
}
@media (max-width: 915px) {
  .press_posts ul li {
    width: 47.5%;
  }
}
@media (max-width: 667px) {
  .press_posts ul li {
    width: 97.5%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.press_posts ul li .press_overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #615f29;
  display: table;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.press_posts ul li .press_overlay .press_title {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0 5%;
}
.press_posts ul li .press_overlay .press_title:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 115px 400px 0 0;
  border-color: #615f29 transparent transparent transparent;
}
.press_posts ul li .press_overlay .press_title h3 {
  color: #fff;
  margin-top: 50px;
}
.press_posts ul li .excerpt-block {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #133959;
  font-weight: 900;
  font-size: 1.1em;
  background: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.press_posts ul li .excerpt-block p {
  margin-top: 30px;
}
.press_posts ul li .excerpt-block .social {
  color: #fff;
  text-decoration: none;
  background: #133959;
  padding: 8px;
  border-radius: 4px;
  margin: 0;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.press_posts ul li .excerpt-block .social:hover {
  background: #615f29;
}
.press_posts ul li:nth-child(even) .press_overlay {
  background: #133959;
}
.press_posts ul li:nth-child(even) .press_overlay .press_title:after {
  border-color: #133959 transparent transparent transparent;
}
.press_posts ul li:hover .press_overlay {
  -webkit-transform: translate(0px, -95%);
  -moz-transform: translate(0px, -95%);
  -o-transform: translate(0px, -95%);
  -ms-transform: translate(0px, -95%);
  transform: translate(0px, -95%);
}
.press_posts ul li:hover .excerpt-block {
  background: rgba(255, 255, 255, 0.4);
}

.single_post_image {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
.single_post_image img {
  width: 100%;
  height: auto;
}

.single_post {
  position: relative;
}

.back-to-blog {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.single_share {
  position: absolute;
  right: 0;
  top: 150px;
  background: #133959;
  color: #fff;
  padding: 4px 30px 10px;
  text-align: center;
}
.single_share p {
  font-weight: 700;
  font-size: 0.9em;
  margin: 0;
}
.single_share p:first-of-type {
  margin-bottom: 10px;
}
.single_share a {
  background: #fff;
  color: #133959;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 10px;
}
.single_share a:nth-child(2) {
  margin-right: 0;
}
.single_share a:hover {
  color: #ed3839;
}

/* END ============= Blog ============= */
/* START ============= Single Template ============= */
.single-portfolio .type-portfolio {
  padding-bottom: 0;
  border-bottom: none;
}

/* Single Nav */
.single-nav {
  display: none;
}
@media (min-width: 601px) {
  .single-nav {
    clear: both;
    background: #fff;
    color: #222;
    font-weight: 700;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
  }
  .single-nav > div {
    float: left;
    width: 33.333333%;
  }
  .single-nav a {
    color: #222;
    text-decoration: none;
  }
  .single-nav a:hover {
    color: #0088CC;
  }
  .single-nav .old-post {
    position: relative;
  }
  .single-nav .old-post a {
    padding-left: 25px;
  }
  .single-nav .old-post a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e094';
    position: absolute;
    left: 0;
    -moz-transition: -moz-transform 100ms linear;
    -o-transition: -o-transform 100ms linear;
    -webkit-transition: -webkit-transform 100ms linear;
    transition: transform 100ms linear;
  }
  .single-nav .old-post a:hover:before {
    -moz-transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  .single-nav .new-post {
    text-align: right;
    position: relative;
  }
  .single-nav .new-post a {
    padding-right: 25px;
  }
  .single-nav .new-post a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e095';
    position: absolute;
    right: 0;
    -moz-transition: -moz-transform 100ms linear;
    -o-transition: -o-transform 100ms linear;
    -webkit-transition: -webkit-transform 100ms linear;
    transition: transform 100ms linear;
  }
  .single-nav .new-post a:hover:after {
    -moz-transform: translate3d(-5px, 0, 0);
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
}

/* START ==================== Single pagination 1-2-3 ===================== */
.single-page-pagination {
  clear: both;
  overflow: hidden;
}
.single-page-pagination .index {
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  border: none;
  margin-right: 10px;
}
.single-page-pagination span, .single-page-pagination a {
  background: #fff;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  float: left;
  min-width: 10px;
  padding: 7px 10px;
  border: 1px solid #e7e7e7;
  margin-left: 4px;
}
.single-page-pagination a:hover, .single-page-pagination:focus, .single-page-pagination .current {
  background: #0088CC;
  color: #fff;
}

/* START ============= Author Box ============= */
.author-box {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.author-info {
  overflow: hidden;
}

.avatar-block {
  float: left;
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 1px solid #eee;
  margin-right: 20px;
}

/* END ============== Author Box ============== */
/* END ============= Single Template ============= */
/* START ============= Page Template ============= */
.page-title {
  font-size: 24px;
  margin-bottom: 20px;
}

/* END ============= Page Template ============= */
/* START ============= Home Page ============= */
.home_cta {
  width: 100%;
}
.home_cta ul {
  list-style: none;
  margin-left: 0;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media (max-width: 568px) {
  .home_cta ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 320px;
  }
}
.home_cta ul li {
  width: 25%;
  float: left;
  height: 100%;
  margin-bottom: 0;
  text-align: center;
  border-right: 3px solid #fff;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 568px) {
  .home_cta ul li {
    width: 50%;
    height: 50%;
  }
  .home_cta ul li:nth-child(2) {
    border-right: none;
  }
}
.home_cta ul li:last-child {
  border-right: none;
}
.home_cta ul li:hover {
  /*@include breakpoint( $iphone5 ) {
    height: 50%;
    margin-top: 0;
  }
  height: 120%;
  margin-top: -40px;*/
}
.home_cta ul li:hover a.btn {
  opacity: 1;
}
.home_cta ul li:hover:before {
  background: #ed3839;
}
.home_cta ul li:before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home_cta ul li .cta_header {
  padding: 13px 0;
  height: 27%;
  width: 100%;
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.home_cta ul li .cta_header h2 {
  color: #fff;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .home_cta ul li .cta_header h2 {
    font-size: 1em;
  }
}
@media (max-width: 667px) {
  .home_cta ul li .cta_header h2 {
    font-size: 0.9em;
  }
}
@media (max-width: 320px) {
  .home_cta ul li .cta_header h2 {
    font-size: 0.8em;
  }
}
.home_cta ul li a.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  /*height: 48px;
  width: 60%;*/
  z-index: 4;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .home_cta ul li a.btn {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .home_cta ul li a.btn {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .home_cta ul li a.btn {
    width: 90%;
  }
}
@media (max-width: 667px) {
  .home_cta ul li a.btn {
    font-size: 1.1em;
  }
}
@media (max-width: 568px) {
  .home_cta ul li a.btn {
    width: 70%;
  }
}
@media (max-width: 320px) {
  .home_cta ul li a.btn {
    width: 90%;
  }
}

.info {
  height: 500px;
  background: url(images/boatbg.jpg) left/cover no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .info {
    background-position-x: 100%;
  }
}
@media (max-width: 667px) {
  .info {
    background-position-x: 90%;
  }
}
@media (max-width: 414px) {
  .info {
    background-position-x: 30%;
  }
}
@media (max-width: 568px) {
  .info {
    background-position-x: 90%;
  }
}
@media (max-width: 414px) {
  .info {
    background-position-x: 85%;
  }
}
@media (max-width: 320px) {
  .info {
    background-position-x: 82%;
  }
}
.info:before {
  content: "";
  position: absolute;
  background: url(images/boat.png) center/contain no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: -10%;
}
@media (max-width: 768px) {
  .info:before {
    bottom: -10%;
    right: -14%;
  }
}
@media (max-width: 736px) {
  .info:before {
    bottom: -12%;
  }
}
@media (max-width: 667px) {
  .info:before {
    bottom: -16%;
    right: -20%;
  }
}
@media (max-width: 568px) {
  .info:before {
    bottom: -21%;
  }
}
@media (max-width: 414px) {
  .info:before {
    bottom: -40%;
  }
}
.info .content {
  position: absolute;
  top: 23%;
  left: 5%;
  width: 28%;
}
@media (max-width: 1199px) {
  .info .content {
    top: 13%;
  }
}
@media (max-width: 768px) {
  .info .content {
    width: 36%;
    left: 3%;
  }
}
@media (max-width: 667px) {
  .info .content {
    top: 9%;
  }
}
@media (max-width: 568px) {
  .info .content {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .info .content {
    width: 70%;
  }
}
@media (max-width: 320px) {
  .info .content {
    width: 90%;
  }
}
.info .content h2 {
  font-size: 2.3em;
}
.info .content h2 span {
  color: #ed3839;
}

.feature_video {
  height: 377px;
  text-align: center;
  display: table;
  width: 100%;
}
@media (max-width: 1024px) {
  .feature_video {
    background: url(images/videobg.jpg) center/cover no-repeat;
    background-attachment: initial;
  }
}
@media (max-width: 568px) {
  .feature_video {
    -ms-background-position-x: 29% !important;
    background-position-x: 29% !important;
  }
}
.feature_video .content {
  display: table-cell;
  vertical-align: middle;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.feature_video .content img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}
.feature_video .content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 2.5em;
}
@media (max-width: 320px) {
  .feature_video .content h2 {
    font-size: 2.2em;
  }
}
.feature_video .content h2 span {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.4em;
  display: block;
  margin-bottom: -25px;
}
.feature_video .content a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature_video .content a span {
  font-size: 1.3em;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px 3px 5px 7px;
  margin-right: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature_video .content a:hover span {
  border-color: #ed3839;
  color: #fff;
}

.stats {
  height: 265px;
  background: #E6E7E9;
}
@media (max-width: 414px) {
  .stats {
    height: 675px;
  }
}
.stats ul {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 414px) {
  .stats ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.stats ul li {
  width: 33.3333%;
  float: left;
  height: 100%;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 0 5%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .stats ul li {
    padding: 0 2%;
  }
}
@media (max-width: 568px) {
  .stats ul li {
    padding: 0 3%;
  }
}
@media (max-width: 414px) {
  .stats ul li {
    width: 100%;
    height: 33.3333%;
    border-right: none;
    padding: 0 20%;
  }
}
.stats ul li:last-child {
  border-right: none;
}
.stats ul li .stat_intro {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin: 20px auto 15px;
}
.stats ul li h3 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .stats ul li h3 {
    font-size: 3em;
  }
}
@media (max-width: 736px) {
  .stats ul li h3 {
    font-size: 2.7em;
  }
}
@media (max-width: 568px) {
  .stats ul li h3 {
    font-size: 2em;
  }
}
@media (max-width: 414px) {
  .stats ul li h3 {
    font-size: 2.5em;
  }
}
.stats ul li:first-child h3 {
  color: #ed3839;
}
.stats ul li:nth-child(2) h3 {
  color: #133959;
}
.stats ul li:last-child h3 {
  color: #615f29;
}
.stats ul li .stat_info {
  font-size: 0.85em;
  font-weight: 300;
}

.featured {
  height: 335px;
  background: #fff;
  padding: 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media (max-width: 768px) {
  .featured {
    height: 425px;
  }
}
@media (max-width: 414px) {
  .featured {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 840px;
  }
}
.featured .left, .featured .right {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0 2%;
}
@media (max-width: 414px) {
  .featured .left, .featured .right {
    width: 100%;
    height: 50%;
  }
}
.featured .left img, .featured .right img {
  width: auto;
  height: 200px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .featured .left img, .featured .right img {
    height: 80%;
  }
}
@media (max-width: 768px) {
  .featured .left img, .featured .right img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.featured .left h3, .featured .right h3 {
  font-size: 1.2em;
}
.featured .left p, .featured .right p {
  font-size: 0.95em;
  line-height: 1.4;
}
.featured .left a, .featured .right a {
  font-size: 0.8em;
  color: #ed3839;
  text-decoration: none;
  font-weight: 700;
}
.featured .left a:hover, .featured .right a:hover {
  text-decoration: underline;
}

.sign_up {
  height: 240px;
  background: #E6E7E9;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media (max-width: 568px) {
  .sign_up {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 400px;
  }
}
.sign_up .newsletter_container, .sign_up .find_dealer {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0 5%;
}
@media (max-width: 568px) {
  .sign_up .newsletter_container, .sign_up .find_dealer {
    width: 100%;
    height: 50%;
    padding: 0 15%;
  }
}
@media (max-width: 414px) {
  .sign_up .newsletter_container, .sign_up .find_dealer {
    padding: 0 5%;
  }
}
.sign_up .newsletter_container {
  display: table;
}
.sign_up .newsletter_container .newsletter_sub_container {
  display: table-cell;
  vertical-align: middle;
}
.sign_up .newsletter_container .newsletter_sub_container p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75em;
  margin-bottom: 0;
  color: #000;
}
.sign_up .newsletter_container .newsletter_sub_container .gform_wrapper {
  margin: 0;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter label {
  text-indent: -999em;
  position: fixed;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter h3.gform_title {
  text-transform: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  color: #000;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .sign_up .newsletter_container .newsletter_sub_container form.newsletter h3.gform_title {
    font-size: 1.2em;
  }
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter .gform_body {
  margin: 0;
  display: inline-block;
  width: 80%;
  float: left;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter .gform_footer {
  display: inline-block;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter .gform_footer:after {
  content: "\e095";
  font-family: "icomoon";
  font-size: 2em;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter .gform_footer:hover:after {
  color: #ed3839;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter .ginput_container {
  margin-top: 0;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter .ginput_container input {
  height: 50px;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: none;
  font-size: 1.3em;
}
.sign_up .newsletter_container .newsletter_sub_container form.newsletter input[type=submit] {
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
  text-indent: -999em;
}
.sign_up .find_dealer .left, .sign_up .find_dealer .right {
  display: table;
  width: 50%;
  height: 100%;
}
.sign_up .find_dealer .left .dealer_container, .sign_up .find_dealer .right .dealer_container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.sign_up .find_dealer .left {
  float: left;
}
@media (max-width: 1199px) {
  .sign_up .find_dealer .left {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .sign_up .find_dealer .left {
    width: 70%;
  }
}
@media (max-width: 320px) {
  .sign_up .find_dealer .left {
    width: 80%;
  }
}
.sign_up .find_dealer .left .dealer_1st_line {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75em;
  margin-bottom: 0;
  color: #000;
}
.sign_up .find_dealer .left .dealer_2nd_line {
  font-weight: 700;
  font-size: 1.3em;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sign_up .find_dealer .left .dealer_2nd_line {
    font-size: 1.2em;
  }
}
.sign_up .find_dealer .right {
  float: right;
  text-align: center;
}
@media (max-width: 1199px) {
  .sign_up .find_dealer .right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .sign_up .find_dealer .right {
    width: 30%;
  }
}
@media (max-width: 320px) {
  .sign_up .find_dealer .right {
    width: 20%;
  }
}
.sign_up .find_dealer .right img {
  width: 115px;
  height: auto;
}

@-webkit-keyframes angleSlideInLeft {
  0% {
    -webkit-transform: skew(30deg) translateX(-2000px);
    -ms-transform: skew(30deg) translateX(-2000px);
    transform: skew(30deg) translateX(-2000px);
  }
  100% {
    -webkit-transform: skew(30deg) translateX(0);
    -ms-transform: skew(30deg) translateX(0);
    transform: skew(30deg) translateX(0);
  }
}
@keyframes angleSlideInLeft {
  0% {
    -webkit-transform: skew(30deg) translateX(-2000px);
    -ms-transform: skew(30deg) translateX(-2000px);
    transform: skew(30deg) translateX(-2000px);
  }
  100% {
    -webkit-transform: skew(30deg) translateX(0);
    -ms-transform: skew(30deg) translateX(0);
    transform: skew(30deg) translateX(0);
  }
}
/*---------------------------------------------------*/
@-webkit-keyframes angleSlideInRight {
  0% {
    -webkit-transform: skew(30deg) translateX(2000px);
    transform: skew(30deg) translateX(2000px);
  }
  100% {
    -webkit-transform: skew(30deg) translateX(0);
    transform: skew(30deg) translateX(0);
  }
}
@keyframes angleSlideInRight {
  0% {
    -webkit-transform: skew(30deg) translateX(2000px);
    -ms-transform: skew(30deg) translateX(2000px);
    transform: skew(30deg) translateX(2000px);
  }
  100% {
    -webkit-transform: skew(30deg) translateX(0);
    -ms-transform: skew(30deg) translateX(0);
    transform: skew(30deg) translateX(0);
  }
}
.fw-video-area {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: -100%;
  background: #fff;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.fw-video-area iframe {
  width: 80%;
  height: 80%;
  margin: 3% auto;
  display: block;
}

.fw-video-close {
  display: none;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 10000001;
  color: #fff;
  background: none;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  height: 42px;
  padding: 4px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-icon, .ss-icon.ss-gizmo, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"].ss-gizmo:before, [class*=" ss-"].ss-gizmo:before, [class^="ss-"].right:after, [class*=" ss-"].right:after, [class^="ss-"].ss-gizmo.right:after, [class*=" ss-"].ss-gizmo.right:after {
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.ss-delete:before, .ss-delete.right:after {
  content: 'X';
}

.fw-video-close.is-open {
  display: block;
  pointer-events: auto;
}

/*======================================
=            Author - Sahil            =
======================================*/
.home-hero-slider {
  clear: both;
  position: relative;
  overflow: hidden;
}

.home-hero-slider .slides {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.home-hero-slider .slides > li {
  margin-bottom: 0;
}

.home-hero-slider .slides .inner-block {
  background: center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-hero-slider h1 {
  color: #615f29;
}

.home-hero-slider span {
  color: #fff;
}

.home-hero-slider .flex-direction-nav {
  list-style: none;
  margin-left: 0;
  margin: 0;
  width: 100%;
}

.home-hero-slider .flex-direction-nav > li {
  margin: 0;
}

.home-hero-slider .flex-direction-nav > li a {
  opacity: 1 !important;
  position: absolute;
  bottom: 25px !important;
  top: auto !important;
  left: auto !important;
  margin: 0;
}

.home-hero-slider .flex-direction-nav .flex-prev {
  right: 70px !important;
}

.home-hero-slider .flex-direction-nav .flex-next {
  right: 30px !important;
}

.home-hero-slider .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
}

@media (max-width: 768px) {
  .home-hero-slider .inner-block:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .home-hero-slider .content-block {
    padding: 80px 15px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .home-hero-slider {
    height: 500px;
  }

  .home-hero-slider .slides > li {
    height: 500px;
  }

  .home-hero-slider .inner-block:before {
    content: "";
    position: absolute;
    height: 500px;
    width: 50%;
    left: -20%;
    background: #fff;
    opacity: 0.7;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: angleSlideInLeft;
    animation-name: angleSlideInLeft;
  }

  .home-hero-slider .inner-block:after {
    content: "";
    position: absolute;
    height: 500px;
    width: 20%;
    right: -20%;
    background: #fff;
    opacity: 0.7;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: angleSlideInRight;
    animation-name: angleSlideInRight;
  }

  .home-hero-slider h1 {
    position: absolute;
    left: 60px;
    bottom: 130px;
    font-weight: 900;
    font-size: 3.5em;
    z-index: 2;
  }

  .home-hero-slider h1 span {
    font-size: 0.65em;
    position: relative;
    z-index: 1;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
@media (min-width: 768px) and (max-width: 320px) {
  .home-hero-slider h1 span {
    font-size: 0.55em;
  }
}
@media (min-width: 768px) {
  .home-hero-slider h1 span:before {
    content: "";
    position: absolute;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    height: 55px;
    width: 130%;
    margin-left: -80px;
    background: #615f29;
    z-index: -1;
  }

  .home-hero-slider a {
    position: absolute;
    left: 60px;
    bottom: 70px;
    z-index: 2;
  }
}
/* END ============= Home Page ============= */
/* START ============= Product Landind Page ============= */
.landing_intro {
  height: 91vh;
  width: 50%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .landing_intro {
    width: 100%;
    height: 700px;
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 10%;
  }
}
.landing_intro h1 {
  position: relative;
  z-index: 1;
  margin-top: 10%;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .landing_intro h1 {
    margin-top: 0;
  }
}
.landing_intro h1:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  height: 50px;
  width: 60%;
  top: -10px;
  margin-left: -120px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 1024px) {
  .landing_intro h1:before {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .landing_intro h1:before {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .landing_intro h1:before {
    width: 75%;
  }
}
@media (max-width: 375px) {
  .landing_intro h1:before {
    width: 95%;
  }
}
.landing_intro h4 {
  margin-left: 10%;
  margin-top: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.landing_intro p {
  margin-left: 10%;
  margin-top: 20px;
  width: 60%;
}
@media (max-width: 768px) {
  .landing_intro p {
    width: 80%;
  }
}

.red {
  color: #ed3839;
}

.landing_scroll {
  height: 91vh;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
}
@media (max-width: 768px) {
  .landing_scroll {
    position: static;
  }
}
.landing_scroll .transparent_div {
  width: 50%;
  float: left;
  opacity: 0;
}
@media (max-width: 768px) {
  .landing_scroll .transparent_div {
    width: 0;
  }
}
.landing_scroll ul {
  list-style: none;
  margin-left: 0;
  overflow-y: scroll;
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .landing_scroll ul {
    width: 100%;
    overflow: visible;
  }
}
.landing_scroll ul.no-flexbox {
  float: right;
  width: 50%;
  height: 100%;
}
.landing_scroll ul a {
  color: #444;
  text-decoration: none;
}
.landing_scroll ul a:hover .product_hover_container {
  opacity: 1;
}
.landing_scroll ul a li {
  margin: 0;
  position: relative;
  height: 37vh;
  overflow: hidden;
  background: #fff;
  background: #fff -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 228, 228, 0.69) 93%, rgba(228, 228, 228, 0.7) 95%);
  /* FF3.6+ */
  background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(93%, rgba(228, 228, 228, 0.69)), color-stop(95%, rgba(228, 228, 228, 0.7)));
  /* Chrome,Safari4+ */
  background: #fff -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 228, 228, 0.69) 93%, rgba(228, 228, 228, 0.7) 95%);
  /* Chrome10+,Safari5.1+ */
  background: #fff -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 228, 228, 0.69) 93%, rgba(228, 228, 228, 0.7) 95%);
  /* Opera 11.10+ */
  background: #fff -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 228, 228, 0.69) 93%, rgba(228, 228, 228, 0.7) 95%);
  /* IE10+ */
  background: #fff linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(228, 228, 228, 0.69) 93%, rgba(228, 228, 228, 0.7) 95%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3e4e4e4',GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .landing_scroll ul a li {
    height: 300px;
  }
}
.landing_scroll ul a li .product_cover {
  height: 100%;
  width: 100%;
  display: table;
}
.landing_scroll ul a li .product_cover .product_discrp_container {
  float: left;
  width: 50%;
  height: 100%;
  display: table;
}
.landing_scroll ul a li .product_cover .product_discrp_container .product_discrp {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10%;
  position: relative;
}
.landing_scroll ul a li .product_cover .product_discrp_container .product_discrp p {
  margin: 0;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.landing_scroll ul a li .product_cover .product_discrp_container .product_discrp p.product_title {
  font-family: "United Sans", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
}
@media (max-width: 320px) {
  .landing_scroll ul a li .product_cover .product_discrp_container .product_discrp p.product_title {
    font-size: 2.2em;
  }
}
.landing_scroll ul a li .product_cover .product_discrp_container .product_discrp:before {
  content: "";
  position: absolute;
  margin-top: -4px;
  width: 110px;
  border-bottom: 2px solid #999;
}
.landing_scroll ul a li .product_cover .product_discrp_container .product_discrp:after {
  content: "";
  position: absolute;
  width: 70%;
  border-bottom: 2px solid #999;
}
.landing_scroll ul a li .product_cover .product_image_container {
  float: right;
  width: 50%;
  height: 100%;
  display: table;
}
@media (max-width: 414px) {
  .landing_scroll ul a li .product_cover .product_image_container {
    width: 40%;
  }
}
.landing_scroll ul a li .product_cover .product_image_container .product_image {
  display: table-cell;
  vertical-align: middle;
}
.landing_scroll ul a li .product_cover .product_image_container .product_image img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing_scroll ul a li:hover .product_image img {
  -webkit-transform: scale(2) translate3d(-20px, 45px, 0);
  -moz-transform: scale(2) translate3d(-20px, 45px, 0);
  -ms-transform: scale(2) translate3d(-20px, 45px, 0);
  -o-transform: scale(2) translate3d(-20px, 45px, 0);
  transform: scale(2) translate3d(-20px, 45px, 0);
}
.landing_scroll ul a li:hover .product_image img.blinds {
  -webkit-transform: scale(1.2) translate3d(-40px, 15px, 0);
  -moz-transform: scale(1.2) translate3d(-40px, 15px, 0);
  -ms-transform: scale(1.2) translate3d(-40px, 15px, 0);
  -o-transform: scale(1.2) translate3d(-40px, 15px, 0);
  transform: scale(1.2) translate3d(-40px, 15px, 0);
}
.landing_scroll ul a li.boat .product_discrp {
  position: absolute;
  top: 20px;
  left: 5%;
}
.landing_scroll ul a li.boat .product_discrp p {
  margin: 0;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.landing_scroll ul a li.boat .product_discrp p.product_title {
  font-family: "United Sans", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
}
@media (max-width: 320px) {
  .landing_scroll ul a li.boat .product_discrp p.product_title {
    font-size: 2.2em;
  }
}
.landing_scroll ul a li.boat .product_discrp:before {
  content: "";
  position: absolute;
  margin-top: -4px;
  width: 40%;
  border-bottom: 2px solid #999;
}
.landing_scroll ul a li.boat .product_discrp:after {
  content: "";
  position: absolute;
  width: 110%;
  border-bottom: 2px solid #999;
}
.landing_scroll ul a li.boat .product_image {
  position: absolute;
  bottom: 0;
  right: 5%;
}
.landing_scroll ul a li.boat .product_image img {
  width: 80%;
  float: right;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing_scroll ul a li.boat:hover .product_image img {
  -webkit-transform: scale(1.2) translate3d(-40px, 15px, 0);
  -moz-transform: scale(1.2) translate3d(-40px, 15px, 0);
  -ms-transform: scale(1.2) translate3d(-40px, 15px, 0);
  -o-transform: scale(1.2) translate3d(-40px, 15px, 0);
  transform: scale(1.2) translate3d(-40px, 15px, 0);
}

/* START ============= Product Page ============= */
.overview {
  height: 600px;
  width: 100%;
  padding-bottom: 50px;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .overview {
    height: 650px;
  }
}
@media (max-width: 859px) {
  .overview {
    height: 1000px;
  }
}
@media (max-width: 667px) {
  .overview {
    height: 900px;
  }
}
@media (max-width: 320px) {
  .overview {
    height: 880px;
  }
}
.overview .overview_wrapper {
  max-width: 1200px;
  min-width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  .overview .overview_wrapper {
    padding: 0 5%;
  }
}
.overview .loader .svg {
  margin: 24px auto;
  display: block;
  -webkit-animation: svg-rotate 8000ms linear infinite;
  -moz-animation: svg-rotate 8000ms linear infinite;
  -o-animation: svg-rotate 8000ms linear infinite;
  animation: svg-rotate 8000ms linear infinite;
}
.overview .loader circle {
  fill: transparent;
  stroke: #ed3839;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0, 301.59289;
  -webkit-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
  -moz-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
  -o-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
  animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
}
@-webkit-keyframes svg-rotate {
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes svg-rotate {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes svg-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes svg-rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stroke-width {
  0%, 100% {
    stroke-width: 0;
  }
  45%, 55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@-moz-keyframes stroke-width {
  0%, 100% {
    stroke-width: 0;
  }
  45%, 55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@-o-keyframes stroke-width {
  0%, 100% {
    stroke-width: 0;
  }
  45%, 55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@keyframes stroke-width {
  0%, 100% {
    stroke-width: 0;
  }
  45%, 55% {
    stroke-width: 2;
  }
  50% {
    stroke-width: 4;
  }
}
@-webkit-keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@-moz-keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@-o-keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@keyframes stroke-dash {
  0% {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 301.59289, 301.59289;
    stroke-dashoffset: -301.59289;
  }
}
@-webkit-keyframes stroke-color {
  from {
    stroke: #ed3839;
  }
}
@-moz-keyframes stroke-color {
  from {
    stroke: #ed3839;
  }
}
@-o-keyframes stroke-color {
  from {
    stroke: #ed3839;
  }
}
@keyframes stroke-color {
  from {
    stroke: #ed3839;
  }
}
.overview .content-motor {
  width: 50%;
  padding-top: 5%;
  float: left;
}
@media (max-width: 859px) {
  .overview .content-motor {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .overview .content-motor {
    padding-right: 5%;
  }
}
.overview .content-motor h1, .overview .content-motor p {
  margin: 0;
}
.overview .content-motor h1 span.series {
  font-size: 0.5em;
  font-family: "proxima-nova", sans-serif;
}
.overview .content-motor p.intro {
  text-transform: uppercase;
  font-weight: 700;
}
.overview .content-motor h5 {
  margin: 15px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5em;
}
.overview .content-motor a.btn {
  margin: 30px 0;
}
.overview .content-motor ul#thumbs {
  list-style: none;
  margin-left: 0;
  position: relative;
  margin-bottom: 20px;
}
.overview .content-motor ul#thumbs li {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 60px;
  background: #FFF;
  border: 2px solid #888;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overview .content-motor ul#thumbs li:last-child {
  margin-right: 0;
}
.overview .content-motor ul#thumbs li:hover, .overview .content-motor ul#thumbs li.active {
  border-color: #2b2b2b;
  cursor: pointer;
}
.overview .content-motor ul#thumbs li:hover:before, .overview .content-motor ul#thumbs li.active:before {
  opacity: 0;
}
.overview .content-motor ul#thumbs li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overview .content-motor ul#thumbs li img {
  width: 90%;
  margin: 0 auto;
  height: auto;
}
.overview .content-motor ul#thumbs a.next {
  position: absolute;
  margin-left: 10px;
  top: 15px;
  text-decoration: none;
  background: #FFF;
  color: #999;
  padding: 0 11px;
  border-radius: 50%;
  font-size: 2em;
  font-weight: 700;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overview .content-motor ul#thumbs a.next:hover {
  background: #ed3839;
  color: #fff;
}
@media (max-width: 414px) {
  .overview .content-motor ul#thumbs a.next {
    display: none;
  }
}
.overview .content-motor .photo-gallery-link {
  text-decoration: none;
  z-index: 11;
  color: #444;
}
.overview .content-motor .photo-gallery-link:hover, .overview .content-motor .photo-gallery-link:focus, .overview .content-motor .photo-gallery-link:active {
  color: #ed3839;
}
.overview .content-motor .du_logo {
  height: 100px;
  width: 100%;
  background: url(images/du-logo.png) left/contain no-repeat;
}
.overview .content-boat {
  width: 100%;
  padding-top: 2%;
  margin: 0;
}
.overview .content-boat h1, .overview .content-boat p {
  margin: 0;
  line-height: 1;
}
.overview .content-boat h1 {
  float: left;
  font-size: 3.2em;
}
@media (max-width: 799px) {
  .overview .content-boat h1 {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .overview .content-boat h1 {
    font-size: 2.8em;
  }
}
.overview .content-boat h1 span.series {
  font-size: 0.4em;
  font-family: "proxima-nova", sans-serif;
  margin-left: 3px;
  font-weight: 700;
}
@media (max-width: 568px) {
  .overview .content-boat h1 {
    float: none;
    margin-bottom: 0;
  }
}
.overview .content-boat h5 {
  float: right;
  font-size: 1.4em;
  line-height: 1;
  text-align: right;
  font-family: "proxima-nova", sans-serif;
}
@media (max-width: 799px) {
  .overview .content-boat h5 {
    float: left;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.overview .content-boat p.intro {
  text-transform: uppercase;
  font-weight: 700;
}
.overview .content-boat .overview_cta {
  float: left;
  clear: both;
  background: #ddd;
}
.overview .content-boat .overview_cta:hover {
  background: #ed3839;
}
.overview .content-boat .overview_video_link {
  float: left;
  clear: both;
  margin-top: 20px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.overview .content-boat .overview_video_link span {
  font-size: 1em;
  border: 3px solid #ed3839;
  border-radius: 50%;
  padding: 5px 3px 5px 7px;
  margin-right: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.overview .content-boat .overview_video_link:hover span {
  border-color: #ed3839;
  color: #ed3839;
}
.overview .image_container-motor {
  height: 100%;
  width: 50%;
  float: left;
  display: table;
}
@media (max-width: 859px) {
  .overview .image_container-motor {
    height: auto;
    width: 100%;
  }
}
.overview .image_container-motor .image_wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overview .image_container-motor .image_wrapper img {
  width: 100%;
  margin: 0 auto;
  display: none;
}
.overview .image_container-boat {
  text-align: center;
  position: relative;
  display: table;
  height: 70%;
  width: 100%;
}
@media (max-width: 799px) {
  .overview .image_container-boat {
    height: 50%;
  }
}
.overview .image_container-boat .image_wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}
.overview .image_container-boat .image_wrapper img {
  width: 80%;
  margin: 0 auto;
  display: none;
}
@media (max-width: 799px) {
  .overview .image_container-boat .image_wrapper img {
    width: 100%;
  }
}
.overview .image_container-boat ul#thumbs {
  list-style: none;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 799px) {
  .overview .image_container-boat ul#thumbs {
    bottom: -60px;
  }
}
.overview .image_container-boat ul#thumbs li {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 70px;
  background: #FFF;
  border: 2px solid #888;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overview .image_container-boat ul#thumbs li:last-child {
  margin-right: 0;
}
.overview .image_container-boat ul#thumbs li:hover, .overview .image_container-boat ul#thumbs li.active {
  border-color: #2b2b2b;
  cursor: pointer;
}
.overview .image_container-boat ul#thumbs li:hover:before, .overview .image_container-boat ul#thumbs li.active:before {
  opacity: 0;
}
.overview .image_container-boat ul#thumbs li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overview .image_container-boat ul#thumbs li img {
  width: 90%;
  margin: 12px auto 0;
  height: auto;
  vertical-align: top;
}
.overview .image_container-boat ul#thumbs a.next {
  position: absolute;
  margin-left: 10px;
  top: 15px;
  text-decoration: none;
  background: #FFF;
  color: #999;
  padding: 0 11px;
  border-radius: 50%;
  font-size: 2em;
  font-weight: 700;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overview .image_container-boat ul#thumbs a.next:hover {
  background: #ed3839;
  color: #fff;
}
@media (max-width: 414px) {
  .overview .image_container-boat ul#thumbs a.next {
    display: none;
  }
}

.overview.boat {
  height: auto;
}
.overview.boat .boat_sizes {
  float: right;
  margin-top: -40px;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .overview.boat .boat_sizes {
    float: left;
    margin-top: 60px;
  }
}

.flex-direction-nav,
.slides {
  list-style: none;
  margin-left: 0;
}

#carousel {
  width: 520px;
  position: relative;
}
@media (max-width: 667px) {
  #carousel {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 667px) {
  #carousel .flex-viewport {
    width: 100%;
  }
}
#carousel .photo-gallery-link {
  float: right;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  text-decoration: none;
  z-index: 11;
  color: #444;
}
#carousel .photo-gallery-link:hover, #carousel .photo-gallery-link:focus, #carousel .photo-gallery-link:active {
  color: #ed3839;
}
@media (max-width: 667px) {
  #carousel .photo-gallery-link {
    position: relative;
    float: none;
    -webkit-order: 2;
    order: 2;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-top: 20px;
  }
}

#carousel .flex-direction-nav a {
  background: #ed3839;
}

#carousel .flex-direction-nav a:before {
  color: #fff;
}

#carousel ul.slides li {
  border: 2px solid #888;
  margin-left: 10px;
  width: 120px !important;
  height: 70px !important;
  text-align: center;
  position: relative;
}

#carousel ul.slides li:first-child {
  margin-left: 0;
}

#carousel ul.slides li:hover, #carousel ul.slides li.flex-active-slide {
  border-color: #2b2b2b;
  cursor: pointer;
}

#carousel ul.slides li:hover:before, #carousel ul.slides li.flex-active-slide:before {
  opacity: 0;
}

#carousel ul.slides li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#carousel ul.slides li img {
  width: auto;
  margin: 12px auto 0;
  height: auto;
  vertical-align: top;
}

#sticky_number {
  height: 75px;
  width: 150px;
  background: #ed3839;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
#sticky_number button {
  background: #ed3839;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding: 2px 0 0 2px;
}
#sticky_number p {
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
}
#sticky_number p.ques {
  font-size: 1.2em;
  margin-top: 9px;
}
#sticky_number p.num {
  font-size: 1.4em;
}
#sticky_number a {
  color: #fff;
  text-decoration: none;
}

.product_nav {
  position: absolute;
  width: 100%;
  top: -60px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 799px) {
  .product_nav {
    top: -30px;
  }
}
.product_nav.sticky {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  min-width: 70%;
}
.product_nav nav > ul {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.product_nav nav > ul li {
  display: inline-block;
  width: 19.5%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  padding: 22px 0;
  height: 60px;
  background: #999;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  vertical-align: middle;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 736px) {
  .product_nav nav > ul li {
    height: 30px;
  }
}
.product_nav nav > ul li:first-child {
  border-left: none;
}
.product_nav nav > ul li:last-child {
  border-right: none;
}
.product_nav nav > ul li:hover {
  background: #454645;
}
.product_nav nav > ul li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
}
@media (max-width: 736px) {
  .product_nav nav > ul li a {
    font-size: 1em;
  }
}
@media (max-width: 414px) {
  .product_nav nav > ul li a {
    font-weight: 500;
    font-size: 0.9em;
  }
}
@media (max-width: 320px) {
  .product_nav nav > ul li a {
    font-size: 0.75em;
  }
}

.pricing {
  min-height: 550px;
  background: #FFF;
  border-bottom: 10px solid #999;
  padding-top: 80px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .pricing {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .pricing {
    height: 750px;
  }
}
@media (max-width: 568px) {
  .pricing {
    height: 650px;
  }
}
@media (max-width: 414px) {
  .pricing {
    padding-left: 20px;
    height: 700px;
  }
}
@media (max-width: 320px) {
  .pricing {
    height: 740px;
  }
}
.pricing .angled_image {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .pricing .angled_image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .pricing .angled_image {
    right: -15%;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .pricing .angled_image {
    right: -35%;
    width: 86%;
  }
}
@media (max-width: 736px) {
  .pricing .angled_image {
    right: -38%;
    width: 89%;
  }
}
@media (max-width: 667px) {
  .pricing .angled_image {
    right: -50%;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .pricing .angled_image {
    display: none;
  }
}
.pricing h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 414px) {
  .pricing h2 {
    font-size: 1.5em;
  }
}
.pricing h2:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 50px;
  width: 60%;
  top: -12px;
  margin-left: -120px;
  background: #000;
  z-index: -1;
}
@media (max-width: 667px) {
  .pricing h2:before {
    width: 75%;
  }
}
@media (max-width: 568px) {
  .pricing h2:before {
    margin-left: -100px;
  }
}
@media (max-width: 414px) {
  .pricing h2:before {
    margin-left: -75px;
  }
}
@media (max-width: 375px) {
  .pricing h2:before {
    margin-left: -50px;
  }
}
@media (max-width: 320px) {
  .pricing h2:before {
    width: 90%;
  }
}
.pricing p.price_intro {
  font-size: 0.95em;
  margin-top: 50px;
  margin-bottom: 0;
}
.pricing p.price {
  font-size: 4.5em;
  font-weight: bold;
  color: #615f29;
  float: left;
  margin-right: 50px;
  margin-top: -10px;
}
@media (max-width: 568px) {
  .pricing p.price {
    font-size: 2.5em;
  }
}
.pricing p.price_descrip {
  float: left;
  width: 50%;
  clear: both;
  line-height: 2;
}
@media (max-width: 568px) {
  .pricing p.price_descrip {
    width: 90%;
  }
}
.pricing ul {
  list-style: none;
  margin-left: 0;
  margin-top: -21px;
}
@media (max-width: 991px) {
  .pricing ul {
    clear: both;
  }
}
.pricing ul li {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
}
@media (max-width: 320px) {
  .pricing ul li {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .pricing ul li:first-child {
    margin-left: 0;
  }
}

.features {
  background: #FFF;
  padding: 80px 0;
  padding-right: 50px;
}
@media (max-width: 414px) {
  .features {
    font-size: 1.5em;
    padding-right: 20px;
  }
}
.features h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2em;
  text-align: right;
  margin-right: 5%;
}
@media (max-width: 414px) {
  .features h2 {
    font-size: 1em;
    margin-right: 0;
  }
}
.features h2:after {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 50px;
  width: 60%;
  top: -12px;
  right: -15%;
  background: #000;
  z-index: -1;
}
@media (max-width: 414px) {
  .features h2:after {
    margin-left: -50px;
  }
}
@media (max-width: 320px) {
  .features h2:after {
    right: -75%;
  }
}
.features .left {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .features .left {
    margin-top: 100px;
  }
}
@media (max-width: 568px) {
  .features .left {
    width: 100%;
    margin-top: 40px;
  }
}
.features .left p {
  margin: 0;
  margin-left: 15%;
  font-size: 0.9em;
}
@media (max-width: 414px) {
  .features .left p {
    margin-left: 5%;
  }
}
.features .left p.pictured {
  font-weight: bold;
  color: #000;
  margin-top: 60px;
}
.features .right {
  width: 50%;
  float: right;
  padding-left: 10%;
  padding-top: 2.5%;
}
@media (max-width: 568px) {
  .features .right {
    width: 100%;
    clear: both;
    margin-top: 40px;
  }
}
@media (max-width: 414px) {
  .features .right {
    padding-left: 5%;
  }
}
.features .right ol li {
  font-weight: bold;
  line-height: 1;
}
.features .right ol li .accordion-section {
  line-height: 1;
}
@media (max-width: 414px) {
  .features .right ol li {
    font-size: 0.8em;
  }
}
.features .right ol li:last-child {
  margin-bottom: 0;
}
.features .right ol li a.list_title {
  color: #000;
  text-decoration: none;
}
.features .right ol li a.list_title p {
  position: relative;
}
.features .right ol li a.list_title p:after {
  content: "\e114";
  font-family: "icomoon";
  position: absolute;
  right: 0px;
}
.features .right ol li a.list_title.active p {
  position: relative;
}
.features .right ol li a.list_title.active p:after {
  content: "\e115";
  font-family: "icomoon";
  position: absolute;
  right: 0px;
}
.features .right ol li a.list_title:hover {
  text-decoration: underline;
}
.features .right ol li .accordion-section-content {
  display: none;
  width: 90%;
}
.features .right ol li .list_info {
  font-size: 1em;
}

.features.boat {
  padding-bottom: 0;
}
.features.boat .left {
  text-align: center;
}
.features.boat .right {
  padding-left: 10%;
}
.features.boat .right .small_feature {
  margin-top: 80px;
}
.features.boat .right .small_feature p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3em;
  font-family: "United Sans", sans-serif;
}
.features.boat .right .small_feature img {
  width: 130%;
  max-width: 130%;
  margin-left: -30%;
}
@media (max-width: 568px) {
  .features.boat .right .small_feature img {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.features.blinds .bottom_feature {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 80px;
}
.features.blinds .feature_caption {
  text-transform: uppercase;
  font-family: "United Sans", sans-serif;
  font-size: 1.4em;
  color: #000;
}
.features.blinds .feature_caption.feat2 {
  text-align: left;
  margin-left: 15%;
}

.options {
  min-height: 600px;
  background: #FFF;
  padding-top: 80px;
  margin-top: -15px;
}
@media (max-width: 568px) {
  .options {
    padding-bottom: 100px;
  }
}
.options h2 {
  position: relative;
  margin-left: 50px;
  z-index: 1;
  color: #fff;
  font-size: 2em;
  float: left;
}
@media (max-width: 414px) {
  .options h2 {
    font-size: 1.5em;
    margin-left: 20px;
  }
}
.options h2:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 50px;
  width: 190%;
  top: -12px;
  margin-left: -120px;
  background: #000;
  z-index: -1;
}
@media (max-width: 991px) {
  .options h2:before {
    width: 165%;
  }
}
@media (max-width: 320px) {
  .options h2:before {
    margin-left: -160px;
  }
}
.options .note {
  font-size: 0.9em;
  margin-left: 50px;
  float: right;
  margin-right: 15%;
}
@media (max-width: 1024px) {
  .options .note {
    margin-right: 3%;
  }
}
@media (max-width: 991px) {
  .options .note {
    margin-right: 6%;
  }
}
@media (max-width: 736px) {
  .options .note {
    margin-right: 0;
    float: left;
  }
}
@media (max-width: 414px) {
  .options .note {
    margin-left: 20px;
    width: 80%;
  }
}
.options .options_list {
  width: 33.333%;
  float: left;
}
@media (max-width: 1024px) {
  .options .options_list {
    width: 100%;
  }
}
.options .options_list ul {
  list-style: none;
  margin-left: 0;
  margin-top: 80px;
  width: 100%;
}
.options .options_list ul li.opt_content {
  width: 100%;
  padding: 15px;
}
.options .options_list ul li.opt_content .opt_name {
  width: 50%;
  float: left;
}
.options .options_list ul li.opt_content .opt_name p {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
}
.options .options_list ul li.opt_content .opt_name p span {
  font-size: 0.7em;
  font-weight: 500;
}
.options .options_list ul li.opt_content .opt_price {
  width: 50%;
  float: left;
  text-align: center;
}
.options .options_list ul li.opt_content .opt_price p {
  font-size: 1.2em;
}
.options .options_colors {
  width: 66.6666%;
  float: left;
}
@media (max-width: 1024px) {
  .options .options_colors {
    width: 100%;
  }
}
.options .options_colors ul {
  list-style: none;
  margin-left: 0;
  margin-top: 80px;
  width: 100%;
}
.options .options_colors ul li {
  width: 33.333%;
  padding: 20px;
  float: left;
}
@media (max-width: 667px) {
  .options .options_colors ul li {
    width: 100%;
  }
}
.options .options_colors ul li .opt_img {
  width: 100%;
}
.options .options_colors ul li .opt_img:hover {
  outline: 2px solid #ed3839;
}
@media (max-width: 667px) {
  .options .options_colors ul li .opt_img {
    height: 100%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.options .options_colors ul li .hidden_lightbox_img {
  display: none;
}
.options .options_colors .color_price {
  text-align: center;
  width: 100%;
}
.options .options_colors .color_price p {
  font-size: 1.6em;
  font-weight: 700;
}
.options .options_colors .color_price p span {
  font-size: 0.8em;
  font-weight: 500;
}
.options .boat_options {
  padding: 5%;
  border-bottom: 10px solid #999;
}
.options .boat_options .boat_option_title {
  font-family: "United Sans", sans-serif;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  clear: both;
}
.options .boat_options ul {
  list-style: none;
  margin-left: 0;
  margin-left: -2.5%;
}
.options .boat_options ul li {
  float: left;
  margin-left: 2.5%;
  display: inline-block;
  width: 30.5%;
  height: 120px;
  margin-bottom: 40px;
}
@media (max-width: 915px) {
  .options .boat_options ul li {
    width: 47.5%;
  }
}
@media (max-width: 667px) {
  .options .boat_options ul li {
    width: 97.5%;
  }
}
.options .boat_options ul li .option_thumb {
  float: left;
  width: 120px;
  height: 120px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.options .boat_options ul li .option_thumb img {
  width: 100%;
  height: 100%;
}
.options .boat_options ul li .option_thumb:hover {
  outline: 2px solid #ed3839;
}
.options .boat_options ul li .option_meta {
  width: -webkit-calc(100% - 166px);
  width: -moz-calc(100% - 166px);
  width: calc(100% - 166px);
  height: 120px;
  text-align: center;
  float: left;
  text-align: center;
  padding-left: 30px;
  display: table;
}
.options .boat_options ul li .option_meta .overview_video_link {
  font-size: 12px;
}
.options .boat_options ul li .option_meta .option_meta_wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.options .boat_options ul li .option_meta .option_meta_wrapper p {
  margin: 0;
}
.options .boat_options ul li .option_meta .option_meta_wrapper p.boat_option_name {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
.options .boat_options ul li .option_meta .option_meta_wrapper p.boat_option_price {
  font-size: 0.95em;
}

.product_slider {
  min-height: 400px;
  background: #FFF;
  border-bottom: 10px solid #999;
  border-top: 10px solid #999;
  position: relative;
}
@media (max-width: 414px) {
  .product_slider {
    display: none;
  }
}
.product_slider:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 380px;
  width: 60%;
  left: -20%;
  background: #fff;
  opacity: 0.8;
  z-index: 3;
}
@media (max-width: 768px) {
  .product_slider:before {
    width: 65%;
  }
}
@media (max-width: 667px) {
  .product_slider:before {
    width: 70%;
  }
}
.product_slider .slider_content {
  position: absolute;
  color: #615f29;
  z-index: 5;
  left: 7%;
  top: 27%;
}
.product_slider .slider_content p {
  margin: 0;
  font-family: "United Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.product_slider .slider_content p.line1 {
  font-size: 2.2em;
}
@media (max-width: 568px) {
  .product_slider .slider_content p.line1 {
    font-size: 1.8em;
  }
}
.product_slider .slider_content p.line2 {
  font-size: 3.5em;
}
@media (max-width: 568px) {
  .product_slider .slider_content p.line2 {
    font-size: 3.1em;
  }
}
.product_slider .slider_content p.line3 {
  font-size: 2.8em;
}
@media (max-width: 568px) {
  .product_slider .slider_content p.line3 {
    font-size: 2.4em;
  }
}
.product_slider ul {
  list-style: none;
  margin-left: 0;
  width: 100%;
  height: 380px;
}
.product_slider ul.flex-direction-nav {
  height: 0;
}
.product_slider ul li {
  width: 100%;
  height: 100%;
}

.resources {
  background: #FFF;
  padding: 5%;
}
.resources h2 {
  position: relative;
  margin-left: 50px;
  z-index: 1;
  color: #fff;
  font-size: 2em;
  float: left;
}
@media (max-width: 414px) {
  .resources h2 {
    font-size: 1.5em;
    margin-left: 20px;
  }
}
.resources h2:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 50px;
  width: 300%;
  top: -12px;
  margin-left: -140px;
  background: #000;
  z-index: -1;
}
@media (max-width: 991px) {
  .resources h2:before {
    width: 165%;
  }
}
@media (max-width: 320px) {
  .resources h2:before {
    margin-left: -160px;
  }
}
.resources h4 {
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 1.5em;
  clear: both;
}
.resources .videos {
  width: 100%;
  margin: 50px auto 30px;
}
.resources .videos ul {
  list-style: none;
  font-size: 0px;
  margin-bottom: 0;
  margin-left: -2.5%;
  /* should match li left margin */
}
.resources .videos ul li {
  height: 315px;
  background: #eee;
  display: inline-block;
  width: 47.5%;
  /* this value + 2.5 should = 50% */
  margin: 0 0 2.5% 2.5%;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
}
@media (max-width: 568px) {
  .resources .videos ul li {
    width: 97.5%;
  }
}
.resources .downloads {
  width: 50%;
}
@media (max-width: 768px) {
  .resources .downloads {
    width: 100%;
  }
}
.resources .downloads ul {
  list-style: none;
  margin-left: 0;
}
.resources .downloads ul li {
  width: 100%;
  background: #eee;
  padding: 20px;
  padding-left: 95px;
  display: table;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 414px) {
  .resources .downloads ul li {
    padding-left: 70px;
  }
}
.resources .downloads ul li:before {
  content: "";
  position: absolute;
  background: url(images/download.png) center/contain no-repeat;
  width: 50px;
  height: 65px;
  top: 15px;
  left: 15px;
}
.resources .downloads ul li p, .resources .downloads ul li a {
  display: inline-block;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.resources .downloads ul li p {
  font-size: 1.5em;
  color: #454645;
  font-weight: 500;
}
@media (max-width: 414px) {
  .resources .downloads ul li p {
    font-size: 1em;
  }
}
.resources .downloads ul li a {
  background: #999;
  color: #fff;
  padding: 18px 15px;
  font-size: 16px;
  float: right;
}
@media (max-width: 414px) {
  .resources .downloads ul li a {
    font-size: 0.9em;
  }
}
.resources .downloads ul li a:hover {
  background: #ed3839;
}

.product_cta {
  background: url(images/product-cta.jpg) center/cover no-repeat;
  padding: 70px 15px;
  text-align: center;
}
@media (max-width: 568px) {
  .product_cta {
    padding: 70px;
  }
}
@media (max-width: 414px) {
  .product_cta {
    padding: 70px 30px;
  }
}
.product_cta p {
  color: #fff;
  font-size: 1.6em;
}
@media (max-width: 414px) {
  .product_cta p {
    font-size: 1.3em;
  }
}
.product_cta p span {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 2%;
}
.product_cta a {
  color: #fff;
  text-decoration: none;
}

/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 1.35em;
  color: #fff;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4em;
}

.lb-data .lb-details span.lb-number {
  display: none !important;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*======================================
=            Author - Sahil            =
======================================*/
.est-wrapper {
  color: #f9f9f9;
}

.est-wrapper .content-block {
  padding: 70px 15px;
  position: relative;
}

.est-wrapper .content-block:before {
  content: '';
  background-color: rgba(69, 70, 69, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.est-wrapper .inner-block {
  position: relative;
}

@media (min-width: 415px) {
  .est-wrapper .content-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .est-wrapper .content-block {
    width: 50%;
  }

  .est-wrapper .content-block:before {
    background-color: #454645;
    -moz-transform: skew(-30deg, 0);
    -ms-transform: skew(-30deg, 0);
    -webkit-transform: skew(-30deg, 0);
    transform: skew(-30deg, 0);
    left: -200px;
  }
}
/*=====  End of Author - Sahil  ======*/
/* START ============= Package Deals Page ============= */
.custom-hero-section {
  position: relative;
}
.custom-hero-section .section-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.custom-hero-section .section-sub-heading {
  color: #ed393a;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-hero-section .description-block {
  max-width: 500px;
}
.custom-hero-section p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .custom-hero-section {
    background: none !important;
    text-align: center;
  }
  .custom-hero-section .heading-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
  }
  .custom-hero-section .heading-section:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .custom-hero-section .description-section {
    background-color: #fff;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .custom-hero-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 0 100px;
  }
  .custom-hero-section:before {
    content: '';
    background-image: linear-gradient(to right, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .custom-hero-section .heading-section {
    background: none !important;
    margin-bottom: 30px;
  }
  .custom-hero-section .section-heading {
    color: #000;
    font-size: 58px;
    letter-spacing: 3.2px;
  }
  .custom-hero-section .section-sub-heading {
    font-size: 30px;
    letter-spacing: 1.66px;
  }
  .custom-hero-section p {
    font-size: 20px;
  }
}

.list-package-deals {
  list-style: none;
  margin-left: 0;
}
.list-package-deals > li {
  background-color: #fff;
  margin-bottom: 0;
}
.list-package-deals .header-section {
  background-color: #e4e9ea;
  padding: 40px 0 0;
  position: relative;
}
.list-package-deals .header-section:after {
  content: '';
  background-image: linear-gradient(180deg, #1d2124 0%, rgba(30, 39, 48, 0) 97%);
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: .1;
}
.list-package-deals .title-block {
  background-color: #454645;
  margin-bottom: 30px;
}
.list-package-deals .title-block .counter {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  font-family: "United Sans", sans-serif;
  letter-spacing: 1;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 15px 20px 50px;
  margin-left: -50px;
  position: relative;
}
.list-package-deals .title-block .counter span {
  position: relative;
}
.list-package-deals .title-block .counter span b {
  display: none;
}
.list-package-deals .title-block .title {
  color: #fff;
  font-family: "United Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.list-package-deals .meta-block {
  display: none;
}
.list-package-deals .price-section {
  padding: 30px 0 20px;
  border: 2px solid #e4e9ea;
}
.list-package-deals .price {
  color: #4e4e1f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.list-package-deals .price span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.list-package-deals .package-img-link {
  position: relative;
}
.list-package-deals .package-img-link:focus {
  outline: none;
}
.list-package-deals .package-img-link .i-zoom {
  display: none;
}
@media (max-width: 768px) {
  .list-package-deals .package-img-link {
    display: inline-block;
    margin: 0 auto;
  }
  .list-package-deals .package-img-link img {
    max-height: 60vh;
  }
  .list-package-deals .price-section {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .list-package-deals .title-block {
    background-color: transparent;
  }
  .list-package-deals .title-block .counter {
    font-size: 28px;
    letter-spacing: 1.44px;
    padding-right: 70px;
  }
  .list-package-deals .title-block .counter:before {
    content: '';
    background-color: #e4e9ea;
    display: block;
    width: 40px;
    position: absolute;
    left: 100%;
    top: 0;
    height: 120%;
    margin-left: -20px;
    -moz-transform: skew(-20deg, 5deg);
    -ms-transform: skew(-20deg, 5deg);
    -webkit-transform: skew(-20deg, 5deg);
    transform: skew(-20deg, 5deg);
  }
  .list-package-deals .title-block .title {
    color: #343434;
    font-size: 28px;
    letter-spacing: 1.44px;
    margin-left: 0;
  }
  .list-package-deals .package-img-link {
    display: inline-block;
    float: right;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
  }
  .list-package-deals .package-img-link .i-zoom {
    display: block;
    color: #ed3839;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .list-package-deals .package-img-link .i-zoom:before {
    content: '';
    background: url(images/icon-zoom.svg) no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: relative;
    top: 7px;
  }
  .list-package-deals .price-section {
    padding: 40px 0;
  }
  .list-package-deals .price, .list-package-deals .btn-block {
    float: left;
  }
  .list-package-deals .price {
    font-size: 50px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .list-package-deals .header-section {
    padding: 50px 0;
  }
  .list-package-deals .meta-block {
    display: block;
    color: rgba(52, 52, 52, 0.25);
    font-family: "United Sans", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.21px;
  }
  .list-package-deals .meta-block div {
    float: left;
    padding: 0 30px;
    position: relative;
  }
  .list-package-deals .meta-block div:first-child {
    padding-left: 0;
  }
  .list-package-deals .meta-block div:first-child:before {
    content: '';
    background-color: #343434;
    width: 2px;
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 3px;
    margin-left: -1px;
    opacity: .5;
  }
  .list-package-deals .meta-block span {
    color: #343434;
  }
  .list-package-deals .package-img-link {
    display: block;
    text-align: right;
    position: absolute;
    width: 600px;
    max-width: 45%;
    right: 15px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .list-package-deals .title-block .counter {
    font-size: 32px;
  }
  .list-package-deals .title-block .counter span b {
    display: inline-block;
  }
}

.list-package-deals .content-trigger {
  cursor: pointer;
  color: #ed3839;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  padding: 20px 0 30px;
  margin-bottom: 0;
}
.list-package-deals .content-trigger ::-moz-selection {
  background: transparent;
  color: #444;
}
.list-package-deals .content-trigger ::selection {
  background: transparent;
  color: #444;
}
.list-package-deals .content-trigger span {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.list-package-deals .content-trigger span:after {
  content: '\e004';
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -3px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list-package-deals .content-trigger.js-active span:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-package-deals .content-row {
  padding-bottom: 40px;
}
.list-package-deals .col-heading {
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.list-package-deals .col-content {
  font-size: 16px;
}
@media (max-width: 768px) {
  .list-package-deals .content-trigger {
    text-align: center;
  }
  .list-package-deals .col-content li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .list-package-deals .content-trigger {
    padding: 30px 0;
  }
  .list-package-deals .content-row {
    padding-bottom: 70px;
  }
  .list-package-deals .col-heading {
    margin-bottom: 30px;
  }
  .list-package-deals .col-content {
    font-size: 18px;
  }
}

/*===========================
=            OLD - DELETE           =
===========================*/
.package_landing {
  padding: 10% 0 1%;
}
.package_landing .package_header_content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .package_landing .package_header_content {
    padding-left: 5%;
  }
}
.package_landing .package_header_content h1 {
  font-size: 3.5em;
  color: #fff;
  font-weight: 900;
}
.package_landing .package_header_content p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
}

.package {
  min-height: 600px;
  width: 100%;
  float: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border-bottom: 10px solid #999;
  background: #ccc;
}
@media (max-width: 1024px) {
  .package {
    height: auto;
  }
}
.package h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.7em;
}
@media (max-width: 414px) {
  .package h2 {
    font-size: 1.5em;
  }
}
.package h2:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 50px;
  width: 65%;
  top: -12px;
  margin-left: -120px;
  background: #000;
  z-index: -1;
}
@media (max-width: 1199px) {
  .package h2:before {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .package h2:before {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .package h2:before {
    margin-left: -100px;
  }
}
@media (max-width: 667px) {
  .package h2:before {
    width: 80%;
  }
}
@media (max-width: 568px) {
  .package h2:before {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .package h2:before {
    width: 90%;
  }
}
.package .left {
  float: left;
  width: 70%;
  height: 100%;
  min-height: 500px;
  background: #FFF;
  padding: 30px 5%;
  padding-left: 23%;
  margin-left: -20%;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 3;
}
@media (max-width: 1024px) {
  .package .left {
    width: 100%;
    padding-left: 30px;
    margin-left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.package .left .left_wrapper {
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
@media (max-width: 1024px) {
  .package .left .left_wrapper {
    -webkit-transform: none;
    transform: none;
  }
}
.package .left .package_title {
  text-transform: uppercase;
  font-size: 2em;
  font-family: "United Sans", sans-serif;
  margin-bottom: 0;
}
.package .left h6 {
  font-size: 1.4em;
  margin-bottom: 0;
}
.package .left table {
  height: auto !important;
  width: 100% !important;
}
.package .left table td {
  vertical-align: top;
  padding-left: 0;
}
@media (max-width: 690px) {
  .package .left table td {
    width: 100%;
    float: left;
  }
}
.package .left ul li {
  margin-bottom: 0;
  font-size: 1.06em;
  font-weight: 700;
}
.package .left .package_price p {
  font-size: 3em;
  color: #615f29;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0;
}
.package .right {
  width: 50%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  float: right;
  display: table;
  padding: 7% 5% 0;
}
@media (max-width: 1024px) {
  .package .right {
    display: none;
  }
}
.package .right .package_img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.package .right .package_img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.package .right .package_img img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.package_bottom_cta {
  text-align: center;
  padding: 70px 15px;
  float: left;
  width: 100%;
}
.package_bottom_cta p {
  color: #fff;
  font-size: 1.6em;
}
@media (max-width: 414px) {
  .package_bottom_cta p {
    font-size: 1.3em;
  }
}
.package_bottom_cta p span {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 2%;
}
.package_bottom_cta a {
  color: #fff;
  text-decoration: none;
}

/*================================
=            Lightbox            =
================================*/
.page-template-package-deals .mfp-figure {
  position: relative;
}
.page-template-package-deals .mfp-figure:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 40px;
}
.page-template-package-deals .mfp-figure figure {
  position: relative;
}
.page-template-package-deals .mfp-figure .mfp-img {
  padding: 80px 20px;
}
.page-template-package-deals .mfp-figure button.mfp-close {
  background-color: #ed3839;
  color: #fff;
  font-size: 36px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 40px;
  padding: 0;
  text-align: center;
  opacity: 1;
}
.page-template-package-deals .mfp-figure .mfp-title {
  text-transform: uppercase;
}

/* START ============= Inside Gatortail ============= */
.inside_landing {
  height: 500px;
}
.inside_landing .content_wrapper {
  background: none;
  position: relative;
  height: 100%;
}
.inside_landing h1 {
  position: absolute;
  left: 0;
  bottom: 116px;
  margin: 0;
  font-size: 4em;
  color: #FFF;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .inside_landing h1 {
    left: 20px;
  }
}
@media (max-width: 859px) {
  .inside_landing h1 {
    bottom: 120px;
  }
}
@media (max-width: 667px) {
  .inside_landing h1 {
    bottom: 50px;
  }
}
@media (max-width: 568px) {
  .inside_landing h1 {
    top: 30px;
    font-size: 3em;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.inside_landing nav {
  position: absolute;
  right: 33px;
  bottom: 60px;
  z-index: 1;
  background: #FFF;
  padding: 8px 15px;
}
@media (max-width: 1199px) {
  .inside_landing nav {
    right: 53px;
  }
}
@media (max-width: 859px) {
  .inside_landing nav {
    right: auto;
    left: 20px;
  }
}
@media (max-width: 667px) {
  .inside_landing nav {
    display: none;
  }
}
.inside_landing nav:after {
  content: "";
  position: absolute;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  height: 42px;
  width: 42px;
  right: -20px;
  top: 0;
  background: #fff;
  z-index: -1;
}
.inside_landing nav ul li {
  display: inline-block;
  padding: 6px 0;
}
.inside_landing nav ul li:hover a, .inside_landing nav ul li.current-menu-item a {
  border-bottom: 5px solid #ed3839;
  opacity: 1;
}
.inside_landing nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  margin-left: 15px;
  padding: 6px 0;
  opacity: 0.6;
  border-bottom: 5px solid transparent;
}

.inside_landing .overview_video_link {
  position: absolute;
  right: 40px;
  bottom: 180px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.inside_landing .overview_video_link span {
  font-size: 1em;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px 3px 5px 7px;
  margin-right: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.inside_landing .overview_video_link:hover span {
  border-color: #ed3839;
  color: #ed3839;
}

.inside_main_content {
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  padding: 80px 5%;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  overflow: hidden;
}
.inside_main_content h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 414px) {
  .inside_main_content h2 {
    font-size: 1.5em;
  }
}
.inside_main_content h2:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  height: 50px;
  width: 55%;
  top: -12px;
  margin-left: -120px;
  background: #000;
  z-index: -1;
}
@media (max-width: 1199px) {
  .inside_main_content h2:before {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .inside_main_content h2:before {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .inside_main_content h2:before {
    margin-left: -60px;
  }
}
@media (max-width: 667px) {
  .inside_main_content h2:before {
    width: 80%;
  }
}
@media (max-width: 568px) {
  .inside_main_content h2:before {
    margin-left: -40px;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .inside_main_content h2:before {
    margin-left: -40px;
  }
}
@media (max-width: 375px) {
  .inside_main_content h2:before {
    margin-left: -40px;
  }
}
@media (max-width: 320px) {
  .inside_main_content h2:before {
    width: 90%;
  }
}
.inside_main_content .inside_main_content_wrapper {
  width: 60%;
  float: left;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .inside_main_content .inside_main_content_wrapper {
    width: 80%;
  }
}
@media (max-width: 568px) {
  .inside_main_content .inside_main_content_wrapper {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .inside_main_content .inside_main_content_wrapper table {
    width: 100%;
  }
}
.inside_main_content .inside_main_content_wrapper table, .inside_main_content .inside_main_content_wrapper tbody, .inside_main_content .inside_main_content_wrapper td, .inside_main_content .inside_main_content_wrapper tr {
  border: none;
}
.inside_main_content .inside_main_content_wrapper td {
  line-height: 1.4;
}
.inside_main_content .inside_main_content_wrapper table {
  margin: 0;
}

.inside_blue_content {
  padding: 80px 5% 100px;
  min-height: 500px;
}
.inside_blue_content .inside_blue_content_wrapper {
  width: 45%;
  float: right;
  margin-top: 50px;
  color: #FFF;
}
@media (max-width: 1024px) {
  .inside_blue_content .inside_blue_content_wrapper {
    width: 100%;
  }
}

.inside_bottom_cta {
  text-align: center;
  padding: 70px 15px;
}
.inside_bottom_cta p {
  color: #fff;
  font-size: 1.6em;
}
@media (max-width: 414px) {
  .inside_bottom_cta p {
    font-size: 1.3em;
  }
}
.inside_bottom_cta p span {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 2%;
}
.inside_bottom_cta a {
  color: #fff;
  text-decoration: none;
}

.page-our-story .inside_landing h1 {
  color: #000;
  text-shadow: none;
}

/* ============= Dealer Locator ============= */
.dealer_locator {
  width: 100%;
  height: 92vh;
  background: #ccc;
}
.dealer_locator .left {
  width: 70%;
  height: 100%;
  background: #ccc;
  float: left;
}
@media (max-width: 1024px) {
  .dealer_locator .left {
    width: 60%;
  }
}
@media (max-width: 667px) {
  .dealer_locator .left {
    width: 100%;
    height: 200px;
  }
}
.dealer_locator .left .dealer_header {
  height: 25%;
  width: 100%;
  padding-top: 5%;
  background: #ccc url(images/dealer-header.jpg) center/cover no-repeat;
}
@media (max-width: 667px) {
  .dealer_locator .left .dealer_header {
    height: 100%;
  }
}
.dealer_locator .left .dealer_header h1 {
  position: relative;
  z-index: 1;
  margin-left: 5%;
}
@media (max-width: 1024px) {
  .dealer_locator .left .dealer_header h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 768px) {
  .dealer_locator .left .dealer_header h1 {
    margin-top: 0;
  }
}
@media (max-width: 667px) {
  .dealer_locator .left .dealer_header h1 {
    margin-top: 10%;
  }
}
.dealer_locator .left .dealer_header h1:before {
  content: "";
  position: absolute;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  height: 50px;
  width: 55%;
  top: -10px;
  left: -120px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 1199px) {
  .dealer_locator .left .dealer_header h1:before {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .dealer_locator .left .dealer_header h1:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .dealer_locator .left .dealer_header h1:before {
    left: -80px;
  }
}
@media (max-width: 667px) {
  .dealer_locator .left .dealer_header h1:before {
    left: -35%;
  }
}
@media (max-width: 568px) {
  .dealer_locator .left .dealer_header h1:before {
    left: -25%;
  }
}
.dealer_locator .left .map {
  height: 75%;
  width: 100%;
}
@media (max-width: 667px) {
  .dealer_locator .left .map {
    display: none;
  }
}
.dealer_locator .left .map #map-canvas {
  width: 100%;
  height: 100%;
}
.dealer_locator .left .map #map-canvas ul.features {
  display: none !important;
}
.dealer_locator .left .map #map-canvas .title {
  color: #133959;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}
.dealer_locator .left .map #map-canvas .address {
  margin-bottom: 15px;
}
.dealer_locator .left .map #map-canvas .address p {
  margin: 0;
  line-height: 1.3;
  color: #133959;
}
.dealer_locator .left .map #map-canvas .phone {
  margin-bottom: 10px;
}
.dealer_locator .left .map #map-canvas .phone a {
  color: #133959;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3em;
}
.dealer_locator .left .map #map-canvas .web {
  margin-bottom: 5px;
}
.dealer_locator .left .map #map-canvas .web a {
  text-decoration: none;
  color: #133959;
}
.dealer_locator .left .map #map-canvas .web a:hover {
  text-decoration: underline;
}
.dealer_locator .left .map #map-canvas .directions,
.dealer_locator .left .map #map-canvas .zoomhere {
  margin-right: 10px;
}
.dealer_locator .left .map #map-canvas .action {
  text-decoration: none;
  color: #133959;
}
.dealer_locator .left .map #map-canvas .action:hover {
  text-decoration: underline;
}
.dealer_locator .right {
  width: 30%;
  height: 100%;
  background: #fff;
  float: left;
  overflow: scroll;
}
@media (max-width: 1024px) {
  .dealer_locator .right {
    width: 40%;
  }
}
@media (max-width: 667px) {
  .dealer_locator .right {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.dealer_locator .right ul.features,
.dealer_locator .right form.storlocator-filter,
.dealer_locator .right .location-search,
.dealer_locator .right ul.store-list {
  display: none !important;
}
.dealer_locator .right ul.state {
  list-style: none;
  margin-left: 0;
  margin: 0;
  width: 100%;
}
.dealer_locator .right ul.state li {
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dealer_locator .right ul.state li .state_name_wrapper {
  padding: 15px 0;
  padding-left: 10%;
  border-bottom: 1px solid #fff;
  position: relative;
  background: #133959;
}
.dealer_locator .right ul.state li .state_name_wrapper:hover {
  background: #17466e;
}
.dealer_locator .right ul.state li .state_name_wrapper:hover .plus {
  opacity: 1;
}
.dealer_locator .right ul.state li .state_name_wrapper .plus {
  position: absolute;
  right: 20%;
  top: 33%;
  font-size: 1.15em;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dealer_locator .right ul.state li .state_name {
  color: #fff;
  text-decoration: none;
}
.dealer_locator .right ul.state li .state_name h3 {
  text-transform: uppercase;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.3em;
}
.dealer_locator .right ul.state li .state_name.active .state_name_wrapper .plus {
  opacity: 1;
}
.dealer_locator .right ul.dealer {
  list-style: none;
  margin-left: 0;
  margin: 0;
  background: #FFF;
  display: none;
}
@media (max-width: 667px) {
  .dealer_locator .right ul.dealer#accordion-7 {
    display: none;
  }
}
.dealer_locator .right ul.dealer li {
  background: #fff;
  padding: 20px 0;
  padding-left: 10%;
}
.dealer_locator .right ul.dealer li:nth-child(even) {
  background: #eee;
}
.dealer_locator .right ul.dealer li p {
  margin: 0;
  color: #133959;
}
.dealer_locator .right ul.dealer li p.dealer_name {
  text-transform: uppercase;
  font-weight: 700;
}
.dealer_locator .right ul.dealer li p.dealer_website {
  margin-top: 5px;
}
.dealer_locator .right ul.dealer li a {
  color: #133959;
  text-decoration: none;
}

/* END ============= Dealer Locator ============= */
.page-template-template-photos .inside_landing h1 {
  color: #fff;
}
.page-template-template-photos .mfp-img {
  background-color: #fff;
}

.photo_collection {
  display: block;
}
.photo_collection .photo_grid {
  list-style: none;
}
.photo_collection .photo_grid .mix {
  text-align: center;
  height: 330px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .photo_collection .photo_grid .mix {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .photo_collection .photo_grid .mix {
    height: 200px;
  }
}
.photo_collection .photo_grid .mix a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  height: 330px;
}
@media (min-width: 768px) {
  .photo_collection .photo_grid .mix a {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .photo_collection .photo_grid .mix a {
    height: 200px;
  }
}
.photo_collection .photo_grid .mix a img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 330px;
}
@media (min-width: 768px) {
  .photo_collection .photo_grid .mix a img {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .photo_collection .photo_grid .mix a img {
    max-height: 200px;
  }
}
.photo_collection .photo_grid .mix a p {
  display: block;
  background: #dcdcdc;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.photo_collection .photo_filters, .photo_collection .photo_filter_sub_catagories {
  display: block;
  overflow: hidden;
  margin: 18px 0 30px;
}
.photo_collection .photo_filters .filter, .photo_collection .photo_filter_sub_catagories .filter {
  float: left;
  font-size: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  background: #dfdfdf;
  cursor: pointer;
  padding: 10px 15px;
}
.photo_collection .photo_filters .filter.active, .photo_collection .photo_filters .filter:hover, .photo_collection .photo_filters .filter:active, .photo_collection .photo_filters .filter:focus, .photo_collection .photo_filter_sub_catagories .filter.active, .photo_collection .photo_filter_sub_catagories .filter:hover, .photo_collection .photo_filter_sub_catagories .filter:active, .photo_collection .photo_filter_sub_catagories .filter:focus {
  color: #dfdfdf;
  background-color: #444;
}
.photo_collection #photo-mixup .mix,
.photo_collection .photo_filter_sub_catagories {
  display: none;
}

.video_collection {
  display: block;
}
.video_collection .video_grid {
  list-style: none;
}
.video_collection .video_grid .mix {
  text-align: center;
  /*height: 330px;*/
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .video_collection .video_grid .mix {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .video_collection .video_grid .mix {
    height: 200px;
  }
}
.video_collection .video_grid .mix a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
  /*height: 330px;*/
  height: auto;
}
@media (min-width: 768px) {
  .video_collection .video_grid .mix a {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .video_collection .video_grid .mix a {
    height: 200px;
  }
}
.video_collection .video_grid .mix a img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 330px;
}
@media (min-width: 768px) {
  .video_collection .video_grid .mix a img {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  .video_collection .video_grid .mix a img {
    max-height: 200px;
  }
}
.video_collection .video_grid .mix a p {
  display: block;
  background: #dcdcdc;
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
}
.video_collection .video_filters, .video_collection .video_filter_sub_catagories {
  display: block;
  overflow: hidden;
  margin: 18px 0 30px;
}
.video_collection .video_filters .filter, .video_collection .video_filter_sub_catagories .filter {
  float: left;
  font-size: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  background: #dfdfdf;
  cursor: pointer;
  padding: 10px 15px;
}
.video_collection .video_filters .filter.active, .video_collection .video_filters .filter:hover, .video_collection .video_filters .filter:active, .video_collection .video_filters .filter:focus, .video_collection .video_filter_sub_catagories .filter.active, .video_collection .video_filter_sub_catagories .filter:hover, .video_collection .video_filter_sub_catagories .filter:active, .video_collection .video_filter_sub_catagories .filter:focus {
  color: #dfdfdf;
  background-color: #444;
}
.video_collection .video_filters .sub_catagories, .video_collection .video_filter_sub_catagories .sub_catagories {
  display: none;
}
.video_collection .video_filter_sub_catagories {
  display: none;
}
.video_collection #video-mixup .mix {
  display: none;
}

.featured-video iframe {
  width: 100%;
  height: 500px;
  margin: 35px 0 50px 0;
}
@media (max-width: 768px) {
  .featured-video iframe {
    height: 250px;
  }
}

.page-id-31 .inside_blue_content .inside_blue_content_wrapper {
  width: 100%;
}
.page-id-31 .gfield {
  clear: none;
}
.page-id-31 .gform_footer input[type="submit"] {
  color: #133959;
  font-size: 20px;
  letter-spacing: .5px;
  padding: 20px 40px;
}
.page-id-31 .gform_footer input[type="submit"]:hover {
  background-color: #fff;
  color: #133959;
}
.page-id-31 input[type="text"], .page-id-31 textarea, .page-id-31 select {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 18px;
}
.page-id-31 input[type="text"]:-moz-placeholder, .page-id-31 textarea:-moz-placeholder, .page-id-31 select:-moz-placeholder {
  color: #999;
}
.page-id-31 input[type="text"]::-moz-placeholder, .page-id-31 textarea::-moz-placeholder, .page-id-31 select::-moz-placeholder {
  color: #999;
}
.page-id-31 input[type="text"]:-ms-input-placeholder, .page-id-31 textarea:-ms-input-placeholder, .page-id-31 select:-ms-input-placeholder {
  color: #999;
}
.page-id-31 input[type="text"]::-webkit-input-placeholder, .page-id-31 textarea::-webkit-input-placeholder, .page-id-31 select::-webkit-input-placeholder {
  color: #999;
}
.page-id-31 input[type="text"]:focus:-moz-placeholder, .page-id-31 textarea:focus:-moz-placeholder, .page-id-31 select:focus:-moz-placeholder {
  color: #fff;
}
.page-id-31 input[type="text"]:focus::-moz-placeholder, .page-id-31 textarea:focus::-moz-placeholder, .page-id-31 select:focus::-moz-placeholder {
  color: #fff;
}
.page-id-31 input[type="text"]:focus:-ms-input-placeholder, .page-id-31 textarea:focus:-ms-input-placeholder, .page-id-31 select:focus:-ms-input-placeholder {
  color: #fff;
}
.page-id-31 input[type="text"]:focus::-webkit-input-placeholder, .page-id-31 textarea:focus::-webkit-input-placeholder, .page-id-31 select:focus::-webkit-input-placeholder {
  color: #fff;
}

/* START ============= Gravity Forms Plugin ============= */
.form-full-width input, .form-full-width textarea, .form-full-width select {
  width: 100%;
}

.gform_heading {
  margin-bottom: 10px;
}

.gform_fields {
  /* An Unordered list containing all the fields list item */
  list-style: none !important;
  margin: 0;
}
.gform_fields li {
  list-style: none;
}

.gform_hidden {
  margin-bottom: 0 !important;
}

.gfield {
  /* List item containing all the labels and inputs */
  clear: both;
  margin-bottom: 15px;
}
.gfield:last-child {
  margin-bottom: 0;
}
.gfield:before, .gfield:after {
  content: " ";
  display: table;
}
.gfield:after {
  clear: both;
}
.gfield.left {
  clear: none;
  float: left;
  margin-right: 15px;
}
.gfield.right {
  clear: none;
  float: right;
}
.gfield.full-width {
  clear: both;
}
.gfield.full-width input, .gfield.full-width textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
.gfield label {
  display: inline-block;
  margin-bottom: 2px;
}
.gfield .gfield_label {
  /* Top level labels */
  font-weight: 700;
}

.gsection {
  /* Section tile container */
  padding: 10px 0;
  margin-bottom: 10px;
}

.gsection_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.ginput_full {
  /* Mainly Address */
  float: left;
  width: 100%;
}
.ginput_full input[type="text"], .ginput_full textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ginput_left, .ginput_right {
  float: left;
  margin-right: 15px;
}

/* START ============= Checkbox & Radio ============= */
.gfield_checkbox, .gfield_radio {
  min-width: 200px;
  list-style: none;
  margin-left: 0;
}
.gfield_checkbox > li, .gfield_radio > li {
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.gfield_checkbox label, .gfield_radio label {
  background-color: #f5f5f5;
  line-height: 1;
  display: block;
  padding: 10px 10px 10px 30px;
  border: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.gfield_checkbox input, .gfield_radio input {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}
.gfield_checkbox input:checked + label, .gfield_radio input:checked + label {
  background-color: #fff;
}

.list-inline li {
  float: left;
  margin-right: 5px;
}

/* END ============== Checkbox & Radio ============== */
/* START ============= Advanced name ============= */
.ginput_complex span {
  margin-bottom: 5px;
}
.ginput_complex label {
  display: block;
}

/* END ============== Advanced name ============== */
/*=======================================
=            Enhanced Select            =
=======================================*/
.gform_wrapper .chosen-single {
  padding: 15px;
}
.gform_wrapper .chosen-single > span {
  color: #aaa;
}
.gform_wrapper .chosen-single div {
  width: 50px;
}
.gform_wrapper .chosen-single div b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 5px;
  margin-left: -5px;
}
.gform_wrapper .chosen-single div b:before {
  content: '';
  border: 7px solid transparent;
  border-top-color: #fff;
}
@media (min-width: 768px) {
  .gform_wrapper .chosen-single {
    padding: 15px;
  }
}
.gform_wrapper .chosen-container-active .chosen-single > span {
  color: #fff;
}
.gform_wrapper .chosen-drop {
  background-color: #fff;
  color: #133959;
  min-width: 250px;
  border: 1px solid #fff;
  border-top: none;
  margin-top: -1px;
}
.gform_wrapper .chosen-drop .chosen-results {
  max-height: 190px;
  padding: 4px;
}
.gform_wrapper .chosen-drop .chosen-results li {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 10px 11px;
}
.gform_wrapper .chosen-drop .chosen-results li.highlighted, .gform_wrapper .chosen-drop .chosen-results li:hover, .gform_wrapper .chosen-drop .chosen-results li:focus {
  background-color: #ececec;
}
.gform_wrapper .chosen-search {
  padding: 8px 5px;
  margin: 0;
  position: relative;
}
.gform_wrapper .chosen-search:after {
  right: 15px;
  margin-top: -10px;
}
.gform_wrapper .chosen-search input {
  width: 100%;
  min-width: auto;
  padding: 10px 35px 10px 10px;
  border: purple;
}
@media (max-width: 480px) {
  .gform_wrapper .chosen-select {
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    text-transform: capitalize;
  }
}

.gform_wrapper .chosen-container {
  text-align: left;
  position: relative;
}
.gform_wrapper .chosen-with-drop .chosen-drop {
  display: block;
}
.gform_wrapper .chosen-single {
  background: #f7f7f7;
  color: #444;
  border: 1px solid #ddd;
  box-shadow: inset 1px 1px 10px rgba(200, 200, 200, 0.1);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .chosen-single:focus {
  background: #fff;
  color: #000;
  border-color: #aaa;
}
.gform_wrapper .chosen-single span {
  line-height: normal;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_wrapper .chosen-single div {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.gform_wrapper .chosen-drop {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99;
}
.gform_wrapper .chosen-drop .chosen-search {
  display: none;
  white-space: nowrap;
  position: relative;
}
.gform_wrapper .chosen-drop .chosen-search:after {
  position: absolute;
  top: 50%;
}
.gform_wrapper .chosen-drop .chosen-search input {
  outline: 0 none;
}
.gform_wrapper .chosen-drop .chosen-results {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.gform_wrapper .chosen-drop .chosen-results .active-result {
  cursor: pointer;
}
.gform_wrapper .chosen-drop .chosen-results li {
  list-style: none;
  margin: 0;
}

/* START ============= Datepicker ============= */
.ui-datepicker-trigger {
  /* Calendar Icon */
  margin-left: -25px;
}

.ui-datepicker-control {
  /* Clear & Close Datepicker */
  display: none;
}

.ui-datepicker-prev, .ui-datepicker-next {
  /* Next & Previous Months */
  display: none;
}
.ui-datepicker-prev > div, .ui-datepicker-next > div {
  float: left;
  width: 33%;
}

.ui-datepicker-header select {
  /* Month & Year dropdown */
  background-color: #fff;
  width: 108px;
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 5px;
}

table.ui-datepicker-calendar {
  background: #fff;
}
table.ui-datepicker-calendar tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
  border: 1px solid #ddd;
  padding: 0;
}
table.ui-datepicker-calendar thead th {
  font-weight: 700;
  padding: 12px;
}
table.ui-datepicker-calendar tbody td a {
  text-align: center;
  display: block;
  padding: 12px;
  cursor: pointer;
}
table.ui-datepicker-calendar tbody td a:hover {
  background-color: #0088CC;
  color: #fff;
}

/* END ============== Datepicker ============== */
/* START ============= Multi input date ============= */
.clear-multi > div {
  /* Container for inputs and labels */
  float: left;
  margin-right: 10px;
}

.clear-multi .gfield_date_year {
  /* Container for year input and label */
  margin-right: 0;
}

.clear-multi input[type="text"] {
  width: 45px;
}

.clear-multi select {
  width: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.clear-multi label {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

/* END ============== Multi input date ============== */
.gform_body {
  margin-bottom: 20px;
}

.gfield_required {
  color: red;
  padding: 0 3px;
}

.gform_footer {
  clear: both;
  text-align: center;
  /* It's outside the .gform_fields(unordered list) */
}
.gform_footer input[type="submit"] {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  color: #000;
  background: #FFF;
  font-size: 13px;
  padding: 13px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  padding: 10px 18px;
}
.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus {
  text-decoration: none;
}
.gform_footer input[type="submit"]:active {
  outline: none;
}
.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus {
  background-color: #ed3839;
  color: #fff;
}

/* Submitting loader */
.gform_ajax_spinner {
  margin-left: 10px;
}

/* Compiled validation error */
.validation_error {
  display: none;
}

/* Field specific validation error */
.validation_message, .validation_error {
  background-color: red;
  color: #fff;
  font-size: 13px;
  clear: both;
  float: left;
  padding: 3px 5px;
}

/* Success Confirmation */
#gforms_confirmation_message {
  line-height: 1.2;
  font-weight: 700;
  padding: 30px 20px;
  text-align: center;
}

.inside_blue_content_wrapper .careers-form-block .gform_wrapper li.gfield.gfield_error {
  background: none;
  border-top: none;
  border-bottom: none;
}
.inside_blue_content_wrapper .careers-form-block .gform_title,
.inside_blue_content_wrapper .careers-form-block .gform_heading {
  display: none;
}
.inside_blue_content_wrapper .careers-form-block label {
  text-indent: -999em;
}
.inside_blue_content_wrapper .careers-form-block .gfield_description {
  margin-left: 40px !important;
}
.inside_blue_content_wrapper .careers-form-block .gform_wrapper .top_label .gfield_description.validation_message,
.inside_blue_content_wrapper .careers-form-block .gform_wrapper .gfield_description.validation_message {
  margin-left: 0 !important;
  width: 92%;
  margin-top: 0 !important;
  color: #fff !important;
  padding-left: 20px !important;
  font-size: 1em;
  text-transform: uppercase;
  background: #ed3839;
  float: right;
  margin-right: 2px;
}
@media (max-width: 1024px) {
  .inside_blue_content_wrapper .careers-form-block .gform_wrapper .top_label .gfield_description.validation_message,
  .inside_blue_content_wrapper .careers-form-block .gform_wrapper .gfield_description.validation_message {
    margin-right: 30px;
    width: 94%;
  }
}
.inside_blue_content_wrapper .careers-form-block .instruction {
  display: none !important;
}
.inside_blue_content_wrapper .careers-form-block input {
  height: 60px;
  width: 100% !important;
  font-size: 1.4em !important;
  text-indent: 2em !important;
  text-transform: uppercase;
}
.inside_blue_content_wrapper .careers-form-block input[type="submit"] {
  width: 50% !important;
  text-indent: 0 !important;
}
.inside_blue_content_wrapper .careers-form-block input[type="file"] {
  text-indent: 0 !important;
  padding-left: 40px;
}
.inside_blue_content_wrapper .careers-form-block .gform_body {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  .inside_blue_content_wrapper .careers-form-block .gform_body {
    width: 92%;
  }
}
.inside_blue_content_wrapper .careers-form-block .ginput_container {
  position: relative;
  border: none;
  height: 60px;
  width: 100%;
  margin-left: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.inside_blue_content_wrapper .careers-form-block .ginput_container:before {
  content: "";
  font-family: "icomoon";
  background: #615f29;
  color: #fff;
  text-align: center;
  font-size: 2em;
  height: 60px;
  width: 60px;
  padding-top: 10px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: -40px;
  z-index: 2;
}
.inside_blue_content_wrapper .careers-form-block .career_name .ginput_container:before {
  content: "\e602";
}
.inside_blue_content_wrapper .careers-form-block .career_phone .ginput_container:before {
  content: "\e007";
}
.inside_blue_content_wrapper .careers-form-block .career_email .ginput_container:before {
  content: "\e023";
}
.inside_blue_content_wrapper .careers-form-block .career_resume .ginput_container:before {
  content: "\e926";
}

.careers-form-block .gform_wrapper .top_label .gfield_description.validation_message, .careers-form-block .gform_wrapper .gfield_description.validation_message {
  color: #fff !important;
  font-size: 1em;
  text-transform: uppercase;
  background: #ed3839;
  padding-left: 20px !important;
}

/*=============================================
=            Custom Rows & Columns            =
=============================================*/
.gform_body .gf-row {
  padding: 0;
}
.gform_body .gf-row ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
.gform_body .gf-row ul:before, .gform_body .gf-row ul:after {
  content: " ";
  display: table;
}
.gform_body .gf-row ul:after {
  clear: both;
}
.gform_body .gf-row input, .gform_body .gf-row textarea, .gform_body .gf-row select {
  width: 100%;
}
.gform_body .gf-row .gfield_html {
  display: none;
}
@media (max-width: 768px) {
  .gform_body .gf-row {
    margin-bottom: 20px;
  }
  .gform_body .gf-row .gfield.gf-col-2:nth-last-child(2), .gform_body .gf-row .gfield.gf-col-3:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .gform_body .gf-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gform_body .gf-row .gfield.gf-col-2, .gform_body .gf-row .gfield.gf-col-3 {
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .gform_body .gf-row .gfield.gf-col-2 {
    width: 50%;
  }
  .gform_body .gf-row .gfield.gf-col-3 {
    width: 33.333333%;
  }
}

.gform_body .gfield.gf-label-hide .gfield_label,
.gform_body .gfield.gf-sublabel-hide .ginput_complex label,
.gform_body .gfield.gf-sublabel-hide .ginput_container_date label,
.gform_body .gfield.gf-sublabel-hide .ginput_container_time label {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  height: 0;
  margin-bottom: 0;
}

.gf-full-width input, .gf-full-width textarea, .gf-full-width select, .gf-full-width .gform_drop_area, .gf-full-width table {
  width: 100%;
}

/* START ============= Flex Slider ============= */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides {
  margin: 0;
}

.flexslider .slides > li {
  display: none;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-control-nav {
  list-style: none;
  margin-left: 0;
}
.flex-control-nav > li {
  margin-bottom: 0;
}
.flex-control-nav a {
  cursor: pointer;
}
.flex-control-nav a.flex-active {
  cursor: default;
  pointer-events: none;
}
.flex-control-nav a:focus, .flex-control-nav a:active {
  outline: none;
}

/* Flex Control Styling */
.flex-control-nav {
  text-align: center;
}
.flex-control-nav > li {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  margin-right: 15px;
}
.flex-control-nav > li:last-child {
  margin-right: 0;
}
.flex-control-nav a {
  background-color: #4b4b4d;
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  border-radius: 8px;
}
.flex-control-nav a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  border-radius: 12px;
}
.flex-control-nav a.flex-active {
  background-color: #a5a5a6;
}
.flex-control-nav a.flex-active:after {
  border-color: #a5a5a6;
}
.flex-control-nav a:focus, .flex-control-nav a:active {
  outline: none;
}

/* Flex Direction Styling */
.flex-direction-nav {
  *height: 0 !important;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 40px;
  display: inline-block;
  color: #999;
}

.flex-direction-nav a.flex-prev:before {
  content: '\e001';
  margin-left: 8px;
  margin-top: -11px;
}

.flex-direction-nav a.flex-next:before {
  content: '\e002';
  margin-right: 8px;
  margin-top: -11px;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* END ============= Flex Slider ============= */
/* START ============= Magnific Popup JS ============= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  clear: both;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-content {
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-content {
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transform: rotate(500deg);
  -ms-transform: rotate(500deg);
  -webkit-transform: rotate(500deg);
  transform: rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transform: rotate(500deg);
  -ms-transform: rotate(500deg);
  -webkit-transform: rotate(500deg);
  transform: rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 2000px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -moz-transform: rotateY(-60deg);
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
  -moz-transform: rotateY(60deg);
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Fade ====== */
.mfp-fade {
  /* start state */
  /* animate in */
}
.mfp-fade .mfp-content {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* END ============= Magnific Popup JS ============= */
/* START ============= Lists Helpers Classes ============= */
/* List check */
.list-check {
  list-style: none;
  margin-left: 0;
}
.list-check > li {
  padding-left: 30px;
  position: relative;
}
.list-check > li:before {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: green;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

/* List Cross */
.list-cross {
  list-style: none;
  margin-left: 0;
}
.list-cross > li {
  padding-left: 34px;
  position: relative;
}
.list-cross > li:before {
  content: "";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: red;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

/* START ============= List connections ============= */
.list-connections {
  font-size: 0;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
.list-connections > li {
  float: left;
  width: 36px;
  height: 36px;
  border: 1px solid #eee;
  margin-right: 5px;
  margin-bottom: 0;
}
.list-connections > li:last-child {
  margin-right: 0;
}
.list-connections > li a {
  background-color: #fff;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  text-align: center;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
}
.list-connections > li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999;
  font-size: 24px;
  line-height: 36px;
}
.list-connections > li a:hover, .list-connections > li a:focus {
  text-decoration: none;
}
.list-connections > li a:hover:before, .list-connections > li a:focus:before {
  color: #000;
}
.list-connections .i-facebook a:before {
  content: '\e01b';
}
.list-connections .i-twitter a:before {
  content: '\e01a';
}
.list-connections .i-gplus a:before {
  content: '\e01c';
}
.list-connections .i-youtube a:before {
  content: '\e601';
}
.list-connections .i-mail a:before {
  content: '\e023';
}
.list-connections .i-rss a:before {
  content: '\e008';
}
.list-connections .i-info a:before {
  content: '\e603';
}

/* END ============== List connections ============== */
/* START ============= Buttons Helper Classes ============= */
.btn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:active {
  outline: none;
}

.btn_red_o {
  border: 3px solid #ed3839;
  color: #ed3839;
  font-size: 18px;
  padding: 13px 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_red_o:hover, .btn_red_o:focus {
  background-color: #ed3839;
  color: #fff;
}

.btn_blue_o {
  border: 3px solid #133959;
  color: #133959;
  font-size: 18px;
  padding: 13px 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_blue_o:hover, .btn_blue_o:focus {
  background-color: #133959;
  color: #fff;
}

.btn_black_o {
  border: 3px solid #777;
  color: #000;
  font-size: 18px;
  padding: 13px 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_black_o:hover, .btn_black_o:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn_red_f {
  border: 3px solid #ed3839;
  background: #ed3839;
  color: #fff;
  font-size: 11px;
  padding: 16px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_red_f:hover, .btn_red_f:focus {
  background-color: transparent;
  color: #ed3839;
}

.btn_white {
  color: #000;
  background: #FFF;
  font-size: 13px;
  padding: 13px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_white:hover, .btn_white:focus {
  background-color: #ed3839;
  color: #fff;
}

.btn_white_r {
  color: #ed3839;
  background: #FFF;
  font-size: 13px;
  padding: 13px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_white_r:hover, .btn_white_r:focus {
  background-color: #ed3839;
  color: #fff;
}

.btn-grey {
  color: #000;
  background: #eee;
  font-size: 13px;
  padding: 13px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-grey:hover, .btn-grey:focus {
  background-color: #ed3839;
  color: #fff;
}

.btn-primary {
  background-color: #0088CC;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0070a8;
  color: #fff;
}

.btn-secondary {
  background-color: #000;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: black;
  color: #fff;
}

.btn-sm {
  padding: 6px 12px;
}

.btn-md {
  font-size: 16px;
  padding: 10px 18px;
}

.btn-lg {
  font-size: 18px;
  padding: 13px 30px;
}

.btn-xlg {
  font-size: 24px;
  padding: 18px 45px;
}

/* END ============= Buttons Helper Classes ============= */
/* START ============= Basics Helper Classes ============= */
.row-mb, .row {
  margin-bottom: 30px;
}
.row-mb:last-child, .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  [class^="col-"] {
    margin-bottom: 30px;
  }
  [class^="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .col-md {
    margin-bottom: 30px;
  }
  .col-md:last-child {
    margin-bottom: 0;
  }
}

.list-heading {
  margin-bottom: 10px;
}

.push-top {
  margin-top: 30px !important;
}

.push-bottom {
  margin-bottom: 30px !important;
}

.push-bottom-none {
  margin-bottom: 0 !important;
}

.push-bottom-half {
  margin-bottom: 15px;
}

.clear {
  clear: both !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-underline {
  text-decoration: underline;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-semi-bold {
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.text-caps {
  text-transform: uppercase;
}

.text-primary {
  color: #0088CC;
}

.text-secondary {
  color: #000;
}

.align-left, .alignleft {
  float: left;
  margin: 0 25px 10px 0;
}

.align-right, .alignright {
  float: right;
  margin: 0 0 10px 25px;
}

.align-center {
  clear: both;
  display: block;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .align-xs-center {
    clear: both;
    display: block;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 991px) {
  .align-sm-center {
    clear: both;
    display: block;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 1199px) {
  .align-md-center {
    clear: both;
    display: block;
    margin: 0 auto 30px auto;
  }
}

.list-unstyled {
  list-style: none;
  margin-left: 0;
}

/* img.align-left, img.alignleft, img.align-right, img.alignright, img.align-center, img.aligncenter {} */
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.block {
  display: block !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none;
  visibility: hidden;
}

.js .wow {
  visibility: hidden;
}
@media (max-width: 768px) {
  .js .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.red {
  color: #ed3839;
}

.content_container {
  width: 100%;
  position: relative;
  background: #eee;
}

.content_wrapper {
  background: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-width: 70%;
}
@media (min-width: 1200px) {
  .content_wrapper {
    min-width: 0;
  }
}

.relative {
  position: relative;
}

.overflow-h {
  overflow: hidden;
}

.pad-xlg {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .pad-xlg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/* END ============= Basics Helper Classes ============= */
/* START ============= Animate.css - http://daneden.me/animate ============= */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* END ============= Animate.css - http://daneden.me/animate ============= */
/* START ============= IE Targetted ============= */
.lt-ie9 .overlay i {
  display: none;
}

/* END ============= IE Targetted ============= */
/* START ============= Media Print ============= */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* END ============= Media Print ============= */
