@charset "utf-8";

/*-- Global
----------------------------------------------------------------------*/

a {text-decoration:none;}

/*-- Header Section
----------------------------------------------------------------------*/

#logo a {
	width:289px;
	height:95px;
	display:block;
	background:url(../img/logo.png) no-repeat;
	position:absolute;
	top: -35px;
}
#nav_menu {
	height:76px;
}
#nav_menu ul {
	text-align:center;
}
#nav_menu li {
	display:inline-block;
	line-height:76px;
}
#nav_menu a {
	display:block;
	margin:0 10px;
	text-transform:uppercase;
}
#nav_menu a:hover {
}

/*-- Content Section
----------------------------------------------------------------------*/
	
.option_nav ul {
	text-align:left;
}
.option_nav li {
	display: inline-block;
}
.option_nav li a {
	display: inline-block;
	background:#41b138;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	margin:10px;
	border-radius:50%;
}
.option_nav li a:hover {
	background:#030303;
}
.selected_optnav {
	background:#030303 !important;
}
.option_nav .prevBtn2 {background:url(../img/prev_off.png) no-repeat; width:98px; height:14px; position:absolute; top:120px;  margin-left:5px; left:0; background-size:100% 100%;}

.option_nav .nextBtn2 {background:url(../img/next_off.png) no-repeat; width:57px; height:14px; position:absolute; top:120px;  margin-left:980px; right:0; background-size:100% 100%; margin-right: 5px;}

.option_nav .prevBtn2:hover {background:url(../img/prev_on.png) no-repeat;}
						
.option_nav .nextBtn2:hover {background:url(../img/next_on.png) no-repeat;}

/*-- Footer Section
----------------------------------------------------------------------*/

#footer_text a {
	color:#fff;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:14.04px;
	font-size:1.4rem;
	line-height:96px;
}
#footer_text a:hover {
	color:green;
}
	




/*-- Sudo Slider
----------------------------------------------------------------------*/

.prevBtn{background:url(../img/slider_left.png) no-repeat; width:10px; height:145px; position:absolute; top:40px;  margin-left:0; left:0;}
						
.nextBtn {background:url(../img/slider_right.png) no-repeat; width:10px; height:145px; position:absolute; top:40px;  margin-left:980px; right:0;}

.prevBtn:hover{background:url(../img/slider_left_on.png) no-repeat;}
						
.nextBtn:hover {background:url(../img/slider_right_on.png) no-repeat;}

/*-- Other Slider Nav
----------------------------------------------------------------------*/

.prevBtn2 {background:url(../img/slider_left.png) no-repeat; width:10px; height:80px; position:absolute; top:12px;  margin-left:5px; left:0; background-size:100% 100%;}
						
.nextBtn2 {background:url(../img/slider_right.png) no-repeat; width:10px; height:80px; position:absolute; top:12px;  margin-left:980px; right:0; background-size:100% 100%; margin-right: 5px;}

.prevBtn2:hover{background:url(../img/slider_left_on.png) no-repeat; background-size:100% 100%;}
						
.nextBtn2:hover {background:url(../img/slider_right_on.png) no-repeat; background-size:100% 100%;}



#contact_form2 {
	float:left;
	margin-left:15px;
	/* width:400px; */
	/* margin-left:15px; */
}
#result {
	display:none;
	width:420px;
	height:310px;
	background:#fff url(../img/button_close.png) no-repeat top right;
	position:absolute;
	top:0px;
	margin-left:600px;
	z-index:100;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:45px;
	text-indent:0 !important;
	border:solid 1px #b3b3b3; 
	border-radius:5px; 
	cursor:pointer;
}
.input_box {
	width:100%;
	height:38px;
	margin-top:0px;
	margin-bottom:20px;
}
.input_box2 {
	width:100%;
	height:140px;
	margin-top:0px;
	margin-bottom:20px;
	padding-top:10px;
}
.input_box, .input_box2, #result {
	border:solid 1px #b3b3b3; 
	border-radius:5px; 
	-moz-box-shadow:inset -2px 5px 10px #d6d6d6; 
	-webkit-box-shadow:inset -2px 5px 10px #d6d6d6; 
	box-shadow:inset -2px 5px 10px #d6d6d6;
	font-family: 'open_sansregular'; 
	font-size:14px; 
	color:#787878;
	text-indent:10px;
}

.submit_btn {
	width:77px; 
	height:44px;
	background:url(../img/button_send.png) no-repeat ;
	cursor:pointer;
	float:right;
	border:0;
}