/* BOOKSHELF */
@import url('bookshelf.css');
@import url('book-details.css');
@import url('blog.css');
@import url('bio.css');
@import url('about-us.css');
@import url('contact.css');
@import url('play-music.css');
@import url('play-music-details.css');
/* ICONS */

@font-face {
    font-family: 'icomoon';
    src: url('../icons/icomoon.eot?ye3goh');
    src: url('../icons/icomoon.eot?#iefixye3goh') format('embedded-opentype'), url('../icons/icomoon.woff?ye3goh') format('woff'), url('../icons/icomoon.ttf?ye3goh') format('truetype'), url('../icons/icomoon.svg?ye3goh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-comment:before {
    content: "\e608";
}
.icon-youtube:before {
    content: "\e600";
}
.icon-star:before {
    content: "\e606";
}
.icon-star2:before {
    content: "\e607";
}
.icon-twitter:before {
    content: "\e601";
}
.icon-facebook:before {
    content: "\e602";
}
.icon-pinterest:before {
    content: "\e603";
}
.icon-linkedin:before {
    content: "\e604";
}
.icon-search:before {
    content: "\e605";
}
.icon-paragraph-left:before {
    content: "\e609";
}
/* ICONS */

:focus {
    border: none;
    outline: 0px;
}
/*set color font placeholder*/

::-webkit-input-placeholder {
    color: #161313;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #161313;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #161313;
}
:-ms-input-placeholder {
    color: #161313;
}
ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
figure {
    margin: 0;
}
body {
    background-color: #000;
}
header {
    /*overflow: hidden;*/
    background-color: #161313;
    position: absolute;
    top: 0;
    z-index: 1000;
}
header a.index, .tab-bar-section a.index {
    color: #FFF;
    background-color: #f52324;
    display: block;
    float: left;
    line-height: 50px;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 1.125em;
    text-transform: uppercase;
    padding: 0 3.125em;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tab-bar{
    background-color: #f52324;
}
.tab-bar .menu-icon{
    background-color: #ca1e1f;
}
.tab-bar-section a.index{
    line-height: 2.8125rem;
    padding: 0;
    width: 100%;
}
header a.index:hover{
    background-color: #ca1e1f;
}
header nav {
    display: block;
    float: left;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav ul li {
    display: block;
    float: left;
}

header nav ul li.has-dropdown a{
	background-image: url('../img/arrow_menu.png') 88% 50% no-repeat;
}
	header nav ul li.has-dropdown:hover a{
		background: #f52324 url('../img/arrow_menu.png') 88% 50% no-repeat;
	}

header nav ul li.has-dropdown ul{
	position: absolute;
	background: #f52324;
	margin-top: -10px;
	opacity: 0;
	transition: opacity  0.3s ease, margin-top  0.3s ease;
	top: -100em;
}
	header nav ul li.has-dropdown ul li{
		float: none;
	}
	header nav ul li.has-dropdown ul li a{
        max-width: 290px;
        width: 290px;
        background: url('../img/bg_sepsubmenu.png') no-repeat 50% 100% !important;
        background-size: 328px 1px !important;
    }
    header nav ul li:nth-child(2).has-dropdown ul li a{
		max-width: 376px;
		width: 376px;
	}
		header nav ul li.has-dropdown ul li a:hover{
			background: url('../img/bg_sepsubmenu.png') no-repeat 50% 100%;
			background-size: 328px 1px !important; 
		}
	
	header nav ul li.has-dropdown:hover ul{
		/*display: block;*/
		top: 50px;
		opacity: 1;
		margin-top: 0;
	}
	

header nav ul li a {
    display: inline-block;
    color: #fff;
    font-family: 'Lato';
    font-size: 0.750em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}
header nav ul li a:hover {
    background-color: #000;
    color: #fff;
}

header nav ul li.active a{
    background-color: #f52324;
}

aside {
    background-color: #403c3b;
    text-align: center;
}
aside .social, aside .books {
    padding: 0.938rem;
    overflow: hidden;
}
aside .books {
    background-color: #585554;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
aside .books a img {
    max-width: 100%;
}
aside .books a.view {
    color: #e7e2d6;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 0.625em;
    background-color: #474443;
    padding: 0.7em 1.5em;
    border-radius: 5px;
}
aside .books a.view:hover {
    background-color: #e7e2d6;
    color: #474443;
}
aside h2 {
    color: #e7e2d6;
    font-size: 0.750em;
    font-family: 'Raleway';
    font-weight: 700;
    text-transform: uppercase;
}
aside .social a {
    font-family: 'icomoon';
    background-color: #989898;
    color: #403c3b;
    display: block;
    line-height: 2.125rem;
    width: 2.125rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 100px;
    margin: 0.5rem auto;
    vertical-align: top;
    -webkit-transition: all .5s;
    transition: all .5s;
}
aside .social a:hover {
    background-color: #fff;
    color: #000;
}
aside .social a span {
    display: none;
}
footer {
    background-color: #161313;
    color: #bbbbbb;
    font-family: Georgia;
    font-size: 0.875em;

}

#mc_signup_submit{
    width: auto !important;
}

footer .mc_merge_var, footer .mc_signup_submit{
    margin: 0;
    float: left;
}

footer div.cont-footer {
    padding: 1.250em;
    overflow: hidden;
}
footer div.cont-footer span {
    display: inline-block;
    line-height: 1.875rem;
    margin: 0;
}
footer div.cont-footer form {
    display: block;
    padding-left: 25px;
    float: left;
}
footer div.cont-footer form input {
    display: block !important;
    margin: 0px !important;
    float: left !important;
}
footer div.cont-footer form input[type='text'],
footer div.cont-footer form input[type='email'] {
    color: #989898 !important;
    background-color: #2b2827 !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 0.875rem !important;
    width: 250px !important;
    padding: 0 1rem !important;
    line-height: 1.875rem !important;
    height: 1.875rem !important;
}
footer div.cont-footer form input[type='text'],
footer div.cont-footer form input[type='email']:focus {
    color: #FFF !important;
    background-color: #2b2827 !important;
}
footer div.cont-footer form input[type='submit'] {
    color: #FFF !important;
    background-color: #55524e !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 0.625rem !important;
    padding: 0 1rem !important;
    line-height: 1.875rem !important;
    text-transform: uppercase !important;
    font-family: Georgia !important;
    height: 1.875rem !important;
    font-weight: bold !important;
}
footer div.cont-footer form input::-webkit-input-placeholder {
    color: #989898 !important;
}
footer div.cont-footer form input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #989898 !important;
}
footer div.cont-footer form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #989898 !important;
}
footer div.cont-footer form input:-ms-input-placeholder {
    color: #989898 !important;
}
footer div.cont-footer form label{
	display: none !important;
}
footer div.cont-footer form #mc_message{
	float: right;
}
footer div.cont-footer form .mc_form_inside{
	padding: 0;
}
footer .mergeRow{
    display: none;
}

section .tool-section {
    background: white;
    min-height: 80px;
    padding: 0 1.875em;
    padding-right: 1em;
}
section .tool-section .breadcrumbs {
    display: inline-block;
    border-style: none;
    font-family: 'Raleway';
    font-weight: 300;
    color: black;
    font-size: 0.750em;
    background: none;
    margin: 30px;
    margin: 36px 22px 0px 0px;
    padding: 0;
}
section .tool-section .breadcrumbs a {
    color: inherit;
}
section .tool-section .breadcrumbs a.current {
    font-weight: 700;
    color: #f52324;
}
section .tool-section .filter {
    max-width: 570px;
    min-width: 570px;
    margin-top: 22px;
}
section .tool-section .filter input {
    font-family: 'Georgia';
    color: black;
    font-size: 0.875em;
    background: #F1F1F1;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
section .tool-section .filter .wr, section .tool-section .filter form {
    float: left;
}
section .tool-section .filter .wr {
    min-width: 210px;
    margin-right: 1.250em;
}
section .tool-section .filter form {
    min-width: 330px;
    margin: 0;
}
section .tool-section .filter button, section .tool-section .filter form input, section .tool-section .filter form a {
    max-height: 36px;
    min-height: 36px;
    margin: 0;
}
section .tool-section .filter form input {
    border-radius: 6px 0 0 6px;
    padding: 0 1em;
}
section .tool-section .filter form a {
    border-radius: 0px 6px 6px 0;
    background: #F1F1F1;
    color: #595554;
    font-size: 1.25em;
    padding-right: 1.75em;
    padding-left: 1px;
}

section.section-banner {
    background-size: cover;
    display: none;
}
section.section-banner > div {
    padding: 2rem;
}
section.section-banner blockquote{
    background: #000;
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
}
section.section-banner blockquote p{
    padding: 2rem;
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-style: italic;
}
section.section-banner blockquote p a{
    color: #f52324;
}
section.section-banner blockquote p cite{
    text-align: right;
    font-style: normal;
    font-weight: bold;
    padding-top: 0.5rem;
    color: #fff;
    margin: 0;
}
section.section-banner h1 {
    color: #ffffff;
    font-size: 2.250rem;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 400;
    line-height: 2.250rem;
    margin: 0 0 0rem 0;
}
section.section-banner h1 strong {
    font-weight: 800;
    font-size: 8.125rem;
    line-height: 7.5rem;
}
section.section-banner p {
    font-family: Georgia;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0 0 2.5rem 0;
}
section.section-banner a.button {
    background: none;
    border: #fff solid 1px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 0.750rem;
    text-transform: uppercase;
}
section.section-main {
    overflow: auto;
}
section.section-main h1 {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 800;
    margin: 0 0 1.5rem 0;
    color: #161313;
}
section.section-main h1 span {
    color: #f52324;
}
section.section-main h2 {
    color: #000000;
    font-family: Georgia;
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 0;
}
section.section-main h2 span {
    font-weight: normal;
    font-style: italic;
}
section.section-main h3 {
    color: #606060;
    font-family: Georgia;
    font-size: 1.125rem;
    font-weight: normal;
    margin-top: 0;
}
section.section-main p {
    color: #606060;
    font-family: Georgia;
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: 0;
}
form input[type='text'], form input[type='email'], form input[type='tel'], form textarea {
    height: auto;
    color: #a8a08e;
    font-family: Georgia;
    font-size: 0.875rem;
    box-shadow: none;
    background-color: #f5f1e9;
    border-color: #d8d2c5;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
}
.contact form input[type='text'], .contact form input[type='email'], .contact form input[type='tel'], .contact form textarea {
    margin-bottom: 0rem;
}
form textarea {
    height: 150px;
}
form input[type='submit'] {
    color: #fff;
    background-color: #f52324;
    border: 0;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 0.750rem;
    padding: 0.8rem 2.5rem;
    cursor: pointer;
}
/*clases genericas*/

.f-dropdown {
    font-family: 'Georgia';
    font-size: 0.875rem;
    font-weight: normal;
}
button.button.dropdown {
    font-family: 'Georgia';
    color: black;
    font-size: 0.7rem;
    background: #F1F1F1;
    box-shadow: none;
    border: none;
    margin: 0;
    font-weight: normal;
    width: 100%;
    min-height: 37px;
    text-align: left;
    padding: 1em;
    padding-top: 0.73em;
    border-radius: 6px;
    background-image: url('../img/icon_form_select.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}
.dropdown.button:after, button.dropdown:after {
    content: none;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus,
ul.pagination li.current a,
ul.pagination li.current button {
    background: #f52324;
}

.left-off-canvas-menu{
    text-align: left;
}