* {
	margin:0;
	padding:0;
	text-decoration:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}

html {
	text-declaration:none;
	display:block;
	font-family:Arial,Geneva,sans-serif;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	color:#000;
}
.container{
	width:1300px;
	height:auto;
	margin: 0 auto;
}
.wrapper{
	width:100%;
	height:auto;
	max-width:1280px;
	margin-left:10px;
	margin-right:10px;
	
}

/*    header classes */

.head{
	width:100%;
	height:auto;
	border-bottom:10px solid #eeecec;
}
.logo{
	margin: 10px 400px;
}


/*      photo sections */

.img1{
	max-width:354px;
	width:100%;
	float:left;
}
.img1 img{
	border-bottom:10px solid #abe13f;
}

.img2{
	height:241px;
	
	float:left;
	margin-left:16px;
	margin-right:5px;
}
.img2 img{
	height:251px;
	max-width:549px;
	width:100%;
}

.img3{

	float:left;

}
.img3 img{
	height:241px;
	max-width:355px;
	width:100%;
	border-bottom:10px solid #abe13f;
}
.main-section{
	width: 100%;
	height:585px;
	background:url(../img/bg.jpg);
	clear:both;
	border-bottom: 15px solid #fff;

}
.main-img{
	float:left;
	margin-top:40px;
	overflow:hidden;
}

.navbar ul
{
list-style-type:none;
display: block;
margin-left:450px !important;

}

.navbar a
{
 font-family: Arial;
 padding: 1px;
 margin-top:60px;
 text-align: center;
 color: #000;
 text-decoration: none;
 float:left;
 margin-left:15px;
 z-index:999;
 font-size:16px;
}
.navbar a:hover
{
border-bottom: 1px solid #000;
}


.navbar ul li.active a:link {
	border-bottom: 1px solid #000;
	
}
#social_icons {
	border-width:1px 0;
	list-style:none;
	padding:0;
	margin: 45px 165px 0 0px;
	position:relative;
	float:right;
	display:block;
	top:0;
}
#social_icons li {
	display:inline;
	float:left;
	margin-left:10px;
	
}
#social_icons  a:hover{
	border-bottom: 1px solid #60a955;
}
.container2{
	width: 780px;
	height:auto;
	max-height: 370px;
	float: right;
	background: #f2f7f3;
	margin-right: 60px;
	opacity:.4;
	padding:15px;
	box-sizing: border-box;
	margin-top: 10px;
	overflow:auto;
}
.container2 h1{
	font-family:Arial,Geneva,sans-serif;
	font-size:24px;
	margin-bottom:10px;
}

.container2 p{
	text-align:justify;
	font-family:Arial;
	font-size:14px;
	color:#000;
	opacity:1;
	
}
.container3{
	width: 780px;
	height:370px;
	max-height: 370px;
	float: right;
	background-color:  	rgba(242,247,242,0.7)    /* 70% opaque red */  ;
	
	
	margin-right: 60px;
	padding:15px;
	box-sizing: border-box;
	margin-top:0;
	opacity:.5;
}
.container3 h1{
	color: #000;
	font-size: 20px;
	margin-left:10px;
	font-family:Arial,Geneva,sans-serif;
}
.large-text{
	position: relative;
	height:auto;
	margin: 0 0 17px ;
	top:-115px;
	opacity:.3;
	clear: both;
	
}
.large-text img{
	max-width: 1280px; 	
}
.top-footer{
	border-top: 20px solid #aae13b;
	width:100%;
	height:auto;
}
.bottom-footer{
	border-top: 1px solid #ccc;
	width:100%;
	height:auto;
	background:#f7f7f7 !important;
	clear:both;
}

.image1{
	float:left;
	height:auto;
	width:auto;
	margin-top: 20px;
	margin-left: 15px;
}
.image2{
	float:right;
	height:auto;
	width:auto;
	margin-top: 58px;
	margin-right: 70px;
}
.image3{
	float:right;
	height:auto;
	width:auto;
	margin-top: 25px;
	margin-right: 10px;
}
.info{
	float:left;
	margin-top:180px;
	color: #747474;
	font-family:Arial;
	font-size: 12px;
	margin-left: -240px;
	text-decoration: none !important;
}
.footnote{
	float:right;	
	font-family:Arial;
	font-size:12px;	
	margin-right: 70px;
	color: #747474;
}
.links {
    float: right;
    list-style: none outside none;
    position: relative;
	margin-top:20px;
	margin-right: -332px;
	width: 115px;
	font-size:12px;
}
.links li {
    float: left;
    margin-right: 5px;

}

.links a {
    color: #747474;
}

.links a:hover {
    color: #000;
}


/***** contact form code *****/
.form-style-1 {
    margin: -10px auto;
    max-width: 780px;
    padding: 10px 12px 10px 10px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	clear:both;
	
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
	
}
.form-style-1 input[type=text], 
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;

 
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 46%;
	margin:10px 0px 0px 0px;

}
.form-style-1 .field-divided2{
    width: 46%;
	margin:10px 0px 0px 49px;
	background: rgba(255,255,255,  1);    /* full opaque red */

}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 120px;
	background-color:#fff;
	
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: rgba (255,0,0);
    padding: 8px 15px 8px 15px;
    border: none;

	
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}
.form-style-1 button{
	background:#e06404;
	width:150px;
	height:40px;
	color:#fff;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:right;
	margin-top:10px;
    opacity: 1;
	
}
 button{
	background:#e06404;
	width:150px;
	height:40px;
	color:#fff;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:right;
	margin-top:10px;
    opacity: 1;
	
}
form h5 {
	margin: 10px 0 0 12px ;
	font-size:12px;
}

.slider-container{
	height:300px;
	width:100%;
	top:-37px;
	margin-bottom:5px;
	border-bottom:10px solid #abe13f;
}