@charset "utf-8";
/* CSS Document */

html, body {margin: 0; padding: 0; height: 100%; margin-top:0px!important;} 
body{margin:0; 
padding:0;
background-color:#fff;
overflow-x: hidden; 
height: 100%; 
}

@font-face {
				font-family: 'Roboto-Light';
				src: url('fonts/Roboto-Light.eot');
				src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
						 url('fonts/Roboto-Light.woff') format('woff'),
						 url('fonts/Roboto-Light.ttf') format('truetype'),
						 url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
		
@font-face {
				font-family: 'Roboto-Medium';
				src: url('fonts/Roboto-Medium.eot');
				src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
						 url('fonts/Roboto-Medium.woff') format('woff'),
						 url('fonts/Roboto-Medium.ttf') format('truetype'),
						 url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
				font-weight: normal;
				font-style: normal;
		}



@font-face {
				font-family: 'Roboto-Regular';
				src: url('fonts/Roboto-Regular.eot');
				src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
						 url('fonts/Roboto-Regular.woff') format('woff'),
						 url('fonts/Roboto-Regular.ttf') format('truetype'),
						 url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
				font-weight: normal;
				font-style: normal;
		}


@font-face {
				font-family: 'roboto-condensed';
				src: url('fonts/roboto-condensed-webfont.eot');
				src: url('fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
						 url('fonts/roboto-condensed-webfont.woff') format('woff'),
						 url('fonts/roboto-condensed-webfont.ttf') format('truetype'),
						 url('fonts/roboto-condensed-webfont.svg#roboto-condensed-webfont') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'museosans';
				src: url('fonts/museosans-300-webfont.eot');
				src: url('fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
						 url('fonts/museosans-300-webfont.woff') format('woff'),
						 url('fonts/museosans-300-webfont.ttf') format('truetype'),
						 url('fonts/museosans-300-webfont.svg#museosans-100-webfont') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'museosans100';
				src: url('fonts/museosans-100-webfont.eot');
				src: url('fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
						 url('fonts/museosans-100-webfont.woff') format('woff'),
						 url('fonts/museosans-100-webfont.ttf') format('truetype'),
						 url('fonts/museosans-100-webfont.svg#museosans-100-webfont') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		

#headerarea{
	width:100%;
	height:110px;
	float:left;
	text-align:center;
	background-color:#d75e62;
	position:fixed;
	z-index:1000;
	
}


#header{
	width:80%;
	height:auto;
	margin:0 auto;

}



#logo{
	width:538px;
	float:left;
	margin-top:20px;
	
	
}

#logo img{
	width:100%;
	height:auto;
}


#toparea{
	width:50%;
	float: right;
	margin-top:20px;
}

#contacttop{
	width:100%;
	float: right;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif; font-weight: 500;
	font-size:16px;
	color:#FFF;
}

#menuarea{
	width:100%;
	float: right;
	

}

#menus{
	display:inline-block;
	margin-left:25px;
	margin-right:25px;
	font-family: 'Roboto', sans-serif; font-weight: 500;
	font-size:18px;
	float:right;
	text-transform:uppercase;
	color:#FFF;
}

#menus a:link{color: #fff; text-decoration: none; 
}
#menus a:active{color: #fbc434; text-decoration: none; 
}
#menus a:visited{color: #fff; text-decoration: none;
}
#menus a:hover {color: #fbc434; text-decoration: none;
}

#Sliderarea{
	width:100%;
	float:left;
	position:relative;
}

#topslogan{
	position:absolute;
	top:30%;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align:center;
	font-family: 'Roboto', sans-serif; font-weight:900;
	font-size:30px;
	text-transform:uppercase;
	z-index:500;
	color:#FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

#topslogan span{
	position: relative;
	text-align:center;
	font-family: 'Roboto', sans-serif; font-weight:900;
	font-size:20px;
	z-index:1000;
	color:#FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	text-transform: lowercase;
}

#maincontentarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#f6eedd;
	padding-top:20px;
	padding-bottom:20px;
}

#contentarea{
	width:80%;
	margin:0 auto;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#000;
	line-height:1.8;
}

#contentarea h1{
	width:100%;
	text-align:center;
	font-family: 'Roboto', sans-serif; 
	font-size:28px;
	color:#000;
	font-weight:500;
	
}

#mainboxarea{
	width:100%;
	float:left;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#boxarea{
	width:23%;
	margin-left:2%;
	margin-right:2%;
	display: inline-block;
	text-align:left;
	vertical-align:top;
}

#boximg{
	width:100%;
	float:left;
	position:relative;
}

#boximg img{
	width:100%;
	height:auto;
}

#boxtxt{
	width:96%;
	position:absolute;
	bottom:0;
	padding:2%;
	background-color:#000; opacity:0.8;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:15px;
	color:#fff;
	margin-bottom:1%;
}

#boxtxt a:link{color: #fff; text-decoration: none; 
}
#boxtxt a:active{color: #ffd200; text-decoration: none; 
}
#boxtxt a:visited{color: #fff; text-decoration: none;
}
#boxtxt a:hover {color: #ffd200; text-decoration: none;
}

#boxtxt p{
	margin:0;
	padding:0;
	
}

#boxtxthd{
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:20px;
	color:#fff;
}

#bottomcntarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#000;
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(images/bg1.jpg); background-repeat:no-repeat; background-size:100% 100%;
}

#bottomboxhlf{
	margin:0 auto;
	width:45%;
	display:inline-block;
	margin:2%;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#fff;
	line-height:1.8;
	text-align:left;
	vertical-align:top;
}

#bottomboxhlf h1{
	width:100%;
	text-align:left;
	font-family: 'Roboto', sans-serif; 
	font-size:28px;
	color:#fff;
	font-weight:500;
	
}

#footerarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#931014;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#fff;
}


#subcontentarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}

#subtxt{
	width:80%;
	margin:0 auto;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#000;
	line-height:1.8;
}

#subtxt h1{
	width:100%;
	text-align:center;
	font-family: 'Roboto', sans-serif; 
	font-size:28px;
	color:#000;
	font-weight:500;
	
}

#Sliderareasub{
	width:100%;
	float:left;
	position:relative;
}

#Sliderareasub img{
	width:100%;
	height:auto;
}


#readmore{
	float: left;
	display:inline-block;
	background-color:#931014;
	font-family: 'Roboto', sans-serif; font-weight:700;
	font-size:17px;
	margin-top:20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	
}


#readmore a:link{color: #fff; text-decoration: none; 
}
#readmore a:active{color: #fee300; text-decoration: none; 
}
#readmore a:visited{color: #fff; text-decoration: none;
}
#readmore a:hover {color: #fee300; text-decoration: none;
}

.txt{
	padding:10px;
	background-color:#E6E6E6;
	border:1px solid #9E9E9E;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
}
@media only screen and (max-width: 1400px) {
#header{
	width:95%;
	height:auto;
	margin:0 auto;

}
}

@media only screen and (max-width: 1280px) {
#header{
	width:95%;
	height:auto;
	margin:0 auto;

}

#logo{
	width:400px;
	float:left;
	margin-top:20px;
	
	
}

#logo img{
	width:100%;
	height:auto;
}


#toparea{
	width:60%;
	float: right;
	margin-top:20px;
}

#contacttop{
	width:100%;
	float: right;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif; font-weight: 500;
	font-size:16px;
	color:#FFF;
}

}

@media only screen and (max-width: 966px) {
	
	#logo{
	width:350px;
	float:left;
	margin-top:20px;
	
	
}

#logo img{
	width:100%;
	height:auto;
}

#toparea{
	width:55%;
	float: right;
	margin-top:20px;
}

#contacttop{
	width:100%;
	float: right;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif; font-weight: 500;
	font-size:12px;
	color:#FFF;
}
}



@media only screen and (max-width: 860px) {
	
	#headerarea{
	width:100%;
	height: auto;
	float:left;
	text-align:center;
	background-color:#d75e62;
	position: relative;
	z-index:500;
	
}


#header{
	width:80%;
	height:auto;
	margin:0 auto;

}



#logo{
	width:100%;
	float:none;
	margin-top:20px!important;
	margin:0 auto;
	
}

#logo img{
	width:100%;
	height:auto;
}


#toparea{
	width:100%;
	float: left;
	margin-top:20px;
	text-align:center;
	
}

#contacttop{
	width:100%;
	float: right;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif; font-weight: 500;
	font-size:16px;
	color:#FFF;
	text-align:center;
}

#menuarea{
	visibility:hidden;
	display:none;

}

#menus{
	visibility:hidden;
	display:none;
}

#menus a:link{color: #fff; text-decoration: none; 
}
#menus a:active{color: #fbc434; text-decoration: none; 
}
#menus a:visited{color: #fff; text-decoration: none;
}
#menus a:hover {color: #fbc434; text-decoration: none;
}

#Sliderarea{
	width:100%;
	float:left;
	position:relative;
}

#topslogan{
	position:absolute;
	top:30%;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align:center;
	font-family: 'Roboto', sans-serif; font-weight:900;
	font-size:30px;
	text-transform:uppercase;
	z-index:500;
	color:#FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

#topslogan span{
	position: relative;
	text-align:center;
	font-family: 'Roboto', sans-serif; font-weight:900;
	font-size:20px;
	z-index:1000;
	color:#FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	text-transform: lowercase;
}

#maincontentarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#f6eedd;
	padding-top:20px;
	padding-bottom:20px;
}

#contentarea{
	width:80%;
	margin:0 auto;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#000;
	line-height:1.8;
}

#contentarea h1{
	width:100%;
	text-align:center;
	font-family: 'Roboto', sans-serif; 
	font-size:28px;
	color:#000;
	font-weight:500;
	
}

#mainboxarea{
	width:100%;
	float:left;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#boxarea{
	width:70%;
	margin-left:2%;
	margin-right:2%;
	display: inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	margin-top:20px!important;
}

#boximg{
	width:100%;
	float:left;
	position:relative;
}

#boximg img{
	width:100%;
	height:auto;
}

#boxtxt{
	width:96%;
	position:absolute;
	bottom:0;
	padding:2%;
	background-color:#000; opacity:0.8;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:15px;
	color:#fff;
	margin-bottom:1%;
}

#boxtxt p{
	margin:0;
	padding:0;
	
}

#boxtxthd{
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:20px;
	color:#fff;
}

#bottomcntarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#000;
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(images/bg1.jpg); background-repeat:no-repeat; background-size:100% 100%;
}

#bottomboxhlf{
	margin:0 auto;
	width:80%;
	display:inline-block;
	margin:2%;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#fff;
	line-height:1.8;
	text-align:left;
	vertical-align:top;
}

#bottomboxhlf h1{
	width:100%;
	text-align:left;
	font-family: 'Roboto', sans-serif; 
	font-size:28px;
	color:#fff;
	font-weight:500;
	
}

#footerarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#931014;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#fff;
}


#subcontentarea{
	width:100%;
	float:left;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}

#subtxt{
	width:80%;
	margin:0 auto;
	font-family: 'Roboto', sans-serif; font-weight:400;
	font-size:17px;
	color:#000;
	line-height:1.8;
}

#subtxt h1{
	width:100%;
	text-align:center;
	font-family: 'Roboto', sans-serif; 
	font-size:28px;
	color:#000;
	font-weight:500;
	
}

#Sliderareasub{
	width:100%;
	float:left;
	position:relative;
}

#Sliderareasub img{
	width:100%;
	height:auto;
}

	
}