/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

ul.left-nav li a {
	color: #FFFFFF;
	font-size: 13px!important;
	text-transform:uppercase!important;
	display: block;
	padding: 6px 28px 6px 20px;
	position: relative;
        /** preload image for hover state **/
        background: url(images/black-arrow.png);
        background-size: 0 0;
}

#menu-primary li.red_highlight a { color:#900 !important; font-weight:bold !important;font-size:14px !important; margin-top:-1px !important;}
#menu-primary li.red_highlight a:hover{ color:#333 !important; font-weight:bold !important;font-size:14px !important;}


#text-2 p, #text-3 p, #shortcodes-ultimate-2 p, #shortcodes-ultimate-3 p {
	font-style:normal!important;
	font-size:14px!important;
	margin:0 0 5px 0 !important;
	font-family: 'PT Sans', Arial, sans-serif!important;
}

#text-2 h3, #text-3 h3, #shortcodes-ultimate-2 h3, #shortcodes-ultimate-3 h3 {
	margin-bottom:7px!important;
	margin-top:-9px!important;
}

.su-button { font-style:normal!important;}

#main {
      margin: 25px 0 20px 0!important;
}

#top-nav a {
	color: #5f5b48;
	text-transform: uppercase;
	font-size: 12px;
	border-right: 1px solid #5f5b48;
	margin-right: 24px;
	padding: 0 10px 0 0!important;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0 0 10px 0!important;
}

.entry ul, .entry table {
	color:#000!important;
	font-size:14px!important;
}

h2.service_section {
	margin:0px 0px 5px 0px;
	color:#fff!important;
	background-color:#207fb0;
	font-family:Arial, sans-serif;
	font-weight:900;	
	padding:10px 15px 9px 13px!important;
	font-size:120%;
}

.ngg-album-desc {
	margin-top:20px!important;
	font-size:20px!important;
}

.ngg-gallery-thumbnail a {
	font-size:16px!important;
}

.fitout-box {
	border:1px solid #ccc;
	background-color:#f5f7f6;
	padding: 5px 5px 10px 5px !important;
}

.fitout-box p {
	color:#333 !important;
}

.alignleftft {
	float: left;
	height: auto;
	margin: 0px 10px 10px 0 !important;
}

.fitout-box h4 {
	margin:-10px 0 0 0 !important;
}

/* 
MOBILE STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the mobile layout of your site */

@media only screen and (max-width: 768px) {
	/* Mobile styles go here */
	.logo { margin-top:15px!important;}
	
	#call {
		float: none!important;
		text-align:center!important;
		padding: 18px 0px;
	}
	
	span#number {
		background: none!important;
		font-size:22px!important;
	}
	
	#sub_header { margin-top:-10px!important;}
}

/* iPhone 5 landscape */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
	
.ngg-gallery-thumbnail img { 
		width:245px!important;
		
	}

}

@media screen and (max-width: 320px) {
			
	.ngg-gallery-thumbnail img { 
		width:270px!important;
		display:block;
		margin-left:auto;
		margin-right:auto;	
	}
	
	.fitout-box {
		margin-bottom:10px !important;
	}
}