@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,800,300italic|Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Old+Standard+TT:400,700);

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 250px;*/
  background: url("../img/brushed.png") repeat;
  font-family:'Open sans', sans-serif;
  font-size:13px;
}
.thumbnail {
	
	overflow:hidden;
}
a {

transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;
outline: 0;


}
a:visited, a:focus, a:active, a:hover {
	outline:0;
	text-decoration:none;
}
 
a:hover {

-webkit-transition: all ease 0.7s;
-moz-transition: all ease 0.7s;
-o-transition: all ease 0.7s;
-ms-transition: all ease 0.7s ;
transition: all ease 0.5s ;

} 
h1 {
	
	margin-bottom:30px;
	border-bottom:2px solid #677eb6;
	padding-bottom: 20px;
	font-size:40px;
	font-family: 'Old Standard TT', serif;
}
h2 {
	
	font-family: 'Old Standard TT', serif;
}
.footer {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 250px;*/
  background: url(../img/twinkle_twinkle.png) repeat;
  padding:30px 0px;
  color:rgba(255,255,255,0.7);
}

.footer h3 {
	font-weight:700;
	color:#fff;
	font-size:18px;
	margin-bottom:25px;
}
.contentGrey {
	padding:50px 0px;
}
.contentLight {
	background:#fff;
	padding:60px 0px;
}
#copyright {
	font-size:12px;
	font-weight:bold;
	padding:5px 0px;
}
.padding-top {
  padding: 60px 15px 0;
}
#top {
	background:url(../img/topButterfly.jpg) bottom center no-repeat #fff;
	padding:70px 0px 20px 0px;
}
#top2 {
	background:#fff;
	/*padding:25px 0px;*/
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-default {
	background:#393d44;
}
.navbar-default.navbar-fixed-top .navbar-nav > li > a {
	padding:5px;
}
.navbar-default.navbar-fixed-top .navbar-nav > li > a {
	color:#fff;
}
.navbar-default.navbar-fixed-top .navbar-nav > li > a .fa-facebook,
.navbar-default.navbar-fixed-top .navbar-nav > li > a .fa-twitter,
.navbar-default.navbar-fixed-top .navbar-nav > li > a .fa-phone {
	color:#ccc;
}
#navbar .navbar-nav > li > a {
	font-family:'Open sans', sans-serif;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:20px 25px;
	color:#000;
	line-height: 30px;
}
.nav > li.active, .nav > li a:hover, .nav > li a:focus {
	background-color:#000;
}
.nav > li.active > a, .nav > li a:hover, .nav > li a:focus {
	color:#fff !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background:#000;
}
#logos {
	background:#fff;
	padding:50px 0px;
}
.treatment-tabs {
	
	margin:1% 0;
	padding:0;
	background:#efefef;
}
.treatment-tabs > li {
	display:inline-block;
}
.treatment-tabs > li > a {
	padding:10px 15px;
	font-size:1.4rem;
	display:block;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
.treatment-tabs > li.active > a {
	
	background-color:black;
	color:white;
}
.loreal {
	background: url(../img/bgloreal.jpg) bottom left no-repeat #333138;
	color:#fff !important;
	padding:80px 0px;
}

.loreal .CTA {
	background: rgba(0,0,0,0.3);
	border-radius:3px;
	border: 1px solid rgba(0,0,0,0.5);
	padding:20px;
	margin-top:20px;
}
.view {
   width: 100%;
   height: 100%;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}

.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.fourth-effect .mask {
   position:absolute; /* Center the mask */
   top:50px;
   left:100px;
   cursor:pointer;
   border-radius: 50px;
   border-width: 50px;
   display: inline-block;
   height: 100px;
   width: 100px;
   border: 70px solid rgba(0, 0, 0, 0.0);
   box-sizing:border-box;
   opacity:1;
   visibility:visible;
   transform:scale(4);
   transition:all 0.3s ease-in-out;
}
.fourth-effect .mask p {
	color:#fff;
}

.fourth-effect:hover .mask {
   opacity: 0;
   border:0px solid rgba(0,0,0,0.7);
   visibility:hidden;
}
figcaption > div {
	bottom: 0;
    height: 50%;
    left: 0;
    padding: 2em;
    position: absolute;
    width: 100%;
    color:#fff;
    font-size:18px;
    transition: transform 0.35s ease 0s;
    transform: translate3d(0px, 40px, 0px);
    
}
figcaption > div > p {
	transition: transform 0.35s ease 0s;
	transform: translate3d(0px, 0px, 0px);
	background:rgba(0,0,0,0.5);
}
.fourth-effect:hover figcaption > div > img, .fourth-effect:hover h2, .fourth-effect:hover figcaption > div > p {
    transform: translate3d(0px, -50px, 0px);
    background-color:#000;
}
.fourth-effect:hover figcaption > div > p {
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

.panel-default > .panel-heading {
	background-color:#fff;
}


  
@media (max-width:768px) {
	.nav > li {
		display:inline-block;
	}
	
	#navbar .nav > li {
		display:block;
	}
	
	.navbar-toggle {
		float:left;
	}
	#navbar .navbar-nav > li > a {
		padding:15px;
	}
	
}

@media (min-width:768px) and (max-width:1199px) {
	#navbar .navbar-nav > li > a {
		padding: 12px;
	}
}
.nav .navbar-nav {
	height:100%;
}
.carousel-control.right, .carousel-control.left {
	background:none;
}

.carousel-caption h1 {
	border-bottom:none;
}

.carousel-caption.inverse {
	color:#555;
	text-shadow:none;
}

.treatmentSplit {
	background:#fff;
	padding:20px 10px;
	border-bottom:1px solid #000;
	margin-bottom:2px;
}

.treatmentSplit h4 {
	text-transform: uppercase;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
}

.affix {
  top: 80px;
  width: 213px;
}
 
@media (min-width: 1200px) {
  .affix {
    width: 350px;
  }         
}

img.insert {
	margin:20px;
}

.alert-beauty {
	border-left: 5px solid #31708f;
	font-style:italic;
	background:#efefef;
}

.padding3 {
	padding:10px 0px 60px 0px !important;
}

.margin1 {
	margin-top:10px;
}

#stick .well h4 {
	font-weight:800;
	font-size:16px;
	text-transform:uppercase;
	
}
.button
{
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #0C5;
  font-weight: 300;  
  padding: 20px;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  overflow: hidden;
  
  transition: all 0.5s;
}

.button:hover, .button:active 
{
  text-decoration: none;
  color: #000;
  border-color: #000;
  background: #FFF;
}

.button span 
{
  display: inline-block;
  position: relative;
  padding-right: 0;
  
  transition: padding-right 0.5s;
}

.button span:after 
{
  content: ' ';  
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;

  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;

  transition: opacity 0.5s, top 0.5s, right 0.5s;
  transform: rotate(-45deg);
}

.button:hover span, .button:active span 
{
  padding-right: 30px;
}

.button:hover span:after, .button:active span:after 
{
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #0C5;
  right: 0;
  top: 50%;
}


.button-inverse
{
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;  
  padding: 10px;
 

  background: #fff;
  border: 1px solid #000;
  color: #000;
  overflow: hidden;
  
  transition: all 0.5s;
}

.button-inverse:hover, .button-inverse:active 
{
  text-decoration: none;
  color: #fff;
  border-color: #000;
  background: #000;
}

.button-inverse span 
{
  display: inline-block;
  position: relative;
  padding-right: 0;
  
  transition: padding-right 0.5s;
}

.button-inverse span:after 
{
  content: ' ';  
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;

  background: rgba(0, 0, 0, 0);
  border: 3px solid #FFF;
  border-top: none;
  border-right: none;

  transition: opacity 0.5s, top 0.5s, right 0.5s;
  transform: rotate(-45deg);
}

.button-inverse:hover span, .button-inverse:active span 
{
  padding-right: 30px;
}

.button-inverse:hover span:after, .button-inverse:active span:after 
{
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #0C5;
  right: 0;
  top: 50%;
}
.btn-sm.button-inverse, .btn-sm.button {
	padding:5px!important;
	font-size:11px!important;
}
.navbar-toggle {
	padding:0;
}

.carousel-caption h1 {
	font-size:40px;
}
.preloading {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loading-gif {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px !important;
    left: 50%;
    opacity: 1 !important;
    padding: 8px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fb {
	padding:15px;
	border-radius:3px;
	background:#3B5998;
	color:#fff;
	font-size:12px;
}
.navbar-collapse.collapse {
        text-align: center; /* Set this */
        /*display: block !important;*/
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
}
.navbar-nav {
    /*display: inline-block;*/
    float: none;
    margin: 0 0 -5px 0;
}
.lead {
	font-size:16px;
}

.thumbnail .caption h4 {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	height:30px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    }
.thumbnail:hover {
	border-color:#fff;
}
.thumbnail img {
	transition:all 1s ease 0s;
}
.thumbnail img:hover {
	transform: scale(1.1);)
}
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
padding:20px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: #000;
}

.back-to-top i {
  font-size: 30px;
}
.back-top-top:hover {
	background-color:#333;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.carousel-indicators .active {
	background:#000;
	border-color:#000;
}
.carousel-indicators li {
	border-color:#000;
}
.text-pink {
	color:#D38E91!important
}

/**********MARGINS & PADDINGS**************/

.margin2 {
	margin:30px 0px;
}
.mb-30 {
	margin-bottom:30px!important;
}