@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800");
@import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
body,
html {
    height: 100%
}

body {
    background-color: #DDD;
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03rem
}

body.noscroll {
    overflow: hidden
}

body.about {
    background: url(../img/rdsa_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif
}

nav {
    width: 100%;
    height: 90px;
    padding: 10px 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #005487;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	cursor: pointer;
}

nav .toggle-nav {
    position: fixed!important;;
    width: 70px;
    text-align: center;
    font-size: 30px;
    right: 0px;
    top: 0px;
    height: 90px;
    line-height: 90px;
    z-index: 99999999!important;
    color: #ffca08;
    font-weight: 800;
    text-shadow: -2px 1px 1px #333;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

nav ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    float: right;
    width: auto;
    height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

nav ul .close-nav {
    height: 90px;
    line-height: 90px;
    width: 100%;
    top: 0px;
    right: -300px;
    font-size: 20px;
    color: #ffca08;
    position: absolute;
    text-align: center;
    display: none;
    z-index: 999999999
}

nav ul .close-nav.inview {
    right: 0px
}

nav ul li {
    height: 70px;
    float: left;
    width: auto;
    margin-left: 22px
}

nav ul li a {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    float: left;
    width: auto;
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif;
    color: #ffca08;
    font-weight: 800;
    text-shadow: -2px 1px 1px #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

nav ul li a:hover {
    text-decoration: none !important;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px
}

nav.down {
    top: -95px
}

nav a.logo {
    height: 70px;
    float: left;
    width: auto
}

nav a.logo img {
    height: 100%;
    float: left;
    width: auto
}

nav a.left-btn {
    height: 70px;
    width: 70px;
    color: #666;
    line-height: 70px;
    font-size: 27px;
    text-align: center;
    float: left
}

nav a.right-btn {
    height: 70px;
    width: 70px;
    color: #666;
    line-height: 70px;
    font-size: 27px;
    text-align: center;
    float: right
}

shim {
    width: 100%;
    height: 90px;
    float: left;
    background-color: #d2232a
}

block {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background: #FFF;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: auto
}

block content {
    padding: 10px;
    float: left;
    width: 100%;
    height: auto
}

wrap {
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

wrap h3 {
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    float: left;
    text-shadow: 1px 1px 1px #111;
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif;
    width: 100%
}

wrap#home {
    height: auto;
    background-color: #00B0D5;
    background-size: cover;
    color: #f9f9f9;
    overflow: hidden
}

wrap#home .container {
    padding: 0px
}

wrap#home video {
    padding: 0px;
    margin: 0px
}

wrap#products {
    height: auto;
    background-color: #005487;
    color: #FFF;
    padding: 20px 0px;
    position: relative
}

wrap#products h3 {
    font-weight: 800;
    color: #ffcf03;
    text-shadow: 1px 1px 1px #111;
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    float: left
}

wrap#products .col-lg-prod {
    width: 250px !important;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block
}

wrap#products a.product {
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative
}

wrap#products a.product:hover {
    -webkit-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.19);
    z-index: 9
}

wrap#products a.product img {
    width: 100%;
    float: left;
    position: relative;
    height: auto
}

wrap#products a.product .title {
    width: 100%;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    background: #FFF;
    color: #d2232a
}

wrap#prefooter {
    width: 100%;
    background-color: #333;
    color: #DDD;
    padding: 20px;
	float:left;
	height:auto;
}

wrap#prefooter h4 {
    font-weight: 800
}

wrap#footer {
    height: 500px;
    background-color: #232323;
    color: #DDD;
    padding: 20px 0px
}

wrap#footer h4 {
    font-weight: 800
}

wrap#credits {
    height: 300px;
    background-color: #191919;
    color: #DDD;
    padding: 20px 0px
}

wrap#episode_dets {
    height: auto;
    background-color: #005487;
    color: #FFF;
    padding: 20px 0px;
    position: relative
}

wrap#episode {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #FFF;
    position: relative;
    background-color: #222;
    text-shadow: 1px 1px 1px #000
}

wrap#episode .btn {
    margin-right: 10px;
    text-shadow: 0px 0px 0px #000;
    font-weight: 800;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.38);
    border-radius: 3px
}

wrap#episode h1 {
    font-weight: 800;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px
}

wrap#episode .meta-info {
    margin-bottom: 10px;
    font-size: 13px
}

wrap#episode .blurb {
    font-size: 17px
}

wrap#episode .blurb p {
    margin-bottom: 20px;
    font-weight: 600
}

wrap#episode .container {
    z-index: 5;
    position: relative
}

wrap#episode .artwork {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    opacity: 0.2
}

wrap#episode .dvd_cover {
    width: 100%;
    float: left;
    height: auto;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.38)
}

wrap#episode .dvd_cover img {
    width: 100%;
    float: left;
    height: auto
}

wrap#normal {
    padding: 40px 0px
}

wrap#characters {
    padding: 40px 0px
}

wrap#characters h2 {
    font-weight: 800;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    letter-spacing: auto;
    color: #FFF;
    text-shadow: 1px 1px 2px #007189;
    text-transform: uppercase;
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif
}

wrap#characters .container {
    z-index: 5;
    position: relative
}

wrap#characters .artwork {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
    opacity: 0.7
}

wrap#characters .char {
    position: relative
}

wrap#characters .char span {
    background: #FFF;
    padding: 15px;
    float: left;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3
}

wrap#characters .char span .colr {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: #FFF;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

wrap#characters .char span.good {
    color: #333
}

wrap#characters .char span.good .colr {
    background-color: #367dcc
}

wrap#characters .char span.bad {
    color: #333
}

wrap#characters .char span.bad .colr {
    background-color: #da4024
}

wrap#characters .char span.neutral {
    color: #333
}

wrap#characters .char span.neutral .colr {
    background-color: #FFF
}

wrap#characters .char span:hover {
    transform: scale(1.1) rotate(3deg);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF
}

wrap#characters .char span:hover .colr {
    width: 100%;
    height: 100%
}

wrap#characters .char span:hover .face img {
    transform: rotate(-3deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.19);
    border: solid 1px #FFF
}

wrap#characters .char span .face {
    width: 150px;
    float: left;
    height: auto;
    margin-right: 15px;
    position: relative;
    z-index: 6
}

wrap#characters .char span .face img {
    width: 100%;
    float: left;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

wrap#characters .char span .name {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    z-index: 6
}

wrap#characters .char span .blurb {
    position: relative;
    z-index: 6
}

.anim {
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.anim img {
    width: 100%;
    height: auto;
    float: left;
    position: absolute
}

.anim img#bg {
    z-index: 5;
    top: 0px;
    left: 0px
}

.anim img#ryan {
    z-index: 20;
    top: 0px;
    left: 0px
}

.anim img#deb {
    z-index: 15;
    top: 0px;
    left: 0px
}

#vidpop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    padding-top: 55px;
    display: none
}

#vidpop h3 {
    color: #f9f9f9
}

#vidpop .close-me {
    top: 5px;
    right: 5px;
    font-size: 30px;
    color: #f9f9f9;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 99999999
}

#vidpop .container {
    z-index: 99999999;
    position: relative
}

#vidpop .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #111;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 9999999
}

#vidpop .title {
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    width: 100%;
    float: left;
    color: #DDD
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    float: left;
    width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.row {
    padding: 0px
}

.row.whitebg {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.row.whitebg .vid {
    padding: 0px
}

.row.whitebg .content h4 {
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    font-family: "proxima-nova", Arial, Tahoma, Verdana, sans-serif;
    color: #666
}

.row.whitebg .vidtitle {
    background-color: #00b1d6;
    border-bottom: solid 1px #4ac2de;
    margin-bottom: 15px;
    color: #FFF
}

.row.whitebg .vidtitle h4 {
    font-weight: 800
}

.vidthumb {
    width: calc(100% / 4);
    float: left;
    height: auto;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.vidthumb img {
    width: 100%;
    float: left;
    height: auto;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 5px transparent
}

.vidthumb:hover img {
    opacity: 1
}

.vidthumb.active img {
    border: solid 8px #d2232a
}

.detthumb {
    width: calc(100% / 4);
    float: left;
    height: auto;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.detthumb img {
    width: 100%;
    float: left;
    height: auto;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 5px transparent
}

.detthumb:hover img {
    opacity: 1
}

.detthumb.active img {
    border: solid 8px #d2232a
}

.narrow {
    max-width: 1000px
}

#prodwrapper {
    width: 100%;
    overflow-x: auto;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 10px
}

#prodwrapper::-webkit-scrollbar {
    width: 5px
}

#prodwrapper::-webkit-scrollbar-track {
    background-color: #003656
}

#prodwrapper::-webkit-scrollbar-thumb {
    background-color: #ffcf03
}

@media (max-width: 1024px) {
    wrap {
        padding: 0px
    }
    nav.down {
        top: 0px
    }
    nav .toggle-nav {
        opacity: 1;
        pointer-events: all
    }
    nav .toggle-nav.inview {
        width: 250px;
        text-align: center;
        color: #444;
        font-weight: 800;
        text-shadow: -2px 1px 1px #FFF;
        font-size: 25px
    }
    nav ul {
        width: 250px;
        height: 100%;
        top: 0px;
        right: -300px;
        position: fixed;
        background-color: #FFF;
        padding-top: 90px;
        -webkit-box-shadow: -4px 2px 55px 0px rgba(0, 0, 0, 0.53);
        -moz-box-shadow: -4px 2px 55px 0px rgba(0, 0, 0, 0.53);
        box-shadow: -4px 2px 55px 0px rgba(0, 0, 0, 0.53)
    }
    nav ul.inview {
        right: 0px
    }
    nav ul li {
        width: 100%;
        float: left;
        height: auto;
        border-bottom: solid 1px #CCC;
        padding: 0px;
        margin: 0px
    }
    nav ul li a {
        float: left;
        width: 100%;
        height: auto;
        height: 50px;
        line-height: 50px;
        padding: 0px;
        margin: 0px;
        text-align: center;
        color: #444;
        text-shadow: -2px 1px 1px #FFF
    }
    nav ul li a:hover {
        color: #666 !important
    }
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    background: url(/media/drxb2s1l/prev.png) center center no-repeat;
    height: 40px;
    width: 40px;
    border: none;
    text-indent: -99999999999px;
    z-index: 99999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(/media/sowdw1kx/next.png) center center no-repeat;
    height: 40px;
    width: 40px;
    border: none;
    text-indent: -99999999999px;
    z-index: 99999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.slider .slide {
    width: 100%;
    background: center center no-repeat;
    background-size: cover
}

.slider .slide img {
    width: 100% !important;
    float: left
}

.large {
    padding-top: 10px;
    font-size: 18px;
}

hr {
    border-top: dotted 1px #999!important;
}

wrap#prefooter a {
    color: #FFF;
}

wrap#episode .dvd_cover {
    width: 100%;
    float: left;
    height: auto;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0);
}

wrap#products a.product .title {
    text-align: center;
    background-color: transparent;
    color: #FFF;
}

#vidblurb {
    background: #222;
    color: #DDD;
    width: 100%;
    padding: 15px;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.vidthumb2{
	width: 100%;
	height: auto;
	float:left;
	cursor: pointer;
	background-color: #FFF;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}
.vidthumb2.active{
	border: solid 8px #d2232a;
}
.vidthumb2 img{
	width: 100%;
	height: auto;
	float:left;
	margin-bottom: 10px;
}
.vidthumb2 p{
	padding: 10px;
	width: 100%;
	margin:0px;
}