span.home_news_title {
    font-size: 24px;
    display: block;
    font-weight: 700;
    color: #e61d35;
}
span.landing_tokyo_text {
   /* text-shadow: 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 30px white, 0 0 50px white, 0 0 100px white, 0 0 150px white, 0 0 220px white;*/
      text-shadow: 0 0 10px white, 0 0 10px white;
}
span.landing_tokyo_text.haber_kaynagi {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.3);
}

.sep-landing{
	height:100%;
	width:2px;
	background: rgb(195,46,64);
	background: linear-gradient(180deg, rgba(195,46,64,0) 3%, rgba(195,46,64,1) 50%, rgba(195,46,64,0) 97%);
	position:absolute;
	left: -100px;
	right:0;
	margin:auto;

}

.splash_bg {
    width: 100%;
    height: 100%;
    position: absolute;
	background-size: cover;
    background-repeat: no-repeat;
}

.layer_1.splash_bg {
	background-image:url(/img/landing_bg_1.jpg);	
	 z-index: 2;
}

.layer_2.splash_bg {
	background-image:url(/img/landing_bg_2.png);	
	background-position: bottom;
	 z-index: 3;
}

.layer_3.splash_bg {
	/*background-image:url(/img/landing_bg_3.png);	*/
	 z-index: 4;
	 background-position: right;
}

.layer_4.splash_bg {
	background-image:url(/img/landing_bg_4.png);	
	 z-index: 4;
}
.right-landing {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.57);
}

.haber_kaynagi{
		-webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms	;
}
.gorunmez_temp{
	opacity:0;
        /***/
}

body {
    background-color: #fff;
	
}	
div.bar_medal_image {
    /*background: #e2e2e2;*/
    width: 100% !important;
    position: relative !important;
    max-height: 30vh !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}


li.lslide, li.clone {
   /* outline: 10px white solid;*/
    outline-offset: -1px;
}

li.lslide,li.clone {
    height: 25vh !important;
background-size: cover!important;
}

ul.lSPager.lSpg {
    line-height: 32px;
}


ul.lSPager.lSpg {
    text-align: left !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    border-color: #e61d35 !important;
    border-width: 2px;
    background-color: unset;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e61d35;
}


.scroll-down-wrap.no-border.anasayfa_hint {
    left:50%;
    bottom: 150px;
	position:relative;
	    z-index: 999;
		    cursor: pointer;
}

.solda.scroll-down-wrap.no-border.anasayfa_hint {
    left:68px !important;
    bottom: 150px;
	position:relative;
	    z-index: 999;
}

/*
.scroll-down-wrap.no-border .section-down-arrow:after, .slider-down-arrow.no-border:after {
    border-color: #e71d35;
}*/

.scroll-down-wrap.no-border .section-down-arrow:before, .slider-down-arrow.no-border:before {
    background-color: rgba(231, 29, 53, 0.5);
}

.beyaz .section-down-arrow:after {
    border-color: white !important;
	
}

.beyaz .section-down-arrow:before{
	 background-color: rgba(255, 255, 255, 0.5);
}
.kirmizi .section-down-arrow:after {
    border-color: #e61d35 !important;
	
}
.kirmizi .section-down-arrow:before{
	 background-color:rgba(231, 29, 53, 0.5);
}

#section2 .scroll-down-wrap.no-border.anasayfa_hint ,#section3 .scroll-down-wrap.no-border.anasayfa_hint {
    left: 90% !important;
}

.tmok_wrapper div {

    position: relative;
}
.home_newsletter a {
    
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

#newsletter_pop {
	font-family: poppins;
}

#newsletter_pop .popup {
	margin: 0px auto;
	padding: 50px 20px;
	background: rgba(230, 230, 230, 0.9);
	border-radius: 0px;
	height: 260px;
	width: 690px;
	position: relative;
	text-align: center;
	top: 50% !important;
	position: fixed !important;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	left: 0;
}

#newsletter_pop .popup h2 {
	margin-top: 0;
	color: #333;
}

#newsletter_pop .popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    float: right;
    padding: 0;
    color: #1e2a5b;
    margin-top: 0;
    margin-right: 0;
    height: 70px;
    width: 72px;
    line-height: 55px;
}

#newsletter_pop .popup .close:hover {
	opacity:0.7 ;
}

#newsletter_pop .popup .content {
	max-height: 30%;
	overflow: auto;
}

#newsletter_pop .newletter-title h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #1e2a5b;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}

#newsletter_pop .box-content label {
	font-weight: 400;
	max-width: 560px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 26px;
}

.newletter-popup {
	background: #fff;
	top: 50% !important;
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#newsletter_pop #frm_subscribe #subscribe_pemail {
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding-left: 15px;
}

#newsletter_pop #frm_subscribe a {
	cursor: pointer;
	border: none;
	background: #1e2a5b;
	padding: 3px 25px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 34px;
	display: inline-block;
	border-radius: 0;
	letter-spacing: 2px;
}

#newsletter_pop .box-content .subscribe-bottom {
	margin-top: 20px;
}

#newsletter_pop .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}

#newsletter_pop .box-content .subscribe-bottom label {
	margin: 0;
	font-weight: 400;
	max-width: 650px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
}
.landing_news_bg {
    width: 100%;
    height: 180px;
    background-image: url(/img/olympic_stadium.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 32px;
    margin-top: 8px;
}

span.landing_tokyo_text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    color: #444444;
}

img.landing_logos {
    display: block;
    margin: 20px 0;
}

img.landing_title {
    display: block;
    margin-bottom: 30px;
}


.left-landing {
    height: 100%;
    float: left;
    width: 50%;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
}

.right-landing {
    height: 100%;
    float: left;
    width: 50%;
    position: relative;
}


.landing_inner {
    position: absolute;
    /*background: rgba(255, 255, 255, 0.2);*/
    height: 60%;
    left: 10%;
    width: 80%;
    top: 22%;
	    z-index: 5;
}

.splash_wrapper {
    
	    width: 100%;
    height: 100%;
	position: relative;
	    overflow: hidden;
}

.tmok_wrapper div {

    position: relative;
}
.splash_wrapper.darken_vid:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    z-index: 9;
}

.hide_play{
	display:none;
}
.page_content{
background: unset !important;
}


iframe {
    height: 130vh !important;
    width: 120vw !important;
    top: -60px !important;
    left: -10px !important;

    margin: 0 !important;
}

div#section0 {
 /*   background-image: url(/img/calendar_bg.jpg);
    background-size: cover;
	opacity: 0.1;*/
}




.play_mua {
    background-image: url(/img/rotating_play_bg.png);
    background-size: contain;
    width: 314px;
    z-index: 999999999;
    height: 315px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	cursor:pointer;
	animation: 60s anima_play infinite;
	animation-timing-function: linear;
}

@keyframes anima_play {
  0%   { transform:rotate(0deg);}

  100% { transform:rotate(360deg);}
}

.play_mua.front {
    background-image: url(/img/rotating_play_front.png);
	animation: unset;

}

.appnd_venue_info {
    color: white;
    font-size: 16px;
    display: block;
    position: relative;
    top: 0;
    width: 40%;
    text-align: right;
    float: right;
    margin-right: 72px;
    height: 100%;
    bottom: 0;
    vertical-align: middle;
	opacity:0;
		transition-delay:1s;
	    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.appnd_venue_info_inner {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: fit-content;
	text-shadow: 0 0 10px #002063, 0 0 20px #002063, 0 0 40px #002063;
}

.opacity_full{

	opacity:1;
}

.scroll-down-wrap.no-border.map_hint {
    transform: translateX(7.5vw);
}

.section iframe {
    border: none;
    overflow: hidden;
	width: 100% !important;
	height: 100% !important;

}
a.home_corner_sm {
    display: inline-block;
    height: 40px;
    width: 38px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    opacity: 0.9;
    top: 0px;
    position: relative;
    /* margin: auto; */
    /* right: 24px; */
    left: 180px;
    left: 140px;
    float: left;
}

a.home_corner_sm.instagram {
    background-image: url(/img/instagram_w.png);
    margin-right: 6px;
}
a.home_corner_sm.facebook {
    background-image: url(/img/facebook_w.png);
    margin-left: -2px;
}
a.home_corner_sm.twitter {
     background-image: url(/img/twitter_w.png); 
}
a.home_corner_sm.youtube {
     background-image: url(/img/youtube_w.png); 
}


iframe.mfp-iframe {
    width: 100% !important;
    height: 100% !important;
}
a.haber_linki .lSAction {
    display: none !important; 
}


.next_section,.prev_section {
    width: 52px;
    height: 52px;
    position: fixed;
    /*background: #e61d35;*/
    right: 10px;
    background-image: url(/img/section_arrow.png);
    background-position: center;
    background-size: 40px;
    border-radius: 100%;
    bottom: 10px;
    box-sizing: border-box;
    cursor: pointer !important;
    display: block;
    z-index: 99;
    background-repeat: no-repeat;

}


.prev_section {
    transform: rotate(180deg);
	top: 10px;
}
.no_pointer_actions{
	pointer-events:none !important;
}