/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
.cleaner{
	clear:both;
}
#dzine div,
#dzine table,
#dzine table td,
#dzine a,
#dzine span,
#dzine p,
#dzine li,
#dzine li a,
#dzine input,
#dzine select{
	font-family: 'Montserrat', sans-serif;
}
.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,
.tab_content > #content6{
	display:none;
}
#design{
	padding-top:10px;
}
#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:url(bg.jpg) #ffffff;
	background-repeat:repeat-x;
	background-position:center top;
}
#page{
	margin:0px auto;
}
#header{
	height:174px;
}
.header_top{
	height:108px;
}
.logo{
	float:left;
}
.logo img{
	padding:10px 0 0px;
}
.header_contact{
	float:right;
}
.contact_button{
	width:135px;
	border:1px solid #d5d5d5;
	margin:40px 0 0 auto;
}
.contact_button a{
	color:#000000;
	font-size:14px;
	padding:6px 4px;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	display:block;
	box-sizing: border-box;
	text-transform:uppercase;
}
.contact_button a img{
	margin:-2px 4px 0 0;
}
.contact_button a:hover{
	color:#bf1717;
}
/*** USP Content Starts ***/
#usp_content{
	margin:5px auto 0;
	padding:9px 0;
	background:#f2f2f2;
}
.usp_content_1, .usp_content_2, .usp_content_3, .usp_content_4{
	text-align:left;
	float:left;
}
.usp_content_1{
	width:290px;
}
.usp_content_2{
	width:240px;
}
.usp_content_3{
	width:240px;
}
.usp_content_4{
	width:210px;
}
.usp_icon{
	vertical-align:middle;
	float:left;
}
.usp_icon > img {
    vertical-align: bottom;
}
.usp_text{
	float:left;
	text-align:left;
	line-height:16px;
	vertical-align:middle;
	margin:4px 0 0 3px;
}
.usp_main_text{
	color:#000000;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}
.usp_sub_text{
	color:#000000;
	font-size:11px;
	font-weight:500;
}
#item_title{
	font-size:28px;
	color:#000000;
	font-weight:600;
	padding:12px 10px;
	line-height:38px;
	text-align:center;
	text-transform:capitalize;
}
.desc_box{
	border:1px solid #d5d5d5;
	margin:30px 0 10px;
}
.titlebg{
	color:#000000;
	background:#ffffff;
	font-size:14px;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:8px 0 6px 12px;
	border-bottom:2px solid #bf1717;
}
.desc{
	font-size:14px;
	color:#000000;
	text-align:left;
	padding:20px;
	word-wrap: break-word;
	font-weight:500;
	text-decoration:none;
}
.desc a, .tab_content a{
	word-wrap: break-word;
	color:#3399FF;
}
.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%;
	border-collapse:collapse;
}
.desc table td, .tab_content table td{
	font-size:14px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	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;
}
.panel_box{
	border:1px solid #d5d5d5;
	margin:10px 0 0 0;
}
.panelbg{
	color:#000000;
	background:#ffffff;
	font-size:14px;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:8px 0 6px 12px;
	border-bottom:2px solid #bf1717;
}
.panel_list{
	margin:0px;
	padding:0px;
	width:100%;
	background:#ffffff;
}
.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;
	background:#ffffff;
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	padding:7px 5px 7px 12px;
	font-weight:600;
	word-wrap: break-word;
}
.panel_list li:first-child {
	padding:5px 0px 0px 0px;
}
.panel_list li:last-child {
	padding:0px 0px 5px 0px;
}
.panel_list li a:hover, .panel_list li a:focus{
	color:#ffffff;
	background:#bf1717;
}
.newsletter_bg{
	margin:12px 0;
	padding:15px 10px;
	display:block;
	text-align:center;
	border:1px solid #d5d5d5;
}
.news_text{
	margin:10px 0;
	line-height:19px;
	font-size:12px;
	font-weight:500;
	color:#000000;
}
.signup{
	margin:0px auto;
	width:80px;
	height:30px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	background: #f81f27; /* Old browsers */
	background: -moz-linear-gradient(top, #f81f27 0%, #d71b21 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f81f27 0%,#d71b21 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f81f27 0%,#d71b21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f81f27', endColorstr='#d71b21',GradientType=0 ); /* IE6-9 */
}
.signup:hover{
	background: #d71b21; /* Old browsers */
	background: -moz-linear-gradient(top, #d71b21 0%, #f81f27 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d71b21 0%,#f81f27 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d71b21 0%,#f81f27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71b21', endColorstr='#f81f27',GradientType=0 ); /* IE6-9 */
}
.signup a{
	color:#ffffff;
	font-weight:600;
	font-size:14px;
	display:block;
	padding:7px 0;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
.signup:hover a{
	color:#000000;
}
.listing_banner a img{
	float:left;
}
.listing_banner a:first-child img{ margin-right:10px;}
.footer_bg{ background-color:#e8e8e8; padding:15px 0}
.footer{ width:980px; margin:0 auto;}
.footer_left{ float:left; width:65%; text-align:left;}
.footer_right{ float:right; width:30%}
.footer_right {
    border: 2px solid #fff;
    border-radius: 6px;
	padding:10px;
}
.footer_left a:last-child{ padding-left:65px;}
.fot_rig_tit{
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:2px solid #e4484c;
	text-align:center;
	padding-bottom:4px;
}
.fot_rig_tit1{
	font-size:15px;
	font-weight:500;
	text-align:center;
	padding:15px 0;
}
.footer_right a{
	display:block;
	width:237px;
	height:61px;
}
.footer_right a:hover img{ display:none;}
.footer_right a:hover{ background:url(send_hvr.png) no-repeat center;}


/*** PC Styles Starts ***/
@media screen and (min-width:1025px){
#page{
	width:980px;
}
#right_panel{
	float:right;
	width:769px;
	margin-left:11px;
}
#left_panel{
	float:left;
	width:200px;
}
}




@media screen and (max-width:1024px){
a img, div img, img, .video embed{
	max-width:100%;
}
#page, .footer{
	width:100%;
}
.listing_banner a img{
    float: none;
}
.footer_left, .footer_right{ width:auto;}
.footer_left img{max-width:100%}
#usp_content{ display:none;}
.main_bg{ background:none}
.header_top{ border-bottom:4px solid #000000;}
#header{ height:auto}
.footer_left a:last-child{ padding-left:0}
.tab_top {
    border-bottom: 3px solid #d5d5d5;
}
.tab_title {
    border-bottom: none !important;
}
.footer_left img:first-child{ padding-top:30px; display:inline-block}
.footer_left img:last-child{ display:none}
}

@media screen and (max-width: 790px) and (min-width: 780px){
	.tab_title {
    width: 16.5% !important;
    font-size: 13px !important;
	}
	.listing_banner img:first-child {margin:0 0 10px 0;}
}



@media screen and (min-width:780px){
.mobile_image{
	display:none;
}
/**** Pc Image Module Style Starts ****/
input[name='thumb_click'] {
	display:none;
}
.desktop_image {
	width: 550px;
	margin: 0px auto;
	padding:15px 0;
	position:relative;
	background:#ffffff;
}
.pc_main_img {
	width:520px;
	height:500px;
	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:520px; /*Width of the Main image*/
	max-height:500px; /*Height of the Main image*/
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.pc_thumb_img {
	width: 500px;
	margin: 20px auto;
	text-align:center;
}
.pc_thumb_img label {
	display:inline-block;
	margin:3px;
	width:80px;
	height:80px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e6e6e6;
	position:relative;
}
.pc_thumb_img label:hover {
	border:1px solid #333333;
}
.pc_thumb_img label img{
	display: block;
	width:auto;
	height:auto;
	max-width:80px;
	max-height:80px;
	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 #bf1717;
}
#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:10px auto 15px;
	border:1px solid #d5d5d5;
}
.tab_title {
	color: #000000;
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	width:127px;
	font-size: 14px;
	font-weight:600;
	text-decoration: none;
	text-transform:uppercase;
	border-right:1px solid #d5d5d5;
	border-bottom: 3px solid #d5d5d5;
}
.tab6{
	border-right:none;
}
.tab_title:hover{
	color: #bf1717;
}
.tab_content{
	padding:18px 22px;
	clear:both;
	text-align:left;
	color:#000000;
	font-size: 14px;
	font-weight:500;
	text-decoration: none;
	line-height:26px;
}
.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,
#tab6:checked ~ .tab_content #content6{
	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,
#tab6:checked ~ .tab_top .tab6{
	border-bottom:3px solid #bf1717 !important;
}
.mob_banner, .mob_footer{ display:none}
}

@media screen and (max-width:779px){

.header_contact, .desktop_image, #left_panel, .footer_left{ display:none}
.logo {
    float:none;
	width:100%
}
#item_title {
    font-size: 21px;
	line-height:30px;
}
.listing_banner a:first-child img{
	margin:0 0 10px 0;
	display:block;
}

/**** Mobile Tab Starts ****/
.tab_top{
	display:none;
}
.bottom_tab {
	margin:0px 10px 10px 10px;
	box-sizing:border-box;
	border:1px solid #d5d5d5;
}
.mob_tab {
	display:block;
}
.tab_title {
	color: #000000;
	background:#ffffff;
	font-size: 14px;
	font-weight: 700;
	float:none;
	text-decoration: none;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	margin:0;
	padding:8px 0;
	text-indent:15px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	border-bottom:2px solid #bf1717 !important;
}
.tab_title:after{
	content:"+";
	float:right;
	font-size:18px;
	margin-right:15px;
}
.tab_content {
	clear:both;
	font-size:14px;
	font-family: 'Muli', sans-serif;
	color:#000000;
	text-align:left;
	line-height:26px;
	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,
.tab_content #content6{
	margin:0px;
	padding:10px 10px;
	border-bottom:1px solid #d5d5d5;
}
#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,
#mobtab6:checked ~ .tab_content #content6{
	display:block;
}
#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,
#mobtab6:checked ~ .tab_content .tab6{
	background:#ffffff;
	border-bottom:2px solid #bf1717;
}
#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,
#mobtab6:checked ~ .tab_content .tab6:after{
	content:"-";
	float:right;
	font-size:20px;
	color:#20295a;
	margin-right:15px;
}
.footer_right {
    width: 260px;
    margin: 0 auto;
    float: none;
	padding:5px;
}

.fot_rig_tit {
    font-size: 15px;
    padding-bottom: 8px;
}

/**** 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 { 
	display: none;
	width:20px;
	height:34px;
	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(10){
	background: url('arrow_right.png') no-repeat center top;
	display: block;
	float: right;
	right:-20px;
}
#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){
	background: url('arrow_left.png') no-repeat center top;
	display: block;
	float: left;
	left:-20px;
}
#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;
}

}