/*		 included CSS content		*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Trocchi|Roboto);

body {
font-family: 'Roboto', sans-serif;
}

/*----------HEADER+NAVIGATION-------------*/


#Block_HeaderXS {
padding: 15px;
}

#Section_Header {
background-color: black;
}

#Section_Navigation {
background-color: #f75959;
background-image: url('https://static.musictoday.com/store/bands/4065/images/header-bg.png');
}

#Block_Navigation {
text-align: center;
}

.MiniCartComponent {
    padding: 0 10px 0 8px;
}

#Block_MetaNav {
padding: 15px 0;
}

.SearchForm {
    background-color: #ffffff;
    opacity: 1;
    height: 42px;
    top: 20px;
}


.HorizontalCatNav {
padding: 10px 0;
}

.HorizontalCatNav .CurrentDept {
color: #fff;
}

.HorizontalCatNav > li > a, .CustomLinksComponent .navbar-default .navbar-nav > li > a {
font-family: 'Trocchi', serif;
font-size: 15px;
}

/*Custom Link Centered*/
.CustomLinksComponent ul.navbar-nav {
   float: none;
   text-align: center;
}


.AccountLinks > li > a {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}

/*---------MainContainer---------*/
#Section_MainContent .container {
background-color: #efefef;
padding-top: 30px;
}


/*---------HeroBanner---------*/

#Block_HeroBanner {
padding-bottom: 30px;
}/*		 values from editor		*/
/*		Default Values		*/
body {
	background-color: #cacaca;
}

/*		Header		*/
.HeaderTopLinks, .AccountLinks {
	color: #fff;
}

.MetaNavComponent {
	float: right;
}

.HeaderTopLinks a, .AccountLinks > li > a {
	color: #fff;
}

.HeaderTopLinks a:hover, .HeaderTopLinks a:active, .HeaderTopLinks a:focus, .AccountLinks > li > a:hover, .AccountLinks > li > a:active, .AccountLinks > li > a: focus {
	color: #fff;
	text-decoration: underline;
}

.HeaderTopLinks a:visited, .AccountLinks > li > a:visited {
	color: #fff;
}

.MiniCartComponent {
	float: right;
}

.HeaderMobile button .icon-cms-hamburger {
	color: #fff;
}

.SearchIcon .icon-cms-spyglass {
	color: #fff;
	font-size: 14px;
}

.SearchIcon .icon-cms-spyglass:hover, .SearchIcon .icon-cms-spyglass:active, .SearchIcon .icon-cms-spyglass:focus {
	color: #fff;
}

.ShoppingCartIcon {
	color: #fff;
}

.ShoppingCartIcon:hover, .ShoppingCartIcon:active, .ShoppingCartIcon:focus {
	color: #fff;
}

/*		Navigation		*/
.HorizontalCatNav > li > a {
	color: #fff;
	text-transform: uppercase;
}

.HorizontalCatNav > li > a:hover, .HorizontalCatNav > li > a:focus, .HorizontalCatNav > li > a:active {
	color: #fff;
	text-decoration: underline;
}

.NavigationComponent .dropdown-menu {
	background-color: #ccc;
}

.NavigationComponent .dropdown-menu > li > a {
	color: #000;
}

.NavigationComponent .dropdown-menu > li > a:focus {
	color: #000;
}

.NavigationComponent .dropdown-menu > li > a:hover, .NavigationComponent .dropdown-menu > li > a:active, .NavigationComponent .dropdown-menu > li > a:focus {
	color: #000;
	text-decoration: underline;
}

/*		Custom Links		*/
.CustomLinksComponent .navbar-default .navbar-nav > li > a {
	color: #fff;
}

.CustomLinksComponent .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-decoration: underline;
}

