/*		----------------------------------------------------------------------------------------------------

Theme Name:     Frontline 1.1
Theme URI:      http: //www.purtypixels.com
Description:    Frontline is a top-of-the-line responsive business, agency, corporate and portfolio theme complete with a multitude of post types, powerful widgets, loads of shortcodes, custom backgrounds and hundreds more premium features. 
Author:         Purty Labs
Author URI:     http: //www.purtylabs.com
Version: 		1.0 
Tags: 			businiess, light, custom-background, agency, custom, post-formats, stylish, corporate, purtypixels, portfolio, gallery, widgets, shortcodes 
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt

Designed by Richard Tabor of PurtyPixels.com & Handcrafted by Franklin M Gitonga of Radiumthemes.com
----------------------------------------------------------------------------------------------------*/

/* =Typography 
--------------------------------------------------------------*/ 
body {  
background: #e3e8ed url('assets/images/bright_squares.png'); 

}
body, ul, p, div {
	color: #373737;
	font: 16px 'Lato', sans-serif;
	line-height: 1.4;
	}
	
.home-intro p { font-size: 18px; line-height: 27px; padding: 1em 0;}

article ul { margin: 0 0 20px 0; 
list-style: outside;
padding-left: 20px;
 }


article.products ul { margin: 0 0 20px 0; 
list-style: outside !important;
padding-left: 20px;
 }

article.products ul li { margin-bottom: 5px}
article ol { margin: 0 0 18px 25px }
article ul li, article ol li { margin-bottom: 10px; }
li { line-height: 1.4;}

.fotorama__caption__wrap {text-align:center !important;}

.breadcrumbs-section { display:block; padding: 10px 0; font-size: 14px; }
a {	
	color:#063657;
	font-weight: bold;
	transition: background .2s ease-out, color .2s ease-out;
		-webkit-transition: background .2s ease-out, color .2s ease-out;
		-moz-transition: background .2s ease-out, color .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out;
		-ms-transition: background .2s ease-out, color .2s ease-out;
    }
	
a:hover { color: #333; }


article 
p a { color: #063657; text-decoration:underline }  
p a:hover {	color: #333; text-decoration:none;}

h2, h3, h4, h5, h6, h7 { 
	color: #313131; 
	font-weight: bold;
	line-height: 1.2;
	}
 
h1 {  
	font-family: 'Georgia', serif;
	font-weight: 400;  }

h1 { font-size: 28px; margin-bottom: 0.5em;  }
h2 { font-size: 24px; margin-bottom: 15px; }
h3 { font-size: 20px; margin-bottom: 10px;}
h4 { font-size: 18px;  margin-bottom: 10px;}
    
h5 { font-size: 13px;  margin-bottom: 15px; font-weight: normal; }
h6 { font-size: 12px; color: #797979; text-transform: uppercase; margin-bottom: 15px; }
h7 { font-size: 14px; margin-bottom: 6px; line-height:1px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #1e2224; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #8F949D; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #bfbfbf; font-weight: normal; font-size: 100%; }

::selection { color: #fff; background-color: #1e2224; }
.error { color: #ff0000; }


#breadcrumbs { margin: 20px 0; }


.home .entry-content h1, .home .entry-content h2 { text-align: center; font-family: 'Lato', sans-serif;}
.home .entry-content h2 { font-size: 18px; }
.home .entry-content h1 { margin: 10px 0 0 0;
	padding-top: 20px;
     }
.home .entry-content h2 { padding: 10px 0 20px 0; color: #666; font-size: 18px; 
	font-weight: 400;  
border-bottom: 2px solid #F5EAE8;
    margin-bottom: 25px;
 }
 
.home .entry-content { 
	font-family: 'Georgia', serif;
	font-weight: 400;  } 
.home .entry-content blockquote { padding: 0; margin: 0 0 10px 0; border: 0; }
.home .entry-content blockquote p { font-size: 16pt; font-style:italic; line-height: 1.3; margin: 0; color: #65676F}

.listbox { 
background: #FFF8F7;
border: 1px solid #CA9790;
margin-bottom: 1em;
height: 369px;
}
.listbox h3 { padding: 15px 10px; background: #F3E3E1; font-size: 14pt; margin:0; color: #A60042}

.listbox ul {
    margin: 0.75em 1em;
    padding: 0 1em;
    list-style: none;
}
.listbox ul li { margin: 0; padding-bottom: 5px; border-bottom: 1px solid #CA9790; font-size: 12pt; }
.listbox ul li:last-child { border-bottom: 0; }
.listbox ul li:before { 
    content: "";
    border-color: transparent #A60042;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

/* numbered list box */
.numberedlistbox { margin-bottom: 1em; }
.numberedlistbox.padded ol { margin: 0 20px; }
.numberedlistbox ol {
		counter-reset:li; /* Initiate a counter */
		margin-left:0; /* Remove the default left margin */
		padding-left:0; /* Remove the default left padding */
		margin-bottom: 0; 
	}
	
.numberedlistbox ol > li {
		position:relative; /* Create a positioning context */
		margin:0 0 6px 3em; /* Give each list item a left margin to make room for the numbers */
		padding:10px 20px; /* Add some spacing around the content */
		list-style:none; /* Disable the normal item numbering */
		border-top:1px solid #1C5A85;
	}
	
.numberedlistbox ol > li:before {
		content:counter(li); /* Use the counter as content */
		counter-increment:li; /* Increment the counter by 1 */
		/* Position and style the number */
		position:absolute;
		top:-1px;
		left:-3em;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:3em;
		/* Some space between the number and the content in browsers that support
		   generated content but not positioning it */
		margin-right:8px;
		padding:10px;
		border-top:1px solid #1C5A85;
		color:#fff;
		background:#1C5A85;
		font-weight:bold;
		font-family:'Lato', Arial, sans-serif;
		text-align:center;
	}
	
.numberedlistbox ol > li:last-child { margin-bottom: 0; padding-bottom: 0; }
	
.readmore_button { float: right; display:block; margin: 0 10px 10px 0; }
.readmore_button a { color: #A60042; }

.readmore_button a:hover { text-decoration:underline}
/* SLOGAN */  

#callnow {  text-align: right;}
#callnow .book { margin-bottom: 5px; }
#callnow .book > a { color: #666; font-weight: normal; font-size: 12pt; text-transform: uppercase; font-weight: 700; padding: 0 1em; font-family: 'Lato', sans-serif;}
#callnow .book > a:last-child { padding-right: 0; }
#callnow .number { display: inline-block; color: #908370; font-style: normal; font-weight: 300; font-size: 22pt; font-family: 'Lato' }
#callnow h2 { font-size: 12pt; font-family: 'Georgia', serif; }

.tagline {
	float: right;
	font-size: 26px;
	color: #0D476C; 
}
 .address {  
	font-size: 14px;
	line-height: 20px;
	display:block;}

.callbutton {
border:1px solid #3093c7; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;padding: 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 font-weight: 700; font-size: 14pt;
font-style: normal;
color: #fff;
font-family: 'Lato', sans-serif; 
background-color: #3093c7; 
background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.callbutton:hover { color: #eee; }

.learnmore-button { display: block; overflow: hidden; margin: 5px; }
.learnmore-button a { background: #eee6da; padding: 5px; color: #333; font-weight: bold; text-transform: uppercase; float: right; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; }

blockquote {
	border-left: none;
	font-style: italic;
	padding: 0px 0px 0px 20px;
	border-top: 2px solid #ccc;
	float:right;
	}

blockquote, 
blockquote p {
	color: #1C5984;
	font-size: 18pt;
	line-height: 1.4;
	 }

pre {
	margin: 25px 0px; 
	padding: 10px 15px 10px 20px;
	clear: both;
	border-radius: 0px;
	color: #3b3e44;
	overflow: auto;
	font: 11px/19px "Courier New", Courier, mono, sans-serif;
	border-left: 20px solid #e2e6e8;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #f4f4f4;
	}
 
code { 
	padding: 4px 7px;
	background-color: #f4f4f4;
	border-radius: 0px;
	color: #3B3E44;
	font: 11px/19px "Courier New", Courier, mono, sans-serif;
	overflow: auto;
	border-style: none;    
	}
	
pre ol,
pre ul {
	margin: 0 0 0 0;
	}
	    
h2.entry-title a{
 	color: #1e2224;
 	font-weight: bold;
 	font-size: 19px;
 	}  
 	
h2.entry-title a:hover { color: #8f949d; } 
h2.entry-title a:active { color: #20638e; }    
       
h2.entry-search { margin-top: 26px; } 
	         
.entry-subtitle {
    color: #6b707b;
    display:inline;
    margin:0 0 11px 0;
    font-size: 12px;
    font-family:  Helvetica, Arial, sans-serif;	
    font-weight:700;
    }
/* FORMS CONTACT */

.contactform { clear:both; display:block; overflow: hidden; }
.contactform label { width: 100%; margin: 10px 0; float: left; }
.contactform select { padding: 5px; height: 40px;}
.contactform .areas {  clear: both; display:block; padding-top: 10px;}
.contactform .areas .interest { width: 40%; float: left; margin-top: 0;}
.contactform .areas .choices { width: 58%; float: left; margin-left: 2%; }
.contactform .areas .choices label { float: left; padding: 0; margin: 0 0 5px 0; font-weight: normal; }
.contactform .areas .choices label span { padding-left: 10px; }
 
/* =Layout 
--------------------------------------------------------------*/ 
#container {
	padding-top: 20px;
	padding-bottom: 9px;
    background:#fff;
	}
	
#footer-push-inner {
	border-top: 2px solid #EAECEF;
 	}
			
.page-entry-meta {
    padding-bottom: 20px;
    background: url(assets/images/divider.png) bottom repeat-x;
    }

.entry-content p { margin: 0 0 15px 0;}
 
 /* =Header
 -----------------------------------------------------------*/

.navbg { background: #0d476c }

.toptop { background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);} 
#top-bar {
	width: 100%;
	margin-top: 3px;
	padding: 5px 0;
	border-top: 2px solid #1e2224;
	float: left;
	font-size: 11px;
	}
	
#top-menu { float: right; }

#top-menu ul, 
#top-menu ol {
	margin: 0 20px 0 0;
	}
	
#top-menu li { display: inline; }
  
#top-menu li a {
	color: #8F949D;
	background: #1e2224;
	padding: 4px 5px;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
		    transition: all 0.2s ;
	}

#top-menu li a:hover { 
	color: #61656b;
	background: #fff;
	opacity: 1;
	}

 #top-contacts span {
	color: #8F949D;
	background: #1e2224;
	padding: 4px 5px;
	margin-left: 20px;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
		    transition: all 0.2s ;
	}
	
#top-contacts span:hover {
 	color: #61656b;
	background: #fff;
	opacity: 1;
	}
		
#top {
 	position: relative;
 	padding: 15px 0 0 0;
 	font-size: 12px;
 	}
	 		
 /* =Branding 
-----------------------------------------------------------*/
 #logo { margin-bottom: 1em; }
 	
 #branding-tagline p {	
 	margin-bottom: 0; 
 	font-size: 12px;
 	color: #aeb2b9;
 	}
 	
 /* Top Widgets */
#top-tools{ float: right; }

/* =Navigation 
-----------------------------------------------------------*/
 #navigation {
	padding: 15px 0 10px 0;
  	border-bottom: 2px solid #0d476c;
	background: #0d476c; 
 	position: relative;
 	z-index:999;
 	float: left;
 	width: 100%; 	         
	-webkit-transition: background .3s ease-out, color .3s ease-out;
	   -moz-transition: background .3s ease-out, color .3s ease-out;
	    -ms-transition: background .3s ease-out, color .3s ease-out;
	     -o-transition: background .3s ease-out, color .3s ease-out;
	        transition: background .3s ease-out, color .3s ease-out;
 	}
	
/* =Primary Nav Layout and Styles ----*/	
.main_menu{
	position: relative;
	z-index: 9999;
	}
	
.main_menu .radium_mega {
	z-index:9999;
	}

.main_menu .radium_mega a {
	display:block;
	padding:6px 0px;
	text-decoration:none;
	text-align:center;
	outline:none;
	z-index:9990;
	position:relative;
	float:left;
	color: #fff;
	}

.main_menu .radium_mega a:hover { 
	color: #ccc;
	}
	
.main_menu .radium_mega li {
	color: #8f949d;
	float:left;
	position:relative;
	line-height: 22px;
	}
	
.main_menu .radium_mega > li {
	margin-bottom: -2px;
	line-height: 18px;
	padding-left: 15px;	
	padding-right: 15px;	
	}
	
.main_menu .radium_mega li:hover{}
	
.main_menu .radium_mega > li > a {}	
	
.main_menu .radium_mega > li > a:hover {}
	
.main_menu .radium_mega > li:last-child > a { border-right: none; }
	
div .main_menu .radium_mega > li:first-child > a {
	margin-left:0;
	padding-left: 0;
	}

div .main_menu .radium_mega > li:first-child { padding-left:0; }
	
div .main_menu .radium_mega > li:last-child { padding-right: 0; }
					
.main_menu .radium_mega img {
	max-width:100%;
	position: relative;	
	display: inline-block;
	}

.main_menu .radium_mega, 
.main_menu .radium_mega ul {
	margin:0;
	position:relative;
	}
	
.main_menu .radium_mega ul a:hover { color: #fff; }

.radium_mega_div,  
.radium_mega>li>ul { z-index: 9999; }	

.main_menu .radium_mega>.sub-menu,  
.main_menu .radium_mega>.sub-menu>li { background:#fff; }

.main_menu ul li strong { font-size: 15px; font-family: 'Raleway', sans-serif; text-transform: uppercase; }
	
.main_menu  ul li span.desc {
	font-size: 11px;
	display: block;
	letter-spacing: 0.2px;
	text-transform: lowercase;
	color: #777;
	}	
	
.main_menu .radium_mega > li:hover > a,
.main_menu .radium_mega > .current-menu-item > a { position: relative; }
	
.main_menu .radium_mega > li > a {
	border-bottom: 2px solid #0d476c;
	transition: all 0.2s ;
    -webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
	}
	
.main_menu .radium_mega > li > a:hover,  
.main_menu .radium_mega > .current-menu-item > a{ border-bottom: 2px solid #fff; }
	
.main_menu .radium_mega .current-menu-item a { color: #fff; }	

/* =DropDown----*/	
.sub-menu li li { border: 0; }
.main_menu .radium_mega ul a {
	text-align: left;
	display:inline;
	padding:0;
	height:auto;
	float:none;
	font-weight: normal;
	color: #fff !important;	
	margin:0;
    transition: all 0.2s ;
    -webkit-transition: all 0.2s ;
       -moz-transition: all 0.2s ;
    	-ms-transition: all 0.2s ;
    	 -o-transition: all 0.2s ;
	}

.main_menu .radium_mega ul a:hover{
	color: #c4c6c7!important;	
	padding-left: 9px;	   
	}
	
.main_menu .radium_mega ul a:active { color: #20638e; }

.main_menu .dropdown_link { padding-bottom: 20px;}

.main_menu .radium_mega .radium_mega_div,
.main_menu .radium_mega > li > ul,  
.main_menu .radium_mega > li > ul ul{
	background: #0D476C;
	margin-top: 7px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	}
	
.main_menu .radium_mega > li > ul,  
.main_menu .radium_mega > li > ul ul{
	position:absolute;
	display:none;
	width:220px;
	top:100%;
	margin-top: 7px;
	}

.main_menu .radium_mega > li > ul a{
	width:160px;
	display:block;
	}
	
.main_menu .radium_mega > li > ul li{
	margin-left: 10px;
	width:200px;
	margin-right: 10px;
	border-top: 1px solid #3d6985;
	}

.main_menu .radium_mega > li > ul li:first-child { border-top: none; }
.main_menu .radium_mega > li > ul li a { padding:6px 0px; }
.main_menu .radium_mega > li > ul li:first-child a { border-top: none; }
.main_menu .radium_mega > li > ul ul {
	border-top: medium none;
	left: 145px;
	top: -2px;
	}

.main_menu .radium_mega > li > ul ul a {
	padding:6px 0px;
	padding-left: 0;
	}

.main_menu .radium_mega > li:hover > ul,  
.main_menu .radium_mega > li > ul li:hover ul,   
.main_menu .radium_mega > li > ul ul li:hover ul,   
.main_menu .radium_mega > li > ul ul ul li:hover ul,   
.main_menu .radium_mega > li > ul ul ul ul li:hover ul ,   
.main_menu .radium_mega > li > ul ul ul ul ul li:hover ul,

.main_menu .radium_mega > li:hover > ul ul,  
.main_menu .radium_mega > li> ul li:hover ul ul,   
.main_menu .radium_mega > li> ul ul li:hover ul ul ,   
.main_menu .radium_mega > li> ul ul ul li:hover ul ul,   
.main_menu .radium_mega > li> ul ul ul ul li:hover ul ul { display:block; }

.main_menu .radium_mega h1,
.main_menu .radium_mega h2,
.main_menu .radium_mega h3,  
.main_menu .radium_mega h4,  
.main_menu .radium_mega h5,  
.main_menu .radium_mega h6 {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 6px 4px 0;
	text-transform: none;
	border-bottom: 1px solid #EAECEF;
	}

.main_menu .dropdown_available {
	display: inline-block;
	top: 12px;
	height: 7px;
	width: 7px;
	background: url(assets/images/drop.png) 0 -12px no-repeat;
	margin-left: 7px;
	}

.main_menu .radium_mega > li:hover > a .dropdown_available{ background: url(assets/images/drop.png) 0 -12px no-repeat; }
 
.main_menu .radium_mega > .current-menu-item > a .dropdown_available { background: url(assets/images/drop.png) 0 -12px no-repeat; }
 
.main_menu div .radium_mega > .dropdown_ul_available:hover > a{ z-index: 9999; } 

.main_menu .radium_mega1, 
.main_menu .radium_mega2, 
.main_menu .radium_mega3, 
.main_menu .radium_mega4, 
.main_menu .radium_mega5 {
	position:absolute; 
	display:none; 
	top:100%; 
	left:0; 
	}
	
.main_menu .radium_mega1 { width:221px; }
.main_menu .radium_mega2 { width:660px; }
.main_menu .radium_mega3 { width:662px; }
.main_menu .radium_mega4 { width:890px; }

.main_menu li:hover .radium_mega1,
.main_menu li:hover .radium_mega2, 
.main_menu li:hover .radium_mega3, 
.main_menu li:hover .radium_mega4, 
.main_menu li:hover .radium_mega5 { display:block; }

.main_menu .radium_mega .radium_mega_menu_columns_4:last-child{ padding-right:17px; }
			
.main_menu .radium_mega div ul {
	float: left;
	/* background: #fff; */
	}

.main_menu .radium_mega div ul .radium_mega_hr {
	width:100%;
	height:9px;
	clear:both;
	padding:0;
	}

.main_menu .radium_mega div ul ul { padding:7px 0; }

.main_menu .radium_mega div ul ul ul { padding: 10px 0 0; }
	
.man_menu .radium_mega div ul ul .radium_mega_text_block {
	background: none;
	padding:3px 0 0 0;
	margin:0;
	font-size: 11px;
	}
	
.main_menu .radium_mega div ul li {
	width:300px; 
	padding:10px; 
	}
	
.main_menu .radium_mega ul ul li a {
	padding: 6px 0px;
	margin: 0;
	font-weight: normal;
	}
		
.main_menu .radium_mega div ul li li {
	width:301px;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	border-bottom:1px solid #3d6985; padding: 0 0 5px 0;}

.main_menu .radium_mega div ul li li li { width:278px; }

.main_menu .radium_mega div ul li li li li { width:255px; }

/* Shortcodes in Menu */
.main_menu .radium_mega .radium_mega_text_block {
	margin-bottom: 15px !important;
	border: 0;
	}
	
.main_menu .radium_mega p{
	margin-bottom: 15px !important;
	}
		
.main_menu .radium_mega .row,
.main_menu .radium_mega .column, 
.main_menu .radium_mega .columns{
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	}

 
/* =Page Navigation 
-----------------------------------------------------------*/
.heading-container { margin: 0 auto; padding: 0 20px;  max-width: 940px; }

.headerbg {  overflow: auto;
margin: 0 auto;
max-width: 994px;
height: 100px;

color:#fff;
    display: table-cell;
    width: 950px;
	padding: 30px 0 20px 0;
    text-align: left;
    vertical-align: middle;
	
}
.headerbg .headertitle { 
/*	float: left; */
	font-family: 'Georgia', serif;
	text-transform: none;
	line-height: 1.2;
	font-style: italic;
	font-size: 26px;  margin-bottom: 15px; }
	
.headerbg .headertitle h1 {
 	font-size: 20px;
	font-family: 'Lato', serif;
	color: #0D476C;
	margin: 0 0 15px;
	text-align: left;
	font-weight: 700;
	font-style: normal;
	line-height: 1;text-transform: uppercase;
	}
 	
#top-header {
background: #0D476C;
}
/* Topic */
#topic {
 	color: #000;
 	padding: 10px 0;
	margin: 0.3em auto 0 auto;
  	}
 	
#topic .page-entry-meta {
 	background: none;
 	padding-bottom: 0;
 	}	
 		
#topic .entry-subtitle {
	color: #8f949d;
	}
	
	
.breadcrumb a { color: #b9bdc4; }
	 
.breadcrumb a:hover { color: #e6e8eb; }	
	

/* HomePage */
.home.page article.entry-content, 
.home.page article .entry-content {
	margin-top: 0px;
/* 	padding-bottom: 20px; */
	}

.home.with-sidebar #sidebar { margin-top: -27px; }
				 		      
.home .entry-content .benefits { display:block;overflow:hidden; margin-bottom: 1em;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.home .entry-content .benefits .contents { background:#F2E5D6; padding: 1em 0 0 0; }
.home .entry-content .benefits h2 { font-size: 22pt; color: #B8AEA2; 
    font-weight: normal;
font-family: 'Georgia', serif; 
padding: 1em; margin:0;
text-align: left;
}

.home .entry-content .benefits .contents ul li { margin-bottom: 1em; }

.home .entry-content .benefits .contents .arrow1_bullets {margin-bottom: 0; }
.home .entry-content .home_widget { background-color: #785548; overflow: hidden; display:block;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.home .entry-content .home_widget .title { padding: 10px; height: 45px; overflow: hidden; display:block;}
.home .entry-content .home_widget img { margin: 0; }
.home .entry-content .home_widget p { margin: 0; }
.home .entry-content .home_widget h3 {  font-size: 12pt; color: #333; margin-top: 0; }
.home .entry-content .home_widget h3 a { color: #fff; }

/* BEFORE & AFTER GALLERY */

.bagallery { border: 1px solid #cccccc; text-align: center; padding: 10px;
margin-bottom: 1em; 
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.28);
-moz-box-shadow:    2px 2px 6px rgba(50, 50, 50, 0.28);
box-shadow:         2px 2px 6px rgba(50, 50, 50, 0.28);
}

.bagallery img { margin: 0 0 10px 0; }
.bagallery p { margin: 0 !important; }

/* Laser page */

.button-download:hover {
background: #f4f8fd;
}

a.pdficon:before {
content: url('http://dermacare.searchplus.net.au/wp-content/uploads/2013/11/icon-pdf.png');
display: block;
float: left;
margin-right: 10px;
position: relative;
bottom: 5px;
}
.button-download {  background: rgb(169,73,32); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5NDkyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDM2MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(169,73,32,1) 0%, rgba(148,54,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,73,32,1)), color-stop(100%,rgba(148,54,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,73,32,1) 0%,rgba(148,54,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,73,32,1) 0%,rgba(148,54,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,73,32,1) 0%,rgba(148,54,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,73,32,1) 0%,rgba(148,54,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a94920', endColorstr='#94360d',GradientType=0 ); /* IE6-8 */
 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  color: #333;
display: block;
padding: 15px 20px;
background: #e6effa;
border: 1px solid #bdd0e8;
}

.button-download img { margin: 0; }
/* our staff box */

.ourstaff {
    background: #efebe1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2RmZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #efebe1 1%, #e3dfd4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efebe1), color-stop(100%,#e3dfd4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efebe1 1%,#e3dfd4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efebe1 1%,#e3dfd4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efebe1 1%,#e3dfd4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efebe1 1%,#e3dfd4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efebe1', endColorstr='#e3dfd4',GradientType=0 ); /* IE6-8 */
overflow:hidden;
    display:block;
padding: 15px; 
}


.talktostaff { background: #580022; padding: 15px; color: #fff; font-size: 12pt; line-height: 2}
.talktostaff a { color: #5C2020; padding: 5px 10px; background:#E3DFD4;text-transform: uppercase; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; text-decoration: none; }
.talktostaff p { margin: 0; line-height: 2 }
.talktostaff p span { color: #fff; margin: 0 10px 0 0;}
.ourstaff h2 { font-size: 18pt; margin-bottom: 0.8em; }
.ourstaff h2,
.ourstaff p { color: #333; }
section.laser-box {
height: 650px;
float: left;
position: relative;
background: #FBF4F4;
-webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 3px 10px rgba(50, 50, 50, 0.5);
box-shadow:         0px 3px 10px rgba(50, 50, 50, 0.5);
}

section.laser-box h3 { 
padding: 10px;
background: #124161; color: #fff;margin:0}

section.laser-box .content { padding:10px; overflow: auto; display:block;}

section.laser-box a.contact { 
display: block;
background: #A40043 url('assets/images/icons/icon_arrow.png') 95% center no-repeat;
width: 130px;
height: 30px;
color: #fff;
padding: 0 10px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
line-height: 29px;
text-decoration: none;
position: absolute;
left: 10px;
bottom: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


ul.laserfacemenu  { list-style-image: url('http://dermacare.searchplus.net.au/wp-content/uploads/2013/08/bullet_circle.png'); list-style-position: outside; }
ul.laserfacemenu li { padding-left: 0; margin-bottom: 0; padding-bottom: 0; }
	
/* =Widgets 
--------------------------------------------------------------*/
.widget { margin: 25px 0; }
.widget ul ul { margin: 0; padding: 0;	}
.widget li li { padding-left: 0; }
.widget li li ul { padding-left: 15px; }
.widget .widget-title { 
    font-family:  "Helvetica", Arial, sans-serif;
    font-weight: bold;
    line-height: 13px; 
    font-size: 13px;
    }
     
/* =Menu Widget */
.widget .widget_nav_menu ul, 
ul.xoxo { margin: 0 0 0 0; }

/* =404 Page
--------------------------------------------------------------*/
.error404 .entry-content .searchform input.s { 	width: 98%;	}


/* Slideshow Styling 
-------------------------------------------------------------------------*/

/* Browser Resets (Don't Edit)*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
	}

/* FlexSlider Necessary Styles (Don't Edit)
---------------------------------*/
.flexslider {
	margin: 0; 
	padding: 0;
	}
	
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%; 
	display: block;
	}
	
.flex-pauseplay span {
	text-transform: capitalize;
	display: none;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
	
html[xmlns] .slides {display: block;}

* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme (Don't Edit)
---------------------------------*/
.flexslider {
 	position: relative; 
 	zoom: 1;
	}
	
.flexslider .slides { zoom: 1; }

.flexslider .slides > li { position: relative; }

.flex-container {
	zoom: 1; 
	position: relative;
	}

.flexslider ul.slides{
padding: 1em 0 1.1em 0;
background: none;
	}
	
.slideshow { position:relative;	}
 
/* Slideshow Loader */	
ul.slides.loading, 
.slideshowloader {
	color:#000;
	background: url(assets/images/loader2.gif) 50% 50% no-repeat ;
	position: relative; 
	width: 100%; 
	height: 400px;
	line-height: 50px;
	text-align: center;
	}

.loaded { background: none; }

		
/* = Post Slider
--------------------------------------------------------------*/
.post-slider {	
	zoom: 1;
	/* Don't remove these */
	width: 100%; 
	margin: 0 auto 20px auto;  
	padding: 0;
	}
	
.post-slider .slides { zoom: 1; }
.post-slider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping  (important)*/
	position: relative;
	}
				
.post-slider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	background: transparent;
	-webkit-transition: border-color .8s linear;
	-moz-transition: border-color .8s linear;
	-o-transition: border-color .8s linear;
	-ms-transition: border-color .8s linear;
	}

.portfolio .post-slider .slides img {
	margin-top: 8px;
	}

/* Navigation Links */
.post-slider .flex-control-nav {
    bottom: 6px;
    left: 0!important;
    display: block !important;
    position: absolute;
    overflow: hidden;
    outline: 0;
    z-index:99;
    width: 100%;
	}

.post-slider .flex-control-nav li {
    zoom: 1;
    display: block;
    float: left;
    width: 15%;
    z-index: 99;
	}

.post-slider .flex-control-nav li a {
    background-color: #EAECEF;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    height: 2px;
    outline: 0;
    width: 100%;
    float: left;
	}

.post-slider .flex-control-nav li a:hover, 
.post-slider .flex-control-nav li a.active {
	background-color: #20638e;
	filter: alpha(opacity=@opacity * 100);
	}
	

 /* Directional Control */
 .post-slider .flex-direction-nav li {
 	float:left;
 	margin:0px 1px;
 	list-style:none;
 	padding: 0;
 	}
 
 .post-slider .flex-direction-nav li a {
	 width: 28px;
	 height: 28px;
	 margin: 0;
	 display: block;
	 position: absolute;
	 bottom: 49%;
	 cursor: pointer;
	 text-indent: -9999px;
	 opacity: 0;
	 -moz-opacity: 0;
	 -khtml-opacity: 0;
	 }
 	
 .post-slider .flex-direction-nav .prev ,
 .post-slider .flex-direction-nav .next {
	background: url(assets/images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999em;
	border: none;
	z-index: 99;
	opacity: .6;
		-moz-opacity: .6;
		-khtml-opacity: .6;
	}

.post-slider .flex-direction-nav .prev {
	left: 12px;
	}

.post-slider .flex-direction-nav .next {
	background-position: -28px 0px;
	right:12px; 
	}
	
.post-slider .flex-direction-nav .next:hover, 
.post-slider .flex-direction-nav .prev:hover { opacity: 1; }

.post-slider.no-nav.no-pagi { padding: 0;}

/*Slider Content */
.post-slider .slider-desc {
    background: #222;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 2.5%;
    bottom: 10px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.98);
    background: rgb(98,101,109); /* Old browsers */
    border: 1px solid #000;
    padding: 7px 30px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 0.8;
	}
	
.post-slider .slider-desc span,
.post-slider .slider-desc em { color: #fff; }

.post-slider.no-nav.no-pagi { padding: 0;}


/* = Front /Shortcode Slider
--------------------------------------------------------------*/
.radium-slider ul.slides.loading {
 	height: 341px;
 	}

.with-sidebar .radium-slider ul.slides.loading {
	height: 300px ;
	}

.radium-slider {	
	zoom: 1;
	/* Don't remove these */
	width: 100%; 
	margin: 0 auto;
	padding: 0;
	float: left;
	}
	
.radium-slider .slides { zoom: 1; }
.radium-slider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping  (important)*/
	position: relative;
	}
				
.radium-slider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	background: transparent;
	-webkit-transition: border-color .8s linear;
	-moz-transition: border-color .8s linear;
	-o-transition: border-color .8s linear;
	-ms-transition: border-color .8s linear;
	}

/* Navigation Links */
.radium-slider .flex-control-nav {
    bottom: 7px;
    left: 0!important;
    display: block !important;
    position: absolute;
    overflow: hidden;
    outline: 0;
    z-index:99;
    width: 100%;
	}

.radium-slider .flex-control-nav li {
    zoom: 1;
    display: block;
    float: left;
    width: 15%;
    z-index: 99;
	}

.radium-slider .flex-control-nav li a {
    background-color: #EAECEF;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    height: 2px;
    outline: 0;
    width: 100%;
    float: left;
 	}

.radium-slider .flex-control-nav li a:hover, 
.radium-slider .flex-control-nav li a.active {
	background-color: #20638e;
	filter: alpha(opacity=@opacity * 100);
	}
		
 /* Directional Control */
 .radium-slider .flex-direction-nav li {
 	float:left;
 	margin:0px 1px;
 	list-style:none;
 	padding: 0;
 	}
 
 .radium-slider .flex-direction-nav li a {
	 width: 28px;
	 height: 28px;
	 margin: 0;
	 display: block;
	 position: absolute;
	 bottom: 50%;
	 cursor: pointer;
	 text-indent: -9999px;
 	 }
 	
 .radium-slider .flex-direction-nav .prev ,
 .radium-slider .flex-direction-nav .next {
	background: url(assets/images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999em;
	border: none;
	z-index: 99;
	opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
	}

.radium-slider .flex-direction-nav .prev {
	left: 12px;
	}

.radium-slider .flex-direction-nav .next {
	background-position: -28px 0px;
	right:12px; 
	}
	
.radium-slider .flex-direction-nav .next:hover, 
.radium-slider .flex-direction-nav .prev:hover { opacity: 1; }

.radium-slider.no-nav.no-pagi { padding: 0;}

/*Pause & Play*/
.radium-slider .flex-pauseplay { 
	position: absolute; 
	left: 475px;
	z-index: 99;
	display: 
	none;
	}
	
.radium-slider .flex-pauseplay span {
	background-image: url(assets/images/home-slider-btn.png);
	background-repeat: no-repeat;
	opacity: 0; 
	filter: alpha(opacity=0); 
	display: block; 
	width: 40px; 
	height: 39px;
	text-indent: -9999em; 
	background-position: -60px 0;
	cursor: pointer; 
	}

.radium-slider .flex-pauseplay span:hover {
	background-position: -60px 100%;
	}

.radium-slider .flex-pauseplay span.pause { 
	background-position: -100px 0;
	}

.radium-slider .flex-pauseplay span.pause:hover { 
	background-position: -100px 100%;
	}

.radium-slider .flex-pauseplay { top: 50%; }

/* Slider Text Content */	
.radium-slider .slider-desc {
    background: #222;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 2.5%;
    bottom: 10px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.98);
    background: rgb(98,101,109); /* Old browsers */
    border: 1px solid #000;
    padding: 7px 30px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 0.8;
	}
	
.radium-slider .slider-desc span,
.radium-slider .slider-desc em { color: #fff; }
 		
.radium-slider .slide-content-container .slide-content {
	background: #1e2224;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 31%;
	height: 100%;
	padding: 3px;
	color: #8f949d;
	z-index: 100;
	}
	
.radium-slider article {
	border: none;
	color: #8f949d;
	position: relative;
	}

.radium-slider article header {
	padding: 25px;
	height: auto;
 	}
	
.radium-slider article header h1,
.radium-slider article header h2,
.radium-slider article header h3,
.radium-slider article header h4{
	color: #E6E8EB;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 2px;
	}
	
.radium-slider article .entry {
	line-height: 22px;
	font-size: 13px;
	}

.radium-slider article .entry a.dark { color: #333}
.radium-slider article .entry a { color: #ddd; text-decoration: underline }
.radium-slider article .entry a:hover { color: #fff; text-decoration: none; }
.radium-slider article .entry a:active { color: #eee; }

/* = Gallery Slider
--------------------------------------------------------------*/
/* Caption style */
.radium_slideshow_wrapper .flexslider .slides li .flex-caption { 
	background:url(assets/images/captions_bg.png); 
	color:#fff; 
	height:auto; 
	left: 0; 
	padding:11px 14px;
	text-align:left; 
	position:absolute; 
	width:100%; 
	top:0; 
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.35); 
	font: italic 12px/21px Georgia, "Times New Roman", Times, serif;	}
	
.radium_slideshow_wrapper ul.slides img {
	background: #fff;
	margin: 0 auto 0 auto;
	width: 100%;
	}
	
/* Slideshow Loader */
.js .radium_slideshow_wrapper .slides, 
.js .radium_slideshow_menu {
	display: none;
	}
	
.radium_slideshow_menu {
	float:right;
	display:block;
	font-size:10px; 
	color:#444; 
	text-transform:uppercase; 
	margin: 0 10px 0 0; 
	text-indent:-999em; 
	width: 97px; 
	position: relative; 
	z-index: 99;
	top: 32px;
	}
	
.radium_slideshow_menu a { color:#444; }
.radium_slideshow_menu a:hover { color:#555; }
.radium_slideshow_thumbnails li { 
	line-height: 0;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
	
.slideshow_nav ul.flex-direction-nav { display:block; }

.radium_slideshow_menu .slideshow_options {
	float:left; 
	width: 45px; 
	margin-right: 3px 
	}
	
.radium_slideshow_menu .slideshow_options a.show_thumbnails { 
	float:left; 
	background: url(assets/images/gallery.png) -24px 0px no-repeat #20638e;	 
	width: 21px; 
	height: 21px; 
	margin-right: 2px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
 	}
	
.radium_slideshow_menu .slideshow_options a.show_captions { 
	float:left; 
	background: url(assets/images/gallery.png) no-repeat #20638e;	
	width: 21px; 
	height: 21px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
 	}	
	
.radium_slideshow_menu .slideshow_options a.show_thumbnails:hover {
	background: url(assets/images/gallery.png) no-repeat -24px -21px #1e2224;
	}
	
.radium_slideshow_menu .slideshow_options a.show_captions:hover { 
	background: url(assets/images/gallery.png) no-repeat 0px -21px #1e2224;
 	}

#radium_slideshow_pager {
	float:left; 
	margin-left: 50px
	}
	
#radium_slideshow_pager a { 
	padding:4px 7px; 
	background:#333; 
	color:#555; 
	margin:0 4px; 
	-moz-border-radius:9px; 
	}
	
#radium_slideshow_pager a:hover,
#radium_slideshow_pager li.active { background:#555; color:#999; }

.radium_slideshow_thumbnails_wrapper{
	text-align:center; 
	width:100%; 
	margin:0 auto; 
	}
	
ul.radium_slideshow_thumbnails {
	margin:0; 
	padding: 0;  
	max-width: 92%;
	height: auto;
	text-align:center; 
	}
	
ul.radium_slideshow_thumbnails li { 
	display:inline;
	margin:0; 
	float:left; 
	}
	
ul.radium_slideshow_thumbnails li a { 
	margin: 0 3px 3px 0;
	float:left; 
	display: block; 
	width:49px; 
	height:49px; 
	border:none
	}
	
ul.radium_slideshow_thumbnails li img, 
ul.radium_slideshow_thumbnails li img.thumbnail, 
ul.radium_slideshow_thumbnails li img.attachment-thumbnail { 
	margin: 0; 
	width:49px; 
	height:49px; 
	}
	
ul.radium_slideshow_thumbnails li a img { 
	background:#1e2224;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	-khtml-opacity:0.3; 
	opacity:0.3; 
	border:none;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	
ul.radium_slideshow_thumbnails li a.active img,
ul.radium_slideshow_thumbnails li a:hover img { 
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity:1.0; 
	opacity:1.0; 
	}

.slideshow_nav_top ul.flex-direction-nav li { 
	line-height: 0;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}  
	
.slideshow_nav_top .flex-direction-nav {
	float:right; 
	width: 47px; 
 	display: block;
	}

.radium_slideshow_wrapper .flex-direction-nav {
	display: none;
	}
	
.radium_slideshow_menu a {
	text-decoration: none; 
	border: none;
	}
	
.slideshow_nav_top .flex-direction-nav li a  {
	position:static;
	margin:0px;
	}
		
.slideshow_nav_top .flex-direction-nav a.next,
.slideshow_nav_top .flex-direction-nav a.prev {
	float:left; 
	background: url(assets/images/nav-arrows.png) no-repeat #20638e;	
	width: 21px; 
	height: 21px; 
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		margin-left: 2px;
 	}

.slideshow_nav_top .flex-direction-nav a.prev {	background-position: 0px 0px; }
.slideshow_nav_top .flex-direction-nav a.prev:hover { 
	background: url(assets/images/nav-arrows.png) no-repeat 0px -21px #1e2224;
	 }
	
.slideshow_nav_top .flex-direction-nav a.next {	background-position: -21px 0px;	}
.slideshow_nav_top .flex-direction-nav a.next:hover { 
	background: url(assets/images/nav-arrows.png) no-repeat -21px -21px #1e2224;
	}

.slideshow_nav_top .flex-direction-nav {display:none;} 
.slideshow_nav_top ul.flex-direction-nav {display:block;} 

p.radium-gallery-description {
	margin-bottom: 0;
	}

/* =Footer
--------------------------------------------------------------*/

.schema a,
div.schema ,
div.schema div { color: #ddd; 
font-size: 14px;
line-height: 20px;}

.footer-map img {  border:1px solid #ccc;max-width: 100%;width: auto; /* for ie 8 */
height: auto; margin: 10px 0; }
.subfooter {
	clear: both;
	text-align: center;
	display: block;
	border-top: 1px solid #eee;
	background: #0b6691;
	padding: 1.5em 0 1.8em 0;
	color: #fff;
	margin: 1em 0 0 0;
	font-size: 14pt;
	font-weight: 300;
	font-family: 'Istok Web', sans-serif;
}

.subfooter span {margin-bottom: 20px; }
.subfooter .callbutton {
	background: #fff;
	text-shadow: none;
	color: #333;
	border: 1px solid #d6c7b4;
 }

.footerbottom { padding: 20px; background: #134263; overflow: hidden; }


footer.topfooter { background: #4c4f58 url('assets/images/bg_footer2.png'); padding: 20px 0;  overflow: hidden;  }
footer.bottomfooter { background: #4c4f58; padding: 20px 0 0 0; overflow: hidden;  }


.newsletter label { 
	width: 100%;
}
footer .newsletter .submit { background: transparent; padding: 10px 15px; margin: 15px 0; border: 1px solid #eee; color: #eee; text-transform: uppercase; }
footer .newsletter .submit:hover { background: #fff; color: #133F5C;transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s }
footer .newsletter label { color: #fff; }
footer .newsletter input, 
footer .newsletter footer input[type=email],
footer .newsletter footer input[type=text] {       border: 1px solid #0a2c42;
color: #333 !important;
    padding: 3px;
    font-size: 14px;
    background: #fff;
}

/*
footer input[type=email]{
    border: 1px solid #25272c;
color: #ccc;
    padding: 6px;
    font-size: 12px;
    background: #25272c;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    }

footer input[type=email]:focus {
	color: #fff;
    outline:none;
    border:1px solid #a8aeb5;
        -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    }
*/

.widget h3 { color: #fff; text-transform:uppercase; font-size: 16px; }
footer#bottom-footer { 
	font-size: 14px;
	color: #8f949d;
	background-color: #133f5c;
	padding: 20px 20px 0 20px;
	}
footer#bottom-footer p, footer#bottom-footer ul  { font-size: 14px; line-height: 20px;}
	
footer#bottom-footer p { color: #ddd; }
		
footer#bottom-footer a { color: #b4b6b8;}
 
footer#bottom-footer a:hover { color: #dbdcdd; }
		
footer#bottom-footer h1, 
footer#bottom-footer h2, 
footer#bottom-footer h3, 
footer#bottom-footer h4, 
footer#bottom-footer h5 { color: #fff; }

footer#bottom-footer h2 {
border-bottom: 1px solid #fff;
font-family: 'Lato', sans-serif;
color: #fff;
font-size: 14px;
padding-bottom: 10px;
margin-bottom: 1em;
font-weight: bold;
text-transform:uppercase;
    letter-spacing: 1px;
	}	 		   

.topfooter { background: #666; padding: 20px 0; overflow: auto; display:block; }

footer#bottom-footer .entry-meta { color: #8f949d; }
	
/* Footer widgets */
.footer_widget { padding-bottom: 20px; margin-bottom: 20px; }
	
footer#bottom-footer .widget { }

footer#bottom-footer .widget ul { margin: 0;}
	
footer#bottom-footer .widget ul:last-child { padding-bottom: 0; }
		 	
footer#bottom-footer .widget li { }
		
.footer-wrapper {
   height: auto;
   padding-top: 30px;
   float: left;
   width: 100%;
   }
   	
footer#bottom-footer a { color: #b7b9bc; }
	
footer#bottom-footer a:hover { color: #f2f2f3; }	
	
footer#bottom-footer a:active { color: #20638e; }

footer#bottom-footer li a {
	color: #c0c1c4 ;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	}

footer#bottom-footer li a:hover {
	color: #ddd;
	padding-left: 9px;
	}

footer#bottom-footer li a:active { color: #eee; }

/* =Footer-Bar */
#footer-bar {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0;
	border-bottom: 2px solid #1e2224;
	float: left;
	font-size: 11px;
	height: 21px;
	}
	
#footer-bar p span{
	font-size: 11px;
	line-height: 21px;
	padding: 4px 5px;
	color: #8F949D;
	background: #1e2224;
		transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
		}
		
#footer-bar p span:hover {
	color: #61656b;  
	background: #fff;
	opacity: 1;
	}
  		
#footer-bar p {
	font-size: 11px;
	line-height: 21px;
	color: #1e2224;
	margin-left: 20px;
	}
		
#footer-bar span a { color: #8F949D; }
	
#footer-bar p a:hover {	color: #61656b;	}	
			
#footer-menu ul {
	margin: 0 ;
	padding: 0;
	text-align: center;
	}
	
.foot-nav ul li{
	float: left; 
	margin-right: 10px;
	}
	
.foot-nav li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	}
	
.foot-nav li a { color: #BCBCBC; }

#footer-menu { float:right; }


/* =Forms
--------------------------------------------------------------------------*/

/* =Inputs */
form { margin-bottom: 20px; }

form label {
    color: #1e2224;
    font-weight: bold;
    padding-top: 0;
    /*margin-bottom: 0;*/
    display: inline;
    width: 25%;
    }
    
form label.error{
    padding-top: 5px;
    width: 100%;
    }
            
form .input {
    clear: none;
    display: inline;
    margin-bottom: 20px;
    width: 75%;
    -webkit-border-radius: 0px;
    }
    
label, 
input, 
select, 
textarea { float: left; font-family: 'Lato', sans-serif;  }

input.input-text, 
textarea, 
select {
    display: block;
    margin-bottom: 18px;
    -webkit-border-radius: 0px;
    } 
    
 input, 
 select, 
 .uneditable-input {
	 width: 94%;
	 height:24px;
	 -webkit-border-radius: 0px;
	 }
    
input[type=email],           
input[type=text],
input[type=password],
textarea {
    border:1px solid #bec1c5;
    color:#bec1c5;
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
    box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
    -webkit-border-radius: 0px;
    }

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	color: #8f949d;
    outline:none;
    border:1px solid #a8aeb5;
        -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    -webkit-border-radius: 0px;
    }

/* =Buttons*/

.btn, 
.button, 
button.button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
	text-transform: uppercase;
    background-color: #ae8779 ; 
    background-position: 8px 7px;
    transition: all 0.2s;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    margin: 1px 1px 1px 0; 
	margin-bottom: 4px;    
   	}
   	
button.button { padding: 9px 12px; }
	 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.btn[type="submit"],
.button[type="submit"]{ }
    
.btn:hover, 
.button:hover,
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover { background-color: #785548 ;	}

.btn:focus, 
.button:focus,
button:focus,  
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus { }

.btn.active, 
.btn:active,
.button.active,
button.active,  
.button:active { }

.btn.disabled, 
.button.disabled { }

.btn[disabled],
.button[disabled] { }
		
button.btn::-moz-focus-inner, 
button.button::-moz-focus-inner, 
input[type=submit].btn::-moz-focus-inner, 
input[type=submit].button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}

/* Don't use native buttons on iOS */
input[type=submit].button { -webkit-appearance: none; } 
 
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	color: #fff;
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:39px;
	right:0;
	overflow:hidden;
	width:40px;
	height:30px;
	border:none;
	background: #1e2224 url(assets/images/ui.totop.png) no-repeat 1px 1px;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: bold;
}

#toTopHover {
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	}

#toTop:active, #toTop:focus {
	outline:none;
	}

/* TREATMENTS */

.treatment-box {background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
 border:1px solid #ccc; padding: 15px; margin-bottom: 20px; color: #333; overflow: hidden; 
 }
.treatment-box h3 { color: #124161; }
.treatment-box p {  }
.treatment-box ol { margin: 0 20px 18px 0; }

/* PRODUCTS */
.type-products ul { list-style-type: disc; list-style-position: inside; }

.clear { clear: both; }

div.product-image { text-align: center; float: left; min-height: 250px; vertical-align: top; width: 23%; margin-right: 2%; margin-bottom: 20px; }
div.product-image img { border: 1px solid #ccc; padding: 10px; display:block; width: 100%; max-width: 150px; height: auto; margin: 0 auto 10px auto; }
div.product-image:nth-child(4) { margin-right: 0; }
div.product-image h3 { font: bold 16px 'Lato', sans-serif;   }

div.products h3 { font: bold 16px 'Lato', sans-serif; text-transform: uppercase; } 


/*PAGE: CHEMICAL PEELS */

.page-id-142 h3 { color: #1B5983; }
.chemicalpeel { overflow: auto; padding: 1em 1em 0 1em; border: 1px solid #ccc; margin-bottom: 20px; background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

/* CONTACT BOX */

a.regularbutton { padding: 10px 15px; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration:none; margin: 15px auto; text-align:center; width: 55%; font-size: 14px; display: block; background: #133F5C; color: #fff;  }

h2.topheading { font-size: 24px; font-weight: normal; color: #4C4C4B; }

/* META */
#meta-section .box {float: left; width: 48%; margin-right: 4%; }
#meta-section .box:last-child { width: 48%; margin-right: 0; }
#meta-section .box:last-child p { margin: 0; }
#meta-section h2 { margin: 0 0 0.5em 0; }

.contactbutton, .regularbutton { display:block; overflow: hidden; }
.contactbutton p, .regularbutton p { margin: 0; }

.regularbutton a.button { width: 110px; background: #063657; padding: 10px 15px; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration:none; margin: 0 0 15px 0; font-size:11pt; font-family: 'Lato', sans-serif; }
.regularbutton a.button:hover { background: #A9003F !important; color: #fff; }

.contactbutton a.button { width: 110px; background: #580022; padding: 10px 15px; text-transform: uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration:none; margin: 0 0 15px 0; font-size:11pt; font-family: 'Lato', sans-serif; }
.contactbutton a.button:hover { background: #A9003F !important; color: #fff; }

.colourbox { padding: 0 0 12px 0; margin-bottom: 20px; color: #fff; overflow: hidden; text-align: center; height: 187px;}
.colourbox p { margin: 0; padding: 10px; color: #000; }
.colourbox h2, .colourbox h3 { color: #fff; padding: 10px; font-size: 14pt; }
 
.contactbox { background: #FFF8F7; border: 1px solid #5C2020; text-align: center; color: #333; overflow: hidden; margin-bottom: 1em; padding-bottom: 10px; height: 187px; }
.contactbox h2 { background: #5C2020; color: #fff; padding: 10px; font-size: 14pt; }
.contactbox p { padding: 10px 10px 0 10px; }
.colourbox.blue { border: 1px solid #063657; }
.colourbox.blue p { color: #000 !important; }
.colourbox.beige { background: #f2e5d6;  }
.colourbox.beige p { color: #000 !important; }
.colourbox.beige h2 { background: #063657; }
.colourbox.blue h2 { background: #063657; }

.treatment-list { padding: 1em; background: #fff7f4; overflow:auto; border: 1px solid #DFAC99}
.treatment-list h2 { font-size: 16pt; margin-bottom: 0.5em; }
.treatment-list ul { padding: 0; }
.treatment-list ul li { float: left; margin: 0 20px; }

.widget_nav_menu ul.menu {
    margin: 0.75em 0;
    padding: 0;
    list-style: none;
}

/* TEXT BOX */

.textboxblock { 
margin: 1.5em 0 2.5em 0;
overflow: auto;
color: #2b2b2b;
-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;
background: #eee6da; 
}

.fulltextbox.dermal, .fulltextbox.beige { background-color: #f2e5d6; }

.fulltextbox.tan { border:1px solid #908370 }
.fulltextbox h2.title.tan { background: #908370;
 }

.fulltextbox h3.title {font-size: 20px; }
.fulltextbox h3.title,
.textboxblock h3.title { color: #fff; font-weight: bold; padding: 15px 15px 0 15px;  background-image: none;  }

.fulltextbox h3.title.blue { padding: 15px 15px 0 15px; margin-bottom: 0; }
.fulltextbox h3.title.blue, .textboxblock h3.title.blue { color: #124161;  }
.fulltextbox h3.title.red, .textboxblock h3.title.blue { color: #7a0000;  }

.colourbox.pink,
.fulltextbox h3.title.pink,
.textboxblock h3.title.pink { color: #a60042; 
}
  
.radium-toggle .radium-toggle-title { font-size: 18px}
	
.textbox_half { width: 50%; position: relative; float: left; padding-bottom: 2em;}
.fulltextbox { background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
padding:0; margin-bottom: 20px; color: #333; overflow: hidden; }
 
.fulltextbox.normal { border:1px solid #ccc; }
.fulltextbox.red { border: 1px solid #7a0000 }
.fulltextbox.blue { border: 1px solid #124161 }
.fulltextbox.pink { border: 1px solid #a60042 }
.fulltextboxcontent {padding: 15px; }
.fulltextboxcontent .radium-one-third { margin-bottom: 0; }
.textbox_half p { padding: 0 15px }
.fulltextbox ul, .textbox_half ul { font-size: 12pt; margin: 0; padding: 0 1em;}
.fulltextbox ul li, .textbox_half ul li {margin-left: 2em;  list-style-type: disc }



/* HEADINGS */

h2.boxheading, h3.boxheading, h4.boxheading { font-weight: bold; padding-bottom: 5px; margin-bottom: 15px; font-family: 'Lato', sans-serif; font-size: 18pt; padding-top: 0.8em; border-top: 2px solid #F5EAE8; /*background-image: url('http://dermacare.searchplus.net.au/wp-content/uploads/2013/08/arrow_pink2.png');
background-position: 0 50%; background-repeat: no-repeat; */ }
h2.boxheading.pink, h3.boxheading.pink, h4.boxheading.pink, h2.heading.pink { color: #a60042;  }
h3.boxheading.blue, h3.boxheading.blue, h4.boxheading.blue, h2.heading.blue { color: #124161; }

h2.heading { font-weight: bold; font-style: italic; padding-bottom: 5px; margin-bottom: 15px;  font-family: 'Lato', sans-serif; font-size: 18pt; }

/* APPROACH */
.home #main-container.container { padding-bottom: 0; }
#approach h2 { color: #666; }
.form-container h2,
#approach h2 {text-transform: uppercase; letter-spacing: 2px; font-size: 16px; font-family: 'Lato', sans-serif; }
#approach .container strong { color: #0a3c6f; }
#approach .container { overflow: hidden; background: #fff; display:block; }
#approach .container div, #approach .container p {  color:#333; margin-bottom: 10px; }
#approach .contact { background: #fdf4e9; padding: 10px; border: 1px solid #d8c3a9;-webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px; }
#approach .contact p { color:#5b0d03; font-size: 14px; font-family: 'Lato', sans-serif; }
#approach .contact strong { color: #5b0d03; font-size: 18px;}


/* CONTACT WIDGET ON ALL PAGES */
.wpcf7 .wpcf7-mail-sent-ok {visibility:hidden;}

.form-container { background: #EEE6DA; color: #666; padding-top:20px; border-top: 5px solid #cbaf8d }

.form-container h2 {  color: #785548;}
.form-container p.desc { margin-bottom: 15px; }
#contact-section { overflow: hidden; display: block; }
#contact-section form { margin: 0; padding: 0; }
#contact-section form label { font-size: 14px; font-weight: normal; float: left; width: 100px; margin: 0 0 4px 0; }
#contact-section form .field { display:block; clear:both; margin-bottom: 5px; overflow: hidden;}
#contact-section form .field.interest .title { margin-bottom: 15px;}
#contact-section form .field input { padding: 4px; background: #fff; font-size: 14px; color: #333;  }
#contact-section form .field.message label,
#contact-section form .field.interest label { width: 200px; margin-bottom: 4px;}
#contact-section form .field.interest label span { padding-left: 10px; }
#contact-section form .wpcf7-submit {  }
span.wpcf7-not-valid-tip { clear:both; font-size: 12px; overflow: hidden; x; font-weight: bold; }
div.wpcf7-validation-errors { border: 0 !important; }

#contact-section form textarea { height: 150px; color: #333; font-size: 14px;  }
#contact-section form .wpcf7-form-control-wrap {/* float: left;*/}
span.wpcf7-list-item { margin: 0 !important;}

/* DERMAL FILLERS */

.imagebox { border: 1px solid #ccc; padding: 5px; overflow: hidden; display:block; text-align:center; }

.talktous {
    border:1px solid #BD9380; padding: 15px; margin-bottom: 20px; font-size: 14pt; font-style: italic;
    background: #efebe1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2RmZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #efebe1 1%, #e3dfd4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#efebe1), color-stop(100%,#e3dfd4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efebe1 1%,#e3dfd4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efebe1 1%,#e3dfd4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efebe1 1%,#e3dfd4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efebe1 1%,#e3dfd4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efebe1', endColorstr='#e3dfd4',GradientType=0 ); /* IE6-8 */ }
.talktous a { color: #A60245}
.talktous a:hover { text-decoration: underline; }
.dermalbox { background: #A60042; -webkit-box-shadow:  3px 2px 10px 1px #dddddd; box-shadow:  3px 2px 10px 1px #dddddd; padding: 20px;}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
.textbox_half { margin-right: 0%; float: none; width: 100%; position: relative } }

/*results rx */
#post-538 h3 { font-weight: normal; font-style: italic; }

/* treatment side button */

a.side-button { padding: 10px 50px 10px 10px; background-color: #fff; /* Old browsers */
background-image: url('assets/images/icons/icon_arrow3.png');
background-position: 95% 50%;
background-repeat: no-repeat;
    color:#333;  display: block; height: auto;}
a.side-button span { color: #666; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }
a.side-button { font-size: 24px; line-height: 1.1 }


a.side-faq-button { padding: 10px 50px 10px 10px; background-color: #0D476C; /* Old browsers */
background-image: url('assets/images/icons/icon_arrow3.png');
background-position: 95% 50%;
background-repeat: no-repeat;
    color:#fff;  display: block; height: auto;}
a.side-faq-button span { color: #fff; text-transform: uppercase; font-size: 11px; }
a.side-faq-button { font-size: 18px; }

.sidebox {  padding: 1em; overflow:auto; margin: 15px 0 0 0; display: block; }
.sidebox h3 { font-weight: bold; color:#1B5983; font-size: 11pt; margin-bottom: 0.5em; border-top: 1px solid #1B5983; border-bottom: 1px solid #1B5983; text-transform: uppercase; padding: 10px 0; }
.sidebox ul { padding: 0; }
.sidebox ul li { float: left; margin: 0 20px; list-style-type: none; margin-left: 0;}

.sidebox ul li:before {
content: "●" ;
color: #1B5983;
padding-right: 8px; 
}


.colouredbox { border: 1px solid #ccc; background:#eee; padding:10px; }
.colouredbox.pink { padding: 15px; background:#fff; border: 1px solid #DFACA5 }
.colouredbox.pink ul li { color: #DFACA5; }
.colouredbox p { color: #124365; }


/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;	
	padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
	background: #1c5a85;
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	color: #fff;
	background: #1c5a85;
}

.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #eee6da;
	border-color: #d8ccba;
	color: #1c5a85;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	font-weight: bold;
	top: 1px;
}

.responsive-tabs .responsive-tabs__panel {	
	background: #eee6da;
	border: 1px solid #d8ccba;
	border-top: 1px solid #d8ccba;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 20px;
	padding: 20px 20px 20px;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after { 
	content: "";
	display: block; 
	height: 0; 
	clear: both;
}

@media (min-width: 768px) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}
	
	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {		
		border-top: 1px solid #1c5a85;
	}	
		
	.responsive-tabs .responsive-tabs__heading {
		background: #1c5a85;
		border: 1px solid #1c5a85;
		border-top: none;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #eee6da;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0; 
		width: 0; 
	}
	.responsive-tabs .responsive-tabs__heading:hover {
		background: #1c5a85;
		color: #fff;
	}
	
	.responsive-tabs .responsive-tabs__heading:hover:after {	
		border-top: 6px solid #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #1c5a85;
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		background: #eee6da;
		border: 1px solid #d8ccba;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}

/*toggle*/
.faq { margin-bottom: 15px; }
.faq .answer { display:none; padding: 10px 10px 15px 10px; background: #efebe1; }
.faq p { margin: 0 0 10px 0; }

.faq h3 {
	padding: 8px 30px 8px 8px;
    color: #908370;
	margin: 0;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    background-image:url('assets/images/icon_arrow_down.png');
	background-position: 99% 50%;
    background-repeat: no-repeat;
	background-color: #e3dfd4;
	border: 1px solid #d7d3c6;
}

.faq h3:hover, .faq h3.close { 
	border: 1px solid #908370;
	background-position: 99% 50%; 
	background-color: #908370; 
    background-repeat: no-repeat;
	color: #fff; }

.faq h3:hover { background-image: url('assets/images/icon_arrow_down_hover.png'); }
.faq h3.close { background-image: url('assets/images/icon_arrow_up.png'); border: 1px solid #d7d3c6;}


.slide-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: right !important;
    left: 57% !important;
    right: 0 !important;
    width: 44% !important;
}
.slider-text > h3 {
    color: rgb(51, 51, 51) !important;
    font-family: lato;
    font-size: 32px !important;
    font-weight: 300;
    padding-top: 80px;
}
.slider-text {
    color: rgb(51, 51, 51) !important;
    font-family: lato;
    font-size: 23px;
    line-height: 28px;
}
.slider-text2 {
    color: rgb(51, 51, 51) !important;
    font-family: lato;
    font-size: 23px;
    line-height: 28px;
}
.slider-text2 > h3 {
    color: rgb(51, 51, 51) !important;
    font-family: lato;
    font-size: 32px !important;
    font-weight: 300;
    padding-top: 80px;
}

.slider-text2 {
    float: left !important;
    left: -520px !important;
    position: relative !important;
}
