.yn-header{
    background-color: white;/*#2196f3*/
    overflow: visible;
}
.yn-header .material-icons {
    color: #767777 !important;
}
.yn-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
}
.yn-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #2196f3;
}
.yn-logo-image {
    height: 32px;
    width: 126px;
    margin-top: 6px;
}
.yn-cover-section {
    position: relative;
    height: 715px;
    width: auto;
    background-color: #f3f3f3;
    background-size: cover;
}
.yn-card{
    margin: 0 auto;
}
.yn-event-section {
    padding: 48px;
    background: #f5f5f5;
}

.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #767777;
    font-weight: 500;
}
.yn-slogan {
    font-size: 60px;
    padding-top: 160px;
}
.yn-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}
.foto{
    display: inline-block;
    width: 250px;
}
.yn-event-section section:not(:last-of-type){
    position: relative;
    margin-bottom: 48px;
}
.yn-search-section{
    position: relative;
    margin-bottom: 48px;
    height: 241px;
}

::selection {
    background-color: #6ab344;
    color: #fff;
}

.mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}
section.section--center {
    max-width: 860px;
    width: 350px;
}
#features section.section--center {
    max-width: 620px;
}
section > header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section > .section__play-btn {
    min-height: 200px;
}
section > header > .material-icons {
    font-size: 3rem;
}
section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}
section .section__circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
section .section__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 8px;
}
section .section__text h5 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}
section .section__text a {
    text-decoration: none;
}
.mdl-card .mdl-card__supporting-text {
    margin: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}
.mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#search{
    width: 650px;
}
#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 97%;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    text-overflow: ellipsis;
    top:0;
    left: 15px;
    position: absolute;
    border: 1px solid #ddd;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 97%;
}
.controls {
    margin-top: 68px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 48px;
    outline: none;

}
.searchbutton {
    color:#fff;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    border: 0;
    border-radius: 0 2px 2px 0;
    height: 32px;
    left: 664px;
    position: absolute;
    text-align: center;
    top: 16px;
    vertical-align: top;
    width: 72px;
    margin-left: 0;
    -webkit-transition: margin-left 200ms ease-out 0;
    transition: margin-left 200ms ease-out 0;
}

a{
    text-decoration: none !important;
}

.modal-content{
    border-radius:2px;
}

.login-section{
    padding: 64px;
    background: #fafafa;
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    
}
.logo-section{
    margin-bottom: 0;
}
.logo{
    padding: 28px;
    padding-bottom: 0;
}
@media only screen and (max-width: 601px){
    .logo{
        padding: 46px;
        padding-bottom: 0;
    }
    .logo img{
        width: 250px;
    }
}