/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/*invoice*/
.logo-invoice img {
	width: 100%;
}

ul.top-nav {
    margin-top: 25px;
}

section#header {
    padding: 25px 0;
}

section#header .logo img {
    max-height: 80px;
}

section#home-banner {
	display: none;
}

.lead {
	font-size: 2.5em;
	font-weight: 600;
}

.home-shortcuts {
    background: none;
	margin: 0 0 60px 0;
}

.dongiga, .raudiostream {
    width: 70%;
    height: auto;
    align-content: center;
	margin-bottom: 10px;
}

.home-shortcuts .lead {
    margin: 80px 0 70px 0;
    color: #555;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 0;
	font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.home-shortcuts li {
    width: 24%;
    font-size: 1em;
    border-radius: 5px;
    margin: 0 5px 0 0;
    border-radius: 10px;
    background: #000000;
    padding: 20px 10px;
	border-right: none;
}

.home-shortcuts li i {
    font-size: 56px;
    margin-bottom: 8px;
}

.home-shortcuts li:first-child {
    border-left: none;
}

.navbar-main {
    background-color: #000000;
	margin-bottom: 1px;
}

.navbar-main .navbar-nav>li>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #333333;
}

.nav>li> a {
    padding: 10px 20px;
}

#order-standard_cart .panel-addon {
	text-align: left !important;
}

.navbar-main .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.header-lined h1 {
    margin-bottom: 15px;
    padding: 20px;
    border-bottom: 0;
    font-weight: 600;
    color: #555555;
	background: #f6f6f6;
	border-radius: 4px 4px 0 0;
}

.navbar-main li.account {
    background-color: #222222;
}

ul.top-nav>li.primary-action>a.btn {
   background-color: red;
}

.main-content p {
	margin: 0 25px 20px 0;
    color: #555;
    line-height: 1.5em;
}

@media (max-width: 767px) {
	ul.top-nav {
	    margin: 0;
	    font-size: .8em;
	}
	
	.home-shortcuts li {
	    display: block;
	    float: none;
	    width: 100%;
	    border-right: 0;
	    border-bottom: 1px solid #f3f3f3;
	}
	
	.home-shortcuts .lead {
	    font-size: 2em;
		line-height: 40px;
	}
	
	.home-shortcuts ul {
	    list-style-type: none;
	    margin: 50px 20px;
	    padding: 0;
	}
}

@media (max-width: 768px) {
    #order-standard_cart .sidebar-collapsed {
        display: none !important;
    }
}