@charset "utf-8";
/* CSS Document */
.atachbg{width:100%; padding:80px 0px; background:#fff url(images/bgback.jpg) no-repeat; background-attachment:fixed;}

/* FORM */
input[type=text]{color:#666; margin:0px; height:30px; padding:5px 10px; width:90%; font:normal 14px/18px 'Open Sans', Arial, Helvetica, sans-serif; background:#fff; border:2px solid #eee; border-radius:3px;}


input[type=password]{color:#777; margin:0px; font:normal 13px/18px 'Open Sans', Arial, Helvetica, sans-serif; background:#fff; border:1px solid #ccc;}
input[type=file]{color:#777; margin:0px; padding:0px; border:1px solid #ddd; height:17px !important}
textarea{color:#777; margin:0px; height:60px;  padding:5px 10px; width:90%; font:normal 14px/18px 'Open Sans', Arial, Helvetica, sans-serif; background:#fff; border:2px solid #eee; border-radius:3px;}
select{color:#777; margin:0px;  height:40px; padding:5px 10px; width:100%; font:normal 14px/18px 'Open Sans', Arial, Helvetica, sans-serif; background:#fff; border:2px solid #eee; border-radius:3px;}
input.check{border:1px solid #666; font-size:13px;  width:15px; height:15px; margin:2px 2px 2px 0px; outline:none; background:#fff;}
input[type=text]:focus, input[type=password]:focus, textarea:focus{color:#ff8e08; background:#fff;}



/*Back to top button */
#back-top {position: fixed; bottom:45px; right:10px; z-index:999999999; width:74px; display:block;}
#back-top a {width:74px; display:block; height:77px; overflow:hidden;}
#back-top span {width:74px; height:77px; display: block; background:url(../images/top.png) no-repeat; opacity:1;-webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#back-top a:hover span { opacity:0.5;}




/*button classes*/

.button1 {
	background: #881212;
	font: normal 14px/38px 'PT Sans', sans-serif;
	color: #fff;
	text-align: center; 
	display: inline-block;   border-bottom: 2px solid #790b0b;
	text-decoration: none; padding:0 30px; border-radius:3px; 
}
.button1:hover {
	background: #6a8b00;
	color: #fff; border-bottom: 2px solid #5c7900;
}








/* CSS Document */
/* ================= General 1024px - 768px ================= */



/* ======================================================================================================
   MEDIA QUERIES
   =====================================================================================================*/	

/* ================= Tablet (Portrait) 768px - 959px ================= */

@media only screen and (max-width: 999px) {


}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width: 767px) {

}

/* ================= Mobile (Portrait) below 480px  ================= */

@media only screen and (max-width: 479px) {

}
/*
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$ CSS Document not to edit $$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
*/
/* Desktop/Laptop/Others - Above 980px */
.img_responsive {
	display:block;
	width:100%;
	line-height:0;
	height:auto;
}
.mob_only {
	display:none
}
.tab_only {
	display:none
}
.des_only {
	display:block
}
.des_hider {
	display:none;
}
/* floating classes */
.floater, .floater li {
	margin:0;
	padding:0;
	list-style:none;
}
.float_2 li {
	width:50%;
	float:left
}
.float_2x li {
	width:50%;
	float:left
}
.float_3 li {
	width:33.33333%;
	float:left
}
.float_4 li {
	width:25%;
	float:left
}
.float_4x li {
	width:25%;
	float:left
}

/* Tab 960px - 768px */
@media only screen and (max-width: 999px) {
.mob_only {
display:none
}
.tab_only {
display:block
}
.des_only {
display:none
}
.des_hider {
display:block;
}
.tab_hider {
display:none;
}
.wrapper {
width:100%
}
/* floating classes */
.float_2 li {
width:100%;
float:none
}
.float_3 li, .float_4 li {
width:50%;
float:left
}
.float_4x li {
width:33.333333%;
float:left
}
}
/* Mobile 480px - 767px */
@media only screen and (max-width: 767px) {
.mob_only {
display:block
}
.tab_only {
display:none
}
.des_hider {
display:block;
}
.mob_hider {
display:none;
}
.mob_shower {
display:block;
}
/* floating classes */
.float_2 li, .float_2x li, .float_3 li, .float_4 li, .float_4x li {
width:100%;
float:none
}
}
/* Mobile Below 480px */
@media only screen and (max-width: 479px) {
}
