/* Copyright (C) 2015, Ramil Valitov, custom Dance style for "Dance For You"*/

/* We use azure style as a base */
@import url(azure-theme.min.css);

/* Our styles */
p {
    text-align: justify;
}

@media screen and (max-width: 1919px) {
    .ram-extra-large-visible {
        display: none;
    }
}

@media screen and (min-width: 1920px) {
    .ram-extra-large-hidden {
        display: none;
    }
}

.ram-404-text {
    max-width: 70%;
}

@media screen and (max-width: 767px) {
    .ram-404-text {
        max-width: 90%;
    }
}

.ram-404 li {
    text-align: justify;
}

.addthis_20x20_style {
    height: 20px;
    line-height: 20px;
}

.addthis_20x20_style > a {
    height: 20px;
    line-height: 20px;
}

.joomla_add_this {
    text-align: center;
}

/* Responsive reCaptcha */

@media screen and (max-width: 1220px) and (min-width: 768px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0;
        transform: scale(0.77);
        transform-origin: 0 0;;
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

/*
@media screen and (max-width: 535px) {
#rc-imageselect, .g-recaptcha {transform:scale(0.77);transform-origin:0;transform:scale(0.77);transform-origin:0 0;;-webkit-transform:scale(0.77);transform:scale(0.77);-webkit-transform-origin:0 0;transform-origin:0 0;}
}
*/
iframe.me-plugin {
    width: 100% !important;
    /*height: auto !important;*/
}

small a {
    text-decoration: underline !important;
}

.ram-block {
    width: 100%;
    display: inline-block;
}

.ram-small-button {
    padding: 0 10px;
    width: 100%;
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .uk-modal-dialog {
        margin: 10px auto;
        padding: 30px;
    }
}

@media screen and (max-width: 535px) {
    h2, .uk-h2 {
        font-size: 36px;
        line-height: 42px;
    }

    h1, uk-h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h3, .uk-h3 {
        font-size: 26px;
        line-height: 32px;
    }

    h4, .uk-h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .uk-panel-box {
        padding: 30px;
    }

    .uk-overlay-panel {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 960px) {
    .tm-block-offset .uk-container > .uk-grid .tm-panel-no-offset {
        margin-top: 150px;
    }
}

body.background-dark {
    background-color: #222033;
}

/* removing social block link */
div.socbuttons > div.soc_no {
    display: none;
}

/*
body > div.tm-main.tm-block.tm-block-default > div > div > div > main > article > div > div:nth-child(5) > span
*/
@media screen and (max-width: 959px) {
    div.tm-main.tm-block.tm-block-default {
        padding-top: 0;
    }
}

#textMessage {
    min-height: 160px;
}

/* read more button centering */
div > main > div > div > article {
    text-align: center;
}

/* adding extra design for sign up menu item, set the number (position) of the item */
body > nav > div.uk-container.uk-container-center > div.tm-nav.uk-flex.uk-flex-center.uk-visible-large > ul > li:nth-child(7) {
    background: #222033;
    color: #ffffff;
}

body > nav > div.uk-container.uk-container-center > div.tm-nav.uk-flex.uk-flex-center.uk-visible-large > ul > li:nth-child(7):hover {
    background: #db922f;
}

body > nav > div.uk-container.uk-container-center > div.tm-nav.uk-flex.uk-flex-center.uk-visible-large > ul > li:nth-child(7) > a {
    color: #ffffff;
}

body > div.tm-block.tm-block-default > div > section > div > div:nth-child(2) > div > div > div.uk-width-medium-3-5 > div > p,
body > div.tm-block.tm-block-default > div > section > div > div:nth-child(1) > div > div > div.uk-width-medium-3-5 > div > p {
    text-align: center;
}

svg.silhouette {
    width: 80px;
    height: 80px;
}

svg.silhouette path {
    fill: #37374f;
}

svg.signature-dark, svg.signature-light {
    width: 80%;
    max-width: 280px;
}

svg.signature-dark path {
    fill: #37374f;
}

svg.signature-light path {
    fill: #ffffff;
}

.ram-margin-remove > div {
    margin: 0 !important;
}

.ram-padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.uk-alert-warning a, .uk-alert-warning a:hover, .uk-alert-warning a:visited {
    color: white;
}

li.ram-checked {
    padding-left: 40px;
}

li.ram-checked:before {
    font-family: FontAwesome;
    content: "\f046";
    display: inline-block;
    margin-left: -40px; /* same as padding-left set on li.mystyle */
    width: 40px; /* same as padding-left set on li.mystyle */
    font-size: 20px;
}

li.ram-arrow {
    padding-left: 40px;
}

li.ram-arrow:before {
    font-family: FontAwesome;
    content: "\f0a9";
    display: inline-block;
    margin-left: -40px; /* same as padding-left set on li.mystyle */
    width: 40px; /* same as padding-left set on li.mystyle */
    font-size: 20px;
}

​
ram-animation {
    font-size: 42px;
    line-height: 48px;
}

@media screen and (max-width: 1230px) and (min-width: 960px) {
    .ram-animation {
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (max-width: 420px) {
    .ram-animation {
        font-size: 30px;
        line-height: 36px;
    }
}

#pageContainer {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4 {
    text-align: center;
}

.uk-text-uppercase {
    text-transform: uppercase;
}

.chrono_credits {
    display: none;
}

.center_h3 h3 {
    text-align: center;
}

.block_center p {
    text-align: center;
}

.uk-slideshow p, .tm-footer p {
    text-align: center;
}

.uk-article-lead {
    text-align: center;
}

.text-developer {
    color: #2f2e42;
}

.tm-block-footer .tm-social-links > a, .tm-block-footer .tm-social-links > a:visited {
    color: #b0aebe;
}

.tm-block-footer .tm-social-links > a:hover {
    color: white;
}

.uk-wrapper-center b {
    font-weight: normal;
}

.uk-wrapper-center i {
    font-style: normal;
}

.uk-wrapper-center a, .uk-wrapper-center a:visited {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.uk-wrapper-center a:hover {
    color: white;
}

@media print {
    @page {
        size: A4 portrait;
    }

    .tm-navbar {
        padding-top: 1em;
    }

    body, p {
        font-size: 12pt;
        font-family: Times, 'Times New Roman', serif;
        line-height: normal;
    }

    h1, .uk-h1, .uk-article-title {
        font-size: 16pt;
        line-height: normal;
        font-weight: bold;
    }

    h2, .uk-h2 {
        font-size: 16pt;
        line-height: normal;
        font-weight: bold;
        font-style: italic;
        margin-bottom: 0;
    }

    h3, .uk-h3, h3.uk-heading-large {
        font-size: 15pt;
        line-height: normal;
        font-weight: bold;
    }

    h4, .uk-h4 {
        font-size: 14pt;
        line-height: normal;
        font-weight: bold;
    }

    .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
        width: 50%;
    }

    .uk-width-medium-2-5, .uk-width-medium-4-10 {
        width: 40%;
    }

    .uk-width-medium-3-5, .uk-width-medium-6-10 {
        width: 60%;
    }

    .uk-width-medium-1-3, .uk-width-medium-2-6 {
        width: 33.333%;
    }

    .uk-grid-width-small-1-2 > * {
        width: 50%;
    }

    .uk-grid-width-small-1-3 > * {
        width: 33.333%;
    }

    .uk-grid-width-small-1-4 > * {
        width: 25%;
    }

    .uk-grid-width-small-1-5 > * {
        width: 20%;
    }

    .uk-grid-width-small-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-medium-1-2 > * {
        width: 50%;
    }

    .uk-grid-width-medium-1-3 > * {
        width: 33.333%;
    }

    .uk-grid-width-medium-1-4 > * {
        width: 25%;
    }

    .uk-grid-width-medium-1-5 > * {
        width: 20%;
    }

    .uk-grid-width-medium-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-large-1-2 > * {
        width: 50%;
    }

    .uk-grid-width-large-1-3 > * {
        width: 33.333%;
    }

    .uk-grid-width-large-1-4 > * {
        width: 25%;
    }

    .uk-grid-width-large-1-5 > * {
        width: 20%;
    }

    .uk-grid-width-large-1-6 > * {
        width: 16.666%;
    }

    .uk-grid-width-xlarge-1-2 > * {
        width: 50%;
    }

    .uk-grid-width-xlarge-1-3 > * {
        width: 33.333%;
    }

    .uk-grid-width-xlarge-1-4 > * {
        width: 25%;
    }

    .uk-grid-width-xlarge-1-5 > * {
        width: 20%;
    }

    .uk-grid-width-xlarge-1-6 > * {
        width: 16.666%;
    }

    .uk-align-medium-left {
        float: left;
    }

    .uk-align-medium-right {
        float: right;
    }

    .uk-switcher > :not(.uk-active) {
        display: block !important;
    }

    .uk-subnav {
        display: none !important;
    }

    .uk-panel-box {
        padding: 1em;
    }

    .uk-visible-large, .uk-hidden-small, .uk-hidden-medium, .uk-print-visible {
        display: block !important;
    }

    .uk-visible-small, .uk-visible-medium, .uk-hidden-large, .uk-print-hidden {
        display: none !important;
    }

    .uk-breadcrumb, nav.tm-navbar > div.uk-container > div.tm-nav, a.tm-totop-scroller, div.tm-block-footer {
        display: none !important;
    }

    a {
        text-decoration: none !important;
    }

    .tm-block-footer {
        padding: 0 !important;
    }

    .tm-block, .tm-block-large-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tm-block-default:not(.tm-block-fullwidth):not(.tm-block-footer):not(.tm-block-collapse) + .tm-block-default, .tm-block-light:not(.tm-block-fullwidth):not(.tm-block-footer):not(.tm-block-collapse) + .tm-block-light, .tm-block-dark:not(.tm-block-fullwidth):not(.tm-block-footer):not(.tm-block-collapse) + .tm-block-dark {
        padding-top: 0;
    }

    .uk-container {
        padding: 0 0.5em;
    }

    .uk-panel-space {
        padding: 2em 0 0 0;
    }

    ul.uk-switcher {
        margin: 0 !important;
    }

    ul.uk-switcher > li:first-child > div.uk-panel-space {
        padding: 0;
    }

    .uk-grid-margin {
        margin: 0;
    }

    img {
        max-height: 50%;
    }

    div.tm-article > div.uk-width-medium-1-2 ul.uk-switcher > li:last-child {
        display: none !important;
    }

    .tm-block-offset .uk-container > .uk-grid {
        margin-top: 0;
    }

    div.tm-block div.uk-grid div.uk-panel a.uk-button, div.tm-article + a.uk-button {
        display: none;
    }

    .uk-no-print-break {
        page-break-inside: avoid;
    }

    .tm-sidebar-a {
        display: none;
    }

    div.ram-signature ul.uk-switcher div > img {
        max-width: 35% !important;
        max-height: 35% !important;
    }

    div.ram-signature ul.uk-switcher > li {
        page-break-inside: avoid;
    }

    /*
        .uk-breadcrumb, nav.tm-navbar > div.uk-container > div.tm-nav, div.tm-block-footer {
            display: none !important;
        }
        */
}

@media screen {
    .uk-screen-hidden {
        display: none !important;
    }
}

div.mejs-container {
    overflow: hidden;
}

.uk-list > li > a {
    color: #c3717c;
}

.uk-list > li > a:hover {
    color: #ad787f;
}

/* Top main logo */
.tm-navbar div.tm-logo > a {
    width: 335px;
    max-width: 100%;
    height: 64px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/site-logo-text.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.tm-logo, .tm-logo-small {
    position: relative;
}

.logoContainer {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.logoSprite {
    position: absolute;
    left: 0;
    max-width: none;
}

/*Top mobile logo*/
.tm-navbar div.tm-logo-small > a {
    max-width: 100%;
    width: 298px;
    height: 57px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/site-logo-text.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    vertical-align: middle;
}

/*  Footer logo */
.tm-footer-top div.tm-logo {
    width: 335px;
    height: 65px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/site-logo-footer.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.ram-icon-button {
    width: 75px;
    height: 75px;
    color: #303555;
    font-size: 35px;
    border: 1px solid #adafb8;
    line-height: 72px;
}

.ram-icon-button:hover {
    background-color: #303555;
}

.ram-signature {
    width: 80%;
    max-width: 280px;
}

.mute-btn i {
    color: white;
    border-color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 2;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(white 50%, rgba(255, 255, 255, 0.15) 52%);
    border-radius: 50%;
    display: block;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}


/* triangle */

.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #2199ff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


/* pulse wave */

.play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}


/* scale the triangle */

.play-btn:hover::after {
    border-left: 15px solid white;
    -webkit-transform: scale(20);
    transform: scale(20);
}


/* inherit triangle styles */

.play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #2199ff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.96);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}


@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

.bg-simple2 {
    background-color: rgba(32, 32, 51, 0.68);
}

.bg-tile {
    background-image: url("/images/video-bg/gridtile.png");
}

.video-font {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.8) 3px 2px 3px;
}

#fullscreen .uk-article-lead {
    font-size: 3.5vmin;
    line-height: 3.5vmin;
    text-shadow: #222033 3px 2px 3px;
}

#fullscreen .video-line-1 {
    font-size: 10vmin;
    line-height: 9vmin;
}

#fullscreen .video-line-2 {
    font-size: 5vmin;
    line-height: 5vmin;
}

#fullscreen h3 {
    font-size: 6vmin;
    line-height: 6vmin;
}

#fullscreenvideo {
    background-image: url(/images/video-bg/poster-2021.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.tm-auto-height .uk-overlay > img {
    height: auto !important;
}

.widgetkit-news figure > img {
    width: 100vw;
}

.uk-navbar-nav .uk-nav-header {
    margin-top: 0;
}
