@charset "utf-8";
/*
Theme Name: Blackmask - Product Landing Page.
Author: ZedThemes
Author URL: https://themeforest.net/user/zedwebthemes
Version:1.0
*/
/*===========================
 =  Table of CSS
  	1. General code
		1.1. Typography
		1.2. Button
		1.3. Space margins and padding
		1.4. Form
		1.5. Table
		1.6. Accordion
		1.7. Section-background-color & sectino-heading
		1.8. Tabs 
		1.9. Modal
	2. Header
	3. Intro
	4. Whats-Inside
	5. How-to-use
	6. Advantages
	7. Testimonials 
	8. Product-Order
	9. Timer
	10. Footer
	11. Responsive-CSS 
===========================*/

/*====================
	1. General code
==========================*/
body {
	font-family: 'Playfair Display', serif;
	margin:0px;
	padding:0px;
	font-size:17px;
	line-height:26px;
	overflow-x:hidden;
	font-weight:400;
	color:#000;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	margin:0 auto 20px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 48px;
	line-height: 46px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size:25px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 19px;
}
p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#ff3333;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#ff3333;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
   margin: 0 auto 10px;
}
blockquote {
	background:#f5f5f5 ;	
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}
img {
	max-width:100%;
	width:auto;
	height:auto;
	max-height: 650px;
}

/*-----------------
	1.2. Button
-------------------------*/
.btn {
  background:#8c33c7;	
  border:#58448e solid 3px;
  border-radius:3px;
  color: #fff;
  font-weight:900;
  font-size: 16px;
  text-transform:uppercase;
  line-height: 30px;
  height:auto;
  margin: auto;
  padding: 8px 40px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
	  -ms-transition: all 0.3s linear 0s;
	font-family: 'Montserrat', sans-serif;
}
.btn.btn-lg {
	font-size: 22px;
	line-height: 30px;
	padding: 15px 50px;
}
.btn.btn-sm {
	font-size:16px;
	padding:8px 25px;
}
.btn:hover, .btn:focus {
	color: #fff;
	outline:none;
	background:#5d2384;
}
.btn-link {
  font-weight: 800;
  font-size:17px;
  color:#ff3333;
}
.btn.outline-btn {
	background:none;
	color:#ff3333;
	border:#ff3333 solid 3px;
	letter-spacing:4px;
	font-weight:700;
}
.btn.outline-btn:hover {
	color:#fff;
}
.btn-white:hover {
	background:#fff;
	color:#111;
}


/*-------------------------------------
	1.3. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding_top_20 {
	padding-top:20px;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.padding_right {
	padding-right:60px;
}
.padding_left {
	padding-left:60px;
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-top-20 {
    margin-top: 20px;
	clear:both;
}
.margin-top-40 {
    margin-top: 40px;
	clear:both;
}
.margin-btm-40 {
    margin-bottom: 40px;
	clear:both;
}
.margin-top-60 {
    margin-top: 60px;
	clear:both;
}
.margin-btm-60 {
    margin-bottom: 60px;
	clear:both;
}
.margin-none {
	margin:0px;
}


/*-----------------
	1.4. Form
---------------------------*/
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 6px;
  border:#ccc solid 1px;
  box-shadow: none;
  color: #888888;
  font-size: 14px;
  height: 50px;
  line-height: 30px;
  padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover {
	box-shadow:none;
	outline:none	
}
.form-control:focus {
	box-shadow:none;
	border-color:#8dba3f;
	outline:none	
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;	
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;	
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
}
.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}


/*-----------------
	1.5. Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}


/*-----------------
	1.6. Accordion
---------------------------*/
.panel-group .panel {
  background:rgba(0, 0, 0, 0.8);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-title {
  color: #252930;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title a {
  display: block;
  padding: 25px 25px 25px 107px;
  position: relative;
  border: 2px solid #ff3333;
  color:#fff !important;
}
.panel-title a.collapsed {
	border: 2px solid #929497;
}
.panel-title a .question {
	width:85px;
	height:100%;
	content:"";
	color:#fff;
	font-size:39px;
	line-height:1;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	background:#ff3333;
}
.panel-title a.collapsed .question {
	background:#252930;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
}
.panel-title a .question span {
	position:absolute;
	top:45%;
	left:0px;
	right:0px;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:0px;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  padding: 0;
}
.panel-heading:hover .panel-title a .question {
	background:#ff3333;
}
.panel-heading:hover .panel-title a {
	border-color:#ff3333;
}
.panel-body {
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -1px;
  padding: 25px;
}
.panel-body p {
	font-size:17px;
	line-height:30px;
	font-weight:400;
}


/*-----------------------------------------------------------
	1.7. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section {
	position:relative;
}
.secondary-bg {
	background-image: url(../images/intro_bg\ copia.jpg)

}
.primary-bg {
  background: #bead9960;
}

.primary {
	background: #eef6f9;
  }

.section-padding {
  padding: 65px 0;
}
.section-header {
  margin: 0 auto;
  max-width: 850px;
  padding-bottom: 60px;
}
.section-header h2 {
	margin:0 auto;
}
.section-header p {
	font-size: 19px;
	margin: 22px auto 0;
}
.heading_dots span {
	display:inline-block;
	vertical-align:middle;
	width:6px;
	margin:0 5px;
	height:6px;
	border-radius:50%;
	background:#8e83d7;
}

/*--------------------
	1.8. Tabs 
------------------------------*/
.nav.nav-tabs {
  border: medium none;
}
.nav-tabs > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  padding: 14px 26px;
  text-align: center;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li a:hover, 
.nav-tabs > li a:focus {
  color: #ffffff;
  background:#ff3333;
}
.nav-tabs > li {
  margin-bottom: 0;
}


/*------------------------
	1.9. Modal
--------------------------------*/
.modal-dialog {
  margin: 20px auto;
  max-width: 90%;
  width: 500px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-header h3 {
	margin:15px auto;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-align: center;
  text-shadow: none;
  top: -20px;
  width: 31px;
}

/*================
	 2. Header
===========================*/
#header {
  background:#222 none repeat scroll 0 0;
  position:relative;
  box-shadow:0 10px 20px rgba(0, 0, 0, 0.3);
  transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  z-index: 22;
}
#header.sticky {
	position:fixed;
	top:0;
}
#header .logo {
	margin:10px 0;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
#navigation {
	padding:0px;
}
.navbar.navbar-default {
	background:none;
	border-radius:0px;
	border:0px;
	margin:0 auto;
}
.navbar.navbar-default .nav.navbar-nav {
	float:right;
}
.navbar.navbar-default .nav.navbar-nav li {
	margin:0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 30px 20px;
  text-transform: uppercase;
}
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a {
	color:#8c33c7;	
	background:none;
}  
.navbar.navbar-default .nav.navbar-nav > li > a.btn {
	color:#fff;
}
.navbar.navbar-default .nav.navbar-nav > li.active a.btn,
.navbar.navbar-default .nav.navbar-nav > li a.btn:focus, 
.navbar.navbar-default .nav.navbar-nav > li a.btn:hover {
	background:#a80732;	
}

@-webkit-keyframes fadeHeaderInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes fadeHeaderInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes fadeHeaderInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
#header.sticky, .fadeHeaderInDown {
	-webkit-animation-name:fadeHeaderInDown;
	-moz-animation-name:fadeHeaderInDown;
	-o-animation-name:fadeHeaderInDown;
	animation-name:fadeHeaderInDown;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:22;
	background:#222;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header:not(.is-alternate) {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

/*================
	 3. Intro
===========================*/
#intro {
	background-color:#eef6f9;
	background-image:url(../images/intro_bg.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:cover;
}
.intro_text ul {
	padding: 0 0 0 25px;
	margin: 0 auto 40px;
}
.intro_text ul li {
	font-size:22px;
}
#intro .product_price {
	text-align: left;
}
#intro h1 {
	margin: 0 auto 30px;
}
.intro_form {
	background:#d0d9da ;
	padding:30px;
	text-align:center;
	position:relative;
	z-index:1;
	max-width:360px;
	margin:0 auto 30px;
}
#intro .intro_form .product_price {
	text-align:center;
}
.intro_form:after {
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	border:#d0d9da solid 4px;
	left:15px;
	top:15px;	
	z-index:-1;
}
.form_header {
	background:#222;	
	margin:-30px -30px 30px;
	padding:20px;
}
.form_header h3 {
	margin:0 auto;
	color:#fff;
}


/*================
	 4. Whats-Inside
===========================*/
#whats_inside {
	position:relative;
	overflow:hidden;
}
.box_wp {
	padding:20px;
}
.box_wp h4 {
	margin:0 auto 10px;
}
.img_wp {
	text-align:center;
}
.box_wp p {
	line-height:24px;
}
.box_icon {
	width:120px;
	background:#fff;
	height:120px;
	border-radius:50%;
	text-align:center;
	border:#c6dce4 solid 2px;
	overflow:hidden;
	margin:0 auto 15px;
	box-shadow:rgba(0, 0, 0, 0.12) 10px 10px 5px;
}
.ul_list ul {
	padding:0;
	margin:0 auto;
}
.ul_list ul li {
	list-style:none;
	position:relative;
	padding-left:35px;
}
.ul_list ul li::after {
	position: absolute;
	top: 5px;
	left: 0;
	content: "\f105";
	font-family: fontawesome;
	width: 22px;
	height: 22px;
	border: #999 solid 1px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
}



/*=====================
	 5. How-to-use
===========================*/
.use_wp {
	text-align: center;
	padding: 0 15px;
}
.use_wp img {
	margin:0 auto 30px;
}



/*=====================
	 6. Advantages
===========================*/
.advantages_wrap {
	position: relative;
	padding: 6px 0px 10px 85px;
}
.advantages_wrap h5 {
	margin: 0 auto 5px;
}
.icon_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border: #c6dce4 solid 2px;
	border-radius: 50%;
	padding: 12px 14px;
	background: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 34px;
}


/*=========================
	7. Testimonials 
================================*/
#testimonials h6 {
	color:#3e3b3b;
	letter-spacing:2px;
	font-size:16px;
	text-transform:uppercase;
}
.testimonials_images {
	margin:40px auto;
}
.owl-carousel .owl-item img {
	width:auto !important;
	margin:0 auto 20px;
}
#testimonials_slider {
	margin:0 auto;
	max-width:660px;
	position:relative;
	text-align:center;
}
.owl-nav {
	position:absolute;
	top:50px;
	left:0px;
	right:0px;
}
.owl-nav > div {
	float:left;
	width:50px;
	height:50px;
	border:#555 solid 1px;
	border-radius:50%;
	text-align:center;
	font-size:0px;
	position:relative;
}
.owl-nav > div::after {
  color: #555;
  content:"\f104";
  font-family: fontawesome;
  font-size: 25px;
  left: 0;
  right:0px;
  position: absolute;
  top: 0;
  height:100%;
  line-height:50px;
}
.owl-nav > div.owl-next::after {
	content:"\f105";
}
.owl-nav > div:hover {
	background:#333;
	border-color:#333;	
}
.owl-nav > div:hover:after{
	color:#fff;
}
.owl-nav .owl-prev {
	margin-left:-50px;
}
.owl-nav .owl-next {
	margin-right:-50px;
	float:right;
}
.owl-dots {
	text-align:center;
}
.owl-dot {
	display:inline-block;
	vertical-align:middle;
}
.owl-dot span {
  border: 2px solid #555;
  border-radius: 50%;
  display:block;
  height: 11px;
  margin: 0 6px;
  width: 11px;
}
.owl-dot.active span {
	background:#555;
}

/*=====================
	 8. Product-Order
===========================*/
.product_img {
	text-align:center;

}
.product_img img{
max-width: 450px;
}
.product_info {
	text-align: center;
	padding: 50px 30px;
	position: relative;
	margin: 20px auto;
	background: #dad0d0;
	max-width:550px;
	z-index: 1;
}
.product_info::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	border: #dad0d0 solid 4px;
	left: 15px;
	top: 15px;
	z-index: -1;
}
.product_price {
	text-align:center;
	margin:0 auto 40px;
}
.regular_price {
	font-size: 34px;
	text-decoration: line-through;
	line-height: 40px;
	margin:0 auto;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	color: #ff3333;
}
.offer_price {
	font-size: 50px;
	line-height: 50px;
	color: #00a61e;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-family: 'Montserrat', sans-serif;
}
.note_text {
	padding:10px 20px 10px 60px;
	max-width:320px;
	margin:0 auto;
	position:relative;
}
.note_text p {
	line-height:22px;
	font-size:15px;
	letter-spacing:0.5px;	
}
.pvc_icon {
	position:absolute;
	top:5px;
	left:0;
	opacity:0.5;
	font-size:55px;	
}

/*=====================
	 9. Timer
===========================*/
#timer {
	background:#e80202;	
}
.countdown .countdown-period {
	font-size:50px;
	margin:0 auto;
	border:0px;
	width:120px;
	height:120px;
	color:#333;
	padding:30px 15px;
	position:relative;
	border-radius:0px;
}
#timer .countdown .countdown-period {
	color:#fff;	
}
.countdown .countdown-period:after {
	position:absolute;
	top:50%;
	right:-10px;
	content:":";
	opacity:0.6;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.countdown .countdown-period:last-child:after {
	display:none;
}
.countdown .countdown-period span {
	font-size:20px;
	margin-top:5px;
}
#timer h2 {
	margin:0 auto 25px;
	color:#fff;
	font-size:34px;
}
#countdown2 {
	margin:20px auto 0;
}
#countdown2 .countdown-period {
	font-size:35px;
}
#countdown2 .countdown-period span {
	font-size:15px;
}


/*=====================
	 10. Footer
===========================*/
#footer {
	background:#222;
	text-align:center;
}
#footer p {
	font-size: 16px;
	color: #e4e1e1;
	line-height: 23px;
	margin: 0 auto;
	letter-spacing:0.2px;
}
.footer_nav ul {
	padding:0;
	margin:0 auto 20px;
}
.footer_nav ul li {
	list-style:none;
	display:inline-block;
	padding:0 18px;
}
.footer_nav ul li a {
	display:block;
	text-transform:uppercase;
	color:#fff;
}
.footer_text {
	margin-top:20px;
}

/*=====================
	 11. Responsive-CSS
===========================*/
@media (min-width:991px) and (max-width:1200px) {
h1 {
	font-size: 42px;
}
.intro_text ul li {
	font-size: 20px;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	padding: 30px 12px;
}
.intro_text ul {
	margin: 0 auto 20px;
}
.btn.btn-lg {
	font-size: 22px;
	padding: 10px 40px;
}
.box_wp {
	padding: 20px 0;
}
#countdown2 .countdown-period {
	font-size:25px;
	padding:15px 10px;
}
#countdown2 .countdown-period span {
	font-size:14px;
}
.regular_price {
	font-size: 36px;
}
.offer_price {
	font-size: 50px;
}

	
}


@media (min-width:768px) and (max-width:991px) {
.navbar.navbar-default .nav.navbar-nav > li > a {
	padding: 30px 5px;
	font-size:13px;
}
h1 {
	font-size: 39px;
	line-height: 38px;
}
.intro_text ul li {
	font-size: 20px;
	margin: 0 auto 3px;
}
#intro h1 {
	margin: 0 auto 15px;
}
h2 {
	font-size: 35px;
}
.section-header {
	padding-bottom: 45px;
}
.form_header {
	padding: 14px;
}
.form-control {
	height: 42px;
}
.regular_price {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}
.offer_price {
	font-size: 40px;
}
#intro .intro_form .product_price {
	margin: 0 auto 10px;
}
.btn.btn-lg {
	font-size: 19px;
	padding: 5px 40px;
}
.ul_list ul {
	margin: 0 auto 26px;
}
.use_wp {
	padding: 0;
}
.use_wp img {
	margin: 0 auto 20px;
}
.box_wp {
	padding:0;
	margin: 0 auto 15px;
}
.box_wp p {
	line-height: 22px;
	font-size: 15px;
}
.box_wp h4 {
	font-size: 22px;
}
.section-header p {
	font-size: 18px;
}
.icon_box {
	width: 50px;
	height: 50px;
	padding: 12px 4px;
	line-height: 22px;
	font-size: 22px;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}
h5 {
	font-size: 20px;
}
.advantages_wrap {
	position: relative;
	padding: 10px 0px 0px 64px;
	margin-right: -40px;
}
#timer h2 {
	font-size: 32px;
}

	
}

@media (max-width:767px) {
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, 
.container > .navbar-collapse, .container > .navbar-header {
	margin-right: 0;
	margin-left: 0;
}
.logo {
	float: left;
	max-width: 202px;
}
.navbar-toggle {
	padding: 12px 10px;
	margin-top: 16px;
	margin-right: 0;
}
.navbar.navbar-default .nav.navbar-nav {
	float: none;
	margin: 0 auto;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	display: block;
	padding: 13px 2px;
	border-bottom: rgba(255, 255, 255, 0.07) solid 1px;
}
#intro {
	background-image: none;
}
.product_img {
	text-align: center;
	max-width: 300px;
	margin: 0 auto 20px;
}
.ul_list ul {
	margin: 0 auto 25px;
}
.box_wp, .use_wp {
	padding:30px 20px;
	margin: 0 auto 15px;
	max-width: 450px;
}
.box_wp p, .use_wp p {
	margin:0 auto;
}
.img_wp {
	display:none;
}
.section-header p {
	font-size: 18px;
}
.owl-nav > div {
	width: 35px;
	height: 35px;
}
.owl-nav > div::after {
	line-height: 35px;
}
.owl-nav .owl-prev {
	margin-left: -10px;
}
.owl-nav .owl-next {
	margin-right: -10px;
}
.btn.btn-lg {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 30px;
}
h2, #timer h2 {
	font-size: 32px;
}
h1 {
	font-size: 36px;
	line-height: 38px;
}
.intro_text ul li {
	font-size: 20px;
}
.section-header {
	padding-bottom: 35px;
}
.product_info {
	padding: 30px 16px;
	margin: 20px auto;
}
.pvc_icon {
	top: 13px;
	font-size: 40px;
}
.note_text {
	padding: 10px 0px 0px 44px;
}
.section-padding {
	padding: 50px 0;
}
.countdown {
	overflow:hidden;
}
.countdown .countdown-period:after, #countdown2 .countdown .countdown-period:after {
	top:15px;
	right:-6px;
}
.countdown .countdown-period, #countdown2 .countdown .countdown-period {
	width:25%;
	height:auto;
	padding:0;
	display:block;
	float:left;
	text-align:center;
	font-size:38px;	
}
.countdown .countdown-period span, #countdown2 .countdown .countdown-period span {
	font-size:17px;	
}
.product_info::after, .intro_form::after {
	border: #dad0d0 solid 2px;
	left: 5px;
	top: 5px;
}
.regular_price {
	font-size: 33px;
}
.offer_price {
	font-size: 46px;
	line-height: 40px;
}
#intro .intro_form .product_price {
	margin: 0 auto 25px;
}
.form_header h3 {
	font-size: 26px;
}
.intro_form {
	padding: 30px 15px;
	margin: 0 auto 15px;
}
.form_header {
	margin: -30px -15px 30px;
	padding: 20px 15px;
}
.form-control {
	height: 42px;
}
.form-group {
	margin-bottom: 10px;
}
.product_price {
	margin: 15px auto 20px;
}
	
}

@media (max-width:480px) {
	.product_img img {
		max-width: 300px;
	}
	#donna{
		max-height: 300px;
	}
countdown .countdown-period:after, #countdown2 .countdown .countdown-period:after {
	top:25px;
	right:-6px;
}
.countdown .countdown-period, #countdown2 .countdown .countdown-period {
	width:25%;
	height:auto;
	padding:0;
	display:block;
	float:left;
	text-align:center;
	font-size:33px;	
}
.countdown .countdown-period span, #countdown2 .countdown .countdown-period span {
	font-size:14px;	
}
	
}