
/* Include the font files */
@font-face{font-family:'FontAwesome';
src:url('../font_awesome/fontawesome-webfont.eot?v=4.0.3');
src:url('../font_awesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
url('../font_awesome/fontawesome-webfont.woff?v=4.0.3') format('woff'),
url('../font_awesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
url('../font_awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight:normal;font-style:normal}


/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../flexslider/fonts/flexslider-icon.eot');
  src: url('../flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../flexslider/fonts/flexslider-icon.woff') format('woff'), url('../flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*
*/@font-face {  
    font-family: myriad ;  
    src: url('../font/MYRIADPRO-REGULAR.OTF') format("opentype");  
}
@font-face {
    font-family: DIN;
    src: url('../font/newyork.eot'); 
    src: url('../font/dincond-bold-58d114dc93e62.otf') format('opentype');
    /*       url('../font/newyork.woff2') format('woff2'),  Super Modern Browsers 
           url('../font/newyork.woff') format('woff'),  Pretty Modern Browsers 
           url('../font/newyork.ttf')  format('truetype'),  Safari, Android, iOS 
           url('../font/newyork.svg#svgFontName') format('svg');  Legacy iOS */
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: myriad;
    color: #323232;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.flexslider{
    width: 1000px;
    height: 600px;
    margin-left:80px;
}

#header{
    width: 100%;
    height: 100px;
    background-color: white;
    top: 0px;
    position: fixed;
    z-index: 99999;
    box-shadow: 0px 1px 1px #eee;
}
#inside_header{
    width: 95%;
    height: 100px;
    /*background-color: red;*/
    margin: 0 auto;
}
div#logo{
    width: 290px;
    height: 80px;
    float: left;
    margin-top: 10px;
}
#inside_pages_divservice{
    height: 80%;
}
#inside_pages_div{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
#favourites{
    width: 145px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 95px;
    background-color: #9d3393;
}
#favourites a{
    color: #fff;
}
#favourites span{
    color: #fff;
    display: block;
    float: left;
    margin: 4px 5px 0px 15px;
}
#favourites .fav-img{
    font-size: 22px;
    color: #fff;
    margin: 4px;
}

#basket{
    width: 50px;
    height: 100px;
    background-color: #80267C;
    color: white;
    float: right;
    position: absolute;right:0;
    top:0;
}
#basket a{
    text-decoration: none;
    color: #fff;
}
#basket .box{text-align: center;width: 100%;height: 100%;padding-top: 18px;}
#basket .box .cart-img{margin: 0 auto;width: 26px;margin-top: 5px;text-align: center;}
 
    #carousel .slides #img_flex{
    height: 100%;
}

.text_title{
    width: 100%;
    height: 50px;
    top:0;
    padding: 20px 20px 20px 20px;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(255,255,255,.9);
    /*position: absolute;*/
    /*background-color: red;*/
    z-index: 999;
}
#nbr1{
    width: 20px;
    height: 30px;
    color: white;
    font-size: 25px;
    margin: 0 auto;
    float: right;
    margin-right: 15px;
    text-align: right;
}
#nbFav{
    width: auto;
    height: auto;
    padding-top: 3px;
    color: white;
    font-size: 19px;
    margin: 0 auto;
    float: right;
    margin-right: 15px;
    text-align: right;
}
#basket_icon{
    width: 28px;
    height: 30px;
    /*background-color: red;*/
    color: white;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
}
#basket_icon img{
    width: 100%;
}



.blocks{
    width: 300px;
    height: 350px;
    float: left;
    /*background-color: green;*/
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    margin-top: 30px;
}
/*.icon{
    width: 125px;
    height: 125px;
    margin: 0 auto;
}*/




.icon:hover .svg {
   -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}




.block_text{
    width: 100%;
    min-height: 160px;
    overflow: hidden;
    /*background-color: pink;*/
  margin: 0 auto;
    margin-top: 30px;
}
svg:hover path {

    opacity:1 !important;
}
#briefnewline {
line-height: 1.3;
  font-size: 16px;
  width: 500px;

  padding: 10px;
}


.title_block{
    width: 100%;
    height: 20px;
    text-align: center;   
    margin: 0 auto;
    font-size: 23px;cursor: crosshair;
}
.title_block a{
    color: #555;
    text-decoration: none;
}
.title_block a:hover{
    color: #9d3393;
}
.desc_block{
    text-align: center; 
    margin: 0 auto;
    margin-top: 20px;
}
.icon {
        margin: 0 auto !important;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
}

.icon > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 10px 2px;
  text-align: center;  
  &:nth-child(odd) {
    background: #eee;     
   }
  &:hover {
    opacity: 0.25
  }
}
#menu{
    width: 850px;
    height: 40px;
    float: right;
    margin-top: 60px;
}
#menu > ul{
    list-style: none;
}
#menu > ul > li a{
    color: #333;
    text-decoration: none;
}



#imgslider{margin: 0px 15px 15px 0px;align:center;}
#menu > ul > li{
    float: left;
    padding: 0px 18px;
    letter-spacing: 0.6px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
#menu > ul > li:hover{
    border-bottom: #C4C6C8 solid 7px;

}
#menu > ul > li.selected{
    border-bottom: #C4C6C8 solid 7px;
}
#menu a{
    cursor: pointer;
}
#menu .submenu ul{
    display: none;
    list-style: none;
    position: absolute;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px #aaa;
    -webkit-box-shadow: 0px 0px 4px #aaa;
    -moz-box-shadow: 0px 0px 4px #aaa;
    -ms-box-shadow: 0px 0px 4px #aaa;
    -o-box-shadow: 0px 0px 4px #aaa;
    top: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    left: -25px;
    z-index: 9;
}
#menu .submenu ul li{
    width: 100%;
    height: 38px;
    padding: 8px 0 8px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#menu .submenu ul li a{
    width: 100%;
    display: block;
}
#menu .submenu ul li:hover{
    background-color: #912F88;
}
#menu .submenu ul li:hover a{
    color: #fff;
}

#title_brief{
    font-size: 30px;
}
#brief_summary{
    line-height:30px;
    font-size:18px;
}
.brief_wrapper{
    width: 100%;
    min-height: 300px;
    background-color: #ddd;
    padding-top: 70px;
    padding-bottom: 40px;
}
.brief_wrapper_inside{
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    /*background-color: red;*/
}
.text_brief{
    width:730px;
    height: 10px;
    float:right;
    text-align: justify;
    color:#555;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.text_brief span{
    display: block;
    padding-bottom: 20px;
}
.text_brief a{
    color: #80267C;
}
.img_brief{
    float:left !important;
    width:450px;
    height: 200px;
}



















#content{
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    /*background-color: red;*/
    margin-top: 100px;
}
#gallery{
    height: 580px;
    width: 100%;
/*    background-color: #9D3393;*/
}
div#bg{
    width: 100%;
    height: 580px;
    position: absolute;
    /*z-index: -1;*/
}
div#left_right_gallery{
    width: 100%;
    height: 580px;
    position: absolute;
    z-index: 1;
}
#left_gallery{
    width: 30%;
    height: 580px;
    float: left;
    /*background-color: yellow;*/
}
#right_gallery{
    width: 70%;
    height: 580px;
    float: right;
    padding: 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*background-color: #8CC04D;*/
}
#inside_left_gallery{
    width: 310px;
    height: 300px;
    /*background-color: green;*/
    margin: 0 auto;
    margin-top: 130px;
}
#text_gallery{
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    /*background-color: red;*/
    text-align: center;
    color: white;
    font-size: 22px;

}
.span_gal{
    font-size: 30px;
    font-family: DIN;
    letter-spacing: 1px;
    display: block;  
    letter-spacing: 1px;   
    padding: 0px;
    margin-bottom: 3px;
}
#search_div{
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
    margin-top: 40px;
}

#search_bt{
    width: 85%;
    height: 25px;
    float: left;
    /*background-color: red;*/ 
    border: none;
}
.search-btn{
    float: right;
    text-align: center;
}
#whatsapp{
    width: 100%;
    font-size: 26px;
    color: white;
    text-align: center;
    margin-top: 30px;
    font-family: DIN;
}
#whatsapp img{
    width: 30px;
    height: 30px;
}
#triangle{
    width: 12%;
    height: 100%;
    float: left;
    /*background-color: red;*/      
}
#shop_gal{
    width: 90px;
    height: 90px;
    position: absolute;
    margin-top: 240px;
    margin-left: -30px;
}
.first_block{
    width: 26%;
    height: 100%;
    float: left;
    /*background-color: yellow;*/
    margin-left: 2%;
}
.second_block{
    width: 100%;
    height: 100%;
    /*
    float: left;
    margin-left: 2%;*/
}
.second_block .block.bdown1{
    margin-top: 0px;
    height: 100%;
   
}


.block{
    width: 100%;
    /*height: 205px;*/
    height: 180px;
    background-color: white;
    position: relative;
    overflow: hidden;

}
.block_in{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}
.block_in:hover
{
    box-shadow: 0px 0px 2px #555;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.bdown{
    height: 130px;
    margin-bottom: 0px;
    background-color: #782174;
}
.btop{
    height: 352px;
    /*background-color: red;*/
    margin-bottom: 0px;
}
.bdown1{
    height: 198px;
    /*background-color: red;*/
    margin-top: 10px;
}
.block_title{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(131,39,126,.8);
    position: absolute;
    bottom: 0;
    padding: 10px 10px;
    text-align: center;
    color: white;
    z-index: 9;
}
#category_ticker{
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 0px;
    /*margin-top: 60px;*/
    background-color: #77787B;
    position: relative;
}
#new_hot{
    width: 100%;
    min-height: 200px;
    /*background-color: red;*/
    margin-top: 30px;
}
#inside_new_hot{
    width: 1200px;
    min-height: 400px;
    /*background-color: green;*/
    margin: 0 auto;
}
#new_arrival{
    width: 930px;
    min-height: 760px;
    overflow: hidden;
    /*background-color: yellow;*/
    float: left;
}
#banner_top{
    width: 100%;
    height: 200px;
    /*background-color: red;*/
    margin-top: 30px;
}
#inside_banner_top{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
.title_site{
    width: 100%;
    height: 40px;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    background-color: #C4C6C8;
}
.hotcol{
    background-color: #9D3393;
    color: white;
}
.arrival_bloc{
    width: 100%;
    min-height: 228px;
    overflow: hidden;
    margin-top: 12px;
}
.icon_arrival{
    width: 50px;
    height: 45px;
    float: left;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #9D3393;
}
.products_arrival{
    width: 875px;
    min-height: 228px;
    overflow: hidden;
    float: right;
    /*background-color: yellowgreen;*/
}
.arrival_div{
    width: 286px;
    height: 228px;
    background-color: #d2d2d2;
    float: left;
    margin-left: 5px;
    position: relative;
}
.arrival_div a{
    color: #222;
}

.title_arr{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #d2d2d2;
    /*color: white;*/
    text-align: center;
    padding: 6px 0px 0px 0px;
    position: absolute;
    bottom: 0;
}

.inside_arr{
    width: 280px;
    height: 222px;
    background-color: white;  
    margin: 0 auto;
    margin-top: 4px;
}
.inside_arr:hover{
    box-shadow: 0px 0px 5px #aaa;
    opacity: .9
}
#hot_deals{
    width: 255px;
    min-height: 760px;
    overflow: hidden;
    float: right;
    /*background-color: green;*/
}
.offers{
    width: 255px;
    height: 350px;
    background-color: #A859A0;
    margin-top: 10px;
    position: relative;
}
.title_hot{
    width: 100%;
    height: 90px;
    bottom: 0;
    position: absolute;
    /*background-color: red;*/
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: white;
    text-align: left;

}
.offers_inside{
    width: 245px;
    height: 250px;
    background-color: white;
    position: absolute;
    margin: 0 auto;
    margin-top: 5px;
    left:0;
    right:0;
    text-align: center;

}
.offers a{
    color: white;
    text-decoration: none;
}
.price_hot{
    width: 73px;
    height: 65px;
    background-color: #782174;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: white;
    position: absolute;
    font-size: 18px;
    margin-top: 190px;
    margin-left: 10px;
    padding: 20px 0px;
}



/*start price tag*/
.tags a {
    position: absolute;
    width: auto;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    background: #9d3393;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    bottom: 5px;
    right: 5px;
    color: #fff !important;
}
.tags a:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 0;
    height: 0;		
    border-style: solid;		
}
.tags a:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}
/* Add rounded corners to right end of the anchor tag */
.price-tag a{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/* Position left and show only right border of triangle  */
.price-tag a:before {		
    left: -15px;	
    border-color: transparent #9d3393 transparent transparent;
    border-width: 15px 15px 15px 0;
}
/* Fix the circle between anchor box and triangle left to it  */	
.price-tag a:after {		
    left: -2px;
}
.tags a:hover {
    background: #ae44a4;
}
.price-tag a:hover:before {
    border-color: transparent #ae44a4 transparent transparent;
}
/*end price tag*/





.plus{
    color: #78277C;
    display: block;margin-top: 10px;
}
.plus:hover{
    color: white;
}
.title_in:hover{
    opacity: .8;
}
#banners_middle{
    width: 100%;
    min-height: 350px;
    background-color: #eee;
    margin-top: 40px;
    padding: 12px 0px;
}
#inside_banners_middle{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    /*background-color: green;*/
}
#banner_1{
    width: 49.5%;
    height: 100%;
    float: left;
    /*background-color: red;*/
}
#banner_2{
    width: 49.5%;
    height: 100%;
    float: right;
    /*background-color: red;*/
}
#banner_3{
    width: 1200px;
    height: 100%;
    background-color: pink;
    margin: 0 auto;
}
#wish_list{
    width: 100%;
    height: 340px;
    /*background-color: red;*/
    margin-top: 40px;
}
#inside_wish_list{
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    /*background-color: red;*/
}
#banner_bottom{
    width: 100%;
    min-height: 283px;
    overflow: hidden;
    /*background-color: green;*/
    margin-top: 40px;
}
#inside_banner_bottom{
    width: 1200px;
    min-height: 283px;
    overflow: hidden;
    margin: 0 auto;
}
#footer-top{
    width: 100%;
    min-height: 290px;
    overflow: hidden;
    margin-top: 30px;
    background-color: #7D7E81;
}
#inside_footer_div{
    width: 1200px;
    height: 320px;
    /*background-color: green;*/
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.footer_block{
    width: 400px;
    height: 250px;
    float: left;
    /*background-color: red;*/
    color: white;
}
.footer_block h1{
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;

}
.footer_block ul{
    width: 160px;
    height: 200px;
    float: left;
    margin-top: 20px;
    /*background-color: red;*/
    list-style: none;
}
.footer_block ul li{
    height: 45px;
}
.footer_block ul li a{
    color: white;
    text-decoration: none;
}
.span_footer{
    color: #B8BABC;
}


.footer_block.footer_center{
    width: 340px;
}
.footer_center img{
    width: 60px;margin-top: 10px;float: left;
}
.footer_center .cash_on{
    font-size: 18px;font-weight: bold;margin-top: 30px;margin-left: 20px;float: left;
}
.x-menu-resp{display: none;}
#creative_nerds{
    width: 100%;
    min-height: 430px;
    overflow: hidden;
    margin-top: 70px;
}
#inside_creative_nerds{
    width: 1200px;
    min-height: 430px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
    /*background-color: red;*/
}
.title_web{
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    text-align: center;   
    margin: 0 auto;
    font-size:30px;
/*    letter-spacing: 1px;*/
}
#newsletter{
    width: 380px;
    height: 50px;
    margin: 0 auto;
    background-color: white;
    margin-top: 5px;
    text-align: center;
}
.newsletter{
    width: 240px;
    height: 50px;
    float: left;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.button_news{
    width: 100px;
    height: 50px;
    float: right;
    background-color: #9D3393;
    font-family: DIN;
    text-align: center;
    border: none;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
}
#news_sent{
    font-size: 13px;
    padding-top: 20px;
    display: none;
}
.footer_block.socialmedia{
    margin-left: 120px;
    width: 340px;
}
#contact_foot{
    width: 120px;
    height: 200px;
    float: left;
}
#footer_down{
    width: 100%;
    min-height: 120px;
    background-color: #B8BABC;
}
.img-circle:hover{ box-shadow: inset 0 0 0 25px #9d3393;}





#inside_footer_down{
    width: 1200px;
    min-height: 120px;
    overflow: hidden;
    /*background-color: red;*/
    margin: 0 auto;
}
#rights{
    width: 200px;
    height: 20px;
    color: white;
    margin-top: 70px;
    float: left;
    font-size: 13px;
}
#anzima{
    width: 200px;
    height: 20px;
    color: white;
    margin-top: 70px;
    float: right;
    font-size: 13px;
    text-align: right;
}
#anzima a{
    color: white;
}
#miba_down{
    width: 136px;
    height: 71px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 30px;
}
#amazingcarousel-1{
    display:none;
    position:relative;
    width:100%;
    max-width:1200px;
    margin:0px auto 0px;
}
.amazingcarousel-title{
    width: 50px;
    height: 28px;
    background-color: #782174;
    color: white;
    position: absolute;
    margin: 0 auto;
    padding: 18px 1px 16px 1px;
    font-size: 16px;
    text-align: center;

}
#inside_top{
    width: 100%;
    background-color: #9D3393;
    padding-bottom: 40px;
}
#inside_inside_top{
    width: 1200px;
   height: 200px;
    /*background-color: red;*/
    margin: 0 auto;
}
#text_gallery_inside{
    width: 400px;
/*    height: 230px;*/
    /*background-color: green;*/
    font-family: DIN;
    font-size: 30px;
    word-spacing: 4px;
    letter-spacing: 1px;
    float: left;
    padding-top: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: white;
    text-align: center;
}
#search_div_inside{
    width: 400px;
    height: 230px;
    /*background-color: pink;*/
    float: left;
    padding-top: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div#search_div_inside1{
    width: 400px;
    height: 40px;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 10px ;
}
#whatsapp_inside{
    
    width: 400px;
    height: 230px;
    font-size:30px;
    /*background-color: red;*/
    float: left;
    word-spacing: 4px;
  
    padding-top: 135px;
    padding-right: 10px;
    text-align: justify;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.whatsapp{
/*    width: 80%;*/
    font-size: 50px;
    color: white;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    font-family: DIN;
/*    text-align: justify;*/
}
.whatsapp img{
    width: 30px;
    height: 30px;
}
#inside_pages_contact{
    width: 100%;
/*    min-height: 200px;
    overflow: hidden;*/
}
#title_inside_pages{

    text-align: center;
    font-size: 30px;
    color:#555;
    margin: 15px;
}
#inside_pages_p{
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
  
    position: relative;
}
#left_store{
    width: 250px;
    min-height: 200px;
    overflow: hidden;
    float: left;
    /*background-color: red;*/
}
#right_store{
    width:88% ; 
   margin: 35px;margin: 0 auto;
    min-height: 200px;

}
#left_gal{
    width: 480px;
    min-height: 450px;
    overflow: hidden;
    float: left;
    position: relative;
}
.only_image{
    width: 100%;
    height: 365px;
    padding: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #eee;
}
#feeback_div{
    width: 60%;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
#feeback_div form{
    width: 95%;
    margin: 0 auto;
}
#left_contact{
    width: 48%;
    min-height: 200px;
    /*background-color: pink;*/
    float: left;
    margin-top: 30px;
}
#right_contact{
    width: 48%;
    min-height: 200px;
    /*background-color: pink;*/
    float: right;
    margin-top: 30px;
}
#select ul{
    width: 170px;
    height: auto;
    padding-bottom: 40px;
    float: left;
    list-style:   none;
}
#category_inside{
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
}
#category_inside ul li a{
    color: #333;
    text-decoration: none;
}
#category_inside ul li{
    margin-top: 10px;
}
.coll{
    color: #782174;
    font-size: 20px;
    letter-spacing: 1px;
}

#allproducts_div{
    max-width: 100%;
    margin: 0 auto;
    min-height: 200px;
    alignment-adjust: central;
    /*padding-bottom: 20px;*/
    overflow: hidden;
}

#allproducts_div a{
    color: #333;
}
.product_div{
    width: 350px;
/*    //290*/
    height: 260px;
    background-color: #C4C6C8;
    float: left;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}



/*   .product_div .inside_product_div{ alignment-adjust: central;width: 100%;height: 260px;margin-right: 0px;  background-color: #C4C6C8;}
    .product_div .inside_product_div:nth-of-type(3n+3){margin-right: 8px;}*/
/*.product_div:hover{
    opacity: .8;
}*/
.inside_product_div{
    width: 340px;
    /*//282*/
    height: 210px;
    margin: 0 auto;
    margin-top: 4px;
    background-color: white;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
    /*background-color: white;*/
}

.inside_product_div:hover
{
    box-shadow: 0px 0px 2px #aaa;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
}

.sold-out-css{margin: 10px 0px 20px 0px;}
.sold-out-css span{
    width: auto;
    font-size: 14px;
    background-color: #9D3393;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    height: auto;
    text-decoration: line-through;
}
.sold_out{
    width: 72px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.price_prod{
    width: 65px;
    height: 52px;
    background-color: #782174;
    color: white;
    position: absolute;
    padding: 15px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    bottom: -5px;
    right: 10px;
}
.title_prod{
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#pages{
    width: 100%;
    text-align: center;
    height: 30px;
}
#pages a{
    padding: 9px 10px 6px 10px;
    background-color: #aaa;
    color: white;
    text-decoration: none;
}
#details_wrapper{
    width: 100%;
    min-height: 200px;
    overflow: hidden;
}
#left_gal{
    width: 90%;
    min-height: 450px;
    overflow: hidden;
/*    float: left;*/
    margin-left: 100px;

}
#slider{width: 1000px;height: 600px;margin-left:80px;
    padding: 4px 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    /*background-color: #eee;*/
}
#inside_page_det{
    width: 1200px;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: red;*/
}
.desc_det{
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #ddd;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    
}

#carousel{
    width: 400px;height:100px;margin:50px 0px 0px 340px;
}
#right_det{
    width: 400px;
    min-height: 200px;
    /*background-color: red;*/
    float: right;
}
.title_det{
    font-size: 24px;
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.price_det{
    width: auto;
    height: 30px;
    display: block;
    margin-top: 20px;
}
.line_top{
    width: 60px;
    height: 1px;
    background-color: #B8BABC;
    position: absolute;
    margin-top:7px;
    padding: 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}
#video_details{
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    margin-top: 40px;
}
.bprice{
    font-size: 40px;
    color: #9D3393;
    font-family: DIN;
}
.addtocart{
    width: 200px;
    height: 33px;
    background-color: #80267C;
    color: white;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    text-align: center;
    display: block;
    margin-top: 50px;
}
.addtocart a{
    color: white;
    text-decoration: none;
    font-size: 16.5px;
    font-family: DIN;
}
/*////////////////////////////// tabs////////////////////////*/

.menuwrapper{
    width: 95%;
    margin: 2px auto 20px;
    border: 1px solid #dddddd;
    overflow: hidden;
}
.swhipemenu{list-style: none; margin: 0px; white-space: nowrap; padding: 0px; position: relative;}
.swhipemenu li{margin: 2px;display: inline-block; width: 200px;}
.swhipemenu li a{
    padding: 10px; 
    text-align: center;
    display: block;
    /*background: #d2d2d2;*/
    background: #fff;
    border: 1px solid #dddddd;
    color: #363636;
    text-decoration: none;
}

.menuwrapper li:hover{
    opacity: .8;
}
.prev{
    width: 20px;
    height: 20px;
    /*background-color: red;*/
    position: absolute;
    left: 5px;
    top: 25px;
    border: none;
    background:  url('../images/arrow.svg') 5px  no-repeat;
    cursor: pointer;
}
.next{
    width: 20px;
    height: 20px;
    /*background-color: red;*/
    position: absolute;
    right: 5px;
    top: 25px;
    border: none;
    background:  url('../images/arrow1.svg') 5px  no-repeat;
    cursor: pointer;
}
.next:hover{
    opacity: .8;
}
.prev:hover{
    opacity: .8;
}



/*///////////////// contact us/////////////////////////*/
div#msg_sent{
    display: none;
    position: fixed;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    font-size: 17px;
    width: 300px;
    text-align: center;
    padding: 10px;
    height: 30px;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    -ms-box-shadow: 0px 0px 4px #666;
    -o-box-shadow: 0px 0px 4px #666;
    z-index: 9999;
    top: 48%;
    border-left: solid 2px #9D3393;
    border-bottom: solid 2px #9D3393;
}
div#msg_sent1{
    display: none;
    position: fixed;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    font-size: 17px;
    width: 300px;
    text-align: center;
    padding: 10px;
    height: 30px;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    -ms-box-shadow: 0px 0px 4px #666;
    -o-box-shadow: 0px 0px 4px #666;
    z-index: 9999;
    top: 48%;
    border-left: solid 2px #9D3393;
    border-bottom: solid 2px #9D3393;
}
div#fields{
    width: 300px;
    height: 20px;
    padding-top: 10px;
    font-size: 14px;
    /*text-align: center;*/
    color: #E64594 ;
    display: none;
}
.inputnewsletter{
    padding: 4px 10px;
    color: #323232;
    border: none;
    width: 80%;
    height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #E6E6E6;
    margin-top: 20px;
    background-color: white;
    border: none;
    border: #E6E6E6 solid 1px;
}
.inputnewsletter1{
    padding: 4px 10px;
    color: #323232;
    border: none;
    width: 100%;
    height: 35px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #E6E6E6;
    margin-top: 20px;
    background-color: white;
    border: none;
    border: #E6E6E6 solid 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#contactForm select.inputnewsletter1{
    width: 83.5%;
}


































@media(max-width: 768px){
    #contactForm select.inputnewsletter1{width: 100%;}
}
.inpta{
    width: 80.5%;
    height: 100px;
    padding-top: 5px;
    padding-left: 5px;
    color: #323232;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 4px;
    background-color: white;
    box-shadow: 0px 0px 5px #E6E6E6;
    margin-top: 20px;
    font-size: 16px;
    font-family: myriad;
    border: #E6E6E6 solid 1px;
}
.inpts{
    width: 81.8%;
    height: 35px;
    color: #fff ;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    background-color: #9D3393;
}
.inpts:hover{
    background-color: #782174 ;
}

.inpts1{
    width: 30%;
    height: 35px;
    color: #fff ;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    background-color: #A859A0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.inpts1:hover{
    background-color: #782174 ;
}

.inpta1{
    width: 100%;
    height: 100px;
    padding-top: 5px;
    padding-left: 5px;
    color: #323232;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 4px;
    background-color: white;
    box-shadow: 0px 0px 5px #E6E6E6;
    margin-top: 20px;
    font-size: 16px;
    font-family: myriad;
    border: #E6E6E6 solid 1px;
}
.inpts2{
    width: 100%;
    height: 35px;
    color: #fff ;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    background-color: #A859A0;
}
.inpts2:hover{
    background-color: #782174 ;
}

.icon{
    width: 125px;
    height: 125px;
    margin: 0 auto;
}
.icon1{
    width: 200px;
    height: 125px;
    margin: 0 auto;
}

/*js slide2 home page*/
.slidesjs-pagination{
    position: absolute;
    left: 600px;
    bottom: 15px;
    z-index: 999;
    width: auto;
    list-style: none;
}
.slidesjs-pagination .slidesjs-pagination-item{
    display: list-item;
    background-color: #fff;
    width: 12px;
    height: 12px;
    /*border-radius: 50%;*/
    float: left;
    margin-right: 6px;
    /*text-indent: 9999px;*/
    position: relative;
}
.slidesjs-pagination .slidesjs-pagination-item .active{
    background-color: #9D3393;
    border: solid thin transparent;
}
.slidesjs-pagination .slidesjs-pagination-item a{
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
    border: solid thin #ccc;
}
.slidesjs-next{
    position: absolute;
    right: 15px;
    top: 48%;
    z-index: 999;
}
.slidesjs-previous{
    position: absolute;
    left: 15px;
    top: 48%;
    z-index: 999;
}
#slides2 .slidesjs-previous, #slides2 .slidesjs-next{
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 0 0;
    position: absolute;
    top: 47%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slides2 .slidesjs-next:before{
    font-family: "flexslider-icon";
    font-size: 12px;
    display: inline-block;
    content: '\f002';
    padding: 10px 10px;
    background-color: #78277C;
}
#slides2 .slidesjs-previous:before{
    font-family: "flexslider-icon";
    font-size: 12px;
    display: inline-block;
    content: '\f001';
    padding: 10px 10px;
/*    background-color: #78277C;*/
}





/*#slider .slides > li{height: 345px !important;}*/
/*#slider .slides img{height: 345px !important;}*/




/*Clients Page*/
.clients-page{
    width: 100%;
    height: auto;
    min-height: 1px;
    overflow: hidden;
    margin-top: 30px;
}
.clients-page .box{
    width: 277px;
    height: 197px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    border: solid thin #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    position: relative;
}
.clients-page .box:nth-of-type(4n+4){
    margin-right: 0px;
}
.clients-page .box img{
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
}
@media(max-width: 1200px){
    .x-menu-resp{display: none;}
    .clients-page{width: 992px;}
    .clients-page .box{width: 225px;height: 160px;}
}
@media(max-width: 992px){
    .clients-page{width: 768px;}
    .clients-page .box{width: 236px;height: 168px;}
    .clients-page .box:nth-of-type(4n+4){margin-right: 30px;}
    .clients-page .box:nth-of-type(3n+3){margin-right: 0px;}
      
    #creative_nerds{
    width: 100%;
    min-height: 130px;  alignment-adjust: vertical;
    
/*    overflow: hidden;*/
  /*//  margin-top: 70px;*/
}
#inside_creative_nerds{
    width: 100%;
    min-height: 130px;  
    margin: 0 auto;text-align: vertical;
/*    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;*/
    /*background-color: red;*/
}
.title_web{    margin: 0 auto;
    text-align: vertical;
    width: 100%;
}



/*    overflow: hidden;
    text-align: center;
    font-size:30px;*/
/*    letter-spacing: 1px;*/
}

@media(max-width: 768px){
    .clients-page{width: 500px;}
    .clients-page .box{width: 235px;height: 168px;}
    .clients-page .box:nth-of-type(3n+3){margin-right: 30px;}
    .clients-page .box:nth-of-type(2n+2){margin-right: 0px;}
      
    #creative_nerds{
    width: 100%;
    min-height: 130px;  alignment-adjust: vertical;
    
/*    overflow: hidden;*/
  /*//  margin-top: 70px;*/
}
#inside_creative_nerds{
    width: 100%;
    min-height: 130px;  text-align: vertical;
/*    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;*/
    /*background-color: red;*/
}
.title_web{
    text-align: vertical;
    width: 100%;
  
/*    overflow: hidden;
    text-align: center;
    font-size:30px;*/
/*    letter-spacing: 1px;*/
}
}

@media(max-width: 1200px){
    #inside_pages_p .desc{width: 680px;}
}
@media(max-width: 992px){
    #inside_pages_p .desc{width: 480px;}
}
@media(max-width: 768px){
    .brief_wrapper_inside{
    width:100% ; 
    display: inline-block;
    overflow: hidden;
 
    /*background-color: red;*/
}
.text_brief{
   float:left;
    width:100%;

      margin: 0 auto !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.text_brief a{
    color: #80267C;
    min-height: 80px;   margin: 0 auto !important;
}
.img_brief{
  display:none;
}
    #inside_pages_p .desc{width: 500px;}
    #inside_pages_p .left-style{display: none;}
    #inside_pages_p .right-style{display: none;}
}
/*End AboutUs Page*/






@media(max-width: 1200px){    
    #menu{width: 640px;}
    #menu > ul > li{padding: 0 6px;letter-spacing: 0px;}
    #menu > ul > li > a{padding: 0px 11px;font-size: 14px;}
    div#logo{margin-top: 20px;width: 220px;}
    div#logo img{width: 100%;}
    #gallery{height: 440px;}
    div#bg{height: inherit;}
    div#left_right_gallery{height: inherit;}
    #left_gallery{height: inherit;}
    #right_gallery{height: auto;}
    #inside_left_gallery{width: 250px;margin-top: 60px;}
    #text_gallery{font-size: 15px;}
    #whatsapp{font-size: 26px;}
    #shop_gal{width: 50px;height: 50px;margin-top: 180px;margin-left: -25px;}
    .block{height: 133px;}
/*    
    #inside_banner_top{width: 992px;}*/
/*    #inside_new_hot{width: 992px;}
    #new_arrival{width: 992px;}*/
    
    #hot_deals{margin-top: 12px;width: auto;}
    .offers{float: right;width: 255px;}
    .offers:last-child{margin-right: 10px;}
    #hot_deals{min-height: 1px;}
    
    #inside_banners_middle{width: 992px;height: 288px;}
    #banners_middle{min-height: 1px;}
    
    #inside_wish_list{width: 992px;}
    
    #banner_bottom{min-height: 1px;}
    #banner_3{width: 992px;}
    
    #footer-top{min-height: 1px;}
    #inside_footer_div{width: 992px;}
    .footer_block{width: 300px;height: 220px;}
    .footer_block ul{height: 67px;margin-top: 10px;}
    .footer_block ul li{height: 25px;}
    #newsletter{width: 300px;margin-top: 5px;}
    .newsletter{width: 200px;padding: 10px 0px 10px 20px;}
    .footer_block ul.social-media li{margin-bottom: 10px;}
    .footer_block.socialmedia{margin-left: 0px;}
    #inside_footer_down{width: 992px;}
    
    #inside_pages_p{width: 992px;}
    #inside_pages_p{width: 992px;}
    
    #inside_inside_top{width: 992px;}
    #text_gallery_inside{width: 300px;}
    #search_div_inside{width: 300px;}
        div#search_div_inside1{width: 100%;width: 88%;margin-left: 12%;}
    #whatsapp_inside{width: 300px;}
    
    #left_store{width: 200px;}
    #right_store{margin: 0 auto;}
    .product_div{width: 250px;margin-left: 5px;margin-right: 5px;height: 230px;}
    .inside_product_div{width: 242px;height: 180px;}
    
    #right_det{width: 260px;margin-right: 5px;}
}
@media(max-width: 992px){
    #menu .menu_ul{display: none;float: right;margin-bottom: 15px;}
    .x-menu-resp{display: block;cursor: pointer;float: right;position: absolute;right: 85px;top: 37px;width: 35px;}
    #triangle{display: none;}
/*    #left_gallery{width: 24%;margin-left: 1%;}*/
    #inside_left_gallery{width: 100%;}
    .span_gal{font-size: 28px;}
    #search_div{width: 76%;margin: 0 auto;margin-top: 20px;}
    #search_bt{width: 77%;}
    .search-btn{margin-top: 5px;width: 20px}
    #whatsapp{font-size: 24px;}
    #whatsapp img{display: block;margin: 0 auto;margin-bottom: 20px;display: none;}
/*    #right_gallery{width: 75%;}*/
    .block_title{font-size: 13px;}
    .second_block{width: 100%;}

    #menu{width: 0px;}
    #menu .menu_ul{position: absolute;right: 60px;top: 100px;width: 260px;background-color: #222;height: auto;margin: 0px;}
    #menu .menu_ul > li > a{color: #fff;}
    #menu .menu_ul > li{width: 100%;float: left;padding-top: 10px;}
    #menu .menu_ul > li.selected, #menu .menu_ul > li:hover{border-bottom: #C4C6C8 solid 4px;}
    
    #inside_banner_top{width: 768px;}
    #inside_banner_top img{width: 100%;height: auto;}
    
    #inside_banner_top{width: 768px;}
    #inside_new_hot{width: 768px;}
    #new_arrival{width: 768px;}
    .products_arrival{width: 768px;}
    .arrival_div{width: 251px;}
    .inside_arr{width: 244px;height: 183px;}
    .arrival_div{margin-left: 0px;margin-right: 5px;}
    .icon_arrival{margin-bottom: 10px;}
    
    #inside_banners_middle{width: 768px;height: 223px;}

    #inside_wish_list{width: 768px;}

    #banner_3{width: 768px;}
    
    #inside_footer_div{width: 768px;height: auto;min-height: 1px;overflow: hidden;}
    .footer_block{width: 256px;}
    #newsletter{width: 256px;}
    .newsletter{width: 155px;padding: 10px 0px 10px 10px;}
    #inside_footer_down{width: 768px;}
    
    #inside_pages_p{width: 768px;}
    #inside_pages_p{width: 768px;}
    
    #inside_inside_top{width: 768px;}
    #text_gallery_inside{width: 256px;}
    #search_div_inside{width: 256px;}
        div#search_div_inside1{width: 100%;width: 88%;margin-left: 12%;}
    #whatsapp_inside{width: 256px;}
    .whatsapp{font-size: 22px;}
    
    #left_store{margin-left: 10px;}
    
    #favourites{top: 40px;right: 145px;}
}
@media(max-width: 768px){ 
            #gallery{
  
    width: 100%;
/*    background-color: #9D3393;*/
}
/*div#bg{
    width: 100%;


    z-index: -1;
}*/
div#left_right_gallery{
    width: 100%;
  
    z-index: 1;
}
#inside_page_det{
    margin: 0 auto;
    max-width: 100%;
}
#inside_pages_div{
    max-width: 100%;
 
}
    #slider{width: 100%;
            height: 200px;
            margin-left:0px;
   
}
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -20px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: -20px;
  }
    div#logo{width: 200px;}  
                          
              #button_brief{
  font-size: 12px;
  
}            
                          #inside_pages_p .desc{width: 500px;}
    #inside_pages_p .left-style{display: none;}
    #inside_pages_p .right-style{display: none;}
    #gallery{height: 760px;}
    #left_gallery{width: 98%;height: 200px;}
    #inside_left_gallery{height: inherit;margin-top: 0px;padding-top: 10px;}
    #right_gallery{width: 100%;}
    #text_gallery{text-align: left;float: left;width: 200px;}
    #search_div{position: absolute;top: 130px;left: 0px;right: 0px;width: 50%;}
    #whatsapp{float: right;width: 200px;margin-top: 5px;}
    #search_bt{width: 89%;}
/*    .first_block{height: 400px;}
    .second_block{height: 400px;}*/
    #gallery{height: 635px;}
    .block_title{padding: 5px 10px;}
        .slidesjs-container{height: 400px !important;}
        .slidesjs-control{height: 100% !important;}
        .slidesjs-control img{height: 100%;}
        
    #category_ticker{display: none;}
    
    #inside_banner_top{width: 480px;}
    #banner_top{height: 120px;}
    
    #inside_banner_top{width: 500px;}
    #inside_new_hot{width: 500px;}
    #new_arrival{width: 500px;}
    .products_arrival{width: 500px;}
    .arrival_div{width: 245px;margin-bottom: 7px;}
    .inside_arr{width: 238px;height: 178px;}
    
    .offers{width: 245px;}
    .offers_inside{width: 235px;}
    
    #inside_banners_middle{width: 500px;height: 144px;}
    
    #inside_wish_list{width: 500px;}
    
    #banner_3{width: 500px;}
    
  
    
    
    
    #inside_footer_div{width: 500px;height: auto;min-height: 1px;overflow: hidden;}
    .footer_block{width: 500px;margin: 0 auto;height: auto;margin-bottom: 60px;}
    #newsletter{width: 500px;}
    #contact_foot{margin-top: 0px;float: left;height: 140px;}
    #inside_footer_down{width: 500px;}
    
    .fb_iframe_widget{width: 100%;}
    
    #inside_pages_p{width: 500px;}
    #inside_pages_p{width: 500px;}
    
    #inside_pages_contact #right_contact{width: 100%;}
    #inside_pages_contact #left_contact{width: 100%;}
    .inputnewsletter{width: 100%;}
    .inpta{width: 100%;}
    
    #inside_top{height: 400px;}
    #inside_inside_top{width: 350px;}
    #text_gallery_inside{width: 256px;margin: 0 auto;float: none;}
    #search_div_inside{margin: 0 auto;float: none;padding-top: 0px;height: 40px;}
        div#search_div_inside1{width: 100%;margin-left: 0px;}
    #whatsapp_inside{padding-top: 20px;height: 60px;margin: 0 auto;float: none;}
    
    #left_store{width: 100%;margin-bottom: 15px;margin-left: 0px;}
    #right_store{width: 500px;}
    .product_div{width: 240px;height: 230px;}
    .inside_product_div{width: 232px;height: 174px;}
    
    #left_gal{width: 500px;margin: 0px;}
    #right_det{width: 100%;margin-right: 0px;}

    
    
    
    
    
    
    div#logo{width: 200px;}
    #gallery{height: 760px;}
    #left_gallery{width: 98%;height: 200px;}
    #inside_left_gallery{height: inherit;margin-top: 0px;padding-top: 10px;}
    #right_gallery{width: 100%;}
    #text_gallery{text-align: left;float: left;width: 200px;}
    
   

  
}




























@media(max-width: 500px){
    
/*    gallery product details*/
#inside_pages_div{
    width: 100%;
    min-height:100px;
    overflow: none;
    margin: 0 auto;
    margin-top: 20px;
}
    
    
    
    
    #title_inside_pages{

    text-align: center;
    font-size: 20px;
    color:#555;
    margin: 0 auto;
/*    margin: 15px;*/
}
    
    
    
    
    
    #inside_page_det{
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    overflow: none;
    
    /*background-color: red;*/
}
    
    
    
    
    





















/*end product details*/
    
    
    
   .blocks{
/*    width: 300px;
    height: 350px;
    float: left;
    background-color: green;
    padding: 30px 20px 0px 20px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto!important;
    margin-top: 20px;
    float:none;
}
    
    
     .clients-page{width: 100%;margin:0 auto;}
    .clients-page .box{width: 235px;height: 168px;}
    .clients-page .box:nth-of-type(3n+3){margin-right: 30px;}
    .clients-page .box:nth-of-type(2n+2){margin-right: 0px;}
    
 
    #allproducts_div{
    max-width: 100%;
    margin: 0 auto;
    min-height: 200px;
   alignment-baseline: middle;
/*    overflow: hidden;*/
}

#allproducts_div a{
    color: #333;
}
    
    
   .pre {
		word-wrap: break-word;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
    
    
    
    
    
    
    
    
    #inside_pages_p .desc{max-width: 290px;}
      #inside_footer_div{width: 300px;}

      .footer_facebook{
          margin-top:72px;
      }
      
    .footer_block{width: 100%;margin: 0 auto;
                 height: auto;margin-top: 0px;margin-bottom:7px;word-spacing: 0px;}

    #inside_footer_down{width: 300px;height: 170px;}

    #contact_foot{margin-top: 0px;float: left!important;}
    #inside_footer_down{width: 500px;}  
    
    
       #inside_pages_p .desc{width: 320px;}
    
    
       
       
       
       
       #menu .submenu ul{
        left: 0px;
        width: 100%;
        text-align: left;
    }
    #menu .submenu ul li{
        padding-left: 40px;
    }
    
    .x-menu-resp{right: 50px;top: 55px;width: 30px;}
    #basket{width: 40px;}
    basket_icon{width: 20px;}
    #nbr1{font-size: 22px;}
    basket_icon img{width: 100%;}
    
    #gallery{height: 1200px;}
    #text_gallery{float: none;margin: 0 auto;}
    #whatsapp{float: none;margin: 0 auto;margin-top: 20px;}
/*    #search_div{top: 207px;width: 65%;}*/
/*    #search_bt{width: 84%;}*/
    #left_gallery{height: 280px;}
    #text_gallery{text-align: center;}
    #right_gallery{position: relative;}
    .second_block{width: 99%;height: 300px;margin: 0px;}
    .first_block{position: absolute;bottom: 0px;width: 94%;height: 580px;top: 335px;margin: 0px;}
    .block{height: 190px;}
    
    #menu .menu_ul{right: 40px;}
    
    #inside_banner_top{width: 300px;}
    #banner_top{height: 70px;}

    #inside_banner_top{width: 300px;}
    #inside_new_hot{width: 300px;}
    #new_arrival{width: 300px;}
    .products_arrival{width: 300px;}
    .arrival_div{width: 300px;margin-bottom: 7px;}
    .inside_arr{width: 290px;height: 217px;}
    
    .offers{width: 300px;}
    .offers:last-child{margin-right: 0px;}
    .offers_inside{width: 235px;}
    
    #inside_banners_middle{width: 300px;height: 362px;}
    #banner_1{width: 100%;margin-bottom: 10px;height: 176px;}
    #banner_2{width: 100%;height: 176px;}
    
    #inside_wish_list{width: 300px;}

    #banner_3{width: 300px;}


   
    #newsletter{width: 300px;}
    #inside_footer_down{width: 300px;
                        height: 170px;}
    #rights{margin-top: 130px;}
    #anzima{margin-top: -20px;}
    
    #inside_pages_p{width: 300px;}
    #inside_pages_p{width: 300px;}
    #inside_top{max-height: 280px;}
    #inside_inside_top{min-width:300px;
                       text-align: center;max-height: 250px;}

    #right_store{width: 100%; margin: 0 auto;  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}
    /*//296*/
    .product_div{width: 296px;height: 270px;margin: 0px;margin-bottom: 15px;}
    .inside_product_div{width: 280px;height: 216px;}
    
    #left_gal{width: 300px;min-height: 1px;margin-bottom: 15px;}
    #slider .slides > li{height: 110px !important;margin: 0 auto;max-width: 100%;}
    #slider .slides img{height: 110px !important;max-width:100%;margin: 0 auto;}
    
    .only_image{height: 225px;}
    
    #slider{padding: 0px;}
    
  
    
    
    
    #newsletter img{
        display: none;
    }
    #newsletter span{
        display: none;
    }

       
       
     #search_div_inside{display: none;}
    
        .span_gal{
           text-align: center;
           float: none;
           margin: 0 auto;
        }
        
        
    #gallery{
  
    width: 100%;
/*    background-color: #9D3393;*/
}
div#bg{
/*    width: 100%;*/
display:none;

    /*z-index: -1;*/
}
div#left_right_gallery{
    width: 100%;
  
    z-index: 1;
}
    
    
    #menu .submenu ul{
        left: 0px;
        width: 100%;
        text-align: left;
    }
    #menu .submenu ul li{
        padding-left: 40px;
    }
    
    .x-menu-resp{right: 50px;top: 55px;width: 30px;}
    #basket{width: 40px;}
    basket_icon{width: 20px;}
    #nbr1{font-size: 22px;}
    basket_icon img{width: 100%;}
    
    #gallery{height: 400px;}
    #text_gallery{float: none;margin: 0 auto;}
    #whatsapp{float: none;}
/*    //margin: 0 auto;margin-top: 20px;*/
    #search_div{display: none;}
    /*//top: 207px;width: 65%;*/
    #search_bt{display: none;}
    #left_gallery{height: 280px;}
/*    #text_gallery{text-align: center;}*/
/*    #right_gallery{position: relative;}*/
    .second_block{width: 99%;height: 400px;margin: 0px;}
    .first_block{position: absolute;bottom: 0px;width: 94%;height: 580px;top: 335px;margin: 0px;}
    
    /*//first_block class*/
    
    .block{height: 190px;}
    
    #menu .menu_ul{right: 40px;}
    
    #inside_banner_top{width: 300px;}
    #banner_top{height: 70px;}

    #inside_banner_top{width: 300px;}
    #inside_new_hot{width: 300px;}
    #new_arrival{width: 300px;}
    .products_arrival{width: 300px;}
    .arrival_div{width: 300px;margin-bottom: 7px;}
    .inside_arr{width: 290px;height: 217px;}
    
    .offers{width: 300px;}
    .offers:last-child{margin-right: 0px;}
    .offers_inside{width: 235px;}
    
    #inside_banners_middle{width: 300px;height: 362px;}
    #banner_1{width: 100%;margin-bottom: 10px;height: 176px;}
    #banner_2{width: 100%;height: 176px;}
    
    #inside_wish_list{width: 300px;}

    #banner_3{width: 300px;}

    #inside_footer_div{width: 300px;}
/*    .footer_block{width: 300px;margin: 0 auto;height: auto;margin-top: 20px;margin-bottom: 30px;}*/
    #newsletter{width: 300px;}
    #inside_footer_down{width: 300px;height: 170px;}
    #rights{margin-top: 130px;}
    #anzima{margin-top: -20px;}
    
    #inside_pages_p{width: 100%;}
    #inside_pages_p{width: 100%;}
    
    #inside_inside_top{width: 100%;}

    #right_store{width: 296px;}
    .product_div{width: 296px;height: 270px;margin: 0px;margin-bottom: 15px;}
    .inside_product_div{width: 288px;height: 216px;}
    
    #left_gal{width: 300px;min-height: 1px;margin-bottom: 15px;}
/*    #slider .slides > li{height: 210px !important;}
    #slider .slides img{height: 210px !important;}*/
    
    .only_image{height: 225px;}
    
    #slider{padding: 2px;}
    
    #favourites{width: 60px;top: 10px;right: 50px;}
    #favourites #nbFav{font-size: 17px;top: 14px;margin-right: 10px;}
    #favourites > span{display: none;}
    
    
    
    #newsletter img{
        display: none;
    }
    #newsletter span{
        display: none;
    }
    
    

    
 #inside_pages_p .desc{width: 100%;}


#text_gallery_inside{
    
/*    width: 50px;*/
/*    height: 230px;*/
    /*background-color: green;*/
    font-family: DIN;
    font-size:10px;
    word-spacing: 1px;
    letter-spacing: 0px;
    
   
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: white;

}

#inside_page_det{
    width: 100%;
}
#carousel{
    display: none;
}
    
    .brief_wrapper{

    min-height: 90px;   margin: 0 auto !important;

}
#title_brief{
    margin-top: 5px;
    font-size: 22px;   margin: 0 auto !important;
}
#brief_summary{
    line-height:22px;
    font-size:15px;   margin: 0 auto !important;
}
.brief_wrapper_inside{
    width:100% ; 
   max-height:180px;   margin: 0 auto !important;
}
.text_brief{
    float:none;
text-align: center;
 max-width: 320px;
 min-height:180px;padding: 0px;
   margin: 0 auto!important;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#button_brief{
  font-size: 12px;
  
}
.text_brief a{
    color: #80267C;

}
.img_brief{
  display:none;
}
    .clients-page{width: 300px;}
    .clients-page .box{ alignment-adjust: central;width: 100%;height: 213px;margin-right: 0px;}
    .clients-page .box:nth-of-type(3n+3){margin-right: 0px;}
    
    
    
    #creative_nerds{
    max-width: 100%;
    min-height: 130px; 
    alignment-adjust: vertical;
    margin: 0 auto!important;
    overflow: hidden;
  /*//  margin-top: 70px;*/
}
#inside_creative_nerds{
    width: 100%;margin: 0 auto ;
    margin-top: 20px;
    min-height: 130px; 
    text-align: center;

}
.title_web{   
 margin: 0 auto !important;
 margin-top: 15px;margin-right: 15px!important;
/*text-align: center;*/
 max-width: 100%;

/* min-height:180px;*/
/* padding: 0px;
margin-left: 8px;*/

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
/*margin-left: 8px!important;
margin-top: 7px !important;
    text-align: center;*/
    font-size: 20px;
    letter-spacing: 1px;
    color:#555;
}
}






.slidesjs-pagination{
    position: absolute;
    left: 600px;
    bottom: 15px;
    z-index: 999;
    width: auto;
    list-style: none;
}
.slidesjs-pagination .slidesjs-pagination-item{
    display: list-item;
    background-color: #fff;
    width: 12px;
    height: 12px;
    /*border-radius: 50%;*/
    float: left;
    margin-right: 6px;
    /*text-indent: 9999px;*/
    position: relative;
}
.slidesjs-pagination .slidesjs-pagination-item .active{
    background-color: #9D3393;
    border: solid thin transparent;
}
.slidesjs-pagination .slidesjs-pagination-item a{
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
    border: solid thin #ccc;
}
.slidesjs-next{
    position: absolute;
    right: 15px;
    top: 48%;
    z-index: 999;
}
.slidesjs-previous{
    position: absolute;
    left: 15px;
    top: 48%;
    z-index: 999;
}
#slides2 .slidesjs-previous, #slides2 .slidesjs-next{
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 0 0;
    position: absolute;
    top: 47%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slides2 .slidesjs-next:before{
    font-family: "flexslider-icon";
    font-size: 12px;
    display: inline-block;
    content: '\f002';
    padding: 10px 10px;
    background-color: #78277C;
}
#slides2 .slidesjs-previous:before{
    font-family: "flexslider-icon";
    font-size: 12px;
    display: inline-block;
    content: '\f001';
    padding: 10px 10px;
/*    background-color: #78277C;*/
}


  #text_gallery{float: none;margin: 0 auto;}   
  #text_gallery{text-align: center;}

/*End Clients Page*/















/*AboutUs Page*/
#inside_pages_p .left-style{
width: 120px;
background-color: #9D3393;
height: 100%;
position: absolute;
top: -67.25px;
padding-bottom: 96px;
background-image: url('../images/back11.png');
/*background-size: cover;*/
}
#inside_pages_p .desc{
width: 860px;
margin: 0 auto;
}
#inside_pages_p .right-style{
width: 120px;
background-color: #9D3393;
position: absolute;
right: 0px;
height: 100%;
top: -67.25px;
padding-bottom: 96px;
background-image: url('../images/back11.png');
}
#inside_pages_p .right-style .overlay{
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}
#inside_pages_p .left-style .overlay{
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}


.slider-img{cursor: pointer;}




.favs-list{
    position: absolute;
    right: 10px;
    top: 10px;
}

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

@keyframes anim {
    from {transform: rotateY(0deg);}
    to {transform: rotateY(360deg);}
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/*#carousel li { padding-bottom: -5px;}*/
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}



/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  
  width: 70%;
  margin: 0 auto;
  /*background-color: red;*/
   /*border: #B6C2C5 solid 1px;*/
  
}
.flexslider .slides > li {
    height: 600px;
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 70%;
  display: block;
  margin: 0 auto;
  /*background-color: red;*/
  /*border: #B6C2C5 solid 1px;*/
  
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  /*margin: 0 0 30px;*/
  background: #ffffff;
  /*border: 2px solid #ffffff;*/
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
   width:100%;
   height: 600px;margin: 0 auto;
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 600px;
  background-color: green;
}
.carousel li {
    height: 400px;
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 0 0;
  position: absolute;
  top: 47%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: white;
  /*color: rgba(0, 0, 0, 0.8);*/
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 12px;
  display: inline-block;
  content: '\f001';
  padding: 10px 10px;
  background-color: #78277C;
  /*width: 12px;*/
  /*color: rgba(0, 0, 0, 0.8);*/
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
 
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 30px;
  color: white;
   width: 30px;
  height: 32px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 30px;
  color: white;
   width: 30px;
  height: 32px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/*@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}*/


































