@charset "utf-8";

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

a {text-decoration:none;}

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

.socialBox {
	float: left;
	width: 100%;
	margin-top: -8px;
	background: #343132;
}
.socialBox a {
	float:left;
	padding:13px 0;
}

.socialBox2 {
	float: left;
	margin-left:10px;
}
.socialBox2 a {
	float:left;
	margin:0 10px;
	padding:13px 0;
}
.socialBox3 {
	position:absolute;
	top:-45px;
	right:-20px;
}
.socialBox3 a {
	float:left;
	margin:0 10px;
	padding:13px 0;
}
#phoneNumber a {
	color:#98ce13;
}
#phoneNumber a:hover {
	color:#98ce13;
	text-decoration:none;
}


/*-- Content Section
----------------------------------------------------------------------*/
	
#content_box a {
	color:#98ce13;
}


/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_links {
	max-height:66px;
	text-align:left;	
}
#footer_links ul {
	line-height:66px;
	text-transform:uppercase;
}
#footer_links li {
	display:inline-block;
	margin-right:30px;
}
#footer_links a {
	color:#959494;
	text-decoration:none;
	font-size:13px;
}
#footer_links a:hover {
	color:#413f3f;
}

#footer_text a {
	font-size:12px;
	line-height:66px;
	text-align:right;
	color:#959494;
}
#footer_text a:hover {
	color:#98ce13;
	text-decoration:none;
}




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

.prevBtn{background:url(../img/button_nav_left_off.png) no-repeat; width:49px; height:49px; position:absolute; top:200px;  margin-left:-67px;}
						
.nextBtn {background:url(../img/button_nav_right_off.png) no-repeat; width:49px; height:49px; position:absolute; top:200px;  margin-left:980px}

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

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

.prevBtn2 {background:url(../image/button_left_off.jpg) no-repeat; width:49px; height:49px; position:relative; top:-265px;  float:left;}
						
.nextBtn2 {background:url(../image/button_right_off.jpg) no-repeat; width:49px; height:49px; position:relative; top:-265px;  float:right;}

.prevBtn2:hover{background:url(../image/button_left_on.jpg) no-repeat;}
						
.nextBtn2:hover {background:url(../image/button_right_on.jpg) no-repeat;}



#contact_form2 {
	float:left;
	/* width:400px; */
	/* margin-left:15px; */
}
#result {
	display: none;
	width: 420px;
	height: 314px;
	background: #fff url(../img/button_close.png) no-repeat top right;
	position: absolute;
	top: 0px;
	margin-left: 715px;
	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;

}
.graphicbox {
	margin-top:6.0rem;
}
.graphicbox img {
	/* min-height:150px;
	/* height:100% !important;
	width:100%; */
	

  /* Set rules to fill background */
  min-height: 150px;
  min-width: 100px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: relative;
  top: 0;
  left: 0;

}



.graphic_menu h1 {
	color:#98ce13;
	text-align:center;
	text-transform:uppercase;
	font-size:26px;
	font-size:2.6rem;
}
.graphic_menu a.list-group-item.active, .graphic_menu a.list-group-item.active:hover, .graphic_menu a.list-group-item.active:focus{
	z-index: 2;
	color: #ffffff;
	background-color: red;
	border-color: #000;
}
.graphic_menu .list-group-item.active, .graphic_menu .list-group-item.active:hover, .graphic_menu .list-group-item.active:focus {
/* text-shadow: 0 -1px 0 #3071a9; */
	background: -webkit-radial-gradient(#252424, #252424, #343132, #343132); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#252424, #252424, #343132, #343132); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#252424, #252424, #343132, #343132); /* For Fx 3.6 to 15 */
    background: radial-gradient(#252424, #252424, #343132, #343132); /* Standard syntax (must be last) */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
border-color: #3278b3;
}
.graphic_menu a.list-group-item:hover {
color: #98ce13;
}