@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(gray-scale.css);
.ct-u-background--motive {
    background-color: white !important;
}

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

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

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

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

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

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

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

.ct-u-display-tablex {
    display: table;
    width: 100%;
}

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

.browser-mozilla .ct-u-display-tablex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.browser-mozilla .ct-u-display-tablex>.ct-u-display-tablex__inner,
.browser-mozilla .ct-u-display-tablex>.inner {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ct-u-display-tablex-top {
    display: table;
    width: 100%;
}

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

.browser-mozilla .ct-u-display-tablex-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.browser-mozilla .ct-u-display-tablex-top>.ct-u-display-tablex-top__inner,
.browser-mozilla .ct-u-display-tablex-top>.inner {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ct-u-display-tablex-bottom {
    display: table;
    width: 100%;
}

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

.browser-mozilla .ct-u-display-tablex-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.browser-mozilla .ct-u-display-tablex-bottom>.ct-u-display-tablex-bottom__inner,
.browser-mozilla .ct-u-display-tablex-bottom>.inner {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ct-u-display-table {
    display: table;
    width: 100%;
}

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

.ct-u-display-table-top {
    display: table;
    width: 100%;
}

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

.ct-u-display-table-bottom {
    display: table;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

body {
    -webkit-backface-visibility: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

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

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

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

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


/* Slider */

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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


/* Slider */

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


/* Icons */

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


/* Arrows */

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

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

.slick-prev {
    left: 25px;
}

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

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 25px;
}

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

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

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

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    color: white;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 0.75;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

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

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: white;
    border: 0 solid white;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none;
}

.selectize-input>input:focus {
    outline: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

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

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

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.selectize-input {
    min-height: 34px;
}

.selectize-input.dropdown-active {
    border-radius: 4px;
}

.selectize-input.dropdown-active::before {
    display: none;
}

.selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

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

@font-face {
    font-family: 'TitilliumText800';
    src: url("../fonts/Titillium/TitilliumText800wt.eot"), url("../fonts/Titillium/TitilliumText800wt.svg") format("svg"), url("../fonts/Titillium/TitilliumText800wt.ttf") format("truetype"), url("../fonts/Titillium/TitilliumText800wt.woff") format("woff");
}

@font-face {
    font-family: 'TitilliumText400';
    src: url("../fonts/Titillium/TitilliumText400wt.eot"), url("../fonts/Titillium/TitilliumText400wt.svg") format("svg"), url("../fonts/Titillium/TitilliumText400wt.ttf") format("truetype"), url("../fonts/Titillium/TitilliumText400wt.woff") format("woff");
}

@font-face {
    font-family: 'TitilliumText600';
    src: url("../fonts/Titillium/TitilliumText600wt.eot"), url("../fonts/Titillium/TitilliumText600wt.svg") format("svg"), url("../fonts/Titillium/TitilliumText600wt.ttf") format("truetype"), url("../fonts/Titillium/TitilliumText600wt.woff") format("woff");
}

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

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

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

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

button,
.btn {
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1);
}

* {
    outline: none !important;
}

ul {
    margin-bottom: 0;
}

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

[data-parallax] {
    background-attachment: fixed;
}

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

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

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

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

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

h1,
.h1 {
    font-size: 65px;
    margin-top: 0;
    margin-bottom: 0;
}

h2,
.h2 {
    font-size: 49px;
    margin-top: 0;
    margin-bottom: 0;
}

h3,
.h3 {
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 0;
}

h4,
.h4 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

h5,
.h5 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

h6,
.h6 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.ct-pageWrapper {
    z-index: 9999;
    background-color: inherit;
    box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ct-u-mask {
    position: relative;
}

.ct-u-mask * {
    z-index: 1;
}

.ct-u-mask:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.ct-u-mask--lighter:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.ct-u-mask--darker:before {
    background-color: rgba(0, 0, 0, 0.9);
}

.ct-u-paddingBoth10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.ct-u-paddingBottom10 {
    padding-bottom: 10px;
}

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

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

.ct-u-paddingBoth20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.ct-u-paddingTop25 {
    padding-top: 25px;
}

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

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

.ct-u-paddingBottom25 {
    padding-bottom: 25px;
}

.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-paddingBottom45 {
    padding-bottom: 45px;
}

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

.ct-u-paddingBottom55 {
    padding-bottom: 55px;
}

.ct-u-paddingBoth50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.ct-u-paddingTop55 {
    padding-top: 55px;
}

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

.ct-u-paddingBoth60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.ct-u-paddingTop65 {
    padding-top: 65px;
}

.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-paddingBottom95 {
    padding-bottom: 95px;
}

.ct-u-paddingBoth100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.ct-u-paddingTop110 {
    padding-top: 110px;
}

.ct-u-paddingTop120 {
    padding-top: 120px;
}

.ct-u-paddingTop130 {
    padding-top: 130px;
}

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

.ct-u-paddingBottom110 {
    padding-bottom: 110px;
}

.ct-u-paddingBoth150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ct-u-paddingBoth160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.ct-u-paddingTop140 {
    padding-top: 140px;
}

.ct-u-paddingTop150 {
    padding-top: 150px;
}

.ct-u-paddingTop160 {
    padding-top: 160px;
}

.ct-u-paddingTop170 {
    padding-top: 170px;
}

.ct-u-paddingTop190 {
    padding-top: 190px;
}

.ct-u-paddingTop220 {
    padding-top: 220px;
}

.ct-u-paddingTop500 {
    padding-top: 500px;
}

.ct-u-paddingBottom130 {
    padding-bottom: 130px;
}

.ct-u-paddingBottom140 {
    padding-bottom: 140px;
}

.ct-u-paddingBottom150 {
    padding-bottom: 150px;
}

.ct-u-paddingBottom160 {
    padding-bottom: 160px;
}

.ct-u-paddingBottom180 {
    padding-bottom: 180px;
}

.ct-u-paddingBottom200 {
    padding-bottom: 200px;
}

.ct-u-paddingBottom250 {
    padding-bottom: 250px;
}

.ct-u-paddingBottom280 {
    padding-bottom: 280px;
}

.ct-u-paddingBottom340 {
    padding-bottom: 340px;
}

.ct-u-paddingTop270 {
    padding-top: 270px;
}

.ct-u-paddingTop285 {
    padding-top: 285px;
}

.ct-u-paddingTop470 {
    padding-top: 470px;
}

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

.ct-u-paddingTop110 {
    padding-top: 110px;
}

.ct-u-paddingTop200 {
    padding-top: 200px;
}

.ct-u-paddingBottom190 {
    padding-bottom: 190px;
}

.ct-u-paddingBottom110 {
    padding-bottom: 110px;
}

.ct-u-paddingBottom120 {
    padding-bottom: 120px;
}

.ct-u-paddingBoth120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ct-u-marginBottom25 {
    margin-bottom: 25px;
}

.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-displayBlock {
    display: block;
}

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

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

.ct-u-backgroundColorDark {
    background-color: #202020;
}

.ct-u-backgroundLight {
    background-color: #f6f6ef;
}

.ct-u-borderBottom {
    border-bottom: 1px dashed #000;
}

.ct-u-border {
    border: 1px solid #5e5e5e;
}

.ct-u-zIndex10 {
    z-index: 10;
}

.ct-u-zIndex20 {
    z-index: 20;
}

.ct-u-zIndex30 {
    z-index: 30;
}

.ct-u-zIndex40 {
    z-index: 40;
}

.ct-u-zIndex50 {
    z-index: 50;
}

.ct-u-zIndex60 {
    z-index: 60;
}

.ct-u-zIndex70 {
    z-index: 70;
}

.ct-u-zIndex80 {
    z-index: 80;
}

.ct-u-zIndex90 {
    z-index: 90;
}

.ct-u-zIndex100 {
    z-index: 100;
}

.ct-u-zIndex110 {
    z-index: 110;
}

.ct-u-zIndex120 {
    z-index: 120;
}

.ct-u-zIndex130 {
    z-index: 130;
}

.ct-u-zIndex140 {
    z-index: 140;
}

.ct-u-zIndex150 {
    z-index: 150;
}

.ct-u-zIndex160 {
    z-index: 160;
}

.ct-u-zIndex170 {
    z-index: 170;
}

.ct-u-zIndex180 {
    z-index: 180;
}

.ct-u-zIndex190 {
    z-index: 190;
}

.ct-u-zIndex200 {
    z-index: 200;
}

.ct-u-zIndex210 {
    z-index: 210;
}

.ct-u-zIndex220 {
    z-index: 220;
}

.ct-u-zIndex230 {
    z-index: 230;
}

.ct-u-zIndex240 {
    z-index: 240;
}

.ct-u-zIndex250 {
    z-index: 250;
}

.ct-u-zIndex260 {
    z-index: 260;
}

.ct-u-zIndex270 {
    z-index: 270;
}

.ct-u-zIndex280 {
    z-index: 280;
}

.ct-u-zIndex290 {
    z-index: 290;
}

.ct-u-zIndex300 {
    z-index: 300;
}

.ct-u-zIndex310 {
    z-index: 310;
}

.ct-u-zIndex320 {
    z-index: 320;
}

.ct-u-zIndex330 {
    z-index: 330;
}

.ct-u-zIndex340 {
    z-index: 340;
}

.ct-u-zIndex350 {
    z-index: 350;
}

.ct-u-zIndex360 {
    z-index: 360;
}

.ct-u-zIndex370 {
    z-index: 370;
}

.ct-u-zIndex380 {
    z-index: 380;
}

.ct-u-zIndex390 {
    z-index: 390;
}

.ct-u-zIndex400 {
    z-index: 400;
}

.ct-u-zIndex410 {
    z-index: 410;
}

.ct-u-zIndex420 {
    z-index: 420;
}

.ct-u-zIndex430 {
    z-index: 430;
}

.ct-u-zIndex440 {
    z-index: 440;
}

.ct-u-zIndex450 {
    z-index: 450;
}

.ct-u-zIndex460 {
    z-index: 460;
}

.ct-u-zIndex470 {
    z-index: 470;
}

.ct-u-zIndex480 {
    z-index: 480;
}

.ct-u-zIndex490 {
    z-index: 490;
}

.ct-u-zIndex500 {
    z-index: 500;
}

.ct-u-zIndex510 {
    z-index: 510;
}

.ct-u-zIndex520 {
    z-index: 520;
}

.ct-u-zIndex530 {
    z-index: 530;
}

.ct-u-zIndex540 {
    z-index: 540;
}

.ct-u-zIndex550 {
    z-index: 550;
}

.ct-u-zIndex560 {
    z-index: 560;
}

.ct-u-zIndex570 {
    z-index: 570;
}

.ct-u-zIndex580 {
    z-index: 580;
}

.ct-u-zIndex590 {
    z-index: 590;
}

.ct-u-zIndex600 {
    z-index: 600;
}

.ct-u-zIndex610 {
    z-index: 610;
}

.ct-u-zIndex620 {
    z-index: 620;
}

.ct-u-zIndex630 {
    z-index: 630;
}

.ct-u-zIndex640 {
    z-index: 640;
}

.ct-u-zIndex650 {
    z-index: 650;
}

.ct-u-zIndex660 {
    z-index: 660;
}

.ct-u-zIndex670 {
    z-index: 670;
}

.ct-u-zIndex680 {
    z-index: 680;
}

.ct-u-zIndex690 {
    z-index: 690;
}

.ct-u-zIndex700 {
    z-index: 700;
}

.ct-u-zIndex710 {
    z-index: 710;
}

.ct-u-zIndex720 {
    z-index: 720;
}

.ct-u-zIndex730 {
    z-index: 730;
}

.ct-u-zIndex740 {
    z-index: 740;
}

.ct-u-zIndex750 {
    z-index: 750;
}

.ct-u-zIndex760 {
    z-index: 760;
}

.ct-u-zIndex770 {
    z-index: 770;
}

.ct-u-zIndex780 {
    z-index: 780;
}

.ct-u-zIndex790 {
    z-index: 790;
}

.ct-u-zIndex800 {
    z-index: 800;
}

.ct-u-zIndex810 {
    z-index: 810;
}

.ct-u-zIndex820 {
    z-index: 820;
}

.ct-u-zIndex830 {
    z-index: 830;
}

.ct-u-zIndex840 {
    z-index: 840;
}

.ct-u-zIndex850 {
    z-index: 850;
}

.ct-u-zIndex860 {
    z-index: 860;
}

.ct-u-zIndex870 {
    z-index: 870;
}

.ct-u-zIndex880 {
    z-index: 880;
}

.ct-u-zIndex890 {
    z-index: 890;
}

.ct-u-zIndex900 {
    z-index: 900;
}

.ct-u-zIndex910 {
    z-index: 910;
}

.ct-u-zIndex920 {
    z-index: 920;
}

.ct-u-zIndex930 {
    z-index: 930;
}

.ct-u-zIndex940 {
    z-index: 940;
}

.ct-u-zIndex950 {
    z-index: 950;
}

.ct-u-zIndex960 {
    z-index: 960;
}

.ct-u-zIndex970 {
    z-index: 970;
}

.ct-u-zIndex980 {
    z-index: 980;
}

.ct-u-zIndex990 {
    z-index: 990;
}

.ct-u-zIndex1000 {
    z-index: 1000;
}

.ct-u-zIndex10000 {
    z-index: 100000 !important;
}

.ct-u-fontSize22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.ct-u-fontSize18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.ct-u-colorWhite {
    color: #fff;
}

.ct-u-fontType1 {
    font-family: 'Sorts Mill Goudy', serif;
}

.ct-u-Opacity10 {
    filter: alpha(opactiy=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.ct-u-Opacity20 {
    filter: alpha(opactiy=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.ct-u-Opacity30 {
    filter: alpha(opactiy=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.ct-u-Opacity40 {
    filter: alpha(opactiy=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.ct-u-Opacity50 {
    filter: alpha(opactiy=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.ct-u-Opacity60 {
    filter: alpha(opactiy=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.ct-u-Opacity70 {
    filter: alpha(opactiy=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.ct-u-Opacity80 {
    filter: alpha(opactiy=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.ct-u-Opacity90 {
    filter: alpha(opactiy=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.ct-u-Opacity100 {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

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

nav {
    z-index: 99999999;
}

nav.navbar {
    border-radius: 0 !important;
    border: none;
    margin-bottom: 0;
}

nav.navbar.navbar-default.ct-centeredMenu {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li {
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.active a {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.active:before {
    height: 5px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:hover a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:focus a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:active a {
    color: #3b3b3b;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li>a {
    color: #fff;
    letter-spacing: 2px;
    padding: 0;
    font-family: TitilliumText400;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li>a:hover,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li>a:focus,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li>a:active {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:hover a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:focus a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:active a {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown {
    position: relative;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown>a {
    position: relative;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:hover a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:focus a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:active a {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:hover:before,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:focus:before,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:active:before {
    height: 5px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.dropdown:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -5px;
    width: 100%;
    height: 25px;
    background-color: transparent;
    display: block;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: -14px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:hover:before,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:focus:before,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li:active:before {
    height: 5px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav>li.is-active:before {
    height: 5px;
}

nav.navbar.navbar-default.ct-centeredMenu .navbar-header {
    padding: 0 55px 0 100px;
}

nav.navbar.navbar-default.ct-centeredMenu.ct-menu--color {
    background-color: #000;
}

nav.navbar.navbar-default .ct-rightSide,
nav.navbar.navbar-default .ct-leftSide {
    padding-top: 65px;
    padding-bottom: 70px;
}

nav.navbar.navbar-default .ct-rightSide {
    float: right;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.navbar-brand img {
    padding-top: 5px;
    margin: 0 auto;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

nav.navbar.navbar-default {
    z-index: 100000;
}

nav.navbar.navbar-default.ct-centeredMenu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu {
    margin-top: 20px;
    min-width: 200px;
    display: block;
    background-color: black;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding-top: 45px;
    padding-bottom: 20px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li {
    padding: 8px 10px 8px 17px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li:hover,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li:focus,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li:active {
    color: #fff !important;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li:hover>a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li:focus>a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li:active>a {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li a {
    position: relative;
    font-family: TitilliumText400;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li a:hover,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li a:focus,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li a:active {
    background-color: transparent;
    color: #fff !important;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li.dropdown:hover>a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li.dropdown:focus>a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li.dropdown:active>a {
    color: #fff !important;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li.dropdown:hover>a:after,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li.dropdown:focus>a:after,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu li.dropdown:active>a:after {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu {
    margin-top: 0 !important;
    left: 100%;
    top: 0;
    min-width: 200px;
    display: block;
    background-color: black;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li {
    padding: 8px 30px 8px 30px;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li:hover a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li:focus a,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li:active a {
    color: #fff !important;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li:hover a:after,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li:focus a:after,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li:active a:after {
    color: #fff;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a {
    position: relative;
    font-family: TitilliumText400;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a:hover,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a:focus,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a:active {
    background-color: transparent;
}

nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a:hover:after,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a:focus:after,
nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.dropdown:hover>.dropdown-menu .dropdown:hover>.dropdown-menu li a:active:after {
    color: #fff;
}

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

.navbar-absolute {
    position: absolute !important;
}

.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: .7s;
    animation-duration: .7s;
    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;
}

.ct-navbar--fadeInUp>li.dropdown:hover .dropdown-menu {
    -webkit-animation-name: fadeInUp;
    animation-name: 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: .3s;
    animation-duration: .3s;
    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;
}


/* -------------------- Media Sections  -------------------- */

[data-type="video"] {
    overflow: hidden;
    position: relative;
}

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

[data-type="video"] .ct-media-container video,
[data-type="video"] .ct-media-container iframe {
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

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

[data-type="kenburns"] {
    overflow: hidden;
}

[data-type="kenburns"] .ct-media-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 3s, 8s;
    transition-duration: 3s, 8s;
}

[data-type="kenburns"] .ct-media-container>img {
    vertical-align: middle;
    max-width: none;
    position: absolute;
    min-width: 120%;
    min-height: 100%;
    opacity: 0;
}

[data-type="kenburns"] .ct-media-container>img.singlefx {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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


/**
 * Comment compiled to CSS example
 */

.ct-footer {
    font-weight: bold;
    font-family: 'Sorts Mill Goudy', serif;
    background-color: #fff;
}

.ct-footer .ct-preFooter {
    position: relative;
    padding: 60px 0 70px 0;
    background-color: #1b1b1c;
}

.ct-footer .ct-preFooter .ct-contactBox ul li {
    position: relative;
    line-height: 21px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding-bottom: 30px;
    padding-left: 25px;
}

.ct-footer .ct-preFooter .ct-contactBox ul li i {
    position: absolute;
    top: 2px;
    left: 0;
}

.ct-footer .ct-preFooter .ct-followBox ul li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 40px;
}

.ct-footer .ct-preFooter .ct-followBox ul li a {
    padding-left: 40px;
    color: #fff;
}

.ct-footer .ct-preFooter .ct-followBox ul li i {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 17px;
    font-size: 23px;
}

.ct-footer .ct-preFooter .ct-headerBottom {
    padding-bottom: 15px;
}

.ct-footer .ct-preFooter img {
    padding-top: 20px;
}

.ct-footer .ct-postFooter {
    background-color: #f6f6ef;
    padding: 20px 0 10px 0;
}

.ct-footer .ct-postFooter .ct-u-displayTableVertical {
    padding-left: 15px;
    padding-right: 15px;
}

.ct-footer .ct-postFooter .ct-footerCol1 {
    padding-top: 5px;
    width: 25%;
}

.ct-footer .ct-postFooter .ct-footerCol2 {
    width: 50%;
}

.ct-footer .ct-postFooter .ct-footerCol3 {
    padding-top: 5px;
    width: 25%;
}

.ct-footer .ct-postFooter .ct-copyright {
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
}

.ct-footer .ct-postFooter ul.ct-map-links li {
    padding-left: 4px;
    padding-right: 4px;
}

.ct-footer .ct-postFooter ul.ct-map-links li a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.ct-footer .ct-postFooter ul.ct-map-links li a:hover span,
.ct-footer .ct-postFooter ul.ct-map-links li a:focus span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ct-footer .ct-postFooter ul.ct-map-links li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.ct-footer .ct-postFooter ul.ct-map-links li a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ct-footer .ct-postFooter .ct-authorPage {
    font-style: italic;
}

.ct-footer .ct-postFooter .ct-authorPage span {
    font-style: normal;
    text-decoration: none;
    font-weight: 300;
}

@media only screen and (max-width: 1199px) {
    .ct-footer .ct-postFooter .ct-footerCol1,
    .ct-footer .ct-postFooter .ct-footerCol3 {
        width: 20% !important;
    }
    .ct-footer .ct-postFooter .ct-footerCol2 {
        width: 60%;
        text-align: center;
    }
}

.ct-js-btnScrollUp {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    width: 73px;
    margin-right: 50px;
    height: 51px;
    z-index: 999999;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 15px;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ct-js-btnScrollUp:hover i,
.ct-js-btnScrollUp:focus i,
.ct-js-btnScrollUp:active i {
    color: #000;
}

.ct-js-btnScrollUp:before {
    position: absolute;
    content: "";
    text-decoration: none;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 47px 40px;
    border-color: transparent transparent #1d9adc transparent;
}

.ct-js-btnScrollUp.is-active {
    visibility: visible;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ct-js-btnScrollUp.is-active:hover {
    color: #fff;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ct-js-btnScrollUp span {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 9px;
    text-decoration: none;
}

.ct-js-btnScrollUp i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 32px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
}

.form-control {
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    box-shadow: none;
}

.form-control.input-lg {
    height: 54px;
}

.form-control.input-sm {
    height: 49px;
}

.form-control.input-xs {
    height: 43px;
}

.form-control.input-typeFirst {
    padding-left: 40px;
    border-color: #494949;
    padding-top: 11px;
    background-color: transparent;
    color: #fff;
    z-index: 10000;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.form-control.input-typeFirst:focus,
.form-control.input-typeFirst:active {
    box-shadow: none;
}

.form-control.input-typeFirst::-moz-placeholder {
    color: #fff;
}

.form-control.input-typeFirst::-webkit-input-placeholder {
    color: #fff;
}

.form-control.input-typeFirst:-ms-input-placeholder {
    color: #fff;
}

.form-control.input-typeSecond {
    border-color: #3b3b3b;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'Sorts Mill Goudy', serif;
    background-color: transparent;
    color: black;
}

.form-control.input-typeSecond:focus,
.form-control.input-typeSecond:active {
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    box-shadow: none;
}

.form-control.input-typeSecond::-moz-placeholder {
    line-height: 27px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'Sorts Mill Goudy', serif;
    color: #3b3b3b;
}

.form-control.input-typeSecond::-webkit-input-placeholder {
    line-height: 27px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'Sorts Mill Goudy', serif;
    color: #3b3b3b;
}

.form-control.input-typeSecond:-ms-input-placeholder {
    line-height: 27px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'Sorts Mill Goudy', serif;
    color: #3b3b3b;
}

.form-control.input-typeThird {
    position: relative;
    z-index: 6;
    font-size: 30px;
    font-size: 3rem;
    color: #202020;
    text-transform: uppercase;
    border: none;
    padding-left: 0;
    font-family: TitilliumText800;
    background-color: transparent;
}

.form-control.input-typeThird:focus,
.form-control.input-typeThird:active {
    box-shadow: none;
}

.form-control.input-typeThird::-moz-placeholder {
    color: #202020;
    text-transform: uppercase;
}

.form-control.input-typeThird::-webkit-input-placeholder {
    color: #202020;
    text-transform: uppercase;
}

.form-control.input-typeThird:-ms-input-placeholder {
    color: #202020;
    text-transform: uppercase;
}

.form-control.input-typeFour {
    color: #212121;
    font-weight: 600;
    padding-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Sorts Mill Goudy', serif;
}

.form-control.input-typeFour::-moz-placeholder {
    color: #212121;
    font-weight: 600;
}

.form-control.input-typeFour::-webkit-input-placeholder {
    color: #212121;
    font-weight: 600;
}

.form-control.input-typeFour:-ms-input-placeholder {
    color: #212121;
    font-weight: 600;
}

.form-control.input-typeFour:focus,
.form-control.input-typeFour:active {
    box-shadow: none;
}

textarea {
    resize: none;
    overflow: auto;
}

textarea.input-typeFirst {
    padding-top: 16px !important;
    padding-left: 40px;
}

.form-group label.label-typeFirst {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: TitilliumText400;
    margin-bottom: 0;
}

button[type="submit"] {
    position: relative;
    z-index: 6;
}

.form-group.ct-js-input:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-group.ct-js-input.special:after {
    opacity: 1;
    z-index: 9999;
}

.btn {
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 20px 14px 20px;
    font-size: 18px;
    font-family: TitilliumText800;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: none;
    letter-spacing: 3px;
    position: relative;
}

.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;
}

.btn.btn-border:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid black;
}

.btn.btn-border.btn-border--white:before {
    border-color: #fff;
}

.btn.btn-default {
    background-color: #f6f6ef;
    color: #1b1b1c;
}

.btn.btn-default:active,
.btn.btn-default:hover,
.btn.btn-default:focus {
    color: #fff;
    background-color: #000;
}

.btn.btn-default:active.btn-border:before,
.btn.btn-default:hover.btn-border:before,
.btn.btn-default:focus.btn-border:before {
    border-color: #f6f6ef;
}

.btn.btn-link {
    background-color: #1b1b1c;
}

.btn.btn-link:active,
.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #000;
    background-color: transparent;
}

.btn.btn-link:active.btn-border:before,
.btn.btn-link:hover.btn-border:before,
.btn.btn-link:focus.btn-border:before {
    border-color: #000;
}

.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #fff !important;
}

.btn-xs {
    padding: 13px 20px 9px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 2px !important;
}

.btn-sm {
    padding: 16px 20px 11px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
}

.btn-sm.btn-stretched {
    padding: 14px 100px 9px 100px;
    z-index: 9999;
}

.btn-lg {
    padding: 22px 20px 16px 20px;
    font-size: 18px;
    font-size: 1.8rem;
}

.animation {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bufor {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

a[href^="mailto"]:hover,
a[href^="mailto"]:focus,
a[href^="mailto"]:active {
    color: #fff;
}

.ct-accordionList {
    max-width: 830px;
    margin: 0 auto;
}

.ct-accordionList .panel-group {
    margin-top: -20px;
    padding-bottom: 0;
}

.ct-accordionList .panel-group .panel {
    background-color: #f6f6ef;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #cccccc;
    box-shadow: none;
}

.ct-accordionList .panel-group .panel .panel-heading {
    text-align: center;
    background-color: transparent;
    padding: 0 15px;
}

.ct-accordionList .panel-group .panel .panel-heading .panel-title a {
    display: inline-block;
    position: relative;
    left: 20px;
    font-size: 96px;
    font-size: 9.6rem;
    font-family: 'Sorts Mill Goudy', serif;
}

.ct-accordionList .panel-group .panel .panel-heading .panel-title a span {
    font-family: "Open Sans", sans-serif;
    font-size: 24.4px;
    font-size: 2.44rem;
    text-transform: uppercase;
}

.ct-accordionList .panel-group .panel .panel-heading .panel-title a:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
    content: "\f00d";
    font-style: normal;
    font-size: 31px;
    font-size: 3.1rem;
    text-align: center;
    margin-left: -40px;
}

.ct-accordionList .panel-group .panel .panel-heading .panel-title a.collapsed {
    color: #000;
}

.ct-accordionList .panel-group .panel .panel-heading .panel-title a.collapsed:before {
    color: #000;
    content: "\f067";
}

.ct-accordionList .panel-group .panel .panel-collapse .panel-body {
    padding: 0 100px 0 100px;
    border: none !important;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
}

.ct-accordionList .panel-group .panel .panel-collapse .panel-body .panel-button {
    padding-top: 25px;
    margin-bottom: 30px;
}

mark {
    background-color: transparent;
    padding: 0;
    font-size: 17px;
    font-size: 1.7rem;
}

.ct-events {
    background-color: #0c0c0c;
    padding-top: 40px;
}

.ct-events .ct-tabsTop {
    padding: 0 100px 55px 100px;
    overflow: hidden;
}

.ct-events .ct-tabsTop ul>li {
    display: block;
    float: left;
    width: 33.333333%;
    background-color: #0c0c0c;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
}

.ct-events .ct-tabsTop ul>li .ct-content {
    background-color: #212121;
    padding: 35px 45px 30px 40px;
}

.ct-events .ct-tabsTop ul>li .ct-content a {
    background-color: #fff;
    border-radius: 0 !important;
}

.ct-events .ct-tabsTop ul>li .ct-content header {
    padding-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #fff;
}

.ct-events .ct-tabsTop ul>li .ct-content span {
    padding-bottom: 7px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}

.ct-events .ct-tabsTop ul>li .ct-content p {
    color: #848484;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    padding-bottom: 20px;
}

.ct-events .ct-tabsTop ul>li .ct-content {
    position: relative;
    cursor: n-resize;
}

.ct-events .ct-tabsTop ul>li .ct-content:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #212121;
    height: 0;
    width: 100%;
    margin-top: -100px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ct-events .ct-tabsTop ul>li:hover .ct-content:before,
.ct-events .ct-tabsTop ul>li:focus .ct-content:before {
    height: 100%;
}

.ct-events .ct-tabsTop ul>li.active .ct-content:before {
    height: 100%;
}

.ct-events .ct-tabsBottom {
    background-color: #212121;
}

.ct-events .ct-tabsBottom .tab-content {
    padding-top: 100px;
    padding-bottom: 90px;
    max-width: 1030px;
    margin: 0 auto;
    color: #fff;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane {
    position: relative;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane .ct-date {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -180px;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane .ct-date ul li {
    text-align: center;
    font-size: 80px;
    font-size: 8rem;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane .ct-date ul li:nth-child(2) {
    font-size: 36px;
    color: #848484;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane .widget .widget-title {
    font-family: TitilliumText800;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane .widget .widget-content {
    font-size: 17px;
    font-size: 1.7rem;
    color: #848484;
}

.ct-events .ct-tabsBottom .tab-content .tab-pane .widget .widget-content p {
    line-height: 21px;
    font-weight: 400;
}

.ct-joinBox {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.ct-joinBox .ct-joinBox-title span {
    text-transform: uppercase;
}

.ct-joinBox .ct-joinBox-title span:first-child {
    font-size: 85px;
    font-size: 8.5rem;
    font-weight: 600;
    color: #fff;
}

.ct-joinBox .ct-joinBox-title span:not(:first-child) {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    font-size: 2.5rem;
}

.jumbotron {
    padding: 35px 0 20px 0;
    text-align: center;
    background-color: #1b1b1c;
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.ct-simpleText {
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Sorts Mill Goudy', serif;
    max-width: 800px;
    text-align: center;
    color: #f6f6ef;
    padding-top: 20px;
}

.nav-tabs {
    border-bottom: none !important;
}


/*Tabs second version ***************************************************/


/*Restaurant menu*************************************/

.ct-menuSection .ct-topSection {
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
}

.ct-menuSection .ct-topSection .ct-menuList {
    position: absolute;
    bottom: 120px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ct-menuSection .ct-topSection .ct-menuList li {
    display: inline-block !important;
    float: none;
}

.ct-menuSection .ct-topSection .ct-menuList li a {
    display: inline-block !important;
    position: relative;
    width: 167px;
    height: 167px;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 167px;
    margin-left: 55px;
    margin-right: 55px;
}

.ct-menuSection .ct-topSection .ct-menuList li a>span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    font-size: 2.4rem;
    font-family: TitilliumText400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -130px;
}

.ct-menuSection .ct-topSection .ct-menuList li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ct-menuSection .ct-topSection .ct-menuList li a:hover,
.ct-menuSection .ct-topSection .ct-menuList li a:focus,
.ct-menuSection .ct-topSection .ct-menuList li a:active,
.ct-menuSection .ct-topSection .ct-menuList li a.active {
    background-color: transparent;
}

.ct-menuSection .ct-topSection .ct-menuList li a:hover img.ct-hide,
.ct-menuSection .ct-topSection .ct-menuList li a:focus img.ct-hide,
.ct-menuSection .ct-topSection .ct-menuList li a:active img.ct-hide,
.ct-menuSection .ct-topSection .ct-menuList li a.active img.ct-hide {
    display: block;
    visibility: visible;
    opacity: 1;
}

.ct-menuSection .ct-topSection .ct-menuList li.active {
    background-color: transparent !important;
}

.ct-menuSection .ct-topSection .ct-menuList li.active img.ct-hide {
    display: block;
    visibility: visible;
    opacity: 1;
}

.ct-menuSection .ct-topSection .ct-menuList li.active a:hover,
.ct-menuSection .ct-topSection .ct-menuList li.active a:focus,
.ct-menuSection .ct-topSection .ct-menuList li.active a:active {
    background-color: transparent !important;
}

.ct-menuSection .ct-bottomSection {
    background-color: #1b1b1c;
    padding-top: 50px;
    overflow: hidden;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent {
    width: 100%;
    display: table;
    padding-top: 50px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide {
    vertical-align: top;
    width: 22%;
    display: table-cell;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside {
    padding-top: 30px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant {
    position: relative;
    margin-top: 35px;
    padding-bottom: 90px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    border-left: 1px dashed #656565;
    display: block;
    height: 100%;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:hover,
.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:focus,
.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:active {
    padding-left: 40px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:hover,
.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:focus,
.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:active {
    background-color: #212121;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li.active {
    background-color: #212121;
    padding-left: 40px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant>li a {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 110px;
    display: block;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    font-family: 'Sorts Mill Goudy', serif;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide {
    width: 78%;
    display: table-cell;
    vertical-align: top;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent {
    position: relative;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-additionalBox {
    position: absolute;
    bottom: 0;
    left: -195px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-additionalBox .ct-title {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #f6f6ef;
    font-weight: 600;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-additionalBox>p {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #f6f6ef;
    line-height: 20px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
    padding-left: 95px;
    padding-right: 40px;
    width: 38%;
    float: left;
    padding-top: 50px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu>header {
    padding-bottom: 50px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu>ul {
    padding: 0;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox {
    padding: 0 0 38px 0;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu {
    padding: 0 0 0;
    position: relative;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-photo {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -60px;
    z-index: 99;
    margin-top: 4px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg {
    border-top: dotted 2px #f6f6ef;
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    z-index: 0;
    margin-bottom: 11px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg>span.ct-specialOffer {
    position: absolute;
    top: 0;
    margin-top: -23px;
    text-transform: uppercase;
    color: #000;
    background-color: #eceed7;
    font-family: TitilliumText600;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 16px 0 20px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg>span.ct-specialOffer:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #1b1b1c;
    display: block;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg>span.ct-specialOffer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #1b1b1c;
    display: block;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name {
    font-family: 'Sorts Mill Goudy', serif;
    float: left;
    z-index: 4;
    position: relative;
    font-size: 23px;
    font-size: 2.3rem;
    color: #f6f6ef;
    background-color: #1b1b1c;
    padding-right: 15px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-price {
    color: #f6f6ef;
    font-size: 23px;
    font-size: 2.3rem;
    font-family: 'Sorts Mill Goudy', serif;
    float: right;
    background-color: #1b1b1c;
    z-index: 4;
    position: relative;
    padding-left: 30px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu p.ct-dottedMenuDetails {
    padding-top: 5px;
    color: #f6f6ef;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
    padding-right: 40px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content {
    margin-top: -20px;
    width: 62%;
    float: right;
    position: relative;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 150px;
    padding-left: 120px;
    font-size: 10em;
    line-height: 0.8;
    font-weight: 700;
    color: #f6f6ef;
    font-family: 'Sorts Mill Goudy', serif;
    text-align: left;
}

.ct-hide {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    visibility: hidden;
}

.ct-menuSection .nav-tabs>li.active>a,
.ct-menuSection .nav-tabs>li.active>a:focus,
.ct-menuSection .nav-tabs>li.active>a:hover {
    background-color: transparent !important;
}

.pagination {
    margin: 12px -15px;
}

.pagination>li {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
}

.pagination>li.active a {
    color: #000;
}

.pagination>li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    display: block;
    background-color: #fff;
}

.pagination>li:first-child:before {
    display: none;
}

.pagination li a {
    color: #fff;
    font-family: TitilliumText800;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 8px 0 8px;
    border-right: none;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-color: transparent;
    line-height: 24px;
    border: none;
}

@media only screen and (max-width: 1199px) {
    .ct-menuSection .ct-topSection .ct-menuList li a {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .ct-menuSection .ct-topSection .ct-menuList li a {
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 850px) {
    .ct-menuSection .ct-topSection .ct-menuList li a {
        width: 120px;
        height: 120px;
        line-height: 170px;
    }
    .ct-menuSection .ct-topSection .ct-menuList li a>span {
        font-size: 20px;
        font-size: 2rem;
    }
    .ct-menuSection .ct-topSection .ct-menuList li a img {
        max-width: 50%;
    }
}

@media only screen and (max-width: 630px) {
    .ct-menuSection .ct-topSection .ct-menuList li a {
        width: 90px;
        height: 90px;
    }
    .ct-menuSection .ct-topSection .ct-menuList li a>span {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 190px;
    }
    .ct-menuSection .ct-topSection .ct-menuList li a img {
        max-width: 40%;
    }
    .ct-menuSection .ct-menuList li:last-child img {
        max-width: 25% !important;
    }
    .ct-menuSection .ct-topSection .ct-menuList li a {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media only screen and (max-width: 479px) {
    .ct-menuSection .ct-topSection .ct-menuList li {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .ct-menuSection .ct-topSection .ct-menuList li a {
        width: 120px;
        height: 120px;
    }
    .ct-menuSection .ct-topSection .ct-menuList {
        bottom: 0;
        margin-left: 0 !important;
    }
}

@media (min-width: 480px) and (max-width: 850px) {
    .ct-menuSection .ct-topSection {
        max-height: 400px;
    }
}

@media only screen and (max-width: 1900px) {
    .ct-additionalBox {
        margin-bottom: 0 !important;
    }
    .pagination {
        float: right !important;
    }
}

@media only screen and (max-width: 1760px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide {
        width: 100%;
        display: block;
    }
    .ct-menuRestaurant {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ct-menuRestaurant>li {
        display: inline-block;
    }
    .ct-menuRestaurant>li a {
        padding-top: 15px !important;
        padding-bottom: 13px !important;
        font-size: 29px !important;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content {
        width: 50%;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-additionalBox {
        left: 200px;
        bottom: 20px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant>li a {
        padding-left: 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:hover,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:focus,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:active {
        padding-left: 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li.active {
        padding-left: 0;
    }
    .ct-menuRestaurant {
        text-align: center;
    }
    .ct-menuRestaurant>li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .ct-menuRestaurant>li a {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant:after {
        display: none;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant {
        padding-bottom: 70px;
    }
    .ct-menuRestaurant {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant>li a {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant>li a {
        padding: 12px !important;
    }
    .ct-menuRestaurant>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .ct-menuRestaurant>li {
        display: block;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant {
        margin-top: 0;
    }
    .ct-menuRestaurant {
        padding-top: 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1560px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
        width: 40%;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content {
        width: 60%;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-additionalBox {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
        padding-top: 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu p.ct-dottedMenuDetails {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox {
        padding: 0 0 15px 0;
    }
}

@media only screen and (max-width: 1130px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu>header {
        padding-bottom: 25px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
        padding-left: 70px;
        padding-right: 15px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content:after {
        background-size: 45%;
        top: 80px;
        left: 80px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu p.ct-dottedMenuDetails {
        font-size: 15px;
        font-size: 1.5rem;
        padding-top: 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox {
        padding: 0 0 6px 0;
    }
}

@media only screen and (max-width: 1150px) {
    .ct-specialOffer {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    /*.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content, .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
    width: 100%;
    display: block
  }*/
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
        margin-top: -20px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu header {
        font-size: 40px;
        font-size: 4rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-price {
        font-size: 20px;
        font-size: 2rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg {
        top: 17px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-price {
        padding-left: 10px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu p.ct-dottedMenuDetails {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 17px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-photo {
        margin-left: -40px;
    }
}

@media only screen and (max-width: 950px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu>header {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 920px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content {
        width: 100%;
        display: block;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox {
        padding: 0 0 15px 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-price {
        font-size: 27px;
        font-size: 2.7rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg {
        top: 23px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu p.ct-dottedMenuDetails {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
        padding-left: 100px;
        padding-right: 60px;
    }
    ul.pagination {
        margin-bottom: 50px;
    }
    .ct-content {
        padding: 60px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content:after {
        background-size: 30%;
        top: 130px;
        left: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .ct-content {
        padding: 0;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content:after {
        background-size: auto;
        top: 100px;
        left: 100px;
    }
}

@media (max-width: 767px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content:after {
        background-size: 60%;
    }
}

@media only screen and (max-width: 550px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-price {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg {
        top: 19px;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu p.ct-dottedMenuDetails {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
        padding-left: 50px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-name,
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu span.ct-price {
        font-size: 19px;
        font-size: 1.9rem;
    }
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-dottedBg {
        top: 17px;
    }
}

@media (max-width: 550px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 300px;
        padding-left: 120px;
        font-size: 3em;
        line-height: 0.8;
        font-weight: 700;
        color: #f6f6ef;
        font-family: 'Sorts Mill Goudy', serif;
        text-align: left;
    }
}

ul.ct-socials li {
    padding-left: 22px;
    padding-right: 22px;
}

ul.ct-socials li a {
    width: 33px;
    height: 33px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

ul.ct-socials li a:hover i,
ul.ct-socials li a:focus i,
ul.ct-socials li a:active i {
    color: #fff !important;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ct-menuMobile {
    overflow-x: hidden;
    z-index: 99999999;
    position: fixed;
    top: 0;
    right: -250px;
    bottom: 0;
    width: 250px;
    max-height: 100%;
    padding: 25px 10px 10px 10px;
}

.ct-menuMobile .ct-menuMobile-navbar {
    padding: 0;
    margin-top: -13px;
}

.ct-menuMobile .ct-menuMobile-navbar>li {
    position: relative;
    padding: 10px 20px 0 20px;
}

.ct-menuMobile .ct-menuMobile-navbar>li:before,
.ct-menuMobile .ct-menuMobile-navbar>li:after {
    content: " ";
    display: table;
}

.ct-menuMobile .ct-menuMobile-navbar>li:after {
    clear: both;
}

.ct-menuMobile .ct-menuMobile-navbar>li a {
    -webkit-transition: none !important 0.2s ease-out;
    transition: none !important 0.2s ease-out;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: TitilliumText800;
    text-transform: uppercase;
}

.ct-menuMobile .ct-menuMobile-navbar>li a:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 999px;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.ct-menuMobile .ct-menuMobile-navbar>li a:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 999px;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.ct-menuMobile .ct-menuMobile-navbar>li a:hover,
.ct-menuMobile .ct-menuMobile-navbar>li a:focus,
.ct-menuMobile .ct-menuMobile-navbar>li a:active {
    color: #fff;
    background-color: transparent;
}

.ct-menuMobile .ct-menuMobile-navbar>li a:hover:before,
.ct-menuMobile .ct-menuMobile-navbar>li a:hover:after,
.ct-menuMobile .ct-menuMobile-navbar>li a:focus:before,
.ct-menuMobile .ct-menuMobile-navbar>li a:focus:after,
.ct-menuMobile .ct-menuMobile-navbar>li a:active:before,
.ct-menuMobile .ct-menuMobile-navbar>li a:active:after {
    background-color: transparent;
}

.ct-menuMobile:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid black;
    z-index: -1;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown>.dropdown-menu {
    margin: 0 !important;
    position: relative;
    display: block;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    width: 100%;
    left: 0;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown>.dropdown-menu li:before,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown>.dropdown-menu li:after {
    content: " ";
    display: table;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown>.dropdown-menu li:after {
    clear: both;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown>.dropdown-menu li a {
    padding: 10px 20px 0 20px;
    font-size: 14px;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu {
    overflow: visible;
    box-shadow: none;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin: 0 !important;
    max-height: none;
    background-color: transparent;
    list-style-type: none;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li {
    padding: 0;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li:before,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li:after {
    content: " ";
    display: table;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li:after {
    clear: both;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a {
    position: relative;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 999px;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 999px;
    height: 100%;
    background-color: transparent;
    z-index: -1;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:hover,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:focus,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:active {
    color: #fff;
}

.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:hover:before,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:hover:after,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:focus:before,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:focus:after,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:active:before,
.ct-menuMobile .ct-menuMobile-navbar>.dropdown.open .dropdown-menu li a:active:after {
    background-color: transparent;
}

.ct-button {
    position: fixed;
    right: 26px;
    top: 26px;
    z-index: 9999999999999;
}

.ct-button:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid black;
    z-index: -1;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.icon-bar+.icon-bar {
    margin-top: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.ct-button .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 25px;
    height: 3px;
}

.ct-button .navbar-toggle {
    padding: 6px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;
}

.navbar-toggle {
    margin-right: 1px !important;
}

.ct-button .navbar-toggle.open span.icon-bar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-button .navbar-toggle.open span.icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 1px -1px 1px;
}

.ct-button .navbar-toggle.open span.icon-bar:nth-child(3) {
    opacity: 0;
}

.ct-button .navbar-toggle.open span.icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -9px 0px 7px 1px;
}

@media (min-width: 768px) {
    .ct-button {
        display: none;
    }
}

.ct-gallerySection .ct-topContent .ct-imageComponent {
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 680px;
}

.ct-gallerySection .ct-topContent .ct-imageComponent header {
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #fff;
}

.ct-gallerySection .ct-topContent .ct-imageComponent p {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li {
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block;
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: capitalize;
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a span {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a span:before {
    content: attr(rel);
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    padding: 0;
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a:hover span,
.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a:focus span {
    width: 100%;
}

.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a.active:hover span,
.ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a.active:focus span {
    display: none;
}

.ct-gallerySection .ct-bottomContent {
    background-color: #f6f6ef;
}

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

#ct-gallery {
    position: relative;
}

#ct-gallery.ct-bottomBorder.ct-borderAnother:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border: 3px solid #f6f6ef;
    display: block;
    width: 100%;
}

#ct-gallery.ct-bottomBorder--another:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border: 3px solid #f6f6ef;
    display: block;
    width: 100%;
}

.ct-gallery {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.ct-gallery.is-loaded:before {
    display: none;
}

.ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 24px;
}

.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.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 only screen and (max-width: 1350px) {
    .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: 25%;
    }
    .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,
    .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: 75%;
    }
}

@media only screen and (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: 50%;
    }
    .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,
    .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: 66%;
    }
}

@media only screen and (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 {
        width: 100.00%;
    }
    .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,
    .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: 66.66%;
    }
}

@media only screen and (max-width: 479px) {
    .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--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--wide,
    .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--wide,
    .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--wide,
    .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
        width: 100%;
    }
}

#infscr-loading {
    z-index: 3;
    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;
}

a.ct-gallery-item {
    position: relative;
    display: block;
}

a.ct-gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}

a.ct-gallery-item:after {
    content: "\f002";
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 43px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 43px;
    height: 43px;
    background-color: black;
    border-radius: 50%;
    opacity: 0;
    z-index: 10;
    font-size: 16px;
    font-size: 1.6rem;
}

a.ct-gallery-item:hover:before,
a.ct-gallery-item :focus:before,
a.ct-gallery-item:active:before {
    background-color: rgba(255, 255, 255, 0.5);
}

a.ct-gallery-item:hover:after,
a.ct-gallery-item :focus:after,
a.ct-gallery-item:active:after {
    opacity: 1;
}

a.ct-gallery-item:hover .ct-galleryHover,
a.ct-gallery-item :focus .ct-galleryHover,
a.ct-gallery-item:active .ct-galleryHover {
    bottom: 50%;
    opacity: 1;
    margin-bottom: -120px;
}

@media only screen and (max-width: 480px) {
    a.ct-gallery-item:before,
    a.ct-gallery-item:after,
    a.ct-gallery-item .ct-galleryHover {
        display: none;
        filter: alpha(opactiy=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

.ct-galleryHover {
    width: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-galleryHover .ct-title {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    font-weight: 600;
}

.ct-galleryHover ul li {
    font-family: TitilliumText800;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
}

@media only screen and (max-width: 1150px) {
    a.ct-gallery-item:hover .ct-galleryHover,
    a.ct-gallery-item :focus .ct-galleryHover,
    a.ct-gallery-item:active .ct-galleryHover {
        margin-bottom: -105px;
    }
    .ct-galleryHover .ct-title {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    a.ct-gallery-item:hover .ct-galleryHover,
    a.ct-gallery-item :focus .ct-galleryHover,
    a.ct-gallery-item:active .ct-galleryHover {
        margin-bottom: -120px;
    }
    .ct-galleryHover .ct-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

#ct-gallery {
    background-color: #1b1b1c;
}


/*! lightgallery - v1.2.1 - 2015-09-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */


/*! lightgallery - v1.2.1 - 2015-09-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-scale-up .lg-item {
    opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide,
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
    transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
    transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
    transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
    transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
    opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop .lg-item {
    opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate .lg-item {
    opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-tube .lg-item {
    opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

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

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

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

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next {
    right: 20px;
}

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

.lg-actions .lg-prev {
    left: 20px;
}

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

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

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

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

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

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

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

.lg-toolbar {
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

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

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

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

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

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

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

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

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

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

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

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

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

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
}

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

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

.lg-outer.lg-cant-toggle .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-cant-toggle.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

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

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

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

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

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

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

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

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

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

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

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

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

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

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

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

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

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

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

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

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

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

.group {
    *zoom: 1;
}

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

.group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
}

.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

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

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity;
}

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

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

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

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

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

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

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.datepicker {
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: TitilliumText800;
}

.datepicker.dropdown-menu {
    position: fixed !important;
    top: 440px !important;
    left: 45px !important;
    padding: 5px;
    border-radius: 0;
    text-align: center;
    border: 1px solid #000;
}

.datepicker.dropdown-menu .table-condensed>thead {
    color: #fff;
}

th.datepicker-switch {
    text-align: center;
}

.datepicker table tbody>tr>td {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.datepicker table tbody>tr>td:hover,
.datepicker table tbody>tr>td:focus,
.datepicker table tbody>tr>td:active {
    color: #fff;
}

.ct-tweet .tweet_list {
    list-style-type: none;
    padding-left: 0;
}

.ct-tweet .tweet_list li p {
    text-align: left;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.ct-tweet .tweet_list li p .tweet_user {
    padding-right: 4px;
}

.ct-tweet .tweet_list li p .tweet_text {
    font-size: 14px;
    font-size: 1.4rem;
    color: #f6f6ef;
}

.ct-tweet .tweet_list li p .tweet_time {
    display: block;
    color: #848484;
    font-size: 13px;
    font-size: 1.3rem;
}

.ct-mapSection {
    position: relative;
}

.ct-mapSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    z-index: 0;
}

.ct-mapSection.special:before {
    z-index: 99;
}

.ct-mapOpacity {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ct-infoBox {
    position: relative;
    min-width: 330px;
    background-color: #fff;
    text-align: center;
    padding: 20px 0 30px 0;
    cursor: default;
}

.ct-infoBox header {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Sorts Mill Goudy', serif;
    text-transform: uppercase;
    font-weight: 600;
}

.ct-infoBox p {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0;
}

.ct-infoBox .ct-infoBox-tel {
    padding-top: 7px;
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 300;
}

.ct-infoBox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ct-contactSection {
    background-color: #1b1b1c;
    padding-top: 170px;
    padding-bottom: 115px;
}

.ct-smallHeader {
    color: #f6f6ef;
    font-size: 20px;
    font-size: 2rem;
    display: block;
    font-family: 'Sorts Mill Goudy', serif;
}

.ct-bigHeader {
    color: #f6f6ef;
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'Sorts Mill Goudy', serif;
    margin-top: -5px;
}

.ct-header {
    font-family: 'Sorts Mill Goudy', serif;
    position: relative;
    display: inline-block;
}

.ct-header span.ct-imageLeft,
.ct-header span.ct-imageRight {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ct-header span.ct-imageLeft {
    left: 0;
    margin-left: -100px;
}

.ct-header span.ct-imageRight {
    right: 0;
    margin-right: -100px;
}

.ct-header.ct-header--smaller {
    font-size: 30px;
    font-size: 3rem;
}

.ct-anotherHeader {
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 600;
}

.ct-anotherHeader.ct-anotherHeader--header {
    padding-top: 25px;
}

.ct-iconHeader {
    display: block;
    position: relative;
}

.ct-iconHeader i {
    padding: 0 3px 0 3px;
}

.ct-iconHeader.ct-iconHeader--small i {
    font-size: 15px;
    font-size: 1.5rem;
}

.ct-iconHeader.ct-iconHeader--large i {
    font-size: 21px;
    font-size: 2.1rem;
}

.ct-newsletterSection {
    padding: 160px 0 125px 0;
    background-color: #f6f6ef;
}

.ct-newsletterBox {
    min-width: 365px;
    display: inline-block;
}

.ct-newsletterBox:before,
.ct-newsletterBox:after {
    content: " ";
    display: table;
}

.ct-newsletterBox:after {
    clear: both;
}

.ct-inputBox {
    float: left;
}

.ct-eventsSection header,
.ct-masterClassesSection header {
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'Sorts Mill Goudy', serif;
}

.ct-eventsSection .ct-eventsSection-paragraphBox,
.ct-masterClassesSection .ct-eventsSection-paragraphBox {
    max-width: 700px;
    margin: 0 auto;
}

.ct-eventsSection .ct-eventsSection-paragraphBox p,
.ct-masterClassesSection .ct-eventsSection-paragraphBox p {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .ct-eventsSection-paragraphBox ul li {
        display: block;
        padding-bottom: 15px;
    }
}

.ct-eventsNextSection {
    padding-top: 90px;
    padding-bottom: 130px;
    background-color: #f6f6ef;
}

.ct-testimonialsSection {
    background-color: #f6f6ef;
    padding-top: 80px;
    padding-bottom: 125px;
}

.ct-testimonialsSection .ct-testimonials-description {
    cursor: pointer;
}

.ct-testimonialsSection .ct-testimonials-description p {
    padding-top: 40px;
    font-size: 49px;
    font-size: 4.9rem;
    line-height: 69px;
    color: #1b1b1c;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 600;
}

.ct-slickBox.ct-js-slick .slick-dots {
    bottom: 55px;
}

.ct-slickBox.ct-js-slick .slick-dots li {
    margin: 0 3px;
}

.ct-slickBox.ct-js-slick .slick-dots li button:before {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 18px;
    color: #343434;
}

.ct-slickBox.ct-js-slick .slick-dots li.slick-active button:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ct-slickBox.ct-js-slick .slick-dots li:active button:before,
.ct-slickBox.ct-js-slick .slick-dots li:hover button:before,
.ct-slickBox.ct-js-slick .slick-dots li:focus button:before {
    -webkit-transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
    transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}

.slick-slider {
    margin-bottom: 0;
}

.ct-slick--table .item {
    display: table;
    width: 100%;
}

.ct-slick--table .item .item-inner {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.browser-mozilla .ct-slick--table .item.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.browser-mozilla .ct-slick--table .item.slick-slide .item-inner {
    display: block;
}

.ct-mainSlider img {
    margin: 0 auto;
    display: inline-block;
}

.ct-mainSlider.slick-slider {
    margin-bottom: 0;
}

.ct-sliderSection {
    position: relative;
}

.ct-sliderSection .ct-scrollDown-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    -webkit-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

.ct-scrollDown {
    position: relative;
}

.ct-scrollDown a {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    font-size: 1.8rem;
    font-family: TitilliumText400;
    text-transform: uppercase;
    color: #fff;
}

.ct-scrollDown a>span {
    display: block;
    text-align: center;
}

.ct-introSection {
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.ct-introSection header {
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 600;
}

.ct-introSection p {
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #fff;
    line-height: 35px;
    padding-bottom: 20px;
}

.ct-infoSection .ct-colLeft,
.ct-infoSection .ct-colRight {
    width: 50%;
    background-color: #f6f6ef;
    padding-top: 60px;
    padding-bottom: 70px;
}

.ct-infoSection .ct-colLeft-inside {
    max-width: 380px;
    margin-left: auto;
    margin-right: 150px;
    text-align: center;
}

.ct-infoSection .ct-colRight-inside {
    max-width: 640px;
    margin-right: auto;
    margin-left: 150px;
}

.ct-infoSection .ct-colLeft {
    color: #fff;
    background-color: #0c0c0c;
}

.ct-infoSection .ct-colLeft .ct-header {
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Sorts Mill Goudy', serif;
}

.ct-infoSection .ct-colLeft p {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
}

.ct-infoSection .ct-colRight .ct-colRight-inside .media:last-child .media-body .media-content {
    border-bottom: none;
    padding-bottom: 0;
}

.ct-infoSection .ct-colRight .ct-colRight-inside .media .media-left {
    padding-right: 50px;
}

.ct-infoSection .ct-colRight .ct-colRight-inside .media .media-left img {
    max-width: none;
}

.ct-infoSection .ct-colRight .ct-colRight-inside .media .media-body .media-heading {
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 600;
    padding-top: 10px;
}

.ct-infoSection .ct-colRight .ct-colRight-inside .media .media-body .media-content {
    font-weight: 600;
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 25px;
    border-bottom: 1px dashed #cccccc;
}

.ct-infoSection .ct-colRight .ct-colRight-inside .media .media-body .media-content p {
    margin: 0;
}

.ct-bookTable {
    z-index: 100000;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ct-bookTable .ct-bookTable-form {
    padding: 67px 25px 10px 30px;
    max-width: 285px;
}

.ct-bookTable div.form-group:not(:last-of-type) {
    margin-left: 20px;
}

.ct-bookTable.ct-bookTable--border:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
    border: 1px solid #000;
    z-index: 4;
}

a.ct-bookBtn {
    position: fixed;
    bottom: 50%;
    margin-top: -169px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: TitilliumText800;
    margin-left: -77px;
    z-index: 100000;
}

.ct-blogSection {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #f6f6ef;
}

.ct-blogSection .row {
    padding-left: 220px;
    padding-right: 220px;
}

article.ct-article .ct-article-content {
    padding: 0 27px 0 27px;
}

article.ct-article .ct-article-content ul.ct-article-tags {
    padding-top: 30px;
}

article.ct-article .ct-article-content ul.ct-article-tags li a {
    font-family: TitilliumText800;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

article.ct-article .ct-article-content ul.ct-article-tags li a:after {
    content: ",";
}

article.ct-article .ct-article-content ul.ct-article-tags li {
    padding-left: 0;
    padding-right: 0;
}

article.ct-article .ct-article-content ul.ct-article-tags li:not(:first-child) a:after {
    content: '';
}

article.ct-article .ct-article-content .ct-article-title {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 40px;
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'Sorts Mill Goudy', serif;
}

article.ct-article .ct-article-content .ct-article-date {
    padding-top: 5px;
    padding-bottom: 15px;
}

article.ct-article .ct-article-content .ct-article-date li {
    padding-left: 0;
    padding-right: 0;
    font-family: TitilliumText800;
    font-size: 15px;
    font-size: 1.5rem;
}

article.ct-article .ct-article-content .ct-article-date li:after {
    content: ",";
}

article.ct-article .ct-article-content .ct-article-date li:last-child:after {
    display: none;
}

article.ct-article .ct-article-content .ct-article-description {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    padding-bottom: 40px;
}

article.ct-article .ct-article-content .ct-article-readMore {
    font-family: TitilliumText800;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

article.ct-article.ct-article--single .ct-article-content--single {
    padding-bottom: 100px;
    background-color: #f6f6ef;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-title {
    font-size: 45px;
    padding-top: 80px;
    font-family: 'Sorts Mill Goudy', serif;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-title a:hover,
article.ct-article.ct-article--single .ct-article-content--single .ct-article-title a:focus,
article.ct-article.ct-article--single .ct-article-content--single .ct-article-title a:active {
    color: inherit;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-author {
    text-transform: uppercase;
    color: #3b3b3b;
    font-size: 18px;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-author>span {
    padding-left: 15px;
    font-size: 26px;
    text-transform: uppercase;
}

article.ct-article.ct-article--single .ct-article-content--single ul {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto;
    max-width: 770px;
}

article.ct-article.ct-article--single .ct-article-content--single ul li {
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}

article.ct-article.ct-article--single .ct-article-content--single ul li>ul {
    border: none;
}

article.ct-article.ct-article--single .ct-article-content--single ul li i {
    font-size: 11px;
    color: #555555;
}

article.ct-article.ct-article--single .ct-article-content--single ul li i:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-left: 10px;
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-date {
    display: inline-block;
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-date span {
    font-family: TitilliumText800;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-comments span {
    font-family: TitilliumText800;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-tags {
    font-family: TitilliumText800;
    display: inline;
    color: #000000;
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-tags li {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    text-transform: uppercase;
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-tags li:after {
    content: ",";
}

article.ct-article.ct-article--single .ct-article-content--single ul .ct-article-tags li:last-child:after {
    display: none;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-author {
    padding-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2b2b2b;
    text-transform: capitalize;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-author+.ct-authorDescription {
    padding-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    max-width: 450px;
    margin: 0 auto;
    line-height: 19px;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-description {
    font-size: 17px;
    line-height: 22px;
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-description p {
    font-size: inherit;
    line-height: inherit;
    color: #3b3b3b;
}

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

.ct-buttonComponents {
    padding-top: 70px;
}

.ct-buttonComponents li {
    padding-left: 30px;
    padding-right: 30px;
}

.ct-buttonComponents li a {
    text-transform: uppercase;
    font-family: TitilliumText800;
    font-size: 16px;
    font-size: 1.6rem;
    color: #1b1b1c;
    text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
    article.ct-article .ct-article-content .ct-article-title {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 35px;
    }
    .ct-blogSection .row {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1450px) {
    .ct-blogSection .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    article.ct-article .ct-article-content .ct-article-description {
        padding-bottom: 20px;
    }
    article.ct-article .ct-article-content {
        padding: 0 15px 0 15px;
    }
    .ct-blogSection {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .ct-buttonComponents {
        padding-top: 0;
    }
    .ct-testimonialsSection .ct-testimonials-description p {
        font-size: 40px;
        font-size: 4rem;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .ct-testimonialsSection .ct-testimonials-description p {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .ct-infoSection .ct-colRight .ct-colRight-inside .media .media-body .media-heading {
        font-size: 35px;
        font-size: 3.5rem;
    }
    .ct-introSection header {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
    }
    .ct-introSection p {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 24px;
    }
    .ct-infoSection .ct-colLeft .ct-header {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 40px;
    }
    h1,
    .h1 {
        font-size: 48px;
        font-size: 4.8rem;
    }
    .ct-eventsSection .ct-eventsSection-paragraphBox p,
    .ct-masterClassesSection .ct-eventsSection-paragraphBox p {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 22px;
    }
    .ct-eventsSection .ct-eventsSection-paragraphBox p:first-child,
    .ct-masterClassesSection .ct-eventsSection-paragraphBox p:first-child {
        padding-top: 20px;
    }
    .ct-eventsSection header,
    .ct-masterClassesSection header {
        font-size: 35px;
        font-size: 3.5rem;
    }
    /*Media section****************************************/
    .ct-parallax {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*Accordion********************************************/
    .ct-accordionList .panel-group .panel .panel-heading .panel-title a {
        font-size: 76px;
        font-size: 7.6rem;
    }
    .ct-accordionList .panel-group .panel .panel-collapse .panel-body {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 0 30px 0 30px;
    }
    .ct-eventsNextSection {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .btn-sm.btn-stretched {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .ct-testimonialsSection .ct-testimonials-description p {
        font-size: 30px;
        font-size: 3rem;
    }
}


/*Responsive************************************************************************************************************/

@media only screen and (max-width: 550px) {
    /*Icons************************************/
    .ct-imageLeft,
    .ct-imageRight {
        display: none !important;
    }
}

@media only screen and (max-width: 1500px) {
    .ct-events .ct-tabsTop {
        padding: 0 10px 55px 10px;
    }
}

@media only screen and (max-width: 1150px) {
    .ct-events .ct-tabsTop ul>li .ct-content p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 19px;
    }
    .ct-events .ct-tabsTop ul>li .ct-content span {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .ct-events .ct-tabsTop ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ct-events .ct-tabsTop ul>li .ct-content {
        padding: 35px 30px 30px 30px;
    }
    .ct-events .ct-tabsTop {
        padding: 0 10px 40px 10px;
    }
}

@media only screen and (max-width: 900px) {
    .ct-events .ct-tabsTop ul>li {
        padding-left: 7px;
        padding-right: 7px;
    }
    .ct-content {
        text-align: center;
    }
    .ct-events .ct-tabsTop {
        padding: 0 10px 20px 10px;
    }
    .ct-events .ct-tabsTop ul>li .ct-content {
        padding: 35px 15px 30px 15px;
    }
}

@media only screen and (max-width: 900px) {
    .ct-events .ct-tabsTop ul>li {
        width: 100%;
        margin-bottom: 30px;
    }
    .ct-events .ct-tabsTop ul>li:hover .ct-content:before,
    .ct-events .ct-tabsTop ul>li:focus .ct-content:before,
    .ct-events .ct-tabsTop ul>li:active .ct-content:before {
        height: 0 !important;
    }
    .ct-events .ct-tabsTop ul>li.active .ct-content:before {
        height: 0 !important;
    }
    .ct-events .ct-tabsTop ul>li .ct-content {
        cursor: default;
        max-width: 550px;
        margin: 0 auto;
        padding: 50px 100px 50px 100px;
    }
}

@media only screen and (max-width: 479px) {
    .ct-events .ct-tabsTop ul>li .ct-content {
        padding: 35px 20px 35px 20px;
    }
    .ct-bigHeader {
        padding-bottom: 30px;
    }
}


/*Tabs*****************************************************/

@media only screen and (max-width: 1500px) {
    .ct-events .ct-tabsBottom .tab-content .tab-pane .ct-date {
        margin-left: -100px;
    }
}

@media only screen and (max-width: 1250px) {
    .ct-date {
        display: none;
    }
    .ct-events .ct-tabsBottom .tab-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .ct-events .ct-tabsBottom .tab-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .jumbotron {
        -webkit-animation: none;
        animation: none;
        margin-top: -60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .jumbotron>header {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 27px;
    }
    .jumbotron .ct-newsletterBox .ct-inputBox {
        float: none;
    }
    .widget>.widget-title {
        text-align: center;
    }
    .widget>.widget-content {
        text-align: center;
    }
    .ct-joinBox {
        padding-top: 0;
    }
    .ct-testimonialsSection {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    .ct-testimonialsSection .ct-testimonials-description p {
        padding-top: 20px;
    }
    .ct-testimonialsSection.slick-slider {
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .ct-newsletterSection {
        padding: 50px 0 50px 0 !important;
    }
    .ct-contactSection {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .ct-newsletterSection {
        padding: 30px 0 30px 0 !important;
    }
    .ct-newsletterSection .ct-anotherHeader {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
    }
    .ct-contactSection {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ct-newsletterBox {
        min-width: 100% !important;
    }
    .ct-newsletterBox .ct-inputBox {
        float: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .ct-infoSection .ct-colLeft,
    .ct-infoSection .ct-colRight {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .ct-infoSection .ct-colLeft-inside {
        max-width: 450px;
        margin-right: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ct-infoSection .ct-colRight-inside {
        margin-left: auto !important;
        text-align: center;
    }
    .ct-infoSection .ct-colRight-inside .media .media-left {
        display: block;
    }
    .ct-infoSection .ct-colRight .ct-colRight-inside .media .media-left {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .ct-colRight,
    .ct-colLeft {
        display: block;
        width: 100% !important;
    }
    .ct-buttonComponents {
        padding-top: 20px !important;
    }
    .ct-blogSection {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    nav.navbar.navbar-default.ct-centeredMenu.ct-menu--color {
        height: 100px;
        /*background-color: transparent;*/
    }
    ul.nav.navbar-nav {
        display: none;
    }
    nav.navbar.navbar-default.ct-centeredMenu .navbar-header .navbar-brand {
        transform: none;
        top: 4%;
        left: 4%;
    }
    nav.navbar.navbar-default.ct-centeredMenu .navbar-header .navbar-brand img {
        max-width: 46%;
        margin: 0;
    }
    .ct-subHeader {
        display: none;
    }
    .ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li {
        padding-right: 13px;
        padding-left: 13px;
    }
    .ct-gallerySection .ct-topContent .ct-imageComponent p {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*Menu responsive******************************************/

@media only screen and (max-width: 1199px) {
    nav.navbar.navbar-default.ct-centeredMenu .navbar-header {
        padding: 0 10px 0 40px !important;
    }
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li {
        margin-left: 5px;
        margin-right: 5px;
    }
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li a {
        letter-spacing: 1px;
        font-size: 13px;
    }
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li:hover:before,
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li:active:before,
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li:focus:before {
        height: 3px;
    }
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li:before {
        margin-bottom: -10px;
    }
    nav.navbar.navbar-default.ct-centeredMenu ul.nav.navbar-nav li.active:before {
        height: 3px;
    }
    nav.navbar.navbar-default.ct-centeredMenu .ct-rightSide {
        margin-left: -13px;
        float: right;
    }
    nav.navbar.navbar-default.ct-centeredMenu .navbar-header {
        padding: 0 !important;
    }
    nav.navbar.navbar-default.ct-centeredMenu .navbar-header .navbar-brand {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    nav.navbar.navbar-default.ct-centeredMenu .navbar-header .navbar-brand img {
        max-width: 70%;
        /*margin-left: 18%;*/
    }
}

@media only screen and (max-width: 550px) {
    .ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li {
        display: block;
        width: 100%;
    }
    .ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters {
        margin-bottom: -40px;
    }
}


/*RWD*/

@media only screen and (max-width: 991px) {
    .ct-containerFix {
        width: 100%;
    }
    .ct-footer .ct-postFooter ul.ct-map-links li a {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .ct-footer .ct-postFooter .ct-copyright,
    .ct-footer .ct-postFooter .ct-authorPage {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 920px) {
    .ct-footer .ct-postFooter ul.ct-map-links li {
        padding-left: 2px;
        padding-right: 2px;
    }
    .ct-footer .ct-postFooter .ct-footerCol1 {
        padding-top: 4px;
    }
    footer .ct-postFooter .ct-footerCol1,
    footer .ct-postFooter .ct-footerCol2,
    footer .ct-postFooter .ct-footerCol3 {
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width: 915px) {
    .ct-footer .ct-postFooter .ct-footerCol2,
    .ct-footer .ct-postFooter .ct-footerCol1,
    .ct-footer .ct-postFooter .ct-footerCol3 {
        width: 100% !important;
        text-align: center;
    }
    .ct-footer .ct-postFooter .ct-copyright,
    .ct-footer .ct-postFooter .ct-authorPage {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .ct-footer .ct-postFooter ul.ct-map-links li a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 480px) {
    .ct-footer .ct-postFooter ul.ct-map-links li a {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 479px) {
    .ct-map-links>li {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .ct-footer .ct-preFooter .ct-followBox ul li a,
    .ct-footer .ct-preFooter .ct-contactBox ul li {
        padding-left: 0 !important;
    }
    .ct-row {
        text-align: center;
    }
    .ct-row .text-left {
        text-align: center;
    }
    .ct-footer .ct-preFooter .ct-contactBox ul li i {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -25px !important;
        display: inline-block;
    }
    .ct-footer .ct-preFooter .ct-followBox ul li i {
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -30px !important;
        display: inline-block;
    }
    .ct-footer .ct-preFooter .ct-contactBox {
        padding-top: 30px;
    }
    .ct-footer .ct-preFooter .ct-contactBox .ct-header {
        padding-bottom: 35px;
    }
    .ct-footer .ct-preFooter .ct-followBox {
        padding-top: 0;
    }
    .ct-footer .ct-preFooter .ct-followBox .ct-header {
        padding-bottom: 35px;
    }
    .ct-footer .ct-preFooter .ct-followBox ul li i {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ct-tweet {
        max-width: 400px;
        margin: 0 auto;
    }
    .ct-tweet .tweet_list li p {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .ct-followBox {
        padding-top: 15px !important;
    }
}

.ct-hideComponent {
    display: none;
}

.ct-contactSection--anotherColor {
    background-color: rgba(27, 27, 28, 0.97) !important;
}

.ct-contactSection--blog {
    padding-bottom: 60px;
}

.ct-navigation .ct-u-displayTableCell {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
}

.ct-navigation .ct-u-displayTableCell:nth-child(1) {
    background-color: #0c0c0c;
}

.ct-navigation .ct-u-displayTableCell:nth-child(2) {
    background-color: #f6f6ef;
}

.ct-navigation .ct-previous,
.ct-navigation .ct-next {
    font-size: 18px;
    font-family: TitilliumText400;
    text-transform: uppercase;
}

.ct-navigation .ct-previous a,
.ct-navigation .ct-next a {
    color: rgba(255, 255, 255, 0.5);
}

.ct-navigation .ct-previous {
    margin-right: 155px;
    text-align: right;
}

.ct-navigation .ct-next {
    margin-left: 155px;
    text-align: left;
    color: #000;
}

.ct-navigation .ct-next a {
    color: #000;
    filter: alpha(opactiy=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.ct-navigation .ct-next a:hover,
.ct-navigation .ct-next a:focus,
.ct-navigation .ct-next a:active {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.ct-navigation .ct-previousPost,
.ct-navigation .ct-nextPost {
    font-family: 'Sorts Mill Goudy', serif;
    padding-top: 10px;
    font-size: 28px;
    color: #Fff;
}

.ct-navigation .ct-previousPost {
    margin-right: 155px;
    text-align: right;
}

.ct-navigation .ct-nextPost {
    margin-left: 155px;
    text-align: left;
    color: #000;
}

@media only screen and (max-width: 1200px) {
    .ct-navigation .ct-previous,
    .ct-navigation .ct-previousPost {
        margin-right: 50px;
    }
    .ct-navigation .ct-next,
    .ct-navigation .ct-nextPost {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .ct-navigation .ct-previous,
    .ct-navigation .ct-previousPost {
        margin-right: 30px;
    }
    .ct-navigation .ct-next,
    .ct-navigation .ct-nextPost {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .ct-navigation .ct-previous,
    .ct-navigation .ct-previousPost {
        margin-right: 0px;
        text-align: center;
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ct-navigation .ct-next,
    .ct-navigation .ct-nextPost {
        margin-left: 0px;
        text-align: center;
        font-size: 20px;
    }
}

.ct-number-of-comments span:first-child {
    font-size: 50px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

.ct-number-of-comments span:not(:first-child) {
    font-size: 26px;
    color: #fff;
    font-family: 'Sorts Mill Goudy', serif;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.ct-comments {
    border-top: 1px solid #e6e6e6;
}

.ct-comments li .mediaBox>a {
    position: relative;
    margin-right: 30px;
}

.ct-comments li .mediaBox>a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-right: -31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 16px 9px 0;
    border-color: transparent #ececec transparent transparent;
}

.ct-comments li .mediaBox .mediaBox-body {
    padding: 25px 55px 25px 55px;
    overflow: hidden;
    background-color: #ececec;
    margin-bottom: 27px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
}

.ct-comments li .mediaBox .mediaBox-body .mediaBox-inner-body .media-heading a {
    text-transform: uppercase;
    font-size: 14px;
    color: #2b2b2b;
    font-family: TitilliumText800;
}

.ct-comments li .mediaBox .mediaBox-body .mediaBox-inner-body p {
    padding-top: 10px;
    line-height: 20px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
    margin: 0;
}

.ct-comments li .mediaBox .mediaBox-body .mediaBox-inner-body span.ct-comment-meta {
    text-transform: uppercase;
    font-family: TitilliumText800;
    font-size: 12px;
    color: #2b2b2b;
}

.ct-comments li .mediaBox .mediaBox-body .mediaBox-inner-body span.ct-replyButton a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: TitilliumText800;
}

.ct-comments li ol.children {
    padding-left: 110px;
}

@media (max-width: 767px) {
    .ct-comments li .mediaBox>a {
        float: none !important;
        text-align: center;
        display: block;
        margin-right: 0;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .mediaBox {
        max-width: 500px;
    }
    .mediaBox .mediaBox-body .mediaBox-inner-body {
        text-align: center;
    }
    .ct-comments li ol.children {
        padding-left: 0;
    }
    .ct-comments {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .ct-comments li .mediaBox>a:before {
        display: none;
    }
    .ct-dateList>li {
        display: block;
        width: 100%;
        padding-bottom: 5px;
    }
    article.ct-article.ct-article--single .ct-article-content--single ul li i:before {
        position: relative;
    }
}

@media only screen and (max-width: 479px) {
    .row.ct-u-paddingTop270 {
        padding-top: 60px;
    }
}

.browser-mozilla .row.ct-u-paddingTop270 {
    padding-top: 0;
}

.browser-mozilla .ct-parallax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ct-parallax {
    background-color: #f6f6ef;
}

@media only screen and (max-width: 1199px) {
    .browser-mozilla .ct-parallax[data-background],
    .browser-mozilla .ct-parallax[data-parallax] {
        background-size: auto !important;
    }
}

@media (max-width: 920px) {
    .browser-mozilla .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu,
    .browser-mozilla .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu,
    .browser-mozilla .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content img {
        width: 100%;
    }
}

.ct-subHeader {
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #000;
}

.ct-pageTitle {
    position: relative;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 40px;
    font-size: 4rem;
    color: #f6f6ef;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    border-top: 1px solid #fff;
}

ol.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

ol.breadcrumb li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.breadcrumb>li+li:before {
    content: ">";
    color: #fff;
    padding: 0 6px 0 0;
}

.ct-bredcrumb {
    margin-right: 40px;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .ct-pageTitle {
        font-size: 30px;
        font-size: 3rem;
        text-align: left;
    }
    .ct-bredcrumb {
        margin-bottom: 15px;
    }
    .ct-bredcrumb {
        margin-right: 0;
    }
    .ct-subHeader {
        padding-top: 0;
    }
    nav.navbar.navbar-default .ct-rightSide,
    nav.navbar.navbar-default .ct-leftSide {
        padding-bottom: 40px;
    }
}

.alert-success {
    background-color: #5FB13D;
}

.alert>p,
.alert ul {
    color: #fff;
}

.successMessage,
.errorMessage {
    position: relative;
}

.successMessage button,
.errorMessage button {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #fff;
}

.alert-success {
    border-color: transparent;
}

.ct-replyButton a:hover,
.ct-replyButton a:focus,
.ct-replyButton a:active {
    color: #000 !important;
}

.browser-msie .ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters li a span {
    display: none !important;
}

@media (max-width: 400px) {
    .ct-navigation>div {
        display: block;
        width: 100% !important;
    }
}

article.ct-article.ct-article--single .ct-article-content--single .ct-article-title {
    line-height: 50px;
}

@media (max-width: 767px) {
    article.ct-article.ct-article--single .ct-article-content--single ul {
        padding-top: 15px;
    }
    .ct-bigHeader {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .ct-header {
        font-size: 30px;
        font-size: 3rem;
    }
    .ct-testimonialsSection .ct-testimonials-description p {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 33px;
    }
    article.ct-article .ct-article-content .ct-article-description {
        padding-bottom: 10px;
    }
    .ct-buttonComponents {
        padding-top: 0 !important;
        margin: 0 auto;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .ct-gallerySection .ct-topContent .ct-imageComponent header,
    .ct-bigHeader {
        font-size: 40px;
        font-size: 4rem;
    }
    .ct-inputBox {
        max-width: 390px;
        margin: 0 auto;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .ct-sliderSection .ct-scrollDown-icon {
        margin-bottom: 50px;
    }
    .ct-scrollDown a {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .ct-contactList {
        padding-top: 20px !important;
    }
    .ct-followBox .ct-headerBottom {
        padding-bottom: 45px !important;
    }
}

.selectize-input {
    border: none !important;
    box-shadow: none;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.selectize-input.focus {
    box-shadow: none;
    border-color: transparent;
}

body.boxed article.ct-article .ct-article-content .ct-article-title {
    font-size: 35px;
    line-height: 35px;
}

body.boxed .ct-testimonialsSection .ct-testimonials-description p {
    line-height: 54px;
}

body.boxed .ct-events .ct-tabsTop ul>li .ct-content {
    text-align: center;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide {
    width: 100%;
    display: block;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide {
    width: 100%;
    display: block;
}

body.boxed .ct-additionalBox {
    display: none;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content {
    width: 55%;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu {
    width: 45%;
    padding-top: 0;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox {
    padding: 0 0 15px 0;
}

body.boxed .ct-menuRestaurant {
    text-align: center;
    padding-top: 30px;
}

body.boxed .ct-menuRestaurant>li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant>li a {
    padding-left: 0;
}

body.boxed .ct-menuRestaurant>li a {
    padding-top: 15px !important;
    padding-bottom: 13px !important;
    font-size: 29px !important;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li.active {
    padding-left: 15px;
    padding-right: 15px;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:hover,
body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:focus,
body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:active {
    padding-left: 0 !important;
}

body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:hover a,
body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:focus a,
body.boxed .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant li:active a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ct-imageComponent {
    background-size: cover;
}

article.ct-article.ct-article--single .ct-article-content--single {
    text-align: center;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content {
    text-align: center;
}

.ct-authorPage span a {
    font-weight: bold;
}

.ct-5times {
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
}

.ct-preloader {
    top: 0;
    position: fixed;
    z-index: 99999999999999999;
    width: 100vw;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.ct-preloader .ct-preloader-content {
    position: absolute;
    z-index: 9999999999999999;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    height: 100%;
    width: 100%;
    background: url("../images/reload.svg");
    background-repeat: no-repeat;
}

.ct-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #3C3B3B;
    padding: 10px;
}

.ct-modal span:after {
    font-family: FontAwesome;
    content: "\f00d";
    position: absolute;
    top: 0;
    margin-top: -45px;
    margin-right: -35px;
    right: 0;
    display: block;
    background-color: transparent;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-menu ul.ct-dottedBox li.ct-dottedMenu .ct-photo img {
    cursor: pointer;
}

.ct-modal span:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.ct-fixed {
    width: 100%;
    position: fixed !important;
    top: 120px;
    z-index: 999999;
}

.ct-menuSection .ct-topSection {
    background-size: cover;
}

.ct-inputList li {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
}

@media (max-width: 479px) {
    .ct-newsletterBox .ct-inputBox {
        margin-bottom: 0;
    }
    .ct-inputList {
        margin: 0;
    }
}

@media (max-width: 450px) {
    .ct-inputBox {
        padding-right: 30px;
        padding-left: 30px;
    }
    article.ct-article .ct-article-content .ct-article-date {
        padding-top: 25px;
    }
    .ct-joinBox .ct-joinBox-title span:first-child {
        font-size: 55px;
    }
    .ct-imageComponent {
        height: 550px !important;
    }
    .ct-gallerySection .ct-topContent .ct-imageComponent .ct-gallery-filters {
        position: relative;
        bottom: 0;
        padding-top: 20px;
    }
}

@media (max-width: 450px) {
    html.browser-mozilla .ct-mainSlider img {
        width: 100%;
    }
}

html.browser-mozilla .ct-inputBox .input-typeSecond {
    padding-top: 14px;
}

@media (max-width: 479px) {
    .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-leftSide .ct-leftSide-inside>ul.ct-menuRestaurant>li a {
        padding-top: 8px !important;
        padding-bottom: 5px !important;
    }
}

@media (max-width: 480px) {
    html.browser-msie .ct-doubleButtons li {
        padding-bottom: 10px;
    }
}

html.browser-msie .ct-menuSection .ct-bottomSection .ct-tabsContent .ct-rightSide .ct-rightSideContent .ct-content>img {
    width: 100%;
}

html.browser-msie .ct-innerPadding.ct-inputBox {
    padding-top: 0 !important;
}

@media (min-width: 350px) and (max-width: 479px) {
    .ct-menuSection .ct-topSection .ct-menuList li {
        width: auto !important;
    }
    .ct-menuSection .ct-topSection .ct-menuList {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 915px) {
    .ct-displayHide {
        display: block !important;
    }
    .ct-footer .ct-postFooter .ct-copyright,
    .ct-footer .ct-postFooter .ct-copyright {
        display: none;
    }
}

@media (min-width: 916px) {
    .ct-displayHide {
        display: none;
    }
}

.ct-gallery-item.ct-gallery-item--masonry {
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 320px) and (max-height: 480px) {
    .ct-sliderSection .ct-scrollDown-icon {
        margin-bottom: 20px;
    }
    .ct-scrollDown a {
        margin-bottom: 30px;
    }
    .ct-menuSection .ct-topSection .ct-menuList {
        bottom: 15px !important;
    }
}

.ct-js-loadAll {
    color: #fff !important;
    text-decoration: none !important;
}

.ct-js-loadAll:hover,
.ct-js-loadAll:focus,
.ct-js-loadAll:active {
    color: #000 !important;
}

@media (max-width: 480px) {
    .ct-footerUp li {
        display: inline;
        padding: 0 7px 0 7px;
    }
}

@media (max-width: 330px) {
    .ct-footerUp li {
        display: block;
        padding: 0;
    }
}

#age-verify {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .8);
}

.window img {
    display: block;
    margin: 0 auto;
}

#age-verify .window {
    position: absolute;
    top: 42%;
    left: 48%;
    width: 500px;
    height: 550px;
    overflow: hidden;
    padding: 40px;
    margin-left: -200px;
    margin-top: -125px;
    background-color: black;
    border: 3px solid #444444;
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.divbutton {
    text-align: center;
    margin-top: -10px;
}

#age-verify .window span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    color: white;
}

#age-verify .window span.title {
    color: #1d9adc !important;
    font-size: 24px;
}

#age-verify .window button {
    border: 0;
    margin: 0;
    padding: 18px 50px 18px 50px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    background-color: #ED5065;
    margin-top: 20px;
    font-family: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s;
    transition: .2s;
}

#age-verify .window button.back {
    background-color: #d79600;
    color: white;
    margin: auto;
    display: block;
}

#age-verify .window button.yes:hover,
#age-verify .window button.back:hover {
    color: #d79600 !important;
    background-color: white;
}

#age-verify .window button.yes:hover:before,
#age-verify .window button.back:hover:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid #1d9adc;
}

#age-verify .window button.no:hover {
    background-color: black;
    color: white !important;
}

#age-verify .window button.no:hover:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid white;
}

#age-verify .window button.yes {
    background-color: #1d9adc;
    color: white;
    margin-right: 10%
}

#age-verify .window button.yes:before,
#age-verify .window button.no:before,
#age-verify .window button.back:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid black;
}

#age-verify .window button.no {
    background-color: #ffffff;
    color: black;
}

#age-verify .window .underBox {
    position: absolute;
    width: 500px;
    height: 550px;
    padding: 40px;
    top: 100%;
    left: 0;
    right: 0;
    background-color: black;
    -webkit-transition: 500ms;
    transition: 500ms;
    box-sizing: border-box;
}

#age-verify .window .underBox * {
    color: #FFF !important;
}

#age-verify.hidden {
    opacity: 0;
    visibility: hidden;
}

#age-verify.hidden .window {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

#age-verify.under .window .underBox {
    top: 0%;
}

.text-block-modal {
    margin-top: 30px;
    font-size: 18px;
}

@media(max-width:767px) {
    .window img {
        width: 50%;
    }
    #age-verify .window span.title {
        font-size: 18px;
    }
    #age-verify .window button {
        padding: 9px 25px;
        margin-top: 0px;
    }
    .text-block-modal {
        margin-top: 13px;
        font-size: 12px;
    }
    #age-verify .window .underBox {
        position: absolute;
        margin: 0 auto;
        width: 288px;
        height: 310px;
        background-color: black;
        -webkit-transition: 500ms;
        transition: 500ms;
        box-sizing: border-box;
    }
    #age-verify .window {
        position: absolute;
        top: 27%;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        width: 288px;
        height: 310px;
    }
}

.datenschutz {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: left;
}

.datenschutz h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.datenschutz h2 {
    font-size: 3rem;
}

.datenschutz h3 {
    font-size: 2.5rem;
}

.datenschutz h4 {
    font-size: 2rem;
}

.datenschutz h5 {
    font-size: 2rem;
}

.datenschutz a:link {
    color: #1d9adc;
    text-decoration: underline;
}

.datenschutz p {
    font-size: 16px;
}