.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: #009cc2;
	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: 25%;
    bottom: initial;
    left: 0;
    right: 0;
    z-index: 302;
    width: 560px;
    margin: auto;
    height: auto;
    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: #009cc2;
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;
}
.hcontinnpop {
    overflow: hidden;
    height: auto;
}

.programm_grid {}
.programm_grid ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
}
.programm_grid ul li {
	list-style: none;
    padding: 0 1.3%;
    margin: 0 0 10px;
    float: left;
    width: 14%;
}
.programm_grid ul li.last {
    margin-right: 0;
}
.programm_grid img {
    width: 100%;
    border-radius: 50%;
}
.programm_grid ul li.last {
    margin-right: 0;
}

.programm_grid .img_box {
    position: relative;
}

.programm_grid .img_box .popup_link{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(217, 75, 3, 0.9);
    display: none;
   
}
.programm_grid li:hover .popup_link {
    display: block;
}
.programm_grid .img_box a {
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    transform: translate(0%, 44%);
    position: absolute;
    bottom: 0;
    top: 0;
    font-weight: bold;
}
.programm_grid .data-content {
    padding: 8px;
    text-align: center;
	background: #f3f1f1;
}
.programm_grid .data-content h6 {
    color: #009cc2 !important;
    font-weight: bold !important;
    text-transform: none !important;
    margin-bottom: 8px;
}
.programm_grid .data-content p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
}
.rbd_programs_widget .programm_grid span.clear-left {
    display: block !important;
    clear: left !important;
}
.program_show.rbd_programs_widget p {
    margin-top: 20px;
    text-align:center;
}
.rbd_programs_widget .objects_webs.programm_grid {
    border-bottom: 1px solid #EBEBEB;
}
.rbd_programs_widget .objects_webs.programm_grid:last-child {
    border-bottom: 0px;
}

.rbd_programs_widget .programm_grid .img_box a {
    font-family: GothamBold;
    
}
.rbd_programs_widget .programm_grid ul li:first-child {
    padding-left: 0px;
}
.overlay{
    opacity: 0.7;
}
.rbd_programs_widget .programm_grid .data-content p{
        font-size: 11px !important;
    text-align: center !important;
    color: #7a7a7a !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    text-transform: capitalize;
    font-family: 'GothamMedium-Regular' !important;
}
.rbd_programs_widget .data-content {
    background-color: transparent !important;
}
.program_show .programm_grid .img_box a{
    padding-top: 40% !important;
}
.hcontinnpop .rb_loading_container{
    margin: 0 auto;
    color: #009cc2;
    text-align: center;
/*    padding-left: 10%;*/
    display: block;
    padding-top: 50%;
}
.judges_list .hcontinnpop .rb_loading_container{
    margin: 0 auto;
    color: #009cc2;
    text-align: center;
/*    padding-left: 10%;*/
    display: block;
    padding-top: 50%;
}
/*/////////////////////////////////////////*/
@media only screen and (max-width: 1080px) { 
	.programm_grid ul li {
		width: 17%;
		padding: 0 1.5% 2%;
	}
}
@media only screen and (max-width: 768px) { 
	.programm_grid ul li {
		width: 22%;
	}
}
@media only screen and (max-width: 678px) {
	.programm_grid ul li {
		width: 30%;
	} 
}
@media only screen and (max-width: 480px) { 
	.programm_grid ul li {
		width: 60%;
		margin: 0 auto;
		float: none;
	}
}
@media only screen and (max-width: 380px) { 
	.programm_grid ul li {
		width: 100%;
		
	}
}