/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.03.14., 20:04:42
    Author     : nagy
*/

@import "_nav-menu.css";
@import "_search-bar.css";
@import "_music-list-types.css";
@import "_loginout-box.css";


header {
    background: #3e454d;
    background: -moz-linear-gradient(top, #3e454d 0%, #4a5159 48%, #3e454d 48%);
    background: -webkit-linear-gradient(top, #3e454d 0%,#4a5159 48%,#3e454d 48%);
    background: linear-gradient(to bottom, #3e454d 0%,#4a5159 48%,#3e454d 48%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e454d', endColorstr='#3e454d',GradientType=0 );
}
header .content {
    max-width: 1600px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
}
.songbook-logo{
    padding: 0px;
    margin: 0% 3%;
    width: 300px;
    height: 123px;
    min-height: 50px;
    background-image: url("../images/songbook-logo.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.songbook-logo a{
    display: block;
    height: 115px;
    text-decoration: none;
}
#abc-button{
    font-size: 18px;
    color:white;
    background-color: #646f7a;
    display:inline-block;
    line-height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; 
    padding: 0px 15px;
    border: 0px;
    margin: 5px 0px;
}
#abc-button:hover{
    text-decoration: none;
    cursor: pointer;
}
#abc-button.active{    
    background-color: white;
    color: #3e454d;
}
.vertical-line {
    border-right: 1px solid gray;
    line-height: 32px;
    margin: 0px 10px;
    width: 0px;
    display: inline-block;
}
.navs2 {
    padding: 10px 0px 5px 0px;
}



/* <circle-menu */
header .circle-menu {
    display: inline-block;
    margin: 5px 0;
}
header .circle-menu li:first-child {
    margin-left: 0px;
}
header .white-bg li {
    margin: 0px 2px;
    background-color: white;
}
header .circle-menu li {
    text-align: center;
    float: left;
    width: 30px;
    line-height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
header .orange-bg li {
    margin: 0px 3px;
    background-color: #d35c34;
}
header .circle-menu li a {
    display: block;
    text-decoration: none;
}
/* circle-menu> */





/* <mobile-login-box */
.mobile-login-box{
    display: none;
}
.mobile-login-box button{
    font-family: roboto-condensed-bold;
    display: inline-block;
    width: 95px;
    border: 0px;
    color: white;
    line-height: 30px;
    margin: 5px 0px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.mobile-login-box button.orange{
    background: #e9511e;
    color: white;
    font-size: 16px;
}
.mobile-login-box button.white{
    background: white;
    color:#3e454d;
    margin: 4px 0px 5px 0px;
}
.mobile-login-box button {
    line-height: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
    padding: 3px 6px 3px 6px;
}
/* mobile-login-box> */





.navs2{
    display: table;
    width: 100%;
}
.navs2 > *{
    display: table-cell;
    vertical-align: middle;
}
.navs2 .mlt-table-cell{
    width: 210px;
}
.navs2 .abc-table-cell{
    width: 65px;
}
.navs2 .social-table-cell{
    width: 135px;
}
.navs2 .vl-table-cell{
    width: 10px;
}
.navs .tablet-navs{
    text-align: left;
    display: none;
}
.navs .tablet-navs nav{
    display: inline-block;
    border:0px;
    line-height: 30px;
    width: 30%;
    text-align: center;
}
.navs .tablet-navs nav > ul{
    display: table;
}
.navs .tablet-navs > ul{
    display: inline-block;
    border:0px;
    line-height: 30px;
}

/* Nyelv választó: */

#lang_selector{
    text-transform: uppercase;    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #e9511e;
    width: 60px;
    display: inline-block;
    position: absolute;
    /*top: 15px;*/
    right: 20px;
    z-index: 10;
    text-align: center;
}
.navs > #lang_selector {
    display: none;
}
.navs > .tablet-navs > #lang_selector {        
    top: initial;
    width: 73px;
    right: 3.5%;    
    line-height: 11px;      
    background-color: transparent;
    border: 1px solid #e9511e;
    margin-top: 5px;
    
    background: #263038;
    background: -moz-linear-gradient(top, #263038 0%, #39444d 100%);
    background: -webkit-linear-gradient(top, #263038 0%,#39444d 100%);
    background: linear-gradient(to bottom, #263038 0%,#39444d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263038', endColorstr='#39444d',GradientType=0 );
    
}
#lang_selector li, #lang_selector a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
}
.navs > .tablet-navs > #lang_selector li, .navs > .tablet-navs > #lang_selector a{     
    font-size: 14px;
    font-family: roboto-condensed-bold;
    color: #e9511e;
}
#lang_selector a{
    padding: 2px 0px;
}
#lang_selector > ul > li {
    padding:4px 0px 4px 0px;
}
#lang_selector > ul > li > ul {
    display: none;
    padding-top: 2px;
}
#lang_selector > ul > li > ul > li {
    padding: 0px;
    margin: 0px;
}
#lang_selector > ul > li:hover > ul{
    display: block;
}
#lang_selector > ul > li > ul > li:hover {
    font-weight:  bold;
}

.mobile-login-box .nav-icon, .mobile-login-box .nav-txt{
    vertical-align: middle;
    margin: 0px 4px 0px 0px;
    background-color: #e9511e;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    border: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    text-transform: uppercase;
}
.mobile-login-box .nav-icon.wht, .mobile-login-box .nav-txt.wht{    
    background-color: white;
    margin: 10px 0px 5px 0px;
}


/* LINE 3 */

    .navs .tablet-navs{
        display: block;
        padding: 5px 15px; 
        border-top: 1px solid #353b41;
        background: #263038;
        background: -moz-linear-gradient(top, #263038 0%, #39444d 100%);
        background: -webkit-linear-gradient(top, #263038 0%,#39444d 100%);
        background: linear-gradient(to bottom, #263038 0%,#39444d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263038', endColorstr='#39444d',GradientType=0 );
    }
    header .circle-menu {
        margin: 0px;
    }




/*  DIFFERENT CLASSES: */


@media only screen and (max-width: 450px) 
{    
    .mobile-login-box .nav-icon{
        display: block;
    }
    .mobile-login-box .nav-txt{
        display: none;
    }
    .navs2 , .mobile-login-box{
        /*padding: 0px 2%;*/
    }
}

@media only screen  and (max-width: 649px)
{
    
    .navs .tablet-navs{
        display: table-caption;
    }
    .mobile-login-box .nav-txt{
        display: block;
        width: 100%;
        line-height: 27px;
        height: initial;
        padding: 0px; 
        font-size: 14px;
        font-family: roboto-condensed-bold;
        color: white;
        margin: 4px 0px 9px 0px;
    }    
    .mobile-login-box .nav-txt.wht{
        background-color: white;
        color: #3e454d;        
        margin: 9px 0px 5px 0px;
    }
    .mobile-login-box{
        padding: 0px 20px 0px 18px ;
    }
}
/*@media only screen and (max-width: 500px) */
@media only screen and (max-width: 649px) 
{    
    header .content .navs {
        position: initial;
    }
    .navs{
        display: table; 
        padding: 5px 3.5% 9px 3.5%;
        width: 93.3%;
        background-color: #3e454d;
    }    
    @-moz-document url-prefix() {
        .navs{
            width: 92.6%;
        }
    }
    .navs2 {
        display: table-cell;        
        width: inherit;
        /*width: 65%;*/
        /*min-width: 280px;*/
        padding: 0px ;
    }
    .mobile-login-box{
        display: table-cell;
        margin: 0px;
        text-align: right;
        padding: 0px 0% 0px 2%;
        color: white;
        min-width: 75px;
    }
    #abc-button{
        line-height: 27px;
        margin: 4px 0px 6px 0px;
        font-size: 17px;
    }
    @-moz-document url-prefix() {        
        .mobile-login-box{
            min-width: 79px;
        }
    }
    
    .nav-ver-ln {
        display: none;/*
        border-right: 1px solid gray;
        width: 1px;
        padding-left: 2%;*/
    }
    .navs2 .vl-table-cell, .navs2 .social-table-cell{
        display: none;
    }
    .navs2 .mlt-table-cell, .navs2 .abc-table-cell{
        display: table-cell; /*inline-block;    */
        width: initial;
    }
    header {
        background: #3e454d;
        background: -moz-linear-gradient(top, #3e454d 0%, #3e454d 20%, #4a5159 50%, #4a5159 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #3e454d), color-stop(20%, #3e454d), color-stop(50%, #4a5159), color-stop(100%, #4a5159));
        background: -webkit-linear-gradient(top, #3e454d 0%, #3e454d 20%, #4a5159 50%, #4a5159 100%);
        background: -o-linear-gradient(top, #3e454d 0%, #3e454d 20%, #4a5159 50%, #4a5159 100%);
        background: -ms-linear-gradient(top, #3e454d 0%, #3e454d 20%, #4a5159 50%, #4a5159 100%);
        background: linear-gradient(to bottom, #3e454d 0%, #3e454d 20%, #4a5159 50%, #4a5159 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e454d', endColorstr='#4a5159', GradientType=0 );
    }
    .songbook-logo {
        height: initial;   
        width: 210px;       
        background-position: 5px 10px;
        background-size: 96%;
        margin: 0px 3%;
    }
    .songbook-logo, .songbook-logo  a{ 
        height: 62px;
        text-decoration: none;
        width: 220px;
    }
    .search-bar-table-cell {
        width: 100%;
        display: flex;
        height: 30px;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0)
      and (min-resolution:.001dpcm) {        
          .search-bar-table-cell {
                width: 98%;              
          } 
    }
    
    #search-bar input{
        line-height: 27px;
        border: 0px;        
    }
    #search-bar .search-button button{        
        line-height: 27px;
        height: 27px;
    }
    #search-bar .input{        
        height: 27px;
        display: block;        
    }
}
@media only screen and (max-width: 1099px) 
{ 
}
@media only screen and (min-width: 650px) and (max-width: 1099px) 
{   
    .songbook-logo {    
        /*background-position: 15px 12px;*/
    }
    .navs2 .vl-table-cell, .navs2 .social-table-cell{
        display: none;
    }
    .navs2 .mlt-table-cell{
        width: 210px;
    }
    .search-bar-table-cell{
        padding-right: 20px;
        padding-left: 10px;
    }    
    header .circle-menu {
        margin: 0px;
    }
    .navs2 .abc-table-cell {
    }
    #search-bar {
        width: 98%;
    }    
    #lang_selector{
        /*top: 32px;*/
    }
} 
@media only screen and (min-width: 650px) and (max-width: 1449px) 
{  
    .navs .tablet-navs{
    border-bottom: 1px solid #74797f;
    }
    header {
        background: #3e454d;
        background: -moz-linear-gradient(top, #3e454d 0%, #3e454d 55%, #4a5159 75%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #3e454d), color-stop(55%, #3e454d), color-stop(75%, #4a5159));
        background: -webkit-linear-gradient(top, #3e454d 0%, #3e454d 55%, #4a5159 75%);
        background: -o-linear-gradient(top, #3e454d 0%, #3e454d 55%, #4a5159 75%);
        background: -ms-linear-gradient(top, #3e454d 0%, #3e454d 55%, #4a5159 75%);
        background: linear-gradient(to bottom, #3e454d 0%, #3e454d 55%, #4a5159 75%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e454d', endColorstr='#4a5159', GradientType=0 );
    }
    .navs2 {
        background-color: #3e454d;
        width: 96%;
        padding: 10px 2%;
    }
}
@media only screen and (min-width: 1450px)
{    
    .navs .tablet-navs{
        display: none;
    }
    .navs > #lang_selector{
        display: block;
    }
    header .content > div {
        display: table-cell;
        vertical-align: top;
        background-position: 8px 27px;
        height: 100%;
    }
    header .content .navs{
        padding:0px 20px;
        padding-top: 7px;
    }
    .navs2 .mlt-table-cell{
        width: 216px;
        padding-left: 0px;
    }
    /*.search-bar-table-cell{
        padding-right: 20px;
    }*/      
    #lang_selector{
        right: 304px;
        top: 12px;
    }    
    header .songbook-logo{
        width: 334px;
    }
    .navs2 .abc-table-cell {
        padding-left: 5px;
        padding-right: 7px;
    }
}
