/* general */

@font-face {
  font-family: 'MF-Iconset';
  font-style: normal;
  font-weight: 300;
  src: url("../font/icons/mef-iconset-light-v01.eot");
  src: url("../font/icons/mef-iconset-light-v01.eot#iefix") format("embedded-opentype"), url("../font/icons/mef-iconset-light-v01.woff") format("woff"), url("../font/icons/mef-iconset-light-v01.ttf") format("truetype"), url("../font/icons/mef-iconset-light-v01.svg#icons/mef-iconset-light-v01") format("svg");
  text-rendering: optimizeLegibility; 
}

#aw-menu {
    font-family: "Roboto-Light", sans-serif !important;
    font-size: 16px !important;
    background: #fff !important;
    border-left: 1px solid #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 360px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -361px;
    padding-top: 25px;
    z-index: 5000;
    overflow-y: auto;
}

#aw-menu.aw-menu-open {
    right: 0px;
}

#aw-blackscreen {
   background-color: rgba(0, 0, 0, 0.3);
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: fixed;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 4000;
}

#aw-close-icon {
    cursor: pointer;
    position: absolute;
    padding: 10px;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 25px;
    display: block;
}

#aw-close-icon .aw-close:before {
    content: "\64";
    font-family: MF-Iconset;
    font-size: 20px;
    color: #000;
    line-height: 20px;
}

#aw-menu section {
    font-family: "Roboto-Light", sans-serif !important;
    font-size: 16px !important;
    padding: 33px 30px;
    border-bottom: 1px solid #f5f5f5;
}

#aw-menu p {
    font-family: "Roboto-Light", sans-serif !important;
    font-size: 16px !important;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#aw-menu section:last-child {
    border-bottom: none;
}

#aw-error {
   color: red;
}

/* ********** Info box ******** */

#aw-info-container {
   font-family: "Roboto-Light", sans-serif !important;
   font-size: 16px !important;
   overflow: hidden !important;
   height: 70px;
   max-width: 220px !important;
   text-align: left !important;
   cursor: pointer !important;
   clear: both;
}

@media(min-width: 1025px) {
  #aw-info-container {
    min-width: 180px;
  }
}

#aw-info-container #aw-info-pic {
    width: 35px;
    display: block;
    float: left;
    height: 70px;
    margin-right: 10px;
}

#aw-info-container #aw-info-name {   
   overflow: hidden !important;
   height: 70px;
   line-height: 70px;
   position: relative;
   white-space: nowrap !important;
}

@media(max-width: 1024px) {
    #aw-info-container #aw-info-name {
       display: none;
    }
}

/** Fading **/
#aw-info-container #aw-info-name:before {
    content:'';
    width: 30px;
    height: 70px;    
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#aw-info-container #aw-info-name:after {
    content:'';
    display: inline-block;
    width: 30px;
    height: 1px;    
}

#aw-info-container #aw-profilepic-small {
    background: no-repeat center center;
   background-size: cover;
   width: 25px;
   height: 25px;
   display: block;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   margin: 22px 0 0 0;
}


/* ********** Links ******** */
#aw-menu a, #aw-menu a:focus {
    color: #a5a5a5;
    text-decoration: none;
}

#aw-menu a:hover {
    color: #777;
}

#aw-csc a:before, #aw-accinfo a:before {
    content: "\45";
    font-family: MF-Iconset;
    font-size: 12px;
    margin-right: 5px;
}

/* ********** Grid ******** */
.aw-row {
    width: 250px;
    margin: 1em auto;
    clear: both;
}

.aw-row .aw-col-6 {
    width: 50%;
    float: left;
}



.aw-text-center {
    text-align: center;
}

.aw-text-left {
    text-align: left;
}

.aw-text-right {
    text-align: right;
}

.aw-pull-left {
    float: left;
}

.aw-headline {
    color: #303030;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 22px;
    font-weight: 100;
    margin: 0 auto 32px auto;
}

#aw-accname.aw-headline {
    margin: 19px 0 19px 0;
}

#aw-loginform .aw-headline {
    margin-bottom: 20px;
}

#aw-register-links {
    width: 100%;
    margin: 1.5em auto;
    text-align: right;
}

#aw-menu p#aw-journalist-accreditation {
	line-height: 24px;
	margin: 3.5em auto;
}

/* ********** Inputs & buttons ******** */

#aw-logout, #aw-login, #aw-menu input {
    width: 100%;
    margin: 10px 0px;
}

#aw-login {
    margin-top: 1em;
}

#aw-menu .aw-btn {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

#aw-menu input {
    font-family: Roboto-Light, sans-serif;
   display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
   vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    transition: all .3s;
    height: 66px;
}

#aw-menu input.aw-populated {
    padding-top: 17px;
}

    
#aw-menu input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: Roboto-Light, sans-serif;
  color: #A1A1A1; 
  transition: all .8s;
  font-weight: normal;
}

#aw-menu input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: Roboto-Light, sans-serif;
  color: #A1A1A1;
  opacity: 1; 
  transition: all .8s;
  font-weight: normal;
}

#aw-menu input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: Roboto-Light, sans-serif;
  color: #A1A1A1;
  opacity: 1; 
  transition: all .8s;
  font-weight: normal;
}

#aw-menu input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Roboto-Light, sans-serif;
  color: #A1A1A1; 
  transition: all .8s;
  font-weight: normal;
}

#aw-menu :-webkit-autofill,
#aw-menu :-webkit-autofill:hover, 
#aw-menu :-webkit-autofill:focus {
    font-family: Roboto-Light, sans-serif;
  -webkit-text-fill-color: #555;
   -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: white;
}


.aw-form-group {
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
}

.aw-form-group label {
    text-align: left;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    display: block;
    position: relative;
    top: 36px;
    left: 15px;
    margin-top: 0;
    pointer-events: none;
    z-index: 1;
    transition: visiblity .8s;
    visibility: hidden;
}

.aw-form-group label.aw-label-active {
    visibility:  visible;
}

#aw-menu input {
    color: #a5a5a5;
    background-color: transparent;
    border-color: #8D8F95;
}

#aw-menu .aw-btn-default {
    color: #8D8F95;
    background-color: transparent;
    border-color: #d7d8da;
}

#aw-menu .aw-btn-default:hover {
    color: white;
    background-color: #888888;
    border-color: #888888;
}

#aw-menu .aw-btn-primary {
    color: white;
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}

#aw-menu .aw-btn-primary:hover {
    color: white;
    background-color: #888888;
    border-color: #888888;
}

#aw-menu .aw-btn:hover, #aw-menu .aw-btn:focus, #aw-menu .aw-btn.focus {
    text-decoration: none;
}

/* ********** Image cropper ******** */
.aw-image-cropper {
   background: no-repeat center center;
   background-size: cover;
   width: 110px;
   height: 110px;
   display: inline-block;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   margin: 0 auto;
}