/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
.cleaner{
	clear:both;
}
.radioclk, .hide_images{
	display:none;
}
a, a:active, a:focus{
   outline: 0;
}
a img, img{
	border: 0;
	vertical-align:middle;
}
a img, div img, img, .video embed{
	max-width:100%;
}
a{
	text-decoration: none;
}
a.linkopac img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
a.linkopac:hover img{
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6; 
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5{
	display:none;
}
#design{
	padding-top:10px;
	background:#f2f4f5;
}
#design table{
	margin-top:10px;
}
#design table tr td, #design table tr td a:link, #design table tr td a:visited{
	color:#333333;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
}
#design table tr td a:hover{
	text-decoration:underline;
	font-weight:normal;
}
/*** Common Styles Ends ***/


.main_bg{
	background:#F2F2F2;
}
.page_container{
	margin:0px auto;
}
/*** Header Starts ***/
#header{
	height:auto;
	min-height:138px;
}
#main_header{
	font-size:0;
	text-align:center;
}
#main_header_left{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:370px;
	background: url(top_bar_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:14px;
}
#main_header_center{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:240px;
	font-size:14px;
}
#main_header_right{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:370px;
	background: url(top_bar_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:14px;
}
.usp_content{
	margin:0px auto;
	padding:18px 0;
	height: 63px;
	clear:both;
}
.usp_list{
	text-align:center;
	display:inline-block;
	vertical-align:top;
	float:none;
	width:48%;
}
.usp_icon{
	vertical-align:middle;
}
.usp_icon > img {
    vertical-align: bottom;
    margin-bottom: 5px;
}
.usp_text{
	text-align:center;
	color:#000000;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
}
.header_banner{
	padding:9px 0;
	clear:both;
	height:auto;
	min-height: 21px;
}
.header_banner_icon{
	vertical-align:middle;
	display:inline-block;
}
.header_banner_icon img{
	vertical-align: bottom;
	padding-right:3px;
}
.header_banner_text, .header_banner_text a{
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.header_banner_text a:hover{
	color:#17B2B9;
}
#panel_containers {
    margin: 0px auto 30px;
}
#panel_containers:after {
    content: "";
    display: table;
    clear: both;
}
#healpful_section, #newsletter_section, #left_banner_section {
    float: left;
    width: 31.3333%;
}
#newsletter_section {
    margin: 0 3%;
}
#item_title{
	font-size:22px;
	color:#000000;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	padding:15px 20px 20px;
	line-height:27px;
	text-align:center;
	text-transform:uppercase;
}
.titlebg{
	color:#ffffff;
	background:#17B2B9;
	font-size:15px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:10px 0 10px 15px;
	margin:15px 0 0 0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.desc{
	font-size:14px;
	color:#000000;
	font-family: 'Muli', sans-serif;
	text-align:left;
	padding:15px 12px;
	word-wrap: break-word;
	font-weight:600;
	text-decoration:none;
	border:1px solid #e8e8e8;
	border-top:none;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.desc a, .tab_content a{
	word-wrap: break-word;
}
.desc p:first-child, .tab_content p:first-child{
	margin-top:0px;
}
.desc p:last-child, .tab_content p:last-child{
	margin-bottom:0px;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:0px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:12px 0 13px 30px;
}
.desc ul li, .tab_content ul li{
	margin:12px 0 13px 30px;
	list-style: none;
}
.desc ul li:before, .tab_content ul li:before{
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -15px;
	top: 0px;
	color: #000000;
	font-size: 12px;
}
.tab_content ul li:before{
	top: 2px;
}
.desc img, .tab_content img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table, .tab_content table{
	width:100% !important;
	border-collapse:collapse;
}
.desc table td, .tab_content table td{
	font-size:14px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	font-family: 'Muli', sans-serif;
	font-weight:600;
	padding:6px 8px;
	border:1px solid #dbdbdb;
}
.desc h1{
	font-size:22px;
	font-weight:400;
}
.desc h2{
	font-size:15px;
	font-weight:600;
	margin:30px 0 10px;
}
.visit_banner_section{
	background:#fdc006;
	padding:12px 0 12px 10px;
	margin:28px 0;
	border-radius:6px;
	position:relative;
	display:flex;
}
.visit_banner_image{
	width:85px;
	margin-right:25px;
	position:absolute;
	top:-16px;
}
.visit_banner_text{
	color:#ffffff;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:5px 0;
	margin:0px auto 0 110px;
}
.visit_banner_button{
	position:relative;
	width:92px;
	margin-right:12px;
}
.visit_banner_button > div{
	margin:0px 0 0 auto;
	width:85px;
	height:28px;
	background:#ffffff;
	border:2px solid #ffffff;
	border-radius:6px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}
.visit_banner_button > div:hover{
	background:#fdc006;
	border:2px solid #ffffff;
}
.visit_banner_button > div a{
	color:#000000;
	font-weight:500;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	display:block;
	padding:7px 0;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
.visit_banner_button > div:hover a{
	color:#ffffff;
}

.panelbg{
	color:#ffffff;
	background:#17B2B9;
	background-repeat:no-repeat;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:10px 0 10px 15px;
	margin:0px;
	letter-spacing:-0.5px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.panel_list{
	margin:0px;
	padding:0px;
	width:99%;
	background:#f5f5f5;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border:1px solid #17B2B9;
}
.panel_list li{
	list-style-type:none;
}
.panel_list li a:link, .panel_list li a:active, .panel_list li a:visited{
	text-decoration:none;
	display:block;
	color:#000000;
	font-family: 'Muli', sans-serif;
	background:#f5f5f5;
	font-size:14px;
	text-align:left;
	padding:6px 5px 6px 15px;
	font-weight:600;
	word-wrap: break-word;
}
.panel_list li:first-child {
	padding:7px 0px 0px 0px;
}
.panel_list li:last-child {
	padding:0px 0px 7px 0px;
}
.panel_list li a:hover, .panel_list li a:focus{
	background:#7CC355;
	color: #ffffff;
}
.newsletter_bg{
	background: #5a3f36; /* Old browsers */
	background: -moz-linear-gradient(top, #5a3f36 0%, #402c26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5a3f36 0%,#402c26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5a3f36 0%,#402c26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3f36', endColorstr='#402c26',GradientType=0 ); /* IE6-9 */
	padding:22px 10px 20px;
	display:block;
	text-align:center;
	border-radius:8px;
}
.news_text{
	margin:12px 0 15px;
	line-height:23px;
	font-size:14px;
	font-family: 'Muli', sans-serif;
	color:#ffffff;
}
.signup{
	margin:0px auto;
	width:75px;
	height:30px;
	background:#ffffff;
	border:1px solid #ffffff;
	border-radius:6px;
}
.signup:hover{
	background:#17B2B9;
	border:1px solid #17B2B9;
}
.signup a{
	color:#000000;
	font-weight:600;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	display:block;
	padding:7px 0;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
.signup:hover a{
	color:#000000;
}




/*** PC Styles Starts ***/
@media screen and (min-width: 1011px){
.page_container{
	width:980px;
	padding: 0 0 15px
}
#storebg{
	margin:0px auto;
	padding: 10px;
	background:#ffffff;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
}



@media screen and (max-width:1010px){
a img, div img, img, .video embed{
	max-width:100%;
}
.main_bg{
	background:#f2f4f5;
	background-image:none;
}
.page_container{
	width:100%;
	padding:0 5px;
	box-sizing: border-box;
}
#header {
    height:auto;
}
#main_header_left{
    width: 33.3333%;
}
#main_header_center{
    width: 33.3333%;
	background:url(header_bg_repeat.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
#main_header_right{
    width: 33.3333%;
}
#storebg{
	width:100%;
	padding:10px;
	margin:0px auto;
	background:#ffffff;
	box-sizing:border-box;
}
.visit_banner_image{
	width:85px;
	margin-right:25px;
	position:absolute;
	top:0px;
}
.visit_banner_text{
	width:60%;
	margin:0px auto 0 90px;
}
}


@media screen and (max-width:768px){
#main_header_left, #main_header_right{
    width: 30.5%;
	background:url(header_bg_repeat.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
#main_header_center{
    width: 39%;
	background:url(header_bg_repeat.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
.usp_list{
	display:none;
}
.header_banner_text, .header_banner_text a{
	font-size:11.5px;
}
}


@media screen and (min-width:641px){
.mobile_image{
	display:none;
}
/**** Pc Image Module Style Starts ****/
input[name='thumb_click'] {
	display:none;
}
.desktop_image {
	width: 620px;
	margin: 0px auto;
	padding:15px 0;
	position:relative;
}
.pc_main_img {
	width:600px;
	height:550px;
	margin: 0 auto;
	display:inline-block;
	position:relative;
}
.pc_main_img div {
	display:none;
	text-align:center;
}
.pc_main_img div img {
	width:auto;
	height:auto;
	max-width:600px; /*Width of the Main image*/
	max-height:550px; /*Height of the Main image*/
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.pc_thumb_img {
	width: 580px;
	margin: 15px auto;
	text-align:center;
}
.pc_thumb_img label {
	display:inline-block;
	margin:3px;
	width:85px;
	height:85px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e6e6e6;
	position:relative;
}
.pc_thumb_img label:hover {
	border:1px solid #7fc459;
}
.pc_thumb_img label img{
	display: block;
	width:auto;
	height:auto;
	max-width:85px;
	max-height:85px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#thumb-id1:checked ~ .pc_thumb_img .thumb-id1,
#thumb-id2:checked ~ .pc_thumb_img .thumb-id2,
#thumb-id3:checked ~ .pc_thumb_img .thumb-id3,
#thumb-id4:checked ~ .pc_thumb_img .thumb-id4,
#thumb-id5:checked ~ .pc_thumb_img .thumb-id5,
#thumb-id6:checked ~ .pc_thumb_img .thumb-id6,
#thumb-id7:checked ~ .pc_thumb_img .thumb-id7,
#thumb-id8:checked ~ .pc_thumb_img .thumb-id8,
#thumb-id9:checked ~ .pc_thumb_img .thumb-id9,
#thumb-id10:checked ~ .pc_thumb_img .thumb-id10{
	border:1px solid #17b2b9;
}
#thumb-id1:checked ~ .pc_main_img #pc_main_img1,
#thumb-id2:checked ~ .pc_main_img #pc_main_img2,
#thumb-id3:checked ~ .pc_main_img #pc_main_img3,
#thumb-id4:checked ~ .pc_main_img #pc_main_img4,
#thumb-id5:checked ~ .pc_main_img #pc_main_img5,
#thumb-id6:checked ~ .pc_main_img #pc_main_img6,
#thumb-id7:checked ~ .pc_main_img #pc_main_img7,
#thumb-id8:checked ~ .pc_main_img #pc_main_img8,
#thumb-id9:checked ~ .pc_main_img #pc_main_img9,
#thumb-id10:checked ~ .pc_main_img #pc_main_img10{
	display:block;
}
/*thumb image unbroken hide */
.pc_thumb_img label[rel=""],
.pc_thumb_img label[rel="{{image1}}"],
.pc_thumb_img label[rel="{{image2}}"],
.pc_thumb_img label[rel="{{image3}}"],
.pc_thumb_img label[rel="{{image4}}"],
.pc_thumb_img label[rel="{{image5}}"],
.pc_thumb_img label[rel="{{image6}}"],
.pc_thumb_img label[rel="{{image7}}"],
.pc_thumb_img label[rel="{{image8}}"],
.pc_thumb_img label[rel="{{image9}}"],
.pc_thumb_img label[rel="{{image10}}"]{
	display: none !important;
}
/**** Bottom Tabs Style Starts ****/
.bottom_tab {
	margin:0px auto;
}
.tab_title{
	color: #000000;
	display:block;
	background:#f3f3f3;
	float:left;
	cursor:pointer;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	margin:0px 1% 0 0;
	padding:8px 0px;
	font-size: 14px;
	font-weight:700;
	height:35px;
	width:19%;
	box-sizing:border-box;
	text-decoration: none;
	text-transform:uppercase;
	position:relative;
}
.tab_title:hover{
	color:#17b2b9;
}
.tab1{
	margin-left:3px;
}
.tab5{
	margin-right:0px;
}
.tab_top{
	background:#f3f3f3;
	border:1px solid #dddddd;
	border-bottom:2px solid #17b2b9;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.tab_content{
	padding:15px;
	clear:both;
	text-align:left;
	color:#000000;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight:600;
	text-decoration: none;
	line-height:23px;
	border:1px solid #dddddd;
	border-top:none;
	background:#ffffff;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.tab_content a{
	color:#1865f0;
	text-decoration:underline;
}
.tab_content a:hover{
	text-decoration:none;
}
.mob_tab{
	display:none;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #content5{
	display:block;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4,
#tab5:checked ~ .tab_top .tab5{
	color:#ffffff;
	background:#17b2b9;
}
#tab1:checked ~ .tab_top .tab1:before,
#tab2:checked ~ .tab_top .tab2:before,
#tab3:checked ~ .tab_top .tab3:before,
#tab4:checked ~ .tab_top .tab4:before,
#tab5:checked ~ .tab_top .tab5:before{
	content:'';
	position:absolute;
	display:block;
	height:5px;
	background:#17b2b9;
    width: 100%;
    top: -5px;
    left: 0%;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
}


@media screen and (min-width:641px) and (max-width:1010px){
.desktop_image{
	width:98%;
}
.pc_main_img {
    width: 100%;
}
.pc_main_img div img {
    max-width: 100%;
}
.pc_thumb_img {
    width:100%;
}
}


@media screen and (min-width:641px){
.pc_logo{
	display:block;
}
.mob_logo{
	display:none;
}
.mob_footer{
	display:none;
}
}


@media screen and (max-width:640px){
#header {
	padding:8px 0 15px;
	border-bottom:3px solid #a6d68b;
}
.pc_logo{
	display:none;
}
.mob_logo{
	display:block;
}
#main_header_left, #main_header_right{
	display:none;
}
#main_header_center{
	background:none;
	float:none;
}
#item_title{
	font-size:20px;
	line-height:24px;
	padding:20px 10px;
}
#panel_containers {
    margin: 10px auto;
}
#healpful_section, #newsletter_section, #left_banner_section{
	float:none;
	width:100%;
}
#newsletter_section{
	margin:12px 0%;
}
.mob_footer{
	padding:20px 0 0;
}
/**** Mobile Tab Starts ****/
.tab_top{
	display:none;
}
.bottom_tab {
	width:100%;
	margin:0px auto;
	padding:0;
}
.mob_tab {
	display:block;
}
.tab_title {
	background:#ededed;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	float:none;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	text-align:left;
	margin:8px 0;
	width:100%;
	height:45px;
	box-sizing:border-box;
	padding:11px 0;
	text-indent:15px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	border-bottom:2px solid #15a5ac;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.tab_title:after{
	content:"+";
	float:right;
	font-size:18px;
	margin-right:15px;
}
.tab_content {
	clear:both;
	font-size:14px;
	color:#000000;
	font-family: 'Muli', sans-serif;
	text-align:left;
	line-height:24px;
	word-wrap: break-word;
	font-weight:500;
}
.tab_content a{
	color:#1865f0;
	text-decoration:underline;
}
.tab_content a:hover{
	text-decoration:none;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4,
.tab_content #content5{
	margin:0px;
	padding:12px;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5{
	display:block;
	border:1px solid #dddddd;
	border-top:none;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4,
#mobtab5:checked ~ .tab_content .tab5{
	background:#17b2b9;
	color: #ffffff;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	margin-bottom:0;
}
#mobtab1:checked ~ .tab_content .tab1:after,
#mobtab2:checked ~ .tab_content .tab2:after,
#mobtab3:checked ~ .tab_content .tab3:after,
#mobtab4:checked ~ .tab_content .tab4:after,
#mobtab5:checked ~ .tab_content .tab5:after{
	content:"-";
	float:right;
	font-size:20px;
	color:#ffffff;
	margin-right:15px;
}
/**** Mobile Image Slider Starts ****/
.desktop_image{
	display:none;
}
#mob-slider {
	background: transparent;
	text-align: center;
	margin: 10px auto;
	max-width: 80%;
	width: auto;
	padding: 0;
	max-height:320px;
}
#mob-slides {
	position:relative;
	border:0px solid;
}
#mob-slider input {
	display: none;
}
#mob-slide1:checked ~ #mob-slides .mob-inner { margin-left:0; }
#mob-slide2:checked ~ #mob-slides .mob-inner { margin-left:-100%; }
#mob-slide3:checked ~ #mob-slides .mob-inner { margin-left:-200%; }
#mob-slide4:checked ~ #mob-slides .mob-inner { margin-left:-300%; }
#mob-slide5:checked ~ #mob-slides .mob-inner { margin-left:-400%; }
#mob-slide6:checked ~ #mob-slides .mob-inner { margin-left:-500%; }
#mob-slide7:checked ~ #mob-slides .mob-inner { margin-left:-600%; }
#mob-slide8:checked ~ #mob-slides .mob-inner { margin-left:-700%; }
#mob-slide9:checked ~ #mob-slides .mob-inner { margin-left:-800%; }
#mob-slide10:checked ~ #mob-slides .mob-inner { margin-left:-900%; }

#mob-overflow {
	width: 100%;
	overflow: hidden;
}
#mob-slides .mob-inner {
	width: 10000%;
	line-height: 0;
}
#mob-slides div ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#mob-slides div ul li{
	width: 1%;
	float: left;
	height:300px;
	position:relative;
}
#mob-slides div ul li img{
	/*width:100%;*/
	height:auto;
	max-width:100%;
	max-height:300px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
}
#mob-slides #mob-controls label { 
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto;
	cursor: pointer;
	text-decoration: none;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(2), 
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(3), 
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(4), 
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(5), 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(6),
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(7),
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(8),
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(9),
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(10),
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(1){
	border-left: 30px solid black;
	float: right;
	right:-10px;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(10),
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(1), 
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(2), 
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(3), 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(4),
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(5),
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(6),
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(7),
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(8),
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(9){
	border-right: 30px solid black;
	left:-10px;
}
#mob-slides ul li[rel=""], #mob-slides label[rel=""],
#mob-slides ul li[rel="{{image1}}"], #mob-slides label[rel="{{image1}}"],
#mob-slides ul li[rel="{{image2}}"], #mob-slides label[rel="{{image2}}"],
#mob-slides ul li[rel="{{image3}}"], #mob-slides label[rel="{{image3}}"],
#mob-slides ul li[rel="{{image4}}"], #mob-slides label[rel="{{image4}}"],
#mob-slides ul li[rel="{{image5}}"], #mob-slides label[rel="{{image5}}"],
#mob-slides ul li[rel="{{image6}}"], #mob-slides label[rel="{{image6}}"],
#mob-slides ul li[rel="{{image7}}"], #mob-slides label[rel="{{image7}}"],
#mob-slides ul li[rel="{{image8}}"], #mob-slides label[rel="{{image8}}"],
#mob-slides ul li[rel="{{image9}}"], #mob-slides label[rel="{{image9}}"],
#mob-slides ul li[rel="{{image10}}"], #mob-slides label[rel="{{image10}}"]{
	display:none !important;
}
/* Animation */
#mob-slides .mob-inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#mob-slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#mob-controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
}


@media screen and (max-width:550px){
.visit_banner_section{
	display:block;
	margin:15px 0;
}
.visit_banner_image{
	position:unset;
}
.visit_banner_text{
	width: 96%;
    margin: 0px auto;
}
.visit_banner_button > div{
	position: unset;
    top: 0%;
    transform: translateY(0%);
	margin:10px auto 0;
}
#item_title {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 10px;
}
}