@font-face {
    font-family: 'lato_bold';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
    font-family: 'lato_reg';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
body{
    /*font-family: 'Gilroy-Medium', sans-serif;*/
    font-family: lato_reg;
}
.header {
    position: fixed;
    left:0;
    top:0;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}
.main-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 450px){
    .main-container{
        padding:0 10px;
    }
}
.big-title {
    font-size: 35px;
}
.text-color-1 {
    color: #fff;
}
.bold {
    font-weight: bold;
    font-family: 'Gilroy-Bold', sans-serif;
}

.header {
    background: #350D56;
}
#header-container{
    display: grid;
    grid-template-columns: 120px 1fr;
}
.header-logo{
    position: relative;
}
.header-logo img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
}
.header-items-container {
    text-align: right;
    background: #350D56;
}
.header-item-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    border-bottom: 5px solid transparent;
    white-space: nowrap;
}


.header-item-wrapper:hover{
    background: #484A60;
}
.header-item-wrapper.active{
    /*background: #B132DF;*/
    border-color:#F50261;
}
.header-item-wrapper a{
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    padding: 20px 15px;
}

.page-wrapper{
    background-size: cover;
    background-position: 0 0;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
}
.background-1{
    background-image: url("../images/background-1.png");
}
.background-2{
    /*background-image: url("../images/background-2.png");*/
    background: #f8f8f8;
}
.label-1 {
    font-size: 16px;
    /*color: #eee;*/
}
.form-control.input-type-1{
    background: transparent !important;
    border-color: #888;
    font-size: 22px;
    padding: 10px 10px;
    height: unset;
}

.status-icon{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0 auto;
    background: #B132DF;
    color: #fff;
}
.status-icon.error-icon{
    background: #F50261;
}
.status-icon i{
    font-size: 45px;
    line-height: 80px;
}

.status-modal .modal-body{
    text-align: center;
    padding-bottom: 50px;
}
.close-button-container{
    width: 100%;
}
.status-modal button.close{
    font-size: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0px;
    float: right;
}
.status-modal .modal-header{
    border-bottom: none;
}
.status-message {
    font-size: 40px;
    font-weight: bold;
    margin-top:20px;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.header-clearfix{
    display: none;
}

.footer {
    background-color: #2d3035;
    padding: 30px 0;
}
.text-off-white {
    color: #e7e7e7;
}
.footer-links-container {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    color: #ddd;
    margin-top: 10px;
}
.footer-link {
    color: #999;
    margin: 0 20px;
    transition: all 0.2s;
}
.footer a {
    text-decoration: none !important;
}
.footer-link:hover {
    color: #eee;
}

@media only screen and (max-width: 912px){
    .header {
        overflow: visible;
    }
    #header-container{
        display: block;
        position: relative;
    }
    .header-logo {
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .header-logo img{
        position: static;
        transform: none;
    }
    .header-clearfix{
        display: block;
    }
    .header-items-container{
        overflow: hidden;
        transition: all 0.5s;
        position: absolute;
        right: -10px;
        width: 0;
        z-index: 10;
        padding:0;
    }
    .header-items-container.open{
        /*max-height: 300px;*/
        padding: 0 25px;
        width: 250px;
    }
    .header-item-wrapper{
        display: block;
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px;
        border: none;
        display: block;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
        background-color: #FFF !important;
    }
}

.box-shadow-container {
    box-shadow: 0px 4px 12px #6f647b1a;
    border-radius: 4px;
    padding: 1.625rem 1.875rem;
    background: #ffffff;
}
@media (min-width: 320px) and (max-width: 786px){
    .box-shadow-container {
        padding: 0.625rem 20px;
    }
}
.heading {
    color: #111215;
    text-align: center;
    font-size: 2.25rem;
    font-family: lato;
    font-weight: bold;
    margin: 0.8rem 0 0.2rem;
}


.list-sub-heading {
    font-size: 1.5rem;
    margin: 35px 0 30px 0;
    font-family: lato;
    font-weight: bold;
}
.horizontalLine {
    width: 100%;
    height: 1px;
    opacity: 0.4;
    background-color: #dbdbdb;
    margin: 0.85rem auto;
}
label.playlist-url-label {
    margin-bottom: 5px;
    font-family: lato;
    font-weight: bold;
    font-size: 20px;
    color: #555;
    min-height: 30px;
}
