@import url(http://fonts.googleapis.com/css?family=Kreon:400,700);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  /*font: normal 14px arial,sans-serif;*/
  font-family: 'Open Sans', sans-serif !important;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

h1,h2,h3,h4 {
  vertical-align:middle;
}


/* topbar  */

.topbar
{
	width:100%;
	z-index:9;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0, 0.75);
	position:relative;
}
.topbar .container
{
	padding:15px 0 10px 0;
}
.topbar-left img /* logo */
{
	position:absolute;
}
@media (max-width: 767px) {
	.topbar-left img
	{
		position:static;
	}
	.topbar-left
	{
		text-align:center;
	}
	.topbar-right
	{
		text-align:center;
	}
}
.topbar-right h3
{
	color:#333;
}

.topbar-right img:hover
{
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.topbar-logo img:hover
{
	opacity: 0.8;
    filter: alpha(opacity=80);
}

/*   END topbar   */

.slideshow {
  height:750px;
}
@media (max-width: 767px) {
	.slideshow {
	  height:300px;
	}
}

h1 {
  font-size:50px;
}

/*    nav     */

#nav {
  width: 100%;
  position:static;
  top:-32px;
   position: fixed;
   top: 0;
   z-index:10;
}

/*#nav.affix {
   -webkit-transition: all .6s ease-in-out;
}*/

/*    END nav    */

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: rgba(66,1,1,1);
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
.navbar-custom .dropdown-menu{
	right:0;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

#section1
{
	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.75);
	z-index:9;
	position:relative;
}

.divider {
	height:100px;
}

.panel {
	border-width:0;
}

#the-map {
  	width: 100%; 
  	height: 600px;
	margin: 0;
	padding: 15px;
}

.map-address
{
	position:relative;
	top:80px;
	z-index:9;
	background-color:rgba(0,0,0,0.7);	
}

.map-address p
{
	
	color:white;
	font-size:1.2em;
	padding-top:5px;
	font-weight:bold;
}

@media (max-width: 768px) {
	.map-address
	{
		position:static;
		top:0;
	}
}


.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ccc;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

/* NOTE bg-0 DEFINED in Backstretch in scripts.js */


.bg-1 {
	background: url('/img/bg3new.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: url('http://www.bootply.com/assets/example/bg_5.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('http://www.bootply.com/assets/example/bg_6.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,0.2)),to(rgba(255,255,255,0)), color-stop(1,#000));
}

/* ----- VERTICAL ALIGN --------- */

 
.vcenter-xs-only, .vcenter-xs-up
{
	display: flex;
	align-items: center;
}

.vcenter-sm-only, .vcenter-md-only, .vcenter-lg-only, .vcenter-sm-up, .vcenter-md-up, .vcenter-lg-up
{
	display: block;
	align-items: center;
}


@media all and (min-width: 768px) and (max-width: 991px) { /* small */
    .vcenter-sm-only, .vcenter-xs-up, .vcenter-sm-up
	{
        display: flex;
        align-items: center;
    }
	.vcenter-xs-only, .vcenter-md-only, .vcenter-lg-only, .vcenter-md-up, .vcenter-lg-up
	{
        display: block;
        align-items: center;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) { /* medium */
    .vcenter-md-only, .vcenter-xs-up, .vcenter-sm-up, .vcenter-md-up
	{
        display: flex;
        align-items: center;
    }
	.vcenter-xs-only, .vcenter-sm-only, .vcenter-lg-only, .vcenter-lg-up
	{
        display: block;
        align-items: center;
    }
}

@media (min-width: 1200px) { /* large */
    .vcenter-lg-only, .vcenter-xs-up, .vcenter-sm-up, .vcenter-md-up, .vcenter-lg-up
	{
        display: flex;
        align-items: center;
    }
	.vcenter-xs-only, .vcenter-sm-only, .vcenter-md-only
	{
        display: block;
        align-items: center;
    }
}

/* ----- END VERTICAL ALIGN --------- */



/* ------- SECTIONS ----------- */

/* About */

@media all and (max-width: 768px) { /* xs */
	.stylist-info
	{
		padding-top: 35px;
	}
}

/* Services */
#services
{
	padding-bottom:100px;
}
/*#services h2
{
	color:#222;
	margin-bottom:50px;
	background: rgba(250,250,250,0.2);
	padding: 10px 0;
}*/

/*#services h2
{
	color:#ededed;
	
	background: rgba(0,0,0,0.6);
	padding: 10px 0;
}*/

#services h2
{
	padding:10px 0;
	margin-bottom:50px;
	color:#ededed;
	background:none;
	text-shadow:2px 2px rgba(0,0,0,0.3);
}

.service-category
{
	background: rgba(0,0,0,0.7);
	border:1px sold red;
}

/* Book Appointment */
#section5
{
	background-color:#420101;
}
.contact-thankyou
{
	display:none;
	background-color:white;
	border:1px solid #ddd;
	color:#333;
	margin-bottom:10px;
}
