* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #000000;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
    background: #000000 url(/images/sitebg.jpg);
	  background-repeat: no-repeat;
	    background-attachment: fixed;
background-position: top left;
  background-size: cover;

}
	.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}



/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(/images/404.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}


h1, h2, h3 {
	color: #AA2808;
	padding-bottom: 10px;
	padding-top: 10px;

}


#page p {
	padding-bottom: 15px;

}

#page li {
    margin: 0 30; /* To remove default bottom margin */ 
    padding: 0; /* To remove default left padding */
}



a {
	text-decoration: underline;
	color: #E14949;
}

a:hover {
	text-decoration: none;
	color: #C11414;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 1000px;
	height: 220px;
	margin: 0 auto;
	background: url(/images/dD1cOnt.png) no-repeat left top;
}

/* Page */

#page {
	width: 944px;
	margin: 0 auto;
	padding: 0px 28px;
	background: #FFFFFF;
	font-size: 16px;

}
#page ul {
    padding: 10px;
	padding-left: 50px;

}

#page li {
    padding: 2px;


}

/* Footer */

#footer {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: #000000;
	padding: 5px 0px 0px 0px;
	color: #9C9C9C;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #808080;
}

#footer a:hover {
	text-decoration: none;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
    background-color: #ece8e5;
}
nav {
    height: 40px;
    width: 1000px;
    background: #B61F2E;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
		margin: 0 auto;
    border-bottom: 2px solid #283744;
}
#logo {

    padding: 0;
	padding-top: -325px;
	padding-left: -605px;
    margin: 0 auto;
    width: 1000px;
    height: 0px;
	position:relative;
	z-index:1000;
}
#stats {

    padding: 0;
        padding-left: 50px;
    margin: 0 auto;
    width: 1000px;
    height: 0px;
        position:relative;
        z-index:1000;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;

}



/* START NEW NAV*/

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #B61F2E;
      font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
      padding: 0;
	padding-left: 312px;
    margin: 0 auto;
    width: 690px;
    height: 40px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 17px;
  color: white;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: white;
  padding: 7px 16px;
  background-color: inherit;
     font-size: 13pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
       font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}



/* END NEW NAV*/



.container{
    margin: 0 auto;
}


.container .gallery a img {
  float: left;
  width: 24%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}
