@import url(http://fonts.googleapis.com/css?family=Oxygen);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,900|Merriweather+Sans:400,300);

/*---------------------------
[Template Structure]

Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------

@charset "UTF-8";

/* 1. General */


.snap-drawers *{
    max-height:999999px;
    -webkit-text-size-adjust:none;
    -webkit-transform: translateZ(0);
}

body{
	height:100%;
}

.disabled{
    display:none;
}

::-webkit-scrollbar { 
    display: none; 
}

.all-elements{
	position:absolute;
	overflow-x:hidden!important;	
	width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
}

.large-title h3{text-align:left;}
.large-title p{text-align:left;}

/*Backgrounds */

.bg1{
    background-image:url(../images/pictures/1.jpg);   
    background-position:center center;
}

.bg2{
    background-image:url(../images/pictures/2.jpg);   
    background-position:center center;
}

.bg3{
    background-image:url(../images/pictures/3.jpg);   
    background-position:center center;
}

.bg4{
    background-image:url(../images/pictures/4.jpg);   
    background-position:center center;
}



/*Center Socials*/

.facebook-color{
    background-color:#3b5998;
    color:#FFFFFF;
}

.twitter-color{
    background-color:#4099ff;
    color:#FFFFFF;
}

.google-color{
    background-color:#d34836;
    color:#FFFFFF;
}

.pinterest-color{
    background-color:#C92228;
    color:#FFFFFF;
}

.sms-color{
    background-color:#23c6c8;
    color:#FFFFFF;
}

.mail-color{
    background-color:#3498db;
    color:#FFFFFF;
}

/*Header*/

.header{
    height:60px;
}

.homepage-header{
    position:absolute;
    width:100%;
    z-index:999999;
    background-color:transparent!important;
}


.header .sidebar-deploy{
    float:left;
    height:60px;
    line-height:60px;
    width:60px;
    text-align:center;
    position:relative;
    z-index:1;
}

.header i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:14px;
    color:#1f1f1f;
}

.header .contact-deploy{
    float:right;
    margin-top:-60px;
    height:60px;
    line-height:60px;
    width:60px;
    text-align:center;
    position:relative;
    z-index:1;
}

.header h3{
    float:left;
    width:100%;
    text-align:center;
    margin-top:-40px;
    position:relative;
    z-index:0;
}

.homepage-header h3{color:#FFFFFF;}
.homepage-header i{color:#FFFFFF;}

.homepage-slider .overlay{
    background-color:rgba(0,0,0,0.4)!important;
}


/*Footer*/

.footer p{
    clear:both;
    margin-bottom:20px;
}

.content-box .footer-socials{
    width:240px;
}

.footer-socials{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:-15px;
    margin-bottom:20px!important;
}

.footer-socials a:hover{
    transform:scale(1.15, 1.15  );
    color:#FFFFFF;
    transition:all 250ms ease-in-out;
}

.footer-socials a{
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:35px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
    color:#FFFFFF;
    transition:all 250ms ease-in-out;
}

.footer-socials a i{
    width:35px;
    height:35px;
    line-height:35px;
}

.footer-facebook{
    background-color:#3b5998;
}

.footer-share{
    background-color:#23c6c8;
}

.footer-twitter{
    background-color:#4099FF;
}

.footer-google{
    background-color:#d34836;
}

.footer-up{
    background-color:#2c3e50;
    line-height:32px!important;
}

.footer-menu{
    position:fixed;
    z-index:9999999;
    background-image:url(../images/misc/menu-bg.png);
    background-size:100px 100px;
    width:100%;
    height:60px;
    bottom:0px;
}

.footer-menu a{
    border-right:solid 1px rgba(255,255,255,0.08);  
    color:#FFFFFF;
    font-size:14px;
}

.footer-menu a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.05);
}

.footer-menu-clear{
    height:60px;
}

.footer-menu a i{
    height:60px;
    line-height:60px;
}

.footer-menu-three-icons a{
    width:33.3%;
    float:left;
    text-align:center;
}

.footer-menu-four-icons a{
    width:25%;
    float:left;
    text-align:center;
}

.footer-menu-five-icons a{
    width:20%;
    float:left;
    text-align:center;
}

.footer-menu-six-icons a{
    width:16.7%;
    float:left;
    text-align:center;
}

.snap-drawer{
    background-color:#1e2127;
}

/*Sidebar Menu*/

.sidebar-header a{
    width:20%;
    float:left;
    height:60px;
    text-align:center;
    line-height:60px;
    color:#FFFFFF;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}

.sidebar-header a i{
    height:60px;
    line-height:60px;
    width:100%;
    text-align:center;
}

.sidebar-header a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.03);
}

.sidebar-logo{
    background-image:url(../images/hc_logo.png);
    background-size:85px 180px;
    width:85px;
    height:180px;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
}

.sidebar-decoration{
    border-bottom:solid 1px rgba(0,0,0,0.1);
    height:1px;
    width:100%;
}

.sidebar-copyright{
    text-align:center;
    padding-top:10px;
    padding-bottom:30px;
    color:Rgba(255,255,255,0.4);
}

.sidebar-menu li{
    position:relative;
    overflow:hidden;
    display:block;
    list-style:none;
    line-height:60px;
    margin-bottom:0px;
    letter-spacing:2px;
}

.sidebar-menu li a:hover{
    background-color:rgba(44,62,80,0.4); 
}

.submenu li a:hover{
    background-color:rgba(255,255,255,0.02)!important;
}


.sidebar-menu li a{
    padding-left:40px;
    line-height:50px;
    color:#FFFFFF;
    font-family:'Roboto', sans-serif;
    border-bottom:solid 1px rgba(0,0,0,0.1);
    transition:all 250ms ease;
}

.sidebar-menu li a i:first-child{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    left:10px;
    font-size:16px;
    color:#bcbdbd;
}

.sidebar-menu li a i:last-child{
    position:absolute;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    font-size:13px;
    color:#bcbdbd;
    left:190px;
}

.sidebar-menu li .fa-caret-right{
    font-size:10px!important;
}

.sidebar-menu li .fa-mobile{
    font-size:27px!important;
}

.submenu{
    margin-bottom:0px;
}

.submenu li{
    border:none!important
}

.submenu li a{
    border:none;
}

.submenu a{
    text-indent:15px!important;
    color:#7e7e7e!important;
    margin-left:-px;
    font-size:11px;
    line-height:40px;
    line-height:100%;
    margin-top:-1px;
    margin-left:-10px;
    text-transform:none!important;
}

.submenu .fa-angle-right{
    font-size:8px!important;
    top:0px;
    left:35px!important;
}

.submenu .fa-circle{
    text-indent:19px;
}

.deploy-submenu .fa-plus{
    font-size:8px!important;
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    transition:all 250ms ease;
}

.active-menu{
   background-color:rgba(255,255,255,0.02); 
}

.active-menu .fa-circle{
    color:#23c6c8!important;
    font-size:6px!important;
}

.active-submenu{
    -webkit-transition-delay: 250ms; 
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    transition:all 250ms ease;
}

.active-submenu .fa-plus{
    margin-top:1px;
    color:#c0392b!important;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg);
    transition:all 250ms ease;
}

.submenu{
    display:none;
    overflow:hidden;
}

.show-submenu{
    display:block;
}

.submenu li:last-child a{
    border-bottom:solid 1px rgba(0,0,0,0.1)!important;
}

.border-clear{
    
}

/*Center Socials*/

.center-socials{
    width:180px;
    margin-left:auto;
    margin-right:auto;  
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    transition:all 250ms ease;
    margin-bottom:30px;
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.1, 1.1);
    transition:all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.center-socials .facebook-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .twitter-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .google-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}


/*Content Heading*/
/*///////////////*/

.content-heading{
	margin-bottom:30px;	
	cursor:default;
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:9999;
	text-transform:uppercase;
    pointer-events:none;
    font-weight:800;
    ont-size: 20px;
    margin-top: 40px;
    width: 100%;
	letter-spacing:3px;
    text-align: center;
}


/* ------------- hc -------------- */
#abt-cont{
	margin-top:15px;
	cursor:default;
}


.btn-up{
	width:35px;
	border-radius:35px;
	height:35px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}


.stylist-shop{
	background:#fff;
	text-align:center;
	color:#000;
	border:1px solid #000;
	margin-bottom:20px;
}

.stylist-shop h4{
	padding:10px 0 10px 0;
	margin:0;
}

.stylist-shop span{
	display:block;
	width:100%;
	margin-top:5px;
	font-size:13px;
	font-weight:300;
}


.stylist-shop:hover{
	cursor:pointer;
	background:#ddd;
	color:#000;
}

.shop-select h4{
	color:#fff;
}
.shop-select{
	background:#000;
	text-align:center;
	color:#fff;
	border:1px solid #000;
	margin-bottom:20px;
}
.shop-select:hover{
	cursor:default;
	background:#000;
	color:#fff;
}


.stylist-item{
	cursor:default;
	text-align:center;
    transition:all 250ms ease;
	cursor:pointer;
	min-height: 300px;
    /*max-height: 300px; */
	margin-bottom:50px;
}


.stylist-item:hover{
	opacity:0.6;
}

.stylist-item h4{
  margin-bottom: 5px;
  padding: 0;
  font-family: 'Merriweather', sans-serif;
  font-size: 13px;
  letter-spacing:1px;
  font-weight:300;
}

.contact-header{
	display:block;
	width:100%;
	text-align:center;
}

.contact-header img{
	display:block;
	margin:10px auto;
	width:50%;
	max-width:270px;
	
}

.press-item{
	margin-bottom:3%;
}

.img-box{
	/*  height:10%; */
	/* max-height:250px;*/
	overflow:hidden;
	margin-bottom:5px;
}

.press-item img{
    transition:all 250ms ease;
	cursor:pointer;
}
.press-item img:hover{
	opacity:0.6;
}

.press-box{
	width:100%;
	overflow:hidden;
	width: 40vw;
    height: 39vw;
}

.press-noset{
	width: 40vw;
    height: auto;
}

.img-header{
	display:block;
	width:60%;
	margin:0 0 15px 10px;
}

.press-three{
    width: 26vw;
    height: 25vw;
}

.overlay img{
	display:block;
	width:40%;
	opacity:0.6;
	margin:0 auto;
	margin-top:15%;
}



.press-img{
	dispaly:block;
	width:100%;
}

.content-heading h5{
	color: #FFFFFF;
	position: absolute;
	z-index: 9994;
	text-transform: uppercase;
	margin-top: 20px;
	padding-left: 30px;
	font-weight: 800;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	pointer-events: none;
}

.join-item{
	text-align:center;
	margin-bottom:20px;
}

.join-item img{
	display:block;
	margin:0 auto;
	background:#000;
	width:100%;
	max-width:300px;
}

.content-heading{
	max-height:100px;	
	position:relative;
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
    pointer-events:none;
}

.content-heading .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
    pointer-events:none;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    transition:all 250ms ease;
}

.content-heading img:hover{
    filter: blur(3px);  
    -webkit-filter:blur(3px);
    transition:all 250ms ease;
}

@media (min-width:768px){
	.content-heading{
		max-height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}



/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 250ms ease;
}

.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    transition:all 250ms ease;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
    transition:all 250ms ease;
}

.thumb-right img:hover{
    transform:scale(0.9, 0.9);
    transition:all 250ms ease;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
}


@media (min-width:600px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}


/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.content-footer{
	display:block;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.abt-header{
	display:block;
	
}
.abt-header h3{
	display:inline-block;
	height:20px;
	width:50%;
}
.abt-header span:first-child{
	margin-right:10px;
}
.abt-header span{
	opacity:0.7;
	padding:6px;
	background:#000;
	color:#fff;
	cursor:pointer;
}
.abt-header span:hover{
	opacity:0.4;
	transition:all 300ms ease;
}
.abt-header span.select{
	opacity:1;
	cursor:default;
}

.abt-lang{
	display:inline-block;
	width:40%;
	height:20px;
	float:right;
	text-align:right;
	font-size:13px;
}

.abt-tc{
	
}


.more-btn{
	display:block;
	paddin:10px;
	width:150px;
	text-align:right;
	float:right;
}
.more-btn a{ color:#fff;
	border:1px solid #000;
	background:#000;
	padding:2px;
	padding-right:5px;
}

.staff-item img{
	max-width:180px;
	margin-left:auto;
	margin-right:auto;
    transition:all 250ms ease;
    margin-top:10px;
}

.staff-item img:hover{
	opacity:0.8;
	transition:all 600ms ease;
	/*
    transform:scale(0.9, 0.9);
    */
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}



/* Quote Slider */

.quote-slider h4{
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:300;	
	width:87%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}


.features-page a{
    font-size:14px;
}

.features-page a i {
    width:15px;
    text-align:center;
    padding-right:30px;
    color:#c0392b;
}

.features-page{
    border-top:solid 1px rgba(0,0,0,0.1);
    margin-top:30px!important;
    display:block;
}

.features-page a{
    line-height:60px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
    color:#1f1f1f;
    font-weight:500;
}

.features-page a:hover{color:#1f1f1f;}

.features-page .fa-angle-right{
    float:right;
    line-height:60px;
    text-align:right!important;
    margin-right:-20px;
}


/*Back Button*/

.back-button{
    position:absolute;
    right:0px;
    z-index:10;
    font-size:13px;
}

.back-button i{
    padding-right:10px;
    font-size:12px;
}



/*Reminder Box*/

.reminder-check-square{
    background-image:url(../images/ui/checkbox1.png);
    background-repeat:no-repeat;
    background-size:16px 18px;
    background-position:10px 43px;
}

.reminder-check-round{
    background-image:url(../images/ui/radio2.png);
    background-repeat:no-repeat;
    background-size:16px 18px;
    background-position:10px 43px;
}

.reminder i{
    padding-right:10px;
}

.reminder-check-square-selected{
    background-image:url(../images/ui/checkbox1c.png);
}

.reminder-check-round-selected{
    background-image:url(../images/ui/radio2c.png);
}

.reminder-check-square-selected em{opacity:0.5; transition:all 250ms ease;}
.reminder-check-square-selected strong{opacity:0.5; transition:all 250ms ease;}

.reminder-check-round-selected em{opacity:0.5; transition:all 250ms ease;}
.reminder-check-round-selected strong{opacity:0.5; transition:all 250ms ease;}

.reminder strong{
    font-size:14px;
    font-weight:600;
    padding-left:50px;
    color:#1f1f1f;
    transition:all 250ms ease;
}

.reminder em{
    display:block;
    padding-left:50px;
    transition:all 250ms ease;
    font-style:normal
}

.reminder{
    border-bottom:solid 1px rgba(0,0,0,0.1);
    padding-bottom:30px;
    padding-top:30px;
}


/*Checklists*/

.checklist-square{
    font-size:14px;
    font-weight:500;
    background-image:url(../images/ui/checkbox1.png);
    background-size:16px 18px;
    background-position:0px 32px;
    background-repeat:no-repeat;
    padding-left:30px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
    padding-bottom:30px;
    color:#1f1f1f;
    transition:all 250ms ease;
    padding-top:30px;
}

.checklist-square-selected:hover{
    color:#1f1f1f;
    text-decoration:line-through!important;
    transition:all 250ms ease;
}

.checklist-square:hover{
    color:#1f1f1f;
}

.checklist-square-selected{
    background-image:url(../images/ui/checkbox1c.png);
    text-decoration:line-through;
    opacity:0.5;
    transition:all 250ms ease;
}

.checklist-round{
    font-size:14px;
    font-weight:500;
    background-image:url(../images/ui/radio1.png);
    background-size:16px 18px;
    background-position:0px 32px;
    background-repeat:no-repeat;
    padding-left:30px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
    padding-bottom:30px;
    color:#1f1f1f;
    transition:all 250ms ease;
    padding-top:30px;
}

.checklist-round-selected:hover{
    color:#1f1f1f;
    text-decoration:line-through!important;
    transition:all 250ms ease;
}

.checklist-round:hover{
    color:#1f1f1f;
}

.checklist-round-selected{
    background-image:url(../images/ui/radio1c.png);
    text-decoration:line-through;
    opacity:0.5;
    transition:all 250ms ease;
}
















































