	@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900');

/*end reset*/
/****-----start-body----****/

body
{
background:#fff;
font-family: 'Ubuntu', sans-serif;
font-size:15px;
line-height: 26px;
}
a
{
	outline:none;
	text-decoration:none;
}


#myBtn {

    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #bb9b82;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #fff;

}
#myBtn:hover {
  background-color: #fff;
  color:#000;
}


/****-----wapper-body_start----****/
#wapper_outer
{
margin:0px auto;
width:100%;
}


/****-----header_start----****/

.header-outer {
    float: left;
    width: 100%;
    padding: 0px;
    background: #fff;
}


.header-top {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #1e293d;
}


.top-icon {
    float: left;
    padding: 0 10px 0 10px;
    color: #fff;
}

.top-icon span {
    float: left;
    padding: 2px 0 0 0;
    color: #fff;
}
.top-icon img {
    float: left;
    padding: 0 10px 0 0;
}



.top-icon2 {
    float: left;
    padding: 0 10px 0 10px;
    color: #fff;
	position:relative;
}

.top-icon2 span {
    float: left;
    padding: 0px 0 0 0;
    color: #fff;
}

.top-icon2 span a{
    color: #fff;
	font-weight:300;
}

.top-icon2 img {
    float: left;
    padding: 0 10px 0 0;
}

.menu-bg {

    float: right;
    padding: 23px 0 23px 0;
    display: inline-block;

}


.logo-outer {

float:left;
width:100%;

}

.header-2{

    float: left;
    width: 100%;
    background:url(../images/header/menu-bottom-line.png) left bottom repeat-x #fff ;

}

.header-bottom {

    float: left;
    width: 100%;
    background: url(../images/header/menu-bottom-line.png) repeat;
    padding: 0 0 0 0;
    min-height: 8px;
    position: relative;
    z-index: 5;

}


.banner_outer {

    float: left;
    width: 100%;
    clear: both;
    margin-top: -8px;

}

.menu-bg {
    float: right;
    padding: 10px 0px 0 0px;
}


.sea-box {

    float: right;
    padding: 0 0 6px 0px;
    border-bottom: 1px solid #000;
    text-align: left;
    color: #1e293d;
    width: 200px;
	background:url(../images/header/search-icon.png) right center no-repeat;

}

.logo-inner {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.header-logo-2
{
display:none;
}



.social_icon_out {
    float: right;
    padding: 0 0 0 0;
    margin: 0px;
}

.header_social_outer {
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 0;
}
/****-----header_end----****/


/****-----welcome----****/
.welcome-header
{
float:left;
width:100%;
text-align:left;
padding:0 0 0 0;
font-size:36px;
font-weight:700;
color:#000;
font-variant: small-caps;
font-family:'Cinzel';
}


.welcome-header span {

    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 10px 0;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    font-variant: small-caps;

}




.welcome-out {

    float: left;
    width: 100%;
    padding: 40px 0 40px 0;

}

.welcome-para {
    float: left;
    width: 100%;
    text-align: justify;
    text-align-last: left;
    color: #000;
    font-size: 16px;
    padding: 10px  0 0 0;
    font-weight: 100;
    line-height: 26px;
}

.welcome-img
{
float:left;
width:100%;
padding:0 0 0 0;
}


.welcome-img img
{
width:100%;
}



/****-----welcome-end----****/


/****-----catalog----****/

.catalog-head
{
float:left;
width:100%;
text-align:center;
padding:0 0 0 0;
font-size:36px;
font-weight:700;
color:#000;
font-variant: small-caps;
font-family:'Cinzel';
}


.cat-box {

    float: left;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;

}
.cata-widh-40 {

    float: left;
    width: 100%;
   padding: 0 0px 0 0px;
    position: relative;
    display: inline-block;

}

.cat-book {

    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 0 0;
    color: #000;

}
b.prod_tit
{
	font-weight:normal;
	height:40px;
	overflow:hidden;
	float:left;
	width:100%;
	padding:0px 5px;
	line-height:20px;
}
.cat-book span
{
float:left;
width:100%;
font-size:26px;
padding:0 0 0 0;
}

.control-ou {

    width: 100%;
    text-align: center;
    float: left;
    padding: 20px 0;

}

.control-button {

    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 16px;
	text-transform:uppercase;
	margin: 10px 0;

}


.control-button:hover, .mixitup-control-active {

    color: #fff;
    background-color: #BB9B82;
    border: 1px solid #BB9B82;
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 16px;
	margin: 10px 0px;

}

.control-button.active {

    color: #fff;
    background-color: #BB9B82;
    border: 1px solid #BB9B82;
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 16px;

}




/****-----catalog-end----****/


/****-----what-we-do-start----****/
.what-out
{
float:left;
width:100%;
background:#1e293d;
padding:0 0 0 0;
background: url(../images/body/body-testi-pattern.jpg) repeat;
}


.test-out {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
}

.what-we-out {

    width: 100%;
    padding: 50px 10px 20px 10px;
    background: #1e293d;
    float: left;
    height: 440px;margin-top: 60px;

}





/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.col-sm-6:hover  .hvr-wobble-vertical{
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/*------testimonial-------*/

.testinomials-content {

    float: left;
    width: 94%;
    text-align: center;
    color: #000;
    padding: 10px 14px 0 14px;
    display: inline-block;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    background: #fff;
    border-radius: 10px 0 0 10px;

}

.testi-text {
    width: 100%;
    float: left;
    padding: 20px 30px 30px 30px;
}


.testinomials-content span {
    
    color: #000;
    padding: 10px 0px 0 0px;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
}

.testinomials-name {
    color: #000;
    padding: 20px 0px 0 0px;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 27px;
}

.testinomials-name span {
    font-size: 16px;
	    width: 100%;
    float: left;
	font-weight:300;
}

.testimonial-outer {

    float: left;
    width: 100%;
    padding: 1px;
    text-align: center;
    border-radius: 10px;
    background: #bb9b82;
    overflow: hidden;

    margin: 30px 0;

}

.testi-img {

    padding: 10px 0 0 0;
    display: inline-block;
    position: relative;
	
	 filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
	
	

}


.testi-img:hover {

	
    filter: none;

}


.testimonials-heading
{
float:left;
width:100%;
text-align:center;
color:#cca352;
font-size:28px;
padding:0 0 20px 0;
font-weight:700;
font-family: 'Cinzel';
}




.testimonial-outer img{
float:left;
padding:0 0 0 0px;
text-align:center;

}



.testimonial-bg {

    float: left;
    width: 100%;
    background: #000;
    padding: 50px 0 50px 0;

}

.heading2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    padding: 0 0 40px 0;
	text-transform: uppercase;
}



.owl-prev {

    width: auto;
    padding: 0 10px 0 0px;
	display:inline-block;

}

.owl-next {

    width: auto;
    padding: 0 10px 0 0px;
	display:inline-block;

}

.owl-nav {

    float: left;
    text-align: center;
    padding: 0px 0 0 0;
    width: 100%;
    display: inline-block;
    position: relative;

}


.columns {
    float: left;
    width: 100%;
}


.we-icon-1 {

    float: left;
    width: 100%;
    text-align: center;
    padding:  10px ;
    border-right: 1px solid #4d4c56;
	

}

.we-icon-2 {

    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #4d4c56;

}
.we-icon-3 {

    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 10px 10px 10px;
    border-top: 1px solid #4d4c56;

}

.we-icon-4 {

    float: left;
    width: 100%;
    text-align: center;
    padding: 10px ;
    border-left: 1px solid #4d4c56;
	margin-top:10px;
}

.pad-ri{

    padding-right: 0;

}

.pad-lf{

    padding-left: 0;

}

.pad-ri{

    padding-right: 0;

}

.pad-ri{

    padding-right: 0;

}


.we-text
{
float:left;
width:100%;
text-align:center;
font-size:30px;
padding:0 0 0 0;
color:#fff;
font-weight:600;
margin-top: 8px;
}

.we-text span {

    width: 100%;
    font-size: 20px;
    padding: 0 0 0 0;
    font-weight: 300;
    float: left;
    text-transform: uppercase;

}
/****-----what-we-do-end----****/




/****-----latest-start----****/
.featuree-1 {

    float: left;
    width: 100%;
    padding: 0 0 0 0;
    border: 1px solid #dcdcdc;
    background: #fff;
	overflow:hidden;
}

.featured-title {

    text-align: center;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    position: absolute;
    bottom: 66px;
    padding: 0 0 20px 0;

}

.featured-title1 {

    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
	height:38px;
	overflow:hidden;
	margin-top:5px;
	padding: 0px 10px;
	line-height: 18px;

}
.featured-title1:hover
{
	color:#bb9b82;
}
.featured-title-boo {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 4px 0 0 0;
}

.featured-title-book {

    float: left;
    width: 100%;
    padding: 4px 0;
    background: #1e293d;
    text-align: center;
    margin: 10px 0 0 0;

}

.featured-title-book a img{

    width: auto !important;
}


.featured-title-book span {

    float: left;
    padding: 6px;
    display: inline-block;

}

.featured-ti {

    float: right !important;
    padding: 0 0 0 0;
	display:inline-block;

}

.latest-ou
{
float:left;
width:100%;
padding:30px ;
}

/****-----latest-start----****/



/****-----service-start----****/

.book-service-bg {
    float: left;
    width: 100%;
    background:url(../images/body/service-bg-img.jpg) center repeat;
}


.book-service-pattern {

    float: left;
    width: 100%;
    background: url(../images/body/service-pattern.png) repeat;
    padding: 70px 0 40px 0;

}

.why-icon-ou {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 0px 0;
}

.why-icon-ou span {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 10px 0 20px 0;
    font-weight: 500;
    float: left;
}
/****-----service-end----****/


/****-----footer-start---****/

.newsletter-title > h2 {
    font-size: 22px;
    font-weight: 600;
}
.newsletter-title > p {
    margin-bottom: 35px;
}

.search-box input {
    border: 1px solid #444444;
    border-radius: 30px;
    height: 50px;
    padding-left: 34px;
    width: 55%;
}

.btn-search {
    background: #bb9b82 none repeat scroll 0 0;
    border: 1px solid #bb9b82;
    border-radius: 30px;
    color: #ffffff;
    height: 50px;
    padding: 0 22px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn.btn-search > span {
    margin-left: 10px;
}


.subs-box {

    text-align: center;

}

.newsletter-title {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 60px 0 0 0;
}

.footer-out {

    float: left;
    width: 100%;
    padding: 60px 0 0 0;

}

.footer-bg {

    float: left;
    width: 100%;
    background: url(../images/body/footer-pattern.jpg) repeat;
    padding: 30px 0 40px 0;

}

.fot-pattern {

    float: left;
    width: 100%;
    background: #bb9b82;
    padding: 20px 0;

}

.copyright-text-1 {

    float: left;
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 0 0 0 0;

}
.copyright-text-2{

    float: right;
    text-align: right;
    width: 100%;
	font-size:16px;
	color:#fff;
	padding:0 0 0 0;

}

.wi-right
{
padding-right:0;
padding-left:0;
}



.foot-link {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px 0 20px 10px;list-style: none;
}
.foot-link li {
    float: left;
    padding: 0px 0 0px 20px;
    background:url(../images/body/buillet-icon.png) no-repeat left center;
    width: 100%;
    line-height: 38px;
}

.foot-link li a {
    color: #fff;
}

.foot-link li a:hover {
    color: #bb9b82;
}

.fot-heading {

    float: left;
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-family: 'Cinzel';
    padding: 30px 0 10px 0;
    font-weight: 600;

}
.foot-address {
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    list-style: none;
}

.foot-address li {

    float: left;
    width: 100%;
    padding: 10px 0 10px 0;

}

.foot-address li img {
    float: left;
}

.foot-address li div {
    float: left;
    padding: 0 0 0 6px;
}

.foot-address li span {
    float: left;
    display: inline-block;
    padding: 0 0 0 15px;
}




/****-----footer-end----****/



/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.why-icon-ou:hover .hvr-wobble-skew {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  width:100%;
}
.mix:hover .hvr-pop{
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.top-icon:hover .hvr-push {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  width:100% !important;
  float:left;
}
.featuree-1:hover .hvr-shrink{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/*product*/

.viewpageleft_outer
{
	float:left;
	width:25%;
	padding:0px;
	padding-right:15px;
	margin-top:50px;
}
.leftside_outer
{
	float:left;
	width:100%;
}
.viewpageright_outer
{
	float:left;
	width:75%;
	padding-left:15px;
	margin-top:50px;
}
.prolist_head
{
	float:left;
	width:100%;
	text-align:center;
	margin-top: 40px;
}
.prolist_head h2
{
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Cinzel';
	font-size:30px;
}
.prolist_head ul
{
	margin:0px;padding: 0px;line-height: 19px;
}
.prolist_head li {
	color: #454545;
	display: inline-block;
	text-transform: capitalize;
	padding-right: 9px;
	margin-top:5px;
}
.prolist_head li.active,
.prolist_head li a:hover {
	color: #bb9b82;
}
.prolist_head li a {
	color: #454545;
	padding-right: 8px;
	text-decoration:none;
}
.shop-catigory-title {
    background-color: #1e293d;
    color: #fff;
    font-size: 20px;
    font-weight:500;
    padding: 10px 30px;
    text-transform: capitalize;
    margin: 0;
}
.top_submenu
{
	border:none;
	background:none;
	border-bottom: 1px solid #e4e4e4;
	text-decoration:none;
	margin-bottom:0px;
	border-radius:0px !important;
	box-shadow:none;
}
.top_submenu a
{
	text-decoration:none;
	color:#363737;
}
.top_submenu a.active, .top_submenu a:hover
{
	color:#bb9b82;
}
.top_submenu  .panel-body
{
	padding:0px 15px;
}
.sub_items
{
	border:none;
	background:none;
	border-bottom: 1px solid #e4e4e4;
	text-decoration:none;
	margin-bottom:0px;padding: 3px 10px;
}
.sub_items:hover
{
	color:#f00;
	border-bottom: 1px solid #e4e4e4;
}
.shop-sidebar-title {
	float:left;
	width:100%;
	margin-top:48px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
    text-transform: capitalize;
}
.slider_price
{
	float:left;
	width:100%;
	margin-top:10px;
}
#slider-range
{
	margin-left:2%;
	width:95%;
}
.search-results-block
{
	float:left;
	margin-top:5px;
}
#faqAccordion
{
	border: 1px solid #efefef;
}
.panel-heading
{
	padding:10px 15px;
}
.panel-collapse   .panel-heading
{
	padding:6px 15px;
	background: #bb9b82;margin-top: 10px;
	color:#fff;
}
.panel-collapse   .panel-heading a
{
	color:#fff;
}
.collapse.in {
    display: block;
    border: 1px solid #ccc;
    border-top: 0px;
    margin-bottom: 10px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus
{
	    color: #fff !important;
    background: #bb9b82 !important;
	border-bottom: 1px solid #e4e4e4 !important;
}
.hactive
{
    background: #1e293d  !important;
	border-bottom: 0px solid #e4e4e4 !important;
}
.hactive a
{
	    color: #fff !important;
}


.sub_items:last-child
{
	border:none;
}
.panel-group .panel + .panel
{
	margin-top:0px;
}
.go_flitter {
    background-color: #000;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
	font-size:14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 1;
    padding: 5px 10px;
	margin-top:5px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.radio_prop
{
	float:left;
	width:100%;
}
.l_tinynav2
{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:15px;
}
.l_tinynav2 li
{
	margin-top:10px;
}
.l_tinynav2 li a
{
	text-decoration:none;
	color:#363737;
}
.listprod_outer
{
	float:left;
	width:33.3333%;
	padding:0px 10px;
	margin-top:20px;
}
.product1-bg
{
	float:left;
	width:100%;
	background:#fff;
	border: 1px solid #ebebeb;
}
.prod_imglist
{
	float:left;
	width:100%;
	    transition: all 1.5s ease 0s;
    width: 100%;

}
.produimg
{
	float:left;
	width:100%;
	overflow:hidden;
	border-bottom: 1px dashed #c9c9c9;
}
.product1-bg:hover .prod_imglist
{
	transform: scale(1.2);
}
.productlist_det
{
	float:left;
	width:100%;
	padding:10px 15px;
}
.productlist_det h3
{
	float:left;
	width:100%;
	font-size:17px;
	color: #454545;
	height:40px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	margin-bottom:5px;
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.productlist_det h3:hover
{
	color:#158f16;
}
.prod_price
{
	float:left;
	font-size:20px;
	font-weight:bold;
	color: #158f16;
	margin-top:10px;
}
.prod_price img
{
	width:12px;
	display:inline-block;
	margin-top:-2px;
}
.product_view 
{
	float:right;
}
.product_view a {
    background-color: #ebebeb;
    border-radius: 50px;
    color: #444444;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    margin-top: 0px;
    text-align: center;
    width: 40px;
	
	-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
	
}
.product_view a:hover
{
	background:#158f16
}
.product_view a:hover i
{
	color:#fff;
}
.product_view a i
{    line-height: 40px;
}
.shorting-style
{
	float:right;
	margin-top:0px;
}
.shorting-style  label {
    color: #454545;
    cursor: pointer;
    letter-spacing: 0.2px;
    margin: 0 8px 0 0;
    text-transform: uppercase;
}
#order_by {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    color: #666;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    text-transform: uppercase;
    width: inherit;
    background: #fff url(../images/select-2.png) no-repeat scroll right 10px center;
    cursor: pointer;padding-right: 30px;
}
.proview_head
{
	float:left;
	width:100%;
	margin-bottom:35px;
}

.produ_padd
{
padding-left:0px;
}
.produ_padd1
{
	padding-right:0px;
}


/*product View Page*/

.topside_menu
{
float:left;
line-height:18px;
padding-bottom:8px;
width:100%;
border-bottom:1px solid #ccc;
font-size:15px;
}
.topside_menu a
{
display:inline-block;
text-decoration:none;
color: #1a75bc;
}
.topside_menu a:hover,
.topside_menu a.active
{
color: #26a113;
}

.topside_menu span
{
font-size:18px;
color:#878787;
}
.right_cont_outer
{
	float:left;
	width:100%;
	margin-top:10px;
}
.productview_outer
{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.product_outer
{
float:left;
width:100%;
margin-top:20px;
}
.text-center {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    cursor: pointer;
}
.center1
{
float:left;
cursor: pointer;
border:1px solid #ececec;
border-bottom:0px;
border-right:0px;
padding-top:0px;
}
.center1 a
{
float:left;
width:51px;
border:1px solid #ececec;
border-top:0px;
border-left:0px;
}
.produ_padd
{
padding-left:0px;
float: left;
margin-top:20px;
}
.produ_padd1
{
	padding-right:0px;
float: left;
	margin-top:20px;
}
.image_sow_outer
{
float:left;
width:100%;
margin-top:20px;
}
.view_product_list
{
float:left;
width:95%;
margin-top:20px;
    border-bottom: 1px solid #ccc;
}
.select_tit {
    float: left;
    width:50%;
    margin-top: 25px;
	margin-bottom: 20px;
}
.select_tit label
{
	float:left;
	color: #454545;
    font-size: 20px;
    margin: 0 8px 0 0;
	margin-top:7px;
	font-weight:bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
#select_size
{
	float:left;width: auto;
text-transform: capitalize;
-moz-appearance: none;
-webkit-appearance: none;
border: 1px solid #e5e5e5;
box-shadow: none;
color: #666;
font-size: 14px;
height: 35px;
padding-left: 10px;
padding-right:80px;
text-transform: uppercase;
background: #fff url("../images/select-2.png") no-repeat scroll right 10px center;
cursor: pointer;
margin-top: 5px;
}
#txtHint {
    float: left;
    margin-top: 15px;
    width: 100%;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
}
.sel_text {
    font-size: 12px;
    line-height: 20px;
}
.mrp_rate {
    float: left;
    margin-right: 30px;
	color: #454545;
cursor: pointer;
font-size: 19px;
margin-top:0px;
}
.sel_price {
    float: left;
    font-weight: normal;
    font-size: 24px;
    color: #565656;
}
.offer_ourter {
    float: left;
    line-height: 19px;
    width: 55px;
    height: 55px;
    margin-left: 20px;
    margin-top: -10px;
    margin-right: 0px;
    border: 1px solid #888;
    background: #fff;
    border-radius: 30px;
    font-size: 12px;
    padding-top: 14px;
    color: #158f16;
    text-align: center;
}
.buy_now {
    float: left;
    text-decoration: none;
    background: #bb9b82  url(../images/cart-top-icon1.png) no-repeat left 13px top 5px ;
    color: #FFF;
    font: bold 15px arial,sans-serif;
    border: 1px solid #bb9b82 ;
    padding: 6px 30px;
	padding-left:43px;
	padding-right:15px;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-right: 20px;
    border-radius: 2px;
	text-transform:uppercase;
}
.buy_now1
{
    background: #bb9b82  url(../images/cart-top-icon2.png) no-repeat left 13px top 5px ;
}
.outof_stock
{
float:left;
width:100%;
font-size:17px;
font-weight:bold;
color:#800;
}
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700&display=swap');
.procu_view_tit {
float: left;
width: 100%;
padding: 0px;
font-size: 19px;
line-height: 28px;
font-weight:400;
color: #333;
margin: 0px;
margin-top: 15px;
margin-bottom: 5px;
/*font-family: 'Cinzel';
font-weight: bold;
font-size: 26px;
line-height: 28px;*/
}
.cont_tit1 {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: 0px;
    background-color: #fff;
}
.cont_1 {
    float: left;
    width: 20%;
    font-weight: bold;
    border-right: 1px solid #ccc;
    padding:8px 8px;
	background-color: #f3f3f3;
}
.cont_2 {
    float: left;
    width: 80%;
    padding:8px 8px;
}

.des_head {
float: left;
width: 100%;
margin-top: 30px;
padding-bottom: 5px;
font-size: 25px;
font-weight: 600;
color: #bb9b82;
border-bottom: 1px dotted #ccc;
margin-bottom:10px;font-family: 'Cinzel';
}
.des_out {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.feature_over1
{
width:100%;
}
.des_head1 {
    float: left;
    width: 100%;
    margin-top: 30px;
	padding-bottom:5px;
    font-size: 18px;
    font-weight: bold;
	color:#000;
	border-bottom:1px dotted #ccc;
}
.small_header {
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    background-color: #b9a06f;
}
.top_login {
    float: left;
    color: #fff;
}
.top_lo {
    text-decoration: none;
    color: #000;
}
.top_lo:hover
{
    color: #000;
text-decoration:underline;
}
.productview_form
{
	float:left;
	width:100%;
	margin-top:0px;
}
.view_product_list
{
	float:left;
	width:100%;
	margin-top:25px;
}


.leftprd_out
{
	float:left;
	width:100%;
	background:#e7e7e7cc;
	border:1px solid #e1e1e1;
	margin-top:20px;
	padding:10px 20px;
}

.delivery_icon
{
	float:left;
	width:70px;
	margin-top:5px;
}
.delp_out
{
	float:left;
	width:80%;
	padding-left:25px;
}
.left_tit1
{
	margin-top:0px;
	font-weight:normal;
	margin-bottom:5px;
}
.prd_pincode
{
	float:left;
	width:70%;
	margin-right:15px;
}
.check_pin
{
	float: left;
text-decoration: none;
background: #BB9B82 none repeat scroll 0% 0%;
color: #FFF;
font: bold 15px arial,sans-serif;
border: 1px solid #BB9B82;
padding: 5px 30px;
float: left;
text-align: center;
margin-top: 0px;
border-radius: 2px;
}
.social-share ul
{
	margin:0px;
	padding:0px;
}
.social-share li {
	display: inline-block;
	margin-right: 30px;
}
.social-share li:last-child {
	display: inline-block;
	margin-right: 30px;
}
.social-share li span {
	color: #454545;
	font-weight: bold;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.social-share li a {
	color: #666;
	font-size: 25px;
}
.social-share li a:hover {
	color: #bb9b82;
}
.social-share {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin: 20px  0 0;
	padding: 11px;
	font-size:18px;
	background:#f9f9f9;
}
.savbut
{
	display:inline-block;
	color:#F00;
	font-size:19px;
	position:relative;
	top:-1px;
    animation: blinker 1.5s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.prudu_det
{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:10px;
}
.prudu_det ul
{
	float:left;
	width:100%;
	list-style:url(../images/det-icon.png);
	padding-left:30px;
}
.view_icon
{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #bb9b82;
    margin-top: 0px;
}
.soci_x
{
    display: inline-block;
    width: 25px;
    height: 25px;
    background:url('../images/footer-social/x-social.png') no-repeat;
    top: 5px;
    position: relative;
}
.soci_x:hover
{
    background:url('../images/footer-social/x-social-hover.png') no-repeat;

}
.view_icon i
{
    font-size: 25px;
    line-height: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.prudu_det ul li
{
	float:left;
	width:100%;
	margin-top:6px;
}
.review_outer
{
	float:left;
	width:100%;
	margin-top:20px;
}
.owl-buttons
{
	margin-top:20px !important;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next
{
	padding:0px;
}
.no_prod
{
	float:left;
	width:100%;
	font-size:25px;
	color:#f00;
	margin-top:40px;
font-weight: 500;
}
.sub_cart
{
	font-size:13px;
	line-height:18px;
	position:relative;
	top:0px;
	display:inline-block;
	margin-left:-7px;
}
/*productpage close*/

/*shipping address*/
.top_cart_out
{
float:left;
width:100%;margin-top: 40px;
}
.top_cart_out ul
{
float:left;
width:100%;
padding:0px;
margin:0px;
list-style:none;
border:1px solid #ccc;
    background: #363737;
}
.top_cart_out ul li
{
float:left;
padding:7px 30px;
}
.top_cart_out ul li a
{
color:#fff;
text-decoration:none;
}
.top_cart_out ul li.active a
{
color:#000;
}
.top_cart_out ul li
{
border-right:1px solid #ccc;
}
.top_cart_out ul li.active
{
background:#fff;
border-bottom:1px solid #fff;
}
.shopping_cart_out
{
float:left;
border:0px solid #ccc;
width:100%;
padding:0px 10px;
padding-bottom:20px;margin-top: 30px;
border-top:0px;margin-bottom: 100px;
}
.un_dev
{
float:left;
margin-left:15%;
margin-top:30px; color:#800000; font-weight:bold; 
}
.shp_det_hed
{
float: left;
width: 100%;
font-size: 17px;
color: #bb9b82;
font-weight: 600;
text-transform: uppercase;
}
.ship_cart
{
margin-top:8px; float:right
}
.ship_cart1
{
float:right; width:60%; margin-top:10px; border-top:1px dashed #f9f9f9; padding-top:8px;font-weight: 500;
}

.shopping_outer
{
float:left;
width:100%;
margin-top:30px;
}
.sopping_inner
{
float:left;
width:100%;
margin-top:0px;
}
.sopping_inner table
{
width:100%;
background-color:#E1E1E1;
}
.shopping_tr
{
font-weight:bold; height:30px; color:#fff;
background-color: #bb9b82;
}
.shopping_tr th
{
padding:7px 10px;
border:1px solid #fff;
font-weight: 500;
}
.shopping_set
{
background-color:#fff;
}
.shopping_set td
{
padding:0px 10px 10px 10px;
border:1px solid #ccc;
}
.pricest_outer
{
float:left;
width:100%;
    background-color: #F2F2F2;
    padding: 10px 10px;
	border:1px solid #ccc;
	border-top:0px;
	clear:both;

}
.tot_price
{
float:right;
width:50%;
text-align:right;
}
.price_update
{
float:left;
width:50%;

}
.con_button
{
padding:3px 15px;border: 1px solid #1a75bc;
background-color: #1a75bc;
color:#fff;
}
.con_button1
{
background-color:#1e293d;
border:none;
}
.remove_ion
{
width:25px;
}
.rightside_product1 h3
{
margin:0px;
padding:0px;
color:#000;
margin-top:15px;
}
.shopping_set td a
{
color: #000;
    line-height: 23px;
    float: left;
    width: 100%;
    text-decoration: none;
    padding-top: 8px;
    font-size: 14px;
    height: 58px;
    overflow: hidden;
}
.shopping_set td a b
{
float:left; text-align:left; clear:both;color:#000;  padding-bottom:5px;
width:100%;
}
.price_qut
{
float:left;
width:50px;
border:1px solid #ccc;
}
.price_qut
{
	float:left;
	margin-top:5px;
border:1px solid #ccc;
}

.cartpage_outer
{
	float:left;
	width:100%;
	font-weight: bold;
color: #fff;
background-color: #158f16;
border:1px solid #ccc;
}
.cart_tits
{
	float:left;
	padding:5px 10px;
	border-left:1px solid #ccc;
}

.cart_tit1
{
	width:60%;
	border-left:0px;
}
.cart_tit2, .cart_tit3, .cart_tit4, .cart_tit5
{
	width:10%;
}
.cartdetpage_outer
{
	float:left;
	width:100%;
	border:1px solid #ccc;
	border-top:0px;
}
.cartdet_tits
{
	float:left;
	padding:5px 10px;
	border-left:1px solid #ccc;
	min-height:60px;
}

.cart_det1
{
	width:60%;
	border-left:0px;
}
.cart_det2, .cart_det3, .cart_det4, .cart_det5
{
	width:10%;
}
.tablecart_outer
{
	width:100%;
}
.cart_pdli img
{
	float:left;
}

.cart_pdli span
{
	display:inline-block;
  width: -webkit-calc(100% - 70px);
  width: expression(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: calc(100% - 70px);
}
.tablecart_outer
{
	font-size:18px;
	padding:10px 0px;
}
/*shipping address*/


.userreg_outer
{
	float:left;
	width:100%;
	text-align:center;
	padding-top:0px;
}
.userreg_inner
{
    display: inline-block;
    width: 500px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
}
.register-title {
font-size: 30px;
margin-top: 5px;
color: #158f16;
}
.register-input-container {
    margin: 20px;
    border: 1px solid #BFC0C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;
	overflow:hidden;
}
.reg_list
{
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
}
.reg_tex
{
	border:none;
	width:100%;
	padding:11px 15px;
}
.reg_list:last-child
{
	border:0px !important;
}
.reg_sub
{
	background:#bb9b82;
	color:#fff;
	border:none;
	font-size:20px;
	width:90%;
	text-align:center;
	padding:5px 0px;
	text-transform:uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.register_loginp
{
	float:left;
	width:100%;
	margin-top:15px;font-size: 15px;
}
.register_loginp a
{
	color:#bb9b82;
	text-decoration:none;
}
.register_loginp a:hover
{
	color:#f00;
}
.register_loginpl
{
	float:left;
	width:auto;
	padding-left:5%;
}
.register_loginpr
{
	float:right;
	width:auto;
	padding-right:5%;
}
/*cart*/
.dropdown
{
color: #555;
margin: 3px -22px 0 0;
width: 143px;
position: relative;
height: 17px;
text-align:left;
}
.submenu
{
background: #fff;
position: absolute;
top: 35px;
left: -10px;
z-index: 1000;
width: 135px;
display: none;
margin-left: 10px;
padding:0px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.root li a
{
color: #555555;
display: block;
padding: 4px 15px;
cursor: pointer;
text-decoration:none;
border-bottom:1px solid #ccc;
width:100%;
clear:both;
float:left;
}
.root li a img
{
	float:left;
	margin:0px;
	width:18px;margin-top: 5px;
	padding:0px;
}
.root li a span
{
	float:left;
	margin-left:8px;
	color: #000;
}

.root li a:last-child
{
	border-bottom:0px;
}
.root li a:hover
{
background:#e4e4e4;
color: #FFFFFF;
text-decoration: none;
}
.root
{
list-style:none;
margin:0px;
padding:0px;
padding: 0px 0 0 0px;
border-top:1px solid #dedede;
}
.clear
{
	clear:both;
}
/*cart*/


/*shopping details*/
.step_outer
{
float:left;
padding:2px 10px;
color:#fff;
background-color:#F18016 ;
margin-left:5px;
text-align:left;
}
.step_active
{
background-color:#0A3151;
}
.shopping_tb1
{
float:left;
width:100%;
margin-top:0px;
margin-bottom:20px;
padding:0px 0px;
}
.shopping_tb
{
width:50%;
}
.shop_step_button {
    float:right;
    padding: 5px 30px;
    color: #fff;
	background-color: #BB9B82;
border: 1px solid #BB9B82;
    margin-right:50%;
    margin-top: 20px;
    cursor: pointer;
}
.addres_out
{
float:left;
width:100%;
margin-top:20px;
}
.addres_out span
{
float:left;
width:30%;
}
.shop_tex
{
float:left;
width:70%;
border:1px solid #ccc;
height: 38px;
padding-left: 10px;
}
.shop_tex1
{
float:left;
width:70%;
border:1px solid #ccc;
padding-left:10px;
padding-top:5px;
}
.shop_tex2
{
width:63%;
}
.add_head
{
float:left;
width:97%;
padding-bottom:5px;
font-size: 22px;
color: #1a75bc;
border-bottom:1px solid #ccc;
}
.view_order
{
width:100%;
overflow:auto;
margin-top:25px;
border:1px solid #EFEFEF;
line-height:18px;

background: #fff;
padding: 20px;
}
.borderv_table
{
	float:left;
	width:100%;
}
.borderv_table th
{
	border:1px solid #fff;
	padding:10px;
	background:#bb9b82;
	color:#fff;
}
.borderv_table td
{
	padding:10px;
	border:1px solid #ccc;
}
.total_price
{
	background-color: #F2F2F2;
	color:#000;
}
.track_table
{
	width:100%;
}

/*shopping details*/
.order_er
{
	color:#f00;
	text-align:center;
    margin-top: 100px;
}
.order_gen
{
	color:#bb9b82;
}
.aboutpgs_outer
{
	float:left;
	width:100%;
	margin-top:20px;
}


/*contact page */
.contactpage_outer
{
	float:left;
	width:100%;
	margin-top:60px;
}
.contact-links {

    display: inline-block;
    position: relative;
    padding: 0 0 0 0;

}

.contact-links ul {

    float: left;
    width: 100%;
    padding: 0px 0 0 0px;
	list-style:none;

}

.contact-links-bullet {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
}

.contact-links-bullet .cont_icon {
float:left;
width:50px;
height:50px;
overflow:hidden;
border-radius:50%;
background:#bb9b82;
text-align:center;
padding-top:10px;

}

.contact-links span {
    float: left;
    padding: 0px 0px 0px  20px;
    color: #000;
    line-height: 24px;
	 width: -webkit-calc(100% - 54px);
  width: expression(100% - 54px);
  width: -moz-calc(100% - 54px);
  width: -o-calc(100% - 54px);
  width: calc(100% - 54px);
	
}

.contact-links span p {
    font-weight: 400;
	font-size: 20px;
	color: #bb9b82;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.contactenq_outer
{
	float:left;
	width:100%;
	margin-top:60px;
}
.conenq_out
{
	float:left;
	width:100%;
border: 1px solid #d8d8d8;
padding: 9px 25px;
font-size: 16px;
line-height: 22px;
margin-bottom: 15px;
}
.conenq_out1
{
	float:left;
	width:100%;
border: 1px solid #d8d8d8;
padding: 9px 25px;
font-size: 16px;
height:70px;
line-height: 22px;
margin-bottom: 15px;
}
.send_cont
{
	float:left;
    padding: 5px 10px;
    min-width: 150px;
	font-weight: 500;
font-style: normal;
color: #ffffff;
background-color: #bb9b82;
border:none;
border-radius: 30px;
text-transform:uppercase;
	    font-size: 20px;

}
.send_cont:hover
{
	background:#333333;
}
.cmap_outer
{
	float:left;
	width:100%;
	margin-top:30px;
	height:400px;
	border:1px solid #ccc;
}
/*contact page*/
.top_submenu .panel-body
{
	padding:0px 10px;
margin-bottom: 4px;
}
.iframe_vide
{
	float:left;
	width:100%;
	border:1px solid #ccc;
	height:400px;
}
.topsearsoc_outer
{
	float:right;
	margin-top:15px;
}
.hsearch_box
{
	float:left;
	padding-bottom:0px;
	margin-top:5px;
}
.search_text
{
	float:left;
	background:none;
	border:0px;
	border:1px solid #BB9B82;
	padding-left:10px;
}
.searchbut
{
	float:left;
	border:none;
	padding:0px;
	background:url(../images/search-tyicon.png) no-repeat center, #BB9B82;
	width:30px;
	height:30px;
}
.socail_list
{
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-left:15px;
}
.socail_list li
{
	display:inline-block;
	padding:0px 5px;
}
.counter_out
{
	float:left;
	position:relative;
	text-align:center;
	margin-top:-25px;
	margin-left:52%;
}