@import url(https://fonts.googleapis.com/css?family=Scada:400italic,400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700&subset=latin,latin-ext);

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Scada', sans-serif;
    font-weight: 400;
    color: #666;
    background-color: #fff;
}

h1, h2, h5, h6 {
    margin: 0 0 30px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6em;
}

a {
    color: #590052;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #793374;
}

.loader-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.loader {
    z-index: 1000;
    opacity: 0.5;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background: url('../img/loader.svg') no-repeat;
}

.cover {
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../img/cover.jpg) no-repeat center center;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

.navbar-brand {
    font-weight: 700;
    text-shadow: -1px 0 1px #000;
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

.navbar-brand h1 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: #590052;
}


.navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
    color: #67b0d1;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
}

.top-nav-collapse {
    background: #590052;
}

.home-section {
    display:block;
    position:relative;
    z-index:120;
}

.section-heading h2 {
    font-size: 40px;
    margin-top: 60px;
}

.container {
    font-size: 16px;
}

#izmaksas table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
}

#izmaksas table>thead>tr .slim-bottom-border {
    border-bottom-width: 1px;
}

.quote-text {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 20px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #777;
}

.subtext {
    color: #777;
    margin-bottom: 5px;
}

footer {
    text-align: center;
    padding: 50px 0 ;
    background-color: #590052;
}

footer p {
    color: #fff;
}

.to-top {
    margin-bottom: 30px;
}

.to-top a {
    color: #fff;
    font-size: 16px;
}

.to-top a:hover {
    text-decoration: underline;
}

.regulations-download-button {
    display: inline-block;
    background-color: #590052;
    color: #fff;
    padding: 10px 20px;
    font-size: 25px;
    border: 3px solid #fff;
    margin-top: 20px;
}

.regulations-download-button:hover, .regulations-download-button:focus {
    color: #590052;
    background-color: #fff;
    border: 3px solid #590052;
}

#google-map {
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
}

#par-mums .container .text {
    font-size: 20px;
    text-align: justify;
}

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #590052;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}
@media (max-width:768px) {
    .navbar-brand h1 {
        font-size: 16px;
    }
    
    .navbar-header {
        background: #590052;
    }
    
    .nav.navbar-nav {
        background-color: #590052;
    }   
    
    .navbar {
        background-color: #590052;
    }
    
    .navbar-custom ul.nav li a {
        color: #fff;
    }
    
    .home-section {
        padding-top: 60px;
    }
}

@media (max-width:480px) {

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    
    #izmaksas table {
        font-size: 12px;
    }
    
    #izmaksas table td, #costs table th {
        padding: 5px;
    }
}