/* CSS Document */
#pagebg > div,
#pagebg > p,
#pagebg > span,
#pagebg > ul,
#pagebg > ul > li,
#pagebg > ul > li > a,
#pagebg > table,
#pagebg > table > tr,
#pagebg > table > tr > td {
	font-family: 'Open Sans';
	font-size: 13px;
}
#design table tr td,#design table tr td a:link,#design table tr td a:visited{
	color:#333333 !important;
	font-family:Tahoma !important;
	font-size:12px !important;
	text-decoration:none !important;
}
#design table tr td a:hover{
	text-decoration:underline !important;
	font-weight:normal !important;
}
img{max-width:100%;}
/***** General *****/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a img, img{
	border: 0;
	vertical-align: middle;
}
a{ text-decoration: none; }
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder{
	color: #f6ebe1;
}
::-moz-placeholder{
	color: #f6ebe1;
}
:-ms-input-placeholder{
	color: #f6ebe1;
}
:-moz-placeholder{
	color: #f6ebe1;
}
input{
    border: none;
    background: #101b32;
    outline: none;
    color: #f6ebe1;
    -webkit-appearance: none;
    padding: 10px;
    box-shadow: none;
    font-size: 14px !important;
    line-height: normal;
}
button, input, select, textarea{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea{
    margin: 0;
    font: inherit;
    color: inherit;
}
.clearfix{
	clear: both;
}
.item_container{
    display: table;
    width: 100%;
}
.item{
    display: table-cell;
}

/***** Pc Styles Display None *****/
#header_top .right, #header_bottom, #left_panel, .desktop_image, #featured_categories{
    display: none;
}

/***** Page Starts *****/
#pagebg{
    background: white;
}

/**** Header Starts ****/
#header{
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #e5e5e5;
}

#header_top{
    padding: 12px 0;
}

#header_categories{
    width: 100%;
    background: #e5e5e5;
}
#header_categories ul{
    display: table;
    width: 100%;
}
#header_categories ul li{
    display: table-cell;
}
#header_categories ul li a{
    color: #3c3c3c;
    padding: 12px 8px;
    font-size: 12px;
    display: block;
}
#header_categories ul li a:hover{
    background: #f35d28;
    color: white;
}

/**** Storebg Starts ****/
#storebg{
    margin-top: 7px;
}

#item_title{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #3c3c3c;
    margin-top: 10px;
}
.titlebg{
    text-transform: uppercase;
    border: 1px solid #dddddd;
    border-bottom: 2px solid #f25d27;
    font-family: 'Montserrat';
    color: #2a2a2a;
    padding: 10px 10px 6px;
    font-weight: 600;
}
.desc{
    border: 1px solid #dddddd;
    padding: 7px 15px;
    color: #454739;
	text-align:left;
}
.desc ul{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.desc ul li{
    padding-left: 10px;
    position: relative;
}
.desc ul li + li{
    margin-top: 5px;
}
.desc ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    background: #454739;
}
.desc ul + b, .desc p + b{
    margin-top: 30px;
    display: block;
}

/**** Mobile Image Module Slider Starts ****/
.mobile_image{
       margin-bottom: 20px;
}
#mob-slider{
    background: transparent;
    text-align: center;
    margin: 10px auto;
    max-width: 90%;
    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: 200px;
    position: relative;
}
#mob-slides div ul li img{
    height:auto;
    max-width:100%;
    max-height:200px;
    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(1){
    background: url('mobile/arrow_right.png') no-repeat center top;
    display: block;
    float: right;
    right:-15px;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(2):hover, 
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(3):hover, 
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(4):hover, 
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(5):hover, 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(6):hover,
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(7):hover,
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(8):hover,
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(9):hover,
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(10):hover,
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(1):hover{
    background: url('mobile/arrow_right_hvr.png') no-repeat center top;
}
#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('mobile/arrow_left.png') no-repeat center top;
    display: block;
    float: left;
    left:-15px;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(10):hover, 
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(1):hover, 
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(2):hover, 
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(3):hover, 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(4):hover,
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(5):hover,
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(6):hover,
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(7):hover,
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(8):hover,
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(9):hover{
    background: url('mobile/arrow_left_hvr.png') no-repeat center top;
}
#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;
}

/**** Mobile Tab Starts ****/
.bottom_tabs{
    margin-top: 10px;
}
.radioclk{
    display:none;
}
.mob_tab{
    display:block;
}
.tab_top{
    display:none;
}
.tab_title{
    display: block;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #181818;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #8e8e8e;
    position: relative;
}
.tab_title:after{
    content: "";
    background: url(mobile/mob_tab_normal.jpg);
    display: inline-block;
    width: 6px;
    height: 7px;
    right: 13px;
    position: absolute;
    top: 15px;
}
.tab_content div{
    padding:0px;
}
label.tab_title:hover{
	color:#f25c27;
}
#mobtabs1:checked ~ .tab_content .tab1:after,
#mobtabs2:checked ~ .tab_content .tab2:after,
#mobtabs3:checked ~ .tab_content .tab3:after,
#mobtabs4:checked ~ .tab_content .tab4:after,
#mobtabs5:checked ~ .tab_content .tab5:after{
    background: url(mobile/mob_tab_hover.jpg);
}
#mobtabs1:checked ~ .tab_content #content1,
#mobtabs2:checked ~ .tab_content #content2,
#mobtabs3:checked ~ .tab_content #content3,
#mobtabs4:checked ~ .tab_content #content4,
#mobtabs5:checked ~ .tab_content #content5{
    display:block;
}
#mobtabs1:checked ~ .tab_content .tab1,
#mobtabs2:checked ~ .tab_content .tab2,
#mobtabs3:checked ~ .tab_content .tab3,
#mobtabs4:checked ~ .tab_content .tab4,
#mobtabs5:checked ~ .tab_content .tab5{
    border-bottom: 2px solid #f25c27;
}
.tab_content > div{
    display: none;
    padding: 15px;
    text-align: left;
    line-height: 21px;
    color: #454739;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.tab_content > div > p:first-child{
    margin-top: 0;
}
.tab_content > div > p:last-child{
    margin-bottom: 0;
}
.tab_content > div em{
    font-style: normal;
    font-weight: 600;
}
.tab_content > div ul li{
    padding-left: 10px;
    position: relative;
}
.tab_content > div ul li:before{
    content: "";
    width: 3px;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background: #79b2e1;
}
.tab_content > div img{
    margin-top: 5px;
    width: 100%;
}
.tab_content > div p:first-child{
    margin-top: 0;
}
.tab_content > div p:last-child{
    margin-bottom: 0;
}
.tab_content div{
    display:none;
}
.tab_content > div + label{
    margin-top: 7px;
}

/**** Features Starts ****/
#features{
    width: auto;
    margin-top: 10px;
}
#features ul{
    display: table;
    width: 100%;
}
#features ul li{
    display: block;
    width: auto;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 12px 0;
}
#features ul li:first-child{
    border-top: 1px solid #e5e5e5;
}
#features ul li img{
    display: inline-block;
    vertical-align: middle;
}
#features ul li .left{
    display: inline-block;
    vertical-align: top;
    width: 47px;
}
#features ul li .right{
    display: inline-block;
    vertical-align: middle;
    width: 174px;
    text-align: left;
    padding-left: 6px;
}
#features .each .right span{
    color: #3c3c3c;
    display: block;
}
#features .each .right span:first-child{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
#features .each .right span:last-child{
    font-size: 12px;
}

/**** Footer Starts ****/
#footer{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}