@charset "UTF-8";
/*------------------------------------------------------------------
Project:	Sporta
Version:	1.0
Last change:	25.03.2016
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1.  Animate CSS
2.  Slick
3.  Selectize
4.  Countdown
5.  Magnific Popup
6.  Isotope
7.  Pace
8.  Circular Progress Bar
9.  Utilities
10. Typography
11. Navbar
12. Buttons
13. Icons
14. Socials
15. Action Link
16. Sliders
17. Form
18. Widgets
19. Sidebar
20. Footer
21. Boxes
22. Cart
23. Wishlist
24. Blog
25. Breadcrumbs
26. Headers
27. Mobile Menu
28. Blockquote
29. Pagination
30. Team
31. Lists
32. Coming Soon
33. Progress Bar
34. Map
35. Contacts

-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans|Libre+Baskerville:400italic");
.ct-u-display-tablex {
  display: table;
  width: 100%; }
  .ct-u-display-tablex > .ct-u-display-tablex__inner, .ct-u-display-tablex > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .browser-mozilla .ct-u-display-tablex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .browser-mozilla .ct-u-display-tablex > .ct-u-display-tablex__inner, .browser-mozilla .ct-u-display-tablex > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.ct-u-display-tablex-top {
  display: table;
  width: 100%; }
  .ct-u-display-tablex-top > .ct-u-display-tablex-top__inner, .ct-u-display-tablex-top > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: top; }
  .browser-mozilla .ct-u-display-tablex-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .browser-mozilla .ct-u-display-tablex-top > .ct-u-display-tablex-top__inner, .browser-mozilla .ct-u-display-tablex-top > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.ct-u-display-tablex-bottom {
  display: table;
  width: 100%; }
  .ct-u-display-tablex-bottom > .ct-u-display-tablex-bottom__inner, .ct-u-display-tablex-bottom > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: bottom; }
  .browser-mozilla .ct-u-display-tablex-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .browser-mozilla .ct-u-display-tablex-bottom > .ct-u-display-tablex-bottom__inner, .browser-mozilla .ct-u-display-tablex-bottom > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.ct-u-display-table {
  display: table;
  width: 100%; }
  .ct-u-display-table > .inner, .ct-u-display-table > .ct-u-display-table__inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.ct-u-display-table-top {
  display: table;
  width: 100%; }
  .ct-u-display-table-top > .inner, .ct-u-display-table-top > .ct-u-display-table-top__inner {
    display: table-cell;
    vertical-align: top;
    width: 100%; }

.ct-u-display-table-bottom {
  display: table;
  width: 100%; }
  .ct-u-display-table-bottom > .inner, .ct-u-display-table-bottom > .ct-u-display-table-bottom__inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%; }

.ct-u-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ct-u-overflow-hidden {
  overflow: hidden; }

.ct-u-overflow-visible {
  overflow: visible; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }

@-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 fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 25px;
        line-height: 20px;
        text-align: center;
        color: #EA0000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #EA0000;
      opacity: 0.75; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #353535;
  border-radius: 0 0 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #7d7d7d;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #3d3d3d; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #7d7d7d;
  font-family: inherit;
  font-size: inherit;
  line-height: 28px;
  -webkit-font-smoothing: inherit; }

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #eee;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px; }
  .selectize-input.full {
    background-color: #fff; }
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  .selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .selectize-input.dropdown-active {
    border-radius: 0 0 0 0; }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 6px;
    background: #efefef;
    color: #7d7d7d;
    border: 0 solid transparent; }
    .selectize-control.multi .selectize-input > div.active {
      background: #337ab7;
      color: #fff;
      border: 0 solid transparent; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #cacaca;
    background: white;
    border: 0 solid rgba(77, 77, 77, 0); }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none; }
    .selectize-input > input:focus {
      outline: none !important; }
    .selectize-input > input::-ms-clear {
      display: none; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: white;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #1a1a1a;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(255, 237, 40, 0.4);
      border-radius: 1px; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 3px 12px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #fff;
    background: #1a1a1a;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #000000;
    color: #EA0000; }
    .selectize-dropdown .active.create {
      color: #EA0000; }
  .selectize-dropdown .create {
    color: rgba(125, 125, 125, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7d7d7d transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #7d7d7d transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff; }

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 46px; }
  .selectize-input.dropdown-active {
    border-radius: 0; }
  .selectize-input.dropdown-active::before {
    display: none; }
  .selectize-input.focus {
    border-color: #EA0000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 74, 74, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .selectize-input:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 6px;
  padding-right: 6px; }

.selectize-control.multi .selectize-input > div {
  border-radius: -1px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0; }

.ct-countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px; }
  .ct-countdown > div {
    display: inline-block;
    float: left; }
    .ct-countdown > div + div {
      margin-left: -2px; }

.ct-countdown div > span {
  border: 2px solid white;
  height: 100px;
  min-width: 100px;
  line-height: 98px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  padding: 0 5px;
  text-transform: uppercase; }

.ct-countdown__text {
  padding-top: 5px;
  font-size: 12px;
  font-fmaily: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

@media only screen and (max-width: 479px) {
  .ct-countdown {
    display: table;
    width: 100%; }
    .ct-countdown div {
      display: table-cell;
      width: 25%; }
      .ct-countdown div > span {
        min-width: auto;
        width: 100%; }
      .ct-countdown div + div {
        margin: 0; }
        .ct-countdown div + div span {
          border-left: none; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.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;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  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;
  white-space: nowrap; }

.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;
  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, .mfp-figure .ct-isotope-item {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.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;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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; }

.ct-isotope-gallery {
  margin-left: -15px;
  margin-right: -15px; }

.ct-isotope-item {
  width: 100%;
  display: block;
  position: relative; }
  .ct-isotope-item img {
    width: 100%;
    display: block; }

.ct-isotope-icon:before {
  content: '';
  padding-top: 100%;
  display: block;
  background: #EA0000; }

.ct-isotope-icon i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 60px;
  width: 55px;
  height: 60px;
  margin: auto;
  text-align: center;
  color: white; }

@media only screen and (min-width: 0) {
  .ct-isotope-gallery--xs-1 .ct-isotope-item {
    width: 100%; }
  .ct-isotope-gallery--xs-2 .ct-isotope-item {
    width: 50%; }
  .ct-isotope-gallery--xs-2 .ct-isotope-item--big {
    width: 100%; }
  .ct-isotope-gallery--xs-3 .ct-isotope-item {
    width: 33.33333%; }
  .ct-isotope-gallery--xs-3 .ct-isotope-item--big {
    width: 66.66666%; }
  .ct-isotope-gallery--xs-4 .ct-isotope-item {
    width: 25%; }
  .ct-isotope-gallery--xs-4 .ct-isotope-item--big {
    width: 50%; }
  .ct-isotope-gallery--xs-5 .ct-isotope-item {
    width: 20%; }
  .ct-isotope-gallery--xs-5 .ct-isotope-item--big {
    width: 40%; }
  .ct-isotope-gallery--xs-10 .ct-isotope-item {
    width: 10%; }
  .ct-isotope-gallery--xs-10 .ct-isotope-item--big {
    width: 20%; } }

@media only screen and (min-width: 544px) {
  .ct-isotope-gallery--sm-1 .ct-isotope-item {
    width: 100%; }
  .ct-isotope-gallery--sm-2 .ct-isotope-item {
    width: 50%; }
  .ct-isotope-gallery--sm-2 .ct-isotope-item--big {
    width: 100%; }
  .ct-isotope-gallery--sm-3 .ct-isotope-item {
    width: 33.33333%; }
  .ct-isotope-gallery--sm-3 .ct-isotope-item--big {
    width: 66.66666%; }
  .ct-isotope-gallery--sm-4 .ct-isotope-item {
    width: 25%; }
  .ct-isotope-gallery--sm-4 .ct-isotope-item--big {
    width: 50%; }
  .ct-isotope-gallery--sm-5 .ct-isotope-item {
    width: 20%; }
  .ct-isotope-gallery--sm-5 .ct-isotope-item--big {
    width: 40%; }
  .ct-isotope-gallery--sm-10 .ct-isotope-item {
    width: 10%; }
  .ct-isotope-gallery--sm-10 .ct-isotope-item--big {
    width: 20%; } }

@media only screen and (min-width: 768px) {
  .ct-isotope-gallery--md-1 .ct-isotope-item {
    width: 100%; }
  .ct-isotope-gallery--md-2 .ct-isotope-item {
    width: 50%; }
  .ct-isotope-gallery--md-2 .ct-isotope-item--big {
    width: 100%; }
  .ct-isotope-gallery--md-3 .ct-isotope-item {
    width: 33.33333%; }
  .ct-isotope-gallery--md-3 .ct-isotope-item--big {
    width: 66.66666%; }
  .ct-isotope-gallery--md-4 .ct-isotope-item {
    width: 25%; }
  .ct-isotope-gallery--md-4 .ct-isotope-item--big {
    width: 50%; }
  .ct-isotope-gallery--md-5 .ct-isotope-item {
    width: 20%; }
  .ct-isotope-gallery--md-5 .ct-isotope-item--big {
    width: 40%; }
  .ct-isotope-gallery--md-10 .ct-isotope-item {
    width: 10%; }
  .ct-isotope-gallery--md-10 .ct-isotope-item--big {
    width: 20%; } }

@media only screen and (min-width: 992px) {
  .ct-isotope-gallery--lg-1 .ct-isotope-item {
    width: 100%; }
  .ct-isotope-gallery--lg-2 .ct-isotope-item {
    width: 50%; }
  .ct-isotope-gallery--lg-2 .ct-isotope-item--big {
    width: 100%; }
  .ct-isotope-gallery--lg-3 .ct-isotope-item {
    width: 33.33333%; }
  .ct-isotope-gallery--lg-3 .ct-isotope-item--big {
    width: 66.66666%; }
  .ct-isotope-gallery--lg-4 .ct-isotope-item {
    width: 25%; }
  .ct-isotope-gallery--lg-4 .ct-isotope-item--big {
    width: 50%; }
  .ct-isotope-gallery--lg-5 .ct-isotope-item {
    width: 20%; }
  .ct-isotope-gallery--lg-5 .ct-isotope-item--big {
    width: 40%; }
  .ct-isotope-gallery--lg-10 .ct-isotope-item {
    width: 10%; }
  .ct-isotope-gallery--lg-10 .ct-isotope-item--big {
    width: 20%; } }

@media only screen and (min-width: 1200px) {
  .ct-isotope-gallery--xl-1 .ct-isotope-item {
    width: 100%; }
  .ct-isotope-gallery--xl-2 .ct-isotope-item {
    width: 50%; }
  .ct-isotope-gallery--xl-2 .ct-isotope-item--big {
    width: 100%; }
  .ct-isotope-gallery--xl-3 .ct-isotope-item {
    width: 33.33333%; }
  .ct-isotope-gallery--xl-3 .ct-isotope-item--big {
    width: 66.66666%; }
  .ct-isotope-gallery--xl-4 .ct-isotope-item {
    width: 25%; }
  .ct-isotope-gallery--xl-4 .ct-isotope-item--big {
    width: 50%; }
  .ct-isotope-gallery--xl-5 .ct-isotope-item {
    width: 20%; }
  .ct-isotope-gallery--xl-5 .ct-isotope-item--big {
    width: 40%; }
  .ct-isotope-gallery--xl-10 .ct-isotope-item {
    width: 10%; }
  .ct-isotope-gallery--xl-10 .ct-isotope-item--big {
    width: 20%; } }

.ct-isotope-container {
  text-align: center; }

#load-more {
  margin-bottom: 55px; }
  @media only screen and (min-width: 768px) {
    #load-more {
      margin-bottom: 88px; } }

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #EA0000;
  pointer-events: none; }

.ct-circular-progress {
  position: relative;
  margin: 0 auto 50px;
  width: 132px;
  height: 132px;
  text-align: center; }
  .ct-circular-progress canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .ct-circular-progress span {
    color: #eaeaea;
    display: block;
    line-height: 132px;
    text-align: center;
    width: 132px;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 100;
    margin-left: 5px;
    font-family: "Montserrat", sans-serif; }
  .ct-circular-progress b {
    margin-right: 0px;
    color: #333333; }
  .ct-circular-progress__title {
    position: absolute;
    top: 100%;
    width: 100%;
    padding-top: 20px; }

html, body, img, figure, .ct-isotope-item {
  max-width: 100%; }

html {
  color: #EA0000; }

body {
  color: #343434;
  position: relative; }

html, body {
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased; }

main {
  background-color: inherit; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit; }

a {
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.ct-pageWrapper,
.ct-page-wrapper {
  position: relative;
  right: 0;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }

button, .btn, .ct-slider-nav__link, .ct-slider-nav .slick-nav, .ct-cart-clear, .ct-cart-checkout, .ct-wishlist-add-to-cart {
  -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1); }

* {
  outline: none !important; }

ul {
  margin-bottom: 0; }

.w100 {
  width: 100%; }

[data-background], [data-parallax] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

[data-parallax] {
  background-attachment: fixed; }
  .mobile [data-parallax], .tablet [data-parallax] {
    background-attachment: scroll; }

.media-object {
  max-width: none; }

.gm-style * {
  -ms-touch-action: inherit !important;
      touch-action: inherit !important; }

.ct-slick .slick-track, .ct-slick .slick-list, .ct-slick .item, .ct-slick .slick-item {
  min-height: inherit;
  height: inherit; }

@media only screen and (min-width: 480px) {
  .dropdown:hover > ul.dropdown-menu {
    display: block; } }

html {
  font-size: 50%; }

@media only screen and (min-width: 768px) {
  html {
    font-size: 55.5555%; } }

@media only screen and (min-width: 1024px) {
  html {
    font-size: 62.5%; } }

.ct-u-background--motive {
  background-color: #EA0000 !important;
  color: #fff; }

.ct-u-color--motive {
  color: #EA0000 !important; }

.ct-u-background--accent {
  background-color: #343434 !important;
  color: #fff; }

.ct-u-color--accent {
  color: #343434 !important; }

.ct-u-background--white {
  background-color: white !important;
  color: #343434; }

.ct-u-color--white {
  color: white !important; }

.ct-u-background--gray-lighter {
  background-color: #f8f8f8 !important;
  color: #343434; }

.ct-u-color--gray-lighter {
  color: #f8f8f8 !important; }

.ct-u-background--black {
  background-color: black !important;
  color: #fff; }

.ct-u-color--black {
  color: black !important; }

.ct-u-font-weight--400 {
  font-weight: 400 !important; }

.ct-u-font-weight--600 {
  font-weight: 600 !important; }

.ct-u-font-weight--900 {
  font-weight: 900 !important; }

.ct-u-font-size--16 {
  font-size: 16px !important; }

.ct-u-font-size--20 {
  font-size: 20px !important; }

.ct-u-font-size--24 {
  font-size: 24px !important; }

.ct-u-secondary-uppercase, .breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

.ct-u-padding-both-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.ct-u-padding-top-0 {
  padding-top: 0px !important; }

.ct-u-padding-bottom-0 {
  padding-bottom: 0px !important; }

.ct-u-padding-both-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.ct-u-padding-top-5 {
  padding-top: 5px !important; }

.ct-u-padding-bottom-5 {
  padding-bottom: 5px !important; }

.ct-u-padding-both-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.ct-u-padding-top-15 {
  padding-top: 15px !important; }

.ct-u-padding-bottom-15 {
  padding-bottom: 15px !important; }

.ct-u-padding-both-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.ct-u-padding-top-20 {
  padding-top: 20px !important; }

.ct-u-padding-bottom-20 {
  padding-bottom: 20px !important; }

.ct-u-padding-both-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.ct-u-padding-top-30 {
  padding-top: 30px !important; }

.ct-u-padding-bottom-30 {
  padding-bottom: 30px !important; }

.ct-u-padding-both-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.ct-u-padding-top-40 {
  padding-top: 40px !important; }

.ct-u-padding-bottom-40 {
  padding-bottom: 40px !important; }

.ct-u-padding-both-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.ct-u-padding-top-50 {
  padding-top: 50px !important; }

.ct-u-padding-bottom-50 {
  padding-bottom: 50px !important; }

.ct-u-padding-both-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.ct-u-padding-top-60 {
  padding-top: 60px !important; }

.ct-u-padding-bottom-60 {
  padding-bottom: 60px !important; }

.ct-u-padding-both-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.ct-u-padding-top-80 {
  padding-top: 80px !important; }

.ct-u-padding-bottom-80 {
  padding-bottom: 80px !important; }

.ct-u-padding-both-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.ct-u-padding-top-100 {
  padding-top: 100px !important; }

.ct-u-padding-bottom-100 {
  padding-bottom: 100px !important; }

.ct-u-margin-both-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.ct-u-margin-top-0 {
  margin-top: 0px !important; }

.ct-u-margin-bottom-0 {
  margin-bottom: 0px !important; }

.ct-u-margin-both-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.ct-u-margin-top-5 {
  margin-top: 5px !important; }

.ct-u-margin-bottom-5 {
  margin-bottom: 5px !important; }

.ct-u-margin-both-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.ct-u-margin-top-15 {
  margin-top: 15px !important; }

.ct-u-margin-bottom-15 {
  margin-bottom: 15px !important; }

.ct-u-margin-both-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.ct-u-margin-top-20 {
  margin-top: 20px !important; }

.ct-u-margin-bottom-20 {
  margin-bottom: 20px !important; }

.ct-u-margin-both-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.ct-u-margin-top-30 {
  margin-top: 30px !important; }

.ct-u-margin-bottom-30 {
  margin-bottom: 30px !important; }

.ct-u-margin-both-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.ct-u-margin-top-40 {
  margin-top: 40px !important; }

.ct-u-margin-bottom-40 {
  margin-bottom: 40px !important; }

.ct-u-margin-both-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.ct-u-margin-top-50 {
  margin-top: 50px !important; }

.ct-u-margin-bottom-50 {
  margin-bottom: 50px !important; }

.ct-u-margin-both-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.ct-u-margin-top-60 {
  margin-top: 60px !important; }

.ct-u-margin-bottom-60 {
  margin-bottom: 60px !important; }

.ct-u-margin-both-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.ct-u-margin-top-80 {
  margin-top: 80px !important; }

.ct-u-margin-bottom-80 {
  margin-bottom: 80px !important; }

.ct-u-margin-both-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.ct-u-margin-top-100 {
  margin-top: 100px !important; }

.ct-u-margin-bottom-100 {
  margin-bottom: 100px !important; }

@media only screen and (min-width: 0) {
  .text-center-xs {
    text-align: center !important; }
  .text-left-xs {
    text-align: left !important; }
  .text-right-xs {
    text-align: right !important; }
  .float-none-xs {
    float: none !important; }
  .float-left-xs {
    float: left !important; }
  .float-right-xs {
    float: right !important; } }

@media only screen and (min-width: 768px) {
  .text-center-sm {
    text-align: center !important; }
  .text-left-sm {
    text-align: left !important; }
  .text-right-sm {
    text-align: right !important; }
  .float-none-sm {
    float: none !important; }
  .float-left-sm {
    float: left !important; }
  .float-right-sm {
    float: right !important; } }

@media only screen and (min-width: 1024px) {
  .text-center-md {
    text-align: center !important; }
  .text-left-md {
    text-align: left !important; }
  .text-right-md {
    text-align: right !important; }
  .float-none-md {
    float: none !important; }
  .float-left-md {
    float: left !important; }
  .float-right-md {
    float: right !important; } }

@media only screen and (min-width: 1280px) {
  .text-center-lg {
    text-align: center !important; }
  .text-left-lg {
    text-align: left !important; }
  .text-right-lg {
    text-align: right !important; }
  .float-none-lg {
    float: none !important; }
  .float-left-lg {
    float: left !important; }
  .float-right-lg {
    float: right !important; } }

.ct-u-mask, .ct-u-mask--lighter:before, .ct-u-mask--darker:before {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.ct-u-mask{
  background-color:black;
}
  .ct-u-mask > *, .ct-u-mask--lighter:before > *, .ct-u-mask--darker:before > * {
    z-index: 2;
    position: relative; }
  .ct-u-mask:before, .ct-u-mask--lighter:before, .ct-u-mask--darker:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .ct-u-mask--lighter:before {
    background-color: rgba(0, 0, 0, 0.3); }
  .ct-u-mask--darker:before {
    background-color: rgba(0, 0, 0, 0.75); }

.embed-responsive-square {
  padding-bottom: 100%; }

.divider {
  height: 2px;
  width: 100%;
  display: block;
  background: white;
  opacity: 0.1;
  margin-bottom: 10px; }

.ct-u-scratches, .ct-u-scratches--top, .ct-footer, .ct-coming-soon, .ct-u-scratches--bottom, .ct-u-scratches--both {
  position: relative;
  background-color: white; }
  .ct-u-scratches:before, .ct-u-scratches--top:before, .ct-u-scratches--both:before, .ct-footer:before, .ct-coming-soon:before, .ct-u-scratches--bottom:before, .ct-u-scratches:after, .ct-u-scratches--top:after, .ct-footer:after, .ct-coming-soon:after, .ct-u-scratches--bottom:after, .ct-u-scratches--both:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2; }
  .ct-u-scratches--top:before, .ct-u-scratches--both:before, .ct-footer:before, .ct-coming-soon:before {
    top: -17px;
    background-image: url("../images/scratches-1.png"); }
  .ct-u-scratches--bottom:after, .ct-u-scratches--both:after, .ct-coming-soon:after {
    bottom: -17px;
    background-image: url("../images/scratches-2.png"); }
  .ct-u-scratches.ct-u-scratches--dark:before, .ct-u-scratches--dark.ct-u-scratches--top:before, .ct-u-scratches--dark.ct-u-scratches--both:before, .ct-footer:before, .ct-u-scratches--dark.ct-coming-soon:before, .ct-u-scratches--dark.ct-u-scratches--bottom:before {
    background-image: url("../images/scratches-1-dark.png"); }
  .ct-u-scratches.ct-u-scratches--dark:after, .ct-u-scratches--dark.ct-u-scratches--top:after, .ct-footer:after, .ct-u-scratches--dark.ct-coming-soon:after, .ct-u-scratches--dark.ct-u-scratches--bottom:after, .ct-u-scratches--dark.ct-u-scratches--both:after {
    background-image: url("../images/scratches-2-dark.png"); }
  .ct-u-scratches.ct-u-scratches--inner:before, .ct-u-scratches--inner.ct-u-scratches--top:before, .ct-u-scratches--inner.ct-u-scratches--both:before, .ct-u-scratches--inner.ct-footer:before, .ct-coming-soon:before, .ct-u-scratches--inner.ct-u-scratches--bottom:before {
    top: 0;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1); }
  .ct-u-scratches.ct-u-scratches--inner:after, .ct-u-scratches--inner.ct-u-scratches--top:after, .ct-u-scratches--inner.ct-footer:after, .ct-coming-soon:after, .ct-u-scratches--inner.ct-u-scratches--bottom:after, .ct-u-scratches--inner.ct-u-scratches--both:after {
    bottom: 0;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1); }

.ct-separator {
  height: 2px;
  width: 100%;
  background-image: url("../images/border-2.png");
  background-position: center;
  background-repeat: repeat-x;
  padding: 40px 0; }
  .ct-separator:before, .ct-separator:after {
    content: " ";
    display: table; }
  .ct-separator:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .ct-separator {
      padding: 70px 0; } }
  .ct-separator--white {
    background-image: url("../images/border-1.png"); }
  .ct-separator--short {
    width: 140px;
    margin: auto; }

.ct-u-display--block {
  display: block !important; }

.ct-u-display--none {
  display: none !important; }

.ct-u-display--inline-block {
  display: inline-block !important; }

.ct-u-display--inline {
  display: inline !important; }

.ct-u-display--table {
  display: table !important; }

.ct-u-display--inline-table {
  display: inline-table !important; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  text-transform: uppercase; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    display: block;
    color: inherit;
    padding-top: 0.5em; }
  h1 span, .h1 span,
  h2 span, .h2 span,
  h3 span, .h3 span,
  h4 span, .h4 span,
  h5 span, .h5 span,
  h6 span, .h6 span {
    color: #EA0000; }

h1, .h1 {
  margin-bottom: 42px; }
  h1 small, .h1 small {
	font-size: 0.5em;
	line-height: 1.15;
	font-weight: 700;
}

.ct-section-header {
  display: block;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 40px;
  text-align: center; }

@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 48px;
    margin-bottom: 42px; }
  h2, .h2 {
    font-size: 33px; }
  h3, .h3 {
    font-size: 23px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 16px; }
  body {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
    margin-bottom: 30px; }
  h2, .h2 {
    font-size: 26px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 15px; }
  h5, .h5 {
    font-size: 14px; }
  body {
    font-size: 14px; } }

.ct-menu {
  position: relative;
  z-index: 999; }
  .ct-menu .dropdown > a > span {
    padding-left: 5px; }

.navbar-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }

#navbar-magic-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  background: white;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  z-index: -1;
  pointer-events: none; }

.navbar-default {
  color: white; }
  .navbar-default .logo-inverse {
    display: none; }
  .navbar-default .navbar-nav > .active {
    color: white; }

.navbar-inverse .logo-default {
  display: none; }

.page-scrolled .navbar-fixed:after {
  width: 100%;
  left: 0; }

.page-scrolled .navbar-fixed.navbar-default {
  background-color: #000000; }

.page-scrolled .navbar-fixed.navbar-inverse {
  background-color: #fff; }

.navbar ul.dropdown-menu,
.ct-menu-mobile ul.dropdown-menu {
  padding: 20px 0;
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 11px; }
  .navbar ul.dropdown-menu a,
  .ct-menu-mobile ul.dropdown-menu a {
    padding: 10px 35px;
    position: relative;
    -webkit-transition: none;
    transition: none; }
    .navbar ul.dropdown-menu a:hover:after,
    .ct-menu-mobile ul.dropdown-menu a:hover:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: url("../images/border-1.png"); }

.navbar:after, .ct-navbar-mobile:after, .ct-team-ajax header:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 1%;
  height: 2px;
  width: 98%;
  background: url("../images/border-1.png");
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.navbar .ct-socials,
.navbar .ct-menu-icons {
  height: 90px;
  display: inline-table; }
  .navbar .ct-socials > li,
  .navbar .ct-menu-icons > li {
    display: table-cell;
    vertical-align: middle; }

.navbar .ct-menu-icons > li + li {
  padding-left: 10px; }

.navbar-brand {
  padding-top: 20px; }

.navbar-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12.8px;
  margin-right: 50px; }
  .navbar-nav > li > a {
    display: table;
    height: inherit;
    vertical-align: middle; }

.navbar-inverse:after {
  background: url("../images/border-2.png"); }

.navbar-inverse #navbar-magic-line {
  background: #343434; }

.ct-menu--onepager .navbar-nav {
  margin-right: 0; }

.ct-menu--onepager .navbar .ct-menu-icons,
.ct-menu--onepager .navbar .ct-socials {
  opacity: 0.5;
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-menu--onepager .navbar .ct-menu-icons a,
  .ct-menu--onepager .navbar .ct-socials a {
    color: #fff;
    border-color: #fff; }
  .ct-menu--onepager .navbar .ct-menu-icons:hover,
  .ct-menu--onepager .navbar .ct-socials:hover {
    opacity: 1; }

.alternate-navbar .ct-mobile-toggle {
  display: none !important; }

@media (max-width: 1400px) {
  .navbar .ct-socials {
    display: none; } }

@media only screen and (max-width: 1279px) {
  .navbar .navbar-nav {
    margin-right: 0; }
    .navbar .navbar-nav > li > a {
      padding-left: 8px;
      padding-right: 8px; } }

@media only screen and (max-width: 1023px) {
  .navbar-header {
    float: left;
  }
  .navbar .navbar-nav {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .navbar>.container-fluid .navbar-brand {
    padding: 10px 0 10px 30px;
  }
  .navbar-brand>img {
    max-height: 70px; } }

#nav-search {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: table;
  width: 100%;
  text-align: center;
  padding: 15px; }
  #nav-search > #nav-search__inner, #nav-search > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .browser-mozilla #nav-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .browser-mozilla #nav-search > #nav-search__inner, .browser-mozilla #nav-search > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  #nav-search:not(.is-active) {
    display: none; }
  #nav-search .ct-search {
    margin: auto;
    width: 100%;
    max-width: 570px; }
    #nav-search .ct-search .form-control {
      background: transparent;
      border: none;
      border-bottom: 2px solid #EA0000;
      font-size: 24px;
      color: #ffffff;
      padding-left: 0;
      padding-right: 40px; }
      #nav-search .ct-search .form-control::-webkit-input-placeholder {
        color: #7d7d7d; }
      #nav-search .ct-search .form-control::-moz-placeholder {
        color: #7d7d7d; }
      #nav-search .ct-search .form-control:-ms-input-placeholder {
        color: #7d7d7d; }
      #nav-search .ct-search .form-control::placeholder {
        color: #7d7d7d; }
    #nav-search .ct-search button {
      right: 0;
      font-size: 20px;
      height: 60px;
      top: -2px; }
      #nav-search .ct-search button:hover {
        color: #fff; }

#nav-search-close {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #EA0000;
  margin: 10px auto; }
  #nav-search-close:hover {
    color: #fff; }

.btn, .ct-slider-nav__link, .ct-slider-nav .slick-nav, .ct-cart-clear, .ct-cart-checkout, .ct-wishlist-add-to-cart {
  padding: 11px 12px;
  min-width: 98px;
  font-size: 12px;
  border-width: 2px;
  border-style: solid;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center; }
  .btn:after, .ct-slider-nav__link:after, .ct-slider-nav .slick-nav:after, .ct-cart-clear:after, .ct-cart-checkout:after, .ct-wishlist-add-to-cart:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 11px; }
  @media only screen and (min-width: 768px) {
    .btn, .ct-slider-nav__link, .ct-slider-nav .slick-nav, .ct-cart-clear, .ct-cart-checkout, .ct-wishlist-add-to-cart {
      font-size: 14px;
      min-width: 115px;
      padding: 14px 15px; }
      .btn:after, .ct-slider-nav__link:after, .ct-slider-nav .slick-nav:after, .ct-cart-clear:after, .ct-cart-checkout:after, .ct-wishlist-add-to-cart:after {
        top: 14px; } }

.btn-lg {
  font-size: 14px;
  min-width: 115px;
  padding: 14px 15px; }
  .btn-lg:after {
    top: 14px; }
  @media only screen and (min-width: 768px) {
    .btn-lg {
      padding: 21px 22px;
      min-width: 133px;
      font-size: 17px; }
      .btn-lg:after {
        top: 21px; } }

.btn-sm {
  padding: 8px 9px;
  min-width: 89px;
  font-size: 11px; }
  .btn-sm:after {
    top: 8px; }
  @media only screen and (min-width: 768px) {
    .btn-sm {
      padding: 10px 11px;
      min-width: 104px;
      font-size: 13px; }
      .btn-sm:after {
        top: 10px; } }

.btn-xs, .ct-wishlist-add-to-cart {
  padding: 5px 6px;
  min-width: 65px;
  font-size: 9px; }
  .btn-xs:after, .ct-wishlist-add-to-cart:after {
    top: 5px; }
  @media only screen and (min-width: 768px) {
    .btn-xs, .ct-wishlist-add-to-cart {
      padding: 7px 8px;
      min-width: 88px;
      font-size: 12px; }
      .btn-xs:after, .ct-wishlist-add-to-cart:after {
        top: 7px; } }

.btn-motive, .ct-slider-nav__link {
  background-color: #EA0000;
  border-color: #EA0000; }
  .btn-motive, .ct-slider-nav__link, .btn-motive:after, .ct-slider-nav__link:after {
    color: #fff; }
  .btn-motive:focus, .ct-slider-nav__link:focus, .btn-motive.focus, .focus.ct-slider-nav__link {
    background-color: #EA0000;
    border-color: #EA0000; }
    .btn-motive:focus, .ct-slider-nav__link:focus, .btn-motive:focus:after, .ct-slider-nav__link:focus:after, .btn-motive.focus, .focus.ct-slider-nav__link, .btn-motive.focus:after, .focus.ct-slider-nav__link:after {
      color: #fff; }
  .btn-motive:hover, .ct-slider-nav__link:hover, .btn-motive.is-active, .is-active.ct-slider-nav__link {
    background-color: #EA0000;
    border-color: #EA0000; }
    .btn-motive:hover, .ct-slider-nav__link:hover, .btn-motive:hover:after, .ct-slider-nav__link:hover:after, .btn-motive.is-active, .is-active.ct-slider-nav__link, .btn-motive.is-active:after, .is-active.ct-slider-nav__link:after {
      color: #fff; }
  .btn-motive:active, .ct-slider-nav__link:active, .btn-motive.active, .active.ct-slider-nav__link,
  .open > .btn-motive.dropdown-toggle,
  .open > .dropdown-toggle.ct-slider-nav__link {
    background-color: #EA0000;
    border-color: #EA0000; }
    .btn-motive:active, .ct-slider-nav__link:active, .btn-motive:active:after, .ct-slider-nav__link:active:after, .btn-motive.active, .active.ct-slider-nav__link, .btn-motive.active:after, .active.ct-slider-nav__link:after,
    .open > .btn-motive.dropdown-toggle,
    .open > .dropdown-toggle.ct-slider-nav__link,
    .open > .btn-motive.dropdown-toggle:after,
    .open > .dropdown-toggle.ct-slider-nav__link:after {
      color: #fff; }
    .btn-motive:active:hover, .ct-slider-nav__link:active:hover, .btn-motive:active:focus, .ct-slider-nav__link:active:focus, .btn-motive:active.focus, .ct-slider-nav__link:active.focus, .btn-motive.active:hover, .active.ct-slider-nav__link:hover, .btn-motive.active:focus, .active.ct-slider-nav__link:focus, .btn-motive.active.focus, .active.focus.ct-slider-nav__link,
    .open > .btn-motive.dropdown-toggle:hover,
    .open > .dropdown-toggle.ct-slider-nav__link:hover,
    .open > .btn-motive.dropdown-toggle:focus,
    .open > .dropdown-toggle.ct-slider-nav__link:focus,
    .open > .btn-motive.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.ct-slider-nav__link {
	background-color: #EA0000;
	border-color: #b70000;
}
      .btn-motive:active:hover, .ct-slider-nav__link:active:hover, .btn-motive:active:hover:after, .ct-slider-nav__link:active:hover:after, .btn-motive:active:focus, .ct-slider-nav__link:active:focus, .btn-motive:active:focus:after, .ct-slider-nav__link:active:focus:after, .btn-motive:active.focus, .ct-slider-nav__link:active.focus, .btn-motive:active.focus:after, .ct-slider-nav__link:active.focus:after, .btn-motive.active:hover, .active.ct-slider-nav__link:hover, .btn-motive.active:hover:after, .active.ct-slider-nav__link:hover:after, .btn-motive.active:focus, .active.ct-slider-nav__link:focus, .btn-motive.active:focus:after, .active.ct-slider-nav__link:focus:after, .btn-motive.active.focus, .active.focus.ct-slider-nav__link, .btn-motive.active.focus:after, .active.focus.ct-slider-nav__link:after,
      .open > .btn-motive.dropdown-toggle:hover,
      .open > .dropdown-toggle.ct-slider-nav__link:hover,
      .open > .btn-motive.dropdown-toggle:hover:after,
      .open > .dropdown-toggle.ct-slider-nav__link:hover:after,
      .open > .btn-motive.dropdown-toggle:focus,
      .open > .dropdown-toggle.ct-slider-nav__link:focus,
      .open > .btn-motive.dropdown-toggle:focus:after,
      .open > .dropdown-toggle.ct-slider-nav__link:focus:after,
      .open > .btn-motive.dropdown-toggle.focus,
      .open > .dropdown-toggle.focus.ct-slider-nav__link,
      .open > .btn-motive.dropdown-toggle.focus:after,
      .open > .dropdown-toggle.focus.ct-slider-nav__link:after {
        color: #fff; }
  .btn-motive:active, .ct-slider-nav__link:active, .btn-motive.active, .active.ct-slider-nav__link,
  .open > .btn-motive.dropdown-toggle,
  .open > .dropdown-toggle.ct-slider-nav__link {
    background-image: none; }
  .btn-motive.disabled, .disabled.ct-slider-nav__link, .btn-motive.disabled:hover, .disabled.ct-slider-nav__link:hover, .btn-motive.disabled:focus, .disabled.ct-slider-nav__link:focus, .btn-motive.disabled.focus, .disabled.focus.ct-slider-nav__link, .btn-motive.disabled:active, .disabled.ct-slider-nav__link:active, .btn-motive.disabled.active, .disabled.active.ct-slider-nav__link, .btn-motive[disabled], [disabled].ct-slider-nav__link, .btn-motive[disabled]:hover, [disabled].ct-slider-nav__link:hover, .btn-motive[disabled]:focus, [disabled].ct-slider-nav__link:focus, .btn-motive[disabled].focus, [disabled].focus.ct-slider-nav__link, .btn-motive[disabled]:active, [disabled].ct-slider-nav__link:active, .btn-motive[disabled].active, [disabled].active.ct-slider-nav__link,
  fieldset[disabled] .btn-motive,
  fieldset[disabled] .ct-slider-nav__link,
  fieldset[disabled] .btn-motive:hover,
  fieldset[disabled] .ct-slider-nav__link:hover,
  fieldset[disabled] .btn-motive:focus,
  fieldset[disabled] .ct-slider-nav__link:focus,
  fieldset[disabled] .btn-motive.focus,
  fieldset[disabled] .focus.ct-slider-nav__link,
  fieldset[disabled] .btn-motive:active,
  fieldset[disabled] .ct-slider-nav__link:active,
  fieldset[disabled] .btn-motive.active,
  fieldset[disabled] .active.ct-slider-nav__link {
    background-color: #EA0000;
    border-color: #EA0000; }
  .btn-motive .badge, .ct-slider-nav__link .badge {
    color: #EA0000;
    background-color: #fff; }

.btn-gray {
  background-color: #bebebe;
  border-color: #bebebe; }
  .btn-gray, .btn-gray:after {
    color: #343434; }
  .btn-gray:focus, .btn-gray.focus {
    background-color: #b1b1b1;
    border-color: #b1b1b1; }
    .btn-gray:focus, .btn-gray:focus:after, .btn-gray.focus, .btn-gray.focus:after {
      color: #343434; }
  .btn-gray:hover, .btn-gray.is-active {
    background-color: #a5a5a5;
    border-color: #a5a5a5; }
    .btn-gray:hover, .btn-gray:hover:after, .btn-gray.is-active, .btn-gray.is-active:after {
      color: #343434; }
  .btn-gray:active, .btn-gray.active,
  .open > .btn-gray.dropdown-toggle {
    background-color: #a5a5a5;
    border-color: #a5a5a5; }
    .btn-gray:active, .btn-gray:active:after, .btn-gray.active, .btn-gray.active:after,
    .open > .btn-gray.dropdown-toggle,
    .open > .btn-gray.dropdown-toggle:after {
      color: #343434; }
    .btn-gray:active:hover, .btn-gray:active:focus, .btn-gray:active.focus, .btn-gray.active:hover, .btn-gray.active:focus, .btn-gray.active.focus,
    .open > .btn-gray.dropdown-toggle:hover,
    .open > .btn-gray.dropdown-toggle:focus,
    .open > .btn-gray.dropdown-toggle.focus {
      background-color: #939393;
      border-color: #939393; }
      .btn-gray:active:hover, .btn-gray:active:hover:after, .btn-gray:active:focus, .btn-gray:active:focus:after, .btn-gray:active.focus, .btn-gray:active.focus:after, .btn-gray.active:hover, .btn-gray.active:hover:after, .btn-gray.active:focus, .btn-gray.active:focus:after, .btn-gray.active.focus, .btn-gray.active.focus:after,
      .open > .btn-gray.dropdown-toggle:hover,
      .open > .btn-gray.dropdown-toggle:hover:after,
      .open > .btn-gray.dropdown-toggle:focus,
      .open > .btn-gray.dropdown-toggle:focus:after,
      .open > .btn-gray.dropdown-toggle.focus,
      .open > .btn-gray.dropdown-toggle.focus:after {
        color: #343434; }
  .btn-gray:active, .btn-gray.active,
  .open > .btn-gray.dropdown-toggle {
    background-image: none; }
  .btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled].focus, .btn-gray[disabled]:active, .btn-gray[disabled].active,
  fieldset[disabled] .btn-gray,
  fieldset[disabled] .btn-gray:hover,
  fieldset[disabled] .btn-gray:focus,
  fieldset[disabled] .btn-gray.focus,
  fieldset[disabled] .btn-gray:active,
  fieldset[disabled] .btn-gray.active {
    background-color: #bebebe;
    border-color: #bebebe; }
  .btn-gray .badge {
    color: #bebebe;
    background-color: #343434; }

.btn-accent, .ct-slider-nav .slick-nav, .ct-cart-remove, .ct-wishlist-remove, .ct-cart-clear, .ct-cart-checkout, .ct-wishlist-add-to-cart, .pager li a, .ct-team-ajax .mfp-close {
  background-color: #343434;
  border-color: #343434; }
  .btn-accent, .ct-slider-nav .slick-nav, .ct-cart-remove, .ct-wishlist-remove, .ct-cart-clear, .ct-cart-checkout, .ct-wishlist-add-to-cart, .pager li a, .ct-team-ajax .mfp-close, .btn-accent:after, .ct-slider-nav .slick-nav:after, .ct-cart-remove:after, .ct-wishlist-remove:after, .ct-cart-clear:after, .ct-cart-checkout:after, .ct-wishlist-add-to-cart:after, .pager li a:after, .ct-team-ajax .mfp-close:after {
    color: #fff; }
  .btn-accent:focus, .ct-slider-nav .slick-nav:focus, .ct-cart-remove:focus, .ct-wishlist-remove:focus, .ct-cart-clear:focus, .ct-cart-checkout:focus, .ct-wishlist-add-to-cart:focus, .pager li a:focus, .ct-team-ajax .mfp-close:focus, .btn-accent.focus, .ct-slider-nav .focus.slick-nav, .focus.ct-cart-remove, .focus.ct-wishlist-remove, .focus.ct-cart-clear, .focus.ct-cart-checkout, .focus.ct-wishlist-add-to-cart, .pager li a.focus, .ct-team-ajax .focus.mfp-close {
    background-color: #272727;
    border-color: #272727; }
    .btn-accent:focus, .ct-slider-nav .slick-nav:focus, .ct-cart-remove:focus, .ct-wishlist-remove:focus, .ct-cart-clear:focus, .ct-cart-checkout:focus, .ct-wishlist-add-to-cart:focus, .pager li a:focus, .ct-team-ajax .mfp-close:focus, .btn-accent:focus:after, .ct-slider-nav .slick-nav:focus:after, .ct-cart-remove:focus:after, .ct-wishlist-remove:focus:after, .ct-cart-clear:focus:after, .ct-cart-checkout:focus:after, .ct-wishlist-add-to-cart:focus:after, .pager li a:focus:after, .ct-team-ajax .mfp-close:focus:after, .btn-accent.focus, .ct-slider-nav .focus.slick-nav, .focus.ct-cart-remove, .focus.ct-wishlist-remove, .focus.ct-cart-clear, .focus.ct-cart-checkout, .focus.ct-wishlist-add-to-cart, .pager li a.focus, .ct-team-ajax .focus.mfp-close, .btn-accent.focus:after, .ct-slider-nav .focus.slick-nav:after, .focus.ct-cart-remove:after, .focus.ct-wishlist-remove:after, .focus.ct-cart-clear:after, .focus.ct-cart-checkout:after, .focus.ct-wishlist-add-to-cart:after, .pager li a.focus:after, .ct-team-ajax .focus.mfp-close:after {
      color: #fff; }
  .btn-accent:hover, .ct-slider-nav .slick-nav:hover, .ct-cart-remove:hover, .ct-wishlist-remove:hover, .ct-cart-clear:hover, .ct-cart-checkout:hover, .ct-wishlist-add-to-cart:hover, .pager li a:hover, .ct-team-ajax .mfp-close:hover, .btn-accent.is-active, .ct-slider-nav .is-active.slick-nav, .is-active.ct-cart-remove, .is-active.ct-wishlist-remove, .is-active.ct-cart-clear, .is-active.ct-cart-checkout, .is-active.ct-wishlist-add-to-cart, .pager li a.is-active, .ct-team-ajax .is-active.mfp-close {
    background-color: #1b1b1b;
    border-color: #1b1b1b; }
    .btn-accent:hover, .ct-slider-nav .slick-nav:hover, .ct-cart-remove:hover, .ct-wishlist-remove:hover, .ct-cart-clear:hover, .ct-cart-checkout:hover, .ct-wishlist-add-to-cart:hover, .pager li a:hover, .ct-team-ajax .mfp-close:hover, .btn-accent:hover:after, .ct-slider-nav .slick-nav:hover:after, .ct-cart-remove:hover:after, .ct-wishlist-remove:hover:after, .ct-cart-clear:hover:after, .ct-cart-checkout:hover:after, .ct-wishlist-add-to-cart:hover:after, .pager li a:hover:after, .ct-team-ajax .mfp-close:hover:after, .btn-accent.is-active, .ct-slider-nav .is-active.slick-nav, .is-active.ct-cart-remove, .is-active.ct-wishlist-remove, .is-active.ct-cart-clear, .is-active.ct-cart-checkout, .is-active.ct-wishlist-add-to-cart, .pager li a.is-active, .ct-team-ajax .is-active.mfp-close, .btn-accent.is-active:after, .ct-slider-nav .is-active.slick-nav:after, .is-active.ct-cart-remove:after, .is-active.ct-wishlist-remove:after, .is-active.ct-cart-clear:after, .is-active.ct-cart-checkout:after, .is-active.ct-wishlist-add-to-cart:after, .pager li a.is-active:after, .ct-team-ajax .is-active.mfp-close:after {
      color: #fff; }
  .btn-accent:active, .ct-slider-nav .slick-nav:active, .ct-cart-remove:active, .ct-wishlist-remove:active, .ct-cart-clear:active, .ct-cart-checkout:active, .ct-wishlist-add-to-cart:active, .pager li a:active, .ct-team-ajax .mfp-close:active, .btn-accent.active, .ct-slider-nav .active.slick-nav, .active.ct-cart-remove, .active.ct-wishlist-remove, .active.ct-cart-clear, .active.ct-cart-checkout, .active.ct-wishlist-add-to-cart, .pager li a.active, .ct-team-ajax .active.mfp-close,
  .open > .btn-accent.dropdown-toggle, .ct-slider-nav
  .open > .dropdown-toggle.slick-nav,
  .open > .dropdown-toggle.ct-cart-remove,
  .open > .dropdown-toggle.ct-wishlist-remove,
  .open > .dropdown-toggle.ct-cart-clear,
  .open > .dropdown-toggle.ct-cart-checkout,
  .open > .dropdown-toggle.ct-wishlist-add-to-cart, .pager li
  .open > a.dropdown-toggle, .ct-team-ajax
  .open > .dropdown-toggle.mfp-close {
    background-color: #1b1b1b;
    border-color: #1b1b1b; }
    .btn-accent:active, .ct-slider-nav .slick-nav:active, .ct-cart-remove:active, .ct-wishlist-remove:active, .ct-cart-clear:active, .ct-cart-checkout:active, .ct-wishlist-add-to-cart:active, .pager li a:active, .ct-team-ajax .mfp-close:active, .btn-accent:active:after, .ct-slider-nav .slick-nav:active:after, .ct-cart-remove:active:after, .ct-wishlist-remove:active:after, .ct-cart-clear:active:after, .ct-cart-checkout:active:after, .ct-wishlist-add-to-cart:active:after, .pager li a:active:after, .ct-team-ajax .mfp-close:active:after, .btn-accent.active, .ct-slider-nav .active.slick-nav, .active.ct-cart-remove, .active.ct-wishlist-remove, .active.ct-cart-clear, .active.ct-cart-checkout, .active.ct-wishlist-add-to-cart, .pager li a.active, .ct-team-ajax .active.mfp-close, .btn-accent.active:after, .ct-slider-nav .active.slick-nav:after, .active.ct-cart-remove:after, .active.ct-wishlist-remove:after, .active.ct-cart-clear:after, .active.ct-cart-checkout:after, .active.ct-wishlist-add-to-cart:after, .pager li a.active:after, .ct-team-ajax .active.mfp-close:after,
    .open > .btn-accent.dropdown-toggle, .ct-slider-nav
    .open > .dropdown-toggle.slick-nav,
    .open > .dropdown-toggle.ct-cart-remove,
    .open > .dropdown-toggle.ct-wishlist-remove,
    .open > .dropdown-toggle.ct-cart-clear,
    .open > .dropdown-toggle.ct-cart-checkout,
    .open > .dropdown-toggle.ct-wishlist-add-to-cart, .pager li
    .open > a.dropdown-toggle, .ct-team-ajax
    .open > .dropdown-toggle.mfp-close,
    .open > .btn-accent.dropdown-toggle:after, .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:after,
    .open > .dropdown-toggle.ct-cart-remove:after,
    .open > .dropdown-toggle.ct-wishlist-remove:after,
    .open > .dropdown-toggle.ct-cart-clear:after,
    .open > .dropdown-toggle.ct-cart-checkout:after,
    .open > .dropdown-toggle.ct-wishlist-add-to-cart:after, .pager li
    .open > a.dropdown-toggle:after, .ct-team-ajax
    .open > .dropdown-toggle.mfp-close:after {
      color: #fff; }
    .btn-accent:active:hover, .ct-slider-nav .slick-nav:active:hover, .ct-cart-remove:active:hover, .ct-wishlist-remove:active:hover, .ct-cart-clear:active:hover, .ct-cart-checkout:active:hover, .ct-wishlist-add-to-cart:active:hover, .pager li a:active:hover, .ct-team-ajax .mfp-close:active:hover, .btn-accent:active:focus, .ct-slider-nav .slick-nav:active:focus, .ct-cart-remove:active:focus, .ct-wishlist-remove:active:focus, .ct-cart-clear:active:focus, .ct-cart-checkout:active:focus, .ct-wishlist-add-to-cart:active:focus, .pager li a:active:focus, .ct-team-ajax .mfp-close:active:focus, .btn-accent:active.focus, .ct-slider-nav .slick-nav:active.focus, .ct-cart-remove:active.focus, .ct-wishlist-remove:active.focus, .ct-cart-clear:active.focus, .ct-cart-checkout:active.focus, .ct-wishlist-add-to-cart:active.focus, .pager li a:active.focus, .ct-team-ajax .mfp-close:active.focus, .btn-accent.active:hover, .ct-slider-nav .active.slick-nav:hover, .active.ct-cart-remove:hover, .active.ct-wishlist-remove:hover, .active.ct-cart-clear:hover, .active.ct-cart-checkout:hover, .active.ct-wishlist-add-to-cart:hover, .pager li a.active:hover, .ct-team-ajax .active.mfp-close:hover, .btn-accent.active:focus, .ct-slider-nav .active.slick-nav:focus, .active.ct-cart-remove:focus, .active.ct-wishlist-remove:focus, .active.ct-cart-clear:focus, .active.ct-cart-checkout:focus, .active.ct-wishlist-add-to-cart:focus, .pager li a.active:focus, .ct-team-ajax .active.mfp-close:focus, .btn-accent.active.focus, .ct-slider-nav .active.focus.slick-nav, .active.focus.ct-cart-remove, .active.focus.ct-wishlist-remove, .active.focus.ct-cart-clear, .active.focus.ct-cart-checkout, .active.focus.ct-wishlist-add-to-cart, .pager li a.active.focus, .ct-team-ajax .active.focus.mfp-close,
    .open > .btn-accent.dropdown-toggle:hover, .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:hover,
    .open > .dropdown-toggle.ct-cart-remove:hover,
    .open > .dropdown-toggle.ct-wishlist-remove:hover,
    .open > .dropdown-toggle.ct-cart-clear:hover,
    .open > .dropdown-toggle.ct-cart-checkout:hover,
    .open > .dropdown-toggle.ct-wishlist-add-to-cart:hover, .pager li
    .open > a.dropdown-toggle:hover, .ct-team-ajax
    .open > .dropdown-toggle.mfp-close:hover,
    .open > .btn-accent.dropdown-toggle:focus, .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:focus,
    .open > .dropdown-toggle.ct-cart-remove:focus,
    .open > .dropdown-toggle.ct-wishlist-remove:focus,
    .open > .dropdown-toggle.ct-cart-clear:focus,
    .open > .dropdown-toggle.ct-cart-checkout:focus,
    .open > .dropdown-toggle.ct-wishlist-add-to-cart:focus, .pager li
    .open > a.dropdown-toggle:focus, .ct-team-ajax
    .open > .dropdown-toggle.mfp-close:focus,
    .open > .btn-accent.dropdown-toggle.focus, .ct-slider-nav
    .open > .dropdown-toggle.focus.slick-nav,
    .open > .dropdown-toggle.focus.ct-cart-remove,
    .open > .dropdown-toggle.focus.ct-wishlist-remove,
    .open > .dropdown-toggle.focus.ct-cart-clear,
    .open > .dropdown-toggle.focus.ct-cart-checkout,
    .open > .dropdown-toggle.focus.ct-wishlist-add-to-cart, .pager li
    .open > a.dropdown-toggle.focus, .ct-team-ajax
    .open > .dropdown-toggle.focus.mfp-close {
      background-color: #090909;
      border-color: #090909; }
      .btn-accent:active:hover, .ct-slider-nav .slick-nav:active:hover, .ct-cart-remove:active:hover, .ct-wishlist-remove:active:hover, .ct-cart-clear:active:hover, .ct-cart-checkout:active:hover, .ct-wishlist-add-to-cart:active:hover, .pager li a:active:hover, .ct-team-ajax .mfp-close:active:hover, .btn-accent:active:hover:after, .ct-slider-nav .slick-nav:active:hover:after, .ct-cart-remove:active:hover:after, .ct-wishlist-remove:active:hover:after, .ct-cart-clear:active:hover:after, .ct-cart-checkout:active:hover:after, .ct-wishlist-add-to-cart:active:hover:after, .pager li a:active:hover:after, .ct-team-ajax .mfp-close:active:hover:after, .btn-accent:active:focus, .ct-slider-nav .slick-nav:active:focus, .ct-cart-remove:active:focus, .ct-wishlist-remove:active:focus, .ct-cart-clear:active:focus, .ct-cart-checkout:active:focus, .ct-wishlist-add-to-cart:active:focus, .pager li a:active:focus, .ct-team-ajax .mfp-close:active:focus, .btn-accent:active:focus:after, .ct-slider-nav .slick-nav:active:focus:after, .ct-cart-remove:active:focus:after, .ct-wishlist-remove:active:focus:after, .ct-cart-clear:active:focus:after, .ct-cart-checkout:active:focus:after, .ct-wishlist-add-to-cart:active:focus:after, .pager li a:active:focus:after, .ct-team-ajax .mfp-close:active:focus:after, .btn-accent:active.focus, .ct-slider-nav .slick-nav:active.focus, .ct-cart-remove:active.focus, .ct-wishlist-remove:active.focus, .ct-cart-clear:active.focus, .ct-cart-checkout:active.focus, .ct-wishlist-add-to-cart:active.focus, .pager li a:active.focus, .ct-team-ajax .mfp-close:active.focus, .btn-accent:active.focus:after, .ct-slider-nav .slick-nav:active.focus:after, .ct-cart-remove:active.focus:after, .ct-wishlist-remove:active.focus:after, .ct-cart-clear:active.focus:after, .ct-cart-checkout:active.focus:after, .ct-wishlist-add-to-cart:active.focus:after, .pager li a:active.focus:after, .ct-team-ajax .mfp-close:active.focus:after, .btn-accent.active:hover, .ct-slider-nav .active.slick-nav:hover, .active.ct-cart-remove:hover, .active.ct-wishlist-remove:hover, .active.ct-cart-clear:hover, .active.ct-cart-checkout:hover, .active.ct-wishlist-add-to-cart:hover, .pager li a.active:hover, .ct-team-ajax .active.mfp-close:hover, .btn-accent.active:hover:after, .ct-slider-nav .active.slick-nav:hover:after, .active.ct-cart-remove:hover:after, .active.ct-wishlist-remove:hover:after, .active.ct-cart-clear:hover:after, .active.ct-cart-checkout:hover:after, .active.ct-wishlist-add-to-cart:hover:after, .pager li a.active:hover:after, .ct-team-ajax .active.mfp-close:hover:after, .btn-accent.active:focus, .ct-slider-nav .active.slick-nav:focus, .active.ct-cart-remove:focus, .active.ct-wishlist-remove:focus, .active.ct-cart-clear:focus, .active.ct-cart-checkout:focus, .active.ct-wishlist-add-to-cart:focus, .pager li a.active:focus, .ct-team-ajax .active.mfp-close:focus, .btn-accent.active:focus:after, .ct-slider-nav .active.slick-nav:focus:after, .active.ct-cart-remove:focus:after, .active.ct-wishlist-remove:focus:after, .active.ct-cart-clear:focus:after, .active.ct-cart-checkout:focus:after, .active.ct-wishlist-add-to-cart:focus:after, .pager li a.active:focus:after, .ct-team-ajax .active.mfp-close:focus:after, .btn-accent.active.focus, .ct-slider-nav .active.focus.slick-nav, .active.focus.ct-cart-remove, .active.focus.ct-wishlist-remove, .active.focus.ct-cart-clear, .active.focus.ct-cart-checkout, .active.focus.ct-wishlist-add-to-cart, .pager li a.active.focus, .ct-team-ajax .active.focus.mfp-close, .btn-accent.active.focus:after, .ct-slider-nav .active.focus.slick-nav:after, .active.focus.ct-cart-remove:after, .active.focus.ct-wishlist-remove:after, .active.focus.ct-cart-clear:after, .active.focus.ct-cart-checkout:after, .active.focus.ct-wishlist-add-to-cart:after, .pager li a.active.focus:after, .ct-team-ajax .active.focus.mfp-close:after,
      .open > .btn-accent.dropdown-toggle:hover, .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:hover,
      .open > .dropdown-toggle.ct-cart-remove:hover,
      .open > .dropdown-toggle.ct-wishlist-remove:hover,
      .open > .dropdown-toggle.ct-cart-clear:hover,
      .open > .dropdown-toggle.ct-cart-checkout:hover,
      .open > .dropdown-toggle.ct-wishlist-add-to-cart:hover, .pager li
      .open > a.dropdown-toggle:hover, .ct-team-ajax
      .open > .dropdown-toggle.mfp-close:hover,
      .open > .btn-accent.dropdown-toggle:hover:after, .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:hover:after,
      .open > .dropdown-toggle.ct-cart-remove:hover:after,
      .open > .dropdown-toggle.ct-wishlist-remove:hover:after,
      .open > .dropdown-toggle.ct-cart-clear:hover:after,
      .open > .dropdown-toggle.ct-cart-checkout:hover:after,
      .open > .dropdown-toggle.ct-wishlist-add-to-cart:hover:after, .pager li
      .open > a.dropdown-toggle:hover:after, .ct-team-ajax
      .open > .dropdown-toggle.mfp-close:hover:after,
      .open > .btn-accent.dropdown-toggle:focus, .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:focus,
      .open > .dropdown-toggle.ct-cart-remove:focus,
      .open > .dropdown-toggle.ct-wishlist-remove:focus,
      .open > .dropdown-toggle.ct-cart-clear:focus,
      .open > .dropdown-toggle.ct-cart-checkout:focus,
      .open > .dropdown-toggle.ct-wishlist-add-to-cart:focus, .pager li
      .open > a.dropdown-toggle:focus, .ct-team-ajax
      .open > .dropdown-toggle.mfp-close:focus,
      .open > .btn-accent.dropdown-toggle:focus:after, .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:focus:after,
      .open > .dropdown-toggle.ct-cart-remove:focus:after,
      .open > .dropdown-toggle.ct-wishlist-remove:focus:after,
      .open > .dropdown-toggle.ct-cart-clear:focus:after,
      .open > .dropdown-toggle.ct-cart-checkout:focus:after,
      .open > .dropdown-toggle.ct-wishlist-add-to-cart:focus:after, .pager li
      .open > a.dropdown-toggle:focus:after, .ct-team-ajax
      .open > .dropdown-toggle.mfp-close:focus:after,
      .open > .btn-accent.dropdown-toggle.focus, .ct-slider-nav
      .open > .dropdown-toggle.focus.slick-nav,
      .open > .dropdown-toggle.focus.ct-cart-remove,
      .open > .dropdown-toggle.focus.ct-wishlist-remove,
      .open > .dropdown-toggle.focus.ct-cart-clear,
      .open > .dropdown-toggle.focus.ct-cart-checkout,
      .open > .dropdown-toggle.focus.ct-wishlist-add-to-cart, .pager li
      .open > a.dropdown-toggle.focus, .ct-team-ajax
      .open > .dropdown-toggle.focus.mfp-close,
      .open > .btn-accent.dropdown-toggle.focus:after, .ct-slider-nav
      .open > .dropdown-toggle.focus.slick-nav:after,
      .open > .dropdown-toggle.focus.ct-cart-remove:after,
      .open > .dropdown-toggle.focus.ct-wishlist-remove:after,
      .open > .dropdown-toggle.focus.ct-cart-clear:after,
      .open > .dropdown-toggle.focus.ct-cart-checkout:after,
      .open > .dropdown-toggle.focus.ct-wishlist-add-to-cart:after, .pager li
      .open > a.dropdown-toggle.focus:after, .ct-team-ajax
      .open > .dropdown-toggle.focus.mfp-close:after {
        color: #fff; }
  .btn-accent:active, .ct-slider-nav .slick-nav:active, .ct-cart-remove:active, .ct-wishlist-remove:active, .ct-cart-clear:active, .ct-cart-checkout:active, .ct-wishlist-add-to-cart:active, .pager li a:active, .ct-team-ajax .mfp-close:active, .btn-accent.active, .ct-slider-nav .active.slick-nav, .active.ct-cart-remove, .active.ct-wishlist-remove, .active.ct-cart-clear, .active.ct-cart-checkout, .active.ct-wishlist-add-to-cart, .pager li a.active, .ct-team-ajax .active.mfp-close,
  .open > .btn-accent.dropdown-toggle, .ct-slider-nav
  .open > .dropdown-toggle.slick-nav,
  .open > .dropdown-toggle.ct-cart-remove,
  .open > .dropdown-toggle.ct-wishlist-remove,
  .open > .dropdown-toggle.ct-cart-clear,
  .open > .dropdown-toggle.ct-cart-checkout,
  .open > .dropdown-toggle.ct-wishlist-add-to-cart, .pager li
  .open > a.dropdown-toggle, .ct-team-ajax
  .open > .dropdown-toggle.mfp-close {
    background-image: none; }
  .btn-accent.disabled, .ct-slider-nav .disabled.slick-nav, .disabled.ct-cart-remove, .disabled.ct-wishlist-remove, .disabled.ct-cart-clear, .disabled.ct-cart-checkout, .disabled.ct-wishlist-add-to-cart, .pager li a.disabled, .ct-team-ajax .disabled.mfp-close, .btn-accent.disabled:hover, .ct-slider-nav .disabled.slick-nav:hover, .disabled.ct-cart-remove:hover, .disabled.ct-wishlist-remove:hover, .disabled.ct-cart-clear:hover, .disabled.ct-cart-checkout:hover, .disabled.ct-wishlist-add-to-cart:hover, .pager li a.disabled:hover, .ct-team-ajax .disabled.mfp-close:hover, .btn-accent.disabled:focus, .ct-slider-nav .disabled.slick-nav:focus, .disabled.ct-cart-remove:focus, .disabled.ct-wishlist-remove:focus, .disabled.ct-cart-clear:focus, .disabled.ct-cart-checkout:focus, .disabled.ct-wishlist-add-to-cart:focus, .pager li a.disabled:focus, .ct-team-ajax .disabled.mfp-close:focus, .btn-accent.disabled.focus, .ct-slider-nav .disabled.focus.slick-nav, .disabled.focus.ct-cart-remove, .disabled.focus.ct-wishlist-remove, .disabled.focus.ct-cart-clear, .disabled.focus.ct-cart-checkout, .disabled.focus.ct-wishlist-add-to-cart, .pager li a.disabled.focus, .ct-team-ajax .disabled.focus.mfp-close, .btn-accent.disabled:active, .ct-slider-nav .disabled.slick-nav:active, .disabled.ct-cart-remove:active, .disabled.ct-wishlist-remove:active, .disabled.ct-cart-clear:active, .disabled.ct-cart-checkout:active, .disabled.ct-wishlist-add-to-cart:active, .pager li a.disabled:active, .ct-team-ajax .disabled.mfp-close:active, .btn-accent.disabled.active, .ct-slider-nav .disabled.active.slick-nav, .disabled.active.ct-cart-remove, .disabled.active.ct-wishlist-remove, .disabled.active.ct-cart-clear, .disabled.active.ct-cart-checkout, .disabled.active.ct-wishlist-add-to-cart, .pager li a.disabled.active, .ct-team-ajax .disabled.active.mfp-close, .btn-accent[disabled], .ct-slider-nav [disabled].slick-nav, [disabled].ct-cart-remove, [disabled].ct-wishlist-remove, [disabled].ct-cart-clear, [disabled].ct-cart-checkout, [disabled].ct-wishlist-add-to-cart, .pager li a[disabled], .ct-team-ajax [disabled].mfp-close, .btn-accent[disabled]:hover, .ct-slider-nav [disabled].slick-nav:hover, [disabled].ct-cart-remove:hover, [disabled].ct-wishlist-remove:hover, [disabled].ct-cart-clear:hover, [disabled].ct-cart-checkout:hover, [disabled].ct-wishlist-add-to-cart:hover, .pager li a[disabled]:hover, .ct-team-ajax [disabled].mfp-close:hover, .btn-accent[disabled]:focus, .ct-slider-nav [disabled].slick-nav:focus, [disabled].ct-cart-remove:focus, [disabled].ct-wishlist-remove:focus, [disabled].ct-cart-clear:focus, [disabled].ct-cart-checkout:focus, [disabled].ct-wishlist-add-to-cart:focus, .pager li a[disabled]:focus, .ct-team-ajax [disabled].mfp-close:focus, .btn-accent[disabled].focus, .ct-slider-nav [disabled].focus.slick-nav, [disabled].focus.ct-cart-remove, [disabled].focus.ct-wishlist-remove, [disabled].focus.ct-cart-clear, [disabled].focus.ct-cart-checkout, [disabled].focus.ct-wishlist-add-to-cart, .pager li a[disabled].focus, .ct-team-ajax [disabled].focus.mfp-close, .btn-accent[disabled]:active, .ct-slider-nav [disabled].slick-nav:active, [disabled].ct-cart-remove:active, [disabled].ct-wishlist-remove:active, [disabled].ct-cart-clear:active, [disabled].ct-cart-checkout:active, [disabled].ct-wishlist-add-to-cart:active, .pager li a[disabled]:active, .ct-team-ajax [disabled].mfp-close:active, .btn-accent[disabled].active, .ct-slider-nav [disabled].active.slick-nav, [disabled].active.ct-cart-remove, [disabled].active.ct-wishlist-remove, [disabled].active.ct-cart-clear, [disabled].active.ct-cart-checkout, [disabled].active.ct-wishlist-add-to-cart, .pager li a[disabled].active, .ct-team-ajax [disabled].active.mfp-close,
  fieldset[disabled] .btn-accent,
  fieldset[disabled] .ct-slider-nav .slick-nav, .ct-slider-nav
  fieldset[disabled] .slick-nav,
  fieldset[disabled] .ct-cart-remove,
  fieldset[disabled] .ct-wishlist-remove,
  fieldset[disabled] .ct-cart-clear,
  fieldset[disabled] .ct-cart-checkout,
  fieldset[disabled] .ct-wishlist-add-to-cart,
  fieldset[disabled] .pager li a, .pager li
  fieldset[disabled] a,
  fieldset[disabled] .ct-team-ajax .mfp-close, .ct-team-ajax
  fieldset[disabled] .mfp-close,
  fieldset[disabled] .btn-accent:hover,
  fieldset[disabled] .ct-slider-nav .slick-nav:hover, .ct-slider-nav
  fieldset[disabled] .slick-nav:hover,
  fieldset[disabled] .ct-cart-remove:hover,
  fieldset[disabled] .ct-wishlist-remove:hover,
  fieldset[disabled] .ct-cart-clear:hover,
  fieldset[disabled] .ct-cart-checkout:hover,
  fieldset[disabled] .ct-wishlist-add-to-cart:hover,
  fieldset[disabled] .pager li a:hover, .pager li
  fieldset[disabled] a:hover,
  fieldset[disabled] .ct-team-ajax .mfp-close:hover, .ct-team-ajax
  fieldset[disabled] .mfp-close:hover,
  fieldset[disabled] .btn-accent:focus,
  fieldset[disabled] .ct-slider-nav .slick-nav:focus, .ct-slider-nav
  fieldset[disabled] .slick-nav:focus,
  fieldset[disabled] .ct-cart-remove:focus,
  fieldset[disabled] .ct-wishlist-remove:focus,
  fieldset[disabled] .ct-cart-clear:focus,
  fieldset[disabled] .ct-cart-checkout:focus,
  fieldset[disabled] .ct-wishlist-add-to-cart:focus,
  fieldset[disabled] .pager li a:focus, .pager li
  fieldset[disabled] a:focus,
  fieldset[disabled] .ct-team-ajax .mfp-close:focus, .ct-team-ajax
  fieldset[disabled] .mfp-close:focus,
  fieldset[disabled] .btn-accent.focus,
  fieldset[disabled] .ct-slider-nav .focus.slick-nav, .ct-slider-nav
  fieldset[disabled] .focus.slick-nav,
  fieldset[disabled] .focus.ct-cart-remove,
  fieldset[disabled] .focus.ct-wishlist-remove,
  fieldset[disabled] .focus.ct-cart-clear,
  fieldset[disabled] .focus.ct-cart-checkout,
  fieldset[disabled] .focus.ct-wishlist-add-to-cart,
  fieldset[disabled] .pager li a.focus, .pager li
  fieldset[disabled] a.focus,
  fieldset[disabled] .ct-team-ajax .focus.mfp-close, .ct-team-ajax
  fieldset[disabled] .focus.mfp-close,
  fieldset[disabled] .btn-accent:active,
  fieldset[disabled] .ct-slider-nav .slick-nav:active, .ct-slider-nav
  fieldset[disabled] .slick-nav:active,
  fieldset[disabled] .ct-cart-remove:active,
  fieldset[disabled] .ct-wishlist-remove:active,
  fieldset[disabled] .ct-cart-clear:active,
  fieldset[disabled] .ct-cart-checkout:active,
  fieldset[disabled] .ct-wishlist-add-to-cart:active,
  fieldset[disabled] .pager li a:active, .pager li
  fieldset[disabled] a:active,
  fieldset[disabled] .ct-team-ajax .mfp-close:active, .ct-team-ajax
  fieldset[disabled] .mfp-close:active,
  fieldset[disabled] .btn-accent.active,
  fieldset[disabled] .ct-slider-nav .active.slick-nav, .ct-slider-nav
  fieldset[disabled] .active.slick-nav,
  fieldset[disabled] .active.ct-cart-remove,
  fieldset[disabled] .active.ct-wishlist-remove,
  fieldset[disabled] .active.ct-cart-clear,
  fieldset[disabled] .active.ct-cart-checkout,
  fieldset[disabled] .active.ct-wishlist-add-to-cart,
  fieldset[disabled] .pager li a.active, .pager li
  fieldset[disabled] a.active,
  fieldset[disabled] .ct-team-ajax .active.mfp-close, .ct-team-ajax
  fieldset[disabled] .active.mfp-close {
    background-color: #343434;
    border-color: #343434; }
  .btn-accent .badge, .ct-slider-nav .slick-nav .badge, .ct-cart-remove .badge, .ct-wishlist-remove .badge, .ct-cart-clear .badge, .ct-cart-checkout .badge, .ct-wishlist-add-to-cart .badge, .pager li a .badge, .ct-team-ajax .mfp-close .badge {
    color: #343434;
    background-color: #fff; }

.btn-default, .ct-u-background--accent .ct-slider-nav .slick-nav,
.ct-u-background--black .ct-slider-nav .slick-nav {
  background-color: #fff;
  border-color: #fff; }
  .btn-default, .ct-u-background--accent .ct-slider-nav .slick-nav,
  .ct-u-background--black .ct-slider-nav .slick-nav, .btn-default:after, .ct-u-background--accent .ct-slider-nav .slick-nav:after,
  .ct-u-background--black .ct-slider-nav .slick-nav:after {
    color: #EA0000; }
  .btn-default:focus, .ct-u-background--accent .ct-slider-nav .slick-nav:focus,
  .ct-u-background--black .ct-slider-nav .slick-nav:focus, .btn-default.focus, .ct-u-background--accent .ct-slider-nav .focus.slick-nav,
  .ct-u-background--black .ct-slider-nav .focus.slick-nav {
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
    .btn-default:focus, .ct-u-background--accent .ct-slider-nav .slick-nav:focus,
    .ct-u-background--black .ct-slider-nav .slick-nav:focus, .btn-default:focus:after, .ct-u-background--accent .ct-slider-nav .slick-nav:focus:after,
    .ct-u-background--black .ct-slider-nav .slick-nav:focus:after, .btn-default.focus, .ct-u-background--accent .ct-slider-nav .focus.slick-nav,
    .ct-u-background--black .ct-slider-nav .focus.slick-nav, .btn-default.focus:after, .ct-u-background--accent .ct-slider-nav .focus.slick-nav:after,
    .ct-u-background--black .ct-slider-nav .focus.slick-nav:after {
      color: #EA0000; }
  .btn-default:hover, .ct-u-background--accent .ct-slider-nav .slick-nav:hover,
  .ct-u-background--black .ct-slider-nav .slick-nav:hover, .btn-default.is-active, .ct-u-background--accent .ct-slider-nav .is-active.slick-nav,
  .ct-u-background--black .ct-slider-nav .is-active.slick-nav {
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-default:hover, .ct-u-background--accent .ct-slider-nav .slick-nav:hover,
    .ct-u-background--black .ct-slider-nav .slick-nav:hover, .btn-default:hover:after, .ct-u-background--accent .ct-slider-nav .slick-nav:hover:after,
    .ct-u-background--black .ct-slider-nav .slick-nav:hover:after, .btn-default.is-active, .ct-u-background--accent .ct-slider-nav .is-active.slick-nav,
    .ct-u-background--black .ct-slider-nav .is-active.slick-nav, .btn-default.is-active:after, .ct-u-background--accent .ct-slider-nav .is-active.slick-nav:after,
    .ct-u-background--black .ct-slider-nav .is-active.slick-nav:after {
      color: #EA0000; }
  .btn-default:active, .ct-u-background--accent .ct-slider-nav .slick-nav:active,
  .ct-u-background--black .ct-slider-nav .slick-nav:active, .btn-default.active, .ct-u-background--accent .ct-slider-nav .active.slick-nav,
  .ct-u-background--black .ct-slider-nav .active.slick-nav,
  .open > .btn-default.dropdown-toggle, .ct-u-background--accent .ct-slider-nav
  .open > .dropdown-toggle.slick-nav,
  .ct-u-background--black .ct-slider-nav
  .open > .dropdown-toggle.slick-nav {
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-default:active, .ct-u-background--accent .ct-slider-nav .slick-nav:active,
    .ct-u-background--black .ct-slider-nav .slick-nav:active, .btn-default:active:after, .ct-u-background--accent .ct-slider-nav .slick-nav:active:after,
    .ct-u-background--black .ct-slider-nav .slick-nav:active:after, .btn-default.active, .ct-u-background--accent .ct-slider-nav .active.slick-nav,
    .ct-u-background--black .ct-slider-nav .active.slick-nav, .btn-default.active:after, .ct-u-background--accent .ct-slider-nav .active.slick-nav:after,
    .ct-u-background--black .ct-slider-nav .active.slick-nav:after,
    .open > .btn-default.dropdown-toggle, .ct-u-background--accent .ct-slider-nav
    .open > .dropdown-toggle.slick-nav,
    .ct-u-background--black .ct-slider-nav
    .open > .dropdown-toggle.slick-nav,
    .open > .btn-default.dropdown-toggle:after, .ct-u-background--accent .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:after,
    .ct-u-background--black .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:after {
      color: #EA0000; }
    .btn-default:active:hover, .ct-u-background--accent .ct-slider-nav .slick-nav:active:hover,
    .ct-u-background--black .ct-slider-nav .slick-nav:active:hover, .btn-default:active:focus, .ct-u-background--accent .ct-slider-nav .slick-nav:active:focus,
    .ct-u-background--black .ct-slider-nav .slick-nav:active:focus, .btn-default:active.focus, .ct-u-background--accent .ct-slider-nav .slick-nav:active.focus,
    .ct-u-background--black .ct-slider-nav .slick-nav:active.focus, .btn-default.active:hover, .ct-u-background--accent .ct-slider-nav .active.slick-nav:hover,
    .ct-u-background--black .ct-slider-nav .active.slick-nav:hover, .btn-default.active:focus, .ct-u-background--accent .ct-slider-nav .active.slick-nav:focus,
    .ct-u-background--black .ct-slider-nav .active.slick-nav:focus, .btn-default.active.focus, .ct-u-background--accent .ct-slider-nav .active.focus.slick-nav,
    .ct-u-background--black .ct-slider-nav .active.focus.slick-nav,
    .open > .btn-default.dropdown-toggle:hover, .ct-u-background--accent .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:hover,
    .ct-u-background--black .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:hover,
    .open > .btn-default.dropdown-toggle:focus, .ct-u-background--accent .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:focus,
    .ct-u-background--black .ct-slider-nav
    .open > .dropdown-toggle.slick-nav:focus,
    .open > .btn-default.dropdown-toggle.focus, .ct-u-background--accent .ct-slider-nav
    .open > .dropdown-toggle.focus.slick-nav,
    .ct-u-background--black .ct-slider-nav
    .open > .dropdown-toggle.focus.slick-nav {
      background-color: #d4d4d4;
      border-color: #d4d4d4; }
      .btn-default:active:hover, .ct-u-background--accent .ct-slider-nav .slick-nav:active:hover,
      .ct-u-background--black .ct-slider-nav .slick-nav:active:hover, .btn-default:active:hover:after, .ct-u-background--accent .ct-slider-nav .slick-nav:active:hover:after,
      .ct-u-background--black .ct-slider-nav .slick-nav:active:hover:after, .btn-default:active:focus, .ct-u-background--accent .ct-slider-nav .slick-nav:active:focus,
      .ct-u-background--black .ct-slider-nav .slick-nav:active:focus, .btn-default:active:focus:after, .ct-u-background--accent .ct-slider-nav .slick-nav:active:focus:after,
      .ct-u-background--black .ct-slider-nav .slick-nav:active:focus:after, .btn-default:active.focus, .ct-u-background--accent .ct-slider-nav .slick-nav:active.focus,
      .ct-u-background--black .ct-slider-nav .slick-nav:active.focus, .btn-default:active.focus:after, .ct-u-background--accent .ct-slider-nav .slick-nav:active.focus:after,
      .ct-u-background--black .ct-slider-nav .slick-nav:active.focus:after, .btn-default.active:hover, .ct-u-background--accent .ct-slider-nav .active.slick-nav:hover,
      .ct-u-background--black .ct-slider-nav .active.slick-nav:hover, .btn-default.active:hover:after, .ct-u-background--accent .ct-slider-nav .active.slick-nav:hover:after,
      .ct-u-background--black .ct-slider-nav .active.slick-nav:hover:after, .btn-default.active:focus, .ct-u-background--accent .ct-slider-nav .active.slick-nav:focus,
      .ct-u-background--black .ct-slider-nav .active.slick-nav:focus, .btn-default.active:focus:after, .ct-u-background--accent .ct-slider-nav .active.slick-nav:focus:after,
      .ct-u-background--black .ct-slider-nav .active.slick-nav:focus:after, .btn-default.active.focus, .ct-u-background--accent .ct-slider-nav .active.focus.slick-nav,
      .ct-u-background--black .ct-slider-nav .active.focus.slick-nav, .btn-default.active.focus:after, .ct-u-background--accent .ct-slider-nav .active.focus.slick-nav:after,
      .ct-u-background--black .ct-slider-nav .active.focus.slick-nav:after,
      .open > .btn-default.dropdown-toggle:hover, .ct-u-background--accent .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:hover,
      .ct-u-background--black .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:hover,
      .open > .btn-default.dropdown-toggle:hover:after, .ct-u-background--accent .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:hover:after,
      .ct-u-background--black .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:hover:after,
      .open > .btn-default.dropdown-toggle:focus, .ct-u-background--accent .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:focus,
      .ct-u-background--black .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:focus,
      .open > .btn-default.dropdown-toggle:focus:after, .ct-u-background--accent .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:focus:after,
      .ct-u-background--black .ct-slider-nav
      .open > .dropdown-toggle.slick-nav:focus:after,
      .open > .btn-default.dropdown-toggle.focus, .ct-u-background--accent .ct-slider-nav
      .open > .dropdown-toggle.focus.slick-nav,
      .ct-u-background--black .ct-slider-nav
      .open > .dropdown-toggle.focus.slick-nav,
      .open > .btn-default.dropdown-toggle.focus:after, .ct-u-background--accent .ct-slider-nav
      .open > .dropdown-toggle.focus.slick-nav:after,
      .ct-u-background--black .ct-slider-nav
      .open > .dropdown-toggle.focus.slick-nav:after {
        color: #EA0000; }
  .btn-default:active, .ct-u-background--accent .ct-slider-nav .slick-nav:active,
  .ct-u-background--black .ct-slider-nav .slick-nav:active, .btn-default.active, .ct-u-background--accent .ct-slider-nav .active.slick-nav,
  .ct-u-background--black .ct-slider-nav .active.slick-nav,
  .open > .btn-default.dropdown-toggle, .ct-u-background--accent .ct-slider-nav
  .open > .dropdown-toggle.slick-nav,
  .ct-u-background--black .ct-slider-nav
  .open > .dropdown-toggle.slick-nav {
    background-image: none; }
  .btn-default.disabled, .ct-u-background--accent .ct-slider-nav .disabled.slick-nav,
  .ct-u-background--black .ct-slider-nav .disabled.slick-nav, .btn-default.disabled:hover, .ct-u-background--accent .ct-slider-nav .disabled.slick-nav:hover,
  .ct-u-background--black .ct-slider-nav .disabled.slick-nav:hover, .btn-default.disabled:focus, .ct-u-background--accent .ct-slider-nav .disabled.slick-nav:focus,
  .ct-u-background--black .ct-slider-nav .disabled.slick-nav:focus, .btn-default.disabled.focus, .ct-u-background--accent .ct-slider-nav .disabled.focus.slick-nav,
  .ct-u-background--black .ct-slider-nav .disabled.focus.slick-nav, .btn-default.disabled:active, .ct-u-background--accent .ct-slider-nav .disabled.slick-nav:active,
  .ct-u-background--black .ct-slider-nav .disabled.slick-nav:active, .btn-default.disabled.active, .ct-u-background--accent .ct-slider-nav .disabled.active.slick-nav,
  .ct-u-background--black .ct-slider-nav .disabled.active.slick-nav, .btn-default[disabled], .ct-u-background--accent .ct-slider-nav [disabled].slick-nav,
  .ct-u-background--black .ct-slider-nav [disabled].slick-nav, .btn-default[disabled]:hover, .ct-u-background--accent .ct-slider-nav [disabled].slick-nav:hover,
  .ct-u-background--black .ct-slider-nav [disabled].slick-nav:hover, .btn-default[disabled]:focus, .ct-u-background--accent .ct-slider-nav [disabled].slick-nav:focus,
  .ct-u-background--black .ct-slider-nav [disabled].slick-nav:focus, .btn-default[disabled].focus, .ct-u-background--accent .ct-slider-nav [disabled].focus.slick-nav,
  .ct-u-background--black .ct-slider-nav [disabled].focus.slick-nav, .btn-default[disabled]:active, .ct-u-background--accent .ct-slider-nav [disabled].slick-nav:active,
  .ct-u-background--black .ct-slider-nav [disabled].slick-nav:active, .btn-default[disabled].active, .ct-u-background--accent .ct-slider-nav [disabled].active.slick-nav,
  .ct-u-background--black .ct-slider-nav [disabled].active.slick-nav,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .ct-u-background--accent .ct-slider-nav .slick-nav, .ct-u-background--accent .ct-slider-nav
  fieldset[disabled] .slick-nav,
  fieldset[disabled]
  .ct-u-background--black .ct-slider-nav .slick-nav,
  .ct-u-background--black .ct-slider-nav
  fieldset[disabled] .slick-nav,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .ct-u-background--accent .ct-slider-nav .slick-nav:hover, .ct-u-background--accent .ct-slider-nav
  fieldset[disabled] .slick-nav:hover,
  fieldset[disabled]
  .ct-u-background--black .ct-slider-nav .slick-nav:hover,
  .ct-u-background--black .ct-slider-nav
  fieldset[disabled] .slick-nav:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .ct-u-background--accent .ct-slider-nav .slick-nav:focus, .ct-u-background--accent .ct-slider-nav
  fieldset[disabled] .slick-nav:focus,
  fieldset[disabled]
  .ct-u-background--black .ct-slider-nav .slick-nav:focus,
  .ct-u-background--black .ct-slider-nav
  fieldset[disabled] .slick-nav:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .ct-u-background--accent .ct-slider-nav .focus.slick-nav, .ct-u-background--accent .ct-slider-nav
  fieldset[disabled] .focus.slick-nav,
  fieldset[disabled]
  .ct-u-background--black .ct-slider-nav .focus.slick-nav,
  .ct-u-background--black .ct-slider-nav
  fieldset[disabled] .focus.slick-nav,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .ct-u-background--accent .ct-slider-nav .slick-nav:active, .ct-u-background--accent .ct-slider-nav
  fieldset[disabled] .slick-nav:active,
  fieldset[disabled]
  .ct-u-background--black .ct-slider-nav .slick-nav:active,
  .ct-u-background--black .ct-slider-nav
  fieldset[disabled] .slick-nav:active,
  fieldset[disabled] .btn-default.active,
  fieldset[disabled] .ct-u-background--accent .ct-slider-nav .active.slick-nav, .ct-u-background--accent .ct-slider-nav
  fieldset[disabled] .active.slick-nav,
  fieldset[disabled]
  .ct-u-background--black .ct-slider-nav .active.slick-nav,
  .ct-u-background--black .ct-slider-nav
  fieldset[disabled] .active.slick-nav {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge, .ct-u-background--accent .ct-slider-nav .slick-nav .badge,
  .ct-u-background--black .ct-slider-nav .slick-nav .badge {
    color: #fff;
    background-color: #EA0000; }

.btn-primary {
  background-color: #337ab7;
  border-color: #337ab7; }
  .btn-primary, .btn-primary:after {
    color: #fff; }
  .btn-primary:focus, .btn-primary.focus {
    background-color: #2e6da4;
    border-color: #2e6da4; }
    .btn-primary:focus, .btn-primary:focus:after, .btn-primary.focus, .btn-primary.focus:after {
      color: #fff; }
  .btn-primary:hover, .btn-primary.is-active {
    background-color: #286090;
    border-color: #286090; }
    .btn-primary:hover, .btn-primary:hover:after, .btn-primary.is-active, .btn-primary.is-active:after {
      color: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-color: #286090;
    border-color: #286090; }
    .btn-primary:active, .btn-primary:active:after, .btn-primary.active, .btn-primary.active:after,
    .open > .btn-primary.dropdown-toggle,
    .open > .btn-primary.dropdown-toggle:after {
      color: #fff; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      background-color: #204d74;
      border-color: #204d74; }
      .btn-primary:active:hover, .btn-primary:active:hover:after, .btn-primary:active:focus, .btn-primary:active:focus:after, .btn-primary:active.focus, .btn-primary:active.focus:after, .btn-primary.active:hover, .btn-primary.active:hover:after, .btn-primary.active:focus, .btn-primary.active:focus:after, .btn-primary.active.focus, .btn-primary.active.focus:after,
      .open > .btn-primary.dropdown-toggle:hover,
      .open > .btn-primary.dropdown-toggle:hover:after,
      .open > .btn-primary.dropdown-toggle:focus,
      .open > .btn-primary.dropdown-toggle:focus:after,
      .open > .btn-primary.dropdown-toggle.focus,
      .open > .btn-primary.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #337ab7; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success, .btn-success:after {
    color: #fff; }
  .btn-success:focus, .btn-success.focus {
    background-color: #4cae4c;
    border-color: #4cae4c; }
    .btn-success:focus, .btn-success:focus:after, .btn-success.focus, .btn-success.focus:after {
      color: #fff; }
  .btn-success:hover, .btn-success.is-active {
    background-color: #449d44;
    border-color: #449d44; }
    .btn-success:hover, .btn-success:hover:after, .btn-success.is-active, .btn-success.is-active:after {
      color: #fff; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-color: #449d44;
    border-color: #449d44; }
    .btn-success:active, .btn-success:active:after, .btn-success.active, .btn-success.active:after,
    .open > .btn-success.dropdown-toggle,
    .open > .btn-success.dropdown-toggle:after {
      color: #fff; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      background-color: #398439;
      border-color: #398439; }
      .btn-success:active:hover, .btn-success:active:hover:after, .btn-success:active:focus, .btn-success:active:focus:after, .btn-success:active.focus, .btn-success:active.focus:after, .btn-success.active:hover, .btn-success.active:hover:after, .btn-success.active:focus, .btn-success.active:focus:after, .btn-success.active.focus, .btn-success.active.focus:after,
      .open > .btn-success.dropdown-toggle:hover,
      .open > .btn-success.dropdown-toggle:hover:after,
      .open > .btn-success.dropdown-toggle:focus,
      .open > .btn-success.dropdown-toggle:focus:after,
      .open > .btn-success.dropdown-toggle.focus,
      .open > .btn-success.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info, .btn-info:after {
    color: #fff; }
  .btn-info:focus, .btn-info.focus {
    background-color: #46b8da;
    border-color: #46b8da; }
    .btn-info:focus, .btn-info:focus:after, .btn-info.focus, .btn-info.focus:after {
      color: #fff; }
  .btn-info:hover, .btn-info.is-active {
    background-color: #31b0d5;
    border-color: #31b0d5; }
    .btn-info:hover, .btn-info:hover:after, .btn-info.is-active, .btn-info.is-active:after {
      color: #fff; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-color: #31b0d5;
    border-color: #31b0d5; }
    .btn-info:active, .btn-info:active:after, .btn-info.active, .btn-info.active:after,
    .open > .btn-info.dropdown-toggle,
    .open > .btn-info.dropdown-toggle:after {
      color: #fff; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      background-color: #269abc;
      border-color: #269abc; }
      .btn-info:active:hover, .btn-info:active:hover:after, .btn-info:active:focus, .btn-info:active:focus:after, .btn-info:active.focus, .btn-info:active.focus:after, .btn-info.active:hover, .btn-info.active:hover:after, .btn-info.active:focus, .btn-info.active:focus:after, .btn-info.active.focus, .btn-info.active.focus:after,
      .open > .btn-info.dropdown-toggle:hover,
      .open > .btn-info.dropdown-toggle:hover:after,
      .open > .btn-info.dropdown-toggle:focus,
      .open > .btn-info.dropdown-toggle:focus:after,
      .open > .btn-info.dropdown-toggle.focus,
      .open > .btn-info.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning, .btn-warning:after {
    color: #fff; }
  .btn-warning:focus, .btn-warning.focus {
    background-color: #eea236;
    border-color: #eea236; }
    .btn-warning:focus, .btn-warning:focus:after, .btn-warning.focus, .btn-warning.focus:after {
      color: #fff; }
  .btn-warning:hover, .btn-warning.is-active {
    background-color: #ec971f;
    border-color: #ec971f; }
    .btn-warning:hover, .btn-warning:hover:after, .btn-warning.is-active, .btn-warning.is-active:after {
      color: #fff; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-color: #ec971f;
    border-color: #ec971f; }
    .btn-warning:active, .btn-warning:active:after, .btn-warning.active, .btn-warning.active:after,
    .open > .btn-warning.dropdown-toggle,
    .open > .btn-warning.dropdown-toggle:after {
      color: #fff; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      background-color: #d58512;
      border-color: #d58512; }
      .btn-warning:active:hover, .btn-warning:active:hover:after, .btn-warning:active:focus, .btn-warning:active:focus:after, .btn-warning:active.focus, .btn-warning:active.focus:after, .btn-warning.active:hover, .btn-warning.active:hover:after, .btn-warning.active:focus, .btn-warning.active:focus:after, .btn-warning.active.focus, .btn-warning.active.focus:after,
      .open > .btn-warning.dropdown-toggle:hover,
      .open > .btn-warning.dropdown-toggle:hover:after,
      .open > .btn-warning.dropdown-toggle:focus,
      .open > .btn-warning.dropdown-toggle:focus:after,
      .open > .btn-warning.dropdown-toggle.focus,
      .open > .btn-warning.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger, .btn-danger:after {
    color: #fff; }
  .btn-danger:focus, .btn-danger.focus {
    background-color: #d43f3a;
    border-color: #d43f3a; }
    .btn-danger:focus, .btn-danger:focus:after, .btn-danger.focus, .btn-danger.focus:after {
      color: #fff; }
  .btn-danger:hover, .btn-danger.is-active {
    background-color: #c9302c;
    border-color: #c9302c; }
    .btn-danger:hover, .btn-danger:hover:after, .btn-danger.is-active, .btn-danger.is-active:after {
      color: #fff; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-color: #c9302c;
    border-color: #c9302c; }
    .btn-danger:active, .btn-danger:active:after, .btn-danger.active, .btn-danger.active:after,
    .open > .btn-danger.dropdown-toggle,
    .open > .btn-danger.dropdown-toggle:after {
      color: #fff; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      background-color: #ac2925;
      border-color: #ac2925; }
      .btn-danger:active:hover, .btn-danger:active:hover:after, .btn-danger:active:focus, .btn-danger:active:focus:after, .btn-danger:active.focus, .btn-danger:active.focus:after, .btn-danger.active:hover, .btn-danger.active:hover:after, .btn-danger.active:focus, .btn-danger.active:focus:after, .btn-danger.active.focus, .btn-danger.active.focus:after,
      .open > .btn-danger.dropdown-toggle:hover,
      .open > .btn-danger.dropdown-toggle:hover:after,
      .open > .btn-danger.dropdown-toggle:focus,
      .open > .btn-danger.dropdown-toggle:focus:after,
      .open > .btn-danger.dropdown-toggle.focus,
      .open > .btn-danger.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-motive-o, .widget_tag_cloud .tagcloud a, .ct-single-product__tags a {
  background-color: transparent;
  border-color: #EA0000; }
  .btn-motive-o, .widget_tag_cloud .tagcloud a, .ct-single-product__tags a, .btn-motive-o:after, .widget_tag_cloud .tagcloud a:after, .ct-single-product__tags a:after {
    color: #EA0000; }
  .btn-motive-o:focus, .widget_tag_cloud .tagcloud a:focus, .ct-single-product__tags a:focus, .btn-motive-o:focus:after, .widget_tag_cloud .tagcloud a:focus:after, .ct-single-product__tags a:focus:after, .btn-motive-o.focus, .widget_tag_cloud .tagcloud a.focus, .ct-single-product__tags a.focus, .btn-motive-o.focus:after, .widget_tag_cloud .tagcloud a.focus:after, .ct-single-product__tags a.focus:after {
    color: #EA0000; }
  .btn-motive-o:hover, .widget_tag_cloud .tagcloud a:hover, .ct-single-product__tags a:hover, .btn-motive-o.is-active, .widget_tag_cloud .tagcloud a.is-active, .ct-single-product__tags a.is-active {
    background-color: #EA0000;
    border-color: #EA0000; }
    .btn-motive-o:hover, .widget_tag_cloud .tagcloud a:hover, .ct-single-product__tags a:hover, .btn-motive-o:hover:after, .widget_tag_cloud .tagcloud a:hover:after, .ct-single-product__tags a:hover:after, .btn-motive-o.is-active, .widget_tag_cloud .tagcloud a.is-active, .ct-single-product__tags a.is-active, .btn-motive-o.is-active:after, .widget_tag_cloud .tagcloud a.is-active:after, .ct-single-product__tags a.is-active:after {
      color: #fff; }
  .btn-motive-o:active, .widget_tag_cloud .tagcloud a:active, .ct-single-product__tags a:active, .btn-motive-o.active, .widget_tag_cloud .tagcloud a.active, .ct-single-product__tags a.active,
  .open > .btn-motive-o.dropdown-toggle, .widget_tag_cloud .tagcloud
  .open > a.dropdown-toggle, .ct-single-product__tags
  .open > a.dropdown-toggle {
    background-color: #EA0000;
    border-color: #28a428; }
    .btn-motive-o:active, .widget_tag_cloud .tagcloud a:active, .ct-single-product__tags a:active, .btn-motive-o:active:after, .widget_tag_cloud .tagcloud a:active:after, .ct-single-product__tags a:active:after, .btn-motive-o.active, .widget_tag_cloud .tagcloud a.active, .ct-single-product__tags a.active, .btn-motive-o.active:after, .widget_tag_cloud .tagcloud a.active:after, .ct-single-product__tags a.active:after,
    .open > .btn-motive-o.dropdown-toggle, .widget_tag_cloud .tagcloud
    .open > a.dropdown-toggle, .ct-single-product__tags
    .open > a.dropdown-toggle,
    .open > .btn-motive-o.dropdown-toggle:after, .widget_tag_cloud .tagcloud
    .open > a.dropdown-toggle:after, .ct-single-product__tags
    .open > a.dropdown-toggle:after {
      color: #fff; }
    .btn-motive-o:active:hover, .widget_tag_cloud .tagcloud a:active:hover, .ct-single-product__tags a:active:hover, .btn-motive-o:active:focus, .widget_tag_cloud .tagcloud a:active:focus, .ct-single-product__tags a:active:focus, .btn-motive-o:active.focus, .widget_tag_cloud .tagcloud a:active.focus, .ct-single-product__tags a:active.focus, .btn-motive-o.active:hover, .widget_tag_cloud .tagcloud a.active:hover, .ct-single-product__tags a.active:hover, .btn-motive-o.active:focus, .widget_tag_cloud .tagcloud a.active:focus, .ct-single-product__tags a.active:focus, .btn-motive-o.active.focus, .widget_tag_cloud .tagcloud a.active.focus, .ct-single-product__tags a.active.focus,
    .open > .btn-motive-o.dropdown-toggle:hover, .widget_tag_cloud .tagcloud
    .open > a.dropdown-toggle:hover, .ct-single-product__tags
    .open > a.dropdown-toggle:hover,
    .open > .btn-motive-o.dropdown-toggle:focus, .widget_tag_cloud .tagcloud
    .open > a.dropdown-toggle:focus, .ct-single-product__tags
    .open > a.dropdown-toggle:focus,
    .open > .btn-motive-o.dropdown-toggle.focus, .widget_tag_cloud .tagcloud
    .open > a.dropdown-toggle.focus, .ct-single-product__tags
    .open > a.dropdown-toggle.focus {
      background-color: #EA0000;
      border-color: #28a428; }
      .btn-motive-o:active:hover, .widget_tag_cloud .tagcloud a:active:hover, .ct-single-product__tags a:active:hover, .btn-motive-o:active:hover:after, .widget_tag_cloud .tagcloud a:active:hover:after, .ct-single-product__tags a:active:hover:after, .btn-motive-o:active:focus, .widget_tag_cloud .tagcloud a:active:focus, .ct-single-product__tags a:active:focus, .btn-motive-o:active:focus:after, .widget_tag_cloud .tagcloud a:active:focus:after, .ct-single-product__tags a:active:focus:after, .btn-motive-o:active.focus, .widget_tag_cloud .tagcloud a:active.focus, .ct-single-product__tags a:active.focus, .btn-motive-o:active.focus:after, .widget_tag_cloud .tagcloud a:active.focus:after, .ct-single-product__tags a:active.focus:after, .btn-motive-o.active:hover, .widget_tag_cloud .tagcloud a.active:hover, .ct-single-product__tags a.active:hover, .btn-motive-o.active:hover:after, .widget_tag_cloud .tagcloud a.active:hover:after, .ct-single-product__tags a.active:hover:after, .btn-motive-o.active:focus, .widget_tag_cloud .tagcloud a.active:focus, .ct-single-product__tags a.active:focus, .btn-motive-o.active:focus:after, .widget_tag_cloud .tagcloud a.active:focus:after, .ct-single-product__tags a.active:focus:after, .btn-motive-o.active.focus, .widget_tag_cloud .tagcloud a.active.focus, .ct-single-product__tags a.active.focus, .btn-motive-o.active.focus:after, .widget_tag_cloud .tagcloud a.active.focus:after, .ct-single-product__tags a.active.focus:after,
      .open > .btn-motive-o.dropdown-toggle:hover, .widget_tag_cloud .tagcloud
      .open > a.dropdown-toggle:hover, .ct-single-product__tags
      .open > a.dropdown-toggle:hover,
      .open > .btn-motive-o.dropdown-toggle:hover:after, .widget_tag_cloud .tagcloud
      .open > a.dropdown-toggle:hover:after, .ct-single-product__tags
      .open > a.dropdown-toggle:hover:after,
      .open > .btn-motive-o.dropdown-toggle:focus, .widget_tag_cloud .tagcloud
      .open > a.dropdown-toggle:focus, .ct-single-product__tags
      .open > a.dropdown-toggle:focus,
      .open > .btn-motive-o.dropdown-toggle:focus:after, .widget_tag_cloud .tagcloud
      .open > a.dropdown-toggle:focus:after, .ct-single-product__tags
      .open > a.dropdown-toggle:focus:after,
      .open > .btn-motive-o.dropdown-toggle.focus, .widget_tag_cloud .tagcloud
      .open > a.dropdown-toggle.focus, .ct-single-product__tags
      .open > a.dropdown-toggle.focus,
      .open > .btn-motive-o.dropdown-toggle.focus:after, .widget_tag_cloud .tagcloud
      .open > a.dropdown-toggle.focus:after, .ct-single-product__tags
      .open > a.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-motive-o:active, .widget_tag_cloud .tagcloud a:active, .ct-single-product__tags a:active, .btn-motive-o.active, .widget_tag_cloud .tagcloud a.active, .ct-single-product__tags a.active,
  .open > .btn-motive-o.dropdown-toggle, .widget_tag_cloud .tagcloud
  .open > a.dropdown-toggle, .ct-single-product__tags
  .open > a.dropdown-toggle {
    background-image: none; }
  .btn-motive-o.disabled, .widget_tag_cloud .tagcloud a.disabled, .ct-single-product__tags a.disabled, .btn-motive-o.disabled:hover, .widget_tag_cloud .tagcloud a.disabled:hover, .ct-single-product__tags a.disabled:hover, .btn-motive-o.disabled:focus, .widget_tag_cloud .tagcloud a.disabled:focus, .ct-single-product__tags a.disabled:focus, .btn-motive-o.disabled.focus, .widget_tag_cloud .tagcloud a.disabled.focus, .ct-single-product__tags a.disabled.focus, .btn-motive-o.disabled:active, .widget_tag_cloud .tagcloud a.disabled:active, .ct-single-product__tags a.disabled:active, .btn-motive-o.disabled.active, .widget_tag_cloud .tagcloud a.disabled.active, .ct-single-product__tags a.disabled.active, .btn-motive-o[disabled], .widget_tag_cloud .tagcloud a[disabled], .ct-single-product__tags a[disabled], .btn-motive-o[disabled]:hover, .widget_tag_cloud .tagcloud a[disabled]:hover, .ct-single-product__tags a[disabled]:hover, .btn-motive-o[disabled]:focus, .widget_tag_cloud .tagcloud a[disabled]:focus, .ct-single-product__tags a[disabled]:focus, .btn-motive-o[disabled].focus, .widget_tag_cloud .tagcloud a[disabled].focus, .ct-single-product__tags a[disabled].focus, .btn-motive-o[disabled]:active, .widget_tag_cloud .tagcloud a[disabled]:active, .ct-single-product__tags a[disabled]:active, .btn-motive-o[disabled].active, .widget_tag_cloud .tagcloud a[disabled].active, .ct-single-product__tags a[disabled].active,
  fieldset[disabled] .btn-motive-o,
  fieldset[disabled] .widget_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud
  fieldset[disabled] a,
  fieldset[disabled] .ct-single-product__tags a, .ct-single-product__tags
  fieldset[disabled] a,
  fieldset[disabled] .btn-motive-o:hover,
  fieldset[disabled] .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud
  fieldset[disabled] a:hover,
  fieldset[disabled] .ct-single-product__tags a:hover, .ct-single-product__tags
  fieldset[disabled] a:hover,
  fieldset[disabled] .btn-motive-o:focus,
  fieldset[disabled] .widget_tag_cloud .tagcloud a:focus, .widget_tag_cloud .tagcloud
  fieldset[disabled] a:focus,
  fieldset[disabled] .ct-single-product__tags a:focus, .ct-single-product__tags
  fieldset[disabled] a:focus,
  fieldset[disabled] .btn-motive-o.focus,
  fieldset[disabled] .widget_tag_cloud .tagcloud a.focus, .widget_tag_cloud .tagcloud
  fieldset[disabled] a.focus,
  fieldset[disabled] .ct-single-product__tags a.focus, .ct-single-product__tags
  fieldset[disabled] a.focus,
  fieldset[disabled] .btn-motive-o:active,
  fieldset[disabled] .widget_tag_cloud .tagcloud a:active, .widget_tag_cloud .tagcloud
  fieldset[disabled] a:active,
  fieldset[disabled] .ct-single-product__tags a:active, .ct-single-product__tags
  fieldset[disabled] a:active,
  fieldset[disabled] .btn-motive-o.active,
  fieldset[disabled] .widget_tag_cloud .tagcloud a.active, .widget_tag_cloud .tagcloud
  fieldset[disabled] a.active,
  fieldset[disabled] .ct-single-product__tags a.active, .ct-single-product__tags
  fieldset[disabled] a.active {
    background-color: transparent;
    border-color: #EA0000; }
  .btn-motive-o .badge, .widget_tag_cloud .tagcloud a .badge, .ct-single-product__tags a .badge {
    color: #EA0000;
    background-color: #EA0000; }

.btn-gray-o {
  background-color: transparent;
  border-color: #bebebe; }
  .btn-gray-o, .btn-gray-o:after {
    color: #bebebe; }
  .btn-gray-o:focus, .btn-gray-o:focus:after, .btn-gray-o.focus, .btn-gray-o.focus:after {
    color: #bebebe; }
  .btn-gray-o:hover, .btn-gray-o.is-active {
    background-color: #EA0000;
    border-color: #EA0000; }
    .btn-gray-o:hover, .btn-gray-o:hover:after, .btn-gray-o.is-active, .btn-gray-o.is-active:after {
      color: #fff; }
  .btn-gray-o:active, .btn-gray-o.active,
  .open > .btn-gray-o.dropdown-toggle {
    background-color: #EA0000;
    border-color: #afafaf; }
    .btn-gray-o:active, .btn-gray-o:active:after, .btn-gray-o.active, .btn-gray-o.active:after,
    .open > .btn-gray-o.dropdown-toggle,
    .open > .btn-gray-o.dropdown-toggle:after {
      color: #fff; }
    .btn-gray-o:active:hover, .btn-gray-o:active:focus, .btn-gray-o:active.focus, .btn-gray-o.active:hover, .btn-gray-o.active:focus, .btn-gray-o.active.focus,
    .open > .btn-gray-o.dropdown-toggle:hover,
    .open > .btn-gray-o.dropdown-toggle:focus,
    .open > .btn-gray-o.dropdown-toggle.focus {
      background-color: #EA0000;
      border-color: #28a428; }
      .btn-gray-o:active:hover, .btn-gray-o:active:hover:after, .btn-gray-o:active:focus, .btn-gray-o:active:focus:after, .btn-gray-o:active.focus, .btn-gray-o:active.focus:after, .btn-gray-o.active:hover, .btn-gray-o.active:hover:after, .btn-gray-o.active:focus, .btn-gray-o.active:focus:after, .btn-gray-o.active.focus, .btn-gray-o.active.focus:after,
      .open > .btn-gray-o.dropdown-toggle:hover,
      .open > .btn-gray-o.dropdown-toggle:hover:after,
      .open > .btn-gray-o.dropdown-toggle:focus,
      .open > .btn-gray-o.dropdown-toggle:focus:after,
      .open > .btn-gray-o.dropdown-toggle.focus,
      .open > .btn-gray-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-gray-o:active, .btn-gray-o.active,
  .open > .btn-gray-o.dropdown-toggle {
    background-image: none; }
  .btn-gray-o.disabled, .btn-gray-o.disabled:hover, .btn-gray-o.disabled:focus, .btn-gray-o.disabled.focus, .btn-gray-o.disabled:active, .btn-gray-o.disabled.active, .btn-gray-o[disabled], .btn-gray-o[disabled]:hover, .btn-gray-o[disabled]:focus, .btn-gray-o[disabled].focus, .btn-gray-o[disabled]:active, .btn-gray-o[disabled].active,
  fieldset[disabled] .btn-gray-o,
  fieldset[disabled] .btn-gray-o:hover,
  fieldset[disabled] .btn-gray-o:focus,
  fieldset[disabled] .btn-gray-o.focus,
  fieldset[disabled] .btn-gray-o:active,
  fieldset[disabled] .btn-gray-o.active {
    background-color: transparent;
    border-color: #bebebe; }
  .btn-gray-o .badge {
    color: #EA0000;
    background-color: #bebebe; }

.btn-accent-o {
  background-color: transparent;
  border-color: #343434; }
  .btn-accent-o, .btn-accent-o:after {
    color: #343434; }
  .btn-accent-o:focus, .btn-accent-o:focus:after, .btn-accent-o.focus, .btn-accent-o.focus:after {
    color: #343434; }
  .btn-accent-o:hover, .btn-accent-o.is-active {
    background-color: #343434;
    border-color: #343434; }
    .btn-accent-o:hover, .btn-accent-o:hover:after, .btn-accent-o.is-active, .btn-accent-o.is-active:after {
      color: #fff; }
  .btn-accent-o:active, .btn-accent-o.active,
  .open > .btn-accent-o.dropdown-toggle {
    background-color: #272727;
    border-color: #252525; }
    .btn-accent-o:active, .btn-accent-o:active:after, .btn-accent-o.active, .btn-accent-o.active:after,
    .open > .btn-accent-o.dropdown-toggle,
    .open > .btn-accent-o.dropdown-toggle:after {
      color: #fff; }
    .btn-accent-o:active:hover, .btn-accent-o:active:focus, .btn-accent-o:active.focus, .btn-accent-o.active:hover, .btn-accent-o.active:focus, .btn-accent-o.active.focus,
    .open > .btn-accent-o.dropdown-toggle:hover,
    .open > .btn-accent-o.dropdown-toggle:focus,
    .open > .btn-accent-o.dropdown-toggle.focus {
      background-color: #272727;
      border-color: #252525; }
      .btn-accent-o:active:hover, .btn-accent-o:active:hover:after, .btn-accent-o:active:focus, .btn-accent-o:active:focus:after, .btn-accent-o:active.focus, .btn-accent-o:active.focus:after, .btn-accent-o.active:hover, .btn-accent-o.active:hover:after, .btn-accent-o.active:focus, .btn-accent-o.active:focus:after, .btn-accent-o.active.focus, .btn-accent-o.active.focus:after,
      .open > .btn-accent-o.dropdown-toggle:hover,
      .open > .btn-accent-o.dropdown-toggle:hover:after,
      .open > .btn-accent-o.dropdown-toggle:focus,
      .open > .btn-accent-o.dropdown-toggle:focus:after,
      .open > .btn-accent-o.dropdown-toggle.focus,
      .open > .btn-accent-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-accent-o:active, .btn-accent-o.active,
  .open > .btn-accent-o.dropdown-toggle {
    background-image: none; }
  .btn-accent-o.disabled, .btn-accent-o.disabled:hover, .btn-accent-o.disabled:focus, .btn-accent-o.disabled.focus, .btn-accent-o.disabled:active, .btn-accent-o.disabled.active, .btn-accent-o[disabled], .btn-accent-o[disabled]:hover, .btn-accent-o[disabled]:focus, .btn-accent-o[disabled].focus, .btn-accent-o[disabled]:active, .btn-accent-o[disabled].active,
  fieldset[disabled] .btn-accent-o,
  fieldset[disabled] .btn-accent-o:hover,
  fieldset[disabled] .btn-accent-o:focus,
  fieldset[disabled] .btn-accent-o.focus,
  fieldset[disabled] .btn-accent-o:active,
  fieldset[disabled] .btn-accent-o.active {
    background-color: transparent;
    border-color: #343434; }
  .btn-accent-o .badge {
    color: #343434;
    background-color: #343434; }

.btn-default-o {
	background-color: #0E449C;
	border-color: #0E449C;
}
  .btn-default-o, .btn-default-o:after {
    color: #fff; }
  .btn-default-o:focus, .btn-default-o:focus:after, .btn-default-o.focus, .btn-default-o.focus:after {
    color: #fff; }
  .btn-default-o:hover, .btn-default-o.is-active {
	background-color: #0E449C;
	border-color: #0E449C;
}
    .btn-default-o:hover, .btn-default-o:hover:after, .btn-default-o.is-active, .btn-default-o.is-active:after {
      color: #fff; }
  .btn-default-o:active, .btn-default-o.active,
  .open > .btn-default-o.dropdown-toggle {
    background-color: #EA0000;
    border-color: #f0f0f0; }
    .btn-default-o:active, .btn-default-o:active:after, .btn-default-o.active, .btn-default-o.active:after,
    .open > .btn-default-o.dropdown-toggle,
    .open > .btn-default-o.dropdown-toggle:after {
      color: #fff; }
    .btn-default-o:active:hover, .btn-default-o:active:focus, .btn-default-o:active.focus, .btn-default-o.active:hover, .btn-default-o.active:focus, .btn-default-o.active.focus,
    .open > .btn-default-o.dropdown-toggle:hover,
    .open > .btn-default-o.dropdown-toggle:focus,
    .open > .btn-default-o.dropdown-toggle.focus {
	background-color: #0E449C;
	border-color: #0b367c;
}
      .btn-default-o:active:hover, .btn-default-o:active:hover:after, .btn-default-o:active:focus, .btn-default-o:active:focus:after, .btn-default-o:active.focus, .btn-default-o:active.focus:after, .btn-default-o.active:hover, .btn-default-o.active:hover:after, .btn-default-o.active:focus, .btn-default-o.active:focus:after, .btn-default-o.active.focus, .btn-default-o.active.focus:after,
      .open > .btn-default-o.dropdown-toggle:hover,
      .open > .btn-default-o.dropdown-toggle:hover:after,
      .open > .btn-default-o.dropdown-toggle:focus,
      .open > .btn-default-o.dropdown-toggle:focus:after,
      .open > .btn-default-o.dropdown-toggle.focus,
      .open > .btn-default-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-default-o:active, .btn-default-o.active,
  .open > .btn-default-o.dropdown-toggle {
    background-image: none; }
  .btn-default-o.disabled, .btn-default-o.disabled:hover, .btn-default-o.disabled:focus, .btn-default-o.disabled.focus, .btn-default-o.disabled:active, .btn-default-o.disabled.active, .btn-default-o[disabled], .btn-default-o[disabled]:hover, .btn-default-o[disabled]:focus, .btn-default-o[disabled].focus, .btn-default-o[disabled]:active, .btn-default-o[disabled].active,
  fieldset[disabled] .btn-default-o,
  fieldset[disabled] .btn-default-o:hover,
  fieldset[disabled] .btn-default-o:focus,
  fieldset[disabled] .btn-default-o.focus,
  fieldset[disabled] .btn-default-o:active,
  fieldset[disabled] .btn-default-o.active {
    background-color: transparent;
    border-color: #fff; }
  .btn-default-o .badge {
    color: #EA0000;
    background-color: #fff; }









.btn-special {
	background-color: #333333;
	border-color: #333333;
}
  .btn-special, .btn-special:after {
    color: #fff; }
  .btn-special:focus, .btn-special:focus:after, .btn-special.focus, .btn-special.focus:after {
    color: #fff; }
  .btn-special:hover, .btn-special.is-active {
	background-color: #333333;
	border-color: #333333;
}
    .btn-special:hover, .btn-special:hover:after, .btn-special.is-active, .btn-special.is-active:after {
      color: #fff; }
  .btn-special:active, .btn-special.active,
  .open > .btn-special.dropdown-toggle {
    background-color: #999999;
    border-color: #222222; }
    .btn-special:active, .btn-special:active:after, .btn-special.active, .btn-special.active:after,
    .open > .btn-special.dropdown-toggle,
    .open > .btn-special.dropdown-toggle:after {
      color: #fff; }
    .btn-special:active:hover, .btn-special:active:focus, .btn-special:active.focus, .btn-special.active:hover, .btn-special.active:focus, .btn-special.active.focus,
    .open > .btn-special.dropdown-toggle:hover,
    .open > .btn-special.dropdown-toggle:focus,
    .open > .btn-special.dropdown-toggle.focus {
	background-color: #333333;
	border-color: #222222;
}
      .btn-special:active:hover, .btn-special:active:hover:after, .btn-special:active:focus, .btn-special:active:focus:after, .btn-special:active.focus, .btn-special:active.focus:after, .btn-special.active:hover, .btn-special.active:hover:after, .btn-special.active:focus, .btn-special.active:focus:after, .btn-special.active.focus, .btn-special.active.focus:after,
      .open > .btn-special.dropdown-toggle:hover,
      .open > .btn-special.dropdown-toggle:hover:after,
      .open > .btn-special.dropdown-toggle:focus,
      .open > .btn-special.dropdown-toggle:focus:after,
      .open > .btn-special.dropdown-toggle.focus,
      .open > .btn-special.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-special:active, .btn-special.active,
  .open > .btn-special.dropdown-toggle {
    background-image: none; }
  .btn-special.disabled, .btn-special.disabled:hover, .btn-special.disabled:focus, .btn-special.disabled.focus, .btn-special.disabled:active, .btn-special.disabled.active, .btn-special[disabled], .btn-special[disabled]:hover, .btn-special[disabled]:focus, .btn-special[disabled].focus, .btn-special[disabled]:active, .btn-special[disabled].active,
  fieldset[disabled] .btn-special,
  fieldset[disabled] .btn-special:hover,
  fieldset[disabled] .btn-special:focus,
  fieldset[disabled] .btn-special.focus,
  fieldset[disabled] .btn-special:active,
  fieldset[disabled] .btn-special.active {
    background-color: transparent;
    border-color: #fff; }
  .btn-special .badge {
    color: #999999;
    background-color: #fff; }
	
	
	


.btn-primary-o {
  background-color: transparent;
  border-color: #337ab7; }
  .btn-primary-o, .btn-primary-o:after {
    color: #337ab7; }
  .btn-primary-o:focus, .btn-primary-o:focus:after, .btn-primary-o.focus, .btn-primary-o.focus:after {
    color: #337ab7; }
  .btn-primary-o:hover, .btn-primary-o.is-active {
    background-color: #337ab7;
    border-color: #337ab7; }
    .btn-primary-o:hover, .btn-primary-o:hover:after, .btn-primary-o.is-active, .btn-primary-o.is-active:after {
      color: #fff; }
  .btn-primary-o:active, .btn-primary-o.active,
  .open > .btn-primary-o.dropdown-toggle {
    background-color: #2e6da4;
    border-color: #2d6aa0; }
    .btn-primary-o:active, .btn-primary-o:active:after, .btn-primary-o.active, .btn-primary-o.active:after,
    .open > .btn-primary-o.dropdown-toggle,
    .open > .btn-primary-o.dropdown-toggle:after {
      color: #fff; }
    .btn-primary-o:active:hover, .btn-primary-o:active:focus, .btn-primary-o:active.focus, .btn-primary-o.active:hover, .btn-primary-o.active:focus, .btn-primary-o.active.focus,
    .open > .btn-primary-o.dropdown-toggle:hover,
    .open > .btn-primary-o.dropdown-toggle:focus,
    .open > .btn-primary-o.dropdown-toggle.focus {
      background-color: #2e6da4;
      border-color: #2d6aa0; }
      .btn-primary-o:active:hover, .btn-primary-o:active:hover:after, .btn-primary-o:active:focus, .btn-primary-o:active:focus:after, .btn-primary-o:active.focus, .btn-primary-o:active.focus:after, .btn-primary-o.active:hover, .btn-primary-o.active:hover:after, .btn-primary-o.active:focus, .btn-primary-o.active:focus:after, .btn-primary-o.active.focus, .btn-primary-o.active.focus:after,
      .open > .btn-primary-o.dropdown-toggle:hover,
      .open > .btn-primary-o.dropdown-toggle:hover:after,
      .open > .btn-primary-o.dropdown-toggle:focus,
      .open > .btn-primary-o.dropdown-toggle:focus:after,
      .open > .btn-primary-o.dropdown-toggle.focus,
      .open > .btn-primary-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-primary-o:active, .btn-primary-o.active,
  .open > .btn-primary-o.dropdown-toggle {
    background-image: none; }
  .btn-primary-o.disabled, .btn-primary-o.disabled:hover, .btn-primary-o.disabled:focus, .btn-primary-o.disabled.focus, .btn-primary-o.disabled:active, .btn-primary-o.disabled.active, .btn-primary-o[disabled], .btn-primary-o[disabled]:hover, .btn-primary-o[disabled]:focus, .btn-primary-o[disabled].focus, .btn-primary-o[disabled]:active, .btn-primary-o[disabled].active,
  fieldset[disabled] .btn-primary-o,
  fieldset[disabled] .btn-primary-o:hover,
  fieldset[disabled] .btn-primary-o:focus,
  fieldset[disabled] .btn-primary-o.focus,
  fieldset[disabled] .btn-primary-o:active,
  fieldset[disabled] .btn-primary-o.active {
    background-color: transparent;
    border-color: #337ab7; }
  .btn-primary-o .badge {
    color: #337ab7;
    background-color: #337ab7; }

.btn-success-o {
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-o, .btn-success-o:after {
    color: #5cb85c; }
  .btn-success-o:focus, .btn-success-o:focus:after, .btn-success-o.focus, .btn-success-o.focus:after {
    color: #5cb85c; }
  .btn-success-o:hover, .btn-success-o.is-active {
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-success-o:hover, .btn-success-o:hover:after, .btn-success-o.is-active, .btn-success-o.is-active:after {
      color: #fff; }
  .btn-success-o:active, .btn-success-o.active,
  .open > .btn-success-o.dropdown-toggle {
    background-color: #4cae4c;
    border-color: #4aab4a; }
    .btn-success-o:active, .btn-success-o:active:after, .btn-success-o.active, .btn-success-o.active:after,
    .open > .btn-success-o.dropdown-toggle,
    .open > .btn-success-o.dropdown-toggle:after {
      color: #fff; }
    .btn-success-o:active:hover, .btn-success-o:active:focus, .btn-success-o:active.focus, .btn-success-o.active:hover, .btn-success-o.active:focus, .btn-success-o.active.focus,
    .open > .btn-success-o.dropdown-toggle:hover,
    .open > .btn-success-o.dropdown-toggle:focus,
    .open > .btn-success-o.dropdown-toggle.focus {
      background-color: #4cae4c;
      border-color: #4aab4a; }
      .btn-success-o:active:hover, .btn-success-o:active:hover:after, .btn-success-o:active:focus, .btn-success-o:active:focus:after, .btn-success-o:active.focus, .btn-success-o:active.focus:after, .btn-success-o.active:hover, .btn-success-o.active:hover:after, .btn-success-o.active:focus, .btn-success-o.active:focus:after, .btn-success-o.active.focus, .btn-success-o.active.focus:after,
      .open > .btn-success-o.dropdown-toggle:hover,
      .open > .btn-success-o.dropdown-toggle:hover:after,
      .open > .btn-success-o.dropdown-toggle:focus,
      .open > .btn-success-o.dropdown-toggle:focus:after,
      .open > .btn-success-o.dropdown-toggle.focus,
      .open > .btn-success-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-success-o:active, .btn-success-o.active,
  .open > .btn-success-o.dropdown-toggle {
    background-image: none; }
  .btn-success-o.disabled, .btn-success-o.disabled:hover, .btn-success-o.disabled:focus, .btn-success-o.disabled.focus, .btn-success-o.disabled:active, .btn-success-o.disabled.active, .btn-success-o[disabled], .btn-success-o[disabled]:hover, .btn-success-o[disabled]:focus, .btn-success-o[disabled].focus, .btn-success-o[disabled]:active, .btn-success-o[disabled].active,
  fieldset[disabled] .btn-success-o,
  fieldset[disabled] .btn-success-o:hover,
  fieldset[disabled] .btn-success-o:focus,
  fieldset[disabled] .btn-success-o.focus,
  fieldset[disabled] .btn-success-o:active,
  fieldset[disabled] .btn-success-o.active {
    background-color: transparent;
    border-color: #5cb85c; }
  .btn-success-o .badge {
    color: #5cb85c;
    background-color: #5cb85c; }

.btn-info-o {
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-o, .btn-info-o:after {
    color: #5bc0de; }
  .btn-info-o:focus, .btn-info-o:focus:after, .btn-info-o.focus, .btn-info-o.focus:after {
    color: #5bc0de; }
  .btn-info-o:hover, .btn-info-o.is-active {
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-info-o:hover, .btn-info-o:hover:after, .btn-info-o.is-active, .btn-info-o.is-active:after {
      color: #fff; }
  .btn-info-o:active, .btn-info-o.active,
  .open > .btn-info-o.dropdown-toggle {
    background-color: #46b8da;
    border-color: #42b6d9; }
    .btn-info-o:active, .btn-info-o:active:after, .btn-info-o.active, .btn-info-o.active:after,
    .open > .btn-info-o.dropdown-toggle,
    .open > .btn-info-o.dropdown-toggle:after {
      color: #fff; }
    .btn-info-o:active:hover, .btn-info-o:active:focus, .btn-info-o:active.focus, .btn-info-o.active:hover, .btn-info-o.active:focus, .btn-info-o.active.focus,
    .open > .btn-info-o.dropdown-toggle:hover,
    .open > .btn-info-o.dropdown-toggle:focus,
    .open > .btn-info-o.dropdown-toggle.focus {
      background-color: #46b8da;
      border-color: #42b6d9; }
      .btn-info-o:active:hover, .btn-info-o:active:hover:after, .btn-info-o:active:focus, .btn-info-o:active:focus:after, .btn-info-o:active.focus, .btn-info-o:active.focus:after, .btn-info-o.active:hover, .btn-info-o.active:hover:after, .btn-info-o.active:focus, .btn-info-o.active:focus:after, .btn-info-o.active.focus, .btn-info-o.active.focus:after,
      .open > .btn-info-o.dropdown-toggle:hover,
      .open > .btn-info-o.dropdown-toggle:hover:after,
      .open > .btn-info-o.dropdown-toggle:focus,
      .open > .btn-info-o.dropdown-toggle:focus:after,
      .open > .btn-info-o.dropdown-toggle.focus,
      .open > .btn-info-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-info-o:active, .btn-info-o.active,
  .open > .btn-info-o.dropdown-toggle {
    background-image: none; }
  .btn-info-o.disabled, .btn-info-o.disabled:hover, .btn-info-o.disabled:focus, .btn-info-o.disabled.focus, .btn-info-o.disabled:active, .btn-info-o.disabled.active, .btn-info-o[disabled], .btn-info-o[disabled]:hover, .btn-info-o[disabled]:focus, .btn-info-o[disabled].focus, .btn-info-o[disabled]:active, .btn-info-o[disabled].active,
  fieldset[disabled] .btn-info-o,
  fieldset[disabled] .btn-info-o:hover,
  fieldset[disabled] .btn-info-o:focus,
  fieldset[disabled] .btn-info-o.focus,
  fieldset[disabled] .btn-info-o:active,
  fieldset[disabled] .btn-info-o.active {
    background-color: transparent;
    border-color: #5bc0de; }
  .btn-info-o .badge {
    color: #5bc0de;
    background-color: #5bc0de; }

.btn-warning-o {
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-o, .btn-warning-o:after {
    color: #f0ad4e; }
  .btn-warning-o:focus, .btn-warning-o:focus:after, .btn-warning-o.focus, .btn-warning-o.focus:after {
    color: #f0ad4e; }
  .btn-warning-o:hover, .btn-warning-o.is-active {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-warning-o:hover, .btn-warning-o:hover:after, .btn-warning-o.is-active, .btn-warning-o.is-active:after {
      color: #fff; }
  .btn-warning-o:active, .btn-warning-o.active,
  .open > .btn-warning-o.dropdown-toggle {
    background-color: #eea236;
    border-color: #eea032; }
    .btn-warning-o:active, .btn-warning-o:active:after, .btn-warning-o.active, .btn-warning-o.active:after,
    .open > .btn-warning-o.dropdown-toggle,
    .open > .btn-warning-o.dropdown-toggle:after {
      color: #fff; }
    .btn-warning-o:active:hover, .btn-warning-o:active:focus, .btn-warning-o:active.focus, .btn-warning-o.active:hover, .btn-warning-o.active:focus, .btn-warning-o.active.focus,
    .open > .btn-warning-o.dropdown-toggle:hover,
    .open > .btn-warning-o.dropdown-toggle:focus,
    .open > .btn-warning-o.dropdown-toggle.focus {
      background-color: #eea236;
      border-color: #eea032; }
      .btn-warning-o:active:hover, .btn-warning-o:active:hover:after, .btn-warning-o:active:focus, .btn-warning-o:active:focus:after, .btn-warning-o:active.focus, .btn-warning-o:active.focus:after, .btn-warning-o.active:hover, .btn-warning-o.active:hover:after, .btn-warning-o.active:focus, .btn-warning-o.active:focus:after, .btn-warning-o.active.focus, .btn-warning-o.active.focus:after,
      .open > .btn-warning-o.dropdown-toggle:hover,
      .open > .btn-warning-o.dropdown-toggle:hover:after,
      .open > .btn-warning-o.dropdown-toggle:focus,
      .open > .btn-warning-o.dropdown-toggle:focus:after,
      .open > .btn-warning-o.dropdown-toggle.focus,
      .open > .btn-warning-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-warning-o:active, .btn-warning-o.active,
  .open > .btn-warning-o.dropdown-toggle {
    background-image: none; }
  .btn-warning-o.disabled, .btn-warning-o.disabled:hover, .btn-warning-o.disabled:focus, .btn-warning-o.disabled.focus, .btn-warning-o.disabled:active, .btn-warning-o.disabled.active, .btn-warning-o[disabled], .btn-warning-o[disabled]:hover, .btn-warning-o[disabled]:focus, .btn-warning-o[disabled].focus, .btn-warning-o[disabled]:active, .btn-warning-o[disabled].active,
  fieldset[disabled] .btn-warning-o,
  fieldset[disabled] .btn-warning-o:hover,
  fieldset[disabled] .btn-warning-o:focus,
  fieldset[disabled] .btn-warning-o.focus,
  fieldset[disabled] .btn-warning-o:active,
  fieldset[disabled] .btn-warning-o.active {
    background-color: transparent;
    border-color: #f0ad4e; }
  .btn-warning-o .badge {
    color: #f0ad4e;
    background-color: #f0ad4e; }

.btn-danger-o {
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-o, .btn-danger-o:after {
    color: #d9534f; }
  .btn-danger-o:focus, .btn-danger-o:focus:after, .btn-danger-o.focus, .btn-danger-o.focus:after {
    color: #d9534f; }
  .btn-danger-o:hover, .btn-danger-o.is-active {
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-danger-o:hover, .btn-danger-o:hover:after, .btn-danger-o.is-active, .btn-danger-o.is-active:after {
      color: #fff; }
  .btn-danger-o:active, .btn-danger-o.active,
  .open > .btn-danger-o.dropdown-toggle {
    background-color: #d43f3a;
    border-color: #d43a36; }
    .btn-danger-o:active, .btn-danger-o:active:after, .btn-danger-o.active, .btn-danger-o.active:after,
    .open > .btn-danger-o.dropdown-toggle,
    .open > .btn-danger-o.dropdown-toggle:after {
      color: #fff; }
    .btn-danger-o:active:hover, .btn-danger-o:active:focus, .btn-danger-o:active.focus, .btn-danger-o.active:hover, .btn-danger-o.active:focus, .btn-danger-o.active.focus,
    .open > .btn-danger-o.dropdown-toggle:hover,
    .open > .btn-danger-o.dropdown-toggle:focus,
    .open > .btn-danger-o.dropdown-toggle.focus {
      background-color: #d43f3a;
      border-color: #d43a36; }
      .btn-danger-o:active:hover, .btn-danger-o:active:hover:after, .btn-danger-o:active:focus, .btn-danger-o:active:focus:after, .btn-danger-o:active.focus, .btn-danger-o:active.focus:after, .btn-danger-o.active:hover, .btn-danger-o.active:hover:after, .btn-danger-o.active:focus, .btn-danger-o.active:focus:after, .btn-danger-o.active.focus, .btn-danger-o.active.focus:after,
      .open > .btn-danger-o.dropdown-toggle:hover,
      .open > .btn-danger-o.dropdown-toggle:hover:after,
      .open > .btn-danger-o.dropdown-toggle:focus,
      .open > .btn-danger-o.dropdown-toggle:focus:after,
      .open > .btn-danger-o.dropdown-toggle.focus,
      .open > .btn-danger-o.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-danger-o:active, .btn-danger-o.active,
  .open > .btn-danger-o.dropdown-toggle {
    background-image: none; }
  .btn-danger-o.disabled, .btn-danger-o.disabled:hover, .btn-danger-o.disabled:focus, .btn-danger-o.disabled.focus, .btn-danger-o.disabled:active, .btn-danger-o.disabled.active, .btn-danger-o[disabled], .btn-danger-o[disabled]:hover, .btn-danger-o[disabled]:focus, .btn-danger-o[disabled].focus, .btn-danger-o[disabled]:active, .btn-danger-o[disabled].active,
  fieldset[disabled] .btn-danger-o,
  fieldset[disabled] .btn-danger-o:hover,
  fieldset[disabled] .btn-danger-o:focus,
  fieldset[disabled] .btn-danger-o.focus,
  fieldset[disabled] .btn-danger-o:active,
  fieldset[disabled] .btn-danger-o.active {
    background-color: transparent;
    border-color: #d9534f; }
  .btn-danger-o .badge {
    color: #d9534f;
    background-color: #d9534f; }

.btn-default-o--type2 {
  background-color: transparent;
  border-color: #fff; }
  .btn-default-o--type2, .btn-default-o--type2:after {
    color: #fff; }
  .btn-default-o--type2:focus, .btn-default-o--type2:focus:after, .btn-default-o--type2.focus, .btn-default-o--type2.focus:after {
    color: #fff; }
  .btn-default-o--type2:hover, .btn-default-o--type2.is-active {
    background-color: #fff;
    border-color: #fff; }
    .btn-default-o--type2:hover, .btn-default-o--type2:hover:after, .btn-default-o--type2.is-active, .btn-default-o--type2.is-active:after {
      color: #fff; }
  .btn-default-o--type2:active, .btn-default-o--type2.active,
  .open > .btn-default-o--type2.dropdown-toggle {
    background-color: #f2f2f2;
    border-color: #f0f0f0; }
    .btn-default-o--type2:active, .btn-default-o--type2:active:after, .btn-default-o--type2.active, .btn-default-o--type2.active:after,
    .open > .btn-default-o--type2.dropdown-toggle,
    .open > .btn-default-o--type2.dropdown-toggle:after {
      color: #fff; }
    .btn-default-o--type2:active:hover, .btn-default-o--type2:active:focus, .btn-default-o--type2:active.focus, .btn-default-o--type2.active:hover, .btn-default-o--type2.active:focus, .btn-default-o--type2.active.focus,
    .open > .btn-default-o--type2.dropdown-toggle:hover,
    .open > .btn-default-o--type2.dropdown-toggle:focus,
    .open > .btn-default-o--type2.dropdown-toggle.focus {
      background-color: #f2f2f2;
      border-color: #f0f0f0; }
      .btn-default-o--type2:active:hover, .btn-default-o--type2:active:hover:after, .btn-default-o--type2:active:focus, .btn-default-o--type2:active:focus:after, .btn-default-o--type2:active.focus, .btn-default-o--type2:active.focus:after, .btn-default-o--type2.active:hover, .btn-default-o--type2.active:hover:after, .btn-default-o--type2.active:focus, .btn-default-o--type2.active:focus:after, .btn-default-o--type2.active.focus, .btn-default-o--type2.active.focus:after,
      .open > .btn-default-o--type2.dropdown-toggle:hover,
      .open > .btn-default-o--type2.dropdown-toggle:hover:after,
      .open > .btn-default-o--type2.dropdown-toggle:focus,
      .open > .btn-default-o--type2.dropdown-toggle:focus:after,
      .open > .btn-default-o--type2.dropdown-toggle.focus,
      .open > .btn-default-o--type2.dropdown-toggle.focus:after {
        color: #fff; }
  .btn-default-o--type2:active, .btn-default-o--type2.active,
  .open > .btn-default-o--type2.dropdown-toggle {
    background-image: none; }
  .btn-default-o--type2.disabled, .btn-default-o--type2.disabled:hover, .btn-default-o--type2.disabled:focus, .btn-default-o--type2.disabled.focus, .btn-default-o--type2.disabled:active, .btn-default-o--type2.disabled.active, .btn-default-o--type2[disabled], .btn-default-o--type2[disabled]:hover, .btn-default-o--type2[disabled]:focus, .btn-default-o--type2[disabled].focus, .btn-default-o--type2[disabled]:active, .btn-default-o--type2[disabled].active,
  fieldset[disabled] .btn-default-o--type2,
  fieldset[disabled] .btn-default-o--type2:hover,
  fieldset[disabled] .btn-default-o--type2:focus,
  fieldset[disabled] .btn-default-o--type2.focus,
  fieldset[disabled] .btn-default-o--type2:active,
  fieldset[disabled] .btn-default-o--type2.active {
    background-color: transparent;
    border-color: #fff; }
  .btn-default-o--type2 .badge {
    color: #fff;
    background-color: #fff; }
  .btn-default-o--type2:hover, .btn-default-o--type2.hover, .btn-default-o--type2:active, .btn-default-o--type2.active, .btn-default-o--type2:hover:active {
    color: #EA0000; }

.btn-arrow {
  background: transparent;
  font-size: 16px;
  padding: 0;
  color: #343434; }
  @media only screen and (min-width: 480px) {
    .btn-arrow {
      font-size: 18px; } }
  .btn-arrow__text {
    display: inline-block;
    line-height: 1; }
  .btn-arrow__svg {
    fill: #343434;
    -webkit-transition: fill, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
    transition: fill, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
    position: relative;
    top: 5px; }
  .btn-arrow:hover {
    color: #EA0000; }
    .btn-arrow:hover .btn-arrow__svg {
      fill: #EA0000; }
  .btn-arrow-left {
    float: left; }
    .btn-arrow-left .btn-arrow__svg + .btn-arrow__text {
      margin-left: 12px; }
  .btn-arrow-right {
    float: right; }
    .btn-arrow-right .btn-arrow__svg {
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    .btn-arrow-right .btn-arrow__text + .btn-arrow__svg {
      margin-left: 12px; }

.ct-btn--scroll-up {
  position: fixed;
  bottom: 0;
  border-radius: 0 50% 0 0;
  border: none;
  background: #EA0000;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: white;
  padding: 2px 3px 0 0;
  text-align: center;
  width: 45px;
  height: 45px;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99;
  left: -45px; }
  .ct-btn--scroll-up:hover {
    background: #EA0000; }
    .ct-btn--scroll-up:hover:active {
      background: #EA0000;
      box-shadow: 0; }
  .ct-btn--scroll-up.visible {
    bottom: 0;
    left: 0; }

.ct-icon, .ct-socials a {
  border-radius: 50%;
  color: white;
  font-size: 14px;
  border: 1px solid white;
  display: block;
  width: 2.85em;
  height: 2.85em;
  line-height: 2.71em;
  text-align: center; }
  .ct-icon:hover, .ct-socials a:hover {
    background-color: #EA0000;
    border-color: #EA0000; }
  .widget .ct-icon li, .widget .ct-socials a li, .ct-socials .widget a li {
    display: inline-block; }
  .navbar .ct-icon, .navbar .ct-socials a, .ct-socials .navbar a,
  .ct-footer .ct-icon,
  .ct-footer .ct-socials a, .ct-socials
  .ct-footer a,
  .ct-navbar-mobile .ct-icon,
  .ct-navbar-mobile .ct-socials a, .ct-socials
  .ct-navbar-mobile a,
  .ct-team-ajax .ct-icon,
  .ct-team-ajax .ct-socials a, .ct-socials
  .ct-team-ajax a, .ct-icon--dark, .ct-socials--dark a {
    color: #888;
    border-color: #888;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .navbar .ct-icon:hover, .navbar .ct-socials a:hover, .ct-socials .navbar a:hover,
    .ct-footer .ct-icon:hover,
    .ct-footer .ct-socials a:hover, .ct-socials
    .ct-footer a:hover,
    .ct-navbar-mobile .ct-icon:hover,
    .ct-navbar-mobile .ct-socials a:hover, .ct-socials
    .ct-navbar-mobile a:hover,
    .ct-team-ajax .ct-icon:hover,
    .ct-team-ajax .ct-socials a:hover, .ct-socials
    .ct-team-ajax a:hover, .ct-icon--dark:hover, .ct-socials--dark a:hover {
      color: white; }

.ct-socials .ct-socials__item--twitter a:hover {
  background-color: #00aced;
  border-color: #00aced; }
  .ct-socials .ct-socials__item--twitter a:hover:active {
    background-color: #0087ba;
    border-color: #0087ba; }

.ct-socials .ct-socials__item--facebook a:hover {
  background-color: #3b5998;
  border-color: #3b5998; }
  .ct-socials .ct-socials__item--facebook a:hover:active {
    background-color: #2d4373;
    border-color: #2d4373; }

.ct-socials .ct-socials__item--google-plus a:hover {
  background-color: #dd4b39;
  border-color: #dd4b39; }
  .ct-socials .ct-socials__item--google-plus a:hover:active {
    background-color: #c23321;
    border-color: #c23321; }

.ct-socials .ct-socials__item--pinterest a:hover {
  background-color: #cb2027;
  border-color: #cb2027; }
  .ct-socials .ct-socials__item--pinterest a:hover:active {
    background-color: #9f191f;
    border-color: #9f191f; }

.ct-socials .ct-socials__item--linkedin a:hover {
  background-color: #007bb6;
  border-color: #007bb6; }
  .ct-socials .ct-socials__item--linkedin a:hover:active {
    background-color: #005983;
    border-color: #005983; }

.ct-socials .ct-socials__item--youtube a:hover {
  background-color: #bb0000;
  border-color: #bb0000; }
  .ct-socials .ct-socials__item--youtube a:hover:active {
    background-color: #880000;
    border-color: #880000; }

.ct-socials .ct-socials__item--vimeo a:hover {
  background-color: #aad450;
  border-color: #aad450; }
  .ct-socials .ct-socials__item--vimeo a:hover:active {
    background-color: #93c130;
    border-color: #93c130; }

.ct-socials .ct-socials__item--tumblr a:hover {
  background-color: #32506d;
  border-color: #32506d; }
  .ct-socials .ct-socials__item--tumblr a:hover:active {
    background-color: #22364a;
    border-color: #22364a; }

.ct-socials .ct-socials__item--instagram a:hover {
  background-color: #517fa4;
  border-color: #517fa4; }
  .ct-socials .ct-socials__item--instagram a:hover:active {
    background-color: #406582;
    border-color: #406582; }

.ct-socials .ct-socials__item--flickr a:hover {
  background-color: #ff0084;
  border-color: #ff0084; }
  .ct-socials .ct-socials__item--flickr a:hover:active {
    background-color: #cc006a;
    border-color: #cc006a; }

.ct-socials .ct-socials__item--dribbble a:hover {
  background-color: #ea4c89;
  border-color: #ea4c89; }
  .ct-socials .ct-socials__item--dribbble a:hover:active {
    background-color: #e51e6b;
    border-color: #e51e6b; }

.ct-socials .ct-socials__item--foursquare a:hover {
  background-color: #0072b1;
  border-color: #0072b1; }
  .ct-socials .ct-socials__item--foursquare a:hover:active {
    background-color: #00517e;
    border-color: #00517e; }

.ct-socials .ct-socials__item--vk a:hover {
  background-color: #45668e;
  border-color: #45668e; }
  .ct-socials .ct-socials__item--vk a:hover:active {
    background-color: #344d6c;
    border-color: #344d6c; }

.ct-socials .ct-socials__item--wordpress a:hover {
  background-color: #21759b;
  border-color: #21759b; }
  .ct-socials .ct-socials__item--wordpress a:hover:active {
    background-color: #185571;
    border-color: #185571; }

.ct-socials .ct-socials__item--stumbleupon a:hover {
  background-color: #EB4823;
  border-color: #EB4823; }
  .ct-socials .ct-socials__item--stumbleupon a:hover:active {
    background-color: #c93412;
    border-color: #c93412; }

.ct-socials .ct-socials__item--yahoo a:hover {
  background-color: #7B0099;
  border-color: #7B0099; }
  .ct-socials .ct-socials__item--yahoo a:hover:active {
    background-color: #520066;
    border-color: #520066; }

.ct-socials .ct-socials__item--soundcloud a:hover {
  background-color: #ff3a00;
  border-color: #ff3a00; }
  .ct-socials .ct-socials__item--soundcloud a:hover:active {
    background-color: #cc2e00;
    border-color: #cc2e00; }

.ct-socials--bigger a {
  font-size: 1.25em; }

h3 .ct-socials {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    h3 .ct-socials {
      display: block;
      padding: 20px 0 0; } }

.ct-action-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto 60px; }
  .ct-action-link__wrapper {
    text-align: center; }
  .ct-action-link__text-left, .ct-action-link__text-right {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	padding: 10px 13px;
	top: -10px;
	margin: 0 -5px;
	-webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
    .ct-action-link__text-left:after, .ct-action-link__text-right:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #EA0000;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      z-index: -1; }
  .ct-action-link__text-right {
    padding-right: 22px; }
  .ct-action-link__text-left {
    padding-left: 22px; }
  .ct-action-link__icon {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #EA0000;
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 66px;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    text-align: center; }
  .ct-action-link:hover .ct-action-link__icon {
    background: #EA0000;
    color: white; }
  .ct-action-link:hover .ct-action-link__text-left,
  .ct-action-link:hover .ct-action-link__text-right {
    color: white; }
    .ct-action-link:hover .ct-action-link__text-left:after,
    .ct-action-link:hover .ct-action-link__text-right:after {
      height: 35px; }
  .ct-action-link:hover:active .ct-action-link__icon {
    background: #EA0000; }
  .ct-header .ct-action-link__text-left:after, .ct-header .ct-action-link__text-right:after {
    background: white; }
  .ct-header .ct-action-link__icon {
    border-color: white; }
  .ct-header .ct-action-link:hover .ct-action-link__icon {
    background: white;
    color: #343434; }
  .ct-header .ct-action-link:hover .ct-action-link__text-left,
  .ct-header .ct-action-link:hover .ct-action-link__text-right {
    color: #343434; }
  .ct-header .ct-action-link:hover:active .ct-action-link__icon {
    background: white; }
  .ct-header .ct-action-link--main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .ct-action-link .ct-action-link__icon {
      display: block;
      margin: 0 auto 16px; } }

.ct-slick {
  margin-bottom: 0; }
  .ct-slick .slick-prev,
  .ct-slick .slick-next {
    color: #343434;
    background: white;
    width: 50px;
    height: 50px; }
    .ct-slick .slick-prev:before,
    .ct-slick .slick-next:before {
      font-family: "FontAwesome";
      color: #343434;
      opacity: 1;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-slick .slick-prev:hover,
    .ct-slick .slick-next:hover {
      background: #EA0000; }
      .ct-slick .slick-prev:hover:before,
      .ct-slick .slick-next:hover:before {
        color: white; }
  .ct-slick .slick-next {
    right: -75px; }
    .ct-slick .slick-next:before {
      content: '\f054';
      padding-left: 3px; }
  .ct-slick .slick-prev {
    left: -75px; }
    .ct-slick .slick-prev:before {
      content: '\f053';
      padding-right: 3px; }
  .ct-slick--main {
    height: 100vh; }
    .ct-slick--main .item {
      padding: 80px 0 200px;
      background-size: cover;
      display: table;
      width: 100%; }
      .ct-slick--main .item > .ct-slick--main .item__inner, .ct-slick--main .item > .inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle; }
      .browser-mozilla .ct-slick--main .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .browser-mozilla .ct-slick--main .item > .ct-slick--main .item__inner, .browser-mozilla .ct-slick--main .item > .inner {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    @media only screen and (min-width: 1024px) {
      .ct-slick--main .item {
        padding: 100px 0 200px; } }
    @media only screen and (max-width: 767px) {
      .ct-slick--main {
        text-align: center; } }
    @media (min-height: 801px) {
      .ct-slick--main .item {
        padding-top: 175px; } }
  .ct-slick--thumbs {
    width: 100%;
    max-width: 800px;
    max-height:100px;
    margin: -175px auto 0; }
    .ct-slick--thumbs .item {
      cursor: pointer;
      position: relative;
      padding: 0 12px; }
      .ct-slick--thumbs .item .inner {
        -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
        border: 4px solid transparent; }
      .ct-slick--thumbs .item span {
        background: #EA0000;
        display: block;
        font-size: 12px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        padding: 6px 11px;
        text-transform: uppercase; }
      .ct-slick--thumbs .item:hover .inner {
        border-color: #EA0000; }
    .ct-slick--thumbs img {
      width: 100%;
      position: relative; }

.ct-slider-nav__link {
  float: left;
  height: 40px;
  padding: 0 10px;
  line-height: 36px;
  margin: 1px; }

.ct-slider-nav__buttons {
  float: left;
  height: 40px; }

.ct-slider-nav .slick-nav {
  position: static;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 34px;
  min-width: 0;
  float: left;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 1px; }
  .ct-slider-nav .slick-nav:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    color: white; }

.ct-slider-nav .slick-prev:before {
  content: '\f053';
  padding-right: 2px; }

.ct-slider-nav .slick-next:before {
  content: '\f054';
  padding-left: 2px; }

@media only screen and (min-width: 768px) {
  .ct-slider-nav {
    float: right;
    margin-top: -10px; } }

@media only screen and (max-width: 767px) {
  .ct-slider-nav {
    display: inline-block; } }

.ct-u-background--accent .ct-slider-nav .slick-nav:before,
.ct-u-background--black .ct-slider-nav .slick-nav:before {
  color: #343434; }

.ct-slick--gallery {
  margin: 40px 0; }
  .ct-slick--gallery img {
    max-width: 200px;
    margin: auto; }
  @media only screen and (min-width: 1024px) {
    .ct-slick--gallery {
      margin: 80px 0 120px; } }

.ct-slick .slick-dots {
  position: static;
  padding: 30px 0; }

.form-group {
  position: relative; }

.form-control {
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat", sans-serif; }
  .form-control:focus, .form-control.focus {
    box-shadow: none; }

textarea.form-control[rows="7"] {
  min-height: 165px;
  padding-top: 12px; }

.ct-search {
  position: relative;
  color: #7d7d7d;
  height: 60px;
  margin: 0; }
  .ct-search .form-control {
    background-color: #fff;
    border: 1px solid #eee;
    color: inherit;
    padding: 0 47px 0 20px;
    border-radius: 0;
    height: inherit; }
    .ct-search .form-control:focus {
      border-color: #7d7d7d; }
  .ct-search button {
    background: transparent;
    position: absolute;
    top: 0;
    right: 14px;
    height: 60px;
    border: none;
    color: #EA0000; }
  .navbar .ct-search,
  .ct-navbar-mobile .ct-search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 5;
    display: none; }
    .navbar .ct-search button,
    .ct-navbar-mobile .ct-search button {
      height: 90px; }
  .ct-navbar-mobile .ct-search input, .ct-navbar-mobile .ct-search button {
    padding-top: 10px; }
  .is-search-active .ct-search {
    display: block; }

.selectize-dropdown, .selectize-dropdown.form-control {
  border-radius: 5px; }

.selectize-input {
  margin-bottom: -5px; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(219, 74, 74, 0.6);
  color: white; }

.ct-range-slider {
  width: 100%;
  position: relative;
  height: 5px;
  border-radius: 0;
  background: whitesmoke; }
  .ct-range-slider__wrapper {
    padding-top: 15px;
    padding-bottom: 55px; }
  .ct-range-slider__left-grip, .ct-range-slider__right-grip {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    cursor: hand;
    cursor: pointer; }
    .ct-range-slider__left-grip:before, .ct-range-slider__right-grip:before {
      content: '';
      position: absolute;
      background-color: #EA0000;
      width: 16px;
      height: 16px;
      top: 0;
      left: 0;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: -webkit-transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 250ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-range-slider__left-grip:active:before, .ct-range-slider__left-grip:focus:before, .ct-range-slider__right-grip:active:before, .ct-range-slider__right-grip:focus:before {
      background-color: #e57d7d; }
  .ct-range-slider__label {
    position: absolute;
    top: calc(100% + 5px);
    cursor: text;
    font-size: 15px;
    color: #a4a4a4;
    left: 0;
    background: #fff;
    border: none;
    width: 45px; }
    .ct-range-slider__right-grip .ct-range-slider__label {
      left: auto;
      right: 0;
      text-align: right; }
    .ct-range-slider__label:before {
      content: "$"; }
  .ct-range-slider__bar {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: lightgray; }
  .ct-range-slider .slider-selection {
    box-shadow: none; }

.checkbox-group {
  margin-bottom: 8px; }
  .checkbox-group label {
    position: relative;
    padding-left: 26px;
    color: darkgray;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .checkbox-group label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 13px;
      height: 13px;
      line-height: 10px;
      font-size: 8px;
      color: #EA0000;
      margin-top: -7px;
      border: 2px solid #EA0000;
      border-radius: 4px;
      font-family: 'FontAwesome';
      text-align: center;
      padding-left: 1px;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      overflow: hidden; }
    .checkbox-group label:hover {
      color: #343434; }
  .checkbox-group input:checked + label:before {
    content: '\f00c'; }

.successMessage,
.errorMessage {
  display: none;
  margin-top: 35px; }

.ct-form-section {
  margin: 65px auto 35px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 920px; }
  @media only screen and (min-width: 768px) {
    .ct-form-section {
      margin: 87px auto 67px; } }
  .ct-form-section__title {
    color: #EA0000;
    text-align: center; }
    .ct-form-section__title a {
      font-weight: 700; }
    .ct-form-section__title.text-left {
      text-align: left; }
  .ct-form-section__header {
    display: block;
    margin-bottom: 12px; }
  .ct-form-section__form {
    border-top: 2px solid #f8f8f8;
    margin-top: 20px;
    padding-top: 50px; }
  .ct-form-section button[type="submit"] {
    margin-top: 17px; }
  .ct-form-section--type2 {
    max-width: none; }
    .ct-form-section--type2 .ct-form-section__title {
      font-weight: 700; }
    @media only screen and (min-width: 1024px) {
      .ct-form-section--type2 {
        margin-bottom: 87px; } }
    .ct-form-section--type2 .ct-form-section__form {
      padding-top: 35px; }

.form-control--type2 {
  background: transparent;
  height: 70px;
  padding: 0 10px;
  font-size: 40px;
  color: white;
  border: 2px solid #EA0000; }
  .form-control--type2:focus, .form-control--type2.form-control--filled {
    border-color: white; }
  .form-control--type2::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 95px; }
  .form-control--type2::-moz-placeholder {
    font-size: 12px;
    line-height: 95px; }
  .form-control--type2:-ms-input-placeholder {
    font-size: 12px;
    line-height: 95px; }
  .form-control--type2::placeholder {
    font-size: 12px;
    line-height: 95px; }
  @media only screen and (min-width: 768px) {
    .form-control--type2 {
      margin-bottom: 40px; } }

.submit--type2 {
  width: 100%;
  height: 70px; }
  @media only screen and (min-width: 768px) {
    .submit--type2 {
      font-size: 24px; } }

textarea.form-control--type2 {
  height: 175px;
  overflow: hidden; }
  textarea.form-control--type2.form-control--filled {
    overflow: auto; }
  textarea.form-control--type2::-webkit-input-placeholder {
    line-height: 26; }
  textarea.form-control--type2::-moz-placeholder {
    line-height: 26; }
  textarea.form-control--type2:-ms-input-placeholder {
    line-height: 26; }
  textarea.form-control--type2::placeholder {
    line-height: 26; }

.widget {
  padding-top: 30px;
  font-size: 16px; }
  .widget .widget-title {
    color: inherit; }
  .widget span, .widget a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .widget a {
    font-size: 13.6px; }
  .widget ul {
    padding-left: 0;
    margin-top: -22px;
    list-style: none; }
  .widget li {
    display: block;
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    padding: 14px 0;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .widget li:before, .widget li:after {
      content: " ";
      display: table; }
    .widget li:after {
      clear: both; }
    .widget li + li {
      border-top: none; }
    @media only screen and (min-width: 768px) {
      .widget li {
        padding-right: 30px; } }
  .widget li img {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 63px;
    border-radius: 0; }
  .widget a {
    color: #7d7d7d; }
    .widget a:hover, .widget a.hover, .widget a:active, .widget a.active, .widget a:focus, .widget a.focus {
      color: #7d7d7d; }
    .widget a:hover {
      color: #EA0000; }
  .widget p {
    text-align: justify; }
  .widget .widget-title {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 11px;
    margin-bottom: 40px;
    position: relative; }

.widget_search + .widget {
  padding-top: 12px; }

.widget_recent_entries .widget-li-image,
.widget_recent_entries .widget-li-content {
  display: inline-block;
  float: left; }

.widget_recent_entries .widget-li-content {
  max-width: 100%; }

.widget_recent_entries .widget-li-image + .widget-li-content {
  max-width: calc(100% - 80px); }

.widget_recent_entries h5 {
  display: inline-block;
  margin-top: 0;
  font-weight: 400; }

.widget_recent_entries .widget-name {
  display: block;
  padding-top: 5px;
  color: #343434;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.widget_archive li {
  padding-right: 0; }

.widget_archive .pull-left {
  color: #343434; }

.widget_categories a {
  display: block;
  position: relative; }
  .widget_categories a:after {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    right: -30px;
    color: #EA0000; }

.widget_tag_cloud .widget-title {
  margin-bottom: 10px; }

.widget_tag_cloud .tagcloud {
  margin: -1px; }
  .widget_tag_cloud .tagcloud a {
    color: #7d7d7d;
    display: block;
    float: left;
    border-radius: 0;
    border: 1px solid #d6d6d6;
    padding: 12px 20px;
    margin: 1px;
    font-size: 12px; }
    .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:active {
      color: #fff;
      text-decoration: none; }

.ct-footer .widget {
  padding-top: 30px;
  font-size: 16px; }
  .ct-footer .widget ul {
    margin-top: 0; }
  .ct-footer .widget li + li {
    border-top-color: rgba(230, 230, 230, 0.3); }
  .ct-footer .widget a {
    color: inherit; }
    .ct-footer .widget a:hover, .ct-footer .widget a.hover, .ct-footer .widget a:active, .ct-footer .widget a.active, .ct-footer .widget a:focus, .ct-footer .widget a.focus {
      color: inherit; }
  .ct-footer .widget .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px; }
    .ct-footer .widget .widget-title:after {
      max-width: 66px;
      height: 3px; }
  .ct-footer .widget li img {
    border-radius: 0;
    width: 75px; }
  .ct-footer .widget .tagcloud {
    margin: -1px; }
    .ct-footer .widget .tagcloud a {
      color: inherit;
      border-radius: 0;
      border: 2px solid inherit;
      margin: 2px 1px; }
      .ct-footer .widget .tagcloud a:hover, .ct-footer .widget .tagcloud a:active {
        color: #EA0000;
        text-decoration: none;
        background-color: inherit; }

.ct-footer .widget_recent_entries li {
  padding-top: 20px;
  padding-bottom: 20px; }

.ct-footer .widget_recent_entries .widget-li-content {
  max-width: calc(100% - 92px);
  padding-bottom: 5px; }

.ct-footer .widget_recent_entries a {
  padding-top: 7px;
  display: block;
  font-style: italic;
  font-size: 14px; }

.ct-footer .widget_recent_entries span {
  text-overflow: inherit;
  white-space: normal;
  color: rgba(255, 255, 255, 0.75); }

.ct-footer .widget_archive .pull-left {
  color: inherit; }

.ct-footer .widget_archive .pull-right {
  color: inherit; }

.ct-footer .widget_search + .widget {
  padding-top: 12px; }

.widget_newsletter .form-control {
  background: transparent;
  border-color: #222222;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif; }

.widget_flickr {
  margin-left: -9px;
  margin-right: -9px; }
  .widget_flickr .widget-title {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 27px; }

.flickr_badge_image {
  display: inline-block;
  padding: 9px;
  position: relative;
  background: #EA0000; }
  .flickr_badge_image a:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    pointer-events: none; }
  .flickr_badge_image img {
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  html:not(.mobile):not(.tablet) .flickr_badge_image:hover a:after {
    opacity: 1; }
  html:not(.mobile):not(.tablet) .flickr_badge_image:hover img {
    opacity: 0.3; }
  @media only screen and (min-width: 480px) {
    .flickr_badge_image img {
      width: 91px;
      height: 91px; } }

.ct-blog__sidebar .ct-sidebar__inner {
  padding-bottom: 233px; }

.ct-sidebar {
  position: relative;
  left: 0; }
  @media only screen and (max-width: 1023px) {
    html:not(.mobile) .ct-sidebar,
    html:not(.tablet) .ct-sidebar {
      padding-top: 80px; } }

.ct-sidebar__mobile-toggle {
  display: none;
  z-index: 1010;
  background: #EA0000;
  color: #fff;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  padding: 7px 15px 7px 8px;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-sidebar__mobile-toggle:before {
    content: '\f054';
    font-family: 'FontAwesome'; }

@media only screen and (max-width: 1023px) {
  .mobile .ct-sidebar, .tablet .ct-sidebar {
    position: fixed;
    top: 0;
    left: -233px;
    width: 258px;
    height: 100%;
    z-index: 1010;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .mobile .ct-sidebar__inner, .tablet .ct-sidebar__inner {
      background-color: #fff;
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 233px;
      height: 100%;
      overflow-y: auto; }
    .mobile .ct-sidebar__mobile-toggle, .tablet .ct-sidebar__mobile-toggle {
      display: block;
      position: fixed;
      top: 27%;
      left: 0; } }
    @media only screen and (max-width: 1023px) and (min-width: 480px) {
      .mobile .ct-sidebar__mobile-toggle, .tablet .ct-sidebar__mobile-toggle {
        top: 20%; } }

.sidebar-open {
  overflow: hidden; }
  .sidebar-open:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, 0.6); }
  .sidebar-open .ct-sidebar {
    left: 0; }
  .sidebar-open .ct-sidebar__mobile-toggle {
    left: 233px;
    background: #fff;
    color: #EA0000;
    padding-left: 8px;
    margin-left: -1px; }
    .sidebar-open .ct-sidebar__mobile-toggle:before {
      content: '\f053'; }
  .sidebar-open .ct-page-wrapper {
    overflow: hidden; }
    .sidebar-open .ct-page-wrapper:after {
      height: 100%;
      width: 100%;
      opacity: 0.6;
      z-index: 1000; }

.ct-footer {
  background: #000000;
  color: #6C6B6B;
  padding: 70px 0; }
  .ct-footer .widget-title {
    margin-bottom: 0; }
  .ct-footer .widget ul li {
    border-color: #222222; }
  .ct-footer .media a:hover,
  .ct-footer .widget a:hover {
    color: #fff !important;
    text-decoration: none; }
  .ct-footer input:focus,
  .ct-footer .form-control--filled {
    border-color: #fff;
    color: #fff; }

.ct-footer-copyrights {
  padding: 16px 0 20px;
  font-size: 14px;
  text-transform: uppercase; }
  .ct-footer-copyrights a {
    color: #EA0000; }
    .ct-footer-copyrights a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .ct-footer-copyrights p {
      padding-bottom: 5px; } }

.ct-footer-alternate {
  text-align: center;
  padding: 40px 0 30px; }
  .ct-footer-alternate form {
    max-width: 370px;
    display: inline-block; }
  .ct-footer-alternate .media {
    text-align: left;
    color: #6b6b6b;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
    .ct-footer-alternate .media .media-left {
      padding-right: 20px; }
    .ct-footer-alternate .media i {
      font-size: 40px; }
    .ct-footer-alternate .media + .media {
      padding-top: 10px; }
    @media only screen and (max-width: 479px) {
      .ct-footer-alternate .media {
        font-size: 18px; } }
  .ct-footer-alternate__copyrights {
    padding-top: 40px;
    color: #6b6b6b;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
    .ct-footer-alternate__copyrights .ct-socials {
      padding-bottom: 20px; }
    .ct-footer-alternate__copyrights .ct-socials a {
      color: #6b6b6b;
      border-color: #6b6b6b; }
      .ct-footer-alternate__copyrights .ct-socials a:hover {
        color: #fff; }
    .ct-footer-alternate__copyrights p {
      margin-bottom: 10px; }
      .ct-footer-alternate__copyrights p a, .ct-footer-alternate__copyrights p i {
        color: #EA0000; }
      .ct-footer-alternate__copyrights p a:hover {
        text-decoration: underline; }
  @media only screen and (min-width: 1024px) {
    .ct-footer-alternate {
      padding: 80px 0 30px; }
      .ct-footer-alternate .media i {
        font-size: 50px; }
      .ct-footer-alternate .media + .media {
        padding-top: 60px; } }

.ct-event-box, .ct-blog-post {
  padding-top: 10px;
  width: 100%;
  max-width: 560px; }
  @media only screen and (max-width: 1279px) {
    .ct-event-box, .ct-blog-post {
      margin-left: auto;
      margin-right: auto; } }
  .ct-event-box .media-heading, .ct-blog-post .media-heading {
    line-height: 1.3;
    margin-top: -0.25em;
    max-width: 340px;
    padding-bottom: 10px; }
  .ct-event-box .media-left, .ct-blog-post .media-left {
    padding-right: 20px; }
  .ct-event-box .media-body, .ct-blog-post .media-body {
    max-width: 420px; }
  .ct-event-box__day, .ct-blog-post__day, .ct-event-box__month, .ct-blog-post__month {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center; }
  .ct-event-box__day, .ct-blog-post__day {
	background: #EA0000;
}
  .ct-event-box__month, .ct-blog-post__month {
    background: #343434; }
  @media only screen and (min-width: 480px) {
    .ct-event-box__day, .ct-blog-post__day {
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 60px; }
    .ct-event-box__month, .ct-blog-post__month {
      font-size: 18px;
      height: 30px;
      width: 100px;
      line-height: 30px; } }
  @media only screen and (max-width: 479px) {
    .ct-event-box .media-left, .ct-blog-post .media-left {
      display: block; }
      .ct-event-box .media-left:before, .ct-blog-post .media-left:before, .ct-event-box .media-left:after, .ct-blog-post .media-left:after {
        content: " ";
        display: table; }
      .ct-event-box .media-left:after, .ct-blog-post .media-left:after {
        clear: both; }
    .ct-event-box .media-body, .ct-blog-post .media-body {
      display: block;
      width: 100%;
      padding-top: 15px; }
    .ct-event-box__day, .ct-blog-post__day, .ct-event-box__month, .ct-blog-post__month {
      display: block;
      float: left;
      font-size: 16px;
      padding: 10px; }
    .ct-event-box__day, .ct-blog-post__day {
      font-size: 24px;
      padding: 4px 10px; } }

.ct-icon-box {
  width: 280px;
  margin-left: auto;
  margin-right: auto; }
  .ct-icon-box + .ct-icon-box {
    margin-top: 26px; }
  .ct-icon-box__icon {
    border: 3px solid #EA0000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 62px;
    font-size: 30px;
    text-align: center;
    display: inline-block; }
  .ct-icon-box__heading {
    display: inline-block;
    width: calc(100% - 76px);
    position: relative;
    padding-bottom: 10px;
    margin: 0;
    top: -10px; }
    .ct-icon-box__heading:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 184px;
      height: 3px;
      background: #EA0000; }
  .ct-icon-box__left {
    text-align: left; }
    .ct-icon-box__left .ct-icon-box__heading {
      margin-left: -8px;
      padding-left: 15px; }
      .ct-icon-box__left .ct-icon-box__heading:after {
        left: 0; }
    @media only screen and (min-width: 1024px) {
      .ct-icon-box__left {
        margin-left: 0; } }
  .ct-icon-box__right {
    text-align: right; }
    .ct-icon-box__right .ct-icon-box__heading {
      margin-right: -8px;
      padding-right: 15px;
      text-align: right; }
      .ct-icon-box__right .ct-icon-box__heading:after {
        right: 0; }
    @media only screen and (min-width: 1024px) {
      .ct-icon-box__right {
        margin-right: 0; } }

.ct-counter-box {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 140px;
  margin-left: auto;
  margin-right: auto; }
  .ct-counter-box__number {
    font-size: 60px;
    text-transform: uppercase; }
  .ct-counter-box__heading {
    color: #EA0000;
    line-height: 1.2; }
  .ct-counter-box--inverted .ct-counter-box__heading {
    color: inherit; }
  .ct-counter-box--inverted .ct-counter-box__number {
    color: #EA0000; }
  @media only screen and (min-width: 1024px) {
    .ct-counter-box.ct-counter-box__left {
      margin-right: 0; }
    .ct-counter-box.ct-counter-box__right {
      margin-left: 0; } }

.ct-product-box {
  text-align: center; }
  .ct-product-box__inner {
    background: white;
    color: #343434;
    padding: 30px 0 20px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    max-width: 270px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.15); }
  .ct-product-box__pin {
    position: absolute;
    top: -4px;
    right: 0;
    color: white;
    height: 26px;
    line-height: 26px;
    padding: 0 8px 0 4px;
    text-transform: uppercase;
    font-size: 12px; }
    .ct-product-box__pin:before {
      content: '';
      border-radius: 50%;
      background: white;
      position: absolute;
      top: 50%;
      left: -7px;
      height: 4px;
      width: 4px;
      margin-top: -2px;
      z-index: 20; }
    .ct-product-box__pin svg {
      position: absolute;
      width: 32px;
      height: 26px;
      top: 0;
      left: -31.5px; }
    .ct-product-box__pin--sale {
      background: #EA0000; }
      .ct-product-box__pin--sale svg {
        fill: #EA0000; }
    .ct-product-box__pin--new {
      background: #a0b65e; }
      .ct-product-box__pin--new svg {
        fill: #a0b65e; }
    .ct-product-box__pin--out-of-stock {
      background: #7d7d7d; }
      .ct-product-box__pin--out-of-stock svg {
        fill: #7d7d7d; }
  .ct-product-box__image {
    min-height: 240px;
    padding: 0 30px; }
    .ct-product-box__image img {
      width: 100%; }
  .ct-product-box__heading {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
    font-weight: 700; }
  .ct-product-box__title {
    text-transform: uppercase;
    font-size: 14px; }
  .ct-product-box__price--default {
    color: #EA0000;
    font-size: 24px; }
  .ct-product-box__price--old {
    text-decoration: line-through;
    padding-left: 8px;
    font-size: 14px; }
  .ct-product-box .tooltip {
    z-index: 22; }
  .ct-product-box__footer {
    display: inline-block; }
    .ct-product-box__footer:before, .ct-product-box__footer:after {
      content: " ";
      display: table; }
    .ct-product-box__footer:after {
      clear: both; }
    .ct-product-box__footer > * {
      float: left; }
  .ct-product-box__button {
    background: #EA0000;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    margin: 3px 1px;
    text-transform: uppercase;
    border: none; }
    .ct-product-box__button--wide {
      font-size: 14px;
      width: 140px; }
    .ct-product-box__button:hover {
      color: white;
      background: #EA0000; }
      .ct-product-box__button:hover:active {
        background: #EA0000; }
    .ct-product-box__button:focus {
      color: white; }
    .ct-product-box__button[disabled] {
      background: #7d7d7d; }
      .ct-product-box__button[disabled]:hover, .ct-product-box__button[disabled]:hover:active {
        background: #7d7d7d; }
  .ct-product-box.ct-product--out-of-stock img {
    opacity: 0.2; }
  .ct-product-box.ct-product--out-of-stock .ct-product-box__price--default, .ct-product-box.ct-product--out-of-stock .ct-product-box__price--old {
    color: #7d7d7d; }
  .ct-slick .ct-product-box {
    padding: 15px; }

.ct-product-figure {
  box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.15);
  background: white;
  color: #343434;
  text-align: center;
  width: 100%;
  max-width: 266px;
  display: block;
  margin: 0 auto 30px; }
  .ct-product-figure__title {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 17.5px 15px;
    margin: 0;
    font-size: 14px; }
  .ct-product-figure__button {
    padding: 20px 15px; }
    .ct-product-figure__button .btn, .ct-product-figure__button .ct-slider-nav__link, .ct-product-figure__button .ct-slider-nav .slick-nav, .ct-slider-nav .ct-product-figure__button .slick-nav, .ct-product-figure__button .ct-cart-clear, .ct-product-figure__button .ct-cart-checkout, .ct-product-figure__button .ct-wishlist-add-to-cart {
      padding-top: 8px;
      padding-bottom: 8px; }
  @media only screen and (max-width: 1023px) {
    .ct-product-figure {
      margin-top: 30px; } }

.ct-feature-box {
  padding: 40px 0; }
  .ct-feature-box__icon, .ct-service-box__icon, .ct-contact-box__icon {
    width: 108px;
    height: 108px;
    line-height: 100px;
    border-radius: 50%;
    border: 3px solid #efefef;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-feature-box .media-heading {
    padding-bottom: 15px;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-feature-box p {
    margin: 0; }
  .ct-feature-box:hover .ct-feature-box__icon, .ct-feature-box:hover .ct-service-box__icon, .ct-feature-box:hover .ct-contact-box__icon {
    color: #EA0000;
    border-color: #EA0000; }
  .ct-feature-box:hover .media-heading {
    color: #EA0000; }

.ct-service-box {
  text-align: center;
  padding: 0 15px; }
  .ct-service-box__icon {
    display: inline-block;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-service-box__title {
    padding: 30px 0 10px;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-service-box .ct-counter-box {
    padding-top: 20px;
    width: 100%; }
    .ct-service-box .ct-counter-box__number {
      color: #EA0000; }
    .ct-service-box .ct-counter-box__heading {
      color: inherit; }
  @media only screen and (min-width: 768px) {
    .ct-service-box .ct-counter-box {
      padding-top: 50px; } }
  .ct-service-box:hover .ct-service-box__icon {
    color: #EA0000;
    border-color: #EA0000; }
  .ct-service-box:hover .ct-service-box__title {
    color: #EA0000; }

.ct-contact-box {
  padding: 30px 0; }
  .ct-contact-box__icon {
    width: 70px;
    height: 70px;
    line-height: 64px;
    margin-right: 7px; }
  .ct-contact-box__title a {
    display: block;
    color: #EA0000;
    font-size: 0.8em; }

.ct-cart, .ct-wishlist {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 500px;
  background: #EA0000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-family: "Montserrat", sans-serif;
  min-height: 200px;
  display: none;
  z-index: 999;
  color: #ffffff; }
  .ct-cart img, .ct-wishlist img {
    max-height: 35px; }
  .ct-cart-empty {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ct-cart-total {
    font-size: 24px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #EA0000; }
    .ct-cart-total:before {
      content: "Total: ";
      font-size: 16px; }
  .ct-cart ol, .ct-wishlist ol {
    text-align: left;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #EA0000; }
    .ct-cart ol li, .ct-wishlist ol li {
      padding: 0 40px 0 0;
      position: relative;
      display: table;
      width: 100%; }
      .ct-cart ol li:before, .ct-wishlist ol li:before, .ct-cart ol li:after, .ct-wishlist ol li:after {
        content: " ";
        display: table; }
      .ct-cart ol li:after, .ct-wishlist ol li:after {
        clear: both; }
      .ct-cart ol li > *, .ct-wishlist ol li > * {
        border-right: 1px solid #EA0000;
        padding: 10px;
        display: table-cell;
        vertical-align: middle; }
  .ct-cart-remove, .ct-wishlist-remove {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 24px;
    height: 24px;
    margin-top: -13px;
    padding: 0 !important;
    border: none !important; }
  .ct-cart-input {
    background: transparent;
    width: 62px;
    float: right;
    border: none;
    padding: 0; }
  .ct-cart-clear, .ct-cart-checkout {
    margin: 20px 5px;
    border: none; }
  .ct-cart-number, .ct-wishlist-number {
    position: absolute;
    top: -8px;
    right: -5px;
    display: block;
    background: #EA0000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    color: white; }

.ct-cart-dropdown .ct-icon, .ct-cart-dropdown .ct-socials a, .ct-socials .ct-cart-dropdown a {
  position: relative; }

.ct-cart-dropdown .fa-cart-arrow-down {
  display: none; }

.ct-cart-dropdown:hover .ct-cart, .ct-cart-dropdown:hover .ct-wishlist {
  display: block; }

.ct-cart-dropdown:hover .fa-cart-arrow-down {
  display: inline-block; }

.ct-cart-dropdown:hover .fa-shopping-cart {
  display: none; }

.ct-wishlist {
  min-height: 0; }
  .ct-wishlist-dropdown .ct-icon, .ct-wishlist-dropdown .ct-socials a, .ct-socials .ct-wishlist-dropdown a {
    position: relative; }
  .ct-wishlist-dropdown:hover .ct-wishlist {
    display: block; }
  .ct-wishlist-add-to-cart {
    margin-left: 15px; }

.ct-blog {
  padding: 10rem 0; }

.ct-blog-post {
  padding: 0 15px;
  margin-bottom: 60px; }
  .ct-blog-post,
  .ct-blog-post .media-heading,
  .ct-blog-post .media-body {
    max-width: none; }
  .ct-blog-post .media {
    margin-top: 0; }
  .ct-blog-post .media-left {
    padding-right: 30px; }
  .ct-blog-post .media-heading {
    padding-bottom: 20px;
    display: block; }
    .ct-blog-post .media-heading a:hover {
      color: #EA0000; }
    .ct-blog-post .media-heading small {
      font-size: 12px;
      color: #7d7d7d; }
      .ct-blog-post .media-heading small span {
        color: inherit;
        padding-left: 20px; }
  .ct-blog-post .btn, .ct-blog-post .ct-slider-nav__link, .ct-blog-post .ct-slider-nav .slick-nav, .ct-slider-nav .ct-blog-post .slick-nav, .ct-blog-post .ct-cart-clear, .ct-blog-post .ct-cart-checkout, .ct-blog-post .ct-wishlist-add-to-cart {
    margin-top: 5px; }
  .ct-blog-post__tags a + a:before {
    content: ", "; }
  @media only screen and (min-width: 480px) {
    .ct-blog-post__day {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 36px; }
    .ct-blog-post__month {
      width: 70px;
      height: 30px;
      line-height: 30px;
      font-size: 18px; }
    .ct-blog-post__media + .ct-blog-post__body .media-heading {
      padding-top: 30px; } }

.ct-blog-comment {
  font-size: 14px; }
  .ct-blog-comment__avatar {
    padding-right: 15px; }
  .ct-blog-comment .media-heading {
    padding: 2px 0 5px;
    font-size: 14px; }
  .ct-blog-comment small {
    color: #7d7d7d;
    margin-top: -4px;
    font-size: 12px; }
  .ct-blog-comment a:hover {
    color: #EA0000; }
  @media only screen and (max-width: 479px) {
    .ct-blog-comment {
      box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.15);
      padding: 15px; }
      .ct-blog-comment__avatar {
        display: none; } }

.breadcrumb > li + li:before {
  color: #EA0000; }

.ct-page-header .breadcrumb {
  float: right;
  padding-top: 3px; }

.ct-page-header {
  background-image: url("../images/content/header-bg.jpg");
  min-height: 225px;
  padding-top: 112px;
  padding-bottom: 22px;
  display: table;
  width: 100%; }
  .ct-page-header > .ct-page-header__inner, .ct-page-header > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .browser-mozilla .ct-page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .browser-mozilla .ct-page-header > .ct-page-header__inner, .browser-mozilla .ct-page-header > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .ct-page-header__title {
    float: left;
    font-size: 24px;
    font-weight: 700; }
  @media only screen and (min-width: 1024px) {
    .ct-page-header {
      min-height: 300px;
      padding-top: 157.5px; } }
  .shop-page .ct-page-header {
    background-image: url("../images/content/slider-white-bg-1.jpg");
    color: #343434; }

.ct-super-header {
  text-align: center;
  padding: 50px 0; }
  .ct-super-header h1 {
    line-height: 1;
    color: #EA0000;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    font-size: 90px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 30px; }
    .ct-super-header h1 b {
      font-size: 30px;
      position: relative; }
    .ct-super-header h1 span {
      position: relative; }
    .ct-super-header h1 small {
      padding-top: 0;
      position: relative;
      line-height: 1;
      color: #343434;
      font-size: 25px;
      font-weight: 700; }
      .ct-super-header h1 small span {
        display: block;
        font-size: 56.5px; }
    .ct-super-header h1:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 12px;
      width: 100%;
      background: #343434; }
  @media only screen and (min-width: 1024px) {
    .ct-super-header {
      padding-top: 0; }
      .ct-super-header h1 {
        font-size: 228px; }
        .ct-super-header h1 span {
          color: inherit; }
        .ct-super-header h1 b {
          font-size: 150px; }
        .ct-super-header h1 small {
          font-size: 60px; } }
  .ct-super-header--type2 {
    text-align: right; }
    .ct-super-header--type2 h1 {
      color: #1a1a1a;
      margin-bottom: 30px; }
      .ct-super-header--type2 h1 b {
        display: block; }
      .ct-super-header--type2 h1 span {
        right: -3px; }
      .ct-super-header--type2 h1:after {
        left: auto;
        right: 0;
        width: 96%;
        background: #1a1a1a; }
      @media only screen and (min-width: 1024px) {
        .ct-super-header--type2 h1 {
          font-size: 220px; } }

.ct-section-title {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .ct-section-title {
      text-align: center; } }

.ct-bordered-header {
  border: 4px solid #fff;
  display: inline-block;
  padding: 20px;
  margin-top: 40px; }
  .ct-bordered-header h1 {
    margin: 0; }
    .ct-bordered-header h1 span {
      display: block; }
  @media only screen and (max-width: 479px) {
    .ct-bordered-header h1 {
      font-size: 30px; } }
  @media only screen and (min-width: 1024px) {
    .ct-bordered-header {
      padding: 40px; } }

@media only screen and (min-width: 1024px) {
  .ct-navbar-mobile {
    display: none; } }

@media only screen and (max-width: 1023px) {
  .ct-navbar-mobile {

    display: none !important;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    z-index: 99;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-navbar-mobile:after {
      width: 100%; } }

.ct-mobile-toggle .fa-times {
  display: none; }

.mobile-open .ct-mobile-toggle .fa-times {
  display: inline-block; }

.mobile-open .ct-mobile-toggle .fa-bars {
  display: none; }

.ct-menu-mobile {
  position: fixed;
  top: 0;
  right: -600px;
  width: 600px;
  height: 100%;
  overflow-y: auto;
  z-index: 9992;
  -webkit-transition: right 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: right 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-menu-mobile .ct-mobile-toggle {
    position: fixed;
    top: 26px;
    right: 282px;
    display: none; }
    .page-white .ct-menu-mobile .ct-mobile-toggle .ct-icon, .page-white .ct-menu-mobile .ct-mobile-toggle .ct-socials a, .ct-socials .page-white .ct-menu-mobile .ct-mobile-toggle a {
      color: #888;
      border-color: #888; }
      .page-white .ct-menu-mobile .ct-mobile-toggle .ct-icon:hover, .page-white .ct-menu-mobile .ct-mobile-toggle .ct-socials a:hover, .ct-socials .page-white .ct-menu-mobile .ct-mobile-toggle a:hover {
        color: #fff;
        border-color: #EA0000; }
    @media only screen and (max-width: 479px) {
      .ct-menu-mobile .ct-mobile-toggle {
        right: 220px; } }
  @media only screen and (max-width: 1023px) {
    .ct-menu-mobile .ct-mobile-toggle {
      top: 15px; } }

.ct-menu-mobile .inner {
  float: right;
  min-height: 100%;
  width: 266px;
  background: #000000;
  color: #fff;
  padding: 25px 0 80px;
  font-family: "Montserrat", sans-serif;
  position: relative; }
  .ct-menu-mobile .inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 17px;
    background: url("../images/menu-sc.png"); }
  .ct-menu-mobile .inner ul.dropdown-menu {
    right: 110%;
    left: auto;
    top: 0;
    margin-top: -5px; }
    .ct-menu-mobile .inner ul.dropdown-menu:after {
      content: '';
      position: absolute;
      top: 0;
      left: 99%;
      width: 20px;
      height: 100%; }
  .ct-menu-mobile .inner .ct-socials {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 266px; }
  .ct-menu-mobile .inner .ct-menu-mobile__logo {
    text-align: center;
    padding-bottom: 25px; }
  .ct-menu-mobile .inner .ct-menu-mobile__nav {
    list-style: none;
    padding: 0 50px 30px; }
    .ct-menu-mobile .inner .ct-menu-mobile__nav > li > a {
      text-transform: uppercase;
      position: relative;
      display: block;
      padding: 15px 0; }
      .ct-menu-mobile .inner .ct-menu-mobile__nav > li > a .caret {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2px; }
      .ct-menu-mobile .inner .ct-menu-mobile__nav > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: url("../images/border-1.png"); }
    .ct-menu-mobile .inner .ct-menu-mobile__nav a:hover {
      background: transparent;
      color: #EA0000; }
    .ct-menu-mobile .inner .ct-menu-mobile__nav ul.dropdown-menu a:hover {
      background: #000; }
    .mobile .ct-menu-mobile .inner .ct-menu-mobile__nav a:hover,
    .mobile .ct-menu-mobile .inner .ct-menu-mobile__nav a:focus,
    .mobile .ct-menu-mobile .inner .ct-menu-mobile__nav a:active,
    .tablet .ct-menu-mobile .inner .ct-menu-mobile__nav a:hover,
    .tablet .ct-menu-mobile .inner .ct-menu-mobile__nav a:focus,
    .tablet .ct-menu-mobile .inner .ct-menu-mobile__nav a:active {
      color: #fff; }
  @media only screen and (max-width: 479px) {
    .ct-menu-mobile .inner .ct-menu-mobile__nav {
      padding: 0 15px; }
    .ct-menu-mobile .inner ul.dropdown-menu {
      right: 0;
      top: 100%;
      width: 100%; }
      .ct-menu-mobile .inner ul.dropdown-menu a {
        white-space: normal; }
    .ct-menu-mobile .inner .ct-socials li {
      padding: 0 3px; }
    .ct-menu-mobile .inner .ct-socials a {
      font-size: 12px; } }

.mobile-open {
  overflow: hidden;
  height: 100%; }
  .mobile-open .ct-menu-mobile .ct-mobile-toggle {
    display: block; 
    z-index: 99;}
  .mobile-open .navbar .ct-mobile-toggle,
  .mobile-open .ct-navbar-mobile .ct-mobile-toggle {
    opacity: 0; }
  .mobile-open #navbar-magic-line {
    display: none; }
  .mobile-open .ct-pageWrapper,
  .mobile-open .navbar,
  .mobile-open .ct-navbar-mobile {
    right: 266px; }
  .mobile-open .ct-menu-mobile {
    right: 0; }

blockquote,
.blockquote {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 3px solid #EA0000;
  background: #eee;
  padding: 20px 20px 20px 40px; }
  @media only screen and (min-width: 480px) {
    blockquote,
    .blockquote {
      font-size: 24px;
      padding: 25px 25px 25px 45px; } }

.pager {
  float: left;
  margin: 30px 0; }
  .pager li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-aling: center;
    padding: 0;
    border-radius: 0; }

.ct-team-box {
  padding-bottom: 50px; }
  .ct-team-box__media {
    display: block;
    position: relative; }
    .ct-team-box__media img {
      width: 100%; }
    .ct-team-box__media:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
      background: rgba(219, 74, 74, 0.7);
      opacity: 0; }
    .ct-team-box__media:hover:before,
    .ct-team-box__media:hover .ct-team-box__button {
      opacity: 1; }
  .ct-team-box__button {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; }
  .ct-team-box__name {
    padding: 20px 0 10px; }
  .ct-team-box .ct-socials a {
    border-color: #bbb;
    color: #bbb; }
    .ct-team-box .ct-socials a:hover {
      color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .ct-team-box {
      padding-bottom: 100px; } }
  .mobile .ct-team-box__media:before,
  .tablet .ct-team-box__media:before {
    display: none; }
  .mobile .ct-team-box__button,
  .tablet .ct-team-box__button {
    opacity: 1; }
  .ct-team-box.ct-team-box--small {
    padding-bottom: 0; }
    .ct-team-box.ct-team-box--small .ct-team-box__name {
      padding-top: 6px;
      font-size: 14px; }

.ct-team-ajax {
  background: #fff;
  width: 100%;
  min-height: 608px;
  max-width: 770px;
  margin: auto;
  box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.15);
  position: relative; }
  .ct-team-ajax .mfp-close {
    opacity: 1; }
  .ct-team-ajax header {
    padding-top: 40px;
    margin-bottom: 20px;
    position: relative; }
    .ct-team-ajax header:after {
      left: 0;
      background: url("../images/border-2.png"); }
  .ct-team-ajax h4 a {
    padding-left: 10px;
    color: #EA0000; }
  .ct-team-ajax h4 small {
    color: #7d7d7d; }
  .ct-team-ajax ul {
    font-family: "Montserrat", sans-serif; }
  .ct-team-ajax .ct-socials {
    padding: 12px 0 25px; }
  .ct-team-ajax form h4 {
    padding-bottom: 5px; }
  @media (max-width: 1199px) {
    .ct-team-ajax {
      padding: 25px;
      text-align: center; }
      .ct-team-ajax > .row + .row h4 {
        padding-top: 30px; } }
  @media (min-width: 1200px) {
    .ct-team-ajax > .row {
      padding-right: 50px; }
      .ct-team-ajax > .row + .row {
        padding: 50px 50px 50px 0; }
        .ct-team-ajax > .row + .row .col-md-5 {
          padding-left: 50px; } }

.ct-list {
  padding-left: 0;
  list-style: none;
  color: #7d7d7d;
  font-fmaily: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 14px; }
  .ct-list li:before {
    content: '\f0da';
    font-family: "FontAwesome";
    color: #EA0000;
    padding-right: 10px; }
  .ct-list li + li {
    margin-top: 9px; }

.ct-coming-soon {
  margin: 40px 0;
  height: calc(100vh - 80px);
  display: table;
  width: 100%;
  text-align: center; }
  .ct-coming-soon > .ct-coming-soon__inner, .ct-coming-soon > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .browser-mozilla .ct-coming-soon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .browser-mozilla .ct-coming-soon > .ct-coming-soon__inner, .browser-mozilla .ct-coming-soon > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .ct-coming-soon .ct-countdown {
    padding: 10vh 0; }
  .ct-coming-soon .ct-socials {
    opacity: 0.5;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-coming-soon .ct-socials:hover {
      opacity: 1; }

.ct-progress-bar {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700; }
  .ct-progress-bar__percent {
    float: right; }
  .ct-progress-bar__line {
    width: 100%;
    background: #eaeaea;
    height: 9px;
    position: relative; }
    .ct-progress-bar__line span {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      height: 3px;
      width: 0%;
      -webkit-transition: width 2s cubic-bezier(0.55, 0, 0.1, 1);
      transition: width 2s cubic-bezier(0.55, 0, 0.1, 1);
      background: #EA0000; }
  .ct-progress-bar + .ct-progress-bar {
    margin-top: 45px; }

p {
  margin-bottom: 20px;
  border: none; }

#ct-map {
  width: 100%;
  height: 500px;
  margin-bottom: -50px; }

.ct-contacts {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 2; }
  .ct-contacts .media {
    margin-top: 0; }
  .ct-contacts .media-left {
    color: #aaaaaa;
    font-size: 20px; }
  .ct-contacts .media-body {
    vertical-align: middle; }
    .ct-contacts .media-body a {
      color: #EA0000; }
      .ct-contacts .media-body a:hover {
        color: #343434; }

.ct-overlay-section {
  background: rgba(219, 74, 74, 0.25);
  padding: 40px 0;
  margin-top: 40px; }
  .ct-overlay-section__title {
    font-size: 40px;
    line-height: 0.8;
    padding-top: 5px; }
    .ct-overlay-section__title span {
      display: block; }
  @media only screen and (min-width: 1024px) {
    .ct-overlay-section {
      padding: 80px 0;
      margin-top: 120px;
      text-align: left; }
      .ct-overlay-section__title {
        font-size: 90px; } }

.ct-product-section {
  padding: 40px 0; }
  @media only screen and (min-width: 1024px) {
    .ct-product-section {
      padding: 100px 0; } }

.theme-showcase .btn, .theme-showcase .ct-slider-nav__link, .theme-showcase .ct-slider-nav .slick-nav, .ct-slider-nav .theme-showcase .slick-nav, .theme-showcase .ct-cart-clear, .theme-showcase .ct-cart-checkout, .theme-showcase .ct-wishlist-add-to-cart {
  margin: 2px 0; }

.theme-showcase h4 {
  padding: 25px 0; }

.ct-twitter {
  padding-bottom: 60px;
  font-style: italic;
  font-size: 24px;
  font-family: 'Libre Baskerville', serif; }
  .ct-twitter__section {
    text-align: center;
    padding-top: 34px; }
  .ct-twitter .tweet_user {
    display: none; }
  .ct-twitter a {
    color: #EA0000; }
  .ct-twitter .tweet_time {
    padding-top: 25px;
    font-family: "Montserrat", sans-serif;
    color: #7d7d7d;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal; }
    .ct-twitter .tweet_time a {
      color: inherit; }
  .ct-twitter__buttons {
    position: relative;
    display: inline-block;
    margin: 40px 0; }
    .ct-twitter__buttons:before, .ct-twitter__buttons:after {
      content: " ";
      display: table; }
    .ct-twitter__buttons:after {
      clear: both; }
    .ct-twitter__buttons .fa-twitter {
      font-size: 50px;
      color: #EA0000; }
    .ct-twitter__buttons .ct-slider-nav {
      float: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 46px;
      margin: 0; }
    .ct-twitter__buttons .slick-prev {
      position: absolute;
      top: 5px;
      left: -100px; }
    .ct-twitter__buttons .slick-next {
      position: absolute;
      top: 5px;
      right: -100px; }
  @media only screen and (min-width: 1024px) {
    .ct-twitter {
      padding-bottom: 100px;
      font-size: 48px; }
      .ct-twitter__buttons {
        margin: 80px 0; } }

.ct-single-product .item {
  padding: 10px; }

.ct-single-product .item img {
  box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.15);
  padding: 10px; }

.ct-single-product__socials {
  padding-top: 10px; }
  .ct-single-product__socials .fb_iframe_widget {
    margin-top: -2px;
    margin-left: 0 !important; }
  .ct-single-product__socials > * {
    float: left;
    margin-left: 10px !important; }

.ct-single-product__name {
  color: #7d7d7d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px; }

.ct-single-product .ct-product__price,
.ct-single-product .ct-product__stars {
  color: #EA0000; }

.ct-single-product__tags {
  padding-bottom: 50px; }
  .ct-single-product__tags:before, .ct-single-product__tags:after {
    content: " ";
    display: table; }
  .ct-single-product__tags:after {
    clear: both; }
  .ct-single-product__tags a {
    color: #7d7d7d;
    display: block;
    float: left;
    border-radius: 0;
    border: 1px solid #d6d6d6;
    padding: 12px 20px;
    margin: 1px;
    font-size: 12px; }
    .ct-single-product__tags a:hover, .ct-single-product__tags a:active {
      color: #fff;
      text-decoration: none; }

.nav-tabs {
  border-bottom: 2px solid #EA0000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #7d7d7d; }
  .nav-tabs > li {
    background: #e5e5e5;
    margin-bottom: 0; }
    .nav-tabs > li + li {
      margin-left: 2px; }
  .nav-tabs .active {
    background: #EA0000;
    color: #fff; }
  .nav-tabs a {
    background: transparent !important;
    color: inherit !important;
    border: none !important; }

.tab-content {
  padding-top: 25px; }

.ct-blank-page {
  min-height: 100vh;
  display: table;
  width: 100%;
  padding: 10vh 0; }
  .ct-blank-page > .ct-blank-page__inner, .ct-blank-page > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .browser-mozilla .ct-blank-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .browser-mozilla .ct-blank-page > .ct-blank-page__inner, .browser-mozilla .ct-blank-page > .inner {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .ct-blank-page h2 {
    padding-top: 50px; }
  .ct-blank-page .ct-separator {
    padding: 40px 0 60px;
    width: 176px;
    margin: 0 auto; }
  .ct-blank-page p {
    margin-bottom: 50px; }

.flickr-gallery {
  width: 100%; }
  .flickr-gallery:before, .flickr-gallery:after {
    content: " ";
    display: table; }
  .flickr-gallery:after {
    clear: both; }
  .flickr-gallery .flickr_badge_image,
  .flickr-gallery .ct-isotope-icon {
    width: 50%;
    float: left;
    position: relative;
    background: #EA0000; }
    @media only screen and (min-width: 1024px) {
      .flickr-gallery .flickr_badge_image,
      .flickr-gallery .ct-isotope-icon {
        width: 20%; } }
    @media (min-width: 1600px) {
      .flickr-gallery .flickr_badge_image,
      .flickr-gallery .ct-isotope-icon {
        width: 10%; } }
  .flickr-gallery .flickr_badge_image {
    padding: 0;
    overflow: hidden; }
    .flickr-gallery .flickr_badge_image:before {
      content: '';
      padding-top: 100%;
      display: block; }
    .flickr-gallery .flickr_badge_image a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .flickr-gallery .flickr_badge_image a img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        width: auto !important;
        height: auto !important;
        max-width: none;
        min-height: 100%;
        -webkit-backface-visibility: hidden; }
.ct-slick--thumbs {
  max-height:100px;
}
.ct-u-mask{
  background-color: black;
}
.ct-u-mask--lighter {
  background-color: rgba(0, 0, 0, 0.3); }
.ct-u-mask--darker {
  background-color: rgba(0, 0, 0, 0.75); }
