/* CSS Document */

body{
	background-color:#05080c;
	margin:0;
}

@font-face {
  font-family: 'BigNoodleTitling';
  src:url(../../font/big_noodle_titling.ttf);
}

@font-face {
  font-family: 'BigNoodleTitling';
  src:url(../font/big_noodle_titling.ttf);
}

/*Navigation*/
@charset "UTF-8";
.navigation {
  height: 70px;
  background: transparent;
}

.brand {
  padding-left: 20px;
  float: left;
  line-height: 10px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 100%;
  margin: 0 auto;
}

nav {
  float: right;
  padding-right:50px;
  padding-top:13px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}


nav{
	font-family: 'Titillium Web', sans-serif;
		font-weight:200;
		color:#FFF;
		font-size:18px;
		text-transform:uppercase;
	}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 30px;
  line-height: 45px;

  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: 1s ease;
  box-sizing: border-box;
    -webkit-transition:1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
nav ul li a:hover,
nav ul li a:visited:hover {

  border: #b1002a 1px solid;
  border-radius: 8px;
  color: #ffffff;}
  
  .nav-dropdown li a:hover,
.nav-dropdown li a:visited:hover{
  border:none;
  border-radius:0px;
  color: #ffffff;}
  
  .nav-dropdown{
	width:230px;
	background: rgba(0, 0, 0, 0.2);  
  }
  

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 0px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }}
  
  @media only screen and (max-width: 800px) {
    nav ul li a:hover,
nav ul li a:visited:hover {
  border:none;
  border-radius:0px;
  color: #ffffff;}
}

@media screen and (max-width: 800px) {
    nav ul li a:hover,
nav ul li a:visited:hover {
  border:none;
  border-radius: 0px;
  color: #ffffff;}
  
  .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0);
}

.nav-mobile{
	display: block;
    border: #b1002a 1px solid;
    border-radius: 8px;}
}


@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
  

  
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
}


/*Header*/


.navigation{background-image:url(../images/1nav_bg.gif);
	background-position:center top;
	height:100px;}
	
	header{background-image:url(../images/2header_bgv2.gif);
	background-position: top center;
	height:auto;
	background-repeat:no-repeat;}
	
			header #container{
		color:#FFF;
		max-width:1110px;
		margin: auto;
		
	}
	
	#container h2{
		padding-top:191px;
		text-align:center;	
		color:#b9002c;
		text-transform:uppercase;
		font-family: 'BigNoodleTitling';
		font-size:60px;
		font-weight:normal;
		margin:0;
	}
	
		#container h1{
		text-align:center;	
		color:#FFF;
		text-transform:uppercase;
		font-family: 'BigNoodleTitling';
		font-size:100px;
		font-weight:normal;
		margin:0;
	}
	

	
#linebreaker{
	background-color:#b9002c;
	width:3px;
	height:92px;
	margin: auto;
	margin-top:37px;
}

.gallery #container{
			color:#FFF;
		max-width:1110px;
		margin: auto;
}


 .gallery{
	 background:url(../../images/bg/gif/6contactbg.gif) no-repeat; 
	 width:100%;
		padding-bottom:500px;
		background-position:center bottom;
 }


@media (max-width: 1114px){
	
		.navigation{background-image:url(../../images/bg/gif/0navbarbgv4.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: 100% auto;
	height:200px;}
			
			 .gallery {background-image:url(../../images/bg/gif/6contactbg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: 100% auto;
	padding-bottom:300px;}
	
		header{background-image:url(../images/2header_bg.gif);
	background-position: top center;
	height:auto;}
	
	#container h2{
		padding-top:50px;
		text-align:center;	
		color:#b9002c;
		text-transform:uppercase;
		font-family: 'BigNoodleTitling';
		font-size:60px;
		font-weight:normal;
		margin:0;
	}
	
	}
	
	
@media (max-width: 600px){
			
			 .gallery {background-image:url(../../images/bg/gif/6contactbg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: 100% auto;
	padding-bottom:200px;}
	
	#content img{
		max-width: 60%;
	 height: auto;
    width: auto\9;
	}
	
	}
	
	
	

