

#igf_news_banner{
  background-color : yellow;
  color : black;
  padding-left: 10px;
  vertical-align : middle;
  text-align: center;
}

#igf_news_banner p {
  margin-bottom: 0px;
}



#panel_header_color {
    background-color: black;
    color: #fc6621;
    border-top: 0px solid #fc6621;
}

#panel_no_border {
    border-style: none;
}





.igf_table_column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.igf_table_row:after {
  content: "";
  display: table;
  clear: both;
}


/*  for the popup display of players */
.igf_player_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.igf_player_overlay:target {
  visibility: visible;
  opacity: 1;
}


.igf_player_popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 35%;
  position: relative;
  transition: all 5s ease-in-out;
}

.igf_player_popup .close {
  position: absolute;
  top: 4px;
  right: 4px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.igf_player_popup .close:hover {
  color: #06D85F;
}
.igf_player_popup .content {
  overflow: auto;
}



.home-bg{
        background-color: #000;
}

.igf_img_twitter{
    position:absolute;
    bottom:15px;
    left: 10px;
    width:4%;
}
.igf_img_insta{
    position:absolute;
    bottom:15px;
    left: 70px;
    width:4%;
}
.igf_img_facebook{
    position:absolute;
    bottom:15px;
    left: 130px;
    width:4%;
}

.igf_img_left{
    position:absolute;
    top:40px;
    left:10px;
    width:12%;
}

.igf_img_right{
    position:absolute ;
    top:40px;
    right:10px;
    width:12%;
}


.igf_img_bg{
    width:100%;
}

.igf_img_container{
    position:relative ;
}

#igf_title_home{
        text-transform: capitalize;
        color: #fc6621;
        font-family: Calibri;
}


.igf_table_home{
    width:100%;
}


.igf_home_link{
    background: #fc6621;
    color: white;
    width: 220px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}





/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .igf_table_column {
    width: 100%;
  }
  .igf_player_popup{
      width: 80%;
      padding: 10px;
  }

  .igf_home_link{
    width: 100%;
  }

  .igf_img_twitter{
    bottom:10px;
    left: 10px;
    width:6%;
  }
  .igf_img_insta{
    bottom:10px;
    left: 40px;
    width:6%;
  }
  .igf_img_facebook{
    bottom:10px;
    left: 70px;
    width:6%;
  }
}


#certif_frame{
    border: none;
    width: 600px;
    height: 305px;
}


form *{
    margin-bottom: 2%;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:1em;
    color:#333;
    background-color:#fff;
}


form button{
    background-color: black;
    color: #fc6621;
    padding: 1%;
    font-weight: 700;
}

#reload_btn{
    position: relative;
    bottom: 150px;
}

