@charset "UTF-8";
body {
    line-height: 1.8;
    background-color: white;
    font-family: courier;
    font-size: 16px;
    color: #CDCDCD;
    text-decoration: none;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}
.container {
    padding: 0px 15px;
    padding-bottom: 50px;
}
.footer {
    border-top: 1px solid #D9D9D9;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 80%;
    letter-spacing: 0.5px;
    transform: translate(0px, 0%);
}
.glyphicon {
    padding-top: 10px;
}
#copy {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: courier;
    color: #DADADA;
    transform: translate(0px, 40px);
}
#footertext {
    font-family: courier;
    transform: translate(0px, 15px);
	color: #999;
}
/*
  	--------- Content CSS --------------
  */

.btn-danger {
    color: #fff!important;
    background-color: #C7C7C7!important;
    border-color: #C7C7C7!important;
    padding-left: 5%;
    padding-right: 5%;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #C7C7C7!important;
    border-color: #C7C7C7!important;
}
.btn-danger:hover {
    color: #fff!important;
    background-color: #d9534f!important;
    border-color: #d9534f!important;
}
#buttonbox {
    margin-left: 10%;
    margin-right: 10%;
    transform: translate(0px, -200%);
}

@media (min-width: 500px) {
	#buttonbox {
		transform: translate(0px, -300%);
	}
}

@media (min-width: 768px) {
	#buttonbox {
		transform: translate(0px, -20%);
	}
	.footer {
		transform: translate(0px, 0%);
	}
}

@media (min-width: 992px) {
#buttonbox {
    transform: translate(0px, -15%);
}
	.footer {
    transform: translate(0px, 0%);
}
	.btn-danger {
		font-size: 102%;
		padding-left: 10%;
		padding-right: 10%;
	}
}

#nextVideoButton {
    width: auto;
}
#Wrapper {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background-color:lightblue;  */
    position: relative;
}
#Header {
    position: relative;
    margin-top: 5px;
    background-color: white;
    padding: 5;
    padding-left: 2%;
    padding-right: 2%;
    height: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    order: 1;
    border-bottom: hidden;
}
#headerleft {
    height: 117px;
    transform: translate(0px, 16px);
}
#headerright {
    float: right;
    width: 70px;
    margin-left: auto;
}
.headeritem {
    min-height: 50px;
    height: auto;
    /*border:1px solid grey;*/
    padding-top: 8px;
}
#aboveTV {
    height: 20px;
}

@media (min-width: 768px) {
#aboveTV {
    height: 15px;
}
}

@media (min-width: 1200px) {
#aboveTV {
    height: 10px;
}
}
#tvsection {
    background-color: purple;
    display: hidden;
    z-index: 0;
}
#ocatcat {
    z-index: -20;
    transform: translate(0, 16%);
	position:relative;
}
@media (min-width: 768px) {
#ocatcat {
	padding-left:15%;
	padding-right:15%;
}
}

@media (min-width: 1200px) {
#ocatcat {
	padding-left:17%;
	padding-right:17%;
}
}

#behindtv {
    min-height: 380px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: hidden;
}
.tvarea {
    min-height: 50px;
    height: auto;/*border:1px solid grey;*/

}
.tv {
    margin-left: 10%;
    margin-right: 10%;
	z-index: 80!important;
}
.tvscreen {
    background-color: #2A2A2A;
    padding: 2%;
    border-radius: 5px;
    z-index: 200!important;
}
.tvstand {
    transform: translate(0, -42%);
    z-index: -10!important;
	position:relative;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    padding-left: 3%;
    padding-right: 3%;
    height: 0;
    /*overflow: hidden;*/
    z-index: 300;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400!important;
}
#toys {
    z-index: -30;
    transform: translate(0, -180%);
}
