/*
Theme Name: Skincare Butik
Author: Israel Falcón
Author URI: Israel Falcón
Version: 1.0
License:
License URI:
*/
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 120%;
    background: url(img/bg.png) repeat-x top;
    padding-top: 10px;
    left: 0 !important;
}
h1 {
	font-family: 'TitlingGothicFBCondReg';
	font-size: 3rem;
	color: #52274d;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
h2, 
h2 a {
	font-size: 1.6rem;
	color: #51274D;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 1.8rem;
	color: #333333;
	font-weight: bold;
	margin: 0 0 25px 0;
}
p,
ul li,
ol li {
	font-size: 1.3rem;
	line-height: 140%;
}
hr {
	border: 0 #D8D2D8 solid;
	border-top-width: 1px;
	height: 1px;
	margin: 0;
}
hr.shadow {
	border: 0 #D8D2D8 solid;
	border-top-width: 1px;
	height: 1px;
	background: #FFFFFF;
}
a.book-now,
input[type=button] {
	display: block;
	width: 100px;
	height: auto;
    padding: 4px 0;
	text-align: center;
	font-size: 1.4rem;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B49DB1),
	color-stop(0.89, #755471)
	);
	background-image:      -o-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image:    -moz-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image: -webkit-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image:     -ms-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image:      linear-gradient(to bottom, #B49DB1 0%, #755471 89%);
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #BDBDBD;
	   -moz-box-shadow: 0px 0px 3px 0px #BDBDBD;
	        box-shadow: 0px 0px 3px 0px #BDBDBD; 
}
a.book-now:hover,
input[type=button]:hover {
	text-decoration: none;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #C7B6C4),
		color-stop(0.89, #987F95)
	);
	background-image:      -o-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image:    -moz-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image: -webkit-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image:     -ms-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image:      linear-gradient(to bottom, #C7B6C4 0%, #987F95 89%);
}
a.read {
	font-size: 1.3rem;
	color: #59636D;
}
a.read:after {
	content: ' »';
}
span.copyright {
    font-size: 1.1rem;
    color: #9D9D9D;
}
span.copyright a {
    color: #957D96;
}
span.time {
	font-size: 1.3rem;
	color: #7F7F7F;
	font-weight: bold;
}
span.price {
	font-size: 1.3rem;
	color: #51274D;
	font-weight: bold;
	
}
.navbar {
      margin-bottom: 0;
}
ul.nav {
	float: right;
}
ul.nav li {
	float: left;
}
ul.nav > li > a {
	font-size: 1.3rem;
	color: #51274D !important;
    font-weight: bold;
	text-transform: uppercase;
    line-height: 120%;
    padding: 10px 11px 15px 11px;
}
ul.nav > li:hover,
ul.nav > li > a:hover,
ul.nav > li.current-menu-item,
ul.nav > li.current-post-ancestor,
ul.nav > li.current-menu-ancestor,
ul.nav > li.current-category-ancestor{
    background-color: #FFFFFF !important;
}
ul.nav li ul {
    display: none;
    list-style: none;
    position: absolute;
    background: #FFFFFF;
    padding: 10px;
    min-width: 200px;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px -1px #AEAEAE;
       -moz-box-shadow: 0px 3px 5px -1px #AEAEAE;
            box-shadow: 0px 3px 5px -1px #AEAEAE;
}
ul.nav li:hover ul {
    display: block;
}
ul.nav li ul li {
    border-bottom: 1px solid #E2E2E2;
    display: block;
    width: 100%;
}
ul.nav li ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
ul.nav li ul li a {
    font-size: 1.2rem;
    color: #555555;
    text-transform: uppercase;
    display: block;
    padding: 6px 3px;
}
ul.nav li ul li.current-menu-item a,
ul.nav li ul li a:hover {
	color: #FFFFFF;
	background: #6C5572;
	text-decoration: none;
}
ul.second-nav {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.second-nav li {
	border-bottom: 1px solid #E2E2E2;
}
ul.second-nav li a {
	font-size: 1.3rem;
	color: #59636D;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px 6px 10px;
}
ul.second-nav li a:hover,
ul.second-nav li.active a,
ul.second-nav li.current-menu-item a {
	color: #FFFFFF;
	background: #6C5572;
	text-decoration: none;
}
ul.social {
    list-style: none;
    margin: 15px 0 25px 0;
    padding: 0;
}
ul.social li {
    display: inline;
    float: left;
    margin: 0 5px;
}
ul.social li.div {
	border-left: 1px solid #cccccc;
	padding-left: 10px;
    margin:  0 10px 0 0;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li:last-child {
    margin-right: 0;
}
ul.social li a {
	font-size: 17px;
	color: #FFFFFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    background: #a0abb3;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
}
ul.social li a:hover {
	background: #636f7c;
	text-decoration: none;
}
ul.social li a.fb {
    background: url(img/ico-fb.png) no-repeat;
}
ul.social li a.ins {
    background: url(img/ico-ins.png) no-repeat;
}
ul.social li a.p {
    background: url(img/ico-p.png) no-repeat;
}
ul.social li a.book,
a.book {
	width: 230px;
	height: auto;
    padding: 6px 0;
	text-align: center;
	font-size: 1.6rem;
	color: #FFFFFF;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B49DB1),
	color-stop(0.89, #755471)
	);
	background-image:      -o-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image:    -moz-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image: -webkit-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image:     -ms-linear-gradient(bottom, #B49DB1 0%, #755471 89%);
	background-image:      linear-gradient(to bottom, #B49DB1 0%, #755471 89%);
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #BDBDBD;
	   -moz-box-shadow: 0px 0px 3px 0px #BDBDBD;
	        box-shadow: 0px 0px 3px 0px #BDBDBD;        
}
ul.social li a.book:hover,
a.book:hover {
	text-decoration: none;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #C7B6C4),
		color-stop(0.89, #987F95)
	);
	background-image: -o-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image: -moz-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image: -webkit-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image: -ms-linear-gradient(bottom, #C7B6C4 0%, #987F95 89%);
	background-image: linear-gradient(to bottom, #C7B6C4 0%, #987F95 89%);	 
}
ul.square {
	padding: 0 0 0 10px;
	margin: 15px 0;
}
ul.square li {
	list-style: none;
	color: #59636D;
	font-size: 1.3rem;
} 
ul.square li:before {
    content: '•';
    font-size: 22px;
    color: #8d748c;
    position: relative;
    right: 8px;
    top: 3px;
}
ul.line {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.line > li {
	border-bottom: 1px solid #D8D2D8;
    -webkit-box-shadow: 0px 1px 0px 0px #FFFFFF;
	   -moz-box-shadow: 0px 1px 0px 0px #FFFFFF;
	        box-shadow: 0px 1px 0px 0px #FFFFFF; 
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    margin-left: 0 !important;
    list-style-image: none;
}
ul.line > li:last-child {
	border-bottom: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none; 
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.inline {
	list-style: none;
	padding: 0;
}
ul.inline li {
	display: inline;
	float: left;
	margin: 0 7px 10px 0;
}
#wprmenu_menu .wprmenu_icon_par {
	position: absolute !important;
	width: 100% !important;
}
.h5px {
    height: 5px;
}
.h10px {
    height: 10px;
}
.h15px {
    height: 15px;
}
.h20px {
    height: 20px;
}
.h30px {
    height: 30px;
}
.h40px {
    height: 40px;
}
.h50px {
    height: 50px;
}
.h60px {
    height: 60px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.relative {
    position: relative;
}
.clear {
    clear: both;
}
.p15px {
    padding: 15px 0;
    background: #FFFFFF;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.pl30px {
	padding-left: 30px;
}
.pr30px {
	padding-right: 30px;
}
.plr30px {
	padding: 0 30px;
}
.plr40px {
	padding: 0 40px;
}
.bg-purple {
	background: #4B2F52;
}
.bg-grey {
	background: #969CA1;
}
.bg-pink {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F4F4F6),
		color-stop(1, #E5E5E9)
	);
	background-image:      -o-linear-gradient(bottom, #F4F4F6 0%, #E5E5E9 100%);
	background-image:    -moz-linear-gradient(bottom, #F4F4F6 0%, #E5E5E9 100%);
	background-image: -webkit-linear-gradient(bottom, #F4F4F6 0%, #E5E5E9 100%);
	background-image:     -ms-linear-gradient(bottom, #F4F4F6 0%, #E5E5E9 100%);
	background-image:      linear-gradient(to bottom, #F4F4F6 0%, #E5E5E9 100%);
}
.bg-pink-light {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F3F4F6),
		color-stop(1, #F7F7F9)
	);
	background-image:      -o-linear-gradient(bottom, #F3F4F6 0%, #F7F7F9 100%);
	background-image:    -moz-linear-gradient(bottom, #F3F4F6 0%, #F7F7F9 100%);
	background-image: -webkit-linear-gradient(bottom, #F3F4F6 0%, #F7F7F9 100%);
	background-image:     -ms-linear-gradient(bottom, #F3F4F6 0%, #F7F7F9 100%);
	background-image: l     inear-gradient(to bottom, #F3F4F6 0%, #F7F7F9 100%);
}
.row-price {
	text-align: right;
	margin-bottom: 10px;
}
.titletwidget {
	display: none;
}
.mobile {
	display: none;
}
.slick-slide img.img {
	margin-top: 0px;
}
.theme-default:hover img {
	filter:alpha(opacity=30);
	opacity: 0.3;
	moz-opacity: 0.3;
	khtml-opacity: 0.3;
}
.theme-default .nivo-caption {
	font-family: 'TitlingGothicFBCondReg' !important;
    font-size: 2.3rem;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal !important;
    bottom: 40px !important;
    background: transparent !important;
    padding: 6px 0 !important;
    line-height: 120% !important;
    text-shadow: 2px 2px 3px #333333; 
}
.theme-default .nivo-controlNav {
	padding: 0 !important;
    top: -31px;
    position: relative;
    margin-bottom: -20px;
    z-index: 30;
}
.select select {
	max-width: 180px;
	border: 1px solid #838383;
    padding: 3px 25px 2px 10px;
    background: #ebeced url(img/arrows.jpg) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 10px;
}
.iphone {
	display: none;
}
.not-show,
#blog .txt-descrption,
#single-blog .txt-descrption {
	display: none;
}
input[type="text"]#q {
	border: 1px solid #e0e1e5;
	width: 200px;
	height: 30px;
	float: left;
}
input[type="submit"]#b {
    background: transparent url(img/ico-search.png) no-repeat center;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    margin-left: -32px;
    margin-top: 0px;
}
#logo {
	width: 30%;
}
#nav {
	width: 70%;
}
#newsletter {
    background: #979CA1;
}
#address {
    background: #E4E5E9 url(img/div-h65.png) no-repeat center;
    padding: 15px 5px;
}
#address h1 {
    font-size: 1.4rem;
    color: #656565;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#address p {
    color: #656565;
    font-size: 1.2rem;
    margin: 0;
}
#content_about {
	padding: 50px;
    min-height: 255px;
    margin-bottom:15px;
}
#content_about p {
	font-family: 'TitlingGothicFBCondReg';
	color: #FFFFFF;
	font-size: 2.1rem;
	line-height: 140%;
	text-align: justify;
}
#content_beauty {
	min-height: 261px;
	padding-top: 40px;
}
#content_beauty h1 {
	color: #FFFFFF;
}
#content_beauty p {
	font-size: 1.4rem;
	color: #FFFFFF;
}
#staff {
	background: #E5E6E9;
}
#staff h1 {
	color: #E5E6E9;
	font-size: 1.9rem;
	background: #7D838B;
	padding: 12px 30px 8px 30px;
	margin: 0;
}
#staff h2 {
	font-family: 'TitlingGothicFBCondReg';
	font-size: 3rem;
	color: #59636D;
	margin: 30px 0 5px 0;
	font-weight: normal;
}
#staff h3 {
	font-size: 1.4rem;
	color: #61395B;
	margin: 0 0 25px;
}
#staff p {
	color: #59636D;
	margin-bottom: 0;
}
#staff .slick-prev {
    right: 40px;
    top: -20px;
    background: url(js/images/controls2.png) no-repeat;
}
#staff .slick-next {
    top: -21px;
    right: 10px;
    background: url(js/images/controls2.png) no-repeat;
    background-position: -29px 1px;
}
#content_about_us {
	background: #E5E6E9;
}
#content_about_us h1 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1.7rem;
	background: #7D838B;
	padding: 10px 30px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
#content_about_us h2 {
	font-family: 'TitlingGothicFBCondReg';
	font-size: 3rem;
	color: #5a646d;
	text-transform: uppercase;
	font-weight: 100;
}
#content_about_us p,
#content_about_us ul li {
	font-size: 1.4rem;
	color: #5a646d;
	line-height: 140%;
}
#newsletter {
	padding: 9px 10px;
}
#newsletter .col1 {
	display: block;
	float: left;
	width: 33%;
}
#newsletter .col2 {
	display: block;
	float: left;
	width: 59%;	
}
#newsletter .col3 {
	display: block;
	float: left;
	width: 7%;	
}
#newsletter label {
    color: #FFFFFF;
    text-align: right;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
    line-height: 110%;
    letter-spacing: 1px;
    padding: 0 3px 0 0;
}
#newsletter input[type=email] {
	border: none;
	width: 100%;
	height: 26px;
}
#newsletter input[type=submit] {
	background: transparent url(img/arrow.png) no-repeat center;
	border: none;
	font-size: 0;
	width: 20px;
	height: 26px;
	float: right;
}
#newsletter div.wpcf7 img.ajax-loader {
	display: none;
}
#content_single h3 {
	font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #613455;
    font-weight: normal;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 2px;
    letter-spacing: 0px;
    line-height: 22px;
    margin-top: 0px;
}
#content_single p {
	color: #5a646d;
}
#content_single a {
	color: #744d6a;
}
#body_treatments ul,
#content_single ul {
	 padding-left: 0;
 }
#body_treatments > ul.line ul > li,
#content_single ul li {
	list-style-image: url(img/arrow.gif);
    margin: 0px 0px 5px 20px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    color: #5a646d;
    line-height: 15pt;
}
#content_single ol {
    padding-left: 20px;
}
#content_single ol li {
	color: #5a646d;
	padding: 0px 0px 10px 0px;
}
#content_body {
	padding: 40px 30px 30px 30px;
	min-height: 230px;
}
#content_body h1 {
	color: #FFFFFF;
}
#content_body p {
	color: #FFFFFF;
	font-size: 1.5rem;
}
#search,
#body_treatments {
	padding: 40px 25px 10px 25px;
}
#body_treatments p {
	color: #59636D;
	margin: 0;
}
#search h2 a:after {
	content: ' ›';
}
#blog h1 {
	color: #51274D;
	margin: 0 0 10px 0;	
}
#blog h2 {
	margin: 0 0 10px 0;
}
#blog h2 a:hover {
	color: #8f738c;
}
#blog p {
	font-size: 1.3rem;
	color: #59636D;
}
/*
#single-blog ul.social li.fa.fa-pinterest,
#single-blog ul.social li.fa.fa-facebook {
	font-size: 17px;
    color: #FFFFFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	background: #545a64;
	width: 27px;
    height: 27px;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

}
#single-blog ul.social li.fa-pinterest:before,
#single-blog ul.social li.fa.fa-facebook:before {
    position: relative;
    top: 5px;
}
#single-blog ul.social li.fa.fa-pinterest:hover {
	background: #a0abb3;
}
#single-blog ul.social li.fa.fa-pinterest a {
	top: -17px;
    width: 27px !important;
    height: 27px !important;
    opacity: 0;
}
*/
#single-blog ul.social li a {
	background: #545a64;
}
#single-blog ul.social li a:hover {
	background: #a0abb3;
}
#sidebar-blog p {
	font-size: 1.4rem;
	color: #4A4A4A;
}
#sidebar-blog ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar-blog ul li,
#sidebar-blog ul li a {
	color: #555555;
}
#sidebar-blog ul li {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar-blog ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#contact_info {
	min-height: 295px;
	padding-top: 30px;
}
#contact_info h1 {
	margin-bottom: 10px;
}
#contact_info p {
	font-size: 1.4rem;
	color: #738189;
	margin-bottom: 5px;
}
#contact_info .tall p {
	color: #738189;
	font-size: 1.4rem;
}
#contact_info .tall p {
	font-size: 1.8rem;
	color: #738189;
}
#contact_info .tall strong {
	color: #333333;
}
#contact_info table {
	margin-bottom: 5px;
}
#contact_info table tr td {
	vertical-align: top;
	font-size: 1.4rem;
	color: #738189;
}
#contact_social {
	min-height: 260px;
	padding-top: 30px;
}
#contact_social ul {
	margin-bottom: 0;
}
#contact_social ul.social li {
    display: block;
    float: none;
    height: 36px;
    margin: 0 0 30px 0;
}
#contact_social ul.social li:last-child {
	margin-bottom: 0 !important;
}
#contact_social ul.social li a {
	font-size: 22px;
	width: 36px;
	height: 36px;
}
#contact_social ul.social li span {
    font-size: 1.4rem;
    color: #73818a;
    font-weight: bold;
    display: block;
    margin: 10px 0 0 48px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #FFFFFF;
}
#map iframe {
	width: 100%;
	height: 260px;
}
#wprmenu_menu.wprmenu_levels ul li {
	border-top: none !important;
}
#cat_description b {
	color: #51274D;
}
#cat_description p {
	font-size: 1.2rem;
	color: #878787;
	margin-bottom: 15px;
}
#gif {
	background: #8f738c;
	padding: 15px 10px 0 10px;
	text-align: center;
	min-height: 46px; 
}
#gif span {
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 1px;
}
#gif a {
	font-size: 1.5rem;
	color: #52274d;
	font-weight: bold;
}
#promo-col1 {
	font-size: 1.5rem;
	color: #5a646d;
	line-height: 130%;
	background: #eeeeee;
	background-repeat: no-repeat;
	height: 150px;
}
#promo-col1 img {
	float: left;
	margin-right: 10px;
}
#promo-col1 .txt {
	float: left;
	margin: 35px 0 10px 0;
	width: 114px;
}
#promo-col1 a {
	color: #52274d;
	font-weight: bold;
}
#promo-col2 {
	font-size: 1.5rem;
	color: #fdfdfd;
	line-height: 130%;
	background: #b09cae;
	background-repeat: no-repeat;
	height: auto;
}
#promo-col2 a {
	color: #fdfdfd;	 
}
#promo-col2 .img {
	width: 46%;
}
#promo-col2 .txt {
	width: 53%;
	padding-top: 30px;
}
#paginate {
    text-align: center;
    display: inline-block;
    float: right;
}
#paginate a,
#paginate span {
    color: #51274D;
    border: 1px solid #E5E5E9;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    display: block;
    text-align: center;
    margin: 0 5px 0 0;
    float: left;
}
#paginate a:hover,
#paginate span:hover,
#paginate span.current {
	text-decoration: none;
	background: #E5E5E9;
}
#footer-home {
	background: url(img/div.png) no-repeat center top;
	padding-top: 20px;
	font-size: 1.2rem;
	color: #73818a;
}
#footer-home span.title {
	font-size: 1.6rem;
	color: #52274d;
}
#footer-home a {
	color: #52274d;
}
body.category-28 #desc,
body.category-25 #desc,
body.category-36 #desc,
body.category-26 #desc,
body.category-24 #desc,
body.category-27 #desc {
	display: none;
}
.mask{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    /*
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    */
    overflow: hidden;
}

body.wprmenu_menu-open {
    overflow:hidden;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body.wprmenu_menu-open .mask {
	display: block;
}
#wprmenu_menu.left, #wprmenu_menu.right {

}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	ul#menu-header-menu {
		display: none !important;
	}
	ul.social li a.book {
		width: 200px;
	}
	input[type="text"]#q {
		width: 120px;
	}
	#logo img {
		margin-bottom: 15px;
	}
	ul.social {
	    margin: 20px 0 0 0;
	}
	#newsletter .col1 {
		width: 100%;
		margin-bottom: 5px;
	}
	#newsletter .col2 {
		width: 93%;
	}
	#gif span {
		line-height: 140%;
	}
	.img-featured {
		display: none !important;
	}
	#staff h2 {
		margin-top: 10px;
	}
	#staff .col-sm-5 {
		width: 66%;
	}
	#staff h3 {
		margin: 0 0 15px;
	}
	#promo .col-sm-8 {
		margin-bottom: 15px;
	}
	#promo .col-sm-4,
	#promo .col-sm-8 {
		width: 100%;
		padding-left: 10px;
	}
	#content_beauty {
		padding: 10px;
        min-height: auto;
        height: 195px;
	}
	#content_beauty h1 {
		margin-bottom: 0;
	}
	#content_beauty p {
    	font-size: 1.3rem;
    }
    #content_body {
	    padding: 10px;
		min-height: auto;
		height: 172px;
    }
    #content_about {
		padding: 10px;
        min-height: auto;
        height: 191px;
    }
    #contact_info {
	 	padding: 10px;
	 	min-height: 224px;   
    }
    #contact_info h1,
    #contact_info p {
	    margin-bottom: 0px;
    }
    #contact_info .tall p {
    	font-size: 1.5rem;
	}
	#contact_social {
		padding: 10px;
	}
	.show {
		display: none !important;
	}
	.not-show {
		display: block !important;
	}
	#promo-col2 img {
		width: 100%;
	}
	#blog .bg-pink .plr40px {
		padding: 10px;
	}
	#blog .bg-pink .plr40px .h30px {
		height: 0;
	}
	#blog .bg-pink h2,
	#blog .bg-pink p {
		margin: 0 0 5px 0;
	}
}
@media (max-width: 768px) {
	#logo,
	#nav {
		width: 100%;
	}
	.mobile {
		display: block;
	}
	.no-mobile {
		display: none !important;
	}
	#logo img {
		display: block;
		margin: 0 auto;
	}
	.pl0 {
		padding-left: 15px;
	}
	.pr0 {
		padding-right: 15px;
	}
	#promo-col2 .img {
		padding-left: 0;
	}
	#contact_info {
		padding-bottom: 10px;
	}
	#contact_social {
		margin-top: 15px;
	}
	#blog img{
		width: 100%;
	}
	#blog .h30px {
		height: 10px;
	}
	#blog .pr0,
	#blog .pl0 {
		padding: 0 !important;
	}
	#blog .plr40px {
		padding: 0 20px;
	}
	#blog a.read {
		display: block;
		padding-bottom: 10px;
	}
	#blog #sidebar-blog {
		padding: 15px !important;
	}
	#single-blog .img {
		padding: 0 !important;
	}
	#single-blog .img img {
		width: 100%;
	} 
	#single-blog .plr40px {
		padding: 0 10px;
	}
	#contact_social ul.social {
		width: auto;
	}
	ul.social {
		display: block;
		width: 113px;
		height: 28px;
		margin: 15px auto;
		float: none;
	}
	ul.social li {
		margin-right: 5px;
	}
	ul.social li:first-child {
		margin-left: 5px;
	}
	.plr30px {
	    padding: 0 10px;
	}
	ul.second-nav {
		display: none;
	}
	.bx-wrapper img {
		display: block;
		margin: 0 auto 15px auto;
	}
	a.book {
		margin: 0 auto 15px auto;
	}
	body.category-6 .book,
	body.category-22 .book,
	body.category-23 .book,
	body.category-27 .book,
	body.category-28 .book,
	body.category-25 .book,
	body.category-26 .book,
	body.category-36 .book,
	body.category-24 .book,
	body.category-20 .book,
	body.category-31 .book,
	body.category-32 .book,
	body.category-33 .book,
	body.category-34 .book,
	body.category-35 .book {
		display: none;
	}
	#staff img {
		display: block;
		margin: 15px auto;
	}
	#staff .col-sm-5 {
	    width: 100%;
	}
	#content_beauty {
		padding: 40px;
        min-height: auto;
        height: auto;
	}
    #content_body {
	    padding-top: 20px;
		min-height: auto;
		height: auto;
    }
    #promo-col2 .img,
    #promo-col2 .txt {
	    float: left !important;
    }
    #promo-col2 .txt {
	    padding-top: 15px;
    }
    #blog .txt-descrption,
    #single-blog .txt-descrption {
	    display: block;
    }
    #blog .txt-desc-sidebar,
    #single-blog .txt-desc-sidebar {
	    display: none;
    }
    #footer-home {
		font-size: 1.1rem;
	}
    #footer-home a,
    #footer-home span.title {
		display: block;
	}
}
@media (max-width: 550px) {
	.iphone {
		display: block;
	}
	.no-iphone {
		display: none;
	}
	#promo .col-sm-4 {
    	width: 100% !important;
    	float: none;
    	margin-bottom: 15px;
	}
	#promo .col-sm-8 {
    	width: 100% !important;
    	float: none;
	}
	#promo-col2 .img {
		padding-right: 0;
	}
	#promo-col2 .txt {
		padding-bottom: 10px;
	}
	#promo-col2 .img,
	#promo-col2 .txt {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.nivo-controlNav {
		display: none;
	}
	.theme-default .nivo-caption {
		bottom: 0 !important;
		font-size: 2rem;
	}
}


@font-face {
    font-family: 'TitlingGothicFBCondReg';
    src: url('fonts/TitlingGothicFBCondReg.eot');
    src: url('fonts/TitlingGothicFBCondReg.eot') format('embedded-opentype'),
         url('fonts/TitlingGothicFBCondReg.woff2') format('woff2'),
         url('fonts/TitlingGothicFBCondReg.woff') format('woff'),
         url('fonts/TitlingGothicFBCondReg.ttf') format('truetype'),
         url('fonts/TitlingGothicFBCondReg.svg#TitlingGothicFBCondReg') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}