/* overrides */
.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    /*background-color: transparent !important;*/
}

iframe.twitter-timeline {
    height: 500px !important;
}

.nav > li #facebook, 
.nav > li #twitter, 
.nav > li #email,
.nav > li #youtube  
 {
    background-color: transparent !important;
    font-size: 18px !important; 
    cursor: pointer;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-default {
    border-bottom: 1px solid rgbca(255,255,255,0.3) !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-default .nav > li > a {
    color: #fff !important;
}

.navbar-brand {
    font-size: 14px !important;
}

/* row boxes */

#downButton {
    transition: all ease-in 0.7s;
    display: none !important;
}

.row-box {
    width: calc(33% - 10px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Quicksand', 'Open Sans','Helvetica Neue',Arial,sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    padding-right: 8px;
    line-height: 24px;
    letter-spacing: -1px;
    box-sizing: border-box;
}

.row-box p {
    font-family: 'Quicksand', 'Open Sans','Helvetica Neue',Arial,sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    float: left;
    padding-right: 5px;
}

.row-box h1 {
    color: #000000;
    font-size: 24px !important;
    line-height: 26px;
    letter-spacing: -1px;
    font-weight: 800;
    margin-top: 10px;
}

.row-box h2 {
    font-family: 'Quicksand', 'Open Sans','Helvetica Neue',Arial,sans-serif;
    color: #000;
    font-size: 20px !important;
    line-height: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-top: 10px;
}

.row-box hr {
    background-color: #000000;
    height: 1px;
    width: 32px;
    float: left;
    text-align: left;
    margin-top: -2px;
    margin-bottom: 15px;
    border: none;
    opacity: 0.2;
}

.row-box a {
    color: #000000;
    font-weight: 600;
}

.row-box b {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.row-box2 {
    width: calc(66% - 10px);
}

.row-box3 {
    width: calc(100% - 10px);
}


@media (min-width: 320px) {
    .row-box, row-box2, .row-box3 {
        width: 98%;
        width: 100%;
    }
}

/*
@media (min-width: 768px) {
    .row-box {
        width: 240px;
    }
    .row-box2 {
        width: 470px;
    }
     .row-box3 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .row-box {
        width: 313px;
    }
    .row-box2 {
        width: 616px;
    }
     .row-box3 {
        width: 980px;
    }
}
}
@media (min-width: 1200px) {
    .row-box {
        width: 380px;
    }
}*/

.bg-primary-black {
    background-color: rgba(0,0,0,1);
}

.bg-primary-black .row-box h1 {
    color: #fff;
    }

.bg-primary-black .row-box p {
    color: #fff;
    width: 100%;
    }

.bg-primary-black .row-box span {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    }

.bg-primary-black .row-box hr {
    background-color: rgba(255,255,255,0.5);
    }

.bg-primary-black .row-box a {
    color: #fff;
    }

.row-box-release {
    float: left;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.row-box-release img {
    width: 150px;
    height: 150px;
}

.row-box-video {
    float: left;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.row-box-release iframe {
    width: 250px;
    height: 250px;
}


.row-box-profile {
    float: left;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    width: 150px;
    font-size: 14px;
    line-height: 17px;
    height: 180px;
    text-align: center;
}

.row-box-profile img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.row-box-profile span {
    font-style: italic;
    display: block;
    font-size: 12px;
}

.row-box  input.button {
    background-color: #000000;
    border: none;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.row-box input.email {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    width: 300px;;
    margin-bottom: 0px;
    margin-top: 10px;
}

div.clear {
    float: left;
}

#music {
    background-image: url(../img/header3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#video {
    background-image: url(../img/header4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.media {
    background-image: url(../img/header3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.media p img {
    height: 30px;
    margin-left: 80px;
    margin-right: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    float: right;
}

@media (min-width: 320px) and (max-width: 767px){
    .media p img {
        display: none;
    }
}

.btn-primary-black {
    border-radius: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.5) ;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#footer a {
   color: #000000 !important;
}

#logo {
    width: 400px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 100px;
}

#rkr-logo {
    width: 100px;
    /*display: none;*/
}

#rkr-promo {
    width: 100%;
    text-align: center;
    padding: 30px;
    line-height: 33px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 28px;
    color: #fff;
    font-family: 'Quicksand', Lato, 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
    text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}

@media (max-width: 600px) {
    #logo {
        width: 300px;
    }
    #rkr-promo {
        font-size: 22px;
        margin-top: 5px;
        line-height: 26px;
    }
    .row-box input.button {
        margin-top: 5px;
    }
}

@media (max-height: 530px) {
	#rkr-promo {
        font-size: 16px;
        line-height: 18px;
        margin-top: -10px;
	}

}

.poster {
    width: 98%; 
    width: calc(60%); 
    max-width: 400px; 
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.title {
    width: 100%;
    font-size: 28px !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin-top: 20px;
}

.button 
{
    width: 310px;
    height: 75px;
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 500 !important;
    border-radius: 8px;
    background-color: #fc461e;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

#featured {
    height: 160px;
    margin-top: -1px;
}

.row-box-featured {
    float: left;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 17px;
    height: 160px;
}

.row-box-featured img {
    height: 120px;
    margin-bottom: 10px;
}

.row-box-featured {
    color: #fff;
}

#instagram {
    width: 50px;
    height: 50px;
    background-image: url('../img/instagram_logo.png');
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

#dates 
{
    width: 100%;
}

.dates {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 20px !important;
}

#dates td {
    padding: 3px;
    font-size: 20px;
    line-height: 25px;
}

#dates .date {
    width: 120px;
    font-weight: 500;

    vertical-align: top;
}

#dates .date strong {
     font-size: 20px;
}