@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-HeavyOblique.otf);
    font-weight: 900
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-Heavy.otf);
    font-weight: 900
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-ExtraBoldOblique.otf);
    font-weight: 800
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-ExtraBold.otf);
    font-weight: 800
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-BoldOblique.otf);
    font-weight: 700
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-Bold.otf);
    font-weight: 700
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-DemiBoldOblique.otf);
    font-weight: 600
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-DemiBold.otf);
    font-weight: 600
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-MediumOblique.otf);
    font-weight: 500
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-Medium.otf);
    font-weight: 500
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-RegularOblique.otf);
    font-weight: 400
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-Regular.otf);
    font-weight: 400
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-LightOblique.otf);
    font-weight: 300
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-Light.otf);
    font-weight: 300
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-ThinOblique.otf);
    font-weight: 100
}
@font-face {
    font-family: Visby;
    src: url(../fonts/VisbyCF-Thin.otf);
    font-weight: 100
}
:after,
:before,
a,
button,
hr,
input,
li,
span,
textarea,
ul {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
html {
    height: 100%;
    overflow-x: hidden
}
body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.35em;
    background: #fafcfe;
    font-family: "Visby", Arial, sans-serif;
    min-height: 100%
}
body.ribbons-on {
}
body.content-white .logo-page .logo-white {
    display: none
}
body.content-white .logo-page .logo-black {
    display: block
}
body.content-white  .button-menu-page .ct-spinner .spinner-spin .spinner {
    background-color: #000000
}
body.content-white .menu-02 .button-menu-page .ct-spinner .spinner-spin .spinner {
    background-color: #000000
}
body.only-white-logo .logo-page .logo-white {
    display: block
}
body.only-white-logo .logo-page .logo-black {
    display: none
}
body.only-white-logo  .button-menu-page .ct-spinner .spinner-spin .spinner {
    background-color: #fff
}
body.only-white-logo .menu-02 .button-menu-page .ct-spinner .spinner-spin .spinner {
    background-color: #fff
}
body.menu-page-active .logo-page .logo-white,
body.playlist-full-page .logo-page .logo-white {
    display: none
}
body.menu-page-active .logo-page .logo-black,
body.playlist-full-page .logo-page .logo-black {
    display: block
}
body.menu-page-active  .button-menu-page .ct-spinner .spinner-spin .spinner,
body.playlist-full-page  .button-menu-page .ct-spinner .spinner-spin .spinner {
    background-color: #000000
}
body .loading-fast {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: fixed;
    z-index: 10000000;
    background: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
img {
    max-width: 100%
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}
a {
    color: #ee6b14;
    text-decoration: none;
    outline: none!important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
a:hover {
    color: #ee6b14;
    text-decoration: none
}
a:active,
a:focus {
    color: #2c2c2c;
    text-decoration: none;
    outline: none!important
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2c;
    margin: 15px 0;
    font-weight: 600;
    line-height: 1em
}
h1 {
    font-size: 92px
}
h2 {
    font-size: 55px
}
h3 {
    font-size: 32px
}
h4 {
    font-size: 19px
}
h5 {
    font-size: 17px
}
h6 {
    font-size: 15px
}
p {
    color: #2c2c2c;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 30px 0;
    line-height: 1.7em
}
p a {
    color: #ee6b14;
    border-bottom: 1px solid transparent
}
p a:hover {
    color: #ee6b14;
    border-color: #ee6b14;
    text-decoration: none
}
blockquote {
    padding: 0;
    border: none;
    color: #2c2c2c;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 30px 0;
    font-style: italic;
    line-height: 1.7em
}
b,
strong {
    font-weight: 700
}
button,
button:focus,
input,
input:focus,
textarea,
textarea:focus {
    outline: none!important;
    box-shadow: none!important
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
    margin: 0;
    width: 100%;
    border: none;
    height: 40px;
    color: #6e6e6e;
    font-size: 1em;
    padding: 0 10px;
    font-weight: 500;
    box-shadow: none;
    line-height: 1.3em;
    border-radius: inherit;
    background: transparent;
    border: 1px solid rgba(110, 110, 110, 0.3);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
input[type=email]:focus,
input[type=email]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover {
    border-color: #000000
}
textarea {
    margin: 0;
    border: none;
    color: #6e6e6e;
    font-size: 1em;
    padding: 11px 10px;
    min-height: 40px;
    font-weight: 500;
    box-shadow: none;
    line-height: 1.3em;
    width: 100%!important;
    border-radius: inherit;
    background: transparent;
    border: 1px solid rgba(110, 110, 110, 0.3);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
textarea:focus,
textarea:hover {
    border-color: #000000
}
.comment-form textarea,
.wpcf7-form textarea {
    max-height: 115px
}
.form-input {
    width: 100%;
    position: relative;
    margin-bottom: 26px
}
.form-input:hover:after {
    width: 100%
}
.form-input:after {
    left: 0;
    width: 0;
    bottom: 0;
    float: left;
    height: 1px;
    content: "";
    position: absolute;
    background: #000000
}
.form-group {
    width: 100%;
    position: relative;
    margin-bottom: 26px
}
.form-group input,
.form-group textarea {
    padding-right: 50px
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #000000
}
.form-group button {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    padding: 0;
    width: 40px;
    bottom: 1px;
    height: 39px;
    border: none;
    display: block;
    box-shadow: none;
    position: absolute;
    line-height: 1.3em;
    border-radius: inherit;
    background: transparent
}
.form-group button:hover {
    right: -3px
}
.form-group button:hover:before {
    width: 15px
}
.form-group button:hover:after {
    right: 10px
}
.form-group button:before {
    top: 19px;
    left: 15px;
    width: 10px;
    height: 1px;
    float: left;
    content: "";
    position: absolute;
    background: #ee6b14
}
.form-group button:after {
    top: 17px;
    right: 15px;
    width: 5px;
    height: 5px;
    float: left;
    content: "";
    position: absolute;
    border-top: 1px solid #ee6b14;
    border-right: 1px solid #ee6b14;
    -webkit-transform: rotate(54deg) skew(20deg);
    -ms-transform: rotate(54deg) skew(20deg);
    transform: rotate(54deg) skew(20deg)
}
.contact-section div.wpcf7 .ajax-loader {
    position: absolute;
    left: 110%;
    top: 50%;
    margin-top: -8px
}
.contact-section .submit-button {
    text-align: center
}
.contact-section .submit-button input {
    background: none;
    color: #2c2c2c;
    border-radius: 0;
    border: none;
    font-size: 17px;
    font-weight: 500;
    padding: 1rem 6rem;
    display: block;
    text-transform: capitalize
}
.contact-section .submit-button>span {
    display: inline-block;
    position: relative;
    z-index: 0
}
.contact-section .submit-button>span .lines:after,
.contact-section .submit-button>span .lines:before {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    background: #ee6b14
}
.contact-section .submit-button>span .lines:before {
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition: all 0.05s ease-in-out 0.1s;
    -moz-transition: all 0.05s ease-in-out 0.1s;
    -o-transition: all 0.05s ease-in-out 0.1s;
    transition: all 0.05s ease-in-out 0.1s
}
.contact-section .submit-button>span .lines:after {
    top: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s
}
.contact-section .submit-button>span:after,
.contact-section .submit-button>span:before {
    content: '';
    position: absolute;
    display: block;
    background: #ee6b14
}
.contact-section .submit-button>span:before {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s
}
.contact-section .submit-button>span:after {
    width: 80%;
    height: 5px;
    border-radius: 5px;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    -webkit-transition: all 0.05s ease-in-out 0.15s;
    -moz-transition: all 0.05s ease-in-out 0.15s;
    -o-transition: all 0.05s ease-in-out 0.15s;
    transition: all 0.05s ease-in-out 0.15s
}
.contact-section .submit-button>span:hover:before {
    height: 100%;
    -webkit-transition: all 0.05s ease-in-out 0.1s;
    -moz-transition: all 0.05s ease-in-out 0.1s;
    -o-transition: all 0.05s ease-in-out 0.1s;
    transition: all 0.05s ease-in-out 0.1s
}
.contact-section .submit-button>span:hover:after {
    width: 100%;
    margin-left: -50%;
    height: 1px;
    border-radius: 0;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out
}
.contact-section .submit-button>span:hover .lines:before {
    height: 100%;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s
}
.contact-section .submit-button>span:hover .lines:after {
    width: 100%;
    -webkit-transition: all 0.05s ease-in-out 0.1s;
    -moz-transition: all 0.05s ease-in-out 0.1s;
    -o-transition: all 0.05s ease-in-out 0.1s;
    transition: all 0.05s ease-in-out 0.1s
}
.hidden-element {
    display: none!important
}
.container {
    width: 100%;
    overflow: inherit;
    max-width: 1170px
}
.padding-0 {
    padding: 0!important
}
.padding-47 {
    padding: 47px 0!important
}
.padding-100 {
    padding: 100px 0!important
}
.padding-110,
.site-content>.vc_row {
    padding: 100px 0
}
.padding-140 {
    padding: 140px 0!important
}
.padding-200 {
    padding: 200px 0!important
}
.padding-top-50 {
    padding-top: 50px!important
}
.padding-top-100 {
    padding-top: 100px!important
}
.padding-top-110 {
    padding-top: 110px!important
}
.padding-top-140 {
    padding-top: 140px!important
}
.padding-top-160 {
    padding-top: 160px!important
}
.padding-top-200 {
    padding-top: 200px!important
}
.padding-top-300 {
    padding-top: 300px!important
}
.padding-bottom-50 {
    padding-bottom: 50px!important
}
.padding-bottom-100 {
    padding-bottom: 100px!important
}
.padding-bottom-140 {
    padding-bottom: 140px!important
}
.padding-bottom-160 {
    padding-bottom: 160px!important
}
.padding-bottom-200 {
    padding-bottom: 200px!important
}
.padding-bottom-300 {
    padding-bottom: 300px!important
}
.padding-120-170 {
    padding-top: 120px!important;
    padding-bottom: 170px!important
}
.padding-110-65 {
    padding-top: 110px!important;
    padding-bottom: 65px!important
}
.site-content>.vc_row.without-padding {
    padding-top: 0!important;
    padding-bottom: 0!important
}
.bg-white {
    background: #ffffff
}
.bg-white-50 {
    background: rgba(255, 255, 255, 0.5)
}
.bg-black {
    background: #000000
}
.bg-transparent {
    background: transparent!important
}
.ct-image {
    display: block
}
.ct-image img {
    width: 100%
}
.logo-page {
    margin: 0;
    top: 39px;
    left: 39px;
    z-index: 10;
    position: fixed
}
.logo-page .logo-white {
    display: block
}
.logo-page .logo-black {
    display: none
}
.logo-page a {
    display: block
}
.logo-page img {
    max-width: 200px;
    max-height: 200px
}
body.admin-bar .logo-page {
    top: 71px
}
body.admin-bar.ribbons-on .logo-page {
    top: 97px;
    left: 65px
}
body.ribbons-on .logo-page {
    top: 67px;
    left: 65px
}
body.page-template-template-contact:before,
body.single-post:before {
    display: none!important
}
.title-separator {
    text-align: center;
    margin-bottom: 50px
}
.title-separator.txt-white .separator svg {
    fill: scCol
}
.title-separator.txt-white .title {
    color: #fcfeff
}
.title-separator.txt-white .title:after {
    background: #2c2c2c
}
.title-separator .separator {
    margin: 0 auto;
    margin-bottom: 5px
}
.title-separator .separator svg {
    fill: #ebebeb
}
.title-separator .title {
    margin: 0;
    color: #2c2c2c;
    padding: 4px 15px;
    position: relative;
    line-height: 1.1em;
    display: inline-block
}
.title-separator .title:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    z-index: -1;
    content: " ";
    display: block;
    position: absolute;
    background: #ebebeb
}
.post-password-form input[type=submit] {
    color: #2c2c2c;
    font-size: 17px;
    background: none
}
.video .ct-video {
    width: 100%;
    position: relative;
    padding-top: 56.25%
}
.video .ct-video iframe {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: absolute
}
.body-ribbons>div {
    background: #f5f9fc;
    display: block;
    position: fixed;
    z-index: 6
}
.body-ribbons__first,
.body-ribbons__third {
    height: 0px;
    left: 0;
    right: 0
}
.body-ribbons__fourth,
.body-ribbons__second {
    width: 0px;
    top: 0;
    bottom: 0
}
.body-ribbons__first {
    top: 0
}
.body-ribbons__second {
    right: 0
}
.body-ribbons__third {
    bottom: 0
}
.body-ribbons__fourth {
    left: 0
}
body.admin-bar .body-ribbons__first {
    top: 32px
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}
table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
    border-top: 0
}
table>tbody+tbody {
    border-top: 2px solid #ddd
}
table .table {
    background-color: #fff
}
.single-page-container {
    padding: 70px 0
}
.sppb-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.sppb-animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.sppb-animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.sppb-animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */

.hint,
[data-hint] {
    position: relative;
    display: inline-block
}
.hint:after,
.hint:before,
[data-hint]:after,
[data-hint]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease
}
.hint:focus:after,
.hint:focus:before,
.hint:hover:after,
.hint:hover:before,
[data-hint]:focus:after,
[data-hint]:focus:before,
[data-hint]:hover:after,
[data-hint]:hover:before {
    visibility: visible;
    opacity: 1
}
.hint:before,
[data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 3px solid transparent;
    z-index: 1000001
}
.hint:after,
[data-hint]:after {
    content: attr(data-hint);
    color: #f5f9fc;
    font-size: 12px;
    padding: 7px 15px;
    line-height: 12px;
    background: #111111;
    white-space: nowrap;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px
}
.hint--top:before {
    border-top-color: #111111
}
.hint--bottom:before {
    border-bottom-color: #111111
}
.hint--left:before {
    border-left-color: #111111
}
.hint--right:before {
    border-right-color: #111111
}
.hint--top:before {
    margin-left: -3px;
    margin-bottom: -5px
}
.hint--top:after {
    margin-left: -18px
}
.hint--top:after,
.hint--top:before {
    bottom: 100%;
    left: 50%
}
.hint--top:focus:after,
.hint--top:focus:before,
.hint--top:hover:after,
.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}
.hint--bottom:before {
    margin-top: -6px
}
.hint--bottom:after {
    margin-left: -18px
}
.hint--bottom:after,
.hint--bottom:before {
    top: 100%;
    left: 50%
}
.hint--bottom:focus:after,
.hint--bottom:focus:before,
.hint--bottom:hover:after,
.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}
.hint--right:before {
    margin-left: -6px;
    margin-bottom: -4px
}
.hint--right:after {
    margin-bottom: -14px
}
.hint--right:after,
.hint--right:before {
    left: 100%;
    bottom: 50%
}
.hint--right:focus:after,
.hint--right:focus:before,
.hint--right:hover:after,
.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}
.hint--left:before {
    margin-right: -6px;
    margin-bottom: -4px
}
.hint--left:after {
    margin-bottom: -14px
}
.hint--left:after,
.hint--left:before {
    right: 100%;
    bottom: 50%
}
.hint--left:focus:after,
.hint--left:focus:before,
.hint--left:hover:after,
.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}
.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0px #592726
}
.hint--error.hint--top:before {
    border-top-color: #b34e4d
}
.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}
.hint--error.hint--left:before {
    border-left-color: #b34e4d
}
.hint--error.hint--right:before {
    border-right-color: #b34e4d
}
.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0px #6c5328
}
.hint--warning.hint--top:before {
    border-top-color: #c09854
}
.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}
.hint--warning.hint--left:before {
    border-left-color: #c09854
}
.hint--warning.hint--right:before {
    border-right-color: #c09854
}
.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0px #193b4d
}
.hint--info.hint--top:before {
    border-top-color: #3986ac
}
.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}
.hint--info.hint--left:before {
    border-left-color: #3986ac
}
.hint--info.hint--right:before {
    border-right-color: #3986ac
}
.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0px #1a321a
}
.hint--success.hint--top:before {
    border-top-color: #458746
}
.hint--success.hint--bottom:before {
    border-bottom-color: #458746
}
.hint--success.hint--left:before {
    border-left-color: #458746
}
.hint--success.hint--right:before {
    border-right-color: #458746
}
.hint--always:after,
.hint--always:before {
    opacity: 1;
    visibility: visible
}
.hint--always.hint--top:after,
.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}
.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}
.hint--rounded:after {
    border-radius: 4px
}
.hint--bounce:after,
.hint--bounce:before {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24)
}
.btn {
    margin: 0;
    height: auto;
    border: none;
    cursor: pointer;
    font-size: 17px;
    box-shadow: none;
    line-height: 1em;
    font-weight: 500;
    border-radius: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.btn-danger,
.btn-default,
.btn-forth,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-third,
.btn-warning {
    outline: none;
    color: #ffffff;
    padding: 10px 14px
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-forth.active,
.btn-forth:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-secondary.active,
.btn-secondary:active,
.btn-success.active,
.btn-success:active,
.btn-third.active,
.btn-third:active,
.btn-warning.active,
.btn-warning:active {
    box-shadow: none;
    outline: none!important
}
.btn-default {
    border: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3)
}
.btn-default:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8)
}
.btn-primary {
    min-width: 95px
}
.btn-primary.btn-txt-black {
    color: #2c2c2c
}
.btn-primary.btn-txt-black:focus {
    color: #2c2c2c
}
.btn-primary.btn-txt-black.active,
.btn-primary.btn-txt-black:active,
.btn-primary.btn-txt-black:hover {
    color: #2c2c2c
}
.btn-primary:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #ee6b14;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}
.btn-primary:focus {
    color: #ffffff
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
    color: #ffffff;
    background: transparent
}
.btn-primary.active:after,
.btn-primary:active:after,
.btn-primary:hover:after {
    left: -3px;
    right: -3px;
    height: 3px
}
.btn-success {
    background: #2ecc71;
    border-color: #2ecc71
}
.btn-success.active,
.btn-success:active,
.btn-success:hover {
    color: #2ecc71;
    background: #ffffff;
    border-color: #2ecc71
}
.btn-info {
    background: #3498db;
    border-color: #3498db
}
.btn-info.active,
.btn-info:active,
.btn-info:hover {
    color: #3498db;
    background: #ffffff;
    border-color: #3498db
}
.btn-warning {
    background: #f1c40f;
    border-color: #f1c40f
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover {
    color: #f1c40f;
    background: #ffffff;
    border-color: #f1c40f
}
.btn-danger {
    background: #e74c3c;
    border-color: #e74c3c
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover {
    color: #e74c3c;
    background: #ffffff;
    border-color: #e74c3c
}
.btn-link {
    padding: 0;
    color: inherit;
    border: none;
    position: relative;
    background: transparent
}
.btn-link:before {
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    background: #4aa3df;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.btn-link.active,
.btn-link:active,
.btn-link:hover {
    color: #4aa3df
}
.btn-link.active:before,
.btn-link:active:before,
.btn-link:hover:before {
    left: 0;
    right: 0
}
.svg-wrapper {
    padding: 0;
    width: 170px;
    border: none;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: transparent
}
.svg-wrapper.white .text {
    color: #ffffff
}
.svg-wrapper:hover .shape {
    stroke-dasharray: 640;
    stroke-dashoffset: 180;
    stroke-width: 2px
}
.svg-wrapper:hover .text {
    color: #ffffff
}
.svg-wrapper .shape {
    stroke: #ee6b14;
    fill: transparent;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-dasharray: 120 340;
    stroke-dashoffset: -230;
    -webkit-transition: all 0.5s, stroke-width 0.3s;
    -moz-transition: all 0.5s, stroke-width 0.3s;
    -o-transition: all 0.5s, stroke-width 0.3s;
    transition: all 0.5s, stroke-width 0.3s
}
.svg-wrapper .text {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #2c2c2c;
    font-size: 17px;
    font-weight: 500;
    line-height: 38px;
    position: absolute
}
.svg-wrapper .text:before {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    height: 0.01%;
    color: #ffffff;
    position: absolute;
    background: #ee6b14;
    clip: rect(auto, auto, auto, auto);
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s
}
button[type=submit].svg-wrapper .text:before {
    z-index: 1;
    content: "send"
}
.border-effect-button {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}
.border-effect-button .text {
    font-weight: 500;
    font-size: 17px;
    color: #2c2c2c
}
.border-effect-button.white .text {
    color: #fff
}
.border-effect-button.white .text2, .border-effect-button.white:visited .text2 {
	color: #fff;
}
.border-effect-button.white:hover .text2 {
	color: #ee6b14;
}
.border-effect-button .lines:after,
.border-effect-button .lines:before {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    background: #ee6b14
}
.border-effect-button .lines:before {
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition: all 0.05s ease-in-out 0.1s;
    -moz-transition: all 0.05s ease-in-out 0.1s;
    -o-transition: all 0.05s ease-in-out 0.1s;
    transition: all 0.05s ease-in-out 0.1s
}
.border-effect-button .lines:after {
    top: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s
}
.border-effect-button:after,
.border-effect-button:before {
    content: '';
    position: absolute;
    display: block;
    background: #ee6b14
}
.border-effect-button:before {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s
}
.border-effect-button:after {
    width: 80%;
    height: 5px;
    border-radius: 5px;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    -webkit-transition: all 0.05s ease-in-out 0.15s;
    -moz-transition: all 0.05s ease-in-out 0.15s;
    -o-transition: all 0.05s ease-in-out 0.15s;
    transition: all 0.05s ease-in-out 0.15s
}
.border-effect-button:hover:before {
    height: 100%;
    -webkit-transition: all 0.05s ease-in-out 0.1s;
    -moz-transition: all 0.05s ease-in-out 0.1s;
    -o-transition: all 0.05s ease-in-out 0.1s;
    transition: all 0.05s ease-in-out 0.1s
}
.border-effect-button:hover:after {
    width: 100%;
    margin-left: -50%;
    height: 1px;
    border-radius: 0;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out
}
.border-effect-button:hover .lines:before {
    height: 100%;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s
}
.border-effect-button:hover .lines:after {
    width: 100%;
    -webkit-transition: all 0.05s ease-in-out 0.1s;
    -moz-transition: all 0.05s ease-in-out 0.1s;
    -o-transition: all 0.05s ease-in-out 0.1s;
    transition: all 0.05s ease-in-out 0.1s
}
#menu-page.menu-01, #server-details.menu-01 {
    background: transparent;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear
}


#menu-page.menu-01.active, #server-details.menu-01.active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    overflow: hidden;
    background: #ffffff
}
.button-menu-page.active .ct-spinner .spinner-spin .diagonal.part-1,
.button-menu-page.active .ct-spinner .spinner-spin .diagonal.part-2,
.button-menu-page.active .ct-spinner .spinner-spin .horizontal {
    width: 23px
}
.button-menu-page.active .ct-spinner .spinner-spin .horizontal {
    width: 0;
    opacity: 0;
    margin-top: -2px;
    margin-right: 0
}
.button-menu-page.active .ct-spinner .spinner-spin .diagonal.part-1 {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 6px
}
.button-menu-page.active .ct-spinner .spinner-spin .diagonal.part-2 {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: -2px
}
.menu-01.active .ct-menu {
    display: block
}
.button-menu-page {
    margin: 0;
    top: 40px;
    right: 34px;
    width: 33px;
    height: 24px;
    padding: 5px;
    z-index: 90;
    cursor: pointer;
    position: fixed
}

.button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-1,
.button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-2,
.button-menu-page:hover .ct-spinner .spinner-spin .horizontal {
    width: 23px
}
.button-menu-page .ct-spinner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.button-menu-page .ct-spinner .spinner-spin {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    cursor: pointer;
    position: absolute
}
.button-menu-page .ct-spinner .spinner-spin .spinner {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
    width: 18px;
    float: right;
    position: relative
}
.button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 20px;
    float: right;
    margin-top: 4px;
    position: relative
}
.button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
    width: 23px;
    float: right;
    margin-top: 4px;
    position: relative
}
.menu-01 .ct-menu {
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.menu-01 .ct-menu .container {
    height: 100%;
    padding: 0 39px;
}
.menu-01 .ct-menu .container .ct-list-menu {
    width: 100%;
    display: block;
    max-width: 200px;
    text-align: left;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-01 .ct-menu .container .ct-list-menu>li {
    padding: 0
}
.menu-01 .ct-menu .container .ct-list-menu>li a {
    color: #a8a8a8;
    padding: 18px 0;
    font-size: 17px
}
.menu-01 .ct-menu .container .ct-list-menu>li a:hover {
    text-decoration: none
}
.menu-01 .ct-menu .container .ct-list-menu>li ul li a {
    z-index: 1
}
.menu-01 .ct-menu .container .ct-list-menu li {
    display: block;
    position: relative
}
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.active>a,
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.open>a {
    color: #ee6b14
}
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.active>ul,
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.open>ul {
    opacity: 1
}
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.active>ul:after,
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.open>ul:after {
    height: 100%
}
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.active>ul>li,
.menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.open>ul>li {
    display: block
}
.menu-01 .ct-menu .container .ct-list-menu li a {
    z-index: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.3em;
    display: inline-block
}
.menu-01 .ct-menu .container .ct-list-menu li a.active {
    color: #2c2c2c
}
.menu-01 .ct-menu .container .ct-list-menu li a:hover {
    color: #ee6b14
}
.menu-01 .ct-menu .container .ct-list-menu li ul {
    top: 0;
    opacity: 0;
    left: 200px;
    width: 100%;
    display: block;
    max-width: 200px;
    position: absolute
}
.menu-01 .ct-menu .container .ct-list-menu li ul:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    float: left;
    width: 100%;
    margin: auto;
    height: 0.01%;
    position: absolute;
    -webkit-transition: all 0.1s linear 0.1s;
    -moz-transition: all 0.1s linear 0.1s;
    -o-transition: all 0.1s linear 0.1s;
    transition: all 0.1s linear 0.1s
}
.menu-01 .ct-menu .container .ct-list-menu li ul li {
    display: none
}
.menu-02 {
    top: 0;
    bottom: 0;
    width: 470px;
    height: 100%;
    right: -470px;
    z-index: 1000;
    position: fixed;
    background: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1,
.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2,
.menu-02.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 23px
}
.menu-02.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 0;
    opacity: 0;
    margin-top: -2px;
    margin-right: 0
}
.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 6px
}
.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: -2px
}
.menu-02.active .ct-menu .ct-list-menu>li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(2) {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(3) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(4) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(5) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(6) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(7) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(8) {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(9) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(10) {
    -webkit-transition-delay: 0.40s;
    transition-delay: 0.40s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(11) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(12) {
    -webkit-transition-delay: 0.44s;
    transition-delay: 0.44s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(13) {
    -webkit-transition-delay: 0.46s;
    transition-delay: 0.46s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(14) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s
}
.menu-02.active .ct-menu .ct-list-menu>li:nth-child(15) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}
.menu-02 .button-menu-page {
    margin: 0;
    top: 40px;
    right: 34px;
    width: 33px;
    height: 24px;
    padding: 5px;
    z-index: 9;
    cursor: pointer;
    position: fixed
}
.menu-02 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-1,
.menu-02 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-2,
.menu-02 .button-menu-page:hover .ct-spinner .spinner-spin .horizontal {
    width: 23px
}
.menu-02 .button-menu-page .ct-spinner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.menu-02 .button-menu-page .ct-spinner .spinner-spin {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    cursor: pointer;
    position: absolute
}
.menu-02 .button-menu-page .ct-spinner .spinner-spin .spinner {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-02 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
    width: 18px;
    float: right;
    position: relative
}
.menu-02 .button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 20px;
    float: right;
    margin-top: 4px;
    position: relative
}
.menu-02 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
    width: 23px;
    float: right;
    margin-top: 4px;
    position: relative
}
.menu-02 .ct-menu {
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto
}
.menu-02 .ct-menu .ct-list-menu {
    height: 100%;
    display: block;
    overflow: auto;
    text-align: left;
    padding: 150px 80px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-02 .ct-menu .ct-list-menu li {
    display: block;
    position: relative
}
.menu-02 .ct-menu .ct-list-menu li.menu-item-has-children.open>ul {
    padding: 10px 0;
    overflow: visible
}
.menu-02 .ct-menu .ct-list-menu li.menu-item-has-children.open>ul>li {
    max-height: 34px
}
.menu-02 .ct-menu .ct-list-menu li a {
    display: block;
    font-weight: 400;
    line-height: 1.1em
}
.menu-02 .ct-menu .ct-list-menu li a:hover {
    color: #ee6b14
}
.menu-02 .ct-menu .ct-list-menu>li {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s
}
.menu-02 .ct-menu .ct-list-menu>li>a {
    color: #2c2c2c;
    font-size: 19px;
    padding: 12px 0
}
.menu-02 .ct-menu .ct-list-menu>li>a.active {
    color: #a8a8a8
}
.menu-02 .ct-menu .ct-list-menu>li ul {
    overflow: hidden;
    margin: 0 0 0 15px
}
.menu-02 .ct-menu .ct-list-menu>li ul li {
    max-height: 0;
    -webkit-transition: max-height 200ms ease-in-out;
    -moz-transition: max-height 200ms ease-in-out;
    -o-transition: max-height 200ms ease-in-out;
    transition: max-height 200ms ease-in-out
}
.menu-02 .ct-menu .ct-list-menu>li ul li.menu-item-has-children:hover {
    max-height: 100%
}
.menu-02 .ct-menu .ct-list-menu>li ul li.menu-item-has-children:hover>ul {
    padding: 10px 0;
    overflow: visible
}
.menu-02 .ct-menu .ct-list-menu>li ul li.menu-item-has-children:hover>ul>li {
    max-height: 34px
}
.menu-02 .ct-menu .ct-list-menu>li ul li a {
    z-index: 1;
    color: #a8a8a8;
    font-size: 17px;
    position: relative;
    padding: 8px 0 8px 20px;
    border-left: 1px solid #ebebeb
}
.menu-02 .ct-menu .ct-list-menu>li ul li a.active {
    color: #6e6e6e
}
.menu-02 .ct-menu .ct-list-menu>li ul li a:hover {
    color: #ee6b14
}
.menu-02 .ct-menu .ct-list-menu>li ul li ul {
    margin: 0 0 0 35px
}
.menu-02 .ct-menu .ct-widgets {
    bottom: 0;
    padding: 50px 80px;
    position: absolute
}
.menu-02 .ct-menu .ct-widgets .widget {
    margin-top: 50px
}
.menu-04 {
    background: transparent;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear
}
.menu-04.active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    overflow: hidden;
    background: #ffffff
}
.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1,
.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2,
.menu-04.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 23px
}
.menu-04.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 0;
    opacity: 0;
    margin-top: -2px;
    margin-right: 0
}
.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 6px
}
.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: -2px
}
.menu-04.active .ct-menu {
    display: block
}
.menu-04 .button-menu-page {
    margin: 0;
    top: 40px;
    right: 34px;
    width: 33px;
    height: 24px;
    padding: 5px;
    z-index: 9;
    cursor: pointer;
    position: fixed
}
.menu-04 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-1,
.menu-04 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-2,
.menu-04 .button-menu-page:hover .ct-spinner .spinner-spin .horizontal {
    width: 23px
}
.menu-04 .button-menu-page .ct-spinner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.menu-04 .button-menu-page .ct-spinner .spinner-spin {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    cursor: pointer;
    position: absolute
}
.menu-04 .button-menu-page .ct-spinner .spinner-spin .spinner {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-04 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
    width: 18px;
    float: right;
    position: relative
}
.menu-04 .button-menu-page .ct-spinner .spinner-spin .horizontal {
    width: 20px;
    float: right;
    margin-top: 4px;
    position: relative
}
.menu-04 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
    width: 23px;
    float: right;
    margin-top: 4px;
    position: relative
}
.menu-04 .ct-menu {
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.menu-04 .ct-menu .ct-list-menu {
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-04 .ct-menu .ct-list-menu:hover>li>a {
    color: #2c2c2c
}
.menu-04 .ct-menu .ct-list-menu>li {
    padding: 0 25px
}
.menu-04 .ct-menu .ct-list-menu>li a {
    color: #a8a8a8;
    font-size: 17px;
    padding: 22px 0 18px 0
}
.menu-04 .ct-menu .ct-list-menu>li a.is-hover {
    color: #ee6b14
}
.menu-04 .ct-menu .ct-list-menu>li a.no-hover {
    color: #a8a8a8
}
.menu-04 .ct-menu .ct-list-menu>li ul li a {
    z-index: 1;
    color: #6e6e6e;
    font-size: 15px;
    position: relative;
    padding: 13px 15px 11px 15px
}
.menu-04 .ct-menu .ct-list-menu li {
    display: inline-block
}
.menu-04 .ct-menu .ct-list-menu li.menu-item-has-children.active>ul,
.menu-04 .ct-menu .ct-list-menu li.menu-item-has-children.open>ul {
    opacity: 1;
    height: 43px
}
.menu-04 .ct-menu .ct-list-menu li.menu-item-has-children.active>ul:after,
.menu-04 .ct-menu .ct-list-menu li.menu-item-has-children.open>ul:after {
    height: 100%
}
.menu-04 .ct-menu .ct-list-menu li.menu-item-has-children.active>ul>li,
.menu-04 .ct-menu .ct-list-menu li.menu-item-has-children.open>ul>li {
    display: inline-block
}
.menu-04 .ct-menu .ct-list-menu li a {
    z-index: 0;
    display: block;
    font-weight: 500;
    position: relative;
    line-height: 1.3em;
    text-transform: uppercase
}
.menu-04 .ct-menu .ct-list-menu li a.active {
    color: #2c2c2c
}
.menu-04 .ct-menu .ct-list-menu li a:hover {
    color: #ee6b14
}
.menu-04 .ct-menu .ct-list-menu li ul {
    top: 100%;
    opacity: 0;
    left: -1000px;
    right: -1000px;
    position: absolute
}
.menu-04 .ct-menu .ct-list-menu li ul:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    float: left;
    width: 100%;
    margin: auto;
    height: 0.01%;
    position: absolute;
    background: #fafcfe;
    -webkit-transition: all 0.1s linear 0.1s;
    -moz-transition: all 0.1s linear 0.1s;
    -o-transition: all 0.1s linear 0.1s;
    transition: all 0.1s linear 0.1s
}
.menu-04 .ct-menu .ct-list-menu li ul li {
    display: none
}
.menu-04 .ct-menu .ct-widgets {
    margin: 150px 50px 0 50px
}
body.admin-bar .button-menu-page {
    top: 72px
}
body.admin-bar.ribbons-on .button-menu-page {
    top: 98px;
    right: 60px
}
body.ribbons-on .button-menu-page {
    top: 66px;
    right: 60px
}
.effect-perspective-rotateleft {
    padding: 0
}
.effect-perspective-rotateleft #page-wrap {
    width: 100%;
    min-height: 100%;
    position: relative
}
.effect-perspective-rotateleft #page-wrap.modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}
.effect-perspective-rotateleft #page-wrap.modalview .wrapper {
    -webkit-transform: translateZ(-1px)
}
.effect-perspective-rotateleft #page-wrap.modalview .ct-wrap {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow-y: auto;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.effect-perspective-rotateleft #page-wrap.animate .ct-wrap {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg)
}
.effect-perspective-rotateleft #page-wrap.animate .ct-wrap:after {
    opacity: 1;
    height: 101%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}
.effect-perspective-rotateleft #page-wrap .ct-wrap {
    z-index: 10;
    min-height: 100%;
    position: relative;
    outline: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg)
}
.effect-perspective-rotateleft #page-wrap .wrapper {
    position: relative
}
.effect-perspective-rotateleft .menu-02.active {
    right: 0;
    overflow: hidden
}
.effect-perspective-rotateleft .logo-page {
    left: 39px
}
.menu-effect-right {
    position: relative
}
.menu-effect-right.menu-page-active #page-wrap {
    left: -470px;
    position: absolute
}
.menu-effect-right #page-wrap {
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-effect-right  {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.menu-effect-right .menu-02.active {
    right: 0;
    overflow: hidden
}
#header {
    z-index: 5;
    overflow: hidden;
    max-height: 100vh;
    position: relative
}
#header.header-01 .content-header {
    min-height: 100vh
}
#header.header-01 .content-header .container .ct-center {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    display: block;
    bottom: inheri-t;
    position: absolute;
    text-align: center
}
#header.header-01 .content-header .container .ct-center .title {
    margin: 0 0 12px 0
}
#header.header-01 .content-header .container .ct-center .subtitle {
    color: #ffffff
}
#header.header-01 .content-header .container .ct-center .breadcrumbs li a {
    color: #ffffff
}
#header.header-02.no-icon-scroll-bottom .content-header .container .ct-center {
    bottom: 50px
}
#header.header-02.no-icon-scroll-bottom .icon-scroll-bottom {
    display: none
}
#header.header-02 .content-header {
    min-height: 100vh
}
#header.header-02 .content-header .container .ct-center {
    left: 0;
    right: 0;
    bottom: 170px;
    display: block;
    position: absolute;
    text-align: center
}
#header.header-02 .content-header .container .ct-center .title {
    margin: 0 0 12px 0
}
#header.header-03 {
    height: 350px
}
#header.header-03 .background-header,
#header.header-03 .background-header-supra {
    height: 120%;
    top: -10%!important
}
#header.header-03 .content-header {
    height: auto
}
#header.header-03 .content-header .container {
    padding-top: 160px;
    padding-bottom: 140px
}
#header.header-03 .content-header .container .ct-center .title {
    margin: 0 0 7px 0
}
#header .background-header {
    z-index: 0;
    width: 110vw;
    height: 110vh;
    top: -5vh!important;
    left: -5vw!important;
    position: absolute!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#header .background-header:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.23)
}
#header .background-header-supra {
    z-index: 0;
    width: 110vw;
    height: 110vh;
    top: -5vh!important;
    left: -5vw!important;
    position: absolute!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#header .content-header {
    position: relative
}
#header .content-header .icon-scroll-bottom {
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0
}
#header .content-header .icon-scroll-bottom .icon-first-svg {
    left: 0;
    right: 0;
    width: 22px;
    bottom: 50px;
    margin: 0 auto;
    position: absolute;
    text-align: center
}
#header .content-header .icon-scroll-bottom .icon-second-svg {
    left: 0;
    right: 0;
    width: 22px;
    bottom: 25px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    -webkit-animation: scroll-icon 1s infinite ease-in;
    -moz-animation: scroll-icon 1s infinite ease-in;
    -o-animation: scroll-icon 1s infinite ease-in;
    animation: scroll-icon 1s infinite ease-in
}
@-webkit-keyframes scroll-icon {
    0% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: 2px
    }
    to {
        margin-bottom: 0
    }
}
@-moz-keyframes scroll-icon {
    0% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: 2px
    }
    to {
        margin-bottom: 0
    }
}
@-o-keyframes scroll-icon {
    0% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: 2px
    }
    to {
        margin-bottom: 0
    }
}
@keyframes scroll-icon {
    0% {
        margin-bottom: 0
    }
    50% {
        margin-bottom: 2px
    }
    to {
        margin-bottom: 0
    }
}
#header .content-header .container {
    height: 100%;
    z-index: 109
}
#header .content-header .container .ct-center {
    text-align: center
}
#header .content-header .container .ct-center .title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700
}
#header .content-header .container .ct-center .subtitle {
    margin: 0;
    color: #ebebeb;
    font-weight: 400;
    line-height: 1.3em
}
#header .content-header .container .ct-center .breadcrumbs {
    margin: 0;
    display: block;
    text-align: center
}
#header .content-header .container .ct-center .breadcrumbs li {
    color: #ebebeb;
    cursor: default;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    text-transform: lowercase
}
#header .content-header .container .ct-center .breadcrumbs li:last-child:after {
    display: none
}
#header .content-header .container .ct-center .breadcrumbs li:after {
    padding: 0;
    color: #ffffff;
    content: "\f105";
    font-size: 0.9em;
    line-height: 1em;
    margin: 0 6px 0 6px;
    text-rendering: auto;
    background: transparent;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
#header .content-header .container .ct-center .breadcrumbs li a {
    color: #ebebeb;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: lowercase
}
#header .content-header .container .ct-center .breadcrumbs li a:hover {
    color: #ee6b14
}
#header .content-header .container .ct-center .separator {
    margin-top: 35px
}
#header .content-header .container .ct-center .btn {
    margin-top: 35px
}
@media (max-width: 1030px) {
    #header.header-01 .content-header {
        min-height: inherit
    }
    #header.header-01 .content-header .container .ct-center {
        position: initial;
        margin-top: 0!important;
        padding: 13rem 0 10rem 0
    }
    #header .content-header .icon-scroll-bottom {
        display: none
    }
    body:after {
        content: '';
        position: fixed;
        z-index: 8;
        height: 80px;
        background: #fff;
        right: 0;
        left: 0;
        top: 0;
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        visibility: hidden
    }
    body.mobile-affix .logo-page .logo-white {
        display: none
    }
    body.mobile-affix .logo-page .logo-black {
        display: block
    }
    body.mobile-affix  .button-menu-page .ct-spinner .spinner-spin .spinner {
        background-color: #000000
    }
    body.mobile-affix .menu-02 .button-menu-page .ct-spinner .spinner-spin .spinner {
        background-color: #000000
    }
    body.mobile-affix:after {
        opacity: 1;
        visibility: visible
    }
}
@media (min-width: 1030px) {
    body.admin-bar .header-01 {
        min-height: calc(100vh - 32px)
    }
    body.admin-bar #header.header-01 .content-header,
    body.admin-bar #header.header-02 .content-header {
        min-height: calc(100vh - 32px)
    }
    body.admin-bar.ribbons-on .header-01 {
        min-height: calc(100vh - 84px)
    }
    body.admin-bar.ribbons-on #header.header-01 .content-header,
    body.admin-bar.ribbons-on #header.header-02 .content-header {
        min-height: calc(100vh - 84px)
    }
    body.ribbons-on .header-01 {
        min-height: calc(100vh - 52px);
        margin-bottom: 26px
    }
    body.ribbons-on #header.header-01 .content-header,
    body.ribbons-on #header.header-02 .content-header {
        min-height: calc(100vh - 52px)
    }
}
@media (max-width: 800px) {
    #header.header-01 .content-header .container .ct-center {
        padding-bottom: 10rem
    }
    #header .content-header .container .ct-center .title {
        font-size: 36px
    }
    #header .content-header .container .ct-center .subtitle {
        font-size: 14px
    }
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name {
    background: #fff;
    padding: 0 17px;
    border-radius: 20px;
    font-size: 14px
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name span {
    color: #a8a8a8
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name .untold-title {
    color: #000;
    border-bottom: none!important
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control {
    background: #2c2c2c
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-pause i,
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-play i {
    color: #ffffff
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist {
    background: #ffffff
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist span {
    background: #2c2c2c
}
.main-music-player {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    position: fixed;
    max-height: 90px;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.main-music-player.hide-player,
.main-music-player.hide-player-footer {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}
.main-music-player.active .untold-main-player .contain .ct-right .ct-name span {
    color: #a8a8a8
}
.main-music-player.active .untold-main-player .contain .ct-right .ct-name .untold-title {
    color: #a8a8a8
}
.untold-main-player .contain {
    padding: 0 26px 26px 26px
}
.untold-main-player .contain .ct-left {
    width: 50%;
    float: left;
    height: 39px;
    display: none
}
.untold-main-player .contain .ct-left .untold-seek-bar {
    height: 39px;
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%!important;
    background: transparent
}
.untold-main-player .contain .ct-left .untold-seek-bar:hover .untold-play-bar,
.untold-main-player .contain .ct-left .untold-seek-bar:hover:before {
    top: 18px;
    height: 3px
}
.untold-main-player .contain .ct-left .untold-seek-bar .untold-play-bar,
.untold-main-player .contain .ct-left .untold-seek-bar:before {
    left: 0;
    top: 19px;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}
.untold-main-player .contain .ct-left .untold-seek-bar:before {
    content: "";
    background: #ebebeb
}
.untold-main-player .contain .ct-left .untold-seek-bar .untold-play-bar {
    background: #ee6b14
}
.untold-main-player .contain .ct-right {
    width: 40%;
    float: right;
    position: relative
}
.untold-main-player .contain .ct-right .btn-playlist,
.untold-main-player .contain .ct-right .ct-control,
.untold-main-player .contain .ct-right .ct-name {
    float: right
}
.untold-main-player .contain .ct-right .ct-name {
    right: 110px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding: 0 17px;
    border-radius: 20px;
    font-size: 14px
}
.untold-main-player .contain .ct-right .ct-name span {
    margin: 0;
    color: #a8a8a8;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    padding: 0 0 0 3px
}
.untold-main-player .contain .ct-right .ct-name .untold-title {
    color: #000
}
.untold-main-player .contain .ct-right .ct-control {
    padding: 0;
    width: 39px;
    height: 39px;
    border: none;
    overflow: hidden;
    box-shadow: none;
    margin: 0 0 0 20px;
    text-align: center;
    background: #f5f9fc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.untold-main-player .contain .ct-right .ct-control .untold-pause,
.untold-main-player .contain .ct-right .ct-control .untold-play {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer
}
.untold-main-player .contain .ct-right .ct-control .untold-pause i,
.untold-main-player .contain .ct-right .ct-control .untold-play i {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 39px
}
.untold-main-player .contain .ct-right .ct-control .untold-play {
    padding-left: 4px
}
.untold-main-player .contain .ct-right .ct-control .untold-pause {
    display: none
}
.untold-main-player .contain .ct-right .btn-playlist {
    width: 39px;
    height: 39px;
    border: none;
    padding: 0 11px;
    overflow: hidden;
    box-shadow: none;
    margin: 0 0 0 12px;
    background: #ee6b14;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.untold-main-player .contain .ct-right .btn-playlist span {
    width: 17px;
    height: 2px;
    display: block;
    position: relative;
    margin-bottom: 3px;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.untold-main-player .contain .ct-right .btn-playlist span:nth-child(2) {
    width: 15px
}
.untold-main-player .contain .ct-right .btn-playlist span:last-child {
    margin-bottom: 0
}
.untold-main-player .contain .ct-right .btn-playlist.active {
    position: relative
}
.untold-main-player .contain .ct-right .btn-playlist.active span:first-child {
    top: 5px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.untold-main-player .contain .ct-right .btn-playlist.active span:nth-child(2) {
    opacity: 0
}
.untold-main-player .contain .ct-right .btn-playlist.active span:last-child {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@media (min-width: 1030px) {
    .ribbons-on .untold-main-player .contain {
        padding: 0 52px 52px 52px
    }
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-left {
    display: block
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name span {
    color: #a8a8a8
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name .untold-title {
    color: #2c2c2c
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control {
    background: #2c2c2c
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-pause i,
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-play i {
    color: #ffffff
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist {
    background: #ffffff
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist span {
    background: #2c2c2c
}
.playlist-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: none;
    position: fixed;
    padding: 150px 39px;
    background: #ffffff
}
.playlist-wrap.open {
    display: block
}
.playlist-wrap .container {
    padding: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}
.jp-playlist {
    width: 100%;
    display: table
}
.jp-playlist .columns-playlist-item,
.jp-playlist .playlist-item {
    width: auto;
    clear: both;
    display: table-row
}
.jp-playlist .columns-playlist-item>div,
.jp-playlist .playlist-item>div {
    display: table-cell;
    vertical-align: middle
}
.jp-playlist .columns-playlist-item .table-center,
.jp-playlist .playlist-item .table-center {
    padding: 7px
}
.jp-playlist .columns-playlist-item .cl-download,
.jp-playlist .columns-playlist-item .ct-download,
.jp-playlist .playlist-item .cl-download,
.jp-playlist .playlist-item .ct-download {
    float: right
}
.jp-playlist .columns-playlist-item .cl-download .table-center,
.jp-playlist .columns-playlist-item .ct-download .table-center,
.jp-playlist .playlist-item .cl-download .table-center,
.jp-playlist .playlist-item .ct-download .table-center {
    width: 135px
}
.jp-playlist .columns-playlist-item .table-center {
    margin-bottom: 20px
}
.jp-playlist .columns-playlist-item span {
    margin: 0;
    color: #2c2c2c;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1em;
    position: relative;
    display: inline-block
}
.jp-playlist .row-playlist-item {
    width: 100%;
    display: table-row-group
}
.jp-playlist .row-playlist-item .playlist-item {
    cursor: pointer
}
.jp-playlist .row-playlist-item .playlist-item.playing:hover .btn-play-pause .number {
    display: none
}
.jp-playlist .row-playlist-item .playlist-item.playing:hover .btn-play-pause .play {
    content: "\f04b"
}
.jp-playlist .row-playlist-item .playlist-item.playing .btn-play-pause .number {
    display: none
}
.jp-playlist .row-playlist-item .playlist-item.playing .btn-play-pause .play {
    display: block
}
.jp-playlist .row-playlist-item .playlist-item.playing .btn-play-pause .play:before {
    content: "\f04c"
}
.jp-playlist .row-playlist-item .playlist-item.playing .ct-album span,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-name span,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-time span {
    margin: 0;
    color: #2c2c2c;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    line-height: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis
}
.jp-playlist .row-playlist-item .playlist-item.playing .ct-album span:after,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-name span:after,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-time span:after {
    width: 100%
}
.jp-playlist .row-playlist-item .playlist-item:hover .btn-play-pause .number {
    display: none
}
.jp-playlist .row-playlist-item .playlist-item:hover .btn-play-pause .play {
    display: block
}
.jp-playlist .row-playlist-item .playlist-item:hover .ct-album span,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-name span,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-time span {
    margin: 0;
    color: #2c2c2c;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    line-height: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis
}
.jp-playlist .row-playlist-item .playlist-item:hover .ct-album span:after,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-name span:after,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-time span:after {
    width: 100%
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause {
    cursor: pointer
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause .table-center {
    width: 50px;
    margin-right: 0.4em
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause i {
    margin: 0;
    padding: 0
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause .number {
    color: #0e1215;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    font-style: inherit
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause .play {
    color: #ee6b14;
    display: none;
    font-size: 14px;
    line-height: 1em
}
.jp-playlist .row-playlist-item .playlist-item .ct-album .table-center,
.jp-playlist .row-playlist-item .playlist-item .ct-name .table-center,
.jp-playlist .row-playlist-item .playlist-item .ct-time .table-center {
    max-width: 22em;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.jp-playlist .row-playlist-item .playlist-item .ct-album span,
.jp-playlist .row-playlist-item .playlist-item .ct-name span,
.jp-playlist .row-playlist-item .playlist-item .ct-time span {
    margin: 0;
    color: #2c2c2c;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    line-height: 1.1em;
    white-space: nowrap
}
.jp-playlist .row-playlist-item .playlist-item .ct-album span:after,
.jp-playlist .row-playlist-item .playlist-item .ct-name span:after,
.jp-playlist .row-playlist-item .playlist-item .ct-time span:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0.01%;
    content: " ";
    display: block;
    position: absolute;
    background: #737373
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album {
    display: block
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li {
    display: inline-block
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li:last-child:after {
    display: none
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li:after {
    content: "/";
    color: #2c2c2c;
    margin: 0 0 0 5px;
    display: inline-block
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1em
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a:hover {
    color: #ee6b14
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a:hover:after,
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a:hover:before {
    color: #ee6b14
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:before {
    display: none;
    content: "\f179";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:after {
    content: "itunes";
    display: inline-block
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:before {
    display: none;
    content: "\f025";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:after {
    content: "google";
    display: inline-block
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:before {
    display: none;
    content: "\f1be";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:after {
    content: "soundcloud";
    display: inline-block
}
.playlist-album-min {}.playlist-album-min.playlist-album-min-white .playlist-item {
    display: block;
    margin-bottom: 7px
}
.playlist-album-min.playlist-album-min-white .playlist-item:last-child {
    margin-bottom: 0
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing:hover .play-pause-button .ct-left .number {
    display: none
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing:hover .play-pause-button .ct-left .play {
    content: "\f04b"
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing .play-pause-button .ct-left .number {
    display: none
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing .play-pause-button .ct-left .play {
    display: block
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing .play-pause-button .ct-left .play:before {
    content: "\f04c"
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button {
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button:hover .ct-left .number {
    display: none
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button:hover .ct-left .play {
    display: block
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button:hover .ct-name:after {
    width: 100%
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left {
    width: 30px;
    display: inline-block
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left i {
    margin: 0;
    padding: 0
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left .number {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    font-style: inherit
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left .play {
    display: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1em
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-name {
    margin: 0;
    padding: 3px 0;
    color: #ffffff;
    display: inline;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1em;
    position: relative
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-name:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0.01%;
    content: " ";
    display: block;
    position: absolute;
    background: #dbd4d4
}
.playlist-album-min .playlist-item {
    display: block;
    margin-bottom: 7px
}
.playlist-album-min .playlist-item:last-child {
    margin-bottom: 0
}
.playlist-album-min .playlist-item.playing:hover .play-pause-button .ct-left .number {
    display: none
}
.playlist-album-min .playlist-item.playing .play-pause-button .ct-left .number {
    display: none
}
.playlist-album-min .playlist-item.playing .play-pause-button .ct-left .play {
    color: #ee6b14;
    display: block
}
.playlist-album-min .playlist-item.playing .play-pause-button .ct-left .play:before {
    content: "\f04c"
}
.playlist-album-min .playlist-item .play-pause-button {
    width: 100%;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 3px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.playlist-album-min .playlist-item .play-pause-button:hover .ct-left .number {
    display: none
}
.playlist-album-min .playlist-item .play-pause-button:hover .ct-left .play {
    display: block
}
.playlist-album-min .playlist-item .play-pause-button:hover .ct-name:after {
    width: 100%
}
.playlist-album-min .playlist-item .play-pause-button .ct-left {
    width: 30px;
    display: inline-block
}
.playlist-album-min .playlist-item .play-pause-button .ct-left i {
    margin: 0;
    padding: 0
}
.playlist-album-min .playlist-item .play-pause-button .ct-left .number {
    color: #0e1215;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    font-style: inherit
}
.playlist-album-min .playlist-item .play-pause-button .ct-left .play {
    display: none;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 1em
}
.playlist-album-min .playlist-item .play-pause-button .ct-name {
    margin: 0;
    padding: 3px 0;
    color: #2c2c2c;
    display: inline;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1em;
    position: relative
}
.playlist-album-min .playlist-item .play-pause-button .ct-name:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0.01%;
    content: " ";
    display: block;
    position: absolute;
    background: #dbd4d4
}
.featherlight {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 100000;
    position: fixed;
    text-align: center;
    background: #333333;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0)
}
.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8)
}
.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal
}
.featherlight .featherlight-inner {
    display: block;
    cursor: pointer
}
.featherlight .featherlight-close-icon {
    top: 0;
    right: 0;
    width: 25px;
    z-index: 9999;
    color: #000000;
    cursor: pointer;
    font-weight: 800;
    line-height: 25px;
    position: absolute;
    text-align: center;
    background: #ffffff
}
.featherlight .featherlight-image {
    width: 100%
}
.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
}
.featherlight iframe {
    border: 0
}
@media (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%
    }
}
div.default ul.sp-portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}
div.default ul.sp-portfolio-filter li {
    display: inline-block
}
div.default .btn.active {
    background-color: #ccc
}
div.default .btn.btn-primary {
    background-color: #006dcc;
    color: #fff
}
div.default .btn.btn-primary:hover {
    background-color: #04c
}
div.default .col-1 {
    width: 100%
}
div.default .col-2 {
    width: 50%
}
div.default .col-3 {
    width: 33%
}
div.default .col-4 {
    width: 24%
}
div.default .col-5 {
    width: 20%
}
div.default .col-6 {
    width: 16%
}
div.default .col-7 {
    width: 14%
}
div.default .col-8 {
    width: 12.5%
}
div.default .col-9 {
    width: 11%
}
div.default .col-10 {
    width: 10%
}
div.default {
    margin-top: 20px
}
div.default ul.sp-portfolio-items {
    list-style: none;
    padding: 0;
    margin: -10px;
    display: block;
    position: relative
}
div.default ul.sp-portfolio-items>li {
    background: none;
    padding: 0;
    margin: 0;
    float: left
}
div.default .sp-portfolio-item-inner {
    margin: 10px
}
div.default .sp-portfolio-item-details,
div.default .sp-portfolio-thumb {
    position: relative;
    overflow: hidden
}
div.default .sp-portfolio-thumb img {
    width: 100%
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms
}
div.default .sp-portfolio-thumb:hover .sp-portfolio-overlay {
    opacity: 1
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay>div {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 30px;
    text-align: center
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay>div>a {
    margin: 0 2px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    background: #000
}
div.default .sp-portfolio-loadmore {
    text-align: center
}
div.default .btn {
    background-color: #f5f5f5;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
div.default .sp-portfolio-loadmore .btn {
    float: none;
    margin-top: 30px;
    padding: 0 20px;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff
}
div.default .sp-portfolio-loadmore .btn.hide,
div.default .sp-portfolio-loadmore .btn .icon-spinner,
div.default .sp-portfolio-loadmore .btn.loading span {
    display: none
}
div.default .sp-portfolio-loadmore .btn.loading .icon-spinner {
    display: block;
    font-size: 24px;
    line-height: 50px
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.rtl .isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, opacity, -webkit-transform;
    transition-property: right, top, transform, opacity;
    transition-property: right, top, transform, opacity, -webkit-transform
}
.gallery-untold:after,
.gallery-untold:before {
    content: " ";
    display: table
}
.gallery-untold:after {
    clear: both
}
.gallery-untold-filter ul li.active a {
    background: transparent none repeat scroll 0 0!important;
    border-bottom: 1px solid #000;
    border-radius: 0!important;
    color: #333!important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase
}
.gallery-untold-filter ul li a {
    background: transparent none repeat scroll 0 0!important;
    border-radius: 0!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase
}
.gallery-untold-filter {
    margin-bottom: 90px
}
.gallery-untold .gallery-untold-img {
    display: block;
    max-width: 100%;
    height: auto
}
.gallery-untold .gallery-untold-filter {
    text-align: center;
    margin-bottom: 30px
}
.gallery-untold .gallery-untold-filter>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}
.gallery-untold .gallery-untold-filter>ul>li {
    float: left;
    display: block;
    margin: 0 5px
}
.gallery-untold .gallery-untold-filter>ul>li>a {
    display: block;
    padding: 5px 10px;
    background: #eee;
    color: #333;
    text-decoration: none;
    border-radius: 3px
}
.gallery-untold .gallery-untold-filter>ul>li.active>a {
    background: #333;
    color: #fff
}
.gallery-untold .gallery-untold-items,
.gallery-untold .gallery-untold-items-static {
    margin: -15px
}
.gallery-untold.layout-gallery-nospace .gallery-untold-items,
.gallery-untold.layout-gallery-nospace .gallery-untold-items-static {
    margin: 0
}
.gallery-untold.layout-gallery-nospace .gallery-untold-item,
.gallery-untold.layout-gallery-nospace .gallery-untold-item-static {
    padding: 0
}
.gallery-untold .gallery-untold-columns-2 .gallery-untold-item,
.gallery-untold .gallery-untold-columns-2 .gallery-untold-item-static {
    width: 50%
}
.gallery-untold .gallery-untold-columns-3 .gallery-untold-item,
.gallery-untold .gallery-untold-columns-3 .gallery-untold-item-static {
    width: 33.3333%
}
.gallery-untold .gallery-untold-columns-4 .gallery-untold-item,
.gallery-untold .gallery-untold-columns-4 .gallery-untold-item-static {
    width: 25%
}
.gallery-untold .gallery-untold-item,
.gallery-untold .gallery-untold-item-static {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.gallery-untold.without-gap .gallery-untold-item {
    padding: 0;
    margin-left: -0.1px
}
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper,
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper {
    position: relative;
    overflow: hidden
}
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-icon-video,
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-icon-video {
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 1
}
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-img,
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-img {
    float: left;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-overlay,
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-overlay {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2
}
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-overlay h3,
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-overlay h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff
}
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-overlay,
.gallery-untold .gallery-untold-item:hover .gallery-untold-overlay {
    opacity: 1
}
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-overlay a,
.gallery-untold .gallery-untold-item:hover .gallery-untold-overlay a {
    color: #ffffff
}
.gallery-untold .gallery-untold-item-static .gallery-untold-info:hover,
.gallery-untold .gallery-untold-item .gallery-untold-info:hover {
    background: #333;
    color: #ffffff
}
.gallery-untold .gallery-untold-item-static .gallery-untold-info:hover h3>a,
.gallery-untold .gallery-untold-item .gallery-untold-info:hover h3>a {
    color: #ffffff
}
.gallery-untold .gallery-untold-item-static:hover .sp-vertical-middle .gallery-untold-tags,
.gallery-untold .gallery-untold-item:hover .sp-vertical-middle .gallery-untold-title,
.gallery-untold .gallery-untold-item:hover .sp-vertical-middle .gallery-untold-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-btns a,
.gallery-untold .gallery-untold-item:hover .gallery-untold-btns a {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-img,
.gallery-untold .gallery-untold-item:hover .gallery-untold-img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1)
}
.gallery-untold .gallery-untold-item-static .gallery-untold-info,
.gallery-untold .gallery-untold-item .gallery-untold-info {
    background: #f5f5f5;
    padding: 20px;
    font-size: 13px;
    line-height: 13px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.gallery-untold .gallery-untold-item-static .gallery-untold-info h3,
.gallery-untold .gallery-untold-item .gallery-untold-info h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px
}
.gallery-untold .gallery-untold-item-static .gallery-untold-info h3>a,
.gallery-untold .gallery-untold-item .gallery-untold-info h3>a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 400ms;
    transition: color 400ms
}
.gallery-untold .gallery-untold-item-static .sp-vertical-middle,
.gallery-untold .gallery-untold-item .sp-vertical-middle {
    height: 100%;
    width: 100%;
    display: table
}
.gallery-untold .gallery-untold-item-static .sp-vertical-middle>div,
.gallery-untold .gallery-untold-item .sp-vertical-middle>div {
    display: table-cell;
    vertical-align: middle
}
.gallery-untold .gallery-untold-item-static .sp-vertical-middle>div .gallery-untold-title,
.gallery-untold .gallery-untold-item .sp-vertical-middle>div .gallery-untold-title {
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px
}
.gallery-untold .gallery-untold-item-static .sp-vertical-middle>div .gallery-untold-title a,
.gallery-untold .gallery-untold-item .sp-vertical-middle>div .gallery-untold-title a {
    text-decoration: none;
    color: #fff
}
.gallery-untold .gallery-untold-item-static .sp-vertical-middle .gallery-untold-title,
.gallery-untold .gallery-untold-item .sp-vertical-middle .gallery-untold-title {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.gallery-untold .gallery-untold-item-static .sp-vertical-middle .gallery-untold-tags,
.gallery-untold .gallery-untold-item .sp-vertical-middle .gallery-untold-tags {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 500ms;
    transition: all 500ms
}
.gallery-untold .gallery-untold-item-static .gallery-untold-btns a,
.gallery-untold .gallery-untold-item .gallery-untold-btns a {
    display: inline-block;
    padding: 7px 12px;
    margin: 3px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.gallery-untold .gallery-untold-item-static .gallery-untold-btns a:hover,
.gallery-untold .gallery-untold-item .gallery-untold-btns a:hover {
    background: #333;
    border-color: #333
}
.gallery-untold .gallery-untold-image {
    margin-bottom: 20px
}
.gallery-untold .gallery-untold-description {
    width: 65%;
    float: left
}
.gallery-untold .gallery-untold-description>h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px
}
.gallery-untold .gallery-untold-meta {
    width: 35%;
    float: left;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.gallery-untold .gallery-untold-meta>div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}
.gallery-untold .gallery-untold-meta>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.gallery-untold .gallery-untold-meta h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px
}
.gallery-untold .gallery-untold-embed {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}
.gallery-untold .gallery-untold-embed embed,
.gallery-untold .gallery-untold-embed iframe,
.gallery-untold .gallery-untold-embed object,
.gallery-untold .gallery-untold-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.gallery-untold-lightbox {
    display: none
}
@media {
    .featherlight-next, .featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0, 0, 0, 0)
    }
    .featherlight-previous {
        left: 25px;
        right: 80%
    }
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: rgba(255, 255, 255, 0.25)
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0 0 5px #fff;
        color: #000;
        font-style: normal;
        font-weight: 400
    }
    .featherlight-next span {
        right: 5%;
        left: auto
    }
    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block
    }
    .featherlight-loading .featherlight-next,
    .featherlight-loading .featherlight-previous {
        display: none
    }
}
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: 0 0
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: block
    }
}
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%
    }
    .featherlight-previous {
        left: 10px;
        right: 85%
    }
    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px
    }
}
@media only screen and (max-width: 992px) {
    .gallery-untold .gallery-untold-items-static .gallery-untold-item-static,
    .gallery-untold .gallery-untold-items .gallery-untold-item {
        width: 50%
    }
}
@media only screen and (max-width: 768px) {
    .gallery-untold .gallery-untold-description {
        width: auto;
        float: none;
        margin-bottom: 30px
    }
    .gallery-untold .gallery-untold-meta {
        width: auto;
        float: none;
        padding-left: 0
    }
}
@media only screen and (max-width: 480px) {
    .gallery-untold .gallery-untold-items-static .gallery-untold-item-static,
    .gallery-untold .gallery-untold-items .gallery-untold-item {
        width: 100%
    }
}
.section-follow {
    padding-bottom: 160px
}
.section-follow .list-follow {
    text-align: center
}
.section-follow .list-follow li {
    margin: 0 15px;
    display: inline-block
}
.section-follow .list-follow li a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 15px
}
.biography {
    width: 100%
}
.biography.biography-01 {
    overflow: hidden
}
.biography.biography-01 .row .ct-author .title {
    margin: 0 0 60px 0
}
.biography.biography-02 {
    overflow: hidden
}
.biography.biography-03 {
    overflow: hidden
}
.biography.biography-04 {
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 140px
}
.biography.biography-04 .row {
    padding-top: 80px
}
.biography .row {
    position: relative
}
.biography .row .ct-author {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px auto
}
.biography .row .ct-author.follow-scroll.follow-scroll-active {
    top: 100px;
    position: fixed
}
.biography .row .ct-author.follow-scroll.follow-scroll-bottom {
    position: relative
}
.biography .row .ct-author .ct-img-circle {
    overflow: hidden;
    max-width: 182px;
    max-height: 182px;
    margin: 0 auto 40px auto;
    background-color: #2b2b2b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.biography .row .ct-author .ct-img-circle img {
    width: 100%;
    height: 100%
}
.biography .row .ct-author .title {
    margin: 0;
    font-size: 32px
}
.biography .row .ct-author .subtitle {
    font-size: 1.1em;
    text-align: center
}
.biography .row .ct-author blockquote {
    font-size: 17px;
    font-weight: 400;
    font-style: italic
}
.biography .row p {
    font-size: 1.1em;
    text-align: justify
}
.biography .row .signature {
    float: right
}
.biography .row h1,
.biography .row h2,
.biography .row h4,
.biography .row h5,
.biography .row h6 {
    font-weight: 700;
    margin: 0 0 30px 0
}
.biography .row h4 {
    font-size: 19px
}
.albums.albums-01 {
    width: 100%;
    overflow: hidden
}
.albums.albums-01>.container {
    padding-top: 110px;
    padding-bottom: 25px
}
.albums.albums-05 {
    margin-bottom: -100px
}
.albums.albums-05 .project-wrap>div:nth-child(2) {
    z-index: 1
}
.albums.albums-05 .project-wrap>div:nth-child(2) .item-album-case {
    padding: 15px
}
.albums.albums-05 .project-wrap>div {
    -webkit-transition: all 0s 0s linear;
    -moz-transition: all 0s 0s linear;
    -o-transition: all 0s 0s linear;
    transition: all 0s 0s linear
}
.albums .item-album-disc {
    margin-bottom: 60px
}
.albums .item-album-disc .ct-img {
    margin: 0 auto;
    overflow: hidden;
    max-width: 300px;
    max-height: 300px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 3s linear 0s infinite reverse;
    -moz-animation: spin 3s linear 0s infinite reverse;
    -ms-animation: spin 3s linear 0s infinite reverse;
    -o-animation: spin 3s linear 0s infinite reverse;
    animation: spin 3s linear 0s infinite reverse;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}
.albums .item-album-disc .ct-img:hover {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
.albums .item-album-disc .ct-img:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12%;
    height: 12%;
    margin: auto;
    content: " ";
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    background: #fafcfe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.albums .item-album-disc .ct-img a {
    display: block
}
.albums .item-album-disc .ct-img img {
    width: 100%;
    height: 100%
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg)
    }
    to {
        -webkit-transform: rotate(0deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(360deg)
    }
    to {
        -ms-transform: rotate(0deg)
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg)
    }
    to {
        -moz-transform: rotate(0deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(360deg)
    }
    to {
        -o-transform: rotate(0deg)
    }
}
.albums .item-album-disc .ct-text {
    width: 100%;
    overflow: hidden;
    padding: 25px 15px;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.albums .item-album-disc .ct-text .name {
    padding: 0;
    color: #000000;
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.2em
}
.albums .item-album-disc .ct-text .author {
    margin: 0;
    padding: 0;
    color: #a8a8a8;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em
}
.albums .item-album-case, .albums .item-server {
    margin-bottom: 60px
}
.albums .item-album-case.item-album-case-black.item-album-case-with-disc .ct-img img {
    box-shadow: none
}
.albums .item-album-case.item-album-case-black.item-album-case-with-disc .ct-img .img-disc:after {
    box-shadow: none;
    background: #fafcfe
}
.albums .item-album-case.item-album-case-black .ct-text .name {
    color: #2c2c2c
}
.albums .item-album-case.item-album-case-with-disc .ct-img {
    max-width: 200px;
    max-height: 200px;
    position: relative;
    transition: all 0.2s linear;
}

.albums .item-album-case.item-album-case-with-disc .ct-img a:hover .img-disc {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(30%)
}
.albums .item-album-case.item-album-case-with-disc .ct-img a .img-disc,
.albums .item-album-case.item-album-case-with-disc .ct-img a img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 26px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 26px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 26px rgba(0, 0, 0, 0.1)
}
.albums .item-album-case.item-album-case-with-disc .ct-img a img {
    z-index: 5;
    position: relative;
}
.albums .item-album-case .ct-img a img {
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 26px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 26px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1), 0 0 26px rgba(0, 0, 0, 0.1)
}

.albums .item-album-case.item-album-case-with-disc .ct-img a .img-disc {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 90%;
    height: 90%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.albums .item-album-case.item-album-case-with-disc .ct-img a .img-disc:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 18%;
    height: 18%;
    margin: auto;
    content: " ";
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    background: #16191b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5) inset
}
.albums .item-server {
    height: 440px;
    background-size: cover;
    position: relative;
    text-align: center;
}
.albums .item-server .ct-connect {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.albums .item-server .ct-text {
    padding-top: 30px;
}
.albums .item-server .ct-text h3 {
    /*padding: 0;*/
    /*width: 100%;*/
    color: white;
    /*display: block;*/
    /*font-size: 19px;*/
    /*font-weight: 500;*/
    /*margin: 0 0 8px 0;*/
    /*line-height: 1.2em;*/
}

.albums .item-server .ct-text .desc {
    margin: 0;
    padding: 0;
    width: 100%;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
}

.albums .item-server .ct-text .online {
    color: #ee6b14;
}

.albums .item-server .ct-connect a {
    margin-top: 10px;
}

.albums .item-album-case .ct-img {
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px
}
.albums .item-album-case .ct-img a {
    display: block
}
.albums .item-album-case .ct-img img {
    width: 100%;
    height: 100%
}
.albums .item-album-case .ct-text {
    width: 100%;
    overflow: hidden;
    padding: 25px 15px;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.albums .item-album-case .ct-text .name {
    padding: 0;
    width: 100%;
    color: #a8a8a8;
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.2em
}
.albums .item-album-case .ct-text .author {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #6e6e6e;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em
}
.albums .item-album-full-width {
    margin: 0;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    background: transparent
}
.albums .item-album-full-width.item-album-no-full-height {
    min-height: inherit;
    padding-top: 145px;
    padding-bottom: 145px
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .title {
    color: #000000
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .title a {
    color: #000000
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .title a:hover {
    color: #ee6b14
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .tags {
    color: #a8a8a8
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .tags a {
    color: #a8a8a8
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .tags a:hover {
    color: #ee6b14
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .links-download-album li:after {
    color: #a8a8a8
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .links-download-album li a {
    color: #2c2c2c
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-image {
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.28)
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .title {
    color: #ffffff
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .title a {
    color: #ffffff
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .title a:hover {
    color: #ee6b14
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .tags {
    color: #ffffff
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .tags a {
    color: #ffffff
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .tags a:hover {
    color: #ee6b14
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .links-download-album li:after {
    color: #a8a8a8
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .links-download-album li a {
    color: #ffffff
}
.albums .item-album-full-width.item-album-full-width-bg-black {
    background: #16191b
}
.albums .item-album-full-width.item-album-full-width-bg-white {
    background: #ffffff
}
.albums .item-album-full-width.item-album-full-width-bg-white.white-25 {
    background: rgba(255, 255, 255, 0.25)
}
.albums .item-album-full-width.item-album-full-width-bg-white.white-50 {
    background: rgba(255, 255, 255, 0.5)
}
.albums .item-album-full-width.item-album-full-width-bg-white.white-75 {
    background: rgba(255, 255, 255, 0.75)
}
.albums .item-album-full-width.item-album-full-width-bg-img {
    min-height: 100vh;
    background: #000000;
    padding-top: 220px;
    padding-bottom: 220px
}
.albums .item-album-full-width.item-album-full-width-bg-img .ct-bg-img {
    z-index: 0;
    min-width: 110vw;
    min-height: 150vh;
    top: 50%!important;
    left: 50%!important;
    position: absolute!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translate3d(-50%, -50%, 0px)!important;
    -ms-transform: translate3d(-50%, -50%, 0px)!important;
    -o-transform: translate3d(-50%, -50%, 0px)!important;
    transform: translate3d(-50%, -50%, 0px)!important
}
.albums .item-album-full-width.item-album-full-width-bg-img .ct-bg-img:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3)
}
.albums .item-album-full-width .ct-bg-img {
    display: none
}
.albums .item-album-full-width .container .ct-image {
    margin: 0 auto;
    max-width: 500px;
    max-height: 500px;
    position: relative
}
.albums .item-album-full-width .container .ct-image img {
    width: 100%;
    height: 100%
}
.albums .item-album-full-width .container .ct-text .title {
    margin: 30px 0;
    font-weight: 600
}
.albums .item-album-full-width .container .ct-text .tags {
    font-weight: 500;
    margin: 0 0 30px 0
}
.albums .item-album-full-width .container .ct-text .playlist-album-min {
    margin-bottom: 25px
}
.albums .item-album-full-width .container .ct-text .links-download-album {
    display: block
}
.albums .item-album-full-width .container .ct-text .links-download-album li {
    display: inline-block
}
.albums .item-album-full-width .container .ct-text .links-download-album li:last-child:after {
    display: none
}
.albums .item-album-full-width .container .ct-text .links-download-album li:after {
    content: "/";
    margin: 0 2px 0 7px;
    display: inline-block
}
.albums .item-album-full-width .container .ct-text .links-download-album li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em
}
.albums .item-album-full-width .container .ct-text .links-download-album li a:hover {
    color: #ee6b14
}
.albums .item-album-full-width .container .ct-details {
    margin-top: 25px
}
.albums .item-album-full-width .container .ct-details p {
    font-size: 15px
}
.albums .item-album-full-width .container .ct-details ul li {
    color: #a8a8a8;
    font-size: 15px;
    margin-bottom: 5px
}
.albums .item-album-full-width .container .ct-details ul li:last-child {
    margin-bottom: 0
}
.albums .item-album-full-width .container .ct-details ul li span {
    color: #2c2c2c
}
body.admin-bar .albums .item-album-full-width.item-album-full-width-bg-img {
    min-height: calc(100vh - 32px);
    padding-top: 216px;
    padding-bottom: 216px
}
body.admin-bar.ribbons-on .albums .item-album-full-width.item-album-full-width-bg-img {
    min-height: calc(100vh - 84px);
    padding-top: 190px;
    padding-bottom: 190px
}
body.ribbons-on .albums .item-album-full-width.item-album-full-width-bg-img {
    min-height: calc(100vh - 52px);
    padding-top: 206px;
    padding-bottom: 206px
}
.albums.albums-04 .item-album-full-width.item-album-full-width-bg-img .ct-bg-img {
    -webkit-transform: translate3d(0, 0, 0px)!important;
    -ms-transform: translate3d(0, 0, 0px)!important;
    -o-transform: translate3d(0, 0, 0px)!important;
    transform: translate3d(0, 0, 0px)!important;
    left: 0!important;
    top: 0!important;
    background-attachment: fixed
}
.events.events-01 .item-event {
    position: relative
}
.events.events-01 .item-event.bg-white {
    background: transparent
}
.events.events-01 .item-event.bg-white .container .ct-image:before {
    background: rgba(245, 249, 252, 0.4)
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-title h2 {
    color: #040505
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-separator {
    background: #fafcfe
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-time .timer {
    color: #2c2c2c
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-button .btn {
    color: #2c2c2c
}
.events.events-01 .item-event .container {
    position: relative
}
.events.events-01 .item-event .container .ct-image {
    margin: 0 auto;
    max-width: 690px;
    min-height: 300px;
    position: relative
}
.events.events-01 .item-event .container .ct-image:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.2)
}
.events.events-01 .item-event .container .ct-text {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    padding: 70px 15px 60px 15px
}
.events.events-01 .item-event .container .ct-text .ct-left {
    float: left;
    height: 100%
}
.events.events-01 .item-event .container .ct-text .ct-right {
    float: right;
    height: 100%;
    max-width: 300px;
    position: relative
}
.events.events-01 .item-event .container .ct-text .ct-title {
    max-width: 500px;
    margin: 0 0 50px 0
}
.events.events-01 .item-event .container .ct-text .ct-title h2 {
    margin: 0;
    color: #ffffff;
    line-height: 1.18em
}
.events.events-01 .item-event .container .ct-text .ct-separator {
    height: 1px;
    width: 148px;
    opacity: 0.3;
    display: block;
    margin: 0 0 20px 0;
    background: #fafcfe
}
.events.events-01 .item-event .container .ct-text .ct-location p {
    margin: 0;
    color: #a8a8a8;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em
}
.events.events-01 .item-event .container .ct-text .ct-location p span {
    color: #ee6b14;
    font-size: 21px;
    font-weight: 600
}
.events.events-01 .item-event .container .ct-text .ct-time {
    text-align: right
}
.events.events-01 .item-event .container .ct-text .ct-time .date {
    color: #ee6b14;
    line-height: 1em;
    margin: 0 0 5px 0
}
.events.events-01 .item-event .container .ct-text .ct-time .month {
    color: #a8a8a8;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 10px 0
}
.events.events-01 .item-event .container .ct-text .ct-time .timer {
    margin: 0;
    color: #fafcfe;
    line-height: 1em;
    font-weight: 600
}
.events.events-01 .item-event .container .ct-text .ct-button {
    bottom: 0;
    position: absolute;
    right: 150px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.events.events-01 .item-event .container .ct-text .ct-button .btn {
    color: #fff
}
.events.events-02.bg-black .item-event .ct-time .date {
    color: #ee6b14
}
.events.events-02.bg-black .item-event .ct-time .month {
    color: #a8a8a8
}
.events.events-02.bg-black .item-event .ct-details .title {
    color: #ffffff
}
.events.events-02.bg-black .item-event .ct-details .location {
    color: #a8a8a8
}
.events.events-02.bg-black .item-event .ct-button .btn {
    color: #ffffff
}
.events.events-02.bg-black .item-event .ct-button .btn:hover {
    color: #ffffff
}
.events.events-02 .item-event {
    display: block;
    text-align: left;
}
.events.events-02 .item-event.hover .ct-button .btn,
.events.events-02 .item-event:hover .ct-button .btn {
    margin-left: 0
}
.events.events-02 .item-event .ct-button .btn {
    color: #2c2c2c
}
.events.events-02 .item-event .ct-button .btn:hover {
    color: #2c2c2c
}
.events.events-02 .item-event .ct-button,
.events.events-02 .item-event .ct-details,
.events.events-02 .item-event .ct-time {
    padding-top: 45px;
    padding-bottom: 45px
}
.events.events-02 .item-event .ct-time {
    text-align: center
}
.events.events-02 .item-event .ct-time .date {
    margin: 0;
    color: #ee6b14;
    font-weight: 600;
    line-height: 1.15em
}
.events.events-02 .item-event .ct-time .month {
    margin: 0;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.15em
}
.events.events-02 .item-event .ct-details .title {
    margin: 0;
    color: #2c2c2c;
    font-weight: 600;
    line-height: 1.15em
}
.events.events-02 .item-event .ct-details .location {
    margin: 0;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.15em
}
.events.events-02 .item-event .ct-details .location span {
    color: #ee6b14
}
.blog-page .container .item {
    margin-bottom: 142px
}
.blog-page .container .item.sticky {
    border: 1px solid;
    padding: 45px 0
}
.blog-page .container .item:last-child {
    margin-bottom: 0
}
.blog-page .container .item .ct-image {
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat
}
.blog-page .container .item .ct-image a {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1
}
.blog-page .container .item .ct-image img {
    width: 100%;
    min-width: 100%;
    display: none
}
.blog-page .container .item .ct-text {
    padding: 15px 0;
    overflow: hidden
}
.blog-page .container .item .ct-text .title {
    font-weight: 600;
    margin: 0 0 25px 0
}
.blog-page .container .item .ct-text .title a {
    color: #2c2c2c
}
.blog-page .container .item .ct-text .title a:hover {
    color: #ee6b14
}
.blog-page .container .item .ct-text .details {
    color: #a8a8a8;
    font-size: 1.1em;
    margin: 0 0 10px 0
}
.blog-page .container .item .ct-text .details a {
    color: #424242
}
.blog-page .container .item .ct-text .details a:hover {
    color: #ee6b14
}
.blog-page .container .item .ct-text .description {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.7em
}
.blog-page .container .item .ct-text .ct-button {
    margin: 25px 0 0 0
}
.blog-page .container .item .ct-text .ct-button .btn {
    color: #ee6b14;
    border-bottom: 1px solid transparent
}
.blog-page .container .item .ct-text .ct-button .btn:hover {
    color: #ee6b14;
    border-color: #ee6b14
}
.alignnone {
    margin-left: -25%;
    width: 150%;
    max-width: 150%
}
.alignnone img {
    max-width: 100%
}
.blog-post .section-article,
.single-page-container {
    font-size: 15px;
    padding-top: 45px;
    padding-bottom: 55px
}
.blog-post .section-article p,
.single-page-container p {
    text-align: justify
}
.blog-post .section-article h1,
.blog-post .section-article h2,
.blog-post .section-article h3,
.blog-post .section-article h4,
.blog-post .section-article h5,
.blog-post .section-article h6,
.single-page-container h1,
.single-page-container h2,
.single-page-container h3,
.single-page-container h4,
.single-page-container h5,
.single-page-container h6 {
    margin: 0 0 30px 0
}
.blog-post .section-article ol,
.blog-post .section-article ul,
.single-page-container ol,
.single-page-container ul {
    padding-left: 20px;
    margin-bottom: 40px
}
.blog-post .section-article ol ol,
.blog-post .section-article ol ul,
.blog-post .section-article ul ol,
.blog-post .section-article ul ul,
.single-page-container ol ol,
.single-page-container ol ul,
.single-page-container ul ol,
.single-page-container ul ul {
    margin-bottom: 0;
    margin-top: 10px
}
.blog-post .section-article ol li,
.blog-post .section-article ul li,
.single-page-container ol li,
.single-page-container ul li {
    margin-bottom: 10px
}
.blog-post .section-article ul,
.single-page-container ul {
    list-style: disc
}
.blog-post .section-article ol,
.single-page-container ol {
    list-style: decimal
}
.blog-post .section-article .ct-image,
.single-page-container .ct-image {
    margin-bottom: 35px
}
.blog-post .section-author {
    background: #ffffff
}
.blog-post .section-author .container {
    padding-top: 50px;
    padding-bottom: 50px
}
.blog-post .section-author .container .ct-author {
    padding: 0
}
.blog-post .section-author .container .ct-author .ct-image {
    float: left;
    width: 78px;
    height: 78px;
    overflow: hidden;
    background: #2c2c2c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.blog-post .section-author .container .ct-author .ct-image img {
    border: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%
}
.blog-post .section-author .container .ct-author .ct-about {
    overflow: hidden;
    padding: 17px 15px;
    position: relative
}
.blog-post .section-author .container .ct-author .ct-about .written-by {
    padding: 0;
    line-height: 1em;
    font-weight: 500;
    font-size: 1.08em;
    margin: 0 0 10px 0
}
.blog-post .section-author .container .ct-author .ct-about .name {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: 600;
    font-size: 1.35em
}
.blog-post .section-author .container .ct-share {
    padding: 17px 0
}
.blog-post .section-author .container .ct-share .title {
    padding: 0;
    line-height: 1em;
    font-weight: 500;
    font-size: 1.08em;
    margin: 0 0 10px 0
}
.blog-post .section-author .container .ct-share ul li {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    display: inline-block
}
.blog-post .section-author .container .ct-share ul li a {
    margin: 0;
    padding: 0;
    color: #6e6e6e;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    cursor: pointer
}
.blog-post .section-author .container .ct-share ul li a:hover {
    color: #ee6b14
}
.blog-post .section-author .container .ct-share ul li:last-child:after {
    display: none
}
.blog-post .section-author .container .ct-share ul li:after {
    content: "/";
    color: #292c2e;
    padding: 0 15px;
    display: inline-block
}
.blog-post .title-comments,
.comments-area .title-comments {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 25px 0;
    text-align: center
}
.blog-post .comment-reply-title,
.comments-area .comment-reply-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 25px 0;
    text-align: center
}
.blog-post .logged-in-as,
.comments-area .logged-in-as {
    text-align: center
}
.blog-post .section-view-comments,
.comments-area .section-view-comments {
    padding-top: 90px
}
.blog-post .section-view-comments .ct-comments .comments,
.comments-area .section-view-comments .ct-comments .comments {
    overflow: hidden;
    margin: 45px 0 0 0
}
.blog-post .section-view-comments .ct-comments .comments:hover .about .reply,
.comments-area .section-view-comments .ct-comments .comments:hover .about .reply {
    margin-right: 0
}
.blog-post .section-view-comments .ct-comments .comments:first-child,
.comments-area .section-view-comments .ct-comments .comments:first-child {
    margin-top: 0
}
.blog-post .section-view-comments .ct-comments .comments .image-contain,
.comments-area .section-view-comments .ct-comments .comments .image-contain {
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    background: #2c2c2c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.blog-post .section-view-comments .ct-comments .comments .image-contain img,
.comments-area .section-view-comments .ct-comments .comments .image-contain img {
    border: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%
}
.blog-post .section-view-comments .ct-comments .comments .about,
.comments-area .section-view-comments .ct-comments .comments .about {
    overflow: hidden;
    position: relative;
    padding: 25px 0 0 15px
}
.blog-post .section-view-comments .ct-comments .comments .about .name,
.comments-area .section-view-comments .ct-comments .comments .about .name {
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 0 50px 0 0
}
.blog-post .section-view-comments .ct-comments .comments .about .name span,
.comments-area .section-view-comments .ct-comments .comments .about .name span {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: 600;
    font-size: 1.35em
}
.blog-post .section-view-comments .ct-comments .comments .about .name .occupation,
.comments-area .section-view-comments .ct-comments .comments .about .name .occupation {
    font-weight: 500;
    font-size: 1.08em
}
.blog-post .section-view-comments .ct-comments .comments .about .description,
.comments-area .section-view-comments .ct-comments .comments .about .description {
    margin: 0;
    padding: 0;
    font-size: 1.08em;
    text-align: justify
}
.blog-post .section-view-comments .ct-comments .comments .about .reply,
.comments-area .section-view-comments .ct-comments .comments .about .reply {
    right: 0;
    top: 25px;
    color: #ee6b14;
    font-size: 1.08em;
    position: absolute;
    margin-right: -150px
}
.blog-post .section-write-comments,
.comments-area .section-write-comments {
    padding-top: 125px;
    padding-bottom: 130px
}
form {
    width: 100%
}
form .left,
form .right {
    width: 50%;
    float: left;
    overflow: hidden
}
form p {
    margin-bottom: 10px
}
form .comment-form-author,
form .comment-form-email {
    float: left;
    width: 50%
}
form .comment-form-author {
    padding-right: 15px
}
form .comment-form-email {
    padding-left: 15px
}
form .left {
    padding-right: 15px
}
form .right {
    padding-left: 15px
}
form .form-group,
form .form-input {
    margin-bottom: 13px
}
form .form-submit {
    display: inline-block;
    position: relative;
    padding-bottom: 0.4rem
}
form .form-submit input {
    color: #2c2c2c;
    font-size: 17px;
    border: none!important;
    background: none
}
form .form-submit:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #ee6b14;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}
form .form-submit:hover:after {
    left: -3px;
    right: -3px;
    height: 3px
}
.comment-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}
.comment-list li {
    padding-left: 80px;
    position: relative
}
.comment-list .form-submit {
    display: inline-block;
    position: relative;
    padding-bottom: 0.4rem
}
.comment-list .form-submit input {
    color: #2c2c2c;
    font-size: 17px;
    border: none;
    background: none
}
.comment-list .form-submit:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #ee6b14;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}
.comment-list .form-submit:hover:after {
    left: -3px;
    right: -3px;
    height: 3px
}
.comment-list .comment-body {
    margin-bottom: 45px
}
.comment-list .comment {
    overflow: hidden
}
.comment-list .comment:hover>.comment-body .comment-reply-link {
    right: 0;
    color: #ee6b14
}
.comment-list .pingback {
    padding-left: 0
}
.comment-list .left-section {
    position: absolute;
    top: 0;
    left: 0
}
.comment-list .left-section img {
    border-radius: 50%
}
.comment-list .comment-reply-link {
    position: absolute;
    right: -60px;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.comment-list .right-section h4 {
    display: block;
    padding-top: 19px;
    margin-top: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px
}
.comment-list .right-section .comment-text p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0
}
.comment-list .right-section .comment-text ol,
.comment-list .right-section .comment-text ul {
    padding-left: 20px;
    margin-bottom: 40px
}
.comment-list .right-section .comment-text ol ol,
.comment-list .right-section .comment-text ol ul,
.comment-list .right-section .comment-text ul ol,
.comment-list .right-section .comment-text ul ul {
    margin-bottom: 0;
    margin-top: 10px
}
.comment-list .right-section .comment-text ol li,
.comment-list .right-section .comment-text ul li {
    margin-bottom: 10px;
    padding-left: 0
}
.comment-list .right-section .comment-text ul {
    list-style: disc
}
.comment-list .right-section .comment-text ol {
    list-style: decimal
}
html body [type=submit] {
    color: #2c2c2c;
    font-size: 17px;
    border: none;
    background: none;
    border-bottom: 5px solid #ee6b14;
    border-radius: 0;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out
}
html body [type=submit]:hover {
    border-bottom-width: 3px
}
.contact-section .title-section {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 35px 0
}
.contact-section .content .form-group-btn {
    text-align: center
}
.contact-section .content .min-list {
    position: relative
}
.contact-section .content .min-list:last-child {
    margin-bottom: 0
}
.contact-section .content .min-list:after,
.contact-section .content .min-list:before {
    content: " ";
    display: table
}
.contact-section .content .min-list:after {
    clear: both
}
.contact-section .content .min-list>b {
    top: 0;
    left: 0;
    position: absolute
}
.contact-section .content .min-list b {
    color: #2c2c2c;
    font-weight: 500
}
.contact-section .content .min-list i {
    width: 100%;
    float: right;
    text-align: left;
    padding-left: 40%;
    font-style: normal
}
.contact-section .content .min-list i span {
    color: #6e6e6e;
    display: block
}
.widget.widget-bg-white .title {
    color: #2c2c2c
}
.widget.widget-bg-white.widget-newsletter .form .form-group,
.widget.widget-bg-white.widget-subscribe .form .form-group {
    margin: 0
}
.widget.widget-bg-white.widget-newsletter .form .form-group:after,
.widget.widget-bg-white.widget-subscribe .form .form-group:after {
    background: #000000
}
.widget.widget-bg-white.widget-newsletter .form .form-group input,
.widget.widget-bg-white.widget-subscribe .form .form-group input {
    color: #2c2c2c;
    padding-right: 50px;
    border-bottom: 1px solid #a8a8a8
}
.widget.widget-bg-white.widget-newsletter .form .form-group input:focus,
.widget.widget-bg-white.widget-newsletter .form .form-group input:hover,
.widget.widget-bg-white.widget-subscribe .form .form-group input:focus,
.widget.widget-bg-white.widget-subscribe .form .form-group input:hover {
    border-color: #000000
}
.widget.widget-bg-white.widget-newsletter .form .form-group button,
.widget.widget-bg-white.widget-subscribe .form .form-group button {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    padding: 0;
    width: 40px;
    bottom: 1px;
    border: none;
    display: block;
    box-shadow: none;
    position: absolute;
    line-height: 1.3em;
    border-radius: inherit;
    background: transparent
}
.widget.widget-bg-white.widget-newsletter .form .form-group button:hover,
.widget.widget-bg-white.widget-subscribe .form .form-group button:hover {
    right: -3px
}
.widget.widget-bg-white.widget-newsletter .form .form-group button:hover:before,
.widget.widget-bg-white.widget-subscribe .form .form-group button:hover:before {
    width: 15px
}
.widget.widget-bg-white.widget-newsletter .form .form-group button:hover:after,
.widget.widget-bg-white.widget-subscribe .form .form-group button:hover:after {
    right: 10px
}
.widget.widget-bg-white.widget-newsletter .form .form-group button:before,
.widget.widget-bg-white.widget-subscribe .form .form-group button:before {
    top: 19px;
    left: 15px;
    width: 10px;
    height: 1px;
    float: left;
    content: "";
    position: absolute;
    background: #ee6b14
}
.widget.widget-bg-white.widget-newsletter .form .form-group button:after,
.widget.widget-bg-white.widget-subscribe .form .form-group button:after {
    top: 17px;
    right: 15px;
    width: 5px;
    height: 5px;
    float: left;
    content: "";
    position: absolute;
    border-top: 1px solid #ee6b14;
    border-right: 1px solid #ee6b14;
    -webkit-transform: rotate(54deg) skew(20deg);
    -ms-transform: rotate(54deg) skew(20deg);
    transform: rotate(54deg) skew(20deg)
}
.widget.widget-all-white .title {
    color: #a8a8a8
}
.widget.no-title {
    padding-top: 55px
}
.widget.no-title .content {
    padding: 11px 0
}
.widget.widget-newsletter .form .form-group,
.widget.widget-subscribe .form .form-group {
    margin: 0;
    width: 100%;
    position: relative
}
.widget.widget-newsletter .form .form-group:hover:after,
.widget.widget-subscribe .form .form-group:hover:after {
    width: 100%
}
.widget.widget-newsletter .form .form-group:after,
.widget.widget-subscribe .form .form-group:after {
    left: 0;
    width: 0;
    bottom: 0;
    float: left;
    height: 1px;
    content: "";
    position: absolute;
    background: #ffffff
}
.widget.widget-newsletter .form .form-group input,
.widget.widget-subscribe .form .form-group input {
    font-size: 1em;
    padding-right: 50px;
    border-bottom: 1px solid #6e6e6e;
    color: #6e6e6e;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important
}
.widget.widget-newsletter .form .form-group input:focus,
.widget.widget-newsletter .form .form-group input:hover,
.widget.widget-subscribe .form .form-group input:focus,
.widget.widget-subscribe .form .form-group input:hover {
    border-color: #ffffff;
    color: #fff
}
.widget.widget-newsletter .form .form-group button,
.widget.widget-subscribe .form .form-group button {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    padding: 0;
    width: 40px;
    bottom: 1px;
    border: none;
    display: block;
    box-shadow: none;
    position: absolute;
    line-height: 1.3em;
    border-radius: inherit;
    background: transparent
}
.widget.widget-newsletter .form .form-group button:hover,
.widget.widget-subscribe .form .form-group button:hover {
    right: -3px
}
.widget.widget-newsletter .form .form-group button:hover:before,
.widget.widget-subscribe .form .form-group button:hover:before {
    width: 15px
}
.widget.widget-newsletter .form .form-group button:hover:after,
.widget.widget-subscribe .form .form-group button:hover:after {
    right: 10px
}
.widget.widget-newsletter .form .form-group button:before,
.widget.widget-subscribe .form .form-group button:before {
    top: 19px;
    left: 15px;
    width: 10px;
    height: 1px;
    float: left;
    content: "";
    position: absolute;
    background: #ffffff
}
.widget.widget-newsletter .form .form-group button:after,
.widget.widget-subscribe .form .form-group button:after {
    top: 17px;
    right: 15px;
    width: 5px;
    height: 5px;
    float: left;
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(54deg) skew(20deg);
    -ms-transform: rotate(54deg) skew(20deg);
    transform: rotate(54deg) skew(20deg)
}
.widget.widget-social-media .content {
    text-align: right
}
.server-details-social {
    padding-top: 30px;
}
.server-details-social li {
    font-size: 1.5em;
}
.widget.widget-social-media .content ul li, .server-details-social li {
    display: inline-block
}
.widget.widget-social-media .content ul li:first-child:before, .server-details-social li:first-child:before {
    display: none
}
.widget.widget-social-media .content ul li:before, .server-details-social li:before {
    content: "/";
    color: #292c2e;
    margin: 0 13px 0 11px;
    display: inline-block
}
.widget.widget-social-media .content ul li a {
    color: #a8a8a8;
    font-size: 1em;
    font-weight: 500;
    position: relative
}
.widget.widget-social-media .content ul li a:hover {
    color: #fff
}
.widget.widget-follow-me .content ul {
    display: block;
    text-align: center
}
.widget.widget-follow-me .content ul li {
    width: 26px;
    height: 26px;
    margin: 8px 6px 0 6px;
    display: inline-block;
    background: transparent
}
.widget.widget-follow-me .content ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: transparent;
    border: 1px solid #6d6d6d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.widget.widget-follow-me .content ul li a:hover {
    border-color: #ffffff
}
.widget.widget-follow-me .content ul li a:hover .fa {
    color: #ffffff
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-twitter {
    background: #55acee
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-facebook {
    background: #3b5998
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-apple {
    background: #da74e5
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-youtube-play {
    background: #cd201f
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-google {
    background: #e29842
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-spotify {
    background: #00e461
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-soundcloud {
    background: #ff5500
}
.widget.widget-follow-me .content ul li a .fa {
    color: #6d6d6d;
    display: block;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.widget.widget-follow-me .content ul li a .fa:after,
.widget.widget-follow-me .content ul li a .fa:before {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear
}
.widget .title {
    padding: 0;
    color: #dddbdb;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 11px 0 25px 0
}
.widget .content p {
    margin: 0;
    color: #a8a8a8;
    font-size: 1em
}
.coming-soon {
    z-index: 101;
    position: relative;
    background-image: url("../images/coming-soon/coming-soon-background.html");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.coming-soon:before {
    display: none
}
.coming-soon:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    content: "";
    border: none;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6)
}
.coming-soon .content-page {
    margin: 0;
    z-index: 5;
    min-height: 100vh;
    position: relative
}
.coming-soon .content-page .ct-center {
    top: 50%;
    left: 26px;
    right: 26px;
    position: fixed;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.coming-soon .content-page .ct-center .ct-logo {
    margin-bottom: 50px
}
.coming-soon .content-page .ct-center .title {
    padding: 0;
    color: #a8a8a8;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 10px 0
}
.coming-soon .content-page .ct-center .timer {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    line-height: 1em
}
.coming-soon .content-page .ct-widgets {
    margin-top: 140px
}
.error-page {
    background: #ffffff
}
.error-page .content-page {
    min-height: 100vh
}
.error-page .content-page .playlist-item.playing .ct-center .subtitle .play-pause-button-parent-3 {
    color: #ee6b14
}
.error-page .content-page .playlist-item.playing .ct-center .subtitle .play-pause-button-parent-3 span:after {
    content: "pause"
}
.error-page .content-page .ct-center {
    top: 40%;
    left: 26px;
    right: 26px;
    position: fixed;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.error-page .content-page .ct-center .title {
    padding: 0;
    color: #000000;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 25px 0
}
.error-page .content-page .ct-center .subtitle {
    margin: 0;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 1.3em
}
.error-page .content-page .ct-center .subtitle .play-pause-button-parent-3 {
    color: #ee6b14;
    cursor: pointer
}
.error-page .content-page .ct-center .subtitle .play-pause-button-parent-3 span:after {
    content: "play"
}
.error-page .content-page .ct-bottom {
    left: 26px;
    right: 26px;
    bottom: 75px;
    display: block;
    position: fixed;
    text-align: center
}
.error-page .content-page .ct-bottom p {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 400
}
.error-page .content-page .ct-bottom p a {
    color: #ee6b14
}
.error-page.ribbons-on .content-page {
    min-height: calc(100vh - 52px)
}
.error-page .main-music-player {
    display: none
}
#footer {
    background-color: #16191b;
    position: relative;
    z-index: 0
}
#footer .container {
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 110px
}
#footer .instagram-post {
    display: block;
    overflow: auto;
    max-height: 320px
}
#footer .instagram-post ul {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    display: block
}
#footer .instagram-post ul li {
    float: left;
    width: 320px;
    height: 320px;
    overflow: hidden
}
#footer .instagram-post ul li a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    position: relative;
    text-align: center;
    cursor: url(http://demo.stylishthemes.co/untold/wp-content/themes/untold//assets/img/instagram/cursor-grab.cur), auto
}
#footer .instagram-post ul li a:hover:after {
    opacity: 1
}
#footer .instagram-post ul li a:hover:before {
    opacity: .67
}
#footer .instagram-post ul li a:after {
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    margin: auto;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1em;
    content: "\f16d";
    position: absolute;
    text-rendering: auto;
    background: transparent;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
#footer .instagram-post ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    background-color: #2b2b2b
}
#footer .instagram-post ul li a img {
    height: 100%;
    min-width: 100%;
    max-width: inherit
}
#footer.dark-text-color .widget .content p,
#footer.dark-text-color .widget.widget-social-media .content ul li a {
    color: #1f1f1f
}
#footer.dark-text-color .widget.widget-social-media .content ul li:before {
    color: #b7c7d2
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group:after,
#footer.dark-text-color .widget.widget-newsletter .form .form-group button:before,
#footer.dark-text-color .widget.widget-subscribe .form .form-group:after,
#footer.dark-text-color .widget.widget-subscribe .form .form-group button:before {
    background: #000
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group button:after,
#footer.dark-text-color .widget.widget-subscribe .form .form-group button:after {
    border-top-color: #000;
    border-right-color: #000
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group input:focus,
#footer.dark-text-color .widget.widget-newsletter .form .form-group input:hover,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input:focus,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input:hover {
    border-bottom-color: #000
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group input,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input {
    border-bottom-color: #929292;
    color: #232323
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group input::-webkit-input-placeholder,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input::-webkit-input-placeholder {
    color: #232323
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group input::-moz-placeholder,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input::-moz-placeholder {
    color: #232323
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group input:-ms-input-placeholder,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input:-ms-input-placeholder {
    color: #232323
}
#footer.dark-text-color .widget.widget-newsletter .form .form-group input:-moz-placeholder,
#footer.dark-text-color .widget.widget-subscribe .form .form-group input:-moz-placeholder {
    color: #232323
}
#footer.dark-text-color .widget .title {
    color: #272727
}
@media (max-width: 1200px) {
    .alignnone {
        margin-left: 0;
        width: 100%;
        max-width: 100%
    }
    .alignnone img {
        max-width: 100%
    }
    #footer>.container>.row>div {
        padding-left: 15px;
        padding-right: 15px
    }
    #footer>.container>.row>div:first-child {
        padding-left: 45px
    }
    #footer>.container>.row>div:last-child {
        padding-right: 45px
    }
    .widget.widget-social-media .content ul li:before {
        margin-right: 7px;
        margin-left: 3px
    }
}
@media (max-width: 1030px) {
    .comment-list .comment-reply-link {
        position: inherit;
        margin-top: 15px;
        display: inline-block;
        color: #ee6b14
    }
    .biography .row .ct-author .ct-img-circle {
        max-width: 150px;
        max-height: 150px
    }
    #footer>.container {
        padding-top: 50px;
        padding-bottom: 50px
    }
    #footer>.container>.row>div {
        padding-left: 45px;
        padding-right: 45px
    }
    #footer .widget,
    .widget.widget-social-media .content {
        text-align: center
    }
    #footer {
        z-index: 1;
        position: relative
    }
    #footer .row {
        position: relative
    }
    #footer .row>div {
        position: inherit;
        margin-bottom: 60px
    }
    #footer .row>div:nth-child(2) {
        margin-bottom: 20px
    }
    #footer .row .ct-position-bottom {
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        position: absolute
    }
    #footer .row .ct-position-bottom .content {
        padding-bottom: 0
    }
    #footer .widget {
        text-align: center
    }
    #footer .widget.no-title {
        padding-top: 0
    }
    #footer .widget .content {
        text-align: center
    }
    #footer .instagram-post {
        max-height: 150px
    }
    #footer .instagram-post ul li {
        width: 150px;
        height: 150px
    }
    #footer .instagram-post ul li a:hover:after,
    #footer .instagram-post ul li a:hover:before {
        display: none
    }
    .events.events-01 .item-event .container .ct-image {
        min-height: 200px
    }
    .events.events-01 .item-event .container .ct-text .ct-title {
        max-width: 450px
    }
    .events.events-01 .item-event .container .ct-text .ct-title h2 {
        font-size: 45px
    }
    .events.events-01 .item-event .container .ct-text .ct-time .date {
        font-size: 45px
    }
    .events.events-01 .item-event .container .ct-text .ct-button {
        right: 0
    }
    .events.events-02 .item-event {
        margin-left: 0;
        margin-right: 0
    }
    .events.events-02 .item-event .ct-button,
    .events.events-02 .item-event .ct-time {
        padding-left: 0;
        padding-right: 0
    }
    .events.events-02 .item-event .ct-button,
    .events.events-02 .item-event .ct-details,
    .events.events-02 .item-event .ct-time {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .events.events-02 .item-event .ct-details .title {
        font-size: 25px
    }
    .events.events-02 .item-event .ct-button .btn {
        margin-left: 0
    }
    .blog-page .container .item .ct-text {
        padding: 0
    }
    .jp-playlist .columns-playlist-item .cl-album,
    .jp-playlist .columns-playlist-item .ct-album,
    .jp-playlist .playlist-item .cl-album,
    .jp-playlist .playlist-item .ct-album {
        display: none
    }
    .jp-playlist .row-playlist-item .playlist-item .btn-play-pause .table-center {
        margin-right: 0
    }
    .untold-main-player .contain .ct-right .ct-name .first-text {
        display: none
    }
    body.admin-bar .button-menu-page {
        top: 26px;
        right: 26px
    }
    body.admin-bar .logo-page {
        top: 26px;
        left: 26px
    }
    body.admin-bar.ribbons-on .button-menu-page {
        top: 26px;
        right: 26px
    }
    body.admin-bar.ribbons-on .logo-page {
        top: 26px;
        left: 26px
    }
    body.ribbons-on {
        padding: 0
    }
    body.ribbons-on .button-menu-page {
        top: 26px;
        right: 26px
    }
    body.ribbons-on .logo-page {
        top: 26px;
        left: 26px
    }
    .body-ribbons {
        display: none
    }
}
@media (max-width: 800px) {
    .menu-01 .ct-menu .container {
        overflow-y: auto
    }
    .comment-list .left-section {
        position: inherit
    }
    .comment-list>li {
        padding-left: 0
    }
    .comment-list li {
        padding-left: 20px
    }
    body.remove-all {
        background: #ffffff
    }
    body.remove-all:after,
    body.remove-all:before {
        display: none
    }
    body.remove-all div {
        opacity: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear
    }
    body.menu-page-active,
    body.playlist-full-page {
        overflow: hidden
    }
    .menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.active>ul,
    .menu-01 .ct-menu .container .ct-list-menu li.menu-item-has-children.open>ul {
        height: auto
    }
    .container {
        padding-left: 25px;
        padding-right: 25px
    }
    .row {
        margin-left: -25px;
        margin-right: -25px
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6 {
        padding-left: 25px;
        padding-right: 25px
    }
    h1 {
        font-size: 50px
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 17px
    }
    h5 {
        font-size: 15px
    }
    h6 {
        font-size: 14px
    }
    blockquote,
    p {
        line-height: 1.4em
    }
    .no-xs {
        display: none!important
    }
    .bottom-border-page,
    .top-border-page {
        height: 10px
    }
    .left-border-page,
    .right-border-page {
        width: 10px
    }
    .title-separator {
        margin-bottom: 30px
    }
    .logo-page {
        top: 26px;
        left: 26px
    }
    .logo-page img {
        max-width: 100px;
        max-height: 100px
    }
    .main-music-player {
        height: auto
    }
    .untold-main-player .contain .ct-left {
        height: 33px;
        display: none!important
    }
    .untold-main-player .contain .ct-left .untold-seek-bar {
        height: 33px
    }
    .untold-main-player .contain .ct-left .untold-seek-bar:hover .untold-play-bar,
    .untold-main-player .contain .ct-left .untold-seek-bar:hover:before {
        top: 15px;
        height: 3px
    }
    .untold-main-player .contain .ct-left .untold-seek-bar .untold-play-bar,
    .untold-main-player .contain .ct-left .untold-seek-bar:before {
        left: 0;
        top: 16px;
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out
    }
    .untold-main-player .contain .ct-right {
        width: 100%
    }
    .untold-main-player .contain .ct-right .ct-name {
        right: 90px;
        height: 33px;
        overflow: hidden;
        text-align: right;
        white-space: nowrap;
        word-wrap: normal;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
    .untold-main-player .contain .ct-right .ct-name span {
        display: inline;
        font-size: 14px;
        line-height: 33px
    }
    .untold-main-player .contain .ct-right .ct-control {
        width: 33px;
        height: 33px
    }
    .untold-main-player .contain .ct-right .ct-control .untold-pause i,
    .untold-main-player .contain .ct-right .ct-control .untold-play i {
        line-height: 33px
    }
    .untold-main-player .contain .ct-right .btn-playlist {
        width: 33px;
        height: 33px;
        padding: 0 9px
    }
    .untold-main-player .contain .ct-right .btn-playlist span {
        width: 15px
    }
    .untold-main-player .contain .ct-right .btn-playlist span:nth-child(2) {
        width: 13px
    }
    .untold-main-player .contain .ct-right .btn-playlist.active span:first-child {
        top: 5px;
        left: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .untold-main-player .contain .ct-right .btn-playlist.active span:nth-child(2) {
        opacity: 0
    }
    .untold-main-player .contain .ct-right .btn-playlist.active span:last-child {
        top: -5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .playlist-wrap {
        padding: 100px 26px
    }
    .playlist-wrap .container {
        padding: 0
    }
    .jp-playlist .columns-playlist-item .cl-time,
    .jp-playlist .columns-playlist-item .ct-time,
    .jp-playlist .playlist-item .cl-time,
    .jp-playlist .playlist-item .ct-time {
        display: none
    }
    .jp-playlist .columns-playlist-item .cl-download,
    .jp-playlist .columns-playlist-item .ct-download,
    .jp-playlist .playlist-item .cl-download,
    .jp-playlist .playlist-item .ct-download {
        text-align: right
    }
    .jp-playlist .columns-playlist-item .cl-download .table-center,
    .jp-playlist .columns-playlist-item .ct-download .table-center,
    .jp-playlist .playlist-item .cl-download .table-center,
    .jp-playlist .playlist-item .ct-download .table-center {
        width: auto;
        max-width: 130px
    }
    .jp-playlist .row-playlist-item .playlist-item .btn-play-pause .table-center {
        width: auto
    }
    .jp-playlist .row-playlist-item .playlist-item .ct-album .table-center,
    .jp-playlist .row-playlist-item .playlist-item .ct-name .table-center,
    .jp-playlist .row-playlist-item .playlist-item .ct-time .table-center {
        max-width: 10em
    }
    .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:after,
    .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:after,
    .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:after {
        display: none
    }
    .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:before,
    .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:before,
    .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:before {
        display: inline-block
    }
    .button-menu-page {
        top: 26px;
        right: 26px
    }
    .menu-01 .ct-menu {
        height: 100%;
        top: inherit;
        left: inherit;
        right: inherit;
        padding: 65px 0;
        overflow: hidden;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .menu-01 .ct-menu .container {
        padding: 0 26px
    }
    .menu-01 .ct-menu .container .ct-list-menu {
        width: 100%;
        height: 100%;
        text-align: left;
        margin: 0 auto;
    }
    .menu-01 .ct-menu .container .ct-list-menu>li>a {
        color: #2c2c2c
    }
    .menu-01 .ct-menu .container .ct-list-menu>li>ul>li>a {
        color: #a8a8a8
    }
    .menu-01 .ct-menu .container .ct-list-menu li {
        display: block
    }
    .menu-01 .ct-menu .container .ct-list-menu li ul {
        left: 0;
        opacity: 1;
        height: 100%;
        right: inherit;
        position: relative
    }
    .menu-01 .ct-menu .container .ct-list-menu li ul>li {
        display: block
    }
    .menu-01 .ct-menu .container .ct-list-menu li ul>li ul {
        padding: 0
    }
    .menu-01 .ct-menu .container .ct-list-menu li ul>li ul:after,
    .menu-01 .ct-menu .container .ct-list-menu li ul>li ul:before {
        display: none
    }
    .menu-04 .button-menu-page {
        top: 26px;
        right: 26px
    }
    .menu-04 .ct-menu {
        height: 100%;
        top: inherit;
        left: inherit;
        right: inherit;
        padding: 65px 0;
        overflow: hidden;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .menu-04 .ct-menu .ct-list-menu {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        text-align: left
    }
    .menu-04 .ct-menu .ct-list-menu li {
        display: block
    }
    .menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul {
        opacity: 1;
        height: 100%
    }
    .menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul:after {
        height: 100%
    }
    .menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul>li {
        display: block
    }
    .menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul>li ul {
        padding-left: 17px
    }
    .menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul>li ul:after,
    .menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul>li ul:before {
        display: none
    }
    .menu-04 .ct-menu .ct-list-menu li ul {
        left: 0;
        right: inherit;
        position: relative
    }
    .menu-04 .ct-menu .ct-list-menu li ul:after,
    .menu-04 .ct-menu .ct-list-menu li ul:before {
        display: none!important
    }
    .menu-04 .ct-menu .ct-list-menu li ul>li>a:before {
        left: 0;
        top: 19px;
        width: 7px;
        height: 7px;
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 1px solid #6e6e6e
    }
    .menu-04 .ct-menu .ct-list-menu li ul>li ul li a:before {
        top: 20px;
        width: 5px;
        height: 5px;
        border: none;
        border-radius: 0;
        background: #6e6e6e
    }
    .menu-04 .ct-menu .ct-widgets {
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 0 25px 0;
        position: absolute;
        background: #ffffff
    }
    .menu-04 .ct-menu .ct-widgets .widget .title {
        display: none
    }
    #header .content-header .icon-scroll-bottom .icon-first-svg {
        bottom: 35px
    }
    #header .content-header .icon-scroll-bottom .icon-second-svg {
        bottom: 15px
    }
    #header .content-header .container .ct-center .separator {
        margin-top: 25px
    }
    #header .content-header .container .ct-center .btn.btn-primary {
        margin-top: 25px
    }
    .albums .item-album-disc .ct-img {
        max-width: 150px;
        max-height: 150px
    }
    .albums .item-album-full-width {
        padding-top: 90px!important;
        padding-bottom: 70px!important
    }
    .albums .item-album-full-width .container .ct-image {
        max-width: 300px;
        max-height: 300px
    }
    .albums .item-album-full-width .container .ct-text {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 300px
    }
    .albums .item-album-full-width .container .ct-text .title {
        text-align: center;
        margin: 30px 0 20px 0
    }
    .albums .item-album-full-width .container .ct-text .tags {
        text-align: center
    }
    .albums .item-album-full-width .container .ct-text .links-download-album {
        text-align: center
    }
    .albums .item-album-full-width .container .ct-details p {
        text-align: center
    }
    .albums .item-album-full-width .container .ct-details ul {
        margin: 0 auto;
        max-width: 300px
    }
    .events.events-01 .item-event {
        overflow: hidden
    }
    .events.events-01 .item-event.bg-white .container .ct-text .ct-location p {
        color: #2c2c2c
    }
    .events.events-01 .item-event.bg-white .container .ct-text .ct-time .date,
    .events.events-01 .item-event.bg-white .container .ct-text .ct-time .month {
        font-weight: 600;
        font-size: 1.6em;
        display: inline-block
    }
    .events.events-01 .item-event.bg-white .container .ct-text .ct-time .month {
        color: #2c2c2c
    }
    .events.events-01 .item-event .container {
        overflow: hidden
    }
    .events.events-01 .item-event .container .ct-image {
        top: 0;
        bottom: 0;
        left: -1000px;
        right: -1000px;
        display: block;
        min-height: 100px;
        position: absolute;
        text-align: center
    }
    .events.events-01 .item-event .container .ct-image:before {
        display: none
    }
    .events.events-01 .item-event .container .ct-image img {
        width: auto;
        height: 100%;
        opacity: 0.6;
        margin: 0 auto
    }
    .events.events-01 .item-event .container .ct-text {
        padding: 50px 20px;
        position: relative;
        text-align: center
    }
    .events.events-01 .item-event .container .ct-text .ct-left,
    .events.events-01 .item-event .container .ct-text .ct-right {
        float: none;
        height: auto;
        display: block;
        max-width: 100%
    }
    .events.events-01 .item-event .container .ct-text .ct-title {
        max-width: 100%;
        margin: 0 0 20px 0
    }
    .events.events-01 .item-event .container .ct-text .ct-title h2 {
        font-size: 30px
    }
    .events.events-01 .item-event .container .ct-text .ct-separator {
        margin: 0 auto 20px
    }
    .events.events-01 .item-event .container .ct-text .ct-time {
        margin-top: 20px;
        text-align: center
    }
    .events.events-01 .item-event .container .ct-text .ct-time .date {
        font-size: 25px
    }
    .events.events-01 .item-event .container .ct-text .ct-button {
        bottom: inherit;
        margin: 20px 0 0 0;
        position: relative
    }
    .events.events-02 {
        padding: 30px 0
    }
    .events.events-02.bg-black .item-event {
        position: relative;
        background: #16191b;
        border: 1px solid rgba(212, 212, 212, 0.1)
    }
    .events.events-02 .item-event {
        padding: 30px 0;
        overflow: hidden;
        text-align: center;
        background: #ffffff;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px
    }
    .events.events-02 .item-event:last-child {
        margin-bottom: 0
    }
    .events.events-02 .item-event .ct-button,
    .events.events-02 .item-event .ct-time {
        padding-left: 15px;
        padding-right: 15px
    }
    .events.events-02 .item-event .ct-button,
    .events.events-02 .item-event .ct-details,
    .events.events-02 .item-event .ct-time {
        padding: 0 0 30px 0
    }
    .events.events-02 .item-event .ct-time .date {
        font-size: 25px
    }
    .events.events-02 .item-event .ct-button {
        padding-bottom: 0
    }
    .blog-page .container .item .ct-image {
        margin-bottom: 35px
    }
    .single-page-container {
        font-size: 14px
    }
    .blog-post .section-article {
        font-size: 14px
    }
    .blog-post .section-author .container .ct-author .ct-image {
        float: none;
        margin: 0 auto;
        display: block
    }
    .blog-post .section-author .container .ct-author .ct-about {
        display: block;
        text-align: center
    }
    .blog-post .section-author .container .ct-author .ct-about .written-by {
        font-size: 1em
    }
    .blog-post .section-author .container .ct-author .ct-about .name {
        font-size: 1.2em
    }
    .blog-post .section-author .container .ct-share {
        padding: 17px 0;
        text-align: center
    }
    .blog-post .section-author .container .ct-share .title {
        font-size: 1em
    }
    .blog-post .section-author .container .ct-share ul li {
        text-align: center
    }
    .blog-post .section-comments .title-comments {
        font-size: 18px
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments {
        overflow: hidden
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments .image-contain {
        width: 45px;
        height: 45px
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments .about {
        padding: 15px 0 0 15px
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments .about .name span {
        font-size: 1.2em
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments .about .name .occupation {
        font-size: 1em
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments .about .description {
        font-size: 1em
    }
    .blog-post .section-comments .section-view-comments .ct-comments .comments .about .reply {
        top: 15px;
        font-size: 1em;
        margin-right: 0
    }
    .blog-post .section-comments .section-write-comments {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .blog-post .section-comments .section-write-comments form {
        width: 100%
    }
    .blog-post .section-comments .section-write-comments form .left,
    .blog-post .section-comments .section-write-comments form .right {
        width: 100%;
        float: none
    }
    .blog-post .section-comments .section-write-comments form .left {
        padding-right: 0
    }
    .blog-post .section-comments .section-write-comments form .right {
        padding-left: 0
    }
    .blog-post .section-comments .section-write-comments form .form-group,
    .blog-post .section-comments .section-write-comments form .form-input {
        margin-bottom: 13px
    }
    .contact-section .row>div {
        margin-bottom: 65px
    }
    .contact-section .row>div:last-child {
        margin-bottom: 0;
        padding-top: 65px
    }
    .contact-section .row>div:last-child:before {
        top: 0;
        left: 0;
        right: 0;
        width: 80%;
        z-index: -1;
        content: "";
        margin: 0 auto;
        max-width: 480px;
        position: absolute;
        background: transparent;
        border-top: 1px solid #d4d4d4
    }
    .contact-section .title-section {
        text-align: center
    }
    .contact-section .content .min-list {
        text-align: center
    }
    .contact-section .content .min-list>b {
        display: block;
        font-weight: 700;
        position: inherit;
        margin-bottom: 10px
    }
    .contact-section .content .min-list i {
        float: none;
        width: inherit;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
        display: inline-block
    }
    .coming-soon .content-page .ct-center .subtitle .play-pause-button-parent-3,
    .error-page .content-page .ct-center .subtitle .play-pause-button-parent-3 {
        display: block
    }
    .padding-110,
    .site-content>.vc_row {
        padding: 40px 0
    }
}
@media (max-width: 500px) {
    .blog-post .section-comments .section-write-comments form .comment-form-author,
    .blog-post .section-comments .section-write-comments form .comment-form-email {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}
@media (max-height: 600px) {
    .menu-01 .ct-menu {
        height: 100%;
        top: inherit;
        left: inherit;
        right: inherit;
        padding: 65px 0;
        overflow: hidden;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@media (max-height: 500px) {
    .coming-soon .content-page,
    .error-page .content-page {
        margin: 0;
        padding: 100px 0
    }
    .coming-soon .content-page .ct-bottom,
    .coming-soon .content-page .ct-center,
    .error-page .content-page .ct-bottom,
    .error-page .content-page .ct-center {
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .coming-soon .content-page .ct-bottom,
    .error-page .content-page .ct-bottom {
        margin-top: 50px
    }
}