/*style sheet for mobiles and screen less then 500px*/

body{
	margin: 0px;
	background-color: #ACAC9D;	
}

#container {
	position: relative;
	margin: auto;
	padding: 10px;
	min-width: 400px;
	}
#logo{
	margin-left:15px;
	height: 100px;
	width: 100%;
	border-color: transparent;
}	
#content{
	clear: both;
	width: 80%;
	min-height: 200px;
	min-width: 400px;
	margin: auto;
}
#contact {
	width: 100%;
	height: 600px;
	margin: auto;
	text-align: center;
	font-family: Arial;
	padding: 30px 0px 40px 0px;
}
.cta{
	width: 30%;
	margin: auto;
	clear: both;
}
.abp{
	text-align: justify;
	
}
#abu{
	width: 70%;
	margin: auto;
	
}
/*image text wrap*/
.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
	
}

.caption {
    display: block;
}
/*end image text wrap*/
.imgl{
	margin: auto;
	height: auto;
	width: 100%;
	text-align: center;
}
.imgc{
	width: 80%;
	margin: auto;
	text-align: center;
}
.hp{
	height: auto;
	width: auto;
	text-align: center;
	
}

#footer{
	width:100%;
	text-align: center;
	padding: 40px 0px 10px 0px;
	margin-top: 20px;
	clear: both;
}
#footer >a{
	color: #000000;
}

/*texts*/
h1{
	font-family: Arial;
	font-size: 14;
	color: #896602;
	margin-left: 2%;
	
}
p{
	font-family: Arial;
	font-size: 10;
	color: #000011;	
}
h4{
	font-family: Bradley Hand ITC;
	font-size: 18px;
    color:#000111;
	
}


/*menu css*/
#menu{
	width: 63%;
	text-align: center;
	z-index: 1000;
	position: relative;
	font-size: 70%;
	padding: 15px 0 0 20px;
	
	
}
#menu	*{padding: 0;  margin: 0;}
#menu body{padding: 5px; font-family: Arial;}
#menu	ul {list-style: none;}
#menu ul  li {float: left; padding-right: 1px; position: relative; font-family: Arial;}
#menu ul a {display: table-cell; vertical-align: middle; width: 70px; height: 25px; text-align: center; background: #79796A; color: #FFF; text-decoration: none;  border-radius: 15px;}
#menu ul a:hover {background: #79796A;}
#menu li > ul {display: none; position: absolute; left: 0; top: 100%;}
#menu li:hover > ul {display: block;}
#menu li > ul  li {padding: 0; padding-top: 1px;}
#menu li  > ul li  > ul {left: 100%; top: 0; padding-left: 1px;}
#menu li > ul  li > ul li {width: 70px;}
#menu li:hover > a {background: #BDBDAE; color: #242415;}
/*end menu*/

/*slide show CSS file*/

.flashclass{ /*sample CSS class added to image slideshow container*/
	width: 200px; /*a width should be defined for transition to work */
	border: 1px solid black;
	padding: 5px;
	height:130px;/*was190*/
	width:150px;/*was210*/
	margin:auto;
	text-align:center;
	border-radius: 10px;
	box-shadow: 10px 10px #242415;
}
.flashclass img{
	border-width: 0;
	height:110px;/*was150*/
	width:120px;/*was200*/
}
#myslideshow{
	font-size:small;
	color:black;
	margin-top:10px;
}
#myslideshow1{
	font-size:small;
	color:black;
	margin-top:10px;
}
#myslideshow2{
	font-size:small;
	color:black;
	margin-top:10px;
}
#divshow{
	float:left;
	margin-left: 1%;
	width: 28%;
	padding-left: 2%;
	
}
#divshow0{
	float:left;
	margin:auto;
	width:30%;
	padding-left:2%;
	
}
#divshow1{
	float:right;
	margin-right:5%;/*was 15*/
	width:30%;
	/*padding-left:2%;*/
	
}
.c1 {
	left: 0px;
	top: 117px;
}
#slides{
	text-align:center;
	padding-top:25px;
	margin-top:25px;
	width:100%;
}
.tm{
	margin: auto 5% auto 5%;
}
.msg{
	text-align: center;
}
/*typo*/
#pt{
	padding-top: 5%;
	padding-left: 15%;
}
.ic{
	 height: 300px; 
	 width: 450px;
	 text-align: center;
	 margin: auto;
	 padding-bottom: 1%;
}
.il{
	float: left;
	padding: 2% 10% 2% 15%;
}
.ir{
	float: right;
	padding: 2% 15% 2% 5%;
}
/* picture class*/
.pl {
    padding:15px;
    float:left;
	}
.pr {
    padding:15px;
    float:right;
	}

