ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


#overlay{
  position: absolute;
  z-index: 0;

}

.video-wrapper {
    position: relative;
    z-index: 0;
}

.video-wrapper:before {
  content: " ";
  position: absolute;
  background-size: cover;
  background: url(../images/rushtv.png);
  width: 105px;
  height: 37px;
  top: 60px;
  right: 200px;
  opacity: .6;
  z-index: 0;
}

body {
   font:1em "Helvetica", sans-serif
   line-height: 1.4;
   font-weight: 200;
}

.wrapper {
  margin-left: 50px;
}

body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}


  /*Social Media Buttons*/

body { text-align: center; padding: 40px; background-color: white;
}

.container { width: 100%; text-align: center; margin: auto;}

h1{
font-family: 'open sans', sans-serif;
}

p{
font-family: 'Inconsolata', sans-serif;
font-size: 15px;
font-weight: 700;
}
.copyright a:hover { text-decoration: none; background: #fff; }

.pad50{
padding-top: 50px;
}

.button {

display: inline-block;
height: 40px;
line-height: 40px;
padding-right: 30px;
padding-left: 70px;
position: relative;
background-color:rgb(0,0,0);
color:rgb(255,255,255);
text-decoration: none;
text-transform: lowercase;
letter-spacing: 1px;
margin-bottom: 15px;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button:hover{
  text-decoration: none;
color: #eeeaee;
}

.button p{font-size: 18px;}
.button span {
position: absolute;
left: 0;
width: 50px;
font-size:30px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
  text-decoration: none;
}

.button.twitter {
background: #00acee;
}

.button.facebook {
background: #3b5998;
}

.button.youtube {
background: #c4302b;
}

.button.dropbox{
background: #3d9ae8;
}

.text-center{
text-align: center;
}

* { box-sizing: border-box; font-family: arial; }


/* --------------------------------

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/background.jpg);
  border-bottom: 3px solid #000;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
    height: 80px;
  }
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
  left: 5%;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
  display: block;
}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #25283D;
  font-weight: bold;
  right: 0;
  border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 5%;
}
.cd-primary-nav > ul {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
  /* target primary-nav links */
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  color: #25283D;
  font-size: 1.8rem;
  border-top: 1px solid #f2f2f2;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    /* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    /* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
  }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /*
  	show primary nav - mobile only
  	:target is used to show navigation on no-js devices
  */
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell;
  }
}


/*--BORDER--*/

#top, #bottom, #left, #right {
	background: black;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 3px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 2px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }


/*--Background Images--*/

    body {
    background-image: url(../images/border2.png), url(../images/border.png), url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: auto, auto, cover;
    background-position: left bottom, right bottom, center;
    background-attachment: fixed, fixed, fixed;
    }

    /* CLIPPED CLASSES
    -------------------------------------------------*/


    #clipped-title1 {
        background: url(../images/lightning.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-transition: all 2s cubic-bezier(0.42,0,0.58,1);
        -moz-transition: all 2s cubic-bezier(0.42,0,0.58,1);
        -o-transition: all 2s cubic-bezier(0.42,0,0.58,1);
        transition: all 2s cubic-bezier(0.42,0,0.58,1);
    }

    #clipped-title1:hover {
        background: url(../images/lightning.jpg) no-repeat center center;
        background-size: cover;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        cursor: pointer;
    }

    #clipped-title2 {
        background: url(../images/city.jpg)no-repeat top center;
        background-attachment: fixed;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        cursor: pointer;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
    }

    #clipped-title2:hover {
        -webkit-filter: opacity(0.3);
    }

    #clipped-title3 {
        background: url(../images/city.jpg)no-repeat top center;
        background-attachment: fixed;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        cursor: pointer;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
    }

    #clipped-title3:hover {
        -webkit-filter: opacity(0.3);
    }


    /* CLIPPED H1
    -------------------------------------------------*/

    #clipped-title1 h1 {
        font-size: 150px;
        font-family: Anton, sans-serif;
        text-align: center;
        -webkit-transition: text-shadow 1s ease;
        text-shadow: 0 0 1px rgba(0,0,0,.1);
        margin: 75px;
        padding: 0;
    }

    #clipped-title2 h1 {
        font-size: 90px;
        font-family: Pacifico, sans-serif;
        text-align: center;
        -webkit-transition: text-shadow 1s ease;
        text-shadow: 0 0 1px rgba(0,0,0,.1);
        margin-top: -95px;
        padding: 0;
    }

    #clipped-title3 h1 {
        font-size: 50px;
        font-family: Pacifico, sans-serif;
        text-align: center;
        -webkit-transition: text-shadow 1s ease;
        text-shadow: 0 0 1px rgba(0,0,0,.1);
        margin-top: -90px;
        padding: 0;
    }

    h4 {
        text-align: center;
        width: 60%; margin: 0 auto;
        position: relative; font-size: .9em;
    }

    h5 {
        text-align: left;
        width: 60%; margin: 0 auto;
        position: relative; font-size: .9em;
    }
    }

    h6 {
        text-align: right;
    }

    input[id^="spoiler"]{
     display: none;
    }
    input[id^="spoiler"] + label {
      display: block;
      width: 200px;
      margin: 0 auto;
      padding: 5px 20px;
      background: #ccc;
      color: #000;
      text-align: center;
      font-size: 24px;
      border-radius: 8px;
      cursor: pointer;
      transition: all .6s;
    }
    input[id^="spoiler"]:checked + label {
      color: #333;
      background: #ccc;
    }
    input[id^="spoiler"] ~ .spoiler {
      width: 90%;
      height: 0;
      overflow: hidden;
      opacity: 0;
      margin: 10px auto 0;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px;
      transition: all .6s;
    }
    input[id^="spoiler"]:checked + label + .spoiler{
      height: auto;
      opacity: 1;
      padding: 10px;
    }
