 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body {
	font-family:  Calibri, Verdana, Arial;
	background: #000 ;
/*background: #D5D5D5 ;*/
}
.wrap {
	width:80%;
	margin: 0 auto;
    background: #fff ;
}
.adminwrap {
	width:60%;
	margin: 0 auto;
    background: #fff ;
}
.fullwrap {
	width:100%;
	margin: 0 auto;
}
.main {
min-height:600px;
}
.backimg {
	font-family: 'regencielight';
	background-image: url(../images/rusticsoul2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 600px;
}
.defaultbody {
	font-family:  Calibri, Verdana, Arial;
	vertical-align: top;
    border: 0;
    padding: 0;
    margin: 0px auto;
    border-collapse: collapse;
    background: #aeaeac url( '../images/default.jpg' ) no-repeat top;
    background-size: 100%;
}
.header {
	background: #000;
}
.headertop_desc{
	padding:20px 0;
	border-bottom:1px solid #EEE;
}
.header_top {
	background: #000;
    padding-bottom:10px; 
    padding-top:10px; 
}
.header_bottom {
	background: #000;
	
}
.abutton {
    font-family: Calibri, Verdana, Arial;
    font-size: 0.823em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 16px 20px;
    background: #000;


}

.logo {
	float: right;
}
.call{
	float:left;
}
.call p{
	font-size:0.9em;
	color:#9C9C9C;
}
.call p span{
	color:#303030;
	font-size:1em;
	font-weight:bold;
}
.call p span.number{
	color:#000000;
	font-size:1em;
	letter-spacing:1px;
}
.account_desc{
	float:right;
}
.account_desc li{
	display:inline;
	border-left:1px dotted #CCC;
}
.account_desc li:first-child{
	border:none;
}
.account_desc li a{
	font-size:0.823em;
	color:#9C9C9C;
	padding:0 10px;
	font-family:  Calibri, Verdana, Arial;
}
.account_desc li a:hover{
	color:#E4292F;
}

.black_overlay{ 
    display: none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.6; 
    opacity:.60; 
    filter: alpha(opacity=60); 
} 
.white_content_sm
{
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	width: 200px;
	height: 250px;
	padding: 16px;
	border: 16px white;
	background-color: white;
	z-index: 1002;
	overflow: hidden;
}
.white_content_pages
{
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	width: 595px;
	height: 842px;
	padding: 16px;
	border: 16px white;
	background-color: white;
	z-index: 1002;
	overflow: hidden;
}
.black_overlay{ 
    display: none; 
    position: absolute;
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: #000000; 
    z-index:1001; 
    -moz-opacity: 0.6; 
    opacity:.60; 
    filter: alpha(opacity=60); 
}
.divl {
float:left;
width:70%;
 position: relative;
}
.divr {
float:right;
width:30%;
 position: relative;
}

/**** Cart ****/
.cart{
	float:right;
	 position: relative;
	 padding-right:40px;
	 margin-top:20px;
}
.cart p{
	font-size:0.9em;
	color:#fff;
	display:inline-block;
}
.cart p span{
	font-size:1.5em;
	color:#fff;
}
.wrapper-dropdown-2 {
    display:inline-block;
    margin: 0 auto;
    font-size:0.9em;
    color:#fff;
    padding:0px 5px;
    cursor: pointer;
    outline: none;
}
.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right:5px;
    top: 50%;
    margin-top:0px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color:#fff transparent;
}
.wrapper-dropdown-2 .dropdown {
    position: absolute;
    top: 100%;
    width:75%;
    right: 0px;
    z-index:1;
    background:#EEE;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size:0.823em;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown li:hover a {
    color:#fff;
    background:#AAA;
}
.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
   /**** End Cart ****/

.menu {
	float: left;
}
.menu li {
	float:left;
}
.menu li a {
	font-family:  Calibri, Verdana, Arial;
	font-size:1em;
	text-transform:uppercase;
	color: #fff;
	display:block;
	padding:16px 20px;
	
    -webkit-transition: all .9s;
   -moz-transition: all .9s;
   -o-transition: all .9s;
   -ms-transition: all .9s;
   transition: all .9s;
}
.menu li a:hover,.menu li.active a{
	background:#000000;
    
}

.bluebutton {
	font-family:  Calibri, Verdana, Arial;
	font-size:0.823em;
	text-transform:uppercase;
	color: #fff;
	display:block;
	padding:16px 20px;
	border-right: 2px ridge #585858;
    -webkit-transition: all .9s;
   -moz-transition: all .9s;
   -o-transition: all .9s;
   -ms-transition: all .9s;
   transition: all .9s;
}
.bluebutton.hover,.bluebutton.active {
	background:#000;
    color: #fff;
}

.search_box {
	float: right;
	border: 1px solid #000;
	background-color: transparent ;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	position: relative;
	margin-top:8px;
	margin-right: 15px;
	width:20%;
}
.search_box_text {
	border: none;
	outline: none;
	background: #FFF;
	font-size:12px;
	color: #000;
	width:90%;
	padding:5px;

}
.search_box_button{
     
	border: none;
	cursor: pointer;
    background-image: url('../images/search.png');
	position: absolute;
	right: 0;
	width: 25px;
    height: 24px;
}
.header_slide{
	margin: auto;
    align-content:center ;
	text-align:center;
}
.header_bottom_left{
	float:left;
	width:25%;
}
.categories{
	border:1px solid #EEE;
}
.categories h3{
	font-size:1.2em;
	color:#000;
	padding:10px;
	/*background:#009de0;*/
    background:#000000;
    font-weight:bolder ;
	text-transform:uppercase;
	font-family:  Calibri, Verdana, Arial;	
}
.categories li a{
	display:block;
	font-size:0.8em;
	padding:8px 15px;
    color: #9C9C9C;
    font-family:  Calibri, Verdana, Arial;
    margin:0 20px;
    background:url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #EEE;
    text-transform:uppercase;	
   
}
.categories li:last-child a{
	border:none;
}
.categories li a:hover{
	color:#000000;
}
.categories_button{
	display:block;
	font-size:0.8em;
	padding:8px 15px;
     color: #9C9C9C;
    font-family:  Calibri, Verdana, Arial;
    margin:0 20px;
    background:url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #EEE;
    border-right : 0px;
    text-transform:uppercase;	
    overflow:hidden ;
    font-weight:bolder;

}
.categories_subbutton{
	display:block;
	font-size:0.8em;
	padding:8px 30px;
    color: #9C9C9C;
    font-family:  Calibri, Verdana, Arial;
    margin:0 20px;
    background:url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #EEE;
    border-right : 0px;
    text-transform:uppercase;	
    overflow:hidden ;
     
}

.header_bottom_right{
	float:left;
	width:74%;
	padding-left:1%;
}
/*drag and drop*/
#dropSection
{
    height: 150px;
    width: 100%x;
    background-color: rgba(169, 138, 96, 0.51);
    border: solid 1px rgb(150, 150, 150);
}
       
#btnUpload
{
    display: none;
}
       
.active
{
    background-color:  yellow !important;
}
.uploadprogress {
   position: absolute;
  top: 40%;
  left: 40%;
  margin-top: -10px;
  margin-left: -10px;
  margin-top:2%; 
    font-size:1em;
	padding:10px;
	font-family: Calibri, Verdana, Arial;
	background:#fff;
	color: #E4292F;
    font-weight: bolder;  
	border:none;
	text-decoration: none;
     z-index:1000;
     text-align:center; 

}

/***** Content *****/
.content {
	padding: 5px 0;
    background: #000;
}
.content h2 {
	color: #383838;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 1.2;
	font-family:  Calibri, Verdana, Arial;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.content_top{
	padding: 15px 20px;
	border: 1px solid #EBE8E8;
	border-radius: 3px;
}
.content_bottom {
	padding: 15px 20px;
	border: 1px solid #EBE8E8;
	border-radius: 3px;
	margin-top: 2.6%;
}
.heading {
	float: left;
}
.heading h3 {
	font-family:  Calibri, Verdana, Arial;
	font-size:22px;
	color:#383838;
	text-transform: uppercase;
}
.see {
	float: right;
	padding-top:8px;
}
.see p a{
	display: inline;
	font-size: 0.8125em;
	color: #333;
	background: url(../images/list-img.png) no-repeat right 3px;
    padding:0px 12px 0px 0px;
}
.see p a:hover{
	color: #E4292F;
}

/**** Grid 1_0f_4 ****/
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 0.8% 0 0.8% 1%;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	background: #fff;
}

.col-md-1 {
	float: left;
	width: 20%;
	color:#fff;
	background:#000; 
}
.col-md-3 {
	float: left;
	width: 50%;
	color: #fff;
	background: #000;
}
.col-md-6 {
	float: left;
	text-align: left;
	width: 80%;
	color: #fff;
	background: #000;
}
.col-md-3 a {
	float: left;
	width: 50%;
	color: #fff;
	background: #000;
	text-decoration: none;
	font-family: Calibri, Verdana, Arial;
	font-size: 1.1em;
}
.col-md-6 a {
	float: left;
	text-align:left; 
	width: 80%;
	color: #fff;
	background: #000;
	text-decoration: none;
	font-family: Calibri, Verdana, Arial;
	font-size: 1.1em;
}


.color-elements {
	color: #fff;
	background-color: #000;
}
	.color-elements h2 {
		font-family: Calibri, Verdana, Arial;
		font-size: 2em;
		text-transform: uppercase;
		color: #fff;
		background-color: #000;
		margin-left:10px;
	}
.contactimages_1_of_3 {
	width: 29.0%;
	padding: 1.5%;
	text-align: center;
	position: relative;
}
.contactgrid_1_of_3 {
	display: block;
	float: left;
	margin: 0.8% 0 0.8% 1%;
	background: #000;
}

.shoppingitemimagecontainer {
	float: left;
	width: 100%;
	Height: 190px;
	vertical-align: middle;
	text-align: center;
	border-style: none;
	overflow: hidden;
}
.address_label {
    width:590px;
    height:320px;

    padding-top:240px;
    padding-left:150px;
    padding-right:0px;
    padding-bottom:0px; 
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    border: 1px solid black;

}

.prodtitle {
    color: #000;
   font-family:  Calibri, Verdana, Arial;
    font-size: 1.2em;
    font-weight: bolder ;
    width:100%; 
    height:20px;
    overflow:hidden;
    text-overflow:clip; 
    display:block;
}
.prodsubtitle {
    color: #000;
   font-family:  Calibri, Verdana, Arial;
    font-size: 1.2em;
    width:100%; 
    height:20px;
    overflow:hidden;
    text-overflow:clip; 
    display:block;
}

.images_1_of_4 {
    width: 29.0%;
	padding: 1.5%;
	text-align: center;
	position: relative;
 
}
.imgcontainer {
    overflow:hidden;
    display:block; 
    height:294px;
}
.imgcontainer1 {
	display: flex;
	align-items: center; /* Centers vertically */
	justify-content: center; /* Centers horizontally (optional) */
	height: 100vh; /* Example: set height for the container to see the effect */
}

.images_1_of_4 img {
    
     max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;   
        
    }
.images_1_of_4  h2 {
	color:#000;
	font-family:  Calibri, Verdana, Arial;
	font-size:1.4em;
	font-weight: normal;
    
}
.images_1_of_4  p {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color: #333;
}
.images_1_of_4  p span.price {
	font-size:1.2em;
	font-family:  Calibri, Verdana, Arial;
	color:#CC3636;
}
.images_1_of_4 span.zoom-icon{ 
  visibility:visible; 
  position:absolute; 
  padding: 2%;
  left:0; 
  top:0;
  border:none;  
  filter:alpha(opacity=50); 
  -moz-opacity:0.5; 
  -khtml-opacity: 0.5; 
  opacity: 0.5; 
}
#dropSection {
	height: 150px;
	width: 100%x;
	background-color: rgba(169, 138, 96, 0.51);
	border: solid 1px rgb(150, 150, 150);
}

#btnUpload {
	display: none;
}

.price-details{
	margin-top:10px;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}
.price-number{
	float: left;
	padding-top: 5px;
}
.price-details p span.rupees{
	font-size:1.6em;
	font-family:  Calibri, Verdana, Arial;
	color:#383838;
}
.add-cart{
	margin:auto ; 
	
}
.add-cart h2 {
    float:left;
    text-align:left;
    margin:auto ; 
    width:100px; 
    }

.add-cart h4{
    float:right;
	font-size:0.9em;
	display: block;
	
	font-family:  Calibri, Verdana, Arial;
	background: #000000;
	color: #000;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
    .add-cart h4 a {
    float:right;
	font-size:1.1em;
	display: block;
    font-weight:bold;
	font-family:  Calibri, Verdana, Arial;
	background: #000000;
	color: #000;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    
    }
.bluebutton{
	float:right;
    font-size:0.9em;
	display: block;
	
	font-family:  Calibri, Verdana, Arial;
	background: #000000;
	color: #FFF;
	text-decoration: none;
	outline: 0;
    border:hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bluebutton:hover{
	  text-shadow: 0px 0px 1px #000;
	  background:#292929;
}


.shopgridcontainer {
	display: block;
	float: right;
	margin: 1% 0 1% 2%;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    
}
.shopgridimages_1_of_3 {
	width: 29%;
	padding: 1%;
	text-align: center;
	position: relative;
}
.shopgridimages_1_of_3 img {
	max-width: 100%;
}
.shopgridimages_1_of_3 h2 {
	color:#6A82A4;
	font-family:  Calibri, Verdana, Arial;
	font-size:1.1em;
	font-weight: normal;
}
.shopgridimages_1_of_3   p {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color: #333;
}
.shopgridimages_1_of_3   p span.price {
	font-size: 18px;
	font-family:  Calibri, Verdana, Arial;
	color:#CC3636;
}

.news_desc{
	width: 100%;
    font-family: Calibri, Verdana, Arial;
}
.news_desch2{
   font-family: Calibri, Verdana, Arial;
   font-size:0.85em;
	padding:5px 0;
	color:#000;
	line-height: 1.8em;
    font-weight: bolder;
}

.news_desc h3{
	color:#000;
	margin-bottom:0.3em;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: Calibri, Verdana, Arial;
}

.news_desc h4 span a{
	text-decoration:underline;
}
.news_desc h4 span a:hover{
	color:#000;
	text-decoration:none;
}
.news_desc h4 ,.news_desc h4 a{
	font-size:1em;
	text-transform:uppercase;
	font-family: Calibri, Verdana, Arial;
	color:#000;
	padding-bottom:10px;
    font-weight: bold;
}

.news_desc p {
	font-size:1em;
	color:#000;
	line-height: 1.3em;
}
.news_desc p strong{
   font-weight: bolder;
}
.news_desc p em{
   font-style: italic;
}
.news_desc1 p a{
	font-size:1em;
	color:#000;
}

.about_desc {
	width: 100%;
	font-family: Calibri, Verdana, Arial;
}

	.about_desc p {
		font-size: 1em;
		color: #FFFFFF;
		line-height: 1.3em;
	}
	.about_desc h3 {
		color: #fff;
		margin-bottom: 0.3em;
		font-size: 1.2em;
		text-transform: uppercase;
		font-family: Calibri, Verdana, Arial;
	}

	.about_desc h4 span a {
		text-decoration: underline;
	}

		.about_desc h4 span a:hover {
			color: #fff;
			text-decoration: none;
		}

	.about_desc h4, .about_desc h4 a {
		font-size: 1em;
		text-transform: uppercase;
		font-family: Calibri, Verdana, Arial;
		color: #fff;
		padding-bottom: 10px;
		font-weight: bold;
	}

.contentpic {
    float:left; 
    width:100%; 
    margin-right:2px;
     margin-left:0px;
      margin-top:0px; 
      margin-bottom:5px;
}
/*** Footer ***/
.footer {
	position: relative;
	background: #FCFCFC;
    border-top: 1px solid #CECECE;
    margin:20px auto;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin:0% 0 1% 1%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}/* all browsers except IE6 and lower */
.span_1_of_4 {
	width: 23%;
	padding:1% 1% 0 0;
    
	
}
.span_1_of_4  h4 {
	color:#4F4F4F;
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-family:  Calibri, Verdana, Arial;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 0.5em;
	padding-left:20px;
}
.span_1_of_4 ul{
	padding-left:20px;
}
.span_1_of_4  li a {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color:#2A5C86;
	font-family:  Calibri, Verdana, Arial;
	display: block;
}
.span_1_of_4  li span{
	font-size:1em;
	font-family:  Calibri, Verdana, Arial;
	color:#2A5C86;
	cursor:pointer;
	margin:10px 0;
	display:block;
}
.span_1_of_4 img {
	max-width: 100%;
}
.span_1_of_4  h3 {
	color: #383838;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 1.2;
	font-family:  Calibri, Verdana, Arial;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
 }
.span_1_of_4  p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color:#727272;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}


.span_1_of_4  li a:hover, .span_1_of_4  li span:hover {
	color:#DD0F0E;
}

.span_3_of_4 {
	width: 72%;
	padding:1% 1% 0 0;
	
}

/*** Social Icons ***/
.social-icons {
	padding-top: 8%;
}
.social-icons li {
	width: 30px;
	height: 30px;
	padding: 0px 0 0 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
}
.copy_right {
	text-align: center;
	border-top: 1px solid #EEE;
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.copy_right p {
	font-size:0.823em;
	color: #747474;
}
.copy_right p a {
	color:#DD0F0E;
	font-family:  Calibri, Verdana, Arial;
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}

/*  Preview  ============================================================================= */
.back-links {
	float: left;
	padding-top: 5px;
}
.back-links p {
	font-size: 0.8125em;
	color: #333;
}
.back-links p a {
	font-size: 0.9em;
	padding: 0 1.3%;
	color: #333;
	font-family:  Calibri, Verdana, Arial;
}
.back-links p a:hover, .back-links p a:active {
	color:#000000;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.rightsidebar {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin: 0% 0 0% 2.6%;
}
.product-details{
	margin:30px 0;
}
.span_1_of_2 {
	width: 49%;
	padding: 0.5%;
    float: left;
     overflow:hidden ; 
}
.span_2_of_2 {
	width: 47.5%;
	padding: 0.5%;
    float: right;
}
.images_3_of_2 {
	width: 44.2%;
	float: left;
	text-align: center;
}
.span_3_of_2 {
	width: 53.2%;
}
.span_3_of_1 {
	width: 25.2%;
	padding: 1.5%;
}
.images_3_of_2  img {
	max-width: 100%;
}
.span_3_of_2  h2 {
	font-family:  Calibri, Verdana, Arial;
	font-size: 1.1em;
	color:#000000;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.span_3_of_2  p{
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #969696;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.price p {
	font-size: 0.8125em;
	padding:20px 0;
	color: #666;
	vertical-align: top;
}
.price p span {
	font-size:3em;
	font-family:  Calibri, Verdana, Arial;
	color:#000000;
}
.priceamount {
	font-size:3em;
	font-family:  Calibri, Verdana, Arial;
	color:#000000;
}
.available {
	padding:20px 0;
	border-top: 1px solid #000000;
}
.available p {
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
.available li {
	display: inline;
	font-size: 0.8125em;
	padding: 1.5% 2%;
	color: #353535;
}
.available li select {
	display: inline;
	font-size: 1em;
	color: #333;
	margin-left: 3px;
}
.share-desc{
	margin-bottom:15px;
}
.share{
	float:left;
}
.share p {
	padding-top: 10px;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.share li {
	display: inline-block;
	margin: 5px 6px;
	background:#222;
	border-radius:5px;
}
.share li img {
	vertical-align:middle; 
}
.wish-list{
	padding:15px 0;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
.wish-list li{
	display:inline-block;
	margin-right:45px;
}
.wish-list li a{
	color: #383838;
	font-size:1em;
	font-family:  Calibri, Verdana, Arial;
	padding-left:22px;
	text-decoration: underline;
}
.wish-list li a:hover {
	color: #E4292F;
}
.wish-list li.wish{
	background:url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare{
	background:url(../images/compare.png) no-repeat 0;
}
.product-desc, .product-tags {
	clear: both;
	padding-top: 20px;
}
.product-desc p {
	font-size: 0.8em;
	padding:5px 0;
	color: #000;
	line-height: 1.8em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.product-desc p span{
	font-weight:bold;
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.input-box {
	background: url(../images/tag.png) no-repeat 0 8px;
	padding-left: 35px;
}
.input-box input[type="text"] {
	padding: 8px;
	display: block;
	width: 95%;
	background: #fcfcfc;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}
.product-tags .button {
	margin-top: 15px;
	line-height: 3em;
}
.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
.product-tags .button a {
	font-size:1em;
	padding:10px 15px;
	font-family:  Calibri, Verdana, Arial;
	background:#000000;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
.product-tags p{
	font-size: 0.85em;
	padding:5px  0;
	color: #969696;
	line-height: 1.8em;
}
/**** Review *****/
.review h4,.review h4 a{
 font-size:1.2em;
 color: #333;
 font-family:  Calibri, Verdana, Arial;
}
.review h4 a{
	text-decoration:underline;
}
.review h4 a:hover{
	text-decoration:none;
	color:#E4292F;
}
.review ul{
	margin-top:10px;
}
.review li{
	display:block;
	font-family:  Calibri, Verdana, Arial;
	padding:8px 0;
	color: #666;
	font-size:1em;
}
.review li img{
	vertical-align:middle;
}
.review p{
	font-size:0.8em;
	padding:5px 0;
	color: #969696;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.your-review h3{
	font-size:1.2em;
    color: #333;
    font-family:  Calibri, Verdana, Arial;
}
.your-review div{
	padding:5px 0;
}
.your-review span{
	display:block;
	font-size:0.8125em;
	color:#757575;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.your-review label span.#000000{
	color:#000000;
	display:inline;
}
.your-review input[type="text"],.your-review textarea{
		    padding:8px;
			display:block;
			width:50%;
			border:1px solid #E0E0E0;
			background:none;
			outline:none;
			color:#222;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}
.your-review textarea{
		resize:none;
		height:120px;		
}
.your-review input[type="submit"]{
    font-size:1em;
	padding:10px 15px;
	font-family:  Calibri, Verdana, Arial;
	background:#000000;
	color: #FFF;
	text-decoration: none;
	border:none;
	cursor:pointer;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.your-review input[type="submit"]:hover{
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
.span_3_of_1 li a {
	font-size:1em;
	padding:8px 0 8px 20px;
	color: #666;
	display: block;
	font-family:  Calibri, Verdana, Arial;
	background: url(../images/drop_arrow.png) no-repeat 0;
	border-bottom:1px solid #F0F0F0;
}
.span_3_of_1 li a:hover {
	background: url(../images/drop_arrow-hover.png) no-repeat 0;
	color:#000000;
}
.span_3_of_2 .button {
	float: right;
	margin-top:15px;
	line-height:3em;
}
.span_3_of_2 .button a {
	padding: 12px 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	background: #3f4040;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.span_3_of_2 .button a:hover {
	border: 1px solid #303030;
	background: #525252;
	text-decoration: none;
}
.subscribe {
	padding:30px 0;
}
.subscribe p {
	font-size:0.85em;
	color:#666;
	padding:5px 0;
	line-height:1.6em;
}
.signup {
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	margin-top: 5px;
	background: #E7E7E7;
	box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"] {
	border: none;
	background: none;
	padding:5px;
	outline: none;
	width:70%;
	font-size:0.85em;
	color:#222;
}
.signup input[type="submit"] {
	border: 1px solid #5C5655;
	padding: 8px 20px;
	font-size: 12px;
	width:85px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	background: #565656;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.signup input[type="submit"]:hover {
	background: #5e5e5e;
	background: -moz-linear-gradient(top,  #5e5e5e 0%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#404040));
	background: -webkit-linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	background: -o-linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	background: -ms-linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	background: linear-gradient(top,  #5e5e5e 0%,#404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040',GradientType=0 );
	box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
}
.community-poll p {
	color: #000000;
	font-size: 0.85em;
	padding:5px  0;
}
.poll li {
	padding:3px 0px 9px 0;
}
.poll input.radio {
	float: left;
	margin:4px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label {
	font-size: 0.85em;
	padding:10px 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

/**** End Preview Page ******/

/*  About  ============================================================================= */
.col_1_of_3 {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.col_1_of_3:first-child {
	margin-left: 0;
}

.span_1_of_3 img {
	max-width: 100%;
}
.span_1_of_3  h3 {
	color: #383838;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 1.2;
	font-family:  Calibri, Verdana, Arial;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
 }
.span_1_of_3  p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color:#727272;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.year {
	float: left;
	width:50px;
}
.year p {
	color: #E4292F;
	font-size: 0.95em;
}
.span_1_of_3  p.history {
	float: left;
	width: 85%;
	font-size: 0.8125em;
	color:#727272;
	line-height: 1.8em;
}
.span_1_of_3 .list li a {
	font-size: 0.82em;
	padding:7px 15px;
	color: #E4292F;
	background: url(../images/drop_arrow.png) no-repeat 0px 10px;
	display: block;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.span_1_of_3 .list li a:hover {
	text-decoration:underline;
}
/* Delivery  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
	border: 1px solid #ECE6E6;
}
.images_1_of_3  h3{
	color:#383838;
	font-size: 1em;
	margin:5px 0;
	font-family:  Calibri, Verdana, Arial;
	text-transform: uppercase;
}
.images_1_of_3  p  {
	font-size:0.823em;
	padding:5px 0;
	color:#727272;
	line-height: 1.8em;
}
/* FAQ  ============================================================================= */
.ui-accordion .bar{ cursor:pointer;
      margin:15px 0;
 }
#posts .tab .post-title{
	color:#000000;
	font-size:1em;
	font-family:  Calibri, Verdana, Arial;
	overflow:hidden;
	margin:0px;
}
#posts .tab.selected .post-title{
	color:#222;
}
#posts .panel .post-text{
	clear:both;
	padding:10px;
}
.panel{
	background:#222;
}
.panel p{
	color:#C0C0C0;
	font-size:0.95em;
	line-height: 1.8em;
	padding:5px 20px;
}
/****** News **************************/
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
}
.news_desc{
	width: 100%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
	border:1px solid #E0E0E0;
}
.news_desc  h3{
	color:#000000;
	margin-bottom:0.3em;
	font-size:1.2em;
	text-transform:uppercase;
	font-family:  Calibri, Verdana, Arial;
}
.news_desc h4, .news_desc h4 a {
	font-size: 1.3;
	color: #000000;
	padding-bottom: 5px;
}
	.news_desc h4 span {
		font-size: 1.3em;
	}
.news_desc h4 span a{
	text-decoration:underline;
}
.news_desc h4 span a:hover{
	color:#000000;
	text-decoration:none;
}

.news_desc  p{
	font-size:0.85em;
	padding:5px 0;
	color:#000000;
	line-height: 1.8em;
}
.news_desc p a{
	font-size:1em;
	color:#000000;
}
/*** Page numbers ***/
.content-pagenation{
	padding:35px 0;
	text-align:right;
}
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#303030;
	font-size: 0.8em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF;
	padding: 10px 12px;
	box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 2px #ADADAD;
	-moz-box-shadow: 0px 0px 2px #ADADAD;
	-o-box-shadow: 0px 0px 2px #ADADAD;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover,.content-pagenation li.active a{
	background:#303030;
	color:#FFF;
}
/*  Shopping Cart ============================================================================= */


.Order {
  position: relative;
  width:100%;
  float: left;
  padding-bottom: 0px;
  }
.Order60 {
    width: 60%;
    color: #757575;
}
.Order20 {
    width: 20%;
    text-align:left ;
    color: #757575;
}


.Order15 {
    width: 15%;
    text-align:left ;
    color: #757575;
}
.Order10Red{
    width: 10%;
    text-align:center ;
    color: #E4292F;
    font-weight:bolder; 
}

.Order10 {
    width: 10%;
    text-align:left ;
    color: #757575;
}
.Order5 {
    width: 5%;
    text-align:left ;
    color: #757575;
}
.Order span{
	display: block;
	font-size: 0.8125em;
	padding-bottom: 5px;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}
.orderbutton {
    background: transparent; 
    font-size: 0.8125em;
	color: #E4292F;
    font-weight:bolder ;
	padding: 0px;
	font-family: verdana, arial, helvetica, helve, sans-serif;
    border: 0px;
    cursor: pointer; 

}
.Orderline {
   border-bottom : 1px solid #CACACA;
 width:100%;
}

/*  Login Form ============================================================================= */
.login_header_top {
	padding: 20px 0;
    background-color: transparent ;
    margin-bottom:10px; 
    margin-top:10px; 
}
.login_header_bottom {
	padding: 20px 0;
    background-color: transparent ;
    margin-bottom:10px; 
    margin-top:10px; 
}

.login-form {
	position: relative;
	padding-bottom: 30px;
}
.login-form div {
	padding: 5px 0;
}
.login-form span {
	
	font-size: 0.8125em;
	color: #757575;
	padding-bottom: 5px;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.login-form input[type="text"], .login-form textarea, .login-form input[type="password"] {
	padding: 8px;
	width: 200px;
	background:none;
	border:1px solid #CACACA;
	outline: none;
	color: #464646;
	font-size:1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}

.login-form textarea {
	resize: none;
	height: 120px;
    width: 50%;
}
.login-form input[type="submit"] {
	font-size:1em;
	padding:10px 15px;
	font-family:  Calibri, Verdana, Arial;
	background:#000000;
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	right: 0;
}
.login-form input[type="submit"]:hover {
	text-shadow: 0px 0px 1px #000;
	background: #292929;
}


/*  Contact Form  ============================================================================= */
.testemail {
display: none;

}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col {
	display: block;
	float: left;
	margin: 0% 0 0.3% 0.5%;
}
.col:first-child {
	margin-left: 0;
}
.span_2_of_3 {
	width: 62.1%;
	padding: 1.5%;
}
.span_1_of_3 {
	width: 31%;
	padding: 1.5%;
}

.span_2_of_3  h2, .span_1_of_3  h2 {
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-family:  Calibri, Verdana, Arial;
	font-weight: normal;
	margin-top: 0px;
}
.span_1_of_2 {
	width: 47.0%;
	padding: 1.0%;
}
.contact-form {
	position: relative;
	padding-bottom: 0px;
}
.contact-form div {
	padding: 0px 0;
}
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #000000;
	padding-bottom: 5px;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="password"]  {
	padding: 5px;
	display: block;
	width:90%;
	background:none;
	border:1px solid #CACACA;
	outline: none;
	color:  #000000;
	font-size:1em;
	font-weight:normal;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	-webkit-appearance: none;
}
.contact-form-text {
    font-size: 0.8125em;
    color:  #000000;
    padding-bottom: 5px;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}
.contact-form textarea {
	resize: none;
	height: 120px;
}
.contact-form input[type="submit"] {
	font-size:1em;
	padding:10px 15px;
	font-family:  Calibri, Verdana, Arial;
	background:#000000;
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	right: 0;
}
.contact-form input[type="submit"]:hover {
	text-shadow: 0px 0px 1px #000;
	background: #292929;
}


.contact-form-text-bold {
    font-size: 0.8125em;
    color: #000;
    padding-bottom: 5px;
    font-family: verdana, arial, helvetica, helve, sans-serif;
    font-weight:bolder;
}




.order-form {
	
	padding-bottom: 0px;
}
.order-form div {
	padding: 0px 0;
}
.order-form span {
	
	
	color: #000000;
	padding-bottom: 5px;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.order-form input[type="text"], .order-form textarea, .order-form input[type="password"]  {
	padding: 8px;
	width:40%;
	background:none;
	border:1px solid #CACACA;
	outline: none;
	color:  #000000;
	font-size:1em;
	font-weight:normal;
	font-family:  Calibri, Verdana, Arial;
	-webkit-appearance: none;
}
.order-form-dropdown {
    padding: 8px;
	width:40%;
	background:none;
	border:1px solid #CACACA;
	outline: none;
	color:  #000000;
	font-size:1em;
	font-weight:normal;
	font-family:  Calibri, Verdana, Arial;
	-webkit-appearance: none;
} 
.order-form-text {
    font-size: 0.6125em;
    color:  #000000;
    padding-bottom: 5px;
   font-family:  Calibri, Verdana, Arial;
}
.order-form-text-bold {
    color: #000;
    padding-bottom: 5px;
    font-family:  Calibri, Verdana, Arial;
    font-weight:bolder;
    font-size: 0.9125em;
}
.order-form-text-medium {
    font-size: 0.8125em;
    color:  #000000;
    padding-bottom: 5px;
   font-family:  Calibri, Verdana, Arial;
}
.order-form textarea {
	resize: none;
	height: 120px;
}
.order-form input[type="submit"] {
	font-size:1em;
	padding:10px 15px;
	font-family:  Calibri, Verdana, Arial;
	background:#000000;
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	
}
.order-form input[type="submit"]:hover {
	text-shadow: 0px 0px 1px #000;
	background: #292929;
}
.dropbox {
	padding: 5px;
	display: block;
	width:98%;
	background:none;
	border:1px solid #CACACA;
	outline: none;
	color: #464646;
	font-size:1em;
	font-weight:normal;
	font-family: 'ambleregular', verdana, arial, helvetica, helve, sans-serif;
	
}

.company_address p {
	font-size: 0.8125em;
	color: #757575;
	padding: 0.2em 0;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span {
	text-decoration: underline;
	color: #444;
	cursor: pointer;
}
.map {
	border: 1px solid #C7C7C7;
	margin-bottom: 15px;
}

/*--- slider-css --*/
.slider {
	position:   relative;
    padding-top: 0px; 
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 56%;
	position: absolute;
	top: 25%;
	left: 16%;
}
.caption h3{
	color: #000;
	font-size: 65px;
	line-height: 1em;
     font-weight: 400 ; 
}
span.bg-small {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 40%;
	height: 48px;
	position: absolute;
	top: 83px;
	left: -40px;
}
span.bg-large {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 60%;
	height: 70px;
	position: absolute;
	top: 194px;
	left: -40px;
}
.caption p{
	color: #000;
	line-height: 1.5em;
	font-size: 1em;
	margin:2em 0 1.5em 0;
    font-weight: 400 ;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 18px;
	width: 18px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 19px;
}
.callbacks_tabs a:before {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 17px;
	width: 1.5px;
	background: #000;
	position: absolute;
	left: 57px;
}
.callbacks_here a:after{
	background:#A67C52;
}
.callbacks_tabs li:nth-child(1) a:before{
	content:none;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	right:19px;
	top:300px;
}

.mediaquery {
background-color:aqua; 
width:10px;
height:10px;
}




/**** Responsive Layout ****/
@media only screen and (max-width: 1700px) {

    .imgcontainer {
        overflow: hidden;
        display: block;
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 1024px) {
    .mediaquery {
    background-color:red; 
    width:10px;
    height:10px;
    }
    .wrap {
		width: 95%;
	}
	.span_1_of_3 p.history{
		width:80%;
	}
   
    .wish-list li {
		margin-right:20px;
	}
	.signup input[type="text"] {
		width:64%;
	}
	.signup input[type="submit"]{
		padding:8px 0;
		width:71px;
	}
	.social-icons li{
		width:17%;
	    padding:0;
	}
     .imgcontainer {
    overflow:hidden;
    display:block; 
   width:100%;
    height: 200px;
}
@media only screen and (max-width: 800px) {
    .mediaquery {
    background-color: orange; 
    width:10px;
    height:10px;
    }

	.wrap {
		width: 95%;
	}
    .images_1_of_4 {
    width: 45.0%;
	padding: 1%;
    }
   .imgcontainer {
    overflow:hidden;
    display:block; 
   width:100%;
    height: 200px;
}


.images_1_of_4 img {
  
    display: inline-block;
    vertical-align: middle;   
        
    }
.grid_1_of_4:nth-child(3n+1) {
	margin: 0.8% 0 0.8% 1.6%;
}

.grid_1_of_4:nth-child(2n+1) {
	margin-left: 0;
}
	.price-details p span.rupees{
		font-size:1.4em;
	}
	.add-cart h4 a{
		padding:10px;
	}
	.span_1_of_3 p.history{
		width:76%;
	}
	.span_1_of_2 {
		width: 98.1%;
	}
	.span_3_of_1{
		width:98%;
	}
	.rightsidebar{
		margin:0;
	}
	.signup{
		width:50%;
	}
	.signup input[type="text"]{
		width:77%;
	}
	.signup input[type="submit"]{
		width:72px;
	}
    .span_1_of_4 {
		width:48%;
	}
	.span_1_of_4 h4{
		font-size:1em;
	}
}

@media only screen and (max-width: 640px) {
	    .mediaquery {
    background-color: yellow ; 
    width:10px;
    height:10px;
    }
    .images_1_of_4 {
    width: 45.0%;
	padding: 1%;
    }
   
.imgcontainer {
    overflow:hidden;
    display:block; 
   width:100%;
    height: 170px;
}


.images_1_of_4 img {
  
    display: inline-block;
    vertical-align: middle;   
        
    }

.grid_1_of_4:nth-child(2n+1) {
	margin-left: 0;
}
    .wrap {
		width: 95%;
	}
	.account_desc li a{
		padding:0 3px;
	}
	.menu li a{
		padding:16px 10px;
	}
	.header_bottom_left{
		float:none;
		width:100%;
	}
	.header_bottom_right{
		float:none;
		width:100%;
		padding:0;
		margin:5px 0;
	}
	
    .price-details p span.rupees{
	font-size:1.4em;
    padding-left: 10px;
	}
	.add-cart h4 a{
		padding:10px 5px;
		font-size:0.75em;
	}
	.images_1_of_4 h2{
		font-size:0.8em;
	}
	.see{
		padding-top:0;
	}
    .span_1_of_4 {
		width:48%;
	}
	.span_1_of_4 h4{
		padding-left:10px;
	}
	.span_1_of_4 li span{
		font-size:0.8em;
	}
	.span_1_of_4 ul{
		padding-left:10px;
	}
	.wish-list li{
		margin-right:10px;
	}
	.signup input[type="text"]{
		width:71%;
	}
	.span_1_of_3 p.history{
		width:85%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col_1_of_3{
       margin:0;
	}
	.panel p{
		font-size:0.8em;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	} 
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	
}
@media only screen and (max-width: 480px) {
	    .mediaquery {
    background-color:  blueviolet ; 
    width:10px;
    height:10px;
    }
    .images_1_of_4 {
    width: 95.0%;
	padding: 2%;
    }
    .imgcontainer {
    overflow:hidden;
    display:block; 
   width:100%;
    height: 220px;
}


.images_1_of_4 img {
  
    display: inline-block;
    vertical-align: middle;   
        
    }

    .grid_1_of_4{
	margin:0.8% 0 1.5% 1.6%;
}
    .grid_1_of_4:first-child {
	margin: 0.8% 0 2% 1.6%;
    }

.grid_1_of_4:nth-child(3n+1) {
	margin: 0.8% 0 2% 1.6%;
}

.grid_1_of_4:nth-child(2n+1) {
	margin: 0.8% 0 2% 1.6%;
}
.wrap {
		width: 95%;
	}
	.call,.account_desc{
		float:none;
		text-align:center;
	}
	.call{
		margin-bottom:10px;
	}
	.account_desc li a{
		padding:0 10px;
	}
	
	.cart{
		margin-top:0;
		padding-right:0;
	}
	.menu{
		
		width:100%;
	}
    .menu li {
		width:29%;
	}
	
    .menu li a{
		padding:15px 20px;
	}
	.search_box{
		width:95%;
		margin:8px 10px 0 10px;
	}
	.header_bottom{
		padding-bottom:10px;
	}
	
	.price-number{
		float:left;
		padding-top:0;
	}
    .price-details p span.rupees{
	font-size:1.6em;
    padding-left: 10px;
	}
	.add-cart{
		float:none;
	}
	.span_2_of_3 {
		width:96%;
		padding:2%; 
	}
	.span_1_of_4{
		width:100%;
	}
	.col_1_of_4{
		margin:2% 0;
	}
	.images_3_of_2{
		width:100%;
	}
	.span_3_of_2{
		width:98%;
	}
	.desc{
		margin:10px 0;
	}
	.signup{
		width:75%;
	}
	.signup input[type="submit"]{
		width:83px;
	}
	.images_1_of_3 h3{
		font-size:0.75em;
	}
	#posts .tab .post-title{
		font-size:0.9em;
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:96%;
		padding:2%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:96%;
	}
}

@media only screen and (max-width: 320px) {
.mediaquery {
    background-color:green; 
    width:10px;
    height:10px;
}

.wrap {
	width: 95%;
}
.header_slide {
    width: 99%;
}
.account_desc li a{
	padding:0;
}
.menu li a{
	padding:15px 4.8px;
    width:30%;
}
.search_box{
	width:90%;
}
.search_box form input[type="text"]{
	width:85%;
}
.images_1_of_4 {
    width: 95.0%;
    padding: 1%;
}
.grid_1_of_4{
	margin:0.8% 0 1.5% 1.6%;
}
.grid_1_of_4:first-child {
margin: 0.8% 0 1.5% 1.6%;
}
.grid_1_of_4:nth-child(3n+1) {
	margin: 0.8% 0 1.5% 1.6%;
}

.grid_1_of_4:nth-child(2n+1) {
	margin: 0.8% 0 1.5% 1.6%;
}

	.price-number{
	float: left;
	padding-top: 5px;
   }
	.price-details p span.rupees{
	font-size:1.4em;
    padding-left: 5px;
	}
	.add-cart{
	   float:right;
	}
	.add-cart h4 a{
		font-size:0.6em;
		
	}
    .cart p {
    width:100%;
    }
	.heading h3{
		font-size:1em;
	}
	.content_top,.content_bottom{
		padding:10px;
	}
	.span_1_of_4{
		width:100%;
	}
	.span_1_of_3 p.history{
		width:80%;
	}
	.images_1_of_3{
		width:97%;
	}
	.images_1_of_3 h3{
		font-size:1em;
	}
	.images_3_of_1{
		width:100%;
	}
	.grid{
		margin:0;
	}
	.news_desc{
		width:100%;
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:93%;
	}
}
	
	
