
body {
  background: #0F0005;
  font-family: "Raleway", lucida console, arial, "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  max-height: 260px;
	
}

a {
  color: #AE002E;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #AE003E;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
  color: #AE002E;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #AE002E;
}


/* Back to top button 
----------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  color: #AE002E;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0px;
  right: 20px;
  bottom: 20px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  color: #bf1a06;
  outline: none;
}



/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #0F0005;
  background-image: url("imglog/logoludolovfD.svg"); background-position: center;background-repeat: no-repeat; background-size: cover;
  height: 130px;
  position: fixed; 
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 10;
}

#header #logo img {
  padding-top: 25px;
  margin: 0; 
  max-height: 90px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu  {
  margin: 0;
  padding: 20px;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}


.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}


.nav-menu a {
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  color: #AE002E;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 20px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #AE002E;
}

.nav-menu > li {
  margin-left: 58px;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px ;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color:  #AE002E;
  transition: 0.3s;
  line-height: 1;
  padding: 8px 0;
  display: block;
  font-size: 14px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  
  color: #AE002E;
}

.nav-menu ul ul {
  margin: 0;
}


.nav-menu .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #AE002E;
  line-height: 1;
  padding: 22px;
  margin-right: 4px;
  text-align: center;
  transition: 0.3s;
  margin-left: 20px
}

.nav-menu .social-links a:hover {  
  color: #AE002E;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 35px 20px 0 0;
  border: 0;
  background: none;
  font-size: 25px;
  display:none; 
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #AE002E;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #0F0005;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #AE002E;
  font-size: 20px;
  overflow: hidden;
  padding: 20px 22px 20px 25px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

  
#mobile-nav ul li a:hover {
  color: #AE002E;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav .dropdown-content {
  display: none;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #AE002E;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #AE002E;
}

#mobile-nav ul .menu-item-active {
  color: #AE002E;
  
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #0F0005;
  display: none;
}

/* Mobile Nav body classes */


body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #AE002E;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/

#news {
  padding: 60px 0 30px 0;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

#news .details img {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Feature Details Section 
--------------------------------------------------------------*/


#feat {  
  padding: 60px 0 30px 0;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  
}

#feat .details img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}


#feat .log img { 
  margin: 0 0 5px 0;
  max-height: 20px;
  padding-right: 5px;
  display: inline;
}


#feat .log a:hover {
  color: #bf1a06;  
}

#feat .log2 a:hover {
  color: #bf1a06;  
}

#feat .menu a {
 
  padding: 16px 0px 16px 0px;  
  text-decoration: none;
  display: inline-block;
  color: #AE002E;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  outline: none;
}

#feat .menu a:hover {
  color: #AE002E;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

/*
#subscribe {
  padding: 60px;
  background-size: auto;
  
  position: relative;
}

#subscribe:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  /*color: #fff;
}

#subscribe input {
  background: #f2f4f8;
  color: #bf1a06;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 0px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #bf1a06;
  color: #f2f4f8;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 0px;
}

#subscribe button:hover {
  background: #e0072f;
}

*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #0F0005;
  background-image: url("imglog/logoludolovfD.svg"); background-position: center;background-repeat: no-repeat; background-size: cover;
  color: #AE002E;
  font-size: 15px;
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 17px;
}

#footer .log img { 
  margin: 0 0 5px 0;
  max-height: 18px;
  display: inline;
}


#footer .footer-top {
  padding: 50px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info img {
  
  margin-bottom: 0px;
}

#footer .footer-top .social-links a {
  font-size: 21px;
  display: inline-block;
  color: #AE002E;
  line-height: 1;
  padding: 20px 10px;
  margin-right: 4px;
  text-align: center;
  transition: 0.3s;
  
}

#footer .footer-top .social-links a:hover {
  color: #bf1a06;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  color: #AE002E;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #240f02;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .copyright {
  text-align: center;
  padding: 10px;
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: #0F0005;
    background-image: url("imglog/logofD.svg"); background-position: center;background-repeat: no-repeat; background-size: cover;
    height: 120px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}
