@import "../fonts/conduit.css";

BODY {
  overflow-x: hidden;
  }  
  
BODY#home {
  overflow: hidden;
  }  
  
.mobile {
  display: none;
  }  
  
/* HEADER 
------------------------------------------------------------------------ */  

#video-logo-background img {
  width: 55px;
  }
  
span.user-notification-count {
  font-size: 10px;
  }
  
#header-user-profile #header-username {
  font-size: 16px;
  }    
  
#languages {
  float: right;
  color: #848484;
  margin-right: 20px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 22px;
  background: #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
  } 
  
#languages .separator {
  display: none;
  }  
  
#languages A {
  color: #666;
  float: left;
  }
  
#languages A:first-child {
  padding-left: 10px;
  padding-right: 8px;
  margin-right: 1px;
  }  
  
#languages A:last-child {
  padding-right: 10px;
  padding-left: 8px;
  }      
  
#languages A.active {
  background: #e30613 !important;
  color: #fff !important;
  }   
  
#languages A:hover {
  background: #333;
  color: #fff;
  }  
  
#languages A.active {
  font-weight: 700;
  }  
  
#theme {
  float: right;
  color: #c4c4c4;
  margin-right: 10px;
  margin-top: 12px;
  font-size: 24px;
  line-height: 24px;
  overflow: hidden;
  } 
  
#theme A {
  padding: 20px;
  cursor: pointer;
  display: block;
  }   
  
#theme A:hover {
  color: #333;
  }    
  
#theme #light {
  display: none;
  }  
  
/* LAYOUT 
------------------------------------------------------------------------ */  
  
#video-logo-background:before,
#video-logo-background:after,
#sidebar-bg:after,
#sidebar:after {
  left: 120px;
  }  
  
#video-logo-background a,  
#sidebar-bg:before,
nav#sidebar-nav {
  width: 120px;
  }  
  
main#col-main {
  margin-left: 120px;
  }  

#video-search-header-filtering {
  width: calc(100vw - 120px);
  }
  
#sidebar {
  margin-left: 120px;
  }
  
#sidebar .meta {
  margin-bottom: 20px;
  overflow: hidden;
  }    
  
#sidebar .meta .badge {
  float: left;
  margin-top: 5px;
  }  
  
#sidebar .meta .duration {
  float: right;
  padding-right: 20px;
  opacity: 1;
  }
  
#sidebar P,
#sidebar .description {
  font-size: 15px;
  line-height: 1.35;
  color: #666;
  hyphens: auto;
  padding-right: 10px;
  } 
  
#sidebar .description .section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  }   
  
#sidebar .description .section:last-child {
  border: none;
  margin-bottom: 0;
  }  
  
#sidebar .subheadline {
  color: #999;
  line-height: 1.25;
  margin-bottom: 5px;
  }  
  
#sidebar .datetime {
  margin-bottom: 25px;
  line-height: 1.5;
  color: #333;
  } 
  
#sidebar .datetime I {
  font-size: 13px;
  width: 20px;
  color: #333;
  }   
  
#sidebar .join .btn {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 15px;
  }  
  
#sidebar .join .btn I {
  font-size: 12px;
  }
  
#sidebar .join .hint {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.7;
  }  

.vertical-align {
  display: table !important;
  width: 100%;
  height: 100%;
  }  
  
.vertical-align .middle {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  }    
  
/* MAIN 
------------------------------------------------------------------------ */   

MAIN .subheadline {
  color: #999;
  line-height: 1.25;
  font-size: 16px;
  margin-bottom: 2p;
  }  
  
MAIN .subheadline A {
  color: #999;
  }  
  
MAIN .subheadline A:hover {
  color: #e30613;
  } 
 
/* NAVIGATION 
------------------------------------------------------------------------ */     

ul#vertical-sidebar-nav.sf-menu li span {
  margin-bottom: 10px;
  }  
  
ul#vertical-sidebar-nav.sf-menu LI I {
  display: block;
  margin: 0 0 10px;
  font-size: 36px;
  }  

/* MAIN 
------------------------------------------------------------------------ */    
  
.progression-studios-slider-dashboard-caption-width {
  margin-left: 70px;
  }  
  
.flexslider.progression-studios-dashboard-slider h2 {
  letter-spacing: -0.02em;
  font-size: 64px;
  line-height: 0.95;
  margin-bottom: 0.3em;
  }  
  
p.progression-studios-slider-description,
ul.progression-studios-slider-meta li {
  font-size: 16px;
  line-height: 1.4;
  }
  
.progression-studios-slider-dashboard-image-background:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,19,0,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  opacity: 0.97;
  z-index: 1;
  }  
  
.progression-studios-slider-dashboard-image-background.dark:before {
  background: linear-gradient(90deg, rgba(255,19,0,1) 0%, rgba(51,51,51,1) 0%, rgba(255,255,255,0) 100%);
  } 
  
.dark H2,
.dark H2 A {
  color: #fff !important;
  }  
  
.dark .progression-studios-slider-description {
  color: #fff;
  }
  
.light H2,
.light H2 A {
  color: #333 !important;
  }  
  
.light ul.progression-studios-slider-meta li {
  color: #848484;
  }
  
.light .progression-studios-slider-description {
  color: #333;
  }  
  
/* UI ELEMENTS 
------------------------------------------------------------------------ */    

.badge {
  background: #999;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  padding: 4px 7px 4px 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
  
.badge.live {
  border-radius: 20px;
  background: #e30613;
  top: -1px;
  position: relative;
  }  
  
.badge .bullet {
  font-size: 18px;
  float: left;
  line-height: 11px;
  margin-right: 3px;
  }  
  
.bright {
  opacity: 0.5;
  }
  
.not-available {
  padding-bottom: 56.25%;
  background: #333;
  position: relative;
  }
  
.not-available:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/casinotheater.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.25;
  }  
  
.not-available .content {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -110px;
  z-index: 1;
  opacity: 0.85;
  min-height: 0;
  background: none;
  }   
  
.not-available .content I {
  display: block;
  font-size: 75px;
  margin-bottom: 20px;
  } 
  
TABLE {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  }  
  
TABLE TH {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding-bottom: 5px;
  } 
  
TABLE TH I {
  margin-right: 2px;
  }   
  
TABLE TD {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 1px 3px 2px 3px;
  transition: 0.2s;
  }

TABLE TR.clickable:hover TD {
  background: #fafafa;
  cursor: pointer;
  }  
  
TABLE .count {
  width: 200px;
  }  
  
TABLE .padding {
  padding-right: 50px;
  }     
  
TABLE TD.align-right {
  text-align: right;  
  }
  
TABLE TD.nowrap {
  white-space: nowrap;
  }  
  
TABLE TH.count,
TABLE TD.count {
  width: 80px !important;
  }  
  
TABLE#programme .title {
  width: 400px !important;
  } 
  
TABLE#programme .duration {
  width: 100px !important;
  }    
  
TABLE TD.grey {
  color: #999;
  }
  
TABLE TD.date {
  width: 150px;
  }  
  
TABLE TD.time {
  width: 120px;
  }    
  
TABLE .duration {
  text-align: right;
  } 
  
TABLE TD A {
  color: #000;
  } 
  
TABLE TR:hover TD A {
  color: #000;
  }     
  
/* CONTENT 
------------------------------------------------------------------------ */    

.content {
  padding: 40px 50px 70px 50px;
  min-height: calc(100vh - 90px);
  }
  
#home .progressive-image {
  filter: grayscale(100%);
  }  
  
#home .competition {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 48px;
  } 
  
#home .competition I {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  float: left;
  margin: 0px 10px 0 0;
  opacity: 0.6;
  color: #191919;
  }
  
#home .competition H5 {
  margin: 0 !important;
  opacity: 0.5;
  }      
  
#home .competition H6 {
  padding-top: 2px;
  margin-bottom: 1px !important;
  font-size: 13px !important;
  letter-spacing: 0em !important;
  text-transform: none !important;
  color: #333;
  font-weight: 500;
  opacity: 0.7;
  }  
  
#home .dark .competition I,
#home .dark .competition H5,
#home .dark .competition H6 {    
  color: #fff;
  }
  
/* PROGRAMME ÜBERSICHT
------------------------------------------------------------------------ */   

#programme .dashboard-sub-menu LI A {
  font-size: 18px;
  margin-right: 25px;
  }
  
/* PROGRAMM DETAIL
------------------------------------------------------------------------ */   

.movie-details-section .competition I {
  font-size: 19px;
  float: left;
  margin-top: 0px;
  margin-right: 8px;
  }
  
/* FILM DETAIL 
------------------------------------------------------------------------ */              

#film #sidebar H2,
#sidebar H2.film-title {
  margin-bottom: 0;
  }
  
#sidebar .regie {
  margin-bottom: 20px;
  color: #999;
  line-height: 1.15;
  padding: 10px 0;
  }
  
#sidebar .filmdata {
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 400;
  color: #aaa;
  overflow: hidden;
  }  
  
#sidebar .filmdata SPAN {
  display: inline-block;
  background: #aaa;
  float: left;
  color: #fff;
  border-radius: 3px;
  padding: 1px 7px 1px 7px;
  margin-bottom: 2px;
  margin-right: 2px;
  }  
  
#sidebar .filmdata .separator {
  display: none;
  }      
  
#sidebar .description {
  margin-bottom: 25px;
  }  
  
#sidebar .meta {
  line-height: 1.5;
  color: #666;
  }  
  
#sidebar .meta .item LABEL {
  margin: 0;
  color: #999;
  padding-right: 5px;
  }  

.filmlist {
  font-size: 16px;
  padding-bottom: 50px;
  border-top: 1px solid #eee;
  }
  
.filmlist .film {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  }
  
.filmlist .film:hover {
  background: #fafafa;
  cursor: pointer;
  }  
  
.filmlist .film .head {  
  padding: 4px 0 3px 0;
  overflow: hidden;
  }
  
.filmlist .film .head .title {
  font-weight: 500;
  color: #333;
  float: left;
  padding-left: 5px;
  line-height: 24px;
  } 
  
.filmlist .film .head .meta {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 10px;
  } 
  
.filmlist .film .head .play {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: block;
  float: left;
  background: #e9e9e9;
  margin-right: 10px;
  margin-top: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  }
  
.filmlist .film .head .play I {
  font-size: 8px;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  padding-left: 2px;
  transition: 0.2s;
  } 
  
.filmlist .film.loading .head .play {
  background-image: url('../img/loading-spin.svg');
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  }  
  
.filmlist .film.loading .head .play I {
  opacity: 0;
  }   
  
.filmlist .film.current .head .play {
  background: #e30613 !important;
  } 
  
.filmlist .film.current .head .play I {
  color: #fff;
  } 
  
#specials H2 SMALL {
  color: #999;
  font-size: 16px;
  margin-left: 5px;
  }  
  
#specials .title {
  max-width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  }  
  
/* PARTICIPANTS 
------------------------------------------------------------------------ */          

BODY.participants H1 {
  margin-bottom: 40px;
  }  

#overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.85);
  z-index: 10000;
  display: none;
  }  

#participants {
  position: relative;
  }
  
#participants #loading {
  width: 100%;
  height: calc(100vh - 500px);
  max-height: 2000px;
  background: url('../img/loading-spin.svg') no-repeat center center;
  background-size: 48px;
  }  

#participants #filter {
  position: absolute;
  top: -80px;
  right: 0;
  }

#participants #filter SELECT {
  border: 2px solid #e5e5e5;
  padding: 4px 40px 6px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  } 
  
#participants #filter I {
  position: absolute;
  top: 13px;
  right: 18px;
  }   
  
#participants #filter SELECT:active,
#participants #filter SELECT:focus {
  border-color: #e5e5e5 !important;
  outline: none !important;
  }  
  
#participants TABLE {
  border-top: none !important;
  }  
  
#participants TD.firstname {
  width: 150px;
  }  
  
#participants TD.lastname {
  width: 150px;
  }  
  
#participants TD.country {
  width: 150px;
  }
  
#participants TD.category,
#participants TD.relation {
  position: relative;
  }
  
#participants TH.category,
#participants TD.category {
  display: none;
  }  
  
#participants TR.loading TD.relation:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url('../img/loading-spin.svg') no-repeat center center;
  background-size: 100% auto;
  }   
  
#participants #badge {
  position: fixed;
  top: -1000px;
  height: 100%;
  left: 0;
  background: #25628f;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 900px;
  text-align: center;
  border-radius: 8px;
  line-height: 1.2;
  z-index: 10000;
  transition: top 0.25s;
  background: url('../img/badge.svg') no-repeat center top;
  background-size: auto 850px;
  }
  
#participants #badge.show {
  top: 0px;
  }    
  
#participants #badge #details {
  width: 270px;
  margin: 0 auto;
  margin-top: 345px;
  height: 325px;
  }  
  
#participants #badge #close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 15px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
  line-height: 55px;
  transition: 0.2s;
  cursor: pointer;
  color: #000;
  opacity: 0.85;
  transition: 0.2s;
  }  
  
#participants #badge #close:hover {
  opacity: 1;
  }  

#participants #badge #image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 200px;
  border: 2px solid #fff;
  background: #444;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  } 
  
#participants #badge #name {
  font-size: 20px;
  line-height: 1.2;
  }  
  
#participants #badge #company {
  opacity: 0.8;
  font-size: 15px;
  padding: 0 20px;
  }  
  
#participants #badge #country {
  opacity: 0.6;
  font-size: 15px;
  }
  
#participants #badge #relation {
  border-bottom: 1px solid rgba(255,255,255,0.3); 
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  
  }
  
#participants #badge #category {
  margin: 10px 0 15px 0;
  border-top: 1px solid rgba(255,255,255,0.5);  
  padding: 10px 0 11px 0;
  opacity: 0.6;
  margin-left: 20px;
  margin-right: 20px;
  }
  
#participants #badge .contact A {
  opacity: 1;
  display: block;
  color: #fff;
  }  
  
#participants #badge .contact A:hover {
  opacity: 1;
  }    
  
#participants TABLE.details TR {
  opacity: 0.3;
  } 
  
#participants TABLE.details,
#participants TABLE.details TR TD {
  border-color: rgba(0,0,0,0.05);
  }  
  
#participants TABLE.details TR.loading,
#participants TABLE.details TR.active {
  opacity: 1;
  }                    
  
/* SPENDEN 
------------------------------------------------------------------------ */    

#donate .tab-content {
  max-width: 600px;
  }

#donate .tab-content .qr-code {
  margin-top: 30px;
  margin-bottom: 40px;
  }
  
#donate .tab-content .btn {
  width: 200px;
  }  
  
#donate .tab-content P {
  font-size: 18px;
  line-height: 1.3;
  color: #999;
  } 
  
#donate .tab-content P STRONG {
  color: #000;
  font-weight: 500;
  }   
  
#donate .icon-paypal {
  display: inline-block;
  background: url('../img/icons/icon-paypal.svg') no-repeat left center;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 12px;
  }    
  
#donate .tab-content .dark {
  display: none;
  } 

#donate .btn-donate I {
  margin-top: -2px;
  margin-left: -5px;
  margin-bottom: -5px;
  margin-right: 15px;
  font-size: 27px;
  float: left;
  }
  
#donate .logos {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  opacity: 0.7;
  float: left;
  margin-right: 5px;
  }
  
#donate .logos .logo {
  float: left;
  margin-right: 15px;
  }  
  
#donate .logos IMG {
  height: 22px;
  width: auto;
  }     
  
#donate MAIN UL {
  margin-bottom: 25px;
  }  
  
#donate H5 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 0.5;
  }    
  
/* SEARCH RESULTS 
------------------------------------------------------------------------ */  

#search H1 SPAN.total {
  color: #e30613;
  }
  
#search H1 SPAN.query {
  color: #999999;
  }  

#search H2 {
  font-size: 24px;
  margin-bottom: 20px;
  }
  
#search H2 .count {
  background: #e30613;
  color: #fff;
  font-size: 14px;
  padding: 2px 9px;
  border-radius: 50px;
  margin-left: 7px;
  position: relative;
  top: -3px;
  }  

#search #tabs .count {
  color: #999;
  font-size: 12px;
  background: #eee;
  padding: 2px 7px;
  border-radius: 20px;
  position: relative;
  top: -1px;
  margin-left: 5px;
  }
  
#search SECTION {
  margin-top: 40px;
  margin-bottom: 50px;
  }

#search .nada {
  font-size: 17px;
  text-align: left;
  }
  
#search .nada .shrug {
  font-size: 24px;
  font-family: Arial;
  color: #bbb;
  margin-bottom: 20px;
  }
  
#search .nada H1 {
  letter-spacing: -0.02em;
  font-size: 64px;
  line-height: 0.95;
  margin-bottom: 20px;
  }   
  
#search .nada P {
  line-height: 1.2;
  }   
  
#search .nada STRONG {
  color: #000;
  }    
  
/* CUSTOM JW 
------------------------------------------------------------------------ */   

#live {
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center center;
  }
  
.jw-text-live.jw-dvr-live {
  box-shadow: none !important;
  }  

.jw-live-placeholder-content {
  font-family: 'ITC Conduit', sans-serif;
  }
  
.jw-live-placeholder .jw-live-icon {
  border: none !important;
  font-size: 25px !important;
  letter-spacing: 2px;
  }
  
.jw-status-message {
  opacity: 0.5;
  font-size: 17px !important;
  }  
  
.jw-embed-text-placeholder, .jw-embed-image-placeholder, .jw-live-error {
  background: none !important;
  } 
  
#live.image.default {
  background: #333 !important;
  }   
  
#live.image.default .jw-live-placeholder:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/cover2.jpg');
  background-size: cover;
  background-position: left top;
  opacity: 0.4;
  } 
 
.jw-live-placeholder-content {
  position: relative;
  z-index: 1;
  }  
  
.jw-live-placeholder .jw-live-icon-text::before {
  background-color: #e30613 !important;
  margin-right: 10px !important;
  }  
  
.jw-title {
  display: none !important;
  }  
  
#live.image.custom .jw-live-placeholder-content {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  }
  
#live.image.custom .jw-embed-text-placeholder .jw-status-message {
  position: absolute;
  top: 13px;
  left: 150px;
  width: 200px;
  }    
  
/* LOGIN
------------------------------------------------------------------------- */  
  
#login #logo {
  transform: rotate(12deg);
  position: absolute;
  top: 50px;
  right: 50px;
  }  
  
#login #logo IMG {
  width: 124px;
  }  
  
#login .languages {
  position: absolute;
  top: 40px;
  left: 50px;
  color: #999;
  font-size: 14px;
  z-index: 2;
  }
  
#login .languages .separator {
  padding: 0 3px;
  opacity: 0.5;
  }   
  
#login .languages A {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
  } 
  
#login .languages A.active,
#login .languages A:hover {
  opacity: 1;
  }   
  
#login ASIDE {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background: rgba(255,255,255,0.95);
  }  
  
#login FORM {
  padding: 80px 50px 80px 50px;
  font-weight: 500;
  } 
  
#login H1 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  }   
  
#login H2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #999;
  }  
  
#login FIELDSET {
  margin-top: 30px;
  border: none;
  }
  
#login .form-field {
  margin-bottom: 20px;
  }    
  
#login INPUT {
  padding: 10px 15px 11px 15px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 17px;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
  color: #333;
  font-weight: 500;
  box-shadow: none;
  -webkit-appearance: none;
  }
  
#login input:-webkit-autofill,
#login input:-webkit-autofill:hover, 
#login input:-webkit-autofill:focus, 
#login input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  }  
  
#login INPUT:focus {
  border-color: #999;
  }  
  
#login INPUT.submit {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 14px;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  background: #e30613 url('../img/loading-spin-white.svg') no-repeat center 13px;
  background-size: 20px auto;
  background-position: 500px 13px;
  transition: background-color 0.2s;
  transition: transform 0.2s;  
  }  
  
#login INPUT.submit.loading {
  text-indent: -5000px;
  background-position: center 13px;
  }  
  
#login .form-button INPUT:hover {
  transform: translateY(-2px);
  }  
  
#login #forgot {
  text-align: right;
  padding: 7px 0;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  cursor: pointer;
  transition: 0.2s;
  }   
  
#login #forgot:hover {
  color: #333;
  }   
  
#login ::-webkit-input-placeholder {
  color:#aaaaaa;
  font-weight: 500;
  }
#login ::-moz-placeholder {
  color: #aaaaaa;
  font-weight: 500;
  }
#login :-ms-input-placeholder {
  color:#aaaaaa;
  font-weight: 500;  
  }
#login  :-moz-placeholder {
  color: #aaaaaa;
  font-weight: 500;
  } 
  
#login .notification {
  margin-top: 20px;
  }
  
#login .notification.error {
  font-weight: 600;
  color: #e30613;
  padding-left: 27px;
  background: url('../img/icon-error.svg') no-repeat left top;
  }  
  
/* PROGRESSIVE IMAGE
------------------------------------------------------------------------- */     
  
.progressive-image {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #eee;
  }

.progressive-image div {
  width: 100%;
  height: 100%;
	background-size: cover !important;
	background-position: center center !important;
  }

.progressive-image .loadingImage {
	filter: blur(120px);
  }

.progressive-image .overlay {
	position: absolute;
  top: 0;
	opacity: 0;
	transition: opacity 200ms ease-in;
  }  





















































