/* Tumi Licensing */

/* START-> Typeset */

body {
	font-size: 15px;
	color: #3C3C3B;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Patua One', cursive;
}

h2, h3, h6 {
	color: #F19000;
}

a {
	color: #000;
}

a:hover, a:focus {
    color: #F19000;
}

h4 {
	color: #3c3c3b;
}
h5 {
	color: #FFF;
}
#browse-library h1, .hero h1, .hero h4 {
	color: #fff;
}

@media screen and ( max-width: 768px ) {
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.2rem;
	}
}
a {
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

/* END-> Typeset */
/* START-> Utility */



/* END-> Utility */
/* START-> Buttons */

.button.transparent {
	background-color: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 0.7em 1em;
	margin: 0.2rem;
	font-weight: 400;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button.transparent:hover {
	font-weight: 700;
	background-color: #F19000;
}

/* END-> Buttons */
/* START-> App Bar */

#app-bar {
    background-color: rgba(0,0,0,0.3);
    padding: 0 1rem;
    position: absolute;
    width: 100%;
    height: 50px;
	z-index: 99;
}
#app-bar a {
	color: #FFF;
}
#app-bar a:hover {
	color: #F19000;
}
#app-bar .inner {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
@media screen and (min-width: 40em) {
	#app-bar .inner {
		justify-content: flex-end;
		-moz-justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}
}
#app-bar .action:not( :last-of-type ) {
	margin-right: 1rem;
}

/* END-> App Bar */
/* START-> Site Header */

#header-main {
	padding-top: 1rem;
    padding-bottom: 1rem;
    /* -webkit-box-shadow: 0px 0px 25px 3px rgba(184,184,184,1); */
    /* -moz-box-shadow: 0px 0px 25px 3px rgba(184,184,184,1);
    /* box-shadow: 0px 0px 25px 3px rgba(184,184,184,1); */
    position: absolute;
    width: 100%;
    z-index: 999;
	top: 50px;
}

#logo {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

#logo img {
	width: 220px;
    height: auto;
}

#main-menu {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

/* END-> Site Header */
/* START-> Main Menu */

#main-menu .menu {
	height: 100%;
}
#main-menu .menu > li {
	display: flex;
	height: 100%;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
#main-menu .menu > li:first-of-type > a {
	border-left: none;
}
#main-menu .menu > li > a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	border-left: 1px solid #fff;
}
#main-menu .menu > li:hover > a {
	color: #F19000;
}

/* END-> Main Menu */
/* START-> Mobile Menu */

.mobmen-toggle {
	color: #FFF;
	font-size: 1.5rem;
	flex: 1 0 auto;
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	display: flex;
}
.mobmen-toggle:before {
	cursor: pointer;
}

#mobile-menu {
	display: flex;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	align-content: stretch;
	-webkit-align-content: stretch;
	z-index: 9999;
}
.mobmen-close {
	font-size: 1.5rem;
	padding: 0.5rem;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}
.mobmen-close:before {
	cursor: pointer;
}

/* END-> Mobile Menu */
/* START-> HOME Hero Scene */

#hero-scene {
	background-image: url( '../images/latin-listener-a68e24c3793c61b3cab7f7aeb5cb61bf.jpg' );
	height: 100vh;
}
#page-hero-scene {
	background-image: url( '../images/female-guitarist-9a8be57aac2e3e01a750702d75fd944e.jpg' );
	height: 60vh;
}
#single-hero-scene {
	background-image: url( '../images/hero-image-dd72647e494a6bcabe9fec4d8f1a2fdb.jpg' );
	height: 60vh;
}

.hero {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	
}
.hero .inner {
	position: relative;
	width: 100%;
	background-color: rgba( 0,0,0, 0.4 );
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.hero > .inner > .column {
	justify-content: center;
	text-align: center;
	padding-top: 150px;
}
.hero p {
	font-weight: 400;
	margin: 1.5rem 0 1rem;
	font-size: 1.2rem;
}
.search-form {
	width: 100%;
	position: relative;
}
.search-form .input-container {
	position: relative;
	margin: auto;
}
.search-form .input-container:after {
	position: absolute;
	content: "\f002";
	display: block;
	top: 0;
	right: 0;
	color: #808080;
	height: 100%;
	line-height: 2.5;
	padding-right: 1rem;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.5rem;
	padding-top: 0.25em;
}
.search-form .search {
	width: 100%;
	height: 4rem;
	padding-right: 3rem;
	margin-bottom: 2rem;
}

.hero .buttons {
	width: 100%;
}

/* END-> HOME Hero Scene */
/* START-> HOME Logo Slider */

#logo-slider {
	padding: 2rem 0;
	background-color: #e6e6e6;
}

#logo-slider img {
	filter: grayscale(100%) contrast(70%) sepia(20%);
	-webkit-filter: grayscale(100%) contrast(70%) sepia(20%);
}

/* END-> HOME Logo Slider */
/* START-> HOME Page Content */

#page-content .inner {
	padding: 2rem 0;
}

.listen-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.listen-list > li > a {
	position: relative;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0.5rem 24px 0.5rem 38px;
	-o-transition: font-weight .3s ease-in-out;
	-moz-transition: font-weight .3s ease-in-out;
	-webkit-transition: font-weight .3s ease-in-out;
	transition: font-weight .3s ease-in-out;
}
.listen-list > li > a:hover,
.listen-list > li > a:hover .track {
	font-weight: 700;
}
.listen-list > li:not( :last-of-type ) > a {
	border-bottom: 1px solid #3C3C3B;
}
.listen-list > li > a:before,
.listen-list > li > a:after {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.listen-list > li > a:before {
	content: "\f04b";
	left: 0;
	padding: 0.4rem 0.5rem;
	border-radius: 10%;
	color: #fff;
	font-size: 0.9rem;
	background-color: #a8a8a7;
	-o-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.listen-list > li > a:hover:before {
	background-color: #000;
}
.listen-list > li > a:after {
	content: "\f054";
	right: 0;
	font-size: 1.2rem;
	color: #3c3c3b;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.listen-list > li > a:hover:after {
	color: #F19000;
}
.listen-list .grey {
	color: #3C3C3B;
}
.listen-list .track {
	width: 100%;
	font-weight: 400;
}
.listen-list .artist {
	font-size: 0.6rem;
}
.listen-list .track,
.listen-list .artist {
}

/* END-> HOME Page Content */
/* START-> Browse Library Tabs */

#browse-library {
	background: url(../images/hero-image-dd72647e494a6bcabe9fec4d8f1a2fdb.jpg) no-repeat center center;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
}
#browse-library .inner {
	width: 100%;
	padding: 5rem 0;
	background-color: rgba( 0,0,0, 0.3 );
}
#browse-library h4 {
	color: #FFF;
}
#browse-library .inner > .column {
	margin-top: 2.5rem;
}
.tabs {
	border: none;
	background: transparent;
}
.tabs,
.tabs-title > a,
.artist-list > li > a {
	color: #3c3c3b;
    font-weight: 700;
}
.tabs-content {
	width: 100%;
    min-height: 18rem;
    border: none;
    background: rgba(255,255,255,0.8);
}
.tabs-title {
	-o-transition: border-bottom .3s ease-in-out;
	-moz-transition: border-bottom .3s ease-in-out;
	-webkit-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
}
/*.tabs-title:hover,*/
.tabs-title.is-active {
	    margin-right: 1px;
}
.tabs-title:not( :last-child ) {
	    margin-right: 1px;
}
.tabs-title > a {
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.3);
	padding: 0.8rem 1.5rem;
	-o-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	color: #fff;
}
.tabs-title > a:hover {
	color: #F19000;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
	font-weight: 700;
	color: #3c3c3b;
	background-color: rgba(255,255,255,0.8);
}
.artist-list {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.artist-list > li {
	flex: 0 1 50%;
	font-size: 0.8rem;
	padding: 0.5rem 0.25rem;
	border-bottom: 1px solid #a8a8a7;
}
@media screen and ( min-width: 480px ) {
	.artist-list > li {
		flex-basis: 33.33333333333333%;
	}
}
@media screen and ( min-width: 768px ) {
	.artist-list > li {
		flex-basis: 25%;
	}
}
@media screen and ( min-width: 900px ) {
	.artist-list > li {
		flex-basis: 16.66666666666667%;
	}
}
.see-more {
	display: block;
	width: 100%;
	padding: 1.5rem;
	text-align: center;
	color: #F19000;
	font-weight: 700;
	cursor: pointer;
}
.see-more.clicked {
	display: none;
}
.more-listings {
	display: none;
}
.see-more-a {
	width: 100%;
	padding-top: 0.8rem;
	text-align: center;
	font-weight: 700;
}

/* END-> Browse Library Tabs */
/* START-> HOME Testimonials */

#testimonials {
    background: url(../images/latin-listener2-f72ad95ccf2965b1d49dca88104b95ee.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


#testimonials .inner {
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#testimonials .message {
	position: relative;
}
#testimonials .message:before,
#testimonials .message:after {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #d5d5d5;
}
#testimonials .message:before {
	content: "\f10d";
	top: 0;
	left: -2rem;
}
#testimonials .message:after {
	content: "\f10e";
	right: 0;
	bottom: -1rem;
}

/* END-> HOME Testimonials */
/* START-> Page Header */

#page-header {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
#page-header .search-form {
	margin-top: 1rem;
}

.page-title {
	width: 100%;
	color: #F19000;
}
.page-title .grey {
	color: #3c3c3b;
}

#page-header .search-form .input-container {
	width: 45%;
}

/* END-> Page Header */
/* START-> Search Accordion */

#filter-toggle {
	background-color: #e6e6e6;
}

.filter-bar select {
	position: relative;
	width: auto;
	margin: 0;
	border: 1px solid #a8a8a7;
	border-radius: 10px;
}
.filter-bar select:after {
	position: absolute;
	width: 24px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #a8a8a7;
	content: 'f';
}
.filter-bar.toggles .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.filter-bar .control-box {
	display: flex;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex: 0 1 auto;
}
.filter-bar .filter-sortby {
	margin-right: auto;
}
label.left {
	margin-right: 0.5rem;
}
.filter-bar .view-type {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.filter-bar .view-type .control-view-type {
	display: block;
	padding: 0.2rem 0.4rem;
	background-color: transparent;
	font-size: 2.5rem;
	line-height: 1;
	cursor: pointer;
	color: #3C3C3B;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.filter-bar .view-type .control-view-type:not( .selected ):hover {
	color: #F19000;
}
.filter-bar .view-type .control-view-type.selected {
	background-color: rgba( 0,0,0, 0.2 );
}
.filter-bar .view-type .control-view-type:not( .selected ):hover {
	background-color: rgba( 0,0,0, 0.1 );
}
.filter-bar .advanced-search {
	cursor: pointer;
	padding: 1.2rem 1rem;
}
.filter-bar .advanced-search.hover {
	background-color: #d5d5d5;
}
.filter-bar .advanced-search .fa-caret-up {
	display: none;
}
.filter-bar .advanced-search.hover .fa-caret-up {
	display: inline-block;
}
.filter-bar .advanced-search.hover .fa-caret-down {
	display: none;
}
.dropdown-relative {
	position: relative;
	width: auto;
	height: 0;
	border: none;
	top: 0 !important;
	left: 0 !important;
	padding: 0;
	border-radius: 0;
	background-color: #d5d5d5;
}
.dropdown-relative .inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.filter-filters {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.filter-filters .filter-wrap {
	flex: 0 1 32%;
	padding: 0.5rem 0;
}
.filter-filters label {
	font-family: 'Raleway', sans-serif;
}
.filter-filters select {
	width: 100%;
}
.filter-filters .filter-wrap .low,
.filter-filters .filter-wrap .high {
	font-size: 0.8rem;
	font-weight: 400;
}
.filter-filters .filter-wrap .high {
	float: right;
}

.slider {
	height: 0.7rem;
	margin: 0.5rem 0 1rem 0;
}
.slider-fill {
	height: 0.7rem;
	background-color: #a8a8a7;
}
.slider-handle {
	background-color: #FFF;
	border-radius: 3px 3px 0 0;
	width: 1rem;
	height: 1rem;
	transform: translateY(-60%);
}
.slider-handle:hover {
	background-color: #F19000;
}
.slider-handle:after {
	position: absolute;
	display: block;
	content: '';
	bottom: -0.5rem;
	left: 0;
	border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #FFF;
	transition: all 0.2s ease-in-out
}
.slider-handle:hover:after {
	border-top-color: #F19000;
}

/* END-> Search Accordion */
/* START-> Search Results */

#search-results {
	background-color: #f6f7f8;
}
#search-results h4 {
	margin: 2rem auto;
}
#search-results .inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.header {
	font-weight: 700;
}
.search-results > .row {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}
.search-results > .row:not( :last-child ) {
	border-bottom: 1px solid #818282;
}
.search-results .add span:before,
.play span:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.search-results .add span:before {
	content: "\f001";
	color: #a8a8a7;
	font-size: 1.8rem;
}
.play span:before {
	content: "\f04b";
	border-radius: 10%;
	color: #fff;
	font-size: 0.9rem;
	background-color: #a8a8a7;
	padding: 0.4rem 0.5rem;
}
.search-results > .row:hover .play span:before {
	background-color: #000;
}
.search-results .title,
.search-results .more {
	font-weight: 700;
}
.search-results .column {
	font-size: 0.8rem;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.sidebar.padded {
	padding-top: 3.7rem;
}

/* END-> Search Results */
/* START-> Single Track Page */

#single-track {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.track-content {
	
}
.track-content hr {
	margin-bottom: 0;
}
.track-content .grey {
	color: #3c3c3b;
}
.single-track > .row {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.single-track .title {
	font-weight: 700;
}
.trackinfo {
	font-size: 0.7rem;
}
.trackinfo thead {
	font-weight: 700;
}
.trackinfo td.tag {
	font-weight: 700;
}
.trackinfo td.value {
	font-weight: 400;
}

.btn-tumi {
	color: #3C3C3B;
	padding: 0.5rem 1rem;
	border: 1px solid #3C3C3B;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0.75rem 0;
	display: block;
	text-align: center;
	font-weight: 700;
	background-color: transparent;
}
.btn-tumi:hover {
	color: #F19000;
	background-color: #3C3C3B
}

/* END-> Single Track Page */
/* START-> Site Footer */

#page-footer {
	color: #FFF;
	background-color: #000;
}
#page-footer .inner {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#footer-left {
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#footer-left img {
	width: 200px;
	height: auto;

}
#footer-right {
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: column wrap;
}
#page-footer .copyright {
	display: block;
	width: 100%;
	font-size: 0.8rem;
	padding-top: 0.8rem;
}

.follow {
	display: flex;
	flex-flow: row wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.socialico {
	background-color: #F19000;
	margin: 0.3rem;
	color: #FFF;
	font-size: 1.3rem;
	width: 2.4rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	border-radius: 50%;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/* END-> Site Footer */
