/*
@font-face {  
    font-family: myriad ;  
    src: url('../font/MYRIADPRO-REGULAR.OTF') format("opentype");  
}*/

@font-face {  
    font-family: myriad ;  
    src: url('../font/rock/rock.ttf') format("opentype");  
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: myriad;

}
div#up{
    width: 40px;
    height: 37px;
    background: url('../images/up.png');
    position: fixed;
    right:50px;
    top: 90%;
    opacity: 1;
    cursor: pointer;
}
div#voice{
    width: 37px;
    height: 37px;
    background: url('../images/sound.png');
    position: fixed;
    left:50px;
    top: 90%;
    opacity: 1;
    cursor: pointer;
    display: none;
}
div#mute{
    width: 37px;
    height: 37px;
    background: url('../images/mute.png');
    position: fixed;
    left:50px;
    top: 90%;
    opacity: 1;
    cursor: pointer;
}
.bl_form input{
    font-family: myriad ;
}
div#black_line{
    width: 100%;
    height: 11px;
    background-color: #231F20;
}
div#header{
    width: 100%;
    height: 92px;
}
div#inside_header{
    width: 1000px;
    height: 92px;
    /*    background-color: greenyellow;*/
    margin: 0 auto;
}
div#logo{
    width: 198px;
    height: 126px;
    background: url('../images/logo.png');
    margin-left: 401px;
    position: absolute;
    top: -163px;
    z-index: 999;
}

div#gallery{
    width: 100%;
    height: 259px;
    /*    background-color: #333;*/
    background: url('../images/bg.png');
}

div#silver_line{
    width: 100%;
    height: 42px;
    background-color: #333;
    position: absolute;
    margin-top: 170px;
    z-index: 999;
    background: url('../images/bg.png');
    /*    opacity: .8;*/
}
div#text_silver{
    width: 350px;
    height: 30px;
    color: white;
    /*    background-color: red;*/
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    font-size: 23px;
}
span.gold{
    color: #F2D243;
/*    padding-top: 7px; */
    
}
span.v1{
    display: block;
    width: 70px;
    float: left;
    color: white;
/*    background-color: red;*/
/*    margin-left: 5px;*/
}
span.v2{
    display: block;
    width: 90px;
    float: left;
    color: white;
    text-align: left;
/*    background-color: red;*/
/*    margin-left: 5px;*/
}
span.v3{
    display: block;
    width: 40px;
    float: left;
    color: white;
/*    background-color: red;*/
/*    margin-left: 5px;*/
}
div#menu1{
    width: 400px;
    height: 30px;
    margin-top: 40px;
    float: left;
    /*    background-color: green;*/
}
div#menu2{
    width: 400px;
    height: 30px;
    margin-top: 40px;
    float: right;
    /*    background-color: green;*/
}

div#menu1 ul{
    list-style: none;
}
div#menu1 ul a{
    text-decoration: none;
    color: black;
}

div#menu1 ul a li{
    float: left;
    padding-right: 51px;
}
div#menu1 ul a li:hover,div#menu1 ul a li.selected{
    color: #9E1C3A;
}

div#menu2 ul{
    list-style: none;
}
div#menu2 ul a{
    text-decoration: none;
    color: black;
}

div#menu2 ul a li{
    float: right;
    margin-left: 33px;
}
div#menu2 ul a li:hover,div#menu2 ul a li.selected{
    color: #9E1C3A;
}

div#drop_down{
    width: 170px;
    min-height: 1px;
    position: absolute;
    background-color: white;
    display: none;
    z-index: 99;
    margin-left: 230px; 
    padding-top: 10px;
}

div#drop_down a{
    text-decoration: none;
    color: black;
}

div#drop_down a div{
    width: 170px;
    height: 20px;
    text-indent: 20px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #ccc solid 1px;
}
div#drop_down a div:hover{
    color: #9E1C3A;
}

div#search{
    width: 215px;
    height: 24px;
/*    background-color: white;*/
    margin-left: 850px;
    position: absolute;
    margin-top: -30px;
}
input.search-btn{
    position: absolute;
    margin-top: -18px;
    margin-left: 198px;
}
.search-input{
    /*    width: 170px;*/
    margin-top: 5px;
    /*    background-color: white;*/
    /*    color: #555 ;*/
    border: none;
    margin-left: 10px;
/*    padding-top: 5px;*/
    background: rgba(255,255,255,0.10);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border: none;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        padding: 5px 5px;
    /*    border-radius: 25px;*/
    font-size: 12px;
    outline: none;
    width: 200px;
    /*    margin-left: 14.5px;*/
}
.search-input:focus{
    border: none;
}

div#content{
    width: 1000px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    /*    background-color: red;*/
    margin-top: 30px;
    padding-bottom: 10px;
}
div#about{
    width: 998px;
    height: 104px;
    border: #bbb solid 1px;
}

div#plus{
    width: 44px;
    height: 46px;
    position: absolute;
    margin-left: 956px;
    background: url('../images/plus.png');
}
div#inside_about{
    width: 940px;
    height: 80px;
    margin-top: 14px;
    margin-left: 20px;
    /*    background-color: red;*/
    text-align: justify;
}

div#products{
    width: 1000px;
    min-height: 646px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 15px;
}

div#title{
    width: 120px;
    height: 30px;
    background-color: white;;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;

}

div#title1{
    width: 180px;
    height: 30px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}


div#line_title{
    width: 1000px;
    height: 2px;
    margin-top: 10px;
    background-color: #aaa;
    position: absolute;
    z-index: -1;

}

div#products_div{
    width: 1000px;
    height:620px;
    /*    margin-top: 5px;*/
    /*    background-color: green;*/
}
div#div_products{
    width: 310px;
    height: 310px;
    background-color: #77787B;
    float: left;
    margin-right: 11.5px;
    margin-left: 11.5px;
    margin-top: 15px;
}
div#black_div{
    width: 310px;
    height: 310px;
    background-color: black;
    opacity: .7;
    position: absolute;
    display: none;

}
div#trans_div{
    width: 310px;
    height: 310px;
    position: absolute;
    text-align: center;
    display: none;

}
a{
    text-decoration: none;
}

div#black_title_div{
    color: white;
}
span.title_black{
    display: block;
    margin-top: 130px;
    font-size: 20px;
}
.more{
    font-size: 14px;
    color: #E9AF21;
}
div#line_black_div{
    width: 130px;
    height: 1px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
}
div#pic_prod{
    width: 300px;
    height: 280px;
    margin: 0 auto;
    margin-top: 4px;
    background-color: white;
}
div#s_basket{
    width: 25px;
    height: 18px;
    background: url('../images/basck1.png');
    position: absolute;
    margin-left: 250px;
    margin-top: 10px;
}

div#det_prod{
    padding-top: 3px;
    width: 310px;
    height: 23px;
    background-color: #58595B;
    margin-top: 5px;
    text-indent: 12px;
    color: white;
    
}
img.icon{
    margin-top: -5px;
    margin-left: 4px;
}
img.icon1{
/*display: none;*/
position: absolute;
/*margin-left: -25px;*/
}

img.icon2{
display: none;
position: absolute;
/*margin-left: -25px;*/
}
span.views{
    float: right;
    margin-right: 12px;
}

span.views1{
    float: left;
    margin-left: 10px;
}



div#special{
    width: 1000px;
    height: 265px;
    margin-top: 15px;
}


div#special_div{
    width: 1000px;
    height: 265px;
    margin-top: 15px;
}
div#div_special{
    width: 235px;
    height: 219px;
}

div#old_price{
    width: 74px;
    height: 22px;
    background-color: #E6E7E8;
    position: absolute;
    color: #58595B;
    margin-top: 10px;
    margin-left: 160px;
    text-indent: 10px;
}
div#price{
    width: 74px;
    height: 22px;
    background-color: #E6E7E8;
    position: absolute;
    margin-top: 40px;
    margin-left: 160px;
    color: #58595B;
    text-indent: 10px;
}
div#dash{
    position: absolute;
    width: 44px;
    height: 6px;
    margin-top: 7px;
    margin-left: 2px;
    background: url('../images/dash.png');
}

div#div_special{
    width: 233px;
    height: 218px;
    float: left;
    margin-left: 7.5px;
    margin-right: 7.5px;
    /*   background-color: yellow;*/
    margin-top: 15px;
    border: #aaa solid 1px;

}
div#special_pic{
    width: 188px;
    height: 188px;
    margin: 0 auto;
    margin-top: 16px;
    /*    background-color: red;*/
}

div#black_special_pic{
    width: 235px;
    height: 218px;
    position: absolute;
    background-color: black;
    opacity: .7;
    display: none;

}

div#trans_special_div{
    width: 235px;
    height: 218px;
    position: absolute;
    text-align: center;
    display: none;


}
div#special_black_title_div{
    color: white;
}

span.special_title_black{
    display: block;
    margin-top: 90px;
    font-size: 20px;
}

div#s_basket1{
    width: 25px;
    height: 18px;
    background: url('../images/basck1.png');
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}
div.page-content{
    width: 1000px;
    min-height: 70px;
    overflow: hidden;
    padding-bottom: 80px;
/*    background-color: red;*/
}

div#social{
    width: 1000px;
    height: 125px;
    /*    background-color: red;*/
    margin: 0 auto;
    margin-top: 15px;
}
div#title_prod{
    width:300px;
    height: 20px;
    color: #c87c02;
    text-align: right;
    position: absolute;
    margin-left: 263px;
    margin-top: -14px;
    font-size: 15px;
}
div#title_prod2{
    width:300px;
    height: 20px;
    color: #c87c02;
    text-align: left;
    position: absolute;
    margin-left: -430px;
    margin-top: -14px;
    font-size: 15px;
}

div#title2{
    width: 140px;
    height: 30px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}
div#title4{
    width: 200px;
    height: 30px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}   
div#title3{
    width: 180px;
    height: 30px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}
div#inside_social{
    width: 322px;
    height: 59px;
    margin: 0 auto;
    margin-top: 10px;
    /*    background-color: red;*/
}
div#fb{
    width: 59px;
    height: 59px;
    float: left;
    background: url('../images/fb.png');
}
div#tw{
    width: 59px;
    height: 59px;
    float: left;
    margin-left: 70px;
    background: url('../images/tw.png');
}
div#in{
    width: 59px;
    height: 59px;
    float: left;
    margin-left: 70px;
    background: url('../images/in.png');
}



div#fb{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;

    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
div#fb:hover {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotate; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
div#tw{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;

    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
div#tw:hover {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotate; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

div#in{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;

    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
div#in:hover {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotate; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

div#footer{
    width: 100%;
    min-height: 68px;
    overflow: hidden;
    background: url('../images/bg.png');
}
div#anzima_bamboo{
    width: 1000px;
    margin: 0 auto;
    /*    margin-top: 15px;*/
    height: 20px;
    color: #aaa;
    font-size: 11px;

}
div#bamboo{
    width: 300px;
    height: 20px;
    float: left;
    margin-top: 40px;

}
div#anzima{
    width: 300px;
    height: 20px;
    float: right;
    text-align: right;
    margin-top: 40px;

}
div#anzima a{
    text-decoration: none;
    color: #ccc;
}


div#request{
    width: 1000px;
    height: 35px;
    /*    background-color: red;*/
    margin: 0 auto;
    margin-top: 15px;
}

div#arrow_up{
    width: 31px;
    height: 14px;
    position: absolute;
    margin-left: 484px;
    margin-top: -11px;
    cursor: pointer;
    background: url('../images/arrow_up.png');
}
div#arrow_down{
    width: 31px;
    height: 12px;
    position: absolute;
    margin-left: 484px;
    /*    margin-top: -3px;*/
    cursor: pointer;
    display: none;
    background: url('../images/arrow_down.png');
}
div#arrow_div{
    width: 1000px;
    height: 15px;
}

div.page-container{
    width: 1000px;
    height: 140px;
    /*    background-color: red;*/
    margin-top: 20px;
}
div#contact{
    width: 100%;
    height: 206px;
    display: none;

}
div#inside_contact{
    width: 1000px;
    height: 196px;
    margin: 0 auto;
    color: white;
}
div#addressb{
    width: 400px;
    /*    text-indent: 20px;*/
    letter-spacing: 1px;
    font-size: 13px;
    text-align: justify;
    margin-left: 20px;
    position: absolute;
    margin-top: 140px;
}
div#contactus{
    width: 160px;
    height: 30px;
    color: #c87c02;
    float: right;
    cursor: pointer;
    text-shadow: black 0.05em 0.05em 0.05em;
    letter-spacing: 2px;
    text-align: right;

}



.textarea{
    width:955px;
    margin: 0 auto;
    border: none;
    padding: 3px 10px 0px 10px;
    margin-top: 30px;
    height: 37px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: rgba(255,255,255,0.10);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border: none;
    color: white;
    margin-left: 15px;
}
.submitcontact{
    width: 60px;
    height: 37px;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    margin-left: 470px;
}

div#det_product{
    width: 1000px;
    min-height: 450px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
div#gallery_prod{
    width: 1000px;
    min-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}
div#photo_div{
    width: 240px;
    height: 240px;
/*    background-color: red;*/
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 5px;
    float: left;
}
div#section1{
    float: left;
    width:420px;
    height: 420px;
    border: #ccc solid 1px;
}
div#section2{
    float: left;
    width:558px;
    min-height: 418px;
    overflow: hidden;
/*    background-color: yellow;*/
    margin-left: 18px;
/*    border: #ccc solid 1px;*/
}

div#top_det{
    width:290px;
    height: 27px;
    background-color: #58595B;
    float: right;
    padding-top: 10px;
    padding-left: 10px;
}
div#top_det1{
    width:190px;
    height: 27px;
    background-color: #58595B;
    float: right;
    padding-top: 10px;
    padding-left: 10px;
}
div#details_prod{
    margin-top: 70px;
    padding-left: 10px;
    width: 548px;
    min-height: 350px;
    overflow: hidden;
    
}
h3{
    font-size: 23px;
    color: #9E1C3A;
}
div#image_det{
    width:390px;
    height: 390px;
    margin: 0 auto;
    margin-top: 15px;
    border: #ccc solid 1px;
}

div#bascket{
    width: 63px;
    height: 99px;
    background: url('../images/bascket1.png');
    position: fixed;
    right: 40px;
    top: 200px;
    z-index: 9999;
    
}
div#nbr{
    width: 50px;
    height: 30px;
    margin: 0 auto;
    margin-top: 19px;
    font-size: 22px;
    color: #aaa;
    text-align: center;
    
}





















/*///////////////// contact us/////////////////////////*/
div#msg_sent{
    width: 300px;
    height: 30px;
    margin-left: 600px;
    /*    background-color: red;*/
    position: absolute;
    margin-top: -50px;
    font-size: 14px;
    color: #efc866;
    display: none;

}

div#fields{
    width: 300px;
    height: 30px;
    margin-left: 600px;
    position: absolute;
    margin-top: -50px;
    font-size: 14px;
    color: #c87c02;
    display: none;

}
.span_address{
    color: #efc866;
}
.inputnewsletter{
    padding: 4px 10px;
    color: #aaa;
    border: none;
    width: 307px;
    height: 30px;
    font-size: 14px;
    /*    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
    margin-top: 5px;
    border: #D8D9DA solid 1px;

}
div#bottom_line{
    width: 100%;
    height: 21px;
    background-color: #2E90CE;
}
div#sbmt_newsletter{
    width:21px;
    height: 42px;
    position: absolute;
    margin-top: 0px;
    margin-left: 360px;
    margin-top: -60px;
}
div#sbmt_newsletter:hover{
    opacity: .7;
}
.inpta{
    width: 328px;
    height: 176px;
    background-color: #F5F5F5;
    /*    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;*/
    border: none;
    border: #D8D9DA solid 1px;
}

.inpts{
    width: 65px;
    height: 25px;
    background-color: #c87c02 ;
    color: #fff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    position: absolute;
    margin-left: 345px;
    margin-top: 19px;
}
span.blue2{
    color: #4799e5;
    font-size:18px;
}

div#div3{
    width: 230px;
    height: 200px;
    margin: 0 auto;
    /*    background-color: red; */
    margin-top: 15%;
    text-align: center;
}
span.red{

    color: #2E90CE ;
    font-size: 22px;
}
div.reds{
    width: 400px;
    /*    margin-left: 60px;*/
    height: 20px;
    color: #2E90CE ;
    font-size: 14px;
}
.reds{
    height: 20px;
    color: #ED2224;
    font-size: 18px;
}
div#address{
    margin-left: 60px;
    width: 800px;
    min-height:10px;
    overflow: hidden;
    margin-bottom: 20px;
}
div#by_msg{
    font-size: 14px;
    margin-left: 60px;
}
div#left{
    /*    margin-left: 60px;*/
    width: 350px;
    float: left;
    /*    background-color: green;*/
}
.spancoop{
    color: #777;
}
div#right{
    width: 400px;
    float: left;
    /*    background-color: red;*/
}
div#all_divpro{
    width: 100%;
    min-height: 1%;
    overflow: hidden;
    /*    margin-bottom: 22%;*/
}


div#next{
    width:23px;
    height: 34px;
    position: absolute;
    margin-top: 208px;
    margin-left: 873px;
    background:  url('../images/next.png') no-repeat;
    z-index: 9999;
}

div#prev{
    width:23px;
    height: 34px;
    position: absolute;
    margin-top: 208px;
    margin-left: 5px;
    background:  url('../images/back.png') no-repeat;
    z-index: 9999;
}
div#prev:hover{
    opacity: .5;
}
div#next:hover{
    opacity: .5;
}
div#left_div{
    width: 35px;
    height: 500px;
    position: absolute;
    background-color: white;
    opacity: .7;
    z-index: 10;
}
div#right_div{
    width: 35px;
    height: 500px;
    position: absolute;
    background-color: white;
    margin-left: 865px;
    opacity: .7;
    z-index: 10;
}

.hover:hover{
    opacity: .8;
}
div#into_text h2 a{
    color: #4799e5;
}

div#over{
    width:300px;
    height: 200px;
    position: absolute;
    /*    background-color: red;*/
}


/*//////////////////////////////////// rotation/////////////////////////////*/

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(360deg);}
}