@charset "utf-8";
/* CSS Document */
/*********Home Page*****************/

@font-face {
    font-family: 'sanford_book';
    src: url('sanford-0103_demo-webfont.eot');
    src: url('sanford-0103_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('sanford-0103_demo-webfont.woff2') format('woff2'),
         url('sanford-0103_demo-webfont.woff') format('woff'),
         url('sanford-0103_demo-webfont.ttf') format('truetype'),
         url('sanford-0103_demo-webfont.svg#sanford_book') format('svg');
    font-weight: normal;
    font-style: normal;

}
#fl { display: inline-block !important;}.clear{clear:both;}
.chp{display: inline-block !important;}.font1{font-family: 'Josefin Sans', sans-serif;}
.font2{font-family: 'Abel', sans-serif;}.font3{	font-family: 'sanford_book';}
.Overlay{background-image:url(../images/overlay-bg.png); background-repeat:repeat; position:absolute; width:100%; height:100%; z-index:20000;}
.HEaderBg{ background-image:url(../images/header-bg.png); background-repeat:repeat; position:absolute; left:0; right:0; z-index:200000000;}
.logo{padding-top:5px; padding-bottom:5px;}
.NavBg{background-color:#000; background-repeat:repeat;}
.SmNav{font-family: 'Abel', sans-serif; color:#fff; font-size:13px;}
.SmNav a{color:#fff; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; display:inline-block;}
.SmNav a:hover{color:#f3f3f3; text-decoration:none;}
.TxtTransform{text-transform:uppercase;}
.Captcha .checkbox{ display:inline !important;}
.ProductsIndi h4{    font-family: 'Abel', sans-serif; text-transform: uppercase;color:#333;	font-size:24px; padding-top: 20px;}
.refine-search-box h3.ref-txt { color: #C49023; font-size: 18px;text-transform: uppercase; font-family: 'Open Sans',sans-serif;
    margin: 0; padding: 10px; color: #FFFFFF;    font-size: 18px; text-transform: uppercase;font-family: 'Open Sans',sans-serif; margin: 0;    padding: 10px; background-image: url(../images/nav-bg2.png); margin-bottom: 20px; position: relative; margin-bottom: 20px;position: relative;}
.refine-search-box h3.ref-txt:after {   position: absolute;    top: 31px;    left: 30px;
    content: "";        background: #737373;    width: 15px;    height: 15px;    transform: rotate(45deg);    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -o-transform: rotate(45deg);}
.refine-search-box {    border: 1px solid #EFEFEE;    min-height: 500px;}
.panel-group .panel {    margin-bottom: 0; border-radius: 4px;border: 0; background: #FFFFFF;}
.panel-default>.panel-heading {    color: #CDA144;    background-color: #FFFFFF;    border-color: #FDFAEF;    border: 0;}
.panel-group { margin-bottom: 20px; margin: 5px 5px 10px;}
.fitr-list {    padding: 0;    margin: 0;}
.fitr-list li {    margin: 5px 6px; list-style: none;}
.fitr-list li a {    font-size: 14px; font-family: 'Open Sans',sans-serif;    color: #3F3F3F;}
.fitr-list li a i {    margin-right: 3px;}
.feard-head {    color: #C49023;  font-size: 30px;text-transform: uppercase;font-family: 'Abel', sans-serif; border:2px solid #f3f3f3; padding:10px 15px; display:inline-block; margin:0 auto 30px;}
.feared-box { padding:20px; border:1px solid #e2e2e2}
.feared-box img {    width: 100%;    margin: 0 auto;}
.feared-box h4{font-family: 'Abel', sans-serif; text-transform:uppercase; border-top:1px solid #e2e2e2; padding-top:20px;}
.feared-box {    -moz-transition: .5s all ease;    -o-transition: .5s all ease;    -webkit-transition: .5s all ease;    transition: .5s all ease;}
.feared-box:hover {    -webkit-box-shadow: 0 0 5px #ccc;    -moz-box-shadow: 0 0 5px #ccc);    box-shadow: 0 0 5px #ccc;}
.FeaturedPdt{padding-top:50px; padding-bottom:50px;}
.DesktopDropdown{display:block;}
.TabDropdown{display:none !important;}
.DesktopDropdown{position:relative;}
.DesktopUl{position:absolute; width:250px;background-image:url(../images/nav-bg2.png); background-repeat:repeat;opacity:0; 
top:100px;-webkit-transition: 350ms display-none-transition; display:none; font-weight:300;}
.DesktopUl li a{color:#fff; text-align:left;background-image:url(../images/nav-bg2.png); background-repeat:repeat; padding:10px; display:block; border-left:3px solid transparent;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.DesktopUl li a:hover{ border-left:3px solid #C49023; padding-left:30px; transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; background-image:url(../images/nav-bg.png); background-repeat:repeat; text-decoration:none;}
.DesktopUl li{text-align:left; list-style-type:none; margin-left:-40px;}
.DesktopDropdown:hover .DesktopUl{opacity:1; top:46px; transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; display:block;}
.DesktopDropdown .active{ color:#C49023 !important;}
@-webkit-keyframes display-none-transition
                {
                0% {
                    display: none; 
                    opacity: 0;
					top:100px;
                    }

                1% 
                    {
                    display: block; 
                    opacity: 0;
					top:100px;
                    }

                100% 
                    {
                    display: block; 
                    opacity: 1;
					top:50px;
                    }
                }
.navbar-nav li {    position: relative;}
/*.dropdown-menu li:before{ display:none !important;}
.navbar-nav li:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    top: 19px;
    right: 0px;
    background: #ccc;
	transform:rotate(20deg); -webkit-transform:rotate(20deg);-o-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg); z-index:200000000000000000000000000000000;
}
.BeforeNone:before{ display:none !important;}*/
.Intro{ padding-top:80px; padding-bottom:100px; background-color:#fff;}
.IntroSec{padding:15px 25px !important;}
.IntroSec:hover{box-shadow:0px 0px 8px #ccc;-webkit-box-shadow:0px 0px 8px #ccc;-o-box-shadow:0px 0px 8px #ccc;-moz-box-shadow:0px 0px 8px #ccc;-ms-box-shadow:0px 0px 8px #ccc; transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; color:#C49023;}
.IntroSec h2{font-size: 26px; color:#333; text-transform:capitalize; font-weight:300;}
.IntroSec h3{ color:#C49023; text-transform:uppercase;font-size: 18px; padding-bottom:20px; border-bottom:1px solid #949494;}
.IntroSec:hover h2, .IntroSec:hover p{color:#C49023; transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
.IntroSec:hover h3{border-bottom:1px solid #C49023;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
.IntroMoreBtn{background-image:url(../images/arrowbuttonbg.png); background-repeat:no-repeat; width:40px; height:40px; display:inline-block;}
.IntroMoreBtn:hover{background-position:0 -40px;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
.RecentProjectsBg{color:#fff; background-image:url(../images/recent-projects-bg.jpg); background-repeat:no-repeat; background-size:100% 100%; background-attachment:fixed; padding-top:60px; padding-bottom:40px;}
.RecentPro h1, .Footer h1{font-size:33px; margin-top:0; text-transform:uppercase;}
.RercentProHEad{ margin: 0 200px 29px;   overflow: hidden;font-family: 'Abel', sans-serif;}
h1.RercentProHEad div:before, h1.RercentProHEad div:after{  background:#C49023;  display: inline-block;
content: '';    display: inline-block;height: 3px;position: relative;top: -11px;width: 100%;}
h1.RercentProHEad div:before{margin-left: -100%; margin-right: 40px;}
	h1.RercentProHEad div:after{margin-right: -100%;  margin-left: 40px;}
.RecentProSecTxt h3{font-size:25px;font-weight:bold;text-transform:uppercase;padding-bottom:20px;border-bottom:1px solid rgba(255, 255, 255, 0.4);}
.RecentProSecTxt{padding:50px 20px 11px 20px; border:1px solid rgba(255, 255, 255, 0.4); border-top:none;}
.MarBot50{margin-bottom:50px;}
.RecentProSecTxt a:link, .RecentProSecTxt a:visited{color:#fff;font-size: 25px;}
.RecentProSecTxt a:hover{color:#C49023;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
.TextimonialBg{background-color:#fff; padding-top:80px; padding-bottom:95px;}
.Lestimonial-logo{width:100%; height:100%; border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%; border:4px solid #D3D3D3;}
.text-right1{text-align:right;}
.TestimonialCont p{margin-top:10px; font-size:18px;}
.testimonial-hr{border-top:1px solid #D2D2D2; clear:both;}
.CientLogosH{padding:10px 5px;}
.TextiMoreBtn{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%; border:1px solid #333; color:#333 !important; width: 45px; height:45px;text-align:center; display:inline-block;}
.MarTMore{margin-top:10px; font-size:20px; cursor:pointer;}
.TextiMoreBtn:hover{ border:1px solid #C49023; color:#fff !important; background-color:#C49023;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;transform:rotate(315deg);-webkit-transform:rotate(315deg);-o-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg); }
.FooterBg{ background-image:url(../images/footer-bg.jpg); background-repeat:no-repeat; background-size:100% 100%; color:#fff; padding-top:30px; padding-bottom:30px;}
.Footer h1{margin-bottom:20px !important;}
.form-control1{ width:100%; border:1px solid #929091; background-color:transparent; padding-top:10px; padding-bottom:10px; padding-left:15px; margin-bottom:20px;}
.product-sort-bar { border: 1px solid rgb(243, 239, 232); padding: 8px 15px; margin-bottom: 20px; border-radius: 4px; background: #FFFDF6;}
.product-sort-bar .Showing {position: relative; color: #C49023; font-size: 13px; text-transform: uppercase; font-family: 'Open Sans',sans-serif;    float: left;margin-right: 20px;margin-bottom:0;}.Popularity-list-pera{margin-bottom:0;}
.product-sort-bar .alert-warning { margin-top: -2px; padding: 2px 15px 3px 5px;float: left; margin-bottom: 0;margin-right: 5px;}
.Popularity-list {  display: block; width: 100%; margin-top: -4px;  height: 32px;  padding: 4px 12px; font-size: 14px;line-height: 32px; color: #555; background-color: #EED6B2; background-image: none; border: 1px solid #FCF8E3; border-radius: 0px;  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}






.pr-detis-box .hed-box {
    border-bottom: 2px solid #666;
    margin-bottom: 3px;
	    padding-bottom: 20px;
}
.pr-detis-box{padding-left:15px;}

.pr-detis-box .pric-bar {
    padding: 10px 0;
    background: rgba(239,195,162,0.21);
}

.pr-detis-box .pric-bar h4 span.prc-off {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    margin-left: 10px;
}

.pr-detis-box .pric-bar span.ext-mkg {
    font-size: 12px;
    color: #333;
    padding: 0 10px;
    text-align: center;
	    display: inline-block;
    line-height: 20px;
    text-transform: capitalize;
}

.pr-detis-box .prc-sub {
    font-size: 13px;
    color: #333;
    padding-bottom: 9px;
    margin-top: 7px !important;
    border-bottom: 2px solid #666;
}

.pr-detis-box .ins-box-50 h4 {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0 5px;
}

.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 5px;
}

.col-item .photo img {
    margin: 0 auto;
    width: 60%;
}

.col-item .info {
    padding: 2px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    background: #FCF3EC;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}

.col-item .price {
/*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
    color: #555;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
/*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    margin-top: -6px;
    margin-bottom: 5px;
}

.col-md-12 .controls .btn-success {
    color: #fff;
    background-color: #985451;
    border-color: #62344D;
    padding: 4px 10px;
}

[data-slide="prev"] {
    margin-right: 10px;
}
.same-day-delivery h5{font-weight:bold; margin:0;     font-size: 12px; position:relative;}
.same-day-delivery h5:after{    position: absolute;
    content: "";
    top: 10px;
    left: 10%;
    background: url(../images/cet-lin.png) no-repeat 43px;
    width: 218px;
    height: 25px;}
#socialHolder .dropdown-menu li a{padding:1px 15px !important}	


.Table-compare {
  width: 100%;
}
.cd-panel-content .alert{padding:0;}
.Table-compare td, .Table-compare th {
    text-align: center;
    padding: 5px 2px;
    border: solid 1px #ccc;
    font-size: 14px;
}
.cd-panel-content .photo {    background: #FCF3EC;}
.col-item .photo img {
    margin: 0 auto;
    width: 60%;
}
.col-item-compre .photo img {
    margin: 0 auto;
    width: 99%;
}
.alert-compre{margin-bottom:15px;}
.col-item-compre .info {
    padding: 2px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    background: #FCF3EC;
    min-height: 76px;
}
.cd-panel-content .alert button.close {
    -webkit-appearance: none;
    padding: 5px;
    cursor: pointer;
    background: 0 0;
    right: 15px;
    z-index: 999;
    position: absolute;
    border: 0;
    background: #C1C1C1;
    border-radius: 100%;
}

.cd-panel-content .alert .close {
    float: right;
    font-size: 21px;
    background: #E7B118;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .7;
}
.Table-compare td {
  color: red;
}

.Table-compare .check {
  color: limegreen;
  font-size: 30px;
}

.Table-compare th:first-child, .Table-compare td:first-child {
    /* font-weight: bold; */
    color: #5D5D5B;
}

.Table-compare .visible-xs {
  display: none;
}

@media screen and (max-width: 768px) {
.Table-compare   .check {
    color: limegreen;
    font-size: 20px;
  }
.Table-compare   .visible-xs {
    display: table-row;
    background: #efefef;
  }
.Table-compare   .visible-xs td,.Table-compare  th {
    color: black;
    font-size: 20px;
    font-weight: bold;
  }
.Table-compare   td:first-child,
.Table-compare   th:first-child {
    display: none;
  }
}

.Table-compare .p {
  text-align: center;
  font-size: 13px;
  padding-top: 130px;
}

.same-day-delivery {
    padding: 10px;
   border: solid 2px #B66866;
    margin: 15px 0 0;
   background: #F8BCA9;
    min-height: 100px;
}

.dv-pic-box {
    padding: 10px;
    border: 1px solid #F8EADF;
}

.same-day-delivery p {
     font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.form-horizontal .panel{    box-shadow: none;border: 1px solid #F0AD4E;    border-radius: 0px;}
.form-horizontal .panel-default {
    border-color: #F0AD4E;
}
.emil-btn{padding:2px 4px; margin:0 auto; display:table; margin-top:-5px; margin-bottom:5px;     background: #FDFAEF; border:1px solid #e7e7e7; }

.same-day-delivery h4 {
    margin-top: 0 !important;
}

.pr-detis-box .search input {
    width: 100%;
    margin-left: 0;
}

.pr-detis-box .search .btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 1px;
}

.pr-detis-box .search {
    padding: 5px 0;
    width: 95%;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}

.pr-detis-box .search .btn-primary {
    color: #fff;
    background-color: #B66866;
    border-color: #B66866;
}

.spl-prce-box-accdn .list-group-item {
    border-bottom: 1px solid #F7F3E7 !important;
    background-color: #fff;
    border: 0 solid #F7F3E7;
    outline: none;
    padding-left: 0;
}

.spl-prce-box-accdn .list-group-item:hover {
    text-decoration: underline;
    background: none;
    outline: none;
}

.pr-detis-box .pric-bar h4 {
    color: #B66866;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
	    float: left;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
}
.elevatezoom-gallery{    opacity: 0.4;}
.elevatezoom-gallery.active{opacity: 10 !important; }
a {
    color: #DC955F;}

.pr-detis-box h3 {
    color: #D49E20;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.pr-detis-box h6 {
    color: #666;
    font-weight: 300;
    margin: 5px 0;
}
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}
.two_columns_alpha_availableBy {
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    color: #a7a7a7;
    margin: 5px 0 0px 0;
    text-align: center;
    text-shadow: rgba(0,0,0,0.5) 0px -1px 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 4px;
    border: 1px solid #E8E8E8;
    height: 100%;
    width: 140px;
    zoom: 1;
    vertical-align: middle;
    line-height: 25px;
}
.guarantee-seal-box{    padding: 10px;
    border: 1px solid #FCF8E3;
    float: left;
    width: 100%;
    background: #FCF8E3; margin-top:20px;}
	.guarantee-seal-box img{float:right;    opacity: .6;}
	.guaratee-list{margin:0; padding:0; float:left;}
.guaratee-list li {
    list-style: none;
    font-weight: 600;
    font-size: 13px;
    color: #D87F5E;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.guaratee-list li i{    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #EDE9D7;
    color: #B66866;}
.star-btm-prodls i{font-size:80px; color:#EED44B}	
.star-btm-prodls{    width: 85px;
    float: left;margin-left: 25px;
    height: 120px;}
.peoples-rting{    padding: 5px;
    float: left;
    border: 1px solid #F8F4F4;
    margin-bottom: 5px;}	
.peoples-rting .rating-box{float:left; margin:0;}
.peoples-rting .rating > label:before {
    margin: 2px;
    font-size: 1.0em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.bar-ul-btm{margin:0; padding:0;}	
.bar-ul-btm li{list-style:none;margin-left:15px; margin-bottom:4px;}
.bar-ul-btm li span{line-height:20px;}
.star-btm-prodls p{color:#FFF; margin-top:-50px;    margin-left: 25px;}
.bar {
    background-color: #f2f2f2;
    width: 125px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    height: 16px;
    vertical-align: bottom;
    position: relative;
}
.progress {
    line-height: 12px;
    height: 15px;
    background-color: #eed44b;
    border: 1px solid #eed44b;
}
.panelspl-fr-detils .panel-body{padding:0 !important;}
.dtils-tp-drops {
    margin-top: -4px;
    padding: 0px;
    height: 40px;
    border-radius: 0;
    color: #666666;
    border: 1px solid rgb(102, 102, 102);
    line-height: 28px;}
	.red{color:#F00}
	.panelspl-fr-detils-spl-r .panel-heading .panel-title {padding:10px 0 10px 0}
.line-through-acc-r{text-decoration:line-through; margin-left:5px ; padding-left:5px}	
	.plus-acc-rght{float:left; font-size:20px; font-weight:600; line-height:64px;}
	.rgt-acco-ins-bx{float:left; margin-left:3px ; margin-right:3px; margin-top:7px; width:auto;}
	.rgt-acco-ins-bx p{margin-bottom:0;} .rgt-acco-ins-bx hr{margin:2px !important  ;   border-top: 1px solid #B2B2B2;}
.panelspl-fr-detils .panel-heading .panel-title{background:#fff !important     ;border-bottom: 0px solid #ddd;}
.panelspl-fr-detils{ border:0px !important;  margin-bottom:0;   -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.00) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.00) !important;     border-radius:0 !Important}
.panelspl-fr-detils .panel-heading{    padding:0 !important; background:#fff}
.panelspl-fr-detils .panel-heading .panel-title>a{ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important; text-transform:uppercase;     color: #B66866;}
.line-through{  
    text-decoration: line-through;}	
.pro-review .head-sort{}	
.pro-review .wht-bg{background:#fff; padding:5px;}
.pro-review .wht-bg h4{margin-bottom:0; margin-top:0;color: #D49E20;}
.pro-review .wht-bg .rating-box{margin-top:-13px}
.pro-review{    padding: 5px 100px; background: #FCF3EC; margin:15px;}
.pro-review .riwe-detils{  background: #FCF3EC;}
.pro-review .wht-bg{  background: #FCF3EC;}
.riwe-img-pro img{width:100%; height:auto;}
.final-cheknav-tabs li{ float:left !important; margin-right:2px !important; }
.final-cheknav-tabs {float:inherit !important}
.panel { margin-bottom: 0px;background-color: #FCF8E3 !important;}
.riwe-detils{    background: #fff; padding:7px;}
.line-through-off{  color: #C60; margin-left:7px;}
.panelspl-fr-detils .panel-title>a.accordion-toggle:after {color:#666 !important}
.ckbox-rgt{    padding: 0; float: left; margin: 9px 9px 0px 9px; }
.hide-customization hr{    margin: 2px !important;border-top: 1px dashed #B2B2B2;}
.dropdown-colorselector>.dropdown-menu {
  top: 80%;
  left: -7px;
  padding: 4px;
  min-width: 130px;
  max-width: 130px;
}


.dropdown-colorselector>.dropdown-menu>li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}

.btn-colorselector {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 0;
}
.rdio-spn{    padding: 0 15px;}
.form-bordered .control-label{font-weight:normal; line-height:35px;}
.dropdown-menu.dropdown-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.funkyradio div {
  margin: 0 5px;
  overflow: hidden;
      float: left;
	  width:auto;
}
.form-desn h4{margin:0;}
.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #F0AD4E;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
      line-height: 3.1em;
  text-indent: 0em;
 margin-top: 0em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  background: none;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: 0;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
      background-color: rgba(240, 173, 78, 0.71);
      text-align: center;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 80%;
    margin-left: 5px;
    border-radius: 0;
    margin-bottom: 5px;
    margin-top: 7px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #D8A31E;
    border-color: #E2AC1C;
}

.spn-or-cl-txt {
    color: #666;
    font-weight: 600;
    margin: 5px 0 5px 10px;
}

.box-prc-btm-prt-ibox a i {
    color: #985451;
    margin-right: 3px;
}

.box-prc-btm-prt-ibox a {
    font-size: 12px;
    margin-right: 3px;
    color: #985451;
}

.panel-title>a {
    position: relative;
}
.panel-title>a {
    color: inherit;
    min-width: 100%;
    display: inherit;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 70%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.drop-vewmore-btn{text-transform:uppercase;display:block; margin-top:100%; padding:5px 10px}
.drop-vewmore-btn:hover:after {
    width: 80% !important;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px solid #EEB911;
    height: 35px !important;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #E6B01B;
    background-color: #FFF;
    box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.15);
}

.guy-nw-btn {
    padding: 7px 15px;
    border: 2px solid #F90;
    color: #F90;
    font-size: 15px;
    background: rgba(239,195,162,0.21);
    font-weight: 600;
}

.guy-nw-btn:hover {
    background: #F90;
    color: #fff;
}

.mega-dropdown-menu-2 {
    width: 40% !important;
}
.menutbt-box:hover{background:#E5E5E5}
.menutbt-box .menutbt-tx {
          color: #FF9900;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #D8A31E;
    border-color: #E2AC1C;
}

.spn-or-cl-txt {
    color: #666;
    font-weight: 600;
    margin: 5px 0 5px 10px;
}

.box-prc-btm-prt-ibox a i {
    color: #985451;
    margin-right: 3px;
}

.cd-faq {
  width: 100%;

  margin: 0em 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 0 0;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 15px;

    font-weight: 600;
    padding-left: 24px;
    padding: 0 15px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
.cd-faq-categories {
    position: absolute;
    top: 0;
    padding-left: 25px;
    left: 0;
    width: 250px;
    z-index: 2;
}
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 250px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 15px;

  font-weight: 700;
  color: #666;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
      background: #FDFAEF;
    margin-bottom: 6px;
	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
	list-style:none;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
.cd-faq-trigger {
    font-size: 20px;
    font-weight: 300;
    background: #FDFAEF;
    margin: 0;
    border: 1px solid #ECECEC;
	    text-decoration: none !important;
    padding: 20px 50px 20px 20px;
}
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
	
	    content: '';

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 14px;

  line-height: 1.4;
    color: #626262;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
	    margin-top: 15px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

.box-prc-btm-prt-ibox a {
    font-size: 12px;
    margin-right: 3px;
    color: #985451;
}

.table-bordered>tbody>tr>td .checkbox input[type=checkbox],.table-bordered>tbody>tr>td .checkbox-inline input[type=checkbox],.table-bordered>tbody>tr>td .radio input[type=radio],.table-bordered>tbody>tr>td .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
     margin-left: 10px; 
}
.nxt-proct-dtils-wrp .panelspl-fr-detils{border: 1px solid #DDD !important;}.nxt-proct-dtils-wrp .table-striped{    border: 1px solid #DDD !important;}
.pagination-product .pagination {
    display: table !important;
    padding-left: 0;
    background: #FFFDF6 !important;
	border: 1px solid rgb(243, 239, 232) !important;
	    color: #C49023 !important;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto !important;
}


.pagination-product .pagination>.active>a, .pagination-product .pagination>.active>a:focus, .pagination-product .pagination>.active>a:hover, .pagination-product .pagination>.active>span, .pagination-product .pagination>.active>span:focus, .pagination-product .pagination>.active>span:hover {
    z-index: 2; 
    color: #fff !important;
    cursor: default;
    background-color: #E29E13 !important;
    border-color: #C28509 !important;
}
.pagination-product .pagination>li>a,.pagination-product .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #E79B00 !important;
    text-decoration: none;
    background-color: #FFFDF6 !important;
    border: 1px solid #F3EFE8 !important;
}

.passbook hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;}
.nxt-proct-dtils-wrp .panelspl-fr-detils .table-striped{    border: 0px solid #DDD !important;}
.rgt-acco-ins-bx p{font-size:13px;}
.panel-title>a.accordion-toggle:after {
    position: absolute;
    top: 2px;
    content: "\f068";
    right: 5px;
    top: 5px;
    font-family: FontAwesome;
    font-size: 16px;
}
.wish-btn:hover{color:#D49E20}
.panel-title>a.collapsed:after {
    content: "\f067" !important;
}

.customers-vw-txt {
    color: #3F3C3C;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    margin: -10px 0 0;
}

.nxt-proct-dtils h3 {
    color: #3F3C3C;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.nxt-proct-dtils-wrp h4 {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    background: #FCF3EC;
    padding: 10px;
}

.table-striped {
    margin-bottom: 3px;
}

.pr-dt-frm-wrp-sub {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #FCF3EC;
}

.pr-dt-frm {
    margin-top: 15px;
}

.pr-dt-frm label {
    color: #333;
    font-size: 14px;
    font-weight: 300;
}

.pr-dt-frm .form-control {
    border: 1px solid #333;
    border-radius: 0;
}

.pr-dt-frm-wrp h3 {
    color: #3F3C3C;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.box-Diamonds ul {
    margin: 0 0 0 5px;
    padding: 0;
}

.box-Diamonds ul li {
    list-style: none;
    margin: 0;
    padding: 0 3px;
    float: left;
}

.edu-list-mnu ul {
    margin: 0 0 10px;
    padding: 0;
}

.edu-list-mnu ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.edu-list-mnu ul li a {
    padding: 4px 10px;
    float: left;
}

.mega-dropdown-menu-3 {
    width: 16% !important;
}

.edu-list-mnu ul li a:after {
    height: 30px !important;
}

.gold-list {
    margin: 0;
    padding: 0;
}

.gold-list li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.gold-list li a {
    margin: 0;
    padding: 0 5px !important;
    line-height: 25px;
    text-decoration: none;
}

.gold-list li a:after {
    height: 25px !important;
}

.Gold-h4 {
    font-size: 14px;
    color: #E6B01B;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    border-bottom: 1px solid #E6B01A;
    padding-bottom: 7px;
}

.box-Diamonds ul li a:after {
    display: none;
}

.Diamond {
    width: 43px;
    height: 43px;
    float: left;
    overflow: hidden;
    background: url(../images/diamonds-bg.png) no-repeat;
}

.Diamond-1 {
    background-position: -14px -94px;
}

.Diamond-2 {
    background-position: -58px -94px;
}

.Diamond-3 {
    background-position: -103px -94px;
}

.Diamond-4 {
    background-position: -152px -94px;
}

.Diamond-5 {
    background-position: -199px -94px;
}

.Diamond-6 {
    background-position: -240px -94px;
}

.Diamond-7 {
    background-position: -279px -94px;
}

.Diamond-8 {
    background-position: -323px -94px;
}

.Diamond-9 {
    background-position: -370px -94px;
}

.Diamond-10 {
    background-position: -420px -94px;
}

.Diamond-1:hover {
    background-position: -14px -14px;
}

.Diamond-2:hover {
    background-position: -58px -14px;
}

.Diamond-3:hover {
    background-position: -103px -14px;
}

.Diamond-4:hover {
    background-position: -152px -14px;
}

.Diamond-5:hover {
    background-position: -199px -14px;
}

.Diamond-6:hover {
    background-position: -240px -14px;
}

.Diamond-7:hover {
    background-position: -279px -14px;
}

.Diamond-8:hover {
    background-position: -323px -14px;
}

.Diamond-9:hover {
    background-position: -370px -14px;
}

.Diamond-10:hover {
    background-position: -420px -14px;
}

div.bhoechie-tab-menu div.list-group>a.active {
    background-color: #FDFAEF !important;
    background-image: #5A55A3;
    color: #fff;
}

div.bhoechie-tab-menu div.list-group>a:after {
    display: none !important;
}
.view-all-btn{font-size:16px; color:#F60; font-weight:500;}
.guy-nw-btn-spl{ font-size:11px !important; font-weight:600 !important; line-height:15px !important; margin:0 auto !important; display:table !important; border:1px solid #F90 !important;    padding: 1px 3px !important;}
.Shopping-cart-top-drp img{width:40%; float:left;}
.Shopping-cart-top-drp p{float:left; margin-bottom:5px; }
.Shopping-cart-top-drp .price-txt{font-weight:500; color:#F90;}
.input-group-add-plis-int .btn{padding:6px 3px !important}
.wish-tbl-crt-ttn a{margin:0 10px;}.wish-tbl-crt-ttn a i{font-size:16px;}
.summery-detil-right p{margin-bottom:3px;}.summery-detil-right p span{color:#F60; font-weight:600;}
.discount-line{border-bottom:1px solid #CCC;}
.final-cheknav-tabs li a{ font-size:20px; color:#fff;}
.final-cheknav-tabs > li.active > a, .final-cheknav-tabs > li.active > a:hover, .final-cheknav-tabs > li.active > a:focus {
    border-top: 1px solid #CCC;border-left: 1px solid #CCC;border-right: 1px solid #CCC;
}
.box-panel-final{padding: 5px 15px;}
.tab-content-finl-chek{  padding:15px;  border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;
    margin-top: -1px;}
.box-img-find-gift{    padding: 10px;
    border: 1px solid #DDD;
    margin: 0 10px 0 10px;text-align:center;}
.box-img-find-gift img{width:70%; margin:0 auto; display:table; text-align:center;}	
.box-img-find-gift h4{text-align:center; margin:0;}
.box-img-find-gift h5{text-align:center; margin:0;}
.icons-pymnrt{ border: 1px solid #F1F1F1;
    text-align: center;
    border-radius: 5px;}
.icons-pymnrt img{width:100%;}
.bing-ad-h4{    padding: 10px !important;
    background: #E2DCC7 !important;
    color: #3D3D3D !important;}
.tab-content-finl-chek .tab-pane{    padding-top: 0px;}
.chek-btn-drop   { margin: 0 15px 3px 15px !important;
    display: block !important;
    background: #F60 !important;
    color: #FFF !important;
    text-align: center; }

.Share i{
    color: #ECB612 !important;
}
.alert-compare-box{padding:0; margin:0; background:none; display:none; border:0;}
.alert-compare-box .close{    position: relative; top: 0px !important; right: 2px !important;  color: #000;opacity: .8; z-index: 99;}
.active-blok{display:block !important}	
.open-comre{ position: fixed !important; display: block !important; top: 0; width: 85%; z-index: 99999;}
.compare-Affix{background: #F0EFEF;  display: block !important;position:relative; border: 1px solid #E9E7E7; padding: 10px 10px 10px 0;}
.compare-Affix img{width:100%;    max-height: 60px;}
.compare-Affix .alert{padding:5px; margin-bottom: 2px;  background: #F8F8F8; border:1px solid #F4F1F1 }
.compare-Affix .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -6px; right: -4px; color: inherit; font-size: 14px;}
.compare-Affix p{font-size:13px; line-height:17px; margin-bottom:0;}
.guy-nw-btn-sml{    padding: 2px 7px; border: 2px solid #F90; margin-top:12px !important; color: #F90; font-size: 12px; background: rgba(239,195,162,0.21); font-weight: 600;}
.breadcrumb {  padding: 8px 15px; margin-top: 5px; margin-bottom: 20px; list-style: none;  background-color:#EED6B2 !important/* rgba(253,250,239,0.44) !important*/; border-radius: 4px;}.refine-search-box { border: 1px solid #EFEFEE;  min-height: 500px;}
.j-pro-box-detail-right{display:none; position:absolute; left:0; top:0; width:  }.j-pro-box:hover{}
.j-pro-box {  margin-bottom: 35px; background: #FDFAEF;  padding: 10px;	position:relative; border: 1px solid #EFEFEE;}
.fa-heart-btnselected{background: #ECB612 !important;    margin-right: 5px; margin-top: 2px;}.fa-heart-btnselected i{ color:#fff !important;}	
.breadcrumb>li+li:before { padding: 0 5px; color: #EBA05D !important; content: "/\00a0";}
.j-pro-box:hover .fa-heart-btn{   }.fa-heart-btn{ margin-right: 5px; margin-top: 2px;}
.j-pro-box-top-po .checkbox{float:left;}.j-pro-box-top-po .rating-box{float:left; margin-top:-2px; margin-left:-8px;}
.shre-box{width:auto; height:auto; background:none; float:left;}.shre-box i { line-height: 20px; color: #ECB612; font-size: 20px; text-align: center;}
.alert-top{margin: 10px 0; padding: 10px; background: #FDFAEF; border: 1px solid #EED6B2;}
.alert-top i{    margin-right: 6px; color: #65364E;}.j-pro-box-top-po .fa-heart-btn i{margin:0 !important;}.j-pro-box-top-po .Share i{margin-right:0 !important;}.j-pro-box-top-po .Share{margin-right:10px;}
.compare-box { float: left; margin-left: 36px; margin-top: 1px; margin-bottom: 1px; height: 34px; text-align: center; width: 34px; line-height: 33px; overflow:hidden; background:url(../images/compare.png) no-repeat 1px 2px #fff ; border-radius: 50%;}
.compare-box:hover{ background: url(../images/compare.png) no-repeat -34px 2px #fff;}
.j-pro-box-top-po .rating-box .rating > label:before { margin: 3px;  font-size: 1.10em;  font-family: FontAwesome; display: inline-block; content: "\f005";}
.tag-new-product a {padding: 5px 10px; border: 2px dashed #FDFAEF; background: #E29E13; color: #FFF; border-radius: 100%;}
.tag-new-product { position: absolute; left: 20px; top: 50px;}.PdtDtlShareRating{ width:24% !important;}
.j-pro-box-top-po{    position: absolute;    right: 0; top: 0; width: 100%; background: #F7F3E5; border-bottom: 1px solid #FDFAEF; }
.fa-heart-btn{float: right; height: 30px; width: 30px; background: #fff; border-radius: 50%;text-align:center}
.fa-heart-btn i{ font-size:20px; line-height:30px; text-align:center;color:#ECB612;}
.fa-heart-btn:hover{ background: #ECB612;}.fa-heart-btn:hover i{ font-size:22px; line-height:30px; text-align:center;  color:#fff; }
.bnr-bg {/*    background: url(../images/bg_banner.jpg);*/ margin-top: 0;  background-size: 100% 225px;}
.search-form .form-group input.form-control { padding-right: 20px; border: 0 none; background: transparent; box-shadow: none;  display: block;}
.search-form .form-group input.form-control::-webkit-input-placeholder { display: none;}
.search-form .form-group input.form-control:-moz-placeholder {/* Firefox 18- */ display: none;}
.search-form .form-group input.form-control::-moz-placeholder {/* Firefox 19+ */  display: none;}
.search-form .form-group input.form-control:-ms-input-placeholder {  display: none;}
.search-form .form-group:hover,.search-form .form-group.hover {  width: 100%; border-radius: 4px 25px 25px 4px;}
.search-form .form-group span.form-control-feedback { position: absolute; top: -1px; right: -2px; z-index: 2; display: block; width: 34px;
    height: 34px; line-height: 34px; text-align: center; color: #CF9724; left: initial; font-size: 14px;}
.carousel-caption h3 {  font-family: 'Roboto',sans-serif;font-size: 80px; font-weight: 800; color: #E86387;   text-transform: uppercase;}
.f-sz-cr { font-size: 60px !important; color: #BD7F58;}.f-cr { color: #fff;}
.carousel-caption {   right: 20%; left: -20%; padding-bottom: 30px;bottom: -20px;}
.nav-main li a:hover { color: #EEB911 !important;  position: relative;  -moz-transition: 1s all ease;  -o-transition: 1s all ease;  -webkit-transition: 1s all ease; transition: 1s all ease;}
.nav-main li a { position: relative; -moz-transition: 1s all ease;  -o-transition: 1s all ease; -webkit-transition: 1s all ease;  transition: 1s all ease;}.search-form .form-control{ height: 30px;}
.nav-main li a:hover:after { width: 100%; position: absolute;top: 2px; left: 0; content: ""; border: 2px solid #EEB911; height: 30px;}
.nav-main li a:after { height: 0; position: relative; -moz-transition: 1s all ease; -o-transition: 1s all ease; -webkit-transition: 1s all ease;
    transition: 1s all ease;}
.sub-itms {  padding: 0 !important;}.sub-itms-box { width: 100%;}.sub-itms-box img {    width: 100%;}
.navbar-nav-top-head li a:after {    position: absolute; width: 1px;  height: 25px; content: "";top: 20%;right: 0; background: #D9D9D9;}
.cp-navbar-default { background: #FDFAEF;}.navbar-brand {    float: left; height: auto;  padding: 5px 5px;}.navbar {   margin-bottom: 0;}
.nav-main li a {    color: #3F3F3F !important; font-size: 15px !important; font-family: 'Open Sans',sans-serif;text-transform: uppercase;   padding-top: 7px;    padding-bottom: 7px;}.abt-btn-hmn:hover { background: #C49023;  color: #FFF;}
.feared-box {    background: #F4F4F4;    width: 99%;  padding: 1%;}.feared-box img { width: 100%; margin: 0 auto;}
.dropdown-colorselector{float:left; padding:10px 0 7px 0px; margin-left:10px;}
.mega-dropdown .dropdown-menu {  right: 46px !important; left: inherit !important;top: 90%;}
.panel-myacond{    border-color: #FDFAEF;}.panel-myacond>.panel-heading {        }
.panel-myacond >.panel-heading {color: #333 !important; background-color: #FDFAEF !important;  border-color: #FDFAEF !important;}
.panel-myacond .panel-tabs > li > a:hover { border-color: transparent;color: #ffffff;  background-color: rgb(255, 199, 16) !important;}
.panel-tabs-my-ac{bottom:0 !important; margin-top: -30px;}
.panel-myacond .panel-tabs > li.active > a{color: #fff; cursor: default; -webkit-border-radius: 2px;  -moz-border-radius: 2px;border-radius: 2px; background-color: rgb(255, 199, 16) !important; border-bottom-color: transparent; border: 1px solid #E7B115;}	
.panel-myacond .panel-tabs > li > a { margin-right: 2px; margin-top: 4px; line-height: .85; border: 1px solid #A7A7A7; border-radius: 4px 4px 0 0;
    color: #333333;}	
.feared-box h4 { color: #605D5B; font-size: 16px;margin-top: 15px; margin-bottom: 10px;text-align: center; font-family: 'Roboto',sans-serif;}
.feared-box a { padding: 6px 15px; border: 1px solid #C49023; color: #C49023; margin: 0 auto; display: table; font-size: 15px; text-transform: uppercase;  font-family: 'Roboto',sans-serif; margin-bottom: 10px;}
.feared-box a:hover { background: #C49023;  color: #FFF;}
.bg-image {background: url(../images/bg-image.jpg) no-repeat center center fixed; -webkit-background-size: cover;   -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover; height: 550px;}
.bg-image h1 {color: #493D3D; font-size: 65px; font-family: 'Roboto',sans-serif; padding-top: 30px;  font-weight: 400;  margin-bottom: 20px;}
.feared-box { -moz-transition: .5s all ease; -o-transition: .5s all ease; -webkit-transition: .5s all ease; transition: .5s all ease;}
.feared-box:hover {  -webkit-box-shadow: 0 0 5px 2px rgba(181,181,181,1);  -moz-box-shadow: 0 0 5px 2px rgba(181,181,181,1); box-shadow: 0 0 5px 2px rgba(181,181,181,1);}
.carousel-indicators .active {  width: 12px; height: 12px; margin: 0; background-color: #E2AC1C;}
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer;
    background-color: #000\9;background-color: rgba(0,0,0,0); border: 1px solid #040404;border-radius: 10px;}
.bg-image h1 span {   color: #C49023;}.bg-image p {color: #3F3C3C;}
.abt-btn-hmn { padding: 15px 25px;  margin-top: 50px; border: 1px solid #C49023; color: #C49023;display: table; font-size: 16px;
    font-family: 'Roboto',sans-serif; margin-bottom: 10px;}.top-space-p { padding-top: 50px;}
.fotr-bg {  margin-top: 30px;   background: url(../images/fotr-bg.png) center;}
.copy-bg { background: rgba(209,178,157,0.52); padding: 4px 0;}.list-ftr {  margin: 0 0 15px;  padding: 0;}
.list-ftr li a { color: #626262;  font-size: 14px; line-height: 22px;  font-family: 'Roboto',sans-serif;}
.list-ftr li { list-style: none;}.list-ftr li a i {  color: #BB975F;  margin-right: 5px;}
.frtr-head { color: #9B7400; font-size: 17px;font-weight: 300;  font-family: 'Roboto',sans-serif;  text-transform: capitalize; margin-bottom: 12px;}
.contact-pera p{margin-bottom:7px; line-height:20px}.input-group-addon{ border:1px solid #000}.map-fter{border:1px solid #B1A8A1; width:95%}
.input-group-addon { padding: 9px 3px; font-size: 14px;  width: auto;  font-weight: 400;line-height: 1;
    color: #FCFAF8;  margin-right: 21px;text-align: center;  background-color: #E3D0C3;
    /* border: 1px solid #E3CFC2; */ border-radius: 0px; border: 1px solid #B1A8A1 !important;}
.Subscribe-btn{border-radius: 0; background: #EBB447; border: 1px solid #CA901D; margin-top: 1px;  float: right;}
.newstput{    float: left; width: 88%;background: #E3D0C2; color: #fff; border-radius: 0;  border: 1px solid #B1A8A1;}
.ads-btm img {-moz-transition: .3s all ease; -o-transition: .3s all ease;  -webkit-transition: .3s all ease; transition: .3s all ease; opacity: .8;}
.feard-head { color: #C49023; font-size: 30px;  text-transform: uppercase; font-family: 'Open Sans',sans-serif; margin-bottom: 30px;}
.ads-btm img:hover {    opacity: 1;  -ms-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);  transform: scale(1.05,1.05);}
.grid {position: relative; list-style: none; text-align: center;}
/* Common style */
figure.effect-bubba-txt h2 {   padding-top: 6% !important;}
.grid figure { position: relative; overflow: hidden; min-width: 100%; background: #3085a3; text-align: center; cursor: pointer;}
.grid figure img {   position: relative; display: block; min-height: 100%; max-width: 100%; opacity: .8;}
.grid figure figcaption {   padding: 2em;  color: #fff;  text-transform: uppercase;  font-size: 1.25em;  -webkit-backface-visibility: hidden;  backface-visibility: hidden;}
.grid figure figcaption::before,.grid figure figcaption::after {  pointer-events: none;}
.grid figure figcaption,.grid figure figcaption > a { position: absolute;  top: 0;  left: 0; width: 100%;  height: 100%;}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {  padding: 5px 12px; opacity: 1;  border: 2px solid #fff; color: #fff;width: auto; top: 65%;
    left: 33%;height: auto; margin: 0 auto;display: table; -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;-webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0);
    font-size: 13px;font-weight: 300;  font-family: 'Roboto',sans-serif;}
div.bhoechie-tab-container {}
.mega-dropdown-menu {  padding: 0;}
div.bhoechie-tab-menu {    padding-right: 0;  padding-left: 0;   padding-bottom: 0;}
div.bhoechie-tab-menu div.list-group {  margin-bottom: 0;  padding-top: 10px;  background: #FFF;}
.navbar-nav>li>.dropdown-menu { border: 1px solid #FDFAEF; box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);}
.list-group-item {    position: relative; display: block;  padding: 7px 15px; margin-bottom: -1px; background-color: #fff;  border: 1px solid #F7F3E7;}
.product-grid .list-group-item { position: relative; display: block; padding: 0px; }
div.bhoechie-tab-menu div.list-group>a { margin-bottom: 0;}
div.bhoechie-tab-menu div.list-group>a .glyphicon,div.bhoechie-tab-menu div.list-group>a .fa {  color: #5A55A3;}
div.bhoechie-tab-menu div.list-group>a:first-child {  border-top-right-radius: 0;  -moz-border-top-right-radius: 0;}
div.bhoechie-tab-menu div.list-group>a:last-child { border-bottom-right-radius: 0;  -moz-border-bottom-right-radius: 0;}
div.bhoechie-tab-menu div.list-group>a.active,div.bhoechie-tab-menu div.list-group>a.active .glyphicon,div.bhoechie-tab-menu div.list-group>a.active .fa {background-color: #5A55A3; background-image: #5A55A3; color: #fff;}
div.bhoechie-tab-menu div.list-group>a.active:after {  content: ''; position: absolute; left: 100%;  top: 50%; margin-top: -13px;
    border-left: 0; border-bottom: 13px solid transparent; border-top: 13px solid transparent;border-left: 10px solid #5A55A3;}
div.bhoechie-tab-content {  background-color: #fff; /* border: 1px solid #eeeeee; */  padding-left: 20px; padding-top: 10px;}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) { display: none;}
.grid figure figcaption > a:after {    position: absolute;    left: 100px;    top: 13px;    width: 50px;    height: 1px;    content: "";    background: #fff;}
.grid figure figcaption > a:before {position: absolute;   right: 100px;  top: 13px;  width: 50px;  height: 1px;   content: "";  background: #fff;}
.grid .effect-bubba-txt figcaption > a {  left: 42% !important;}
.grid figure figcaption:hover a {    opacity: 1;  background: #FFF;  color: #C99323; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.grid figure h2 { word-spacing: -.15em; font-weight: 700; font-family: 'Open Sans',sans-serif;}
.grid figure h2 span {   font-weight: 700;    font-family: 'Open Sans',sans-serif;}.grid figure h2,.grid figure p {    margin: 0;}
.grid figure p {    letter-spacing: 1px; font-size: 68.5%;}
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img { max-width: none;width: -webkit-calc(100% + 50px); width: calc(100% + 50px);
    opacity: .7;-webkit-transition: opacity 0.35s,-webkit-transform .35s;transition: opacity 0.35s,transform .35s; -webkit-transform: translate3d(-40px,0,0); transform: translate3d(-40px,0,0);}
figure.effect-lily figcaption { text-align: left;}
figure.effect-lily figcaption > div { position: absolute;  bottom: 0;  left: 0; padding: 2em;  width: 100%; height: 50%;}
figure.effect-lily h2,figure.effect-lily p {    -webkit-transform: translate3d(0,40px,0);   transform: translate3d(0,40px,0);}
figure.effect-lily h2 { -webkit-transition: -webkit-transform .35s; transition: transform .35s;}
figure.effect-lily p { color: rgba(255,255,255,0.8); opacity: 0;  -webkit-transition: opacity 0.2s,-webkit-transform .35s;    transition: opacity 0.2s,transform .35s;}
figure.effect-lily:hover img,figure.effect-lily:hover p { opacity: 1;}
figure.effect-lily:hover img,figure.effect-lily:hover h2,figure.effect-lily:hover p {   -webkit-transform: translate3d(0,0,0);   transform: translate3d(0,0,0);}
figure.effect-lily:hover p {  -webkit-transition-delay: .05s; transition-delay: .05s; -webkit-transition-duration: .35s;  transition-duration: .35s;}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before { position: absolute; top: 0; left: 0;   width: 100%; height: 100%;    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0%,rgba(72,76,97,0.8) 75%);    background: linear-gradient(to bottom,rgba(72,76,97,0) 0%,rgba(72,76,97,0.8) 75%);  content: '';  opacity: 0;  -webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0);}
figure.effect-sadie h2 {    position: absolute; top: 50%; left: 0; width: 100%;  color: #484c61;
    -webkit-transition: -webkit-transform 0.35s,color .35s;    transition: transform 0.35s,color .35s;   -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);}
figure.effect-sadie figcaption::before,figure.effect-sadie p { -webkit-transition: opacity 0.35s,-webkit-transform .35s;    transition: opacity 0.35s,transform .35s;}
figure.effect-sadie p {    position: absolute; bottom: 0; left: 0; padding: 2em;  width: 100%; opacity: 0; -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);}
figure.effect-sadie:hover h2 {    color: #fff; -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);transform: translate3d(0,-50%,0) translate3d(0,-40px,0);}
figure.effect-sadie:hover figcaption::before,figure.effect-sadie:hover p {opacity: 1;  -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}
/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy { background: -webkit-linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);background: linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);}
figure.effect-roxy img {  max-width: none;  width: -webkit-calc(100% + 60px); width: calc(100% + 60px); -webkit-transition:opacity 0.35s,-webkit-transform .35s; transition:opacity 0.35s,transform .35s; -webkit-transform:translate3d(-50px,0,0); transform:translate3d(-50px,0,0);}
figure.effect-roxy figcaption::before {position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; border: 1px solid #fff;content: '';
    opacity: 0; -webkit-transition: opacity 0.35s,-webkit-transform .35s;transition: opacity 0.35s,transform .35s;  -webkit-transform: translate3d(-20px,0,0); transform: translate3d(-20px,0,0);}
figure.effect-roxy figcaption {  padding: 3em;  text-align: left;}
figure.effect-roxy h2 { padding: 30% 0 10px;}
figure.effect-roxy p { opacity: 0; -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);  transform: translate3d(-10px,0,0);}
figure.effect-roxy:hover img { opacity: .7; -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}
figure.effect-roxy:hover figcaption::before,figure.effect-roxy:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba { background: #9e5406;}
figure.effect-bubba img { opacity: .9; -webkit-transition: opacity .35s;transition: opacity .35s;}
figure.effect-bubba:hover img { opacity: .4;}
figure.effect-bubba figcaption::before,figure.effect-bubba figcaption::after { position: absolute; top: 30px;  right: 30px;
    bottom: 30px; left: 30px; content: '';  opacity: 0;  -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;}
figure.effect-bubba figcaption::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1);}
figure.effect-bubba figcaption::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform:scale(1,0);transform: scale(1,0);}
figure.effect-bubba h2 { padding-top: 15%;-webkit-transition: -webkit-transform .35s;transition: transform .35s;-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
figure.effect-bubba p {padding: 20px 2.5em; opacity: 1; color: #000; -webkit-transition: opacity 0.35s,-webkit-transform .35s;transition: opacity 0.35s,transform .35s; -webkit-transform: translate3d(0,-5px,0); transform: translate3d(0,-5px,0);}
figure.effect-bubba:hover figcaption::before,figure.effect-bubba:hover figcaption::after { opacity: 1; -webkit-transform: scale(1);  transform: scale(1);}
figure.effect-bubba:hover h2,figure.effect-bubba:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-bubba:hover p {opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,-15px,0);}
/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {  -webkit-perspective: 1000px;  perspective: 1000px;}
figure.effect-romeo img { -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s; -webkit-transform: translate3d(0,0,300px); transform: translate3d(0,0,300px);}
figure.effect-romeo:hover img { opacity: .6; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-romeo figcaption::before,figure.effect-romeo figcaption::after {  position: absolute; top: 50%; left: 50%;
    width: 80%; height: 1px;  background: #fff;content: ''; -webkit-transition: opacity 0.35s,-webkit-transform .35s;transition: opacity 0.35s,transform .35s; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0);}
figure.effect-romeo:hover figcaption::before { opacity: .5;-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg); transform: translate3d(-50%,-50%,0) rotate(45deg);}
figure.effect-romeo:hover figcaption::after { opacity: .5; -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg); transform: translate3d(-50%,-50%,0) rotate(-45deg);}
figure.effect-romeo h2,figure.effect-romeo p { position: absolute;  top: 50%; left: 0;width: 100%; -webkit-transition: -webkit-transform .35s; transition: transform .35s;}
figure.effect-romeo h2 { -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);  transform: translate3d(0,-50%,0) translate3d(0,-150%,0);}
figure.effect-romeo p { padding: .25em 2em; -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);  transform: translate3d(0,-50%,0) translate3d(0,150%,0);}
figure.effect-romeo:hover h2 {  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0); transform: translate3d(0,-50%,0) translate3d(0,-100%,0);}
figure.effect-romeo:hover p { -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0); transform: translate3d(0,-50%,0) translate3d(0,100%,0);}
/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {  background: #18a367;} figure.effect-layla img { height: 390px;} figure.effect-layla figcaption { padding: 3em;}
figure.effect-layla figcaption::before,figure.effect-layla figcaption::after { position: absolute; content: ''; opacity: 0;}
figure.effect-layla figcaption::before {  top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1);  -webkit-transform-origin: 0 0; transform-origin: 0 0;}
figure.effect-layla figcaption::after {  top: 30px; right: 50px; bottom: 30px; left: 50px;  border-right: 1px solid #fff;
    border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0);  -webkit-transform-origin: 100% 0; transform-origin: 100% 0;}
figure.effect-layla h2 {  padding-top: 26%; -webkit-transition: -webkit-transform .35s;transition: transform .35s;}
figure.effect-layla p {  padding: .5em 2em; text-transform: none;opacity: 0; -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);}
figure.effect-layla img,figure.effect-layla h2 { -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0);}
figure.effect-layla img,figure.effect-layla figcaption::before,figure.effect-layla figcaption::after,figure.effect-layla p { -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s;}
figure.effect-layla:hover img { opacity: .7;-webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}
figure.effect-layla:hover figcaption::before,figure.effect-layla:hover figcaption::after {opacity: 1;-webkit-transform: scale(1); transform: scale(1);
}
figure.effect-layla:hover h2,figure.effect-layla:hover p { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-layla:hover figcaption::after,figure.effect-layla:hover h2,figure.effect-layla:hover p,figure.effect-layla:hover img {
    -webkit-transition-delay: .15s; transition-delay: .15s;}
/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {  background: #4a3753;}figure.effect-honey img { opacity: .9; -webkit-transition: opacity .35s;transition: opacity .35s;}
figure.effect-honey:hover img {   opacity: .5;}
figure.effect-honey figcaption::before {position: absolute; bottom: 0;left: 0;width: 100%; height: 10px;  background: #fff; content: '';
    -webkit-transform: translate3d(0,10px,0);  transform: translate3d(0,10px,0);}
figure.effect-honey h2 {  position: absolute; bottom: 0; left: 0;  padding: 1em 1.5em;   width: 100%;text-align: left; -webkit-transform: translate3d(0,-30px,0);  transform: translate3d(0,-30px,0);}
figure.effect-honey h2 i { font-style: normal;opacity: 0; -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s;  -webkit-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0);}
figure.effect-honey figcaption::before,figure.effect-honey h2 { -webkit-transition: -webkit-transform .35s; transition: transform .35s;}
figure.effect-honey:hover figcaption::before,figure.effect-honey:hover h2,figure.effect-honey:hover h2 i {
    opacity: 1;  -webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar { background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%);}
figure.effect-oscar img {  opacity: .9;   -webkit-transition: opacity .35s; transition: opacity .35s;}
figure.effect-oscar figcaption { padding: 3em; background-color: rgba(58,52,42,0.7); -webkit-transition: background-color .35s;  transition: background-color .35s;}
figure.effect-oscar figcaption::before { position: absolute; top: 30px; right: 30px;  bottom: 30px; left: 30px; border: 1px solid #fff;content: '';}
figure.effect-oscar h2 {margin: 20% 0 10px;  -webkit-transition: -webkit-transform .35s;transition: transform .35s;
    -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
figure.effect-oscar figcaption::before,figure.effect-oscar p {  opacity: 0;  -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s;  -webkit-transform: scale(0);  transform: scale(0);}
figure.effect-oscar:hover h2 { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-oscar:hover figcaption::before,figure.effect-oscar:hover p {opacity: 1;  -webkit-transform: scale(1); transform: scale(1);}
figure.effect-oscar:hover figcaption { background-color: rgba(58,52,42,0);}
figure.effect-oscar:hover img {  opacity: .4;}
/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption { text-align: right;}
figure.effect-marley h2,figure.effect-marley p { position: absolute; right: 30px; left: 30px; padding: 10px 0;}
figure.effect-marley p {bottom: 30px; line-height: 1.5;  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
figure.effect-marley h2 { top: 30px;  -webkit-transition: -webkit-transform .35s; transition: transform .35s; -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);}
figure.effect-marley:hover h2 { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-marley h2::after { position: absolute; top: 100%;  left: 0; width: 100%; height: 4px; background: #fff;
    content: '';    -webkit-transform: translate3d(0,40px,0);  transform: translate3d(0,40px,0);}
figure.effect-marley h2::after,figure.effect-marley p { opacity: 0; -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s;}
figure.effect-marley:hover h2::after,figure.effect-marley:hover p {opacity: 1; -webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby { background-color: #17819c;}
figure.effect-ruby img { opacity: .7; -webkit-transition: opacity 0.35s,-webkit-transform .35s; transition: opacity 0.35s,transform .35s;   -webkit-transform: scale(1.15);    transform: scale(1.15);}
figure.effect-ruby:hover img {    opacity: .5;-webkit-transform: scale(1); transform: scale(1);}
figure.effect-ruby h2 { margin-top: 20%;  -webkit-transition: -webkit-transform .35s;transition: transform .35s; -webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
figure.effect-ruby p {  margin: 1em 0 0; padding: 3em; border: 1px solid #fff;  opacity: 0; -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s; -webkit-transform: translate3d(0,20px,0) scale(1.1); transform: translate3d(0,20px,0) scale(1.1);}
figure.effect-ruby:hover h2 { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
figure.effect-ruby:hover p {opacity: 1; -webkit-transform: translate3d(0,0,0) scale(1); transform: translate3d(0,0,0) scale(1);}
/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo { background: #2e5d5a;}
figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: .5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
    background: -webkit-linear-gradient(top,rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom,rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

figure.effect-dexter img {
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}

figure.effect-dexter:hover img {
    opacity: .4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-backface-visibility: hidden;
/* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';

}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,figure.effect-zoe:hover h2,figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.rotate-x .box {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.rotate-y .box {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.table-filter>tbody>tr>td:hover {
    padding: 8px;
    line-height: 1.42857143;
	text-decoration:none;
    vertical-align: top;
    border-top: 1px solid #F8F8F8;
    background: #ddd;
}
.marquee-box {
    width: 540px;
    float: left;
    margin-left: 17px;
    border-left: 1px solid #D9D9D9;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #D9D9D9;
}
.text-ins-zoomer{    text-align: center;
    color: #E38800;
    line-height: 26px;
    background: #FCF3EC;
    width: 102.777%;}
.passbook {
	position: relative;
	width: auto;
	height: auto;
	
    z-index: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;

	
}
.product-sort-bar{    border: 1px solid rgb(243, 239, 232);
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #FFFDF6;
	}
.product-sort-bar .Showing{
	position:relative; 
    
	color: #C49023;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif; float:left; margin-right:20px; }
.product-sort-bar .alert-warning{  
    margin-top: -2px;
    padding: 2px 15px 3px 5px;
    float: left;
    margin-bottom: 0; margin-right:5px;}
.product-sort-bar .alert-dismissable .close{    position: relative;
    top: 1px !important;
    right: -5px !important;
    color: inherit !important; }
.product-sort-bar span.glyphicon {
    font-size: 25px;
    color: #65364E;
    margin-top: -1px;
}
.Popularity-list {
    display: block;
    width: 100%;
	    margin-top: -4px;
    height: 32px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 32px;
    color: #555;
    background-color: #EED6B2;
    background-image: none;
    border: 1px solid #FCF8E3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.product-sort-bar .Showing:after{
	position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 1px;
    background: #EFE7CA;}
.product-sort-bar p	{margin-bottom:0;}
.Back-flip {
    border: 1px solid #F60 !important;
    background: #F90 !important;
}
.Back-flip:hover {
    border: 1px solid #F90 !important;
    background: #F60 !important;
}
.View-More-Product-wrap{ text-align:right;}
.View-More-Product{ float:right; padding:0 0 5px;     color: #A68A90;  font-size: 14px; }.View-More-Product i{        color: #A68A90; font-size:25px; line-height:12px;}
.View-More-Product:hover{color:#F90}
.card { 
	position: absolute;
    width: 99%;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	backface-visibility:hidden;
}
.front .info-butn {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #C38D25;
    padding: 2px 4px;
    background: rgba(255, 153, 51, 0.08);
    margin-top: 5px;
    display: block;
    border: 1px solid #EEE8E1;
}
.front {
    z-index: 1;
    background: #FFFDF1;
    border: 1px solid #F7F3E5;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	    background: #FFFDF1;
    border: 1px solid #F7F3E5;
	min-height:595px;
}
.back-spl h2{margin:0; font-size:27px;}
.back-spl .pera{color: #333;
    font-size: 14px;
    font-weight: 300;}
	
	.tabs-left {
  margin-top: 3rem;
}

.product-grid {
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
	position:relative;
	z-index:1;
	clear:both;
	display:block
}
.product-grid .inner {
	position:relative
}
#grid-list-view .product-grid .inner {
	padding-bottom:10px
}
.product-grid .rings-small , .product-grid .pgi {
	margin-bottom:10px
}
.product-grid .rings-small  {
	opacity:1!Important;
	visibility:visible!Important
}
#list-view-result .product-grid .inner {
	padding-bottom:20px
}
.product-grid .inner {
	background: url(..images/ajax-loader.gif) center center no-repeat #FDFAEF;
	    margin-bottom: 15px;
   border: 1px solid #EFEFEE;
    padding: 0px 10px 10px 10xpx;
    position: relative;
 
}
.product-grid .pr-d {
	    background: #FDFAEF;
	padding-left:5px
}
.product-grid .pr-d .WebRupee {
	position:relative;
	top:-1px
}
.grid-view .product-grid .pr-d {
	display:none;
	height:100%;
	position:absolute;
	left:100%;
	top:0;
	z-index:98;
	width:100%;
	box-sizing:content-box
}
.grid-view .product-grid .pr-d:after {
	content:' ';
	background:#fff;
	display:block;
	height:100%;
	width:10px;
	position:absolute;
	top:0;
	left:-10px;
	z-index:8;
	display:none
}
.grid-view .product-grid .rings-small:nth-child(4) .inner .pr-d:after, .grid-view .product-grid .rings-small:nth-child(4n+4) .inner .pr-d:after, .grid-view .product-grid .owl-item:nth-child(4n+4) .inner .pr-d:after, .product-grid .pgi:nth-child(4n+4) .inner .pr-d:after, .solitaire-landing .product-grid .pgi:last-child .inner .pr-d:after {
right:-10px;
left:auto
}
.grid-view .product-grid .rings-small:nth-child(3) .pr-d, .grid-view .product-grid .rings-small:nth-child(3n+3) .pr-d, .product-grid .owl-item:nth-child(3n+3) .pr-d, .product-grid .pgi:nth-child(3n+3) .pr-d, .solitaire-landing .product-grid .owl-item:last-child .pr-d {
right:100%;
padding-right:10px;
left:auto;
padding-left:0
}
.product-grid .p-wrap {
	color:#666;
	font-family:Dosis, sans-serif;
	letter-spacing:2px;
	font-weight:500;
	float:inherit;
	display:block;
	font-size:11px;
	line-height:17px
}
.product-grid .p-wrap .price, .product-grid .p-wrap .offer {
	float:inherit;
	display:block
}
.product-grid .p-wrap .strike-price, .product-grid .p-wrap .new-price {
    padding: 2px 5px 2px 5px;
	display:block;
	white-space:nowrap
}
.product-grid .p-wrap .strike-price {
	color:#b3b3b3;
	text-decoration:line-through;
	margin-bottom:1px;
	text-align:right
}
.product-grid .p-wrap .new-price {
	      background: #FDFAEF;
    color: #C49023;
    border: 1px solid #C49023;
    display: table-cell;
    float: none;
    vertical-align: middle;
    font-family: 'Open Sans',sans-serif;
    font-Weight: 700;
    font-size: 13px;
}
.product-grid .p-wrap .offer {
    background: #FDFAEF;
    color: #3F3F3F;
	    font-family: 'Open Sans',sans-serif;
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;}
.product-grid .pr-i {
	background-color:#fff!important;
	background-position:center top;
	background:no-repeat;
	background-size:90% 90%;
	background-position:center top
}
.product-grid .pr-i .price {
	padding-left:10px;
transition:all .4s ease-in
}
.product-grid .pr-i img {
	opacity:1;
	    margin: 0;
    width: 100%;
	padding-top:10px;
transition:all .4s ease-in
}
.product-grid .pr-i img.hi {
	opacity:1;
transition:all .25s ease-in
}
.product-grid .pr-i a {
    display: block;
    padding-bottom: 100%;
    height: auto;
    background: #FDFAEF;
    border: 1px solid #EFEFEE;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 315px;
}
.product-grid .pr-i h3 {
    color: #3F3F3F;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0;
}

.product-grid .price-txt {
    color: #C49023 !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
	margin-left:15px !important;
    text-transform: uppercase !important;
    font-family: 'Open Sans',sans-serif !important;
}
.product-grid a{text-decoration:none !important}
.product-grid .price-txt-a {
    padding: 3px 6px !important;
    border: 2px solid #F90 !important;
    color: #F90 !important;
    font-size: 15px !important;
	    text-transform: uppercase;
    font-weight: 600 !important;
}

.product-grid .pr-i .p-wrap {
	position:absolute;
	right:10px;
	bottom:10px;
	text-transform:uppercase
}
.product-grid .with-detail .pr-i img {
  
    min-height: 295px !important;}
.grid-view .pr-i {
	padding-bottom:0;
	        height: 315px;
}
.product-grid .with-detail  .pr-i h3{display:none !important}
.product-grid .with-detail  .pr-i a h5{display:none !important}
.list-view .product-grid .inner .pr-d {
	box-shadow:none!important;
	display:block!important
}
.list-view .pr-i {
	padding-bottom:0;
	padding-left:0
}
.product-grid .with-detail .inner, .product-grid .with-detail .inner .pr-d, .with-box-shadow .inner {
	box-shadow:3px 3px 3px rgba(6, 6, 6, 0.1)
}
.product-grid li:nth-child(4n+4) .inner:hover .pr-d:after, .product-grid .no-carousel .pgi:last-child .inner:hover .pr-d:after, .product-grid .owl-item:nth-child(4n+4) .inner:hover .pr-d:after {
display:block
}
.product-grid .with-detail .inner, .product-grid .with-detail .inner .pr-d {
	box-shadow:3px 3px 3px rgba(6, 6, 6, 0.1);
	   border: 1px solid #EFEFEE;
}
.product-grid .with-detail .pr-i {
	position:relative;
	z-index:99
}
.product-grid .with-detail .pr-i .p-wrap {
	display:none;
transition:all .4s ease-in
}
.product-grid .with-detail .pr-d {
	display:block
}
.product-grid .btn:link, .product-grid #bcc .form-submit:link, #bcc .product-grid .form-submit:link, .product-grid .btn:visited, .product-grid #bcc .form-submit:visited, #bcc .product-grid .form-submit:visited {
	transition:none
}
.product-grid .btn:hover, .product-grid #bcc .form-submit:hover, #bcc .product-grid .form-submit:hover {
transition:ease-in-out .15s all
}
.product-grid .cat {
	color:#9dadc6;
	font-size:11px;
	line-height:17px;
	padding-top:45px;
	font-family:Dosis, sans-serif;
	letter-spacing:2px;
	font-weight:600;
	text-transform:uppercase
}
.pr-d .price-txt{ margin-left:0 !important;  margin-bottom:0}

.product-grid .cat a:link, .product-grid .cat a:visited {
	transition:none;
	color:#9dadc6;
	    color: #B47A6C;
    font-size: 16px;
}
.product-grid .title {
	font-size:16px;
	line-height:22px;
	font-weight:500;
	padding-top:10px;
	padding-bottom:9px;
	text-transform:uppercase
}
.product-grid .title a:link, .product-grid .title a:visited {
	transition:none;
	    color: #E49900;
}
.product-grid .pr-d .price {
	font-size:19px;
	line-height:25px;
	color:#4476b2;
	padding-bottom:5px;
	padding:0
}
.product-grid .pr-d .price .strike-price, .product-grid .pr-d .price .new-price {
	padding:4px 14px
}
.product-grid .pr-d .strike-price {
	text-align:left
}
.product-grid .pr-d .offer {
	font-size:11px;
	line-height:12px;
	letter-spacing:1px;
	color:#f15d47;
	text-transform:uppercase
}
.product-grid .desc, .product-grid .tags {
	padding-top:18px
}
.product-grid .desc {
	padding-top:18px;
	color: #3F3F3F;
}
.product-grid .action {
	padding-top:26px
}
.product-grid .action i {
	font-size:21px;
	line-height:27px;
	color:#4476b2;
	margin-right:10px;
	position:relative;
	top:3px;
	cursor:pointer
}
.product-grid .action i:hover {
	color:#f15d47
}
.product-grid .action .wishlist-added i {
	color:#f15d47
}
.product-grid .pr-d-inner {
	    padding-left: 15px;
	padding-right:0;
}
.wit-off-prc-cut {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 700;
}
.product-grid .owl-wrapper-outer {
	clear:both;
	overflow:hidden
}
.j-pro-box-detail-right{display:none; position:absolute; left:0; top:0; width:  }
.j-pro-box:hover{di}
.j-pro-box {
    margin-bottom: 35px;
    background: #FDFAEF;
    padding: 10px;
	position:relative;
    border: 1px solid #EFEFEE;
}
.fa-heart-btnselected{background: #ECB612 !important;    margin-right: 5px;
    margin-top: 2px;}.fa-heart-btnselected i{ color:#fff !important;}
	
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #EBA05D !important;
    content: "/\00a0";
}
.j-pro-box:hover .fa-heart-btn{   }.fa-heart-btn{ margin-right: 5px;
    margin-top: 2px;}
.j-pro-box-top-po .checkbox{float:left;}.j-pro-box-top-po .rating-box{float:left; margin-top:5px; margin-left:-8px;}
.shre-box{width:auto; height:auto; background:none; float:left;}.shre-box i {
    line-height: 25px;
    color: #ECB612;
    font-size: 20px;
    text-align: center;
}

.compare-box {
    float: left;
    margin-left: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 34px;
    text-align: center;
    width: 34px;
    line-height: 33px;
	overflow:hidden;
    background:url(../images/compare.png) no-repeat 1px 2px #fff ;
    border-radius: 50%;
}
.compare-box:hover{ background: url(../images/compare.png) no-repeat -34px 2px #fff;}
.j-pro-box-top-po .rating-box .rating > label:before {
    margin: 3px;
    font-size: 1.10em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.tag-new-product a {
    padding: 5px 10px;
    border: 2px dashed #FDFAEF;
    background: #E29E13;
    color: #FFF;
    border-radius: 100%;
}
.tag-new-product {
    position: absolute;
    left: 20px;
    top: 50px;
}
.j-pro-box-top-po{    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: #F7F3E5;
    border-bottom: 1px solid #FDFAEF; }

.fa-heart-btn{float: right;
    height: 30px;
    width: 30px;
    
	 background: #fff;
    border-radius: 50%;
	text-align:center}
.fa-heart-btn i{ font-size:20px; line-height:30px; text-align:center;color:#ECB612;}
.fa-heart-btn:hover{ background: #ECB612;}.fa-heart-btn:hover i{ font-size:22px; line-height:30px; text-align:center;  color:#fff; }

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
.wish-btn{color:#C00}
.rating-box{float:right; display:block; margin-top:15px;}
.rating-box p{float:left; line-height: 35px;}
.socil-rbtn-icons{display:block; float:right;}
.socil-rbtn-icons ul{margin:0; padding:0;}
.socil-rbtn-icons ul li{float:left; padding:0 7px 0 7px; list-style:none; margin:0;}
.socil-rbtn-icons ul li a {}
.socil-rbtn-icons ul li a i{font-size:25px; color:#333;  }.socil-rbtn-icons ul li a i:hover{color:#06C;}
.flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-nav li a:hover {
    background-position: 0 -13px;
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
}

.img-bg {
    background: url(../images/bg04.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cl-log {
    border: 1px solid #CCC;
    margin: 10px;
    padding: 3px;
}

.cl-log img {
    -webkit-filter: none;
    -webkit-filter: none;
    -ms-filter: none;
    -ms-filter: none);
    -moz-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    filter: none;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.cl-log img {
    width: 100%;
}

.cl-log:hover img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(1);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
}

.box-thre {
    margin: 100px 0;
}

.box-thre .service-box-body h3 {
    color: #2CC7FF !important;
    font-size: 25px !important;
    font-weight: 600;
}

.box-thre .service-box-body p {
    color: #FFF;
}

.box-thre .service-box .icon-2 {
    background: #44A7CC;
    float: left;
    width: 100px;
    height: 100px;
    margin: 1px 25px 5px 0;
    padding: 0;
    text-align: center;
    line-height: 100px;
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
}

.box-thre .service-box .icon-2:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #44A7CC;
    content: "";
    top: 37PX;
    right: -10px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.info {
    font-size: 15px;
    color: #fff;
    background: #44A7CC;
}

.view {
    width: 100%;
    height: 280px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view .mask,.view .content {
    width: 100%;
    height: 280px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    margin: 20px 0 0;
}

.view p {
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(255,231,179,0.3);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth h2 {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    background: transparent;
    margin: 20px 40px 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth p {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.all-add-txt {
    font-size: 18px;
    font-weight: 600;
    color: #3A91B1;
}
.rating > input {
    display: none;
}

.form-control1::-webkit-input-placeholder {
   color:#fff;
}

.form-control1:-moz-placeholder { /* Firefox 18- */
   color:#fff;  
}

.form-control1::-moz-placeholder {  /* Firefox 19+ */
   color:#fff;  
}

.form-control1:-ms-input-placeholder {  
   color:#fff;  
}
.form-control1:focus {
  border-color: #C49023;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 73, 83, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 73, 83, .6);
}
.socialIcons a{     width: 53px;
    height: 53px; border:1px solid #fff;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%; text-align:center; color:#fff; font-size:20px; display:inline-block; margin-right:15px; margin-left:15px; font-size:20px;}
.socialIcons a:hover{text-decoration:none; background-color:#C49023; color:#fff; border:1px solid #C49023;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; }

.socialIcons a i{margin-top:15px;}
.Foot2Bg{ background-color:#212021; padding-top:20px; padding-bottom:20px; color:#D6D4D5; font-size:13px;}
.Foot2 a{color:#D6D4D5;}
.Foot2 a:hover{color:#D6D4D5;}
.titleToggleClass1{display:none;}
.RecentProImgBor{    overflow: hidden;
    margin: 0 0 -4px;
    position: relative;
     top: 48px;}
.RecentProImgBor:before, .RecentProImgBor:after{background: rgba(255,255,255,0.3);
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    top: 13px;
    width: 100%; }
	.RecentProImgBor:before{ margin-left: -88%;
    margin-right: 25px;}
		.RecentProImgBor:after{    margin-right: -86%;
    margin-left: 23px;}
.RecentProImgBor div{display:inline;}
.RecentProImgBor div img{width:200px;}
.TextiIcon{opacity:0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;}
	.FooterAdd{margin-top:10px; margin-bottom:20px;}
	.FooterAdd h3{font-weight:bold;font-family: 'Abel', sans-serif;}
	.FooterAdd p{font-size:15px;}
	.eCatalogue{ color:#fff; background-color:#1F1B1C; padding:3px 5px; border:1px solid #1F1B1C; font-size:14px; text-transform:uppercase;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg); position:fixed; right:-35px; top:300px; z-index:200000000000000000;}
	.eCatalogue:hover,.eCatalogue:focus{ color:#C49023; background-color:#fff;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; text-decoration:none;}

	/* ** * * * GAllery********/
	.InnerPgHeaderMarTop{margin-top:160px;}
	.InnerPgHeadColor{color:#fff; text-transform:uppercase; font-weight:bold;}
	.InnerHEaderBg{background-image:url(../images/inner-header-img.jpg); background-repeat:no-repeat; background-attachment:fixed; background-size:100% 100%;}
	.InnerHEaderOvelay{background-image:url(../images/overlay-bg.png); background-repeat:repeat;}
	.PadLR0{padding-left:0 !important; padding-right:0 !important;}
	.responsivImg{ width:100%;}
	.enlarge-icon{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -47px 0 0 -47px;
    width: 95px;
    height: 95px;
    text-align: center;
    color: #fff;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0; font-size:57px;
}
.enlarge-icon:before {
    content: '\f00e';
    font: 57px/95px FontAwesome;
    color: rgba(255,255,255,0.4);
}
.GalleryImgHoverBg{background-color:rgba(0, 0, 0, 0.7); position:absolute; width:100%; height:100%; z-index:3; visibility:hidden;-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}
	 .GalleryImg:hover .GalleryImgHoverBg{visibility:visible;-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
 .GalleryImg:hover .enlarge-icon{

	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 0.5;}

 .GalleryImg{
	    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    outline: medium none !important;
    text-decoration: none !important;
	    overflow: hidden;

    padding: 0;
    margin:-4px -2px;
    background: #000;border:2px solid #fff; display:inline-block; width:186px; height:186px; position:relative;
 }
 
  .GalleryImg img{    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    max-width: none;
    width: 100%; margin:0;}
	  .GalleryImg:hover img{ transform: scale(1.4) rotate(10deg);}
	  .PADDTBInnerPgCont{margin-top:100px; padding-bottom:100px;}
	 
	  .GalleryImg img{width:186px; height:186px;}
	  /***********About Us****************/
	  .AboutPara{margin-bottom:30px}
	  .AboutPara h3{background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:5px 10px; color:#C49023; text-transform:uppercase; margin-top:0; margin-bottom:0; display:inline-block; background-color:#fff;}
	  .InnrPgHr{border-top:1px solid #C49023; height:0; margin-top:-20px;}
	  .text-left1{text-align:left;}
	  .AboutPara div{margin-top:35px;}
	  .oL1 li STRONG{color:#666;}
	  .oL1 li{margin-bottom:15px;}
	  .StainlesSteelLink{background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:10px; display:block; color:C49023; text-align:center;}
	  .StainlesSteelLink:hover{ transform:scale(1.05);-webkit--transform:scale(1.05);o-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; text-decoration:none;}
	  
	  /*********Products******************/
	  .productsHEad{background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:10px; color:#C49023; text-transform:uppercase; display:block; margin-left:-20px; margin-right:-20px; margin-top:0;}
	  .ProductsIndi{padding:0 20px 20px; box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;-o-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;-ms-box-shadow:0 0 10px #ccc;}
	  .ProductSubImg{padding:10px;background-image:url(../images/overlay-bg2.png); background-repeat:repeat; color:#C49023; text-transform:uppercase; text-align:center;}
	  .MarTB7{margin-top:7px; margin-bottom:7px;}
	    .ProductsHEad{ margin: 0 0px 29px; !important}
		  .PADDTBInnerPgCont2{margin-top:50px; padding-bottom:50px;}
		  .PdtSideMenuP{width:100%; padding:10px;background-image:url(../images/overlay-bg2.png); background-repeat:repeat; }
		  .PdtSideMenuP h3{background-color:#fff; padding:5px 10px; color:#333;text-transform:uppercase; margin-top:0; font-weight:bold;}
		  .PdtSideMenu li a{ padding:10px; border:1px solid #fff; border-bottom:5px solid #fff; margin-bottom:10px; text-transform:uppercase; display:block; font-weight:bold; color:#666;font-size: 12px;}
		    .PdtSideMenu li{list-style-type:none;}
		  .PdtSideMenu{margin-left:-40px;}
		  .PdtSideMenu li a:link, .PdtSideMenu ul li a:visited, .PdtSideMenu ul li a:focus{color: #666 !important;}
		  .PdtSideMenu li a:hover{text-decoration:none; padding-left:20px; transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; color:#C49023;}
		  .PdtSideMenu .active a{color:#C49023}
		  .PdtSideMenu li a span{margin-right:10px;}
		  .ProductSubImg h4{font-weight:bold; color:#333; font-size: 18px;}
		  
		  /**************Clients**********************/
		  .ClientsSec{background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:20px;box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;-o-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;-ms-box-shadow:0 0 10px #ccc; margin-bottom:50px; }
		  .ClientsSec h3{background-color:#fff; padding:10px; display:inline-block; text-transform:uppercase; color:#C49023; margin-bottom:0; margin-top:0;}
		  .clinets img{margin:10px; padding:10px; background-color:#fff;box-shadow:0 0 7px #ccc;-webkit-box-shadow:0 0 7px #ccc;-o-box-shadow:0 0 7px #ccc;-moz-box-shadow:0 0 7px #ccc;-ms-box-shadow:0 0 7px #ccc;}
		  .MajorClients img{width:125px;}
		  
		  
		  /**************contact Us**********************/
		  .ContactUsSPaces{font-size:14px;}
		  .ContactUsSec h4{color:#666; text-transform:uppercase;background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:15px; margin-top:0; margin-left:-15px; margin-right:-15px;}
		  .ContactUsSec{box-shadow:0 0 7px #ccc;-webkit-box-shadow:0 0 7px #ccc;-o-box-shadow:0 0 7px #ccc;-moz-box-shadow:0 0 7px #ccc;-ms-box-shadow:0 0 7px #ccc; padding:0 15px 15px;}
		  .ContactMarBot{margin-bottom:20px;}
		  .GooglwMap{box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;-o-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;-ms-box-shadow:0 0 10px #ccc; padding:20px; margin-top:30px; margin-bottom:30px;}
		  .COntactHeadHrMarT{margin-top:-30px !important;}
		  .PadL0{padding-left:0 !important;}
		  .PadR0{padding-right:0 !important;}
		  .MarT40{margin-top:40px;}
		  .TabIconDisplay{display:none;}
		  
		  /**************Projects********************/
		  .ProjectIndi{background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:15px;box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;-o-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;-ms-box-shadow:0 0 10px #ccc; display:inline-block; text-align:center; }
		  .ProjectIndi h4{color:#fff; text-transform:uppercase; background-color:#C49023; padding:10px 5px;}
		  .ProjectIndi:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; text-decoration:none;}
		
		
		.ImgOverlay{position:absolute; z-index:2; background-image:url(../images/pdt-bg.png); background-repeat:repeat; color:#fff; font-size:18px;padding:
10px; bottom:-11px; right:0;font-family: 'Roboto'; font-weight:bold; display:inline-block; line-height:1.3;transition:all ease-in-out 0.2s; -webkit-transition:all ease-in-out 0.2s; -moz-transition:all ease-in-out 0.2s;-ms-transition:all ease-in-out 0.2s;-o-transition:all ease-in-out 0.2s; }
.ImgOverlay span{font-weight:lighter;font-weight:100; }
.OverlayHover:hover{}
.OverlayHover:hover .ImgOverlay{bottom:-150px; right:-100px;}
.PaddTB15{padding-top:15px; padding-bottom:15px;}
.DownIcon{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg); font-size:18px;}
.ulList li{ margin-bottom: 15px; list-style-image:url(../images/list-icon.png);}
.MarT0Steel{margin-top:35px !important;}
.AboutPara1{margin-bottom:30px;}
.AboutPara1 h3{background-image:url(../images/overlay-bg2.png); background-repeat:repeat; padding:5px 10px; color:#C49023; text-transform:uppercase; margin-top:0; margin-bottom:0; display:inline-block; background-color:#fff;}
.FontSize{font-size:16px; padding:10px !important;}
.SubHeading{color:#C49023; text-transform:uppercase; font-weight:bold; text-align:left;}
.SubSubHeading{font-weight:bold;}
.FooterAdd h3{text-transform:uppercase;}
.PdtTabDisplayNone1{display:none;}
.PdtTabDisplay1{display:block;}
.StainlessSteelDownIcon{transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
.OnclickREotate1801{transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg); transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
   .hrNew{ border-top: 1px solid #C49023;
    height: 0; margin-top:0; margin-bottom:0;}
	
	.PdtSideMenuP h4{background-color:#fff; padding:5px 10px; color:#333;text-transform:uppercase; margin-top:0; font-weight:bold; margin-bottom:0; cursor:pointer;}
	.factoryJindal{border:10px solid #fff;}
	
	.Affiliation h3{background-color:#fff; padding:10px; display:inline-block; text-transform:uppercase; color:#C49023; margin-bottom:0; margin-top:0;}
		  .Affiliation img{margin:10px; padding:10px; background-color:#fff;box-shadow:0 0 7px #ccc;-webkit-box-shadow:0 0 7px #ccc;-o-box-shadow:0 0 7px #ccc;-moz-box-shadow:0 0 7px #ccc;-ms-box-shadow:0 0 7px #ccc;}
		  .MarT20{padding-top:20px;}
		  .TableCustome thead tr th{background-color:#C49023; color:#fff; text-align:center;}
		  .chem-comp1 td{background-color:#CCC}
		  .chem-comp2 td{background-color:#f3f3f3;}
		  .chem-comp3 td{background-color:#CCC; color:#C49023; text-align:center;}
		  .chem-comp4 td{background-color:#f3f3f3;}
		  .StainlessSteel{white-space:normal!important;}
		  .Industry{ background-image:url(../images/product/automation02.jpg); background-repeat:no-repeat; background-size:100% 100%; background-attachment:fixed;}
		  .Industry{padding:10px;}
		  .Ul2 li{color:#ddd;}
		  .CoulmCaddingImg{margin-right:5px; float:left}
		  .Ul3 li{margin-bottom:5px;}
		  .StoneRailingImg img{border:3px solid #f3f3f3; margin:7px;}
		  .PDF{color:#C49023; padding:5px 10px; background-color:#fff; display:inline-block; font-weight:bold; text-align:center; text-transform:uppercase; width:100%;}
		  .TabDisplay{display:none;}
		  .DesktopDisplay{display:block;}
		  @media (max-width: 991px) {
			  .CoulmCaddingImg{float:none; margin:0 auto;}
			  .DesktopDisplay{display:none;}
			  .TabDisplay{display:block;}
	.CoulmCaddingImg{float:none; display:block;}
		.factoryJindal{border:5px solid #fff;}
	.ImgOverlay {font-size: 13px;}
	.GalleryImg img{width:200px; height:200px;}
	.GalleryImg{width:204px; height:204px;}
	.PadR0{padding-left:0 !important;}
	.PadL0{padding-right:0 !important;}
	.TabMarTCont{margin-top:20px;}
	.ProductSubImg{max-width:370px; margin:10px auto;}
	.OnclickREotate{ transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
	.OnclickREotate180{transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg); transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;}
	.TabMarT{margin-top:10px;}
	.PdtSideMenuP h3{margin-bottom:0; cursor:pointer; font-size:18px;}
	.TabIconDisplay{display:block;}
	.PdtTabDisplayNone{display:none;}
	.PdtTabDisplay{display:block;}
	.TabTxtCenter{text-align:center;}
	.TabWi100{width:100%; margin-bottom:30px;}
	.DivToggle991 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .DivToggle991 .first_div991 {
    -webkit-box-ordinal-group:2;
    -moz-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }

  .DivToggle991 .second_div991 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order:1;
  }
	.PADDTBInnerPgCont {
    margin-top: 60px;
    padding-bottom: 60px;
}
.InnerPgHeaderMarTop {
    margin-top: 70px;
}
.RercentProHEad {
    font-size: 25px;
}
	.StainlesSteelLink{max-width:300px; margin:0 auto;}
	.text-left1{text-align:center;}
	.HEaderBg{ position:fixed; background-color:#000;}
	.logo {
    width: 165px;}
	.TabBorDown{border-bottom:1px solid #ccc;}
	.RercentProHEad{ margin: 0 0 29px;}
/*	h1.RercentProHEad div:before, h1.RercentProHEad div:after{display:none;}*/
	.TabDisplayNone{display:none;}
	.titleToggleClass1{font-size:25px; color:#C49023; position:fixed; left:10px; top: 16px; padding:10px;line-height:0; cursor:pointer; z-index:1032; display:block;}
	   .NavOvelay{ background-color: rgba(0, 0, 0, 0.7);}
		
	.titleToggleClass1:hover{ color:#fff; text-decoration:none;}
	.Test{position:fixed; z-index:2000000000000000000; background-color:#F00;}
	.LMin{left:-300px;}
	.NavOvelay{background-color:rgba(0, 0, 0, 0.7); position:fixed;width:100%; height:100%; z-index:1029;}
.OverlayBody{display:none;}
.OverlayDisplay{display:block;}
.OnclickDisplay{left:0;}
.content{height:300px; padding:5px; overflow:auto;}
	.navbar-default{position:fixed; width:300px; text-align:left;background-color:#000;  z-index:1028;transition:all ease-in-out 0.4s;-webkit-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s;-moz-transition:all ease-in-out 0.4s;-ms-transition:all ease-in-out 0.4s;-o-transition:all ease-in-out 0.4s; }
	.navbar-nav li:before { display:none;}
	.TabDropdown{display:block !important;}
	.DesktopDropdown{display:none !important;}
.TabTxtCenter{ text-align:center;}
.text-right1{text-align:center;}
}
@media (max-width: 767px){
.ImgOverlay {
    font-size: 24px;
}
}
@media (max-width: 600px) {
.RecentPro h1, .Footer h1{font-size:28px;}	
h1.RercentProHEad div:before, h1.RercentProHEad div:after{display:none;}	
	
}