@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500&display=swap');

@import url(fontawesome-all.css);

:root {
    --main-width: calc(100% / 12);
}

* {
	margin: 0;
	padding: 0;
	border: 0;
    box-sizing: border-box;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
    background: transparent;

    font-size: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html, body {
    font-size: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    overflow-y: scroll;

    color: #000000;

    /*background-image: url(../images/template/bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

#MenuIcon {
    /*cursor: pointer;*/
}

#MenuIconMini {
    /*cursor: pointer;*/
    display: none;
}

.mask1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 100%;
    z-index: -300;
    background-image: url(../images/template/point-big.png) !important;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: -760px 0px;
}

.mask2 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 150px;
    height: 460px;
    z-index: -301;
    background-image: url(../images/template/point-big.png) !important;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: -80px -80px;
}


#Camera {
    border-radius: 150px; 
    margin-left: auto; 
    margin-right: auto;

    border: 4px solid #ffffff; 
    transition: border .2s;
}

#Camera:hover {
   border: 4px solid #dcdcdc; 
}

.CameraOK {
    border: 4px solid #3fdc21 !important; 
}

.RegisterBG {
    /*background-image: url(../images/bg-register.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.videoBG {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}

h1 {
    font-size: 18px;
}

h2 {
    color: #fffff;
    font-size: 26px;
    margin-bottom: 30px;
}

h3 {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ababab;
}

h5 {
    font-size: 14px;
    margin: 15px 0;
    color: #414141;
}

h6 {
    font-size: 30px;
    margin: 15px 0;
    color: #636363;
    text-align: center;
    font-weight: 500;
    color: #000000;
}

.Signature {
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 15px 0 9px;
    text-align: right;
    float: right;
}

.row {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

.col-1 { width: calc(var(--main-width)); }
.col-2 { width: calc(var(--main-width) * 2); }
.col-3 { width: calc(var(--main-width) * 3); }
.col-4 { width: calc(var(--main-width) * 4); }
.col-5 { width: calc(var(--main-width) * 5); }
.col-6 { width: calc(var(--main-width) * 6); }
.col-7 { width: calc(var(--main-width) * 7); }
.col-8 { width: calc(var(--main-width) * 8); }
.col-9 { width: calc(var(--main-width) * 9); }
.col-10 { width: calc(var(--main-width) * 10); }
.col-11 { width: calc(var(--main-width) * 11); }
.col-12 { width: 100%; }

[class*="col-"] {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.LiveLink {
    width: 100%;
    padding: 15px 10px;
    margin: 25px 0;
    display: block;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
    border-radius: 7px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.LiveLink:hover {
    background-color: #000000;
    border: solid 1px #000000;
}

.LiveLink2 {
    width: 100%;
    padding: 15px 10px;
    margin: 25px 0;
    display: block;
    color: #ffffff;
    background-color: #f1304d;
    border: solid 1px #f1304d;
    border-radius: 7px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.LiveLink2:hover {
    color: #f1304d;
    background-color:#ffffff;
    border: solid 1px #f1304d;
}

.NoBG {
    background-image: none !important;
}

.Wrapper {
    width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;

    z-index: 300;
    /*background-color: black;
    border-radius: 15px;*/
}

.WrapperBlur {
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 25px 25px;  

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.WrapperBlur:hover {
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    padding: 25px 25px;
}

.WrapperBlur:hover .LiveLinkX {
    color: #dcdcdc;
    background-color:#ffffff;
    border: solid 1px #dcdcdc;
}

.WrapperRegister {
    padding: 20px 20px;
    backdrop-filter: blur(15px);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border-radius: 25px;
}

.Register {
    width: 100%;
    display: inline-flex;
    align-items: center;
    /*background-color: #f9f9f9;*/
    /*background-image: url(../images/template/register.png);*/
    background-repeat: no-repeat;
    background-position: 20% bottom;
    background-size: contain;
    
    /*background-image: url(../images/bg1.jpg) !important;
    background-size: cover;*/
}

.Register .Left {
    padding: 0 15px;
}

.Register .Right {
    padding: 30px 15px;
}

.Register .Left {
    margin: auto;
}

.Register .Center {
    padding: 30px 15px;
    margin: 0 auto;
    float: inherit;
}

.Register input[type=text], .Register input[type=email], .Register input[type=tel], .Register select {
    width: calc(100% - 70px);
    width: 100%;
    padding: 10px 15px;
    /*margin: 15px 35px;*/
    margin: 15px 0px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 7px;
    border: solid 1px #e5e5e6;
    background-color:rgba(255, 255, 255, 0.8);
    transform: scale(0.98);
    transition: transform .2s;
}

.Register input[type=text]:hover {
    transform: scale(1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition-delay: 99999s;
}


.Register input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.Register label {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    margin: 25px 0;
    cursor: pointer;
    text-align: justify;
    margin-left: 35px;
}

.Register label::before,
.Register label::after {
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer;
}

.Register label::before{
    height: 23px;
    width: 23px;
    border-radius: 7px;
    background-color: #ffffff;
    left: 0px;
    /*border: solid 1px #c3c3c3;*/
}

.Register label::after {
    height: 7px;
    width: 13px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    color: #dcdcdc;
    
    transform: rotate(-45deg);
    
    left: 5px;
    top: 6px;
}

.Register input[type="checkbox"] + label::after {
    content: none;
}

.Register input[type="checkbox"]:checked + label::after {
    content: "";
}

.Register p {
    margin: 25px 0;
    text-align: justify;
    color: #000000;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 5px 15px;
}

.Register span {
    margin: 25px 35px;
    display: block;
}

.Register button {
    width: 100%;
    padding: 15px 0;
    margin: 25px 0;
    display: block;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
    border-radius: 7px;
    font-weight: 700;
    cursor: pointer;
    
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Register button:hover {
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
}

.Menu {
    display: none;
    padding: 15px 0;
}

.Menu img {
    width: auto;
    height: 38px;
    margin-top: 5px;
}

.Menu .Bars {
    float: right;
    text-align: right;
    margin-right: 10px;
}

.Menu .Bars i {
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
}

.Menu .Bars .Content {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.Menu .Bars .Content i {
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    margin: 15px 1px;
    margin-right: 10px;
}

.Menu .Bars .Content a {
    display: block;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Menu .Bars .Content a:hover {
    color: #000000;
}

/*.Menu .Bars:hover .Content {
    display: block;
}*/



.NaviWrapper {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #ffffff;
    z-index: 1000;

    position: fixed;
    top: 0px;

    /*background: linear-gradient(0deg, rgb(252,252, 252) 0%, rgb(227,227, 227) 100%);*/
}

.Navigation {
    width: 1500px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
}

.Logo, .Logo a {
    display: inline-flex;
    align-items: center;
    float: left;
    height: 75px;
}

.Logo a {
    padding: 0 30px;
    padding-left: 10px;
}

.Logo img {
    width: auto;
    height: 46px;
}

.Menu a {
    display: inline-flex;
    align-items: center;
    float: left;
    height: 75px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    border-top: 2px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Menu a i {
    font-size: 15px;
    width: 25px;
}

.Menu a:hover {
    border-top: 2px solid #22b1ed;
}

.User {
    float: right;
    padding-right: 10px;
}

.User a {
    text-decoration: none; 

    color: #000000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* delete for menu */
}

.User a:hover {
    color: #e64415;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* delete for menu */
}

.User span {
    display: inline-flex;
    align-items: center;
    height: 75px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    font-family: 'Fira Sans Condensed', sans-serif;
}

.User span:hover {
    color: #e64415;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.User span img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border: 2px solid rgb(239,239,239);
    border-radius: 50%;
    background-color: rgb(239,239,239);
}

.User span i {
    font-size: 16px;
    margin-left: 8px;
}

.User ul {
    position: fixed;
    top: 75px;
    right: 15px;
    background-color: #171425;
    padding: 17px 32px;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.User ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.User ul li:last-child {
    border-bottom: none;
}

.User ul li a {
    display: block;
    padding: 15px 5px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.User ul li a:hover {
    color: #22b1ed;
}

.User ul li i {
    font-size: 14px;
    margin-left: 0;
    width: 20px;
}

#People img {
    width: 50px;
    height: 50px;
    margin: 5px 5px;
    border-radius: 50%;
    background-color: rgb(239,239,239);
    transition: transform .2s;
}

#People img:hover {
    box-shadow: 2px 2px 5px rgb(239,239,239), -2px -2px 5px rgb(239,239,239);
    transform: scale(3);
}

.Text {
    padding: 30px 0;
}

.Text p {
    text-align: justify;
}

.Text p  a {
    color: #dcdcdc;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Text p a:hover {
    color: #000000;
}

.Text table tr td {
    padding: 15px;
    padding-left: 0px;
    min-width: 50px;
}

.Text table tr td:first-child {
    color: #000000;
}

.Text b {
    display: block;
    font-size: 18px;
    color: #dcdcdc;
}

.Hosts {
    /*background-color: #f9f9f9;*/
    padding: 40px 0;
}

.Hosts .col-3 {
    padding: 0 15px;
}

.Hosts img {
    width: 50%;
    height: auto;
    /*border-radius: 50%;*/
    /*opacity: 0.5;*/

    -webkit-transition: all 0.2s;
    transition: all 0.2s;   
}

.Hosts img:hover {
    /*opacity: 0.8;*/
}

.Hosts h1 {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.Calendar {
    padding: 30px 0 60px;
}

.Calendar .Timeline {
    text-align: right;
    box-sizing: border-box;
    overflow: hidden
}

.Calendar .Timeline div {
    width: calc(100% - 5px);
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    margin: 30px 0;
}

.Calendar .Timeline span {
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    margin-top: -48px;
    margin-left: -19px;
}

.Calendar .Timeline aside {
    display: none;
}

.Calendar .Timeline ul {
    list-style: none;
    float: left;
    width: calc(100% - 18px);
    margin-top: -46px;
}

.Calendar .Timeline ul li {
    display: inline-block;
    float: left;
    width: calc(var(--main-width) * 6);
    text-align: center;
    color: #ffffff;
}

.Calendar .OneInTimeline ul li {
    display: inline-block;
    float: left;
    width: calc(var(--main-width) * 12);
    text-align: center;
    color: #ffffff;
}

.Calendar .Timeline ul a li h1, .Calendar .Timeline ul a li h3 {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Calendar .Timeline ul a:hover li h1, .Calendar .Timeline ul a:hover li h3 {
    opacity: 1;
}

.Calendar .Timeline ul .Active {
    color: #ffffff;
}

.Calendar .Timeline ul li::before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    content: "\f111";
    color: #ffffff;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Calendar .Timeline ul .Active::before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    content: "\f111";
    color: #ffffff;
    margin-bottom: 15px;
}

.Calendar .Timeline ul .Done::before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    content: "\f111";
    color: #8b8b8b;
    margin-bottom: 15px;
}

.Calendar .Timeline ul li:hover::before {
    font-size: 29px;
}

.Icons {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.Icons a .col-3 {
    
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Icons a:hover .col-3 {
    opacity: 1;
}

.Icons .col-3 {
    text-align: center;
    padding: 0 15px;
}

.Icons .col-3 img {
    width: 30%;
    height: auto;
    margin-bottom: 30px;
}

.Footer {
    margin-top: 35px;
    padding: 40px 0;
    background-image: url(../images/template/footer.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.Footer .Right {
    text-align: right;
}

.Footer img {
    width: 170px;
    height: auto;
}

.Footer span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 9px 0;
}

.Footer a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Footer a:hover {
    color: #c483df;
}

.Video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;

}

.Video .Wrapper .Close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10000000;
}

.Video .Wrapper .Close:hover {
    color: #dcdcdc;
}

.Video .Wrapper .Close i {
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    margin-right: 15px;
    padding: 15px 15px;
}

.Video .Wrapper {
    height: 100%;
}

.Video .Wrapper .Box {
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Video .Wrapper .Box .Info {
    width: 100%;
    text-align: center;
}

.Video .Wrapper .Box .Info p {
    text-align: center;
}

.Video .Wrapper .Box .Info h2 {
    text-align: center;
    margin: 15px 0;
}

.Video .Wrapper .Box .Info img {
    width: 14%;
    margin: 25px 0 15px;
}

.Videos {
    display: block;
    clear: both;
    overflow: hidden;
}

.Videos .Box {
    margin: 0 4px 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.Videos .Box img {
    width: 100%;
    height: auto;
}

.Videos .Box h1 {
    position: absolute;
    margin-top: -30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    margin: -37px 15px 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.Videos .Box span {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 0;
    padding: 5px 15px 4px;
}

.Videos .Box span i {
    float: right;
    margin: 0 0 0 7px;
}

.Videos .Box .Date {
    background-color: #22b1ed;
    color: #ffffff;
}

.Videos .Box .Today {
    background-color: #ed2222;
    color: #ffffff;
}

.Videos .Box .LastCall {
    background-color: #ffd43b;
    color: #000000;
}

.Videos .Box .Overlay {
    width: calc(100%);
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.95) 100%);
    
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Videos .Box .Border {
    width: calc(100%);
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    border: 2px solid transparent;
    
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Videos .Box:hover .Border {
    border: 2px solid #dcdcdc;
    
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and ( max-width:1520px ) {

    .Navigation {
        width: 1200px;
    }
    
    .Wrapper {
        width: 1200px;
        margin: 0 auto;
    }
    
    .Navigation .Wrapper ul li a {
        padding: 11px 0 30px;
    }

    
}

@media only screen and ( max-width:1220px ) {
    
    h1 {
        font-size: 18px;
    }

    h3 {
        font-size: 13px;
    }

    .Navigation {
        width: 750px;
    }
    
    .Wrapper {
        width: 750px;
        margin: 0 auto;
    }
    
    .Register {
        background-position: 10% bottom;
    }
    
    .Register .Right, .Register .Center {
        width: calc(var(--main-width) * 12);
    }
    
    .Navigation .Wrapper ul li a {
        font-size: 16px;
        padding: 6px 0 30px;
    }

    .Navigation .Wrapper ul li a img {
        /*width: 100%;
        height: auto;*/
    }
    
    .Icons {
        padding: 40px 0 0;
    }
    
    .Icons .col-3, .Hosts .col-3 {
        width: calc(var(--main-width) * 6);
        /*margin-bottom: 40px;*/
    }
    
    /*.Hosts .col-3:nth-child(3n+1) {
        clear: left;
    }*/
    
    .Footer {
        background-size: 70% auto;
    }
    
}

@media only screen and ( max-width:770px ) {

    [class*="col-"] {
        width: 100%;
    }

    .User span {
        padding: 0 30px;
    }

    #MenuIcon {
        display: none;
    }
    
    #MenuIconMini {
        display: inline-flex;
    }

    .WrapperBlur {
        border: 1px solid transparent !important;
        padding: 0px 0px;  
    }
    
    .WrapperRegister {
        width: 80% !important;
    }

    .MobileCut {
        width: 100%;
        text-align: center;
        margin: 25px 0;
    }
    
    h1 {
        font-size: 18px;
    }

    h3 {
        font-size: 13px;
    }

    .Navigation {
        width: 480px;
    }
    
    .Wrapper {
        width: 480px;
        margin: 0 auto;
    }
    
    .Register {
        background-image: none;
    }

    .Register .Left {
        display: none;
    }
    
    .Register .Right, .Register .Center {
        width: calc(var(--main-width) * 12);
    }
    
    .Menu {
        display: block;
    }
    
    .Navigation .Wrapper ul li a {
        font-size: 16px;
        padding: 66px 0 30px;
    }

    .Navigation .Wrapper ul li a img {
        /*width: 100%;
        height: auto;*/
    }
    
    .Calendar .Timeline div {
        width: 3px;
        height: 200px;
        background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
        margin: 30px 32px;
    }

    .Calendar .OneInTimeline div {
        height: 100px !important;
    }

    .Calendar .Timeline span {
        display: none;
    }
    
    .Calendar .Timeline aside {
        display: block;
        font-size: 25px;
        line-height: 30px;
        color: #ffffff;
        float: left;
        margin-top: -40px;
        margin-left: 21px;
    }

    .Calendar .Timeline ul {
        list-style: none;
        float: left;
        width: 100%;
        margin-top: -200px;
    }

    .Calendar .OneInTimeline ul {
        margin-top: -100px !important;
    }

    .Calendar .Timeline ul li {
        display: inline-block;
        float: left;
        width: calc(var(--main-width) * 10);
        text-align: center;
        color: #ffffff;
        margin-bottom: 25px;
    }
    
    .Calendar .Timeline ul li::before {
        width: calc(var(--main-width) * 2);
        float: left;
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 25px;
        line-height: 30px;
        content: "\f111";
        margin-bottom: 15px;
        margin-left: 3px;
    }
    
    .Icons {
        padding: 40px 0 0;
    }
    
    .Icons .col-3, .Hosts .col-3 {
        width: calc(var(--main-width) * 6);
        /*margin-bottom: 40px;*/
    }
    
    /*.Hosts .col-3:nth-child(3n+1) {
        clear: left;
    }*/
    
    .Footer {
        background-image: none;
    }
    
    .Footer .Left {
        display: none;
    }
    
    .Footer .Right {
        width: calc(var(--main-width) * 12);
    }
    
}

@media only screen and ( max-width:480px ) {

    .Navigation {
        width: 100%;
    }
    
    .Wrapper {
        width: 320px;
        margin: 0 auto;
    }
    
    .Calendar .Timeline ul li::before {
        width: calc(var(--main-width) * 2);
        float: left;
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 25px;
        line-height: 30px;
        content: "\f111";
        margin-bottom: 15px;
        margin-left: 13px;
    }
    
    .Icons .col-3 {
        width: calc(var(--main-width) * 12);
        /*margin-bottom: 40px;*/
    }

    .Calendar .Timeline ul a li h1, .Calendar .Timeline ul a li h3 {
        padding-left: 50px;
    }
}
