.container-xl {
    position: relative;
    padding: 0 15px;
    max-width: 1620px;
}
.container {
	padding: 0 38px;
}
#fp-nav {
	top: 50%;
    margin-top: 0 !important;
}
#fp-nav.right {
    display: none !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #fff;
}
.mobile-view {
    display: none;
}

/* loader */
#preloader {
	z-index: 999;
	position: relative;
}


/* home page */
.center-content p {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section {
    background-size: cover;
}


/* #section 0 */
#welcome {
    background: #000;
    .center-content p.main-intro {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.35;
        padding: 0 82px;
        margin-bottom: 30px;
        text-transform: none;
    }
}
.overlay-content {
    width: 100%;
    bottom: 0;
    padding-bottom: 92px;
    position: absolute;
}
#myVideo {
    width: 100%;
}
video {
	width: 100%;
}
.btn-row {
	width: 100%;
	display: block;
	text-align: center;
}
p.hashtag {
    margin-top: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
    #myVideo {
        min-width: 100%; 
        min-height: 100%; 
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

/* #section 1 */
/* #section1 {
    background-image: url(../images/slide_2.1.jpg);
    background-position: 0 25%;
} */
.section-title {
    color: #fff;
    font-size: 92px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: -5px;
    text-transform: uppercase;
    margin: 158px 0 35px;
    font-family: 'TRY Grtsk Giga';
}
.section-intro {
    width: 58%;
    display: block;
    margin: 0 auto;
}
.table-note {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.table-note p {
	padding: 10px 10px;
    display: inline-block;
    background-color: red;
}
table {
    color: #fff;
    width: auto;
    font-size: 12px;
	text-transform: uppercase;
    padding: 5px 15px 7px;
    margin: 0 auto;
    background: red;
}
table strong {
    font-family: 'TRY Grtsk Giga';	
}
table th, table td {
	position: relative;
    padding: 7px 20px;
    border-bottom: 3px solid #fff;
}
table th:after, table td:after {
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    right: -1px;
    bottom: 4px;
    background: #fff;
    position: absolute;
}
table th:nth-last-child(1):after, 
table td:nth-last-child(1):after {
	display: none;
}
tbody tr:nth-last-child(1) td {
    border-bottom: 0px;
}


/* #section 2 */
#section2 {
	background-image: url('../images/slide_2_1.jpg');
    background-position: 0 25%;
}


@media (max-width: 767.98px) {
    .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none !important;
    }
    .mobile-view img {
        width: 100%;
        float: left;
    }
    .mobile-view .slide {
        width: 100%;
        float: left;
        position: relative;
    }
    a.btn-area {
        width: 200px;
        height: 50px;
        display: block;
        bottom: 110px;
        left: 24%;
        position: absolute;
    }
}