@font-face {
    font-family: 'GothamPro-Light';
    src: url('../font/GothamPro-Light/GothamPro-Light.eot?') format('eot'),
    url('../font/GothamPro-Light/GothamPro-Light.otf') format('opentype'),
    url('../font/GothamPro-Light/GothamPro-Light.woff') format('woff'),
    url('../font/GothamPro-Light/GothamPro-Light.ttf') format('truetype'),
    url('../font/GothamPro-Light/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 100;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../font/GothamPro/GothamPro.eot?') format('eot'),
    url('../font/GothamPro/GothamPro.otf') format('opentype'),
    url('../font/GothamPro/GothamPro.woff') format('woff'),
    url('../font/GothamPro/GothamPro.ttf') format('truetype'),
    url('../font/GothamPro/GothamPro.svg#GothamPro') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'GothamPro-Bold';
    src: url('/font/GothamPro-Bold/GothamPro-Bold.eot?') format('eot'),
    url('/font/GothamPro-Bold/GothamPro-Bold.otf') format('opentype'),
    url('/font/GothamPro-Bold/GothamPro-Bold.woff') format('woff'),
    url('/font/GothamPro-Bold/GothamPro-Bold.ttf') format('truetype'),
    url('/font/GothamPro-Bold/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: 700;
}


body{

    font-family: "GothamPro";

}

.wrap{
    overflow: hidden;
}

.btn-primary2 {
    background-image: none;
    background-color: #0eaea2;
    border: none;
    border-radius: 4px;
    color: #fff;
   
}

.btn-primary2.btn-download{
    text-align: left;
    padding-left: 2rem;
}


.btn-primary2 img{
    display: inline-flex;
}
#video-player{
   padding: 15px;
}

#wrap-form-brightness{
    min-height: 510px;
}
#wrap-form-brightness .badge{
    width: 50px;
    margin-left: 10px;
}

#wrap-form-brightness .canal-param label{
    width:60px;
}

.wrap-btn-fileupload{
    
    display: block;
    position: relative;
/*    left: -273px;
    top: 365px;
    */
    text-align: center;
}



.fileUploadLink input.upload {
  position: absolute;
  top: 0;
  height: 40px;
  right: 0;
  margin: 0;
  padding: 0;
  width: 211px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 20;
}

.fileUploadLink {
  position:relative;
  /* background: none; */
  background-color: #31a588;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  /* color: #39434d; */
  color: #ffffff;
  border: none;
  /* font-family: "OpenSans", sans-serif; */
  font-size: 14px;
   /*
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
   */
  height: 34px;
  padding: 2px 8px;
  
}


.fileUploadLink {
    background-color: rgba(236, 100, 70, 0.9) !important;
    
}


input.slider{
    
    width: 300px;
}

a{
    border-radius: 0 !important; 
}

.list-download a{
    padding-left: 0px;
    
}
.list-download a img{
    margin-right: 10px;
    margin-left: -5px;
}
.list-download a:hover{
    color: #ffffff;
}