@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {

	width: 100%;
}
#topmain {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader-sec {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-he-1 {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background: #e41e27;
	padding-right: 5%;
	padding-left: 5%;
}
#opening-hurs {
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 8%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#facebook {
	float: left;
	margin-left: 45%;
	width: 80%;
	display: block;
}
.fa-facebook a:link{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-facebook a:hover{
	background-image: url(../images/facebook.png1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-linkdin a:link{
	background-image: url(../images/din1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-linkdin a:hover{
	background-image: url(../images/din.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-twitter a:link{
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-twitter a:hover{
	background-image: url(../images/twitter1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-youtube a:link{
	background-image: url(../images/you1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-youtube a:hover{
	background-image: url(../images/you.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
#top-sec-1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
}
#top-sec-a{
	float: left;
	margin-left: 35%;
	width: 30%;
	display: block;
	padding-top: 1%;
	padding-bottom: 1%;
}
#top-phone{
	float: left;
	width: 90%;
	display: block;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 8%;
	margin-top: 20px;
}
#top-phone1{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background-image: url(../images/emai.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 8%;
	margin-top: 20px;
}
#top-phone a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
}

#top-phone1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
}

#menubar {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #02a1df;
	padding-top: 5px;
	padding-bottom: 5px;
}

#banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#animation{
	
	float: left;
	margin-left: 0;
	width:100%;
	display: block;
			}
#ani{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background: rgb(0,0,0,0.1);
		padding: 10%;
		}
#ani-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
	.ani-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e31e27;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
#ani-content{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 2%;
	padding-bottom: 2%;
	text-shadow: 1px 1px 1px #333333;
	}
	#ani-buttons{
		width:100%;
		float:left;
}
#ani-but {
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
}
#ani-but a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ani-but a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ani-but a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #00aeef;
	background-color: #00aeef;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#ani-but1 {
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
}
#ani-but1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFF;
}
#ani-but1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFF;
}
#ani-but1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00aeef;
	text-decoration: none;
	background-color: #FFF;
	margin: 5px;
	padding: 10px;
	float: left;
}
#slideshow {
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: 300px;
	}

	.slidebtn i {
	color: #FFF;
	font-size: 50px;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

	#mid-heading {
	float: left;
	margin-left: 5%;
	width: 80%;
	display: block;
	margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e3151f;
	text-decoration: none;
	text-align: center;
	padding-top: 1%;
	padding-right: 10%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#mid-heading1 {
	float: left;
	margin-left: 5%;
	width: 80%;
	display: block;
	margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 1%;
	padding-right: 10%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url(../images/star1.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#midde-section {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	}
	#mid-content {
	
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	padding: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
	}
	#midde1-section {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #214e94;
	padding: 5%;
	}
	#midser {
	float: left;
	width: 100%;
	display: block;
	padding-top: 2%;
	}
	#mid-sec {
	float: left;
	width: 90%;
	display: block;
	margin: 2%;
	}
	#midde2-section {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	background-color: #FFF;
	}
	#about-qua {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}
	#qua-ser {
	float: left;
	width: 90%;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 2%;
	margin-top: 5%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	}
	#qua-img {
	
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding-right: 25%;
	padding-left: 25%;
	}
	#qua-heading {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
	}
	#qua-con {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	}
	#qua-menu {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	}
	#qua-menu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	padding: 10px;
	}
	#qua-menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	padding: 10px;
	}
	#qua-menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #02a1df;
	padding: 10px;
	}
	#footer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #e41d27;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	}
	#foot{
	float: left;
	width: 90%;
	display: block;
	margin: 1.5%;
	}
	#foot-heading{
	float: left;
	margin-left: 0;
	width: 75%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/star1.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	border-bottom: 1px solid #FFF;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 5%;
	padding-left: 5%;
		}
	#foo-content{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 5%;
	text-align: justify;
		}
	#foot a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;			
		}
		#foot a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;			
		}
		#foot a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
		}
		#foot-adress {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/map-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#foot-ca {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/caal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#foot-em {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#footercopy {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2d4192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
		}
		#aboutbanner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#pro-sec {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#contact-sec {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#contact-heading {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#contact-running {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width:100%;
	}
#topmain {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader-sec {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-he-1 {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background: #e41e27;
	padding-right: 5%;
	padding-left: 5%;
}
#opening-hurs {
	float: left;
	margin-left: 0;
	width: 28%;
	display: block;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#facebook {
	float: left;
	margin-left: 45%;
	width: 20%;
	display: block;
}
.fa-facebook a:link{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-facebook a:hover{
	background-image: url(../images/facebook.png1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-linkdin a:link{
	background-image: url(../images/din1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-linkdin a:hover{
	background-image: url(../images/din.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-twitter a:link{
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-twitter a:hover{
	background-image: url(../images/twitter1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-youtube a:link{
	background-image: url(../images/you1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-youtube a:hover{
	background-image: url(../images/you.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
#top-sec-1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
}
#top-sec-a{
	
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}
#top-phone{
	float: left;
	margin-left: 20%;
	width: 20%;
	display: block;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	margin-top: 20px;
}
#top-phone1{
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
	background-image: url(../images/emai.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	margin-top: 20px;
}
#top-phone a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
}

#top-phone1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
}

#menubar {
	float: left;
	margin-left: 0;
	width: 65%;
	display: block;
	background-color: #02a1df;
	padding-right: 5%;
	padding-left: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#animation{
	
	float: left;
	margin-left: 0;
	width:100%;
	display: block;
			}
#ani{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background: rgb(0,0,0,0.1);
		padding: 10%;
		}
#ani-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
	.ani-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e31e27;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
#ani-content{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 2%;
	padding-bottom: 2%;
	text-shadow: 1px 1px 1px #333333;
	}
	#ani-buttons{
		width:100%;
		float:left;
}
#ani-but {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
}
#ani-but a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ani-but a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ani-but a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #00aeef;
	background-color: #00aeef;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#ani-but1 {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
}
#ani-but1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border:1px solid #FFF;
}
#ani-but1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border:1px solid #FFF;
}
#ani-but1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00aeef;
	text-decoration: none;
	background-color: #FFF;
	margin: 5px;
	padding: 10px;
	float: left;
}
#slideshow {
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: 450px;
	}

	.slidebtn i {
	color: #FFF;
	font-size: 50px;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

	#mid-heading {
	
	float: left;
	margin-left: 20%;
	width: 47%;
	display: block;
	margin-right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e3151f;
	text-decoration: none;
	text-align: center;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#mid-heading1 {
	
	float: left;
	margin-left: 20%;
	width: 47%;
	display: block;
	margin-right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url(../images/star1.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#midde-section {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	}
	#mid-content {
	
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	padding: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
	}
	#midde1-section {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #214e94;
	padding: 5%;
	}
	#midser {
	float: left;
	width: 100%;
	display: block;
	padding-top: 2%;
	}
	#mid-sec {
	float: left;
	width: 28%;
	display: block;
	margin: 2%;
	}
	#midde2-section {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	background-color: #FFF;
	}
	#about-qua {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}
	#qua-ser {
	float: left;
	width: 25%;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 2%;
	margin-top: 5%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	}
	#qua-img {
	
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding-right: 25%;
	padding-left: 25%;
	}
	#qua-heading {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
	}
	#qua-con {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	}
	#qua-menu {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	}
	#qua-menu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	padding: 10px;
	}
	#qua-menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	padding: 10px;
	}
	#qua-menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #02a1df;
	padding: 10px;
	}
	#footer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #e41d27;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	}
	#foot{
	float: left;
	width: 30%;
	display: block;
	margin: 1.5%;
	}
	#foot-heading{
	float: left;
	margin-left: 0;
	width: 75%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/star1.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	border-bottom: 1px solid #FFF;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 5%;
	padding-left: 5%;
		}
	#foo-content{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 5%;
	text-align: justify;
		}
	#foot a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;			
		}
		#foot a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;			
		}
		#foot a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
		}
		#foot-adress {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/map-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#foot-ca {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/caal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#foot-em {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#footercopy {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2d4192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
		}
		#aboutbanner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#pro-sec {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#contact-sec {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#contact-heading {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
		#contact-running {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
		}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;

}
#topmain {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topheader-sec {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-he-1 {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background: #e41e27;
	padding-right: 5%;
	padding-left: 5%;
}
#opening-hurs {
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#facebook {
	float: left;
	margin-left: 45%;
	width: 20%;
	display: block;
}
.fa-facebook a:link{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-facebook a:hover{
	background-image: url(../images/facebook.png1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-linkdin a:link{
	background-image: url(../images/din1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-linkdin a:hover{
	background-image: url(../images/din.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-twitter a:link{
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-twitter a:hover{
	background-image: url(../images/twitter1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	margin: 5px;
	float: left;
}
.fa-youtube a:link{
	background-image: url(../images/you1.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
.fa-youtube a:hover{
	background-image: url(../images/you.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	float: left;
	padding: 10px;
}
#top-sec-1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
}
#top-sec-a{
	
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
}
#top-phone{
	float: left;
	margin-left: 20%;
	width: 17%;
	display: block;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 6%;
	margin-top: 20px;
}
#top-phone1{
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
	background-image: url(../images/emai.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	margin-top: 20px;
}
#top-phone a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
}

#top-phone1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
}

#menubar {
	float: left;
	margin-left: 0;
	width: 65%;
	display: block;
	background-color: #02a1df;
	padding-right: 5%;
	padding-left: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#animation{
	
	float: left;
	margin-left: 0;
	width:100%;
	display: block;
			}
#ani{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background: rgb(0,0,0,0.1);
		padding: 10%;
		}
#ani-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2e4092;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
			}
.ani-heading3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #039ee5;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
	.ani-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e31e27;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
	}
#ani-content{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 2%;
	padding-bottom: 2%;
	text-shadow: 1px 1px 1px #333333;
	}
	#ani-buttons{
		width:100%;
		float:left;
}
#ani-but {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
}
#ani-but a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ani-but a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ani-but a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #00aeef;
	background-color: #00aeef;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#ani-but1 {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
}
#ani-but1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border:1px solid #FFF;
}
#ani-but1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	float: left;
	border:1px solid #FFF;
}
#ani-but1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00aeef;
	text-decoration: none;
	background-color: #FFF;
	margin: 5px;
	padding: 10px;
	float: left;
}
#slideshow {
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: 450px;
	}

	.slidebtn i {
	color: #FFF;
	font-size: 50px;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

	#mid-heading {
	
	float: left;
	margin-left: 20%;
	width: 47%;
	display: block;
	margin-right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e3151f;
	text-decoration: none;
	text-align: center;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#mid-heading1 {
	
	float: left;
	margin-left: 20%;
	width: 47%;
	display: block;
	margin-right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-image: url(../images/star1.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#midde-section {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	}
	#mid-content {
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: justify;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	}
	#midde1-section {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #214e94;
	padding: 5%;
	}
	#midser {
	float: left;
	width: 100%;
	display: block;
	padding-top: 2%;
	}
	#mid-sec {
	float: left;
	width: 20%;
	display: block;
	margin: 2%;
	}
	#midde2-section {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #FFF;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	}
	#about-qua {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}
	#qua-ser {
	float: left;
	width: 25%;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 2%;
	margin-top: 5%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	}
	#qua-img {
	
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding-right: 25%;
	padding-left: 25%;
	}
	#qua-heading {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #214e94;
	text-decoration: none;
	}
	#qua-con {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	}
	#qua-menu {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	}
	#qua-menu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	padding: 10px;
	}
	#qua-menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #06F;
	padding: 10px;
	}
	#qua-menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #02a1df;
	padding: 10px;
	}
	#footer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #e41d27;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	}
	#foot{
	float: left;
	width: 30%;
	display: block;
	margin: 1.5%;
	}
	#foot-heading{
	float: left;
	margin-left: 0;
	width: 75%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/star1.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	border-bottom: 1px solid #FFF;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 5%;
	padding-left: 5%;
		}
	#foo-content{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 5%;
	text-align: justify;
		}
	#foot a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;			
		}
		#foot a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;			
		}
		#foot a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
		}
		#foot-adress {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/map-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#foot-ca {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/caal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#foot-em {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
		}
		#footercopy {
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2d4192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
		}
		#aboutbanner {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
		}
		#pro-sec {
	float: left;
	margin-left: 0;
	width: 17%;
	display: block;
	padding: 1.5%;
		}
		#contact-sec {
	float: left;
	width: 40%;
	display: block;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	padding: 3%;
	margin: 2%;
		}
		#contact-heading {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006;
	text-decoration: none;
	border-bottom: 1px solid #006;
	padding-bottom: 5px;
		}
		#contact-running {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
		}

}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}

.sticky + .content {
  padding-top: 102px;
}
.subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #06F;
	text-decoration: none;
}
