body{
	margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333333;background-color:#ffffff;background-image:url("bg.jpg");height: 100%;
}

.container {
	width:1349px;
}
.wraper{
	max-width:100%;
	

}	

.strong{
	font-weight:700;
}
	
	
.left-column{
	width:25%;
	display:block;
	float:left !important;
}
.bold {
	color:#7C08C4;
}
.pgttl2{
	font-size:22px;
	font-weight:500;
	color:#5C3A00;
}
.center-column {
	width:50%;
	min-width:auto;
	font-size:16px;
	display:block;
	float:left;
	text-align:justify;
	min-height:540px;
}
.one-column {
	width:100%;
	min-width:auto;
	display:block;
	float:left;
	text-align:justify;
}

.right-column{
	width:25%;
	float:right;
	display:block;
	
	
	
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:25px;
  text-align:justify;
}
.footer {
	width:100%;
	display:block;
	background-color:#333;
	height:40px;
	
	overflow:hidden;
	color:#fff;
}
.footer p{
	text-align:center;
	margin-top:10px;
}	
.right {
	float:right;
	padding-right:10px;
	text-decoration:none;
	
	
}
.right a{
	color:#fff;
	text-decoration:none;
	
}

/*------------ Top Navigation----------------- */


.topnav {
	width:100%;	
  overflow: hidden;
  background-color: #6f2204;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #ff2400;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #6f2204;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #b54112;
  color: white;
}

.dropdown-content a:hover {
  background-color: #b54112;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
*/
/* galary page */
div.gallery {
  
  /*border: 1px solid #ccc;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*float: left;
  margin: 5px;
  width: auto;*/
  
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:obsoulte;
  
}
.galleryhalf {
  
  /*border: 1px solid #ccc;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:50%;
  }
.float-left{
	width:25%;
	display:block;
	float:left;
	
}
.float-right{
	width:25%;
	display:block;
	float:right;
}

div.gallery:hover {
  /*border: 1px solid #777;*/
}

/*div.gallery img {
  width: 100%;
  height: auto;
}*/

div.desc {
  padding: 15px;
  text-align: center;
}
/* contact us page */
.contactpage {
	width:50%;
	min-width:auto;
	display:block;
	float:left;
	
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
/* End of contact us page */
/*
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

} */
/*------------- End of Top Navigation --------------*/
/* 404 page */

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}




/* end of 404 page */