@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic|Source+Sans+Pro:400,700,600,900";

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

body {
    background-color:rgba(245,245,245,0.8);
    font-family:'Source Sans Pro',sans-serif;
    font-weight:300;
    width:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family:'Source Sans Pro',sans-serif;
    font-weight:700;
    letter-spacing:1px;
    margin:0 0 20px;
    text-transform:uppercase;
}

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

/* UTILITIES */
.upper {text-transform:uppercase;}

.bg-white {background:#fff;}
.bg-gray {background:#f8f8f8;}
.bg-dark {background:#839fa6;}
.text-light {color:#fff;}

.w-100{width:100%!important;}
.p-5{padding:50px;}



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

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

.home-section {
    display:block;
    height:auto;
    margin-top:0;
    position:relative;
    z-index:120;
}

section {
    padding-bottom: 50px;
}

.section-title {
    font-family:'Source Sans Pro',sans-serif;
    font-size:40px;
    font-weight:700;
    padding:70px 0;
    text-align:center;
    text-shadow:1px 1px #828282;
    margin: 0 !important;
}



#intro {
    background-image:url(/images/portada2.jpg);
    background-position:50% 25%;
    background-repeat:no-repeat;
    background-size:cover;
    height:100vh;
    margin:50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder {
    color:#f3f3f3;
    font-size:18px;
    position:relative;
    right:22%;
    top:25vh;
}


.social-icons{
     margin-top: 200px;
}
.social-icons ul {
    height:40px;
    margin: 0;
    padding: 0;
}

.social-icons li {
    display:block;
    float:left;
    margin:0 10px;
}

.social-icons a {
    -webkit-transition:background .3s ease-in-out;
    background:#3bbec0;
    border:1px solid;
    border-radius:50%;
    color:#fff;
    display:block;
    height:60px;
    line-height:40px;
    margin:0;
    padding:0;
    text-align:center;
    transition:background .3s ease-in-out;
    width:60px;
}

.social-icons a i {
    font-size:30px;
    margin:0;
    padding:15px;
}

.social-icons  a {background:#000000;}

.social-icons .social-facebook a:hover { background:rgba(72,147,206,1);}
.social-icons .social-twitter a:hover {background:rgba(130,230,255,1);}
.social-icons .social-google a:hover {background:rgba(51,51,51,1);}
.social-icons .social-instagram a:hover {background:rgba(188,42,141,1);}
.social-icons .social-spotify a:hover {background:rgba(30,215,96,1);}
.social-icons .social-youtube a:hover {background:rgba(196,48,43,1);}

.about-section {
    height:auto;
}

#about {
    background:#e4e4e4;
    color:#333;
}

#about p {
    color:#333;
    font-size:1.3em;
    margin-bottom:100px;
}

#about h2 {
    color:#333;
    margin-top:75px;
}

#news {
    background-position:50% 25%;
    background-repeat:no-repeat;
    background-size:cover;
    padding-bottom:0;
}

.news-sec {
    background-color:rgba(0,0,0,0.3);
    height:100%;
    width:100%;
}

.post-list-page {
    list-style:none;
    padding-left:0;
}

.post-list-page li {
    background-color:rgba(0,0,0,0.5);
    border:1px solid #eee;
    height:30vh;
    margin:10px;
    overflow:auto;
    padding:10px;
    width:45%;
}



.announcement {
    background-color:none;
    border:none;
    list-style:none;
    margin-bottom:40px;
    margin-left:0;
    padding:0;
}



.posts-list {
    color:#333;
    margin-bottom:120px;
    margin-top:50px;
    padding-left: 10px;
    
}

.posts {
    list-style:none;
    padding-bottom:20px;
}

.barrita {
    border-left:1px solid #ccc;
    padding-left: 10px;
}

.info{
    font-weight:300;
    color:#6b6b6b;
    text-align: justify;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #b7b7b7;
    display: inline-block
}

.blog-post {
    color:#333;
    margin-top:50px;
}

.blog-categories {
    background:rgba(0,0,0,0.5);
    font-size:18px;
    font-weight:700;
    list-style:none;
    margin:auto;
    padding:10px 0;
    text-align:left;
    text-transform:uppercase;
}

.more-news {
    font-size:22px;
    font-weight:700;
    text-align:center;
    display:inline-block;
    padding: 8px;
    margin-bottom:75px;
    background-color:#839fa5;
}

#more-news {
    color:#EEE;
    font-size:24px;
    margin-bottom:15px;
    padding-bottom:50px;
    text-align:center;
}

#more-news a:hover,#more-news a:focus {
    font-weight:700;
}

.announcements-title {
    color:#eee;
    margin-top:75px;
    text-shadow:1px 1px #222;
}

.news-section {
    padding:0;
}

.news-title {
    color:#eee;
    margin-top:75px;
    padding-bottom:25px;
    text-shadow:1px 1px #212121;
}

.comming-soon {
    padding:15px;
    text-align:justify;
}

.news-page {
    background-image:url(../../../../storage/app/media/Kurt_06.jpg);
    background-position:50% 25%;
    background-repeat:no-repeat;
    background-size:cover;
    color:#eee;
    height:auto;
    width:100%;
}

.newspage h2 {
    color:#eee;
}

.post-title {
    color:#eee;
}

.nav-for-page {
    background-color:#191919!important;
    padding:0!important;
}

.top-nav-collapse .nav-for-page {
color:#eee!important;
}



.excerpt>p {
text-align:justify;
}


.excerpt-page {
height:40vh;
overflow:auto;
}


#dates {
height:auto;
}
.day{
    font-family: monospace;
    }

#music {
z-index:3;
}

td {
color:#333;
}

td a {
font-weight:700;
}

hr {
margin-top:10px;
}

tr {
background-color:#839fa6;
font-family:inherit;
font-size:14px;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
background-color:#8dabb3;
}

.dates-title {
color:#eee;
margin-top:75px;
}

.month {
color:#eee;
margin:0;
text-align:center;
text-shadow:1px 1px #333;
}

.record-list {
font-family:serif;
font-size:16px;
list-style:none;
margin-top:120px;
}

.table_row {
background-color:#839fa6;
}

.table_data {
border-top:0 solid #ddd;
color:#333;
display:inline-block;
line-height:1.428571429;
padding:8px;
text-align:center;
vertical-align:top;
}

.table_row:hover {
background-color:#82acaf;
}

.child-date {
border:0;
padding:0;
}

.with {
color:#eee;
font-weight:300;
}

.month_dates {
width:100%;
}

.data-day {
border-right:0 solid #eee;
width:10%;
}

.data-city {
font-weight:500;
text-align:center;
width:30%;
}

.data-stage {
width:40%;
}

.data-stage a {
font-weight:800;
}

.data-participants {
width:20%;
}


#music {
background-image:url(../../../../storage/app/media/nuevas/new01.jpeg);
background-position:50% 25%;
background-repeat:no-repeat;
background-size:cover;
height:100vh;
width:100%;
}

.discography-page {
background-color:rgba(194,211,225,0.75);
}

.discography-title {
color:#1f1f1f;
margin-top:75px;
}

.album {
background-color:rgba(238,238,238,0);
border-bottom:0 solid #c5c5c5;
border-left:0 solid #c5c5c5;
color:#1f1f1f;
height: auto;
margin:10px 0 20px;
}

.album-title {
/* color:#375773;
font-family:'Source Sans Pro';
font-size:24px;
font-weight:700;
height:10vh;
margin:10vh 0 0;
padding:0;
text-align:center; */
}

.album-year {
color:#616161;
text-align:center;
}

.cover-img {
    max-height:280px!important;
width:auto;
padding: 0;
}

.album-artist {
color:#1b1b1b;
font-family:'Source Sans Pro';
font-size:24px;
font-weight:600;
padding:0 0 15px;
text-align:center;
}

.album-info {
    color:#383838;
    
    font-weight:700;
    padding:10px;
    text-align:center;
}

.buy {
    color:#212121;
    font-size:18px;
    font-weight:700;
    padding-bottom:20px;
    text-align:center;
    text-transform:uppercase;
}

.amazon-buy {
    background-image:url(https://www.kurtrosenwinkel.com/storage/app/media/amazon-logo_black.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    float:right;
    height:40px;
    width:100px;
}

.itunes-buy {
    background:url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_music-lrg.svg) no-repeat;
    display:inline-block;
    height: 50px;
    overflow: hidden;
    width: 160px;
}

.thumbnail {
    background:rgba(255,255,255,0);
    border-radius:0;
    margin:5px 0;
    padding:30px 0;
}

.spotify-player {
    right:0;
    top:10px;
}

.affix {
    margin:0;
    padding:0 7px;
    top:50px;
}

#videos {
    background-position:50% 25%;
    background-repeat:no-repeat;
    background-size:cover;
    height:auto;
    width:100%;
}

.videos-title {
    color:#e8e8e8;
    margin-top:75px;
}

.viditem {
    height:315px;
    margin:auto;
    padding:5% 0;
}



#galeria {
background-color:#081436;
min-height:100vh;
}

.gallery-title {
color:#e8e8e8;
margin-top:75px;
}

.account-page {
color:#101010;
margin:120px 0;
}

.forum-title {
color:#333!important;
margin-top:90px;
}

.forum {
color:#333!important;
}

.topic-page {
color:#333;
padding:0 10vh;
}

.forum-channel-page {
color:#333;
padding:0 10vh;
}



.input-group-addon {
background-color:#fefefe;
border:1px solid #eee;
border-radius:0;
}

.widget-contact {
font-size:14px;
text-align:left;
}

.bars {
color:#eee;
}

.icons-down {
margin:0 0 20px 0;
padding-left:0;
    float: left;
}

.icons-down li {
margin:0;
}


footer {
bottom:0!important;
padding:35px 0;
text-align:center;
width:100%;
}

footer p {
color:#f8f8f8;
    margin: 0;
}

.btn {
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out;
border-radius:0;
font-family:Montserrat,sans-serif;
font-weight:400;
text-transform:uppercase;
transition:all .3s ease-in-out;
}

.btn-circle {
-moz-transition:background .3s ease-in-out;
-webkit-transition:background .3s ease-in-out;
background:0 0;
border:2px solid #fff;
border-radius:50%;
color:#fff;
font-size:40px;
height:70px;
margin-top:15px;
padding:7px 16px;
transition:background .3s ease-in-out;
width:70px;
}


.impressum {
    border:0 solid #E90;
    color:#333;
    font-size:18px;
    list-style:none;
    margin:10px;
    margin-top:75px;
    padding:20px 0;
    text-align:justify;
    text-shadow:0;
}

.impressum p {
    font-weight:500;
    text-shadow:0 0;
}

#impressum {
    font-size:16px;
    font-weight:700;
    list-style:none;
    text-align:center;
}

#impressum:hover {
    color:#fff;
}

.no-margin {
    margin:0;
}

.pagination {
    border-radius:0;
    margin-left:40%;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color:#131f29;
    border-color:#428bca;
    color:#fff;    
    cursor:default;
    z-index:2;
}

.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-radius:0;
}

.pagination>li>a {
    background-color:rgba(255,255,255,0);
    border:1px solid #ddd;
    color:#a6cef1;
    font-weight:600;
    line-height:1.428571429;
    margin-left:-1px;
    padding:6px 12px;
    position:relative;
    text-decoration:none;
}

td.list-event {
    width:100%;
}

.mycal {
    margin:5%;
    width:90%;
}

.list-icon {
    padding-left:25px;
}

.eventList{
    font-size: 16px !important;
}
.eventList>li {
    list-style:none;
}

.eventList>li>a:hover {
    color:#fff;
}


.month p {
    margin:0;
}

tr:hover {
    background-color: #7aacb9;
}

.modal.album-content .modal-body .album-image {
    width: 35%;
    float: left;
}

.modal.album-content .modal-body .album-image p {
    margin-top: 14px;
    font-size: 15px;
}

.modal.album-content .modal-body .track-list {
    width: 62%;
    margin-left: 3%;
    float: left;
}

.modal.album-content .modal-body img {
    margin: auto;
    border: 1px solid black;
}

ol li, ul li {
    padding-left: 0;
}

ul {
    padding-left: 35px;
}

ol {
    padding-left: 35px;
}

.modal.album-content .modal-body li {
    font-size: 16px;
}

.modal.album-content .modal-body .track-list h4 {
    margin-top: 0px;
    font-size: 17px;
}

.modal.album-content .modal-body .credits h4 {
    margin-top: 25px;
}

label, address, strong, #contacto h5 {
    font-size: 17px;
}