		
		@import "../navmenu/1/css/navmenu.css.php";
.logo {
	float: left;
	height: 100px;
	padding: 15px;
}

.imgHold {
	width: 25%;
	height: 300px;
	margin:0 auto;
	display: inline-block;
	border-radius:10px;
	overflow: hidden;
	cursor: pointer;
}

.imgHold img {
	width: 100%;
	height: 70%;
}

.slideContent div h2 {
	margin: 0px;
}

.noMarginT {
	margin-top: 0px;
}

.fourBox {
	display: inline-block;
	width: calc(25% - 24px);
	padding: 10px;
	min-height: 280px;
	max-height: 280px;
}

.fourBox a {
	display: block;
	margin: auto;
	vertical-align: middle;
}

.fourBox a img{
	display: block;
	margin: auto;
	vertical-align: middle;
}

p, label {
	font-size: 0.8em;
}

h2, h4 {
	color: #c11a1a;
}

h4 {
	margin-top: 0px;
}

label {
	width: 100%;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}

input {
	height: 25px;
}

textarea, input {
	border-radius: 10px;
	margin: 0px;
	padding: 1px;
	border: 1px solid  #ea0000;
	display: inline-block;
	vertical-align: top;
	width: 260px;
	padding: 0px;
}

textarea {
	min-height: 100px;
}

#submit, .goBack {
	padding: 5px 15px;
	border: 1px solid  #ea0000;
	border-radius: 10px;
	background-color: #ffffff;
}

#submit:hover, .goBack:hover {
	cursor:pointer;
	box-shadow: 0px 1px 1px 0px #000000;
}

.loadmore{
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#fff;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 10px;
	}
	
.loadmore:hover{
	background: #ff4a4a;
	color: #fff;
}

.am-container{
position:relative;
}

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}

#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #ff4a4a;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal {
    position:absolute;
    background:url(tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:10px;
    padding:8px;
}

#content {
    padding:20px;
}

#close {
    position:absolute;
    background:url(close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}
	
	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family:  'Muli', sans-serif;;
		color: #fff;
		margin:0;
		padding:0;
	}
	.intro p{
		color:  #ea0000;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		height: 200px;
		width: 100%;
		z-index:5;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}
	
a {
	color:  #5b5b5b;
	text-decoration: none;
}

a:hover {
	color:  #c11a1a;
	cursor: pointer;
}
		
		
	/*nav bar*/
nav {
	width:99%;
	background-color:  #ea0000;
	margin: auto;
	margin-left:-4px;
	border-radius: 10px;
	font-family:  'Muli', sans-serif;;
}

.navList {
	list-style: none;
	padding: 10px;
	vertical-align: middle;
}

.navItems {
	display: inline-block;
	width: calc(13% - 4px);
	vertical-align: middle;
	text-align: center;
}

.slideContent {
	margin:0px 50px 100px 50px;
	font-family:  'Muli', sans-serif;;
	font-size:24px;
	text-align:left;
	-webkit-box-shadow: 3px 3px 10px -5px #000000;
	-moz-box-shadow: 3px 3px 10px -5px #000000;
	box-shadow: 3px 3px 10px -5px #000000;
	background-color: rgba(245, 245, 245, .6);
	padding: 5px 40px;
	color:  #38383a;
	border-radius: 10px;
}

.contactDets {
	<!--background-color: #ea0000;-->
	width:320px;
	height:50px;
	margin-right:2%;
	display:none;
	float:right;
	font-family:  'Muli', sans-serif;;
	font-size:18px;
	text-align:left;
	padding:3px;
	color: white;
	border-radius: 10px;
	margin-top: -58px;
}

.contactDets a {
	color: white;
}

.contactDets a:hover {
	color: ghostwhite;
}

.navItems a {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 2px;
}

.navItems a:hover{
	color: #d1d0d5;
}

.fp-controlArrow.fp-prev{
	border-color: transparent  #c11a1a transparent transparent;
}

.fp-controlArrow.fp-next{
	border-color: transparent transparent transparent  #c11a1a;
}

.leftImg {
	float: left; 
	width: calc(30% - 30px); 
	padding: 0px 26px 4px 20px;
}

.leftText {
	text-align: left;	
}

.centerImgL {
	height: 350px;
}

.centerImgM {
	height: 250px;
}

.centerImg {
	width: 90%;
	margin: auto;
	overflow:hidden;
	border-radius: 10px;
}

.centerImg img {
	width: calc(100% + 20px);
}


.openimg {
	position: absolute;
	z-index: 99999;
	height: 80%;
	padding: 20px;
	background:	black;
	left: calc(20%);
	top: 0%;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.openimg::before {
	content: "X";
	
	color: white;
	background: black;
	padding: 3px 5px;
}