

html {
  margin:0;
  padding:0;
}

body {
background-color: #000000;
overflow: hidden;

}



body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
 background-image: linear-gradient(to bottom, rgba(0, 0, 0,1) 30% ,rgba(0, 0, 0,1) ,  rgba(190, 22, 34,1));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.container-fluid {
position: relative;
padding-right: 80px;
padding-left: 80px;
padding-top: 140px;
margin-top:0;
overflow-x: hidden;
overflow-y: scroll;

}

.hide {
 visibility: hidden;
}

.bg-primary {
 background-color: rgba(0, 0, 0, .95) !important;
height: 150px;
border-bottom: 3px solid #fff;

}


a:hover, a:active, a:focus {
  outline: none;
    border: none;
}




.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button:focus{
outline:0px;
}


.navbar-toggler {
  border: 0;
position: fixed;
top: 60px;
left:160px;
}

.navbar-dark {
font-size: 18px;
font-family: 'Lato', sans-serif;
font-weight: 700;

}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:visited, .navbar-dark .navbar-nav .nav-link:focus  {
  color: rgba(255, 255, 255, 1);
 text-decoration:underline; 
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(190, 22, 34, 1);
text-decoration:underline;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(190, 22, 34, 1);
}

.reg-link, .reg-link:visited, .reg-link:focus {  color: rgba(0, 0, 0, 1);}
.reg-link:hover {  color: rgba(255, 255, 255, 1); text-decoration:none; 
}

.article-link, .article-link:visited, .reg-link:focus {color: #f1ae0c;  text-decoration:underline; }
.article-link:hover { color: #fff; }



.navbar-nav {
position: abusolute;
width:100%;
text-align: center;
padding: 20px 20px 30px 20px;
margin: 0;
list-style: none;
background-color: rgba(0, 0, 0, .85);
border-top: 3px solid #fff;
}

.navbar fixed-top, .navbar-dark {
padding: 0;
margin:0;

}



.navbar-collapse {
top:147px !important;
position:absolute;
width: 100%;
}




.logo {
padding: 5px;
position: fixed;
top: 5px;
right:10px;
width: 140px;
height: auto;
z-index: 1040;
}

.title {
font-family: 'Lato', sans-serif;
font-size:22px;
font-weight: 700;
line-height: 1.5;
position: fixed;
top: 25px;
left: 170px;
text-align: center;
z-index: 2000;
}


.bg-img {
margin:0;
height: 100vh;

/*
   background-image: url(../imgs/bg.png);  
  background-repeat: no-repeat;
  background-position: right top;
background-size: 50px 100vh;
-webkit-background-size: 50px 100vh;
  -moz-background-size: 50px 100vh;
  -o-background-size: 50px 100vh;
 background-attachment: fixed;
*/
min-height: 100vh;
overflow-y: scroll;
}

.bg-img-2 {
margin:0;
height: 100%;
/*
    background-image: url(../imgs/bg.png);  
  background-repeat: no-repeat;
  background-position: right top;
background-size: 50px 100vh;
-webkit-background-size: 50px 100vh;
  -moz-background-size: 50px 100vh;
  -o-background-size: 50px 100vh;
 background-attachment: fixed;
*/
min-height: 100vh;
overflow-y: scroll;

}


/* css for toy fair */

.overlay {
  position: absolute;
display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-color:rgba(0,0,0,.5);
margin: 0 10px 15px 10px;
}


.overlay:hover  {
 background-color:rgba(0,0,0,.75);
outline:  2px solid #fff;
}


.copy{
position: relative;
color:#fff;
font-size:11px;
  margin: 300px auto 15px auto;
}

.copy-0 {
position: relative;
color:#fff;
font-size:11px;
  margin: 0 auto 15px auto;
}

.copy2 {
position: relative;
color:#fff;
font-size:11px;
  margin: 50px auto 15px auto;
}






.copy img {
margin-bottom: -15px; 
}




.calender-section, .image-section {
margin: 0 20px;
padding: 0 40px;
}

 .main {
margin-top:3px;

}

.black{
color: #fff; 
}

.modal {
z-index: 2001;
}


.tflogo{
position: relative;
width: 200px;
padding: 0;
margin: 0;
top: 10px;

}

.logo-container {
width: calc(100% - 340px);
}

.slogo {
padding: 5px;
position: fixed;
top: 0px;
max-height: 155px;
height: 145px;
z-index: 1040;
left: 10px;
}

.line {
padding: 0;
position: fixed;
top: 0;
height: 100vh;
left: 70px;
width: 25px;
mini-height:100vh;
z-index: 1039;
display: none;
}


.img-overlay, .reveal  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
height: calc(100% - 15px);
  width: calc(100% - 29px);
background-color:rgba(0,0,0,0);
margin: 0 0 0 14px;
}

.img-overlay .text, .reveal .text {
  color: white;
  font-size: 19px;
  position: absolute;
width: calc(100% - 20px);
margin-left: 10px;
padding: 2px 7px;
background-color: #fff;
  bottom: 15px;
  text-align: center;
color: #eb953d;
outline: none;
font-family: 'Lato', sans-serif;
}

.img-overlay:hover, .reveal:hover  {
 background-color:rgba(0,0,0,.6);
}

.product_name{
width: calc(100% - 1px);
  position: absolute;
  bottom: 0;
background-color:rgba(0,0,0,.85);
  font-size: 17.5px;
letter-spacing: -0.6px;
color: #fff;
margin-left:1px;
padding: 2px 7px;
font-family: 'Lato', sans-serif;

}


.image-section img{
width: 100%;
margin: 0 0 15px 0;
padding: 0;
}

.image-section h1{
font-size: 30px;
color: #fff;

}




@media screen and (max-width: 961px) {


.hide-1 {
    opacity:0;
}

.logo-container {
width: calc(100% - 170px);
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-color:rgba(0,0,0,.5);
margin: 10px 10px 10px 10px;
}


.copy {
margin-top: -10px;

}



}

@media screen and (max-width:764px) {

.image-section {
padding-left: 20px;
}


.slogo {
top: 10px;
max-height: 120px;
}

.navbar-toggler {
  border: 0;
position: fixed;
top: 55px;
left:125px;
}


}

@media screen and (max-width:671px) {


.hide {
 visibility: visible;
}
}

  @media (orientation: portrait)  and (max-width: 780px) {

.bg-img {
min-height: 100vh;
min-height: -webkit-fill-available;
height: 100vh;

/*
background-image: url(../imgs/bg.png);  
  background-repeat: no-repeat;
  background-position: right top;
background-size: 50px 100vh;
-webkit-background-size: 50px 100vh;
  -moz-background-size: 50px 100vh;
  -o-background-size: 50px 100vh;
 background-attachment: fixed;
*/
overflow-y: scroll;

}
}





@media screen and (max-width:430px) {

.navbar-collapse {
top:127px !important;
position:absolute;
width: 100%;
}

.slogo {
top: 15px;
max-height: 100px;
left:5px;
}



.navbar-toggler {
  border: 0;
position: fixed;
top: 50px;
left:100px;
}

.bg-primary {
height: 130px;
}




.logo {
width: 115px;
}

.title {
font-size:15px;
left: 130px;
}

.news-section{
top: -10px;
}



.multi-carousel2{
position: relative;
margin: -80px 0 -20px 10px;
}


.news-section h1, .news-section h2,  .featured-section h1 {
font-size: 25px;
}
.news-section p {
font-size: 15px;
width: 95%;
}

.vid-title {
width: 100%;
font-size: 10px;
}



.calender-section  h1 {
font-size: 20px;
line-height: 110%;
}

.calender-section  h2 {
font-size: 20px;
}

.news-section p, .calender-section p {
font-size: 15px;
}

.image-section h1{
font-size: 25px;
}

.calender-section, .image-section {
margin-top:15px;
margin-left: 0;
margin-right:0;
padding-left: 0;
padding-right:0;
}

.news-section{
margin: 25px 0 40px 5px;
}
.news-section h1{
padding-left:6px;
margin-left: 0;
-webkit-margin-before: 5px;
}

.article-img {
margin: 5px 0 15px 5px;
padding: 0;

}


.vid-th-sm {
position: relative; 
white-space: nowrap;
overflow-x: auto;
padding: 0;
margin: 0 0;
margin-top: -20px;
}
.vid-th-sm img {
width: 100%;
}

.vid-th-sm li{
position: relative; 
 display: inline-block;
    float: none;
padding: 0;
margin: 0;

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-color:rgba(0,0,0,.5);
margin: 0;
padding: 0;
}

}

@media screen and (max-width:376px) {



}


@media (orientation: portrait)  and (max-width: 600px) {

.bg-img, .bg-img-2 {
/*
  background-image: url(../imgs/bg.png);  
  background-repeat: no-repeat;
  background-position: right top;
background-size: 50px 100vh;
-webkit-background-size: 50px 100vh;
  -moz-background-size: 50px 100vh;
  -o-background-size: 50px 100vh;
 background-attachment: fixed;
*/
min-height: 100vh;
overflow-y: scroll;

}
}

