/*
* File Name: Custom css 

/******************************************************
Table of Content
*******************************************************

	# Demo-content
	# Style-switcher
	# Your-custom-css


# Demo-content
-----------------------------------------*/
.color-styles img{margin-right: 27px}
.color-styles div{margin: 40px 0 60px}

.icon-showcase{padding: 10px 0}
.icon-showcase a {margin: 0 23px 10px 0}

/* # Style-switcher
-----------------------------------------*/

#style-panel{
position:fixed;
width:130px;
padding:10px;
height:auto;
left:-2px;
top:50px;
background:#F4F4F4;
border-radius:0 2px 2px 0;
border:1px solid #f9f9f9;
box-shadow:0 1px 3px #777777, 4px 0 9px #C0C0C0 inset;
z-index: 1000;
border-right: 4px solid #c0c0c0
}

.style-panel-toggle {
position: absolute;
width: 25px;
height: 40px;
right: -25px;
top: 10px;
opacity: 0.5;
border-radius: 0 3px 3px 0;
cursor: url(../images/cursor/hand.cur),pointer;
z-index: 1;
-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;
}

.style-panel-toggle:hover{
	opacity: 1;
}

.style-panel-toggle:hover span{
	font-size: 3.5em;
}

.style-panel-toggle span {
display: block;
text-align: center;
font-size: 3em;
line-height: 35px;
height: 40px;
position: relative;
}

.style-panel-toggle {
background: #F4F4F4;
color: black;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#style-panel h4{
margin:8px 9px 0;
color: #202020;
text-shadow: 0 1px 0 rgba(255,255,255,.75);
background: url("../images/body/hr-divide.png") repeat-x scroll 0 90% transparent;
}

#style-panel .jqTransformSelectWrapper{margin-bottom: 10px;}

#head-font{
	margin: 9px;
}

ul.styles{
display:block;
overflow:hidden;
padding:5px;
float:none;
margin:0;
}

ul.styles li{
display:inline;
float:left;

}
ul.styles li a{
display:block;
margin:5px;
width:12px;
height:12px;
}

ul.presets li a{
	padding:4px; 
	border-radius:2px;
	box-shadow: 1px 1px 0 #BABABA;
}

ul.backgrounds li a{
	padding:4px; 
	border-radius:2px;
	box-shadow: 1px 1px 0 #BABABA;
	border: 1px solid #f0f0f0;
	width:10px;
	height:10px;
}

#color_1{background:#3E78C3;}
#color_2{background:#CF6102;}
#color_3{background:#C13332;}
#color_4{background:#95C934;}
#color_5{background:#F5AB33;}
#color_6{background:#703C48;}
#color_7{background:#476074;}
#color_8{background:#69411D;}

#bg_1{background: url('../images/bg/bg_texture_1.jpg') repeat fixed top left #F2F2F2;}
#bg_2{background: url('../images/bg/bg_texture_2.jpg') repeat fixed top left #F2F2F2;}
#bg_3{background: url('../images/bg/bg_texture_3.jpg') repeat fixed top left #F2F2F2;}
#bg_4{background: url('../images/bg/bg_texture_4.jpg') repeat fixed top left #F2F2F2;}
#bg_5{background: url('../images/bg/bg_texture_5.jpg') repeat fixed top left #F2F2F2;}
#bg_6{background: url('../images/bg/bg_texture_6.jpg') repeat fixed top left #F2F2F2;}
#bg_7{background: url('../images/bg/bg_texture_7.jpg') repeat fixed top left #F2F2F2;}
#bg_8{background: url('../images/bg/bg_texture_8.jpg') repeat fixed top left #F2F2F2;}
#bg_9{background: url('../images/bg/bg_texture_9.jpg') repeat fixed top left #F2F2F2;}
#bg_10{background: url('../images/bg/bg_texture_10.jpg') repeat fixed top left #F2F2F2;}
#bg_11{background: url('../images/bg/bg_texture_11.jpg') repeat fixed top left #F2F2F2;}
#bg_12{background: url('../images/bg/bg_texture_12.jpg') repeat fixed top left #F2F2F2;}


/* # Your-custom-css
-----------------------------------------*/

/*==================================================
 # Testimonials - Remove Quote Marks
==================================================== */

.testimonial{background:none;}

/*==================================================
 # Indent UL Items
==================================================== */

ul.bullet-1,ul.bullet-2,ul.bullet-3,ul.bullet-4,ul.bullet-5,ul.bullet-6,ul.bullet-7,ul.bullet-8{margin-left: 0; padding-left: 22px; text-indent: -22px;}

/*==================================================
 # Orbit-Slider (MIT) Overrides
==================================================== */

/* captions */
.orbit-wrapper .orbit-caption {right:auto; left:20px;}

/* directional nav (replace images with CSS triangles) */
div.orbit-wrapper div.slider-nav span.right { background:none; right:15px; width:0px; height:0px; border-bottom:40px solid transparent; border-top:40px solid transparent; border-left:40px solid #1d1060; font-size:0px; line-height:0px; }
div.orbit-wrapper div.slider-nav span.left { background:none; left:15px; width:0px; height:0px; border-top:40px solid transparent; border-bottom:40px solid transparent; border-right:40px solid #c1d72e; }

/*custom*/
#orbit-slider {background-color:transparent;}

/* limeblue header captions (orbit style) */
.limeblue-caption { display: block;}
.limeblue-wrapper .limeblue-caption { background: url(../images/sliders/orbit-caption.png) repeat 0 0; border: 1px solid rgba(0, 0, 0, 0.8); z-index: 5; color: #fff; text-align: left; padding: 20px; font-size: 13px; position: absolute; bottom: 20px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; width: 45%;	-moz-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.3);	-webkit-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.3);	-ms-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.3);	-o-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.3);	box-shadow: 1px 0 1px rgba(255, 255, 255, 0.3);  }
.limeblue-caption h3{font-size: 35px;}
.limeblue-caption a, .limeblue-caption h3{color: #FFFFFF;}
div.limeblue-wrapper { width: 100% !important; }
div.limeblue-wrapper { width: inherit;  height: inherit; }
.limeblue-wrapper .limeblue-caption { left: 20px; }

/* these ones go to the right */	
.pittenweem .limeblue-wrapper .limeblue-caption, .architectural-and-design-services .limeblue-wrapper .limeblue-caption, .land-asset-management .limeblue-wrapper .limeblue-caption { left: auto; right: 20px; }

/*==================================================
 # Misc Stuff
==================================================== */

.pdfbutton {float:right; padding:8px 8px 0px 0px}

/*==================================================
 # Green Style Overrides Below Here
==================================================== */
/*==================================================
 #Page-elements
==================================================== */

	/** begin top-section 
	-------------------------------------**/
	.top-main{height: auto;}	
	
	/** begin Logo 
	-------------------------------------**/
	.logo-img{width: 162px !important;}
	/* not much space, change margin for last column */
	.nav [class*="column"] + [class*="column"]:last-child {margin-left:10px;}	
	/** end Logo **/
	
	/** begin header 
	-------------------------------------**/
	.header{background-image:none;}
	
	.errorpage .header {background: #c1d72e url('../images/skins/green/header.jpg') no-repeat scroll center 0;}
	
	.architectural-and-design-services .header {height:375px; background: #f2f2f2 url('../images/limeblue/architectural_design.jpg') no-repeat scroll center 0;}
	
	.design-and-build .header {height:375px; background: #f2f2f2 url('../images/limeblue/design_build.jpg') no-repeat scroll center 0;}
	
	.land-asset-management .header {height:375px; background: #f2f2f2 url('../images/limeblue/land_asset_management.jpg') no-repeat scroll center 0;}
			
	.self-build .header {height:375px; background: #f2f2f2 url('../images/limeblue/self_build.jpg') no-repeat scroll center 0;}

	.pittenweem .header {height:375px; background: #f2f2f2 url('../images/limeblue/pittenweem.jpg') no-repeat scroll center 0;}
	/** end header **/
	
	/* #Misc
	---------------------------------------------------- */
	/*map*/
	#map {height: 375px;}

	#map img {max-width: none;}

	#pittenweem_gmap { background-color: #B6B6B6;   height: 380px; width: 100%; top: 0;}

	#pittenweem_gmap img {max-width: none;}	