/*
Theme Name: haircare 
Theme URI:http://themeforest.net/user/kayapati
Description: <p> Hair Care Creative WordPress CMS Theme for Salon and SPA</p>
Version: 1.4.8
Author: Kayapati
Author URI: http://themeforest.net/user/kayapati
License: Kayapati
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: white,  dark, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/*--------------------------------------------------------------------------------------------------
	other css files inport
----------------------------------------------------------------------------------------------------*/ 
	@import url('css/layout.css');
	@import url('css/typography.css');
	@import url('css/blog_style.css');
	@import url('css/kaya-buttons.css');
    @import url('css/widgets.css');

/* Middle Content Container full Width 
----------------------------------------------------------------------------------------------------*/
.QOverlay {
    background-color: #fff;
    z-index: 99999999999;
}

.QLoader {
    background-color: #FFFFFF;
    height: 1px;
}

.QAmt {
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:40px;
    font-weight:bold;
    line-height:50px;
    height:50px;
    width:100px;
    margin:-60px 0 0 -50px;
}
.widget_kaya-title.panel-first-child.panel-last-child .custom_title{
    margin-bottom: 0!important;
}
.page_custom_bg_img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.overlay_container_open, .overlay_container_close {
 background-color: #bf1952;
    color: #fff;
    cursor: pointer;
    height: 80px;
    line-height: 60px;
    position: fixed;
    right: -30px;
    text-align: center;
    top: -35px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 60px;
    z-index: 100;
}
.overlay_container_open i, .overlay_container_close i {
    line-height: 44px;
    margin-left: -30px !important;
    margin-top: 14px !important;
    position: relative;
    text-align: center;
}

.overlay_container {
    background-color: #2b2b2b;
    color: #fff !important;
    overflow-y:scroll;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    visibility: hidden;
    padding-right: 17px;
 }
.overlay_container_widgets{
    display: block;
    height: auto;
     padding: 50px;

 }
 .overlay_container > h3{
    border-bottom: 2px solid rgba(127, 127, 127, 0.3);
    display: block;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
    position: relative;
}
.overlay_container > h3:before {
    background-color: #009900;
    bottom: -3px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 50px;
}
.overlay_container .widget_container:last-child {
    margin-bottom: 0 !important;
}
.overlay_container.active{
    visibility: visible;
}

.overlay_container .custom_title h3 {
   margin-bottom: 0!important;
}

.bottom_section {
    border-top: 1px solid rgba(204, 204, 204, 0.2);
    color: #757575;
    text-align: center;
    overflow: hidden;
    z-index: 6;
    position: relative;
    opacity: 0;
}
.bottom_section .container{
    padding:20px 30px;
}
.copyrights {
    text-align: left;
}
.noscrollbar{
    position: absolute!important;
    left:0;
    right: 0;
    bottom: 0;
}
.overlay_pattern {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:0;
}
.imgoverlay_pattern {
   background: url("images/fullscreen-bg-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:0;
}
/* Header Section */
.header_wrapper {
    display: table;
    padding: 10px 0;
    width: 100%;
}
.header_wrapper .container {
    border-radius: 3px;
    padding: 30px;
}
.header_left_section {
    float: left;
    width: 25%;
}
.header_right_section {
    float: right;
    width: 75%;
}
.header_right_section .nav_section{
    float: right;
}
/* Social Media Icons */
.social_icons {
    text-align: center;
}

.social_icons > a {
    display: inline-block;
    float: right;
    text-align: center;
    margin-right: 5px;
}
.social_icons img {
    margin: 0 auto;
}
.social_icons a:hover {
    opacity: 0.8;
}
.parallax_image_wrapper{
    position: relative;
}
.single_img_parallex_inner_text{
    text-align: center;
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
    top: 50%;
    left: 60px;
}
.single_img_parallex_inner_text h2{
    color: #FFFFFF;
    font-size: 5em;
    line-height: 110%;
    font-weight: bold;
    text-shadow: 1px 1px 0 #353535;
    }
.single_img_parallex_inner_text  p.description{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    display: table;
    font-size: 2em;
    line-height: 100%;
    margin: 0 auto;
    padding: 12px;
 }
#parallax_single_image{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}

.title_bg_header{
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    width: 100%;
    background-attachment: fixed;
}
.sub_header_wrapper {
    clear: both;
    position: relative;
    border-bottom: 1px dotted rgba(255,255,255, 0.3);
     float: inherit !important;
    overflow: hidden;
    padding: 0;
}
.sub_header {
     padding: 30px!important;
    text-align: left;
}
.sub_header h2{
    font-size: 1.75em;
    margin-bottom: 0;
}
.single .sub_header h2{
    text-align: left;
    width: 85%;
    float: left;
}
.sub_header_wrapper p{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.2em;
    opacity: 0.7;
    margin-top: 5px;
    text-align: left;
}

/* contact Section
----------------------------------------------------------------------------------------------------*/
#contact-form{
    position: relative;
    z-index: 1;
}
#contact-form input, #contact-form textarea,  #commentform input , #commentform textarea {
    color: #333;
	width: 97%;
	padding:10px 5px;   
}
#contact-form textarea:focus, #contact-form input:focus, #commentform input:focus , #commentform textarea:focus {
	border: 1px solid rgba(204, 204, 204, 0.3);
}
#contact-form p #submit, #commentform #submit  {
    cursor: pointer;
    width: auto !important;
     border-radius:3px;
}
input[type="text"], textarea, input{
    border:1px solid rgba(127,127,127,.2);
    background-color:rgba(127,127,127,.1);
    color: #666;
}
#response {
	color:#006633;
	margin-bottom: 30px;
}
.one_third_last > input, .one_third > input{
    width: 91%!important;
}
/* Default Gallery settings  */
.gallery br{
    display: none;
   
}
.gallery dl, .gallery dt{
    margin: 0px;
    padding: 0px;
  
}
.gallery a img{
    float: left; 
}
.gallery dt {
    max-width: 100%;
}
.gallery-item{
    float: left;
    margin-right: 0.01%!important;
    margin-bottom: 0.1%!important;    

}
.gallery-columns-0 .gallery-item {
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 49.7%;
}
.gallery-columns-3 .gallery-item {
    width: 33.1%;
}
.gallery-columns-4 .gallery-item {
    width: 24.8%;
}
.gallery-columns-5 .gallery-item {
    width: 19.8%;
}
.gallery-columns-6 .gallery-item {
    width: 16.5%;
}
.gallery-columns-7 .gallery-item {
    width: 14.15%;
}
.gallery-columns-8 .gallery-item {
    width: 12.4%;
}
.gallery-columns-9 .gallery-item {
    width: 11%;
}
.gallery-caption{
    padding: 5px 10px;
    margin-bottom: auto;
    width: 94.2%;
    bottom: 0;
    z-index: 999!important;
    text-align: center;
    display: block;
}

/* Scroll Top */
.scroll_top{
    bottom: 41px;
    display: none;
    opacity: 1;
    position: fixed;
    right: 50px;
    z-index:999;
}
.scroll_top i{
     background-color: #000000;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 16px;
    height: 16px;
    padding: 15px;
    text-align: center;
    width: 16px;
}
/* Footer */
.bottom_footer {
 background: none repeat scroll 0 0 #bf1956;
    border-bottom: 0 none;
    top: -50px;
    height: 90px;
    right: -50px;
    line-height: 90px;
    position: fixed;
    text-align: center;
    -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 90px;
    z-index: 120;
}
.bottom_footer i {
    cursor: pointer;
    padding: 40px 10px;
    position: relative;
    right: 31px;
    text-align: center;
    top: 3px;
}
.bottom_footer .container {
    padding: 0 !important;
}
/* Full Sceen Bg Single image */
.fullscreen_bg_single_img{
   display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#mbYTP_video_bg_wrapper{
    max-width: inherit;
}