/* chrome fix: */ textarea:focus, input:focus, select:focus, button:focus {outline:none;}
/* firefox fix: */ a, button, input {outline: none;}:focus {-moz-outline-style: none;}
/* firefox fix: */ a {text-decoration: none;}
/* IE textarea fix */ textarea { overflow: auto; }
/* firefox fix */ input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border : 0px;} 

@font-face {
    font-family:  "SybillaPro-Heavy";
    src: url("../fonts/SybillaPro-Heavy.ttf");
}
@font-face {
    font-family:  "SybillaPro-Regular";
    src: url("../fonts/SybillaPro-Regular.ttf");
}
@font-face {
    font-family:  "VERDANA";
    src: url("../fonts/VERDANA.ttf");
}
.underline{
    text-decoration: underline;
}
*{
    font-family:  "SybillaPro-Regular";
}
h1, .bold, b, th, .button{
    font-family:  "SybillaPro-Heavy";
}
.hamburger>li>a, .footerFont{
    font-size: 16pt !important;
}
.btnNav{
    text-transform: uppercase;
    color: #fff ;
}
.btnNav:hover{
    color: #ee3a43;
}
.logo{
    max-width: 202px;
}
.htpFontSize{
    font-size: 20px;
}
.indexImg{
    max-width: 126px;
    max-height: 127px;
    margin: 10px 0;
}
.indexImgContent{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; 
    margin-bottom: 30px;
    align-items: center;
}
.blurred-bg-container {
    background: url("../img/bgBlur.png") no-repeat top center;
    background-size: cover;
    padding: 20px 0px;;
    border-radius: 8px; 
    margin-bottom: 20px;
}
.blurRegBgr{
    background: url("../img/regBgr.png") no-repeat bottom center;
    background-size: cover;
    padding-bottom: 10px;
    border-radius: 9px;
}
h1{
    font-size: 30px;
}
.panel-group .panel{
    margin-bottom: 20px;
}
/*
.BlurBgr{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.BlurBgrColor{
    background: inherit;
    z-index:-1;
    filter :blur (20px);
}
.BlurBgrText{
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
    height:100%;
    box-sizing:border-box;
}*/

/*
.blurred-bg-container .contents{
    height:40%;
    width:50%;
    margin-bottom: 20px;
    box-shadow:0 0 32px rgba(0,0,0,0.5);
    border-radius:8px;
    background:inherit;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    overflow:hidden;
}

.blurred-bg-container .text{
    padding:16px;
    background:rgba(255,255,255,0.3); 
    height:100%;
    box-sizing:border-box;
}

.blurred-bg-container .blur{
    background: inherit;
    height:100vh;
    width:100vw;
    position:absolute;
    top:0;
    left:0;
    transform: translate(-25%,-30%); 
    filter:blur(20px);
    z-index:-1;
}
*/

html{
    min-height: 100%;
    background: url(../img/bg.png) no-repeat top center;
    background-size: cover;
}
.navbar-collapse{
    width: 100%;
}
.button{
    background: #fff;
    border: 0;
    padding:  8px 0 6px;
    /*padding: 6px 0 5px;*/
    font-size: 19px;
    color: #E2251D;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*    min-width: 200px;
        max-width: 270px;*/
    width: 270px;
}
.button:hover{
    text-decoration: none;
    color: red;
}
.indexBtn{
    bottom: 18px !important;
    position: relative;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #C4C4C4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C4C4C4;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C4C4C4;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C4C4C4;
}
.modal-pos-center{
    top: 20vh;
    margin: 0 auto;
}
.modal-content{
    background: #004F8A;
    /*border: 10px solid #fff;*/
    width: 100%;
    border-radius: 20px;
}
button.close{
    color: #fff;
    opacity: 0.9;
}
button.close:hover{
    color: #fff;
}
.modal-footer{
    border-top: 0;
}
.mr5{
    margin-right: 5px;
}
.p0{
    padding: 0px;
}
.m0{
    margin: 0;
}
.p5{
    padding: 5px;
}
.btn:hover{
    color: #fff;
}
form{
    width: 100%;
}
.imgwith{
    max-width: 141px;
    max-height: 150px;
    margin: 0 12px 15px;
}
body {
    background:  transparent !important;
    height: 100%;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background:  transparent !important;
    text-shadow: none; 
}
.hamburger{
    z-index: 9999;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}
.headerXSimg{
    margin-top: 0px;
    top: 0;
}
.indexPimg{
    max-width: 110px;
}
.footer {
    background: #fff;
    color: #686868 !important;
    height: 150px;
    display: flex;
    font-size: 13px !important;
}
.footerContent{
    max-width: 1366px; 
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    /*    align-items: center;*/
    margin-top: 30px;
}
.verdana{
    font-family:  "VERDANA" !important;
}
.bgrPanel{
    background: url("../img/register_bg.png") no-repeat bottom left;
    min-height: 650px;
    margin: 20px auto;
}
.popupProfile{
    width: 197px;
    height: 120px;
    display: inline;
    position:  absolute;
    left: -100px;
    pointer-events: none;
    z-index: 9999;
    display: none;
}
.greyProgress{
    background: rgba(0, 0, 0,0.4);
    height: 572px;
    width: 182px;
    margin: 7px;
    border: 0;
    border-radius: 26px;
    position: absolute;
}
.progressbarPos0{
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 0px;
    /*border-radius: 33px;*/
}
.progressBar{
    height:586px;
    background: url("../img/profile/progress.png") no-repeat center center; 
    border: 7px solid #8cd701;
    border-radius: 33px;
    width: 196px;
    box-shadow: 0 0 0 1px #000;
}
.contentProfile {
    background: url("../img/profile/bg-card.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 10px solid #fff;
    text-decoration: none;
    border-radius: 35px;
    padding: 25px 20px;
    margin: 10px auto;
    min-height: 310px;
    max-width: 554px;
}
.bgrProfile{
    background: url("../img/profile/bg.png") no-repeat left bottom;
    min-height: 590px;
    margin: 20px auto;
}
.flex{
    display: flex;
}
.awardsFlex{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
}
.awardsTedi{
    width: 311px;
    height: 386px;
    position: relative; 
    top: -60px;
    left: -70px;
}
.flexIndex{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.headerLogo{
    width: 150px;
    position: relative;
    top: 16px;
}
.imgCenter{
    align-self: center;
}
.passLeft{
    padding-left: 0px;
    padding-right: 5px;
}
.passRight{
    padding-left: 5px;
    padding-right: 0px;
}
.wrappernav{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 92px;
}
.wrapper{
    max-width: 1366px;
    margin: 0 auto;
}
.content{
    background: rgba(0, 112, 0, 0.8);
    border: 10px solid #fff;
    border-radius: 25px;
    width: 100%;
    padding: 0 10px;
}
.textDef{
    text-decoration: none !important;
    font-family:  "SybillaPro-Heavy";
    color: #004F8A;
}
.textDef:hover{
    text-decoration: none !important;
    color: #004F8A;
}
.panel-body{
    font-size: 20px !important;
}
.panel-title{
    font-size: 20px !important;
    display: flex;
    align-items: center;
}
.contentAwards{
    height: 315px;
}
.contentWhite{
    background: #fff;
    border: 10px solid rgba(0, 112, 0, 0.8);
    border-radius: 15px;
    /*width: 100%;*/
    padding: 10px;
    /*height: 315px;*/
}
.contentWhite>table{
    color: #000 !important;
}
.tiptext {
    background:#ccc;
    border: 1px #333 solid;
    padding:5px;
    width:100px;
}
.hoverAward {
    top: -90px;
    right: -6px;
    display: none;
    position: absolute;
    width: 225px;
    height: 191px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
img{
    width: 100%;
}
.width{
    width: 100%;
}
th{
    padding: 10px 0;
    margin-top: 5px;
}
.fs12{
    font-size: 12pt;
}
.fs14{
    font-size: 14pt;
}
.fs17{
    font-size: 17pt;
}
.mt10{
    margin: 10px 0;
}
.mt15{
    margin-top: 15px !important;
}
.logo{
    max-height: 50px;
    max-width: 50px;
}
.regTextFixer{
    margin-right: 35px;
}
.OU{
    height: 600px;
    overflow-x: hidden;
    padding: 5px 30px;
    margin: 40px 0;
}
.nav{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    max-width: 1366px;
    align-items: center;
}
.fixRegBtnFont{
    color: #fff;
    background: #E2251D;
}
.fixRegBtnFont:hover{
    color: #fff
}
.checkboxPos{
    max-width: 340px;
    margin: 10px auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-align: left;
}
.inputText{
    width: 340px;
    color: #000 !important;
    padding: 12px 10px;
    margin: 16px auto;
    border-radius: 5px;
    border: 0;
}
input[type="checkbox"]{
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
    margin-right: 11px;
}
.radius{
    border-radius: 20px;
}
.cursor{
    cursor: pointer;
}
.tar{
    text-align: right  !important;
}
.center{
    text-align: center !important;
}
.tal{
    text-align: left  !important;
}
.link{
    text-decoration: underline  !important;
    color: #ffc20e !important;
    cursor: pointer;
}
label{
    font-weight: 400;
}
.italic{
    font-style: italic;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.yellow{
    color: #f8bf16 !important;
}
.white{
    color: #fff !important;
}
.black{
    color: #000 !important;
}
.grey{
    color: #777 !important;
}
.red{
    color: red !important;
}
.blue{
    color: #084073 !important;
}
.green{
    color: #006900 !important;
}
.Orange{
    color: #eb9829 !important;
}
.pink{
    color: #ef4861 !important;
}
.purple{
    color: #6c47a5 !important;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
input:focus::-webkit-input-placeholder { 
    color:transparent;
}
input:focus:-moz-placeholder {
    color:transparent; 
}
.mb0{
    margin-bottom: 0px
}
#winnersContent{
    display: flex;
    align-items: flex-end;
}
#winnersContent .panel-group{
    align-self: flex-start;
}
.winnersContentImg{
    padding: 0 !important;
}
.navbar{
    background: #004F8A;
    color: #ffffff !important;
    margin-bottom: 0px;
}
.navbar-header{
    float: none;
}
.navbar-toggle .icon-bar {
    height: 3px;
    width: 25px;
    border: 1px solid #fff !important
}
.winnerImg{
    max-width: 304px;
    position: absolute;
    bottom: 0;
}
.panel-default{
    /*background:  url(../img/bgBlur.png) no-repeat top center;*/
    background-size: cover;
    background: rgba(255, 255,255,1)  !important;;
    border-radius: 5px !important;
    border: 0;
    width: 100%;
    color: #004F8A;
}
.tablewhite{
    color: #004F8A;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    /*overflow: hidden;*/
    overflow-x: auto;
}

.panel-default>.panel-heading{
    cursor: pointer;
    color: #004F8A;
    background-image: unset !important;
    background-color: rgba(255, 255,255,1) !important;
    border-radius: inherit;
}
.panel-group {
    margin-bottom: 10px !important;
    /*text-shadow: 1px 1px 2px #000;*/
}
#icon-bar1{
    background: #fff;
}
#icon-bar2{
    background: #fff;
}
#icon-bar3{
    background: #fff;
}
.navbar-toggle{
    padding: 10px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 3px solid #fff;
}
.play1{
    display: flex;
    align-items:  flex-end;
}
.navbar-nav{
    margin: 0;
    padding: 0;
}
.flexCenter{
    justify-content: unset;
}

th, td{
    border-top: 1px solid #004F8A;
    border-bottom: 1px solid #004F8A;
    font-weight: normal !important;
}
td{
    padding: 12px 0;
}
.container {
    display: block;
    position: relative;
    padding: 10px 35px;
    margin-bottom: 12px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0px;
}
.poscounter1{
    position: relative;
    right: 10%;
}
.winTedy{
    width: 453px;
    position: relative;
    right: 100px;
}
.backgraund{
    background: #c20800; /* Old browsers */
    background: -moz-linear-gradient(left, #c20800 0%, #e2251d 50%, #c20800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c20800 0%,#e2251d 50%,#c20800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c20800 0%,#e2251d 50%,#c20800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20800', endColorstr='#c20800',GradientType=1 ); /* IE6-9 */
}
.visiblexs{
    display: none;
}
.nav>li>a{
    font-family:  "SybillaPro-Heavy";
}
@media  (min-width: 2200px){
    .footer{
        height: 100%;
    }
}
@media  (min-width: 1231px){
    .nav>li {
        width: 227px !important;
    }
}
@media  (min-width: 955px){
    .hamburger>li>a, .footerFont {
        font-size: 20px !important;
    }
    .nav>li {
        width: 191px;
        text-align: center;
    }
}
@media  (min-width: 768px){
    .fixregwidth{
        width: 68%;
    }
    .navbar-collapse.collapse {
        display: flex !important; 
        justify-content: center;
    }
}
@media  (max-width:1400px){
    .inputText, .checkboxPos{
        width: 310px;
    }
    .indexMagrin {
        margin: 250px auto 2%;
        margin: 31% auto 1%;
    }
    .indexBgr{
        height: 77vh;
    }
}
@media  (max-width:1214px){
    .footer{
        height: 160px;
    }
    .inputText, .checkboxPos{
        width: 295px;
    }
    .contentProfile {
        min-height: 325px;
    }
    .nav>li {
        margin: 0 1%;
    }
    .contentAwards{
        height: 350px;
    }
}
@media  (max-width:1154px){
    .indexMagrin {
        margin: 230px auto 2%;
        margin: 27% auto 2%;
    }
}
@media  (max-width:1074px){
    .nav>li {
        margin: 0 0;
    }
}
@media  (max-width:991px){
    .flexIndex{
        flex-flow: row wrap;
    }
    .indexBgr{
        height: 100%;
    }
    .hamburger>li>a, .footerFont{
        font-size: 15pt !important;
    }
    .progressBar{
        margin: 0 auto;
    }
    .bgrProfile{
        background: transparent;
    }
    .awardText{
        text-align: center;
    }
    .content{
        height: 100%;
    }
    .contentAwards{
        height: 100%;
    }
    .nav>li>a {
        padding: 10px;
    }
    .greenBtnHeader{
        margin: 0 5px;
        width: 105px;
    }
    .redBtnHeader{
        margin: 0 5px;
        width: 105px;
    }
    .visiblexs{
        display: block;
        padding-bottom: 40px; 
    }
    .wrapper, .flex{
        height: 100%;
        /*padding: 20px 0;*/
    }
    h2 {
        font-size: 27px;
    }
    .contentWhite{
        height: 315px;
    }
}
@media  (max-width:954px) and (min-width: 768px){
    .nav>li{
        width: 20%;
    }
}
@media  (max-width:767px){
    .footerContent{
        margin-top: 10px;
    }
    .modal-pos-center{
        max-width: 320px;
    }
    .panel-title{
        font-size: 16px !important;
    }
    .panel-body{
        font-size: 13px !important;
    }
    .blurred-bg-container{
        max-width: 400px !important;
        margin: 0 auto 20px !important;
    }
    .headerLogo{
        position: absolute;
        top: 0px;
        width: 127px
    }
    .footer{
        text-align: center;
        height: 100%;
    }
    .blurRegBgr{
        background: url("../img/bgBlur.png") no-repeat top center;
        background-size: cover;
        max-width: 430px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .panel-group{
        width:90%;
        margin: 0 5%;
    }
    .hamburger{
        flex-flow: column wrap;
    }
    .navbar-nav {
        margin: 47px 0 10px;
    }
    .wrappernav{
        max-height: 100%;
    }
    .footer{
        padding: 15px 0;
        height: 100%;
    }
    .hamburger>li>a{
        font-size: 14pt !important;
    }
    .headerLogoXs{
        position: absolute;
        top: -6px;
        display: flex !important;
        justify-content: center;
        width: 100%;
    }
    h1{
        font-size: 25px;
        max-width: 480px;
        margin: 20px auto 10px;
    }
    .htpFontSize{
        font-size: 16px;
    }
}
@media  (max-width:576px){
    .panel-group .panel{
        width: 90%;
        margin: 0 5%;
    }
    .indexImgContent{
        flex-flow: row nowrap;
    }
    .indexImg {
        max-width: 106px;
    }
}
@media  (max-width:480px){
    .inputText{
        padding: 9px 10px;
        font-size: 13px;
    }
    .indexImg {
        max-width: 85px;
    }
    .headerLogo{
        width: 110px
    }
    .navbar-nav {
        margin: 30px 0 10px;
    }
    h1{
        font-size: 20px;
        /*font-size: 15px;*/
    }
    .panel-group{
        width: 100%;
        margin: 0;
    }
    #awardsProfile>div{
        margin: 10px 0;
    }
    .panel-title{
        font-size: 13px !important;
    }
    .panel-body{
        font-size: 11px !important;
    }
}

@media  (max-width:375px){
    .indexImg {
        max-width: 85px;
    }
    .fixRegBtnFont, .button{
        width: 220px;
        /*max-width: 220px;*/
        font-size: 15px;
    }
    input[type="checkbox"] {
        width: 40px;
        height: 40px;
    }
    .contentProfile {
        min-height: 500px;
    }
    .formWidth{
        width: 100% !important;
    }
    .awardBackground{
        height: 290px;
    }
    .airbad{
        width: 250px;
        margin: 0 auto;
    }
}

@media  (max-width:370px){
    .modal-body{
        padding: 15px 10px;
    }
    .inputText, .checkboxPos{
        width: 270px;
    }
    .modal-content{
        width: 90%;
        margin: 0 5%;
    }
}

@media  (max-width:340px){
    .indexImg {
        max-width: 75px;
    }
    .panel-body {
        padding: 15px 5px;
    }
    .panel-group .panel {
        width: 96%;
        margin: 0 2%;
    }
}