@font-face {
    font-family: "GDBoing-Bold";
    font-style: normal;
    font-weight: 400;
    src:  url("fonts/GDBoing-Bold.ttf") format("truetype");
  }

@font-face {
    font-family: "GDBoing-Black";
    font-style: normal;
    font-weight: 400;
    src:  url("fonts/GDBoing-Black.ttf") format("truetype");
}


body {
    font-family:"GDBoing-Bold", "Arial";
}

.nospace{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin:0 !important
}

.logoContainer {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 5vw;
    padding: 2vw 4vw;
    width: 28vw;
    margin: 17vw auto 0;
    z-index: 3;
    transition: all 1.5s;
}

.logoContainer span{
    font-size: 1.3vw;
    font-family:"GDBoing-Bold", "Arial";
}

.logoContainer img {
    margin-left: -17px;
    width: 100%;
    height: auto;
}

#mainVidoHome{
    z-index: -1;
    background-color: #050105;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #770286;
}
#videoLabel{
  text-transform: uppercase;
}
#download-vid {
margin-top: 4px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #770286;
}

.catRow{
  margin-top:20px;
  margin-bottom:20px;
}
.categoryLinks{
  font-size: 20px;
  text-transform: uppercase;
}
/*------------Buttons-----------*/
#fosSearchClearArea {
    margin-left: 0px;
    transition: all 1.5s;
}

.logoBtnH {
    margin-top: 12px;
    transition: all 1.5s;
}

.logoBtnS {
    float: right;
    padding: 10px;
    transition: all 1.5s;
}

.btn-trans:hover {
    background: rgba(0,0,0,0.25);
    color: #fff;
}

.btn-trans {
    background: rgba(0,0,0,0.45);
}

.btn-primary {
    color: #fff;
    background-color: #00a63f;
    border-color: #00a63f;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #00b545;
    border-color: #00b545;
}

.btn-success {
    color: #fff;
    background-color: #ef6c0f;
    border-color: #ef6c0f;
    margin-left: 75px;
    border-radius: 0 3px 3px 0 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #f1751d;
    border-color: #f1751d;
}

.btn {
    -webkit-transition: all 0.2s ease-in;
    transition: all ease-in .2s;
    border-radius: 3px;
    margin-bottom: 3px;
}

.topFiveSubmitBtn{
  border: none;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
}

.form-control:focus {
    border-color: #E6E6E6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(89, 89, 89,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(89, 89, 89,.6);
}

.form-control {
    border: 1px solid #770286;
}

#fosSearchArea {
    padding-right: 0;
}


.form-control {
    display: block;
    width: 150%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



/*-------Video Buttons------*/

.col-lg-4 {
    margin-bottom: 30px;
}

.hovereffect {
  /*width: 100%;
  height: 100%;*/
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    margin: 50px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    padding: 70px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}

.catSingleResult{
  float:left;
  display: inline-block;
  width: 20%;
  text-align: center;
}
.searchedTag{
  text-transform: capitalize;;
}
/*-------Media Queries-----------*/
@media only screen and (max-width: 1200px){


}

@media only screen and (max-width: 1000px){

  #fosSearchClearArea {
      margin-left: 0px;
      transition: all 1.5s;
  }

  .btn-success {
      margin-left: 0px;
  }

  .form-control {
      width: 100%;
  }

  .hovereffect {
    margin-bottom:15px;
  }

}
