/*
	Theme Name: Spacewise AU
	Theme URI: http://if6was9design.com
	Description: Theme for Spacewise AU based upon HTML5 Blank WordPress Theme
	Version: 1.3.0
	Author: If 6 Was 9 Design
	Author URI: http://if6was9design.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: url("fonts/DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("fonts/DINWeb.woff") format("woff");
}

html {
	background-color: #fff;
}

body {
	font-family: DINWeb, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #575756;
	background-color: #fff;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
	.wrapper {
		width: 96%;
		max-width: 1076px;
		margin: 0 auto 20px;
	}

/* header */
	.header {
		background-image: url(img/header-bg.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 20px;
		width: 100%;
		height: 110px;
		z-index: 2px;
	}

	.header-inner {
		width: 96%;
		max-width: 1076px;
		margin: 0 auto;	
		position: relative;
	}
	
	/* logo */
	.header .logo {
		margin: 15px auto 0 auto;
		width: auto;
		max-width: 241px;
		height: 79px;
	}
	
	.logo-img {
		width: 100%;
	}
	
	.social-media-container {
		text-align: center;
		margin-top: 15px;
	}
	
	.social-media-links {
		margin-top: 14px;
		margin-right: 12px;
		margin-left: 12px;
	}
	
	.social-media-links.facebook {
		margin-right: 30px;
	}
	
	.header-contact {
		display: block;
		margin: 0 auto;
		width: 90%;
		z-index: 100;
		text-align: center;
	}
	
	.header-contact span {
		display: block;
		color: #fcbe04;
		font-size: 16px;
		margin-right: 20px;
		/* margin-top: 17px;*/
		margin-top: 5px;
		width: 98%;
		float: left;
	}
	
	.header-contact a.header-quote {
		background-color: #eeac0c;
		display: inline-block;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 15px 30px 5px;
		color: #fff;
		font-size: 15px;
		margin-right: 0;
		width: auto;
		background-image: url(img/get_a_quote_bg.png);
		background-repeat: repeat-x;
		background-position: top;
	}

	.breadcrumbs {
		display: none;
	}
	
	.block {
		margin-bottom: 12px;
	}
	
	/* =Background Images */
					
		/* =Yellow Backgrounds */
			.yellow-bg-col {
				background-color: #f1ad00;
			}
						
			.yellow-bg-img {
				background-image: url(img/text-4-bg.jpg);
				background-repeat: no-repeat;
				background-position: right -54px;
				background-color: #f1ad00;
			}
		
		/* =Red Backgrounds */
			.red-bg-col {
				background-color: #f15b29;
			}
						
			.red-bg-img {
				background-image: url(img/top-section-bg-red.jpg);
				background-repeat: no-repeat;
				background-position: right 0px;
				background-color: #f15b29;
			}
			
		/* Grey Backgrounds */
			.grey-bg-col {
				background-color: #c4c4c4;
			}
						
			.grey-bg-img {
				background-image: url(img/top-section-bg.jpg);
				background-repeat: no-repeat;
				background-position: right 0px;
				background-color: #c4c4c4;
			}
			
			/* Chenage the background colours for some posts */
				.postid-224 .grey-bg-img,
				.postid-222 .grey-bg-img,
				.postid-220 .grey-bg-img,
				.postid-218 .grey-bg-img {
					background-image: url(img/top-section-bg-blue.jpg);
					background-color: #47a7a9;
				}
				
				.postid-228 .grey-bg-img,
				.postid-230 .grey-bg-img {
					background-image: url(img/top-section-bg-dk-red.jpg);
					background-color: #c12929;
				}
		
		/* Grey Backgrounds */
			.light-grey-bg-col {
				background-color: #eee;
			}
			
			.postid-573 .light-grey-bg-col {
				background-color: #fff; /* Removed from .postid-573 */
			}
			

/* = Main Menu
-------------------------------------------------------------- */

.main-menu {
	display: none;
}

/* Menus */

	.sf-menu li {
		white-space: normal !important;
	}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

		.footer {
			background-color: #eeeeee;
			width: 96%;
			max-width: 1076px;
			margin: 0 auto 50px;	
			padding: 40px;
		}
		
		/* =Footer Contact */
		
			DIV.footer-contact-widget {
				display: block;
				width: auto;
				margin: auto;
				vertical-align: top;
				color: #FCBE04;
				font-size: 17px;
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 0.02em;
				text-align: center;
			}
		
			DIV.footer-contact-widget a {
				display: block;
				color: #FCBE04;
				font-size: 18px;
				text-transform: uppercase;
				font-weight: bold;
				line-height: 19px;
				letter-spacing: normal;
				width: auto;
				margin-top: 20px;
				text-decoration: underline;
			}
			
			DIV.footer-contact-widget span.phone {
				white-space: nowrap;
			}	

		/* =Footer Menu */
		
			H3.footer-menu-widget-title {
				display: none;
			}
			
			DIV.footer-menu-widget {
				display: block;
				width: auto;
				margin-top: 20px;
				vertical-align: top;
				font-size: 16px;
			}
			
			ASIDE#nav_menu-2 UL {
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
			ASIDE#nav_menu-2 UL LI {
				list-style: none;
				display: block;
				/* margin-left: 18px; */
			}
			
			ASIDE#nav_menu-2 UL LI a {
				display: block;
				text-decoration: none;
				color: #777;
				font-size: 12px;
				line-height: 24px;
				text-transform:uppercase;
			}

			ASIDE#nav_menu-2 UL li:hover a,
			ASIDE#nav_menu-2 UL a:hover,
			ASIDE#nav_menu-2 UL .current_page_item a {
				color: #000;
				text-decoration: underline !important;
			}
			
			/* =Breadcrumbs */
			
			ul#breadcrumbs {
				padding: 0;
				font-size: 12px;
				text-transform: uppercase;
			}
			
			ul#breadcrumbs li {
				list-style: none;
				display: inline-block;
				margin-right: 10px;
			}
			
			ul#breadcrumbs li a {
				text-decoration: underline;
			}
			
			/* Modifications */
			
				.modifications-thumbnail {
					display: block;
					width: 90%;
					max-width: 500px;
					vertical-align: top;
				}
				
				.modifications-content {
					display: inline-block;
					width: 90%;	
					max-width: 500px;
					vertical-align: top;			
				}
			
			
			/* Right Column Menu */
			
				div.right-column-menu {
					width: 100%;
					/*background-image: url(img/text-4-bg.jpg);
					background-position: right -54px;
					background-repeat: no-repeat;
					background-color: #f1ad00;*/
					margin-bottom: 10px;
					/*padding: 53px 20px 20px;*/
				}
				
				/*
				div.right-column-menu.grey-background {
					background-image: url(img/top-section-bg.jpg);
					background-color: #c4c4c4;
				}
				*/
				
				div.right-column-menu ul li a {
					color: #fff;
					font-size: 17px;
					text-transform: uppercase;
					line-height: 24px;
				}
				
				div.right-column-menu ul li a:hover,
				div.right-column-menu ul li.current_page_item a {
					color: #000;
					text-decoration: underline;
				}
				
				h4.office_city {
					background-image: none;
					text-align: center;
				}
	
/*------------------------------------*\
    =PAGES
\*------------------------------------*/

	/* Support Page */
		
		.postid-387 .full-width h1 {
			color: #eeac0c;
			margin-bottom: 50px;
		}
		
	/* Shop Page */
	.shopPageTop
	{
		margin-top: 15px;
		width: 1070px;
		height: 136px;
		background-color: #eeac0c;
	}
	.shopPageTop h1
	{
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 26px;
		line-height: 30px;
		padding-top: 30px;
		margin-left: 35px;
		margin-bottom: 0px;
	}	
	.shopPageTop p
	{
		color: #fff;
		font-weight: normal;
		font-size: 16px;
		line-height: 18px;
		margin-left: 35px;		
		margin-top: 10px;
	}	
	.shopPageProductHeading
	{
		color: #eeac0c;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 20px;
		padding-top: 16px;
		margin-bottom: 0px;
	}
	.shopPageProductText
	{	
		color: #544f4e;
		font-weight: normal;
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px !important;
	}
	.shopPageBlankImageBox
	{
		background-color: #544f4e;
		width: 323px;
		height: 226px;
	}
	.shopHomepageBuyNowButton
	{
		background-color: #000;
		padding-top: 3px;
		width: 100%;
		
		position: relative;
		top: 0px;
	}
	
	/* =Tables */
		
		.small-table td,
		.small-table td {
			vertical-align: top;
			color: #666;
			font-size: 14px;
			text-align: center;
			padding: 1% 1% 1% 0;		
		}
		
		
		.postid-387 td {
			vertical-align: top;
			color: #666;
			font-size: 14px;
			border-bottom: solid 1px #000;
			text-align: left;
			padding: 1% 1% 1% 0;
		}
		
		.post-387 th {
			color: #f15b29;
			text-transform: uppercase;
			font-weight: normal;
			font-size: 20px;
			text-align: left;
			border-bottom: solid 4px #eeac0c;
		}
	
	/* Single Post */
		/* Right Column Products Menu */
			div.products-menu {
				/* padding: 30px 20px 0;*/
				padding: 0 20px;
			}
			
			div.products-menu li.current-menu-item a {
				color: #000;
				text-decoration: underline;
			}
			
			div.products-menu ul#products-menu {
				margin-bottom: 20px;
			}
				
			.single-post .right-column aside {
				margin-top: 5% !important;
			}	
			
			.single-post h1 {
				color: #c4c4c4;
				font-weight: normal;
				text-transform: uppercase;
				margin-top: 60px;
				font-size: 20px;
				line-height: 28px;
			}
			
			
			.modifications-article h1, 
			.modifications-article h2 {
				color: #F55C1D;
			}
			
			.postid-218.single-post h1,
			.postid-220.single-post h1,
			.postid-222.single-post h1,
			.postid-224.single-post h1,
			.postid-220.single-post h2,
			.postid-222.single-post h2,
			.postid-224.single-post h2,
			.postid-218.single-post h2 {
				color: #47A7A9;
			}
			
			.postid-228.single-post h1,
			.postid-230.single-post h1,
			.postid-228.single-post h2,
			.postid-230.single-post h2 {
				color: #C12929;
			}
			
			.page-template-template-modifications-page-php .red-bg-img h1,
			.single-post .red-bg-img h1,
			.single-post .red-bg-col h1 {
				color: #fff;
				font-weight: normal;
				text-transform: uppercase;
				line-height: 28px;
				font-size: 20px;
			}
			
			.page-template-template-modifications-page-php .red-bg-img p,
			.single-post .red-bg-img p,
			.single-post .red-bg-col p {
				color: #000;
			}
			
			
			.single-post h2 {
				color: #c4c4c4;
				font-weight: normal;
				text-transform: uppercase;
			}
			
			.single-post .full-width p {
				color: #666;
				font-size: 14px;
			}
			
			.single-post .full-width p:first-of-type {
				color: #000;
				font-size: 16px;
			}
			
			.full-width .post-660 p:first-of-type,
			.full-width .post-385 p:first-of-type {
				color: #666;
				font-size: 14px;
			}

			.full-width article {
				margin-bottom: 50px;
			}
	
	/* =Modifications pag */
	
		.page-id-11 p.stand-out {
			padding-top: 5px !important;
		}
		
		.page-id-11 .right-column h1 {
			color: #FFFFFF;
			line-height: 30px;
			font-weight: normal;
		}
		
		.modifications h1 {
			margin-top: 0px;
			text-transform: uppercase;
		}
		
		.page-id-11 .top_section .right-column ASIDE {
    	margin: 8% 6% 5px;
		}
		
		.page-id-11 .bottom_section article h1 {
			font-weight: normal;
			color: #f55c1d;
			text-transform: uppercase;
		}
		
		.page-id-11 .bottom_section article p {
			font-size: 14px;
			color: #666;
		}
		
		.page-id-11 .bottom_section article p:first-of-type {
			font-size: 16px;
			color: #000;
		}
		
		
	/* Self Storage Page */
	
		.page-template-template-self-storage-page-php article h1 {
			color: #efb320;
			font-weight: normal;
			margin-top: 59px;
			font-size: 21px;
			text-transform: uppercase;
		}
		
		.page-template-template-self-storage-page-php article h2 {
			text-transform: uppercase;
			font-weight: normal;
		}
	
	/* Single-Column Template */
			.page-template-template-single-column-page-php h1 {
				color: #efb320;
				font-weight: normal;
				margin-top: 59px;
				font-size: 21px;
				text-transform: uppercase;
			}
			
			.page-template-template-single-column-page-php h2 {
				color: #efb320;
				font-weight: normal;
				font-size: 14px;
				text-transform: uppercase;
			}
			
			.page-template-template-single-column-page-php p {
				color: #666;
				font-size: 14px;
			}
			
			.page-template-template-single-column-page-php p:first-of-type {
				color: #000;
				font-size: 16px;
			}
			
			.page-id-652 p:first-of-type,
			.page-id-177 p:first-of-type {
				color: #666 !important;
				font-size: 14px !important;
			}
			
	/* Home Page Template */
		
		H3.home-page-widget-title,
		H3.home-page-widget-2-title,
		H3.home-page-widget-3-title,
		H3.home-page-widget-4-title,
		H3.home-page-widget-5-title,
		H3.home-page-widget-6-title {
			display: none;
		}
		
		#text-10 p,
		#text-4 p {
			color: #000;
		}
		
		#text-10 p a,
		#text-4 p a {
			color: #fff;
		}
		
		/* =Top Section */
			DIV.top_section {
				margin-top: 90px;
				margin-bottom: 10px;
				height: auto;
				font-size: 0;
				overflow: hidden; /* =one true method */
				clear: both;
			}
			
			DIV.top_section .alignnone {
				margin: 0;
			}
			
			DIV.top_section img {
				width: 100%;
			}
			
			DIV.top_section .left-column {
				width: 90%;
				margin: 0 auto 10px;
				display: block;
				vertical-align: top;
				/*font-size: 12px;*/
			}			
						
			DIV.top_section .right-column {
				width: 90%;
				margin: 0 auto;
				display: block;
				vertical-align: top;
				font-size: 12px;
				/*
				background-image: url(img/top-section-bg.jpg);
				background-position: top right;
				background-repeat: no-repeat;
				background-color: #c2c2c2;
				*/
				padding: 3%;
			}
			
			/*
			.page-id-170 DIV.top_section .right-column,
			.page-id-17 DIV.top_section .right-column {
				background-image: url(img/text-4-bg.jpg);
				background-color: #F1AD00;
			}
			*/
			/*
			.page-template-template-single-column-page-php DIV.top_section .right-column {
				background-image: none;
			}
			*/
			
			.top_section .right-column ASIDE H2 {
				color: #fff;
				text-transform: uppercase;
				font-weight: normal;
				font-size: 27px;
				line-height: 24px;
				margin-top: 5%;
			}
				
			.top_section .right-column ASIDE p {
				line-height: 16px;
				font-size: 14px;
			}
				
			.top_section .right-column ASIDE p.stand-out {
				color: #fff;
				text-transform: uppercase;
				padding-top: 5%;
				text-align: center;
				font-size: 22px;
				line-height: 28px;
			}		
			
			.page-id-17 .top_section .right-column ASIDE p.stand-out span.phone,
			.page-id-17 .top_section .right-column ASIDE p.stand-out,
			.page-id-17 .top_section .right-column ASIDE p.stand-out a {
				color: #000;
			}
			
			.page-id-17 .top_section .right-column ASIDE p {
				font-size: 21px;
				line-height: 32px;
				color: #fff;
			}
			
			.page-id-17 .top_section .right-column ASIDE p.smaller {
				font-size: 15px;
				line-height: 20px;
			}
			
			.grey-bg-col p.stand-out,
			.grey-bg-img p.stand-out {
				color: #000 !important;
			}
			
			.grey-bg-col p.stand-out a,
			.grey-bg-img p.stand-out a {
				color: #000 !important;
			}
			
			.top_section .right-column ASIDE p.stand-out span.phone {
				color: #000;
				white-space: nowrap;
			}		
				
			.top_section .right-column ASIDE p.stand-out a {
				color: #fff;
				text-decoration: underline;
				white-space:normal;
			}	
			
			.page-template-template-home-page-php DIV.top_section .right-column {
				/* display: none; */
			}
		
		/* =Bottom Section */
		
			DIV.bottom_section {
				margin-bottom: 10px;
				margin-top: 15px;
				font-size: 0;
				clear: both;
			}
			
			.page-template-template-home-page-php DIV.bottom_section {
				margin-top: 0;
			}
			
			/* =Left Column */
				.bottom_section ul,
				.bottom_section div {
					font-size: 12px;	
				}
				
				.page-template-template-home-page-php .middle-column p {
					font-size: 12px;	
					line-height: 15px !important;
				}
				
				.page-template-template-home-page-php .middle-column p:first-of-type {
					margin-top: 8px;
				}
				
				.bottom_section .left-column {
					width: 90%;
					margin: 0 auto;
					display: block;
					vertical-align: top;
					font-size: 12px;
					padding-top: 20px;
				}
				
				.bottom_section .left-column h1 {
					font-size: 20px;
					font-weight: normal;
					color: #eeac0c;
					max-width: 550px;
				}
				
				.bottom_section .left-column p {
					color: #666666;
					font-size: 14px;
				}

				.bottom_section .left-column p:first-of-type {
					color: #000;
					font-size: 16px;
				}
				
		
			/* =Middle Column */
				.bottom_section .middle-column {
					display: none;
				}
			
			/* =Right Column */
				.bottom_section .right-column {
					width: 90%;
					margin: 0 auto;
					display: block;
					vertical-align: top;
					font-size: 12px;
				}

		/* Containers Boxes */
			DIV.containers_box {
				width: 100%;
				height: 220px;
				display: block;
				cursor: pointer;
				border-bottom: 10px solid #fff;
				font-size: 0;
				z-index: 20;
			}
			
			DIV.containers_box a {
				display: inline-block;
				width: 50%;
				text-align: center;
				vertical-align: top;
				height: 100%;
				padding-top: 80px;
				font-size: 14px;
				line-height: 18px;
				text-transform: uppercase;
				color: #fff;
			}
			
			DIV.containers_box a:hover {
				color: #000;
			}
			
			DIV.hover_text {
				background-position: center right;
				background-repeat:no-repeat;
				background-size:100% 100%;
				width: 50%;
				display: inline-block;
				height: 100%;
				color: #fff;
				overflow: hidden;
				padding: 10px 20px 10px 10px;
			}
			
			/* Orange and Red */
				ASIDE#text-6 DIV.hover_text,
				ASIDE#text-7 DIV.hover_text {
					padding: 10px 10px 10px 20px;
				}
								
			DIV.hover_text p {
				text-transform: uppercase;
				margin: 2px;
				line-height: 12px;
				font-size: 10px;
			}


		/* text-5 - New Containers */
		
			ASIDE#text-5 {
				width: 100%;
				background-color: #c4c4c4;
			}
			
			ASIDE#text-5 DIV.hover_text {
				background-color: #c4c4c4;
				background-image: url(img/new-containers-bg.png);
			}
			
			ASIDE#text-5 DIV.hover_text p {
				display: none;
			}
			
			ASIDE#text-5:hover DIV.hover_text {
				background-image: url(img/new-containers-bg-hov.png);
			}
			
			ASIDE#text-5:hover DIV.hover_text p {
				display: block;
			}

			ASIDE#text-5 DIV.containers_box a {
				width: 45%;
			}
			
			ASIDE#text-5 DIV.hover_text {
				width: 55%;
			}


		/* text-6 - Hazardous Goods Containers */
		
			ASIDE#text-6 {
				width: 100%;
				background-color: #c12929;
			}
			
			ASIDE#text-6 DIV.hover_text {
				background-color: #c12929;
				background-image: url(img/hazardous-containers-bg.png);
			}
			
			ASIDE#text-6 DIV.hover_text p {
				display: none;
			}
			
			ASIDE#text-6:hover DIV.hover_text {
				background-image: url(img/hazardous-containers-bg-hov.png);
			}
			
			ASIDE#text-6:hover DIV.hover_text p {
				display: block;
			}
		
		/* text-7 - Container Modifications */
		
			ASIDE#text-7 {
				width: 100%;
				background-color: #f15b29;
			}
			
			ASIDE#text-7 DIV.hover_text {
				background-color: #f15b29;
				background-image: url(img/container-modifications-bg.png);
				
			}
			
			ASIDE#text-7 DIV.hover_text p {
				display: none;
			}
			
			ASIDE#text-7:hover DIV.hover_text {
				background-image: url(img/container-modifications-bg-hov.png);
			}
			
			ASIDE#text-7:hover DIV.hover_text p {
				display: block;
				color: #fff;
				font-size: 12px;
			}
		
		/* text-8 - Titan Artic Store */
		
			ASIDE#text-8 {
				width: 100%;
				background-color: #47a7a9;
			}
			
			ASIDE#text-8 DIV.hover_text {
				background-color: #47a7a9;
				background-image: url(img/rc-bg-hover.png);
			}
			
			ASIDE#text-8 DIV.hover_text p {
				display: none;
				margin-right: 6px;
			}
			
			ASIDE#text-8:hover DIV.hover_text {
				background-image: url(img/rc-bg-hover.png);
			}
			
			ASIDE#text-8:hover DIV.hover_text p {
				color: #fff;
				font-size: 12px;
				display: block;
			}
			
			ASIDE#text-8 DIV.containers_box a {
				width: 45%;
			}
			
			ASIDE#text-8 DIV.hover_text {
				width: 55%;
			}
			
			/* =Contact Page */
				
				.page-id-17 .bottom_section .left-column p:first-of-type {
					line-height: 22px;
					margin-top: -5px;
				}
				
				ul.contact-form {
					padding-left: 0;
					margin-top: -24px;
					font-size: 14px;
				}
				
				ul.contact-form li {
					display: block;
					margin-bottom: 9px;
				}
				
				ul.contact-form li.inline {
					display: inline-block;
					padding-left: 0;
				}
	
				ul.contact-form li.inline label {
					width: 135px;
				}			
				
				ul.contact-form li ul {
					display: inline-block;
					padding-left: 0;
					margin-top: 0;
				}

				ul.contact-form li ul li {
					display: inline-block;
					padding-left: 20px;
					margin-left: 0;
				}				
				
				
				select option {
					font-size: 14px;
					line-height: 20px;
					padding-bottom: 5px;
					padding-top: 5px;
				}
				
				span#selecttype_of_container.select,
				span#selectcontainer_size.select, 
				span#selectcontainer_grade.select, 
				span#selectsupply_location.select,
				span#selecttime_to_call.select {
					width: 270px;
					height: 40px;
					overflow: hidden;
					background: url(img/form-select-bg.png) no-repeat right 8px #fff;
					border: medium none;
					background-color: #EBEBEB;
					border-radius: 3px;
					display: block;
					margin-right: 0px;
					vertical-align: top;
					padding-left: 10px;
					padding-top: 10px;
					cursor: pointer;
					position: absolute;
					font-size: 14px;
					line-height: 20px;
				 }
				 
					select.styled {
						position: relative;
						opacity: 0;
						z-index: 5;
						cursor: pointer;
						height: 36px;
						width: 270px;
						padding-left: 20px;
					}
					
					ul.contact-form li .checkbox, 
					ul.contact-form li .radio {
						width: 19px;
						height: 19px;
						padding: 5px 5px 0 0;
						background: url(img/radio.png) no-repeat;
						background-position: top left;
						display: inline-block;
						margin-right: 10px;
					}
	
					ul.contact-form li .radio {
						background: url(img/radio.png) no-repeat;
					}
					
					ul.contact-form li ul li label {
						font-size: 14px;
						vertical-align: top;
						margin-top: 2px;
					}
					
					ul.contact-form li input {
						border: medium none;
						background-color: #EBEBEB;
						border-radius: 3px;
						width: 90%;
						max-width: 408px;
						padding: 14px 5px;
					}
					
					ul.contact-form li input[type="submit"] {
						color: #fff;
						background-color: #eeac0c;
						background-image: none;
						width: 90%;
						max-width: 408px;
						margin-top: 20px;
					}
					
					ul.contact-form li input[type="radio"] {
						width: 30px;
					}
					
					ul.contact-form li input[type="email"],
					ul.contact-form li input[type="text"] {
						padding-left: 10px;
						color: #575756;
					}
					
					
					ul.contact-form li textarea {
						border: medium none;
						background-color: #EBEBEB;
						border-radius: 3px;
						width: 90%;
						max-width: 408px;
						height: 168px;
						padding: 10px;
						color: #575756;
					}
					
					ul.contact-form li label {
						margin-top: 20px;
						display: inline-block;
						font-size: 14px;
					}
					
					.fixed-size {
						width: 228px;
					}
					
					ul.contact-form li h3 {
						text-transform: uppercase;
						color: #eeac0c;
						font-size: 20px;
						font-weight: normal;
						margin-top: 39px;
					}
					
					
				
		
	/* =Self Storage */
		.map_container {
		  background-color: #f7f7f7;
		  padding: 15px;
		}
		
		.left-column #map_canvas {
			margin-bottom: 45px;
		}

		.page-id-17 .left-column #map_canvas {
			margin-bottom: 0px;
		}		
		
		#map_canvas {
		  width: 100%;
			height: 417px;
			background-color: #F1AD00;
		}
		
		#map_canvas img {
			max-width: none;
		}
		
		.map_container .office_details {
		  width: 240px;
		  float: left;
		  margin-bottom: 15px;
		}
		
		.offices {
			display: block;
			width: 100%;
			/*background-image: url(img/text-4-bg.jpg);
			background-position: right top;
			background-repeat: no-repeat;
			background-color: #f1ad00;*/
			min-height: 419px;
			padding: 57px 27px 27px;
			color: #fff;
		}
		
		.page-id-173 .offices {
			background-image: none;
			border-top: solid 10px #fff;
		}
		
		.offices h1,
		.offices h4 {
			font-weight: normal;
			text-transform: uppercase;
		}
		
		.offices h1 {
			font-size: 36px;
			line-height: 48px;
		}
		
		.office_details {
		  border-top: 2px dotted #fff;
		  padding-top: 15px;
		}
		
		img.office_marker {
		  vertical-align: middle;
		  margin-right: 8px;
		}
		
		h4.office_city {
		  margin:0px;
		  width: 100%;
		  font-size: 17px;
		  display: inline-block;
		  *display: inline;
		  *zoom : 1;
		  vertical-align: middle;
		  cursor: pointer;
		}
		
		.office_details h4.active {
			color: #000;
		}
		
		.office_addressWrap {
		  width: 100%;
			color: #000;
		}
		
		.office_addressWrap p {
		  margin-top: 0;
			margin-bottom: 0;
		}
		
		p.office_address {
		  width: 100%;
		  float: left;
		  margin-bottom: 15px;
		  margin-top: 15px;
		}
		
		.row_fax {
		  margin-bottom: 15px;
		  clear: both;
		}
		
		.office_addressAttr {
		  width: 50px;
		  float: left;
		  clear: left;
		  margin-right: 10px;
		}
		
		.office_addressValue {
		  float: left;
		}
		
		.shortcode_menu {
			padding: 0;
		}
			
			/* =Slider
			-------------------------------------------------------*/
				aside#text-3 {
					display: none;
					margin-top: 10px;
				}
				
				DIV.soliloquy-caption-inside {
					color: #FF0000 !important;
					text-shadow: none;
				}
				
				.soliloquy-viewport {
					margin: 10px;
				}
				
				.soliloquy-thumbnails-item-image {
					border: solid 3px #fff;
				}
				
				.soliloquy-active-slide .soliloquy-thumbnails-item-image {
					border: solid 3px #efb320;
				}
				
				.soliloquy-thumbnails-container .soliloquy-direction-nav a.soliloquy-next,
				.soliloquy-thumbnails-container .soliloquy-direction-nav a.soliloquy-prev {
					display: none !important;
				}
				
				.soliloquy-control-paging {
					display: none;
				}
			
				.soliloquy-container .soliloquy-direction-nav { display: block !important; }
			
				.soliloquy-container .soliloquy-direction-nav li .soliloquy-next {
					background: url('img/slider-arrows-horizontal-new-bg-2.png') no-repeat scroll 0px -75px !important;
					height: 75px !important;
					margin-top: -8px !important;
					right: 0px !important;
					position: absolute !important;
					text-indent: -9999px !important;
					top: 50% !important;
					width: 47px !important;
					z-index: 30 !important;
				}
				
				.soliloquy-container .soliloquy-direction-nav li .soliloquy-prev {
					background: url('img/slider-arrows-horizontal-new-bg-2.png') no-repeat scroll 0px 0px  !important;
					height: 75px !important;
					margin-top: -8px !important;
					left: 0px !important;
					position: absolute !important;
					text-indent: -9999px !important;
					top: 50% !important;
					width: 47px !important;
					z-index: 30 !important;
				}
				/*
				.soliloquy-container .soliloquy-direction-nav li .soliloquy-prev {
					background: url('imag/slider-arrows-horizontal-new-bg.png') no-repeat scroll 0px -18px transparent !important;
					height: 55px !important;
					margin-top: -8px !important;
					right: 10px !important;
					position: absolute !important;
					text-indent: -9999px !important;
					top: 50% !important;
					width: 28px !important;
					z-index: 30 !important;
				}
				*/
				DIV.soliloquy-caption {
					display: none;
				}
				
				DIV.soliloquy-caption-inside {
					background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5) !important;
					text-align: left !important;
					text-transform: uppercase !important;
				}
				
				DIV.soliloquy-caption-inside p {
					padding-left: 46px;
					padding-right: 60px;
					background-image: url(img/slider-caption-p-bg.png);
					background-position: right !important;
					background-repeat: no-repeat !important;
					color: #000 !important;
					margin: 0 10px 0 0;
					font-size: 15px;
				}

			/* Products Page Template */
				
				ul.boxes {
					margin-top: 40px;
					font-size: 0;
					padding: 0;
					text-align: center;
				}
				
				ul.boxes li {
					width: 90%;
					margin: 40px auto 40px;
					font-size: 14px;
					list-style: none;
					max-width: 500px;
					display: block;
					text-align: left;
					vertical-align: top;
				}
				
			
				ul.boxes div.fix-height {
					display: block;
					position: relative;
					overflow: hidden;
				}
				
				ul.boxes li img {
					width: 100%;
				}
				
				ul.boxes h2.entry-title {
					color: #c2c2c2;
					text-transform: uppercase;
					font-size: 15px;
					font-weight: normal;
				}
				
				.page-template-template-news-page-php ul.boxes h2.entry-title a {
					min-height: 48px;
					display: block;
				}
				
				ul.boxes h2.entry-title.red a {
					color: #f55c1d;
				}
				
				ul.boxes h2.entry-title.yellow a {
					color: #f1ad00;	
				}
				
				ul.boxes p {
					margin-bottom: 0;
				}
				
				ul.boxes .post-links {
					position: relative;
					bottom: 0px;
				}
				
				ul.boxes .post-links a {
					display: block;
					width: 100%;
					background-color: #544f4e;
					color: #fff;
					font-size: 16px;
					text-transform: uppercase;
					padding: 5px 5px 5px 15px;
					margin-bottom: 5px;
				}
				
				ul.boxes .post-links a.yellow {
					background-color: #f1ad00;	
				}
				
				ul.boxes .post-links a.red {
					background-color: #f55c1d;	
				}
				
				ul.boxes .post-links a.quote {
					background-color: #c2c2c2;
				}
				
				/* Change the colors for the titles */
					ul.boxes li.refrigeratedcontainers H2.entry-title a,
					ul.boxes li.titansuperstorecontainers H2.entry-title a,
					ul.boxes li.titanoffshorecontainers H2.entry-title a,
					ul.boxes li.titanarticstorecontainers H2.entry-title a {					
						color: #47a7a9;
					}
					
					ul.boxes li.containermodification H2.entry-title a {					
						color: #f15c2a;
					}
					
					ul.boxes li.dangerousgoodscontainers H2.entry-title a,
					ul.boxes li.hazardousgoodscontainers H2.entry-title a {
						color: #c12929;
					}
					
				/* Change the colors for the titles */
					ul.boxes li.refrigeratedcontainers a.quote,
					ul.boxes li.titansuperstorecontainers a.quote,
					ul.boxes li.titanoffshorecontainers a.quote,
					ul.boxes li.titanarticstorecontainers a.quote {					
						background-color: #47a7a9;
					}
					
					ul.boxes li.containermodification a.quote {					
						background-color: #f15c2a;
					}
					
					ul.boxes li.dangerousgoodscontainers a.quote,
					ul.boxes li.hazardousgoodscontainers a.quote {
						background-color: #c12929;
					}
					
					
				/* Modifications Page Template */
				
				ul.boxes li.modifications {
					width: 90%;
					margin: 40px auto 40px;
					font-size: 14px;
					list-style: none;
					display: block;
					text-align: left;
					vertical-align: top;
				}
				
				.modifications-thumbnail {
					display: block;
					width: 90%;
					margin: auto;
					max-width: 500px;
					vertical-align: top;
				}
				
				.modifications-content {
					display: block;
					width: 90%;	
					margin: auto;
					vertical-align: top;			
				}
			
				ul.boxes li.modifications img {
					width: 100%;
					max-width: 500px;
				}
				
				ul.boxes li.modifications h2.entry-title {
					margin-top: 15px;
				}
				
				ul.boxes li.modifications h2.entry-title a {
					color: #f15b29;
					text-transform: uppercase;
					font-size: 20px;
					font-weight: normal;
				}
				
				ul.boxes li.modifications p {
					margin-bottom: 0;
				}
				
				ul.boxes li.modifications .post-links {
					position: relative;
					bottom: 0px;
				}
				
				ul.boxes li.modifications .post-links a {
					display: block;
					width: 100%;
					background-color: #544f4e;
					color: #fff;
					font-size: 14px;
					text-transform: uppercase;
					padding: 5px 35px 5px 18px;
					margin-bottom: 5px;
				}
				
				ul.boxes li.modifications .post-links a.quote {
					background-color: #f15b29;
				}

					
								
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:320px) {
	/* =Header */
		.header-contact span {
			display: block;
			color: #fcbe04;
			font-size: 20px;
			/*margin-top: 17px;*/
			margin-top: 5px;
		}
		

	
	/* =Home Page */
		
		/* =Top Section */
			DIV.top_section {
				margin-top: 80px;
			}
}

@media only screen and (min-width:480px) {
	/* =Footer Menu */
		ASIDE#nav_menu-2 UL LI {
			list-style: none;
			display: inline-block;
			margin-left: 18px;
		}
		
		/* Show the slider */
		aside#text-3 {
			display: block;
		}
	
		DIV.soliloquy-caption {
			display: block;
		}
		
		DIV.soliloquy-caption-inside p {
			padding-left: 5px;
			padding-right: 5px;
			background-image: none !important;
			background-position: right !important;
			background-repeat: no-repeat !important;
			color: #000 !important;
			margin: 0 10px 0 0;
			font-size: 13px;
		}
		
		DIV.footer-contact-widget a {
			margin-top: 0;
		}
	
		h4.office_city {
		  background: transparent url(img/down-arrow-white-bg.png) right 5px no-repeat;
		  text-align: left;
			padding-right: 26px;
		}
		
		.office_details h4.active {
		  background: transparent url(img/down-arrow-black-bg.png) right 5px no-repeat;
			color: #000;
		}
	
}

@media only screen and (min-width:570px) {
			/* =Header */
				.header-contact a.header-quote {
					float: right;
				}
				
				.header-contact span {
					display: inline-block;
					/* margin-top: 14px; */
					margin-top: 5px;
					/*width: auto;
					float: left;*/
				}
			
			/* Home Page Boxes */
				DIV.hover_text {
					width: 50%;
					display: inline-block;
					height: 100%;
					color: #fff;
				}
				
				DIV.hover_text p {
					text-transform: uppercase;
					margin: 2px;
					line-height: 14px;
					font-size: 12px;
					overflow: hidden;
				}
				
			DIV.hover_text {
				padding: 30px 30px 10px 20px;
			}
			
			/* Orange and Red */
				ASIDE#text-6 DIV.hover_text,
				ASIDE#text-7 DIV.hover_text {
					padding: 30px 20px 10px 30px;
				}

				DIV.soliloquy-caption-inside p {
					padding-left: 46px;
					padding-right: 60px;
					background-image: url(img/slider-caption-p-bg.png) !important;
					background-position: right !important;
					background-repeat: no-repeat !important;
					color: #000 !important;
					margin: 0 10px 0 0;
					font-size: 15px;
				}			
				
				.social-media-container {
					text-align: left;
					margin-top: 15px;
					display: inline-block;
					float: left;
				}
				
				.social-media-links {
					margin-top: 14px;
					margin-right: 12px;
					margin-left: 0;
				}
}

@media only screen and (min-width:790px) {
			/* =Header */
				
				.header-contact {
					width: auto;
					display: inline-block;
					float: right;
					min-width: 565px;
				}
				
				.header-contact a.header-quote {
					background-image: none;
				}
				
				.header-contact span {
					display: inline-block;
					margin-right: 10px;
					/* margin-top: 17px; */
					margin-top: 5px;
					width: auto;
					float: left;
				}

			/* logo */
				.header .logo {
					margin-top: 16px;
					margin-left: 0;
					margin: 0;
					display: inline-block;
				}
				
			/* =Home Page */
		
				/* =Top Section */
					DIV.top_section {
						margin-top: 10px;
					}
				
			/* Products Page */
				ul.boxes {
					width: 90%;
					text-align: left;
					margin: 58px auto auto auto;
				}
				
				ul.boxes li {
					width: 48%;
					margin: 20px 1% 20px 1%;
					font-size: 14px;
					list-style: none;
					max-width: none;
					display: inline-block;
					text-align: left;
					vertical-align: top;
				}
				
				ul.boxes div.fix-height {
					height: 200px;
				}
				
				ul.boxes li.new-row {
					margin-left: 1%;
				} 
				
				ul.boxes li p {
					line-height: 18px;
					margin-top: 20px;
					margin-bottom: 10px;
				}

				.social-media-links.facebook {
					margin-right: 30px;
				}

}

@media only screen and (min-width:800px) {
	
				/* header */
				.header {
					background-image: url(img/header-bg.png);
					background-repeat: repeat-x;
					background-position: bottom;
					padding-bottom: 20px;
					width: 100%;
					height: auto;
				}
			
				.header-inner {
					width: 96%;
					max-width: 1076px;
					margin: 0 auto;	
					position: relative;
				}
				
				.header-contact {
					position: absolute;
					/* top: -17px; */
					top: 0;
					right: 0;
				}
				
				.header-contact span {
					display: inline-block;
					color: #fcbe04;
					font-size: 20px;
					margin-right: 20px;
				}
				
				.header-contact a.header-quote {
					background-color: #eeac0c;
					display: inline-block;
					width: auto;
					border-bottom-right-radius: 10px;
					border-bottom-left-radius: 10px;
					padding: 18px 30px 5px;
					margin-right: 10px;
					color: #fff;
					font-size: 15px;
					float: right;
				}
			
			/* logo */
				.header .logo {
					margin-top: 16px;
					padding-top: 5px;
					margin-left: 0;
				}
	

	/* =Home Page */
		
		/* =Top Section */
			.page-template-template-home-page-php DIV.top_section {
				margin-bottom: 10px;
				height: auto;
				font-size: 0;
				/*background-image: url(img/text-4-bg.jpg);
				background-position: right top;
				background-repeat: no-repeat;
				background-color: #f1ad00;*/
			}
			
			DIV.top_section {
				margin-bottom: 10px;
				height: auto;
				/*
				background-image: url(img/top-section-bg.jpg);
				background-position: right top;
				background-repeat: no-repeat;
				background-color: #c4c4c4;
				*/
				font-size: 0;
			}
			
			/*
			.page-id-170 DIV.top_section,
			.page-id-17	DIV.top_section {
				background-color: #F1AD00;
				background-image: url(img/text-4-bg.jpg);
			}
			*/
			
			/*
			.page-template-template-home-page-php DIV.top_section .right-column {
				background: none;
			}
			*/
			
			DIV.top_section .right-column {
				padding: 0;			
			}
			

			
			DIV.top_section .left-column {
				width: 61%;
				display: inline-block;
				vertical-align: top;
				/*font-size: 12px;*/
				margin: 0 auto;
				border-right: 13px solid #fff;
				margin-bottom: -99999px; /* =one true method */
				padding-bottom: 99999px; /* =one true method */
			}
			
			.page-template-template-home-page-php DIV.top_section .right-column,
			DIV.top_section .right-column {
				width: 39%;
				display: inline-block;
				vertical-align: top;
				font-size: 12px;
				margin-bottom: -99999px; /* =one true method */
				padding-bottom: 99999px; /* =one true method */
			}
			
			.page-template-template-home-page-php DIV.top_section .right-column {
				width: 20%;
			}
			
			.page-template-template-home-page-php DIV.top_section .left-column {
				width: 60%;
				border-left: 13px solid #fff;
				border-right: 13px solid #fff;
			}
			
			/* =Slider */
				ASIDE#text-3 {
					margin-top: 0;
				}
			
			/* =Yellow Box */
			
				ASIDE#text-4 {
					margin: 5% 3%;
					color: #000;
					font-size: 14px;
				}

				ASIDE#text-4 H2 {
					color: #fff;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 18px;
					line-height: 24px;
				}
				
				ASIDE#text-4 p {
					line-height: 16px
				}
				
				ASIDE#text-4 p.stand-out {
					color: #fff;
					text-transform: uppercase;
					padding-top: 20px;
				}		
				
				ASIDE#text-4 p.stand-out span.phone {
					color: #000;
				}		
				
				ASIDE#text-4 p.stand-out a {
					color: #fff;
					text-decoration: underline;
				}	
			
			
			/* =Grey Box */
				.top_section .right-column ASIDE {
					margin: 5% 3%;
					color: #000;
					font-size: 14px;
				}

				.top_section .right-column ASIDE H2 {
					color: #fff;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 27px;
					line-height: 24px;
					margin-top: 10%;
				}
				
				.top_section .right-column ASIDE p {
					line-height: 16px
				}
				
				.top_section .right-column ASIDE p.stand-out {
					color: #fff;
					text-transform: uppercase;
					padding-top: 10%;
					text-align: left;
					font-size: 15px;
					line-height: 20px;
				}		
				
				.top_section .right-column ASIDE p.stand-out span.phone {
					color: #000;
				}		
				
				.top_section .right-column ASIDE p.stand-out a {
					color: #fff;
					text-decoration: underline;
				}	
		
		/* =Bottom Section */
			/* =Left Column */
				.bottom_section .left-column {
					width: 59%;
					display: inline-block;
					vertical-align: top;
					font-size: 12px;
					margin-right: 1%;
				}
		
			/* =Right Column */
				.bottom_section .right-column {
					width: 39%;
					display: inline-block;
					vertical-align: top;
					font-size: 12px;
					margin-left: 1%;
				}
			
			/* =Home Page */
				.page-template-template-home-page-php .bottom_section .left-column {
					width: 49%;
					display: inline-block;
					vertical-align: top;
					font-size: 12px;
					margin-right: 1%;
				}
		
			/* =Right Column */
				.page-template-template-home-page-php .bottom_section .right-column {
					width: 49%;
					display: inline-block;
					vertical-align: top;
					font-size: 12px;
					margin-left: 1%;
				}			

			ASIDE#text-5,
			ASIDE#text-6,
			ASIDE#text-7,
			ASIDE#text-8 {
				max-width: 420px;
				margin: auto;
			}
			
			DIV.hover_text {
				padding:20px 20px 10px 10px;
			}

			/* Red & Orange */
			ASIDE#text-6 DIV.hover_text,
			ASIDE#text-7 DIV.hover_text {
				padding: 20px 10px 10px 20px;
			}
			
			.breadcrumbs {
				margin: 27px 8px 18px;
				text-transform: uppercase;
				font-size: 12px;
				display: block;
			}
			
			.breadcrumbs a {
				text-decoration: underline;
				margin-right: 17px;
				color: #000;
			}	
			
			.breadcrumbs span {
				text-decoration: none;
				margin-right: 17px;
				color: #777;
			}	
			
			.bottom_section .left-column {
				padding-top: 0;
			}
			
			.modifications-thumbnail {
					display: inline-block;
					width: 35%;
					max-width: 306px;
					vertical-align: top;
				}
				
			.modifications-content {
					display: inline-block;
					width: 61%;	
					margin-left: 3%;
					vertical-align: top;	
					max-width: none;		
			}		
			
			.modifications-content p {
					margin-bottom: 10px !important;
			}	
			
			ul.boxes li.modifications img {
					width: 100%;
					max-width: 306px;
			}
			
			ul.boxes li.modifications .post-links a {
					display: inline-block;
					width: auto;
				}
				

			
}

@media only screen and (min-width:900px) {
			/* = Main Menu
			-------------------------------------------------------------- */
				.main-menu {
					text-align: center;
					font-weight: bold;
					font-size: 0;
					text-transform: uppercase;
					font-weight: normal;
					width: auto;
					display: inline-block;
					margin: 0 0 10px 10px;
					position: absolute; 
					right: 0;
					top: 60px;
				}
				
				.main-menu .nav ul {
					list-style: none;
					margin: 0;
					color: #777;
					text-align: right;
					margin-right: 39px;
					padding-left: 0;
				}
				
				.main-menu .nav li {
					display: inline-block;
					vertical-align: top;
					text-align: center;
					margin-left: 15px;
				}
				
				.main-menu .nav a {
					display: block;
					text-decoration: none;
					color: #777;
					font-size: 12px;
					line-height: 24px;
				}
				
				
				.main-menu .nav ul li a {
					text-decoration: none;
					vertical-align: bottom;
				}
				
				.main-menu li:hover a,
				.main-menu a:hover,
				.main-menu .current-menu-item a,
				.main-menu li.current-page-ancestor a,
				.main-menu .current_page_item a {
					color: #000;
					text-decoration: underline !important;
				}
				
				/* Yellow Box */
				ASIDE#text-4 {
					margin: 5% 3%;
				}
				
			/* Products Page */
				ul.boxes {
					width: 100%;
					text-align: left;
				}
				
				ul.boxes li {
					width: 30%;
					margin: 20px 0 20px 5%;
					font-size: 14px;
					list-style: none;
					max-width: none;
					display: inline-block;
					text-align: left;
					vertical-align: top;
				}
				
				ul.boxes div.fix-height {
					height: 250px;
				}
				
				ul.boxes li.new-row {
					margin-left: 0%;
				} 
				
				div.right-column-menu ul li a {
					/*font-size: 21px;
					line-height: 32px;*/
					font-size: 17px;
					line-height: 24px;
				}
				
}


@media only screen and (min-width:1000px) {
	/* =Header */
		.main-menu .nav li {
			margin-left: 21px;
		}
	
	
		/* =Bottom Section */
			
			.bottom_section {
				font-size: 0;
			}
		
		/* =Home Page */
			/* =Left Column */
				.page-template-template-home-page-php .bottom_section .left-column {
					width: 40%;
					display: inline-block;
					background-color: #fff;
					vertical-align: top;
					font-size: 12px;
					margin: 0 0 0 0;
					border-right: 10px solid #fff;
				}
	
			
			/* =Middle Column */
				.page-template-template-home-page-php .bottom_section .middle-column {
					width: 20%;
					display: inline-block;
					background-color: #f5f5f5;
					vertical-align: top;
					font-size: 12px;
					margin: 0 0 0 0;
					border-left: solid 2px #fff;
					border-right: solid 2px #fff;
					height: 430px;
					overflow: hidden;
					padding: 0;
				}
				
				.page-template-template-home-page-php .middle-column .middle-inner {
					border: 1px solid #cfcfcf;
					padding: 10px;
					height: 430px;
				}
				
				.page-template-template-home-page-php .middle-column H3 {
					margin: 0;
					font-weight: normal;
					padding-top: 10px;
				}
				
				.page-template-template-home-page-php .middle-column H3 A,
				.page-template-template-home-page-php .middle-column H3 A:hover {
					color: #252525;
					text-decoration: underline;
					font-style: italic;
					font-weight: normal;
				}
				
				.page-template-template-home-page-php .middle-column h4 {
					color: #f8aa01;
					font-size: 14px;
					margin: 10px 0 0 0;
					line-height: 18px;
					text-transform: uppercase;
					font-weight: normal;
				}
				
				.page-template-template-home-page-php .middle-column p {
					line-height: 16px;
				}
				

			/* =Right Column */
				.page-template-template-home-page-php .bottom_section .right-column {
					width: 40%;
					display: inline-block;
					vertical-align: top;
					font-size: 12px;
					margin: 0;
					border-left: 10px solid #fff;
				}
			
			/* =Yellow Box */

				.page-template-template-home-page-php ASIDE#text-10,
				.page-template-template-home-page-php ASIDE#text-4 {
					margin: 5% 8% 5px;
					color: #000;
					font-size: 14px;
					/*max-height: 310px;
					overflow: hidden;*/
				}
				
				.page-template-template-home-page-php ASIDE#text-10 H2,
				.page-template-template-home-page-php ASIDE#text-4 H2 {
					color: #fff;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 20px;
					line-height: 24px;
				}

				.page-template-template-home-page-php ASIDE#text-10 p,
				.page-template-template-home-page-php ASIDE#text-4 p {
					line-height: 20px;
					margin: 8px auto;
				}
				
				.page-template-template-home-page-php ASIDE#text-10 p a,
				.page-template-template-home-page-php ASIDE#text-4 p a {
					color: #fff;
				}
				
				/*
				.page-template-template-home-page-php ASIDE#text-4 p.stand-out {
					font-size: 17px;
					line-height: 24px;
					padding-top: 20px;
				}		
				
				.page-template-template-home-page-php ASIDE#text-4 p.stand-out span.phone {
					color: #fff;
					white-space: nowrap;
				}		



				.page-template-template-home-page-php ASIDE#text-4 {
					margin: 13% 8% 5px;
					color: #000;
					font-size: 14px;
					max-height: 310px;
					overflow: hidden;
				}

				.page-template-template-home-page-php ASIDE#text-4 H2 {
					color: #fff;
					text-transform: uppercase;
					font-weight: normal;
					font-size: 27px;
					line-height: 30px;
				}
				
				.page-template-template-home-page-php ASIDE#text-4 p {
					line-height: 20px;
					margin-top: -10px;
				}
				
				.page-template-template-home-page-php ASIDE#text-4 p.stand-out {
					font-size: 17px;
					line-height: 24px;
					padding-top: 20px;
				}		
				
				.page-template-template-home-page-php ASIDE#text-4 p.stand-out span.phone {
					color: #000;
					white-space: nowrap;
				}		
				
				ASIDE#text-4 p.stand-out a {
					font-size: 18px;
				}	
				
				*/
				
				/* =Grey Box */
					.top_section .right-column ASIDE {
						margin: 13% 6% 5px;
						color: #000;
						font-size: 14px;
						/* max-height: 310px; */
						overflow: hidden;
					}
	
					.top_section .right-column ASIDE H2 {
						color: #fff;
						text-transform: uppercase;
						font-weight: normal;
						font-size: 27px;
						line-height: 30px;
						margin-top: 3%;
					}
					
					.top_section .right-column ASIDE p {
						line-height: 18px;
						font-size: 14px;
					}
					
					.top_section .right-column ASIDE p.stand-out {
						font-size: 17px;
						line-height: 22px;
						padding-top: 20px;
						text-align: left;
						color: #fff;
						letter-spacing: 0.02em;
						padding-top: 20%;		
						text-transform: uppercase;		
					}
					
					.page-id-17 .top_section .right-column ASIDE p.stand-out {
						font-size: 19px;
						line-height: 22px;
						padding-top: 20px;
						text-align: left;
						color: #000 !important;
						letter-spacing: 0.02em;
						text-transform: uppercase;		
					}
					
					.page-id-17 .top_section .right-column ASIDE p.stand-out span.phone {
						color: #000 !important;
						white-space: nowrap;
					}		
					
					.page-id-17 .top_section .right-column ASIDE p.stand-out a {
						color: #000 !important;
						font-size: 20px;
						letter-spacing:normal;
					}	
					
					
					.single-post p.stand-out {
						padding-top: 0 !important;
						margin-top: 0;
						margin-bottom: 0;
					}
					
					.top_section .right-column ASIDE p.stand-out span.phone {
						color: #000;
						white-space: nowrap;
					}		
					
					.top_section .right-column ASIDE p.stand-out a {
						color: #fff;
						font-size: 18px;
						letter-spacing:normal;
					}	
}


@media only screen and (min-width:1105px) { 
	/* =Footer Contact */
		
			DIV.footer-contact-widget {
				display: inline-block;
				width: 350px;
				vertical-align: top;
				color: #FCBE04;
				font-size: 16px;
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 0.02em;
				/* text-align: left;*/
			}
		
			DIV.footer-contact-widget a {
				display: inline-block;
				color: #FCBE04;
				font-size: 17px;
				text-transform: uppercase;
				font-weight: bold;
				line-height: 19px;
				letter-spacing: normal;
				margin-top: 0;
				text-decoration: underline;
			}
			
		/* =Footer Menu */
			
			DIV.footer-menu-widget {
				display: inline-block;
				width: auto;
				margin-left: 1%;
				margin-top: 12px;
				vertical-align: top;
				font-size: 16px;
			}
			
			ASIDE#nav_menu-2 UL {
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
			ASIDE#nav_menu-2 UL LI {
				list-style: none;
				display: inline-block;
				margin-left: 14px;
			}
			
			ASIDE#nav_menu-2 UL LI a {
				display: block;
				text-decoration: none;
				color: #777;
				font-size: 12px;
				line-height: 24px;
				text-transform:uppercase;
			}

			ASIDE#nav_menu-2 UL li:hover a,
			ASIDE#nav_menu-2 UL a:hover,
			ASIDE#nav_menu-2 UL .current_page_item a {
				color: #000;
				text-decoration: underline !important;
			}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

SPAN.more-arrow {
	color: #f8aa01 !important;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


