



::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #009978;
}

::selection {
    color: #fff;
    background: #009978;
}

/* Prod Carousel */

#mycarousel {
	padding-top:100px;
}

.item img{
	margin:0 auto; 
}

.item .embed-container{
}

.item {
	padding:20px; 
}

/* Head Swivel */

#headbox {
	width:100%;
	height:auto;
}

#headbox img{
	width:100%;
	margin: -15px 0 0 -15px;
	padding:15px;
}

#hoverbox {
    height: auto;
    width: 100%;
	position:relative;
}

.hoverspots {
    float: left;
    width: 25%;
	height:auto;
}

#enquiryform {
    float: none;
    width: 100%;
}

#enquiryform ul {
    padding:0px;
}

#enquiryform button, #enquiryform input, #enquiryform select, #enquiryform textarea {
	width:100%;
	border: 1px solid #666;
	height:25px;
	line-height:25px;
	font-size:15px;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom:20px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.formlabel, button{
    float: none;
    text-transform: uppercase;
    width: 100%;
	font-family: 'Oswald';
	font-size:15px;
	font-weight:500;
}

button{
	height:25px;
	transition:ease-in-out 150ms;
}

button:hover {
	background-color:#ccc;
	transition:ease-in-out 150ms;
}


.teamspace {
	width:100%;
	height:10px;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

.mobile-mast_head {
	display:none;
}


.wwwf div {
	min-height:255px;
}

#h1 {
    color: #009978;
    float: inherit;
    font-family: "Oswald";
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding: 10px 0 10px;
    width: 100%;
}

.container {
	padding-top:100px;
}

#h2 {
    padding:0;
}

.team_h2 {
    width: 100%;
	margin: 5px 0;
}

.rule {
    border-bottom: 1px solid #333333;
    float: none;
	width:100%;
    margin: 15px 0;
}

.profile-image {
	width:100%;
	margin-bottom:20px;
}

.portfolio-image {
    width: 100%;
	margin-bottom:20px;
}

.fav {
    color: #333333;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 16px;
    margin: 0;
	font-style:normal;
	padding-top:5px;
}


img {
	max-width:100%;
}
h2 {
	font-family:'Oswald';
	font-size:18px; 
}
.nugget {
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top:15px;
}

	
.footer p{
	font-size: 9px;
}	

.footer a{  
	color: #333333
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.intro {
    color: #333333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 100;
    line-height: 16px;
	margin-bottom:0px;
}

#c2 {
    right: -5px;
}


 .submenu:hover .submenu_inner {
    left: -275px;
	display: block;
}

.submenu_inner_deep {
    left: -5px;
}


.submenu:hover .submenu_inner_deep {
    left: -109px;
	display: block;
}

.menu, .submenu {
    width: 90px;
}


.socbutton {
    padding-bottom: 30px;
}

.socbutton li {
    width: 30px;
}

#slideout_inner {
	width:250px;
	height:350px;
}

#slideout_inner select, #slideout_inner input, #slideout_login input {
	color:#000;
}

#slideout_login_inner {
    height: 210px;
    width: 250px;
}

#slideout_inner_tweet {
    height: 440px;
    width: 250px;
}

#sliderFrame {
    margin-left: -15px;
}

a.group1-Prev {
    left: -493px;
}
a.group1-Next {
    left: 457px;
}

nav {display:none;
}

.overlay-wrap { 
	width:900px;
	margin:0 auto;
	display:none;
}
	
#latest_news {
    height: 145px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 370px;
	float:right;
}


#top_wrapper {
	margin:0 auto;
}


.header-wrapper {    
	margin-left: auto;
    margin-right: auto;
	width:100%;
	max-width:900px;
}
<!-- NAV -->
ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
li {
	padding:0;
	margin:0;
}
nav {
	text-align:center;
	height:30px;
	background-color: #323c40;
	width:100%;
	margin:0 auto;
	font-family:"Oswald";
}
nav ul {
	text-align:center;
}
nav ul li {
	display:inline-block;
}
nav ul li a {
	color:#333;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	border-bottom:2px solid #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:16px;
}
nav ul li a:hover {
	color: #009978;
}
/*styling open close button*/
.button {
	z-index:999;
	margin-right:12px;
	text-align:right;
}
.button a {
	text-decoration:none;
	color:#fff;
	font-size:24px;
}
.btn-open:after {
	color:#fff;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#009978;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #009978;
}
/*overlay*/
.overlay {
	font-family:"Oswald";
	display:none;
	position:fixed;
	top:35px;
	height:100%;
	width:100%;
	background:#333;
	overflow:auto;
	z-index:99;
	max-width:900px;
	margin:0 auto;
	text-align:center;
}

.overlay img {
	width:150px;
	margin-top:30px;    
	margin-left: 20px;
}

.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:40px auto 50px;	
}
.wrap ul.wrap-nav {
	text-transform:capitalize;
	padding:0px 0px 20px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#009978;
	display:block;
	padding:2px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#009978;
}

.social {
	font-size:25px;
	padding:20px;
	border-top:1px solid #575757;
}

.social .wrap-nav {
	padding:0px!important;
}
.social p{
	color:#fff;
	font-family:"Oswald";
	font-size:12px;
}
.social ul li {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
	color:#fff;
	font-family:"Oswald";
	font-style:normal;
}
.social ul li a {
	color:#009978;
	text-decoration:none;
	margin:0;
	padding:0;    
	transition: all 0.2s linear 0s;
	font-size:13px;
}
.social ul li a i{
	color:#009978;
}
.social ul li a:hover {
	color:#009978;
}
.social-icon {
	width:50px;
	height:50px;
	border-radius:25px;
	color:#009978;
	display:inline-block;
	margin:0 20px;
	text-align:center;
	line-height:25px;
	border:3px solid #009978;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.social-icon i {
	margin-top:12px;
}

.fa-phone {
	font-size:20px;
}

.fa-1-5 {
	font-size: 1.4em;
}


@media only screen and (max-width: 1100px) {
#c2, #slideout, #slideout_login, #slideout_tweet, .gtv {
	display:none;
}

nav {
	display:block;
	max-width:none;
}

#topbar {
	height:5px;
	width:100%;
}

#top_wrapper {
	height:auto;
}
.overlay-wrap {
	display:block;
}

.container, #mycarousel {
	padding-top:125px;
}

 
}
@media only screen and (max-width: 991px) {
#latest_news {
	display:none;
}
#sliderFrame {
	display:none;
}
#h1 {
    padding: 140px 0 10px;
}
	
.align-left, .align-right {
	text-align:center;
}

.container {
}




.wwwf div {
	min-height:300px;
}



.portfolio-image {
	margin-bottom:10px;
	margin-top:20px;
}

}


@media only screen and (max-width: 900px) {

#top_wrapper, #main_body, #slider, #slider div.sliderInner {
	width:100%;
}

#container {
    padding: 0;
    width: 100%;
}




}

@media only screen and (max-width: 770px) {
#mast_head {
	display:none;
}

.mobile-mast_head {
	display:block;
	text-align:center;
	width:100%;
	border-bottom:3px solid #18A285;
}

.mobile-mast_head img{
	margin:10px 0;
	height:30px;
}
#top_wrapper
 {
    opacity: 1;
}

#h1 {
    padding: 110px 0 10px;
}

.wwwf div {
	min-height:300px;
}



.item {
	padding:40px; 
}

.intro {
	font-size: 14px;
}

h2 {
	text-align:center;
}

}


@media screen and (max-width:48em) {
	
	


	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
	.social {    
		color: #fff;
    	font-size: 25px;
		border-top:none;
	}
	
	
	.social-icon {
		width:100%;
		height:50px;
		background:#009978;
		color:#333;
		display:block;
		margin:5px 0;
	}
	
	.mobile-hide {
		display:none;
	}
	
.social ul li a i{
	color:#333;
}
.social ul li a:hover {
	color:#333;
}
	
	
	.social-icon:hover {
		background:#fff;
		border:3px solid #fff;
	}
	
	
.social ul li a i{
	color:#333;
}
.social ul li a:hover {
	color:#333;
}

	.wrap {
		margin-top:0px;	
	}
	
	
	h2 {
		font-size:25px;
	}
	
	.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    	text-align: center;
}
	
	.col-xs-15 p, .col-sm-15 p, .col-md-15 p, .col-lg-15 p{
		margin-bottom:30px;
	}
}

<!-- END NAV -->