
@import url('https://fonts.googleapis.com/css?family=Anton|Lora:400i|Roboto:100,500,700');

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.max-width{ max-width:100%; position:relative; z-index:9;}
.read-more{ display:inline-block;     font-family: 'Roboto', sans-serif; font-size:16px; color:#e10000; border:2px solid #e10000; padding:10px 20px; letter-spacing:5px; text-decoration:none; position:relative; z-index:9; -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.read-more:hover {
  color: #fff;}
  .read-more:hover:before {
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.read-more:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    background: #e10000;
    top: 0px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: -1;
}
  
  
.intro-section {
  height: 100%;
  width: 100%;
/*  position: relative;*/
  overflow: hidden;
}

.bg-style {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-bg {
 /* background-image: url(../images/bg.jpg);
  background-attachment: fixed;*/
  background:#fff;
}

.intro-bg:after,
#video-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.6;
}

#particles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
}

.intro-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
 
  display: table;
}

.intro-inner .intro-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.intro-inner .intro-content h1 {
  color: #ef3c3b;
  font-size: 80px;
  font-weight: 900;
}

.intro-inner .intro-content h2 {
    letter-spacing: 2px;
    font-family: 'Anton', sans-serif;
    color: #ef3c3b;
    display: inline-block;
    font-size: 40px;
    position: relative;
    z-index: 9;
	margin: 15px 0;
}



/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .intro-content h1 {
    font-size: 70px !important;
  }
  .intro-content h2 {
    font-size: 38px !important;
  }
  .nav-switch,
  .mainmenu {
    left: 15px;
  }
  .social {
    right: 15px;
  }
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {

  .intro-bg {
    background-position: center center;
  }
  .intro-content h1 {
    font-size: 50px !important;
  }
  .intro-content h2 {
    font-size: 28px !important;
  }
 
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
  .intro-content h1 {
    font-size: 35px !important;
  }
  .intro-content h2 {
    font-size: 20px !important;
  }
}