:root {
    --menu-size-dynamic: 40px;
    --font-size-dynamic: 25px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pattaya', sans-serif;
}

ul li {
    padding: 0;
    margin: 0;
}

.speedbar {
    margin: 5px;
	text-decoration: none;   
    color: #000; 
}
.speedbar a {
	text-decoration: underline;
    color: #000;
}


.fixed-top {
    position: fixed;
    top: 0;
    left: unset;
    right: unset;
}

header {
}

header .img__logo {
    background: url("../img/logo.png") no-repeat center -15px;
    background-attachment: fixed;
    background-size: 650px;
    height: 210px;
}

header .header__left__text__block {
    margin: 20px 0;
    font-family: 'Pattaya';
    font-size: 14px;
}

header .img__logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
}

header .header__right__text__block {
    float: right;
    margin: 20px 0;
    font-family: 'Pattaya';
    font-size: 14px;
}

header .text__logo a {
    font-family: 'Pattaya', sans-serif;
    padding-left: 20px;
    color: #fff;
    height: var(--menu-size-dynamic);
    line-height: var(--menu-size-dynamic);
    font-size: var(--font-size-dynamic);
    float: left;
    text-decoration: none;
}

header .menu__row {
    height: var(--menu-size-dynamic);
    line-height: var(--menu-size-dynamic);
    background: #000;//#333;
    border-radius: 13px;
}

header nav ul {
    display: flex;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    height: var(--menu-size-dynamic);
    line-height: var(--menu-size-dynamic);
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    display: block;
}

header nav ul li a:hover,
header nav ul li a.active{
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

header nav.active {
    background: rgba(0,0,0,.8);
}

/* Sub menu */

header nav ul li a .down {
    padding-left: 5px;
    font-size: 20px;
    display: unset;
}

header nav ul li a .up {
	display: none;
}

header nav ul li.active a .down {
	display: none;
}

header nav ul li.active a .up {
    padding-left: 5px;
    font-size: 20px;
    display: unset;
}

header nav ul li ul {
    position: absolute;
    /*left: 0;*/
    background: #000;//#333;
    display: none;
    z-index: 2000;
}

header nav ul li.active ul {
    display: block;
    width: 200px;
    padding: 0;
    text-align: center;
}

header nav ul li ul li {
    display: block;
    width: 200px;
}

/* End sub menu*/

header .search__top {
    display: none;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

header .language__top {
    /*padding: 0 20px;*/
}

.menu-toggle {
    color: #ffffff;
    float: right;
    line-height: var(--menu-size-dynamic);
    font-size: var(--font-size-dynamic);
    cursor: pointer;
    display: none;
}

.stories {
	/* margin-bottom: 60px; */
    margin-bottom: 10px;
}

img.fr-dii {
	vertical-align: -webkit-baseline-middle;
}

.video-section-caption {
	text-align: center;
    margin-bottom: 10px;
}

.video-section-caption a{
	color: #000;
}


.video__grid {
    margin-bottom: 60px;
}

.video__grid__items {
}

.mycenter {
	text-align: center;
}

.video__grid__item { 
    margin: 10px 10px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 2px 18px rgba(0,0,0,0.5);
}

.video__item__img {
	margin-bottom: 10px;
}

.video__item__title {
	text-align: center;
}

.video__item__title a {
    font-size: 18px;
    color: #000;
}

.youtube_video_frame {
    width: -webkit-fill-available;
    height: 500px;
}

.calendar_frame {
    width: -webkit-fill-available;
    height: 100vh;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
    overflow-x: scroll;

	/* important:  dimensions or positioning here! */
}

.nav__row {
	height: 30px;
    text-align: center;
}

.nav__row__col .nav__btn {
	border: 1px solid #000;
    width: fit-content;
    padding: 2px 10px;
}

.nav__row__col a {
	color: #000;
}

.nav__row__col span {
	font-weight: bold;
}

.nav__row__col i {
	margin: 0 5px;
}

.nav__row__col a i {
	margin: 0 5px;
}

.row_green {
	background: rgba(51, 170, 51, .2) !important;/*#09f311 !important;    */
}

.row_grey {
	background: rgba(204, 181, 6, 0.2) !important;
}

.row_brown {
	background: #98bed1 !important;
}

.black__box {
    width: 130px;
    background: #000;
    color: #fff;
    padding: 5px 5px;
    text-align: center;    
}    

.red__box {
    width: 130px;
    background: red;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
}

.calendar {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 10px;
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #000;
}

.nav-pills .nav-link {
	color: #000;
}

.calendar>.fc-toolbar>.fc-left>.btn-group>.fc-prev-button, 
.calendar>.fc-toolbar>.fc-left>.btn-group>.fc-next-button,
.calendar>.fc-toolbar>.fc-right>.fc-today-button {
	background: #000;
    border: 1px solid #000;
}

.fc-day-grid-event .fc-content {
	height: 25px;
}

.fc-day-header {
	background: #000;
    color: #fff;
}

.fc-center {
	text-transform: capitalize;
}

#eventDetailDialog .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 40%;
    margin: 0 auto;
    max-width: 700px;
}

#modalSMS .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 45%;
    margin: 0 auto;
}

#modalContact .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

#lccDetailDialog .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

footer {
    /*position: fixed;*/
    position: relative;
    bottom: 0px;
    height: 60px;
    color: white;
    padding: 0;
    margin: 0;
    width: -webkit-fill-available;
}

footer .container {
    height: 100%;
}

.footer___counters {
	background: #000;
}

.partners__grid {
	margin: 10px 0;
}

.tournament__btn {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 5px;
}

.tournament__btn:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    border-radius: 5px;
}

.tournament__details__btn {
    width: 120px;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 5px;
    margin: 5px 0;
}

.event__label {
	padding-top: 10px;
}

.tournament__details__btn:hover {
/*    width: 120px;
    border: 1px solid #000;*/
    color: #000;
    background: #fff;
/*    border-radius: 5px;
    margin: 5px 0;*/
}

.tournament__details__btn.disabled {
	display: none;
    /*cursor: not-allowed;*/
}

.form__control {
	border: 1px solid #000;
}

.form__control__prepend {
    border-radius: .25rem 0 0 .25rem;
	border: 1px solid #000;
    background: #000;
    color: #fff;
    width: 50px;
}

.tournament__teams__detail {
	display: inline-block;
    width: -webkit-fill-available;
    padding: 5px 5px;
    text-align: left;
    font-weight: bold;
}

.tournament__price {
	display: inline-block;
    width: 50%;
    padding: 5px 5px;
    text-align: left;
    font-weight: bold;
}

.red {
	color: red;
    font-size: 16px;
    text-align: center;
}

.modal-header {
    background: #000;
    color: #fff;
}

.close, .close:hover {
	color: #fff;
}

.btn-secondary {
	background: #000;
    color: #fff;
}

.col_tournament__buttons {
	text-align: center;
}

.col__tournament_description {
	max-height: 400px;
    overflow-y: auto;
}

.lcc__btn {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 5px;
    font-size: 19px;
    padding-top: 3px;
  	width: 50px;
    height: 35px;
    text-align: center;
}

.lcc__btn:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    border-radius: 5px;
}

.nav-pills .nav-item {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 5px;
}

.fc-scroller>.fc-day-grid-container {
	overflow: unset;
    height: unset;
}

footer .footer_row {
    /*height: 100%;*/
    background-color: #000;//#333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*border-top: 1px solid rgba(178, 178, 178, 0.26);*/
}

footer .copyright {
  /*  font-family: 'Pattaya', sans-serif;*/
    font-weight: 100;
    font-size: 16px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .copyright a {
    color: white;
}

footer .copyright a:hover {
    text-decoration: none;
}

footer .copyright .developed {
	font-size: 12px;
    color: #cac7c7;
}

footer .copyright .developed a {
    color: #cac7c7;
}

.social-whatsapp {
    text-align: center;
    padding-right: 10px;
}

.social-whatsapp a {
    margin: 10px 0;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background-color: #25D366;
    font-size: 22px;
    color:white;
    text-decoration: none;
}

.social-telegram {
    text-align: center;
    padding-right: 10px;
}

.social-telegram a {
    margin: 10px 0;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background-color: #0088cc;
    font-size: 22px;
    color:white;
    text-decoration: none;
}

.social-instagram {
    text-align: center;
    padding-right: 10px;
}

.social-instagram a {
    margin: 10px 0;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 35%;
    display: block;
    font-size: 22px;
    color:white;
    text-decoration: none;
    background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-viber {
    text-align: center;
    padding-right: 10px;
}

.social-viber a {
    margin: 10px 0;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background-color: #8f5db7;
    font-size: 22px;
    color:white;
    text-decoration: none;
}

.social-fb {
    text-align: center;
}

.social-fb a {
    margin: 10px 0;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background-color: #3b5998;
    font-size: 22px;
    color:white;
    text-decoration: none;
}

.social-mail {
    margin-left: 10px;
    text-align: center;
}

.social-mail a {
    margin: 10px 0;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    font-size: 22px;
    background-color: #fff;
    color:#000;
    text-decoration: none;
}

.language__top img {
    width: 32px;
    height: 32px;
}

section .container {
    margin-top: 10px;
}

.static__content {
    padding: 10px 0;
    text-align: justify;
}

.static__content__row {
	text-align: justify;
    width: 100%;
}

.static__content__body {

}

.static__content__body a {
    color: #000;
}
.static__content__date {
    font-size: 10px;
    margin: 10px 0;
}

.story__content {
    padding: 10px 0;
    text-align: justify;
}

.story__body {
	width: -webkit-fill-available;
}

.story__body a {
    color: #000;
}

.story__date {
    font-size: 10px;
    margin: 10px 0;
}

.story__more {
    margin-top: 20px;
    display: block;
    color: #fff;
}

.story__more a {
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}

.story__more i {
    padding-left: 10px;
 }

.story__more a:hover {
    background: #000;
    color: #fff;
}

.story__devider {
    margin-top: 10px;
    font-size: 20px;
    height: 30px;
    text-align: center;
    color: #B0B0B0
}

.banner {
	width: 468px;
    height: 55px;
}

/* Media queries*/

@media (max-width: 1200px) {

    .container {
        max-width: 90%;
    }
    
    header .header__left__text__block, header .header__right__text__block {
    	font-size: 12px;
    }
}

@media (max-width: 960px) {

    :root {
        --menu-size-dynamic: 35px;
        --font-size-dynamic: 20px;
    }
   
    header .header__left__text__block, .header__right__text__block {
    	font-size: 10px;
    }
   
    header nav ul li.active ul {
        display: block;
        position: relative;
        width: -webkit-fill-available;
    }
    
    header nav ul li ul li {
        width: 100%;
    }
    
    .youtube_video_frame {
    	width: -webkit-fill-available;
    	height: 40vh
	}
    
    .menu-toggle {
        display: block;
    }
    
    .language__col {
    	padding: 0;
	    line-height: 33px;
    }

    header nav {
        position: absolute;
        width: 100%;
        height: calc(100vh - var(--menu-size-dynamic));
        background: #000;//#333;
        top: var(--menu-size-dynamic);
        left: -150%;
        transition: 0.5s;
    }

    header nav.active {
        left: 0;
        width: 100vw;
        border-radius: 8px;
        z-index: 1000;
    }

    header nav ul {
        padding: 0px 20px;
        display: block;
        text-align: center;
    }
    header nav ul li a {
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    header .language__top {
        padding: 0 10px;
    }

    header .img__logo {
        height: 110px;
    }

    header .text__logo a {
        padding-left: 10px;
        height: var(--menu-size-dynamic);
        line-height: var(--menu-size-dynamic);
        font-size: 18px;
    }

    .menu-toggle {
        line-height: var(--menu-size-dynamic);
        font-size: 20px;
    }

    header .search__top {
        font-size: 18px;
    }

    header nav ul {
        padding: 0px 20px;
        display: block;
        text-align: center;
    }

    header .menu__row {
        height: var(--menu-size-dynamic);
        line-height: var(--menu-size-dynamic);
    }

    header nav ul li a {
        height: var(--menu-size-dynamic);
        line-height: var(--menu-size-dynamic);
        padding: 0;
    }

    header .img__logo {
        background-size: 450px;
        height: 160px;
    }

    footer {
        height: unset;
    }

    footer .container {
        height: unset;
    }

    footer .footer_row {
        height: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    footer .social_row {
    	border-bottom: 1px solid #807e7e;
    }
    
    footer .copyright {
        font-size: 10px;
    }
    
    footer .copyright .developed {
		font-size: 8px;
    	color: #cac7c7;
	}

	footer .copyright .developed a {
    	color: #cac7c7;
	}
    
    /*footer .social-whatsapp a {
        width: 30px;
        height: 30px;
        font-size: 20px;
        padding-top: 1px;
    }
    
    footer .social-telegram a {
        width: 30px;
        height: 30px;
        font-size: 20px;
        padding-top: 1px;
    }
    
    footer .social-instagram a {
        width: 30px;
        height: 30px;
        font-size: 20px;
        padding-top: 1px;
    }

    footer .social-viber a {
        width: 30px;
        height: 30px;
        font-size: 20px;
    	padding-top: 1px;        
    }

    footer .social-fb a {
        width: 30px;
        height: 30px;
        font-size: 20px;
    	padding-top: 1px;        
    }*/
    
    .fc-center h2 {
    	font-size: 24px;
    	padding-top: 5px;
    }

    .banner {
		margin: 5px 0;
        width: 350px;
    	height: 55px;
	}

}

@media (max-width : 812px) and (orientation: landscape) {
    :root {
        --menu-size-dynamic: 35px;
        --font-size-dynamic: 20px;
    }
    
    header nav.active {
        left: 0;
        width: 100vw;
        border-radius: 0;
    }

    header .img__logo {
        background-size: 450px;
        height: 160px;
    }  
    
    header .header__left__text__block, .header__right__text__block {
    	display: none;
    }
}

@media (max-width : 768px) {
    :root {
        --menu-size-dynamic: 35px;
        --font-size-dynamic: 20px;
    }   
    
    .tournament__teams__detail.red {
		font-size: 16px;
    }

    header nav.active {
        left: 0;
        width: 100vw;
        border-radius: 0;
    }

    header .menu__row {
        border-radius: 0;
    }

    .container {
        max-width: 100%;
    }

    header .img__logo {
        background-size: 450px;
        height: 160px;
    }
    
    .tournament_detail_img {
    	display: none !important;
    }
}

@media (max-width : 500px)
{
    :root {
        --menu-size-dynamic: 35px;
        --font-size-dynamic: 20px;
    }
    
    .event__label {
		padding-top: 5px;
	}

    
    #eventDetailDialog .modal-dialog {
    	-webkit-transform: unset;
        margin: 5px 5px;
        top: 0px;
	}
    
    .col__tournament_description {
		-webkit-overflow-scrolling: touch;
        max-height: 300px;
    	overflow-y: auto;
        z-index: 3000;
	}


    header .header__left__text__block, .header__right__text__block {
    	display: none;
    }
    header nav.active {
        left: 0;
        width: 100vw;
        border-radius: 0;
    }

    header .menu__row {
        border-radius: 0;
    }

    header nav ul li a {
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    header .img__logo {
        background-size: 350px;
        height: 110px;
    }
    
    .tournament_detail_img {
    	display: none !important;
    }    
    
    .tournament__details__btn {
    	width: 110px;
    }    
}

/*iPhone 5*/
@media (max-width : 322px) {

    :root {
        --menu-size-dynamic: 35px;
        --font-size-dynamic: 20px;
    }

    header nav.active {
        left: 0;
        width: 100vw;
        border-radius: 0;
    }

    header .menu__row {
        border-radius: 0;
    }

    header nav ul li a {
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    header .search__top {
        padding-right: 10px;
    }

    header .language__top {
        padding: 0;
    }

    header .img__logo {
        background-size: 340px;
        height: 110px;
    }
   
    .tournament_detail_img {
    	display: none !important;
    }

}