@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. News
7. Results
8. Upcoming & Latest
9. Milestones
10. Player of the month
11. News
12. CTA
13. Footer


******************************/

/***********
1. Fonts
***********/

/*	@import url('https://fonts.googleapis.com/css?family=Bevan|Roboto:300,400,500,700,900');	*/
@import url("https://fonts.googleapis.com/css?family=Bevan|Roboto|Noto Sans JP:300,400,500,600,700,900&display=swap");

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
/*	font-family: 'Roboto', sans-serif;	*/
	font-family: 'TBUDゴシック R', 'Roboto', 'Noto Sans JP',sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
/*	font-family: 'Roboto', sans-serif;	*/
	font-family: 'TBUDゴシック R', 'Roboto', 'Noto Sans JP', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #888888;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
::selection
{
	background: rgba(255, 165, 75, 1);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
/*	font-family: 'Roboto', sans-serif;	*/
	font-family: 'TBUDゴシック R', 'Roboto', 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}
.section_title h1
{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #050505;
	line-height: 1.2;
}
.section_title.light h1
{
	color: #FFFFFF;
}
/*	.section_subtitle	*/
.section_subtitle_home
{
	font-size: 16px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
	line-height: 1.2;
	margin-top: -4px;
}
/* 追加 トップ以外のページ */
.section_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: #b5b5b5;
	line-height: 1.2;
	margin-top: -4px;
}
.button_home
{
	display: inline-block;
	width: 200px;
	height: 64px;
/*	background: #ffa54b;	*/
	background: #fcc919;
}
.button
{
	display: inline-block;
	width: 200px;
	height: 64px;
/*	background: #ffa54b;	*/
	background: #fcc919;
	text-align: center;
}
.button::after,
.button_home::after	/* 追加 */
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
/*	background: #161d4a;	*/
	background: #401aac;
	content: '';
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover::after,
.button_home:hover::after	/* 追加 */
{
	height: 100%;
}
.button a,
.button_home a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 64px;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	z-index: 1;
}



/*********************************
3. Header
*********************************/

.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(22,29,74,0.75);
	z-index: 100;
/*	border-bottom: solid 3px #ffa54b;	*/
	border-bottom: solid 3px #fcc919;
}
.header_content
{
	width: 100%;
}
.main_nav_container_outer
{
	width: 100%;
	height: 152px;
}
.header.scrolled .main_nav_container_outer
{
	height: 110px;
}
.header.scrolled .logo_container > div
{
	top: -40px;
	width: 170px;
}
.header_bar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(28,36,93,0.75);
}
.header_bar_content
{
	height: 40px;
}
.header_links ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.header_links ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
}
.header_links ul li:first-child a
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.header_links ul li a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.user_area
{
	margin-left: 48px;
}
.user_area ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '/';
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
.user_area ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
}
.user_area ul li a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.header_live a > div > div:first-child
{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
/*	width: 54px;	*/	
	height: 22px;
	background: #ff0410;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.header_live a > div > div:last-child
{
	padding-left: 16px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_live a:hover > div > div:last-child
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.main_nav
{
	width: 100%;
	padding-bottom: 16px;
}
.main_nav_container > div:not(:nth-child(2))
{
	width: calc((100% - 310px) / 2);
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 38px;
}
.main_nav ul li:nth-child(3)
{
	margin-right: 0;
}
.main_nav ul li a
{
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
/*	color: #ffa54b;	*/
	color: #fcc919;

}
.main_nav ul li.active a
{
	font-family: 'TBUDゴシック E', 'Roboto', 'Noto Sans JP', 'Noto Sans JP', sans-serif;

}


.main_nav_container .header_live
{
	display: none;
}
.logo_container
{
	width: 310px;
	margin-right: 0px;
}
.logo_container a
{
	display: block;
	position: relative;
	width: 100%;
}
.logo_container > div
{
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.hamburger
{
	display: none;
	position: absolute;
	bottom: 15px;
	right: 0px;
	cursor: pointer;
}
.hamburger i
{
	font-size: 22px;
	color: #FFFFFF;
}
.hamburger:hover i
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(10,17,35,0.55);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu_background
{
	position: absolute;
	top: 0;
	right: -65%;
	width: 65%;
	height: 100%;
	background: #0a1123;
	padding-right: 93px;
/*	border-left: solid 2px #ffa54b;	*/
	border-left: solid 2px #fcc919;
	transform-origin: bottom right;
	-webkit-transform: skew(-12deg);
	-moz-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	-o-transform: skew(-12deg);
	transform: skew(-12deg);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu.active .menu_background
{
	right: 0%;
}
.menu_container
{
	width: 100%;
	height: 100%;
	padding-right: 40px;
	padding-top: 124px;
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-ms-transform: skew(12deg);
	-o-transform: skew(12deg);
	transform: skew(12deg);
}
.menu_close
{
	position: absolute;
	top: 19px;
	right: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
.menu_nav ul li
{
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.menu_nav ul li:first-of-type
{
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.menu_nav ul li:nth-child(2)
{
	-webkit-transition-delay: 170ms;
	transition-delay: 170ms;
}
.menu_nav ul li:nth-child(3)
{
	-webkit-transition-delay: 240ms;
	transition-delay: 240ms;
}
.menu_nav ul li:nth-child(4)
{
	-webkit-transition-delay: 310ms;
	transition-delay: 310ms;
}
.menu_nav ul li:nth-child(5)
{
	-webkit-transition-delay: 380ms;
	transition-delay: 380ms;
}
.menu_nav ul li:nth-child(6)
{
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}
.menu.active .menu_nav ul li
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.menu_nav ul li a
{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
}
.menu_nav ul li a:hover,
.menu_close:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.menu_user_area
{
	display: none;
/*	border-bottom: solid 1px #ffa54b;	*/
	border-bottom: solid 1px #fcc919;
}
.menu_user_area ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '/';
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
.menu_user_area ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
}
.menu_user_area ul li a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.menu_links
{
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.menu_links ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.menu_links ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
}
.menu_links ul li:first-child a
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.menu_links ul li a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}

/*********************************
5. Home
*********************************/

.home_home	/*	追加	*/
{
	height: 100vh;
}
.home
{
	height: 548px;
	padding-bottom: 134px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slide
{
	width: 100%;
	height: 100%;
}
.home_container
{
	position: absolute;
	top: 44.8%;
	left: 0;
	width: 100%;
}

.home_home_text	/* トップページ用はhome_text → home_home_text に変更	*/
{
	display: inline-block !important;
/*	background: #161d4a;	*/
	background: #401aac;
	padding-left: 121px;
	padding-right: 34px;
	padding-top: 17px;
	padding-bottom: 13px;
}
.home_home_text span
{
	font-size: 60px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
/*	追加	*/
	transform: skewX(-6deg);
	display: inline-block;
	font-family: 'TBUDゴシック E', 'Roboto', 'Noto Sans JP',sans-serif;
}
.home_home_text > div
{
	position: absolute;
	top: -27px;
	left: 0;
	width: 109px;
	height: 143px;
/*	background: #ffa54b;	*/
	background: #fcc919;
/*	border-top: solid 9px #161d4a;	*/
	border-top: solid 9px #401aac;
	font-size: 100px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 115px;
	text-align: center;
/*	追加	*/
	transform: skewX(-6deg);
	display: inline-block;
	font-family: 'TBUDゴシック E', 'Roboto', 'Noto Sans JP',sans-serif;
}

.home_text	/*	追加（トップページ以外）	*/
{
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'TBUDゴシック E', 'Roboto', 'Noto Sans JP', 'Noto Sans JP', sans-serif;

}
.home_text span {
/*	color: #ffa54b;	*/
	color: #fcc919;
}
#sentdialog span	/*	追加	*/
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}


.next_match
{
	display: inline-block;
	margin-top: 33px;
}
.next_match > div:first-child
{
	overflow: hidden;
}
.next_match_home
{
	display: inline-block;
	height: 70px;
/*	background: #161d4a;	*/
	background: #401aac;
	-webkit-transform: skew(37deg);
	-moz-transform: skew(37deg);
	-ms-transform: skew(37deg);
	-o-transform: skew(37deg);
	transform: skew(37deg);
	margin-left: -26px;
}
.next_match_home a
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 70px;
	padding-left: 58px;
	padding-right: 45px;
	-webkit-transform: skew(-37deg);
	-moz-transform: skew(-37deg);
	-ms-transform: skew(-37deg);
	-o-transform: skew(-37deg);
	transform: skew(-37deg);
}
.next_match_guest
{
	display: inline-block;
	height: 70px;
/*	background: #ffa54b;	*/
	background: #fcc919;
	margin-right: -26px;
	margin-left: 11px;
	-webkit-transform: skew(37deg);
	-moz-transform: skew(37deg);
	-ms-transform: skew(37deg);
	-o-transform: skew(37deg);
	transform: skew(37deg);
}
.next_match_guest a
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 70px;
	padding-left: 62px;
	padding-right: 64px;
	-webkit-transform: skew(-37deg);
	-moz-transform: skew(-37deg);
	-ms-transform: skew(-37deg);
	-o-transform: skew(-37deg);
	transform: skew(-37deg);
}
.vs
{
	position: absolute;
	top: 36%;
/*	left: 49%;	*/
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%) rotate(-7deg);
/*	font-family: 'TBUDゴシック E', 'Roboto', 'Noto Sans JP', sans-serif;	*/
/*	font-family: 'Roboto', sans-serif;	*/
	font-family: sans-serif;
/*	font-size: 118px;	*/
	font-size: 98px;
	letter-spacing: -3px;
	font-weight: 900;
	line-height: 0.75;
	/*text-shadow: 
	-3px -3px 0 #191339,
	3px -3px 0 #191339,
	-3px 3px 0 #191339,
	3px 3px 0 #191339;*/
/*
	-webkit-text-stroke: 3px #191339;
	text-stroke: 3px #191339;
*/
	-webkit-text-stroke: 3px #ffffff;
	text-stroke: 3px #ffffff;
    color: #d80033;
}
.zoomInDown
{
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}
.home_slider_nav
{
	position: absolute;
	right: 26px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 92px;
	height: 92px;
/*	background: #ffa54b;	*/
	background: #fcc919;
	z-index: 1;
	line-height: 92px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_nav:hover
{
/*	background: #161d4a;	*/
	background: #401aac;
}

/*********************************
6. News
*********************************/

.breaking_news
{
	width: 100%;
	height: 78px;
}
.breaking_news_title
{
	width: 34.48%;
	height: 100%;
	padding-right: 62px;
/*	background: #ffa54b;	*/
	background: #fcc919;
	line-height: 78px;
	font-size: 30px;
	font-weight: 500;
/*	color: #161d4a;	*/	
	color: #401aac;
}
.breaking_news_content
{
	width: 65.52%;
	height: 100%;
/*	background: #161d4a;	*/
	background: #401aac;
	padding-left: 32px;
/*	padding-right: 150px;	*/
	padding-right: 32px;
}
.breaking_news_slider_container
{
	height: 100%;
}
.breaking_news_slide
{
	line-height: 78px;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}

/*********************************
7. Results
*********************************/

.results
{
	background: #FFFFFF;
	padding-top: 92px;
	padding-bottom: 100px;
}
.results_row
{
	margin-top: 5px;
}
.followingmatch_row
{
	margin: auto;
	width: 80%;

}
.results_title_container
{
	z-index: 1;
}
.results_title
{
	font-size: 24px;
	font-weight: 700;
	color: #888888;
	text-transform: uppercase;
	line-height: 1.2;
}
.results_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: #b5b5b5;
	line-height: 1.2;
	margin-top: 4px;
}
.results_container
{
	margin-top: -36px;
}
.result
{
	width: 50%;
}
.team_image
{
	height: 262px;
}
.team_image img
{
	max-height: 100%;
}
.result:first-child .result_content
{
	padding-right: 31px;
}
.result:last-child .result_content
{
	padding-left: 31px;
}
.result_content
{
	
}
.result_content > div
{
	width: 50%;
}
.result:first-child .result_content::after
{
	display: block;
	position: absolute;
	bottom: 27px;
	right: -1px;
	width: 2px;
	height: 132px;
	background: #dddfe2;
	content: '';
}
.result:first-child .result_content > div:last-child,
.result:last-child .result_content > div:first-child
{
	padding-bottom: 35px;
}
.result_num
{
	font-size: 72px;
	font-weight: 700;
	line-height: 0.75;
	color: #050505;
}
.result_team
{
	font-size: 36px;
	font-weight: 700;
	color: #888888;
	line-height: 1.1;
	margin-top: 29px;

	margin-right:10px;
	margin-left:10px;

}
.result_text
{
	margin-top: 39px;
}
.result:first-child .result_text
{
	padding-right: 15px;
}
.result:last-child .result_text
{
	padding-left: 15px;
}

.result_nextmatch
{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 29px;
}

.results_button
{
	margin-top: 32px;
}

/*********************************
8. Upcoming & Latest
*********************************/

.upcoming_latest
{
/*	background: #161d4a;	*/
	background: #401aac;
	padding-top: 92px;
	padding-bottom: 100px;
	z-index: 1;
}
.upcoming_latest .section_subtitle
{
	color: #ffa54b;
}
.upcoming_image
{
	position: absolute;
/*	bottom: -152px;	*/
	bottom: -82px;
/*	left: -491px;	*/
	left: -241px;
	z-index: -1;
}
.custom_lists_row
{
	margin-top: 63px;
}
.custom_list_a
{
	margin-top: 63px;
}
.custom_list_a ul li
{
	height: 110px;
	background: #242b56;
	padding-left: 25px;
	padding-right: 29px;
}
.custom_list_a ul li:not(:last-of-type)
{
	margin-bottom: 3px;


}
.custom_list_image
{
	width: 77px;
	height: 77px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}
.custom_list_title_container
{
	padding-left: 48px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.custom_list_title a
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.1;
}
.custom_list_title a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.custom_list_date
{
	font-size: 11px;
	color: #737791;
	font-weight: 500;
	margin-top: 2px;
}
.custom_list_link
{
	width: 134px;
	height: 43px;
/*	background: #161d4a;	*/
	background: #401aac;
	text-align: center;
}
.custom_list_link::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
/*	background: #ffa54b;	*/
	background: #fcc919;
	content: '';
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_list_link:hover::after
{
	height: 100%;
}
.custom_list_link a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 41px;
	z-index: 1;
}
.custom_list_b
{
	margin-top: 63px;
}
.custom_list_b ul li
{
	height: 110px;
	background: #242b56;
	padding-left: 7px;
	padding-right: 16px;
}
.custom_list_b ul li:not(:last-of-type)
{
	margin-bottom: 3px;
}
.custom_list_b ul li > div:first-of-type,
.custom_list_b ul li > div:last-of-type
{
	width: 37%;
}
.custom_list_b ul li > div:nth-child(2)
{
	width: 26%;
}
.custom_list_b ul li > div:first-of-type .team_name
{
	margin-left: 15px;
}
.custom_list_b ul li > div:last-of-type .team_name
{
	margin-right: 15px;
}
#thismonth p
{
	text-align: center;
}
.team_logo
{
	width: 65px;
	height: 55px;
}
.team_logo img
{
	max-height: 100%;
}
.team_name a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.team_name a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.custom_list_b ul li > div:nth-child(2) > div:first-child
{
	font-size: 12px;
	font-weight: 500;
	color: #777b95;
}
.custom_list_b ul li > div:nth-child(2) > div:nth-child(2)
{
	font-size: 30px;
	line-height: 0.75;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 16px;
}
.custom_list_b ul li > div:nth-child(2) > div:nth-child(3)
{
	font-size: 11px;
	font-weight: 500;
	color: #777b95;
	margin-top: 17px;
}

/*********************************
9. Milestones
*********************************/

.milestones
{
	padding-top: 63px;
}
.milestone_col
{
	margin-bottom: 51px;
}
.milestone_icon
{
	width: 62px;
	height: 62px;
}
.milestone_icon img
{
	max-width: 100%;
	max-height: 100%;
}
.milestone_content
{
	padding-left: 26px;
}
.milestone_counter
{
	font-size: 48px;
/*	color: #ffa54b;	*/
	color: #fcc919;
	font-weight: 500;
	line-height: 0.75;
}
.milestone_title
{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 19px;
}
.milestone_subtitle
{
	font-size: 11px;
	color: #737791;
	font-weight: 500;
	margin-top: 9px;
}

/*********************************
10. Player of the month
*********************************/

.player
{
	background: #FFFFFF;
}
.player_content
{
	padding-top: 104px;
	padding-bottom: 81px;
}
.player_name_container
{
	margin-top: 45px;
}
.player_num
{
	width: 71px;
	height: 71px;
	background: #161a42;
	line-height: 71px;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
}
.player_name
{
	font-size: 60px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
	line-height: 0.75;
	padding-left: 11px;
	margin-bottom: -2px;
}
.player_text
{
	margin-top: 56px;
}

.player_text p:not(:last-of-type)
{
	margin-bottom: 30px;
}
.player_images
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(50vw + 55px);
	padding-top: 104px;
	padding-left: 15px;
}
.player_image
{
	width: calc((100% - 55px) / 2);
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.player_image:first-child
{
	margin-right: 40px;
}

/*********************************
11. News
*********************************/

.news
{
	background: #d7d9e5;
	padding-top: 100px;
	padding-bottom: 61px;
}
.news_row
{
	margin-top: 96px;
}
.news_row > div[class^='col']
{
	margin-bottom: 40px;
}
.news_post
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post:hover
{
	box-shadow: 0px 16px 38px rgba(9,9,9,0.33);
}
/*	追加	*/
.news_post_image
{
		overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    position: relative;
    display: block;
}
.news_post_date
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 75px;
	background: #FFFFFF;
}
.news_post_date a
{
	display: block;
	width: 100%;
	height: 100%;
}
.news_post_date a > div
{
	width: 100%;
	height: 100%;
}
.news_post_date a > div > div:first-of-type
{
	font-size: 36px;
/*	color: #ffa54b;	*/
	color: #fcc919;
	font-weight: 500;
	line-height: 0.75;
}
.news_post_date a > div > div:last-of-type
{
	font-size: 12px;
	color: #050505;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 9px;
}
.news_post_content
{
	background: #FFFFFF;
	padding-top: 16px;
	padding-left: 22px;
	padding-right: 22px;	/*	追加	*/
	padding-bottom: 32px;
}
.tags ul li a
{
	font-size: 12px;
	font-weight: 600;
/*	color: #ffa54b;	*/
	color: #fcc919;
	line-height: 1.2;
}
.news_post_title
{
  font-family: '新ゴ R', 'Roboto', 'Noto Sans JP',sans-serif;	/* 追加	*/
/*	margin-top: 1px;	*/
	margin-top: 11px;
}
.news_post_title a
{
/*	font-size: 24px;	*/
	font-size: 20px;
	font-weight: 700;
/*	color: #050505;	*/
	color: #8c8c8c;
	line-height: 1.2;
}
.news_post_title a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.news_post_text
{
	margin-top: 14px;
/*	padding-right: 30px;	*/
}

/*********************************
12. CTA
*********************************/

.cta
{
/*	background: #ffa54b;	*/
	background: #fcc919;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-top: 64px;
	padding-bottom: 56px;
}
.cta_text
{
	font-size: 42px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.2;
}
.cta_text span
{
/*	color: #161d4a;	*/
	color: #401aac;
	font-weight: 600;
	text-transform: uppercase;
}
.cta_button
{
/*	background: #161d4a;	*/
	background: #401aac;
	text-align: center;
}
.cta_button::after
{
	background: #FFFFFF;
}
.cta_button:hover a
{
/*	color: #161d4a;	*/
	color: #401aac;
}

/*********************************
13. Footer
*********************************/

.footer
{
	display: block;
	width: 100%;
}
.footer_container
{
	background: #0a1123;
}
.footer_image
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% + 12px);
	height: 100%;
}
.footer_logo
{
	margin-left: -6px;
}
.footer_contact_info
{
	padding-top: 93px;
	padding-bottom: 113px;
}
.footer_contact_list
{
	padding-left: 12px;
	margin-top: 38px;
}
.footer_contact_list ul li
{
	padding-right: 10px;
}
.footer_contact_list ul li > div:first-child
{
	width: 86px;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.footer_contact_list ul li > div:last-child
{
	font-size: 15px;
	font-weight: 400;
	color: #d7d9e5;
	line-height: 1.6;
	margin-top: 2px;
}
.footer_contact_list ul li:not(:last-of-type)
{
	margin-bottom: 23px;
}
.newsletter
{
	padding-top: 168px;
	padding-bottom: 113px;
}
.newsletter_title
{
	font-size: 24px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
	line-height: 1.2;
}
.newsletter_form_container
{
	margin-top: 42px;
}
.newsletter_form
{
	display: block;
	position: relative;
}
.newsletter_input
{
	display: block;
	width: calc(100% - 107px);
	height: 56px;
/*	background: #161d4a;	*/
	background: #401aac;
	border: none;
	outline: none;
	padding-left: 23px;
	color: #FFFFFF;
}
.newsletter_button
{
	width: 107px;
	height: 56px;
/*	background: #ffa54b;	*/
	background: #fcc919;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #d7d9e5 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #d7d9e5 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #d7d9e5 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #d7d9e5 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #d7d9e5 !important;
}
.newsletter_text
{
	margin-top: 14px;
	padding-left: 6px;
}
.newsletter_text p
{
	font-size: 12px;
	font-style: italic;
	color: rgba(136,136,136,0.41);
}
.footer_bar
{
	background: #070d1d;
}
.footer_bar_content
{
	height: 57px;
}
.cr
{
	font-size: 12px;
	font-weight: 500;
	color: #888888;
}
.footer_nav ul li:not(:last-of-type)
{
	margin-right: 30px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #888888;
}
.footer_nav ul li a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}


/* about.css */
/*********************************
6. About
*********************************/

.about
{
	background: #FFFFFF;
}
.about .container
{
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
.about .container .row
{
	margin-left: 0;
	margin-right: 0;
}
.about .container .row > div[class^='col']
{
	padding-left: 0;
	padding-right: 0;
}
.about_image
{
	height: 100%;
}
.about_image img
{
	display: none;
}
.about_content
{
	padding-top: 92px;
	padding-bottom: 86px;
	padding-left: 112px;
	padding-right: 100px;
}
.about_content_container
{
	max-width: 690px;
}
.about_title
{
	font-size: 24px;
	font-weight: 700;
	color: #888888;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 13px;
}
.about_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: #b5b5b5;
	margin-top: 3px;
}
.about_text
{
	margin-top: 44px;
}
.about_text p:not(:last-of-type)
{
	margin-bottom: 30px;
}
.about_button
{
	margin-top: 60px;
}

/*********************************
7. Team
*********************************/

.team
{
	background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.team_large_row
{
	margin-top: 100px;
}
.team_large
{
	margin-bottom: 30px;
/* 追加 */
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/* 追加	*/
.team_large:hover
{
    box-shadow: 0px 16px 38px rgba(9,9,9,0.33);
}
.team_large_content
{
	padding-top: 42px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 23px;
}
.team_large_name a
{
	font-size: 30px;
	font-weight: 700;
	color: #050505;
	line-height: 1.2;
}
.team_large_name a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;

}
.team_large_title
{
	font-size: 16px;
	font-weight: 700;
/*	color: #ffa54b;	*/
	color: #fcc919;
	text-transform: uppercase;
	margin-top: 7px;
}
.team_large_text
{
	margin-top: 13px;
	text-align: left !important;	/* 追加	*/
}
.team_large_history
{
	margin-top: 29px;
	display:none !important;	/* 追加	*/
}
.team_large_history,
.team_large_history a
{
	font-size: 16px;
	font-weight: 700;
	color: #161d4a;
}
.team_large_history span
{
	margin-right: 21px;
}
.team_large_history a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;

}
.team_small_row
{
	margin-top: 43px;
}
.team_small
{
	margin-bottom: 30px;
}
.team_small_image
{
	width: 160px;
	height: 160px;
	position: relative;
}
.team_small_image a
{
	display: block;
	position: relative;
	height: 100%;
}
.team_small_image > div
{
	position: absolute;
	top: 8px;
	left: -21px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	line-height: 54px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
/*	color: #ffa54b;	*/
	color: #fcc919;

	background: #161d4a;
	z-index: 1;
}
.team_small_image::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22,29,74,0.75);
	content: '';
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_small_image:hover::after
{
	visibility: visible;
	opacity: 1;
}
.team_small_content
{
	padding-top: 30px;
	padding-bottom: 24px;
}
.team_small_name a
{
	font-size: 24px;
	font-weight: 700;
	color: #050505;
	line-height: 1.2;
}
.team_small_name a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;

}
.team_small_title
{
	font-size: 14px;
	font-weight: 700;
/*	color: #ffa54b;	*/
	color: #fcc919;
	text-transform: uppercase;
	margin-top: 8px;
}
.team_button
{
	margin-top: 40px;
}

/*********************************
8. Testimonials
*********************************/

.testimonials
{
	padding-top: 99px;
	padding-bottom: 75px;
}
.test_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(237, 240, 244, 0.9);
}
.testimonials_slider_container
{
	margin-top: 69px;
	padding-left: 15px;
	padding-right: 15px;
}
.test_item
{
	padding-bottom: 22px;
}
.test_text p
{
	font-style: italic;
}
.test_image
{
	width: 59px;
	height: 59px;
/*	border-radius: 50%; */
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 43px;
}
.test_name
{
	margin-top: 16px;
}
.test_name a,
.test_name span
{
	font-size: 18px;
	font-weight: 500;
	color: #161d4a;
}
.test_name a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;

}


/*	blog.css	*/
/*********************************
6. Blog
*********************************/

.blog
{
	background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.blog_post
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post:hover
{
	box-shadow: 0px 16px 38px rgba(9,9,9,0.33);
}
.blog_post:not(:last-child)
{
/*	margin-bottom: 59px;	*/
	margin-bottom: 159px;
}
/*	追加	*/
.blog_post_image
{
		overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    position: relative;
    display: block;
}
.blog_post_date
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_date:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.blog_post_date a
{
    display: block;
    width: 100%;
    height: 100%;
}
.blog_post_date a > div
{
    width: 100%;
    height: 100%;
}
.blog_post_date a > div > div:first-of-type
{
    font-size: 36px;
/*	color: #ffa54b;	*/
	color: #fcc919;
    font-weight: 500;
    line-height: 0.75;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_date:hover a > div > div:first-of-type
{
	color: #FFFFFF;
}
.blog_post_date a > div > div:last-of-type
{
    font-size: 12px;
    color: #050505;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.75;
    margin-top: 9px;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post_date:hover a > div > div:last-of-type
{
	color: #FFFFFF;
}
.blog_post_content
{
	background: #FFFFFF;
	padding-top: 54px;
	padding-left: 29px;
	padding-bottom: 39px;
	padding-right: 30px;
}
.tags ul li a
{
	font-size: 12px;
	font-weight: 600;
/*	color: #ffa54b;	*/
	color: #fcc919;
	line-height: 1.2;
}
.blog_post_title
{
  font-family: '新ゴ R', 'Roboto', 'Noto Sans JP',sans-serif;	/* 追加	*/
	margin-top: 1px;
}
.blog_post_title a
{
	font-size: 24px;
	font-weight: 700;
/*	color: #050505;	*/
	color: #888888;
	line-height: 1.2;
}
.blog_post_title a:hover
{
	color: #ffa54b;
}
.blog_post_text
{
	margin-top: 14px;
	padding-right: 30px;
}
.page_nav_row
{
	margin-top: 45px;
}
.page_nav ul li
{
	width: 33px;
	height: 33px;
	background: transparent;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page_nav ul li.active,
.page_nav ul li:hover
{
	background: #161d4a;
}
.page_nav ul li:not(:last-of-type)
{
	margin-right: 4px;
}
.page_nav ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	font-size: 14px;
	font-weight: 500;
	color: #161d4a;
}
.page_nav ul li.active a,
.page_nav ul li:hover a
{
	color: #FFFFFF;
}

/*********************************
7. Sidebar
*********************************/

.sidebar
{
	width: 100%;
	margin-top: -3px;
	padding-bottom: 55px;
}
.sidebar_title h3
{
	font-size: 18px;
	font-weight: 700;
	color: #050505;
	text-transform: uppercase;
}
.sidebar_subtitle
{
	font-size: 14px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
	line-height: 1.2;
	margin-top: -5px;
}

/* Latest games */
.latest_games_container
{
	margin-top: 49px;
}
.latest_games_container ul
{
	display: block;
}
.latest_games_container ul li
{
	display: block;
	height: 110px;
	background: #242b56;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 19px;
}
.latest_games_container ul li:not(:last-of-type)
{
	margin-bottom: 3px;
}
.latest_games_score
{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.latest_games_teams
{
	margin-top: 5px;
}
.latest_games_teams > div
{
	width: 50%;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.latest_games_teams > div:first-child .team_name
{
	margin-left: 8px;
}
.latest_games_teams > div:last-child .team_name
{
	margin-right: 8px;
}
.team_logo
{
	width: 36px;
	height: 36px;
}
.team_logo a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
}
.team_logo a img
{
	max-height: 100%;
}
.team_name a
{
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.4;
}
.team_name a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.latest_games_date
{
	margin-top: -3px;
}
.latest_games_date a
{
	font-size: 11px;
	font-weight: 500;
	color: #737791;
}

/* Categories */
.categories
{
	margin-top: 66px;
}
.categories_list
{
	margin-top: 46px;
}
.categories_list ul li:not(:last-of-type)
{
	margin-bottom: 12px;
}
.categories_list ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #8c8c8c;
}
.categories_list ul li a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}

/* Latest Posts */
.latest_posts
{
	margin-top: 58px;
}
.latest_posts_container
{
	margin-top: 52px;
}
.latest_post:not(:last-child)
{
	margin-bottom: 16px;
}
.latest_post_image
{
	width: 79px;
	height: 79px;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.latest_post_image a
{
	display: block;
	height: 100%;
}
.latest_post_content
{
	padding-left: 20px;
}
.latest_post_date
{
	line-height: 1.2;
}
.latest_post_date a
{
	font-size: 12px;
	font-weight: 500;
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.latest_post_title
{
	margin-top: 4px;
}
.latest_post_title a
{
	font-size: 16px;
	font-weight: 500;
	color: #8c8c8c;
	line-height: 1.6875;
}
.latest_post_title a:hover
{
/*	color: #ffa54b;	*/
	color: #fcc919;
}

/* Tickets */
.tickets
{
	width: 100%;
	height: 459px;
	margin-top: 68px;
	padding-top: 23px;
	padding-left: 22px;
	padding-right: 23px;
	padding-bottom: 27px;
}
.tickets_content
{
	width: 100%;
	height: 100%;
/*	border: solid 1px #ffa54b;	*/
	border: solid 1px #fcc919;
	padding-left: 10px;
	padding-right: 10px;
}
.tickets_button
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
	width: 141px;
	height: 45px;
}
.tickets_button a
{
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 43px;
}
.tickets_title
{
	font-size: 32px;
	font-weight: 700;
	color: #f73543;
	margin-top: 29px;
	line-height: 1.2;
}
.tickets_subtitle
{
	font-size: 18px;
	font-weight: 700;
/*	color: #ffa54b;	*/
	color: #fcc919;
	margin-top: 4px;
	line-height: 1.2;
}
.tickets_logo
{
	width: 145px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 49px;
}


/*	contact.css	*/
/*********************************
6. Contact
*********************************/

.contact
{
	background: #FFFFFF;
	padding-top: 97px;
/*	padding-bottom: 23px;	*/
	padding-bottom: 100px;
}
.contact_title
{
	font-size: 24px;
	font-weight: 700;
	color: #050505;
	line-height: 1.2;
}
.contact_text
{
	margin-top: 14px;
}
.contact_form_container
{
	margin-top: 55px;
}
.contact_form
{
	display: block;
	width: 100%;
}
.contact_form > input
{
	margin-bottom: 11px;
}
.contact_input
{
	display: block;
	width: 100%;
	height: 54px;
	background: #f2f3f6;
	border: none;
	outline: none;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #050505;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #050505 !important;
}
.contact_input_confirm
{
	display: block;
	width: 100%;
	height: 54px;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #050505;
}
.contact_input_confirm_textarea
{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #050505;
	margin-bottom: 50px;
}
.contact_textarea
{
	height: 169px;
	padding-top: 18px;
}
.contact_button
{
	width: 183px;
	height: 58px;
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 15px;
}
.contact_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 58px;
}
.contact_image
{
	height: 100%;
}
.contact_image img
{
	display: none;
}
.contact_info_row
{
	margin-top: 97px;
}
.contact_info_container
{
	width: 100%;
	padding-bottom: 72px;
}
.contact_info_container > div
{
	max-width: 240px;
}
.contact_info_icon_container
{
	width: 132px;
	height: 132px;
	padding-top: 24px;
	background: #161a42;
}
.contact_info_icon
{
	width: 49px;
	height: 49px;
}
.contact_info_icon img
{
	max-height: 100%;
}
.contact_info_title
{
	margin-top: 15px;
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1.2;
}
.contact_info_list
{
	max-width: 240px;
	margin-top: 44px;
}
.contact_info_list ul li
{
	padding-right: 10px;
}
.contact_info_list ul li > div:first-child
{
	width: 86px;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #050505;
}
.contact_info_list ul li > div:last-child
{
	font-size: 15px;
	font-weight: 500;
	color: #888888;
	line-height: 1.6;
	margin-top: 2px;
}
.contact_info_list ul li:not(:last-of-type)
{
	margin-bottom: 23px;
}



/*	team.css	*/
/*********************************
6. Schedule
*********************************/

.schedule
{
	background: #FFFFFF;
	padding-top: 100px;
/*	padding-bottom: 20px;	*/
	padding-bottom: 100px;
}
.schedule_row
{
	margin-top: 98px;
}
.schedule_container
{
	margin-bottom: 30px;
}
.schedule_title_bar
{
	height: 80px;
	background: #161d4a;
	padding-left: 34px;
	padding-right: 35px;
}
.schedule_icon
{
	width: 41px;
	height: 41px;
}
.schedule_icon img
{
	max-height: 100%;
}
.schedule_team_name,
.schedule_location
{
	font-size: 16px;
	font-weight: 700;
/*	color: #ffa54b;	*/
	color: #fcc919;
}
.schedule_location
{
	text-transform: uppercase;
}
.schedule_list
{
	padding-left: 54px;
	padding-top: 33px;
	padding-right: 64px;
	padding-bottom: 37px;
}
.schedule_a
{
	border: solid 1px #dcdce1;
}
.schedule_a .schedule_list
{
	background: #dddfe2;
}
.schedule_b .schedule_list
{
	background: #ffa54b;
}
.schedule_list ul li
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.schedule_a .schedule_list ul li
{
	color: #969696;
}
.schedule_b .schedule_list ul li
{
	color: #161d4a;
}
.schedule_list ul li:not(:last-of-type)
{
	margin-bottom: 23px;
}


/*********************************
8. Info
*********************************/

.info
{
	background: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 100px;
}
.info .section_title_container
{
	margin-left: -6px;
}
.info_image
{
	height: 100%;
}
.info_image img
{
	display: none;
}
.info_content
{
	padding-bottom: 64px;
	margin-top: -8px;
}
.info_text
{
	margin-top: 43px;
}
.info_button
{
	margin-top: 56px;
}