﻿	@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('Fonts/TitilliumText22L005-webfont.eot');
    src: url('Fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText22L005-webfont.woff') format('woff'),         
		 url('Fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('Fonts/titilliumtext22l004-webfont.eot');
    src: url('Fonts/titilliumtext22l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/titilliumtext22l004-webfont.woff') format('woff'),
         url('Fonts/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('Fonts/titilliumtext22l004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal; }

/*------------------------------------------------------------------------------------------
					
					0. Reset Styles & Non-Semantic Header Classes
					1. Document Setup (body, common classes, vertical ryhthm, layout etc.)
					2. Structure
					3. Header Stylings
					4. Navigation & Menus
					5. Main Content Stylings
					X. Footer Stylings
					X. DotNetNuke Controls Stylings
					X. Media Queries for Responsive Design
					X. Print Styles					
					
------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------*/
/*    0. Reset Styles & Non-Semantic Header Classes                                       */
/*----------------------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent; }                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0; padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle; }
/* for image replacement */
.ir {display: block;text-indent: -999em;overflow: hidden;background-repeat: no-repeat;text-align: left;direction: ltr;}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {display: none;visibility: hidden;} 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {position: absolute !important;clip: rect(1px 1px 1px 1px); /* IE6, IE7 */clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible {visibility: hidden;}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {content: "\0020";display: block;height: 0;overflow: hidden;} 
.clearfix:after {clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {zoom: 1;}

/*----------------------------------------------------------------------------------------*/
/*    1. Document Setup (body, common classes, vertical ryhthm, layout etc.               */
/*----------------------------------------------------------------------------------------*/

body { 
font-size:100%; 
font-style: normal; }

select, input, textarea, button { 
font:99% sans-serif; }

pre, code, kbd, samp { 
font-family: monospace, sans-serif; }
 
body, select, input, textarea, .Normal { 
color: rgb(121,121,123);
font-size: 14px;
line-height: 1.7em; 
font-family: 'Prata', serif;
-webkit-font-smoothing:antialiased; }

html, #DNN6, body, form {height: 100%;} /* For sticky footer */

h1,h2,h3,h4,h5,h6 { 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif; }

h1 {
font-size: 20px;
color: #ed1b2e;
margin-bottom: 5px; }

h2 {
font-size: 16px;
color: rgb(143,195,234); }

p {
margin-bottom: 20px; }

a:hover, a:active { 
outline: none; }

a, a:active, a:visited { 
color: rgb(143,195,234); }

a:hover { 
color: rgb(143,195,234); }

ul, ol { 
margin-left: 1.8em;
margin-bottom: 20px; }

ol { 
list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { 
margin: 0; } 

small { 
font-size: 85%; }

strong, th { 
font-weight: bold; }

td, td img { 
vertical-align: top; } 

sub { 
vertical-align: sub; font-size: smaller; }

sup { 
vertical-align: super; font-size: smaller; }

pre { 
padding: 15px;  
 
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */ }
 
textarea { 
overflow: auto; }

.ie6 legend, .ie7 legend { 
margin-left: -7px; }

input[type="radio"] { 
vertical-align: text-bottom; }

input[type="checkbox"] { 
vertical-align: bottom; }

.ie7 input[type="checkbox"] { 
vertical-align: baseline; }

.ie6 input { 
vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { 
cursor: pointer; }
 
button, input, select, textarea { 
margin: 0; }

input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red; 
-webkit-box-shadow: 0px 0px 5px red; 
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { 
background-color: #f0dddd; }

button {  
width: auto; overflow: visible; }
 
.ie7 img { 
-ms-interpolation-mode: bicubic; }

html { 
height:100%; }

#Body{
height:100%; }

#Form{
height:100%; }

/*----------------------------------------------------------------------------------------*/
/*    2. Structure                                                                        */
/*----------------------------------------------------------------------------------------*/

#DNN6{
width:100%;
position:relative;
z-index:1;
min-height:100%; }

.Home {
background: rgb(255,255,255) url(images/body-bg.gif) top left repeat-x; }

.TwoColRight,
.TwoColSec,
.SingleCol {
background: rgb(255,255,255) url(images/body-bg-sec.gif) top left repeat-x; }

#wrapper {
width: 940px;
margin: 0 auto;
min-height: 100%;
margin: 0 auto -150px; }

.ie6 #wrapper {
height: auto !important;
height: 100%; }

#panes {
width:940px;
margin:auto;
padding: 45px 0; }

#DNN6.TwoColRight #panes {
padding-top: 25px; }

#dnn_ContentPane, 
#dnn_BottomPane {
clear:both; }

#DNN6.Home #dnn_ContentPane {
height: 410px;
width: 940px; }

#DNN6.TwoColRight #dnn_ContentPane {
width: 610px; }

#DNN6.SingleCol #dnn_ContentPane {
width: 940px;
padding-bottom: 30px;
border-bottom: solid 1px #CBCBCB; }

#DNN6.Professionals #dnn_ContentPane {
	width: 900px;
	padding-right: 40px;
	background-color: #000;
	border-bottom: none;
}

#DNN6.Professionals #dnn_ContentPane p {
	color: #fff;
}

.banner-pane {
	width: 940px;
	height: 515px;
}

.Professionals .banner-pane {
	background: transparent url("images/treatments.jpg") top center no-repeat;	
}

.Scalp .banner-pane {
	background: transparent url("images/scalp-bg.jpg") right center no-repeat;	
}

.Lengths .banner-pane {
	background: transparent url("images/treatments.jpg") top center no-repeat;	
}

#DNN6.SingleCol .landing {
	background-color: transparent !important;
	border-bottom: none !important;
}
	
#DNN6.TwoColRight #dnn_LeftPane{
float:left;
width:860px;
margin:0; }

#DNN6.SingleCol #dnn_LeftPane{
float:left;
width:940px;
margin:0;
padding-top: 20px; }

#DNN6.Home #dnn_RightPane, 
#DNN6.TwoColRight #dnn_RightPane {
float:left; 
width:300px; }

#DNN6.TwoColSec #dnn_ContentPane {
width:940px; }

#DNN6.TwoColSec #dnn_LeftPane {
float:left;
width:450px;
margin:0 30px 0 0; }

#DNN6.TwoColSec #dnn_RightPane {
float:left;
width:460px; }

#dnn_CallToActionPane {
clear: both;
width: 940px;
margin-top: 50px; }

/*----------------------------------------------------------------------------------------*/
/*    2. Header Stylings                                                                  */
/*----------------------------------------------------------------------------------------*/
#branding{
width:940px;
height:auto;
position:relative; }

#branding .logo {
width:auto;
height: 70px;
float:left;
padding:19px 0; }

.ie6 #branding .logo {
padding: 18px 0 17px 0; }

#branding .tj-logo {
width:auto;
float:left;
margin-top:19px;
margin-right:10px;}

/*.ie9 #branding .logo {
padding-top: 28px; }

.ie8 #branding .logo,
.ie7 #branding .logo,
.ie6 #branding .logo {
padding-bottom: 30px; }*/

#branding .logo-right {
font-size:11px;
width:auto;
float:right;
margin-top: 34px; }

#branding .logo-right #login {
text-align:right;
color:#c5c5c5; }

#branding .logo-right #login .SkinObject, 
#login .LoginLink {
color:#9c0b12;
text-transform:uppercase;
padding:0 0 0 5px;
text-decoration:none; }

#branding .logo-right #login .SkinObject:hover, 
#login .LoginLink:hover {
text-decoration:underline; }

#branding .logo-right #login .LoginLink {
padding:0 5px; }
	    	 
/*----------------------------------------------------------------------------------------*/
/*    3. Navigation Stylings                                                              */
/*----------------------------------------------------------------------------------------*/
#nav-container nav {
width:940px;
height:auto;
position: relative;
background-color: rgb(0,0,0);
z-index: 1000; }

/* Original Search Stylings 
#branding .logo-right .SearchContainer {
width:318px;
height:29px;
padding: 5px;
position: relative;
background-color: rgb(229,229,229);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }

#branding .logo-right .SearchContainer .SearchBorder {
width: 242px;
border:0;
background:none;
margin: 0 5px 0 0; }

#branding .logo-right .SearchContainer .SearchIcon {
float:left;
width:40px;
padding:3px;
background-position:9px 6px;
display: none; }

#branding .logo-right .SearchContainer .SearchTextBox {
float:left;
background-color: rgb(255,255,255);
width:236px;
padding: 3px;
height: 23px;
color:rgb(121,121,123); }

#branding .logo-right .SearchContainer .SearchButton {
float:left;
text-indent:-9999px;
display:block;
height:29px;
width:69px;
padding:0;
background: transparent url(images/search.gif) top left no-repeat; } */

/* Google Search Stylings */
#searchForm {
width:318px;
height:29px;
padding: 5px;
position: relative;
/*background-color: rgb(229,229,229);*/
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }

table.gsc-search-box {
margin: 0 !important; }

form.gsc-search-box {
margin: 0 !important; }

td.gsc-input {
padding-right: 0 !important; }

input.gsc-input {
background-color: rgb(255,255,255);
width:238px !important;
padding: 3px !important;
height: 23px;
color:rgb(121,121,123);
border-style: none !important; }

.ie7 input.gsc-input {
height: 22px; }

input.gsc-search-button {
text-indent:-9999px;
display:block;
height:29px;
width:69px;
margin-left: 4px !important;
padding:0;
background: transparent url(images/search.gif) top left no-repeat;
border: none; }

.gsc-clear-button {
display: none; }

table.gsc-branding, table.gcsc-branding {
display: none; }


#Breadcrumb {
height:30px;
width:940px;
line-height:25px;
/*background:url(images/Breadcrumb-BG.jpg) no-repeat 0 0;*/
margin:0;
font-size:13px; }

#Breadcrumb span {
display:inline-block;
height:25px;
float:left;
font-weight:bold;
color:rgb(132,132,135); }

/*#Breadcrumb .Intro {
padding:0 15px 0 13px;
margin:0 15px 0 0;
font-size:13px;
background:url(images/Breadcrumb-FirstSep.jpg) no-repeat right 0; }*/

#Breadcrumb .SkinObject {
display:inline-block;
height:25px;
float:left;
font-family: 'Century Gothic', Arial, Helevetica, sans-serif;
font-size: 13px;
font-weight: normal;
color:rgb(132,132,135); }

#Breadcrumb .SkinObject:hover {
color: rgb(143,195,234); }

#Breadcrumb span.Sep {
width:6px;
margin:0 7px;
font-size:13px; }

/*----------------------------------------------------------------------------------------*/
/*    4.  Content Stylings                                                                */
/*----------------------------------------------------------------------------------------*/

/* Home Page CTA */
.home-cta {
width: 300px;
float: left;
margin-right: 20px; }

/*.home-cta h2 {
font-size: 16px; }*/

.home-cta a {
display: block;
font-family: 'Prata', serif;
-webkit-font-smoothing:antialiased;
margin-bottom: 10px;
color: rgb(121,121,123); }

.home-cta a:hover {
text-decoration: none; }

.home-cta a img {
border: rgb(229,229,229) 15px solid;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-transition: border-color 0.4s ease-in-out;
-moz-transition: border-color 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out; }

.home-cta a:hover img {
border: rgb(143,195,234) 15px solid;	}

span.arrow-color {
color: rgb(143,195,234); }

/* Home Page Products CTA */
.product-cta {
width: 100%;
margin: 50px 0; }

.product-cta li {
list-style-type: none;
display: block;
width: auto;
float: left;
height: 45px; }

.product-cta li img {
padding: 0 31px;
margin-top: 3px; }

.product-cta li:first-child img {
padding-left: 6px;  }

.product-cta li:last-child img {
padding-right: 6px;  }

.product-cta li a img {
opacity: 0.7;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out; }

.product-cta li a img.creativi {
opacity: 0.5;
margin-top: 0; }

/*.ie8 .social-media li a img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.ie6 .social-media lia a img,
.ie6 .social-media lia a img {
filter: alpha(opacity = 70); }*/

.product-cta li a:hover img {
opacity: 1; }

/*.ie8 .product-cta li a:hover img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

.ie6 .social-media li a:hover img,
.ie7 .social-media li a:hover img {
filter: alpha(opacity = 100); }*/

/* Product Range Landing Page */
.product-range {
margin: 0; }

.product-range li {
display: block;
width: auto;
float: left;
margin-right: 30px;
margin-bottom: 30px;
list-style-type: none; }

.product-range li a img {
opacity: 0.7;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out; }

.product-range li a:hover img {
opacity: 1; }

span.restitutivi-block {
display: block;
width: 430px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: rgb(255,255,255);
margin: -10px 0 10px 0;
padding: 2px 10px; 
background-color: rgb(239,183,204); }

/* Catalogue Download Section */
.catalogue-downloads {
margin: 0; }

.catalogue-downloads li {
list-style-type: none;
display: inline-block;
/*float: left;*/
margin:0 30px 50px 0;
text-align: center; }

.catalogue-downloads li:nth-child(3n) {
	margin-right: 0;
}

.catalogue-downloads h2 {
text-align: center;
margin-bottom: 8px; }

/* Search Results Page */
.gs-result .gs-title, .gs-result .gs-title * {
color: rgb(143,195,234) !important; }

/* Contact form Stylings */
.contact-form td {
padding: 4px 2px;
vertical-align: middle; }

.cf-label {
display: inline-block; 
line-height: 13px;
padding:7px 6px 7px 0; }

.cf-input {
width: 190px;
line-height: 13px;
padding: 6px;
border: 1px solid rgb(160,160,160);
background-color: rgb(242,242,242); }

.cf-msgbox {
width: 194px;
padding: 4px;
border: 1px solid rgb(160,160,160);
background-color: rgb(242,242,242); }

.cf-select {
width: 204px;
padding: 4px;
border: 1px solid rgb(160,160,160);
background-color: rgb(242,242,242); }

.submit-button {
width: 99px;
height: 25px;
border: none;
background: url(images/submit-button.gif) left top no-repeat;
cursor: pointer }

.required {
display: inline-block;
padding-left: 3px;
color: rgb(255,0,0); }

/*----------------------------------------------------------------------------------------*/
/*    5.  Footer Stylings                                                                 */
/*----------------------------------------------------------------------------------------*/

.footer-outer {
width: 100%;
background-color: rgb(0,0,0); }

footer {
width:940px;
height: 150px;
margin:auto;
padding:0; }

.footer-outer, .push {
height: 150px;
clear: both; }

footer .Panes {
padding:0 0 45px 0; }

footer .left-block {
clear: both;
width: 470px;
float: left;
margin:0 20px 0 0; }

footer .left-block #dnn_Footer_LeftPane {
font-size: 12px;
color: rgb(255,255,255); }

footer .left-block #dnn_Footer_LeftPane a {
font-size: 12px;
color: rgb(255,255,255); }

footer #dnn_Footer_RightPane {
width:360px;
float:right;
font-size: 12px;
color: rgb(255,255,255);
margin-top: 13px; }

footer #dnn_Footer_BottomPane {
clear:both; }

footer .left-block #Copyright {
height:46px;
line-height:46px; }

footer .Normal {
color:#e5e5e5; }

footer span.SkinObject {
font-size: 12px;
font-weight:normal;
color:rgb(255,255,255);
display: block;
/*float: left;*/ }

footer a.SkinObject {
float:right;
font-weight:normal;
text-decoration:underline; }

footer a.SkinObject:link, 
footer a.SkinObject:active, 
footer a.SkinObject:visited, 
footer a.SkinObject:hover {
color:rgb(255,255,255);
padding:0 0 0 15px; }

.DNNEmptyPane {
	width: 0 !important;
	height:0 !important;
}

/*----------------------------------------------------------------------------------------*/
/*    6.  DotNetNuke Controls Stylings                                                    */
/*----------------------------------------------------------------------------------------*/

/* Password Information */
#Passwords{margin:2em 0;padding:0;}
#Passwords li{display:inline-block;height:62px;width:305px;background:url(images/Icons.png) no-repeat -256px -64px;margin:0 15px 0 0;padding:0;list-style-type:none;}
#Passwords li.Host{margin:0;}
#Passwords span.SubHead{display:block;color:#FFF;font-size:14px;padding:11px 0 8px 15px;}
#Passwords span.Password{color:#FFF;padding:0 0 0 15px;}
p.Disclaimer{clear:both;color:#666666;font-size:11px;line-height:14px;}
/* Default Over-rides */
#ControlPanelWrapper #dnnCPWrap{filter:none !important;}
/* Modules */
.DnnModule{margin:0 0 2em 0;}
/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}
#iPopUp{display:none;}
.eipbackimg{z-index:1000;}
.SubHead{color:#333;}
/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

/*----------------------------------------------------------------------------------------*/
/*    6.  Print Styles                                                                    */
/*----------------------------------------------------------------------------------------*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}