﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    margin-bottom: 0px;
}

body {
    text-align: left;
    height: 100%;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    direction: ltr;
}

#video {
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.header {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay {
    background-size: cover;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.logo {
    position: absolute;
    left: 40px;
    top: 30px;
}

a.cta {
    padding: 12px 30px;
    background: #52a9d9;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
    margin: 10px 5px 0;
}

.header .cta {
    position: absolute;
    top: 20px;
    right: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 12px 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    margin-top: 28px;
}

.header .cta:hover {
    background-color: #fff;
    color: black;
    transition: 0.5s;
}

.banner-text {
    text-align: center;
    width: 940px;
    height: 374px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -470px;
    z-index: 1;
}

.banner-text h1 {
    color: white;
    font-size: 54px;
    font-weight: 900;
}

.banner-text p {
    color: white;
    font-size: 30px;
    font-weight: 300;
    padding-top: 30px;
}

.banner-text a.cta-blue {
    display: inline-block;
    padding: 12px 30px;
    background: #52a9d9;
    margin-top: 40px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
    margin-bottom: 40px;
}

.banner-text a.cta-blue:hover {
    background-color: #359ed8;
    transition: 0.5s;
}

.banner-text .watch {
    color: white;
    padding-top: 7px;
}

.customers {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
}

.customers h3 {
    font-size: 21px;
    padding-bottom: 15px;
}

.customers img {
    width: 100%;
    max-width: 1300px;
}

.clear {
    clear: both;
}

div.learn a {
    border: 1px solid gray;
    display: inline-block;
    border-radius: 3px;
    color: gray;
    font-size: 14px;
    margin-top: 15px;
    padding: 12px 17px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease
}

div.icon {
    padding-top: 15px;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.container .content {
    margin: 40px 0;
}

.content p {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.content h2 {
    margin: 25px 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 4px;
}

.content h3 {
    margin: 25px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    word-spacing: 4px;
}

.content ul {
    list-style: none;
    margin: 10px 0;
}

.content ul li {
    margin: 0 0 0 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.content ul.list {
    list-style: disk;
}

.content ul.list li {
    line-height: 26px;
    list-style-type: disc;
}

.content_privacy > ol > li {
    font-weight: bold;
    font-size: 18px;
}

.content_privacy > ol > li:first-child {
    font-weight: normal;
    list-style-position: inside;
}

/*.content ul li:before {
    content: "• ";
    color: #928F8F;
    font-size: 20px;
}*/
.package {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
}

.package h2 {
    font-size: 60px;
    font-weight: 300;
}

.package h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 50px;
}

.package .box {
    text-align: center;
    width: 33.33333%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.5s;
}

.package .box:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.package .box .circle {
    height: 172px;
    width: 172px;
    display: inline-block;
    position: relative;
}

.package .box .circle.one {
    background-image: url(../images/circle1.png);
}

.package .box .circle.two {
    background-image: url(../images/circle2.png);
}

.package .box .circle.three {
    background-image: url(../images/circle3.png);
}

.package .box .circle img {
    left: 37px;
    position: absolute;
    top: 28px;
}

.package .box h4 {
    font-size: 30px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 18px;
}

.package .box p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 30px;
}

.package .box a {
    display: inline-block;
    border: 1px solid black;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    color: black;
}

.solution {
    background-color: #efefef;
    padding-top: 110px;
    padding-bottom: 100px;
    border-top: 1px solid lightgray;
}

.solution h2 {
    font-size: 42px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
}

.tabs-menu {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    overflow: hidden;
    clear: both;
    background-color: white;
    border-right: none;
}

.tabs-menu li {
    float: left;
    width: 25%;
    text-align: center;
    list-style: none;
}

.tabs-menu li.current a {
    background-color: black;
    color: white;
}

.tabs-menu li a {
    padding: 15px 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    border-right: 1px solid #d2d2d2;
    font-weight: bold;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    width: auto;
    min-height: 430px;
}

.tab-content {
    display: none;
    padding-top: 60px;
}

#tab-1 {
    display: block;
}

.tab-content .box {
    width: 50%;
    float: left;
    padding-bottom: 20px;
    padding-top: 10px;
}

.tab-content .box h5 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 45px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
    word-spacing: 4px;
}

.tab-content .box h5.panda-webtrader {
    background-image: url(../images/panda-webtrader.png);
}

.tab-content .box h5.mt4-client-terminal {
    background-image: url(../images/mt4-client-terminal.png);
}

.tab-content .box h5.panda-binary {
    background-image: url(../images/panda-binary.png);
}

.tab-content .box h5.ios-android {
    background-image: url(../images/ios-android.png);
}

.tab-content .box h5.panda-crm {
    background-image: url(../images/panda-crm.png);
}

.tab-content .box h5.mt4-manager {
    background-image: url(../images/mt4-manager.png);
}

.tab-content .box h5.client-area {
    background-image: url(../images/client-area.png);
}

.tab-content .box h5.plugins {
    background-image: url(../images/plugins.png);
}

.tab-content .box h5.payment-solutions {
    background-image: url(../images/payment-solutions.png);
}

.tab-content .box h5.marketing {
    background-image: url(../images/marketing.png);
}

.tab-content .box h5.communication {
    background-image: url(../images/communication.png);
}

.tab-content .box h5.liquidity {
    background-image: url(../images/liquidity.png);
}

.tab-content .box h5.custom {
    background-image: url(../images/custom.png);
}

.tab-content .box h5.care {
    background-image: url(../images/care.png);
}

.tab-content .box h5.module {
    background-image: url(../images/module.png);
}

.tab-content .box h5.success {
    background-image: url(../images/success.png);
}

.tab-content .box.left {
    padding-right: 25px;
}

.tab-content .box.right {
    padding-left: 25px;
}

.tab-content .box p {
    font-size: 18px;
    font-weight: 300;
    min-height: 110px;
    line-height: 26px;
}

.cta-solution {
    text-align: center;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
}

.cta-solution a {
    background: #52a9d9 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 12px 30px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    border: 20px solid #efefef;
}

div.support {
    background-color: black;
}

div.support div.image {
    width: 50%;
    float: left;
    min-height: 700px;
    background-image: url(../images/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div.support div.content {
    width: 50%;
    float: left;
    color: white;
    padding-left: 60px;
    padding-top: 15px;
    max-width: 550px;
}

div.support div.content h2 {
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 300;
}

div.support div.content p {
    line-height: 1.7em;
    font-size: 15px;
    margin-bottom: 30px;
}

div.support a.cta {
    float: left;
    margin-top: 20px;
}

div.support div.content .label {
    text-align: center;
}

.screens {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 38px;
    background-image: url(../images/screens.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.screens img {
    max-width: 1380px;
    width: 100%;
}

.screens h2 {
    font-size: 40px;
    font-weight: 300;
}

.screens h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slogan {
    text-align: center;
    background-color: black;
    padding-top: 40px;
    padding-bottom: 25px;
    border-top: 7px solid #48a8d8;
    border-bottom: 3px solid #48a8d8;
}

.contact {
    text-align: center;
    padding-top: 100px;
}

.contact h2 {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 40px;
}

.contact .box {
    padding: 50px 30px;
    border: 1px solid #48a8d8;
    background-color: white;
    display: inline-block;
    width: 370px;
    margin: 0 15px;
    position: relative;
    z-index: 2;
}

.contact .box h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact .box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
}

.contact .box a {
    display: inline-block;
    border: 1px solid black;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    color: black;
}

.footer {
    text-align: center;
    background-color: #1b1e1f;
    padding-top: 280px;
    margin-top: -180px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.footer h2 {
    font-size: 32px;
    font-weight: 300;
    color: #48a8d8;
    margin-bottom: 10px;
}

.footer a {
    color: white;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.footer h3 {
    font-weight: 300;
    color: #48a8d8;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.footer a.cta {
    display: inline-block;
    padding: 12px 30px;
    background: #52a9d9;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}

div.social a {
    display: inline-block;
    padding: 0 5px;
}

.playMobile {
    display: none;
}

.play {
    display: block;
}

.main {
    margin: 0 auto;
    text-align: center;
    background: url('/images/bg1.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 42px;
}

.main_london {
    margin: 0 auto;
    text-align: center;
    background: url('/images/london.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 42px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.berlin_header {
    background-color: #222222;
    height: 100px;
    width: auto;
    margin: auto;
}

.london_header {
    background-color: #000000;
    height: 100px;
    width: auto;
    margin: auto;
}

.section {
    padding-bottom: 1%;
    max-width: 1200px;
    margin: 0 auto;
}

.logos img {
    max-height: 75px;
    margin: 10px 25px;
}

.logos img.fm-london {
    margin: 10px 5px;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.section h1 {
    color: white;
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 25px 70px;
}

body.london-summit .section h1 {
    color: white;
    font-size: 36px;
    line-height: 33px;
    font-weight: 700;
    padding: 25px 0;
}

.section h2 {
    color: white;
    font-family: 'Roboto-Slab', serif;
    font-size: 35px;
    font-weight: 900;
    padding: 30px 0;
}

body.london-summit .section h2 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 300;
    font-style: normal;
    padding: 15px 0 30px;
}

.video_berlin {
    width: 62%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.58);
    height: 379px;
}

#contactform1 .error {
    border: 1px solid #8d2c2c;
    background: rgba(255, 136, 136, 0.2);
    color: white;
}

.meeting {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.meeting.london {
    display: inline-block;
    padding: 5px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: large;
}

.contact-holder {
    width: 35%;
    float: right;
    padding: 1%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.47);
}

.contact-holder h3 {
    color: white;
    font-weight: bold;
    font-size: 25px;
    padding: 0 17px;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-holder h5 {
    color: white;
    font-size: 14px;
    padding: 0 17px;
    font-family: 'Lato', sans-serif;
}

.berlin_form {
    padding: 5% 5% 0 5%;
    box-sizing: border-box;
}

.berlin_form input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 0;
    padding: 0 20px;
}

.berlin_form input[type="submit"] {
    background: rgb(255, 170, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 170, 0, 1) 0%, rgba(255, 120, 2, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 170, 0, 1) 0%, rgba(255, 120, 2, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 170, 0, 1) 0%, rgba(255, 120, 2, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa00', endColorstr='#ff7802', GradientType=0); /* IE6-9 */
}

.footer_berlin {
    text-align: center;
}

.footer_berlin img {
    margin-top: 2%;
}

.disclaimer {
    color: #c7c7c7;;
    font-size: 11px;
}

.copy {
    font-size: 14px;
    color: white;
    font-weight: 600;
    margin-top: 2%;
}

body.london-summit * {
    font-family: "Open Sans", sans-serif;;
}

/* GDPR notification popup */
:root {
    --purple: #000000;
    --red: #52a9d9;
    --ruddy: red;
}

#gdpr-cookie-message .container {
    margin: 0 auto;
    max-width: 550px;
}

#gdpr-cookie-message .highlight {
    background: rgba(255, 215, 0, 0.115);
}

#gdpr-cookie-message h1 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

#gdpr-cookie-message h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 20px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    margin-bottom: 20px;
    line-height: 1.75em;
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: 10px;
}

#gdpr-cookie-message li:last-child {
    margin-bottom: 0;
}

#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}

#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}

#gdpr-cookie-message code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #52a9d9;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: 'Lato', sans-serif;
    z-index: 9999;
}

#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/*LEGAL POLICIES STARTS*/

.content-legal-policies ul li {
    margin-left: 0;
}

.content-legal-policies ul li a {
    color: #48a8d8;
    font-weight: 700;
    text-decoration: none;
}

.legal-policies {
    margin: 15px auto;
}

.cookie-policy ul {
    list-style: disc;
}

.cookie-policy h4 {
    margin-bottom: 15px;
}

.cookie-policy .disclaim-paragraph {
    color: var(--ruddy);
}

/*LEGAL POLICIES ENDS*/

@media (max-width: 600px) {
    #gdpr-cookie-message {
        margin: 0 10px;
        right: auto;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin: 0 0 7px 0;
    }

    #gdpr-cookie-message button:last-child {
        margin: 0;
    }
}

/* GDPR notification popup */
@media screen and (min-width: 250px) and (max-width: 600px) {
    .contact-holder {
        width: 100%;
        float: none;
        padding: 1%;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.47);
        margin: 74px auto;
    }

    .video_berlin {
        width: 100%;
        float: none;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.58);
        height: 315px;
    }
}

@media (max-width: 980px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 700px) {
    .slogan img {
        max-width: 100%;
    }

    .slogan {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .london_header .logos img {
        width: 35%;
    }

    .logos img {
        width: 19%;
    }

    .footer_berlin img {
        width: 100%;
    }

    .footer_berlin {
        padding: 0 20px;
    }

    .berlin_header {
        width: 100%;
        height: 100%;
    }

    .section h1 {
        font-size: 24px;
        padding: 0;
    }

    .contact-holder h3 {
        font-size: 19px;
    }

    .wrapper {
        width: 100%;
        text-align: center;
    }

    .section {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .playMobile {
        display: block
    }

    .play {
        display: none;
    }

    .header .cta {
        display: none;
    }

    .logo {
        left: 50%;
        width: 160px;
        margin-left: -80px;
    }

    .banner-text h1 {
        font-size: 22px;
    }

    .banner-text {
        margin-top: auto;
        left: auto;
        top: auto;
        position: relative;
        width: 100%;
        padding-top: 163px;
        margin-left: auto;
        height: auto;
        z-index: 1;
    }

    .banner-text p {
        font-size: 12px;
    }

    .customers {
        display: none;
    }

    .banner-text a.cta-blue {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .package {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .package h2 {
        font-size: 28px;
    }

    .package h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .package .box {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .solution {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .solution h2 {
        font-size: 21px;
    }

    .tabs-menu li a {
        font-size: 11px;
    }

    .tab-content .box {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .tab-content {
        padding-top: 6px;
    }

    .tab-content .box p {
        min-height: auto;
    }

    div.support div.image {
        display: none;
    }

    div.support div.content {
        padding: 20px !important;
        width: 100%;
    }

    div.support div.content h2 {
        font-size: 27px;
    }

    .screens {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none;
    }

    .screens h2 {
        font-size: 26px;
    }

    .screens h3 {
        font-size: 13px;
    }

    .slogan {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slogan img {
        width: 100%;
    }

    .contact {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact h2 {
        font-size: 26px;
    }

    .contact .box {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contact .box h3 {
        font-size: 26px;
    }

    .footer {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer h2 {
        font-size: 26px;
    }

    .footer a {
        font-size: 13px;
    }

    .clock_container {
        display: none;
    }

}

@media (max-width: 480px) {
    .content p {
        text-align: justify;
    }

    .content_privacy > ol > li {
        text-align: center;
        list-style-position: inside;
    }

    .content_privacy ol li ul li {
        margin-left: 0;
    }

    .content ul li {
        margin: 0 0 0 10px;
        text-align: justify;
        list-style-position: inside;
    }
}
