

.video-container {
    padding: 0;
    border-bottom: none;
    max-width: 1040px;
    margin: 0 auto;
}
.video-player {
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
}
.video {
    position: relative;
    width: 100%;
    height: 485px;
    background: #000;
}
.video .overlay-video-img {
    -webkit-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
}
.video .overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.play-video{
    position: absolute;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 99;
    font-size: 90px;
    color: #fff;
}
.play-video i{
    cursor:pointer;
}
.video .overlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
}
.percent-container {
    position: absolute;
    width: 200px;
    height: 100px;
    z-index: 99999;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.percent-container p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 100%;
    font-size: 0.8em;
}
img {
    display: inline-block;
    vertical-align: middle;
}
.percent-container .percent {
    text-align: center;
    margin-left: 0.5em;
    font-weight: bold;
}
.img-bg {
    background-color: #000;
}
.video .video-img {
    width: 100%;
    height: auto;
    display: none;
}
.form-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 260px;
    max-width: 460px;
    width:100%;
    z-index: 99;
    display: none;
    text-align: center;
    padding: 10px 40px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 1%, #f4f5f6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(99%, #219ce2));
    background: -webkit-linear-gradient(top, #fff 1%, #f4f5f6 99%);
    background: -o-linear-gradient(top, #fff 1%, #f4f5f6 99%);
    background: -ms-linear-gradient(top, #fff 1%, #f4f5f6 99%);
    background: linear-gradient(to bottom, #fff 1%, #f4f5f6 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
}
form {
    margin: 0 0 1em;
}
.popup-logo-wrapper {
    width: 90%;
    height: 50px;
    margin: 25px auto 5px;
    text-align: center;
}
.popup-logo {
    margin-top: -8px;
    width: 46px;
}
.popup-logo-text {
    font-size: 26px;
    line-height: 18px;
    font-weight: bold;
    color: #0656a5;
    margin-left: 5px;
}
.clear {
    clear: both;
}

#fuzzy-player .playpushcontrol{
    font-size:16px;
    margin-top:3px;
}
.settings-icon {
    float: left;
    margin-left: 15px;
}
#fuzzy-player .settings-icon{ margin-top:2px;}
#fuzzy-player a.fullscreen{ margin-top:4px;}
.hd-icon {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
#fuzzy-player .hd-icon{
    margin-top:0;
}
.fullscreen{
    float: left;
}
.controls .icon-pause, 
.controls .icon-vol, 
.controls .icon-fullscreen, 
.controls .icon-play {
    font-family:'FontAwesome';
    color: #FFF;
    line-height: 18px;
    font-size: 19px;
    font-style: normal;
}
.time {
    height: 15px;
    width: 100%;
    margin-top: 0;
    background: #111010;
    position: relative;
    border: 1px solid #000;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#fuzzy-player .time,
#fuzzy-player .time-full,
#fuzzy-player .time-buffer,
#fuzzy-player .vidBuffer{ height:10px;}
#fuzzy-player .time{height:12px; border-radius:0;; }
#fuzzy-player .timer {
	margin-top: 3px;
}
.time-full {
    height: 0.6em;
    position: absolute;
    background: #0a7aee;
    background: -moz-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0a7aee), color-stop(99%, #219ce2));
    background: -webkit-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: -o-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: -ms-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: linear-gradient(to bottom, #0a7aee 1%, #054080 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
    border-color: #10253d;
    width: 0%;
    z-index: 3;
    left: 0;
}
.time-buffer {
    height: 0.6em;
    position: absolute;
    background-color: #1d446d;
    border-color: #10253d;
    width: 0;
    z-index: 2;
    left: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
}
.vidTimeshow{
    float: left;
}
.timer {
    color: #CFCFCF;
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    display: block;
    margin-left: 70px;
}
.icon-vol:before {
    content: "\f027";
}

.slider {
    margin-top: 0px !important;
}
.slider>.track, .slider>.highlight-track {
    background: #111010;
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #000;
    height: 9px;
}
.slider>.highlight-track {
    background: #0a7aee;
    background: -moz-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0a7aee), color-stop(99%, #219ce2));
    background: -webkit-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: -o-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: -ms-linear-gradient(top, #0a7aee 1%, #054080 99%);
    background: linear-gradient(to bottom, #0a7aee 1%, #054080 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
    border-color: #10253d;
}
.slider>.dragger {
    display: none;
}
.movie-player input[type="text"], input[type="password"], .movie-player input[type="date"], 
.movie-player input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
.movie-player input[type="email"], 
input[type="number"], 
.movie-player input[type="search"], 
input[type="tel"], input[type="time"], input[type="url"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.output,
.hide-for-large-up{
    display: none;
}

.controls {
    height:40px;
    background: #000;
    padding-top: 10px;
    border-top: 1px solid #626262;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.controls  a{
    color: #fff;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

.first-option-control{
    float: left;
}
.vidBuffer {
    position: absolute;
    width: 543px;
    left: 330px;
    margin-top: 7px;
}
.settings-icons{
    float: right;      
}
.playpushcontrol{
    float: left;
    margin-top: 1px;
}
.volume-control-desktop{
    float: left;
    margin-left: 60px;
}
.volume-mick{
    float: left;
    margin-left: 45px;
    margin-top: 1px;
}
#fuzzy-player .volume-mick{
    margin-top:4px;
}
.volume-mick i{
    font-size: 21px!important;  
}
.volume-control-slider {
    margin-left: 25px;
    float: left;
    width: 80px;
    margin-top: 10px;
}
#fuzzy-player .volume-control-slider{
    margin-top: 13px;
}
.medium-centered{
    min-height: 75px;
}
.medium-centered p{
    margin-top: 10px;
    font-size: 19px;
    padding:0 20px;
    color: #393939;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.video-container .submit-button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    padding: 17px 45px;
    max-width: 20em;
    text-transform: uppercase;
    color: #fff;
    border: none!important;
    text-shadow: 0 1px 1px #363636;
    display: block;
    transition: none !important;
    text-decoration: none;
    background: #33ad0d;
    background: -moz-linear-gradient(top, #33ad0d 0%, #0a7f0a 100%);
    background: -webkit-linear-gradient(top, #33ad0d 0%, #0a7f0a 100%);
    background: linear-gradient(to bottom, #33ad0d 0%, #0a7f0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ad0d', endColorstr='#0a7f0a',GradientType=0 );
}

.video-container .submit-button:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    padding: 17px 45px;
    max-width: 20em;
    text-transform: uppercase;
    color: #fff;
    border: none!important;
    text-shadow: 0 1px 1px #363636;
    display: block;
    transition: none !important;
    text-decoration: none;
    background: #2a9309;
    background: -moz-linear-gradient(top, #33ad0d 0%, #2a9309 100%);
    background: -webkit-linear-gradient(top, #33ad0d 0%, #2a9309 100%);
    background: linear-gradient(to bottom, #33ad0d 0%, #2a9309 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ad0d', endColorstr='#2a9309',GradientType=0 );
}
.play-video:hover{
    color: #047ad6;
}