﻿.navbar-inverse .navbar-nav li a {
    color: #ab9149;
}

.navbar-inverse .navbar-nav li a:hover {
    color: #FFD469;
    background-color: transparent;
}

/*#region carousel flash/fade instead of slide*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*#endregion*/

/*#region Custom carousel formatting*/
.my_carousel-caption {
    color: white;
    position: absolute;
    z-index: 10;
    font-family: serif;
}

.carousel-caption-left {
    left: 15%;
}

.carousel-caption-right{
    right: 15%;
    text-align: right;
}

@media (max-width: 768px) {
    .my_carousel-caption {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .my_carousel-caption {
        top: 22%;
        width: 35%;
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .my_carousel-caption {
        top: 20%;
        width: 35%;
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .my_carousel-caption {
        top: 25%;
        width: 30%;
        font-size: 24px;
    }
}

.carousel-caption-left .indent {
    margin-left: 5%;
}

.carousel-caption-right .indent {
    margin-right: 5%;
}

.carousel-caption-right .indent1 {
    margin-right: 18%;
}

/*#endregion*/

/*Fix for the nav since we're using a larger logo*/
.navbar {
    background: -moz-linear-gradient(90deg, #2E1717 0%, #653232 50%, #653232 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #653232), color-stop(50%, #653232), color-stop(100%, #2E1717)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #2E1717 0%, #653232 50%, #653232 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #2E1717 0%, #653232 50%, #653232 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #2E1717 0%, #653232 50%, #653232 100%); /* ie10+ */
    background: linear-gradient(0deg, #2E1717 0%, #653232 50%, #653232 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#653232', endColorstr='#2E1717',GradientType=0 ); /* ie6-9 */
}

.navbar-brand {
    height: 60px;
    padding-top: 8px;
}


.navbar-nav li a {
    line-height: 30px;
}

.body-background {
    position: fixed;
    top: 70px;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    max-height: 1000px;
    margin: 5px 15px 0 15px;
    width: calc(100% - 30px);
}

@media screen and (min-width: 1363px) {
    .body-background img {
        width: 100%;
        overflow-y: hidden;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1362px) {
    .body-background img {
        overflow-y: hidden;
        height:1000px;
    }
}

.body-content-wrapper {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 70px;
}

@media screen and (min-width: 1200px) {
    #shreddedBackgroundOverlay {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+95&0+0,1+95 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        position: fixed;
        width: 100%;
        top: 70px;
        height: 100%;
    }
}
@media screen and (min-width: 1097px) and (max-width: 1199px) {
    #shreddedBackgroundOverlay {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+95&0+0,1+95 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        position: fixed;
        width: 100%;
        top: 70px;
        height: 800px;
    }
    .body-background img {
        width: 100%;
        overflow-y: hidden;
    }

    .body-background {
        top: 70px;
        z-index: 1;
        overflow: hidden;
        height: 100%;
        max-height: 800px;
        margin: 5px 15px 0 15px;
    }
}

@media screen and (max-width: 1096px) {
    #shreddedBackgroundOverlay {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+95&0+0,1+95 */
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        position: fixed;
        width: 100%;
        top: 70px;
        height: 800px;
    }

    .body-background img {
        overflow-y: hidden;
        height: 800px;
    }

    .body-background {
        top: 70px;
        z-index: 1;
        height: 100%;
        overflow: hidden;
        max-height: 800px;
        margin: 5px 15px 0 15px;
    }
}


.my_body-content {
    background: #FFFFFF;
    padding-top: 15px;
}

@media screen and (max-width: 849px) {
    .my_body-content {
        margin-top: 0px;
    }

    .body-background {
        top: 70px;
        z-index: 1;
        height: 100%;
        overflow: hidden;
        max-height: 580px;
        margin: 5px 15px 0 15px;
    }

}
@media screen and (min-width: 850px) {
    .my_body-content {
        margin-top: 50px;
    }
}

/*#region Social media icons*/
.smIcons{
    float: right;
}

@media (max-width: 475px) {
    .smIcons {
        display: none;
    }

    /*Not an SM icon, but including here cause the button appears right after the icons*/
    .navbar-toggle {
        margin-top: 15px;
    }
}

@media (min-width: 475px) and (max-width: 768px) {
    .smIcons {
        position: absolute;
        top: 15px;
        right: 75px;
    }

    .smIcons a img {
        height: 35px;
        width: 35px;
    }

    /*Not an SM icon, but including here cause the button appears right after the icons*/
    .navbar-toggle {
        margin-top: 15px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .smIcons {
        margin-top: 15px;
    }

    .smIcons a img {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .smIcons {
        margin-top: 12px;
    }

    .smIcons a img {
        height: 36px;
        width: 36px;
    }
}

@media (min-width: 1200px) {
    .smIcons {
        margin-top: 10px;
    }

    .smIcons a img {
        height: 40px;
        width: 40px;
    }
}
/*#endregion*/



#navLinks::after {
    display: inline;
    content: "";
}

.diskRow {
    height: 200px;
    border-bottom: solid 1px #222222;
    padding: 20px;
}

.diskRow:hover {
    background-color: rgba(64, 0, 0, 0.15);
}

.diskRow .diskImage {
    float: left;
    margin-right: 20px;
}

.finalDiskRow {
    border-bottom: none;
}

a .diskRow {
    text-decoration: none;
    color: black;
}

#viewWrapper a:hover {
    text-decoration: none;
}

.italic {
    font-style: italic;
}

@media (max-width: 768px) {
    .diskRow {
        height: auto;
        text-align: center;
    }

    .diskRow .diskImage {
        float: none;
        margin-right: auto;
    }
}

@media (width: 768px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .smIcons {
        right: 15px;
    }
}

#viewContent {
    padding: 15px 15px 0px 15px;
}


#trackTable {
    clear: both;
    padding-top: 15px;
}

#trackTable table {
    margin: auto;
}

#trackTable th,
#trackTable td {
    text-align: center;
}

#trackTable table {
    border-spacing: 8px;
    border-collapse: separate;
    font-size: 14px;
}

#trackTable .padLeft {
    padding-left: 15px;
}

#information h4 {
    margin-top: 30px;
}

.aboutBlock {
    overflow: auto;
}

.aboutBlock #aboutRuss {
    float: left;
    margin-right: 10px;
}

.aboutBlock #aboutTom {
    float: right;
    margin-left: 10px;
}

#viewContent iframe {
    max-width: 100%;
}