.container{min-height:700px;}
.owl-prev,.owl-next {background: none; z-index:-2}
.banner {background:none;}
.divider{background:#c5933d;width:100%;height:1px;display:block;}
#pagination ul{text-align:center;margin-left:0;color:#F00;width:100%;line-height:18px;padding:5px 0; position:relative; margin-top:110px; margin-bottom:40px;}
 #pagination ul li{display:inline;font-size:10px;-moz-border-radius:4px;-webkit-border-radius:2px;padding:5px 0;}
 #pagination ul li a{color:#333;text-decoration:none;background:#CCC;-moz-border-radius:4px;-webkit-border-radius:2px;padding:4px 5px;}
 #pagination ul li a:hover{background:#F00;color:#FFF;}
 #pagination #active{background:#900;color:#FFF;margin-right:4px;padding:5px 10px;}

.logo{

	min-width:100%;
    height:auto;
	background:white;

}

.logo img{
	width:80%;
    height:auto;
	position: relative;
	margin:0 auto;
}


.border{
	border-bottom: .8em solid #FE0002;
}



body, svg{
	background:white;
}

select, option{
	color:black
}


.news span{
	color:black;
}
.news p{
	color:black;

}

.white{
	background:white
}



/* nav */

.top-nav {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to left, #FE0002, #FE0002);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  height: 50px;
  padding: 1em;
  z-index: 100;

}

.menu{
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.download{
background:transparent;
display:inline-block;
color:white
}

.menu > li , .download > li{
  margin: 0 1rem;
}

.menu > li a, .download > li a{
  font-size:1.8rem;
  text-decoration:none;
  color:white;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}



#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}



@media (max-width: 769px) {
 
.menu > li a, .download > li a{
  font-size:1.4rem;

}

}


@media (max-width: 430px) {
 .menu{
      margin-top: 140px;
}
}

@media (min-width: 430px) and (max-width: 960px) {
 .menu{
      margin-top: 160px;
}
}

@media (min-width: 960px) and (max-width: 1024px) {
 .menu{
      margin-top: 180px;
}
}



@media (max-width: 1024px) {
  .menu-button-container {
    display: flex;
  }
  .menu{
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }


  #menu-toggle ~ .menu li, #menu-toggle ~ .menu li a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
	color: transparent;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 3em;
    padding: 0.5em;
	color: white;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li a {
    height: 3em;
    padding: 0.5em;
	color: white;
  }
  .menu > li{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    background-color: #222;
	z-index: 10;
  }
  
  
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  				
.videoWrapper {
	width:100%;
	position: relative;
	margin-top: 0px;
	height: 450px;
	overflow:hidden;
}
}

/* footer */

.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #FE0002;
  color:white;
}
.footer a{
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
.footer .footer-col {
  width: 300px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .footer-col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .footer-col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .footer-col ul li {
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
  color:white;
}

.footer .footer-col ul li:hover {
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.footer-col i, .footer .social-icons
{
  font-size:35px;
}
.clearfix {
  clear: both;
}.footer-bottom {
  padding: 15px 20px; 
  text-align: center;
  font-size: 14px; 
  border-top: 1px solid #ddd;
}

.footer-bottom-links {
  list-style: none;
  padding: 0; 
  margin: 10px 0 0; 
  display: inline-flex; 
  gap: 15px; 
}


@media only screen and (min-width: 1280px) {
  .footer-container {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .footer-container .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .footer-col {
    width: 33%;
  }
  .footer .footer-col h1 {
    font-size: 14px;
  }
  .footer .footer-col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .footer-col {
      width: 50%;
    }
    .footer .footer-col h1 {
      font-size: 14px;
    }
    .footer .footer-col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .footer-col {
    width: 100%;
  }
}
