/*
Theme Name: Miss Vitality
Theme URI:
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

@font-face {
font-family: 'typewcond_regular';
src: url('/wp-content/themes/mv/fonts/typewcond_regular.eot');
src: url('/wp-content/themes/mv/fonts/typewcond_regular.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/mv/fonts/typewcond_regular.svg#typewcond_regular') format('svg'), url('/wp-content/themes/mv/fonts/typewcond_regular.woff') format('woff'), url('/wp-content/themes/mv/fonts/typewcond_regular.ttf') format('truetype'), url('/wp-content/themes/mv/fonts/typewcond_regular.OTF') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'typewcond_bold';
src: url('/wp-content/themes/mv/fonts/typewcond_bold.eot');
src: url('/wp-content/themes/mv/fonts/typewcond_bold.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/mv/fonts/typewcond_bold.svg#typewcond_bold') format('svg'), url('/wp-content/themes/mv/fonts/typewcond_bold.woff') format('woff'), url('/wp-content/themes/mv/fonts/typewcond_bold.ttf') format('truetype'), url('/wp-content/themes/mv/fonts/typewcond_bold.OTF') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'raleway-med';
src: url('/wp-content/themes/mv/fonts/raleway-med.eot');
src: url('/wp-content/themes/mv/fonts/raleway-med.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/mv/fonts/raleway-med.svg#raleway-med') format('svg'), url('/wp-content/themes/mv/fonts/raleway-med.woff') format('woff'), url('/wp-content/themes/mv/fonts/raleway-med.TTF') format('truetype'), url('/wp-content/themes/mv/fonts/raleway-med.otf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'mistrek';
src: url('/wp-content/themes/mv/fonts/mistrek.eot');
src: url('/wp-content/themes/mv/fonts/mistrek.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/mv/fonts/mistrek.svg#mistrek') format('svg'), url('/wp-content/themes/mv/fonts/mistrek.woff') format('woff'), url('/wp-content/themes/mv/fonts/mistrek.TTF') format('truetype'), url('/wp-content/themes/mv/fonts/mistrek.otf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'raleway-reg';
src: url('/wp-content/themes/mv/fonts/raleway-reg.eot');
src: url('/wp-content/themes/mv/fonts/raleway-reg.eot#iefix') format('embedded-opentype'), url('/wp-content/themes/mv/fonts/raleway-reg.svg#mistrek') format('svg'), url('/wp-content/themes/mv/fonts/raleway-reg.woff') format('woff'), url('/wp-content/themes/mv/fonts/raleway-reg.TTF') format('truetype'), url('/wp-content/themes/mv/fonts/raleway-reg.otf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
body {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:raleway-reg, sans-serif;
	color:#000;
	font-weight:normal;
	background-color:#fff;
}
a img {
	border:0px;
}
a {
	text-decoration:none;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
ul li {
	list-style:none;
}
p {
	margin:0px;
	padding:0px;
	line-height:28px;
}
input:focus {
	outline:none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#wrapper {
	display:block;
	width:1100px;
	margin:auto;
}
#header {
	padding:0 0 65px 0px;
	float:left;
	width:100%;
}
.social-icon {
	padding:5px 0 0 0px;
	float:left;
	display:inline-block;
}
.social-icon ul {
	padding:0px;
}
.social-icon li {
	float:left;
	padding-right:0px;
}
.social-icon li a {
	display:block;
	opacity:1;
}
.social-icon li a img{ width:68%;} {
	display:block;
	opacity:1;
}
.social-icon li a:hover {
	opacity:0.6;
}
.header_tabs {
    float: right;
    padding: 0;
    width: 100%;
}
.header_tabs ul {
    padding: 0;
}
.header_tabs li {
    display: block;
}
.header_tabs li a {
    background: #191919 none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: block;
    font-family: typewcond_regular,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 35px;
    padding: 0 15px;
	text-transform:uppercase;
}
.header_tabs li a:hover {
    background: #ee3799 none repeat scroll 0 0;
}
.fl{ float:left;}
.fr{ float:right;}
#nav-box {
	float:left;
	width:100%;
	height:70px;
	background:#ee3799;
	position:relative;
}
#nav-box ul {
	padding:0px;
}
#nav-box li {
	line-height:68px;
	float:left;
	padding:0px 26px;
}
#menu-primaryleft li{padding:0px 40px;}
#nav-box li a {
	font-family:typewcond_regular, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
#nav-box li a:hover {
	color:#000;
}
#nav-box ul.left-nav {
	float:left;
}
#nav-box ul.right-nav {
	float:right;
}
#nav-box ul.right-nav li {
	padding:0px 37px;
}
#nav-box ul li ul {
	position:absolute;
	z-index:1;
	width:230px;
	padding-top:30px;
	border-radius:0 0 5px 5px;
	border-bottom:solid 5px #d20d77;
	opacity: 0;
	visibility: hidden;
-webkit-transition: all .5s .1s;
 -moz-transition: all .5s .1s;
 -o-transition: all .5s .1s;
 transition: all .5s .1s;
}
#nav-box ul li:hover ul {
	opacity: 1;
	padding-top:0px;
	visibility: visible;
}
#nav-box ul li ul li {
	background:#ee3799;
	float:left;
	width:90%;
	padding:0 5%;
	line-height:35px;
	border-bottom:solid 1px #d20d77;
	margin:0px;
}
#nav-box ul li ul li:last-child {
	border:none;
}
#nav-box ul li ul li a {
	text-transform:capitalize;
	color:#fff;
}
.logo {
	padding:0px;
	position:absolute;
	top:-80px;
	z-index:99;
	left:420px;
}
#banner {
	background:url(/wp-content/themes/mv/images/banner_bg.jpg) repeat-x bottom;
	float:left;
	width:100%;
	min-height:240px;
	position:relative;
}
.banner_img {
	padding:0px;
	float:left;
	width:100%;
}
.banner_text1 p{
	color: #000;
	font-family: typewcond_bold,sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 15px;
	width: 500px;
	padding: 3px 0px 20px;
	border-left: 3px solid #EB1889;
	border-bottom: 3px solid #EB1889;
	border-radius: 0px 0px 0px 8px;
}
.banner_text {
	position:absolute;
	bottom:12px;
	left:15px;
	font-size:120px;
	color:#000;
	font-family:mistrek, Helvetica, sans-serif;
}
.home-banner_text {
	position:absolute;
	bottom:75px;
	left:15px;
	display:none;
}
.home-banner_text h2 {
	font-size:82px;
	color:#eb198a;
	font-family:mistrek, Helvetica, sans-serif;
}
.home-banner_text ul {
	padding:20px 0px;
}
.home-banner_text li {
	padding:9px 0 9px 20px;
	background:url(/wp-content/themes/mv/images/home-arrow.png) no-repeat left center;
}
.home-banner_text li a {
	color:#000;
	font-size:14px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.home-banner_text li a:hover {
	color:#eb198a;
}
.want-know {
	display:block;
	float:left;
	border-radius:25px;
	width:195px;
	height:47px;
	line-height:47px;
	color:#fff;
	text-align:center;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	background:#eb198a;
	border:solid 1px #eb198a;
}
.want-know:hover {
	color:#eb198a;
	background:none;
}
#body-content {
	padding:35px 0 0 0px;
	float:left;
	width:100%;
}
#body-content h1 {
	text-align:center;
	font-family:mistrek, Helvetica, sans-serif;
	color:#eb198a;
	font-size:57px;
}
#body-content h1 span {
	padding:0 12px;
}
.benifit {
	padding:0px;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.benifit p {
	width:855px;
	margin:0 auto;
	font-size:14px;
	color:#1d1d1d;
	font-family:raleway-reg, Helvetica, sans-serif;
	line-height:30px;
	text-align:center;
	letter-spacing:1px;
}
.benifit ul {
	float:left;
	width:90%;
	padding:0 5%;
	margin-top:30px;
}
.benifit li {
	float:left;
	display:block;
	margin:0 37px;
	width:122px;
}
.benifit li span {
	display:table-cell;
	width:116px;
	height:116px;
	border:solid 3px #b8cbd0;
	vertical-align:middle;
	text-align:center;
	border-radius:50%;
}
.benifit li a {
	display:block;
	text-align:center;
	color:#000;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	padding-top:10px;
}
.benifit li a:hover {
	color:#b8cbd0;
}
.body-mind {
	padding:90px 0px;
	float:left;
	width:100%;
}
.body-mind_left {
	float:left;
	width:385px;
	text-align:right;
}
.body-mind_right {
	float:left;
	width:600px;
	margin-left:65px;
}
.body-mind_right h2 {
	color:#eb198a;
	font-size:40px;
	text-transform:uppercase;
	font-family:typewcond_regular, Helvetica, sans-serif;
}
.body-mind_right p {
	padding:25px 0px;
	color:#000;
	font-family:raleway-reg, Helvetica, sans-serif;
	line-height:30px;
}
.body-mind_right a {
	display:block;
	float:left;
	border-radius:25px;
	width:146px;
	height:47px;
	line-height:47px;
	color:#fff;
	text-align:center;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	background:#eb198a;
	border:solid 1px #eb198a;
}
.body-mind_right a:hover {
	color:#eb198a;
	background:none;
}
.lifestyle-choice {
	padding:0px 0 50px 0px;
	float:left;
	width:100%;
}
.lifestyle-choice h2 {
	color:#eb198a;
	text-align:center;
	margin:45px 0px;
	font-size:40px;
	text-transform:uppercase;
	font-family:typewcond_regular, Helvetica, sans-serif;
}
.start-journey {
	float:left;
	width:46%;
	text-align:center;
	padding-right:4%;
	border-right:solid 1px #cfcfcf;
}
.start-journey p {
	padding:25px 0px;
	color:#000;
	font-family:raleway-reg, Helvetica, sans-serif;
	line-height:28px;
	text-align:center;
	font-size:14px;
}
.start-journey a {
	display:block;
	margin:0 auto;
	border-radius:25px;
	width:190px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	background:#eb198a;
	border:solid 1px #eb198a;
}
.start-journey a:hover {
	color:#eb198a;
	background:none;
}
.becomestockist {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.becomestockist a {
	display:block;
	margin:26px auto 0;	
	padding:20px;
	line-height:28px;
	font-family:typewcond_regular, sans-serif;
	color:#fff;
	text-align:center;
	font-size:35px;
	
}
.becomestockist a:hover {
	color:#DEDED4;
	
}
.newsletter {
	padding:23px 0px;
	float:left;
	width:99.3%;
	margin-bottom:10px;
	border: 3px solid #de0083;
	border-radius:8px;
}
.newsletter h2 {
	color:#f81a9d;
	text-align:center;
	display:block;
	padding-bottom:25px;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:25px;
}
.newsletter h3 {
	 color: #eb198a;
         font-family: raleway-med,Helvetica,sans-serif;
        font-size: 28px;
        text-align: center;
}
.signup {
	width:860px;
	margin:0 auto;
}
.signup p {
	float:left;
	display:inline-block;
	margin-right:11px;
}
.signup input[type="text"] , .signup input[type="email"] {
	width:320px;
	height:40px;
	line-height:40px;
	margin:0px;
	padding:0px 12px;
	background: #fff;
	font-family:raleway-med, Helvetica, sans-serif;
	font-weight:400;
	border:solid 1px #dddddd;
	font-size:14px;
	border-radius:3px;
	color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=90, Color=#eeeeee)";/*IE 8*/
	-moz-box-shadow: inset 0px 0px 19px #eeeeee;/*FF 3.5+*/
	-webkit-box-shadow: inset 0px 0px 19px #eeeeee;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: inset 0px 0px 19px #eeeeee;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=90, Color=#eeeeee); /*IE 5.5-7*/
}
.signup input[type="submit"] {
	width:180px;
	height:40px;
	border:none;
	border-radius:3px;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:38px;
	background:#f81a9d;
	border:solid 1px #f81a9d;
	cursor:pointer;
}
.signup input[type="submit"]:hover {
	color:#f81a9d;
	background:none;
}
.login {
	padding:20px;
	width:370px;
	display:table;
	margin:30px auto;
	background:#de0083;
	border-radius:3px;
}
.login label{ width:100%!important; color:#fff;}
/*.login:first-child{ margin:30px 30px 30px 0;}*/
.login h2 {
	display:block;
	text-align:center;
	color:#fff;
	font-size:32px;
	font-family:typewcond_bold, Helvetica, sans-serif;
	padding-bottom:35px;
}
.login p {
	width:100%;
	float:left;
	padding-bottom:22px;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
.login p a {
	padding-left:20px;
	text-decoration:underline;
	color:#fff;
}
.login p a:hover {
	color:#000;
}
.login input[type="text"], .login input[type="email"],  .login input[type="password"]{
	width:100%!important;
	margin:0px;
	padding:15px 4%!important;
	background: #fff;
	font-family:raleway-med, Helvetica, sans-serif;
	font-weight:400;
	border:none;
	font-size:17px;
	border-radius:3px;
	color:#000;
}
#wppb-recover-password-button{width:190px!important;}
.login input[type="submit"]{
	display: inline-block;
	border:none;
	width:120px;
	height:50px;
	font-family:raleway-med, Helvetica, sans-serif;
	line-height:50px;
	text-align:center;
	background:#000;
	color:#fff;
	font-size:17px;
	border-radius:3px;
	cursor:pointer;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.login input[type="submit"]:hover {
	background:#fff;
	color:#000;
}
#footer {
	padding:0px;
	float:left;
	width:100%;
}
.footer-top {
	padding:3%;
	float:left;
	width:94%;
	background:#de0083;
}
.navigations {
	padding:0px;
	float:left;
	width:28%;
}
.navigations:last-child{width:14%; float:right;}
.navigations h2 {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:15px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.navigations ul {
	padding:0px;
}
.navigations li {
	background:url(/wp-content/themes/mv/images/footer-arrow.png) no-repeat left center;
	padding:5px 0px 5px 20px;
}
.navigations li a {
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.navigations li a:hover {
	color:#222222;
}
.footer-bottom {
	padding:2%;
	margin-top:10px;
	float:left;
	width:96%;
	background:#222222;
}
.footer-bottom-logo {
	float:left;
	display:inline-block;
}
.footer-bottom-logo ul {
	padding:0px;
}

.footer-bottom-logo li {
	float:left;
	padding-right:16px;
}
.footer-bottom-logo li a {
	display:block;
}
.footer-bottom p {
	float:right;
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:50px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.footer-bottom p a {
	color:#929292;
}
.footer-bottom p a:hover {
	color:#fff;
}
.ingredients {
	padding:50px 0px;
	float:left;
	width:100%;
}
.ingredients p {
	width:100%;
	float:left;
	color:#1d1d1d;
	line-height:28px;
	text-align:center;
}
.contact_form {
	padding:65px 0 30px 1%;
	float:left;
	width:99%;
}
.contact_form h1 {
	padding-bottom:30px;
}
.contact_form p {
	width:30%;
	padding:0px;
	margin:0 1% 1% 1%;
	float:left;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
	width:100%;
	margin:0px;
	padding:12px 15px;
	background: #eeeeee;
	outline:none;
	font-family:raleway-reg, Helvetica, sans-serif;
	font-size:17px;
	border-radius:3px;
	border:none;
	color:#8b8a8a;
}
.contact_form textarea {
	resize: none;
	font-family:raleway-reg, Helvetica, sans-serif;
	font-size:17px;
	margin-left:0;
	width:98%;
	height: auto;
	min-height:135px;
}
.contact_btn {
	display: inline-block;
	border:none;
	width:94%;
	height:47px;
	float:left;
	border-radius:3px;
	line-height:47px;
	text-align:center;
	background:#afd036;
	margin-left:0;
	color:#fff;
	font-family:raleway-reg, Helvetica, sans-serif;
	font-size:17px;
	cursor:pointer;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.contact_btn:hover {
	background:#de0083;
}
.clean-tea {
	padding:0px;
	float:left;
	width:100%;
}
.clean-tea-left {
	width:700px;
	float:left;
}
.clean-tea-left h2 {
	font-size:30px;
	color:#e73595;
	font-family:typewcond_bold, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:15px;
}
.availability {
	float:left;
	width:100%;
	padding-top:20px;
}
.availability span {
	float:left;
	padding-right:35px;
	color:#ee3799;
	font-size:17px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.clean-tea-left ul {
	padding:20px 0px;
	float:left;
	width:100%;
}
.clean-tea-left li {
	float:left;
	padding-right:7px;
}
.clean-tea-left li a {
	display:block;
	background:#dfded4;
	text-transform:uppercase;
	border-radius:3px;
	padding:12px;
	color:#000;
	font-size:17px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.clean-tea-left li a:hover {
	background:#eb198a;
	color:#fff;
}
.clean-tea-left h3 {
	color:#000;
	padding-bottom:9px;
	font-size:17px;
	font-family:raleway-med, Helvetica, sans-serif;
}
.clean-tea-left h3 a {
	color:#eb198a;
}
.clean-tea-left h3 a:hover {
	color:#000;
}
.clean-tea-left p {
	color:#000;
	line-height:30px;
}
.clean-tea-left p span {
	color:#eb198a;
}
.clean-tea-left h4 {
	color:#000;
	padding-top:35px;
	font-size:13px;
	font-weight:bold;
	font-family:raleway-med, Helvetica, sans-serif;
}
.clean-tea-right {
	width:340px;
	float:right;
	text-align:center;
}
.clean-tea-right a.emailfrnd {
	display:block;
	padding:0 10px 0 33px;
	height:48px;
	line-height:48px;
	text-align:right;
	text-align:center;
	color:#fff;
	font-size:15px;
	border-radius:3px;
	background:url(/wp-content/themes/mv/images/mailicon.png) no-repeat left #eb198a;
	background-position:6px 15px;
	margin:20px 7px;
	float:left;
}
.clean-tea-right a:hover.emailfrnd { 
	background:url(/wp-content/themes/mv/images/mailicon.png) no-repeat left #d10f77;
	background-position:6px 15px;
}

.clean-tea-right a.findstckist {
	display:block;
	padding:0 10px 0 41px;
	height:48px;
	line-height:48px;
	text-align:right;
	text-align:center;
	color:#fff;
	font-size:15px;
	border-radius:3px;
	background:url(/wp-content/themes/mv/images/carticon.png) no-repeat left #eb198a;
	background-position:6px 15px;
	margin:20px 7px;
	float:left;
}

.clean-tea-right a:hover.findstckist { 
	background:url(/wp-content/themes/mv/images/carticon.png) no-repeat left #d10f77;
	background-position:6px 15px;
}

.clean-tea-right p {
	float:left;
	width:100%;
	text-align:center;
}
.our-story {
	padding:0 0 75px 0px;
	float:left;
	width:100%;
}
.introducing-mv {
	padding:0px;
	float:left;
	width:100%;
}
.introducing-mv h2 {
	font-size:30px;
	padding:20px 0px;
	text-align:center;
	color:#de0083;
	width:100%;
	float:left;
	font-family:typewcond_regular, Helvetica, sans-serif;
	text-transform:uppercase;
}
.introducing-mv p {
	float:left;
	width:100%;
	margin:8px 0;
	text-align:center;
	color:#000;
	font-size:14px;
}
.founders {
	padding:25px 0 0 0px;
	float:left;
	width:100%;
}
.pamella-zakotelsky {
	width:49%;
	margin-top:30px;
}
.pamella-zakotelsky_top {
	padding:0px;
	float:left;
	width:100%;
}
.pamella-zakotelsky_top-left {
	float:left;
	width:190px;
}
.pamella-zakotelsky_top-right {
	float:right;
	width:345px;
}
.pamella-zakotelsky_top-right h2 {
	font-size:21px;
	font-family:typewcond_bold, Helvetica, sans-serif;
	padding-bottom:30px;
}
.pamella-zakotelsky_top-right h3 {
	font-size:21px;
	font-family:typewcond_regular, Helvetica, sans-serif;
}
.pamella-zakotelsky_bottom {
	padding:0px;
	float:left;
	width:100%;
}
.pamella-zakotelsky_bottom p {
	float:left;
	width:100%;
	padding-top:25px;
	color:#000;
}
.product {
	width:100%;
	float:left;
	margin:45px 0;
}
.product ul {
	margin:0px;
	padding:0px;
}
.product ul li {
	width:530px;
	float:left;
	text-align:center;
	list-style:none;
}
.product ul li h2 {
	font-size:29px;
	text-transform:uppercase;
	font-family:typewcond_bold, sans-serif;
	color:#eb198a;
}
.product ul li div {
	width:100%;
	float:left;
	margin:15px 0;
	text-align:center;
}
.product ul li a {
	background:#eb198a;
	border:1px solid #eb198a;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	padding:10px 6px;
	margin-right:5px;
	display:inline-block;
	font-family:raleway-med, sans-serif;
	font-size:16px;
}
.product ul li a.text2 {
	background: url("/wp-content/themes/mv/images/cart.png") no-repeat scroll 9px 11px #EB198A;
	padding: 10px 6px 10px 35px;
}
.product ul li a:hover {
	background:#fff;
	color:#eb198a;
}
.product ul li a:hover.text2 {
	background: url("/wp-content/themes/mv/images/cart_hover.png") no-repeat scroll 9px 11px #fff;
	color:#eb198a;
}
.getconntect {
	width:520px;
	margin-right:20px;
	float:left;
}
.getconntect-top-left {
	width:325px;
	float:left;
}
.getconntect-top-right {
	width:150px;
	float:right;
}
.getconntect-top-left h3 {
	font-size:20px;
	text-transform:uppercase;
	font-family:typewcond_bold, sans-serif;
	margin-bottom:20px;
}
.getconntect-top-left p {
	font-size:20px;
	text-transform:uppercase;
	font-family:typewcond_regular, sans-serif;
}
.contactinfo {
	width:100%;
	float:left;
	font-size:20px;
	font-family:typewcond_regular, sans-serif;
	line-height:45px;
	margin:25px 0 15px 0;
}
.contactphone {
	width:143px;
	float:left;
	background:url(/wp-content/themes/mv/images/phone.png) left no-repeat;
	padding-left:43px;
}
.contactform {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.contactpage p {
	width:258px;
	float:left;
	margin:7px 0 7px 0;
}
.contactpage p.text3 {
	width:100%;
	float:left;
}
.contactpage p input[type="text"] , .contactpage p input[type="email"] {
	background:#eeeeee;
	font-family:raleway-med, sans-serif;
	font-size:17px;
	border:none;
	color:#727272;
	width:94%;
	padding:11px 6px;
	border-radius: 3px 3px 3px 3px;
}
.contactpage p textarea {
	background:#eeeeee;
	border:none;
	color:#727272;
	width:96.3%;
	padding:6px;
	font-family:raleway-med, sans-serif;
	font-size:17px;
	padding:11px 6px;
	resize:none;
	height:120px;
	border-radius: 3px 3px 3px 3px;
}
.contactpage p input[type="submit"] {
	background:#eb198a;
	border:1px solid #eb198a;
	font-family:raleway-med, sans-serif;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	width:96.3%;
	padding:11px 6px;
	border-radius: 3px 3px 3px 3px;
	cursor:pointer;
}
.contactpage p input[type="submit"]:hover {
	background:none;
	color:#eb198a;
}
.contactmail {
	width:256px;
	float:left;
	background:url(/wp-content/themes/mv/images/mail.png) left no-repeat;
	padding-left:43px;
}
.contactmail a {
	color:#222;
	text-decoration:none;
}
.contactmail1 {
	width:256px;
	float:left;
	background:url("/wp-content/uploads/2015/08/imgo.jpg") left no-repeat;
	padding-left:43px;
}
.contactmail1 a {
	color:#222;
	text-decoration:none;
}
.privacy { 
	width:100%;
	float:left;
}

.privacy h4 { 
	font-family:typewcond_bold, sans-serif;
	font-size:30px;
	margin-bottom:10px;
	color:#eb198a;
	text-transform:uppercase;
}

.content-section { 
	width:100%;
	float:left;
	margin-bottom:18px;
}
.content-section p {
	color:#000;
	line-height:30px;
	margin:10px 0px;
}

.tick { 
	width:90%;
	float:left;
	padding:12px;
}

.tick li {
    background: url("/wp-content/themes/mv/images/tick-azure.png") no-repeat scroll left center transparent;
    display: block;
    line-height: 22px;
    list-style: none outside none;
    padding-left: 20px;
}
div.wpcf7-response-output{ clear:both;}


/********************************30-07(stoekist and blog page css)*****************************************/

.stoekist{padding:0 0 35px 0px; float:left; width:100%;}
.stoekist h2 { color:#ec3793; padding-bottom:20px; font-size:25px; font-family:raleway-med, Helvetica, sans-serif;
}

.stoekist ul{padding:0px; width:690px; float:left;}
.stoekist li{float:left; width:100%; padding:5px 0px;}
.stoekist li label{background:url(/wp-content/themes/mv/images/desh.jpg) no-repeat right center; width:255px; float:left; color:#000; line-height:28px;}
.stoekist li a{padding-left:60px; float:left; color:#356685; font-family:raleway-med, Helvetica, sans-serif; font-size:17px;}
.stoekist li a:hover{color:#ec3793;}

.blog{padding:0 0 35px 0px; float:left; width:100%;}

.blog-left{width:800px; float:left;}
.blog-left ul{width:100%; float:left;}
.blog-left li{float:left; width:100%; margin-bottom:35px; border-bottom:solid 3px #000;}
.blog-left li h2{color:#eb198a; font-family:raleway-med, Helvetica, sans-serif; font-size:22px; font-weight:bold; display:block; text-align:center; line-height:52px; border-bottom:solid 3px #000;}
.blog-left li p{float:left; width:100%; text-align:center; font-size:14px; line-height:22px;}
.blog-left li p span{background:url(/wp-content/themes/mv/images/date-bg.png) no-repeat; width:102px; height:60px; text-align:center; display:block; margin:0 auto 15px auto; color:#fff; font-size:14px;}
.comments{padding:0px; float:left; width:100%; margin:20px 0px; background:#efefef; font-size:14px; text-align:center; font-family:raleway-med, Helvetica, sans-serif; padding:10px 0px;}
.blog-left li .readmorebutton{display:table!important; border-radius:50px; width:148px; text-align:center; height:46px; line-height:46px; color:#fff; font-family:raleway-med, Helvetica, sans-serif; font-size:14px; background:#eb198a; border:solid 1px #eb198a!important; margin:0 auto 25px auto;} 
.blog-left li .readmorebutton:hover{color:#eb198a; background:none;}

.blog-right{width:270px; float:right;}
.blog-right ul{padding-bottom:27px;}
.blog-right h2{border-bottom:solid 3px #000; display:block; padding-bottom:10px; color:#eb198a; font-size:28px; padding-left:13px; font-family:typewcond_bold, Helvetica, sans-serif;}
.blog-right li{display:block; margin-top:15px; background:url(/wp-content/themes/mv/images/blog-arrow.jpg) no-repeat left center; padding-left:25px; margin-left:7px;}
.blog-right li a{font-size:14px; color:#000;}
.blog-right li a:hover{color:#eb198a;}
.by-casey{float:left; width:140px; background:url(/wp-content/themes/mv/images/comment-icon.png) no-repeat left center; margin-left:50px;}
.by-comment{float:left; width:140px; background:url(/wp-content/themes/mv/images/comment-icon2.png) no-repeat left center;}

.testimonials{padding:0px; float:left; width:100%;}
.testimonials ul{padding:0px;}
.testimonials li{float:left; width:520px; margin-left:60px; margin-bottom:60px;}
.testimonials li:nth-child(1), .testimonials li:nth-child(3), .testimonials li:nth-child(5), .testimonials li:nth-child(7), .testimonials li:nth-child(9), .testimonials li:nth-child(11), .testimonials li:nth-child(13){margin-left:0px;}
.testimonials li .img{float:left; width:123px;}
.testimonials li .content{float:right; width:370px; border-left:solid 3px #eb198a;}
.testimonials li .content h2{line-height:45px; padding-left:15px; color:#eb198a; font-size:17px; font-family:raleway-med, Helvetica, sans-serif; background:url(/wp-content/themes/images/testomonial-heading-bg.jpg) no-repeat left top;}
.testimonials li .content p{font-size:14px; line-height:28px; padding-left:15px; text-align:justify; font-family:raleway-reg, Helvetica, sans-serif;}
.testimonials li a{display:table; border-radius:50px; width:137px; text-align:center; height:40px; line-height:40px; color:#fff; font-family:raleway-med, Helvetica, sans-serif; font-size:14px; background:#eb198a; border:solid 1px #eb198a; float:right; margin-top:17px;} 
.testimonials li a:hover{color:#eb198a; background:none;}


#comments {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 12px;
    width: 100%;
}
#comments label {
    float: left;
    width: 85px;
}
#comments input[type="text"] {
    border: 1px solid #ccc;
    padding: 6px;
    width: 300px;
}
#comments input[type="email"] {
    border: 1px solid #ccc;
    padding: 6px;
    width: 300px;
}
#comments input[type="url"] {
    border: 1px solid #ccc;
    padding: 6px;
    width: 300px;
}
#comments textarea {
    border: 1px solid #ccc;
    padding: 6px;
    width: 300px;
}
#comments h3 {
    border-bottom: 1px solid #eb198a;
    color: #eb198a;
    display: block;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
#comments p.comment-notes {
    color: #5791ca;
}
#comments input[type="submit"] {
    background: #eb198a none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    padding: 8px;
	margin-left:83px;
	width:200px;
}

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}









.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


#form-allowed-tags {
    display: none;
}

.mybody { 
	font-family:typewcond_bold,sans-serif;
	font-size:25px;
	color:#EB198A; 
}
/*****17-05*****/



.main-blog{float:left; width:100%; padding:40px 0px;}
.main-blog ul{padding:0px;}
.main-blog li{float:left; width:347px; margin-left:28px; overflow:hidden;}
.main-blog li img{height:320px!important; width:auto!important;}
.main-blog li:first-child{margin-left:0px;}
.main-blog li .blog-timing{float:left; width:100%; padding:20px 0px;}
.main-blog li .blog-timing li{float:left; width:auto; margin:0 9px 0 0px; line-height:30px; display:block; padding-left:24px; background:url(/wp-content/themes/mv/images/blog-cions.png) no-repeat left center;}
.main-blog li .blog-timing li a{color:#272727; font-size:12px;}
.main-blog li .blog-timing li a:hover{color:#de0083;}
.main-blog li .blog-timing li.name{background-position:0px 0px;}
.main-blog li .blog-timing li.date{background-position:0 -51px;}
.main-blog li .blog-timing li.comment{background-position:0 -100px; float:right; margin-right:0px;}
.main-blog li h2 a{color:#0b0b0b; font-size:19px; line-height:24px; font-family:raleway-med, Helvetica, sans-serif;}
.main-blog li h2 a:hover{color:#de0083;}
.main-blog li p{font-size:14px; color:#0b0b0b; font-family:raleway-reg, Helvetica, sans-serif; line-height:22px; display:block; padding:10px 0px;}
.readmorebtn {
	display:block;
	float:right;
	border-radius:25px;
	width:130px;
	height:43px;
	line-height:43px;
	color:#fff;
	text-align:center;
	font-family:raleway-med, Helvetica, sans-serif;
	font-size:14px;
	background:#eb198a;
	border:solid 1px #eb198a;
}
a.readmorebtn:hover {
	color:#eb198a;
	background:none;
}

.social-div{float:left; width:100%;}
.social-div h2{font-size:22px; text-transform:uppercase; color:#de0083; padding-bottom:20px; font-family:raleway-med, Helvetica, sans-serif;}
.instagram{float:left; width:755px;}
.facebook{float:right; width:331px;}


.featured-clinic{float:left; width:100%; padding:70px 0px;}
.featured-clinic ul{display:block; padding-top:30px;}
.featured-clinic li{float:left; width:100%; margin-left:28px;}
.featured-clinic li a {width:355px; float:left;}
.featured-clinic li a img {width:355px; }
.featured-clinic li:first-child{margin-left:0px;}
.featured-clinic li h2 a{color:#0b0b0b; font-size:19px; margin-top:10px; display:block; line-height:24px; font-family:raleway-med, Helvetica, sans-serif;}
.featured-clinic li h2 a:hover{color:#de0083;}
.featured-clinic li p{font-size:14px; color:#0b0b0b; font-family:raleway-reg, Helvetica, sans-serif; line-height:22px; display:block; padding:10px 0px;}



#wppb_general_top_error_message, .wppb-error, .wppb-warning , .wppb-register-user .wppb-field-error, .wppb-edit-user .wppb-field-error, #wppb-recover-password .wppb-field-error,#wppb_form_success_message, .wppb-success{
    background: #a7d008 none repeat scroll 0 0!important;
    border: 1px solid #000!important;
	}
.wppb-user-forms{ clear:both;}
#terms-accept a{color:#fff;}
#wppb-recover-password ul li{overflow:visible!important;}

.main-blog h1{margin-bottom:40px;}


.contact-skin-technology{float:left; width:100%; padding:30px 0 50px 0px;}
.contact-skin-technology-left{width:400px; text-align:right; float:left;}
.contact-skin-technology-right{width:610px; margin:0px 0px 0px 35px; float:left;}
.contact-skin-technology-right h3{color:#232323; font-size:23px; text-transform:uppercase; font-family:typewcond_bold, Helvetica, sans-serif;}
.contact-skin-technology-right h2{color:#232323; font-size:33px; text-transform:uppercase; font-family:typewcond_bold, Helvetica, sans-serif;}
.contact-skin-technology-right ul{float:left; width:100%; margin-top:30px;}
.contact-skin-technology-right ul li{padding:0px 49px; margin-bottom:10px; float:left; background:url(/wp-content/themes/mv/images/contact-icons.png) no-repeat left center; line-height:41px;}
.contact-skin-technology-right ul li.icon1{background-position:0px 0px;}
.contact-skin-technology-right ul li.icon2{background-position:0px -51px;}
.contact-skin-technology-right ul li.icon3{background-position:0px -106px;}
.contact-skin-technology-right ul li a{font-family:typewcond_regular, Helvetica, sans-serif; color:#232323; font-size:20px;}
.contact-skin-technology-right ul li a:hover{color:#e81a89;}

.instagram ul{padding:0px;}
.instagram ul li{float:left; width:31%; margin:1%;}
.instagram ul li img{width:100%;}


/*************************************RESPONSIVE**************************************/

@media only screen and (min-width: 960px) and (max-width: 1100px) {
#wrapper{width:98%;}
.logo{left:360px;}
.banner_img img{width:100%;}
.benifit li{margin:0px 27px;}
.body-mind_right{width:530px;}
.start-journey img{width:100%;}
.clean-tea-left{width:58%;}
.clean-tea-right{width:40%;}
.getconntect{width:480px;}
.contactpage p{width:238px;}
.pamella-zakotelsky_top-right{width:285px;}
.product ul li{width:460px;}
.product ul li a{font-size:14px;}
.blog-left{width:68%; margin:10px 0px;}
.blog-right{width:30%; margin:10px 0px;}
#comments{width:96%; padding:2%;}
#comments input[type="submit"]{margin:5px auto; display:block;}
#comments textarea{width:96%; padding:2%;}
.by-casey{margin-left:30px;}
.testimonials li{width:100%; margin:0 0 60px 0px!important;}
.testimonials li .img{width:15%;}
.testimonials li .content{width:80%;}
#nav-box li{padding:0px 23px;}
#menu-primaryleft li{padding:0px 30px;}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{width:100%!important;}
#comments textarea{width:100%;}
#comments input[type="submit"]{margin-left:0px;}

.main-blog li, .featured-clinic li{width:98%; margin:1%!important;}
.main-blog li img, .featured-clinic li img{width:100%;}
.instagram{width:58%;}
.facebook{width:40%;}
.contact-skin-technology-left{width:330px!important;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#wrapper{width:98%;}
#nav-box ul{display:none;}
#cssmenu{display:block!important;}
.banner_img img{width:100%;}
#nav-box li{padding:0px 16px;}
.logo{left:40%; width:180px; top:-90px;}
.logo img{width:100%;}
.banner_img img{width:100%;}
.benifit p{width:100%;}
.benifit li{margin:1%; width:31%;}
.benifit li span{display:block; margin:auto; height:91px; padding-top:25px;}
.body-mind_left{width:30%;}
.body-mind_left img{width:100%;}
.body-mind_right{float:right; margin:0px; width:67%;}
#body-content h1 span img{width:20%;}
.body-mind_right h2{font-size:30px;}
.start-journey{padding:0px; width:100%!important; border:none;}
.signup{width:98%; padding:1%;}
.signup p{margin:5px;}
.signup input[type="text"]{width:93%; padding:0 3%;}
.navigations{width:50%!important; margin:15px 0px; min-height:270px;}
.clean-tea-left{width:48%;}
.clean-tea-right{width:48%; margin-top:20px;}
.clean-tea-right a{font-size:15px;}
.contact_form p{width:100%!important; margin:0 0 8px 0px;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea{padding:2%; width:100%;}
.contact_btn{margin:0px; width:100%;}
.clean-tea-right a{display:table; float:none; margin:5px auto; text-align:center;}
.clean-tea-left li a{font-size:12px;}
.getconntect{margin:10px 0px; width:100%;}
.contactpage p{width:100%;}
.contactpage p input[type="text"], .contactpage p input[type="email"], .contactpage p textarea{width:100%; padding:2%;}
.contactpage p input[type="submit"]{padding:11px 0px; width:100%;}
.pamella-zakotelsky{width:100%;}
.blog-left, .blog-right{width:48%; margin:10px 0px;}
#comments{width:96%; padding:2%;}
#comments input[type="submit"]{margin:5px auto; display:block;}
#comments textarea{width:96%; padding:2%;}
.by-casey{margin-left:0px;}
.testimonials li{width:100%; margin:0 0 60px 0px!important;}
.testimonials li .img{width:20%;}
.testimonials li .content{width:75%;}
.product ul li{float:none; margin:0 auto;}
.banner_img{min-height:inherit!important;}
#banner{min-height:470px;}
#body-content h1 span{display:none;}
.signup input[type="text"], .signup input[type="email"]{width:236px;}
#nav-box{background:none;}
.getconntect-top-right img{width:100%;}

.clean-tea-right a.emailfrnd { display:inline-block; float:none;}
.clean-tea-right a.findstckist{display:inline-block; float:none; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{width:100%!important;}
#comments textarea{width:100%;}
#comments input[type="submit"]{margin-left:0px;}

.main-blog li, .featured-clinic li{width:98%; margin:1%!important;}
.main-blog li img, .featured-clinic li img{width:100%;}
.featured-clinic li a {width:45%;}
.instagram{width:58%;}
.facebook{width:40%;}
.contact-skin-technology-left{width:300px!important;}
.contact-skin-technology-right{width:410px!important;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
#wrapper{width:98%;}
#nav-box ul{display:none;}
#cssmenu{display:block!important;}
.logo{left:220px; width:110px; top:-23px;}
.logo img{width:100%;}
.banner_img img{width:100%;}
.benifit p{width:100%;}
.benifit li{margin:1%; width:31%;}
.benifit li span{display:block; margin:auto; height:91px; padding-top:25px;}
.body-mind_left{width:30%;}
.body-mind_left img{width:100%;}
.body-mind_right{float:right; margin:0px; width:67%;}
#body-content h1 span img{width:20%;}
.body-mind_right h2{font-size:30px;}
.start-journey{padding:0px; width:100%!important; border:none;}
.signup{width:98%; padding:1%;}
.signup p{width:100%; margin:5px 0px;}
.signup input[type="text"]{width:100%; padding:0 3%;}
.navigations{width:50%!important; margin:15px 0px; min-height:280px;}
.clean-tea-left{width:100%;}
.clean-tea-right{width:100%; margin-top:20px;}
.clean-tea-right a{font-size:15px;}
.contact_form p{width:100%!important; margin:0 0 8px 0px;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea{padding:2%; width:100%;}
.contact_btn{margin:0px; width:100%;}
.clean-tea-right a{display:table; float:none; margin:5px auto; text-align:center;}
.getconntect{margin:10px 0px; width:100%;}
.contactpage p{width:100%;}
.contactpage p input[type="text"], .contactpage p input[type="email"], .contactpage p textarea{width:100%; padding:2%;}
.contactpage p input[type="submit"]{padding:11px 0px; width:100%;}
.pamella-zakotelsky{width:100%;}
.product ul li{float:none; margin:0 auto;}
.banner_text{font-size:100px;}
.blog-left, .blog-right{width:100%; margin:10px 0px;}
#comments{width:96%; padding:2%;}
.by-casey{margin-left:0px;}
.testimonials li{width:100%; margin:0 0 60px 0px!important;}
.banner_img{min-height:inherit!important;}
#banner{min-height:365px;}
#body-content h1 span{display:none;}
.newsletter span{display:none;}
.signup input[type="submit"]{margin:0 auto; display:block;}
.stoekist ul{width:100%;}
.stoekist li label, .stoekist li a{padding-left:0px; width:100%;}
.getconntect-top-right img{width:100%;}

.clean-tea-right a.emailfrnd { display:inline-block; float:none;}
.clean-tea-right a.findstckist{display:inline-block; float:none; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{width:100%!important;}
#comments textarea{width:100%;}
#comments input[type="submit"]{margin-left:0px;}
.signup input[type="text"], .signup input[type="email"]{width:94%;}

.main-blog li, .featured-clinic li{width:95%; margin:1%!important;}
.main-blog li img, .featured-clinic li img{width:100%;}
.featured-clinic li a {width:290px; float:left;}
.instagram{width:58%;}
.facebook{width:40%;}
.contact-skin-technology-left{width:100%!important; text-align:center!important;}
.contact-skin-technology-right{margin:10px 0px!important; width:100%!important;}
.contact-skin-technology-right ul li{padding:0 0 0 49px!important;}
.newsletter{width:99%;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
#wrapper{width:98%;}
#nav-box ul{display:none;}
#cssmenu{display:block!important;}
.logo{left:38%; top:-42px;}
.logo img{width:50%;}
.banner_img img{width:100%;}
.benifit p{width:100%;}
.benifit li{margin:1%; width:48%;}
.benifit li span{display:block; margin:auto; height:91px; padding-top:25px;}
#body-content h1 span img{width:25%;}
.body-mind_left{width:100%; text-align:left;}
#body-content h1{font-size:38px;}
.body-mind_right{width:100%; margin:10px 0 0 0px;}
.body-mind_right h2{font-size:30px;}
.start-journey{padding:0px; width:100%!important; border:none;}
.start-journey img{width:100%;}
.signup{width:98%; padding:1%;}
.signup p{width:100%; margin:5px 0px;}
.signup input[type="text"]{width:100%; padding:0 3%;}
.navigations{width:100%!important;}
.footer-bottom-logo li{padding-right:10px;}
.footer-bottom-logo{width:285px; display:block; float:none; margin:0 auto;}
.footer-bottom p{width:100%; text-align:center;}
.clean-tea-left{width:100%;}
.clean-tea-right{width:100%; margin-top:20px;}
.clean-tea-right a{font-size:15px;}
.contact_form p{width:100%!important; margin:0 0 8px 0px;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea{padding:2%; width:100%;}
.contact_btn{margin:0px; width:100%;}
.clean-tea-right a{display:table; float:none; margin:5px auto; text-align:center;}
.getconntect{margin:10px 0px; width:100%;}
.getconntect-top-right{width:100%; text-align:center;}
.contactpage p{width:100%;}
.contactpage p input[type="text"], .contactpage p input[type="email"], .contactpage p textarea{width:100%; padding:2%;}
.contactpage p input[type="submit"]{padding:11px 0px; width:100%;}
.pamella-zakotelsky{width:100%;}
.pamella-zakotelsky_top-right{width:100%;}
.product ul li{float:none; margin:0 auto; width:460px;}
.banner_text{font-size:80px;}
.blog-left, .blog-right{width:100%; margin:10px 0px;}
#comments{width:96%; padding:2%;}
.testimonials li{width:100%; margin:0 0 60px 0px!important;}
.testimonials li .content{width:100%;}
.banner_text1 p{width:87%;}
.banner_img{min-height:inherit!important;}
#banner{min-height:295px;}
#body-content h1 span{display:none;}
.newsletter span{display:none;}
.signup input[type="submit"]{margin:0 auto; display:block;}
.stoekist ul{width:100%;}
.stoekist li label, .stoekist li a{padding-left:0px; width:100%;}

.clean-tea-right a.emailfrnd { display:inline-block; float:none;}
.clean-tea-right a.findstckist{display:inline-block; float:none; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]{width:100%!important;}
#comments textarea{width:100%;}
#comments input[type="submit"]{margin-left:0px;}
.signup input[type="text"], .signup input[type="email"]{width:94%;}

.main-blog li, .featured-clinic li{width:100%; margin:7px 0px!important;}
.main-blog li img, .featured-clinic li img{width:100%;}
.instagram{width:100%;}
.facebook{width:100%; padding-top:20px;}


.featured-clinic li a {width:98%}
.header_tabs li a{font-size:17px;}
.contact-skin-technology-left{width:100%!important; text-align:center!important;}
.contact-skin-technology-right{margin:10px 0px!important; width:100%!important;}
.contact-skin-technology-right ul li{padding:0 0 0 49px!important;}
.newsletter{width:97%;}
}
@media only screen and (max-width: 479px) {
#wrapper{width:98%;}
#nav-box ul{display:none;}
#cssmenu{display:block!important;}
.logo{left:33%; top:-20px;}
.logo img{width:50%;}
.banner_img img{width:100%;}
.benifit p{width:100%;}
.benifit li{float:none; margin:10px auto;}
.body-mind_left{width:100%;}
.body-mind_right{width:100%; margin:10px 0 0 0px;}
.body-mind_right h2{font-size:30px;}
.start-journey{padding:0px; width:100%!important; border:none;}
.start-journey img{width:100%;}
.signup{width:98%; padding:1%!important;}
.signup p{width:100%; margin:5px 0px;}
.signup input[type="text"]{width:100%; padding:0px 3%;}
.navigations{width:100%!important;}
.footer-bottom-logo li{padding-right:10px;}
.footer-bottom-logo{width:285px; display:block; float:none; margin:0 auto;}
.footer-bottom p{width:100%; text-align:center;}
.clean-tea-left{width:100%;}
.clean-tea-right{width:100%; margin-top:20px;}
.clean-tea-left li a{font-size:9px;}
.clean-tea-right a{font-size:15px;}
.contact_form p{width:100%!important; margin:0 0 8px 0px;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea{padding:2%; width:100%;}
.contact_btn{margin:0px; width:100%;}
.banner_text{font-size:70px;}
.getconntect{margin:10px 0px; width:100%;}
.getconntect-top-right{width:100%; text-align:center;}
.contactpage p{width:100%;}
.contactpage p input[type="text"], .contactpage p input[type="email"], .contactpage p textarea{width:100%; padding:2%;}
.contactpage p input[type="submit"]{padding:11px 0px; width:100%;}
.login{width:96%; padding:2%;}
.pamella-zakotelsky{width:100%;}
.pamella-zakotelsky_top-right{width:100%;}
.product ul li{width:100%;}
.product ul li a{font-size:14px;}
.blog-left, .blog-right{width:100%; margin:10px 0px;}
#comments{width:96%; padding:2%;}
#comments input[type="submit"]{margin:5px auto; display:block;}
.by-casey{margin-left:10px;}
.testimonials li{width:100%; margin:0 0 60px 0px!important;}
.testimonials li .content{width:100%;}
.banner_text1 p{width:87%;}
.banner_img{min-height:inherit!important;}
#banner{min-height:200px;}
#body-content h1 span{display:none;}
.newsletter span{display:none;}
.signup input[type="submit"]{margin:0 auto; display:block;}
.header_tabs li a{padding:0px 9px; font-size:11px;}
.stoekist ul{width:100%;}
.stoekist li label, .stoekist li a{padding-left:0px; width:100%; overflow:hidden;}

.clean-tea-right a.emailfrnd { display:inline-block; float:none;}
.clean-tea-right a.findstckist{display:inline-block; float:none; margin:0px 7px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="submit"]{width:100%!important;}
.signup input[type="text"], .signup input[type="email"]{width:93%;}

.main-blog li, .featured-clinic li{width:100%; margin:7px 0px!important;}
.main-blog li img, .featured-clinic li img{width:100%;}
.instagram{width:100%;}
.facebook{width:100%; padding-top:20px;}


.featured-clinic li a {width:98%}
.contact-skin-technology-left{width:100%!important; text-align:center!important;}
.contact-skin-technology-right{margin:10px 0px!important; width:100%!important;}
.contact-skin-technology-right ul li{padding:0 0 0 49px!important;}
.newsletter{width:95%;}
}


