/*create by Clean Style*/

/* COLORS 
gray - 4f4f4f
green light - a4c4c4
blue - 34ccff
orange - FF8200  \  FF8E19

*/

/* ================================= MAIN =================================*/
html, body { height:100%; width: 100%;}
body { background:#f9f9f9; margin:0; padding:0; font-size:16px; font-family: 'Ubuntu', sans-serif; color:#333333; min-height:100%; height:auto!important; position:relative; }
img {border:none; outline:none;}
a {outline-style: none; color:#333; text-decoration: none; outline: none;
	transition:color 0.3s;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
	-o-transition:color 0.3s;
}
a:visited {text-decoration: none; outline: none; color:#333;}
a:hover {text-decoration: none; outline: none; color:#288990;}
.left { float:left;}	
.right { float:right;}
.clear { clear:both; font-size:0; line-height:0;}

h1 {}
h2 {color: #000000; font-weight: 400; padding: 40px 0; font-size: 48px; line-height: 48px;}
h3 {}
h4 {}
h5 {}
h6 {}

#container {padding: 0 0 0 0;}

#scrollTop { background: #288990; border-radius: 50%; position: fixed; color:#fff; text-align: center;  font-size: 20px; transition: background .3s, opacity .3s; z-index:1000; opacity: 0; width: 60px; height: 60px; padding: 15px 0 0 0; bottom:-300px; right:30px;}
#scrollTop:hover {opacity: 1!important;background: #34ccff; cursor:pointer;}
.visibleOn {opacity: 0.5!important;  bottom:30px!important; }

.top-menu {overflow: hidden;}
.top-menu .button {display: inline-block; margin: 10px 0 0 20px; width: auto;}
.top-menu .button i {color: #fff; font-size: 13px; transition: color .3s; margin: 0 5px 0 5px; display: inline-block;}
.top-menu .button a {background: #288990; color: #fff; padding: 0px 30px; display: block; border-radius: 5px; line-height: 40px; font-size: 14px; transition: background .3s, color .3s; font-weight: 700; text-align:center; text-transform: uppercase;}
.top-menu .button a:hover {color:#288990; background: #fff;}
.top-menu .button a:hover i {color:#288990;}

/* ================================= BOOTSTRAP =================================*/

.custom-select {cursor:pointer; line-height: 30px; height: 50px; transition:all .3s;}
.custom-select:focus {border-color:#34ccff; box-shadow:0 0 0 .2rem rgba(52,204,255,.4);}
.custom-select:active {border-color:#34ccff; box-shadow:0 0 0 .2rem rgba(52,204,255,.4);}

.form-control {border-radius: 5px; font-size: 14px; line-height: 28px; border: 1px solid #ced4da; padding: 10px 15px; transition:all .3s;}
.form-control:focus {border-color:#34ccff; box-shadow:0 0 0 .2rem rgba(52,204,255,.4);}
.form-control:active {border-color:#34ccff; box-shadow:0 0 0 .2rem rgba(52,204,255,.4);}


.radio-item label {display: inline-block; position: relative; padding:0 0 0 30px; cursor:pointer; transition: color .3s;}
.radio-item label:hover {color: #34ccff;}
.radio-item label::before {content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0; top: 2px; border: 2px solid #a4c4c4; border-radius: 50%; transition: border 0.3s;}
.radio-item label::after {display: inline-block; position: absolute; content: ""; width: 12px; height: 12px;   left: 4px; top: 6px; border-radius: 50%; background-color: #0f9ac9; transform: scale(0, 0); transition: transform 0.3s;}
.radio-item input[type="radio"] {opacity: 0; z-index: 1; display: none; width: 1px; height: 1px; overflow: hidden;}
.radio-item input[type="radio"]:hover + label::before {border:2px solid #34ccff;}
.radio-item input[type="radio"]:checked + label {color:#0f9ac9;}
.radio-item input[type="radio"]:checked + label::before {border:2px solid #0f9ac9;}
.radio-item input[type="radio"]:checked + label::after {transform: scale(1, 1);}
.radio-item input[type="radio"]:disabled + label {opacity: 0.65;}
.radio-item input[type="radio"]:disabled + label::before {cursor: not-allowed;}


/* Hide checkbox */
input[type="checkbox"]{opacity: 0; width: 1px; height: 1px; overflow: hidden; display: none;}
input[type='checkbox'] + label {transition: color .3s; position: relative; margin: 0px; line-height: 30px; padding-left:50px; display: block; cursor:pointer;}
input[type='checkbox'] + label:hover {color:#34ccff;}  
input[type='checkbox'] + label::before {content: ''; width: 40px; height: 20px; background:#c7d3d3; border-radius: 10px; transition: background .3s; position: absolute; top: 5px; left:0;} 
input[type='checkbox'] + label::after {content: '';width: 14px; height: 14px; position: absolute; background-color:#fff; top: 8px; border-radius: 50%; left:3px; transition: left .3s;}
/* CheckBox checked color label */
input[type='checkbox']:checked + label {color:#0f9ac9;}  
input[type='checkbox']:hover + label::before {color:#34ccff; background-color: #34ccff;}
input[type='checkbox']:hover + label::after {color:#34ccff;}
input[type='checkbox']:checked + label::before {color:#0f9ac9; background-color: #0f9ac9;} 
input[type='checkbox']:checked + label::after {left:23px;} 

.modal-dialog {min-width: 1200px;}

/* ================================= HOME =================================*/

.top-slider {background-repeat: no-repeat; background-position: center center; min-height: 400px; position: relative; z-index: 10;}
.top-slider-short {background-repeat: no-repeat; background-position: center center; height: 60px; position: relative; z-index: 10; background-image:url('/images/top-slider-short.png');}
.empty_latest {text-align:center; font-size:24px; margin:60px auto; color:#288990;}

.top-menu {height: 60px; background: rgba(11,47,75,0.75);  position: absolute; left: 0px; top: 0px; z-index: 20;}
.top-menu .logo {display: block;}
.top-menu .logo img {max-height: 60px; padding: 10px 0;}

.top-menu .contacts {font-size: 14px; color:#a4c4c4; line-height: 30px; display: inline-block; margin:14px 0 0 0;}
.top-menu .contacts a {color:#a4c4c4; margin:0 3px 0 3px; padding: 0 3px 0 3px; transition: color .3s;}
.top-menu .contacts .social {padding: 0 5px; margin: 0px;}
.top-menu .contacts i {margin: 0 5px 0 0; color: #34ccff; transition: color .3s;}
.top-menu .contacts span {margin: 0 0 0 5px; padding: 0 0 0 5px;}
.top-menu .contacts a:hover {color:#fff;}
.top-menu .contacts a:hover i {color:#fff;}
.top-menu .contacts .fab {margin: 0; color: #fff; padding: 20px 5px; font-size: 16px;}
.top-menu .contacts .fab:hover {color: #34ccff;}

.top-slider .eventName {padding: 150px 0 30px 0; font-size: 72px; font-weight: 700; line-height: 72px; color: #fff; }
.top-slider .eventName > div {text-shadow:0 0 20px  #595959;}
.top-slider .eventDescription {font-size: 16px;}
.top-slider .eventDescription .date {color:#fff; margin: 14px 0 0 0;}
.top-slider .eventDescription .city {color:#34ccff;}
.top-slider .eventDescription .button a, .top-slider .eventDescription .button a:active, .top-slider .eventDescription .button a:visited  {background: none; border: 2px solid #34ccff; font-size: 18px; line-height: 50px; border-radius: 10px; padding: 0 20px; display: inline-block; margin: 10px 0 0 0; transition: background .3s; width: 100%; font-weight: 500; text-transform: uppercase; width: auto; color:#fff;}
.top-slider .eventDescription .button a:hover {background: #34ccff; border: 2px solid #34ccff; color:#fff;}

.main-menu { background: #fff; font-size: 18px; font-weight: 400; box-shadow: 0 0 4px #b8b8b8;}
.main-menu ul {margin: 0px; padding: 0px;}
.main-menu li {margin: 0px; padding: 0px; list-style: none; display:inline-block; width: auto; text-align: center;}
.main-menu a {margin: 0px; padding:0 30px;  display: block; color: #b8b8b8; line-height: 60px; border-bottom: 3px solid #fff; transition:color .3s, border .3s; font-size: 18px;}
.main-menu a:hover {border-bottom: 3px solid #34ccff; color: #34ccff;}

.eventList .event {margin: 0 0 60px 0;}
.eventList .event .image img {width: 100%;}
.eventList .event .name {color: #288990; line-height: 20px; font-size: 18px; max-height: 60px; padding: 10px 0;  height: 60px; font-weight: 400; overflow: hidden; margin-top: 0px; font-style: normal;}
.eventList .event .shortDescription {font-size: 14px; color: #4f4f4f; line-height: 18px; font-weight: 300; height: 55px; overflow: hidden;}
.eventList .event .registration {padding:10px 0 5px 0; color: #4f4f4f; font-size: 14px; font-weight: 400; border-top: 2px solid #a4c4c4; margin: 10px 0 0 0;}
.eventList .event .date {padding:5px 0; color: #4f4f4f; font-size: 14px; font-weight: 400; margin:5px 0 0 0;}
.eventList .event .place {padding:5px 0; color: #4f4f4f; font-size: 14px; font-weight: 400; min-height: 52px;}
.eventList .event span.title {display: block; width: 90px; color: #288990; float: left;}
.eventList .event span.data {display: block; width: 164px; color: #000; float: right;}
.eventList .event .registration::after {content: ''; display: block; width: 100%; height: 0px; clear: both; float:none;}
.eventList .event .date::after {content: ''; display: block; width: 100%; height: 0px; clear: both; float:none;}
.eventList .event .place::after {content: ''; display: block; width: 100%; height: 0px; clear: both; float:none;}
.eventList .event .details::before {content: ''; display: block; clear: both; float: none; height: 10px;}
.eventList .event .details a {width: 90%; margin: 0 5%;}

.datepicker-days .clear {font-size:14px; line-height:16px;}
.datepicker-months .clear {font-size:14px; line-height:16px;}
.datepicker-years .clear {font-size:14px; line-height:16px;}
.datepicker-decades .clear {font-size:14px; line-height:16px;}
.datepicker-centuries .clear {font-size:14px; line-height:16px;}

.bestClub {background: url('../images/cl_bg.png') no-repeat center center;}
.bestClub img {max-height: 100px;}
.bestClub .item {text-align:center; margin-top:60px; margin-bottom: 90px;}
.bestClub h2 {color: #fff;}

.ad_image {background:url('/images/quote_bg.jpg') no-repeat center 100px; font-size:16px; margin:60px auto;}
.ad_image .image {margin:40px 0 10px 0;}
.ad_image {}
.ad_image .text {margin:15px 0;}

.news {}
.news .item {margin: 0 0 60px 0;}
.news .item .image {width: 100%;}
.news .item .thumbnail img {width: 100%;}
.news .item .image img {width: 100%;}
.news .item .name {color: #288990; line-height: 22px; font-size: 16px; padding:0 0 10px 0; margin: 0 0 15px 0; height: 110px; font-weight: 400;}
.news .item .date {padding: 0; color: #4f4f4f; line-height: 40px; font-size: 16px; font-weight: 400;}
.news .item .details a {line-height: 50px; border-radius: 5px; background: #288990; display: inline-block; text-align: center; text-transform: uppercase; color: #fff; font-weight: 700; transition: background .3s; padding: 0 30px; width: 80%; margin:10px 10% 0 10%;}
.news .item .details a:hover {background: #34ccff;}

.nums h2 {color: #fff;}
.nums {background: url('../images/nums_bg.jpg') no-repeat center center; color:#fff; font-size: 24px; padding-top:0px; padding-bottom: 120px; font-weight: 500;}
.nums b {display: block; font-size: 72px; margin: 15px 0 15px 0; line-height: 78px;}

.top-slider-subpage {height: 60px;}

/* ================================= information =================================*/
.information {margin-bottom:50px;}
.information h1 {color: #000000; font-weight: 400; padding: 40px 0; font-size: 48px; line-height: 48px;}

.author {}
.author .image {background:rgba(11, 47, 75, 0.75); position: relative; margin: 0 0 20px 0;}
.author .author_slogan {background:rgba(11, 47, 75, 0.75); position: absolute; width: 100%; font-size: 24px; color:#fff; font-weight: 700; padding: 10px 20px; bottom: 0px; left: 0px;}
.soc-icons {color:#288990;}
.soc-icons a {display: inline-block; padding: 8px 0; border:2px solid #288990; width: 40px; height: 40px; text-align: center; margin-right: 10px; transition: background .3s;}
.soc-icons i {color:#288990; font-size: 16px; transition: color .3s;}
.soc-icons a:hover {background: #288990; color:#fff;}
.soc-icons a:hover > i {color:#fff;}

.contacts {margin-bottom:40px;}
.contacts .icons {}
.contacts input[placeholder]:focus { color: red; }
.contacts .type {padding: 20px 0;}
.contacts .text {color:#4f4f4f;}
.contacts .type a {color:#c1c1c1; text-transform: uppercase; font-size: 16px;}
.contacts .icons a {text-align: center; width: 115px; height: 115px; line-height: 115px; background:#c1c1c1; color:#fff; font-size: 30px; border-radius: 50%; margin: 0 auto; display: block; border:2px solid #f9f9f9; transition: background .3s, border .3s, box-shadow .3s, transform .3s;}
.contacts .icons a:hover {background: #288990; border:2px solid #288990; box-shadow:inset 0 0 0 10px #fff; transform: rotate(15deg);}
.contact-form {background: url(/images/form_bg.jpg) no-repeat center top; padding-bottom:40px;}
.contact-form .legend {color:#fff; font-size: 46px; padding: 40px 0 20px 0; line-height: 46px;}
.contact-form .action {color:#34ccff; font-size: 24px; padding:0 0 20px 0;}
.contact-form .button input[type="submit"] {background: none; border: 2px solid #34ccff; font-size: 18px; line-height: 50px; border-radius: 10px; padding: 0 20px; display: inline-block; margin: 10px 0 0 0; transition: background .3s; width: 100%; font-weight: 500; text-transform: uppercase; width: auto; color: #fff; cursor:pointer;}
.contact-form .button input[type="submit"]:hover {background: #34ccff; border: 2px solid #34ccff; color:#fff;}
.contact-form textarea {height:110px; max-height:110px; min-height:110px;}

.news-thumb {position: relative; margin: 0 0 40px 0; padding:0 0 40px 0; border-bottom:1px solid #c1c1c1;}
.news-thumb .image img {width: 100%; height: auto;}
.news-thumb h4 a { font-size: 24px; color: #288990;}
.news-thumb .date {padding: 10px 0; color: #c1c1c1;}
.news-thumb .description {color: #4f4f4f;}
.news-thumb .button-group {position: absolute; bottom: 0px;}

.news-details h1 {font-size: 48px; font-weight: 400; margin: 40px 0;}
.news-details {font-size: 16px; line-height: 24px;}
.news-details p {text-indent: 15px; margin: 10px 0;}
.news-details .thumbnail {margin: 0 0 40px 0;}

.news-results {color:#c1c1c1;}
.news-pagination .pagination {display: block;}
.news-pagination li {display: inline-block;}
.news-pagination li.active {font-size: 14px; font-weight: 500; font-family: "Ubuntu", Arial, sans-serif; border-radius: 5px; text-align: center; border:none; color:#fff; background-color: #727b84; border:none; line-height: 40px; display: inline-block; text-align:center; min-width:40px; height:40px; padding: 0 20px; margin:0 10px;}
.news-pagination li a {font-size: 14px; font-weight: 500; font-family: "Ubuntu", Arial, sans-serif; border-radius: 5px; text-align: center; border:none; color:#fff; background-color: #a4c4c4; border:none; line-height: 40px; display: inline-block; text-align:center; min-width:40px; height:40px; padding: 0 20px; margin:0 5px; transition: background-color .3s;} 
.news-pagination li a:hover {background-color: #727b84;}

.welcome-account {font-family: "Ubuntu", Arial, sans-serif; font-size:16px; line-height:22px;}
.welcome-account h5 {font-size: 18px; font-weight: 500; margin:0 0 10px 0; height:70px;}
.welcome-account > div > div {background:#fff; padding:20px; text-align:center; min-height:290px; margin:0 0 20px 0; transition: box-shadow .3s; cursor:default;}
.welcome-account > div > div:hover {box-shadow: 0 0 15px #a7d7da;}
.welcome-account p {line-height:22px;}

.welcome-account-inactive {font-family: "Ubuntu", Arial, sans-serif; color: #b8b8b8;}
.welcome-account-inactive h5 {font-size: 18px; font-weight: 500; margin:0 0 10px 0; height:70px;}
.welcome-account-inactive > div > div {background:#fff; padding:10px; text-align:center; min-height:290px; margin:0 0 20px 0;}
.welcome-account-inactive p {line-height:17px;}

/* ================================= DETAILS =================================*/
.top-slider .prize {color:#fff; font-size: 26px; font-weight: 700; line-height: 36px; margin: 0 auto; display: block; width: 330px;}
.top-slider .prize .cup {content: "\f091"; display:block; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 48px; border:2px solid #fff; border-radius: 50%; width: 90px; height: 90px; text-align: center; padding-top:26px; float: left; margin-right: 30px;}
.top-slider .prize span {font-size: 48px;}


.eventDetails {color:#4f4f4f; font-weight: 400;}

.eventDetails hr {height: 1px; background-color:#c8c8c8; display: block; width: 100%; border:none; }

.eventDetails .mainData .details-right {margin-top: 40px;}
.eventDetails .mainData .details-right p {color:#a4c4c4; font-size: 16px;}
.eventDetails .mainData .details-right .eventCounter {color:#4f4f4f; font-size: 40px;}

.eventDetails .fullEventName {color:#4f4f4f; font-weight: 300; margin-top: 30px; margin-bottom: 30px; font-size: 1.5rem;}
.eventDetails h4 {color:#272727; font-weight: 300; margin-top: 30px; margin-bottom: 30px;}
.eventDetails .eventNums {color:#a0a0a0; font-size: 16px;}
.eventDetails .eventInfo {margin-top: 10px;}
.eventDetails .eventInfo .title {color:#a4c4c4; font-size: 16px;}
.eventDetails .eventInfo .data {color:#4f4f4f; font-size: 16px;}

.league .title {color:#a4c4c4; font-size: 16px;}
.league .data {color:#4f4f4f; font-size: 16px;}

.eventDetails .eventInfo .col-4 {color:#a4c4c4; font-size: 16px;}
.eventDetails .eventInfo .col-8 {color:#4f4f4f; font-size: 16px;}

.eventDetails .league .title {color:#a4c4c4; font-size: 16px;}
.eventDetails .league .data {color:#4f4f4f; font-size: 16px;}

.eventDetails .evetnStyles {font-size: 16px; }
.eventDetails .evetnStyles::after {clear:both; display: block; content: ''; font-size: 0px; line-height: 0px;}
.eventDetails .evetnStyles ul {margin: 0px; padding:0 0 0 15px;}
.eventDetails .evetnStyles li {list-style: square;}

.eventDetails .league {margin-bottom: 10px; font-size: 16px;}
.eventDetails .judges {}
.eventDetails .judges .name {}
.eventDetails .judges .nickName {font-weight: 700;}
.eventDetails .judges .position {color: #a4c4c4;}
.eventDetails .judges img {border-radius: 50%; overflow: hidden;}

.eventDetails .eventVideos {margin-bottom: 30px; margin-top:30px;}
.eventDetails .sponsor img {max-height: 70px; text-align: center; margin-bottom: 30px; max-width: 100%;}

.eventDetails .social {}
.eventDetails .social a {display: inline-block;  color: #a4c4c4; border: 2px solid #a4c4c4; width: 65px; height: 65px; font-size: 30px; text-align: center; padding: 7px 0 0 0; border-radius: 50%; transition: color .3s, background-color .3s; margin:0 0 30px 0;}
.eventDetails .social a:hover {background-color:#a4c4c4; color: #fff; }

.battle_details {padding-top: 30px;}
.fb_iframe_widget {margin-bottom: 30px;}


/* ================================= ACCOUNT =================================*/

.account {min-height: 800px;}
.account h4 {font-size: 24px; color: #4f4f4f; font-style: italic; font-weight: 400; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #34ccff;}
.account .content {padding-bottom:30px;}
.account .content .line {margin-bottom: 15px; margin-top:15px;}
.account .content .label {line-height: 30px; padding-top: 9px; padding-bottom: 10px;}
.account .content .help {line-height: 16px; padding-top: 9px; padding-bottom: 3px; font-style: italic; color:#bfbfbf; font-size:14px;}
.account .content .required::after {content: '*'; display: inline-block; color: #dc3545; margin-left: 2px;}
.account .avatar {border-radius: 60px; overflow: hidden; float: left; margin-right: 15px; border:1px solid #a4c4c4; max-width:120px; max-height:120px;}
.account .avatar img {border-radius: 60px; width: 100%;}
.account .name {font-size: 18px; color: #4f4f4f; font-style: italic; font-weight: 500; margin-top: 30px;}

.account .menu {margin-top:30px; margin-bottom:30px;}
.account .menu ul {margin: 0px; padding: 0px;}
.account .menu li {margin: 0; padding: 0px; list-style: none;}
.account .menu a {color:#4f4f4f; font-weight: 400; font-size: 18px; margin:0; display: block; padding: 10px 0; transition: color .3s; border-radius: 2rem; background-position: -50px 0; line-height: 18px;}
.account .menu a span {color: #b8b8b8; font-size: 14px; font-weight: 300; display: block;}
.account .menu a:hover {color:#288990;}
.account .fix-height-userList {max-height: 400px; overflow-y: hidden;}
.account .filter_user {margin: 0 0 0 0; height: 50px; border-radius: 5px; border:1px solid #a4c4c4; background: #fff;}
.account .filter_user input[type="text"] {width:calc(100% - 30px); border:none; padding: 14px 10px; background: none;}
.account .fix-height-userList .search-input {margin:10px 0 30px 0;}
.account .filter_user i {display: inline-block; width: 30px; cursor:pointer; text-align: center;}
.ms-list .ms-hover {color:#fff; background-color:#34ccff!important;}
.ms-selection .col-10 {width:100%; color:#0f9ac9;}
.ms-selection .col-2 {display:none;}


.account .category_item .tableHeading {cursor:pointer; transition: background .3s, color .3s; line-height: 24px; background: #288990; color:#fff;}
.account .category_item .tableHeading .additional {color:#b8b8b8;}
.account .category_item .tableHeading:hover {background: #288990; color:#fff;}
.account .category_item .collapsed {background: #e4eded; color:#4f4f4f;}
.account .dragndrop_icon {display: inline-block; cursor:pointer; margin: 0 10px 0 0; cursor: move;}
.account .accordion_toggle {cursor:pointer; line-height: 24px; font-size: 16px;}
.account .accordion_toggle i.fa-chevron-right {display: none;}
.account .collapsed i.fa-chevron-down {display: none;}
.account .collapsed i.fa-chevron-right {display: block;}

.account .accout-type {margin: 20px 0;}
.account .accout-type .text {font-size: 14px; color: #b8b8b8;}
.account .accout-type .type {font-size: 16px; color: #288990;}

.datepicker-dropdown {font-size: 14px; padding: 20px;}

.tableInfo {font-size: 16px; line-height: 30px; font-weight: 500; margin-top:15px; margin-bottom:15px;}
.tableHeading {background: #e4eded; padding-top: 10px; padding-bottom: 10px; margin-bottom:15px; color: #4f4f4f; padding-left:0px; padding-right:0px; margin-left:0px; margin-right:0px; font-weight:normal;}
.tableHeading th { font-weight:normal; white-space:nowrap;}
.tableHeading .identification {width:50px; display: inline-block; font-weight: 500;}
.tableRow {font-weight: 500; line-height: 30px; padding-bottom:10px; padding-top:10px; border-bottom: 1px solid #e4eded; transition: background .3s;}
.tableRow .identification {width:50px; display: inline-block; font-weight: 500;}
.tableRow .additional {line-height: 16px; font-size: 14px; padding-bottom:10px; font-weight: 500; color:#a4c4c4;}
.tableRow:hover {background-color: #fff;}
.tableRow a:hover {cursor:pointer;}
.clickable:hover {cursor:pointer;}


.modal .tableHeading {margin-right: -15px; margin-left: -15px;}
.modal {}
.modal .modal-title {font-size: 20px;}
.modal .modal-body {}
.modal .userlistPopUp {max-height:260px; overflow: auto;}
.modal .userlistPopUp input[type="checkbox"] + label {margin-top: 0; font-size: 0px; line-height: 0px;}
.modal .userlistPopUp input[type="checkbox"] + label::before {float:none;}

.modal .diolistPopUp {max-height:380px; overflow: auto;}
.modal .diolistPopUp input[type="checkbox"] + label {margin-top: 0; font-size: 0px; line-height: 0px;}
.modal .diolistPopUp input[type="checkbox"] + label::before {float:none;}

.modal .bandlistPopUp {}
.modal .bandlistPopUp input[type="checkbox"] + label {margin-top: 0; font-size: 0px; line-height: 0px;}
.modal .bandlistPopUp input[type="checkbox"] + label::before {float:none;}

.searchPlaceholder {margin:0 0 30px 0;}

/* 14.07.18  */
.deactive_pers {color: #ccc7c7;}
.deactive_pers a {color: #ccc7c7;}

.footer {background:#a4c4c4; color:#45779f; padding-top: 60px; padding-bottom: 60px;}
.footer h3 {font-weight: 500; font-size: 16px; text-transform: uppercase; color: #fff; border-bottom: 1px solid #fff; padding: 0 0 15px 0; margin: 0 0 15px 0;}
.footer a {color: #45779f;}
.footer a:hover {color: #fff;}
.footer i {width: 30px; text-align: center;}
.footer ul {margin: 0px; padding: 0px;}
.footer li {margin: 0px; padding: 5px 0; list-style: none;}
.footer p {display: block; position: relative;}
.footer .contact_map {padding: 0 0 0 20px; }
.footer .contact_phone {padding: 0 0 0 20px; }
.footer .contact_envelope {padding: 0 0 0 20px; }
.footer .contact_map::before {content: "\f041"; display: inline-block; font-family: "Font Awesome\ 5 Free"; font-weight: 900; position: absolute; left: 0; top: 0px;}
.footer .contact_phone::before {content: "\f095"; display: inline-block; font-family: "Font Awesome\ 5 Free"; font-weight: 900; position: absolute; left: 0; top: 0px;}
.footer .contact_envelope::before {content: "\f0e0"; display: inline-block; font-family: "Font Awesome\ 5 Free"; font-weight: 900; position: absolute; left: 0; top: 0px;}

/* ================================= footer =================================*/
footer {width:100%; min-width: 100%; max-width: 100%; color: #4f4f4f; padding-top: 30px; padding-bottom: 30px;}
footer div {}
footer img {max-height: 60px;}
footer span {color: #bfbfbf;}

.mobile_enter {display:none;}
.mobile_menu {display:none;}

.table {min-width:100%;}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 0px) and (max-width: 576px) {
	h2 {font-size: 22px; line-height: 32px;}
	.top-slider .eventName {padding:100px 0 30px 0; font-size: 42px;}
	#mob_menu {color:#fff; line-height:24px; font-size:24px; padding:18px; cursor:pointer;}
	#mob_menu:hover {color:#34ccff;}
	#mob_login {cursor:pointer;}
	.mob_login {color:#fff; line-height:24px; font-size:24px;}
	.mob_login > div {padding:18px; }
	.eventList .event .name {font-size:24px;}
	.eventList .event .shortDescription {font-size:18px;}
	#mobile_menu {position:absolute; z-index:100; color:#34ccff; background:rgba(11, 47, 75, 0.85); top:60px; }
	.mobile_menu {display:none;}
	#mobile_menu a {color:#34ccff; font-size:20px; margin:20px 0; display:block;}
	.visibleMenu {display:block!important;}
	
	.bestClub {background-size:cover;}
	.nums {font-size: 20px; line-height:24px;}
	.nums b {font-size:42px; line-height:42px;}
	
	.ad_image {background:none; margin:0 auto;}
	
	.information h1 {font-size: 22px; line-height: 32px;}
	.information h4 {font-size: 18px; line-height: 32px;}
	.information ul {padding-left:15px;}
	
	#mobile_enter {position:absolute; z-index:100; color:#34ccff; background:rgba(11, 47, 75, 0.85); top:60px; }
	.mobile_enter {display:none;}
	#mobile_enter a {color:#34ccff; font-size:20px; margin:20px 0; display:block;}
	
	.contact-form .legend {font-size:22px; line-height:32px;}
	.contact-form .action {font-size:18px; line-height:28px;}
	.contact-form {background-size:cover;}
	.contact-form .button input[type="submit"] {width:100%;}
	.contact-form .button {width:100%;}
	.account {min-height:400px;}
	
	.btn {width:100%;}
	
	.modal-dialog {min-width:320px;}
	.table {font-size:14px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 577px) and (max-width: 768px) {
	h2 {font-size: 36px; line-height: 40px;}
	.top-slider .eventName {padding:100px 0 30px 0;}
	#mob_menu {color:#fff; line-height:24px; font-size:24px; padding:18px; cursor:pointer;}
	#mob_menu:hover {color:#34ccff;}
	#mob_login {cursor:pointer;}
	.mob_login {color:#fff; line-height:24px; font-size:24px;}
	.mob_login > div {padding:18px; }
	.eventList .event .name {font-size:24px;}
	.eventList .event .shortDescription {font-size:18px;}
	#mobile_menu {position:absolute; z-index:100; color:#34ccff; background:rgba(11, 47, 75, 0.85); top:60px; }
	.mobile_menu {display:none;}
	#mobile_menu a {color:#34ccff; font-size:20px; margin:20px 0; display:block;}
	.visibleMenu {display:block!important;}
	
	#mobile_enter {position:absolute; z-index:100; color:#34ccff; background:rgba(11, 47, 75, 0.85); top:60px; }
	.mobile_enter {display:none;}
	#mobile_enter a {color:#34ccff; font-size:20px; margin:20px 0; display:block;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}










