
/*--------------- Useful for block switching --------------*/
/*---------------------------------------------------------*/
	
.hideOnPhone{
	display:block;
}
.hideOnSmallTablet{
	display:block;
}
.showOnPhone{
	display:none;
}
.showOnSmallTablet{
	display:none;
}

/*Apply to all Responsive*/
@media (max-width: 999px) {
	/*--------------- Structure --------------*/
	/*----------------------------------------*/
	
	img{
		max-width: 100%;
		height: auto;
	}
	
	.wrapper-inner {
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	
	
	#navigation-inner{
		padding-left:0%;
		padding-right:0%;
		width:100%;
	}
	
	#navigation{	
		float:none;
		border-bottom:0px;
		margin:0px;
		width:100%;
		position:absolute;	
		top:3px;
	}
	#navigation ul{	
		background-color:#6b8d26;
		border-top:0px;
		position: absolute;
		top:35px;
		right:0px;
		z-index:600;
		display:none;
		width:100%;
	}
	#nav-icon {
		display: block;
		background-image:url(../images/nav-mobile.gif);
		background-position:right;
		background-repeat:no-repeat;
		border-left:1px solid #FFFFFF;
		color:#FFFFFF;
		float:right;
		font-size:1.4em;
		margin-right:2%;
		height:26px;
		padding-right:40px;
		padding-left:14px;
		padding-top:6px;
		text-decoration:none;
		width:50px;
	}

	#navigation ul li {
		display: block;
		float:none;
	}
	#navigation ul li a, #navigation ul li a:visited{
		background-image:none;
		border-bottom:1px solid #cccccc;
		float:none;
		margin-top:0px;
		padding-top:12px;
		padding-bottom:12px;
		padding-left:2%;
		padding-right:3%;
		text-align:right;
	}	
	
	#navigation ul li #nav-home {
		padding-left: 2%;
	}
	#navigation ul li #nav-contact {
		padding-right: 3%;
	}
	
	
	
	
	#navigation ul li .sub {
		border: 0px;
		background-color: #393614;
		color: #FFFFFF;
		padding: 0px;
		margin: 0px;
		position: static;
		top: auto;
		left: auto;
		display:none;
		height: auto;
		width: 100%;
	}
	
	#navigation ul li .sub p, #navigation ul li .sub img{
		display:none;
	}
	
	#navigation ul li ul{
		position:static;
		left:auto;
		top:auto;
		width:100%;
	}	
	
	#navigation ul li ul li{
		width:100%;
	}
	
	#navigation ul li ul li a, #navigation ul li ul li a:visited {
		background-image: none;
		background-color:#393614;
		height: auto;
		padding: 0px;
		padding-right:2%;
		width: 98%;
		padding-top: 12px;
		padding-bottom:12px;
	}
	
	#navigation ul li .subnav {
		background-color: #b5baae;
		background-repeat: no-repeat;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
	}
	
	.navSubLeft{
		float:none;
		padding-left:0px;
		padding-right:0px;
		width:100%;
	}
	.navSubRight {
		display:none;
	}	
	
	.closed{
		display:none;
	}
	.open{
		display:block !important;	
	}
	
	
	#foot, #foot2{
		width:100%;
	}
	

	
	#centerc-1col {
		width: 100%;
	}
	
	#leftc ul{
		margin:0px;
		padding:0px;
	}
		
	#leftc ul li a, #leftc ul li a:visited {
		padding-left: 2%;
		width: 98%;
	}

	
	#leftc ul li ul li a, #leftc ul li ul li a:visited{
		padding-left: 6%;
		width: 94%;
	}
	
	#leftc ul li ul li ul li a, #leftc ul li ul li ul li a:visited{
		padding-left: 10%;
		width: 90%;
	}
	
	.menu_header {
		width:100%;
	}
	
	/*--------------- Bespoke --------------*/
	/*----------------------------------------*/
	
	#stockistCheckboxContainer div div{
		width:50%;
	}
	#stockistCheckboxContainer label{
		width:85%;
	}
	
	.stockist1, .stockist2, .stockist3{
		width:33%;
	}	
	
	#gallery {
		width: 100%;
	}
	#gallery a, #gallery a:visited{
		margin-right: 1%;
		max-width:185px;
		width:32%;
	}
	
	/*label cell*/
	div.TableReplaceRow div.TableReplaceLeft {
		width: 20%;
	}
	/*data cell*/
	div.TableReplaceRow div.TableReplaceRight {
		margin-left: 2%;
		width: 75%;
	} 
	
	div.TableReplaceRow div.TableReplaceLeftB {
		width: 60%;
	}
	/*data cell*/
	div.TableReplaceRow div.TableReplaceRightB {
		margin-left: 2%;
		width: 30%;
	 } 
	 
	 #homeboxes {
	 	background:none;
		width: 100%;
	}
	
	#filterContainer {
		padding-left:2%;
		padding-right:2%;
		width:96%;
	}

	.newsitem{
		width:32%;
		margin-right:2%;
	}	
	.newsimage{
		height:auto;
		overflow:hidden;
		width:100%;
	}
	.newsdate{
		left:auto;
		right:0px;
	}
	
	#home-slider-wrapper .bx-controls{
		display:none;
	}
	
		
	.homeNews .bx-controls {
		display:none;
	}
	.homeNews .bx-wrapper {
		height: auto;
	}
	
	#divMap{
		width: 100%; 
		border: 0px;
		outline: 1px solid #e2e2e2;
	}
	
	#mapKey input{
		clear:both;
	}
	
	#social-icons {
		width: 100%;
	}

	#social-icons-container, #companies-inspire{
		float:left;
	}
	#social-icons-container{
		margin-right:30px;
		margin-bottom:10px;
	}
	
	.footAddress {
		border: 0px;
		height: auto;
		margin-top: 20px;
		padding: 0px;
		width: 50%;
	}
	
	#footlinks {
		border: 0px;
		margin-top: 20px;
		width: 100%;
	}
	#footlinks ul {
		margin-left: 0px;
		width: 50%;
	}
	#footerleft ul {
		position: relative;
	}
	#footerleft, #footerright{
		float: left;
		margin:0px;
		width:100%;
	}
	#footerright #foot-beGreen {
		float: left;
	}
	#companies-inspire {
		display:none;
	}
	#companies-inspire-mobile {
		display:block;
	}
	#companies-inspire-mobile img {
		margin-right:10px;
		margin-bottom:0px;
	}
	.socialIcon img {
		height:auto !important;
		width:auto !important;
	}
	#facebook{
		width:25px;
	}
	#twitter{
		width:39px;
	}
	#linkedin{
		width: 38px;
	}
	#googleplus{
		width:33px;
	}
	#youtube{
		width: 76px;
	}
	#footerright #foot-beGreen img {
		height: 32px;
		width: auto;
	}	



	#banner {
		margin-right: 2%;
		width: 78%;
	}

	#banner-image {
		max-width:180px;
		width:20%;
	}
	
		
}

/*Large Tablet Sized */
@media (min-width: 768px) and (max-width: 999px) {
	/*--------------- Structure --------------*/
	/*----------------------------------------*/
	
	#wrap{
		padding-left:1%;
		padding-right:1%;
		width:98%;
	}
	
	#header_graphic{
		z-index:600;
	}
	
	#header-left {
		width: 40%;
	}
	

	#centerc{
		margin-left:25%;
		width:75%;
	}
	#centerc-2col {
		margin-left: 40%;
		width: 60%;
	}

	#leftc{
		margin-left:-100%;
		padding-right:4%;
		width: 36%;
	}
	
	#menu ul li a, #menu ul li a:visited {

		height:auto;
		padding-left: 2%;
		width: 98%;
	}
	#menu ul li ul li a, #menu ul li ul li a:visited{
		padding-left: 6%;
		width: 94%;
	}
	#menu ul li ul li ul li a, #menu ul li ul li ul li a:visited{
		padding-left: 10%;
		width: 90%;
	}	
	.menu_header {
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	
	/*--------------- Bespoke --------------*/
	/*----------------------------------------*/
	

	.homeNews{
		margin-bottom:8px;
	}	
	
	.eastCoastText {
		line-height:1.2em;
		padding-top: 16px;
	}
	
	.homeFeatured ul li a, .homeFeatured ul li a:visited{
		font-size:1.1em;
	}

	
	.homeFeatured h2 {
		font-size:1.1em;
	}

	.col3 {
		margin-right: 2%;
		width: 32%;
	}
	
	.col3last {
		margin-right: 0px;
	}
	
	#footerright ul {
		margin-left: 166px;
	}
	
	.addressLeft {
		float:none;
		margin-right: 0px;
		width: 100%;
	}	
	.addressRight{
		float:none;
		width: 100%;
	}
	
	#divMap1, #divMap2 {
		width: 100%;
		border: 0px;
		outline: 1px solid #e2e2e2;
	}
	
	label{
		float:none;
	}
	.submitButton {
		margin-left: 0px;
	}	

}

/*Small Tablet Sized */
@media (max-width: 767px) {
	/*--------------- Structure --------------*/
	/*----------------------------------------*/
	
	.hideOnSmallTablet{
		display:none;
	}
	.showOnSmallTablet{
		display:block;
	}
	
	#wrap{
		padding-left:2%;
		padding-right:2%;
		width:96%;
	}
	
	#header_graphic{
		z-index:700;
	}
	
	#wrapper-header {
		height: 192px;
	}
	
	#header-left {
		width: 100%;
	}
	
	#header-right {
		border-top: 0px;
		float: none;
		margin-top: 0px;
		text-align:left;
		width: 100%;
		z-index:800;
	}
	#header-right h2{
		display:none;
	}
	
	#header-right p {
		color: #FFFFFF;
	}	
	
	#header-right a, #header-right a:visited {
		color: #FFFFFF;
	}
	
	#home-slider-wrapper .textarea {
		background-image: url(../images/slidebg.png);
		max-width: 524px;
		width:80%;
	}
	#home-slider-wrapper .slideLargeText {
		font-size: 2.8em;
	}

	.homeNews{
		padding-bottom:20px;
	}
	
	.homeNews .bx-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
	#allnews {
		top: auto;
		bottom: 12px;
	}
	
	#eastCoastImg{
		display:none;
	}
	.eastCoastText {
		padding-top: 26px;
	}	


	#centerc{
		display: block;
		float:none;
		margin-left:0px;
		width:100%;
	}
	
	#centerc-2col {
		display: block;
		float: none;
		margin-left: 0px;
		width: 100%;;
	}

	#leftc{
		float:none;
		margin-left:0px;
		padding-right:0px;
		width: 100%;
	}
	#foot{
		width:100%;
	}
	#footlinks {
		clear:both;
		float: none;
	}
	#footlinks ul {
		margin-left: 0px;
		margin-top:24px;
	}
	#footerleft {
		float: none;
	}
	#footerleft ul {
		margin-top: 0px;
		position: static;
	}

	#footerright {
		float: none;
	}
	
	label{
		float:none;
	}
	.submitButton {
		margin-left:0px;
		margin-bottom:24px;
	}
	
	.contactInputLarge {
		max-width:326px;
		padding-left:2%;
		padding-right:2%;
		width:95%;
	}
	
	/*--------------- Bespoke --------------*/
	/*----------------------------------------*/

	.stockist1, .stockist2, .stockist3{
		width:50%;
	}
	
	#homebox-left, #homebox-center, #homebox-right {
		float:none;
		margin-bottom:12px;
		padding-left: 0%;
		padding-right: 0%;
		text-align:center;
		width: 100%;
	}	
	
	.homeFeatured h2{
		font-size:1.0em;
		margin-bottom:0px;
	}
	.homeFeatured ul li a, .homeFeatured ul li a:visited {
		font-size: 1.0em;
	}
	
	.col3{
		float:none;
		width:100%;
	}
	.col3Image{
		float:left;
		margin-right:4%;
		width:46%;
	}
	.col3Text{
		float:left;
		width:50%;
	}
	
	#mapKey label {
		width: 80%;
	}
	
	.menu_header {
		padding-left:2%;
		padding-right:2%;
		width: 96%;
	}
	
	.addressLeft {
		float:left;
		margin-right: 2%;
		width: 49%;
	}	
	.addressRight{
		float:left;
		width: 49%;
	}
	
	#divMap1, #divMap2 {
		width: 100%;
		border: 0px;
		outline: 1px solid #e2e2e2;
	}
	
	#footerright a{
		float: left;
	}
	
	#footerleft ul li{
		border-left:0px;
		display:block;
		line-height: 1.8em;
		padding-left:0px;
		padding-right:0px;
	}

	#newspaperArticleBox {
		margin-left: auto;
		margin-right: auto;
		max-width: 480px;
		width: 100%;
	}
	#newspaperArticleBox .newspaperArticles a img {
		height:auto;
		width:100%;
	}
	.newspaperArticles {
		margin-right: 2%;
		width: 49%;
	}

	#banner a, #banner a:visited {
		font-size:1.6em;
	}

	#banner {
		width: 68%;
	}

	#banner-image {
		width:30%;
	}
	
}

@media (max-width: 639px) {
 	/*--------------- Structure --------------*/
	/*----------------------------------------*/

	#banner a, #banner a:visited {
		font-size:1.4em;
	}

}


/*Mobile Sized */
@media (max-width: 480px) {
 	/*--------------- Structure --------------*/
	/*----------------------------------------*/
	
	.hideOnPhone{
		display:none;
	}
	.showOnPhone{
		display:block;
	}
	
	#header_graphic{
		z-index:800;
	}
	#header_graphic img{
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-width:230px;
		width:90%;
	}
	
	#header-right {
		display:none;
	}
	
	#navigation ul li a, #navigation ul li a:visited{
		font-size:0.8em;
	}
	#navigation ul li ul li a, #navigation ul li ul li a:visited{
		font-size:0.8em;
	}
	
	#footlinks {
		width:100%;
	}
	

	#footerright {
		width: 100%;
	}
	#social-icons-container {
		margin-bottom:10px;
	}
	.socialIcon img {
		height:20px !important;
		width:auto !important;
	}
	#facebook{
		width:16px;
	}
	#twitter{
		width:25px;
	}
	#linkedin{
		width:23px;
	}
	#googleplus{
		width:21px;
	}
	#youtube{
		width:48px;
	}

	#footerright #foot-beGreen img {
		height: 20px;
		width: auto;
	}
	
	img.ImgFloatRightNoBorder, img.ImgFloatLeftNoBorder, img.ImgFloatNoneNoBorder, img.alignRight, img.alignLeft{
		float:none;
		display:block;
		margin:0px;
		margin-bottom:12px;
	}
	
	#wrapper-header {
		background-image:none;
		height:auto;
	}
	
	#header{
		padding-top:14px;
	}
		
	#header-left{
		float:none;
		margin-bottom:14px;
		width: 100%;
	}
	
	#header-right {
		width: 100%;
		position:static;
		top:auto;
		left:auto;
		text-align:center;
	}
	
	#header-right h2{
		color:#76993d;
	}
	#header-right p{
		color:#76993d;
		font-size:1.0em;
		line-height:1.8em;
		margin-bottom:10px;
	}
	#header-right a, #header-right a:visited {
		color: #abafaf;
	}
	
	#wrapper-navigation{
		margin-bottom:0px;
	}


	iframe {
		width: 100%;
	}
	
	/*--------------- Bespoke --------------*/
	/*----------------------------------------*/
	
	#map-wrap, #map-placeholder, #map-wrap{ 
		height:300px;
	}
	
	#stockistCheckboxContainer div div{
		clear:both;
		float:none;
		width:100%;
	}
	#stockistCheckboxContainer label{
		width:90%;
	}
	
	.stockist1, .stockist2, .stockist3{
		clear:both;
		float:none;
		height:auto;
		width:100%;
	}	
	
	#gallery a, #gallery a:visited{
		margin-right: 1%;
		margin-bottom: 1%;
		max-width:185px;
		width:48%;
	}

	.newsitem{
		float:none;
		width:100% !important;
		max-width:300px !important;
		margin-right:0% !important;
	}	

	.newsdate{
		left:auto;
		right:0px;
	}
	
	.homeFeatured h2 {
		font-size: 1.2em;
	}
	
	.eastCoastText {
		font-size:1.4em;
	}
	
	.col3 {
		margin-left:auto;
		margin-right:auto;
		max-width:310px;
		width: 100%;
	}
	
	.col3Image {
		float: none;
		margin-right: 0px;
		width: 100%;
	}
	.col3Text {
		float: none;
		width: 100%;
	}

	.largeFont {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	#divMap{
		height:300px;
	}
	
	.divInfoWindow {
		width: 180px;
	}
	
	.addressLeft {
		float:none;
		margin-right: 0px;
		width: 100%;
	}	
	.addressRight{
		float:none;
		width: 100%;
	}
	
	.footAddress {
		border: 0px;
		margin-top: 20px;
		padding: 0px;
		width: 100%;
	}
	
	#footlinks {
		border: 0px;
		height: auto;
		margin-top: 0px;
		width: 100%;
	}
	#footlinks ul {
		margin-left: 0px;
		width: 100%;
	}

	.newspaperArticles {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto !important;
		margin-bottom: 20px;
		max-width: 230px;
		width: 100%;  
	}

	#banner, #banner-image {
		float:none;
		margin-top:10px;
		max-width:100%;
		width: 100%;
	}
	
}


/*Small screen fixees */


@media (max-width: 315px) {
	
	#footlinks {
		padding-top:4px;
	}
	#footlinks ul {
		float: none;
		margin-bottom:0px;
		width: 100%;
	}

}