body {
	background: url(../images/whitebg.png) repeat;

}
.header {
	margin: auto;
	background-color:#000;
	padding: 0px;
}
.main {
    background: url(../images/whitebg.png) repeat;
    padding-top: 15px;
}
.btn-full {
	width: 100%;
} 
#header-container {
    display:inline-block;
    text-align:center;
	margin-right: auto;
    margin-left: auto;
}
.btn-lg {
    padding: 15px 36px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-top {
	margin-top: 10px;
}
.enter-buttons{
	background-color: #000;
}
.content-box {
    margin-left: 30px auto;
	margin-right: 30px auto;
	background-color:#FFF;
}
h1 {
	color:#d2381e;
	font-weight:600;
}
.areasection {
    background-color: #af1716;
}
.areabarcontainer {
    background-color: #d2381e;
}
.areasection .container {
    padding: 20px;
    background-color: #b81917;

}
h2 {
	font-weight: 600;
	margin-top: 0px;
	color: #FFF;

}
.areatitle {
	border-bottom: 1px solid #c6341b;
	margin-bottom: 10px;
}
.areatext {
	color:#FFF;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover { transform: scale(0.8); }
.footersection .container {
    padding: 20px;
    background-color: #1F1F1F;
}
.footersection {
	background-color:#1b1b1b;
    
}
.footersection p {
	color:#d0d0d0;
}
.footersection a {
	color:#d0d0d0;
	font-weight:600;
}
.buttonpad {
	margin-bottom:25px;
}
.enterbg {
background: #23af23; /* Old browsers */
background: -moz-linear-gradient(top,  #23af23 0%, #37ff00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #23af23 0%,#37ff00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #23af23 0%,#37ff00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23af23', endColorstr='#37ff00',GradientType=0 ); /* IE6-9 */
}
.enterbg:hover {
background: #37ff00; /* Old browsers */
background: -moz-linear-gradient(top,  #37ff00 0%, #23af23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #37ff00 0%,#23af23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #37ff00 0%,#23af23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ff00', endColorstr='#23af23',GradientType=0 ); /* IE6-9 */

}
.button-leave {
background: #bc3725; /* Old browsers */
background: -moz-linear-gradient(top,  #bc3725 0%, #ff0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bc3725 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bc3725 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3725', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */

}
.button-leave:hover {
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #bc3725 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff0000 0%,#bc3725 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff0000 0%,#bc3725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bc3725',GradientType=0 ); /* IE6-9 */
}


/* Extra Wide Screens */
@media only screen and (min-width : 1600px) {
.container {
    width: 1570px;
}  
#header-container {
    position:relative;
    display:inline-block;
    text-align:center;
}
.button-enter {
    position:absolute;
    bottom:80px;
    left:800px;
}
.button-leave {
    position:absolute;
    bottom:80px;
    right:800px;
}
.btn-lg {
    padding: 15px 36px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-top {
	margin-top: 10px;
}
.enter-buttons{
	background-color: #000;
}
.content-box {
    margin-left: 30px auto;
	margin-right: 30px auto;
	background-color:#FFF;
}
h1 {
	color:#d2381e;
	font-weight:600;
}
.areabar {
    background-color: #d2381e;
	margin-top: 20px;
}
.areabarbg {
    background-color: #d2381e;
}
.areabar .container {
    padding: 20px;
    background-color: #d2381e;
	margin-left: -15px;
	margin-right: -15px;
}
h2 {
	font-weight: 600;
	margin-top: 0px;
	color: #FFF;

}
.areatitle {
	border-bottom: 1px solid #c6341b;
	margin-bottom: 10px;
}
.areatext {
	color:#FFF;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover { transform: scale(0.8); }
.footersection .container {
    padding: 20px;
    background-color: #1F1F1F;
}
.footersection {
    
}
.footersection p {
	color:#d0d0d0;
}
.footersection a {
	color:#d0d0d0;
	font-weight:600;
}
.nav {
    padding-top: 5px;
	padding-left: 200px;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills > li > a {
  border-radius: 4px;
  font-size: 18px;
  margin-right: 130px;
  color: #CCC;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #000;
}

}
/* Big Screens */
@media only screen and (max-width : 1600px) {

#header-container {
    position:relative;
    display:inline-block;
    text-align:center;
}
.button-enter {
    position:absolute;
    bottom:70px;
    left:600px;
}
.button-leave {
    position:absolute;
    bottom:70px;
    right:600px;
}
.btn-lg {
    padding: 15px 36px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-top {
	margin-top: 10px;
}
.enter-buttons{
	background-color: #000;
}
.content-box {
    margin-left: 30px auto;
	margin-right: 30px auto;
	background-color:#FFF;
}
h1 {
	color:#d2381e;
	font-weight:600;
}
.areabar {
    background-color: #d2381e;
	margin-top: 20px;
}
.areabarbg {
    background-color: #d2381e;
}
.areabar .container {
    padding: 20px;
    background-color: #d2381e;
	margin-left: -15px;
	margin-right: -15px;
}
h2 {
	font-weight: 600;
	margin-top: 0px;
	color: #FFF;

}
.areatitle {
	border-bottom: 1px solid #c6341b;
	margin-bottom: 10px;
}
.areatext {
	color:#FFF;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover { transform: scale(0.8); }
.footersection .container {
    padding: 20px;
    background-color: #1F1F1F;
}
.footersection {
    
}
.footersection p {
	color:#d0d0d0;
}
.footersection a {
	color:#d0d0d0;
	font-weight:600;
}
.nav {
    padding-top: 5px;
	padding-left: 140px;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills > li > a {
  border-radius: 4px;
  font-size: 18px;
  margin-right: 60px;
  color: #CCC;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #000;
}



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

#header-container {
    position:relative;
    display:inline-block;
    text-align:center;
}
.button-enter {
    position:absolute;
    bottom:60px;
    left:500px;
}
.button-leave {
    position:absolute;
    bottom:60px;
    right:500px;
}
.btn-lg {
    padding: 10px 36px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-top {
	margin-top: 10px;
}
.enter-buttons{
	background-color: #000;
}
.content-box {
    margin-left: 30px auto;
	margin-right: 30px auto;
	background-color:#FFF;
}
h1 {
	color:#d2381e;
	font-weight:600;
	font-size:30px;
}
.areabar {
    background-color: #d2381e;
	margin-top: 20px;
}
.areabarbg {
    background-color: #d2381e;
}
.areabar .container {
    padding: 20px;
    background-color: #d2381e;
	margin-left: -15px;
	margin-right: -15px;
}
h2 {
	font-weight: 600;
	margin-top: 0px;
	color: #FFF;
	font-size:24px;

}
.areatitle {
	border-bottom: 1px solid #c6341b;
	margin-bottom: 10px;
}
.areatext {
	color:#FFF;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover { transform: scale(0.8); }
.footersection .container {
    padding: 20px;
    background-color: #1F1F1F;
}
.footersection {
    
}
.footersection p {
	color:#d0d0d0;
}
.footersection a {
	color:#d0d0d0;
	font-weight:600;
}
.nav {
    padding-top: 5px;
	padding-left: 100px;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills > li > a {
  border-radius: 2px;
  font-size: 16px;
  margin-right: 40px;
  color: #CCC;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #000;
}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

#header-container {
    position:relative;
    display:inline-block;
    text-align:center;
}
.button-enter {
    position:absolute;
    bottom:50px;
    left:380px;
}
.button-leave {
    position:absolute;
    bottom:50px;
    right:380px;
}
.btn-lg {
    padding: 10px 26px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-top {
	margin-top: 10px;
}
.enter-buttons{
	background-color: #000;
}
.content-box {
    margin-left: 30px auto;
	margin-right: 30px auto;
	background-color:#FFF;
}
h1 {
	color:#d2381e;
	font-weight:600;
}
.areabar {
    background-color: #d2381e;
	margin-top: 20px;
}
.areabarbg {
    background-color: #d2381e;
}
.areabar .container {
    padding: 20px;
    background-color: #d2381e;
	margin-left: -15px;
	margin-right: -15px;
}
h2 {
	font-weight: 600;
	margin-top: 20px;
	color: #FFF;

}
.areatitle {
	border-bottom: 1px solid #c6341b;
	margin-bottom: 10px;
}
.areatext {
	color:#FFF;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover { transform: scale(0.8); }
.footersection .container {
    padding: 20px;
    background-color: #1F1F1F;
}
.footersection {
    
}
.footersection p {
	color:#d0d0d0;
}
.footersection a {
	color:#d0d0d0;
	font-weight:600;
}
.nav {
    padding-top: 3px;
	padding-left: 80px;
    margin-bottom: 0;
    list-style: none;
}
.nav-pills > li > a {
  border-radius: 2px;
  font-size: 14px;
  margin-right: 15px;
  color: #CCC;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #000;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

#header-container {
    position:relative;
    display:inline-block;
    text-align:center;
}
.button-enter {
    position:absolute;
	text-align:center;
}
.button-leave {
    position:absolute;
    bottom:80px;
    margin-left:auto;
	margin-right:auto;
}
.btn-lg {
    padding: 8px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-top {
	margin-top: 10px;
}
.enter-buttons{
	background-color: #000;
}
.content-box {
    margin-left: 30px auto;
	margin-right: 30px auto;
	background-color:#FFF;
}
h1 {
	color:#d2381e;
	font-weight:600;
	font-size:22px;
}
.areabar {
    background-color: #d2381e;
	margin-top: 20px;
}
.areabarbg {
    background-color: #d2381e;
}
.areabar .container {
    padding: 20px;
    background-color: #d2381e;
	margin-left: -15px;
	margin-right: -15px;
}
h2 {
	font-weight: 600;
	margin-top: 0px;
	color: #FFF;

}
.areatitle {
	border-bottom: 1px solid #c6341b;
	margin-bottom: 10px;
}
.areatext {
	color:#FFF;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover { transform: scale(0.8); }
.footersection .container {
    padding: 20px;
    background-color: #1F1F1F;
}
.footersection {
    
}
.footersection p {
	color:#d0d0d0;
}
.footersection a {
	color:#d0d0d0;
	font-weight:600;
}
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}



