/********** FONTS ***********/
@font-face {
  font-family: 'Ruluko';
  font-style: normal;
  font-weight: 400;
  src: local('Ruluko'), url(http://themes.googleusercontent.com/static/fonts/ruluko/v1/0bmp5mgwxDelR9L9Fd3OIw.woff) format('woff');
}
@font-face {
  font-family: 'Sirin Stencil';
  font-style: normal;
  font-weight: 400;
  src: local('SirinStencil'), local('SirinStencil-Regular'), url(http://themes.googleusercontent.com/static/fonts/sirinstencil/v1/pRpLdo0SawzO7MoBpvowsOQfDFVAmSQYmlgTkE2deRI.woff) format('woff');
}

/********** RESET ***********/
* { margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,  img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, tr, th, td{background:transparent; border:0; margin:0; outline:0; padding:0; vertical-align:baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

/********** COMMON ***********/
body{background:#fff; color:#3d3d3d; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;s}
a{color:#3e3737; cursor: pointer; outline: none; text-decoration: none;  }
a:hover{color:#C6B073;}

.clear {clear:both; height:1px; line-height:0; }
.wrapper{display:block; z-index:2;}
.header-wrapper{background:url(../images/gray_jean.png); border-bottom:6px solid #c6b073;}
.header{width:1200px; margin:0 auto; padding:15px 0 0;}
.logo{display:inline-block; float:left; padding-bottom:6px;}
.header-right{display:block; float:right; width:500px; padding-top:9px;}
.navigation{display:inline-block; float:right; padding-top:5px;}
.navigation ul{margin:0;}
.navigation ul li{float:left; list-style:none;}
.navigation ul li a{color:#70777d; font-size:15px; font-family:"century gothic"; padding:8px 17px; line-height:35px; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s;}
.navigation ul li a:hover{background:#c6b073; color:#fff;}
.mycart-tab{float:right; display:inline-block; font-family:"century gothic"; color:#777; padding:3px 10px; cursor:pointer; border-radius:8px; border:1px #fff solid;}
.navigation ul li a.active{background:#c6b073; color:#fff;}
.navigation ul li.current-menu-item a{background:#c6b073; color:#fff;}
.mycart-tab:hover{background:#fff; border-radius:8px; border:1px #777 solid;}
.mycart-tab i{font-size:14px; font-style:normal; color:#000; font-weight:bold; background:url(../images/cart.png) no-repeat; width:56px; height:34px; text-align:center; display:inline-block;}
.mycart-tab span {display: inline-block; float: right; padding-top: 9px;}
.mycart-man{position:relative;}
.cart-popup{position:absolute; background:#fff; top:44px; width:300px; right:0; height:150px; border:1px #777 solid; border-radius:15px; z-index:3; display:none;}
.mycart-tab.active-btn{background:#fff;border:1px #777 solid;}





.content-wrapper{display:block; position:relative; padding:10px 0;}
.container{width:1200px; margin:0 auto; background:rgba(0, 0, 0, 0.4);}
.page-left{width:70%; float:left; background:url(../images/seprator.png) right center no-repeat;}
.page-right{width:30%; float:right;}
.home-boxes{padding:20px 0 0 80px;}

.home-box-item{width:265px; height:265px; float:left; border-radius:25px 0 25px 0; margin:20px 0 20px 50px; border:7px #424242 solid; background-size:150%; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s;}
.home-iteminner{display:block; height:100%; border-radius:17px 0; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s;}
.home-box-item h2{text-align:center; color:#fff; font-family:'Century Gothic'; font-size:32px; font-weight:normal; padding-top:107px; opacity:0; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s;}
.home-box-item:hover{background-size:127%!important; }
.home-box-item a:hover > .home-iteminner{background:rgba(0, 0, 0, 0.7);}
.home-iteminner:hover > h2{opacity:1;}

.search-tab{background:rgba(0, 0, 0, 0.7); padding:15px; margin: 40px 30px 0;}
.search-tab h3{font-size:16px; color:#fff; font-family:'Century Gothic'; font-weight:normal; padding-bottom:5px;}
.search-formtab, .search-tab div{background:rgba(0, 0, 0, 0.4); padding:5px;}
.search-formtab input[type="text"], .search-tab input[type="text"]{border:0; background:none; width:85%; padding:5px; color:#fff;

background: rgba(255, 255, 255, 0.29);
background: rgba(198, 176, 115, 0.39);
background: rgba(255, 239, 193, 0.39);
float: left;
}
.search-formtab input[type="submit"], .search-tab input[type="submit"]{background:url(../images/search_button_bg_hover.png) center center no-repeat; width:22px; height:25px;  border:0; cursor:pointer; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; text-indent:200px; overflow:hidden;

background: url(../images/search_button_bg_hover.png) center center no-repeat #C6B073;
width: 26px;
height: 26px;
float: left;
}
.search-formtab input[type="submit"]:hover{transform:rotate(60deg);}

.separator{padding:10px 0;}
.color-pallet{text-align:center;}
.search-tab{background:rgba(0, 0, 0, 0.7); padding:15px; margin: 40px 30px 0;}
.search-tab h3{font-size:16px; color:#fff; font-family:'Century Gothic'; font-weight:normal; padding-bottom:5px;}


.footer-wrapper{display:block; border-top:6px solid #c6b073; background:#fff;}
.footer{width:1200px; margin:0 auto; color:#3e3737; font-size:16px; font-family:"century gothic"; text-align: center; padding:5px 0 10px;}


.innnerpage-left{width:70%; float:left; /*background:url(../images/seprator.png) right center no-repeat; height:620px; overflow:auto*/}

.about-main{padding:20px 0 20px 20px;}
.about-main h2{font-size:22px; font-family:"century gothic"; color:#fff;}
p{padding:10px 0; color:#fff; font-size:14px;}
h3{font-size:21px; font-family:"century gothic"; color:#fff; padding:5px 0 2px;}
h4{font-size:18px; font-family:"century gothic"; color:#fff; padding:5px 0 2px;}
h5{font-size:16px; font-family:"century gothic"; color:#fff; padding:5px 0 2px;}
ul li{font-size:13px; color:#fff; line-height:19px;}
ul{margin-left:30px; margin-bottom:15px;}

.cform-txtbox{padding:10px; border:0; background:rgba(0, 0, 0, 0.6); width:92%; margin:0 10px 10px 0; color:#fff; float:left;}
.cform-subject{padding:10px; border:0; background:rgba(0, 0, 0, 0.6); width:96%; margin:0 0 10px 0; color:#fff; float:left;}
.cform-txtarea{padding:10px; border:0; background:rgba(0, 0, 0, 0.6); width:96%; margin:0 0 10px 0; color:#fff; float:left; height:120px; resize:none; font-family:arial; font-size:13px;}
.cform-main{width:700px; padding:10px 0 0 0;}
.cform-submit-btn{border:0; background:rgba(0, 0, 0, 0.8); padding:10px 20px; cursor:pointer; color:#fff;}
.cform-submit-btn:hover{background:rgba(0, 0, 0, 0.9);}
.cform-txtbox:focus, .cform-subject:focus, .cform-txtarea:focus{background:rgba(0, 0, 0, 0.9);}
input, textarea{transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s;}

.follow-tab{background:rgba(0, 0, 0, 0.7); padding:15px; margin:5px 30px 0;}
.follow-tab h3{font-size:16px; color:#fff; font-family:'Century Gothic'; font-weight:normal; padding-bottom:5px;}

/*.inner-page, .page, .category{background:url(../images/slide3.jpg); background-size:100%;}*/

.category-tab{background:rgba(0, 0, 0, 0.7); padding:15px; margin: 40px 30px 0;}
.category-tab h3{font-size:16px; color:#fff; font-family:'Century Gothic'; font-weight:normal; padding-bottom:5px;}
.product-right .search-tab{margin-top:5px;}
.product-cat, .product-right{padding:5px 0;}
.product-cat ul, .product-right ul{margin:0 0 0 15px;}
.product-cat ul li a, .product-right ul li a{color:#fff; font-size:14px; font-family:'Century Gothic';}
.product-cat ul li a:hover, .product-right ul li a:hover{color:#D4C9BF;}
.cat-item a {color:#fff; font-size:14px; font-family:'Century Gothic';}
.cat-item a:hover{color:#D4C9BF;}


.lb-main{width:700px; /*height:350px; */position:absolute; z-index:1001; left:50%; top:20%; margin-left:-350px; background:#fff; border:3px #000 solid; padding:15px; display:none;}
.lb-main p{color:#424242;}
.lb-main h3{font-size:16px; color:#424242; font-family:'Century Gothic'; font-weight:normal; padding-bottom:5px;}
.lb-cover{background:rgba(0, 0, 0, 0.7); position:fixed; z-index:1000; width:100%; height:100%; left:0; top:0; display:none;}

.logo p{margin:0; padding:0;}
.screen-reader-text{display:none;}

.fb-twt {
    display: inline-block;
    float: right;
    padding: 0 10px 10px 0;
	width:150px;
}

.colorcode{width:27px; height:27px; display:inline-block; background:#fff; margin:4px;}
.colorcode:hover{opacity:0.7;}
.color-pallet{display:block; text-align:center;}


.home-slider{height:250px; width:90%; margin:40px auto 10px; background:#fff; padding:10px;}
.home-welcometxt{padding:10px 35px;}
.home-welcometxt > h3{font-size:20px; }
.home-welcometxt p{font-family:"century gothic";}
.home-scroller{padding:10px 35px;}
.home-scroller > h3{font-size:20px; }
.lates-product-scroll{position:relative; padding:10px 0 30px}

iframe {
    float: right;
    padding-right: 3px;
    width: 50% !important;
}
iframe:last-child{ width:57px!important;}






