/*
*  html5resetcss
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #F3FAFF;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #3A3A3A;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #676767;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #676767;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #676767;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.container {
    width: 100% !important;
    max-width: 1750px;
}

.container::before,
.container::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.header {
    background: linear-gradient(90.55deg, #72C6EF -73.18%, #004E8F 104.31%);
    width: 100%;
    height: 100px;
    float: left;
    position: relative;
    z-index: 5;
}

.site_logo {
    width: 413px;
    position: relative;
    margin: 10px 0 0;
    float: left;
}

.site_logo a {
    display: block;
}

.header_txt {
    float: left;
    padding: 13px 0;
    margin: 17px 0;
    border-right: 2px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}

.header_txt span {
    display: block;
}

a.slide_menu_btn {
    float: left;
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    margin: 40px 0;
}

a.slide_menu_btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 18px;
    height: 16px;
    position: relative;
    top: -1px;
}

.header_nav {
    float: right;
}

.header_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_nav ul>li {
    float: left;
    padding: 41px 15px;
    position: relative;
}

.nav_drp_arw {
    position: absolute;
    right: 0;
    top: 40px;
    color: #fff;
}

.header_nav ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 0 3px;
}

.header_nav ul>li>a::after {
    background: #fff;
    width: 100%;
    height: 2.5px;
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: -10px;
    content: '';
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_nav ul>li:hover>a::after {
    opacity: 1;
}

.header_nav ul ul {
    background: #fff;
    width: 200px;
    /*min-height: 510px;
    */
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    position: absolute;
    left: -10px;
    top: 100px;
    display: none;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgb(4 82 146 / 20%);
}

.header_nav ul ul>li {
    width: 100%;
    padding: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_nav ul ul>li:hover a {
    background: linear-gradient(90.55deg, #72C6EF -73.18%, #004E8F 104.31%);
    color: #fff;
}

.header_nav ul ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #273141;
    text-transform: unset;
    padding: 15px;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.header_nav ul ul>li>a small {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #434F4D;
    padding-top: 10px;
}

.header_nav ul ul>li>a::after {
    display: none;
}

.header_nav li:nth-child(4) ul {
    left: -170px;
}

.header_nav li:nth-child(5) ul {
    left: -361px;
}

.footer {
    background: #003650;
    width: 100%;
    float: left;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0;
}

.footer_logo>a {
    width: 634px;
    display: inline-block;
}

.footer_link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
    padding: 25px 0;
}

.footer_widget {
    width: 23%;
    float: left;
}

.footer_widget:last-child {
    float: right;
    margin-right: 0;
    width: 6%;
}

.footer_widget h5 {
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer_widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.footer_widget li {
    width: 100%;
    float: left;
}

.footer_widget li a {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
}

.footer_widget li a:hover {
    color: #72C6EF;
}

.footer_bottom {
    width: 100%;
    float: left;
}

.footer_bottom small {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 45px 0;
}

.footer_bottom small:last-child {
    float: right;
}

.footer_bottom small a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.footer_bottom small img {
    width: 154px;
    display: block;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -2px;
    margin-bottom: 110px;
}

.banner_slider {
    width: 100%;
    float: left;
    position: relative;
}

.banner_slider .item {
    padding-right: 10px;
}

.banner_slider .slick-list {
    padding: 0 22% 0 0 !important;
}

.banner_cont {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner_cont:after {
    background: url(images/shadow1.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 467px;
}

.banner .slick-current .banner_cont_txt {
    bottom: 0;
    opacity: 1;
}

.banner_cont_txt {
    width: 100%;
    left: 0;
    bottom: -500px;
    opacity: 0;
    padding: 0 0 50px 30px;
    position: absolute;
    z-index: 1;
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
}

.banner_cont_txt strong {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.banner_cont_txt h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    left: 30px;
    bottom: 30px;
    font-size: 0;
}

.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.banner .slick-dots li button {
    background: #8f8c8a;
    width: 10px;
    height: 10px;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
    width: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.page_title {
    width: 100%;
    float: left;
    padding: 100px 0 80px;
    position: relative;
    z-index: 2;
}

.page_title h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 50px;
}

.page_title h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: #101010;
    margin: 0;
}

.txt_cont_panel_1 {
    width: 100%;
    float: left;
    padding-bottom: 110px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.txt_cont_panel_1 h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 800;
    color: #000;
    margin: 0 0 50px;
}

.txt_cont_panel_1 h3 {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 50px;
}

.txt_cont_panel_1 p {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #101010;
}

.txt_cont_panel_2 {
    width: 100%;
    float: left;
    padding-bottom: 110px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.txt_cont_panel_2_txt_holder {
    width: 100%;
    float: left;
}

.txt_cont_panel_2_txt {
    width: 50%;
    float: left;
    padding-right: 43px;
}

.txt_cont_panel_2_txt:nth-child(2) {
    border-left: 1px solid #C1D2EB;
    padding: 0 0 0 43px;
}

.txt_cont_panel_2_txt h2 {
    font-size: 40px;
    line-height: 70px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 30px;
}

.txt_cont_panel_2_txt p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #101010;
}

.txt_cont_panel_2 figure {
    width: 100%;
    display: block;
    float: left;
    margin: 65px 0;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.latest_news_panel {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

a.button2 {
    background: #136085;
    border: 2px solid transparent;
    /* width: 336px; */
    height: 100px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
    outline: none;
    position: relative;
    overflow: hidden;
    padding: 32px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

a.button2:hover {
    background: transparent;
    border: 2px solid #136085;
    color: #136085;
    box-shadow: 0 4px 0px #136085;
}

a.button1 {
    background: #DAF3FF;
    border: 2px solid #DAF3FF;
    width: 180px;
    height: 70px;
    font-size: 18px;
    line-height: 22px;
    color: #101010;
    text-align: center;
    display: block;
    outline: none;
    padding: 22px 5px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.button1:hover {
    background: #136085;
    background-color: #136085;
    color: #fff;
}

.h_txt {
    width: 100%;
    float: left;
}

.h_txt h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 800;
    color: #101010;
    margin: 0 0 30px;
}

.latest_news_panel a.button2 {
    float: right;
}

.latest_news_panel {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.latest_news_panel .h_txt {
    float: left;
    width: auto;
}

.latest_news_panel .h_txt h2 {
    margin: 11px 0 50px;
}

.latest_news_panel a.button2 {
    float: right;
}

.news_list ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.news_list li {
    width: 31.3%;
    float: left;
    margin: 0 1% 80px;
}

.news_list {
    width: 100%;
    float: left;
}

.news_box {
    width: 100%;
    float: left;
    position: relative;
}

.news_slider {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

a.share_btn {
    background-color: #fff;
    width: 120px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #101010;
    z-index: 1;
    padding: 13px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.share_btn img {
    width: 24px;
    float: left;
    margin-right: 10px;
}

.news_box em {
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    font-weight: 400;
    color: #101010;
    padding-bottom: 20px;
}

.news_box p {
    font-size: 19px;
    line-height: 45px;
    font-weight: 700;
    color: #101010;
    margin: 0 14px 20px 0;
    clear: both;
}

.news_box small {
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #101010;
    padding-bottom: 95px;
}

.news_box a.button1 {
    position: absolute;
    left: 0;
    bottom: -30px;
    margin: 0;
}

.news_slider .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
    text-align: center;
    font-size: 0;
}

.news_slider .slick-dots li {
    margin: 0 7px;
    padding: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.news_slider .slick-dots li button {
    background: #1A222F;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    padding: 0;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.news_slider .slick-dots li.slick-active button {
    width: 40px;
    opacity: 1;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.upcoming_events_panel {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    overflow: hidden;
}

.upcoming_events_panel .h_txt {
    width: auto;
}

.upcoming_events_panel .h_txt h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 16px 0 50px;
}

.upcoming_events_panel a.button2 {
    float: right;
}

.event_slider_area {
    width: 2000px;
    float: left;
    margin-top: 25px;
}

.event_main_slider {
    width: 720px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

#e_m_slide {
    width: 100%;
    float: left;
    position: relative;
}

.s_cont {
    position: relative;
    height: 550px;
}

.s_cont::before {
    background: url(images/shadow2.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
}

.event_slider_area .e_cont_txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 2;
}

.event_slider_area .e_cont_txt small {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

.event_slider_area .e_cont_txt small a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.event_slider_area .e_cont_txt small a:hover {
    color: #72C6EF;
}

.event_slider_area .e_cont_txt strong {
    display: block;
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.event_slider_area .e_cont_txt strong a {
    color: #fff;
}

.event_slider_area .e_cont_txt strong a:hover {
    color: #fff;
}

.event_slider_area .e_cont_txt a.button1:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.event_thumb_slider {
    width: 1090px;
    float: left;
}

#e_thm_slide {
    width: 100%;
    float: left;
    position: relative;
}

#e_thm_slide .item {
    margin-right: 20px;
}

.th_s_cont {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 550px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.th_s_cont img {
    height: 100%;
}

.th_s_cont::before {
    background: url(images/shadow2.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
}

.th_s_cont .e_cont_txt {
    padding: 20px;
}

.upcoming_events_panel .container {
    position: relative;
}

.upcoming_events_panel .e_prev {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.upcoming_events_panel .e_next {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom_panel_1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #C1D2EB;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.custom_panel_1_inner {
    background: linear-gradient(93.38deg, #004E8F 0.65%, #72C6EF 152.3%);
    width: 100%;
    float: left;
    padding: 40px 114px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.custom_panel_1_inner h3 {
    font-size: 50px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
}

.custom_panel_1_inner p {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
}

.custom_panel_1_inner a {
    background: #fff;
    display: inline-block;
    padding: 20px 72px;
    font-size: 26px;
    line-height: 60px;
    font-weight: 700;
    color: #136085;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.custom_panel_1_inner a:hover {
    background: #136085;
    color: #fff;
}

.skating_video_panel {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.skating_video_panel .h_txt h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 50px;
}


/* Video css */

.video {
    position: relative;
    width: 100%;
    height: 700px;
    float: left;
    overflow: hidden;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}


/* .videoWrapper169 {
    padding-top: 42.65%;
} */

.videoWrapper169 {
    width: 100%;
    /* height: calc(100vw* 9 / 24.6); */
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 0.8s;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 0.9;
    transition: opacity 0.8s ease, height 0s ease;
    transition-delay: 0s, 0s;
}

.playbutton {
    background: url(images/youtube-play-icon.png) 0 0 no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 70px;
    cursor: pointer;
    /*border-left: 40px solid rgba(255, 255, 255, 0.75);
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
*/
    transition: all 0.3s ease;
    box-shadow: 0 0 5px 0 transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-video-close {
    position: absolute;
    top: 50px;
    right: 17px;
    z-index: 1;
    display: block;
    line-height: 0;
    display: inline-block;
    padding: 20px 10px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    */
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: ease-in-out 0.15s all;
    -webkit-transition: ease-in-out 0.15s all;
    -moz-transition: ease-in-out 0.15s all;
    -ms-transition: ease-in-out 0.15s all;
    -o-transition: ease-in-out 0.15s all;
}

.home-video-close.is-hidden {
    display: block;
    z-index: 0;
}

#js-pointer-detector {
    display: none;
}

@media (pointer: coarse) {
    #js-pointer-detector {
        display: block;
    }
    .js-videoPoster {
        display: none;
    }
}


/* ===================================== */

.logo_panel_1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.logo_panel_1 h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 50px;
}

.logo_panel_1 h4 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: #101010;
    margin: 0 0 100px;
}

.logo_panel_1 figure {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
}

.country_info {
    width: 100%;
    float: left;
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.country_info .h_txt h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 50px;
}

.country_flag {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 310px;
}

.country_flag figure {
    width: 270px;
    position: absolute;
    left: 0;
    top: 0;
}

.flag_block {
    width: 100%;
    float: left;
}

.flag_block ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.7%;
}

.flag_block ul li {
    background: #E2F6FF;
    border: 1px solid #1360854D;
    padding: 10px 18px 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 18.6%;
    float: left;
    height: 310px;
    margin: 0 0.7% 30px;
}

.flag_block ul li img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: auto;
    height: 90px;
}

.flag_block ul li span {
    display: block;
    line-height: 24px;
    font-weight: 800;
    padding-bottom: 0;
}

.flag_block ul li small {
    display: block;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 8px;
}

.flag_block ul li small strong {
    font-weight: 700;
}

.flag_block ul li small:nth-child(4) {
    border-top: 0.5px solid #9A9A9A;
    padding: 8px 0 5px;
}

.custom_panel_2 {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.custom_panel_2_inner {
    background: linear-gradient(93.38deg, #004E8F 0.65%, #72C6EF 152.3%);
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 602px 56px 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.custom_panel_2_inner h3 {
    font-size: 40px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 27px;
}

.custom_panel_2_inner h4 {
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 27px;
}

.custom_panel_2_inner p {
    font-size: 25px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
}

.custom_panel_2_inner a.contact_btn {
    background: #fff;
    position: absolute;
    right: 46px;
    top: 50%;
    padding: 50px 100px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #101010;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.custom_panel_2_inner a.contact_btn:hover {
    background: #004E8F;
    color: #fff;
}

.custom_panel_2_inner a.contact_btn::before {
    background: #fff;
    width: 1px;
    height: 270px;
    position: absolute;
    left: -50px;
    top: 25%;
    content: '';
    transform: translateY(-36%);
    -webkit-transform: translateY(-36%);
    -moz-transform: translateY(-36%);
    -ms-transform: translateY(-36%);
    -o-transform: translateY(-36%);
}

.c_block_1 {
    background: linear-gradient(93.38deg, #004E8F 0.65%, #72C6EF 152.3%);
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 79px;
}

.c_block_1 h3 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 800;
    color: #fff;
    padding: 90px 0;
}

.logo_icon_group {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 79px;
}

.logo_icon_group figure {
    width: 100%;
    display: inline-block;
    margin-bottom: 75px;
}

.custom_panel_3 {
    width: 100%;
    float: left;
    margin-bottom: 250px;
}

.custom_panel_3 figure {
    width: 800px;
    float: left;
    overflow: hidden;
    margin: 0 50px 0 150px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.custom_panel_3_txt {
    width: 525px;
    float: left;
    padding: 40px 0;
}

.custom_panel_3_txt h5 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 20px;
}

.custom_panel_3_txt p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    color: #101010;
    margin: 0 0 27px;
}

.custom_panel_1.odd {
    padding: 0;
    margin-bottom: 184px;
    border: none;
}

.static_banner {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.static_banner figure {
    width: 850px;
    height: 600px;
    float: left;
}

.static_banner figure:last-child {
    float: right;
}

.static_banner figure img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.static_banner figure:last-child img {
    width: 415px;
    height: 290px;
    float: left;
}

.static_banner figure:last-child img:nth-child(2),
.static_banner figure:last-child img:nth-child(4) {
    float: right;
}

.static_banner figure:last-child img:nth-child(3),
.static_banner figure:last-child img:nth-child(4) {
    margin-top: 20px;
}

.static_banner figure.odd:last-child img {
    width: 100%;
    height: auto;
    float: left;
}

.custom_txt_panel {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.custom_txt_panel h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 50px;
}

.custom_txt_panel p {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    color: #101010;
    margin: 0 0 50px;
}

.custom_txt_panel p strong {
    font-weight: 700;
    display: block;
}

.custom_txt_panel p a {
    color: #101010;
    text-decoration: underline !important;
}

.custom_txt_panel p a:hover {
    color: #72C6EF;
}

.custom_txt_panel img {
    margin-bottom: 50px;
}

.custom_txt_panel ul {
    padding: 0 0 0 22px;
    margin: 0;
}

.custom_txt_panel li {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 20px;
}

.board_of_list {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.board_of_list_inner {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C1D2EB;
}

.board_of_list_inner.odd {
    border: none;
}

.board_of_list_inner figure {
    width: 350px;
    float: left;
    overflow: hidden;
    margin-right: 45px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_box1 {
    overflow: hidden;
    display: block;
    position: relative;
}

a.linked_in {
    background: #EBF8FF url(images/linked-in.png) 29px center no-repeat;
    background-size: 24px auto;
    border: 1px solid #688888;
    width: 219px;
    height: 70px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    padding: 23px 10px 23px 60px;
    float: left;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.linked_in:hover {
    background: #fff url(images/linked-in.png) 29px center no-repeat;
    background-size: 24px auto;
}

.board_of_list h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.board_of_list h4 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.board_of_list p {
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    color: #101010;
    margin-top: 22px;
    width: 100%;
    float: left;
}

.board_of_list a.button1 {
    background: #fff;
    border: 2px solid #101010;
    color: #101010;
    clear: both;
}

.board_of_list a.button1:hover {
    background: #136085;
    border-color: #136085 !important;
    color: #fff;
}

.custom_panel_4 {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.custom_panel_4_grd {
    background: linear-gradient(93.45deg, #004E8F -15.49%, #72C6EF 204.4%);
    width: 100%;
    float: left;
    padding: 40px 70px 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.custom_panel_4_grd h4 {
    font-size: 45px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.custom_panel_4_grd p {
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.IPF_committees {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

.IPF_committees .h_txt h2 {
    font-size: 60px;
    margin-bottom: 50px;
}

.IPF_committees ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.8%;
}

.IPF_committees ul li {
    width: 18.4%;
    float: left;
    margin: 0 0.8% 50px;
}

.IPF_committees ul li img {
    display: block;
    width: auto;
    height: 398px;
    margin-bottom: 23px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.IPF_committees ul li strong {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    font-weight: 800;
    color: #101010;
    margin-bottom: 11px;
}

.IPF_committees ul li small {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #101010;
    height: 64px;
    overflow: hidden;
}

.IPF_committees.odd {
    border: none;
}

.news_tab {
    width: 100%;
    float: left;
}

.news_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    margin-bottom: 100px;
}

.news_tab_nav a {
    background: #fff;
    padding: 28px 52px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #101010;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border: 1.5px solid #C1D2EB;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.news_tab_nav a.current {
    background: #136085;
    border-color: #136085;
    color: #fff;
}

.tab_container {
    width: 100%;
    float: left;
}

.news_content {
    width: 100%;
    float: left;
    display: none;
}

.news_block {
    width: 65%;
    float: left;
}

.recommended_news {
    width: 33%;
    float: right;
    border: 1px solid #13608580;
    padding: 40px 36px 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.recommended_news h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C1D2EB;
}

.recommended_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommended_news li {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #101010;
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.recommended_news li img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.recommended_news li small {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #101010;
    padding-bottom: 15px;
}

.news_content .news_block li {
    width: 48%;
}

.news_content .news_block li a.button1 {
    background: #fff;
    border-color: #101010;
}

.news_content .news_block li a.button1:hover {
    background: #136085;
    border-color: #136085;
    color: #fff;
}

.news_panel {
    width: 100%;
    float: left;
    padding: 100px 0 190px;
    margin-top: 20px;
    border-top: 1px solid #C1D2EB
}

.news_panel .recommended_news {
    padding: 0;
    width: 100%;
    float: left;
    border: none;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.news_panel .recommended_news ul {
    margin: 0 -1.1%;
}

.news_panel .recommended_news li {
    margin: 0 1.1% 60px;
    width: 22.7%;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.news_panel .recommended_news li img {
    width: 100%;
    height: auto;
    position: static;
    display: block;
    margin-bottom: 20px;
}

.news_panel .recommended_news li h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 15px;
}

.news_panel .recommended_news li a.button1 {
    width: 170px;
    height: 60px;
    padding: 17px 5px;
    background: #fff;
    border-color: #101010;
    margin-top: 25px;
}

.news_panel .recommended_news li a.button1:hover {
    background: #136085;
    border-color: #136085;
    color: #fff;
}

.custom_form_panel {
    width: 100%;
    float: left;
    margin-bottom: 250px;
}

.form_holder {
    width: 100%;
    float: left;
    border: 1px solid #686868;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form_holder h3 {
    background: #F3FAFF;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #101010;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: -20px;
    left: 30px;
}

.form_box {
    width: 100%;
    float: left;
    padding: 0 60px 37px;
    margin-bottom: 50px;
    border-bottom: 1px solid #68686880;
}

.form_box strong {
    background: #F3FAFF;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #101010;
    padding: 0 10px;
    position: relative;
    top: 18px;
    left: 24px;
    z-index: 1;
}

.form_box strong em {
    color: #FF0000;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}

.form_box ul {
    margin: 0 -4.7%;
    padding: 0;
    list-style: none;
}

.form_box li {
    width: 40%;
    float: left;
    margin: 0 4.7% 20px;
    position: relative;
}

.form_box li.full {
    width: 89.4%;
}

.form_box li p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #686868;
}

.form_box input {
    background: #F3FAFF;
    border: 1px solid #686868;
    outline: none;
    width: 100%;
    height: 100px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #101010;
    padding: 35px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form_box label {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #686868;
    position: relative;
    padding-left: 54px;
}

.form_box label input {
    display: none;
}

.form_box label input:checked+i {
    background: url(images/chk-active-img.png) 0 0 no-repeat;
    background-size: 40px 40px;
}

.form_box label i {
    background: url(images/chk-img.png) 0 0 no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 11px;
}

.form_box h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 22px;
}

.form_box small {
    display: block;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    margin: 0 0 30px;
}

.selectBox {
    width: 100%;
    float: left;
}

.selectBox select {
    background: #F3FAFF url(images/black-drop-arrow.png) 97% center no-repeat;
    background-size: 20px 13px;
    border: 1px solid #686868;
    outline: none;
    width: 100%;
    height: 100px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #101010;
    padding: 35px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
    background: #136085;
    min-width: 304px;
    height: 100px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600px;
    text-align: center;
    padding: 35px 10px;
    color: #fff;
    display: block;
    margin: 0 auto 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

input[type="submit"]:hover {
    background: #0a445f;
}

a.button3 {
    background: #136085;
    width: 304px;
    height: 100px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    padding: 35px 10px;
    color: #fff;
    display: block;
    clear: both;
    margin: 0 auto 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

a.button3:hover {
    background: #0a445f;
}

.ipf_info {
    width: 100%;
    float: left;
    padding-bottom: 250px;
}

.ipf_banner {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 100px;
}

.ipf_banner img {
    margin-bottom: 70px;
    display: inline-block;
    width: 96%;
}

.ipf_banner a.button1 {
    margin-bottom: 70px;
}

.skating_video_panel.nopad {
    margin: 0;
    padding: 0 0 50px;
    border: none;
}

.txt_panel1 {
    width: 100%;
    float: left;
}

.ipf_info h5 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: #000;
    margin: 50px 0;
}

.ipf_info h6 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 800;
    color: #000;
    margin: 50px 0;
}

.ipf_info p {
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    color: #101010;
    text-align: left;
    margin: 0px 0 50px;
    width: 100%;
    float: left;
}

.ipf_info p strong {
    font-weight: 700;
}

.ipf_info span {
    display: block;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
}

.txt_panel1 span a {
    display: inline-block;
    color: #136085;
}

.txt_block {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.txt_block_l {
    float: left;
}

.txt_block_r {
    float: right;
    text-align: right;
}

.img_vdo_block {
    width: 100%;
    float: left;
}

.img_vdo_block figure {
    width: 48.8%;
    float: left;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.img_vdo_block figure:nth-child(2) {
    float: right;
    margin-left: 30px;
}

.skating_video_panel.width {
    margin-top: 100px;
}

.skating_video_panel.width .video {
    width: 48.8%;
    float: left;
    height: 535px;
}

.skating_video_panel.width .video:nth-child(2) {
    float: right;
}

.img_block1 {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.img_block1 ul {
    list-style: none;
    margin: 0 -1.5%;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.img_block1 li {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 40px;
    font-weight: 800;
    color: #101010;
    margin: 0 1.5%;
    text-transform: uppercase;
}

.img_block1 li img {
    display: block;
    width: auto;
    height: 400px;
    margin-bottom: 30px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.img_block1 li small {
    display: block;
    margin: 0 36px;
}

.ipf_info .custom_panel_1_inner {
    margin: 150px 0 100px;
}

.ipf_info .custom_panel_1_inner p {
    font-size: 45px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.c_txt_2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    font-weight: 700;
    color: #000;
}

.c_txt_2 a {
    display: inline-block;
    clear: both;
    color: #136085;
}

.img_banner1 {
    width: 100%;
    float: left;
    padding-top: 20px;
    position: relative;
    margin-bottom: -60px;
}

.img_banner1 figure {
    width: 850px;
    float: left;
}

.img_banner1 figure img {
    width: 100%;
    margin: 0;
}

.img_banner1 figure:nth-child(2) {
    float: right;
}

.c_panel_1 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.c_panel_1_txt {
    width: 1024px;
    float: left;
}

.c_panel_1_txt h6 {
    margin: 0 0 50px;
}

.c_panel_1_img {
    float: right;
    width: 100%;
    max-width: 648px;
}

.c_panel_1 figure,
.c_panel_2 figure {
    margin-top: 50px;
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c_panel_2 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.c_panel_2_txt {
    width: 832px;
    float: left;
}

.c_panel_2_txt h6 {
    margin: 0 0 50px;
}

.c_panel_2_img {
    float: right;
    width: 100%;
    max-width: 850px;
}

a.button3.width {
    width: 380px;
    margin: 50px auto 100px;
}

.IPF_donation_info {
    width: 100%;
    float: left;
}

.IPF_donation_info figure {
    width: 56%;
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.IPF_donation_info_form {
    width: 41%;
    float: right;
    margin-bottom: 250px;
}

.IPF_donation_info_form h3 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 800;
    color: #000;
    margin: 0 0 30px;
}

.IPF_donation_info_form .form_box {
    padding: 0;
    margin: 0;
    border: none;
}

.IPF_donation_info_form .form_box ul {
    margin: 0;
}

.IPF_donation_info_form .form_box li {
    width: 100%;
    margin: 0 0 10px;
}

.c_input_box {
    width: 330px;
    float: left;
    position: relative;
}

.c_input_box:nth-child(2) {
    float: right;
}

.IPF_donation_info_form .form_box input[type="submit"] {
    margin: 80px 0 0;
    width: 100%;
    float: left;
}

.IPF_video_info {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.IPF_video_info h3 {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto 100px;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
}

.IPF_video_info .skating_video_panel {
    border: none;
    margin-bottom: 0;
}

.IPF_video_info .skating_video_panel .h_txt h2 {
    font-size: 50px;
    line-height: 90px;
}

.IPF_championships_history {
    width: 100%;
    float: left;
}

.IPF_championships_history h2 {
    font-size: 45px;
    line-height: 80px;
    font-weight: 800;
    color: #101010;
    text-align: center;
    padding-bottom: 100px;
    margin: 0 0 100px;
    border-bottom: 1px solid #68686880;
}

.championships_year {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    margin: 0 0 100px;
    border-bottom: 1px solid #68686880;
}

.championships_year h3 {
    font-size: 45px;
    line-height: 80px;
    font-weight: 800;
    color: #101010;
    margin: 0 0 50px;
}

.championships_year figure {
    width: 100%;
    display: block;
}

.championships_year.nobor {
    border: none;
    padding-bottom: 150px;
}

.ipf_banner h2 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: #000;
    margin: 15px 0 30px;
}

.ipf_banner p {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    color: #101010;
    text-align: center;
}

.ipf_banner p span {
    display: block;
    color: #136085;
    font-weight: 600;
}

.ipf_banner p a {
    display: inline-block;
    clear: both;
    margin-top: 30px;
    color: #101010;
    font-weight: 700;
    text-decoration: underline !important;
}

.event_post {
    width: 100%;
    float: left;
    padding: 50px 0 250px;
}

.event_post ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.1%;
}

.event_post li {
    width: 31%;
    float: left;
    margin: 0 1.1%;
}

.event_post li figure {
    display: block;
    margin-bottom: 20px;
}

.event_post li h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
    color: #101010;
    margin: 0 0 10px;
}

.event_post li p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 30px;
}

.event_post li a.button3 {
    margin-left: 0;
    width: 200px;
    height: 70px;
    font-size: 20px;
    line-height: 30px;
    padding: 18px 5px;
    border: 2px solid transparent;
}

.event_post li a.button3:hover {
    background: transparent;
    color: #136085;
    border-color: #136085;
}

.c_panel_3 {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    margin-bottom: 50px;
    border-bottom: 1px solid #68686880;
}

.c_panel_3 img {
    width: 564px;
    float: left;
    margin-right: 45px;
}

.c_panel_3_txt {
    position: relative;
    overflow: hidden;
}

.c_panel_3 h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 30px;
    color: #101010;
}

.c_panel_3 h4 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #101010;
}

.c_panel_3 p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    margin: 0 0 35px;
    color: #101010;
}

.c_panel_3 p strong {
    font-weight: 700;
}

.c_panel_4 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding-bottom: 250px;
}

.c_panel_4 h3 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 800;
    color: #101010;
    margin: 0 0 50px;
}

.c_panel_4 span {
    display: block;
    font-size: 45px;
    line-height: 80px;
    font-weight: 800;
    color: #136085;
    padding-bottom: 150px;
}

.c_panel_4 small {
    width: 300px;
    margin: 0 50px;
    display: inline-block;
    vertical-align: top;
}

.general_content {
    width: 100%;
    float: left;
    padding-bottom: 250px;
}

.general_content p {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    color: #101010;
}


/*responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1700px) {}

@media only screen and (max-width:1501px) {}

@media only screen and (max-width:1365px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:1099px) {}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:690px) {}

@media only screen and (max-width:667px) {}

@media only screen and (max-width:615px) {}

@media only screen and (max-width:560px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}