
#instafeed a img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
figure.hover figcaption .figcaptionInner a {
    visibility: hidden;
}
.singleProduct {
    margin-bottom: 30px;
}
figure.hover {
    margin: 0;
    overflow: hidden;
    position: relative;
}
figure.hover .hoverImage {
    width: 100%;
}
figure.hover figcaption {
    display: table;
    height: 100%;
    left: 0;
    cursor: pointer;
    /*opacity: 0;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
figure.hover figcaption .figcaptionInner {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
figure.hover figcaption .figcaptionInner a {
    background: rgba(255,255,255,0.9);
    color: #636466;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
}
figure.hover:hover figcaption {
    /*background: rgba(0,174,239,0.3);*/
    background: rgba(18,120,150,0.3);
}
figure.hover:hover figcaption a {
    color: #00b5cc;
}
figure.hover figcaption .figcaptionInner a span {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
}
.instagram {
    margin-bottom: 30px;
}
.instagram #instafeed a {
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 1%;
    width: 24%;
}
.instagram #instafeed img.img-responsive,
.instagram #instafeed img.img-responsive {
    width: 100%;
    margin-bottom: 30px;
}
.instagram h2 {
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    color: #00b5cc;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'latolight';
}
.instagram h2 a {
    font-family: 'latobold';
    color: #00b5cc;
}
.homeSlider {
    background: #fff;
    margin-bottom: 30px !important;
    /*padding-top: 50px;*/
    position: relative;
    /* fix for anything slider overflow */
    /*max-height:575px;*/
    /*overflow-y: hidden !important;*/
}
@media (min-width: 1800px) {
    .homeSlider {
        /*max-height: 725px;*/
    }
}
.anythingSliderArrow {
    position: absolute;
    top: 50%;
    border: 1px solid #00b5cc;
    transform: translateY(-50%);
    background: #fff;
    z-index: 10;
}
.anythingSliderArrow i {
    color: #00b5cc;
    font-size: 40px;
    padding: 20px 15px;
}
.prevArrow.anythingSliderArrow {
    left: 0;
}
.anythingSliderArrow:hover {
    padding: 0 10px;
}
.nextArrow.anythingSliderArrow {
    right: 0;
}
.homeSlider .anythingSlider {
    margin: 0 auto;
    padding: 0;
    overflow:hidden !important; /**/
}
.homeSlider .anythingWindow {
    border: none;
}
.homeSlider .anythingSlider .panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    position: relative;
}
.homeSlider .anythingControls ul {
    float: none;
    text-align: center;
    padding: 15px 0;
}
.sliderControl {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.homeSlider .sliderControl .anythingControls a {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 11px;
    -webkit-box-shadow:inset 0 0 1px 1px #6dcff6;
    box-shadow:inset 0 0 1px 1px #6dcff6;
    margin-right: 10px;
    display: inline-block;
}
.homeSlider .sliderControl .anythingControls a.cur,
.homeSlider .sliderControl .anythingControls a:hover {
    background: #6dcff6;
}
.homeSlider .textWrapper {
    left: 10%;
    position: absolute;
    top: 40%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sliderControl li {
    display: inline-block;
}
.homeSlider .text {
    text-align: center;
    max-width: 340px;
}
.homeSlider .text h3 {
    border-bottom: 1px solid;
    color: #54585c;
    font-family: "ralewayheavy";
    font-size: 60px;
    line-height: 76px;
    margin-bottom: 30px;
}
.homeSlider .text p {
    color: #54585c;
    font-family: "latolight";
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.homeSlider .text .btn-slider {
    background: #54585c;
    color: #fff;
    display: inline-block;
    font-family: "latobold";
    font-size: 20px;
    line-height: 30px;
    padding: 15px 50px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .homeSlider .text h3 {
        font-size: 44px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .homeSlider .text {
        max-width: 250px;
    }
    .homeSlider .text p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .homeSlider .text .btn-slider {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 30px;
    }
}
@media (max-width: 767px) {
    .homeSlider .textWrapper {
        left: 0;
        top: 50%;
    }
    .homeSlider .text {
        max-width: 145px;
    }
    .homeSlider .text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .homeSlider .text p {
        font-size: 12px;
        line-height: 16px;
        padding: 0;
    }
    .homeSlider .text .btn-slider {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 15px;
    }
    .instagram h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .singleProduct {
        margin-bottom: 15px;
    }
    .instagram #instafeed a {
        margin-bottom: 15px;
    }
    .instagram #instafeed img.img-responsive {
        /*margin-bottom: 15px;*/
    }
    .instagram #instafeed > [class*="col"]:nth-child(n+5) {
        display: none;
    }
    figure.hover figcaption .figcaptionInner a span {
        font-size: 12px;
        padding: 10px 0;
    }
    .searchToggle input.form-control {
        font-size: 24px !important;
        height: 50px;
        line-height: 30px !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .searchToggle .input-group-addon i {
        font-size: 24px;
    }
}
.headermenuWrap {
    border-bottom: 1px solid #cbcfcf;
    border-top: 1px solid #cbcfcf;
    margin: 10px auto;
    padding: 0;
}
.headerMenu {
    margin: 10px 0;
}
.homeSlider.flexslider {
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.homeSlider .flex-control-nav {
    bottom: 10px !important;
    z-index: 10;
}
.homeSlider .flex-control-paging li a {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 11px;
    -webkit-box-shadow:inset 0 0 1px 1px #00b5cc;
    box-shadow:inset 0 0 1px 1px #00b5cc;
    margin-right: 10px;
    display: inline-block;
}
.homeSlider .flex-control-paging li a.flex-active,
.homeSlider .flex-control-paging li a:hover {
    background: #00b5cc;
}