@charset "utf-8";
/* CSS Document */
a:link,a:visited {
	color:#999;
	text-decoration:none;
}

a:hover,a:active {
	color:#FC0;
	text-decoration:none;
}



a img {border:none}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}


table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}


.break{height:1px;width:1px;}

.span6 { width:25%; padding:10px; box-sizing:border-box; float:left; min-height:50px;}
.span5 { width:33%; padding:0px; box-sizing:border-box; float:left; min-height:50px;}
.span4 { width:50%; padding:5px; box-sizing:border-box; float:left; min-height:50px;}
.span3 { width:57%; padding:10px; box-sizing:border-box; float:left; min-height:50px;}
.span2 { width:75%; padding:10px; box-sizing:border-box; float:left; min-height:50px;}
.span1 { width:100%; padding:0px; box-sizing:border-box; float:left; min-height:50px;} 
body{
	min-height:300px;
	width:100%;
	overflow-x:hidden;
	margin:-1px;
	background:#000;
}

.site{
	min-height:300px;
	width:1000px;
	margin:0 auto;
}

input[type=text] {
	border-radius: 3px;
	border: 1px solid #ddd;
	padding:3px;
	margin-bottom: 0px;
}


.header{
	height:665px;
	width:101%;
	background:url(../images/header.jpg) no-repeat;
}

.logo{
	background:url(../images/logo.png);
	height:199px;
	width:199px;
	margin:10px auto
}

.navigation{
	background:url(../images/nav.png);
	height:48px;
	margin:20px 0px 0px 0px;
	width:1000px;
	position:relative; 
	z-index: 180; 
	background-repeat: repeat-x;
}


.contact_box{
	height: 245px;
	width: 280px;
	background: #333;
	float: right;
	margin-right: 2px;
	padding: 10px;
	padding-top: 25px;
	margin-top: -20px;
	border-radius: 10px / 10px;
	color: #FFF;
	
}



.boxes{
	margin:20px 0px 0px 8px;
	float:left;
	
}
#img {
    opacity: 0.7;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}






.hori_line{
	min-height:20px;
	width:10px;
	background:url(../images/hori_line.png);
	background-repeat: repeat-y;
}


.text_container_main{
	min-height:100px;
	width:65%;
	float:left;
	margin: 50px 0px 0px 0px;
}



.text_container_main3{
	min-height: 100px;
	width: 25%;
	float:right;
	border-left: thin solid #999;
	padding-left: 20px;
	margin-top: 50px;
	color: #FFF;
	
}


.wrapper{
width:100%;
min-height:30px;
float:left;
}


.footer{
	min-height:40px;
	width:100%;
	float:left;
}


  ul {list-style: none;padding: 0px;margin: 0px 0px 0px 10px;}
  ul li {display: block;position: relative;float: left;border:3px solid #fff padding-top:5px;}
  li ul {display: none;}
  ul li a {display: block;background: #none;padding: 15px 10px 15px 10px;text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; border-radius:1px 1px;
           white-space: nowrap;color: #fff;}
  ul li a:hover {background: #000;}
  li:hover ul {display: block; position: absolute;}
  li:hover li {float: none; margin-top:-10px;}
  li:hover a {background: #000;}
  li:hover li a:hover {background: #000;}
  #drop-nav li ul li {border-top: 0px;}




------------------------Mobile------------------------------

#menu {
	display: none;
}

.slicknav_menu {
	display:none;
}

.col {
	padding: 10px;
}


.mobile_boxes{
	display:none;
}

  ul#menu {
    display: none;
}

/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/ 
@media only screen and (max-width: 768px) {
	
	.header {
		width: 100%;
		height: 260px;
		
	}
	
	.site {
		width: 100%;
	}
	
	.navigation {
		display: none;
	}
	.navi{
		display: none;
	}
	
	 .slicknav_menu {
		display:block;
	}
	
	.contact_box{
		width:99%;
		float:left;
		padding:5px;
		padding-top:25px;
		margin-top:-25px;
		padding-bottom:25px;
	}
		.mobile_boxes{
		display:block;

		margin-top:5px;
	}

	.boxes{
		display:none;
	}
	

	.text_container_main{
		width:94%;
		margin-left:10px;
	}
	
	.text_container_main3{
		float:left;
		margin: -10px 0 0 -10px;
	}
	
	.footer{
		padding:5px;
	}

}
