@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 600px) {
	
body{
	padding-top:50px;
}

img, div{
	width:auto !important;
	max-width:100% !important;
	box-sizing:border-box;
	overflow:hidden;
	height:auto;
	float:none !important;
}

#sthoverbuttons{
	display:none !important;
}

bodyWrapper .leftCol .inner-left {
  width: 100%;
  float: none;
}

#bodyWrapper .leftCol .inner-right {
  width: 100%;
  float: none;
}

#bodyWrapper .leftCol {
  width: 100%;
  float: none;
  border-width:0px;
}

#bodyWrapper .rightCol {
  width: 100%;
  float: none;
}


.menu ul li{
	display:none;
}

#snIconsHolder{
	right:10px;
}

.moduleThumbHolder{
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.job_info_large{
	display:none;
}
.job_info_small{
	display:block;
}

.ModuleBlock .module-header {
  height: auto;
}
.ModuleBlock .module-header h4 {
  height: auto;
  float: none;
  padding-bottom:6px;
}


.contactTable td{
	max-width:110px !important;
	overflow:hidden !important;
}
.contactTable .contactAddressBlock{
	width:100%;
}

.ModuleBlock .module-header-red, .ModuleBlock .module-header-black {
  border-bottom-width: 0px;
  height: auto;
}
.ModuleBlock .module-header-red h4, .ModuleBlock .module-header-black h4 {
  padding-bottom:6px;
}


/*
.mobile_slider{
	display:block;
}
#lofslidecontent45{
	display:none;
}
*/
.lof-slidecontent, .lof-slidecontent div, .lof-slidecontent li{
	height:auto;
}
.lof-navigator-outer{
	display:none;
}
ul.lof-main-wapper, ul.lof-main-wapper li{
	width:100%;
	height:auto;
}
ul.lof-main-wapper{
	position:relative;
}

.lof-main-item-desc h3{
	font-size:18px;
	font-weight:bold;
}
.lof-main-item-desc{
	bottom:0px;
}
.lof-main-item-desc p:last-child{
	display:none;
}
.lof-main-item-desc p:first-child{
	display:block;
}













ul#mmenu{
	display:none;
}
#mobileNavWrapper{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100% !important;
	z-index:9999;
}

#mobileNavWrapper #mobile {
	background-color:#111;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	display:block;
}

/*
Top black bar that holds the toggle button
*/

#mobileNavWrapper #mobile #toggle-bar {
	line-height:50px;
	height:50px;
	font-size:14px;
}
#mobileNavWrapper #mobile #toggle-bar .logo{
}

/*
Toggle button #1 ("Menu")
*/

#mobileNavWrapper #mobile a{
	color:#fff;
	text-decoration:none;
}

#mobileNavWrapper #mobile strong a {
	margin-left:8px;
	padding:10px;
	padding-top:0px;
	display:block;
	width:100%;
}

/*
Toggle button #2 ("Navicon")
*/

#mobileNavWrapper #mobile .navicon {
	position:absolute;
	top:0px;
	right:0px;
	height: 4px;
	width: 34px;
	margin: 14px;
	border-top: 12px double #FFF;
	border-bottom: 4px solid #FFF;
	font-size:0;
}

/*
The dropdown menu
*/

#mobileNavWrapper #mobile ul{
	margin:0px;
	padding:0px;
	margin-left:18px;
	padding-bottom:20px;
}

#mobileNavWrapper #mobile ul li {
	clear:both;
	list-style:none;
	margin-bottom:2px;
}

#mobileNavWrapper #mobile ul li a {
	display:block;
	text-transform:uppercase;
	letter-spacing:.2em;
	margin:2px 0;
	padding:6px 0 6px 0px;
	font-size:12px;
}

#mobileNavWrapper #mobile ul ul {
	margin:0px;
	padding:0px;
}

#mobileNavWrapper #mobile ul ul li {
	margin-left:30px;
}

#mobileNavWrapper #mobile ul ul a {
	padding-left:8px;
}

#mobileNavWrapper #mobile ul ul a:before {
	content: "2192";
	padding-right:8px;
}

.ModuleBlock .module-body table{
	max-width:100% !important;
	width:100% !important;
}
.ModuleBlock .module-body tr td{
	display:block;
	clear:both;
	width:100%;
}

}