/*
Theme Name:         Mater Private
Theme URI:          http://ican.ie
Description:        Adaption of Reverie 1.0.0 at http://themefortress.com/reverie/, author Zhen Huang, a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            1.0.0
Author:             ICAN
Author URI:         http://ican.ie
License:            Reverie MIT License
License URI:        Reverie http://www.opensource.org/licenses/mit-license.php
*/
/*
Yes I could have changed the information above but i wanted to give the credit to the designer's and the ICAN team for coming up with this design I learned a lot working on this project.I tried contacting the ICAN team for getting this team their correspondent Pat Ashe was assigned to my request but i never got the reply so here it is the almost full copy of the MATER PRIVATE HOSPITAL DESIGN.
*/
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
1.0 Customized Adjustments of Foundation for WordPress
2.0 Styling Basic WordPress Outputs
3.0 Customize Foundation Style Pagination for WP-Pagenavi
4.0 Mater Private Customized Style
*/
	
.galcategory ul li{
	display: inline-block;
	padding: 5px;
	line-height: ;
	color: #00477f;
	font-size: 1.3rem;
}
/* for custom style*/
#donation a {
	height: 50px;
	width: 70px;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
	float: right;
	background-color: #5291C3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 150px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
#donation a:hover,#donation .current-menu-item {
	background-color: #00477F;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
div#formdata {
	font-size: 14px;
	background-color: #00477F;
	border: solid 20px #eeeeee;
	padding: 10px;
	margin-left: 2px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius:10px;
	border-bottom-right-radius: 10px;
}
#name {text-transform:uppercase;
}
.text {
	color: #6e6e6e;
	font-size: 16px;
	padding: 8px 10px;
}
.companyname {
	padding: 8px 10px;
	background-color: #eeeeee;
	margin-top: 15px;
}
.companydetail {
	margin-left: 2px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius:10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 12px;
	margin-top: 15px;
	margin-left: 2px;
	background-color: #eeeeee;
	height:auto;
}
	
	/* ---------------------------------------------------
	1.0 Customized Adjustments of Foundation for WordPress
	--------------------------------------------------- */
	
	/* Auto Height for Images for Responsive Design */
	img { height: auto; }
	li { margin-bottom: 2%; }
				
	/* Foundation-specific presentation CSS by ZURB */
	div.highlight { margin-bottom: 12px; }
	img.beta { position: absolute; top: 0px; right: 0px; }
	
	/* -----------------------------------------
   	2.0 Styling Basic WordPress Outputs              
	----------------------------------------- */
	/* Add Align Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	background:#eeeeee;margin:0 0 20px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;display:table;border-spacing:10px;width:1%;}
		figure.figure br {display:none;}
		figure.figure figcaption { font-size: 13px; line-height: 18px; color: #555; }
		figure.figure img { max-width: inherit; }
		figure.figure img, figure.figure figcaption { display: table-row; }
		figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
		figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
		
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 1.3rem; font-weight: normal;	}
	/*  -------------------------------------------------------
    3.0 Customize Foundation Style Pagination for WP-Pagenavi
    ---------------------------------------------------- */ 
    
    /*div.wp-pagenavi { display: block; height: 24px; margin-left: -5px; color: #555; }
    div.wp-pagenavi a, div.wp-pagenavi span { float: left; display: block; padding: 6px 7px 4px; height: 24px; color: #555; font-size: 15px; margin-left: 5px; }
    div.wp-pagenavi span.pages { padding-left: 0; }
    div.wp-pagenavi .current, div.wp-pagenavi a:hover { border-bottom: solid 2px #00a6fc; color: #141414; }
    div.wp-pagenavi span.unavailable:hover { border-bottom: none; }*/
	
	/*  -------------------------------------------------------
    4.0 Mater Private custom style
    ---------------------------------------------------- */ 
	
	/*  --------------------------
    4.1 Hide quick cache front admin bar element as it doesn't
	currently work!
    ----------------------- */
	
	#wp-admin-bar-ws-plugin--qcache-ajax-clear-menu {display:none;}
	
	/*  --------------------------
    4.1 Handy
    ----------------------- */
	
	.clear {clear:both;display:block;height:1px;width:1px;}
	.divider {clear:both;}
	.bold {font-weight:bold;}
	.marginbottom { margin-bottom:20px;}
	.block{display:block;}
	
	/*  --------------------------
    4.1.1 Dividers
    ----------------------- */
	
	.doc-link {padding-bottom:2px;padding-left:22px;padding-top:2px;background:transparent;}
		.doc-link.word, .doc.word {background: url('http://alkhidmathospital.com/css/images/icons/files/page_white_word.png') left center no-repeat;}
		.doc-link.pdf, .doc.pdf {background: url('http://alkhidmathospital.com/css/images/icons/files/page_white_acrobat.png') left center no-repeat;}
		
	/*  --------------------------
    4.XX Dividers
    ----------------------- */
	
	/* hr {border:0px solid transparent !important;background-color:transparent !important;height:1px;}*/
	.border {border:1px solid #d6d6d6}
	.divider_space, .divider, .divider_thin {clear:both;display:block;margin-bottom:20px;padding-top:20px;width:100%;}
	.divider_thin {margin-bottom:10px;padding-top:10px;}
	.divider { background:url('http://alkhidmathospital.com/css/images/divider.png') no-repeat center top; height:36px; margin:20px 0 27px;}	
	.clearboth{clear:both;display:block;font-size:0px;height:0;line-height:0;width:100%;}
	 hr {background-color:#e5e5e5;border:0px;height:1px;margin:20px 0px;padding:0;}
	/*  --------------------------
    4.XX Colour defaults - these are the materprivate default colours
    ----------------------- */
	.color-dark {color:#00477f;} /* blue */
	.color-light {color:#5d9aca;} /* light blue */
	.color-lighest {color:#dfe5eb;} /* lighest blue */
	
	.color-text {color:#646464;} /* dark grey */
	
	.bg-color-dark {color:#00477f;} /* blue */
	.bg-color-light {color:#5d9aca;} /* light blue */
	.bg-color-lighest {color:#dfe5eb;} /* lighest blue */
	
	/*  --------------------------
    4.XX Curves - border radius classes
    * see http://border-radius.com/
    ----------------------- */
	.curves {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
	
	.curves-br {-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;}
		.curves-br img {-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;}
	
	.curves-tr {-webkit-border-top-right-radius:10px;-moz-border-radius-topright:10px;border-top-right-radius:10px;}
	.curves-bl {-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-left-radius:10px;}
	.curves-tl {-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px;border-top-left-radius:10px;}
	
	.curves-blbr {-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
	.curves-tltr {-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
	.curves-tlbr {-webkit-border-top-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomright: 10px;border-top-left-radius:10px;border-bottom-right-radius: 10px;}
	.curves-trbl {-webkit-border-top-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-bottomleft: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}
	
	.curves-trbr {-webkit-border-bottom-right-radius: 10px;-moz-border-radius-bottomright: 10px;border-bottom-right-radius: 10px;}
	
	.curves-tltrbl {-webkit-border-radius:10px;-webkit-border-bottom-right-radius:0;-moz-border-radius:10px;-moz-border-radius-bottomright:0;border-radius:10px;border-bottom-right-radius:0;}
	.curves-tltrbr {-webkit-border-radius:10px;-webkit-border-bottom-left-radius:0;-moz-border-radius:10px;-moz-border-radius-bottomleft:0;border-radius:10px;border-bottom-left-radius:0;}
	.curves-trbrbl {-webkit-border-radius:10px;-webkit-border-top-left-radius:0;-moz-border-radius:10px;-moz-border-radius-topleft:0;border-radius:10px;border-top-left-radius:0;}
	
	/* Foundation Button Colors override ---------- */
	
	.button	{background-color:#00477f;padding:9px 20px 11px;}
		.button.light{background-color:#5d9aca;}
	.button:hover {background-color:#5d9aca;}
		.button.light:hover	{background-color:#dfe5eb;color:#5d9aca;}
	.button.wide{display:block;clear:left;}
	
	/*  --------------------------
    4.XX CSS opacity
    ----------------------- */	
	
	.alpha60 {background:rgb(0,0,0);background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";}
	.transparent {
		zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	
	.transparent_background {}
	
		.transparent_background.seven {
			background:rgb(3,74,131);
			background:rgba(3,74,131,0.7);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
			-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* mimic transparency in IE8 by changing opacity of everything */
			filter:alpha(opacity=70);  /* mimic transparency in IE7 by changing opacity of everything*/
		}
	
	/*  --------------------------
    4.XX CSS rounded  - see http://blog.ardes.com/2009/3/4/css-circles
    ----------------------- */	
	
	.round {display:block;font-family:Arial,Helvetica,sans-serif;text-align:center;}
		.round.large {line-height:80px;width:80px;height:80px;-webkit-border-radius:5em;-moz-border-radius:5em;color:#fff;background-color:#00477f;}
		.round.medium {line-height:40px;width:40px;height:40px;-webkit-border-radius:5em;-moz-border-radius:5em;color:#fff;background-color:#00477f;}
		.round.small {line-height:30px;width:30px;height:30px;-webkit-border-radius:5em;-moz-border-radius:5em;color:#fff;background-color:#00477f;}
		
	/*  --------------------------
    4.XX CSS arrow  - see http://css-tricks.com/snippets/css/css-triangle/
    ----------------------- */
	
	.arrow{display:block;}
		.arrow.point-up {width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #00477f;}
		.arrow.point-down {width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #00477f;}
		.arrow.point-right {width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #00477f;}
		.arrow.point-left {width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid #00477f;}
	
	/*  --------------------------
    4.XX CSS list bullets <a href="#"><span class="css-bullet"><span class="arrow point-down"></span>This is the text</span></a>
    ----------------------- */
	
	.css-bullet {}
		.css-bullet .arrow{}
	.css-bullet .arrow {margin:6px 0px 0px 9px;}
		
	/*  --------------------------
    4.XX Shared Styles
    ----------------------- */
	
	body{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;font-family: Helvetica, Arial, sans-serif; color:#444; /*background:#F8F8FA url('http://alkhidmathospital.com/css/images/backgrounds/body.jpg') center top no-repeat;*/}
	html{background-color:#fff;}
	/*	--------------------------------------------------
	4.XX Links - inherited from foundation.css
	-------------------------------------------------- */
	
	a {color:#5d9aca;text-decoration:underline;line-height:inherit; }
	a:hover { color: #00477f; }
	a:focus { color: #cc4714; outline: none; }
	p a, p a:visited { line-height: inherit; }
	
	/*	--------------------------------------------------
	4.XX Elastislide links - inherited from plugins/display-an-elastislider/css/elastislide.css
	<div id="carousel" class="es-carousel-wrapper">
		<div class="es-carousel">
			<ul>
				<li></li>
				<li></li>
			</ul>
		</div>
	</div>
	-------------------------------------------------- */
	
	.es-carousel-wrapper {padding-top:0px;}
		.es-carousel-wrapper .es-carousel ul li .item p {line-height:1.3;}
		.es-carousel-wrapper .es-carousel ul li a{text-decoration:none;}
		.es-carousel-wrapper .es-carousel ul li a:hover{text-decoration:none;}
		.es-carousel-wrapper .es-carousel ul li .item h4{font-size:17px;}
	
	/*	--------------------------------------------------
	4.XX Lists - inherited from foundation.css
	-------------------------------------------------- */
	
	ul, ol {margin-bottom:18px;/*list-style:url('http://alkhidmathospital.com/css/images/backgrounds/bg-arrow-grey.gif');*/list-style-position:inside;}
	ol { margin-left: 30px; }
	li { margin-bottom:12px;/*padding-left:14px;*/}
	ul.noulstyle li {list-style:none;}  
	
	/*	--------------------------------------------------
    4.XX Typography - inherited from foundation.css
	-------------------------------------------------- */
	
	h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.5 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } 
	h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;} 
	h2 { font-size: 25px; font-size: 2.5rem; margin-bottom: 12px; }
	h3 { font-size: 20px; font-size: 2rem; margin-bottom: 12px; } 
	h4 { font-size: 16px; font-size: 1.5rem; margin-bottom: 12px; }
	h5 { font-size: 16px; font-size: 1.6rem; font-weight: normal; border-bottom: 1px solid #E5E5E5; padding-bottom: 20px; margin-bottom: 20px; font-style: italic; font-family: georgia;  } 
	h6 { font-size: 16px; font-size: 1.5rem; font-weight: normal;  font-style: italic; font-family: georgia; }  
	
	#tinymce{font-family: Arial, Helvetica, sans-serif;}
	#tinymce h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;} 
	#tinymce h2 { font-size: 25px; font-size: 2.5rem; margin-bottom: 12px; }
	#tinymce h3 { font-size: 20px; font-size: 1.4rem; margin-bottom: 12px; } 
	#tinymce h4 { font-size: 16px; font-size: 1rem; margin-bottom: 12px; } 
	#tinymce h5 { font-size: 16px; font-size: 1rem; font-weight: normal;border-bottom: 1px solid #E5E5E5; padding-bottom: 20px; margin-bottom: 20px; font-style: italic; font-family: georgia;  } 
	#tinymce h6 { font-size: 16px; font-size: 1rem; font-weight: normal;  font-style: italic; font-family: georgia; }  
	
	h1{ color:#00477f;/*font-family: 'Magra', Arial, sans-serif; !important*/}
	h2{ color:#00477f;/*font-family: 'Magra', Arial, sans-serif; !important*/}
	h3{ color:#00477f;/*font-family: 'Magra', Arial, sans-serif; !important*/}
	h4{ color:#444;/*font-family: 'Magra', Arial, sans-serif; !important*/}
	h5{ color:#00477f;/*font-family: 'Magra', Arial, sans-serif; !important*/}
	h6{ color:#00477f;/*font-family: 'Magra', Arial, sans-serif; !important*/}
	
	h2 a, h3 a{text-decoration:none;}
	
	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
	p { line-height: 1.8; margin: 0 0 18px; }
	p img { margin: 0; }
	p.lead { font-size: 18px;font-size:1.8rem;line-height: 2;} 
	
	.link{font-weight:bold; text-decoration: none; display: inline-block; padding: 10px 10px 10px 20px; color:#fff; background-color: #00477F; background-image:url('images/backgrounds/bg-arrow-small-grey.png'); background-position:10px center; background-repeat:no-repeat;}
	a.link:hover{color:#fff; text-decoration: underline;}
	
	/*	--------------------------------------------------
    4.XX vcard
	<ul class="vcard">
		<li><a href="#"><img src="#" alt="#"></a></li>
		<li class="fn"><a href="#" style=""></a></li>
		<li class="category"><span class="type">#</span>#</li>
	</ul>
	-------------------------------------------------- */
		
	.vcard {color:#666;background-color:#fff;}
		.vcard li {padding:0px 0px 10px 0px;line-height:normal;}
			.vcard li.fn {font-size:18px;color:#00477f;text-align:left;}
			.vcard li.category {}
				.vcard li.category span.type {}
			.vcard li.head {font-weight:bold;}	
			.vcard li span.type.head {font-weight:bold;}	
			
			/*.vcard li.email span.full {display:none;}
			.vcard li.email span.short {display:inline;}
			.vcard li span.head {font-weight:bold;display:block;}
			.vcard li img {float:none;margin-right:0px;}*/
			
	/*	--------------------------------------------------
    4.XX forms
	-------------------------------------------------- */
	
	/*	--------------------------------------------------
    4.XX Structure - these are the main structural element on the page
    container
    	row
        	<header>
            	nav-holder
                /nav-holder
                header
                /header
            </header>
        /row
    	row
        	header-spike
            /header-spike
			site-band
            /site-band
        /row
        [--- inside only ---]
    	row (.section-navigation)
        /row
    	row (.page-header)
        /row
    	row (#breadcrumb)
        /row
        [--- /inside only ---]
    	row (#content)
        	main (seven columns)
            	post-box
                /post-box
            /main
			sidebar (five columns)
            /sidebar
        /row
        [--- home only ---]
    	row
        	(elsti slider)
        /row
        [--- /home only ---]
    /container
	-------------------------------------------------- */
	
	#container{padding:0 20px;background-image:url('images/backgrounds/navigation.gif');background-repeat:repeat-x;}
	
		#nav-holder{display:block;height:38px;background-color:#ffffff;float:left;margin-bottom:10px;}
	
		#header {height:183px;}
	
		#header-spike {height:10px;}
		#site-band {}
	
	.single-service .site-band.pull-up, .single-consultant .site-band.pull-up, .error404 .site-band.pull-up{height:200px;}
	
	#section-navigation {display:block;height:48px;width:100%;}
	.section-navigation .menu-item{margin-right:4px;}
	
	#page-header {position:relative;} 
	
		.page-banner{height: 180px; background-position:top right;}
		.page-banner-large{height: 218px; background-position:top right;}
	
	#breadcrumb .breadcrumb{margin-left:20px; margin-right:20px; margin-top:20px;}
	#breadcrumb hr{margin-left:20px; margin-right:20px;}
	
	#content{margin-bottom:20px;}
	
	/*	--------------------------------------------------
    4.XX Navigations
	-------------------------------------------------- */
	
	#skip{position:absolute; left:-9999px;}
	a#skip:focus{left:auto; top:50px;}
	#menu{display:none;}
	
	/*
	* main navigation
	*/
	
	.nav-holder{z-index:10;}
	
		.menu-site-main-menu-container{float:left;}
		.nav-left-corner{background-color:#5291c3;-moz-bottom-right-border-radius: 8px;-webkit-bottom-right-border-radius: 8px;-khtml-bottom-right-border-radius: 8px;border-bottom-right-radius: 8px;height:38px;float:left;width:165px;}
		.nav-right-corner{background-color:#5291c3;-moz-bottom-left-border-radius: 8px;-webkit-bottom-left-border-radius: 8px;-khtml-bottom-left-border-radius: 8px;border-bottom-left-radius: 8px;height:38px;float:left;width:10px;}
		
		.nav-bar {margin-top:0;height:38px;border:none;}
		
			.nav-bar > li {line-height: 38px;border:none;} 
				.nav-bar > li > a {padding: 0px 20px 0 20px; color:#ffffff;font-weight:bold;-moz-bottom-left-border-radius: 8px;-moz-bottom-right-border-radius: 8px;-webkit-bottom-left-border-radius: 8px; -webkit-bottom-right-border-radius: 8px;-khtml-bottom-left-border-radius: 8px; -khtml-bottom-right-border-radius: 8px;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background-color:#5291c3;}
				.nav-bar > li.has-flyout a {text-decoration:none;background-image:url('images/backgrounds/navigation-divider.gif');background-repeat:no-repeat;background-position:center left;}
				.nav-bar > li.has-flyout > a:after{border-top:6px solid #97c9f0 !important;border-left:5px solid transparent;border-right:5px solid transparent;bottom:16px;}
				
				.nav-bar li ul {display:none;} /* hide sub menu non load */
				
				.flyout{top:38px;width:150px;background-color:#00477f;border:none;left:auto;z-index:4;}
					.flyout a{color:#ffffff; background-image:url('images/misc/arrow-white.gif') !important; background-repeat:no-repeat; background-position:center left; padding-left:8px;}
					.flyout a:hover{color:#5291c3;} 
					
			.nav-bar > li.has-flyout:hover > a{-moz-border-radius: 0;-webkit-border-radius: 0;-khtml-border-radius: 0;border-radius:0;background-image:none;}
			.nav-bar > li:hover > a{background-color:#00477f; color:#ffffff;}
			.nav-bar > li.current-menu-item > a{background-color:#00477f; color:#ffffff; background-image:none;}
			.nav-bar > li.current-menu-ancestor > a{background-color:#00477f; color:#ffffff; background-image:none;}
		
	/*
	* Double menu is used for splitting dropdown menu into 2 sections. Add this
	* class to the menu item in 'menus' that appears on the right. See naviation for 'patients'
	* for example - ie 'Centres'
	<ul class="nav-bar">
		<li class="multi-column-parent triple">
			<a>Patients</a>
			<ul class="sub-menu flyout">
				<li class="column first has-flyout">
					<a href="#">Information</a>
					<ul class="sub-menu flyout">
						<li><a></a></li>
						<li><a></a></li>
					</ul>
				</li>
				<li class="column second has-flyout">
					<a href="#">Centres</a>
					<ul class="sub-menu flyout">
						<li><a></a></li>
						<li><a></a></li>
					</ul>
				</li>
				<li class="column third has-flyout">
					<a href="#">Centres</a>
					<ul class="sub-menu flyout">
						<li><a></a></li>
						<li><a></a></li>
					</ul>
				</li>
				<li class="clear"><a href="#"></a></li>
			</ul>
		</li>
	</ul>
	*/
	
	.nav-bar li.multi-column-parent {}
			
			/* widths */
			.nav-bar li.multi-column-parent.one ul.sub-menu.flyout {}
			.nav-bar li.multi-column-parent.two ul.sub-menu.flyout {width:300px;}
				.nav-bar li.multi-column-parent.two.with-info ul.sub-menu.flyout {width:310px;}
			.nav-bar li.multi-column-parent.three ul.sub-menu.flyout {width:460px;}
			
			
			
			/* heights */
			.nav-bar li.multi-column-parent.h-med ul.sub-menu.flyout {height:200px !important;}
			
			/* column widths */
			.nav-bar li.multi-column-parent ul.sub-menu li.column {width:130px;}
			.nav-bar li.multi-column-parent ul.sub-menu li.column.info-only {width:150px;}
					
				.nav-bar li.multi-column-parent ul.sub-menu li.column a:first-child {color:#5291c3;background:none !important;padding:0;} /* this is the first a ie 'Centres'*/
				.nav-bar li.multi-column-parent ul.sub-menu li.column.first ul.flyout {}
					.nav-bar li.multi-column-parent ul.sub-menu li.column.first > a:first-child {display:none;} /* this is the first column a ie 'Information'*/
				.nav-bar li.multi-column-parent ul.sub-menu li.column .flyout {padding:0;margin-top:-10px;width:180px !important;height:auto !important;}
					
					.nav-bar li.multi-column-parent ul.sub-menu li.column .flyout li {border-left:1px solid #5291C3;padding:5px 5px 5px 20px;margin:0;max-width:110px;}	
						.nav-bar li.multi-column-parent ul.sub-menu li.column.first .flyout li {border-left:0px;padding-left:0px;margin:0;max-width:auto;}	
						.nav-bar li.multi-column-parent ul.sub-menu li.column.info-only .flyout li {max-width:150px;}	
					.nav-bar li.multi-column-parent ul.sub-menu li.column .flyout a {color:#fff;background:url('images/misc/arrow-white.gif') center left no-repeat !important;padding-left:8px;}
						.nav-bar li.multi-column-parent ul.sub-menu li.column .flyout a:hover {color:#5291c3;}
					.nav-bar li.multi-column-parent ul.sub-menu li.column.info-only .flyout li a {color:#fff;background-image:none !important;margin-left:0px;padding-left:0px;}
						.nav-bar li.multi-column-parent ul.sub-menu li.column.info-only .flyout li a:hover {color:#fff;}
			.nav-bar li.multi-column-parent ul.sub-menu li.clear {float:none;clear:both;}
				.nav-bar li.multi-column-parent ul.sub-menu li.clear a {display:none;}
	/*
	* section navigation
	*/
	
	.section-navigation {}
		
		.section-navigation .nav-bar {margin:0px;padding:5px 7px 5px 7px;height:38px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px;}
			
			.section-navigation .nav-bar > li > a {-webkit-border-radius:10px;-webkit-border-bottom-left-radius:0;-moz-border-radius:10px;-moz-border-radius-bottomleft:0;border-radius:10px;border-bottom-left-radius:0;}
			
			.section-navigation .nav-bar > li.has-flyout a{background-image:none;}
			.section-navigation .nav-bar > li.has-flyout > a::after{}
			.section-navigation .flyout{}
			.section-navigation .flyout a{/*background-image:url('http://alkhidmathospital.com/css/images/backgrounds/bg-arrow-down-purple.png');*/}
			.section-navigation .flyout a:hover{color:#5291c3;}
			.section-navigation .nav-bar > li.has-flyout:hover > a{-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px;}
			.section-navigation .nav-bar li.current-menu-item a {}
		.section-navigation .nav-bar > li:hover > a{}
	/*	--------------------------------------------------
    4.XX Header
	-------------------------------------------------- */
	
	.header {clear:left;}
		.header a{color:#00477f;}
			.header a:hover{color:#5291c3;text-decoration:underline;}
		
		/*
		* logo
		*/
		
		.header .logo{float:left; margin:23px 51px 0 30px;}
		
		/*
		* subheader
		*/
		
		.header .subheader{float:left; border-left:1px solid #9fb4ce; height:46px; margin-top:55px; padding:5px 0 0 51px; color:#5291c3; font-size:16px; font-style: italic; font-family: georgia;}
		/*
		* search box
		*/
		
		.header form {display:block;float:right !important;width:280px;margin:0;padding:57px 0 0 0;}
			.header form fieldset {border:none; padding:0; margin:0;}
				.header form fieldset #find {width:219px;height:27px;float:left;padding:0 0 0 3px; margin:0 0 10px 0;border-top:1px solid #a3b5ca;border-left:1px solid #a3b5ca;border-bottom:1px solid #a3b5ca;border-right:0;background-repeat:no-repeat;}
					.header form fieldset #find.idle-field {background-image:url('images/backgrounds/find.gif'); }
					.header form fieldset #find.focus-field {background-image:none;}
				.header form fieldset .submit {width:54px;height:29px;float:left;background-image:url('images/misc/find.gif');background-repeat:no-repeat;text-indent:-9em;border:none;}
					.header form fieldset .submit:hover {background-position:right;cursor:pointer;}
			
		.header .directions{float:right;}
	
	.header-spike {background:url('images/backgrounds/bg-site-spike-transparent.png') left center no-repeat;z-index:3;}
	.site-band {position:absolute;z-index:0;top:240px;left:0;height:219px;width:100%;background:#034a83 url('images/backgrounds/bg-site-band-blue.png') center center repeat-y;}
		.home .site-band.pull-up {top: 228px; height: 258px;}
		.site-band.pull-up {top:193px;height:180px;}
	/*	--------------------------------------------------
    4.XX content
	-------------------------------------------------- */
	
	.content-page .post-box, .single-service .post-box, .single-consultant .post-box, .single-resource .post-box, .search .post-box, .error404 .post-box{padding-left:20px;}
	.post-box ul, ol {margin-bottom:18px;list-style:url('http://alkhidmathospital.com/css/images/backgrounds/bg-arrow-grey.gif');list-style-position: outside; margin-left: 2em; line-height: 1.8;}
	ul.vcard, ul.tabs-content{list-style:none !important; list-style-image:none !important; margin-left:0 !important;}
	.post-box ol { margin-left: 30px; }
	.post-box li { margin-bottom:6px;/*padding-left:14px;*/}   
	
	.page-template-page-full-php .post-box{padding-left:20px; padding-right:20px;}
	
	.post-box p {line-height:1.8; font-family: Arial, Helvetica, sans-serif; } 
	.post-box ul, .post-box ol {font-family: Arial, Helvetica, sans-serif; } 
	.post-box {}
	.post-box h1 {}
	.post-box h2 {}
	.post-box h3 {}  
	.post-box h4 {}
	
	/* Resizing the Blog Post */
	/*.post-box p {line-height:1.7;}
	.post-box {font-size:14px;line-height:20px;}
	.post-box h1 {font-weight:bold;font-size:30px;line-height:1;margin-bottom:10px; }
	.post-box h2 {font-weight:bold;font-size:26px;line-height:1;margin-bottom:10px; }
	.post-box h3 {font-size:22px;}
	.post-box h4 {font-size:18px;}*/
	
		/*
		* figure
		<figure class="figure [alignright]">
			<a><img/></a>
			<br>
			<figcaption></figcaption>
		</figure>
		*/
		
		.post-box .figure {}
			.post-box .figure img {}
			.post-box .figure br {display:none;}
			.post-box .figure figcaption {font-size:0.9em;}
	
	.post-box.orbitize p { padding:0;margin:0;}
	
	.post-box .post-meta {font-size:1em;color: #888; border-left: 3px solid #CCC; padding-left: 10px;margin-bottom:10px;}
		.post-box .post-meta a {display:inline;}
		.post-box .post-meta .pt {}
		.post-box .post-meta .url {margin-left:10px;}
	.post-box .service-holder img {width:100px;height:auto;}
	
	/*
	.post-box img {-webkit-border-radius:10px;-webkit-border-bottom-right-radius:0;-moz-border-radius:10px;-moz-border-radius-bottomright:0;border-radius:10px;border-bottom-right-radius:0;}
	*/
	
	blockquote {
		margin: 0 0 20px;
		padding: 0 20px 0 19px;
		border-left: 5px solid #DDD;
	}
	
	/*	--------------------------------------------------
    4.XX sitemap - used on sitemap page - called from shortcode sitemap
	-------------------------------------------------- */
	
	.sitemap {}
		.sitemap ul{}
				.sitemap ul li a {font-weight:bold;}
			/*.sitemap ul li{display:inline;}*/
			.sitemap ul li ul.children {}
				.sitemap ul li ul.children a{font-weight:normal;}
				.sitemap ul li ul.children ul.children a {font-weight:bold;}
					.sitemap ul li ul.children ul.children ul.children a{font-weight:normal;} 
	
	/*	--------------------------------------------------
    4.XX box - just a simple coloured box for inline content
	-------------------------------------------------- */
	
	.box {padding:20px;background-color:#00477f;color:#fff;}
		.box a{color:#fff;}
		.box p {line-height:1.3;}
		.box a:hover{color:#fff; text-decoration:undrline;}
		.box h5{color:#fff; border:none; padding-bottom:0; margin-bottom:0; font-size: 30px; font-size: 2.3rem;}
		.box .buttons {float:right;margin-left:20px;text-align: right;}
		.box .buttons form {margin-bottom:5px;}
		.box .buttons a.button {display:block;margin-bottom:10px;}
	
	/*	--------------------------------------------------
    4.14 section
	-------------------------------------------------- */
	
	.section-widgets{margin-left:-15px;}
	
	/*
	.section {max-height:340px;position:relative;z-index:1;background-color:#5f9bcb;-webkit-border-top-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-bottom-right-radius:10px;}
	*/
	
	/*	--------------------------------------------------
    4.15 breadcrumb
	<div class="breadcrumb breadcrumbs">
		<div class="breadcrumb-trail">
			<span class="trail-before"><span class="breadcrumb-title">Browse:</span></span> 
			<a href="http://materprivate.local" title="Mater Private Hospital" rel="home" class="trail-begin">Home</a> 
			<span class="sep">/</span> 
			<a href="http://materprivate.local/heart-centre/" title="Heart Centre">Heart Centre</a> 
			<span class="sep">/</span> 
			<span class="trail-end">Cardiac CT</span>
		</div>
	</div>
	-------------------------------------------------- */
	
	#breadcrumb {}
	
	/*	--------------------------------------------------
    4.16 heading trigger - open close functionality - JS for this is in the app.js
	This is also called from the shortcode [toggle_haeding] and [toggle_content]  
	-------------------------------------------------- */
	
	h2.trigger {line-height:22px;font-size:16px;background:#E6E6E6 url('http://alkhidmathospital.com/css/images/backgrounds/bg-toggler.png') left top repeat-x;border:1px solid #e1e1e1;padding-top:10px;padding-bottom:10px;}
		h2.trigger.icon-right {padding-left:20px;}
		h2.trigger .icon-open-close {
		float:left;display:block;width:58px;height:46px;background:url('http://alkhidmathospital.com/css/images/icons/icon-open-close.png') left top no-repeat; margin-top: -12px; margin-right: -10px;}
		h2.trigger.icon-right .icon-open-close {float:right;}
		h2.active {background-position:left bottom;border-bottom:0px;background-image:none;}
		h2.active .icon-open-close {background-position:left bottom;}
		h2.trigger:hover{text-decoration:underline; cursor:pointer;}
		
	.toggle_container {margin:-10px 0 10px 0;padding:15px 15px;clear:both;border:1px solid #e1e1e1;border-top:0px;}
		
	/*	--------------------------------------------------
    4.17 pagination - this function is located in /library - see http://design.sparklette.net/teaches/how-to-add-wordpress-pagination-without-a-plugin/
	<div class="pagination">
		<span>Page 1 of 2</span>
		<span class="current">1</span>
		<a href="http://materprivate.local/about/news/page/2/" class="inactive">2</a>
	</div>
	-------------------------------------------------- */		
	
	.pagination {text-align:center;margin:0 auto;clear:both;font-weight: bold; line-height:13px;}
		.pagination span, .pagination a {color:#000;background:#efefef;display:block;float:left;margin: 2px 2px 2px 0;padding: 9px 12px 9px 12px;text-decoration:none;width:auto;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
		.pagination a:hover{color:#fff;background:#5d9aca;}
		.pagination .current{padding: 9px 12px 9px 12px;background:#00477F;color:#fff;}	 
	
	/*	--------------------------------------------------
    4.18 inline-login-form-holder
	-------------------------------------------------- */
	
	.inline-login-form-holder {padding:10%;border:1px solid #000;background-color:#ccc;}
		.inline-login-form-holder.logged-in {background-color:#9dd8b3;}
	
	/*	--------------------------------------------------
    4.XX search-box-area
	-------------------------------------------------- */
	.search-box-area {clear:both;padding:20px 20px 0px 20px;background: url('http://alkhidmathospital.com/css/images/backgrounds/bg-feature-box.png') left top repeat-x;}
		
		.search-box-area form {margin:0;padding:0;}
		.search-box-area #s, .search-box-area #c {padding-left:1%;width:100%;height:30px;margin-bottom:10px;color:#a9a9a9;font-size:1em;}
		/*.consultant-search-options #c.idle-field{background:url('images/backgrounds/find.gif') left center no-repeat; }
		.consultant-search-options #c.focus-field{background-image:none;}*/
		
	/*	--------------------------------------------------
    4.19 consultant search - found on a 'find a consultant' and 'find a service' page
	-------------------------------------------------- */
	
	.find-search-options {clear:both;}
		
		.find-search-options form {margin:0;padding:0;}
		.find-search-options .search-and-filters {background-color:#5291c3;padding:20px;}
			.find-search-options .search-and-filters #c, .find-search-options .search-and-filters #s {padding-left:1%;width:100%;height:30px;color:#555;font-size:1em;}
			.find-search-options .search-and-filters select{width:100%;height:36px;color:#555;font-size:1em;}
		
	.find-search-results {}
	
		.find-search-alphabet {text-align:center;}  
			.find-search-alphabet .letters {padding:10px;font-size:18px; text-transform: uppercase;}
				.find-search-alphabet .letters a {font-weight:bold;font-size:14px;color:#00477f;text-decoration:none;display:inline-block;padding:3px 5px 3px 5px;margin:0px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
					.find-search-alphabet .letters.all a {margin:0px 1px 0px 1px;} 
					.find-search-alphabet .letters a.current {color:#fff;background-color:#00477f;}
					.find-search-alphabet .letters a.off {color:#ccc;}
					.find-search-alphabet .letters a:hover {text-decoration:none;background-color:#5d9aca;color:#fff;}
					.find-search-alphabet .letters a.off:hover {background-color:#fff;color:#ccc;}
					
	.single-consultant .consultant-picture img{border: 10px solid #EFEFEF; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
	.find-search-results .button-set, .single-consultant .button-set{padding-bottom:10px;}
		.find-search-results .button-set form, .single-consultant #content form{margin:0;padding:0; display:inline-block;}
		.find-search-results .button-set .button, .single-consultant .button{margin-bottom:2%;}
	
	.content-section{border-left: 4px solid #5D9ACA;padding-left: 10px;margin-bottom: 20px; }
		.content-section.no-margin-bottom {margin-bottom:0px;}
	
	/*	--------------------------------------------------
    4.XX contact_card - appears in the sidebar for consultant details
	-------------------------------------------------- */
	.contact_card {}
		.contact_card.listing .heading{font-weight:bold;}
		.contact_card.listing .details{}
		.contact_card.listing .details h6{}
		.contact_card.listing .details img{}
		
		.service-v-card form, .service-v-card form .button{width:100%;}
			
	/*	--------------------------------------------------        
    4.XX displayconsultantsidebar-widget - displays a photo and name of a consultant
	-------------------------------------------------- */                       
	
	.displayconsultantsidebar-widget {}
	
	/*	--------------------------------------------------
    4.XX thumbandtitle - generic display of a content type thumb and title in sidebars etc
	-------------------------------------------------- */
	
	.thumbandtitle {display:block;position:relative;margin:0 auto;text-align:center;max-width:240px;background-color:#fff;text-decoration:none;}
		.thumbandtitle.service {position:relative;/*background-color:#eeeeee;*/padding-top:10px;}
		.thumbandtitle:hover {text-decoration:none;}
		
		.thumbandtitle img{}
		.thumbandtitle.service img{margin-bottom:10px;}
		
		.thumbandtitle .title{padding:10px 0px;text-align:left;display:block;width:100%;position:absolute;bottom:0px;left:0px;z-index:1;background-color:#5d9aca;}
			.thumbandtitle.service .title{position:relative;bottom:0px;left:0px;z-index:1;}
			.thumbandtitle .title span{display:block;color:#fff;}
				.thumbandtitle .title span.heading{font-weight:bold;padding:0px 10px;}
				.thumbandtitle .title span.excerpt {padding:5px 10px 0px 10px;}
		
	/*	--------------------------------------------------
    4.XX page-header - children of page template sections
	-------------------------------------------------- */
	
	.page-header {}
	
		.page-header .page-header-intro {z-index:2;position:relative; width:400px;}
			.page-header .page-header-intro {min-height:198px;}
				.page-header.single .page-header-intro {min-height:170px;}
				
		.page-header .page-header-graphic {max-height:218px;overflow:hidden;z-index:1;position:relative;}
			.page-header.single .page-header-graphic {max-height:190px;}
			.page-header .page-header-graphic h1{}
			.page-header .page-header-graphic.pull-it-left {}
			#page-header.pull-it-up {margin-top:-10px;}  
			
		.page-header h2 {font-size:35px;z-index:3;padding:20px 20px 0px 20px;position:absolute;bottom:-10px;left:0px;background-color:#fff; margin-bottom: 0;}
	
	/*	--------------------------------------------------
    4.XX iframe_embed from map and iframe shortcodes
	-------------------------------------------------- */
	
	.iframe_embed {margin:0;padding:0;border:none;overflow:none;}
	
	/*	--------------------------------------------------
    4.XX feature_box from shortcode
	-------------------------------------------------- */
	
	.feature_box {clear:both;padding-top:20px !important;background: url('http://alkhidmathospital.com/css/images/backgrounds/bg-feature-box.png') left top repeat-x;}
	
	/*	--------------------------------------------------
    4.XX Elastislide Style - see plugin for styles 
	-------------------------------------------------- */
	
	/*	--------------------------------------------------
    4.XX Refer a patient process
	-------------------------------------------------- */
	
	.refer-a-patient-process {}
	
		.refer-a-patient-process ul {list-style:none;}
		.refer-a-patient-process h3 {line-height: 2.4; margin-bottom: 20px;}
			.refer-a-patient-process h3 .step-number{float:left;margin-right:10px;}
	
		.refer-a-patient-process .css-bullet {display:block;float:left;margin-right:20px;text-align:center;color:#fff;width:20px;height:20px;-webkit-border-radius:5em;-moz-border-radius:5em;background-color:#dcdcdc;}
			.refer-a-patient-process a:hover .css-bullet {background-color:#00477f;}
				.refer-a-patient-process a:hover .css-bullet .arrow{border-left:4px solid #fff;}
		
	.service .two a{display:block; text-align:center;}
	.refer-a-patient-process .choose-a-service {}
	
		.refer-a-patient-process .choose-a-service ul {padding-top:10px;padding-left:0px;margin-left:10px;}
			.refer-a-patient-process .choose-a-service ul a{text-decoration:none;}
			.refer-a-patient-process .choose-a-service ul a:hover{text-decoration:underline;}
		
	.refer-a-patient-process .choose-a-consultant {}
		
		.refer-a-patient-process .choose-a-consultant p.step-info {}
		.refer-a-patient-process .choose-a-consultant .consultant-v-card {position:relative;}
		
			.consultant-v-card {}
			.consultant-v-card .contact_card {}
			.consultant-v-card .vcard{display:block;text-align:left;}
				.consultant-v-card .vcard li {margin-left:7px;}
					.consultant-v-card .vcard li.fn a{text-decoration:none;}
					.consultant-v-card .vcard li.fn a:hover{text-decoration:underline;}
			.consultant-v-card .button{width:100%;}
			.refer-a-patient-process .choose-a-consultant .consultant-v-card .select-area {padding:7px 10px 10px 10px;width:80px;height:18px;position:absolute;z-index:5;top:70px;left:40px;margin:0 auto;text-align:center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
				.refer-a-patient-process .choose-a-consultant .consultant-v-card .select-area a{color:#fff;font-weight:bold;}
				.refer-a-patient-process .choose-a-consultant .consultant-v-card .select-area a .css-bullet{margin-right:0px;}
			.refer-a-patient-process .choose-a-consultant .consultant-v-card .contact_card {}
		
	.refer-a-patient-process .download-a-referal {}
	
		.document {border-left:6px solid #dcdcdc;padding-left:20px;font-size:18px;}
			.document h4 {margin-bottom:20px; line-height: 1;}
			
			.document a.doc-fancy-link {display:block;font-size:14px;line-height:14x;font-weight:bold;padding:0;margin:0; text-decoration:none;} 
				.document a.doc-fancy-link .doc-head{padding-top:10px; display: block;}
				.document a.doc-fancy-link:hover .doc-head{text-decoration:underline;}
				.document a.doc-fancy-link .doc-type {display:block;float:left;margin-right:10px;background-color:#5d9aca;}
				.document a.doc-fancy-link:hover .doc-head{text-decoration:underline;}
				.document a.doc-fancy-link:hover .doc-type {background-color:#00477f;}
					.document a.doc-fancy-link .doc-type img{margin-top:15px;}
				.document a.doc-fancy-link .doc-info {display:block;padding-left:40px; padding-top:4px; color:#666; font-size:12px; text-decoration:none;} 
			
	/*	--------------------------------------------------
    4.XX Orbit override custom styles
	<div class="orbit-container">
        <div class="orbit-wrapper" style="width: inherit; height: inherit;">
			<div id="orbit-slider" class="orbit" style="width: inherit; height: inherit;">
				<img width="630" height="350" src="XXX" class="attachment-custom-630X350 wp-post-image" alt="XXX" title="XXX" data-caption="#orbit_caption_3" style="display: block; opacity: 1; z-index: 3;">
				<span class="caption transparent_background seven curves-tr" id="orbit_caption_3">
					<h2><a href="XXX" title="XXX">XXX</a></h2>
					<hr>
					<p>XXX</p>
				</span>
        	</div>
			<div class="timer"><span class="mask"><span class="rotator" style="-webkit-transform: rotate(86deg);"></span></span><span class="pause"></span></div>
			<div class="orbit-caption" id="#orbit_caption_3" style="display: block;">
				<h2><a href="XXX" title="XXX">XXX</a></h2>
				<hr>
				<p>Ed, Urology patient</p>
			 </div>
			 <div class="slider-nav"><span class="right">Right</span><span class="left">Left</span></div>
		 </div> <!-- orbit-wrapper -->
	</div> <!-- orbit-container -->
	-------------------------------------------------- */
	
	.orbit-corner {position:absolute; z-index:9; width:20px; height:20px; background:url('images/orbit/top-corner.png') no-repeat; margin-top: 10px;}
	
	.orbit-container { height:336px;overflow:hidden;}
		
		/*
		* Various positioning
		*/
		
		.spike .orbit-container {margin-top:-10px;}
		.section .orbit-container {margin-left:-7.8%;}
		.home .orbit-container {margin-right:-8.9%;z-index:1;position:relative;}
			.home .orbit-container img {height:350px;}
		
		/*
		* Timer
		*/
		
		.orbit-container div.timer{top:20px;right:20px;}
		
		/*
		* Slider navigation
		*/
		
		.orbit-container div.slider-nav {}
		
			.orbit-container div.slider-nav span {width:31px;height:31px;top:65%;margin-top:10%; }
		
				.orbit-container div.slider-nav span.right {background:#00477f url('images/orbit/right-arrow.gif') center center no-repeat;right:5%;-webkit-border-radius:5px;-webkit-border-top-left-radius: 0;-moz-border-radius:5px;-moz-border-radius-topleft: 0;border-radius:5px;border-top-left-radius: 0;}
				.orbit-container div.slider-nav span.left {background:#00477f url('images/orbit/left-arrow.gif') center center no-repeat;left:83%;-webkit-border-radius:5px;-webkit-border-top-right-radius: 0;-moz-border-radius:5px;-moz-border-radius-topright: 0;border-radius:5px;border-top-right-radius: 0;}
		
		/*
		* Actual content
		*/
	
		.orbit-container .section img{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;}
		.orbit-container img {height:350px;}
		
		.orbit-container .caption {display:none;} /* auto generated .orbit-caption takes .caption inner HTML */
		
		.orbit-container .orbit-caption {max-width:250px;padding:20px;color:#fff;position:absolute;left:0px;bottom:50px;
			-webkit-border-top-right-radius:10px;
			-moz-border-radius-topright:10px;
			border-top-right-radius:10px;
			background:rgb(3,74,131);
			background:rgba(3,74,131,0.7);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
			-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
		}
			
			.orbit-container .orbit-caption h2, 
			.orbit-container .orbit-caption h3, 
			.orbit-container .orbit-caption hr,
			.orbit-container .orbit-caption p {margin:0 0 5px 0;padding:0;text-align:left;}
			
			.orbit-container .orbit-caption h2, 
			.orbit-container .orbit-caption h3 {line-height:1.2;font-size:2rem;font-family: Helvetica, Arial, sans-serif;}
			
				.orbit-container .orbit-caption h2 a {color:#fff;}
					.orbit-container .orbit-caption h2 a:hover {color:#ccc;}
	
	/*	--------------------------------------------------
    4.XX Foundation tabs
	-------------------------------------------------- */
	
	.tabFrameBox {}
	
	dl.tabs {height:42px;}
		dl.tabs dd a {line-height:40px;height:41px;font-size:16px;color:#fff;background-color:#5d9aca;font-weight:bold; border: solid 1px white; text-decoration:none;}
		dl.tabs dd a.active {color:#00477f;height:42px;background:url('http://alkhidmathospital.com/css/images/backgrounds/bg-tab-on.png') left top repeat-x; border-color: #CCC;}
		dl.tabs dd a:hover{background-color:#00477f;}
		dl.tabs dd a.active:hover{background-color:#5d9aca;}
	
	ul.contained.tabs-content{margin:0;}  
		
	li.tabcontent {list-style:none;}
	
	/*
	* Used on single service pages
	*/
	
	.blue-tabs {}
	
		.blue-tabs dl.tabs {height:32px;margin-bottom:0px;}
			.blue-tabs dl.tabs dd a {margin-right:1px;color:#fff;background-color:#5d9ac9;line-height:30px;height:31px;font-size:12px;font-weight:bold;border:solid 1px white;border-bottom:0px;border-left:0px;text-decoration:none;-webkit-border-top-right-radius:10px;-moz-border-radius-topright:10px;border-top-right-radius:10px;}
				.blue-tabs dl.tabs dd a.active {color:#fff;background-color:#054d86;height:32px;background-image:none;}
				.blue-tabs dl.tabs dd a:hover{background-color:#054d86;}
				.blue-tabs dl.tabs dd a.active:hover{background-color:#054d86;}
			
		.blue-tabs ul.tabs-content{margin:0;}
		
			.blue-tabs ul.tabs-content li {}
			
				.blue-tabs ul.tabs-content li .button-set a.button {background-color:#5d9ac9;}
	
	/*	--------------------------------------------------
    4.XX sidebar
	-------------------------------------------------- */
	
	.content-page #sidebar, .single-service #sidebar, .single-consultant #sidebar, .single-resource #sidebar, .search #sidebar, .error404 #sidebar{width: 280px;}
	
		.sidebar.landing{background-position:left top;padding-top:50px;padding-bottom:50px;background-color:#619CCC;}
		.sidebar.inside {background-color:#efefef;}
		
	.home .sidebar {z-index:2;position:relative;}
	
	.sidebar-box {}
		
		.sidebar-box .ten{width: auto !important;}
		
		.sidebar-box .widget form, .sidebar-box .widget fieldset, .sidebar-box .widget p {margin:0;}
		.sidebar-box .widget {margin: 20px 20px 20px 20px; color:#fff;} 
		.sidebar-box .widget.centre-sidebar-section{} 
		
		.sidebar-box .section-intro h1 {color:#fff; line-height:1;}
		.sidebar-box .home-sidebar-section, .sidebar-box .centre-home-sidebar-section{margin-left:20px; margin-right:20px;}
		
		.sidebar-box .menu{/*margin-left:20px !important; margin-right:20px !important;*/}
		.sidebar-box h6{margin-left:20px; margin-right:20px;} 
		.move-over {display:block;margin-left:48px;margin-top:-22px;} 
		
	.section-widgets .gform_widget .medium{width:95% !important; }
	.section-widgets .gform_widget{border-right:1px solid #ccc;} 
	
	/*	--------------------------------------------------
    6.0 widgets
	-------------------------------------------------- */
		
		.widget {}
			.widget h6{margin-bottom:10px;}
		
		/* --------------------------------------------------
		4.XX display_a_vcard - sidebar widget displaying clever vcard
		<article class="ten columns centered display_a_vcard">
			<div class="widget centre-home-sidebar-section cancer">
				<div>
				<h6></h6>
				<ul class="vcard">
					<li class="email"><a class="social email" href="mailto:info@materprivate.ie" title="Email Dublin"><span class="full">XXX</span><span class="short">XXX</span></a></li>
					<li class="tel"><span class="type head">Phone</span> <span class="value">XXX</span></li>
					<li class="tel"><span class="type head">Fax</span> <span class="value">XXX</span></li>
					<li class="adr"><span class="head">Address</span>XXX</li>
				</ul>
				</div>
			</div>
		</article>
		-------------------------------------------------- */
		
		.display_a_vcard {}
		
			.display_a_vcard h6 {}
			.display_a_vcard ul.vcard {width:180px;margin:0 auto 0 auto !important;text-align:left;}
				.display_a_vcard ul.vcard li {margin-left:7px;}
			
			/*
			When it appears in a section sidebar home page (centre-home-sidebar-section)
			*/
			.display_a_vcard .widget.centre-home-sidebar-section {padding:20px;background-color:#00477f;-webkit-border-top-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-bottom-right-radius:10px;}
			
				.display_a_vcard .widget.centre-home-sidebar-section h6 {margin:0px;padding:0px;font-style:normal;font-family:Helvetica,Arial,sans-serif;color:#fff;padding-left:12px;font-size:16px;font-weight:bold;background:url('images/backgrounds/bg-arrow-white.png') left 3px no-repeat;padding-bottom:10px;}
				.display_a_vcard .widget.centre-home-sidebar-section ul.vcard {margin:0px;padding:0px;color:#666;background-color:#00477f;border:0px;text-align:left;}
					.display_a_vcard .widget.centre-home-sidebar-section ul.vcard li {padding:0px 0px 10px 0px;color:#fff;}
						.display_a_vcard .widget.centre-home-sidebar-section ul.vcard li a {font-size:auto;color:#00477f;text-align:center;color:#fff;}
		
		.display_a_vcard .widget.centre-home-sidebar-section ul.vcard {width:auto;margin:inherit;text-align:left;}
		
		/*	--------------------------------------------------
		6.1 sidebar vcard
		-------------------------------------------------- */
		
		.sidebar-box .vcard{display:block;text-align:center;}
		
		/*	--------------------------------------------------
		6.1 textandaction widget
		-------------------------------------------------- */
		.textandaction  {border:0;background-color:#00477f;color:#fff;padding:20px;}     
			.textandaction h2 {color:#fff;padding-left:12px;padding-bottom:0px;margin-bottom:5px;line-height:16px;font-size:16px;font-weight:bold;background:url('images/backgrounds/bg-arrow-white.png') left 3px no-repeat;}
			.textandaction p {}
			.textandaction a {margin-top:5px;color:#fff;text-decoration:none;}
				.textandaction a:hover {text-decoration:underline;}
		
		/*	--------------------------------------------------
		6.1 section template bottom widgets
		-------------------------------------------------- */
		
		.mater-dropdown-widget {}
		
			.mater-dropdown-widget fieldset{border:0;background-color:#00477f;color:#fff;padding:50px 20px;}
				.mater-dropdown-widget fieldset h5 {color:#fff;}
				.mater-dropdown-widget fieldset a {color:#fff;text-decoration:none;}
				.mater-dropdown-widget fieldset a:hover {color:#fff;text-decoration:underline;}
			.mater-dropdown-widget label {padding-left:12px;font-size:16px;font-weight:bold;background:url('images/backgrounds/bg-arrow-white.png') left 3px no-repeat;padding-bottom:10px;}
			.mater-dropdown-widget .input-select{color:#737373;border:0;padding:5px;width: 100%;}   
		
		/*	--------------------------------------------------
		6.2 widget_nav_menu menus 
		-------------------------------------------------- */
		
		/* structure */
		.sidebar .widget ul.menu {}
			
			.sidebar .widget_nav_menu, .sidebar .service-menu-widget{}
			
			.sidebar .widget ul.menu, .sidebar .widget ul.menu ul, .sidebar .widget ul.menu li {margin:0;padding:0;} /*reset*/
				
			.sidebar .widget ul.menu, .sidebar .widget ul.menu ul {list-style: none;}
	
				.sidebar .widget ul.menu li {clear:both;float:none;}
				.sidebar .widget ul.menu li:hover {}
	
				.sidebar .widget ul.menu ul {padding-bottom:10px;display:none;}
				.sidebar .widget ul.menu a{font-size:14px;display:block;padding:10px 10px 10px 20px;text-decoration:none;/*margin-top:1px;*/font-weight:bold; background-image:url('images/backgrounds/bg-arrow-small-grey.png'); background-position:10px 16px; background-repeat:no-repeat; margin-left: 0; }
				.sidebar .widget ul.menu a:hover{text-decoration:underline; background-image:url('images/backgrounds/bg-arrow-small-white.png');} 
					.sidebar .widget ul.menu ul a {font-size:13px;width:auto;padding-top:2px;padding-bottom:2px;margin-top:0px;font-weight:normal;}
					.sidebar .widget ul.menu ul li {border-bottom:0px;}
						.sidebar .widget ul.menu ul ul {display:none;padding-bottom:0px;}
						.sidebar .widget ul.menu ul ul a {margin-top:0px;font-weight:normal;}
						.sidebar .widget ul.menu ul li a {padding: 10px 10px 5px 20px;} 
							.sidebar .widget ul.menu ul ul li a{padding-left:30px;}
							.sidebar .widget ul.menu ul ul ul a {margin-top:0px;font-weight:normal;}
							.sidebar .widget ul.menu ul ul a:hover {text-decoration:underline;}	
								.sidebar .widget ul.menu ul ul ul li a{padding-left:25px;}
								
					.sidebar .widget ul.menu li.current-menu-ancestor > ul {display:block;}
					.sidebar .widget ul.menu li.current-menu-parent > ul {display:block;}
					.sidebar .widget ul.menu li.current_page_item > ul {display:block;}
	
					* html .sidebar .widget ul.menu li.current-menu-ancestor ul,
					* html .sidebar .widget ul.menu li.current-menu-parent ul,
					* html .sidebar .widget ul.menu li.current_page_item ul, 
					* html .sidebar .widget ul.menu li.current-menu-item ul{display:block;}
		
		/* colors */
		.sidebar .widget ul.menu a{color:#4c4c4c;}
		.sidebar .widget ul.menu li {border-bottom:1px solid #e5e5e5;}
		.sidebar .widget ul.menu li.current-menu-ancestor ul a, .sidebar .widget ul.menu li.current-menu-item ul a {color:#4c4c4c;}
		.sidebar .widget ul.menu ul li.current-menu-ancestor ul a, .sidebar .widget ul.menu ul li.current-menu-item ul a {color:#4c4c4c; font-weight:normal;}
		
		/* section color defaults - use site defaults here as section colors are used in header */
		.sidebar .widget ul.menu a:hover {background-color:#00477f;color:#fff;text-decoration:none;}
			.sidebar .widget ul.menu li.current-menu-item, .sidebar .widget ul.menu li.current-menu-ancestor{background-color:#00477f;color:#fff;background-image:url('images/backgrounds/bg-arrow-small-white.png') !important; background-position:10px 16px; background-repeat:no-repeat; margin-left: 0; }
			.sidebar .widget ul.menu li.parent-back, .sidebar .widget ul.menu li.parent-back{background-color:#5D9ACA;color:#fff;background-image:url('images/backgrounds/bg-arrow-small-white.png') !important; background-position:10px 16px; background-repeat:no-repeat; margin-left: 0; }
			.sidebar .widget ul.menu li.current-menu-ancestor a, .sidebar .widget ul.menu li.current-menu-item a {color:#fff;}
			.sidebar .widget ul.menu li.current-menu-ancestor ul, .sidebar .widget ul.menu li.current-menu-item ul {background-color:#dfe5eb;}
			.sidebar .widget ul.menu ul li a:hover {background-color:transparent;color:#00477f;}
			.sidebar .widget ul.menu ul li.current-menu-item a{background-color:#dfe5eb;color:#00477f;font-weight:bold;}
	
		/* hide ancestors class */
		/*.sidebar .hide-ancestors .widget ul.menu li.menu-item {display:none;}
		
			.sidebar .hide-ancestors .widget ul.menu li.current-menu-ancestor,   
			.sidebar .hide-ancestors .widget ul.menu li.current-menu-parent, 
			.sidebar .hide-ancestors .widget ul.menu li.current-menu-item {display:block;}
				
				.sidebar .hide-ancestors .widget ul.menu li.current-menu-parent li.menu-item {display:block;}
				.sidebar .hide-ancestors .widget ul.menu li.current-menu-item li.menu-item {display:block;}*/
		
		/*	--------------------------------------------------
		6.2 displaycustommenu-widget
		<article class="twelve columns widget displaycustommenu-widget">
			<div class="home-bottom-right-section">	
				<div class="locations_menu_home">
					[<h2>][HEADING][</h2>]		
					<ul id="menu-locations">
						<li><a>XX</a></li>
						<li><a>XX</a></li>				
					</ul>	
				</div> <!-- locations_menu_home--> 
				<div class="blue-bottom curves-tlbr"></div>
			</div>
		</article>
		-------------------------------------------------- */
		.widget.displaycustommenu-widget {}
			.widget.displaycustommenu-widget li a {}
			
			.widget.displaycustommenu-widget li.current-menu-item a, 
			.widget.displaycustommenu-widget li.current_page_item a{}
			
			.widget.displaycustommenu-widget .home-bottom-right-section {background-color:#f3f2f2;height:240px;padding:20px 0px 0px 20px;}
			
			.widget.displaycustommenu-widget .home-bottom-right-section .locations_menu_home {background-repeat:no-repeat;background-position:170px 0px;min-height:240px;}
				.widget.displaycustommenu-widget .home-bottom-right-section .locations_menu_home .heading {color:#3577ae;}
				.widget.displaycustommenu-widget .home-bottom-right-section .locations_menu_home ul {margin-bottom:18px;margin-left:3px;list-style:url('images/icons/icon-bullet-arrow-blue.png');list-style-position:inside;}
					.widget.displaycustommenu-widget .home-bottom-right-section .locations_menu_home li {margin-bottom:12px;}
							.widget.displaycustommenu-widget .home-bottom-right-section .locations_menu_home li a {font-size:16px;padding:5px;color:#737373;font-weight:bold;text-decoration:none;background-color:#f3f2f2;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;}
								.widget.displaycustommenu-widget .home-bottom-right-section .locations_menu_home li a:hover {color:#c3e4ff;text-decoration:none;background-color:#a6a8a9;}
						
			.widget.displaycustommenu-widget .blue-bottom {background-color:#5494c7;height:30px;}
				
				
		/*	--------------------------------------------------
		6.2 displaycustommenu-widget
		<article id="displayelastisliderwidget-4" class="twelve columns widget displayelastisliderItem-widget">
			<div class="home-bottom-section"> 
				<div id="carousel" class="es-carousel-wrapper">
					<div class="es-carousel">
						<ul>
							<li class="odd">		
								<div class="item">		
									<a href="http://materprivate.local/eye-laser-centre/">
										<img width="77" height="77" class="attachment-thumbnail wp-post-image" alt="icon-centre-eye" title="icon-centre-eye">		
										<h3>Mater Private</h3>		
										<h4 style="color:#047ba2">Eye Laser</h4>		
										<hr style="background-color:#047ba2">		
										<p>Highest standards of quality care in refractive surgery.</p>		
									</a>		
								</div>
							</li>
						</ul>
					</div>
					<div class="es-nav"><span class="es-nav-prev">Previous</span><span class="es-nav-next">Next</span></div>
				</div>
			</div> <!-- home-bottom-section -->
		</article>
		*/
		.widget.displayelastisliderItem-widget {}
		
		.widget.displayelastisliderItem-widget .home-bottom-left-section {background-color:#f3f2f2;/*padding:0px 10px 0px 10px;*/}
		
		.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel-wrapper{background-color:#f3f2f2;height:250px;padding:20px 50px 20px 50px;}
			.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel{background-color:#f3f2f2;height:250px;overflow:hidden;}
				.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul{}
					.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li{background-color:#fff;height:230px;padding:10px 20px 10px 20px;}
						.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li:hover{background-color:#dbe8f3;}
						.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li.odd{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
						.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li.even{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
							.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li .item {text-align:center;}
								.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li .item a img {text-align:center;margin:0 auto 15px auto;}
								.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li .item h4 {color:#777;font-size:18px;line-height:16px;font-weight:bold;margin:0;max-height:50px;overflow:hidden;}
								.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li .item h3 {color:#777;font-size:16px;line-height:18px;margin: 0 0 8px 0;font-weight:normal;}
								.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li .item p {color:#777;font-size:13px;max-height:50px;overflow:hidden;}
								.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li .item hr {color:#777;height:1px;margin:10px 0 10px 0}
		
					.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li a{}
					.widget.displayelastisliderItem-widget .home-bottom-left-section .es-carousel ul li a img{}
				.widget.displayelastisliderItem-widget .home-bottom-left-section .es-nav span{left:0px;background-image:url('images/icons/icon-elastislide-nav-semetric.png');width:31px;height:31px;}
				.widget.displayelastisliderItem-widget .home-bottom-left-section .es-nav span.es-nav-next{right:10px;left:auto;}
				.widget.displayelastisliderItem-widget .home-bottom-left-section .es-nav span.es-nav-prev{left:10px;}
				.widget.displayelastisliderItem-widget .home-bottom-left-section .es-nav span:hover{}		
				
		/*	--------------------------------------------------
		6.3 custom post widget
		-------------------------------------------------- */
			
		.widget_kpg_cpl ul, ol {margin-bottom:18px;list-style:url('http://alkhidmathospital.com/css/images/backgrounds/bg-arrow-grey.gif');list-style-position:inside;}
		.widget_kpg_cpl ol { margin-left: 30px; }
		.widget_kpg_cpl li { margin-bottom:12px;/*padding-left:14px;*/}
		
		
		/*	--------------------------------------------------
		6.4 refer-a-patient-steps ()
		-------------------------------------------------- */
		.sidebar .widget .refer-a-patient-steps {margin-left:20px; margin-right:20px;} 
			.sidebar .widget .refer-a-patient-steps ul{list-style:none;}
			.sidebar .widget .refer-a-patient-steps h3 {font-size:14px;line-height:14x;font-weight:bold;padding:0;margin:0;}
				.sidebar .widget .refer-a-patient-steps h3 .step-number{float:left;margin-right:10px;background-color:#ccc;}
				.sidebar .widget .refer-a-patient-steps h3 .step-number.active{background-color:#245495;}
			.refer-a-patient-steps .step-info{display:block;padding-left:40px;color:#666;}
			
		.sidebar .widget .listed-consultant, .sidebar .widget .listed-document {width:150px;height:150px;float:left;padding:0 10px;}
		
		/*	--------------------------------------------------
		6.2 widget_wp_sidebarlogin - appears in educational resource section. css taken from gravity forms css and foundation buttons for this
		<div class="widget resource-sidebar-section">
			<h2><span>Login</span></h2>		
			<form>
				<p><label for="user_login">Username:</label> <input name="log" value="" class="text idle-field" id="user_login" type="text"></p>
				<p><label for="user_pass">Password:</label> <input name="pwd" class="text" id="user_pass" type="password"></p>				
				<p class="rememberme"><input name="rememberme" class="checkbox" id="rememberme" value="forever" type="checkbox"> <label for="rememberme">Remember me</label></p>
				<p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="Login »"></p>		
			</form>
			<ul class="sidebarlogin_otherlinks"><li><a href="http://materprivate.local/core/wp-login.php?action=lostpassword" rel="nofollow">Lost your password?</a></li></ul>
		</div>
		-------------------------------------------------- */
		
		.resource-sidebar-section {padding:20px;background-color:#fff;/*background:#fff url('http://alkhidmathospital.com/css/images/backgrounds/bg-feature-box.png') left top repeat-x;*/}
			.resource-sidebar-section h2 {font-size:26px;}
			.resource-sidebar-section label {display:inline;color:#666666;}
			.resource-sidebar-section p {padding-bottom:10px;}
			.resource-sidebar-section p.rememberme {}
			.resource-sidebar-section input.text {width:90%;min-height:30px;padding:5px 5px;background:#fff;border:1px solid #DDDDDD;outline-style:none;color: #999999;font-size:16px; font-family: Arial, Helvetica, sans-serif;font-style: normal;letter-spacing:normal;}
		 	/*.resource-sidebar-section input.text:hover {background:#DDDDDD;color:#333333;}*/
			.resource-sidebar-section #wp-submit {background:#00477f;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;font-size:13px;width:auto;-webkit-appearance:none;display:inline-block;text-align:center;padding:9px 34px 11px;color:#fff;text-decoration:none;font-weight:bold;line-height:1;font-family:"Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;position:relative;cursor:pointer;border:none;}
			.resource-sidebar-section #wp-submit:hover	{background-color:#5d9aca;color:#fff;}
		
	/*	--------------------------------------------------
	6.3 gravity forms
	-------------------------------------------------- */
	
	.gform_wrapper  {clear:both;}	
	
		.gform_wrapper br {display:none;}	
		
		.gform_wrapper .gform_body {background-color:#efefef;padding:20px 20px 10px 20px;} 
			.gform_wrapper .gform_body ul {font-size:1em;}
			.gform_wrapper .gform_body li {margin-bottom:10px;}
					
			/*
			* Validation and messages
			*/
			
			.gform_edit_link a{display:none;}
			.gform_wrapper .validation_error {font-weight:normal;background-color:#ffdcdc !important;color:#790000;padding:20px;text-align:center;margin:0 auto 10px auto;border:1px solid #c89797;}
			
			#gforms_confirmation_message {background-color:#e6ffe8;padding:20px 20px 20px 20px;border:none;font-weight:bold;}
			
			/*
			* Form elements
			*/
			
			.gform_wrapper .gform_body .gfield {}
				
				/* Special fields */
				
				.gform_wrapper .gform_body .gfield.gsection {padding:12px;border:0px;}
					.gform_wrapper .gform_body .gfield.gsection .gsection_title {font-size:1em;color:#000 !important;}
					.gform_wrapper .gform_body .gfield.gsection .gsection_description {}
				
				/* Error fields */
				
				.gform_wrapper .gform_body .top_label .gfield_error {width:auto;}
				.gform_wrapper .gform_body li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border-width:1px;padding:20px !important;background-color:#ffdcdc !important;border-width:5px;}
				.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required {margin-top:0px;margin-bottom:10px !important;border-width:1px;}
					
					/* Labels */
					.gform_wrapper .gform_body .gfield .gfield_label {font-size:1em;color:#000;}
					
						.gform_wrapper .gform_body .gfield .gfield_radio label {color:#000;}
					
					/* Field Input Container */
					.gform_wrapper .gform_body .gfield .ginput_container {}
					
						.gform_wrapper .gform_body .gfield .ginput_container label {color:#000;}
						.gform_wrapper .gform_body .gfield .ginput_container input[type="text"], .gform_wrapper .gform_body .gfield .ginput_container input[type="url"], .gform_wrapper .gform_body .gfield .ginput_container input[type="email"], .gform_wrapper .gform_body .gfield .ginput_container input[type="tel"], .gform_wrapper .gform_body .gfield .ginput_container input[type="number"], .gform_wrapper .gform_body .gfield .ginput_container input[type="password"] {font-size:0.9em;}
						
						.gform_wrapper .gform_body .gfield .ginput_container input {font-size:0.9em !important;padding:10px 5px !important;background:#fff;border:1px solid #ddd;outline-style:none;color:#999999;font-family:Arial, Helvetica, sans-serif;font-style:normal;letter-spacing:normal;}
							.gform_wrapper .gform_body .gfield .ginput_container input:hover {background:#f3f3f3;color:#333333;}
						.gform_wrapper .gform_body .gfield .ginput_container textarea {font-size:0.9em !important;padding:10px 5px !important;background:#fff;border:1px solid #ddd;outline-style:none;color:#999999;font-family:Arial,Helvetica,sans-serif;font-style:normal;letter-spacing:normal;resize:none;}
							.gform_wrapper .gform_body .gfield .ginput_container textarea:hover {background:#f3f3f3;color:#333333;}
						.gform_wrapper .gform_body .gfield .ginput_container  select {font-size:0.9em !important;padding:5px !important; background:#fff;color:#999999;font-family:Arial, Helvetica, sans-serif;font-style:normal;letter-spacing:normal;border:1px solid #ddd;outline:0;}
							.gform_wrapper .gform_body .gfield .ginput_container  select:hover {background:#f3f3f3;color:#333333;}
						.gform_wrapper .gform_body .gfield .ginput_container  select option {padding:2px 2px;border:none;outline:0;}
					
					/* Field Descriptions */
					.gform_wrapper .gform_body .gfield .gfield_description, .gform_wrapper .gform_body .gfield .ginput_container div.charleft {font-size:0.7em;margin-top:4px;color:#B7B7B7;padding-top:0px;color:#000 !important;}
						
			/*
			* Form footer
			*/
			.gform_wrapper .gform_footer {background-color:#efefef;margin:0px 0px 0px 0px;padding:0px 20px 20px 20px;}
				.gform_wrapper .gform_footer br, .gform_wrapper .gform_footer p {display:none;}
					
			.gform_wrapper .gform_footer input.button.gform_button{background:#00477f;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;font-size:13px;width:auto;-webkit-appearance:none;display:inline-block;text-align:center;padding:9px 34px 11px !important;color:#fff;text-decoration:none;font-weight:bold;line-height:1;font-family:"Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;position:relative;cursor:pointer;border:none;}
				.gform_wrapper .gform_footer input.button.gform_button:hover{background-color:#5d9aca;color:#fff;}
			/*
			* Form other
			*/
			
			.gform_edit_link a{display:block;}	
			
		/*	--------------------------------------------------
		6.4 gravity form polls add-on
		<div class="gpoll_container">
			<div class="gpoll_field">
				<div class="gpoll_field_label_container">
					<div class="gpoll_field_label">Which of the following to you want to choose?</div>
				</div>
				<div class="gpoll_choice_label">First Choice</div>
				<div class="gpoll_wrapper orange">
					<div class="gpoll_ratio_box"><div class="gpoll_ratio_label">7%</div></div>
					<div class="gpoll_bar"><span class="gpoll_bar_juice" data-origwidth="7" style="width: 7%; display: block;"><div class="gpoll_bar_count">1</div></span></div>
				</div>
				<div class="gpoll_choice_label">Second Choice</div>
				<div class="gpoll_wrapper orange">
					<div class="gpoll_ratio_box"><div class="gpoll_ratio_label">73%</div></div>
					<div class="gpoll_bar"><span class="gpoll_bar_juice" data-origwidth="73" style="width: 73%; display: block;"><div class="gpoll_bar_count">11</div></span></div>
				</div>
				<div class="gpoll_choice_label">Third Choice</div>
				<div class="gpoll_wrapper orange">
					<div class="gpoll_ratio_box"><div class="gpoll_ratio_label">13%</div></div>
					<div class="gpoll_bar"><span class="gpoll_bar_juice" data-origwidth="13" style="width: 13%; display: block;"><div class="gpoll_bar_count">2</div></span></div>
				</div>
			</div>
		</div>
		-------------------------------------------------- */	
					
		#gforms_confirmation_message {}
		
			.gpoll_container {background-color:#ccc;padding:20px 20px 10px 20px;}
			.gpoll_summary .gpoll_container {padding:0px 20px 10px 0px;}
				.gpoll_container .gpoll_field {}
					.gpoll_container .gpoll_field .gpoll_field_label_container {}
						.gpoll_container .gpoll_field .gpoll_field_label_container .gpoll_field_label {font-size:0.9em;color:#000;margin-bottom:10px;}
					.gpoll_container .gpoll_field .gpoll_choice_label {font-size:0.9em;color:#000;margin-bottom:10px;}
					.gpoll_container .gpoll_field .gpoll_wrapper {margin-bottom:10px;}
						.gpoll_container .gpoll_field .gpoll_wrapper .gpoll_bar {}
						.gpoll_container .gpoll_field .gpoll_wrapper .gpoll_bar .gpoll_bar_juice {}
						.gpoll_container .gpoll_field .gpoll_wrapper.blue {}
	
		/*	--------------------------------------------------
		8.0 Customer feedback form
		-------------------------------------------------- */
		
		.customer_feedback_link {
			position:fixed;
			z-index:999999999;
			bottom:0;
			right:0;
			margin-bottom:0px !important;
		}
		
		.customer_feedback_reveal {}
		
		.customer_feedback_form {margin:10px;}
			.customer_feedback_form h2 {margin-top:0px;font-size:2rem;margin-bottom:5px;}
			.customer_feedback_form br {display:none;}
			.customer_feedback_form .validation_error {display:none;}
			.customer_feedback_form .gform_wrapper .gform_footer {padding-top:0px;margin-top:-5px;padding-left:20px; /* can't figure out why we have to do this with margins? */}
			.customer_feedback_form .gform_wrapper input {padding-top:0px;}
			.customer_feedback_form .gform_wrapper .gform_footer input.button, .customer_feedback_form .gform_wrapper .gform_footer input[type="submit"] {color:#fff;padding-top:10px;}
	
	/*	--------------------------------------------------
    7.0 Footer
	-------------------------------------------------- */
	
	#footer{}
	
		#footer h6 {color:#00477F;border-bottom:1px solid #c6c6c6;padding-bottom:5px;margin-bottom:5px; font-family: Helvetica, Arial, sans-serif; font-style:normal;}
		#footer li {margin-bottom:5px;padding-bottom:0;}  
		#footer li a{color:#6e6e6e; text-decoration:none;}
		#footer li a:hover{color:#336287;}
		
		#footer .footer_links, #footer .footer_contact {background-color:#eeeeee;-moz-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;}
		
		/*
		* footer_links
		*/
		
		#footer .footer_links {float:left;width:640px;padding:20px 20px 10px 20px;height:180px;}
			#footer .footer_links .centered{float:left !important; margin: 0 18px 0 0 !important;}
			
			#footer .footer_links a {text-decoration:none;}
				#footer .footer_links .menu-item a{font-size:13px;} 
			
		/*
		* footer_contact
		*/
		
		#footer .footer_contact {float:left;width:255px;padding:20px;height:170px;border-left:1px solid #ccc;}
		
			#footer .footer_contact .footer-contact-section .vcard{border:none;background:none;padding:0;margin:0;}
				#footer  .footer_contact.footer-contact-section .vcard li{/*padding-bottom:0px;margin-bottom:0px;*/}  
					#footer .footer_contact .footer-contact-section .vcard li a{}
				#footer .footer_contact .footer-contact-section .vcard .fn a {color:#336287;font-size:16px;}
				/*#footer .footer_contact .footer-contact-section .vcard .adr{}
				#footer .footer_contact .footer-contact-section .vcard .tel{margin-top:10px;}
				#footer .footer_contact .footer-contact-section .vcard .dir{margin-top:10px;}*/
		
		.menu-site-footer-menu-left-container a:hover {color:#336287;}
	/*	--------------------------------------------------
    8.0 Quick cache front panel
	-------------------------------------------------- */
		
		#ws-plugin--qcache-ajax-clear-menu {display:none !important;}
		.wp-admin-bar-ws-plugin--qcache-ajax-clear-menu {}
	/*	--------------------------------------------------
    8.0 Developer Panel
	-------------------------------------------------- */
	
	.developer_info_panel {font-size:0.7em;background-color:#000000;color:#fff;padding:20px;margin-bottom:20px;}
		.developer_info_panel.absolute {position:absolute;top:30px;right:30px;}