@charset "UTF-8";
/*------------------------------------------------------------------
Project:	Sella HTML theme
Version:	1.0
Last change:	21.01.2016
-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[Table of contents]
// 1. variables
// 2. mixins
// 3. animate
// 4. slick
// 5. selectize
// 6. lightgallery
// 7. chartist
// 8. tablesaw
// 9. pace preloader
// 10. fullpage scroll
// 11. countdown
// 12. navbar
// 13. background-effects
// 14. buttons
// 15. typography
// 16. iconbox
// 17. cta
// 18. footer
// 19. forms
// 20. portfolio
// 21. price-table
// 22. contact-information
// 23. event-box
// 24. blog
// 25. testimonials
// 26. progress-bars
// 27. toggables
// 28. sidebar
// 29. widgets
// 30. personbox
// 31. label
// 32. charts
// 33. sections
// 34. map
// 35. counter
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700italic,400,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic);
.ct-u-background--motive {
  background-color: #2089cc !important; }

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

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

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

.ct-u-background--accent {
  background-color: #00bcd4 !important; }

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

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

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

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

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

.ct-u-background--gray {
  background-color: #b3b3b3 !important; }

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

.ct-u-background--motive-5 {
  background-color: #2897dd !important; }

.ct-u-color--motive-5 {
  color: #2897dd !important; }

.ct-u-background--motive-10 {
  background-color: #3ea1e1 !important; }

.ct-u-color--motive-10 {
  color: #3ea1e1 !important; }

.ct-u-background--motive-15 {
  background-color: #54ace4 !important; }

.ct-u-color--motive-15 {
  color: #54ace4 !important; }

.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-relative {
  position: relative; }

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

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

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

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

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

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

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

.ct-u-font-weight--800 {
  font-weight: 800 !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-font-family-secondary {
  font-family: "Open Sans", sans-serif; }

.ct-u-font-family-serif {
  font-family: "Libre Baskerville", serif; }

.ct-u-text-italic {
  font-style: italic; }

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

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

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

.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-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

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

.ct-u-padding-bottom-10 {
  padding-bottom: 10px !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-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

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

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

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

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

.ct-u-padding-bottom-90 {
  padding-bottom: 90px !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-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

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

.ct-u-margin-bottom-10 {
  margin-bottom: 10px !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-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

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

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

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

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

.ct-u-margin-bottom-90 {
  margin-bottom: 90px !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: 992px) {
  .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: 1200px) {
  .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; } }

.z-depth-0, .btn {
  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); }

.text-shadow-1 {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75); }

.text-shadow-2 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75); }

/*!
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-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: #2089cc;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #2089cc;
      opacity: 0.75; }

/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis  & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * $author Brian Reavis <brian$thirdroute.com>
 */
.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: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

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

.selectize-dropdown-header-close:hover {
  color: black; }

.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: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  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: #cacaca; }

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

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

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -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 #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px; }
  .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: 3px 3px 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: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0; }
    .selectize-control.multi .selectize-input > div.active {
      background: #e8e8e8;
      color: #303030;
      border: 0 solid #cacaca; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: white;
    border: 0 solid white; }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 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: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  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 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(125, 168, 208, 0.2);
      border-radius: 1px; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
    .selectize-dropdown .active.create {
      color: #495c68; }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 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: 15px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

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

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

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

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

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 9px 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: 34px; }
  .selectize-input.dropdown-active {
    border-radius: 2px; }
  .selectize-input.dropdown-active::before {
    display: none; }
  .selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 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: 9px;
  padding-right: 9px; }

.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; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lightgallery/lg.eot?n1z373");
  src: url("../fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*! Tablesaw - v2.0.2 - 2015-10-27
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: 0.5em 0.7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: 0.5em 0.85em 0.4em 0.85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em; }

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4; }

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none; }

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd; }

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none; }

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 0.35em #4faeef !important; }

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em; }

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent; }

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0; }

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: 0.3em 1em 0.3em 1em; }

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: 0.4em 0.7em 0.25em 0.7em; }

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left; }

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute; }

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em; }

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: 0.25em 0.45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: 0.3em 0.7em 0.25em 0.7em; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif; }

.tablesaw-toolbar {
  font-size: .875em;
  float: left; }

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-toolbar ~ table {
  clear: both; }

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible; } }

table.tablesaw tbody th {
  font-weight: bold; }

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em; }

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle; }

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */ }

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0; }

.tablesaw thead {
  border: 1px solid #e5e5e4;
  background: #e2dfdc; }

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left; }

.tablesaw thead th {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  border-right: 1px solid #e4e1de; }

/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4; }

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2; } }

/* Stack */
.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal; }

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif; }

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em; } }

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de; }
  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #e4e1de; } }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none; } }

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none; }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative; }

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top; }

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em; }

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193"; }

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block; }

.tablesaw-sortable .not-applicable span {
  display: none; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: .4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: 0.4em 0.2em; }

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

.pace {
  background-color: #fff;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  z-index: 9999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.pace .pace-progress {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  width: 100%;
  top: 50%;
  height: 4px;
  font-size: 12px;
  font-weight: 700;
  background-color: #2089cc; }
  .pace .pace-progress:before {
    content: '';
    position: fixed;
    right: 0;
    width: 2px;
    height: 10px;
    margin-top: -3px;
    background-color: #2089cc; }
  .pace .pace-progress:after {
    content: attr(data-progress-text);
    display: inline-block;
    position: fixed;
    width: 46px;
    margin-right: -23px;
    text-align: center;
    right: 0;
    top: 30px; }

.pace .pace-activity {
  height: 92px;
  width: 232px;
  position: absolute;
  top: 35%;
  left: 50%;
  margin: -46px 0 0 -116px;
  background: url("/assets/images/content/logo-section.png") no-repeat; }
  @media only screen and (min-width: 992px) {
    .pace .pace-activity {
      top: 40%; } }

.pace.pace-inactive {
  display: none; }

/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

html, body, img, figure {
  max-width: 100%; }

body {
  position: relative; }
  body .ct-pageWrapper, body .ct-menu-mobile {
    opacity: 0; }
  body.pace-done .ct-pageWrapper, body.pace-done .ct-menu-mobile {
    opacity: 1; }

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

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); }

button, .btn {
  -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; }

[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; }

@media only screen and (min-width: 768px) {
  .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: 992px) {
  html {
    font-size: 62.5%; } }

.ct-menu-mobile {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: -250px;
  -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: 1000; }
  .ct-menu-mobile .ct-menu-button {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    background-color: #000;
    border-radius: 25px 0 0 25px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    left: -40px;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-menu-mobile .ct-menu-button:before {
      content: "\f0c9";
      font-family: fontawesome;
      display: block; }
  .ct-menu-mobile .ct-menu-body {
    height: 100%;
    position: relative; }
    .ct-menu-mobile .ct-menu-body .ct-menu-logo {
      padding: 40px 52px; }
  .ct-menu-mobile .ct-socials {
    margin-bottom: 40px; }
  .ct-menu-mobile .ct-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto; }
  .ct-menu-mobile a:hover, .ct-menu-mobile a:focus, .ct-menu-mobile a:active {
    color: #2089cc; }
  .ct-menu-mobile .ct-menu-contact {
    padding: 17px;
    border-top: 1px solid #333333; }
  .ct-menu-mobile .ct-menu-mobile-nav {
    list-style: none;
    padding: 0;
    line-height: 40px;
    padding: 20px 15px; }
    .ct-menu-mobile .ct-menu-mobile-nav a {
      display: block; }
    .ct-menu-mobile .ct-menu-mobile-nav .dropdown > a:after {
      bottom: -2px; }
    .ct-menu-mobile .ct-menu-mobile-nav .dropdown .dropdown-menu {
      display: none;
      position: relative;
      width: 100%;
      background-color: transparent;
      text-align: center;
      padding: 20px 0;
      border-bottom: 1px solid #333333;
      margin-bottom: 10px; }
      .ct-menu-mobile .ct-menu-mobile-nav .dropdown .dropdown-menu a {
        color: #fff; }
        .ct-menu-mobile .ct-menu-mobile-nav .dropdown .dropdown-menu a:hover, .ct-menu-mobile .ct-menu-mobile-nav .dropdown .dropdown-menu a:focus, .ct-menu-mobile .ct-menu-mobile-nav .dropdown .dropdown-menu a:active {
          color: #2089cc;
          background-color: transparent; }
    .ct-menu-mobile .ct-menu-mobile-nav .ct-menu-mobile-nav-open > a {
      color: #fff;
      background-color: #2089cc; }
    .ct-menu-mobile .ct-menu-mobile-nav .ct-menu-mobile-nav-open .dropdown-menu {
      display: block; }
  .ct-menu-mobile .ct-menu-user-panel {
    border-top: 1px solid #333333; }
    .ct-menu-mobile .ct-menu-user-panel .ct-panel-left, .ct-menu-mobile .ct-menu-user-panel .ct-panel-right {
      display: inline-block;
      width: 50%;
      float: left;
      font-size: 12px; }
      .ct-menu-mobile .ct-menu-user-panel .ct-panel-left a, .ct-menu-mobile .ct-menu-user-panel .ct-panel-right a {
        display: block;
        padding: 16px;
        cursor: pointer; }
        .ct-menu-mobile .ct-menu-user-panel .ct-panel-left a i, .ct-menu-mobile .ct-menu-user-panel .ct-panel-right a i {
          margin-right: 10px; }
    .ct-menu-mobile .ct-menu-user-panel .ct-panel-left {
      border-right: 1px solid #333333; }
  .ct-menu-mobile .ct-menu-search {
    position: relative; }
    .ct-menu-mobile .ct-menu-search .form-control {
      background-color: transparent;
      border-radius: 0;
      border-top: 1px solid #333333;
      border-bottom: 1px solid #333333;
      border-left: transparent;
      border-right: transparent;
      padding: 15px 30px; }
    .ct-menu-mobile .ct-menu-search .input-lg {
      height: 50px; }
  @media only screen and (min-width: 480px) {
    .ct-menu-mobile {
      min-width: 300px;
      width: auto;
      right: -300px; } }
  @media only screen and (min-width: 992px) {
    .ct-menu-mobile .ct-menu-mobile-nav {
      padding: 70px 15px; } }
  @media only screen and (min-width: 768px) {
    .ct-menu-mobile .ct-menu-mobile-nav {
      line-height: 50px;
      padding: 30px 15px; } }

.ct-menu-mobile-open {
  right: 0; }
  .ct-menu-mobile-open .ct-menu-button {
    background-color: rgba(0, 0, 0, 0.9); }
    .ct-menu-mobile-open .ct-menu-button:before {
      content: "\f00d";
      margin-left: 4px; }

.ct-topbar {
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0; }
  .ct-topbar a:hover, .ct-topbar a:focus, .ct-topbar a:active {
    color: #2089cc;
    background-color: inherit; }
  .ct-topbar .ct-topbar-contact, .ct-topbar .ct-topbar-user-panel {
    display: inline-block; }
  .ct-topbar .ct-topbar-contact {
    float: left; }
  .ct-topbar .ct-topbar-user-panel {
    float: right; }
  .ct-topbar ul li {
    margin-right: 29px; }
    .ct-topbar ul li:last-child {
      margin: 0; }
  .ct-topbar i {
    margin-right: 8px; }

.ct-nav {
  position: relative;
  z-index: 999;
  display: none; }
  @media only screen and (min-width: 10px) {
    .ct-nav {
      display: block; } }

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  font-size: 12px;
  padding-right: 56px;
  border-radius: 0;
  border: none; }
  .navbar-default .navbar-header {
    color: #fff;
    font-size: 24px;
    line-height: 80px; }
    .navbar-default .navbar-header a:hover, .navbar-default .navbar-header a:focus, .navbar-default .navbar-header a:active {
      color: #2089cc; }
    .navbar-default .navbar-header .navbar-brand {
      height: 80px;
      line-height: 80px; }
      .navbar-default .navbar-header .navbar-brand img, .navbar-default .navbar-header .navbar-brand .ct-img {
        display: inline; }
      .navbar-default .navbar-header .navbar-brand .ct-img-show {
        display: none; }
    .navbar-default .navbar-header .ct-socials:after {
      background-color: transparent; }
  .navbar-default .navbar-nav {
    padding: 21px 0;
    text-transform: uppercase; }
    .navbar-default .navbar-nav > li {
      margin-right: 20px; }
      .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a, .navbar-default .navbar-nav > li:active > a {
        color: #fff;
        background-color: #2089cc; }
      .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 9px 22px;
        border-radius: 40px;
        font-weight: 700; }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
          color: #fff; }
  .navbar-default .ct-search {
    color: #fff;
    font-size: 14px;
    line-height: 80px;
    float: right;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .navbar-default .ct-search .ct-search-icon {
      margin: 0 34px;
      cursor: pointer; }
    .navbar-default .ct-search.ct-search-simple {
      position: relative; }
      .navbar-default .ct-search.ct-search-simple .form-control {
        -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
                transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
        position: absolute;
        opacity: 0;
        right: 0;
        min-width: 200px; }
    .navbar-default .ct-search .form-group {
      margin-bottom: 0; }
  .navbar-default .ct-search.ct-search-open {
    color: #2089cc; }
    .navbar-default .ct-search.ct-search-open.ct-search-simple .form-control {
      opacity: 1; }
  .navbar-default .dropdown .dropdown-menu {
    background-color: #000;
    border-radius: 2px;
    padding: 15px 0; }
    .navbar-default .dropdown .dropdown-menu:before {
      content: '';
      position: absolute;
      top: -7px;
      left: 0;
      height: 10px;
      width: 100%; }
    .navbar-default .dropdown .dropdown-menu > li > a {
      color: #fff;
      font-weight: 700;
      padding: 10px 30px; }
      .navbar-default .dropdown .dropdown-menu > li > a:hover, .navbar-default .dropdown .dropdown-menu > li > a:focus, .navbar-default .dropdown .dropdown-menu > li > a:active {
        color: #2089cc;
        background-color: inherit; }

.navbar-dark .navbar-nav > li > a {
  color: #1a1a1a; }

.navbar-dark .ct-search {
  color: #1a1a1a; }

.dropdown > a {
  position: relative; }
  .dropdown > a:after {
    content: '\f107';
    font-family: fontawesome;
    position: absolute;
    line-height: 24px;
    left: 50%;
    margin-left: -4px;
    bottom: -6px; }

.navbar-fw {
  position: relative; }
  .navbar-fw .dropdown-fw {
    position: static; }
    .navbar-fw .dropdown-fw .dropdown-menu {
      padding: 0;
      width: 100%;
      top: 76%;
      border-radius: 20px; }
      .navbar-fw .dropdown-fw .dropdown-menu > li {
        display: inline-block; }
        .navbar-fw .dropdown-fw .dropdown-menu > li > a {
          font-size: 12px;
          padding: 10px 20px; }

.navbar-panel {
  position: relative;
  float: left;
  display: inline-block;
  padding: 0 30px; }
  .navbar-panel:after {
    content: "";
    height: 40px;
    width: 1px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #464545; }

.navbar-scrolled .navbar-fixed.navbar-default {
  box-shadow: 0px 0px 5px 0px rgba(3, 3, 3, 0.25);
  background-color: #fff; }
  .navbar-scrolled .navbar-fixed.navbar-default .navbar-header, .navbar-scrolled .navbar-fixed.navbar-default .ct-search {
    color: #333333; }
  .navbar-scrolled .navbar-fixed.navbar-default .ct-img {
    display: none; }
  .navbar-scrolled .navbar-fixed.navbar-default .ct-img-show {
    display: inline; }
  .navbar-scrolled .navbar-fixed.navbar-default .navbar-nav > li > a {
    color: #333; }
  .navbar-scrolled .navbar-fixed.navbar-default .navbar-nav > li:hover > a, .navbar-scrolled .navbar-fixed.navbar-default .navbar-nav > li:focus > a, .navbar-scrolled .navbar-fixed.navbar-default .navbar-nav > li:active > a {
    color: #fff; }
  .navbar-scrolled .navbar-fixed.navbar-default .navbar-panel:after {
    background-color: #E8E8E8; }
  .navbar-scrolled .navbar-fixed.navbar-default .navbar-panel:last-child:after {
    background-color: transparent; }

.navbar-scrolled .navbar-fixed.ct-navbar-style2 .navbar-nav > li > a:hover, .navbar-scrolled .navbar-fixed.ct-navbar-style2 .navbar-nav > li > a:focus, .navbar-scrolled .navbar-fixed.ct-navbar-style2 .navbar-nav > li > a:active {
  color: #2089cc; }

.ct-navbar-style2 {
  background-color: #fff; }
  .ct-navbar-style2 .navbar-header .navbar-brand {
    padding: 0; }
    .ct-navbar-style2 .navbar-header .navbar-brand:after {
      height: 0;
      width: 0; }
  .ct-navbar-style2 .navbar-nav > li {
    margin: 0; }
    .ct-navbar-style2 .navbar-nav > li > a {
      color: #333;
      padding-left: 18px;
      padding-right: 18px; }
      .ct-navbar-style2 .navbar-nav > li > a:hover, .ct-navbar-style2 .navbar-nav > li > a:focus, .ct-navbar-style2 .navbar-nav > li > a:active {
        color: #2089cc;
        background-color: inherit; }
  .ct-navbar-style2 .ct-search {
    color: #333; }
    .ct-navbar-style2 .ct-search .ct-search-icon {
      margin-right: 0; }
  .ct-navbar-style2 .dropdown .dropdown-menu {
    padding: 0 9px; }
    .ct-navbar-style2 .dropdown .dropdown-menu > li > a {
      padding-left: 8px;
      padding-right: 8px; }

.ct-navbar-light-decoration .navbar-panel:after {
  background-color: #9daaaf; }

.ct-tel {
  display: none; }

.ct-tel-icon {
  display: inline; }

.ct-search-fluid {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  display: none; }
  .ct-search-fluid .form-group {
    position: relative; }
  .ct-search-fluid .form-control {
    font-size: 36px;
    color: #333;
    display: block;
    background-color: #fff;
    height: 80px;
    border: none;
    padding-left: 80px; }
  .ct-search-fluid button {
    color: #333;
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    background-color: transparent;
    border: none; }

@media (min-width: 1850px) {
  .ct-tel {
    display: inline; }
  .ct-tel-icon {
    display: none; } }

@media (max-width: 1680px) {
  .navbar-default .navbar-nav > li {
    margin-right: 0; }
  .navbar-default .ct-search {
    right: -20px; }
    .navbar-default .ct-search .ct-search-icon {
      padding: 0 10px;
      margin: 0; }
  .navbar-panel {
    padding: 0 15px; } }

@media (max-width: 1400px) {
  .navbar-default .navbar-nav > li {
    margin-right: 0; }
    .navbar-default .navbar-nav > li > a {
      padding: 9px 12px; }
  .navbar-default.ct-navbar-style2 .navbar-nav > li {
    margin-right: 0; }
    .navbar-default.ct-navbar-style2 .navbar-nav > li > a {
      padding-left: 18px;
      padding-right: 18px; } }

/* -------------------- Media Sections  -------------------- */
[data-type="video"] {
  overflow: hidden;
  position: relative; }
  [data-type="video"] .ct-media-container {
    position: absolute;
    min-width: 100%;
    overflow: hidden;
    background-color: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    max-height: 100%; }
    [data-type="video"] .ct-media-container video, [data-type="video"] .ct-media-container iframe {
      min-width: 100%;
      min-height: 100%;
      width: auto; }

[data-type="pattern"] {
  background-size: contain !important;
  background-repeat: repeat !important; }

[data-type="kenburns"] {
  overflow: hidden; }
  [data-type="kenburns"] .ct-media-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
    -webkit-transition-duration: 3s, 8s;
            transition-duration: 3s, 8s; }
    [data-type="kenburns"] .ct-media-container > img {
      vertical-align: middle;
      max-width: none;
      position: absolute;
      min-width: 120%;
      min-height: 100%;
      opacity: 0; }
      [data-type="kenburns"] .ct-media-container > img.singlefx {
        opacity: 1; }

[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left; }

[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(2n+1) {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right; }

[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(3n+1) {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left; }

[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right; }

[data-type="kenburns"] .ct-mediaSection-kenburns .fx:first-child + img ~ img {
  z-index: -1; }

[data-type="kenburns"] .ct-mediaSection-kenburns .fx {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(30px);
      -ms-transform: scale(1.1) translate(30px);
          transform: scale(1.1) translate(30px); }

[data-type="kenburns"] .ct-mediaSection-kenburns .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
          animation: singleimageloop 20s infinite;
  /* IE 10+ */ }

@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px); }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
            transform: scale(1.1) translate(30px); }
  100% {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px); } }

@keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px); }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
            transform: scale(1.1) translate(30px); }
  100% {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px); } }

.btn {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 22px;
  border-width: 2px;
  text-transform: uppercase;
  border-radius: 40px; }
  .btn i {
    margin-left: 14px; }
  @media only screen and (min-width: 768px) {
    .btn {
      padding: 9px 24px; }
      .btn.last {
        margin-top: 40px; } }

.btn-xs {
  font-size: 11.9px;
  padding: 3px 12px; }
  @media only screen and (min-width: 768px) {
    .btn-xs {
      font-size: 11.9px;
      padding: 5px 14px; } }

.btn-sm {
  font-size: 12px;
  padding: 8px 17px; }
  @media only screen and (min-width: 768px) {
    .btn-sm {
      font-size: 12px;
      padding: 8px 21px; } }

.btn-lg {
  font-size: 14px;
  padding: 13px 17px; }
  @media only screen and (min-width: 768px) {
    .btn-lg {
      font-size: 14px;
      padding: 19px 29px; } }

.btn-social {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 2px;
  padding: 0;
  border: none;
  min-width: 80px; }
  .btn-social span {
    display: inline-block;
    min-width: 50px; }

.btn-social {
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px; }
  .btn-social:hover, .btn-social:focus, .btn-social:active {
    opacity: 0.8; }
  .btn-social:last-child {
    margin-right: 0; }
  .btn-social.s_facebook {
    background-color: #385591; }
    .btn-social.s_facebook span {
      background-color: #30487b; }
  .btn-social.s_twitter {
    background-color: #09a8e2; }
    .btn-social.s_twitter span {
      background-color: #088fc0; }
  .btn-social.s_plus {
    background-color: #d34836; }
    .btn-social.s_plus span {
      background-color: #b43d2e; }
  .btn-social.s_pinterest {
    background-color: #c31c1e; }
    .btn-social.s_pinterest span {
      background-color: #a6181a; }
  .btn-social.s_linkedin {
    background-color: #0075ad; }
    .btn-social.s_linkedin span {
      background-color: #006493; }
  .btn-social span {
    float: right;
    border-radius: 0 2px 2px 0; }
  @media only screen and (min-width: 768px) {
    .btn-social {
      margin-right: 28px;
      margin-bottom: 0; } }

.btn-motive {
  color: #fff;
  background-color: #2089cc;
  border-color: #2089cc; }
  .btn-motive:focus,
  .btn-motive.focus {
    color: #fff;
    background-color: #1d7ab6;
    border-color: #1d7ab6; }
  .btn-motive:hover {
    color: #fff;
    background-color: #196ba0;
    border-color: #196ba0; }
  .btn-motive:active,
  .btn-motive.active,
  .open > .btn-motive.dropdown-toggle {
    color: #fff;
    background-color: #196ba0;
    border-color: #196ba0; }
    .btn-motive:active:hover,
    .btn-motive:active:focus,
    .btn-motive:active.focus,
    .btn-motive.active:hover,
    .btn-motive.active:focus,
    .btn-motive.active.focus,
    .open > .btn-motive.dropdown-toggle:hover,
    .open > .btn-motive.dropdown-toggle:focus,
    .open > .btn-motive.dropdown-toggle.focus {
      color: #fff;
      background-color: #145781;
      border-color: #145781; }
  .btn-motive:active,
  .btn-motive.active,
  .open > .btn-motive.dropdown-toggle {
    background-image: none; }
  .btn-motive.disabled,
  .btn-motive.disabled:hover,
  .btn-motive.disabled:focus,
  .btn-motive.disabled.focus,
  .btn-motive.disabled:active,
  .btn-motive.disabled.active,
  .btn-motive[disabled],
  .btn-motive[disabled]:hover,
  .btn-motive[disabled]:focus,
  .btn-motive[disabled].focus,
  .btn-motive[disabled]:active,
  .btn-motive[disabled].active,
  fieldset[disabled] .btn-motive,
  fieldset[disabled] .btn-motive:hover,
  fieldset[disabled] .btn-motive:focus,
  fieldset[disabled] .btn-motive.focus,
  fieldset[disabled] .btn-motive:active,
  fieldset[disabled] .btn-motive.active {
    background-color: #2089cc;
    border-color: #2089cc; }
  .btn-motive .badge {
    color: #2089cc;
    background-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #2089cc;
    background-color: #fff;
    border-color: #fff; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff; }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-default:active:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #d4d4d4; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #fff; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #2e6da4;
    border-color: #286090; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #23527c; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #23527c; }
    .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 {
      color: #fff;
      background-color: #204d74;
      border-color: #1b4060; }
  .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: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #4cae4c;
    border-color: #449d44; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #3d8b3d; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #3d8b3d; }
    .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 {
      color: #fff;
      background-color: #398439;
      border-color: #327232; }
  .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: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #46b8da;
    border-color: #31b0d5; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #28a1c5; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #28a1c5; }
    .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 {
      color: #fff;
      background-color: #269abc;
      border-color: #2289a7; }
  .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: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #eea236;
    border-color: #ec971f; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #df8a13; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #df8a13; }
    .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 {
      color: #fff;
      background-color: #d58512;
      border-color: #be7610; }
  .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: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #d43f3a;
    border-color: #c9302c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #b52b27; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #b52b27; }
    .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 {
      color: #fff;
      background-color: #ac2925;
      border-color: #972421; }
  .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: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-motive-o {
  color: #2089cc;
  background-color: transparent;
  border-color: #2089cc; }
  .btn-motive-o:focus,
  .btn-motive-o.focus {
    color: #2089cc; }
  .btn-motive-o:hover {
    color: #fff;
    background-color: #2089cc;
    border-color: #2089cc; }
  .btn-motive-o:active,
  .btn-motive-o.active,
  .open > .btn-motive-o.dropdown-toggle {
    color: #fff;
    background-color: #1d7ab6;
    border-color: #1c77b2; }
    .btn-motive-o:active:hover,
    .btn-motive-o:active:focus,
    .btn-motive-o:active.focus,
    .btn-motive-o.active:hover,
    .btn-motive-o.active:focus,
    .btn-motive-o.active.focus,
    .open > .btn-motive-o.dropdown-toggle:hover,
    .open > .btn-motive-o.dropdown-toggle:focus,
    .open > .btn-motive-o.dropdown-toggle.focus {
      color: #fff;
      background-color: #1d7ab6;
      border-color: #1c77b2; }
  .btn-motive-o:active,
  .btn-motive-o.active,
  .open > .btn-motive-o.dropdown-toggle {
    background-image: none; }
  .btn-motive-o.disabled,
  .btn-motive-o.disabled:hover,
  .btn-motive-o.disabled:focus,
  .btn-motive-o.disabled.focus,
  .btn-motive-o.disabled:active,
  .btn-motive-o.disabled.active,
  .btn-motive-o[disabled],
  .btn-motive-o[disabled]:hover,
  .btn-motive-o[disabled]:focus,
  .btn-motive-o[disabled].focus,
  .btn-motive-o[disabled]:active,
  .btn-motive-o[disabled].active,
  fieldset[disabled] .btn-motive-o,
  fieldset[disabled] .btn-motive-o:hover,
  fieldset[disabled] .btn-motive-o:focus,
  fieldset[disabled] .btn-motive-o.focus,
  fieldset[disabled] .btn-motive-o:active,
  fieldset[disabled] .btn-motive-o.active {
    background-color: transparent;
    border-color: #2089cc; }
  .btn-motive-o .badge {
    color: #2089cc;
    background-color: #2089cc; }

.btn-dark-o {
  color: #000;
  background-color: transparent;
  border-color: #000; }
  .btn-dark-o:focus,
  .btn-dark-o.focus {
    color: #000; }
  .btn-dark-o:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark-o:active,
  .btn-dark-o.active,
  .open > .btn-dark-o.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark-o:active:hover,
    .btn-dark-o:active:focus,
    .btn-dark-o:active.focus,
    .btn-dark-o.active:hover,
    .btn-dark-o.active:focus,
    .btn-dark-o.active.focus,
    .open > .btn-dark-o.dropdown-toggle:hover,
    .open > .btn-dark-o.dropdown-toggle:focus,
    .open > .btn-dark-o.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-dark-o:active,
  .btn-dark-o.active,
  .open > .btn-dark-o.dropdown-toggle {
    background-image: none; }
  .btn-dark-o.disabled,
  .btn-dark-o.disabled:hover,
  .btn-dark-o.disabled:focus,
  .btn-dark-o.disabled.focus,
  .btn-dark-o.disabled:active,
  .btn-dark-o.disabled.active,
  .btn-dark-o[disabled],
  .btn-dark-o[disabled]:hover,
  .btn-dark-o[disabled]:focus,
  .btn-dark-o[disabled].focus,
  .btn-dark-o[disabled]:active,
  .btn-dark-o[disabled].active,
  fieldset[disabled] .btn-dark-o,
  fieldset[disabled] .btn-dark-o:hover,
  fieldset[disabled] .btn-dark-o:focus,
  fieldset[disabled] .btn-dark-o.focus,
  fieldset[disabled] .btn-dark-o:active,
  fieldset[disabled] .btn-dark-o.active {
    background-color: transparent;
    border-color: #000; }
  .btn-dark-o .badge {
    color: #000;
    background-color: #000; }

.btn-default-o {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-default-o:focus,
  .btn-default-o.focus {
    color: #fff; }
  .btn-default-o:hover {
    color: #fff;
    background-color: #2089cc;
    border-color: #2089cc; }
  .btn-default-o:active,
  .btn-default-o.active,
  .open > .btn-default-o.dropdown-toggle {
    color: #fff;
    background-color: #1d7ab6;
    border-color: #f0f0f0; }
    .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 {
      color: #fff;
      background-color: #1d7ab6;
      border-color: #1c77b2; }
  .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: #2089cc;
    background-color: #fff; }

.btn-primary-o {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7; }
  .btn-primary-o:focus,
  .btn-primary-o.focus {
    color: #337ab7; }
  .btn-primary-o:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .btn-primary-o:active,
  .btn-primary-o.active,
  .open > .btn-primary-o.dropdown-toggle {
    color: #fff;
    background-color: #2e6da4;
    border-color: #2d6aa0; }
    .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 {
      color: #fff;
      background-color: #2e6da4;
      border-color: #2d6aa0; }
  .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 {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-o:focus,
  .btn-success-o.focus {
    color: #5cb85c; }
  .btn-success-o:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-o:active,
  .btn-success-o.active,
  .open > .btn-success-o.dropdown-toggle {
    color: #fff;
    background-color: #4cae4c;
    border-color: #4aab4a; }
    .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 {
      color: #fff;
      background-color: #4cae4c;
      border-color: #4aab4a; }
  .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 {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-o:focus,
  .btn-info-o.focus {
    color: #5bc0de; }
  .btn-info-o:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-o:active,
  .btn-info-o.active,
  .open > .btn-info-o.dropdown-toggle {
    color: #fff;
    background-color: #46b8da;
    border-color: #42b6d9; }
    .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 {
      color: #fff;
      background-color: #46b8da;
      border-color: #42b6d9; }
  .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 {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-o:focus,
  .btn-warning-o.focus {
    color: #f0ad4e; }
  .btn-warning-o:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-o:active,
  .btn-warning-o.active,
  .open > .btn-warning-o.dropdown-toggle {
    color: #fff;
    background-color: #eea236;
    border-color: #eea032; }
    .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 {
      color: #fff;
      background-color: #eea236;
      border-color: #eea032; }
  .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 {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-o:focus,
  .btn-danger-o.focus {
    color: #d9534f; }
  .btn-danger-o:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-o:active,
  .btn-danger-o.active,
  .open > .btn-danger-o.dropdown-toggle {
    color: #fff;
    background-color: #d43f3a;
    border-color: #d43a36; }
    .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 {
      color: #fff;
      background-color: #d43f3a;
      border-color: #d43a36; }
  .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-square {
  border-radius: 2px; }

.ct-btn-to-section {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  color: #fff;
  width: 100px;
  margin-left: -50px; }
  .ct-btn-to-section i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px; }
  .ct-btn-to-section:hover, .ct-btn-to-section:focus, .ct-btn-to-section:active {
    color: #2089cc; }

.ct-btn-to-section--dark {
  color: #191919; }

header {
  position: relative; }
  header .ct-date {
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-style: italic; }
  header img + svg.ct-header-svg {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; }
  header span, header img {
    position: relative;
    z-index: 2; }
  header svg.ct-header-svg {
    fill: #2089cc; }
  @media only screen and (min-width: 480px) {
    header img + svg.ct-header-svg {
      top: -5px;
      left: 0; } }
  @media only screen and (min-width: 768px) {
    header img + svg.ct-header-svg {
      top: -35px; } }

.ct-signature--right {
  display: inline-block; }
  .ct-signature--right span:last-child {
    display: block;
    text-align: right; }

.ct-coming-soon-page {
  overflow-y: auto; }
  .ct-coming-soon-page section {
    position: relative;
    padding: 15px;
    background-color: #082233;
    overflow-y: auto; }
  .ct-coming-soon-page .ct-call-to-action:before, .ct-coming-soon-page .ct-call-to-action:after {
    height: 0;
    width: 0; }
  .ct-coming-soon-page .ct-call-to-action .form-group {
    width: 100%;
    margin: 0 auto 20px auto; }
  .ct-coming-soon-page .ct-call-to-action .ct-action-item:last-child {
    text-align: center; }
  .ct-coming-soon-page .ct-information-column {
    padding-bottom: 30px; }
  .ct-coming-soon-page .ct-map-column {
    position: relative; }
  .ct-coming-soon-page .ct-googleMap {
    height: 400px;
    margin: 0; }
  .ct-coming-soon-page .ct-logo {
    margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .ct-coming-soon-page {
      height: 100%;
      width: 100%; }
      .ct-coming-soon-page .ct-countdown-container {
        display: table;
        height: inherit;
        padding: 80px 0; }
      .ct-coming-soon-page .ct-countdown {
        display: table-cell;
        vertical-align: middle; }
      .ct-coming-soon-page .ct-call-to-action {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
      .ct-coming-soon-page body, .ct-coming-soon-page .ct-pageWrapper, .ct-coming-soon-page section, .ct-coming-soon-page .ct-information-column, .ct-coming-soon-page .ct-map-column {
        height: 100%;
        width: 100%; }
      .ct-coming-soon-page section {
        padding: 50px; }
      .ct-coming-soon-page .ct-information-column, .ct-coming-soon-page .ct-map-column {
        position: relative;
        float: left; }
      .ct-coming-soon-page .ct-information-column, .ct-coming-soon-page .ct-map-column {
        width: 50%; }
      .ct-coming-soon-page .ct-logo {
        position: absolute;
        top: 0; }
      .ct-coming-soon-page .ct-googleMap {
        height: inherit; }
      .ct-coming-soon-page .ct-call-to-action {
        padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .ct-coming-soon-page .ct-call-to-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 991px) {
    .ct-coming-soon-page .ct-call-to-action {
      display: block;
      padding: 15px; }
      .ct-coming-soon-page .ct-call-to-action .ct-action-item {
        display: block;
        padding: 0; }
        .ct-coming-soon-page .ct-call-to-action .ct-action-item:first-child {
          border: none; } }
  @media only screen and (min-width: 992px) {
    .ct-coming-soon-page .ct-information-column {
      width: 45%; }
    .ct-coming-soon-page .ct-map-column {
      width: 55%; } }
  @media only screen and (min-width: 1200px) {
    .ct-coming-soon-page .ct-information-column {
      width: 35%; }
    .ct-coming-soon-page .ct-map-column {
      width: 65%; } }
  @media (min-width: 1367px) {
    .ct-coming-soon-page .ct-information-column {
      width: 20%; }
    .ct-coming-soon-page .ct-map-column {
      width: 80%; }
    .ct-coming-soon-page .ct-call-to-action {
      padding: 50px 80px; } }
  @media (min-width: 1600px) {
    .ct-coming-soon-page .ct-call-to-action .form-group {
      width: 60%;
      padding-right: 30px;
      float: left;
      margin: 0; }
    .ct-coming-soon-page .ct-call-to-action .btn {
      width: 40%;
      padding-left: 0;
      padding-right: 0; } }

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

.ct-section-no-bottom {
  padding-bottom: 0; }

.ct-section--with-label {
  position: relative;
  padding: 200px 0 50px 0; }
  @media only screen and (min-width: 768px) {
    .ct-section--with-label {
      padding: 300px 0 100px 0; } }

.ct-section-package .ct-section-header {
  width: 105%;
  margin-bottom: 20px; }

.ct-section-package .ct-iconBox--small {
  margin-bottom: 20px; }

.ct-section-package .first-cloud, .ct-section-package .second-cloud, .ct-section-package .third-cloud {
  display: none; }

.ct-section-package .btn {
  margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .ct-section-package .first-cloud, .ct-section-package .second-cloud, .ct-section-package .third-cloud {
    position: relative;
    display: block; }
  .ct-section-package .first-cloud {
    top: 0px;
    left: 40px; }
  .ct-section-package .third-cloud {
    margin-bottom: 35px; } }

@media only screen and (min-width: 1200px) {
  .ct-section-package .ct-section-header {
    margin-bottom: 70px; }
  .ct-section-package .ct-iconBox--small {
    margin-bottom: 40px; }
  .ct-section-package .first-cloud {
    top: -40px;
    left: 70px; }
  .ct-section-package .third-cloud {
    margin-bottom: 85px; } }

.ct-section-absolute-cta {
  position: relative;
  padding-bottom: 400px; }
  .ct-section-absolute-cta .ct-slick {
    padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .ct-section-absolute-cta {
      padding-bottom: 250px; } }
  @media only screen and (min-width: 1200px) {
    .ct-section-absolute-cta {
      padding-bottom: 350px; } }

.ct-section--with-label.ct-section-absolute-cta .ct-slick {
  padding-top: 0; }

.ct-section-top {
  padding-top: 50px;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .ct-section-top {
      padding-top: 100px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0; }

h1.big, .h1.big {
  font-size: 57.6px; }

h2.big, .h2.big {
  font-size: 33px; }

@media only screen and (min-width: 480px) {
  h2.big, .h2.big {
    font-size: 39px; } }

h4 small, .h4 small {
  font-size: 16px;
  color: inherit; }

p {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  line-height: 24px; }

.ct-header img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 768px) {
  .ct-header .h1 {
    font-size: 57.6px; }
  .ct-header .h2 {
    font-size: 43.2px; }
    .ct-header .h2.big {
      font-size: 61.2px; } }

@media only screen and (min-width: 1200px) {
  .ct-header .h1 {
    font-size: 111.6px; }
  .ct-header .h2 {
    font-size: 61.2px; }
    .ct-header .h2.big {
      font-size: 79.2px; } }

.ct-section-header {
  text-transform: uppercase;
  padding-bottom: 30px; }
  .ct-section-header h1, .ct-section-header h2, .ct-section-header h3, .ct-section-header h4, .ct-section-header h5, .ct-section-header h6 {
    margin: 0; }
  .ct-section-header h1, .ct-section-header .h1,
  .ct-section-header h2, .ct-section-header .h2,
  .ct-section-header h3, .ct-section-header .h3,
  .ct-section-header h4, .ct-section-header .h4,
  .ct-section-header h5, .ct-section-header .h5,
  .ct-section-header h6, .ct-section-header .h6 {
    line-height: 1.21; }
  .ct-section-header span {
    font-weight: 400;
    margin-bottom: 5px; }

.ct-section-header--type2 {
  font-family: "Open Sans", sans-serif;
  font-style: italic; }
  .ct-section-header--type2 h1, .ct-section-header--type2 .h1,
  .ct-section-header--type2 h2, .ct-section-header--type2 .h2,
  .ct-section-header--type2 h3, .ct-section-header--type2 .h3,
  .ct-section-header--type2 h4, .ct-section-header--type2 .h4,
  .ct-section-header--type2 h5, .ct-section-header--type2 .h5,
  .ct-section-header--type2 h6, .ct-section-header--type2 .h6 {
    font-weight: 300; }

@media only screen and (min-width: 768px) {
  .ct-section-header--inside {
    margin-top: 60px; } }

.ct-section-header--divider {
  padding: 0;
  margin: 30px 0; }
  @media only screen and (min-width: 768px) {
    .ct-section-header--divider {
      margin: 60px; } }

.ct-section-header-decoration-left, .ct-section-header-decoration-center {
  position: relative; }
  .ct-section-header-decoration-left:after, .ct-section-header-decoration-center:after {
    content: "";
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #2089cc;
    position: absolute;
    bottom: 0; }

.ct-section-header-decoration-left {
  text-align: left; }
  .ct-section-header-decoration-left:after {
    left: 0; }

.ct-section-header-decoration-center {
  text-align: center; }
  .ct-section-header-decoration-center:after {
    left: 50%;
    margin-left: -15px; }

.ct-section-header-bordered {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .ct-section-header-bordered {
      padding-bottom: 55px;
      margin-bottom: 55px; } }

.ct-section-header--btn span {
  display: block; }

.ct-section-header--btn h2 {
  display: inline-block; }

.ct-section-header--btn .btn {
  float: right;
  position: relative;
  top: -16px; }

.ct-section-header--btn .btn-lg {
  font-size: 12px; }

@media only screen and (max-width: 479px) {
  .ct-section-header--btn .btn-lg {
    padding: 10px; } }

@media only screen and (min-width: 480px) {
  .ct-section-header--btn .btn {
    top: -10px; }
  .ct-section-header--btn .btn-lg {
    padding-top: 25px;
    padding-bottom: 25px; } }

.ct-section-label {
  max-width: 170px;
  background-color: #2089cc;
  min-width: 170px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
  text-align: center;
  color: #fff;
  padding: 20px 10px; }
  .ct-section-label span {
    display: block; }
  .ct-section-label i {
    font-size: 45px;
    display: block;
    margin-bottom: 15px; }
  .ct-section-label svg {
    fill: #fff;
    height: 75px;
    width: 75px;
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .ct-section-label {
      padding: 40px 15px; }
      .ct-section-label i {
        font-size: 75px; } }

.ct-section-label--left {
  left: 0;
  margin-left: 0; }

.ct-section-label--right {
  right: 0;
  margin-left: 0; }

.ct-section-header-100 {
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .ct-section-header-100 {
      padding-bottom: 100px; } }

.ct-socials {
  font-size: 14px;
  margin-left: 0; }
  .ct-socials li {
    height: 25px;
    width: 25px;
    background-color: #2089cc;
    border-radius: 50%;
    padding: 0;
    margin-right: 8px;
    text-align: center; }
    .ct-socials li a {
      color: #fff;
      display: block;
      line-height: 1.71429; }
    .ct-socials li:hover, .ct-socials li:focus, .ct-socials li:active {
      background-color: #fff; }
      .ct-socials li:hover a, .ct-socials li:focus a, .ct-socials li:active a {
        color: #2089cc; }
    .ct-socials li:last-child {
      margin-right: 0; }

.ct-socials-full-width {
  text-align: center; }
  .ct-socials-full-width a i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .ct-socials-full-width a:hover i, .ct-socials-full-width a:focus i, .ct-socials-full-width a:active i {
    color: #2089cc; }

.ct-list {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-weight: 400; }
  .ct-list li {
    padding-left: 17px;
    position: relative; }
    .ct-list li:before {
      content: "\f054";
      font-family: fontawesome;
      font-size: 8px;
      line-height: 1;
      color: #333;
      position: absolute;
      top: 9px;
      left: 0;
      height: 10px;
      width: 10px;
      margin-top: -4px; }
  .ct-list li + li {
    margin: 10px 0; }

@media only screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 22px;
    margin-bottom: 18px; }
  h2, .h2 {
    font-size: 21px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 15px; }
  h5, .h5 {
    font-size: 12px; }
  body {
    font-size: 12px; } }

.ct-iconBox {
  text-align: center; }
  .ct-iconBox .ct-iconBox-icon {
    text-align: center;
    font-size: 75px;
    height: 170px;
    width: 170px;
    padding: 32px;
    background-color: #f2f2f2;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .ct-iconBox .ct-iconBox-icon svg {
      width: 80%; }
  .ct-iconBox .ct-iconBox-description .ct-iconBox-title, .ct-iconBox .ct-iconBox-description .ct-iconBox-subtitle {
    text-transform: uppercase; }
  .ct-iconBox .ct-iconBox-description .ct-iconBox-title {
    color: #333;
    margin-bottom: 0; }
  .ct-iconBox .ct-iconBox-description .ct-iconBox-subtitle {
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  .ct-iconBox .ct-iconBox-description p {
    margin-top: 20px;
    margin-bottom: 45px; }
  .ct-iconBox:hover .ct-iconBox-icon {
    background-color: transparent;
    color: #2089cc; }
    .ct-iconBox:hover .ct-iconBox-icon svg {
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
              transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
      fill: #2089cc; }

.ct-iconBox--inline {
  position: relative;
  padding: 18px 0 18px 88px; }
  .ct-iconBox--inline .ct-iconBox-icon, .ct-iconBox--inline .ct-iconBox-description {
    display: inline-block; }
  .ct-iconBox--inline .ct-iconBox-icon {
    position: absolute;
    left: 0;
    top: 0; }

.ct-iconBox--small {
  text-align: left;
  margin-bottom: 30px; }
  .ct-iconBox--small .ct-iconBox-icon {
    font-size: 30px;
    height: 70px;
    width: 70px;
    padding: 13px;
    margin: 0 18px 0 0; }
    .ct-iconBox--small .ct-iconBox-icon svg {
      height: 35px;
      width: 35px; }
  @media only screen and (min-width: 768px) {
    .ct-iconBox--small {
      margin-bottom: 0; } }

.ct-iconBox--style2 .ct-iconBox-icon {
  color: #fff;
  background-color: #3c3c3c;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent; }
  .ct-iconBox--style2 .ct-iconBox-icon svg {
    fill: #fff; }

.ct-iconBox--style2 .ct-iconBox-description .ct-iconBox-title {
  color: #fff; }

.ct-iconBox--style2:hover .ct-iconBox-icon {
  border-color: #3c3c3c;
  border-color: rgba(255, 255, 255, 0.2); }

.ct-iconBox--undecorated {
  margin-top: 30px;
  margin-bottom: 35px; }
  .ct-iconBox--undecorated .ct-iconBox-icon {
    height: auto;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px; }
  .ct-iconBox--undecorated:hover .ct-iconBox-icon {
    color: inherit; }
    .ct-iconBox--undecorated:hover .ct-iconBox-icon svg {
      fill: inherit; }
  @media only screen and (min-width: 768px) {
    .ct-iconBox--undecorated {
      margin-top: 50px; } }

@media only screen and (min-width: 1200px) {
  .browser-mozilla .ct-call-to-action .ct-action-item {
    padding: 0 50px; }
  .browser-mozilla .ct-call-to-action--type2 .ct-action-item {
    padding: 0; } }

.ct-call-to-action {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background-color: #2089cc;
  padding: 50px 0;
  text-align: center; }
  .ct-call-to-action:before, .ct-call-to-action:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #2089cc;
    width: 100%; }
  .ct-call-to-action:before {
    left: -100%; }
  .ct-call-to-action:after {
    right: -100%; }
  .ct-call-to-action .ct-call-to-action-inner {
    display: table;
    width: 100%; }
  .ct-call-to-action .ct-action-item {
    padding: 0;
    margin-bottom: 20px; }
    .ct-call-to-action .ct-action-item:last-child {
      margin: 0;
      text-align: inherit; }
    .ct-call-to-action .ct-action-item .ct-action-title {
      margin: 0; }
    .ct-call-to-action .ct-action-item > span {
      color: rgba(255, 255, 255, 0.6);
      font-size: 18px; }
    .ct-call-to-action .ct-action-item .btn {
      font-family: "Montserrat", sans-serif; }
      .ct-call-to-action .ct-action-item .btn i {
        margin-left: 14px; }
  @media only screen and (min-width: 768px) {
    .ct-call-to-action {
      text-align: inherit; }
      .ct-call-to-action .ct-action-item {
        display: table-cell;
        vertical-align: middle;
        padding: 0 30px; }
        .ct-call-to-action .ct-action-item:first-child {
          padding-left: 0;
          border-right: 1px solid #4ea9e3; }
        .ct-call-to-action .ct-action-item:last-child {
          padding-right: 0;
          text-align: right; }
      .ct-call-to-action .form-group {
        display: inline-block;
        margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .ct-call-to-action .ct-action-item {
      display: table-cell;
      vertical-align: middle; } }
  @media only screen and (min-width: 1200px) {
    .ct-call-to-action {
      padding: 80px 0; }
      .ct-call-to-action .ct-action-item {
        padding: 0 60px; }
      .ct-call-to-action .ct-action-title {
        white-space: nowrap; } }

.ct-call-to-action-dark {
  background-color: rgba(0, 0, 0, 0.8); }
  .ct-call-to-action-dark:before, .ct-call-to-action-dark:after {
    background-color: rgba(0, 0, 0, 0.8); }
  @media only screen and (min-width: 768px) {
    .ct-call-to-action-dark .ct-action-item:first-child {
      border-right: 1px solid rgba(64, 64, 64, 0.8); } }

.ct-call-to-action--type2 {
  padding: 30px 15px; }
  .ct-call-to-action--type2 .ct-action-item {
    padding: 0; }
    .ct-call-to-action--type2 .ct-action-item:first-child {
      border: none; }
  @media only screen and (min-width: 992px) {
    .ct-call-to-action--type2 {
      padding: 40px 0 40px 36px; }
      .ct-call-to-action--type2:before {
        left: 0;
        width: 0; } }

.ct-call-to-action-skills {
  background-color: #f3f3f3;
  padding: 20px 0; }
  .ct-call-to-action-skills .item {
    padding: 30px 40px;
    border-right: 1px solid #dfdfdf; }
  .ct-call-to-action-skills .inner:first-child {
    width: 100px; }
  .ct-call-to-action-skills .inner > span {
    display: block;
    margin-left: 30px; }
  @media only screen and (min-width: 992px) {
    .ct-call-to-action-skills .item {
      padding: 40px 20px; } }
  @media only screen and (min-width: 1200px) {
    .ct-call-to-action-skills {
      padding: 40px 0; }
      .ct-call-to-action-skills .item {
        padding: 60px 100px; } }

.ct-call-to-action-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.ct-footer {
  background-color: #000; }
  .ct-footer .ct-prefooter {
    background-color: #1a1a1a;
    padding: 30px 0; }
    .ct-footer .ct-prefooter .ct-socials-full-width {
      margin: 0; }
  .ct-footer .ct-postfooter {
    text-align: center;
    padding: 24px 0; }
    .ct-footer .ct-postfooter .ct-footer-navigation {
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      padding-bottom: 25px; }
      .ct-footer .ct-postfooter .ct-footer-navigation ul li a:hover {
        color: #2089cc; }
    .ct-footer .ct-postfooter .ct-footer-copyright {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #535353;
      padding-top: 25px;
      border-top: 1px solid #1a1a1a; }
      .ct-footer .ct-postfooter .ct-footer-copyright a {
        color: #2089cc; }
        .ct-footer .ct-postfooter .ct-footer-copyright a:hover {
          color: inherit; }
  @media only screen and (min-width: 768px) {
    .ct-footer .ct-prefooter {
      padding: 60px 0; }
    .ct-footer .ct-postfooter .ct-footer-navigation ul li a {
      padding: 0 15px; } }

.input-lg {
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .input-lg {
      height: 46px; } }

.ct-form {
  text-align: center; }
  .ct-form .form-control {
    margin-bottom: 20px; }
    .ct-form .form-control:focus::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #000;
      opacity: 1; }
    .ct-form .form-control:focus:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000;
      opacity: 1; }
    .ct-form .form-control:focus::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000;
      opacity: 1; }
    .ct-form .form-control:focus:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000;
      opacity: 1; }
  .ct-form .inner-group {
    border: 1px solid #e5e5e5;
    border-radius: 2px; }
    .ct-form .inner-group .form-group {
      border-bottom: 1px solid #e5e5e5; }
      .ct-form .inner-group .form-group:last-child {
        border-bottom-color: transparent; }
  @media only screen and (min-width: 768px) {
    .ct-form .form-control {
      margin-bottom: 30px; } }

.ct-form-lighter .form-control {
  opacity: 0.5; }
  .ct-form-lighter .form-control:focus::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 1; }
  .ct-form-lighter .form-control:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .ct-form-lighter .form-control:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .ct-form-lighter .form-control:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1; }

.form-control {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #fff;
  border-radius: 2px;
  background-color: #000;
  border: 2px solid #000;
  box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 0.5; }
  .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 0.5; }
  .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 0.5; }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5; }
  .form-control:focus {
    border-color: #2089cc;
    opacity: 0.8;
    box-shadow: none; }

.form-control-light {
  color: #333333;
  background-color: #fff;
  border: 1px solid #e5e5e5; }
  .form-control-light::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333333;
    opacity: 0.5; }
  .form-control-light:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
    opacity: 0.5; }
  .form-control-light::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
    opacity: 0.5; }
  .form-control-light:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.5; }
  .form-control-light:focus {
    border-width: 2px; }

.form-control-bordered-dark {
  border: 2px solid #000;
  background-color: transparent; }

.form-group {
  position: relative; }

.ct-form-search input {
  padding-right: 50px; }

.ct-search-submit {
  color: #d6d6d6;
  font-size: 14px;
  background-color: transparent;
  padding: 15px 17px;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  right: 0;
  max-height: 48px;
  max-width: 48px;
  margin-top: -24px; }

.ct-modal .ct-modal-title {
  margin-bottom: 30px; }

.ct-modal .modal-body {
  position: relative;
  padding: 30px; }

.ct-modal .modal-content {
  border-radius: 0; }

.ct-modal .close {
  color: #333;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 5px; }
  .ct-modal .close:hover {
    opacity: 0.8; }

.ct-modal a {
  color: #2089cc;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer; }
  .ct-modal a:hover {
    color: inherit; }
  .ct-modal a:first-child {
    margin-right: 20px; }

.ct-modal.ct-modal--small .modal-dialog {
  width: 100%;
  max-width: 400px;
  margin: 50px 0 0 0; }

@media only screen and (min-width: 480px) {
  .ct-modal.ct-modal--small .modal-dialog {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 992px) {
  .ct-modal.ct-modal--small .modal-content {
    margin-top: 100px; } }

.ct-text-mandatory {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .ct-text-mandatory {
      text-align: left;
      margin-bottom: 0; } }

.ct-gallery-filters {
  margin: 35px 0 0 0;
  list-style: none;
  text-align: center;
  padding: 0; }
  .ct-gallery-filters li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 18px; }
    .ct-gallery-filters li > a {
      text-transform: uppercase;
      cursor: pointer; }
    .ct-gallery-filters li:last-child li {
      margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .ct-gallery-filters {
      margin-bottom: 0; } }

.ct-gallery .wp-pagenavi {
  display: none; }

.ct-gallery {
  overflow: hidden;
  min-height: 300px; }
  .ct-gallery.is-loaded:before {
    display: none; }

.ct-gallery-item {
  position: relative;
  width: 20%;
  float: left;
  overflow: hidden; }
  .ct-gallery-item .project-thumb {
    width: 100%; }
  .ct-gallery-item img {
    width: 100%; }

.browser-mozilla .ct-gallery-item {
  margin-bottom: -1px; }

.ct-gallery.ct-gallery--col5 .ct-gallery-item {
  width: 20%; }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big {
    width: 40%; }

.ct-gallery.ct-gallery--col4 .ct-gallery-item {
  width: 25%; }
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big {
    width: 50%; }

.ct-gallery.ct-gallery--col3 .ct-gallery-item {
  width: 33.33%; }
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big {
    width: 66.66%; }

.ct-gallery.ct-gallery--col2 .ct-gallery-item {
  width: 50%; }
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
    width: 100%; }

.ct-gallery.ct-gallery--col1 .ct-gallery-item {
  width: 100%; }

.ct-gallery-filters .btn {
  color: #fff;
  border-width: 3px;
  line-height: 1.4; }

.ct-gallery-item figure {
  position: relative; }
  .ct-gallery-item figure img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .ct-gallery-item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .ct-gallery-item figure figcaption:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 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-gallery-item figure figcaption .ct-gallery-item-text {
      height: 100%;
      text-align: center;
      color: #fff;
      opacity: 0;
      position: relative;
      z-index: 2;
      display: table;
      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); }
      .ct-gallery-item figure figcaption .ct-gallery-item-text > .ct-gallery-item figure figcaption .ct-gallery-item-text__inner, .ct-gallery-item figure figcaption .ct-gallery-item-text > .inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle; }
      .browser-mozilla .ct-gallery-item figure figcaption .ct-gallery-item-text {
        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-gallery-item figure figcaption .ct-gallery-item-text > .ct-gallery-item figure figcaption .ct-gallery-item-text__inner, .browser-mozilla .ct-gallery-item figure figcaption .ct-gallery-item-text > .inner {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .ct-gallery-item figure figcaption .ct-gallery-item-title, .ct-gallery-item figure figcaption .ct-gallery-item-tags {
      font-size: 14px;
      line-height: 1.42857;
      display: block;
      text-transform: uppercase; }
    .ct-gallery-item figure figcaption .ct-gallery-item-title {
      font-weight: 700;
      padding-bottom: 20px;
      margin-bottom: 18px; }
    .ct-gallery-item figure figcaption .ct-gallery-item-tags {
      font-family: "Open Sans", sans-serif;
      font-style: italic; }

.ct-gallery-item:hover figure figcaption:before {
  background-color: #000;
  opacity: 0.8;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px; }

.ct-gallery-item:hover figure figcaption .ct-gallery-item-text {
  opacity: 1; }

.ct-gallery-item:hover figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

@media (max-width: 1199px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item {
    width: 33.33%; } }

@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item, .ct-gallery.ct-gallery--col4 .ct-gallery-item {
    width: 33.33%; }
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big, .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big {
      width: 66.66%; } }

@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item, .ct-gallery.ct-gallery--col4 .ct-gallery-item, .ct-gallery.ct-gallery--col3 .ct-gallery-item, .ct-gallery.ct-gallery--col2 .ct-gallery-item {
    width: 100%; }
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big, .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big, .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big, .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--wide, .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
      width: 100%; } }

.ct-priceTable {
  text-align: center;
  padding: 11px;
  border: 1px solid #e6e6e6;
  border-radius: 2px; }
  .ct-priceTable .ct-priceTable-main, .ct-priceTable .ct-priceTable-features {
    background-color: #f3f3f3; }
  .ct-priceTable .ct-priceTable-main {
    position: relative;
    margin-bottom: 10px;
    padding: 30px; }
    .ct-priceTable .ct-priceTable-main > span {
      display: block; }
    .ct-priceTable .ct-priceTable-main .ct-priceTable-title, .ct-priceTable .ct-priceTable-main .ct-priceTable-subtitle, .ct-priceTable .ct-priceTable-main .ct-priceTable-price, .ct-priceTable .ct-priceTable-main .ct-priceTable-tag {
      text-transform: uppercase; }
    .ct-priceTable .ct-priceTable-main .ct-priceTable-title {
      margin: 0; }
    .ct-priceTable .ct-priceTable-main .ct-priceTable-subtitle {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: #b3b3b3;
      margin-bottom: 24px; }
    .ct-priceTable .ct-priceTable-main .ct-priceTable-price {
      font-size: 60px;
      font-weight: 700;
      line-height: 0.9; }
      .ct-priceTable .ct-priceTable-main .ct-priceTable-price .ct-priceTable-currency {
        color: #2089cc; }
    .ct-priceTable .ct-priceTable-main .ct-priceTable-tag {
      margin-bottom: 25px; }
    .ct-priceTable .ct-priceTable-main .ct-priceTable-short-dsc {
      color: #666666;
      line-height: 1.72857;
      font-style: italic; }
  .ct-priceTable .ct-priceTable-short-dsc, .ct-priceTable .ct-priceTable-list li {
    font-family: "Open Sans", sans-serif; }
  .ct-priceTable .ct-priceTable-features {
    padding: 30px; }
    .ct-priceTable .ct-priceTable-features .ct-priceTable-list {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0; }
      .ct-priceTable .ct-priceTable-features .ct-priceTable-list li {
        font-size: 14px;
        border-bottom: 1px solid #cccccc;
        line-height: 60px; }
        .ct-priceTable .ct-priceTable-features .ct-priceTable-list li:last-child {
          border-bottom: 1px transparent; }
  @media only screen and (min-width: 1200px) {
    .ct-priceTable .ct-priceTable-main {
      padding: 55px; }
    .ct-priceTable .ct-priceTable-features {
      padding: 30px 55px 55px 55px; } }
  @media only screen and (max-width: 991px) {
    .ct-priceTable {
      margin-bottom: 20px; } }

.ct-priceTable-featured .ct-priceTable-main {
  background-color: #2089cc; }
  .ct-priceTable-featured .ct-priceTable-main .ct-priceTable-title, .ct-priceTable-featured .ct-priceTable-main .ct-priceTable-subtitle, .ct-priceTable-featured .ct-priceTable-main .ct-priceTable-price, .ct-priceTable-featured .ct-priceTable-main .ct-priceTable-price .ct-priceTable-currency, .ct-priceTable-featured .ct-priceTable-main .ct-priceTable-tag, .ct-priceTable-featured .ct-priceTable-main .ct-priceTable-short-dsc {
    color: #fff; }

.ct-priceTable--light {
  background-color: #fff; }

.ct-contact-information {
  background-color: #2089cc; }
  .ct-contact-information .ct-contact-information-item {
    color: #fff;
    padding: 20px 35px;
    display: table;
    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);
    background-color: #2089cc; }
    .ct-contact-information .ct-contact-information-item > .ct-contact-information .ct-contact-information-item__inner, .ct-contact-information .ct-contact-information-item > .inner {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
    .browser-mozilla .ct-contact-information .ct-contact-information-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-contact-information .ct-contact-information-item > .ct-contact-information .ct-contact-information-item__inner, .browser-mozilla .ct-contact-information .ct-contact-information-item > .inner {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .ct-contact-information .ct-contact-information-item i {
      font-size: 70px;
      margin-top: -7px; }
    .ct-contact-information .ct-contact-information-item svg {
      fill: #fff; }
    .ct-contact-information .ct-contact-information-item span {
      display: block; }
    .ct-contact-information .ct-contact-information-item .ct-contact-information-title, .ct-contact-information .ct-contact-information-item .ct-contact-information-subtitle {
      margin: 0; }
    .ct-contact-information .ct-contact-information-item .ct-contact-information-title {
      text-transform: uppercase; }
    .ct-contact-information .ct-contact-information-item .ct-contact-information-subtitle {
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-weight: 400;
      line-height: 1.72857; }
    .ct-contact-information .ct-contact-information-item .inner {
      width: auto; }
      .ct-contact-information .ct-contact-information-item .inner .ct-contact-information-title, .ct-contact-information .ct-contact-information-item .inner .ct-contact-information-subtitle {
        margin-left: 30px; }
    .ct-contact-information .ct-contact-information-item:hover {
      background-color: #000 !important; }
  @media only screen and (max-width: 767px) {
    .ct-contact-information .ct-contact-information-item {
      padding: 35px;
      min-height: 160px; }
      .ct-contact-information .ct-contact-information-item svg {
        width: 60px; }
      .ct-contact-information .ct-contact-information-item .inner:first-child {
        margin-right: 31px; } }
  @media only screen and (max-width: 479px) {
    .ct-contact-information .ct-contact-information-item {
      padding: 20px 35px;
      min-height: auto; } }
  @media only screen and (min-width: 992px) {
    .ct-contact-information .ct-contact-information-item {
      padding: 35px;
      min-height: 140px; } }

@media (min-width: 1600px) {
  .ct-contact-information .ct-contact-information-item {
    padding: 70px; }
    .ct-contact-information .ct-contact-information-item i {
      font-size: 100px; } }

.ct-contact-information-small {
  margin-bottom: 30px;
  background-color: #fff; }
  .ct-contact-information-small .ct-contact-information-item {
    padding: 0;
    background-color: #fff;
    color: #333;
    min-height: auto; }
    .ct-contact-information-small .ct-contact-information-item i {
      color: #2089cc;
      font-size: 60px; }
    .ct-contact-information-small .ct-contact-information-item svg {
      fill: #2089cc;
      width: 50px; }
    .ct-contact-information-small .ct-contact-information-item .inner .ct-contact-information-title, .ct-contact-information-small .ct-contact-information-item .inner .ct-contact-information-subtitle {
      margin-left: 10px; }
    .ct-contact-information-small .ct-contact-information-item:hover {
      background-color: inherit !important; }
  @media only screen and (min-width: 480px) {
    .ct-contact-information-small .ct-contact-information-item {
      padding: 0 10px; } }
  @media only screen and (min-width: 992px) {
    .ct-contact-information-small {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1200px) {
    .ct-contact-information-small {
      margin-bottom: 70px; } }

.browser-mozilla .ct-contact-information .ct-contact-information-item .inner:first-child {
  width: auto; }

.ct-countdown {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  display: inline-block; }
  .ct-countdown span {
    font-family: inherit;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    border-right: 3px solid #fff;
    padding: 13px 15px;
    height: 60px;
    width: 60px;
    float: left; }
  .ct-countdown .ct-countdown-days, .ct-countdown .ct-countdown-hours, .ct-countdown .ct-countdown-min, .ct-countdown .ct-countdown-sec {
    position: relative; }
    .ct-countdown .ct-countdown-days:after, .ct-countdown .ct-countdown-hours:after, .ct-countdown .ct-countdown-min:after, .ct-countdown .ct-countdown-sec:after {
      font-size: 12px;
      font-style: normal;
      letter-spacing: 1px;
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      bottom: -28px; }
  .ct-countdown .ct-countdown-days:after {
    content: "DAYS"; }
  .ct-countdown .ct-countdown-hours:after {
    content: "HOURS"; }
  .ct-countdown .ct-countdown-min:after {
    content: "MINUTES"; }
  .ct-countdown .ct-countdown-sec {
    border-color: transparent; }
    .ct-countdown .ct-countdown-sec:after {
      content: "SECONDS"; }
  @media only screen and (min-width: 768px) {
    .ct-countdown {
      font-size: 48px; }
      .ct-countdown span {
        height: 100px;
        width: 100px;
        padding: 15px 20px; } }

.ct-countdown-circle {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  width: 100px;
  margin: auto;
  border: none;
  float: none; }
  .ct-countdown-circle .ct-countdown-days, .ct-countdown-circle .ct-countdown-hours, .ct-countdown-circle .ct-countdown-min, .ct-countdown-circle .ct-countdown-sec {
    text-align: center;
    font-style: normal;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 16px 0;
    margin-bottom: 20px; }
    .ct-countdown-circle .ct-countdown-days:after, .ct-countdown-circle .ct-countdown-hours:after, .ct-countdown-circle .ct-countdown-min:after, .ct-countdown-circle .ct-countdown-sec:after {
      font-size: 24px;
      top: 50%;
      left: 90px;
      right: auto;
      bottom: auto;
      margin-top: -18px; }

.ct-eventBox {
  color: #fff; }
  .ct-eventBox .btn {
    color: #191919;
    border-color: transparent;
    border-radius: 3px; }
  .ct-eventBox .ct-section-header {
    padding-bottom: 0;
    margin-bottom: 20px; }
  .ct-eventBox .ct-price {
    margin-right: 40px;
    margin-bottom: 30px; }
  .ct-eventBox img {
    position: relative;
    top: -15px;
    display: inline-block; }
  .ct-eventBox .ct-eventBox-item {
    position: relative;
    padding: 15px;
    height: 300px; }
    .ct-eventBox .ct-eventBox-item > i {
      font-size: 100px;
      margin-bottom: 30px; }
    .ct-eventBox .ct-eventBox-item svg {
      fill: #fff; }
    .ct-eventBox .ct-eventBox-item .ct-eventBox-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #1a1a1a; }
      .ct-eventBox .ct-eventBox-item .ct-eventBox-info span {
        display: block;
        margin: 0;
        text-transform: uppercase; }
      .ct-eventBox .ct-eventBox-item .ct-eventBox-info i {
        font-size: 20px; }
    .ct-eventBox .ct-eventBox-item .ct-left, .ct-eventBox .ct-eventBox-item .ct-right {
      display: table;
      width: 100%; }
      .ct-eventBox .ct-eventBox-item .ct-left > .ct-eventBox .ct-eventBox-item .ct-left__inner, .ct-eventBox .ct-eventBox-item .ct-left > .inner, .ct-eventBox .ct-eventBox-item .ct-right > .ct-eventBox .ct-eventBox-item .ct-right__inner, .ct-eventBox .ct-eventBox-item .ct-right > .inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle; }
      .browser-mozilla .ct-eventBox .ct-eventBox-item .ct-left, .browser-mozilla .ct-eventBox .ct-eventBox-item .ct-right {
        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-eventBox .ct-eventBox-item .ct-left > .ct-eventBox .ct-eventBox-item .ct-left__inner, .browser-mozilla .ct-eventBox .ct-eventBox-item .ct-left > .inner, .browser-mozilla .ct-eventBox .ct-eventBox-item .ct-right > .ct-eventBox .ct-eventBox-item .ct-right__inner, .browser-mozilla .ct-eventBox .ct-eventBox-item .ct-right > .inner {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .ct-eventBox .ct-eventBox-item .ct-left .ct-icon, .ct-eventBox .ct-eventBox-item .ct-right .ct-icon {
        background-color: #313131;
        height: 54px;
        width: 54px; }
      .ct-eventBox .ct-eventBox-item .ct-left .ct-desc, .ct-eventBox .ct-eventBox-item .ct-right .ct-desc {
        width: auto;
        text-align: left;
        padding: 15px 24px; }
        .ct-eventBox .ct-eventBox-item .ct-left .ct-desc .ct-subtitle, .ct-eventBox .ct-eventBox-item .ct-right .ct-desc .ct-subtitle {
          font-family: "Open Sans", sans-serif;
          color: #b3b3b3;
          font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .ct-eventBox .ct-eventBox-item .big {
      font-size: 47px; } }
  @media only screen and (min-width: 768px) {
    .ct-eventBox .ct-eventBox-item {
      height: 350px;
      padding: 40px; }
      .ct-eventBox .ct-eventBox-item > i {
        font-size: 100px;
        margin-bottom: 30px; }
      .ct-eventBox .ct-eventBox-item .big {
        line-height: 1.33333;
        margin-bottom: 0; }
    .ct-eventBox .ct-countdown {
      font-size: 48px; }
      .ct-eventBox .ct-countdown span {
        height: 100px;
        width: 100px;
        padding: 15px 20px; } }
  @media only screen and (min-width: 1200px) {
    .ct-eventBox .ct-countdown {
      font-size: 36.92308px; }
      .ct-eventBox .ct-countdown span {
        height: 76.92308px;
        width: 76.92308px;
        padding: 10px 5px; } }

@media (min-width: 1655px) {
  .ct-eventBox .ct-eventBox-item {
    height: 400px;
    padding: 70px; }
    .ct-eventBox .ct-eventBox-item .big {
      line-height: 1.33333;
      margin-bottom: 0; }
    .ct-eventBox .ct-eventBox-item .ct-left, .ct-eventBox .ct-eventBox-item .ct-right {
      width: 50%;
      float: left; }
      .ct-eventBox .ct-eventBox-item .ct-left .ct-icon, .ct-eventBox .ct-eventBox-item .ct-right .ct-icon {
        height: 80px;
        width: 80px; }
      .ct-eventBox .ct-eventBox-item .ct-left .ct-desc, .ct-eventBox .ct-eventBox-item .ct-right .ct-desc {
        padding: 0 24px; } }

@media (min-width: 1500px) {
  .ct-eventBox .ct-countdown {
    font-size: 48px; }
    .ct-eventBox .ct-countdown span {
      height: 100px;
      width: 100px;
      padding: 15px 20px; } }

.ct-eventBox--col3-left {
  width: 50%; }
  .ct-eventBox--col3-left .ct-eventBox-item {
    height: auto; }
  @media only screen and (min-width: 1200px) {
    .ct-eventBox--col3-left {
      width: 33.33%; } }
  @media only screen and (max-width: 479px) {
    .ct-eventBox--col3-left .ct-eventBox-item .big {
      font-size: 36px; } }

@media only screen and (min-width: 1200px) {
  .ct-eventBox--col3-right {
    width: 66.66%; } }

.browser-mozilla .ct-eventBox .ct-eventBox-item .ct-left > .inner, .browser-mozilla .ct-eventBox .ct-eventBox-item .ct-right > .inner {
  display: table-cell; }

.ct-blog .ct-article {
  margin-bottom: 50px; }

@media only screen and (min-width: 768px) {
  .ct-blog .ct-article {
    margin-bottom: 100px; } }

.ct-post .ct-article .ct-article-media {
  margin-bottom: 40px; }

.ct-post .pager {
  margin-top: 50px; }

@media only screen and (min-width: 768px) {
  .ct-post .pager {
    margin-top: 100px; } }

.ct-article {
  margin-bottom: 30px;
  text-align: center; }
  .ct-article a:hover {
    color: #2089cc; }
  .ct-article .ct-article-title {
    text-transform: uppercase;
    margin-bottom: 3px; }
  .ct-article .ct-article-meta {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #666666;
    margin-bottom: 25px; }
  .ct-article .ct-article-media {
    margin-bottom: 20px; }
  .ct-article .ct-article-share {
    padding: 30px 30px 10px 30px; }
    .ct-article .ct-article-share .ct-share-title {
      color: #cccccc;
      display: block;
      margin-bottom: 20px; }
  .ct-article .ct-article-description {
    margin-bottom: 18px; }
    .ct-article .ct-article-description p {
      margin: 0; }
  .ct-article .ct-article-comments a, .ct-article .ct-article-comments span {
    margin: 0; }
  .ct-article .ct-article-comments span {
    font-family: "Open Sans", sans-serif;
    color: #666666;
    font-style: italic;
    font-weight: 400; }
  .ct-article:hover .ct-article-title {
    color: #2089cc; }
  @media only screen and (min-width: 768px) {
    .ct-article {
      margin-bottom: 0;
      text-align: left; }
      .ct-article .ct-article-share {
        text-align: center; } }
  @media only screen and (min-width: 1200px) {
    .ct-article .ct-article-share {
      text-align: left;
      padding: 30px; }
      .ct-article .ct-article-share .ct-share-title {
        line-height: 30px;
        margin: 0; }
      .ct-article .ct-article-share button {
        float: left; } }

.blog-mini .ct-article .ct-article-media {
  margin-bottom: 20px;
  overflow: hidden; }
  .blog-mini .ct-article .ct-article-media img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.blog-mini .ct-article:hover .ct-article-media img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.ct-article-aside {
  background-color: #f2f2f2;
  padding: 33px 30px; }
  .ct-article-aside .ct-article-description {
    margin-bottom: 0; }

.ct-comments {
  font-family: "Open Sans", sans-serif;
  color: #666;
  list-style: none;
  padding: 0; }
  .ct-comments .ct-comment__user {
    display: table; }
  .ct-comments .ct-comment__left, .ct-comments .ct-comment__right {
    display: table-cell;
    vertical-align: top; }
  .ct-comments .ct-comment__left {
    padding-right: 17px; }
  .ct-comments .ct-comment__meta {
    font-style: italic; }
  .ct-comments .ct-comment__image {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden; }
  .ct-comments .ct-comment__meta {
    margin-bottom: 5px; }
  .ct-comments a:hover, .ct-comments a:focus, .ct-comments a:active {
    color: #2089cc; }
  .ct-comments p {
    margin: 0; }
  .ct-comments li {
    margin-bottom: 50px; }
  @media only screen and (min-width: 480px) {
    .ct-comments .ct-comment__image {
      height: 70px;
      width: 70px; } }

.ct-testimonials {
  text-align: center; }
  .ct-testimonials .ct-testimonials-image {
    height: 170px;
    width: 170px;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px; }
  .ct-testimonials .ct-testimonials-dsc {
    margin-bottom: 30px; }
    .ct-testimonials .ct-testimonials-dsc p {
      font-family: "Libre Baskerville", serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.22857;
      color: #fff;
      margin-bottom: 30px; }
  .ct-testimonials .ct-testimonials-name, .ct-testimonials .ct-testimonials-company {
    text-transform: uppercase;
    display: block; }
  .ct-testimonials .ct-testimonials-name {
    color: #fff;
    margin-bottom: 5px; }
  .ct-testimonials .ct-testimonials-company {
    font-family: "Open Sans", sans-serif;
    color: #b3b3b3;
    font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .ct-testimonials .ct-testimonials-dsc p {
      font-size: 36px; } }

.ct-testimonials--dark .ct-testimonials-dsc p, .ct-testimonials--dark .ct-testimonials-name {
  color: #333; }

.ct-testimonials--block {
  background-color: #fff;
  text-align: left;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 11px;
  margin-bottom: 40px; }
  .ct-testimonials--block .ct-testimonials-inner {
    background-color: #f3f3f3;
    padding: 45px 29px; }
  .ct-testimonials--block .ct-testimonials-dsc {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 30px; }
    .ct-testimonials--block .ct-testimonials-dsc:after {
      content: '';
      height: 4px;
      width: 30px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #2089cc;
      border-radius: 2px; }
    .ct-testimonials--block .ct-testimonials-dsc p {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      font-style: italic;
      margin-bottom: 0; }
  .ct-testimonials--block .ct-testimonials-name {
    font-size: 14px;
    color: #333; }
  .ct-testimonials--block .ct-testimonials-company {
    margin: 0; }
  .ct-testimonials--block .ct-item-label--circle {
    top: -24px;
    bottom: auto; }
  @media only screen and (min-width: 768px) {
    .ct-testimonials--block {
      margin: 0; } }

.ios .ct-testimonials--block .ct-item-label--circle svg {
  position: relative;
  top: -8px;
  left: 5px; }

.progress {
  height: 6px;
  box-shadow: none; }

.progress-bar-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: block;
  margin-bottom: 5px; }
  .progress-bar-label span {
    float: right; }

@media only screen and (min-width: 768px) {
  .panel-group {
    margin-top: 50px; }
    .panel-group .panel + .panel, .panel-group .panel {
      margin: 0 0 30px 0; } }

.panel {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none; }

.panel-default {
  border-color: transparent;
  margin-bottom: 30px; }
  .panel-default > .panel-heading {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border-color: transparent;
    padding: 0; }
    .panel-default > .panel-heading a {
      display: block;
      padding: 13px 0 13px 70px;
      position: relative;
      line-height: 24px; }
      .panel-default > .panel-heading a:before {
        content: '\f068';
        font-family: fontawesome;
        text-align: center;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        width: 50px;
        background-color: #5a5d5d;
        border: 1px solid #5a5d5d;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -25px;
        -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
                transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }
    .panel-default > .panel-heading .collapsed:before {
      content: '\f067';
      background-color: transparent; }
  .panel-default .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent;
    padding-left: 70px; }
    .panel-default .panel-heading + .panel-collapse .panel-body p {
      color: #b3b3b3;
      margin: 0; }

.ct-accordion-dark .panel > .panel-heading a {
  color: #333; }
  .ct-accordion-dark .panel > .panel-heading a:before {
    color: rgba(51, 51, 51, 0.5);
    background-color: #f2f2f2;
    border-color: #f2f2f2; }

.ct-accordion-dark .panel > .panel-heading .collapsed:before {
  color: rgba(51, 51, 51, 0.5);
  border-color: #e6e6e6;
  background-color: transparent; }

.ct-accordion-dark .panel .panel-heading + .panel-collapse .panel-body p {
  color: #666666; }

.nav-tabs {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 40px;
  border: none; }
  .nav-tabs > li a {
    font-weight: 700;
    position: relative;
    padding: 22px 10px;
    border: none;
    border: 1px solid #e6e6e6;
    border-right-color: transparent;
    border-radius: 0;
    margin: 0; }
    .nav-tabs > li a:hover, .nav-tabs > li a:focus, .nav-tabs > li a:active {
      background-color: transparent; }
      .nav-tabs > li a:hover:before, .nav-tabs > li a:focus:before, .nav-tabs > li a:active:before {
        content: '';
        background-color: #2089cc;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
    .nav-tabs > li a i {
      margin-right: 10px; }
  .nav-tabs > li.active a {
    background-color: transparent;
    border-bottom-color: #e6e6e6;
    border-right-color: transparent; }
    .nav-tabs > li.active a:before {
      content: '';
      background-color: #2089cc;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active {
      background-color: transparent;
      border-bottom-color: #e6e6e6;
      border-right-color: transparent; }
  .nav-tabs > li:last-child a {
    border-right: 1px solid #e6e6e6; }
  .nav-tabs > li:last-child.active a:hover, .nav-tabs > li:last-child.active a:focus, .nav-tabs > li:last-child.active a:active {
    border-right-color: #e6e6e6; }
  @media only screen and (max-width: 479px) {
    .nav-tabs > li {
      margin: 5px; }
      .nav-tabs > li a {
        border-color: #e6e6e6; } }
  @media only screen and (min-width: 768px) {
    .nav-tabs {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1200px) {
    .nav-tabs > li a {
      padding: 22px 31px; } }

.nav-tabs.nav-tabs-light {
  color: #fff; }
  .nav-tabs.nav-tabs-light > li a {
    border: 1px solid #434343;
    border-right-color: transparent; }
  .nav-tabs.nav-tabs-light > li.active a {
    color: #fff;
    border-bottom-color: #434343; }
    .nav-tabs.nav-tabs-light > li.active a:hover, .nav-tabs.nav-tabs-light > li.active a:focus, .nav-tabs.nav-tabs-light > li.active a:active {
      border-color: #434343;
      border-right-color: transparent; }
  .nav-tabs.nav-tabs-light > li:last-child a {
    border-right: 1px solid #434343; }
  .nav-tabs.nav-tabs-light > li:last-child.active a:hover, .nav-tabs.nav-tabs-light > li:last-child.active a:focus, .nav-tabs.nav-tabs-light > li:last-child.active a:active {
    border-right-color: #434343; }
  @media only screen and (max-width: 479px) {
    .nav-tabs.nav-tabs-light > li a {
      border-color: #434343; } }

.ct-sidebar {
  margin-top: 50px; }
  .ct-sidebar .widget {
    margin-bottom: 30px; }
    .ct-sidebar .widget .widget-inner .widget-title {
      margin-bottom: 25px;
      text-transform: uppercase; }
  .ct-sidebar > a {
    display: block;
    color: inherit; }
    .ct-sidebar > a:hover, .ct-sidebar > a:focus, .ct-sidebar > a:active {
      color: #2089cc; }
  .ct-sidebar > p {
    margin-bottom: 20px; }
  .ct-sidebar > span {
    display: block;
    margin: 0; }
  @media only screen and (min-width: 992px) {
    .ct-sidebar {
      margin: 0; } }
  .ct-sidebar .input-lg {
    height: 50px; }
  .ct-sidebar .form-group {
    margin-bottom: 30px; }

.ct-sidebar-nav {
  color: #333;
  font-weight: 700;
  font-size: 12px;
  line-height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 2px; }
  .ct-sidebar-nav li a {
    position: relative;
    display: block;
    padding-left: 46px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid transparent; }
    .ct-sidebar-nav li a:hover, .ct-sidebar-nav li a:focus, .ct-sidebar-nav li a:active {
      border-left-color: #2089cc; }
    .ct-sidebar-nav li a:before {
      content: '\f054';
      font-family: fontawesome;
      font-size: 8px;
      line-height: 10px;
      position: absolute;
      top: 50%;
      left: 30px;
      margin-top: -5px; }
  .ct-sidebar-nav li:last-child a {
    border-bottom: transparent; }

.pager, .pagination {
  color: #cccccc;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #e6e6e6; }
  .pager li, .pagination li {
    float: left;
    display: inline-block; }
    .pager li:first-child i, .pagination li:first-child i {
      margin-right: 9px; }
    .pager li:last-child i, .pagination li:last-child i {
      margin-left: 9px; }
    .pager li:last-child a, .pagination li:last-child a {
      border-right-color: transparent; }
    .pager li a, .pagination li a {
      display: block;
      line-height: 1.52857;
      border-radius: 0;
      border: none;
      background-color: transparent; }
      .pager li a:hover, .pager li a:focus, .pager li a:active, .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
        color: #2089cc;
        background-color: transparent; }

form + nav {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    form + nav {
      text-align: left; } }

.ct-sidebar {
  position: relative; }
  .ct-sidebar.ct-sidebar--single {
    padding-bottom: 100px; }
  .ct-sidebar .pager {
    display: block; }
    .ct-sidebar .pager li {
      width: 20%; }
      .ct-sidebar .pager li:first-child, .ct-sidebar .pager li:last-child {
        width: 40%; }
      .ct-sidebar .pager li a {
        padding: 16px 10px; }
  @media only screen and (max-width: 991px) {
    .ct-sidebar .pager {
      position: absolute;
      bottom: 0;
      width: 100%; } }

.pager {
  display: inline-block;
  margin: 0 0 25px 0; }
  .pager li a {
    padding: 16px 10px;
    border-right: 1px solid #e6e6e6; }
  @media only screen and (min-width: 480px) {
    .pager li a {
      padding: 16px 24px; } }

.pagination {
  margin: 0; }
  .pagination > li {
    text-align: center; }
    .pagination > li:first-child, .pagination > li:last-child {
      min-width: 0; }
    .pagination > li:first-child {
      border-right: 1px solid #e6e6e6;
      margin-right: 7px; }
    .pagination > li:last-child {
      border-left: 1px solid #e6e6e6;
      margin-left: 7px; }
    .pagination > li a {
      float: none;
      color: inherit;
      padding: 8px 7px; }
      .pagination > li a:hover, .pagination > li a:focus, .pagination > li a:active {
        color: #333; }
  @media only screen and (min-width: 768px) {
    .pagination > li:first-child, .pagination > li:last-child {
      min-width: 110px; }
    .pagination > li:first-child {
      margin-right: 16px; }
    .pagination > li:last-child {
      margin-left: 16px; }
    .pagination > li a {
      padding: 16px 7px; } }

.widget_contact .widget-inner .input-lg, .ct-form--with-inner .input-lg {
  height: 50px; }

.widget_contact .widget-inner .form-control, .ct-form--with-inner .form-control {
  opacity: 1; }
  .widget_contact .widget-inner .form-control::-webkit-input-placeholder, .ct-form--with-inner .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666666;
    opacity: 1; }
  .widget_contact .widget-inner .form-control:-moz-placeholder, .ct-form--with-inner .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    opacity: 1; }
  .widget_contact .widget-inner .form-control::-moz-placeholder, .ct-form--with-inner .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    opacity: 1; }
  .widget_contact .widget-inner .form-control:-ms-input-placeholder, .ct-form--with-inner .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
    opacity: 1; }

.widget_contact .widget-inner .form-group, .ct-form--with-inner .form-group {
  margin: 0; }
  .widget_contact .widget-inner .form-group input.form-control, .ct-form--with-inner .form-group input.form-control {
    border-color: transparent;
    border-radius: 0;
    margin: 0; }
    .widget_contact .widget-inner .form-group input.form-control:focus, .ct-form--with-inner .form-group input.form-control:focus {
      border-color: #2089cc; }

.widget_contact .widget-inner textarea, .ct-form--with-inner textarea {
  margin-top: 20px; }

.widget_contact .widget-inner .btn, .ct-form--with-inner .btn {
  font-size: 12px;
  padding: 13px 0;
  width: 100%; }

.widget_contact .widget-inner .btn-link, .ct-form--with-inner .btn-link {
  color: rgba(51, 51, 51, 0.25); }
  .widget_contact .widget-inner .btn-link i, .ct-form--with-inner .btn-link i {
    margin-right: 6px; }

@media only screen and (max-width: 991px) {
  .widget_contact .widget-inner .btn, .ct-form--with-inner .btn {
    padding: 13px 6px;
    width: auto; } }

@media only screen and (min-width: 1200px) {
  .widget_contact .widget-inner .btn, .ct-form--with-inner .btn {
    padding: 13px 20px;
    width: auto; }
  .widget_contact .widget-inner .btn-link, .ct-form--with-inner .btn-link {
    padding-right: 0; } }

.ct-form--with-inner textarea {
  height: 103px; }

.widget_tag_cloud a {
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 6px 10px;
  margin: 0 10px 10px 0; }
  .widget_tag_cloud a:hover, .widget_tag_cloud a:focus, .widget_tag_cloud a:active {
    color: #2089cc; }

.media {
  margin-top: 20px; }
  .media .media-heading {
    text-transform: uppercase;
    margin: 0; }
  .media .media-body > span {
    font-family: "Open Sans", sans-serif;
    color: #666;
    font-style: italic; }

.media.media_middle .media-body, .media.media_middle .media-left, .media.media_middle .media-right {
  vertical-align: middle; }

.ct-personBox {
  margin-bottom: 30px; }
  .ct-personBox .ct-personBox-image {
    height: 150px;
    width: 150px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden; }
  .ct-personBox .ct-personBox-meta {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
    .ct-personBox .ct-personBox-meta span {
      margin-bottom: 5px; }
    .ct-personBox .ct-personBox-meta .ct-personBox-position {
      font-family: "Open Sans", sans-serif;
      color: #b3b3b3; }
  .ct-personBox span {
    display: block; }
  .ct-personBox p {
    text-align: center;
    margin-bottom: 20px; }
  .ct-personBox .ct-socials li a {
    border-radius: 50%; }
    .ct-personBox .ct-socials li a:hover, .ct-personBox .ct-socials li a:focus, .ct-personBox .ct-socials li a:active {
      background-color: #333; }
  @media only screen and (min-width: 992px) {
    .ct-personBox {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 1200px) {
    .ct-personBox .ct-personBox-image {
      height: 270px;
      width: 270px;
      margin-bottom: 40px; }
    .ct-personBox p {
      margin-bottom: 30px; } }

.ct-personBox--light .ct-personBox-name {
  color: #fff; }

/**
 * Comment compiled to CSS example
 */
.ct-item-label--circle {
  text-align: center;
  color: #fff;
  line-height: 60px;
  background-color: #1a1a1a;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -30px; }
  .ct-item-label--circle .icon-svg {
    font-size: 60px;
    font-family: "Libre Baskerville", serif;
    fill: white; }
  .ct-item-label--circle svg:not(:root) {
    overflow: visible; }

.ct-charts-skills {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #333;
  position: relative; }
  .ct-charts-skills .ct-series-a .ct-slice-donut {
    stroke: #2089cc; }
  .ct-charts-skills .ct-series-b .ct-slice-donut {
    stroke: #333; }
  .ct-charts-skills .ct-chart-label {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-top: -10px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%; }
    .ct-charts-skills .ct-chart-label span {
      color: #2089cc; }

.ct-chart-animated {
  height: 450px; }

.ct-price {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  display: inline-block; }

.ct-slick img {
  margin-left: auto;
  margin-right: auto; }

.slick-prev, .slick-next {
  height: 54px;
  width: 54px;
  background-color: #1a1a1a;
  top: 70%; }
  .slick-prev:before, .slick-next:before {
    position: relative;
    font-size: 30px;
    font-family: fontawesome; }
  .slick-prev:focus, .slick-next:focus {
    background-color: #1a1a1a; }
  .slick-prev:hover, .slick-next:hover {
    background-color: #2089cc; }
  @media only screen and (min-width: 768px) {
    .slick-prev, .slick-next {
      height: 80px;
      width: 80px;
      top: 50%; } }

.slick-prev {
  left: 0;
  border-radius: 0 50% 50% 0; }
  .slick-prev:before {
    content: "\f104 ";
    left: -5px; }

.slick-next {
  right: 0;
  border-radius: 50% 0 0 50%; }
  .slick-next:before {
    content: "\f105 ";
    right: -5px; }

.slick-dots {
  bottom: 0; }
  .slick-dots li {
    width: 30px; }
    .slick-dots li button {
      width: 30px; }
      .slick-dots li button:before {
        content: "";
        height: 4px;
        width: 30px;
        border-radius: 2px;
        background-color: #fff; }
      .slick-dots li button:hover:before {
        background-color: #2089cc; }
    .slick-dots li.slick-active button:before {
      background-color: #2089cc; }

.ct-slick-dots-style2 .slick-dots li button:before {
  background-color: #333; }

.ct-slick-dots-style2 .slick-dots li button:hover:before {
  background-color: #2089cc; }

.ct-slick-dots-style2 .slick-dots li.slick-active button:before {
  background-color: #2089cc; }

.ct-slick-thumb-prev, .ct-slick-thumb-next {
  height: 54px;
  width: 40px; }
  .ct-slick-thumb-prev img, .ct-slick-thumb-next img {
    height: 100%;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .ct-slick-thumb-prev, .ct-slick-thumb-next {
      height: 80px;
      width: 80px; } }

.ct-slick-thumb-prev {
  float: left; }

.ct-slick-thumb-next {
  float: right; }

.ct-slick-thumbnail .slick-prev, .ct-slick-thumbnail .slick-next {
  width: 80px; }
  .ct-slick-thumbnail .slick-prev:before, .ct-slick-thumbnail .slick-next:before {
    line-height: 54px; }

.ct-slick-thumbnail .slick-prev {
  border-radius: 0 100px 100px 0;
  left: -40px; }

.ct-slick-thumbnail .slick-next {
  border-radius: 100px 0 0 100px;
  right: -40px; }

.ct-slick-thumbnail .slick-prev:hover {
  left: 0; }

.ct-slick-thumbnail .slick-next:hover {
  right: 0; }

@media only screen and (min-width: 768px) {
  .ct-slick-thumbnail .slick-prev, .ct-slick-thumbnail .slick-next {
    width: 160px; }
    .ct-slick-thumbnail .slick-prev:before, .ct-slick-thumbnail .slick-next:before {
      line-height: 80px; }
  .ct-slick-thumbnail .slick-prev {
    border-radius: 0 100px 100px 0;
    left: -80px; }
  .ct-slick-thumbnail .slick-next {
    border-radius: 100px 0 0 100px;
    right: -80px; } }

.ct-slick-columns {
  margin: 0 -15px; }
  .ct-slick-columns .ct-slick .item {
    padding: 30px 15px 0 15px; }

.ct-slick-arrows-top .slick-prev, .ct-slick-arrows-top .slick-next {
  top: 25%; }

@media only screen and (min-width: 480px) {
  .ct-slick-arrows-top .slick-prev, .ct-slick-arrows-top .slick-next {
    top: 40%; } }

.ct-section-image-col2 .ct-section-item, .ct-section-image-col3 .ct-section-item {
  position: relative; }

.ct-section-image-col2 .nav-tabs, .ct-section-image-col2 .ct-iconBox, .ct-section-image-col3 .nav-tabs, .ct-section-image-col3 .ct-iconBox {
  margin-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .ct-section-image-col2 .ct-section-item, .ct-section-image-col3 .ct-section-item {
    display: inline-block;
    float: left; }
    .ct-section-image-col2 .ct-section-item .ct-section-label, .ct-section-image-col3 .ct-section-item .ct-section-label {
      left: -170px;
      margin: 0; } }

@media only screen and (min-width: 992px) {
  .ct-section-image-col2 .ct-section-item .ct-section-label, .ct-section-image-col3 .ct-section-item .ct-section-label {
    left: 0;
    margin: 0; } }

.ct-section-image-col2 .ct-section-item-image img {
  width: 100%; }

.ct-section-image-col2 .ct-section-item-content {
  padding: 20px 15px; }

@media only screen and (min-width: 768px) {
  .ct-section-image-col2 .ct-section-item-image {
    width: 33.33%; }
  .ct-section-image-col2 .ct-section-item-content {
    width: 66.66%;
    padding: 30px 50px; } }

@media only screen and (min-width: 1200px) {
  .ct-section-image-col2 .ct-section-item-content {
    padding: 60px 80px; } }

.ct-section-image-col3 .ct-section-item-image, .ct-section-image-col3 .ct-section-item-content {
  position: relative; }

.ct-section-image-col3 .ct-section-item-content {
  padding: 30px 15px 0 15px;
  margin-bottom: 20px; }
  .ct-section-image-col3 .ct-section-item-content:after {
    content: '';
    height: 440px;
    width: 1px;
    background-color: #f3f3f3;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -220px; }

@media only screen and (min-width: 768px) {
  .ct-section-image-col3 .ct-section-item-content {
    padding: 50px 50px 0 50px; }
  .ct-section-image-col3 .ct-section-item-image, .ct-section-image-col3 .ct-section-item-content {
    width: 50%;
    margin: 0; }
  .ct-section-image-col3 .ct-section-item-last {
    width: 100%;
    padding: 15px; } }

@media only screen and (min-width: 1200px) {
  .ct-section-image-col3 .ct-section-item-image, .ct-section-image-col3 .ct-section-item-content {
    width: 33.33%; } }

.ct-section-image-col-big .ct-section-item-content {
  padding: 190px 15px 20px 15px; }

@media only screen and (min-width: 768px) {
  .ct-section-image-col-big .ct-section-item-content {
    padding: 60px 10px 20px 80px; } }

@media only screen and (min-width: 992px) {
  .ct-section-image-col-big .ct-section-item-content {
    padding: 60px 20px 20px 210px; } }

@media (min-width: 1600px) {
  .ct-section-image-col2 .ct-section-item-content, .ct-section-image-col3 .ct-section-item-content {
    padding: 120px 100px 95px 100px; }
  .ct-section-image-col-big .ct-section-item-content {
    padding: 60px 80px 20px 250px; } }

.ct-googleMap {
  height: 300px;
  margin-bottom: 70px; }

.ct-googleMap-full {
  height: 400px; }

.ct-open-map {
  cursor: pointer; }

.ct-map-toggle {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.ct-map-open {
  height: 400px; }

.ct-counter {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px; }
  .ct-counter img, .ct-counter span {
    display: block; }
  .ct-counter img {
    margin: 0 auto; }
  .ct-counter i {
    font-size: 60px;
    color: #2089cc;
    margin-bottom: 6px; }
  .ct-counter svg {
    fill: #2089cc;
    margin-bottom: 6px; }
  .ct-counter span {
    line-height: 30px;
    margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .ct-counter {
      text-align: left;
      font-size: 60px;
      line-height: 60px;
      margin: 0; }
      .ct-counter i {
        font-size: 100px; }
      .ct-counter img {
        margin: 0 0 20px 0; } }
  @media only screen and (min-width: 992px) {
    .ct-counter {
      padding-top: 110px; } }

table.tablesaw {
  font-family: "Open Sans", sans-serif; }
  table.tablesaw tr {
    border-radius: 2px; }
  table.tablesaw thead {
    background-color: #f2f2f2;
    border: none; }
    table.tablesaw thead tr:first-child th {
      text-transform: capitalize;
      color: #333;
      font-size: 14px;
      line-height: 1;
      padding-left: 21px;
      padding-bottom: 0; }
  table.tablesaw tbody {
    background-color: #f2f2f2; }
    table.tablesaw tbody tr {
      border: none; }
      table.tablesaw tbody tr td {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        padding-left: 21px;
        padding-top: 0; }
  table.tablesaw th, table.tablesaw td {
    border-radius: 2px;
    border-right: 2px solid #fff; }
  table.tablesaw a, table.tablesaw .link {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  table.tablesaw a {
    color: #2089cc; }
    table.tablesaw a:hover, table.tablesaw a:focus, table.tablesaw a:active {
      color: inherit; }
  table.tablesaw .link {
    color: rgba(26, 26, 26, 0.25); }

table.tablesaw-colored thead {
  background-color: #fff; }
  table.tablesaw-colored thead tr:first-child th {
    line-height: 1.7;
    padding-top: 13px;
    padding-bottom: 13px; }

table.tablesaw-colored tbody tr td {
  padding-top: 13px;
  padding-bottom: 13px; }

table.tablesaw-colored tbody tr:nth-child(2n) {
  background-color: #fff; }

.ct-information > a {
  font-size: 24px;
  color: #fff; }
  .ct-information > a:hover {
    color: #2089cc; }

.ct-information .ct-socials {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .ct-information {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; } }

@media (min-width: 1366px) {
  .ct-information .ct-socials {
    margin-top: 40px; } }

.ct-navigation-vertical {
  position: fixed;
  display: none;
  z-index: 100;
  top: 50%;
  right: 20px;
  margin-top: -55px; }
  .ct-navigation-vertical ul {
    list-style: none; }
    .ct-navigation-vertical ul > li > a {
      padding: 0; }
      .ct-navigation-vertical ul > li > a:focus {
        background-color: transparent; }
    .ct-navigation-vertical ul > li:hover > a {
      background-color: #b6becd; }
    .ct-navigation-vertical ul > li.active > a {
      background-color: #b6becd; }
  .ct-navigation-vertical a {
    display: block;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 2px solid #b6becd;
    border-radius: 50%;
    margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .ct-navigation-vertical {
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .ct-navigation-vertical {
      right: 40px; } }

[data-toggle="modal"] {
  cursor: pointer; }
