@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import "../js/starr/starrr.css";
@import "../js/light-gallery/css/lightGallery.css";
/*------------------------------------------------------------------
Project:	Tours & Tickets HTML Templare
Version:	1.0
Last change:	30 September 2015
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Font Awesome
2. Et line Font
3. Variables
4. Slick
5. Selectize
6. Starrr
7. Magnific Popup
8. Isotope
9. Mixins
10. Portfolio
11. Animate css
12. Typography
13. Utilities
14. Media Sections
15. NstSlider
16. Beat Picker
17. Yamm
18. Menu
19. Forms
20. Buttons
21. Font Awesome
22. Boxed
23. Google Maps
24. Tickets Button
25. Section Shadow
26. Breadcumbs
27. Dividers
28. FAQ thumbnail
29. Testimonials
30. Image container
31. Headings
32. Media Box
33. InfoBox
34. PersonBox
35. ProductBox
36. IconBox
37. Tabs
38. Accordion
39. Gallery
40. Blog
41. Blocquote
42. Footer
43. Widgets
44. Media Queries


-------------------------------------------------------------------*/
/*FONTS*/
/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*Georgia, "Times New Roman", Times, serif;*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick', sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/**
 * 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;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #337ab7;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  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 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  height: 42px;
  width: 42px;
}
.mfp-arrow-left:after {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.mfp-arrow-right:after {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  margin-left: 18px;
}
.mfp-arrow-left:before,
.mfp-arrow:before,
.mfp-arrow-right:before {
  display: none;
}
.mfp-close {
  color: #fff !important;
}
.mfp-ajax-holder .mfp-content .container {
  padding-top: 35px;
}
.mfp-ajax-holder .mfp-content .mfp-close {
  position: absolute;
  float: right;
  top: -40px;
}
.ct-gallery-filters {
  list-style: none;
}
.ct-gallery-filters li {
  display: inline-block;
}
.ct-gallery-filters li > a {
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.ct-gallery-filters li > a.active {
  background-color: #ffffff;
}
.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;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item .project-thumb {
  width: 100%;
}
.ct-gallery-item img {
  width: 100%;
}
.ct-gallery-item:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.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%;
}
@media (max-width: 991px) {
  .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--col4 .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--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--col4 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .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--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
.ct-gallery {
  position: relative;
}
.ct-gallery-item a {
  display: block;
}
.ct-gallery-itemImage img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 100%;
}
.ct-gallery-item--default .ct-gallery-itemDescription {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-gallery-item--default .ct-gallery-itemDescription a {
  color: inherit;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-title,
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-category {
  line-height: 1;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-title {
  font-size: 30px;
  display: block;
  padding: 20px;
  font-weight: 300;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-category {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 0px 20px 20px 20px;
}
#ct-ajaxContent {
  background-color: #eeeeee;
  min-height: 585px;
}
#ct-ajaxContent p,
#ct-ajaxContent header {
  margin-bottom: 20px;
}
#ct-ajaxContent header {
  line-height: 1.7;
}
.ct--darkMotive #ct-ajaxContent {
  background-color: #191919;
}
.ct-galleryAjax-Details {
  margin-bottom: 30px;
  background-color: #eeeeee;
}
.ct-gallery-item.ct-gallery-item--secundary,
.ct-gallery-item.ct-gallery-item--third {
  position: relative;
  margin-bottom: 30px;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemDescription,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-itemDescription {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number span,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number span {
  color: #000000;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  font-size: 125px;
  line-height: 1;
  height: 125px;
  top: 50%;
  margin-top: -63px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: 300;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemInner:after,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-itemInner:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #eeeeee;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible .ct-gallery-itemDescription,
.ct-gallery-item.ct-gallery-item--third .is-visible .ct-gallery-itemDescription {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible .ct-gallery-item-number,
.ct-gallery-item.ct-gallery-item--third .is-visible .ct-gallery-item-number {
  top: 0;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible:after,
.ct-gallery-item.ct-gallery-item--third .is-visible:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number {
  background-color: #222222;
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number span,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number span {
  color: #ffffff;
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemInner:after,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-itemInner:after {
  border-color: transparent transparent transparent #191919;
}
.ct-gallery-item--secundary .ct-gallery-itemDescription-title,
.ct-gallery-item--third .ct-gallery-itemDescription-title,
#ct-ajaxContent .ct-gallery-itemDescription-title {
  background-color: #ffffff;
  padding: 2px 5px;
  font-size: 30px;
  color: #222222;
  font-weight: 300;
  display: initial;
}
.ct-gallery-item--secundary .ct-gallery-itemDescription-category,
.ct-gallery-item--third .ct-gallery-itemDescription-category,
#ct-ajaxContent .ct-gallery-itemDescription-category {
  padding: 2px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.ct-gallery-item--third {
  overflow: hidden;
}
.ct-gallery-item--third .ct-gallery-item-icon {
  position: absolute;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-gallery-item--third .ct-gallery-item-icon i {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  font-size: 22px;
  line-height: 40px;
  top: 70%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-gallery-item--third .ct-gallery-itemDescription {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-gallery-item--third:hover .ct-gallery-item-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item--third:hover .ct-gallery-item-icon i {
  top: 50%;
}
.ct-gallery-item--third:hover .ct-gallery-itemDescription {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  #ct-ajaxContent header {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  #ct-ajaxContent .flexslider {
    margin-bottom: 80px;
  }
}
.ct-gallerySingleAjax {
  background-color: #ffffff;
  overflow: hidden;
}
.ct-gallerySingleAjax header h1,
.ct-gallerySingleAjax header .h1,
.ct-gallerySingleAjax header h2,
.ct-gallerySingleAjax header .h2,
.ct-gallerySingleAjax header h3,
.ct-gallerySingleAjax header .h3,
.ct-gallerySingleAjax header h4,
.ct-gallerySingleAjax header .h4,
.ct-gallerySingleAjax header h5,
.ct-gallerySingleAjax header .h5,
.ct-gallerySingleAjax header h6,
.ct-gallerySingleAjax header .h6 {
  margin: 0;
  line-height: 60px;
  padding: 25px 0;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible {
  background-color: #222222;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible .flexslider {
  margin-bottom: 0px;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible .flexslider ul.slides > li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallerySingleAjax .ct-magnificPopup-content {
  padding-right: 30px;
}
@media (min-width: 1366px) {
  .ct-gallerySingleAjax .ct-flexslider--adjacentVisible {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .ct-gallerySingleAjax .ct-magnificPopup-content {
    padding-right: 15px;
  }
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar {
    padding-left: 15px;
  }
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar:before,
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar:after {
    display: none;
  }
}
.ct-m-imageCenter {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-gallery-filters {
  margin: 35px 0;
}
.ct-gallery-filters li > a {
  line-height: 20px;
  height: 20px;
  padding: 5px 12px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-gallery-filters li > a.active {
  background-color: #ffffff;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  overflow: hidden;
  min-height: 100px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery-item.ct-gallery-item--masonry {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item.ct-gallery-item--masonry .project-thumb {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry img {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item.ct-gallery-item--masonry {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.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: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
small {
  display: block;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 33px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 20px;
}
h5 small,
.h5 small {
  font-size: 16px;
}
h6 small,
.h6 small {
  font-size: 12px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
body {
  font-family: 'Lato', sans-serif;
  color: #4b4a4a;
}
ul {
  margin: 0;
}
.ct-textDecoration--underline {
  position: relative;
}
.ct-textDecoration--underline:after {
  content: "";
  height: 3px;
  width: 88px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: #fff;
}
header span {
  display: block;
}
header p {
  line-height: 30px;
}
.ct-list--WithIcons li {
  position: relative;
  padding: 10px 0 10px 34px;
}
.ct-list--WithIcons img,
.ct-list--WithIcons i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.ct-list--circleWithIcons li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding: 9px 0 9px 45px;
}
.ct-list--circleWithIcons .ct-list-iconContainer {
  font-size: 16px;
  text-align: center;
  height: 32px;
  width: 32px;
  padding: 3px;
  position: absolute;
  color: #fff;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-list--circleWithIconsTransparent h6,
.ct-list--circleWithIconsTransparent .h6 {
  font-size: 15px;
}
.ct-list--circleWithIconsTransparent li {
  padding-left: 65px;
  position: relative;
  margin-bottom: 40px;
}
.ct-list--circleWithIconsTransparent .ct-icon-container {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  top: -18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  padding: 6px 11px;
}
.ct-list--circleWithIconsTransparent p {
  font-size: 14px;
  line-height: 26px;
}
.ct-list--circleWithIcons-bordered {
  font-size: 12px;
  color: #2d3e52;
}
.ct-list--circleWithIcons-bordered li {
  padding: 13px 0 13px 45px;
  border-bottom: 1px solid #f1f1f1;
  line-height: 16px;
}
.ct-list--circleWithIcons-bordered li:last-child {
  border-bottom: none;
}
.ct-list--circleWithIcons-bordered .ct-list-iconContainer {
  font-size: 12px;
  height: 30px;
  width: 30px;
  left: 0;
  top: 17px;
  line-height: 24px;
}
.ct-list--circleWithIcons-bordered p,
.ct-list--circleWithIcons-bordered a {
  color: #838383;
  font-size: 12px;
  line-height: 16px;
}
.ct-list--iconsTop li {
  position: relative;
  padding: 0 0 0 23px;
  margin-bottom: 30px;
}
.ct-list--iconsTop li:last-child {
  margin-bottom: 0;
}
.ct-list--iconsTop i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
}
.ct-list--iconsTop span,
.ct-list--iconsTop small {
  line-height: 30px;
}
.ct-list--iconsTop small {
  font-weight: 700;
}
.ct-list--check .ct-icon-container {
  position: absolute;
  left: 0;
  top: 0;
}
.ct-list--check h1,
.ct-list--check h2,
.ct-list--check h3,
.ct-list--check h4,
.ct-list--check h5,
.ct-list--check h6 {
  line-height: 30px;
}
.ct-list--check h4,
.ct-list--check .h4 {
  font-size: 24px;
}
.ct-list--check li {
  position: relative;
  padding-left: 69px;
  margin-bottom: 50px;
}
.ct-list--check p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.ct-list--moreSpace {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
}
.ct-list--moreSpace li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-list--moreSpace i {
  margin-right: 15px;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-block {
  display: block;
}
.ct-u-inline-block {
  display: inline-block;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingBoth200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ct-u-paddingTop200 {
  padding-top: 200px;
}
.ct-u-paddingBottom200 {
  padding-bottom: 200px;
}
.ct-u-paddingBoth250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.ct-u-paddingTop250 {
  padding-top: 250px;
}
.ct-u-paddingBottom250 {
  padding-bottom: 250px;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorBlackLight {
  color: #838383;
}
.ct-u-z-index1 {
  z-index: 1;
}
.ct-u-z-index2 {
  z-index: 2;
}
.ct-u-z-index3 {
  z-index: 3;
}
.ct-u-z-index4 {
  z-index: 4;
}
.ct-u-overflowHidden {
  overflow: hidden;
}
.ct-u-relative {
  position: relative;
}
.ct-u-absolute {
  position: absolute;
}
.ct-u-top-50 {
  top: -50px;
}
.ct-u-textLineThrough {
  text-decoration: line-through;
}
.ct-u-textUnderline {
  text-decoration: underline;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundGreyLight {
  background-color: #f2f6fa;
}
.ct-u-backgroundGrey {
  background-color: #f8f8f8;
}
.ct-u-text-big {
  font-size: 290px;
  line-height: 1;
  margin-left: -26px;
}
.ct-u-lineHeight30 {
  line-height: 30px;
}
.ct-u-italic {
  font-style: italic;
}
@media (max-width: 1366px) {
  .ct-u-text-big {
    font-size: 130px;
    margin-left: -9px;
  }
}
@media (max-width: 992px) {
  .ct-u-mobile-center {
    text-align: center;
  }
  .ct-u-paddingBottom250 {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .ct-u-displayTableMobile {
    display: block;
  }
  .ct-u-displayTableMobile .ct-u-displayTableCell {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .ct-u-displayTableMobile .ct-u-displayTableCell:last-child {
    margin: 0;
  }
  .ct-u-mb-text-center {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ct-u-text-big {
    font-size: 100px;
  }
}
/* -------------------- Media Sections  -------------------- */
.ct-mediaSection {
  background-color: #fff;
  position: relative;
  display: table;
  width: 100%;
}
.ct-mediaSection video,
.ct-mediaSection iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ct-mediaSection.noVCenter {
  display: block;
  width: 100%;
}
.ct-mediaSection.noVCenter .ct-mediaSection-inner {
  display: block;
  width: 100%;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.browser-mozilla .ct-mediaSection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.browser-mozilla .ct-mediaSection .ct-mediaSection-inner {
  display: block;
}
.ct-mediaSection[data-stellar-background-ratio] {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
@media (min-width: 768px) {
  [data-stellar-background-ratio] {
    background-attachment: fixed;
  }
}
.ct-mediaSection[data-type="pattern"] {
  background-size: contain;
  background-repeat: repeat;
}
.ct-mediaSection[data-type="video"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  background-color: #000;
  height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  vertical-align: middle;
  max-width: none;
  position: absolute;
  min-width: 120%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 3s, 8s;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img.singlefx {
  opacity: 1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 300px;
  height: 20px;
  background: #113344;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #ffffff;
  height: 8px;
  top: 6px;
}
.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}
.beatpicker {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  box-sizing: content-box !important;
  box-shadow: 0 3px 2px #eee;
  -moz-box-shadow: 0 3px 2px #eee;
  -o-box-shadow: 0 3px 2px #eee;
  -webkit-box-shadow: 0 3px 2px #eee;
  background-color: #f8f8f8;
  color: #373737;
  font-family: Trebuchet MS;
  font-size: 13px;
  height: auto;
  min-width: 200px;
  padding: 4px;
  position: absolute;
  width: 250px;
  border: 1px solid #e1e1e1;
  border-bottom: 3px solid #cfcfcf;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-style: none;
  z-index: 9999;
}
.beatpicker .button {
  background-color: #3994c5;
  border: medium none;
  color: #ebebeb;
  cursor: pointer;
  display: inline-block;
  font: bold 12px/2 arial, tahoma, sans-serif;
  margin: 0 2px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.beatpicker .button:hover {
  background-color: #257eae;
}
.beatpicker-inputnode {
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.beatpicker ul {
  margin: 0;
  padding: 0;
}
.beatpicker ul.cell-parent,
.beatpicker li.cell {
  list-style: none outside none;
}
.beatpicker ul.cell-parent {
  margin: 0 auto;
  width: 100%;
}
.beatpicker li.cell {
  float: left;
  margin: 1%;
  padding: 2%;
  text-align: center;
  width: 8%;
  white-space: nowrap;
}
.beatpicker .days .cell-parent li.cell {
  cursor: pointer;
  transition: background-color 0.09s linear 0;
}
.beatpicker .days .cell-parent li.cell.cell-months,
.days .cell-parent li.cell.cell-years {
  padding: 7% 5.5%;
  width: 12%;
}
.beatpicker .days .cell-parent li.cell:hover {
  background-color: #d35d5d;
  color: #fff !important;
  font-weight: bold;
}
.beatpicker .main-nav {
  background-color: #41a9cc;
  height: 30px;
  margin: 0 auto;
  padding: 2px;
  position: relative;
}
.beatpicker .main-nav .button {
  background-color: transparent;
  font-family: inherit;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 2px 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 14%;
}
.beatpicker .main-nav .button:hover {
  background-color: #257eae;
}
.beatpicker .main-nav .button.next {
  right: 0;
}
.beatpicker .main-nav .button.prev {
  left: 0;
}
.beatpicker .days .cell-parent li.cell.date-disabled.between-range {
  background-color: #f2dfa0;
  color: #4b4b4b;
}
.beatpicker .days .cell-parent li.cell.date-disabled:hover {
  background-color: #c2c2c2;
  color: #fff;
}
.beatpicker .days .cell-parent li.cell.not-notable {
  color: #ababab;
}
.beatpicker .days .cell-parent li.cell.date-disabled,
.days .cell-parent li.cell.not-notable.date-disabled {
  color: #c6c6c6;
}
.beatpicker .days .cell.notable-today {
  background-color: #4184a9;
  color: #fff;
  font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover {
  color: #9d9d9d !important;
}
.beatpicker .days .cell-parent li.cell.not-notable.notable-today {
  background-color: transparent;
  box-shadow: 0 0 0 1px #47758e inset;
  color: #9d9d9d;
}
.beatpicker .days .cell-parent li.cell.selected-date {
  background-color: #f79851;
  color: #fff;
  font-weight: bold;
}
.beatpicker .days .cell-parent li.cell.selected-date.notable-today {
  box-shadow: 0 0 0 2px #d08451 inset;
}
.beatpicker .days .cell-parent li.cell.between-range {
  background-color: #efd069;
}
.beatpicker .days .cell-parent li.cell.between-range:hover {
  background-color: #d35d5d;
}
.beatpicker .days .cell.notable-today.between-range {
  box-shadow: 0 0 0 2px #4184a9 inset;
  color: #3d3d3d;
}
.beatpicker .days .cell-parent li.cell.between-range.not-notable {
  color: #292929;
}
.beatpicker .main-nav .current-indicator {
  background-color: transparent;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  left: 14%;
  width: 72%;
}
.beatpicker .main-nav .current-indicator:hover {
  background-color: #bb5050;
}
.beatpicker .footer {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  display: inline-block;
  margin-bottom: -4px;
  margin-left: -4px;
  padding: 0 4px 4px;
  position: relative;
  width: 100%;
}
.beatpicker .footer input.date-input[type="text"] {
  float: left;
  height: 23px;
  margin: 0 -1px 0 0;
  padding: 0;
  width: 81%;
}
.beatpicker input[type="text"] {
  border: 1px solid #d2d2d2;
  color: #737373;
  font-family: inherit;
  margin: 0 1px;
  padding: 4px;
}
.beatpicker .footer .button.today,
.beatpicker .footer .button.date-input-button {
  height: 25px;
  margin-top: 5px;
  padding: 0;
  width: 25%;
}
.beatpicker .goto-date-parent.goto-date-container {
  float: right;
  margin-top: 5px;
  width: 65%;
}
.beatpicker .footer .button.date-input-button {
  float: left;
  margin: 0;
  width: 15%;
}
.beatpicker .footer .button.today {
  margin-left: 2%;
}
.beatpicker input[type="text"]::-moz-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
.beatpicker input[type="text"]::-webkit-input-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
.beatpicker input[type="text"]:-moz-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
.beatpicker input[type="text"]:-ms-input-placeholder {
  color: #959595;
  font-size: 74%;
  opacity: 1;
  text-transform: lowercase;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
@media (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    right: auto;
  }
  .yamm .navbar-right .dropdown-menu.yamm-dropdown {
    left: auto;
    right: 0;
  }
  .yamm .dropdown-menu.yamm-dropdown {
    min-width: 60%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu,
  .yamm .dropdown.yamm-sm .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.ct-pageWrapper.ct-wrapper-open {
  left: 266px;
}
.ct-navbarMobile.ct-wrapper-open {
  left: 266px;
}
.ct-topBar {
  color: #fff;
  font-size: 12px;
  line-height: 43px;
  padding: 2px 0;
  position: relative;
  z-index: 9999;
}
.ct-topBar .ct-information-contact li {
  margin-right: 20px;
}
.ct-topBar .ct-information-contact li:last-child {
  margin: 0;
}
.ct-topBar i {
  margin-right: 8px;
}
.ct-topBar a {
  color: #fff;
  display: inline-block;
  padding-right: 16px;
}
.ct-topBar ul {
  display: inline-block;
}
.ct-topBar ul > li {
  padding: 0;
  position: relative;
}
.ct-topBar ul > li:before {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -12px;
}
.ct-topBar ul > li:after {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.ct-topBar ul > li ul li:before {
  height: 0;
}
.ct-topBar ul > li ul li:after {
  height: 0;
}
.ct-topBar ul > li:last-child {
  margin: 0;
}
.ct-topBar ul > li:last-child:before {
  height: 0;
}
.ct-topBar ul > li:last-child:after {
  height: 0;
}
.ct-topBar ul a {
  padding-left: 15px;
}
.ct-topBar .ct-socials {
  font-size: 14px;
  margin-right: 16px;
}
.ct-topBar .ct-socials li {
  margin: 0;
  padding: 0;
}
.ct-topBar .ct-socials a {
  padding: 0 5px;
}
.ct-topBar .ct-socials i {
  margin: 0;
}
.ct-topBar .btn {
  margin-left: 11px;
  position: relative;
  top: -2px;
}
.ct-topBar .btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.dropdown-menu {
  z-index: 9000;
}
.navbar {
  border: none;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
  z-index: 8000;
}
.navbar .navbar-header {
  line-height: 55px;
}
.navbar .navbar-nav li > a {
  padding: 0 18px;
  line-height: 60px;
}
.navbar .navbar-nav li:last-child a {
  padding-right: 0;
}
.navbar .navbar-nav li a {
  color: #4b4a4a;
}
.navbar .navbar-nav li a:hover {
  background-color: transparent;
}
.navbar .navbar-nav li.active a {
  background-color: #fff;
}
.navbar .navbar-nav li.active a:visited,
.navbar .navbar-nav li.active a:active,
.navbar .navbar-nav li.active a:focus {
  background-color: #fff;
}
.navbar .dropdown:after {
  content: "";
  position: absolute;
  bottom: -7px;
  height: 15px;
  width: 100%;
}
.navbar .dropdown .dropdown-menu {
  min-width: 250px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.21);
}
.navbar .dropdown .dropdown-menu li a {
  line-height: 30px;
  display: block;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500;
}
.navbar .dropdown .dropdown-menu li a:first-child {
  padding-top: 0px;
}
.navbar .dropdown .dropdown-menu li a:last-child {
  padding-bottom: 0px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.ct-navbarMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-color: #fff;
  text-align: center;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  line-height: 70px;
  float: none;
  padding: 0;
}
.ct-navbarMobile .navbar-brand img {
  display: inline;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #333;
}
.ct-navbarMobile .ct-navbarCart--mobileIcon {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -26px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 30px;
}
.ct-menuMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 266px;
  background-color: #fff;
  font-weight: 700;
  overflow: scroll;
}
.ct-menuMobile .ct-menuMobile-navbar {
  padding: 0;
  list-style: none;
  border: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  font-size: 12px;
  color: #4b4a4a;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown {
  overflow: hidden;
  color: #4b4a4a;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown i {
  padding-left: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown a i {
  margin-right: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: block;
  text-align: center;
  max-height: 0;
  padding: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none;
  width: 100%;
  left: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li:hover a {
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu a {
  text-align: left;
  color: #4b4a4a;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu > .active > a {
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  margin: 0 0 10px 0;
  max-height: none;
}
@media (max-width: 992px) {
  .ct-topBar {
    text-align: center;
  }
  .ct-topBar .ct-information-contact {
    display: block;
    float: none !important;
  }
  .ct-topBar div {
    float: none !important;
  }
  .navbar {
    text-align: center;
  }
  .navbar .navbar-header {
    float: none !important;
    line-height: 80px;
  }
  .navbar .navbar-nav {
    display: block;
    float: none !important;
  }
  .navbar .navbar-nav li > a {
    line-height: 70px;
  }
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.animatedHeadroom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedHeadroom.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHeadroom.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.snapjs-right,
.snapjs-left {
  overflow: hidden !important;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.snapjs-right .ct-navbarMobile {
  right: 0;
  left: auto;
}
.snapjs-left .ct-navbarMobile {
  left: 0;
  right: auto;
}
.snapjs-left .ct-menuMobile {
  left: 0;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile,
  .ct-navbarCart--mobile {
    display: none;
  }
  .navbar,
  .ct-topBar {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-wrapper,
  .navbar-wrapperBig {
    display: none;
  }
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes ct-navbar--fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ct-navbar--fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: ct-navbar--fadeInUp;
  animation-name: ct-navbar--fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.successMessage,
.errorMessage {
  display: none;
}
.form-control {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 43px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #fff;
}
.input-lg {
  height: 52px;
}
.input-sm {
  height: 32px;
}
input {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  padding-right: 15px;
}
.ct-form input,
.ct-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-form div[class^="col-"] {
  padding-right: 5px;
}
.ct-form div[class^="col-"]:last-child {
  padding-right: 15px;
  padding-left: 5px;
}
.ct-form-grey input,
.ct-form-grey textarea {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #979797;
}
.ct-form-grey input::-webkit-input-placeholder,
.ct-form-grey textarea::-webkit-input-placeholder {
  color: #979797;
}
.ct-form-grey input:-moz-placeholder,
.ct-form-grey textarea:-moz-placeholder {
  color: #979797;
}
.ct-form-grey input::-moz-placeholder,
.ct-form-grey textarea::-moz-placeholder {
  color: #979797;
}
.ct-form-grey input:-ms-input-placeholder,
.ct-form-grey textarea:-ms-input-placeholder {
  color: #979797;
}
.ct-form-grey input {
  height: 37px;
}
.ct-form-grey .beatpicker-input {
  height: 34px;
  width: 45%;
  padding: 0 20px;
  font-size: 12px;
}
.beatpicker-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 0;
  background-image: none !important;
}
.beatpicker li.cell {
  width: 12%;
}
.beatpicker-input-from {
  float: left;
}
.beatpicker-input-to {
  float: right;
}
.beatpicker-clearButton {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 15px;
  padding: 0 10px;
  border: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.beatpicker-clearButton:hover {
  background-color: #333;
}
.input-parent:before,
.input-parent:after {
  content: "";
  display: table;
}
.input-parent:after {
  clear: both;
}
.ct-form-rounded input,
.ct-form-rounded textarea {
  font-size: 14px;
  color: #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-form-rounded input::-webkit-input-placeholder,
.ct-form-rounded textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.ct-form-rounded input:-moz-placeholder,
.ct-form-rounded textarea:-moz-placeholder {
  color: #bbbbbb;
}
.ct-form-rounded input::-moz-placeholder,
.ct-form-rounded textarea::-moz-placeholder {
  color: #bbbbbb;
}
.ct-form-rounded input:-ms-input-placeholder,
.ct-form-rounded textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.input--withBorder {
  border: 1px solid #dbdbdb;
}
.input--withIcon {
  position: relative;
}
.input--withIcon .input-icon {
  font-size: 16px;
  text-align: center;
  height: 32px;
  width: 32px;
  padding: 4px;
  background-color: #e2e2e2;
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  margin-top: -16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1000;
}
.input--withIcon input {
  padding-left: 52px;
}
.input--rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.input-group-btn button {
  min-width: 130px;
}
.input-group-btn .btn-default {
  padding-top: 13px;
  padding-bottom: 13px;
}
.input-group-btn .btn-default:hover {
  border: 1px solid #fff;
}
form .input-group {
  width: 100%;
}
form .input-item {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
form .input-item span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  width: 110px;
  text-transform: capitalize;
}
.form-group--search {
  position: relative;
}
.form-group--search .form-control {
  height: 41px;
  padding-left: 20px;
  padding-right: 40px;
}
.form-group--search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  width: 54px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #bcbcbc;
}
/* Custom Checbox */
.ct-checbox--custom input[type=checkbox] {
  display: none;
}
.ct-checbox--custom label {
  display: block;
  cursor: pointer;
  position: relative;
  color: #4b4a4a;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  padding: 8px 15px 8px 38px;
}
.ct-checbox--custom label:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.ct-checbox--custom input[type=checkbox]:checked + label:before {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 19px;
  top: 16px;
  width: 4px;
  height: 7px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 2;
}
.ct-checbox--custom input[type=checkbox]:checked + label:after {
  background-color: #fff;
}
.ct-checbox--custom input[type=checkbox]:checked + label {
  color: #fff;
}
.ct-checbox--custom.ct-checbox--customType2 {
  display: inline-block;
  margin-right: 10px;
}
.ct-checbox--custom.ct-checbox--customType2 label {
  display: inline-block;
  padding: 0;
  height: 38px;
  width: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-checbox--custom.ct-checbox--customType2 label:after {
  height: 38px;
  width: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 0;
  left: 0;
  margin: 0;
}
.ct-checbox--custom.ct-checbox--customType2 input[type=checkbox]:checked + label:before {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 21px;
  height: 21px;
  border: none;
  transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  z-index: 2;
  background: url("images/check-icon-white.png");
}
.ct-checbox--custom.ct-checbox--customType2 input[type=checkbox]:checked + label:after {
  background-color: inherit;
}
.ct-checbox--customType2.ct-checkbox-darkgreen label:after {
  background-color: #79c58a;
  border-color: #79c58a;
}
.ct-checbox--customType2.ct-checkbox-darkgreen input[type=checkbox]:checked + label {
  background-color: #79c58a;
}
.ct-checbox--customType2.ct-checkbox-pink label:after {
  background-color: #f3a6dc;
  border-color: #f3a6dc;
}
.ct-checbox--customType2.ct-checkbox-pink input[type=checkbox]:checked + label {
  background-color: #f3a6dc;
}
.ct-checbox--customType2.ct-checkbox-purple label:after {
  background-color: #8479c5;
  border-color: #8479c5;
}
.ct-checbox--customType2.ct-checkbox-purple input[type=checkbox]:checked + label {
  background-color: #8479c5;
}
.ct-checbox--customType2.ct-checkbox-lightgreen label:after {
  background-color: #a8e453;
  border-color: #a8e453;
}
.ct-checbox--customType2.ct-checkbox-lightgreen input[type=checkbox]:checked + label {
  background-color: #a8e453;
}
.ct-checbox--customType2.ct-checkbox-red label:after {
  background-color: #f02929;
  border-color: #f02929;
}
.ct-checbox--customType2.ct-checkbox-red input[type=checkbox]:checked + label {
  background-color: #f02929;
}
.ct-checbox--customType2.ct-checkbox-orange label:after {
  background-color: #ffa507;
  border-color: #ffa507;
}
.ct-checbox--customType2.ct-checkbox-orange input[type=checkbox]:checked + label {
  background-color: #ffa507;
}
.ct-checbox--customType2.ct-checkbox-yellow label:after {
  background-color: #efe31f;
  border-color: #efe31f;
}
.ct-checbox--customType2.ct-checkbox-yellow input[type=checkbox]:checked + label {
  background-color: #efe31f;
}
.ct-checbox--customType2.ct-checkbox-brown label:after {
  background-color: #7d4f00;
  border-color: #7d4f00;
}
.ct-checbox--customType2.ct-checkbox-brown input[type=checkbox]:checked + label {
  background-color: #7d4f00;
}
.ct-checbox--customType2.ct-checkbox-lightblue label:after {
  background-color: #5ed3ec;
  border-color: #5ed3ec;
}
.ct-checbox--customType2.ct-checkbox-lightblue input[type=checkbox]:checked + label {
  background-color: #5ed3ec;
}
@media (max-width: 480px) {
  .input-group-btn .btn {
    margin-bottom: 0;
  }
}
button {
  outline: none;
}
.btn {
  padding: 6px 19px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn {
  margin-right: 30px;
}
.btn:last-of-type {
  margin-right: 0;
}
.btn-default {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-primaryDark {
  color: #3b4045;
}
.btn-primaryDark:hover,
.btn-primaryDark:focus,
.btn-primaryDark:active,
.btn-primaryDark.active {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
}
.btn-grey {
  background-color: #f0f0f0;
  color: #4b4a4a;
}
.btn-success {
  color: #ffffff;
  background-color: #c9cf4a;
  border-color: #c9cf4a;
  color: #2d2d2d;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-warning {
  color: #ffffff;
  background-color: #e39110;
  border-color: #e39110;
}
.btn-danger {
  color: #ffffff;
  background-color: #d24963;
  border-color: #d24963;
}
.btn-dark {
  color: #ffffff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-link {
  color: #e30000;
}
.btn-link:hover {
  color: inherit;
}
.btn-toTop {
  font-size: 32px;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.btn-loadMore {
  font-size: 19px;
  line-height: 24px;
  border: 1px solid #dde2d7;
  background-color: #fff;
}
.btn-loadMore:hover,
.btn-loadMore:focus,
.btn-loadMore:active,
.btn-loadMore.active {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
.btn.btn-transparent {
  background: transparent;
  color: #fff;
}
.btn-bordered--dark {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.btn-bordered--Light {
  border-color: #fff;
  color: #fff;
}
.btn.active:hover,
.btn.active:focus,
.btn.active:active,
.btn.active.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  padding: 14px 42px;
}
.btn-sm {
  padding: 2px 18px;
}
.btn-xs {
  font-size: 12px;
  line-height: 10px;
  padding: 7px 16px;
}
.btn-long {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-group .btn {
  margin-right: 0;
}
.btn-fullWidth {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
img,
figure {
  max-width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
.ct-pageWrapper {
  z-index: 3;
  -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  background-color: #fff;
}
body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
  max-width: 1200px;
  margin: auto;
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url("../images/bg_pattern_01.jpg") repeat;
}
.ptn2 {
  background: url("../images/bg_pattern_02.jpg") repeat;
}
.ptn3 {
  background: url("../images/bg_pattern_03.jpg") repeat;
}
.ptn4 {
  background: url("../images/bg_pattern_04.jpg") repeat;
}
.ptn5 {
  background: url("../images/bg_pattern_05.jpg") repeat;
}
.ptn6 {
  background: url("../images/bg_pattern_06.jpg") repeat;
}
.ptn7 {
  background: url("../images/bg_pattern_07.jpg") repeat;
}
.ptn8 {
  background: url("../images/bg_pattern_08.jpg") repeat;
}
.ptn9 {
  background: url("../images/bg_pattern_09.jpg") repeat;
}
.ptn10 {
  background: url("../images/bg_pattern_10.jpg") repeat;
}
.ptn11 {
  background: url("../images/bg_pattern_11.jpg") repeat;
}
.ptn12 {
  background: url("../images/bg_pattern_12.jpg") repeat;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
  }
}
.ct-googleMap {
  height: 266px;
}
.ct-js-googleMap--contact .ct-googleMap {
  height: 253px;
}
.ct-preloader {
  position: fixed;
  z-index: 999998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  overflow: visible;
  width: 64px;
  height: 64px;
  font-size: 64px;
  background: url("../images/preloader.gif") no-repeat;
}
.ct-reserveTicket {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  bottom: 100px;
  right: -190px;
  width: 245px;
  text-align: center;
  z-index: 9000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-reserveTicket .ct-reserveTicket-body {
  position: relative;
  padding: 23px 25px 19px 68px;
  color: #fff;
}
.ct-reserveTicket .ct-reserveTicket-body a {
  color: #fff;
  font-size: 14px;
}
.ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-icon {
  font-size: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 94px;
  height: 94px;
  top: 50%;
  left: -50%;
  margin-top: -47px;
  margin-left: 77px;
  padding: 19px 17px;
  cursor: pointer;
}
.ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-icon .ct-reserveTicket-iconBackground {
  height: 56px;
  width: 63px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}
.ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-icon .ct-reserveTicket-iconBackground:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 14px;
  bottom: -10px;
}
.ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-title {
  font-size: 16px;
}
.ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-title:after {
  content: "";
  display: block;
  margin: 10px 0;
}
.ct-reserveTicket .ct-reserveTicket-body span {
  display: block;
}
.ct-infoLabel {
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 30px;
  display: inline-block;
  position: relative;
}
.ct-infoLabel span {
  display: block;
}
.ct-infoLabel .h3 {
  font-size: 30px;
}
.ct-infoLabel .ct-infoLabel-title:after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 50%;
}
.ct-infoLabel .ct-infoLabel-inner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ct-infoLabel .ct-infoLabel-more {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
  color: #fff;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  float: right;
}
.ct-infoLabel .ct-infoLabel-more:before {
  content: "";
  background: url("../images/more-top.png");
  height: 18px;
  width: 100%;
  position: absolute;
  top: -18px;
  right: 0;
}
.ct-infoLabel .ct-infoLabel-more:after {
  content: "";
  background: url("../images/more-left.png");
  position: absolute;
  width: 17px;
  height: 20px;
  top: 0;
  left: -17px;
}
.ct-infoLabel .ct-infoLabel-subtitle {
  font-size: 12px;
}
.ct-infoLabel--style2 {
  padding: 20px 30px;
}
.ct-infoLabel--style2 .h2 {
  font-size: 45px;
}
.ct-infoLabel--style2 .ct-infoLabel-title {
  margin-right: 10px;
}
.ct-infoLabel--style2 .ct-infoLabel-title:after {
  height: 0;
  width: 0;
  margin: 0;
}
.ct-infoLabel--style2 .ct-infoLabel-subtitle {
  position: relative;
}
.ct-infoLabel--style2 .ct-infoLabel-subtitle:after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
}
.ct-infoLabel--style2 span {
  display: inline-block;
}
.ct-shadow:before {
  content: "";
  display: block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ct-reserveTicket.active {
  right: 0;
}
.starrr span,
.starrr-circle span {
  margin-right: 7px;
}
.starrr .active,
.starrr-circle .active {
  color: #dbdbdb;
}
.nstSlider {
  width: 100%;
  height: 10px;
  background-color: #f5f5f5;
}
.nstSlider .leftGrip,
.nstSlider .rightGrip {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #4b4a4a;
  margin-top: -4px;
}
.nstSlider .bar {
  top: 0;
  height: 10px;
}
.leftLabel,
.rightLabel {
  position: absolute;
  font-size: 12px;
  bottom: -30px;
}
.leftLabel {
  left: 0;
}
.rightLabel {
  right: 0;
}
.ct-breadcrumbs {
  font-size: 12px;
  color: #fff;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  padding: 0 17px;
}
.ct-breadcrumbs i {
  font-size: 14px;
  margin-right: 14px;
}
.ct-breadcrumbs ul {
  margin: 0;
}
.ct-breadcrumbs ul li {
  padding: 14px;
}
.ct-breadcrumbs ul li a {
  word-spacing: 3px;
}
.ct-breadcrumbs a {
  color: #fff;
}
.ct-breadcrumbs--white {
  background-color: #fff;
}
.ct-breadcrumbs--white a:hover {
  color: #4d4d4d;
}
.ct-divider--grey {
  height: 1px;
  background-color: #f6f6f6;
}
.ct-divider--greyLight {
  height: 1px;
  background-color: #f0f0f0;
}
.ct-divider--greyBig {
  height: 2px;
  background-color: #f3f3f3;
}
.ct-squareThumbnail {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}
.ct-squareThumbnail .ct-squareThumbnail-title {
  color: #fff;
  padding: 25px 70px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.ct-squareThumbnail .ct-squareThumbnail-title i {
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 24px;
  margin-top: -12px;
}
.ct-squareThumbnail .ct-squareThumbnail-content {
  padding: 8px 39px 8px 39px;
  font-size: 16px;
  line-height: 24px;
}
.ct-squareThumbnail .ct-squareThumbnail-content a {
  color: #4b4a4a;
  padding: 5px 0;
  display: block;
}
.ct-squareThumbnail--withHover .ct-squareThumbnail-title {
  right: -100%;
  padding: 16px 0;
}
.ct-squareThumbnail--withHover .ct-squareThumbnail-content {
  padding: 8px 23px 40px 23px;
}
.ct-squareThumbnail--withHover .ct-squareThumbnail-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 70px 50px;
}
.ct-squareThumbnail--withHover .ct-squareThumbnail-mask i {
  font-size: 60px;
}
.ct-squareThumbnail--withHover:hover .ct-squareThumbnail-mask {
  left: -100%;
}
.ct-squareThumbnail--withHover:hover .ct-squareThumbnail-title {
  right: 0;
}
.ct-sidebar {
  font-size: 16px;
  line-height: 24px;
}
.ct-sidebar .dropdown a {
  color: #4b4a4a;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  padding: 7px 0;
}
.ct-sidebar .dropdown a:hover {
  background-color: transparent;
}
.ct-sidebar .dropdown .dropdown-menu {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #f2f2f2;
  list-style: disc;
  padding-left: 17px;
  max-height: 0;
  width: 100%;
  left: 0px;
  top: -10px;
}
.ct-sidebar .open > a {
  font-weight: 700;
  color: #01c6d9;
}
.ct-sidebar .open .dropdown-menu {
  max-height: none;
}
.ct-sidebar .widget {
  margin-bottom: 20px;
}
.ct-sidebar .widget:last-child {
  margin-bottom: 20px;
}
.ct-sidebar .widget .widget-inner {
  position: relative;
}
.ct-sidebar .widget .widget-inner .widget-title {
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.ct-sidebar .widget .widget-inner a {
  display: block;
  color: #232426;
  padding: 10px 0;
}
.ct-sidebar .widget .widget-inner a i {
  margin-right: 11px;
}
.ct-sidebar .widget .widget-inner ul {
  padding: 10px 17px;
}
.ct-sidebar .widget .widget-inner ul li {
  font-size: 12px;
  word-spacing: 3px;
  line-height: 24px;
  border-bottom: 1px solid #e4e4e4;
}
.ct-sidebar .widget .widget-inner ul li:last-child {
  border: none;
}
.ct-sidebar .widget-filter .widget-inner ul {
  padding: 0;
  background-color: #f2f2f2;
}
.ct-sidebar .widget-filter .widget-inner ul li {
  border-bottom: 1px solid #fff;
  color: #838383;
}
.ct-sidebar--search .widget {
  padding-top: 30px;
  border-top: 2px solid #f7f7f7;
  margin-bottom: 35px;
}
.ct-sidebar--grey .widget {
  background-color: #f2f2f2;
}
.ct-results-panel {
  margin-bottom: 30px;
  font-size: 15px;
}
.ct-results-panel i {
  margin-right: 10px;
  font-size: 18px;
}
.selectize-input {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-input.focus {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-dropdown-content {
  padding: 0;
}
.selectize-control.single .selectize-input:after {
  border-color: #919191 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #919191 transparent;
}
.ct-select--style2 .selectize-input {
  border: 1px solid #e8e8e8;
  color: #c6c6c6;
}
.ct-select--style2 .selectize-dropdown,
.ct-select--style2 .selectize-dropdown.form-control {
  color: #c6c6c6;
}
.ct-select--style2.single .selectize-input:after {
  content: "\f107";
  font-family: fontawesome;
  border: none;
  margin-top: -9px;
}
.tab-pane {
  display: block !important;
  height: 0px;
  overflow: hidden;
}
.tab-pane.active {
  display: block !important;
  height: auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.ct-slick .item {
  background-size: cover;
  padding: 5px;
  overflow: hidden;
  outline: none;
}
.ct-slick .item a {
  outline: none;
}
.ct-slick .ct-slick-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.ct-slick .ct-slick-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ct-slick h2,
.ct-slick .h2 {
  line-height: 50px;
}
.ct-slick p {
  line-height: 30px;
}
.ct-slick .container {
  position: relative;
}
.slick-dots {
  left: 13px;
  bottom: 13px;
  text-align: left;
}
.slick-dots li {
  height: 9px;
  width: 9px;
  margin: 0 3px;
}
.slick-dots li button {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}
.slick-dots li button:before {
  height: 0;
  width: 0;
  color: #fff;
}
.slick-next,
.slick-prev {
  height: 55px;
  width: 55px;
  background-color: transparent;
  border: 2px solid #fff;
  margin-top: -27px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 8000;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.slick-next {
  right: 30px;
}
.slick-next:before {
  font-family: fontawesome;
  content: "\f105";
  height: 30px;
  display: block;
  font-size: 30px;
}
.slick-prev {
  left: 30px;
}
.slick-prev:before {
  font-family: fontawesome;
  content: "\f104";
  height: 30px;
  display: block;
  font-size: 30px;
}
header .ct-slick .ct-slick-content {
  padding: 150px 0 250px 0;
}
.ct-slick--arrowsTop > .slick-next,
.ct-slick--arrowsTopBlue > .slick-next,
.ct-slick--arrowsTop > .slick-prev,
.ct-slick--arrowsTopBlue > .slick-prev {
  top: -10px;
  left: auto;
  border: none;
  height: 20px;
  width: 20px;
  color: #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-slick--arrowsTop > .slick-next:hover,
.ct-slick--arrowsTopBlue > .slick-next:hover,
.ct-slick--arrowsTop > .slick-prev:hover,
.ct-slick--arrowsTopBlue > .slick-prev:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ct-slick--arrowsTop > .slick-next:before,
.ct-slick--arrowsTopBlue > .slick-next:before,
.ct-slick--arrowsTop > .slick-prev:before,
.ct-slick--arrowsTopBlue > .slick-prev:before {
  font-size: 20px;
  height: 20px;
}
.ct-slick--arrowsTop > .slick-next,
.ct-slick--arrowsTopBlue > .slick-next {
  right: 23px;
}
.ct-slick--arrowsTop > .slick-prev,
.ct-slick--arrowsTopBlue > .slick-prev {
  right: 46px;
}
.ct-slick--arrowsTopBlue > .slick-next,
.ct-slick--arrowsTopBlue > .slick-prev {
  height: 49px;
  width: 32px;
  top: -30px;
}
.ct-slick--arrowsTopBlue > .slick-next {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.ct-slick--arrowsTopBlue > .slick-prev {
  right: 55px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.ct-slick--arrowsTopBlue p {
  font-size: 14px;
  line-height: 26px;
}
.ct-slick--arrowsTopBlue-style2 > .slick-next,
.ct-slick--arrowsTopBlue-style2 > .slick-prev {
  top: 7px;
}
.ct-slick--arrowsNoBorder .slick-next,
.ct-slick--arrowsNoBorder .slick-prev {
  border: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-slick--arrowsNoBorder .slick-next:before,
.ct-slick--arrowsNoBorder .slick-prev:before {
  font-size: 50px;
  height: 50px;
}
.ct-slick--arrowsNoBorder .slick-next {
  right: 0;
}
.ct-slick--arrowsNoBorder .slick-prev {
  left: 0;
}
.ct-slick--arrowsCircle .slick-next,
.ct-slick--arrowsCircle .slick-prev {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  height: 30px;
  width: 30px;
  margin-top: -15px;
  text-align: center;
}
.ct-slick--arrowsCircle .slick-next:before,
.ct-slick--arrowsCircle .slick-prev:before {
  font-size: 14px;
  height: 14px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-slick--arrowsCircle .slick-next:hover,
.ct-slick--arrowsCircle .slick-prev:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.ct-slick--arrowsCircle .slick-next {
  right: 10px;
}
.ct-slick--arrowsCircle .slick-prev {
  left: 10px;
}
.ct-slick--arrowsCustom .slick-next,
.ct-slick--arrowsCustom .slick-prev {
  height: 28px;
  width: 28px;
  top: -18px;
  left: auto;
  z-index: 1000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-slick--arrowsCustom .slick-next:before,
.ct-slick--arrowsCustom .slick-prev:before {
  height: 28px;
  font-size: 20px;
  line-height: 24px;
}
.ct-slick--arrowsCustom .slick-next {
  right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-slick--arrowsCustom .slick-prev {
  right: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ct-slick--arrowsSquare .slick-next,
.ct-slick--arrowsSquare .slick-prev {
  height: auto;
  width: 30px;
  top: 0;
  bottom: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-slick--arrowsSquare .slick-next {
  right: 0;
}
.ct-slick--arrowsSquare .slick-prev {
  left: 0;
}
.ct-slick--lightBlue {
  background-color: #e7eef5;
  padding: 0 28px;
}
.ct-slick--lightBlue .item {
  border-left: 2px solid #fff;
}
.ct-testimonials--withBigImage .ct-testimonials-slider {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
}
.ct-testimonials--withBigImage > img {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-testimonials--withBigImage .ct-slick .item {
  padding: 29px;
}
.ct-testimonials--inline {
  display: table;
  color: #fff;
}
.ct-testimonials--inline .ct-testimonials-image,
.ct-testimonials--inline .ct-testimonials-description {
  display: table-cell;
  vertical-align: middle;
}
.ct-testimonials--inline .ct-testimonials-image {
  height: 116px;
  width: 116px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.ct-testimonials--inline .ct-testimonials-description {
  padding-left: 25px;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
.ct-image-container--GiftCard {
  position: relative;
  height: 120px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.ct-image-container--GiftCard .ct-image-container--mainBody {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0px 0px 13px 5px #ededed;
  -moz-box-shadow: inset 0px 0px 13px 5px #ededed;
  box-shadow: inset 0px 0px 13px 5px #ededed;
  z-index: 2;
  height: 100%;
  line-height: 120px;
}
.ct-image-container--GiftCard .ct-image-container--mainBody img {
  display: inline;
}
.ct-image-container--GiftCard:before {
  content: "";
  height: 120px;
  width: 200px;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
  -webkit-transform: rotate(347deg);
  -moz-transform: rotate(347deg);
  -o-transform: rotate(347deg);
  -ms-transform: rotate(347deg);
  transform: rotate(347deg);
  background-image: url("../images/gift-card.jpg");
}
.ct-image--border {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.15);
  border: 6px solid #fff;
  overflow: hidden;
}
.ct-image--border img {
  width: 100%;
}
.ct-image--hover {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}
.ct-image--hover img {
  width: 100%;
}
.ct-image--hover .ct-image-text {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
}
.ct-image--hover .ct-image-text > span {
  display: inline-block;
}
.ct-image--hover .ct-image-text > span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 10px 0;
}
.ct-image--hover .image-label {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-image--hover .image-label {
  color: #fff;
  position: relative;
  right: -100%;
  font-size: 18px;
}
.ct-image--hover:hover .image-label {
  right: 0;
}
.ct-image--hover:hover .ct-image-text > span:after {
  width: 100%;
}
.ct-panel-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.ct-image--steps {
  margin-bottom: 20px;
}
.ct-image--steps .ct-image-container {
  position: relative;
  margin-bottom: 30px;
}
.ct-image--steps .ct-stepsBox {
  background: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 60px;
  right: 16px;
  padding: 7px 9px;
  color: #fff;
}
.ct-image--steps .ct-stepsBox span {
  display: block;
  font-size: 12px;
}
.ct-image--steps .ct-stepsBox .ct-number {
  font-size: 40px;
  line-height: 30px;
  padding-left: 20px;
}
.ct-image--steps > span {
  display: block;
}
.ct-image--steps .ct-image-title {
  display: inline-block;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ct-featuredItem {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #4b4a4a;
  width: 70%;
  background: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.13) 16%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 41%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(15%, rgba(255, 255, 255, 0.1)), color-stop(16%, rgba(255, 255, 255, 0.13)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(41%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.13) 16%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 41%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.13) 16%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 41%, rgba(255, 255, 255, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.13) 16%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 41%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.13) 16%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 41%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.ct-featuredItem span {
  display: block;
  white-space: nowrap;
}
.ct-featuredItem .ct-featuredItem-inner {
  position: relative;
  display: inline-block;
  float: right;
  padding: 20px 70px 20px 0;
}
.ct-featuredItem .ct-featuredItem-title {
  font-size: 20px;
}
.ct-featuredItem .ct-featuredItem-tag {
  font-size: 18px;
}
.ct-strip {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 46px;
  right: -3px;
  padding: 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-strip .ct-strip-inner {
  position: relative;
}
.ct-strip .ct-strip-inner:before,
.ct-strip .ct-strip-inner:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.ct-strip .ct-strip-inner:before {
  border-width: 0 26px 26px 0;
  left: -30px;
}
.ct-strip .ct-strip-inner:after {
  border-width: 26px 26px 0 0;
  right: -30px;
}
.ct-navigation-customize .btn {
  margin-right: 10px;
}
.ct-heading--withBorder p,
.ct-heading--withBorderGrey p {
  font-size: 14px;
}
.ct-heading--withBorder {
  border-left: 3px solid #fff;
  padding: 10px 0 10px 20px;
}
.ct-heading--withBorderGrey {
  border-color: #ececec;
}
.ct-heading--withBorderGreyDark {
  border-color: #d4d4d4;
}
.ct-heading--striped {
  padding: 20px 0 20px 50px;
  color: #fff;
  position: relative;
}
.ct-heading--striped:before {
  content: "";
  height: 66px;
  position: absolute;
  top: 24px;
  left: -100%;
  width: 100%;
}
.ct-heading--striped:after {
  content: "";
  width: 19px;
  height: 24px;
  border-style: solid;
  border-width: 0 19px 24px 0;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.ct-heading--striped .ct-right-extension {
  height: 66px;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}
.ct-heading--withArrow {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 22px;
  position: relative;
}
.ct-heading--withArrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  position: absolute;
  bottom: -11px;
  left: 33px;
}
.ct-u-decoration--triangleBefore {
  position: relative;
}
.ct-u-decoration--triangleBefore:before {
  content: "";
  height: 175px;
  width: 100%;
  background: url("../images/triangleBefore.png");
  position: absolute;
  top: -175px;
  left: 0;
}
.ct-mediaBox {
  position: relative;
}
.ct-mediaBox p {
  font-size: 14px;
  line-height: 30px;
}
.ct-mediaBox .ct-slick .item {
  padding: 0;
}
.ct-mediaBox .btn {
  margin-top: 30px;
}
.ct-mediaBox .ct-mediaBox-description {
  padding: 30px 10px;
}
.ct-mediaBox .ct-ribbon {
  top: 20px;
  right: -15px;
}
.ct-mediaBox--inline {
  width: 100%;
}
.ct-mediaBox--inline .ct-mediaBox-mediaContainer,
.ct-mediaBox--inline .ct-mediaBox-description {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
}
.ct-mediaBox--inline .ct-mediaBox-description {
  padding: 41px 43px 41px 48px;
}
.ct-mediaBox--inline p {
  font-size: 14px;
}
.ct-mediaBox--grey {
  background-color: #fafafa;
}
.ct-mediaBox--right .ct-mediaBox-mediaContainer {
  float: right;
}
.ct-mediaBox--right .ct-mediaBox-description {
  float: left;
}
.ct-mediaBox--inlineType2 .ct-mediaBox-mediaContainer {
  width: 40%;
  padding: 20px 20px 20px 0;
}
.ct-mediaBox--inlineType2 .ct-mediaBox-description {
  width: 60%;
}
.ct-absoluteBox {
  background-color: #fff;
  padding: 47px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.2);
  margin-bottom: 100px;
}
.ct-absoluteBox .ct-slick .item {
  padding: 0 30px 0 0;
}
.ct-absoluteBox .ct-slick--arrowsTopBlue .slick-next,
.ct-absoluteBox .ct-slick--arrowsTopBlue .slick-prev {
  top: -35px;
}
.ct-absoluteBox .ct-productBox {
  margin-left: 10px;
  margin-right: 0;
}
.ct-absoluteBox .ct-image--hover {
  margin: 0;
}
.ct-absoluteBox > span {
  display: block;
}
.ct-absoluteBox--style2 {
  padding: 10px;
  margin-top: 200px;
}
.ct-infoBox {
  color: #fff;
  display: table;
  padding: 30px;
  position: relative;
}
.ct-infoBox .ct-infoBox-image,
.ct-infoBox .ct-infoBox-description {
  display: table-cell;
  vertical-align: top;
}
.ct-infoBox .ct-infoBox-image {
  padding-right: 40px;
}
.ct-infoBox .ct-infoBox-image img {
  max-width: none;
}
.ct-infoBox .ct-infoBox-description .ct-infoBox-title {
  line-height: 34px;
  margin-bottom: 24px;
}
.ct-infoBox .ct-infoBox-description h3 {
  font-size: 30px;
}
.ct-infoBox .ct-infoBox-description p {
  margin-bottom: 30px;
}
.ct-infoBox:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 58px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ct-infoBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 58px 0 0;
  border-color: #e1e1e1 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ct-infoBox--vertical {
  padding: 25px 38px;
  display: block;
}
.ct-infoBox--vertical .ct-infoBox-image,
.ct-infoBox--vertical .ct-infoBox-description {
  display: block;
}
.ct-infoBox--vertical .ct-infoBox-description .ct-infoBox-title {
  margin-bottom: 18px;
}
.ct-infoBox--vertical .ct-divider--grey,
.ct-infoBox--vertical .ct-divider--doubleBorder {
  margin-bottom: 10px;
}
.ct-infoBox--vertical .ct-infoBox-image {
  padding-right: 0;
}
.ct-infoBox--vertical .ct-infoBox-image img {
  width: 100%;
}
.ct-infoBox--vertical:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
}
.ct-infoBox--vertical:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 34px;
  border-color: transparent transparent transparent #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
}
.ct-personBox {
  background-color: #f6f6f6;
  text-align: center;
  margin-bottom: 30px;
}
.ct-personBox .ct-personBox-image img {
  width: 100%;
}
.ct-personBox .ct-personBox-title {
  text-transform: capitalize;
  color: #4b4a4a;
}
.ct-personBox h5 {
  font-size: 16px;
}
.ct-personBox .ct-personBox-meta {
  color: #838383;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.ct-personBox .ct-personBox-description {
  padding: 16px;
}
.ct-personBox .btn {
  margin-top: 15px;
  margin-bottom: 16px;
}
.ct-personBox--withHover .ct-personBox-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-personBox--withHover:hover .ct-personBox-image img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.ct-personBox--titleTop {
  position: relative;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0px 0px 55px 0px rgba(0, 1, 1, 0.2);
  box-shadow: 0px 0px 55px 0px rgba(0, 1, 1, 0.2);
}
.ct-personBox--titleTop .ct-personBox-title {
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 24px;
  padding: 9px 10px;
  margin-top: -21px;
  text-align: center;
}
.ct-personBox--titleTop p {
  font-size: 15px;
  line-height: 24px;
}
.ct-personBox--titleTop .ct-personBox-description {
  padding: 24px;
  font-style: italic;
  text-align: left;
}
.ct-price-container span {
  display: block;
  line-height: 18px;
}
.ct-price-container .ct-date {
  font-size: 12px;
  font-weight: 700;
}
.ct-price-container .ct-price {
  font-size: 24px;
  color: inherit;
}
.ct-productBox {
  background-color: #fff;
  margin-left: 20px;
  display: table;
}
.ct-productBox .ct-productBox-image,
.ct-productBox .ct-productBox-Description {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.ct-productBox img {
  max-width: none;
  margin: 0 auto;
}
.ct-productBox .ct-productBox-imageContainer {
  position: relative;
  top: -20px;
  left: -20px;
}
.ct-productBox .ct-productBox-DescriptionInner {
  padding: 40px 28px 25px 8px;
}
.ct-productBox .ct-productBox-DescriptionInner p {
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
}
.ct-productBox .ct-productBox-Meta {
  padding: 0 28px 0 8px;
}
.ct-productBox .ct-price {
  font-size: 30px;
  float: right;
}
.ct-productBox.ct-productBox--style2 {
  margin: 0;
  padding: 0 20px 20px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.ct-productBox.ct-productBox--style2 .ct-productBox-imageContainer {
  top: 0;
  left: 0;
}
.ct-productBox.ct-productBox--style2 .ct-productBox-DescriptionInner {
  padding: 15px 0;
}
.ct-productBox.ct-productBox--style2 .ct-productBox-DescriptionInner a {
  color: inherit;
}
.ct-productBox.ct-productBox--style2 .ct-select-label,
.ct-productBox.ct-productBox--style2 input {
  display: inline-block;
  float: left;
  text-align: left;
}
.ct-productBox.ct-productBox--style2 .ct-select-label {
  width: 55%;
  line-height: 28px;
}
.ct-productBox.ct-productBox--style2 input {
  width: 45%;
}
.ct-select--type2 .selectize-input {
  min-height: 28px;
  padding: 0 0 0 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.ct-select--type2 .selectize-input .item {
  padding: 0;
  line-height: 26px;
}
div.ct-productBox--grey {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 3px 0px 0px #f2f2f2;
  -moz-box-shadow: 0px 3px 0px 0px #f2f2f2;
  box-shadow: 0px 3px 0px 0px #f2f2f2;
}
.ct-productBox--moreInfo .ct-productBox-DescriptionInner {
  padding-top: 28px;
  padding-bottom: 19px;
}
.ct-productBox--moreInfo .ct-productBox-deliveryInformation {
  display: table;
  width: 100%;
  color: #838383;
}
.ct-productBox--moreInfo .ct-productBox-deliveryInformation .ct-productBox-date,
.ct-productBox--moreInfo .ct-productBox-deliveryInformation .ct-productBox-departure {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 18px 18px 10px;
  border: 1px solid #e5e5e5;
}
.ct-productBox--moreInfo .ct-productBox-deliveryInformation .ct-productBox-date {
  border-left: none;
}
.ct-productBox--moreInfo .ct-productBox-deliveryInformation .ct-productBox-departure {
  border-right: none;
}
.ct-productBox--moreInfo .ct-productBox-deliveryInformation span {
  display: block;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
}
.ct-productBox--moreInfo .ct-productBox-deliveryInformation i {
  color: #bbbbbb;
  position: absolute;
  top: 2px;
  left: 0;
}
.ct-productBox--moreInfo .ct-productBox-price {
  display: table;
  width: 100%;
  padding-top: 15px;
}
.ct-productBox--moreInfo .ct-productBox-price span {
  display: block;
}
.ct-productBox--moreInfo .ct-productBox-price .ct-productBox-left,
.ct-productBox--moreInfo .ct-productBox-price .ct-productBox-right {
  display: table-cell;
  vertical-align: bottom;
}
.ct-productBox--moreInfo .ct-productBox-price .ct-productBox-right {
  text-align: right;
}
.ct-productBox--moreInfo .ct-currency {
  font-size: 30px;
  line-height: 30px;
}
.ct-productBox--moreInfo .ct-discount {
  color: #c4c4c4;
  font-size: 18px;
  text-decoration: line-through;
}
.ct-productBox--moreInfo .ct-productBox-Meta .btn {
  top: 0;
}
.ct-productBox--moreInfo-inline {
  display: block;
  background-color: #f9f9f9;
  margin: 0;
  padding: 40px;
}
.ct-productBox--moreInfo-inline .ct-productBox-Description {
  display: table;
  width: 100%;
}
.ct-productBox--moreInfo-inline .ct-productBox-imageContainer {
  left: 0;
  top: 0;
}
.ct-productBox--moreInfo-inline .ct-productBox-image,
.ct-productBox--moreInfo-inline .ct-productBox-Meta {
  width: 50%;
  float: left;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation {
  width: 100%;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-departure,
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-date {
  border: none;
  text-align: left;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-departure i,
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-date i {
  position: absolute;
  left: 18px;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-departure .active,
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-date .active {
  color: #dbdbdb;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-departure span,
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-date span {
  font-size: 12px;
  line-height: 15px;
  padding-left: 40px;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation i {
  position: static;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .ct-productBox-MetaItem {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 2px solid #f2f2f2;
  padding: 25px 0;
  position: relative;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation span {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .h5 {
  font-size: 18px;
}
.ct-productBox--moreInfo-inline .ct-productBox-deliveryInformation .starrr .active {
  color: #dbdbdb;
}
.ct-productBox--moreInfo-inline .ct-productBox-price {
  display: block;
  padding: 0;
}
.ct-productBox--moreInfo-inline .ct-currency {
  color: inherit;
}
.ct-productBox--moreInfo-inline .ct-productBox-Meta {
  padding: 0 0 0 56px;
}
.ct-deliveryBox .ct-productBox-deliveryInformation {
  display: table;
  width: 100%;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-departure,
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-date {
  border: none;
  text-align: left;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-departure i,
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-date i {
  position: absolute;
  left: 18px;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-departure .active,
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-date .active {
  color: #dbdbdb;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-departure span,
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-date span {
  font-size: 12px;
  line-height: 15px;
  padding-left: 40px;
}
.ct-deliveryBox .ct-productBox-deliveryInformation i {
  position: static;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-MetaItem {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-MetaItem span:last-child {
  color: #838383;
}
.ct-deliveryBox .ct-productBox-deliveryInformation span {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .h5 {
  font-size: 18px;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .starrr .active {
  color: #dbdbdb;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-price {
  display: block;
  padding: 0;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-currency {
  color: inherit;
}
.ct-deliveryBox .ct-productBox-deliveryInformation .ct-productBox-Meta {
  padding: 0 0 0 56px;
}
.ct-productBox--vertical {
  display: block;
}
.ct-productBox--vertical .ct-productBox-image,
.ct-productBox--vertical .ct-productBox-Description {
  display: block;
}
.ct-productBox--vertical .ct-productBox-DescriptionInner,
.ct-productBox--vertical .ct-productBox-Meta {
  padding: 0;
}
.ct-productBox--vertical .ct-productBox-Description {
  padding: 10px 20px 25px 24px;
}
.ct-productBox--vertical .ct-productBox-imageContainer {
  left: -10px;
  display: inline-block;
}
.ct-productBox--vertical .ct-productBox-imageContainer img {
  max-width: 100%;
}
.ct-productBox--vertical i {
  font-size: 14px;
}
.ct-productBox--vertical .ct-discount {
  float: right;
  font-weight: 600;
}
.ct-productBox--vertical .btn {
  margin-top: 10px;
}
.ct-productBox--inline {
  display: block;
}
.ct-productBox--inline .ct-productBox-image,
.ct-productBox--inline .ct-productBox-Description {
  display: block;
}
.ct-productBox--verticalSmall {
  margin-top: 76px;
  margin-right: 10px;
}
.ct-productBox--verticalSmall .ct-productBox-imageContainer {
  top: -76px;
}
.ct-productBox--verticalSmall .ct-productBox-Description {
  margin-top: -65px;
}
.ct-productBox--verticalSmall .ct-ribbon {
  top: 25px;
  right: -15px;
}
.ct-productBox--verticalSmall .ct-productBox-image {
  display: inline-block;
  position: relative;
}
div.ct-productBox--mini {
  background-color: transparent;
  border-bottom: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.ct-productBox--mini p {
  font-size: 15px;
  line-height: 24px;
}
div.ct-productBox--mini .ct-productBox-image {
  display: inline-block;
  position: relative;
}
div.ct-productBox--mini .ct-productBox-Description {
  display: block;
}
div.ct-productBox--mini .ct-productBox-Description .ct-productBox-DescriptionInner {
  padding: 0;
}
div.ct-productBox--mini .ct-productBox-Description .ct-productBox-DescriptionInner a:hover {
  color: inherit;
}
div.ct-productBox--mini .ct-productBox-Description .ct-productBox-DescriptionInner .btn {
  color: #fff;
}
div.ct-productBox--mini .ct-productBox-Description .ct-productBox-DescriptionInner .btn:hover {
  color: #fff;
}
.ct-productBox--mini .ct-productBox-price {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 66px;
  height: 66px;
  top: -20px;
  right: -48px;
  padding: 9px 8px;
}
.ct-productBox--mini .ct-productBox-price .ct-productBox-iconBackground {
  height: 45px;
  width: 52px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}
.ct-productBox--mini .ct-productBox-price .ct-productBox-iconBackground:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 15px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 14px;
  bottom: -6px;
}
.ct-productBox--mini .ct-productBox-price .ct-price {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  float: none;
}
.ct-productBox--mini .ct-productBox-price .ct-price .ct-currency {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.ct-product-listing {
  margin-top: 10px;
}
.ct-product-listing .ct-product-list {
  padding: 20px 0 20px 50px;
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #fafafa;
}
.ct-product-listing .ct-product-list:before {
  content: "";
  height: 18px;
  width: 14px;
  position: absolute;
  background: url("../images/lock.png") no-repeat;
  top: 50%;
  margin-top: -9px;
  left: 0;
}
.ct-product-listing .ct-product-list .ct-product-item {
  display: table-cell;
  vertical-align: middle;
}
.ct-product-listing .ct-product-list .ct-product-item:first-child {
  width: 130px;
}
.ct-product-listing .ct-product-list .ct-product-item:last-child {
  border-bottom: none;
}
.ct-product-value {
  width: 100px;
  text-align: center;
}
.ct-product-value .ct-text {
  display: none;
}
.ct-price-subtotal,
.ct-price-estimated {
  font-size: 12px;
}
.ct-price-subtotal span,
.ct-price-estimated span {
  width: 70px;
  display: inline-block;
}
.ct-ribbon {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 20px;
  right: -15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1000;
}
.ct-ribbon span {
  position: relative;
  display: block;
  padding: 5px 13px;
}
.ct-ribbon span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 0 13px;
  position: absolute;
  right: 2px;
  top: -12px;
}
.ct-ribbon--dark {
  background-color: #4b4a4a;
}
.ct-ribbon--dark span:before {
  border-color: transparent transparent transparent #2e2e2e;
}
.ct-ribbon--bottom {
  top: auto;
  bottom: -13px;
  right: 4px;
}
.ct-textBox {
  padding: 50px;
}
.ct-textBox span {
  display: block;
}
.ct-textBox--small {
  padding: 27px 30px;
}
.ct-textBox-inner {
  padding-right: 40px;
  padding-left: 50px;
}
.ct-textBox-inner span {
  display: block;
}
.ct-textBox ul.list-default,
.ct-textBox--small ul.list-default {
  display: inline-block;
  padding-left: 5px;
  padding-right: 90px;
  float: left;
}
.ct-textBox ul.list-default li,
.ct-textBox--small ul.list-default li {
  padding: 10px 0;
}
.ct-textBox .starrr,
.ct-textBox--small .starrr,
.ct-textBox .starrr-circle,
.ct-textBox--small .starrr-circle {
  display: inline-block;
}
.ct-textBox .starrr i,
.ct-textBox--small .starrr i,
.ct-textBox .starrr-circle i,
.ct-textBox--small .starrr-circle i {
  margin-left: 3px;
}
.ct-latest-deals {
  background-color: #73aeeb;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.ct-latest-deals .ct-title {
  background-color: #fff;
  padding: 34px 0 34px 26px;
  margin: 0;
  position: relative;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.ct-latest-deals .ct-title:before {
  content: "";
  width: 68px;
  height: 100%;
  top: 0;
  right: -68px;
  z-index: 5000;
  background-color: #73aeeb;
  position: absolute;
}
.ct-latest-deals .ct-title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 0 48px 40px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 5000;
}
.ct-latest-deals .ct-title span {
  font-size: 15px;
  line-height: 27px;
}
.ct-latest-deals .ct-slick {
  padding-left: 30px;
}
.ct-latest-deals .ct-slick span {
  display: block;
  border-left: 1px solid #5b98d8;
  padding-left: 40px;
  position: relative;
}
.ct-latest-deals .ct-slick span:before {
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #8fc5fd;
  position: absolute;
}
.ct-latest-deals .ct-slick a {
  color: #fff;
}
.ct-latest-deals .ct-slick a:hover {
  color: #fff;
}
.ct-latest-deals .ct-deal-name {
  font-size: 15px;
}
.ct-latest-deals .ct-deal-price {
  font-size: 32px;
}
.ct-deals-information {
  background-color: #f9f9f9;
  padding: 36px 45px;
}
.ct-deals-information .ct-date-interval {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}
.ct-deals-information .ct-date-interval i {
  font-size: 12px;
  position: relative;
  top: -4px;
  margin: 0 10px;
}
.ct-deals-information .btn {
  margin-right: 10px;
}
.ct-deals-information .ct-deals-tags {
  margin-bottom: 30px;
}
.ct-deals-information .ct-discount,
.ct-deals-information .ct-current-price {
  display: block;
  line-height: 35px;
}
.ct-deals-information .ct-discount {
  font-size: 24px;
  font-weight: 700;
}
.ct-deals-information .ct-current-price {
  color: inherit;
  font-size: 60px;
  margin-bottom: 16px;
}
.ct-deals-information ul li {
  line-height: 26px;
}
.ct-deals-information ul li i {
  margin-left: 10px;
}
.ct-iconBox {
  text-align: center;
  padding: 7px;
}
.ct-iconBox .ct-iconBox-icon {
  position: relative;
  height: 79px;
  width: 79px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  margin: 0 auto 26px auto;
  font-size: 42px;
  color: #e8e8e8;
  padding: 7px;
}
.ct-iconBox .ct-iconBox-icon i,
.ct-iconBox .ct-iconBox-icon img {
  position: relative;
  z-index: 2;
}
.ct-iconBox .ct-iconBox-icon:before {
  content: "";
  height: 36px;
  width: 85px;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -18px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.ct-iconBox .ct-iconBox-description {
  padding-bottom: 27px;
  border-bottom: 2px solid #f2f2f2;
}
.ct-iconBox p {
  color: #536170;
  font-size: 15px;
  line-height: 24px;
}
.ct-iconBox:hover .ct-iconBox-icon:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ct-iconBox--withImage .ct-iconBox-icon {
  line-height: 50px;
}
.ct-iconBox--big a {
  color: #fff;
}
.ct-iconBox--big .ct-iconBox-icon {
  color: #fff;
  border-color: #fff;
  height: 126px;
  width: 126px;
  padding: 31px;
}
.ct-iconBox--big .ct-iconBox-icon:before {
  height: 0;
  width: 0;
}
.ct-iconBox--big .ct-iconBox-description {
  border-bottom: none;
}
.ct-iconBox--big p {
  font-size: 14px;
}
.ct-popularPages a:first-of-type {
  display: block;
}
.ct-popularPages a:first-of-type:hover {
  color: inherit;
}
.nav-default {
  border: none;
  margin-bottom: 30px;
}
.nav-default > li a {
  background-color: #f0f0f0;
  color: #4b4a4a;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 14px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 18px;
}
.nav-default > li.active a {
  color: #fff;
}
.nav-default > li.active a:hover,
.nav-default > li.active a:focus,
.nav-default > li.active a:active {
  color: #fff;
}
.ct-nav-tabs--type2 {
  margin-bottom: 10px;
}
.ct-nav-tabs--type2 > li a {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 25px;
}
.ct-nav-tabs--type2 > li:first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.ct-nav-tabs--type2 > li:last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.ct-nav--left.nav-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.ct-nav--left.nav-tabs li {
  width: 100%;
  position: relative;
}
.ct-nav--left.nav-tabs li a {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  color: inherit;
  font-size: 14px;
  padding-left: 46px;
}
.ct-nav--left.nav-tabs li a:hover,
.ct-nav--left.nav-tabs li a:visited,
.ct-nav--left.nav-tabs li a:focus {
  background-color: transparent;
}
.ct-nav--left.nav-tabs li a:hover .ct-tab-number,
.ct-nav--left.nav-tabs li a:visited .ct-tab-number,
.ct-nav--left.nav-tabs li a:focus .ct-tab-number {
  background-color: #fff;
}
.ct-nav--left.nav-tabs .ct-tab-number {
  text-align: center;
  height: 31px;
  width: 31px;
  position: absolute;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -16px;
  line-height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-nav--left.nav-tabs .active .ct-tab-number {
  background-color: #fff;
}
.ct-nav--left.nav-tabs > li.active > a,
.ct-nav--left.nav-tabs > li.active > a:hover,
.ct-nav--left.nav-tabs > li.active > a:focus {
  border: none;
}
.tab-content p {
  font-size: 14px;
  line-height: 24px;
}
.tab-content .ct-slick .item {
  padding: 0;
}
.panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-default > .panel-heading {
  background-color: #fff;
  padding: 0;
}
.panel-group .panel-default > .panel-heading a {
  display: block;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.panel-group .panel-default > .panel-heading a:after {
  content: "";
  height: 36px;
  width: 36px;
  margin-top: -18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  border: 2px solid #d9d9d9;
}
.panel-group .panel-default > .panel-heading a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #d9d9d9 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}
.panel-group .panel-default > .panel-heading .collapsed:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  right: 12px;
  margin-top: -2px;
}
.panel-group .panel-default .panel-collapse > .panel-body {
  border-top-color: #fff;
  padding: 20px 0 0 0;
}
.ct-accordion--dark .panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f6f6f6;
}
.ct-accordion--dark .panel-default > .panel-heading {
  background-color: #f6f6f6;
}
.ct-accordion--dark .panel-default > .panel-heading h6,
.ct-accordion--dark .panel-default > .panel-heading .h6 {
  font-size: 16px;
}
.ct-accordion--dark .panel-default > .panel-heading a {
  border: none;
  text-transform: none;
  color: #4b4a4a;
  font-weight: 700;
}
.ct-accordion--dark .panel-default > .panel-heading a:after {
  height: 0;
  width: 0;
  border: none;
  margin: 0;
}
.ct-accordion--dark .panel-default > .panel-heading a:before {
  height: 0;
  width: 0;
  border: none;
  margin: 0;
}
.ct-accordion--dark .panel-default .panel-collapse > .panel-body {
  border: none;
  padding: 0 0 0 60px;
}
.ct-accordion--dark2 .panel,
.ct-accordion--dark2 .panel-default > .panel-heading {
  background-color: #f9f9f9;
}
.ct-accordion--dark2 .panel {
  padding-left: 30px;
  padding-right: 20px;
}
.ct-accordion--dark2 .panel-default .panel-collapse > .panel-body {
  padding: 20px 0;
  border-color: #f0f0f0;
}
.ct-accordion--dark2 .panel-default .panel-collapse > .panel-body p {
  font-size: 14px;
  color: #838383;
}
.ct-accordion--dark2 .panel-default > .panel-heading a {
  color: #838383;
  font-size: 14px;
  border-bottom: 1px solid #f9f9f9;
}
.ct-accordion--dark2 .panel-default > .panel-heading a:before {
  border-color: #fff transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  right: 5px;
}
.ct-accordion--dark2 .panel-default > .panel-heading a:after {
  height: 18px;
  width: 18px;
  margin-top: -9px;
}
.ct-accordion--dark2 .panel-default > .panel-heading .collapsed:before {
  right: 4px;
}
.panel-group .ct-accordion--decorated {
  background-color: #fafafa;
}
.panel-group .ct-accordion--decorated > .panel-heading {
  background-color: #fafafa;
}
.panel-group .ct-accordion--decorated > .panel-heading a {
  border-color: #fafafa;
  font-size: 12px;
  color: inherit;
  font-weight: 700;
  padding-left: 56px;
}
.panel-group .ct-accordion--decorated > .panel-heading a:before {
  border: none;
}
.panel-group .ct-accordion--decorated > .panel-heading a:after {
  content: "\f067 ";
  font-family: fontawesome;
  height: 28px;
  width: 28px;
  padding: 7px 8px;
  margin-top: -14px;
  left: 13px;
  color: #fff;
  font-weight: 400;
}
.panel-group .ct-accordion--decorated .panel-collapse > .panel-body {
  padding: 0 40px;
  border-color: #fafafa;
}
.collapse {
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 0;
}
.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  height: auto;
}
.ct-productPrice .ct-productPrice-price {
  font-size: 68px;
  line-height: 48px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.ct-productPrice .ct-currency {
  font-size: 24px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-productPrice .ct-productPrice-meta {
  font-size: 13px;
  display: block;
}
.ct-productPrice .ct-discount {
  color: #bababa;
  text-decoration: line-through;
  margin-right: 8px;
}
.ct-productPrice--circle {
  float: right;
  height: 210px;
  width: 210px;
  padding: 35px 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.ct-productPrice--circle span {
  display: block;
  font-size: 15px;
}
.ct-productPrice--circle .ct-productPrice-price {
  margin-top: 8px;
}
#lg-action {
  top: auto;
  bottom: 166px;
}
.ct-gallery-item {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ct-gallery-item img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-gallery-item figcaption {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 23px 26px;
}
.ct-gallery-itemDefaultHover figcaption {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
}
.ct-gallery-itemDefaultHover:hover figcaption {
  bottom: 0;
}
.ct-gallery-itemShadowHover figcaption {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
}
.ct-gallery-itemShadowHover figcaption div {
  position: relative;
  z-index: 2;
  text-align: right;
}
.ct-gallery-itemShadowHover figcaption:before {
  content: "";
  height: 70px;
  -webkit-box-shadow: inset 0px -60px 21px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -60px 21px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -60px 21px -6px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  z-index: 1;
}
.ct-gallery-itemShadowHover:hover figcaption {
  bottom: 0;
}
.ct-gallery-itemShadowHover:hover figcaption:before {
  bottom: 0;
}
.ct-gallery-itemShadowHoverLeft figcaption {
  padding-top: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.ct-gallery-itemShadowHoverLeft figcaption div {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.ct-gallery-itemShadowHoverLeft figcaption .ct-gallery-itemTitle {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
.ct-gallery-itemShadowHoverLeft figcaption .ct-gallery-itemTitle span {
  display: block;
}
.ct-gallery-itemShadowHoverLeft img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ct-gallery-itemShadowHoverLeft:hover figcaption {
  left: 0;
}
.ct-gallery-itemShadowHoverLeft:hover img {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  filter: grayscale(40%);
}
.ct-gallery-itemHoverSquare figcaption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 9px;
  border: 1px solid transparent;
}
.ct-gallery-itemHoverSquare figcaption div {
  text-align: center;
}
.ct-gallery-itemHoverSquare figcaption .ct-gallery-itemTitle,
.ct-gallery-itemHoverSquare figcaption .btn {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-gallery-itemHoverSquare:hover figcaption .ct-gallery-itemTitle,
.ct-gallery-itemHoverSquare:hover figcaption .btn {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-itemHoverSquare:hover img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.ct-gallery--product .ct-gallery-item {
  padding-bottom: 65px;
}
.ct-gallery--product .ct-gallery-item .btn {
  display: inline-block;
}
.ct-article > a > img {
  width: 100%;
}
.ct-blog .ct-article h5,
.ct-blog .ct-article .h5 {
  font-size: 16px;
}
.ct-blog .ct-article .ct-article-body {
  padding: 35px 10px;
}
.ct-blog .ct-article .ct-article-title {
  margin-bottom: 20px;
}
.ct-blog .ct-article .ct-article-media .embed-responsive video {
  width: auto;
}
.ct-blog .ct-article .ct-article-media .embed-responsive .ct-play-button {
  width: 80px;
}
.ct-blog .ct-article .ct-article-media img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.ct-blog .ct-article .ct-article-meta {
  font-size: 13px;
}
.ct-blog .ct-article .ct-article-meta i {
  margin-right: 7px;
}
.ct-blog .ct-article .ct-article-meta li {
  margin-bottom: 5px;
}
.ct-blog .ct-article .ct-article-tags {
  font-size: 12px;
  width: 100%;
}
.ct-blog .ct-article .ct-article-tags a {
  color: #a9a9a9;
}
.ct-blog .ct-article .ct-article-category a {
  color: inherit;
}
.ct-blog .ct-article .ct-article-description p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.ct-blog .ct-article--inline {
  padding: 38px 0;
  display: table;
  width: 100%;
  border-bottom: 2px solid #f3f3f3;
}
.ct-blog .ct-article--inline:first-child {
  padding-top: 0;
}
.ct-blog .ct-article--inline .ct-article-title a h1,
.ct-blog .ct-article--inline .ct-article-title a h2,
.ct-blog .ct-article--inline .ct-article-title a h3,
.ct-blog .ct-article--inline .ct-article-title a h4,
.ct-blog .ct-article--inline .ct-article-title a h5,
.ct-blog .ct-article--inline .ct-article-title a h6 {
  color: #4b4a4a;
}
.ct-blog .ct-article--inline .ct-article-media,
.ct-blog .ct-article--inline .ct-article-body {
  display: table-cell;
  vertical-align: top;
}
.ct-blog .ct-article--inline .ct-article-body {
  padding-top: 17px;
  padding-bottom: 0;
  padding-left: 15px;
}
.ct-blog .ct-article--inline .ct-article-media {
  width: 315px;
  max-width: 315px;
  padding-right: 30px;
}
.ct-blog .ct-article--inline .ct-article-meta .ct-article-date {
  margin-bottom: 25px;
}
.ct-article-date {
  color: #838383;
  font-weight: normal;
}
.ct-blog .ct-article--inline .ct-article-description p {
  margin-bottom: 30px;
}
.ct-blog .ct-article--grey {
  -webkit-box-shadow: 0px 3px 0px 0px #efefef;
  -moz-box-shadow: 0px 3px 0px 0px #efefef;
  box-shadow: 0px 3px 0px 0px #efefef;
  background-color: #f6f6f6;
}
.ct-blog .ct-article--grey:hover .ct-article-media img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.ct-blockquote-author {
  display: block;
}
blockquote {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
.ct-blog-single .ct-article .ct-article-body {
  padding-left: 0;
  padding-right: 0;
}
.ct-blog-single .ct-article .ct-article-body .ct-article-title {
  margin-bottom: 10px;
}
.ct-blog-single .ct-article .ct-article-description {
  border-bottom: 1px solid #f3f3f3;
}
.ct-blog-single .ct-article .ct-article-tags {
  font-size: 14px;
}
.ct-blog-single .ct-article .ct-article-tags ul li {
  margin-bottom: 10px;
}
.ct-blog-single .ct-article .ct-article-tags i {
  margin-right: 10px;
}
.ct-blog-single .ct-article .ct-article-tags a {
  font-weight: 400;
  color: #4b4a4a;
}
.ct-blog-single .ct-form .input-lg {
  height: 48px;
}
.ct-blog-single .ct-form .input-item {
  margin-bottom: 10px;
}
.ct-blog-single .ct-form .input-item:last-child span {
  vertical-align: top;
  padding-top: 20px;
}
.ct-embed img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ct-embed .ct-play-button {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
  cursor: pointer;
}
.ct-embed i {
  width: 11.071rem;
  height: 11.071rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.536rem;
  margin-left: -5.536rem;
  border: 0.629rem solid #fff;
  border: 0.929rem solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  line-height: 9rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-size: 5rem;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 3px 0px 0px #efefef;
  -moz-box-shadow: 0px 3px 0px 0px #efefef;
  box-shadow: 0px 3px 0px 0px #efefef;
  cursor: pointer;
}
.ct-embed i:before {
  margin-right: -0.8rem;
}
.ct-embed i:hover {
  color: #fff;
  border-color: #fff;
}
.ct-embed img.hide,
.ct-embed i.hide {
  display: none;
}
.embed-responsive-100 {
  padding-bottom: 100%;
}
.ct-comments .panel-group .panel-default .panel-collapse > .panel-body {
  padding: 0;
}
.ct-commentList {
  font-size: 14px;
  line-height: 24px;
}
.ct-commentList span {
  display: block;
}
.ct-commentList .starrr {
  margin-bottom: 15px;
}
.ct-commentList .starrr span {
  display: inline;
}
.ct-commentList .starrr i {
  position: relative;
  top: 2px;
}
.ct-commentList .ct-userImage {
  height: 79px;
  width: 79px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 15px;
}
.ct-commentList .ct-userImage img {
  position: relative;
  z-index: 2;
}
.ct-commentList .ct-userImage:before {
  content: "";
  height: 36px;
  width: 85px;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -18px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.ct-commentList .ct-u-displayTable > .ct-u-displayTableCell {
  vertical-align: top;
}
.ct-commentList .ct-u-displayTable > .ct-u-displayTableCell:first-child {
  width: 156px;
  padding-right: 45px;
}
.ct-commentList h4,
.ct-commentList .h4 {
  font-size: 26px;
}
.ct-commentList li {
  padding: 40px 0 35px 0;
  border-bottom: 1px solid #f0f0f0;
}
.ct-commentList li:last-child {
  border: none;
}
.ct-commentList li ol {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #f0f0f0;
}
.ct-comments--style2 .ct-u-displayTable > .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-comments--style2 .ct-u-displayTable > .ct-u-displayTableCell:first-child {
  width: 94px;
  padding-right: 30px;
}
.ct-comments--style2 h4,
.ct-comments--style2 .h4 {
  font-size: 24px;
}
.ct-comments--style2 .ct-userImage {
  margin-bottom: 0;
  border: none;
  overflow: hidden;
  height: 64px;
  width: 64px;
  padding: 0;
}
.ct-comments--style2 li {
  border: none;
  padding: 20px 0;
}
.ct-comments--style2 li ul li {
  padding: 0;
  border: none;
}
.ct-comments--style2 li ul li a {
  margin-right: 20px;
  color: #4b4a4a;
}
.ct-comments--style2 li ul li a i {
  margin-left: 8px;
}
.ct-comments--style2 .starrr {
  margin: 0;
}
.ct-comments--style2 .ct-article-date {
  line-height: 30px;
}
.ct-comments--style2 .ct-article-date span {
  display: inline;
}
.ct-comments--style2 p {
  line-height: 30px;
}
.ct-title--withDecoration {
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f3f3;
}
.media img {
  max-width: none;
}
.widget {
  margin-bottom: 45px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-latestActivities span {
  color: #b1b1b1;
  font-size: 10px;
}
.widget-latestActivities .ct-price {
  font-size: 14px;
  display: block;
}
.widget-latestActivities .media {
  color: #4b4a4a;
  line-height: 20px;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.widget-latestActivities .media .media-heading {
  margin: 0;
}
.widget-latestActivities .media:last-child {
  border-bottom: none;
}
.widget-latestActivities .media .media-left {
  padding-right: 20px;
}
.widget-listDecorated .ct-icon-container {
  height: 37px;
  width: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding: 7px;
}
.widget-listDecorated .media {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.widget-listDecorated .media .media-heading {
  margin: 0;
}
.widget-listDecorated .media:last-child {
  border-bottom: none;
}
.widget-listDecorated h6 {
  font-size: 12px;
  line-height: 20px;
}
.widget-listDecorated p {
  font-size: 13px;
  line-height: 20px;
  color: #838383;
}
.widget-latestDeals .media .media-heading {
  font-weight: 600;
}
.widget-latestDeals .media .media-body,
.widget-latestDeals .media .media-left {
  vertical-align: middle;
}
.widget-latestDeals .media .media-left {
  padding-right: 15px;
}
.widget-latestDeals .media ul {
  margin-left: -3px;
}
.widget-latestDeals .media ul li {
  padding-left: 3px;
  padding-right: 3px;
}
.widget-latestDeals .ct-productPrice .ct-discount {
  margin: 0;
}
.widget-tags a {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #b7b7b7;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  padding: 4px 15px;
  font-weight: 400;
}
.widget-tags li {
  padding: 2px;
}
.widget-recentPosts a {
  display: block;
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 0;
}
.widget-recentPosts li:last-child a {
  border-bottom: none;
}
.widget-contact i {
  margin-right: 13px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}
.widget-contact li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
.widget-contact li:last-child {
  margin-bottom: 0;
}
footer {
  font-weight: 500;
}
footer .list-inline {
  margin-left: 0;
}
footer ul li {
  font-size: 14px;
  line-height: 24px;
}
footer a {
  color: inherit;
}
footer .ct-prefooter {
  position: relative;
}
footer .ct-postfooter {
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  padding: 21px 0;
  font-weight: 400;
}
.ct-gallery-filters {
  padding-left: 0;
}
.ct-gallery-filters li {
  margin-right: 10px;
}
.ct-gallery-filters li:last-child {
  margin-right: 0;
}
.ct-gallery-filters li > a {
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  color: #b5b5b5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  padding: 6px 30px;
}
.ct-listing .ct-gallery-item {
  width: 100%;
  padding: 17px 35px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.ct-listing .ct-gallery-item:hover {
  background-color: #fbfbfb;
}
.ct-listing .ct-gallery-item img {
  width: auto;
  max-width: none;
}
.ct-listing .ct-gallery-item .ct-price {
  font-size: 18px;
}
.ct-listing .ct-gallery-item .btn {
  display: inline-block;
}
.ct-listing .ct-gallery-item .ct-u-displayTableVertical > div:first-child {
  width: 425px;
}
.ct-listing--wide {
  overflow: visible;
}
.ct-listing--wide .ct-gallery-item {
  padding: 32px 0 20px 0;
  overflow: visible;
  border-bottom: none;
}
.ct-listing--wide .ct-gallery-item:hover {
  background-color: inherit;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical {
  padding: 24px 29px;
  position: relative;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell {
  width: auto;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell .ct-u-displayTableVertical {
  padding: 0;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell .ct-u-displayTableCell {
  border-right: 1px solid #ededed;
  position: relative;
  padding: 0 40px;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell .ct-u-displayTableCell:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: -2px;
  background-color: #ffffff;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell:first-child .ct-u-displayTableCell:first-child {
  padding-left: 0;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell:last-child .ct-u-displayTableCell:last-child {
  border: none;
  padding-right: 0;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell:last-child .ct-u-displayTableCell:last-child:after {
  height: 0;
}
.ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical > div:first-child {
  width: auto;
}
.ct-listing--wide .icon {
  margin-right: 14px;
}
.ct-listing--wide span {
  display: block;
}
.ct-listing--wide .ct-listing-time {
  display: inline;
}
.ct-listing--wide .ct-listing-gPrice {
  list-style: none;
  padding: 0;
}
.ct-listing--wide .ct-listing-gPrice li {
  display: inline-block;
  padding-right: 26px;
}
.ct-listing--wide .ct-listing-gPrice li:last-child {
  padding: 0;
}
.ct-listing--wide .ct-lisitng-banner {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 4px 13px;
}
.ct-listing--wide .ct-listing-time {
  margin-left: 45px;
}
.ct-listing--wide .ct-ribbon {
  top: 14px;
  right: -15px;
}
.ct-listing--wide .ct-ribbon span {
  padding: 2px 21px;
}
.ct-listing--wide .ct-ribbon span:before {
  right: 4px;
  top: -11px;
  border-width: 11px 0 0 11px;
}
.modal .btn i,
.modal .btn img {
  margin-right: 15px;
}
.modal--products .modal-body {
  padding: 0;
  background-color: #f9f9f9;
}
.modal--products .modal-body .modal-secondColor {
  background-color: #f6f6f6;
}
.modal--products .modal-body .close {
  position: absolute;
  float: none;
  top: 21px;
  right: 21px;
}
.modal--products .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal--products .modal-dialog {
  width: 1200px;
  margin: 150px auto;
}
.modal--products span {
  display: block;
}
.modal--products .ct-u-displayTableVertical {
  height: auto;
}
.modal--products .ct-u-displayTableVertical .ct-u-displayTableCell {
  padding: 50px;
}
.modal--products .ct-u-displayTableVertical .ct-u-displayTableCell .ct-u-displayTableCell {
  padding: 0;
}
.modal--motive .modal-dialog {
  width: 777px;
  margin-top: 300px;
}
.modal--motive .modal-content {
  color: #fff;
}
.modal--motive .ct-divider--doubleBorder {
  width: 70%;
}
.modal--motive .modal-body {
  padding: 40px;
}
.ct-googleMap .gm-style * {
  touch-action: inherit !important;
}
.ct-googleMap--customInfoWindow {
  padding: 28px;
}
.ct-googleMap--customInfoWindow a {
  color: #4b4a4a;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1366px) {
  .ct-productBox .ct-productBox-Meta {
    padding-bottom: 40px;
    text-align: center;
  }
  .ct-productBox .ct-productBox-Meta .btn {
    margin-bottom: 20px;
  }
  .ct-productBox .ct-price {
    float: none;
  }
  .ct-latest-deals .ct-title {
    text-align: center;
    padding: 21px 0 21px 26px;
  }
  .ct-latest-deals .ct-title span,
  .ct-latest-deals .ct-title a {
    float: none !important;
  }
  .ct-productBox--moreInfo img {
    max-width: 100%;
  }
  .ct-listing--wide .ct-gallery-item > .ct-u-displayTableVertical {
    display: block;
  }
  .ct-listing--wide .ct-gallery-item > .ct-u-displayTableVertical > .ct-u-displayTableCell {
    display: block;
  }
  .ct-listing--wide .ct-gallery-item > .ct-u-displayTableVertical > .ct-u-displayTableCell:first-child {
    margin-bottom: 20px;
  }
  .ct-listing--wide .ct-gallery-item > .ct-u-displayTableVertical > .ct-u-displayTableCell .ct-u-displayTableCell:last-child {
    border: none;
  }
  .ct-listing--wide .ct-gallery-item > .ct-u-displayTableVertical > .ct-u-displayTableCell .ct-u-displayTableCell:last-child:after {
    height: 0;
  }
  .modal--products .modal-dialog,
  .modal--motive .modal-dialog {
    width: auto;
  }
  header .ct-slick .ct-slick-content {
    padding: 50px 0 150px 0;
    vertical-align: middle;
  }
  header h1,
  header .h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .navbar-wrapper {
    height: 108px;
  }
}
@media (max-width: 992px) {
  .ct-productBox .ct-productBox-Meta {
    padding-bottom: 0;
    text-align: left;
  }
  .ct-productBox .ct-productBox-Meta .btn {
    margin-bottom: 0;
  }
  .ct-productBox .ct-price {
    float: right;
  }
  footer .widget {
    margin-bottom: 40px;
  }
  footer .widget:last-child {
    margin-bottom: 40px;
  }
  footer .ct-prefooter {
    padding-bottom: 10px;
  }
  .ct-article .ct-article-media img {
    width: 100%;
  }
  .ct-blog .ct-article {
    margin-bottom: 40px;
  }
  .ct-personBox {
    margin-bottom: 30px;
  }
  .ct-personBox .ct-personBox-image img {
    width: 100%;
  }
  .ct-image--border {
    margin-bottom: 30px;
  }
  .ct-mediaBox--inline {
    display: block;
  }
  .ct-mediaBox--inline .ct-mediaBox-mediaContainer,
  .ct-mediaBox--inline .ct-mediaBox-description {
    display: block;
    width: 100%;
  }
  .ct-mediaBox--inline .ct-mediaBox-mediaContainer img {
    width: 100%;
  }
  .ct-mediaBox--inline .ct-mediaBox-description {
    padding: 20px;
  }
  .ct-sidebar {
    margin-bottom: 40px;
  }
  .ct-article .ct-embed .ct-play-button {
    height: 80px;
    width: 80px;
  }
  .ct-blog-single .ct-divider--greyBig {
    margin-top: 30px;
  }
  .ct-navigation-customize .btn {
    margin-bottom: 10px;
  }
  .ct-slick--arrowsCustomize .slick-next,
  .ct-slick--arrowsCustomize .slick-prev {
    top: 25px;
  }
  .nav-default > li a {
    margin-top: 20px;
  }
  .ct-productBox {
    width: 100%;
  }
  .ct-productBox .ct-productBox-image {
    width: 260px;
  }
  .ct-productPrice--circle {
    float: none;
    margin: 20px auto 0 auto;
  }
  .ct-productPrice--circle,
  .ct-productPrice--circle + img {
    display: inline-block;
  }
  .ct-productPrice--circle + img {
    position: relative;
    bottom: -75px;
  }
}
@media (max-width: 768px) {
  .ct-latest-deals .ct-title {
    padding: 21px 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .ct-latest-deals .ct-title:after {
    display: none;
  }
  .ct-latest-deals .ct-title span {
    margin-right: 20px;
  }
  .ct-latest-deals .ct-slick {
    padding: 0;
  }
  .ct-latest-deals .ct-slick span {
    border: none;
  }
  .ct-heading--striped {
    padding-right: 15px;
  }
  .ct-popularPages {
    margin-bottom: 40px;
  }
  .nav-tabs {
    margin-bottom: 30px;
  }
  .ct-heading--withPrice div:last-child div {
    display: block;
    text-align: center;
  }
  .ct-heading--withPrice div:last-child div .btn {
    margin-bottom: 20px;
  }
  .ct-heading--withPrice div:last-child div > div {
    display: block;
  }
  .ct-breadcrumbs {
    width: 100%;
  }
  .ct-infoBox {
    display: block;
  }
  .ct-infoBox .ct-infoBox-image,
  .ct-infoBox .ct-infoBox-description {
    display: block;
  }
  .ct-infoBox .ct-infoBox-image {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .ct-infoBox .ct-infoBox-image img {
    max-width: 100%;
  }
  .ct-testimonials--withBigImage .ct-testimonials-slider {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .ct-listing .ct-gallery-item .ct-u-displayTableVertical > div:first-child {
    width: 320px;
  }
  .ct-gallery-filters li {
    margin-bottom: 20px;
  }
  .ct-testimonials--inline {
    display: block;
    margin-top: 20px;
  }
  .ct-testimonials--inline .ct-testimonials-image,
  .ct-testimonials--inline .ct-testimonials-description {
    display: block;
    text-align: center;
  }
  .ct-testimonials--inline .ct-testimonials-image {
    margin: 0 auto 20px auto;
  }
  .ct-testimonials--inline .ct-testimonials-description {
    padding: 0;
  }
  .ct-blog .ct-article--inline {
    display: block;
  }
  .ct-blog .ct-article--inline .ct-article-media,
  .ct-blog .ct-article--inline .ct-article-body {
    display: block;
    width: auto;
    max-width: none;
  }
  .ct-blog .ct-article--inline .ct-article-media {
    padding-right: 0;
  }
  .ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical > div:first-child {
    width: auto;
  }
  .ct-gallery-filters .ct-select {
    margin-bottom: 20px;
  }
  .ct-panel-bottom {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .ct-panel-bottom .btn {
    margin-bottom: 20px;
  }
  .ct-panel-bottom .btn:last-child {
    margin-bottom: 0;
  }
  .ct-panel-bottom .btn-default:hover {
    background-color: inherit;
    color: #4d4d4d;
  }
  .ct-productPrice--circle {
    margin-bottom: -50px;
  }
  .ct-productPrice--circle,
  .ct-productPrice--circle + img {
    display: block;
  }
  .ct-productPrice--circle + img {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .ct-productBox .ct-productBox-Meta {
    padding-bottom: 15px;
  }
  .ct-productBox .ct-productBox-Meta .btn {
    margin-top: 9px;
    margin-bottom: 20px;
  }
  .ct-productBox .ct-productBox-image,
  .ct-productBox .ct-productBox-Description {
    display: block;
  }
  .ct-productBox .ct-productBox-DescriptionInner,
  .ct-productBox .ct-productBox-Meta {
    padding: 15px;
  }
  .ct-productBox .ct-productBox-image {
    width: 100%;
  }
  .ct-productBox .ct-productBox-imageContainer {
    left: 0;
    top: 0;
  }
  .ct-productBox .ct-productBox-imageContainer img {
    width: 100%;
  }
  .ct-listing .ct-gallery-item .ct-u-displayTableVertical > div {
    text-align: center;
    display: block;
  }
  .ct-listing .ct-gallery-item .ct-u-displayTableVertical > div:first-child {
    width: auto;
  }
  .ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell {
    margin-bottom: 0 !important;
  }
  .ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell .ct-u-displayTableCell {
    border: none;
    margin-bottom: 20px !important;
  }
  .ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell .ct-u-displayTableCell:after {
    height: 0;
  }
  .ct-listing--wide .ct-gallery-item .ct-listing-time {
    display: block;
    margin: 20px 0 0 0;
  }
  .ct-productBox--style2 .ct-productBox-DescriptionInner {
    padding-left: 0;
  }
  .ct-product-listing {
    text-align: center;
  }
  .ct-product-listing .ct-product-list {
    display: block;
    padding-left: 20px;
  }
  .ct-product-listing .ct-product-list .ct-product-item {
    display: block;
    vertical-align: middle;
  }
  .ct-product-listing .ct-product-list .ct-product-item:first-child {
    margin: 0 auto 10px auto;
  }
  .ct-product-value {
    width: 100%;
  }
  .ct-product-value .ct-text {
    display: inline;
    float: left;
  }
  .ct-product-value .ct-text + span {
    float: right;
  }
  span.ct-product-value {
    display: none;
  }
}
@media (max-width: 480px) {
  .ct-image--hover .ct-image-text {
    padding: 20px;
  }
  .ct-image--hover .h3 {
    font-size: 18px;
  }
  .ct-image--hover .image-label {
    font-size: 14px;
  }
  .btn {
    margin: 0 0 20px 0;
  }
  .ct-gallery-item figcaption .btn {
    margin: 0;
  }
  .ct-latest-deals .ct-title span {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .ct-latest-deals .btn {
    margin: 0;
  }
  .ct-heading--striped {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ct-heading--striped * {
    float: none !important;
  }
  .ct-heading--striped .btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .ct-textBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ct-textBox .ct-textBox-inner {
    padding: 0;
  }
  .ct-commentList .ct-u-displayTable,
  .ct-commentList .ct-u-displayTableCell {
    display: block;
    width: 100% !important;
  }
  .ct-commentList .ct-u-displayTable > .ct-u-displayTableCell:first-child {
    margin-bottom: 30px;
    padding: 0;
  }
  .ct-commentList .ct-userImage {
    margin-left: auto;
    margin-right: auto;
  }
  .ct-commentList .ct-userMeta,
  .ct-commentList .ct-userName {
    text-align: center;
  }
  .ct-accordion--dark .panel-default .panel-collapse > .panel-body {
    border: none;
    padding: 0;
  }
  .ct-blog-single .ct-form .input-item span {
    width: 87px;
  }
  .ct-blog-single .btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .ct-comments--style2 .ct-title--withDecoration div {
    text-align: center;
  }
  .ct-listing--wide .ct-gallery-item .ct-u-displayTableVertical .ct-u-displayTableCell {
    padding: 0 !important;
  }
  .ct-navigation-customize .btn {
    display: block;
    margin-right: 0;
  }
  .ct-slick--arrowsCustomize .slick-prev {
    left: 0;
  }
  .ct-slick--arrowsCustomize .slick-next {
    right: 0;
  }
  .ct-absoluteBox {
    padding: 15px;
    width: 100%;
  }
  .ct-absoluteBox .ct-productBox .ct-productBox-DescriptionInner,
  .ct-absoluteBox .ct-productBox .ct-productBox-Meta {
    padding: 0;
  }
  .ct-absoluteBox .ct-productBox img {
    width: 100%;
  }
  .ct-absoluteBox .ct-slick .item {
    padding: 0;
  }
  .ct-absoluteBox .ct-slick--arrowsTopBlue .slick-next,
  .ct-absoluteBox .ct-slick--arrowsTopBlue .slick-prev {
    top: -80px;
  }
  .ct-absoluteBox .ct-slick--arrowsTopBlue .slick-next {
    right: 0;
  }
  .ct-absoluteBox .ct-slick--arrowsTopBlue .slick-prev {
    right: 32px;
  }
  .nav-tabs li {
    width: 100%;
  }
  .ct-panel-bottom .btn {
    display: block;
  }
  .ct-productBox--style2 {
    padding: 0;
  }
  .ct-productBox--style2 img {
    max-width: 100%;
  }
  .ct-productBox--style2 .ct-select-label,
  .ct-productBox--style2 .ct-select {
    width: 100%;
  }
  .btn-toTop {
    left: 0;
    right: auto;
  }
  .ct-reserveTicket {
    right: -230px;
    bottom: 72px;
  }
  .ct-reserveTicket .ct-reserveTicket-body {
    padding: 10px;
  }
  .ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-icon {
    height: 40px;
    width: 40px;
    font-size: 14px;
    padding: 10px 8px;
    margin-top: -20px;
    margin-left: 93px;
  }
  .ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-icon .ct-reserveTicket-iconBackground {
    height: 20px;
    width: 26px;
    padding: 0;
  }
  .ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-icon .ct-reserveTicket-iconBackground:after {
    left: 6px;
    bottom: -3px;
    border-width: 5px 15px 0 0;
  }
  .ct-reserveTicket .ct-reserveTicket-body .ct-reserveTicket-title {
    font-size: 14px;
  }
  .ct-reserveTicket.active {
    right: -25px;
  }
  section.ct-blog {
    padding: 40px 0;
  }
  section.ct-blog .ct-heading--withBorder {
    margin-bottom: 40px;
  }
  .ct-productBox {
    margin-left: 0;
  }
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
#inner-header{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#inner-header img{
	width: 100%;
}
.lat {
    color: #a9a9a9;
    font-size: 16px;
    font-style: italic;
    text-transform: none;
}
.paging {
    margin-top: 30px;
    float: right;
    width: 98%;
}
.label-user {
    color: #838383;
    font-size: 13px;
}
#id_copy {
    height: 0;
}
#search input[type="text"] {
    background: url(../images/find.png) no-repeat 7px 3px #ffffff;
    border: 0 none;
    font: 12px Arial,Helvetica,Sans-serif;
    color: #1e310e;
    width:40px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus{
    background: url(../images/find.png) no-repeat 7px 3px #fcfcfc;
    color: #1e310e;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.gall-border {
    border-right: 3px solid #ffffff;
    height: 100px;
    margin-top: 4px;
}
.date-footer {
    text-transform: none;
    font-style: italic;
    color: #b1b1b1;
    font-size: 12px;
}
.grib {
    height: 80px;
}
.list li {
    line-height: 26px;
    margin-bottom: 20px;
}