fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* = Mixins & Variables
-------------------------------------------------------------- */
.transition-opacity {
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.transition-all {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* Colors */
/* Backgrounds */
/* Buttons */
.btn-red,
.span-red {
  color: #fff;
  background: url(../img/bg-red.gif) repeat;
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.btn-red:after {
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
  font-weight: normal !important;
  content: '\f101';
}
.btn-red:hover {
  background: #c20101;
}
/* = Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'Museo300';
  src: url('../fonts/museo300-regular-webfont.eot');
  src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo500';
  src: url('../fonts/Museo500-Regular.eot');
  src: url('../fonts/Museo500-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo500-Regular.woff2') format('woff2'), url('../fonts/Museo500-Regular.woff') format('woff'), url('../fonts/Museo500-Regular.ttf') format('truetype'), url('../fonts/Museo500-Regular.svg#Museo500-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo700';
  src: url('../fonts/Museo-700.eot');
  src: url('../fonts/Museo-700.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-700.woff2') format('woff2'), url('../fonts/Museo-700.woff') format('woff'), url('../fonts/Museo-700.ttf') format('truetype'), url('../fonts/Museo-700.svg#Museo-700') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* = Structure
-------------------------------------------------------------- */
/* The main theme structure */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.full {
  width: 100%;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.no-margin {
  margin: 0;
}
.margin-bottom {
  margin-bottom: 20px;
}
.padded {
  padding: 25px 0;
}
.border-bottom {
  border-bottom: 1px solid #555555;
}
.border-top {
  border-top: 1px solid #555555;
}
.bold {
  font-weight: bold;
}
.underline {
  border-bottom: 1px dashed #ABABAB;
}
.clear {
  clear: both;
}
.hidden {
  visibility: hidden;
}
/* Theme Specific */
div.DECHO {
  background: #F6F2CD;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  font-family: Courier;
  font-size: 12px;
}
div.DECHO h3 {
  font-size: 14px;
  max-width: 1300px;
  margin: 0 auto;
  text-transform: none;
}
div.DECHO pre {
  margin: 0 auto;
  overflow: auto;
  max-width: 1300px;
  width: 100%;
}
/* = Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
  color: #9c9c9c;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  background: #141414;
}
hr {
  clear: both;
  margin-bottom: 18px;
  height: 1px;
  border: 0;
  background-color: #D9D9D9;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
/* Text elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #fff;
  line-height: 1.1em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
p {
  margin-bottom: 25px;
  line-height: 30px;
}
ul {
  margin: 0 0 18px 20px;
  list-style-type: none;
}
ul li {
  margin-bottom: 10px;
  padding-left: 5px;
  list-style: square;
}
ul li.last {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul .no-bullet,
ul .no-bullet li,
ul li.no-bullet {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
}
ul #crumbs {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
ul #crumbs li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
ol {
  margin: 0 0 18px 43px;
  list-style: decimal;
}
ol li {
  margin-bottom: 10px;
  padding: 0 0 10px 5px;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
  color: #cfcece;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  margin: 10px 30px 20px;
  padding: 15px 18px;
  border: none;
}
blockquote p {
  padding-left: 20px;
  border-left: 6px solid #c61089;
  color: #000;
  line-height: 1.400em;
  font-style: italic;
  font-size: 1.571em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  margin-bottom: 18px;
  padding: 1.5em;
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
sup,
sub {
  position: relative;
  height: 0;
  vertical-align: baseline;
  line-height: 1;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
a {
  outline: 0;
  color: #cc0101;
  text-decoration: none;
  -moz-outline-style: 0;
}
a:active,
a:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -moz-outline-style: 0;
}
a:active,
a:visited {
  color: #cc0101;
  outline: 0;
  -moz-outline-style: 0;
}
a.more {
  font-size: 14px;
}
a::-moz-focus-inner {
  border: 0;
}
a img {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
a:hover img {
  opacity: 0.8;
}
a .size-thumbnail,
a .size-medium,
a .size-large,
a .size-full {
  border: none;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* = Header
-------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  min-height: 68px;
  background: #cc0101;
  z-index: 9999;
}
header .container {
  position: relative;
}
header .container .logo {
  display: block;
  margin: 7px 0;
  width: 271px;
  height: 54px;
  background: transparent url(../img/logo.png);
  background-image: -webkit-linear-gradient(transparent, transparent), url(../img/logo.svg);
  background-image: linear-gradient(transparent, transparent), url(../img/logo.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* = Navigation
-------------------------------------------------------------- */
nav.header {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
nav.header ul#menu-header,
nav.header ul#menu-header > li,
nav.header ul#menu-header > li a {
  height: 30px;
}
nav.header ul#menu-header {
  float: right;
  display: table;
  margin: 0;
  padding: 0;
  text-align: right;
}
nav.header ul#menu-header > li,
nav.header ul#menu-header > li a {
  display: table-cell;
}
nav.header ul#menu-header > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 22px;
  list-style: none;
  background: none;
}
nav.header ul#menu-header > li > a {
  margin: 0;
  padding: 0 15px 2px;
  color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
nav.header ul#menu-header > li > a:hover {
  background: #990101;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
nav.header ul#menu-header > li > .sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  min-width: 100%;
  visibility: hidden;
  text-align: left;
  font-size: 90%;
  background: #cc0101;
  opacity: 0;
  z-index: 9998;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
nav.header ul#menu-header > li > .sub-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: none;
}
nav.header ul#menu-header > li > .sub-menu > li .last {
  border-bottom: none;
}
nav.header ul#menu-header > li > .sub-menu > li a {
  display: block;
  padding: 3px 20px 10px;
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
nav.header ul#menu-header > li > .sub-menu > li a:hover {
  background: #990101;
}
nav.header ul#menu-header > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
nav.header ul#menu-header > li.single-line {
  margin-top: 8px;
}
#btn-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 31px;
  text-indent: -9999px;
  background: transparent url(../img/btn-menu.png) no-repeat 0 0;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../img/btn-menu.svg);
  background-image: linear-gradient(transparent, transparent), url(../img/btn-menu.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 35px 31px;
}
/* = Slider
-------------------------------------------------------------- */
.slider,
.slider .mc-image {
  height: 390px !important;
}
.slider {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}
.slider .mc-cycle {
  z-index: 0;
}
.slider .slides {
  position: absolute;
  width: 100% !important;
}
.slider .slides .mc-image {
  padding: 25px 0;
  width: 100% !important;
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}
.slider .slides .mc-image img.bg {
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slides .mc-image .container {
  position: relative;
  z-index: 2;
}
.slider .slides .mc-image .container a {
  position: relative;
  display: block;
}
.slider .slides .mc-image .container .info {
  position: absolute;
  width: 50%;
  height: 100%;
}
.slider .slides .mc-image .container .info.left {
  left: 10%;
}
.slider .slides .mc-image .container .info.right {
  right: 10%;
}
.slider .slides .mc-image .container .info h1,
.slider .slides .mc-image .container .info p {
  text-shadow: 0px 2px 3px #000000;
}
.slider .slides .mc-image .container .info h1 {
  padding-bottom: 10px;
  font-family: 'Museo300', sans-serif;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  line-height: 55px;
}
.slider .slides .mc-image .container .info p {
  margin-bottom: 10px;
  padding: 5px 10px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #c8c8c6;
  line-height: 32px;
  background: url(../img/bg-black.gif) repeat;
  background: rgba(0, 0, 0, 0.75);
}
.slider .slides .mc-image .container .info .cta {
  float: right;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #fff;
  background: url(../img/bg-red.gif) repeat;
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.slider .slides .mc-image .container .info .cta:after {
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
  font-weight: normal !important;
  content: '\f101';
}
.slider .slides .mc-image .container .info .cta:hover {
  background: #c20101;
}
.slider #pager {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.slider #pager li,
.slider #pager li a {
  width: 12px;
  height: 12px;
}
.slider #pager li {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.slider #pager li a {
  display: inline-block;
  background: #fff;
}
.slider #pager li.activeSlide a {
  background: #cc0101;
}
.mobile-img {
  display: none;
}
/* = Forms
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
textarea,
select {
  margin: 0;
  padding: 10px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border: none;
  border-radius: 0;
  background: #9c9c9c;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
  -webkit-appearance: none;
}
input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
input:active[type="submit"] {
  position: relative;
  top: 1px;
}
input:hover[type="submit"] {
  color: #fff;
}
input::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
input:-moz-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
input::-moz-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
input .placeholder {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
textarea .placeholder {
  color: #000;
}
/* = Gravity Forms
-------------------------------------------------------------- */
/* Global */
.gform_heading {
  margin-bottom: 25px;
}
.gform_heading .gform_description {
  line-height: 30px;
}
.gform_body ul {
  margin: 0;
  padding: 0;
}
.gform_body ul li {
  float: left;
  margin-bottom: 20px;
  padding: 0px;
  background: none;
  list-style: none;
}
.gform_body ul li span input {
  margin-bottom: 20px;
}
.gform_body input[type="checkbox"] {
  outline: none;
  border: 0;
  background: transparent;
}
.gform_wrapper {
  max-width: 100% !important;
}
.gform_wrapper ul li.gfield {
  clear: none !important;
}
.gform_wrapper .ginput_complex .ginput_left {
  float: left;
  width: 49%;
}
.gform_wrapper .ginput_complex .ginput_right {
  float: right;
  width: 49%;
}
.gform_wrapper .ginput_complex .top_label .gfield_label {
  clear: both;
  display: inline-block;
  margin: 0;
  line-height: 1.3em;
  font-weight: bold;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gform_wrapper .gfield_time_hour label,
.gform_wrapper .gform_wrapper .gfield_time_minute label,
.gform_wrapper .gform_wrapper .gfield_date_month label,
.gform_wrapper .gform_wrapper .gfield_date_day label,
.gform_wrapper .gform_wrapper .gfield_date_year label,
.gform_wrapper .gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  letter-spacing: 0.5pt;
  font-size: 11px;
}
.gform_wrapper .top_label .gfield_label {
  display: none;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gform_validation_container {
  display: none;
}
.gform_footer {
  clear: both;
}
.gform_footer input[type="submit"] {
  float: right;
  padding: 10px 20px;
  width: auto;
  border: none;
  color: #fff;
  background: url(../img/bg-red.gif) repeat;
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.gform_footer input[type="submit"]:after {
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
  font-weight: normal !important;
  content: '\f101';
}
.gform_footer input[type="submit"]:hover {
  background: #c20101;
}
.validation_error,
.validation_message {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.instruction.validation_message {
  padding-bottom: 0;
}
.validation_error {
  margin: 0 0 10px 0;
  color: #cc0101;
}
.validation_message {
  float: left;
  color: #cc0101;
  line-height: 1.0em;
}
.gfield_required {
  color: #d40202;
}
/* = Content
-------------------------------------------------------------- */
ol,
dd,
pre,
hr {
  clear: both;
}
p.wp-caption-text {
  margin: 3px 5px 5px 5px;
  line-height: 15px;
  font-style: italic;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wp-caption {
  padding: 5px;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
pre,
kbd,
tt,
var {
  line-height: 21px;
  font-size: 15px;
}
code {
  font-size: 13px;
}
dt,
th {
  color: #000;
}
table {
  margin: 0 -1px 24px 0;
  width: 100%;
  border: 1px solid #e7e7e7;
  text-align: left;
}
table tr th,
table thead th {
  padding: 9px 24px;
  color: #888;
  line-height: 18px;
  font-weight: bold;
  font-size: 12px;
}
table tr td {
  padding: 6px 24px;
  border-top: 1px solid #e7e7e7;
}
table tr.odd td {
  background: #f2f7fc;
}
.post {
  float: left;
  display: inline;
  margin-bottom: 15px;
  padding: 7px 10px 2px 10px;
  width: 588px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e0e0e0;
}
p.date {
  margin-bottom: 10px;
  color: #6c6c6c;
  font-style: italic;
  font-size: 0.867em;
}
.hentry {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}
.home .sticky {
  margin-right: -20px;
  margin-left: -20px;
  padding: 18px 20px;
  border-top: 4px solid #000;
  background: #f2f7fc;
}
.single .hentry {
  margin: 0 0 36px 0;
}
.page-title {
  margin: 0 0 10px 0;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.page-title span {
  color: #333;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}
.page-title a:link,
.page-title a:visited {
  color: #888;
  text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
  color: #5E0101;
}
.entry-title {
  margin-bottom: 0;
  color: #000;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 21px;
}
.entry-title a:link,
.entry-title a:visited {
  color: #5E0101;
  text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
  text-decoration: underline;
}
.entry-meta {
  color: #888;
  font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
  clear: both;
  padding: 12px 0 0 0;
}
.entry-summary p:last-child {
  margin-bottom: 12px;
}
.entry-content fieldset {
  margin: 0 0 24px 0;
  padding: 24px;
  border: 1px solid #e7e7e7;
}
.entry-content fieldset legend {
  padding: 0 24px;
  background: #fff;
  color: #000;
  font-weight: bold;
}
.entry-content input {
  margin: 0 0 24px 0;
}
.entry-content input .file,
.entry-content input .button {
  margin-right: 24px;
}
.entry-content label {
  color: #888;
  font-size: 12px;
}
.entry-content select {
  margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
  font-size: 10px;
}
.entry-content blockquote .left {
  float: left;
  margin-right: 24px;
  margin-left: 0;
  width: 33%;
  text-align: right;
}
.entry-content blockquote .right {
  float: right;
  margin-right: 0;
  margin-left: 24px;
  width: 33%;
  text-align: left;
}
.page-link {
  clear: both;
  margin: 0 0 22px 0;
  color: #000;
  word-spacing: 0.5em;
  font-weight: bold;
}
.page-link a:link,
.page-link a:visited {
  padding: 0.5em 0.75em;
  background: #f1f1f1;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.page-link a:active,
.page-link a:hover {
  color: #5E0101;
}
.home .sticky .page-link a {
  background: #d9e8f7;
}
body.page .edit-link {
  clear: both;
  display: block;
}
.entry-utility {
  clear: both;
  color: #888;
  line-height: 18px;
  font-size: 12px;
}
.entry-meta a,
.entry-utility a {
  color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
  color: #5E0101;
}
.archive-meta {
  float: left;
  margin-bottom: 15px;
  padding: 10px 15px 0 15px;
  border-radius: 6px 6px 6px 6px;
  font-style: italic;
}
/* = Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  margin-bottom: 0;
  border: 10px solid #f1f1f1;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-top: -4px;
  margin-right: 20px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}
/* = Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
  margin-top: 24px;
  font-size: 140%;
}
.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}
/* = Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
}
img.alignleft {
  float: left;
  display: inline;
  margin: 3px 20px 20px 0;
}
img.alignright {
  float: right;
  display: inline;
  margin: 3px 0 20px 20px;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  margin-bottom: 20px;
}
.wp-post-image {
  border: 1px solid #bebebe;
}
.wp-caption {
  margin-bottom: 20px;
  max-width: 603px !important;
  /* prevent too-wide images from breaking layout */
  background: #fff;
  text-align: center;
  line-height: 18px;
}
.wp-caption img {
  margin: 0px;
}
.wp-caption p.wp-caption-text {
  margin: 5px;
  font-size: 12px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  width: 33%;
  text-align: center;
}
.gallery .gallery-caption {
  margin: 0 0 12px;
  color: #888;
  font-size: 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-2 .attachment-medium {
  height: auto;
  max-width: 92%;
}
.gallery-columns-4 .gallery-item {
  margin-bottom: 10px;
  width: 25%;
}
.gallery-columns-4 .attachment-thumbnail {
  height: auto;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
/* = Pretty Photo
-------------------------------------------------------------- */
a.pp_previous,
a.pp_next,
.pp_gallery ul {
  display: none;
}
/* = Pagination
-------------------------------------------------------------- */
.navigation {
  display: none;
  /* change this attribute to none if you don't like the prev/next article links. change to block if you want to show */
  margin-top: 10px;
  text-align: center;
  font-size: 0.733em;
}
.fixtable p {
  margin: 0;
  font-size: 0.867em;
}
.fixtable {
  font-size: 0.867em;
}
.pagination {
  float: left;
  clear: both;
  display: inline;
  margin-bottom: 20px;
  text-align: left;
  font-size: 0.867em;
}
.pagination .page-numbers {
  margin-right: 5px;
  padding: 3px 6px;
  color: #fff;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #cc0101;
  text-decoration: none;
  line-height: inherit;
}
.pagination .page-numbers:hover {
  background: #990101;
}
/* =Footer
-------------------------------------------------------------- */
footer {
  padding: 45px 0;
  text-align: center;
  border-top: 1px solid #cc0101;
}
footer p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
footer p a {
  color: #9c9c9c;
}
footer #social {
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
  background: none;
}
footer #social li {
  display: inline;
  margin-right: 10px;
  padding: 0;
  list-style-type: none;
  background: none;
}
footer #social li a {
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  text-transform: capitalize;
  display: inline-block;
  background: url(../img/icons-social-2.png) no-repeat 0 0;
  background-image: url(../img/icons-social-2.svg);
  background-repeat: no-repeat;
  background-size: 702px 108px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
footer #social li#facebook a {
  background-position: 0 0;
}
footer #social li#facebook a:hover {
  background-position: 0 -54px;
}
footer #social li#twitter a {
  background-position: -54px 0;
}
footer #social li#twitter a:hover {
  background-position: -54px -54px;
}
footer #social li#linkedin a {
  background-position: -108px 0;
}
footer #social li#linkedin a:hover {
  background-position: -108px -54px;
}
footer #social li#rss a {
  background-position: -162px 0;
}
footer #social li#rss a:hover {
  background-position: -162px -54px;
}
footer #social li#googleplus a {
  background-position: -216px 0;
}
footer #social li#googleplus a:hover {
  background-position: -216px -54px;
}
footer #social li#pinterest a {
  background-position: -270px 0;
}
footer #social li#pinterest a:hover {
  background-position: -270px -54px;
}
footer #social li#dribble a {
  background-position: -324px 0;
}
footer #social li#dribble a:hover {
  background-position: -324px -54px;
}
footer #social li#youtube a {
  background-position: -378px 0;
}
footer #social li#youtube a:hover {
  background-position: -378px -54px;
}
footer #social li#vimeo a {
  background-position: -432px 0;
}
footer #social li#vimeo a:hover {
  background-position: -432px -54px;
}
footer #social li#flickr a {
  background-position: -486px 0;
}
footer #social li#flickr a:hover {
  background-position: -486px -54px;
}
footer #social li#yelp a {
  background-position: -540px 0;
}
footer #social li#yelp a:hover {
  background-position: -540px -54px;
}
footer #social li#stumbleupon a {
  background-position: -594px 0;
}
footer #social li#stumbleupon a:hover {
  background-position: -594px -54px;
}
footer #social li#instagram a {
  background-position: -648px 0;
}
footer #social li#instagram a:hover {
  background-position: -648px -54px;
}
footer nav.footer ul {
  margin: 0 0 20px;
  padding: 0;
}
footer nav.footer ul li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}
footer nav.footer ul li.menu-item-270 {
  display: none;
}
footer nav.footer ul li .sub-menu {
  display: none;
}
/* = Print Style
-------------------------------------------------------------- */
@media print {
  body {
    background: none !important;
  }
  #wrapper {
    position: relative !important;
    float: none !important;
    clear: both !important;
    display: block !important;
  }
  #header {
    padding-bottom: 18pt;
    border-bottom: 2pt solid #000;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    line-height: 1.6em;
    font-size: 14pt;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
}
/* = Page Specific
-------------------------------------------------------------- */
/** Page template **/
.title {
  margin: 0;
  padding: 133px 0 65px;
  font-family: 'Museo300', sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px #000000;
  background: url(../img/header-bg.jpg) 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  -ms-behavior: url(/wp-content/themes/ace/js/backgroundsize.min.htc);
}
.intro-text {
  padding: 30px 0 10px;
  background: url(../img/bg-crissXcross.jpg) repeat;
}
.intro-text p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 40px;
}
.main {
  padding: 50px 0;
  background: #000;
}
.main .container {
  max-width: 970px;
}
.main article {
  display: block;
  margin-bottom: 30px;
  padding: 0 0 20px;
  border-bottom: 2px dashed #222222;
}
.main article h1 {
  font-size: 26px;
  color: #fff;
}
.main article p {
  padding-left: 30px;
  padding-right: 30px;
}
.main article strong,
.main article b {
  color: #fff;
}
.main .col {
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.main .col + p {
  clear: both;
}
.main .row .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .main .row .col {
    float: left;
    width: 50%;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sidebar {
    float: left;
    width: 25%;
  }
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  float: left;
  display: inline-block;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: none;
}
.sidebar a {
  position: relative;
  display: inline-block;
  padding: 30px;
  width: inherit;
  height: 119px;
  font-family: 'Museo300', sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 29px;
  color: #fff;
  background: url(../img/bg-red.gif) repeat;
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.sidebar a i {
  float: left;
  width: 17%;
}
.sidebar a span {
  position: absolute;
  float: left;
  width: 83%;
  z-index: 2;
}
.sidebar a:after {
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.sidebar a#fitting:after {
  background: url(../img/cta-bg-club.png) 50% 100% no-repeat;
}
.sidebar a#appt:after {
  background: url(../img/cta-bg-schedule.png) 50% -20% no-repeat;
}
.sidebar a#testimonials:after {
  background: url(../img/cta-bg-testy.png) 30% 100% no-repeat;
}
.sidebar a:hover:after {
  opacity: 0.5;
}
/** Home **/
.intro {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/bg-crissXcross.jpg) repeat;
}
.intro article p {
  font-size: 20px;
  line-height: 36px;
}
.ctas {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../img/bg-black.gif') repeat;
  background: #000000;
}
@media (min-width: 992px) {
  .ctas {
    display: table;
    width: 100%;
  }
}
.ctas .padder > div {
  margin: 0 auto;
  position: relative;
  max-width: 390px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .ctas .padder > div {
    display: table-cell;
    vertical-align: top;
    width: 33.33333333333333%;
  }
}
@media (min-width: 992px) {
  .ctas .padder > div.flightscope,
  .ctas .padder > div.clubfitters {
    background: url('../img/bg-dotted-vertical.gif') 100% 0 repeat-y;
    min-height: 255px;
  }
}
@media (max-width: 991px) {
  .ctas .padder > div.flightscope,
  .ctas .padder > div.clubfitters {
    border-bottom: 2px dotted gray;
    margin: 0 auto 20px auto;
  }
}
.ctas .padder h1 {
  margin: 0 0 5px;
  padding: 0;
  font-family: 'Museo300', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.ctas .flightscope {
  text-align: center;
}
.ctas .flightscope img {
  height: auto;
  max-width: 269px;
  width: 100%;
}
.ctas .flightscope a {
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px 7px;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 100%;
}
.ctas .flightscope a:after {
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
  font-weight: normal !important;
  content: '\f101';
}
.ctas .flightscope a:hover {
  background: #c20101;
}
.ctas .clubfitters a {
  display: inline-block;
  line-height: 30px;
  height: 230px;
  width: 100%;
}
.ctas .clubfitters a img {
  display: block;
  margin: 0 auto !important;
  max-width: 199px;
}
.ctas .appointment div {
  margin-left: 45px;
}
@media (max-width: 370px) {
  .ctas .appointment div {
    margin-left: 0;
  }
}
.ctas .appointment h1 {
  margin: 0;
  font-size: 28px;
  line-height: 26px;
}
.ctas .appointment p {
  font-size: 14px;
}
.ctas .appointment a {
  padding: 5px 20px 7px;
  color: #ffffff;
  background: url('../img/bg-red.gif') repeat;
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 100%;
}
.ctas .appointment a:after {
  margin-left: 5px;
  font-family: FontAwesome;
  font-weight: normal !important;
  content: '\f101';
}
.ctas .appointment a:hover {
  background: #c20101;
}
/** Prices **/
#prices article {
  width: 100%;
}
#prices article h1 {
  float: left;
  display: inline-block;
  width: auto;
}
#prices article .price {
  float: right;
  padding: 15px;
  font-size: 24px;
  color: #fff;
  background: url(../img/bg-red.gif) repeat;
  background: rgba(185, 1, 1, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#prices article p,
#prices article ul,
#prices article ol {
  clear: both;
}
#prices article p {
  width: 85%;
}
/** FAQ **/
.panel-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .panel-group {
    float: left;
    width: 100%;
  }
}
.panel-group .panel-default {
  border: none;
}
.panel-group .panel-default > .panel-heading {
  padding: 0;
  background: #9c9c9c;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.panel-group .panel-default > .panel-heading:hover {
  background: #838383;
}
.panel-group .panel-default .panel-collapse p,
.panel-group .panel-default .panel-collapse ul,
.panel-group .panel-default .panel-collapse ol {
  color: #000;
}
.panel-group .panel-default .panel-body {
  padding: 30px 30px 20px;
}
.panel-group .panel-title {
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.panel-group .panel-title a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.panel-group .shipping-time {
  width: 75%;
  font-size: 14px;
}
.panel-group .shipping-time th {
  font-weight: bold;
  color: #000;
  background: #9c9c9c;
}
.panel-group i {
  float: left;
  margin: 0 10px 10px 0;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
/** Testimonials **/
#testimonials article h1,
#news article h1 {
  float: left;
  display: inline-block;
  margin: 0 15px 0 0;
}
#testimonials article .meta,
#news article .meta {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#testimonials article .location,
#news article .location,
#testimonials article .date,
#news article .date {
  margin: 0;
  padding: 0;
  font-size: 18px;
  clear: none;
}
#testimonials article .location,
#news article .location {
  float: left;
}
#testimonials article .date,
#news article .date {
  float: right;
  font-style: italic;
}
#testimonials article .btn-red,
#news article .btn-red {
  padding: 3px 10px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#testimonials article .btn-red:hover,
#news article .btn-red:hover {
  padding-left: 15px;
  padding-right: 15px;
}
#testimonials article .attachment-testy_thumb,
#news article .attachment-testy_thumb,
#testimonials article .attachment-large,
#news article .attachment-large {
  border: 1px solid #fff;
}
#testimonials article .attachment-testy_thumb,
#news article .attachment-testy_thumb {
  float: left;
  margin: 0 20px 20px 30px;
}
#testimonials article .attachment-large,
#news article .attachment-large {
  float: right;
  margin: 0 30px 20px 20px;
}
#testimonials article #fullResImage,
#news article #fullResImage {
  z-index: 9999;
}
/** Contact **/
#contact .container {
  max-width: 1170px;
}
.form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form {
    float: left;
    width: 58.33333333%;
  }
}
.copy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .copy {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .copy {
    margin-left: 8.33333333%;
  }
}
.copy .address,
.copy .tel {
  color: #fff;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 input,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 select,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 textarea,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_13 {
  width: 100%;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_1,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_2,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_4,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_5,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_6,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_11,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_12,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_14,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_15 {
  width: 49%;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_1,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_4_container,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_4 {
  float: left;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_2,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_5_container,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_5,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_12,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_15 {
  float: right;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_3_container,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_4_container,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_5_container {
  width: 32%;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_3_container,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_7,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_8,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_9 {
  margin-right: 2%;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_4_label {
  display: none;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_3 {
  margin-bottom: 0;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_7,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_8,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_9,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_10 {
  width: 23.5%;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_1,
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_7 {
  clear: both !important;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_13 textarea {
  height: 200px;
}
.DOPBookingSystemPRO_Container {
  margin-bottom: 10px !important;
  width: 100% !important;
}
.DOPBookingSystemPRO_Sidebar {
  margin: 0 !important;
  width: 100% !important;
}
.DOPBookingSystemPRO_Sidebar .section {
  display: inline-block;
  width: 98% !important;
}
.DOPBookingSystemPRO_Sidebar #DOPBookingSystemPRO_Form1 #DOPBookingSystemPRO_HoursSelect1 {
  float: left;
}
.DOPBookingSystemPRO_Sidebar #DOPBookingSystemPRO_Form1 #DOPBookingSystemPRO_ContactForm1 {
  clear: both;
  margin-top: 15px;
}
.DOPBookingSystemPRO_Sidebar #DOPBookingSystemPRO_Form1 .section-item.title {
  padding: 10px;
  color: #fff;
  text-shadow: none;
  background: #cc0101;
}
.DOPBookingSystemPRO_Sidebar #DOPBookingSystemPRO_Form1 .section-item label {
  margin: 0;
}
.DOPBookingSystemPRO_Sidebar #DOPBookingSystemPRO_Form1 .section-item input {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
}
.DOPBookingSystemPRO_Sidebar #DOPBookingSystemPRO_Form1 .section-item textarea {
  width: 100%;
  height: 150px;
}
.map #map-canvas {
  height: 330px;
  position: relative;
  width: 100%;
}
.map #map-canvas .info {
  width: 65%;
  height: auto;
}
.map #map-canvas .info h5 {
  color: #000;
}
.map #map-canvas iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/** Clubs **/
#term {
  display: none;
}
#clubs.main .container {
  max-width: inherit;
}
#clubs.main .container .club-types {
  margin: 0 0 40px;
  padding: 0 0 40px;
  width: 100%;
  border-bottom: 2px dashed #222222;
}
#clubs.main .container .club-types li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
  width: auto;
  list-style-type: none;
}
#clubs.main .container .club-types li a {
  display: inline-block;
  padding: 10px 15px;
  color: #9c9c9c;
  cursor: pointer;
  background: #222222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#clubs.main .container .club-types li a:hover,
#clubs.main .container .club-types li a.active {
  color: #fff;
  background: url(../img/bg-red.gif) repeat;
  background: rgba(185, 1, 1, 0.9);
}
#clubs.main .container .loader {
  width: 100%;
  margin-bottom: 40px;
  list-style-type: none;
  text-align: center;
  background: none;
}
#clubs.main .container .products {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #clubs.main .container .products {
    float: left;
    width: 75%;
  }
}
#clubs.main .container .products article {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 0 50px;
  border-bottom: 2px dashed #222222;
}
#clubs.main .container .products article .description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #clubs.main .container .products article .description {
    float: left;
    width: 66.66666667%;
  }
}
#clubs.main .container .products article .description.full-width {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #clubs.main .container .products article .description.full-width {
    float: left;
    width: 100%;
  }
}
#clubs.main .container .products article .description h1 {
  margin-bottom: 10px;
  font-family: 'Museo300', sans-serif;
  font-size: 28px;
  font-weight: normal;
}
#clubs.main .container .products article .description p {
  padding: 0;
}
#clubs.main .container .products article .featured {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #clubs.main .container .products article .featured {
    float: left;
    width: 33.33333333%;
  }
}
#clubs.main .container .products article .featured .wp-post-image {
  border: none;
}
#clubs.main .container .products article .media {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  height: 166px;
}
#clubs.main .container .products article .media:before,
#clubs.main .container .products article .media:after {
  content: " ";
  display: table;
}
#clubs.main .container .products article .media:after {
  clear: both;
}
#clubs.main .container .products article .media .group {
  width: 100% !important;
}
#clubs.main .container .products article .media a {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 167px;
}
@media (min-width: 992px) {
  #clubs.main .container .products article .media a {
    float: left;
    width: 33.33333333%;
  }
}
#clubs.main .container .products article .media a img,
#clubs.main .container .products article .media a span {
  border: 1px solid #434343;
}
#clubs.main .container .products article .media a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: #fff;
  line-height: 166px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
#clubs.main .container .products article .media a span i {
  opacity: 0.8;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#clubs.main .container .products article .media a span:hover i {
  font-size: 55px;
  opacity: 1.0;
}
#clubs.main .container .products article .pager {
  margin: 10px 0;
  font-size: 28px;
}
#clubs.main .container .products article .pager .prev {
  margin-right: 7px;
}
/* = Social Links
-------------------------------------------------------------- */
#social {
  margin: 0;
  padding: 0;
  background: none;
}
#social li {
  display: inline;
  margin-right: 5px;
  padding: 0;
  list-style-type: none;
  background: none;
}
#social li a {
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  display: inline-block;
  background-size: 36px 36px;
  background: url(../img/icons-social-flat.gif) no-repeat 0 0;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../img/icons-social-flat.svg);
  background-image: linear-gradient(transparent, transparent), url(../img/icons-social-flat.svg);
  background-repeat: no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#social li#facebook a {
  background-position: 0 0;
}
#social li#facebook a:hover {
  background-position: 0 -56px;
}
#social li#twitter a {
  background-position: -83px 0;
}
#social li#twitter a:hover {
  background-position: -83px -56px;
}
#social li#linkedin a {
  background-position: -166px 0;
}
#social li#linkedin a:hover {
  background-position: -166px -56px;
}
#social li#rss a {
  background-position: -249px 0;
}
#social li#rss a:hover {
  background-position: -249px -56px;
}
#social li#googleplus a {
  background-position: -332px 0;
}
#social li#googleplus a:hover {
  background-position: -332px -56px;
}
#social li#pinterest a {
  background-position: -415px 0;
}
#social li#pinterest a:hover {
  background-position: -415px -56px;
}
#social li#dribble a {
  background-position: -498px 0;
}
#social li#dribble a:hover {
  background-position: -498px -56px;
}
#social li#youtube a {
  background-position: -582px 0;
}
#social li#youtube a:hover {
  background-position: -582px -56px;
}
#social li#vimeo a {
  background-position: -665px 0;
}
#social li#vimeo a:hover {
  background-position: -665px -56px;
}
#social li#flickr a {
  background-position: -748px 0;
}
#social li#flickr a:hover {
  background-position: -748px -56px;
}
#social li#yelp a {
  background-position: -831px 0;
}
#social li#yelp a:hover {
  background-position: -831px -56px;
}
#social li#stumbleupon a {
  background-position: -914px 0;
}
#social li#stumbleupon a:hover {
  background-position: -914px -56px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* = Media Queries
-------------------------------------------------------------- */
@media (max-width: 1199px) {
  nav.header {
    display: none;
    left: 0;
    top: 68px;
    bottom: auto;
    width: 100%;
    background: url(../img/bg-white.gif) repeat;
    background: #ffffff;
  }
  nav.header ul#menu-header {
    float: none;
    height: auto;
  }
  nav.header ul#menu-header > li > a {
    padding: 10px 20px;
    color: #cc0101;
  }
  nav.header ul#menu-header > li > a:hover {
    background: #cc0101;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  nav.header ul#menu-header,
  nav.header ul#menu-header > li,
  nav.header ul#menu-header > li a {
    height: auto;
  }
  #btn-menu {
    display: block;
  }
  .title {
    background-attachment: scroll;
  }
  .ctas article.appointment a {
    display: block;
    width: auto;
  }
  .ctas article.appointment p {
    margin: 5px 0 10px;
    line-height: 20px;
  }
  .sidebar a {
    padding: 13px !important;
    text-align: center;
  }
  .sidebar a i,
  .sidebar a span {
    float: none;
    width: 100%;
  }
  .sidebar a i {
    margin-bottom: 5px;
  }
  .sidebar a span {
    position: relative;
  }
}
@media (max-width: 991px) {
  header {
    position: relative;
  }
  .slider {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .ctas article.flightscope,
  .ctas article.clubfitters {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: none;
    border-bottom: 2px dashed #222222;
  }
  nav.header ul#menu-header,
  nav.header ul#menu-header > li {
    float: none;
    display: inline-block;
    width: 100%;
    font-weight: bold;
  }
  nav.header ul#menu-header {
    padding: 0 20px;
  }
  nav.header ul#menu-header > li {
    text-align: left;
    border-bottom: 1px dashed #222222;
  }
  nav.header ul#menu-header > li > a {
    display: block;
    padding: 20px;
  }
  nav.header ul#menu-header > li > .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    background: #9c9c9c;
  }
  .title {
    padding-top: 65px;
  }
  #clubs.main .container .products article {
    position: relative;
  }
  #clubs.main .container .products article .description {
    margin-top: 267px;
  }
  #clubs.main .container .products article .featured {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #clubs.main .container .products article .media .group {
    text-align: center;
  }
  #clubs.main .container .products article .media a {
    display: inline-block;
    width: 32%;
    height: auto;
    margin-bottom: 30px;
  }
  .sidebar a {
    height: auto;
  }
  #testimonials article .date,
  #news article .date {
    float: none;
    clear: both;
  }
}
@media (max-width: 767px) {
  .pager {
    display: none;
  }
}
@media (max-width: 714px) {
  #prices article .price {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 703px) {
  footer nav.footer ul {
    border-top: 2px dashed #3c3c3c;
  }
  footer nav.footer ul li {
    display: block;
    text-align: left;
    border-bottom: 2px dashed #3c3c3c;
  }
  footer nav.footer ul li a {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 703px) {
  .main .col {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 370px) {
  header .container .logo {
    width: 75%;
    background-size: 100%;
  }
  p {
    line-height: 25px;
  }
  .intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  a.attachment {
    display: block;
    width: 100%;
    text-align: center;
  }
  img.size-full {
    float: none !important;
    margin: 0 0 15px !important;
    clear: both !important;
  }
  .title {
    font-size: 50px;
  }
  #testimonials article .date,
  #news article .date {
    float: left;
  }
  .size-thumbnail {
    float: none !important;
    display: block !important;
  }
  .main article p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .col {
    margin-right: 0;
  }
  .panel-group {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-group .panel-default .panel-body {
    padding: 15px 15px 5px;
  }
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 input,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 select,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 textarea,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_13,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_1,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_2,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_4,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_5,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_6,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_11,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_12,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_14,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_15,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_3_container,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_4_container,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_5_container,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_7,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_8,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_9,
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_10 {
    width: 100%;
  }
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_13 textarea {
    height: 200px;
  }
  #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #input_1_3_4 {
    margin-bottom: 20px;
  }
  .gform_footer {
    float: right;
    margin-bottom: 20px;
    width: 100%;
  }
  .gform_footer input[type="submit"] {
    width: 100%;
  }
}
.video-responsive {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-padder {
  display: none;
}
@media (min-width: 992px) {
  .header-padder {
    display: block;
    height: 68px;
    width: auto;
  }
}
.rotator-container {
  position: relative;
}
.rotator-container .slide-item {
  position: relative;
}
@media (min-width: 850px) {
  .rotator-container .slide-item {
    padding-bottom: 29.63541667%;
  }
}
.rotator-container .slide-item > img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 850px) {
  .rotator-container .slide-item > img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.rotator-container .content {
  color: #fff;
  font-family: Museo500;
  font-size: 18px;
  padding: 15px 30px;
  position: relative;
  z-index: 6;
}
@media (min-width: 791px) {
  .rotator-container .content {
    font-size: 2.27642276vw;
  }
}
@media (min-width: 1230px) {
  .rotator-container .content {
    font-size: 28px;
  }
}
@media (min-width: 850px) {
  .rotator-container .content {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 30%;
  }
}
.rotator-container .content .border-separator {
  background: #cc0101;
  font-size: 1px;
  height: 8px;
  line-height: 0;
  margin: 0 auto 8px 0;
  width: 100%;
}
.rotator-container .content.text-left {
  text-align: center;
}
@media (min-width: 850px) {
  .rotator-container .content.text-left {
    text-align: left;
  }
}
.rotator-container .content.text-right {
  text-align: center;
}
@media (min-width: 850px) {
  .rotator-container .content.text-right {
    text-align: right;
  }
}
.rotator-container .content.text-right .border-separator {
  margin: 0 0 8px auto;
}
.rotator-container .content.text-center {
  text-align: center;
}
.rotator-container .content.text-center .border-separator {
  margin: 0 auto 8px auto;
}
.rotator-container .content.cover {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.8);
}
@media (min-width: 850px) {
  .rotator-container .content.left.middle {
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 850px) {
  .rotator-container .content.center.middle {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 850px) {
  .rotator-container .content.right.middle {
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 850px) {
  .rotator-container .content.left.top {
    left: 10%;
    top: 10%;
  }
}
@media (min-width: 850px) {
  .rotator-container .content.left.bottom {
    bottom: 10%;
    left: 10%;
  }
}
@media (min-width: 850px) {
  .rotator-container .content.center.top {
    left: 50%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 850px) {
  .rotator-container .content.center.bottom {
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 850px) {
  .rotator-container .content.right.top {
    right: 10%;
    top: 10%;
  }
}
@media (min-width: 850px) {
  .rotator-container .content.right.bottom {
    bottom: 10%;
    right: 10%;
  }
}
.rotator-container .content h1,
.rotator-container .content h2,
.rotator-container .content h3 {
  color: #fff;
  font-family: Museo700;
  margin: 0;
  padding: 0 0 8px 0;
}
.rotator-container .content h1 {
  font-size: 28px;
}
@media (min-width: 718px) {
  .rotator-container .content h1 {
    font-size: 3.90243902vw;
  }
}
@media (min-width: 1230px) {
  .rotator-container .content h1 {
    font-size: 48px;
  }
}
.rotator-container .content h2 {
  font-size: 24px;
}
@media (min-width: 738px) {
  .rotator-container .content h2 {
    font-size: 3.25203252vw;
  }
}
@media (min-width: 1230px) {
  .rotator-container .content h2 {
    font-size: 40px;
  }
}
.rotator-container .content h3 {
  font-size: 20px;
}
@media (min-width: 769px) {
  .rotator-container .content h3 {
    font-size: 2.60162602vw;
  }
}
@media (min-width: 1230px) {
  .rotator-container .content h3 {
    font-size: 32px;
  }
}
.rotator-container .content .text-content {
  margin: 10px 0 0 0;
}
.rotator-container .content .text-content:after {
  clear: both;
  content: '';
  height: 0;
  overflow: hidden;
  width: 100%;
}
.rotator-container .content .text-content p:first-child,
.rotator-container .content .text-content ul:first-child,
.rotator-container .content .text-content ol:first-child {
  margin-top: 0;
}
.rotator-container .content .text-content p:last-child,
.rotator-container .content .text-content ul:last-child,
.rotator-container .content .text-content ol:last-child {
  margin-bottom: 0;
}
@media (max-width: 849px) {
  .rotator-container .content .text-content img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
  }
}
.rotator-container .content .buttons {
  clear: both;
  margin: 10px 0 0 0;
}
.rotator-container .content a.button,
.rotator-container .content a:visited.button {
  background: #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 0 #292929;
  -moz-box-shadow: 0 6px 0 #292929;
  box-shadow: 0 6px 0 #292929;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 10px 18px;
}
@media (min-width: 1093px) {
  .rotator-container .content a.button,
  .rotator-container .content a:visited.button {
    font-size: 1.46341463vw;
  }
}
@media (min-width: 1230px) {
  .rotator-container .content a.button,
  .rotator-container .content a:visited.button {
    font-size: 18px;
  }
}
.rotator-container .content a.button i,
.rotator-container .content a:visited.button i {
  color: #cc0101;
}
.slick-dots {
  z-index: 5;
}
/*# sourceMappingURL=theme-style.css.map */