    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
     
	body {
		font-family: 'Arimo', sans-serif;
		color:#000;
		text-align:center;
		margin: 0px;
	}
	
		a img
	{
		border:none;
	
	}

hr {margin: 24px 0px;}
	
	a {
	 color: #000;
	 text-decoration:none;
	 }
	 
	a:hover {
	 color: #000;
	 text-decoration:underline;
	 }	 
	 
	#outer_container {
		height: 100%;
		width: 100%;
	}
	
	#content {
	  font-size:16px;
	  line-height: 25px;
	  padding:15px;
	}

	#content img{
	  max-width:100% !important;
	}

#content a {
	color:#00275e;
	text-decoration:underline;
}
#content a:hover {
	color:#577ba0;
	text-decoration:none;
	
}
	
	
	
#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}

	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}		

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}		


	#imgholder img{

		width: 100%;

	}
	
	h1 {
	line-height:35px;	
		
	}

h2 {
	line-height:30px;
}
	
.toggleMenu {
    display:  none;
    padding: 10px 15px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	background:#000;
	font-size: 14px;
	width: 92%;
    
}
.nav {
    list-style: none;
     *zoom: 1;
	font-size: 14px;
	padding: 0px;
	margin:0px;
	margin-right:8px;
	float: right;
	
	
	
     
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 10em;
	padding:0px;
	
	
}
.nav a {
    padding: 6px 15px;
    color:#000;
	text-transform: uppercase;
	font-weight: bold;
}

.nav a:hover {
	color:#e01f1a;
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /* border-top: 1px solid #000;  */
}
.nav > li > .parent {
    background-image: url("/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #fff;
	text-transform: uppercase;
	font-size: 14px;
    position: relative;
    z-index:100;
    
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}



.button {
  background-color: #db1f13; 
  border: none;
  color: white;
  padding: 2px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 0px 3px 0px 0px;
  cursor: pointer;
}


.button1 {border-radius: 3px;}

sup, sub {
  line-height: 1px;
}


#projects_tab {
	position: fixed;
	bottom: 263px;
	right:0px;
	z-index: 8;
	float: right;
}

#unitedway_tab {
	position: fixed;
	bottom: 401px;
	right:0px;
	z-index: 8;
	float: right;
}
	
/*-- #projects_tab img {width:100%} --*/

.home-social {
  margin-left: auto;
  margin-right: auto;
}

#chargers1_tab, #chargers2_tab, #chargers3_tab {
	position: fixed;
	right: 0px;
	z-index: 9;
	float: right;
}

#chargers1_tab { bottom: 410px; }
#chargers2_tab { bottom: 392px; }
#chargers3_tab { bottom: 365px; }

	
/*-- #chargers1_tab img, #chargers2_tab img, #chargers3_tab img {width:100%} --*/

.home-social {
  margin-left: auto;
  margin-right: auto;
}

#brand_offer {
	width: 21%;
    margin: 1% 2%;
    float: left;
    text-align: center;
}

.footerbutton {
  border: none;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 14px;
  background-color: #000; 
  color: white !important;
  transition-duration: 0.1s;
}

.footerbutton:hover {
  background-color: #e01f1a;
}

a.footerbutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none !important;
    color: initial;
}



.videoEmbed_full {
	overflow:hidden;
	padding-top:56.25%;
	position:relative;
	width:100%;
}

.videoEmbed_full iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}




/* Float cancel and delete buttons and add an equal width */
.cancelbtn-confirm, .deletebtn-confirm {
  float: left;
  width: 10%;
	cursor: pointer;
	border: none;
	padding: 4px 14px;
	margin: 4px 0px;
	opacity: 0.9;
}

.cancelbtn-confirm:hover, .deletebtn-confirm:hover {
  opacity:1;
}

/* Add a color to the cancel button */
.cancelbtn-confirm {
  background-color: #f2f2f2;
  color: black;
	margin-left:45%;
}

/* Add a color to the delete button */
.deletebtn-confirm {
  background-color: #f2f2f2;
	margin-left:4%;
}

/* Add padding and center-align text to the container */
.container-confirm {
  padding: 0.1% 3% 1.1% 3%;
  text-align: center;
}

.container-confirm a { 
	font-weight: bold;
	color: #f2f2f2;
}

.container-confirm a:hover { 
	text-decoration: underline;
}

/* The Modal (background) */
.modal-confirm {
  /* display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  /* height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
}

/* Modal Content/Box */
.modal-content-confirm {
	width: 100%;
	border-top: 2px solid white;
}

/* Style the horizontal ruler */
hr-confirm {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close-confirm {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close-confirm:hover,
.close-confirm:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix-confirm::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width: 760px){
.cancelbtn-confirm, .deletebtn-confirm { width: 90%; }
.cancelbtn-confirm { margin-left:5%; }
.deletebtn-confirm { margin-left:5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px) {
.cancelbtn-confirm, .deletebtn-confirm { width: 30%; }
.cancelbtn-confirm { margin-left:35%; }
.deletebtn-confirm { margin-left:4%; }
}


/* The Tab Close Button */
.tab-close { 
	color: #bfbfbf;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: -22px;
}

.tab-close:hover,
.tab-close:focus {
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}



.our-people hr { margin-top: 10px; margin-bottom: 12px; }
.our-people img { width: 100%; height: auto; }

.our-people {
	width: 46%;
    float: left;
    margin: 2% 2% 3% 2%;
}

@media only screen and (max-width: 760px) { .our-people { width: 96%; } }







.advantage {
	width: 75%;
    margin: 120px 12.5% 100px;
}

@media only screen and (max-width: 1366px) { 
	.advantage {
		width: 90%;
		margin: 70px 5% 50px;
	} 
}

.advantage-left {
	float: left;
    width: 48%;
    margin: 0;
	font-size: 16px;
    line-height: 25px;
}

.advantage-right {
	float: left;
	width: 50%;
	margin: 0 0 0 2%;
}

@media only screen and (max-width: 1366px) { .advantage-right { width: 48%; margin: 0 0 0 4%; } }

@media only screen and (max-width: 820px) { 
	.advantage-left { width: 100%; margin: 0 0 0 0%; }
	.advantage-right { width: 80%; margin: 0 0 0 10%; }
}


.advantage-right img { width: 100%; height: auto; }

.advantage-block { }

.advantage-list {
	float: left;
	width: 48%;
	margin: 0 0 0 2%;
}

.advantage-list ul {
	list-style-image: url(../images/advantage-bullet.png);
}

.advantage-list li {
	margin: 10px 0px;
	line-height: 21px;
}

.advantage-button {
	
}

.advantage-span {
	    font-size: 16px;
    color: #e01f1a;
    text-transform: uppercase;
    line-height: 25px;
}
    

.advantage-span:before {
    content: "";
    position: relative;
    width: 50px;
    height: 2px;
    background: #e01f1a;
    display: inline-block;
    margin-right: 10px;
    top: -4px;
}




/* CSS */
.button-24 {
  background: #e01f1a;
  border: 1px solid #e01f1a;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 16px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
	margin: 2% 0% 2% 2%;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-24:active {
  opacity: .5;
}



/*-- my_clients --*/
.slicknews {
	float: left;
    height: auto;
    width: 100%;
} 

/*-- mc_heading --*/
.slicknews_heading {
	float: left;
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    margin-top: 2%;
}

/*-- mc_link --*/
.slicknews_link {
	width: 100%;
    height: 50px;
    font-size: 1.05vw;
    text-decoration: none;
    float: left;
    margin-top: 10px;
}

/*-- mc_testimonials --*/
.slicknews_items {
	float: left;
    height: auto;
    width: 100%;
    font-size: 2vw;
    margin-top: 2%;
    font-style: italic;
}

/*-- mc_testimonial1 --*/
.slicknews_item1 {
	float: left;
    height: auto;
    width: 50%;
	margin-left:25%;
	font-size:1.5vw;
	margin-top:2%;
}

/*-- mc_testimonial2 --*/
.slicknews_item2 {
    float: left;
    height: auto;
    width: 50%;
	margin-left:3%;
	font-size:1.5vw;
	margin-top:2%;
}

.slicknews_item3 {
    float: right;
    height: auto;
    width: 50%;
	margin-right:25%;
	font-size:1.5vw;
	margin-top:2%;
}

.slicknews_item1 img { width: 100%; height: auto; }
.slicknews_item2 img { width: 100%; height: auto; }
.slicknews_item3 img { width: 100%; height: auto; }







.steq-explore-gallery {
	margin-top: 5%;
	width: 93%;
    margin-left: 3.5%;
}

.steq-explore-gallery a {
	/*-- display: none; --*/
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
}

.qarent:hover .qhild, .qarent:focus .qhild {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.qarent:hover .qhild:before, .qarent:focus .qhild:before {
    display: block;
}

.qarent:hover a, .qarent:focus a {
    display: block;
}

.qarent {
    width: 32.3%;
    margin: 0% 0.5% 1% 0.5%;
    height: 385px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
	/*-- visibility: hidden; --*/
}


@media only screen and (max-width: 760px){
	.qarent { height: 125px; width: 96%; margin: 0% 2% 2% 2%; }
}

@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.qarent { height: 208px; }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.qarent { height: 276px; }
}

.qhild {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.qhild a { height: 100%; width: 100%; }

.steq-news-one {background-image: url(/images/homepage-ad-catalogue.jpg);}
.steq-news-two {background-image: url(/images/homepage-ad-hoist-inspections.jpg);}
.steq-news-three {background-image: url(/images/homepage-ad-ev-charging.jpg);}



	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {
	
	h1 {
		font-size: 24;
	line-height:35px;	
		
	}

	#header_overlays {
	
	display:none !important;
	
	}
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
	
	#top_page {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
	}	

	#top_logo {
		float:left;
		width:98%;
		height:auto;
		text-align:center;
	}

	#top_logo img{
		width:100%;
		max-width:527px;
	}	
	
	#phone_container {
	float: left;
    width: 100%;
    height: auto;
    color: #e01f1a;
    margin-bottom: 20px;
	text-align:center;
	}
	
	#about_nav {
    float: right;
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-bottom: 20px;
	text-align:center;
	line-height:25px;
	}


	#about_nav  a{
		font-size:12px;
	}

	#header_image {
	float:left;
	width:98%;
	height:auto;
		
	}
	#mobile_buttons {
	float:left;
	width:98%;
	height:auto;
	text-align:center;
		
	}
	
	#mobile_buttons img{
	width:100%;
	max-width:440px;
		
	}	

	#header_image img, #middle_button img, #header_text img, #header_find_out img, #header_view_projects img, #news_image img, #bb_image img, #footer_col1 img{
	max-width:100%;
	width:100%;	
	}	
	
	
	#main_container {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		margin-bottom:10px;
	}

	#middle_button_container {
	float: left;
    width: 98%;
    height: auto;
    margin-left: 1%;
	}
	
	#middle_button {
		float:left;
		width:20%;
		height:auto;
		margin-top: 10px;
		margin-bottom: 10px;		
	}

	#sub_content_container {
		float:right;
		width:100%;
		height:auto;
	}	
	
	#sub_sidebar_container {
		float:left;
		width:100%;
		height:auto;
		font-size: 14px;
		line-height: 22px;
	}
	
	#sub_sidebar_container p {
		font-size: 14px;
		line-height: 22px;
	}
	
	#sub_sidebar_container a {
		font-size:13px;
	}
	
/*-- #sub_sidebar_container img {
		width: 100%; 
		height: auto;
	} --*/
	
	
	#content_container {
		float:left;
		width:98%;
		height:auto;
	}

	#sidebar_container {
		float:left;
		width:98%;
		height:auto;
	}
	
	#sidebar_title {
		float:left;
		width:100%;
		height:auto;
		font-size: 26px;
		margin-bottom:10px;
	}	
	
	#news_item {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
	}

	#news_image{
		float:left;
		width:40%;
		height:auto;
	}

	#news_text{
		float:right;
		width:55%;
		height:auto;
		font-size:14px;
	}
	
	#sub_news_image{
		float:left;
		width:100%;
		height:auto;
	}
	
	#sub_news_image img{
		width:100%;
		max-width:200px !important;
	}	


	#sub_news_text{
		float:left;
		width:100%;
		height:auto;
		font-size:14px;
		margin-bottom:20px;
	}		
	
	

	#bottom_bar {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#f0e5a6;
	}
	
	#bb_col {
		float:left;
		width:100%;
		height:auto;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:1%;
	}	
	
	#bb_image{
		float:left;
		width:20%;
		height:auto;
	}
	
	#bb_image img{
		max-width:100px;
	}	

	#bb_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
		color:#554809;
	}	
	
	#bb_text table{
		width:95%;
	}		
	
	#bb_text strong{
		font-size:18px;
	}		
	
	
	#bb_text a{
		font-size:14px;
		color:#554809;
		text-decoration: underline;
	}
	#bb_text a:hover{
		text-decoration: none;
	}
	
	#footer {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#e0e0e0;
		
	}	
	#footer_col1 img{
		max-width:240px;
		
	}
	
	
	
	#footer_col1 {
	color: #000;
	float: left;
	font-size: 12px;
	height: auto;
	margin-top: 20px;
	width: 98%;
	line-height:18px;
	margin-bottom:10px;
	text-align:center;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
	color: #000;
	font-size:12px;
	}


	#footer_col2 {
	color: #000;
	float: left;
	font-size: 12px;
	height: auto;
	margin-top: 10px;
	width: 98%;
	line-height:18px;
	margin-bottom:10px;
	text-align:center;
	}	
	
	#footer_col2  a, #footer_col2 a:hover{
	color: #000;
	font-size:12px;
	}
	
	#product_container {
		float:left;
		height:auto;
		min-height: 300px;
		width:100%;
		
		
	}
	
	#project_container {
		float:left;
		height:auto;
		min-height: 300px;
		width:100%;
		margin-bottom:40px;
		
	}		
	
	
	
	#product_image {
		float:left;
		width:80.5%;
		margin-left:9%;
		
	}
	
	#product_image img{
		width:100%;
		max-width: 320px !important;
		
	}

	#product_name {
		float:left;
		width:80%;
		margin-left:10%;
		text-align:left;
		font-size:16px;
		height:auto;
	}
	
	#product_name img {
		margin-bottom:20px;
	}

	#product_snippet {
		float:left;
		width:90%;
		margin-left:10%;
		font-size:15px;
		line-height: 23px;
		height:auto;
		
	}		
	
	
	

.toggleMenu {

	width: 95%;
    
}	

		
	.nav {
		    font-family: Arial, sans-serif;
		    text-transform: uppercase;
			background:#000;
			font-size: 15px;
		float: none;
		
	}
	
	.nav a {
    padding: 10px 15px;
    color:#fff;
}
	
	.nav a:hover {
	color:#fff;
}
	
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
  
    .nav > li > .parent {
   background-image: none; 
  }
    .nav li .more {
        background-image: url("/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        float: right;
      	width: 40%;
    		border-left: 1px solid rgba(255,255,255,.3);
    		padding: 8px 15px;
    		margin: 2px 5px 2px 0px;
        cursor: pointer;
    		z-index: 200;
        position: relative;
    }
  .nav li .more:before {
  content: "";
  background: rgba(0,0,0,.3);
  width: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
  }
	
	
	
	.nav li li a {
    display: block;
    background: #e01f1a;
    position: relative;
    z-index:100;
    border-top: 1px solid #ac923b;
		font-size: 13px;
}
  
  
  
    .nav ul {
        display: block;
        width: 100%;
		/* margin-left: -40px; */
		
		
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }			
		
		
	#view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -13.5%;
    z-index: 1;
    position: relative;
		
	}	
	
	#view_projects img{
		width:28%;
		
	}	

	#sub_view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -10.5%;
    z-index: 1;
    position: relative;
		
	}	
	
	#sub_view_projects img{
		width:22%;
		
	}	

	
		
	#grey_bar {
		display: none;
		/* --
	float: left;
    width: 100%;
    height: auto;
    background-color:#E7E7E9;
		-- */
	}
	
	
	
	#chargers1_tab, #chargers2_tab, #chargers3_tab, #projects_tab, #unitedway_tab {
    display:none;
}
		
		
}	


	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 761px) and (max-width: 1365px)  {


	#mobile_buttons, #bb_padding {
	
	display:none !important;
	
	}

	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
	
	#top_page {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
	}	

	#top_logo {
		float:left;
		width:30%;
		height:auto;
	}

	#top_logo img{
		width:100%;
		max-width:527px;
	}	
	
	#phone_container {
	float: left;
    width: 38%;
    height: auto;
    color: #e01f1a;
    margin-left: 1%;
    margin-bottom: 30px;
	}
	
	#about_nav {
    float: right;
    width: 29%;
    height: auto;
    font-size: 14px;
    margin-bottom: 30px;
	margin-right: 0%;
	line-height:25px;
	}


	#about_nav  a{
		font-size:14px;
	}
	

	#header_image {
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
		
	}

	#header_image img, #middle_button img, #header_text img, #header_find_out img, #header_view_projects img, #news_image img, #bb_image img, #footer_col1 img{
	max-width:100%;
	width:100%;	
	}	
	
	#header_overlays {
	float: right;
    width: 20%;
    height: auto;
    margin-right: 10%;
	margin-top: -26%;
	position: relative;
    z-index: 2;
	}		
	
	
	#header_text {
		float: right;
		width: 100%;
		height: auto;
	}	
	
	#header_find_out {
		float: right;
		width: 100%;
		height: auto;
		margin-top:5%;
	}		
	
	#header_view_projects {
		float: right;
		width: 100%;
		height: auto;
		margin-top:5%;
		
	}		
	
	#main_container {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		margin-bottom:10px;
	}

	#middle_button_container {
	float: left;
    width: 98%;
    height: auto;
    margin-left: 1%;
	}
	
	#middle_button {
		float:left;
		width:20%;
		height:auto;
		margin-top: 10px;
		margin-bottom: 10px;		
	}	
	
	#sub_content_container {
		float:right;
		width:71%;
		height:auto;
		margin-right: 2%;
	}	
	
	#sub_sidebar_container {
		float:left;
		width:25%;
		height:auto;
		margin-top: 30px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#sub_sidebar_container a {
		font-size:13px;
	}	
	
	#sub_sidebar_container p {
		font-size: 14px;
		line-height: 22px;
	}	
	
/*-- #sub_sidebar_container img {
		width: 100%; 
		height: auto;
	} --*/
	
	
	#content_container {
		float:left;
		width:56%;
		height:auto;
	}

	#sidebar_container {
		float:right;
		width:40%;
		height:auto;
		margin-top: 30px;
		margin-right:2%;
	}
	
	#sidebar_title {
		float:left;
		width:100%;
		height:auto;
		font-size: 26px;
		margin-bottom:10px;
	}	
	
	#news_item {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
	}

	#news_image{
		float:left;
		width:40%;
		height:auto;
	}

	#news_text{
		float:right;
		width:55%;
		height:auto;
		font-size:14px;
	}
	
	#sub_news_image{
		float:left;
		width:20%;
		height:auto;
	}
	
	#sub_news_image img{
		width:100%;
		max-width:200px;
	}	


	#sub_news_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
	}		
	
	

	#bottom_bar {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#f0e5a6;
	}
	
	#bb_col {
		float:left;
		width:30%;
		height:auto;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:1%;
	}	
	
	#bb_image{
		float:left;
		width:20%;
		height:auto;
	}

	#bb_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
		color:#554809;
	}	
	
	#bb_text table{
		width:95%;
	}		
	
	#bb_text strong{
		font-size:18px;
	}		
	
	
	#bb_text a{
		font-size:14px;
		color:#554809;
		text-decoration: underline;
	}
	#bb_text a:hover{
		text-decoration: none;
	}
		
	
	#footer {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#e0e0e0;
		
	}	
	
	#footer_col1 {
	color: #000;
	float: left;
	font-size: 12px;
	height: auto;
	margin-top: 20px;
	width: 19%;
	margin-left: 5%;
	line-height:18px;
	margin-bottom:10px;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
	color: #000;
	font-size:12px;
	}


	#footer_col2 {
	color: #000;
	float: left;
	font-size: 12px;
	height: auto;
	margin-top: 70px;
	width: 15%;
	margin-left: 4%;
	line-height:18px;
	margin-bottom:10px;
	}	
	
	#footer_col2  a, #footer_col2 a:hover{
	color: #000;
	font-size:12px;
	}

	#product_container {
		float:left;
		height:auto;
		min-height: 400px;
		width:50%;
		
		
	}
	
	#project_container {
		float:left;
		height:auto;
		min-height: 360px;
		width:50%;
		margin-bottom:10px;
		
	}		
	
	
	
	#product_image {
		float:left;
		width:80%;
		margin-left:10%;
		
	}
	
	#product_image img{
		width:100%;
		max-width: 320px !important;
		
	}

	#product_name {
		float:left;
		width:80%;
		margin-left:10%;
		text-align:center;
		font-size:16px;
		height:auto;
	}
	
	#product_name img {
		margin-bottom:25px;
	}

	#product_snippet {
		float:left;
		width:90%;
		margin-left:10%;
		font-size:15px;
		line-height: 23px;
		height:auto;
		
	}	

	#view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -6.8%;
    z-index: 1;
    position: relative;
		
	}	
	
	#view_projects img{
		width:14.5%;
		
	}	
	
	#sub_view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -5.7%;
    z-index: 1;
    position: relative;
		
	}	
	
	#sub_view_projects img{
		width:12%;
		
	}		
	
	
	
	#grey_bar {
	float: left;
    width: 100%;
    height: auto;
    background-color:#E7E7E9;
		
	}	
	
	

}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 1919px)  {


	#mobile_buttons{
	
	display:none !important;
	
	}

	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
	
	#top_page {
		float:left;
		width:80%;
		margin-left:10%;
		height:auto;
		margin-top:10px;
	}	

	#top_logo {
		float:left;
		width:26.5%;
		height:auto;
	}

	#top_logo img{
		width:100%;
		max-width:527px;
	}	
	
	#phone_container {
    float: left;
    width: 34%;
    height: auto;
    color: #e01f1a;
    margin-left: 1%;
    margin-top: 6px;
	font-size:0.9vw;
	}
	
	#phone_container a{
    font-size:0.9vw;
	}	
	
	#about_nav {
	float: right;
    width: 38%;
    height: auto;
    font-size: 0.9vw;
    margin-bottom: 24px;
	}


	#about_nav  a{
		font-size:0.9vw;
	}

	#header_image {
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
		
	}

	#header_image img, #middle_button img, #header_text img, #header_find_out img, #header_view_projects img, #news_image img, #bb_image img {
	max-width:100%;
	width:100%;	
	}	
	
	#header_overlays {
	float: right;
    width: 20%;
    height: auto;
    margin-right: 10%;
	margin-top: -26%;
	position: relative;
    z-index: 2;
	}		
	
	
	#header_text {
		float: right;
		width: 100%;
		height: auto;
	}	
	
	#header_find_out {
		float: right;
		width: 100%;
		height: auto;
		margin-top:5%;
	}		
	
	#header_view_projects {
		float: right;
		width: 100%;
		height: auto;
		margin-top:5%;
		
	}		
	
	#main_container {
		float:left;
		width:80%;
		margin-left:10%;
		height:auto;
		margin-top:10px;
		margin-bottom:10px;
	}

	#middle_button_container {
    float: left;
    width: 80%;
    height: auto;
    margin-left: 10%;
	}
	
	#middle_button {
		float:left;
		width:20%;
		height:auto;
		margin-top: 10px;
		margin-bottom: 10px;		
	}	
	
	#sub_content_container {
		float:right;
		width:81%;
		height:auto;
		margin-right: 2%;
	}	
	
	#sub_sidebar_container {
		float:left;
		width:15%;
		height:auto;
		margin-top: 30px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#sub_sidebar_container a {
		font-size: 14px;
		line-height: 22px;
	}
	
	#sub_sidebar_container p {
		font-size: 14px; 
		line-height: 22px;
	}
	
/*-- #sub_sidebar_container img {
		width: 100%; 
		height: auto;
	} --*/
	
	
	#content_container {
		float:left;
		width:66%;
		height:auto;
	}

	#sidebar_container {
		float:right;
		width:30%;
		height:auto;
		margin-top: 30px;
	}
	
	#sidebar_title {
		float:left;
		width:100%;
		height:auto;
		font-size: 26px;
		margin-bottom:10px;
	}	
	
	#news_item {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
	}

	#news_image{
		float:left;
		width:40%;
		height:auto;
	}

	#news_text{
		float:right;
		width:55%;
		height:auto;
		font-size:14px;
	}
	
	#sub_news_image{
		float:left;
		width:20%;
		height:auto;
	}
	
	#sub_news_image img{
		width:100%;
		max-width:200px;
	}	


	#sub_news_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
	}	
	

	#bottom_bar {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#f0e5a6;
	}
	
	#bb_col {
		float:left;
		width:20%;
		height:auto;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:1%;
	}
	#bb_padding{
		float:left;
		width:20%;
		height:auto;
	}	
	
	#bb_image{
		float:left;
		width:20%;
		height:auto;
	}

	#bb_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
		color:#554809;
	}	
	
	#bb_text table{
		width:95%;
	}		
	
	#bb_text strong{
		font-size:18px;
	}		
	
	
	#bb_text a{
		font-size:14px;
		color:#554809;
		text-decoration: underline;
	}
	#bb_text a:hover{
		text-decoration: none;
	
	}	
	
	#footer {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#e0e0e0;
		
	}	
	
	#footer_col1 {
	color: #000;
	float: left;
	font-size: 14px;
	height: auto;
	margin-top: 20px;
	width: 17%;
	margin-left: 5%;
	line-height:20px;
	margin-bottom:10px;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
	color: #000;
	font-size:14px;
	}
	
	#footer_col1 img {
    max-width: 170px;
    width: 100%;
}


	#footer_col2 {
	color: #000;
	float: left;
	font-size: 14px;
	height: auto;
	margin-top: 57px;
	width: 17.5%;
	margin-left: 2%;
	line-height:20px;
	margin-bottom:10px;
	}	
	
	#footer_col2  a, #footer_col2 a:hover{
	color: #000;
	font-size:14px;
	}

	#product_container {
		float:left;
		/*-- height:auto; --*/
		height: 500px;
		min-height: 500px;
		width:33%;
		
		
	}
	
	#project_container {
		float:left;
		height:auto;
		min-height: 480px;
		width:50%;
		margin-bottom:20px;
		
	}		
	
	
	
	
	#product_image {
		float:left;
		width:80%;
		margin-left:10%;
		
	}
	
	#product_image img{
		width:100%;
		max-width: 320px;
		
	}

	#product_name {
		float:left;
		width:80%;
		margin-left:10%;
		text-align:center;
		font-size:16px;
		height:auto;
	}
	
	#product_name img {
		margin-bottom:30px;
	}

	#product_snippet {
		float:left;
		width:90%;
		margin-left:10%;
		font-size:15px;
		line-height: 23px;
		height:auto;
		
	}

	#view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -6.8%;
    z-index: 1;
    position: relative;
		
	}	
	
	#view_projects img{
		width:14.5%;
		
	}
	
	#sub_view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -5.7%;
    z-index: 1;
    position: relative;
		
	}	
	
	#sub_view_projects img{
		width:12%;
		
	}		
	
	
	
	
	#grey_bar {
	float: left;
    width: 100%;
    height: auto;
    background-color:#E7E7E9;
		
	}	
	
	
	
	
	.nav a {
    padding: 0px 15px 6px 15px;
    color:#000;
	text-transform: uppercase;
	font-weight: bold;
		font-size: 12px;
}
	

	
	
	
	
}


	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1920px)   {		
	

	#mobile_buttons {
	
	display:none !important;
	
	}
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}
	
	
	#top_page {
		float:left;
		width:80%;
		margin-left:10%;
		height:auto;
		margin-top:10px;
	}	

	#top_logo {
		float:left;
		width:29%;
		height:auto;
	}

	#top_logo img{
		width:100%;
		max-width:527px;
	}	
	
	#phone_container {
    float: left;
    width: 30%;
    height: auto;
    color: #e01f1a;
    margin-left: 6%;
    margin-top: 3px;
	line-height: 21px;
	}
	
	#about_nav {
	float: right;
    width: 30%;
    height: auto;
    font-size: 14px;
    margin-bottom: 30px;
		
	}


	#about_nav  a{
		font-size:14px;
	}

	#header_image {
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
		
	}

	#header_image img, #middle_button img, #header_text img, #header_find_out img, #header_view_projects img, #news_image img, #bb_image img, #footer_col1 img{
	max-width:100%;
	width:100%;	
	}	
	
	#header_overlays {
	float: right;
    width: 20%;
    height: auto;
    margin-right: 10%;
	margin-top: -26%;
	position: relative;
    z-index: 2;
	}		
	
	
	#header_text {
		float: right;
		width: 100%;
		height: auto;
	}	
	
	#header_find_out {
		float: right;
		width: 100%;
		height: auto;
		margin-top:5%;
	}		
	
	#header_view_projects {
		float: right;
		width: 100%;
		height: auto;
		margin-top:5%;
		
	}		
	
	#main_container {
		float:left;
		width:80%;
		margin-left:10%;
		height:auto;
		margin-top:10px;
		margin-bottom:50px;
	}

	#middle_button_container {
    float: left;
    width: 80%;
    height: auto;
    margin-left: 10%;
	}
	
	#middle_button {
    float: left;
    width: 20%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
	}	
	
	#content_container {
		float:left;
		width:66%;
		height:auto;
	}
	
	#sub_content_container {
		float:right;
		width:81%;
		height:auto;
	}	
	
	#sub_sidebar_container {
		float:left;
		width:15%;
		height:auto;
		margin-top: 30px;
		font-size: 14px; 
		line-height: 22px;
	}
	
	#sub_sidebar_container a {
		font-size:13px;
	}
	
	#sub_sidebar_container p {
		font-size: 14px; 
		line-height: 22px;
	}
	
	/*-- #sub_sidebar_container img {
		width: 100%; 
		height: auto;
	} --*/
	

	#sidebar_container {
		float:right;
		width:30%;
		height:auto;
		margin-top: 30px;
	}
	
	#sidebar_title {
		float:left;
		width:100%;
		height:auto;
		font-size: 26px;
		margin-bottom:10px;
	}	
	
	#news_item {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
	}

	#news_image{
		float:left;
		width:40%;
		height:auto;
	}
	
	#news_text{
		float:right;
		width:55%;
		height:auto;
		font-size:14px;
	}
	
	#sub_news_image{
		float:left;
		width:20%;
		height:auto;
	}
	
	#sub_news_image img{
		width:100%;
		max-width:200px;
	}	


	#sub_news_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
	}	

	
	

	#bottom_bar {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		background-color:#f0e5a6;
	}
	
	#bb_col {
		float:left;
		width:20%;
		height:auto;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:1%;
	}
	#bb_padding{
		float:left;
		width:20%;
		height:auto;
	}	
	
	#bb_image{
		float:left;
		width:20%;
		height:auto;
	}

	#bb_text{
		float:right;
		width:75%;
		height:auto;
		font-size:14px;
		color:#554809;
	}	
	
	#bb_text table{
		width:70%;
	}		
	
	#bb_text strong{
		font-size:18px;
	}		
	
	
	#bb_text a{
		font-size:14px;
		color:#554809;
		text-decoration: underline;
	}
	#bb_text a:hover{
		text-decoration: none;
	}	
	
	#footer {
		float:left;
		width:100%;
		height:auto;
		margin-top:10px;
		padding-bottom:20px;
		background-color:#e0e0e0;
		
	}	
	
	#footer_col1 {
	color: #000;
	float: left;
	font-size: 15px;
	height: auto;
	margin-top: 20px;
	width: 12%;
	margin-left: 10%;
	line-height:26px;
	margin-bottom:10px;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
	color: #000;
	font-size:15px;
	}


	#footer_col2 {
	color: #000;
	float: left;
	font-size: 15px;
	height: auto;
	margin-top: 70px;
	width: 15%;
	margin-left: 4%;
	line-height:26px;
	margin-bottom:10px;
	}	
	
	#footer_col2  a, #footer_col2 a:hover{
	color: #000;
	font-size:15px;
	}

	#product_container {
		float:left;
		height:auto;
		min-height: 500px;
		width:33%;
		
		
	}
	
	
	#project_container {
		float:left;
		height:auto;
		min-height: 480px;
		width:50%;
		margin-bottom:20px;
		
	}	
	
	#product_image {
		float:left;
		width:80.5%;
		margin-left:10%;
		
	}
	
	#product_image img{
		width:100%;
		max-width: 320px;
		
	}

	#product_name {
		float:left;
		width:80%;
		margin-left:10%;
		text-align:center;
		font-size:16px;
		height:auto;	
	}
	
	#product_name img {
		margin-bottom:30px;
	}

	#product_snippet {
		float:left;
		width:90%;
		margin-left:10%;
		font-size:15px;
		line-height: 23px;
		height:auto;
		
	}
	
	#view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -6.8%;
    z-index: 1;
    position: relative;
		
	}	
	
	#view_projects img{
		width:283px;
		
	}
	
	#sub_view_projects {
	float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -4.9%;
    z-index: 1;
    position: relative;
		
	}	
	
	#sub_view_projects img{
		width:200px;
		
	}	
	
	

	#grey_bar {
	float: left;
    width: 100%;
    height: auto;
    background-color:#E7E7E9;
		
	}


	
	
	
}