body{
    font-family: 'Roboto', sans-serif;
    background: #0f4c6d; /* Old browsers */
    background: -moz-linear-gradient(top, #0f4c6d 0%, #3b88c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f4c6d 0%,#3b88c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f4c6d 0%,#3b88c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4c6d', endColorstr='#3b88c6',GradientType=0 ); /* IE6-9 */
}
.container{
    background-color: #fff;
}
.mtop30{
    margin-top:30px;
}
.lrm15{
    margin-left:15px !important;
    margin-right:15px !important;
}
.mactive a{
    color:#ffbe03 !important;
    font-weight: bold;
}

a.btn2{
    display: inline-block;
    border: 1px solid transparent;
    padding: .175rem .75rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: .25rem;
    float:right;
    color:#fff;
    text-decoration: none;
}
a.btn2:hover{
    background: #fff;
}
.selectdiv {
    position: relative;
}
.custom-file-input {
    margin-left:156px;
}

.ptop30{
    padding-top:30px;
}
.forgetpassword{
    margin-left:15px;
    top: 22px;
    position: relative;
    display: inline-block;
}
.forgetpassword:hover a{
    color:#fff;
}
.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #ffffff;
    right: 0px;
    top: 0px;
    height: 38px;
    padding: 7px 11px 0px 8px;
    //border-left: 1px solid #ffffff;
    position: absolute;
    pointer-events: none;
    background-color:#2677bf;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border:2px solid #2677bf;
    border-left:none;
    outline: none;
}
.selectdiv.error:after {
    border-color:#ff0303;

}
/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}
.selectdiv label{
    width:auto;
    display: inline;
}
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    border-radius:7px;
    display: block;
    width: 100%;
    height: 30px;
    float: left;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    line-height: 1.75;
    color: #2677bf;
    background-color:#2677bf;;
    background-image: none;
    border: 1px solid #2677bf;;
    -ms-word-break: normal;
    word-break: normal;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #2677bf;
    border: 2px solid #2677bf;
    color:#fff;
    outline: none;
}


.selectdiv select option{
    color:#000;
}


.container4 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float:left;
    margin-right:15px;
    font-size:16px;
}
.custom-file-label{
    color:#2677bf;
}


.form-control:focus{
    border-color:#ffc903;
}
/* Hide the browser's default radio button */
.container4 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.input-group-text {
    background-color: #2776bf;
    border: 1px solid #2776bf;
    color:#fff;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #0f70b4;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container4:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container4 input:checked ~ .checkmark {
    background-color: #0f70b4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container4 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container4 .checkmark:after {
    top: 7px;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffbe03;
}



.relative{
    position: relative;
}
.paddingX1{
    padding-top:30px;
    padding-bottom: 30px;
}
.text-color1{
    color:#fff !important;
}
.form-control,.form-control:disabled{
    background: #2677bf;
    border:2px solid #2677bf;
    color:#fff;
    border-radius:7px;
}
.form-control.error{
    border-color:#ff0303;
}
ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ffd503;;
    background: #ffd503;;
    color: #2677bf;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #2677bf;
    font-weight: normal;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 96px;
    left: 3%;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size:17px;
}
a.more-info{
    background-image: -moz-linear-gradient( -90deg, rgb(255,213,3) 0%, rgb(246,208,6) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,213,3) 0%, rgb(246,208,6) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,213,3) 0%, rgb(246,208,6) 100%);
    box-shadow: 0.707px 0.707px 2px 0px rgb( 8, 65, 98 );
    color:#104367;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size:14px;
    line-height:16px;
    padding: 6px 16px;
    margin-top: 22px;
    display: inline-block;
    text-decoration: none;
}

h5.slider{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size:27px;
    padding-bottom: 10px;
}
h5.slider span{
    color:#ffd503;

}
h5.slider span strong{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-left: 7px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    background: url('../img/sliderp1.png') no-repeat;
}
.carousel-indicators li.active{
    background: url('../img/sliderp1on.png') no-repeat;
}
.bg1{
    background: rgb(7,58,85);
    background: linear-gradient(90deg, rgba(7,58,85,1) 0%, rgba(26,78,125,1) 100%, rgba(0,212,255,1) 100%);
}
.bg2{
    background: rgb(255,213,3);
    background: linear-gradient(90deg, rgba(255,213,3,1) 0%, rgba(255,187,3,1) 100%);
}
.news-item{
    color:#fff;
    //width:220px;
    padding-top:15px;
    margin-left:auto;
    margin-right: auto;
    padding-bottom:15px;
}
.news-item .news-item-headline{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size:15px;
    padding-bottom:3px;
}
.news-item .news-item-img{
    position: relative;
}
.news-item .news-item-img::after{
    content: "";
    background-color: #ffd503;
    width:12px;
    height:114px;
    position: absolute;
    right:12;
    bottom: 0;
    z-index:110;
}
.news-item .news-item-description{
    padding-top:5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size:13px;
    line-height:15px;
}
.competitions-headline,.oldcomp-headline,.sponsors-headline{
    color:#104367;
    font-size:24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    padding-left:30px;
    padding-top:20px;
}
.competitions-item{
    position: relative;
    padding-left:84px;
}
.competitions-img1{
    width:110px;
    height: 110px;
    background-color: #fff;
    box-shadow: 0px 0px 23px 0px rgb( 117, 95, 1 );
}
.competitions-img1-helper{
    position: absolute;
    top: 20px;
    left: 13px;
}
.competitions-img1-helper::after{
    content: "";
    background-color: #fff;
    position: absolute;
    width: 3px;
    height: 400px;
    left: 50%;
    display: block;
}
.competitions-img2{
    width:150px;
    height: 150px;
    border:9px solid #fff;
}
.competitions-title,a.competitions-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
}
.competitions-date{
    color:#104367;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
}
.competitions-description{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color:#fff;
    padding-bottom:20px;
}
.cCompatition{
    overflow: hidden;
}
.bg1 .competitions-item{
    margin-top:30px;
}
.bg1 .competitions-date{
    color:#ffd503;
}
.old-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    color:#34547b;
    font-size:18px;
}
.old-date{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    color:#34547b;
    font-size:18px;
}
.old-descritpion{
    color:#34547b;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size:13px;
    line-height:15px;
}
a.old-btn{
    color:#ffd503;
    background-color: #34547b;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 16px;
    margin-top: 22px;
    display: inline-block;
    text-decoration: none;
}
.ee-box{
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 20px;
}
.oldlist{
    border-bottom:3px solid #34547b;
}
.img-responsive{
    width:100%;
}

.footer-header{
    color:#ffffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size:24px;
    line-height:26px;
    text-align: left;
    padding-bottom:20px;
    padding-top:30px;
    text-align: center;
}
.footer-social-links{
    text-align: center;
}
.footer-social-links a{
    margin-left:10px;
    margin-right:10px;
    color:#ffffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size:12px;
    line-height:14px;
    text-decoration: none;
}
.footer-text,.footer-text a{
    color:#fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size:12px;
    line-height:14px;
    text-decoration: none;
}
.footer-text{
    padding-bottom:10px;
    text-align: center;
}
.footer-icon2{
    margin-right:10px;
}

footer .bg1{
    padding-top:30px;
    padding-bottom:30px;
}

.sponsors-slider{
    padding-bottom:30px;
}
.carousel-item.active {
    display:flex;
}

.sponsors-box{
    margin-left:10px;
    margin-right:10px;
}
.sponsors-box img{
    width:120px;
    height:120px;
}
/* control image height */
.card-img-top-250 {
    max-height: 225px;
    overflow:hidden;
}
.overflow{
    overflow: hidden;
}


.copyright{
    color:#ffffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size:11px;
    line-height:13px;
    height:100%;
    padding-top:30px;
    text-align: center;
}

.news{
    color:#fff;
    font-size:13px;
    font-weight: 300;
    background-color:#fff;
}

.news p{
    font-size:13px;
    font-weight: 300;
}

.news h3{
    font-weight: 900;
    font-size:27px;
}

.news h4{
    font-weight: 300;
    font-size:18px;
}
.news .body{
    padding:30px;
}
.news h4.yellow, .news h5{
    font-weight: 900;
    color:#ffd503;
}
.news-pos{
    position:relative;
    z-index:10;
}
.newsDown{
    //position: absolute;
    //top: -142px;
    //z-index: 4;
}
.newsDown.start{
    animation-name: goDownAnim;
    animation-duration: 4s;
}
@keyframes goDownAnim {
    0%   {top: -342px;}
    25%  {background-color: yellow;}
    50%  {background-color: blue;}
    100% {top:0;}
}
.galleryBox{
    padding:0;
    padding-bottom: 4px;
    padding-top:4px;
}
.galleryBox img{
    width:100%;
}
.galleryBox.galleryBoxCenter img{
    width: calc(100% - 10px);
    margin-left:5px;
    height:100%;
}
footer.moreSpace{
    margin-top: 0px;
}
.coverNews{
    position: relative;
}
.coverNews .text{
    position: absolute;
    top:30px;
    left:30px;
}
.coverNews h1{
    font-size:11px;
    font-weight: 300;
    color:#ffd503;
}

.coverNews h1 strong{
    font-weight: 900;
}
.coverNews h2{
    font-size:9px;
    color:#fff;
    font-weight: 300;
}

.coverNews h2 strong{
    font-weight: 900;
}

.news-list{
    color:#073a55;
    padding-top:20px;
    padding-bottom:20px;
}
.news-list h4{
    color:#073a55;
    font-weight: 900;
    font-size:27px;
    padding-left:24px;
}
.news-list ul{
    font-size: 13px;

}
.news-list ul li{}
.wHeadline{
    color:#fff;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}
.bHeadline{
    color:#073a55;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}
.whiteBox{
    position: relative;
    padding-left:15px;
    background-color: #fff;
    color:#1a4e7c;
    padding-bottom: 30px;
    left:15px;
}
.whiteBg{
    background-color:#fff;
}
.whiteBox .dayPanel{

    font-weight: 300;
    font-size:13px;
}
.whiteBox .dayPanel strong{
    font-weight: 900;
}
.whiteBox .dayPanel .day{
    padding-top:25px;
    font-weight: 900;
    font-size:17px;
}
.blueTablePosition{
    margin-top:20px;
}
table.blueTable{
    background-color: #073a55;
    color:#fff;


}

table.blueTable th{
    font-size:27px;
    font-weight: 900;
    border:1px solid #496f82;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}
table.blueTable td{
    font-size:14px;
    font-weight: 900;
    border:1px solid #496f82;
   padding-top:40px;
    padding-bottom:40px;
    text-align:center;
}

table.fee{
    color:#073a55;
    font-size:8px;
    font-weight: 300;
}

table.fee th{
    color:#073a55;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}
table.fee td{
    text-align: center;
    vertical-align:bottom;
    border:5px solid #fff;
    padding:10px;

}
table.fee td:first-child{
    text-align: left;
    border-left:none;
    padding-left:20px;
}
table.fee td:last-child{
    border-right:none;
}
table.fee td h5{
    font-weight: 900;
    font-size:45px;
    color:#073a55;
}
table.fee td h6, table.fee td.price{
    font-weight: 900;
    font-size:30px;
    vertical-align: middle;
}
.nopadding{
    padding: 0 !important;
}


.invital{
    color:#1a4e7c;
    padding-top:30px;
    background-color:#fff;
}
.invital h3{
    font-size:37px;
    font-weight: 900;
    color:#0c3f61;
}
.invital h3 span,.invital h3 strong{
    color:#ffd503;
}
.invital h4{
    font-size:17px;
    font-weight: 300;
    color:#1a4e7c;
}
.invital h4 strong{
    font-weight:900;
}
.invital h5{
    font-size:17px;
    font-weight: 900;
    color:#0c3f61;
}
.invital h5 span,.invital h5 strong{
    color:#ffd503;
}
.invital a{
    font-weight: 900;
    color:#1a4e7c;
    text-decoration: none;
}
.emptyBottom{
    padding-bottom:10px;
}
.compLogo{
    position: absolute;
    left: 0px;
    border-right: 7px solid #ffd503;
    bottom: 0;
    width:60px;
}
.coverNews.Comp .text {
    position: absolute;
    top: 18px;
    left: 110px;
}


.langBox{
    position: absolute;
    right: 0;
    bottom: 0px;
}
.langBox a.language{
    background-color: #184c79;
    color:#ebd242;
    font-size:16px;
    line-height: 22px;
    padding-left:10px;
    padding-right:10px;
    font-weight: 900;
    margin:0;
    display:inline-block;
    text-decoration: none;
}
.langBox a.language.active{
    background-color: #ebd242;
    color:#184c79;
}
.tabBox{
    position: absolute;
    right: 0;
    bottom: 0px;
}
.tabBox a{
    background-color: #184c79;
    color:#ebd242;
    font-size:16px;
    line-height: 22px;
    padding-left:10px;
    padding-right:10px;
    font-weight: 900;
    margin:0;
    display:inline-block;
    text-decoration: none;
}
.tabBox a.active{
    background-color: #ebd242;
    color:#184c79;
}
.navbar-brand img{
    width:100px;
}

.hidden-col{
    display: none;
}
.moreInfo,a.moreInfo{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    background-color: #104367;
    padding: 0px;
    width: 180px;
    position: absolute;
    left: calc(50% - 90px);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
}
a.moreInfo.js-more-info-link{
    display:none;
}
.js-overflow{
    overflow: hidden;
}
.staticpage{
    padding-top:30px;
    padding-bottom:30px;
}
.img-thumbnail2{
    width:auto;
    height:240px;
}



.BgReg{
    position: relative;
    background-color: rgba(255,255,255,.5);
    background: url('../img/reg2BGc.jpg') repeat-y;
    height:118px;
}
.BgReg .regBtn{
    border-radius: 7px;
    background-color: #ffc003;
    padding:10px;
    color: rgb( 38, 119, 191 );
    font-weight: bold;
    line-height: 22px;
    font-size:17px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    margin-top: 30px;
    cursor: pointer;
}
.BgReg .loginbox{
    display:none;
}
.BgReg.active .loginbox{
    display:block;
}
.BgReg.active{
    height:auto;
}
.BgReg.active .regstep1{
    display: none;
}
.BgReg .loginbox .loginboxHeadline1{
    color:#4775db;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.297;
    -moz-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -webkit-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -ms-transform: matrix( 1.0005727110146,0,0,1,0,0);
    text-align: right;
}
.BgReg .loginbox .loginboxHeadline1 span{
    color:#fff;
}
.BgReg .loginbox .loginboxHeadline1 strong{
    color:#ffd503;
}
.loginbox.left{
    padding-right:30px;
}
.loginbox .loginboxText1{
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    text-align: left;
    -moz-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -webkit-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -ms-transform: matrix( 1.0005727110146,0,0,1,0,0);
    padding-left: 8px;
}
.loginbox1{
    display: inline-block;
    float: right;
    margin-top: 25px;
}
.loginbox2{
    float: right;
    display: inline-block;
    margin-top: 30px;
}
.BgReg .loginbox .loginboxHeadline2{
    font-size: 20px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-align: left;
    -moz-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -webkit-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -ms-transform: matrix( 1.0005727110146,0,0,1,0,0);
}
.regForm{
    margin-top:5px;
}
.regLabel {
    margin-top:12px;
    font-size: 9px;
    color: rgb( 255, 255, 255 );
    text-align: left;
    -moz-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -webkit-transform: matrix( 1.0005727110146,0,0,1,0,0);
    -ms-transform: matrix( 1.0005727110146,0,0,1,0,0);
    padding-left:5px;
}
input.in {
    border-radius: 7px;
    background-color: #1b5387;
    width:100%;
    height: 42px;
    line-height: 42px;
    outline: none;
    border:1px solid #1b5387;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
    margin-top:2px;
}
.regRow{
    margin-left: 5px;
    width: 294px;
}
.regRow .regRowHalf{
    width:147px;
    float:left;
}
.regRow .regRowHalf.right input.in{
    float:right;
}
.regRow .regRowHalf input.in{
    width: 136px;
}
.clear{
    clear: both;
}

a.btn.btn-yellow {
    background: #ffbe03;
    outline: none;
}
a.btn.btn-blue {
    background: #2677bf;
    outline: none;
}
a.btn.inline{
    display: inline-block;
}
.putRight{
    float:right;
}
.loginbox3{
    float: right;
    margin-top: 38px;
    margin-right: -24px;
}
.fbloginBtn{
    cursor: pointer;
}
.googleloginBtn{
    margin-top:8px;
    cursor: pointer;
}
.regSelector{
    margin-top:14px;
}
input.in2 {
    border-radius: 7px;
    border:1px solid #2677bf;
    background-color: #2677bf;
    width: 221px;
    height: 39px;
    line-height: 39px;
    padding-left:5px;
    padding-right:5px;
    outline: none;
    margin-top:10px;
    color:#fff;
}
input.in::placeholder,input.in2::placeholder{
    color:rgba(255,255,255,.6);
}
.regRow.help1{
    margin-top:4px;
    text-align: right;
}
.regRow.help2{
    margin-top:14px;
    text-align: right;
}
.leftSpace10{
    margin-left:10px;
}

#my-signin2{
    float:right;
}

.phoneIn{
    padding-left:20px;
    position: relative;
}

.administratorBtn{
    position: absolute;
    top: 24px;
    right: 12px;
    z-index:100;
}
@media (min-width: 576px) {
    .slider-box{
        width:550px;
    }
    .coverNews.Comp .text {
        position: absolute;
        top: 18px;
        left: 110px;
    }
    .coverNews h1{
        font-size:22px;
    }
    .coverNews h2 {
        font-size: 15px;
    }
    table.fee{
        font-size:13px;
    }
    .copyright{
        text-align: left;
        display:flex;
        align-items:center;
    }
    .footer-header {
        text-align: left;
    }
    .footer-social-links{
        text-align: left;
    }
    .footer-text{
        text-align: left;
    }
    .footer-text, .footer-text a {
        font-size:10px;
    }
}


@media (min-width: 768px) {
    .navbar-brand img{
        width:40px;
    }
    .main-nav-bar{
        position:absolute;
        z-index:7;
        top: 7px;
        left: 17px;
    }
    .nav-link{
        color:#fff;
        font-size:15px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;

    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left:18px;
        padding-right:18px;
    }
    .navbar-expand-lg .navbar-nav{
        margin-left:31px;
    }

    .loginbox2{
        float: left;
        margin-top: 140px;
    }


    .carousel-caption {
        top: 56px;
    }

    .slider-box a.more-info{
        margin-top:11px;
    }






    .coverNews .text{
        position: absolute;
        top:80px;
        left:30px;
    }

    .navbar-brand img{
        width:auto;
    }

    .footer-header {
        text-align: left;
    }
    .footer-social-links{
        text-align: left;
    }
    .footer-text{
        text-align: left;
    }
    .footer-text, .footer-text a {
        font-size:10px;
    }
    .competitions-databox{
        text-align: center;
        padding-left: 10px;
        margin-left: -30px;
    }
    .competitions-item{
        padding-left:16px;
    }
    .competitions-img1 {
        width: 54px;
        height: 54px;
    }
    .competitions-img2 {
        width: 140px;
        height: 140px;
    }
    .competitions-img1-helper{
        left:-10px;
        top:40px;
    }
    table.blueTable td{
        min-width: 140px;
    }
    .coverNews.Comp .text {
        position: absolute;
        top: 30px;
        left: 299px;
    }
    .coverNews h1{
        font-size:27px;
    }
    .coverNews h2 {
        font-size: 18px;
    }
    .compLogo{
        width:114px;
    }
}


@media (min-width: 992px) {


    .coverNews .text{
        position: absolute;
        top:140px;
        left:30px;
    }

    .competitions-item{
        padding-left:84px;
    }
    .footer-logo{
        margin-left:20px;
    }
    .footer-text, .footer-text a {
        font-size:12px;
    }
    .news-item{

    }
    .row,.col-md-3{

    }
    .news-item-img img{
        width:220px;
        height: 220px;
        overflow: hidden;

    }
    .news-item-description{
        max-width: 240px;
    }
    .news-item-headline{
        display: table;
        height:50px;
    }
    .align-bottom{
        display: table-cell;
        vertical-align: bottom;
    }
    .blueTablePosition{
        position: absolute;
        right: 0;
        top:100px;
    }
    .coverNews.Comp .text {
        position: absolute;
        top: 120px;
        left: 299px;
    }
    .coverNews h1{
        font-size:27px;
    }
    .coverNews h2 {
        font-size: 18px;
    }
    .compLogo{
        width:145px;
    }
    .BgReg .regBtn {
        width: 531px;
        height: 51px;
        color: rgb( 38, 119, 191 );
        line-height: 1.297;
        font-size:37px;
        padding:0;
    }
}


@media (min-width: 1200px) {

    .carousel-caption {
        top: 96px;
    }


    .blueTablePosition{
        position: absolute;
        right: 0;
        top:100px;
    }
    .coverNews.Comp .text {
        position: absolute;
        top: 150px;
        left: 299px;
    }
    .coverNews h1{
        font-size:27px;
    }
    .coverNews h2 {
        font-size: 18px;
    }
    .compLogo{
        width:168px;
    }
}
.btn, a.btn {
    display: block;
    background: #ffd503;;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-family: 'Open Sans';
    text-decoration: none;
    margin: 17px 0;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 7px;
}
.btn:hover,
a.btn:hover {
    background: #fff;
    color: #1E1E1E;
    text-decoration: none;
}
.btn-bold {
    font-weight: 800;
}
.btn-center,
a.btn-center {
    margin: 20px auto;
    width: 268px;
}
.btn-inline,
a.btn-inline {
    display: inline-block;
}
.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }

section.stickyMenu{
    background: rgba(0,0,0,.7);
    height:90px;
    top:-100px;
    position: fixed;
    width: 100%;
    z-index:999;

}
section.stickyMenu.ready{
    animation-name: anim1Back;
    animation-duration: 0.25s;
}
section.stickyMenu.open{
    animation-fill-mode: forwards;
    animation-name: anim1;
    animation-duration: 0.25s;
}
@keyframes anim1 {
    0%   {top: -100px;}
    100% {top: 0px;}
}
@keyframes anim1Back {
    0%   {top: 0px;}
    100% {top: -100px;}
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}
table.specialTable {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
table.specialTable tr:nth-of-type(odd) {
    background: #eee;
}
table.specialTable tr:nth-of-type(even) {
    background: #bbb;
}
table.specialTable th {
    background: #333;
    color: white;
    font-weight: bold;
}
table.specialTable td,table.specialTable th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}
table.specialTable td.tbtitle{
    display:none;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table.specialTable, table.specialTable thead, table.specialTable tbody, table.specialTable th, table.specialTable td, table.specialTable tr {
        display: block;

    }
    table.specialTable th{
        display: none;
    }
    table.specialTable td.tbtitle{
        display:block;
        float:left;
        width:50%;

    }
    table.specialTable td.tbdata{
        padding-left:4px;
        width:50%;
        float:right;
    }
    table.specialTable td.tbdata:after{
        clear:both;
    }
    table.specialTable tr.rowcc-1 td{
        background: #eee;
    }
    table.specialTable tr.rowcc-2 td{
        background: #bbb;
    }
}
a{
    outline: none;
}
a.nav-link:hover {
    color:#ffbe03 !important;
}
a.xlink,a.xlink:hover{
    text-decoration: none;
    color:#fff;
}
.disabledbox{
    opacity: 0.0;
}
.disabledbox.active{
    transition: opacity .25s ease-in-out;
    opacity: 1;
}
