/****** PLACE YOUR CUSTOM STYLES HERE ******/


.menu li a  {

}


.bg-secondary {
    background: #F2F2F2 none repeat scroll 0 0;
}
ul[data-bullet] li i:first-child {
font-size: 10px;
}
ul[data-bullet] li {
    text-align: left;
}

/**
*NAVIGATION :CF
*/
/*.menu > li ul {*/

    /*min-width:300px;*/
   /*margin-top: 1px;*/

/*}*/
/*.menu > li > ul li a {*/
/*display: block;*/

/*}*/
/*.menu li a {*/
    /*font-size: 14px;*/
    /*opacity: 1;*/
/*}*/

/*.menu ul li a {*/
    /*opacity: .7;*/
/*}*/


h2.uppercase {
    letter-spacing: 17px;
    margin-right: -0px;
    color: #aaa;
    font-weight: bold;
    margin: 64px 0;
}


.product-box img,.product-box h4  {
    transition: all 0.4s ease;
}




/****
FORMS
***/
input,select,textarea {

    border: 1px solid #ccc !important;



    transition: all 0.5s ease;
    color: #666;

    padding-bottom: 5px;
    background: #fff ;
    box-shadow: none !important;

}

input:focus,textarea:focus {


    outline: none;
box-shadow: none !important;
border: 0px !important;

}

input.error, select.error, textarea.error {
    border: 0px;
    border-bottom: 1px solid orangered !important;
}

/**
*FLEX SLIDER
*/


.slide {
    position: relative;
}
.slide .slide-description {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 325px;
}
.slide .slide-description h2 {

    text-transform: capitalize;
}
.slide .slide-description p {

    font-weight: 600;
    margin: 0 0 15px;
}
.slide .slide-description .slide-button {
    background-color: #F7A259;
    border-radius: 3px;
    color: #fff;
    display: inline-block;

    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.slide .slide-description .bottom {
    bottom: 20px;
    position: absolute;
    width: 88%;
}
.main-slideshow {
    overflow: initial;
    position: relative;
    background: #f5f5f5;
}
.main-slideshow .flexslider {
    overflow: initial;
}
.main-slideshow .flex-direction-nav a.flex-prev {
    background-image: url("../png/slideshow_arrows.png");
}
.main-slideshow .flex-direction-nav a.flex-next {
    background-image: url("../png/slideshow_arrows.png");
    background-position: 21px 0;
}
.main-slideshow .flex-direction-nav a {
    height: 40px;
    margin-top: -9px;
    width: 19px;
}
.main-slideshow,  .flexslider {
    margin: 0;
}
.main-slideshow .flexslider .flex-control-paging {
    bottom: -30px;
    opacity: 1;
    text-align: center;
    visibility: visible;
    z-index:1;

}
.main-slideshow .flexslider .flex-control-paging::before {
    content: " ";
    display: table;
}
.main-slideshow .flex-control-paging li {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0 5px;
    width: 16.666%;
}
.main-slideshow .flex-control-paging a {
    background-color: #ddd;
    border: medium none;
    border-radius: 0;
    display: block;
    height: 6px;
    width: 100%;
}
.main-slideshow .flex-control-paging a.flex-active,  .main-slideshow .flex-control-paging a:hover {
    background-color: #F7A259;
}
.flexslider-no-border{

    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
   margin-top: 2px;

}
/************************
**CATEGORY DESCRIPTIONS
*************************/
.nano a{
    color: #f7a259;

    font-weight: normal;
}
.nano a:hover{
    color: orangered;
}
.nano h2{
    color: #fff;
    font-size: 16px;
    margin: 0;

    color: #777;
}
.nano ul{
    padding-left: 20px;;
}


/*************
SEARCH
**************/

/* The Overlay (background) */
.search-overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.search-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.search-overlay a:hover, .search-overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 2;
}


#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.search-query:focus + button {
    z-index: 3;
}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../png/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../gif/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../blank.html');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../png/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../fancybox_sprite%402x.html');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../fancybox_loading%402x.html');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


/* ******simplex/css/fancybox/helpers/jquery.fancybox-buttons.css ********** */

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('../png/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

/*****
***
******/

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 45px;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 21px;
}

#nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/**
*IN Mobiles : CF
*/

.has-dropdown {
    padding-right: 0px;
}
.has-dropdown::after {
    content: "";

    font-size: 15px;
  color: #fff;
}



@media(max-width:767px){
    .has-dropdown::after {
        content: "";
    }

    .menu-submenu li ,.menu-submenu{
        background: #000 !important;
    }
    .menu-submenu li a{
        color: orangered !important;
    }
    .nav-bar{

        width: 100%;
        top: 0;
    }
    .menu > li > ul {
        background:#0095CC;
        padding-bottom: 0px  !important;
    }
    .product-name{font-size: 20px;
        letter-spacing: 1px !important;
        line-height: 35px;
        margin-top: 30px;

    }

    .module.widget-handle {

        border: 0px  !important;

    }


    /**
    *Category Page
    */

    .btn{
        padding-left: 8px !important;
        padding-right: 8px ;
    }
    .post-snippet{
        padding-left:3px;
        padding-right:3px;
    }

    .slide .slide-description {
        position: relative;
        background: #292929;
        width: 100%;


    }
    .slide .slide-description .bottom {
        top: 5px;
        position: relative;

    }
    .slide .slide-description h2{
        font-size: 30px !important;

    }

}

/**
*IN TABLETS : CF
*/

@media(min-width:768px){
    .has-dropdown::after {
        content: "";
    }

    .menu-submenu li ,.menu-submenu{
        background: #000 !important;
    }
    .menu-submenu li a{
        color: orangered !important;
    }
    .module.widget-handle {

        border: 0px  !important;
        color: #000;
    }
    .left-menu li{
        text-align: left !important;
    }

    .module.widget-handle i {
        opacity: 1;
    }
}

/**
*IN DESKTOPS : CF
*/
@media(min-width:992px){
    .has-dropdown::after {
        content: "";
    }

    .menu-submenu li ,.menu-submenu{
        background: #fff !important;
    }
    .menu-submenu li a{
        color: #666 !important;
    }

    .left-menu li{
        text-align: center !important;
    }


}

.plane2 {margin-left: auto;margin-right: auto;max-width: 1200px;}
h3.uppercase {letter-spacing: 3px;margin-right: -6px;font-weight: 700;}
.btn{letter-spacing: 2px;}
body.btn-rounded .btn {border-radius: 5px !important;}
.go_well img:hover,.product_box:hover {opacity: .5;}
.product-box,.p-img{padding: 0px;overflow: hidden;margin-left: -1px;}
.product-box{margin-left: -1px; margin-bottom: 60px;}
.p-img img{transform: scale(1);}
.p-img{max-height: 240px;}
.product_box:hover img {opacity: .7;}
.product-box h5{padding: 0px 10px;}
