.accorhead {
    background-color: #f3f1f1;
    padding: 15px 15px;
    font-size: 18px;
    color: #797979;
    font-family: GothamBold;
    position: relative;
}
.accordbox {
    overflow: hidden;
}
.accordbox .accordwrap {
    margin: 0 0 24px 0;
    float: left;
    width: 48%;
}
.accordbox .accordwrap:nth-child(odd){
    margin:0 2% 0 0;
}
.accordbox .accordwrap:nth-child(even){
    margin:0 0 0 2%;
}
.accordbox .accorhead span{
    position: absolute;
    right: 0;
    background-color: #e5e5e5;
    top: 0;
    bottom: 0;
    color: #999999;
    line-height: 62px;
    padding: 0 15px 0 8px;
}
.accorhead span:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 0 0 10px;
    font-size: 35px;
    font-weight: bold;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    display: inline-block;
    position: relative;
}
.accordlist{
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: none;
}
.accordlist ul{
    margin: 12px 0;
}
.accordlist ul li {
    list-style-type: square;
    list-style-position: inside;
    padding: 12px 0;
}
.accorhead.active span:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -0-transform: rotate(90deg);
    right: -4px;
}
.hconwrap {
    background-color: #f3f1f1;
    text-align: center;
}
.hconwrap .himg {
    max-height: 146px;
    overflow: hidden;
    position: relative;
}
.hconwrap .himg .himghov {
    position: absolute;
    background: rgba(217, 75, 3, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: GothamBold;
    padding: 39% 0;
    display: none;
    transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    -webkit-transition: all 700ms;
    -ms-transition: all 700ms;
}
.hconwrap .himg .himghov a {
    color: #fff;
}
.hconwrap:hover .himg .himghov{
    display: block;
} 
.hconwrap .himg img{
    width: 100%;
    height: auto;
}
.hconwrap .httl{
    color: #d94b03;
    font-size: 14px;
    padding-top: 8px;
    font-family: GothamBold;
}
.hconwrap .hdesg p{
    font-size: 12px;
    color: #7a7a7a;
    padding-top: 10px;
    margin: 0;
}
.hconwrap .hdesg {
    min-height: 80px;
}

.hcontpop{
    position: fixed;
    display: none;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 302;
    width: 560px;
    margin: auto;
    height: 85%;
    box-shadow: rgba(0, 0, 0, 0.22) 0 0 24px;
}
.hcontpop .hboxtwrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.overlay{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 301;
}
.hboxwrap {
    overflow-y: auto;
    height: 85%;
    position: relative;
    margin: 30px;
    width: 92%;
    padding: 0 6% 0 0;
}
.hboxwrap .hpstt {
    overflow: hidden;
    display: block;
    margin: 0 0 10px 0;
}
.hboxwrap .hpstt .hpstlft {
    float: left;
    width: 26%;
    padding: 0 4% 0 0;
    box-sizing: border-box;
}
.hboxwrap .hpstt .hpstlft img{
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.22) 0 0 3px;
    padding: 3px;
    box-sizing: border-box;
}
.hboxwrap .hpstt .hpstrt{
    float: left;
    width: 70%;
    padding: 0;
    box-sizing: border-box;
}
.hboxwrap .hpstt .hpstrt .hpstname {
    font-size: 28px;
    color: #d94b03;
    font-family: GothamBold;
    margin: 0 0 10px 0;
}

.hboxwrap .hpstt .hpstrt .hpstdesg{
    font-size: #7a7a7a;
    font-family: GothamBold;
    font-size: 18px;
}

.hboxwrap .hpstcont .hpstcontwrap p{
    font-size: 14px;
    color: #797979;	
}
.closebtn {
    position: absolute;
    top: -15px;
    cursor: pointer;
    right: -15px;
    z-index: 999;
}
.hcontinnpop {
    overflow: hidden;
    height: 100%;
}
.judges_list .programm_grid .data-content{ 
  background-color:initial !important;
}
.judges_list.mk-grid h2 {
    font-size: 22px !important;
    color: #797979 !important;
    text-align: center;
}
.programm_grid .img_box a{
    transform: translate(0%, 0%) !important;
    padding-top: 45%;
}
.hcontpop{
    width: 44% !important;
}

@media (max-width: 767px){
.vc_col-sm-3.wpb_column.column_container {
    clear: both;
}
}
@media (max-width: 932px){
    .hboxwrap .hpstt .hpstlft{
            float: none !important;
            width: 32% !important;
            margin: 0 auto !important;
    }
    .hboxwrap .hpstt .hpstrt{
            float: none !important;
            margin: 0 auto !important;
    }
    .hboxwrap .hpstt .hpstrt .hpstname{
            text-align: center !important;
    }
    .hboxwrap .hpstt .hpstrt .hpstdesg{
            text-align: center !important;
    }
    .hcontpop{
    width: 90% !important;
}
}
@media (max-width: 380px){
    .programm_grid ul li{
            width: 84% !important;
    }
}