/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* MAIN STYLING STARTS HERE */
body{
	background-color: white;
	font-family: "arial", Times, serif;
	font-size: 75%;
}
p,h1,h2{	padding:8px; text-align: center; }
h1{
	font-size: 200%;

}
h2{
	font-size: 150%;
}
h3{
	font-size: 100%;
}
a{
	margin: 2px 5px;
	color: black;
}
a:link {
    text-decoration: none;

}
a:active {
    color: blue;
}
a:link {
    color: black;
}
p{
	line-height: 23px;
    font-size: 115%;
   	 display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: center; 
}
img{
	max-width: 100%;
	max-height: 100%; 
}
#col_nav1{
	width: 100%; 
	height: 38px; 
	background: #eaeaea;
}
ul{
	list-style: none;
	
}
ul li{
	float: left;
	padding-left: 3%; 
	padding-top: 1%;
}
li{
	cursor: pointer;
}
/* space clearer */
.clearfix-padding{
	clear:both;
	padding:2%;
}
/* ------------ */
#col_nav2{
	width: 95%; 
	height: 70px; 
	margin: 20px auto; 
	border-bottom: solid 1px #d6fcec;
	overflow:hidden;
                                                     
}
#col-logo{
	width: 240%; 
	height: 50px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
	float: left;
}
#col_nav2 ul {
	float: right;
    padding: 0px;
    margin-right: -60px;
    margin-top: -34px;
    width:502px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
#col_nav2 ul li{
	width: 95px;
	text-align:center;
}
#col_nav2 ul li:hover{
	transition: 0.5s ease-in-out;
	cursor:pointer;
	color:#2ddfe5 ;
}
.col_log{
	border-radius: 8px; 
	height: 22px;
	
}
/* styling for the slider starts here */
/* cycle -slideshow */
		.cycle-slideshow{
			width:100%;
			max-width:100%;
			display:block;
			position:relative;
			margin:20px auto;
			overflow:hidden;
		}
		
		.cycle-prev, .cycle-next{
			font-size:200%;
			color:#fff;
			display:block;
			position:absolute;
			margin-top: -16px;
			top: 50%;
			z-index: 9999;
			cursor:pointer;
		}
		.cycle-prev{
		left: 10%;
		}
		.cycle-next{right:10%;}
		
		.cycle-pager{
		width:100%;
		text-align:center;
		z-index: 9999;
		position:absolute;
		top: 20px;
		cursor:pointer;
		}
		.cycle-pager span{
		text-indent: 100%;
		white-space: nowrap;
		width:10px;
		height: 10px;
		display:inline-block;
		border:1px solid #fff;
		border-radius: 50%;
		margin:0 10px;
		}
		.cycle-pager .cycle-pager-active {background:#fff;}

/* styling for the slider ends  here */

/* THIS IS FOR THE HAMBURGER MENU */
		.col_ham {
			display:none;
		    cursor: pointer;
		    float: right;
		    margin-right: 20px;
		}

		.bar1, .bar2, .bar3 {
		    width: 35px;
		    height: 5px;
		    background-color: #333;
		    margin: 6px 0;
		    transition: 0.4s;
		}

		.change .bar1 {
		    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
		    transform: rotate(-45deg) translate(-9px, 6px);
		}

		.change .bar2 {opacity: 0;}

		.change .bar3 {
		    -webkit-transform: rotate(45deg) translate(-8px, -8px);
		    transform: rotate(45deg) translate(-8px, -8px);
		}

/* THIS IS FOR THE HAMBURGER MENU END  */


/* THIS IS FOR THE BODY CONTAINER  */
#body_container{
	width: 100%;
	height: auto; 
	background: #f2f2f2; 
}
#col_1{
	width:80%;
	height: 47%; 
	background: white;
	margin: 3px auto 0px auto;
}
.col_img1{
	width:50%; 
	height:auto;
	float: left; 
}

.col_1style{
	float:right;
	width:45%;
	margin:20px 0px 0px 0px;
}

.col_acc_login{
	width: 140px; 
	height: 50px; 
	background: #3fbbc0;
	margin: 5px 0px 0px 0px; 
	border-radius: 10px;
	line-height: 50px; 
	text-align:center;
	cursor:pointer;
}
.col_acc_login:hover{
	transition:0.8s ease-in;
	cursor:pointer;
	background:#69e6ea;

}
#col_2{
	width:80%;
	height: auto;
	margin:0px auto;
	border-radius: 9px;
}

#col_2inner{
	width: 60%;
	float:right; 
}
#col_2inner2{
	width: 40%; 
	height:auto;
	float: left; 
}
#col_3{
	width: 100%; 
	height: auto; 
	margin: 20px auto 0px ;
}
.col_3_1{
	width:23% ;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float: left;
	background:white;
}
.col_3_1_img{
	width: 100%;
	height: auto; 
	background: blue; 

}
#col_4{
	width: 100%; 
	height: auto;  
	background: #3fbbc0;
}
/* style line */
#line{
	width:100%;
	height:1px;
	background:#aeafae;
	margin-bottom: 2%;
}

#col_foot{
	width:18%; 
	height: auto; 
	float: left; 
	margin: 0px 3%;
	cursor: pointer; 
}

.col_foot2{
	width: 70%; 
	height: auto; 
	margin: 0px auto;
}

/* styling for add_customer in admin */
#col_add_wrap{
	border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%; 
    height: auto; 
    margin: 0px auto;
    cursor: pointer;

}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=number], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color:  #7f0000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #c91010;
}
/* END  styling for add_customer in admin */


/* START styling for add_customer in admin */
#col_login_wrap{
	width:75%;
	height: auto; 
	border: black solid 2px;
	border-radius: 10px; 
	margin: 30px auto;
	}

#col_main_login{
	width: 100%; 
	height: 400px; 
	background-image: url(../images/grass.jpg);
}
#col_main_login h1{
	color: white;
}
#col_main{
	width:50%;
	height: auto; 
	margin: 10px auto; 
}

#col_mid_login{
	width: 40%;
	height: auto; 
	margin: 10px auto; 
}
#col_login_footer{
	width:100%; 
	height: auto; 
	background:  #de2929;
	margin-bottom: 0px;
	border-radius: 10px; 
}
#col_login_footer p{
	color: white;
}
.col_form_reg{
	width: auto;
	height: auto; 
	float: right;
}
#reg_text{
	width: 50%;
	height: 600px;
	/*float: right;*/
	background: green;
}
/* END  styling for add_customer in admin */
/*----------------------- code for media querry -------------------*/
@media only screen and (max-width: 700px) {
    
     #ham_style2{
     	display:none;
     }
    .col_ham{
		display: inline-block;
		cursor: pointer;
		float: right;
		margin: 0px auto
		 
    }
    #col_nav2{
    	width:100%;
    }
    #col_nav2 ul {
    	position:absolute;
    	z-index: 10000;
    	margin-top:-20px; 
    	width:100%;
    	display:none;
    }
    #col_nav2 ul li{
    	width:100%;
    	margin: 1px auto 0px auto;
    	height:30px;
    	font-size: 120%;
    	border-bottom: 1px solid #c7c9c7;
    	
    }
    #col_1{
   		height: 125%;
    }
    .col_img1{
     	width:100%;
     	height
     }

     .col_1style{
     	 width: 100%;
     }

     #col_2inner{
		width: 100%;
		 
}
	#col_2inner2{
		width: 100%; 
		height:auto;
		
}
.col_acc_login{
	margin:0px auto;

}
#col_mid_login{
	width: 100%;
	}
.col_3_1{
	width:100%;
}
.col_3_1_img{
	height: auto;
}
}

@media only screen and (max-width: 470px) {
	#ham_style{
     	display:none;
     }
     #ham_style2{
     	display:block;
     	margin-top:-50px;
     }
     #col_1 {
  		height: 105%;
	}

     #col_nav2 ul{
     	margin-top:70px;
     }
     .col_img1{
     	width:100%;
     	height
     }
      #col_2inner{
		width: 100%;
		 
}
	#col_2inner2{
		width: 100%; 
		height:auto;
		
}
	#col_2{
		height:40%;
	}
	}

	@media only screen and (max-width: 320px) {

	 #col_1 {
  		height: 101%;
	}

	}