/*
Theme Name: Beauty Benefits
Theme URI: http://www.beautybenefits.com
Description: Hastygamers WordPress Theme
Version: 1.0
Author: Esigners
Author URI: http://www.esigners.in/
Tags: purpel, grey, pink, custom header, fixed width, two columns, widgets
*/
@charset "utf-8";
/* CSS Document */

@import url("reset.css");
/*@import url("media.css");*/
@import url("transitions.css");

body {
	margin:0px;
	padding:0px;
	background:#fff;
	font-family: 'ITCAvantGardePro-Bk';
	font-size:20px;
	color:#000;
	background:url(images/bg.jpg) repeat center top;
}


/*Fonts Includes*/

@font-face {
	font-family: 'ITCAvantGardePro-Bk';
	src: url('fonts/ITCAvantGardePro-Bk_3.eot');
	src: local('â˜º'), url('fonts/ITCAvantGardePro-Bk_3.woff') format('woff'), url('fonts/ITCAvantGardePro-Bk_3.ttf') format('truetype'), url('fonts/ITCAvantGardePro-Bk_3.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*Fonts Includes*/

input, textarea, select, option{
	font-family: 'ITCAvantGardePro-Bk';
}
ol, ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

em{
	font-family: 'ITCAvantGardePro-Bk';
}
strong, b{
	font-family: 'ITCAvantGardePro-Bk';
}
/* =Structure
----------------------------------------------- */
a
{
	color:#231f1e;
	text-decoration:none;
}
a:hover
{
	color:#4a4a4a;
	text-decoration:none;
}

/* Base Type Styles Using Modular Scale ---------------------- */

h1, h2, h3, h4, h5, h6 { 
    /*font-family: 'Exo 2', sans-serif;
	font-style: normal; 
	color: #231f1e; 
	margin-bottom: 18px; 
	margin-top: 0px; 
	font-weight:normal;*/
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
	font-size: 60%; 
	color: #31626f; 
	line-height: 0; 
}

h1 { font-size: 34px; }

h2 { font-size: 30px;}

h3 { font-size: 24px; }

h4 { font-size: 20px;}

h5 { font-size: 18px;}

h6 { font-size: 16px;}

hr { border: none; clear: both; margin: 0px 0 20px; height: 1px; overflow:hidden; padding:0px; background:#FFF url(images/devider.jpg) repeat-x; border-width:thin; }

p{
	padding:0;
	margin:0;
}
/* hr:after {
content:".................................................................................................................";
letter-spacing: 0px; Use letter-spacing to increase space between dots
}*/

img{ border:none; /*width:100%;*/ max-width:100%;}

strong{
	font-weight:bold;
}
.clear{
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}

#wrap{
	width:100%;
	/*padding:12px 0 0;*/
	margin:0 auto 0;
}

.top-container-out{
	width:100%;
}
.top-container{
	width:1150px;
	padding:0px 10px 10px;
	margin:0 auto;
}

.logo{
	width:432px;
	position:absolute;
	left:0;
	z-index: 999;
}

.logo img{
	opacity:1;
	transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
}

.logo img:hover{
	opacity:1;
}

.phone-social{
	width:152px;
	padding:10px 0 0;
}

.phone-number{
	width:138px;
	margin:0 0 14px;
}

/*social*/
.top-social{
	padding:0;
	margin:0;
}

.top-social ul{
	padding:0;
	margin:0;
}

.top-social ul li{
	padding:0;
	margin:0 7px 0 0;
	list-style:none;
	width:32px;
	height:29px;
	float:left;
	background:url(images/email-icon.png);
	text-indent:-3500px;
	transition:all 0.3s linear;
-o-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-webkit-transition:all 0.3s linear;
}

.top-social ul li a{
	width:32px;
	height:29px;
	display:block;
}

.top-social ul li:first-child{
	padding:0;
	margin-left:0px;
}

.top-social ul li:last-child{
	padding:0;
	margin-right:0px;
}

.top-social ul li.facebook{
	background-position:0 0px;
}

.top-social ul li.facebook:hover{
	background-position:0px -29px;
}

.top-social ul li.googleplus{
	background-position:-32px 0px;
}

.top-social ul li.googleplus:hover{
	background-position:-32px -29px;
}

.top-social ul li.twitter{
	background-position:-65px 0px;
}

.top-social ul li.twitter:hover{
	background-position:-65px -29px;
}

.top-social ul li.pintrest{
	background-position:-96px 0px;
}

.top-social ul li.pintrest:hover{
	background-position:-96px -29px;
}

/*social*/

/*navigation*/

.navigation{
	width:770px;
	padding:0 0 0 400px;
	margin:0 auto;
	/*text-transform:uppercase;*/
	background:#f6f3f3;
	border-bottom:3px solid #191919;
}

.navigation ul{
	padding:0;
	margin:0;
}

.navigation ul li{
	padding:0 0px;
	margin:0 1px 0;
	float:left;
	font-size:18px;
	color:#474646;
	line-height:70px;
}

.navigation ul li a{
	font-size:18px;
	color:#474646;
	padding:0 13px 23px;
		transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
/*font-weight:bold;*/
}

.navigation ul li a:hover{
	font-size:18px;
	color:#813996;
	padding:0 13px 23px;
	border-bottom:3px solid #813996;
	font-weight:bold;
}

.navigation ul li:last-child{
	padding:0 0 0px;
}

.navigation ul li.select a{
	font-size:18px;
	color:#813996;
	padding:0 15px 23px;
	border-bottom:3px solid #813996;
	font-weight:bold;
}

.current-menu-item a{
	font-size:18px;
	color:#813996;
	padding:0 15px 23px;
	border-bottom:3px solid #813996;
	font-weight:bold;
}

/*navigation*/

.banner{
	width:1170px;
	padding:0;
	margin:0 auto 15px;
}

.banner-full-txt{
	position:absolute;
	/*left:200px;*/
	top:48%;
	margin: 0 0 0 65px;
}

.banner h1{
	font-size:70px;
	color:#efbbd1;
	font-weight:normal;
	padding:0 0 0px;
	margin:0 0 8px;
	text-shaddow:1px 1px #31271a;
}

.promotion-banner{
	width:1134px;
	padding:0 18px;
	margin:0 auto 40px;
}

.promotion-banner-box{
	width:559px;
}

.body-txt-bg{
	background:url(images/body-txt-bg.png) repeat;
	width:100%;
	padding:38px 0;
}

.body-txt-bg-inner{
	width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.welcome-img{
	width:200px;
}

.welcome-txt{
	width:916px;
}

.welcome-txt h2{
	font-size:32px;
	color:#813996;
	font-weight:bold;
	margin:0 0 30px;
	padding:0;
}

.welcome-txt h3{
	font-size:17px;
	color:#131313;
	font-weight:bold;
	margin:0 0 23px;
	padding:0;
}

.welcome-txt p{
	font-size:17px;
	color:#131313;
	margin:0 0 18px;
	padding:0;
	line-height:30px;
}

.home-services-bg{
	width:100%;
	padding:38px 0;
}

.home-services-bg-in{
	width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.home-services-bg-in h2{
	font-size:32px;
	color:#151515;
	font-weight:normal;
	padding:0;
	margin:0 0 30px;
}

.home-services-bg-in h2 span{
	color:#813996;
	font-weight:bold;
}

.home-services-bg-in ul{
	padding:0;
	margin:0 0 0px;
}

.home-services-bg-in ul li{
	padding:0;
	list-style:none;
	float:left;
	margin:0 3px;
	width:277px;
	font-size:22px;
	color:#1c1c1c;
	text-align:center;
	font-weight:bold;
}

.home-services-bg-in ul li a{
	color:#1c1c1c;
	transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
}

.home-services-bg-in ul li a:hover{
	color:#813996;
}

.home-services-img-box{
	border:2px solid #a2a3a3;
	margin:0 0 20px;
}

.home-services-more{
	font-size:18px;
	width:113px;
	margin:40px auto 0;
	line-height:36px;
	text-align:center;
	font-weight:bold;
}

.home-services-more a{
	color:#fff;
	background:#813996;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
}

.home-services-more a:hover{
	background:url(images/footer-bg.jpg) repeat;
}

.footer-bg{
	width:100%;
	border-top:7px solid #3e3e3e;
	background:#2c312b;
	padding:47px 0;
	min-width:1180px;
}

.footer-bg-in{
	width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.footer-left{
	width:280px;
	background:url(images/footer-border.png) no-repeat left ;
	min-height:285px;
}

.footer-left h2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:0 0 28px;
	text-align:center;
}

.footer-left ul{
	padding:0;
	margin:0;
}

.footer-left ul li{
	font-size:16px;
	line-height:36px;
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
}

.footer-left ul li a{
	color:#fff;
	display:block;
}

.footer-left ul li a:hover{
	color:#813996;
}

.footer-left ul li.current-menu-item a{
	font-size:16px;
	line-height:36px;
	padding:0;
	border-bottom:none;
	font-weight:normal;
}

.footer-mid{
	width:440px;
	/*background:url(images/footer-border.png) no-repeat left ;*/
	background-image: url(images/footer-border.png), url(../images/footer-border.png);
	background-position: left, right;
	background-repeat: no-repeat;
	min-height:285px;
	padding:0 40px 0 ;
}

.footer-mid h2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:0 0 28px;
	text-align:left;
}

.footer-mid-txt{
	width:258px;
	margin:0 0 15px;
}

.footer-mid-txt p{
	font-size:16px;
	color:#757575;
	margin:0 0 28px;
	text-align:left;
}

.footer-newsletter-field-bg{
	color:#757575;
	background:#181818;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
}

.footer-newsletter-email-bg{
	width:300px;
}

.footer-newsletter-email-bg input{
	width:300px;
	background:transparent;
	border:none;
	color:#757575;
	height: 25px;
}

.footer-newsletter-email-bt{
	width:71px;
	height:28px;
}

.footer-newsletter-email-bt input{
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	width:71px;
	height:28px;
	border:none;
	background:url(images/subscribe-bt.png) no-repeat;
	cursor:pointer;
}

.footer-right{
	width:250px;
	background:url(images/footer-border.png) no-repeat right ;
	min-height:285px;
	padding:0 40px 0 0;
}

.footer-right h2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:0 0 28px;
	text-align:left;
}

.footer-address{
	background:url(images/address.png) no-repeat;
	padding:0 0 0 30px;
	margin:0 0 22px;
	font-size:16px;
	color:#fff;
}

.footer-email{
	background:url(images/email.png) no-repeat;
	padding:0 0 0 30px;
	margin:0 0 22px;
	font-size:16px;
	color:#fff;
}

.footer-email a{
	color:#fff;
	transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
}

.footer-email a:hover{
	color:#813996;
}

.footer-mobile{
	background:url(images/mobile.png) no-repeat;
	padding:0 0 0 30px;
	margin:0 0 22px;
	font-size:16px;
	color:#fff;
}

.copyright{
	width:100%;
	background:#333;
	padding:30px 0;	
	min-width:1180px;

}

.copyright-in{
	width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.copyright-left{
	font-size:14px;
	color:#fff;
	width:300px;
}

.copyright-right{
	font-size:14px;
	color:#fff;
	width:300px;
}

.copyright-right a{
	color:#fff;
	transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
}

.copyright-right a:hover{
	color:#813996;
}

/*internal-page*/

.internal-container{
width:100%;}
/*internal-page*/

/*Services-page*/

.service-container{
	width:100%;
	padding:38px 0;
}

.service-container-inner{
	width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.service-container-img{
	width:537px;
	border:2px solid #a2a3a3;
}

.beauty-services{
	width:540px;
}

.beauty-services h2{
	font-size:32px;
	color:#151515;
	font-weight:normal;
	padding:0;
	margin:0 0 22px;
}

.beauty-services h2 span{
	color:#813996;
	font-weight:bold;
}

.beauty-services p{
	font-size:16px;
	color:#131313;
	padding:0;
	line-height:32px;

	
}

.beauty-services ul{
list-style:none;
padding:0;
margin:0;}

.beauty-services ul li{
list-style:url(images/bullet.png);
font-size:16px;
color:#131313;
line-height:32px;
margin:0 0 0 20px;
padding:0 0 0 5px;}

.service-shortcourse-container{
	width:100%;
	padding:38px 0;
	background:#be00ff;
	margin-bottom:42px;
}

.service-shortcourse-container-in{
    width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.service-shortcourse-container-in h2{
    font-size:32px;
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
}

.service-shortcourse-container-in h5{
    font-size:19px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0 0 22px;
}

.service-shortcourse-banner-box{
	width:560px;
}

/*Services-page*/

/*product-page*/

.product-page-cnt{
	background:url(images/body-txt-bg.png) repeat;
	width:100%;
	padding:38px 0;
	margin:0 0 28px;
	min-width:1180px;
}

.product-page-cnt-in{
	width:1134px;
	padding:0 18px;
	margin:0 auto 0;
}

.product-page-cnt-in h2{
	font-size:32px;
	color:#813996;
	padding:0;
	margin:0;
}

.product-item-details-box{
padding:20px 0;}

.product-item-details-box-lft-txt{
width:782px;
}

.product-item-details-box-lft-txt h5{
font-size:18px;
color:#131313;
margin:0;
}

.product-item-details-box-lft-txt h5 a{
text-decoration:underline;
color:#131313;
}

.product-item-details-box-lft-txt p{
font-size:17px;
color:#131313;
margin:0;
padding:15px 0 3px;
line-height:27px;
}

.product-item-box{
width:337px;
border:2px solid #a2a3a3;
margin-top:15px;
display: inline-flex;}

/*product-page*/

/*contact-page*/

.map-cnt{
width:411px;}

.contact-details{
width:308px;
padding:0 0 0 20px;}

.contact-details h2{
	font-size:32px;
	color:#813996;
	font-weight:bold;
	margin:0;
	padding:0;
}

.contact-page-address{
	background:url(images/location-icon.jpg) no-repeat;
	padding:0 0 0 30px;
	margin:17px 0 0;
	font-size:20px;
	color:#000;
}

.contact-page-phone{
	background:url(images/phone.jpg) no-repeat;
	padding:0 0 0 30px;
	margin:25px 0 0;
	font-size:20px;
	color:#000;
}

.contact-page-mail{
	background:url(images/email.png) no-repeat;
	padding:0 0 0 30px;
	margin:25px 0 0;
	font-size:20px;
	color:#000;
}

.timmings{
	width:auto;
	margin:40px 0 0;
}


.timmings ul{
	list-style:none;
	padding:0;
	margin:0;
}

.timmings ul li{
	font-size:16px;
	color:#131313;
	line-height:32px;
	margin:0;
	padding:0 0 0 5px;
}

.li-left-part{
	width:100px;
	margin:0px auto;
}

.li-rgt-part{
	width:auto;
	margin:0px auto;
}

.timmings h2{
	font-size:18px;
	color:#000;
	padding:0;
	margin:7px auto;;
}

.beauty-benefits{
	width:275px;
}

.beauty-benefits h2{
	font-size:32px;
	color:#813996;
	padding:0;
	margin:0 0 22px;
}



.beauty-benefits h5{
	font-size:18px;
	color:#131313;
	padding:0;
	line-height:32px;
	margin:0;

	
}

.beauty-benefits ul{
list-style:none;
padding:0;
margin:0;}

.beauty-benefits ul li{
list-style:url(images/bullet.png);
font-size:16px;
color:#131313;
line-height:32px;
margin:0 0 0 20px;
padding:0 0 0 5px;}

/*contact-page*/

/*short-course*/

.short-course-details-box{
padding:35px 0;}

.short-course-img{
width:603px;
border:2px solid #a2a3a3;
display: inline-flex;}

.short-course-topic{
width:500px;}

.short-course-topic h3{
font-size:23px;
font-weight:bold;
color:#131313;
margin:0;
padding:0;
}

.short-course-topic h4{
font-size:23px;
font-weight:bold;
color:#131313;
padding:15px 0 10px 10px;
margin:0;
}

.short-course-topic h5{
font-size:18px;
font-weight:bold;
color:#131313;
padding:5px 0 0 8px;
margin:0;
}

.short-course-topic ul{
list-style:none;
padding:0;
margin:0;}

.short-course-topic ul li{
list-style:url(images/tick-bullet.jpg);
font-size:16px;
color:#131313;
line-height:32px;
margin:0 0 0 30px;
padding:0 0 0 5px;}

/*short-course*/

/*Award*/
.award-img{
width:300px;}

.award-rht-cnt{
width:805px;}

.award-rht-cnt h2{
	font-size:32px;
	color:#813996;
	font-weight:bold;
	margin:0 0 25px;
	padding:0;}

.award-rht-cnt p{
	font-size:16px;
	color:#131313;
	margin:0;
	line-height:27px;
	padding:0;}
	
.award-rht-cnt ul{
list-style:none;
padding:0;
margin:0;}

.award-rht-cnt ul li{
list-style:url(images/tick-bullet.jpg);
font-size:16px;
color:#131313;
line-height:32px;
margin:0 0 0 20px;
padding:0 0 0 5px;}

.award-certificate-cnt{
padding:30px 0 0;
}

.award-certificate-img{
width:204px;
padding:0 20px;
}

/*Award*/

/*testimonial*/

.testimonial-box{
padding:22px 0;}

.testimonies-img{
width:151px;
height:151px;
border:2px solid #a2a3a3;
border-radius:50%;}

.testimonies-img img{
border-radius:50%;}

.testimonial-txt-cnt{
width:970px;
/*
padding:18px 0 0 17px;*/

}

.testimonial-txt-cnt-top{
width:970px;
/*background:url(images/testimonials-txt-bg-top.jpg) no-repeat;
padding:0 0 0 17px;*/
height:33px;
}



.testimonial-txt-cnt-in{
width:921px;
background:url(images/testimonials-txt-bg-.jpg) repeat-y;
/*height:100px;*/
padding:0 15px;
margin-left:17px;


}

.testimonial-txt-cnt-bottom{
width:952px;
margin-left:17px;
}

.testimonial-txt-cnt-in h3{
	font-size:24px;
	color:#212121;
	font-weight:bold;
	margin:0;
	padding:0 0 0;}

.testimonial-txt-cnt-in h6{
font-size:16px;
color:#212121;
font-weight:normal;
margin:0;
padding:0;}

.testimonial-txt-cnt-in p{
font-size:17px;
color:#212121;
font-weight:normal;
line-height:22px;
margin:0;
padding:10px 0 0;}

.testimonial-txt-cnt-in-b{
width:921px;
background:url(images/testimonials-txt-bg-.jpg) repeat-y;
/*height:100px;*/
padding:0 15px;
/*margin-left:17px;*/


}

.testimonial-txt-cnt-bottom-b{
width:952px;

}

.testimonial-txt-cnt-in-b h3{
	font-size:24px;
	color:#212121;
	font-weight:bold;
	text-align:right;
	margin:0;
	padding:0 0 0;}

.testimonial-txt-cnt-in-b h6{
font-size:16px;
color:#212121;
font-weight:normal;
text-align:right;
margin:0;
padding:0;}

.testimonial-txt-cnt-in-b p{
font-size:17px;
color:#212121;
font-weight:normal;
text-align:right;
line-height:22px;
margin:0;
padding:10px 0 0;}

/*testimonial*/

