@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i|Roboto:300,400,400i,500,600,700&display=swap&subset=latin-ext');
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  font-weight: normal;
  box-sizing: border-box;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #f47f1a;
}
img {
  border: none;
}
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
}
/*#form1{
	min-width:1360px;
	margin:auto;
	overflow:hidden;
}*/
* {
  box-sizing: border-box;
}

input, select, textarea {
	font-family: 'Roboto', sans-serif;
	outline:none !important;
}

textarea {resize:vertical;}

.top_container {
  background-color: #2c2c2c;
  color: #fff;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 20px;
}
.top_container .top_content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.top_container a {
  color: #fff;
  text-decoration: none;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.top_container a img {
  margin-right: 5px;
}
.top_container .top_content .left_side {
  float: left;
  width: 60%;
  padding-top: 15px;
}
.top_container .top_content .right_side {
  float: right;
}
.top_container.bottom {
  background-color: #f0f0f0;
  color: #929292;
}
.sliding_menu {
  width: 100%;
  background-color: #fff;
}
.sliding_menu.scroll {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.sliding_menu.scroll .menu_container {
  padding: 0px;
}
.sliding_menu.scroll .cart .cart_icon {
  background: url(/images/cart_icon_purple.png) center center no-repeat !important;
}
.sliding_menu.scroll .cart ul {
  background: none !important;
  border: 1px solid #f37333;
  margin-top: 10px;
}
.sliding_menu.scroll .cart ul .cart_icon {
  margin-top: 0px;
}
.menu_container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px 0px;
}
.menu_container .left_side {
  float: left;
  width: 19.5%;
  margin-top: 7px;
}
.menu_container .left_side:nth-child(3) {
  width: 10.5%;
}
.sliding_menu.scroll .toolbar_content {
  padding-top: 4px;
}
.menu_container .right_side {
  width: 70%;
  text-align: center;
  float: left;
}
.toolbar_content {
  text-align: right;
  line-height: 25px;
  float: right;
  padding-top: 37px;
}
.toolbar_content a {
  color: #13314c;
  text-decoration: underline;
  margin-top: 10px;
}
.toolbar_content a img {
  margin-right: 5px;
}
/****ARTS****/
.ratings {
  width: 99px;
  display: inline-block;
  position: relative;
  margin-top: 0.4vw;
}
.ratings .rating_buttons {
  position: relative;
  z-index: 3;
  width: 100%;
}
.ratings .rating_buttons a {
  width: 20%;
  height: 16px;
  display: block;
  float: left;
}
.ratings .empty, .ratings .full {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99px;
  z-index: 1;
  height: 16px;
}
.ratings .full {
  z-index: 2;
}
.ratings .full div {
  width: 0px;
  overflow: hidden;
}
.articles .art_item {
  width: 100%;
  padding: 0px 15px 10px 15px;
  display: block;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
.articles .art_item .left {
  float: none;
  width: 100%;
  overflow: hidden;
}
.articles .art_item .left .image {
  padding-top: 120%;
}
.articles .art_item .right {
  width: 100%;
  color: #7c7c7c;
  overflow: hidden;
  text-align: center;
}
.articles .art_item .right .stars {
  margin-bottom: 5px;
  height: 20px;
  text-align: center;
}
.articles .art_item .right .stars .text-m {
  display: none;
}
.articles .art_item .right .stars .yotpo .pull-left {
  float: none !important;
  margin: auto !important;
  text-align: center !important;
}
.articles .art_item .right .stars .yotpo .yotpo-stars {
  margin: auto !important;
}
.articles .art_item .right .title {
  color: #383838;
  font-weight: 500;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
  display: block;
}
.articles .art_item .right .desc {
  height: 78px;
  overflow: hidden;
  line-height: 19px;
  display: none;
}
.articles .art_item .right .price {
  color: #f37333;
  font-size: 24px;
  margin-top: 0px;
}
.articles .art_item .right .price span {
  font-size: 14px;
  color: #5e5d5d;
  text-decoration: line-through;
}
.articles .art_item .buttons {
  margin-top: 10px;
  text-align: center;
}
.articles .art_item .buttons a {
  display: inline-block;
  text-align: left;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 14px;
  color: #383838;
  background: url(/images/podrobnosti_art.png) center left no-repeat;
  margin-right: 5px;
}
.articles .art_item .buttons a:nth-child(2) {
  color: #fff;
  background: url(/images/art_cart_icon.png) center left 5px no-repeat #f37333;
  margin-left: 5px;
  border-radius: 3px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 0.3s;
}
.articles .art_item .buttons a:nth-child(2):hover {
  background-color: #f3590c;
}
.articles .art_item:hover {
  transform: scale(1.03);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.cell_number {
  background-color: #f37333;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  right: 0px;
  top: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.content_container .side_banner {
  float: left;
  width: 15%;
}
.content_container .side_banner img {
  width: 100%;
  height: auto;
}
.content_container.categories {
  height: 12vw;
}
.content_container.categories .cat_item {
  float: left;
  text-align: center;
  height: 11.5vw;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.content_container.categories .cat_item:hover {
  height: 12vw;
}
.content_container.categories .cat_item .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 1vw 0px;
  background-color: #f37333;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.content_container.categories .cat_item:nth-child(2n) .title {
  background-color: #13314c;
}
.content_container .content_content.banners, .content_container .content_content.gallery {
  max-width: 1170px;
  margin: auto;
}
.content_content.gallery ul li img {
  width: 100%;
  height: auto;
}
/*.content_container .content_content.content table tr td:nth-child(2n-1),
.content_container .content_content .content table tr td:nth-child(2n-1){
	background-color:#f4f4f4;
	border-radius:100%;
	text-align:center;
	position:relative;
	color:#13314c;
}*/
.content_container .content_content.banners .left, .content_container .content_content.banners .right {
  float: left;
  width: 49%;
  margin-top: 40px;
}
.content_container .content_content.banners .right {
  float: right;
  text-align: right;
}
.content_container .content_content.banners .bottom {
  margin-top: 40px;
  width: 100%;
}
.content_container .content_content.banners .left img, .content_container .content_content.banners .right img, .content_container .content_content.banners .bottom img {
  width: 100%;
  height: auto;
}
.content_container .content_content .news_content {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-top: 50px;
}
.content_container .content_content .news_content .news_item {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.content_container .content_content .news_content .news_item:hover {
  transform: scale(1.03);
}
.content_container .content_content .news_content .news_item .image {
  width: 100%;
  padding-top: 60%;
  background-size: cover !important;
}
.content_container .content_content .news_content .news_item .desc {
  padding: 30px;
  border-top: 0px;
  text-align: left;
  color: #3f3e3e;
}
.content_container .content_content .news_content .news_item .desc .author {
  font-size: 14px;
  margin-bottom: 5px;
  display: none;
}
.content_container .content_content .news_content .news_item .desc .author span {
  color: #f37333;
}
.content_container .content_content .news_content .news_item .desc .title {
  font-size: 18px;
  height: 80px;
  font-weight: 400i;
  color: #f47f1a;
}
.content_container .content_content .news_content .news_item .desc .date {
  color: #7c7c7c;
  margin-bottom: 30px;
  display: none;
}
.content_container .content_content .news_content .news_item .desc .short {
  color: #7c7c7c;
  height: 120px;
  overflow: hidden;
  line-height: 17px;
}
.content_container .content_content .news_content .news_item:nth-child(1) {
  margin-left: 0px !important;
}
.content_container .content_content.gallery {
  margin-top: 120px;
}
.content_container .content_content.countdown .countdown_left {
  padding: 0px 0px;
}
.footer_container {
  width: 100%;
  padding: 0px 0px 15px 0px;
  color: #f0eded;
  font-size: 14px;
  line-height: 21px;
  margin-top: 75px;
  background-color: #363636;
}
.footer_container .footer_content {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  font-size: 14px;
  color: #f0eded;
  font-weight: 300;
  line-height: 32px;
  padding-top: 60px;
}
.footer_container .footer_content h4 {
  font-size: 14px;
  font-weight: 400;
  color: #f0eded;
  margin-top: 0px;
  margin-bottom: 0px !important;
  font-family: "Libre Baskerville", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
.footer_container .footer_content h4 span {
  padding-right: 15px;
  background-color: #363636;
  position: relative;
  z-index: 2;
}
.footer_container .footer_content h4::after {
  content: ' ';
  display: block;
  border-bottom: 1px solid #f0eded;
  position: absolute;
  top: 10px;
  width: 95%;
  height: 6px;
  z-index: 1;
}
.footer_container .footer_content hr {
  border: none;
  border-top: 1px solid #e4e4e4;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footer_container .footer_content a {
  color: #f0eded;
  text-decoration: none;
}
.footer_container .footer_content a:hover {
  text-decoration: underline;
}
.production_container {
  background-color: #252525;
  padding: 15px 0px;
  color: #9d9d9d;
  font-size: 14px;
}
.production_container a {
  color: #9d9d9d;
}
.production_container .production_content {
  max-width: 1170px;
  margin: auto;
}
.production_container .production {
  float: left;
}
.production_container .right {
  float: right;
}
.newsletter_container {
  padding: 25px 0px 15px 0px;
}
.newsletter_container .newsletter_content {
  max-width: 880px;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.newsletter_container .newsletter_content span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.call_popup input[type="text"], .newsletter_container .newsletter_content input[type="text"] {
  width: 80%;
  box-sizing: border-box;
  padding: 12px 5px 11px 30px;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #bea275;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.newsletter_container .newsletter_content label {
  display: inline-block;
  vertical-align: top;
  color: #707070;
  font-size: 16px;
}
.newsletter_container .newsletter_content label input {
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}
.newsletter_container .newsletter_content .close_button {
  position: absolute;
  right: 0px;
  top: 0px;
}
.blue_text {
  color: #003463 !important;
}
.gray_text {
  color: #424243 !important;
}
.div_background {
  background: url(/images/background_content.jpg) center bottom no-repeat;
  background-size: cover;
}
.content_content.articles a.menu h1 {
  border-bottom: 2px solid #49237b;
  text-align: left;
  padding-left: 80px;
  float: left;
  width: 25%;
  font-weight: normal;
  transition: border-bottom ease-in-out 0.15s;
}
.content_content.articles a.menu h1 span {
  border-right: 2px solid #ebebeb;
  float: right;
}
.content_content.articles a.menu:nth-child(4) h1 span {
  border: none !important;
}
.content_content.articles a.menu.sel h1, .content_content.articles a.menu:hover h1 {
  border-bottom: 5px solid #f37333;
}
.articles .art_item .art_colors {
  height: 1.2vw;
}
.articles .art_item .art_colors a .color_item {
  display: inline-block;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 100px;
  border: 1px solid #000;
}
.gradient_button {
  padding: 0.5vw 2vw;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-top: 0px;
  background: rgb(210, 70, 164);
  background: linear-gradient(180deg, rgba(210, 70, 164, 1) 0%, rgba(104, 8, 119, 1) 100%);
}
.insta_container {
  margin-top: 120px;
}
.insta_container .insta_content {
  border-bottom: 2px solid #131515;
}
.insta_container .insta_item {
  display: inline-block;
  width: 16.66%;
  padding-top: 16.66%;
}
.content_container .content_content.comments {
  max-width: 1170px;
  margin: auto;
}
.content_container .content_content.comments h1 {
  font-size: 2.7vw;
  font-family: "Exotic", sans-serif;
  text-align: left;
  color: #323131;
}
.content_container .content_content.comments .left_side {
  float: left;
  width: 30vw;
}
.insta_container h1, .newsletter_content h1, .content_container h1 {
  font-size: 60px;
  font-family: "Exotic", sans-serif;
  text-align: center;
  color: #373737;
}
.wishlist_sel {
  border: 1px solid #98248c !important;
}
.resp_menu_button {
  position: relative;
  text-align: center;
  z-index: 3;
  padding-left: 0px !important;
  height: 25px;
  width: 30px;
  margin-left: 25px;
  float: right;
  margin-top: 4px;
  display: none;
  margin-top: 7px !important;
}
.resp_menu_button span {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #7f7f7f;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
}
.resp_menu_button span:nth-child(1) {
  top: 0px;
}
.resp_menu_button span:nth-child(2) {
  top: 9px;
}
.resp_menu_button span:nth-child(3) {
  top: 18px;
}
.resp_menu_button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.resp_menu_button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.resp_menu_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
.responsive-shown {
  display: none;
}
.props_more_button {
  display: none;
  margin: 0px;
  margin-bottom: 0px;
  padding: 10px 0px 10px 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background: rgb(210, 70, 164);
  background: linear-gradient(180deg, rgba(210, 70, 164, 1) 0%, rgba(104, 8, 119, 1) 100%);
  color: #fff !important;
  border-radius: 100px;
  padding-left: 40px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100% !important;
}
.responsive-shown.contact {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.responsive-shown.contact a {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  padding: 5px 0px !important;
}
.arrow_l, .arrow_r {
  display: none;
}
/****EDITOR****/
.title_border {
  max-width: 1160px;
  display: block;
  border-bottom: 1px solid #545454;
  height: 30px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.title_border h1 {
  background-color: #fff;
  padding: 0px 35px !important;
  display: inline-block;
}
.white_text {
  color: #fff !important;
}
.white_text12 {
  color: #fff !important;
  font-size: 12px !important;
}
img.full-width {
  width: 100%;
  height: auto;
}
.orange_text {
  color: #f37333 !important;
}
.green_text {
  color: #a7d64c !important;
}
.blue_text {
  color: #6bc0f6 !important;
}
.content_container.section .content_content .button, .content_container .content_content.content .button {
  display: inline-block;
  padding: 15px 50px;
  font-size: 16px;
  color: #fff;
  background-color: #f37333;
  border-radius: 3px;
}
.info_button {
  color: #fff;
  background: url(/images/info_icon.png) center left 25px no-repeat #f37333;
  padding: 15px 35px 15px 50px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
}
table.sestavine {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse;
}
table.sestavine tr th, table.sestavine tr td {
  padding: 15px 25px;
  color: #282828;
  text-align: left;
}
table.sestavine tr th {
  background-color: #f9f9f9;
  font-weight: 600;
  border-left: 1px solid #e1e1e1;
  font-size: 15px;
}
table.sestavine tr td {
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  font-size: 16px;
}
table.sestavine tr th:nth-child(1), table.sestavine tr td:nth-child(1) {
  border-left: none !important;
}
table.sestavine tr:hover td {
  background-color: #f9f9f9;
  color: #f37333;
}
a.orange_button {
  font-size: 14px;
  background-color: #f37332;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  display: inline-block;
  padding: 3px 15px !important;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}
a.orange_button:hover {
  background-color: #f3590c !important;
}
a.white_button {
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  color: #1a1a1a !important;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 15px !important;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.map_container {
  width: 100%;
  max-width: 810px;
  margin: auto;
  text-align: center;
}
.map_container .map_content {
  margin-top: 50px;
  text-align: left;
}
.map_container .map_content h1 {
  margin-bottom: 60px;
}
.map_container .map_content .partner_item {
  width: 45%;
  float: left;
  border-left: 5px solid #f37333;
  padding-left: 20px;
  margin-bottom: 60px;
}
.map_container .map_content .partner_item:nth-child(2n+1) {
  float: right;
}
/*****POPUP NEWS*****/
.call_popup2 {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99999;
}
.call_popup2 .call_content {
  width: 50%;
  height: auto;
  vertical-align: middle;
  margin: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  position: absolute;
  background-color: #f37333;
  color: #fff;
  display: table;
}
.call_popup2 .call_content a {
  color: #fff;
}
.call_popup2 .call_content .left_side, .call_popup2 .call_content .right_side {
  top: 0px;
  display: table-cell;
  vertical-align: middle;
}
.call_popup2 .call_content .left_side {
  width: 50%;
  height: 100%;
  left: 0px;
  background: url(/images/popup_disc_bg.jpg) center top no-repeat;
  background-size: cover;
}
.call_popup2 .call_content .right_side {
  width: 46%;
  padding: 2%;
  height: 96%;
  right: 0px;
}
.call_popup2 .call_content h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.call_popup2 .call_content .desc {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  line-height: 22px;
  text-align: center;
}
.call_popup2 .call_content .form_item {
  margin-top: 25px;
}
.call_popup2 .call_content .form_item input {
  width: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 12px 20px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.call_popup2 .call_content .form_item .button {
  display: inline-block;
  margin-top: 20px;
}
.call_popup2 .call_content .form_item a.white_button {
  color: #f37333 !important;
  background-color: #ebebeb;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px !important;
  font-size: 14px;
}
.call_popup2 .call_content .close_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
table.vzroki {
  max-width: 1000px;
}
table.vzroki tr td img {
  transform: scale(1.00);
  transition: all ease-in-out 0.3s;
}
table.vzroki tr td:hover img {
  transform: scale(1.03);
}
#call_popup3 input[type="text"] {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 0px;
  width: 100% !important;
  max-width: 515px;
}
#call_popup3 input[type="text"]::placeholder {
  opacity: 1;
}
#call_popup3 .call_content .form_item a.white_button {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 12px;
  box-shadow: none;
  color: #fff !important;
  padding: 10px 45px !important;
}
#call_popup3 .call_content {
  max-width: 650px;
}
#call_popup3 h1 {
  text-transform: none;
  font-size: 24px !important;
}
.free_shipping {
  display: inline-block;
  font-size: 13px;
  margin-top: 3px;
  border-right: 1px solid #000;
  margin-right: 5px;
  min-width: 200px;
}
a.help-button {
  display: inline-block;
  padding: 15px 55px;
  background-color: #fff;
  color: #f47f1a;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.faq_content {
  color: #fff;
  font-size: 16px;
}
.faq_content .faq_item {
  margin-bottom: 5px;
}
.faq_content .faq_item a.faq_button {
  line-height: 58px;
  display: block;
  padding: 0px 50px 0px 20px;
  background-color: transparent;
  font-size: 20px;
  color: #f4801b;
  font-weight: 400;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.faq_content .faq_item a.faq_button span:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #fdb315;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.faq_content .faq_item a.faq_button::after {
  content: ' ';
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/images/arrow_more.png) center center no-repeat;
  height: 58px;
  width: 50px;
  transition: all ease-in-out 0.3s;
}
.faq_content .faq_item a.faq_button.sel {}
.faq_content .faq_item a.faq_button.sel::after {
  transform: rotate(180deg);
}
.faq_content .faq_item .content {
  padding: 20px 35px 10px 35px;
  display: none;
  font-size: 16px;
  color: #000000;
}
/*****POPUP 5%*****/
.call_popup3 {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.call_popup3 .call_content {
  width: 100%;
  max-width: 680px;
  height: auto;
  vertical-align: middle;
  margin: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: left;
  position: absolute;
  background-color: #fff;
  color: #5e5e5e;
  display: table;
  border-radius: 20px;
  padding: 30px;
}
.call_popup3 .call_content a {
  color: #fff;
}
.call_popup3 .call_content .left_side, .call_popup3 .call_content .right_side {
  top: 0px;
  display: table-cell;
  vertical-align: middle;
}
.call_popup3 .call_content .left_side {
  width: 50%;
  height: 100%;
  left: 0px;
  background: url(/images/popup_disc_bg.jpg) center top no-repeat;
  background-size: cover;
}
.call_popup3 .call_content .right_side {
  width: 46%;
  padding: 2%;
  height: 96%;
  right: 0px;
}
.call_popup3 .call_content h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.call_popup3 .call_content .desc {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 22px;
  text-align: left;
  font-weight: bold;
}
.call_popup3 .call_content .form_item {
  margin-top: 25px;
}
.call_popup3 .call_content .form_item input {
  width: calc(100% - 100px);
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 11px 20px;
  text-align: left;
  margin-bottom: 0px;
  vertical-align: top;
}
.call_popup3 .call_content .form_item .button {
  display: inline-block;
  margin-top: 20px;
}
.call_popup3 .call_content .form_item a.white_button, .call_popup3 .call_content .form_item a.gray_button {
  color: #fff !important;
  background-color: #f37332;
  padding: 15px 0px !important;
  font-size: 14px;
  width: 200px;
  text-align: center;
  border-radius: 0px !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  vertical-align: top;
  display: inline-block;
}
.call_popup3 .call_content .form_item a.gray_button {
  background-color: #e2e2e2;
  color: #000 !important;
  width: 250px;
}
.call_popup3 .call_content .close_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.banners_responsive {
  display: none;
}
.antiaging {
  max-width: 1200px;
  margin: auto;
}
.antiaging td {
  vertical-align: top;
}
.antiaging ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.antiaging ul li::before {
  content: "\2022";
  color: #f37333;
  display: inline-block;
  width: 24px;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  line-height: 28px;
}
a.dark_button {
  display: inline-block;
  padding: 15px 50px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
}
a.green_button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 15px;
  color: #fff;
  background-color: #99ce78;
  border-radius: 8px;
	text-transform:uppercase;
	font-weight: bold;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	transition:all ease-in-out 0.3s;
}

a.green_button:hover{
	transform:scale(1.05);
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
}
.active.fade-left1 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 0.2s;
}
.active.fade-left2 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 0.4s;
}
.active.fade-left3 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 0.6s;
}
.active.fade-left4 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 0.8s;
}
.active.fade-left5 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 1s;
}
.active.fade-left6 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 1.2s;
}
.active.fade-left7 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 1.4s;
}
.active.fade-left8 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 1.6s;
}
.active.fade-left9 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 1.8s;
}
.active.fade-left10 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 2s;
}
.active.fade-left11 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 2.2s;
}
.active.fade-left12 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 2.4s;
}
.active.fade-left13 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 2.6s;
}
.active.fade-left14 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 2.8s;
}
.active.fade-left15 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 3s;
}
.active.fade-left16 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 3.2s;
}
.active.fade-left17 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 3.4s;
}
.active.fade-left18 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 3.6s;
}
.active.fade-left19 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 3.8s;
}
.active.fade-left20 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 4s;
}
.active.fade-left21 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 4.2s;
}
.active.fade-left22 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 4.4s;
}
.active.fade-left23 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 4.6s;
}
.active.fade-left24 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 4.8s;
}
.active.fade-left25 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 5s;
}
.active.fade-left26 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 5.2s;
}
.active.fade-left27 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 5.4s;
}
.active.fade-left28 {
  animation: fade-left 0.3s ease-in;
  animation-fill-mode: backwards;
  animation-delay: 5.6s;
}
.active.fade-right {
  animation: fade-right 0.3s ease-in;
}
.active.top-bottom {
  animation: topbottom 0.9s ease-in;
}
.active.top-bottom1 {
  animation: topbottom 0.9s ease-in;
  animation-delay: 0.2s;
}
.active.top-bottom2 {
  animation: topbottom 0.9s ease-in;
  animation-delay: 0.4s;
}
.active.top-bottom3 {
  animation: topbottom 0.9s ease-in;
  animation-delay: 0.6s;
}
.active.scale-in {
  animation: scale-in 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes topbottom {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0%);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}