
.no-round
{
    border-radius: 0;
}
.no-top-pad
{
    padding-top: 0;
}

.no-decoration
{
    text-decoration: none !important;
}
.flleft
{
    float: left;
}
#header {
    width: 100%;
    height: 200px;
    position: relative;

}
@media (min-width: 900px) {
    #slideshow {
        box-shadow: 0 0 8px 0 black;
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 40;
    }
    .slide {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: absolute;
        background-size: cover;
        transition: opacity 2s;

    }
    .main_menu{
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 100;
    position: relative;
}
}
@media (max-width: 899px) {
    #slideshow {
       display: none;
    }
    .main_menu{
    width: 100%;
    
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 100;
    position: relative;
}
 
}



.sr-orange
{
    color: #ec971f !important;
}

.sr-easing
{
    transition: ease 0.5s left;
}
#logo-img
{
    width: 300px;
    margin: 0 auto;
    display: block;
}

.offer_categories
{
    min-width: 300px;

    margin: 15px auto 0 auto;
    text-align: center;
}
.offer_categories a
{
    color: white;
    text-decoration: none;
}
.offer_category
{
    width: 178px;
    height: 178px;

    margin: 5px 5px 0 5px;
    position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 50% 50%;
    box-shadow: 0px 0px 1px 1px black;
    transition: 0.2s linear box-shadow;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
}
.offer_category_label
{
    width: 100%;

    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 62, 0, 0.9);
    color: black;
    text-align: center;
    position: absolute;
    bottom: -1px;

    transition: 0.2s linear background;
    font-family: OpenSans;
    font-size: 20px;
    color: white;

    font-variant: small-caps;
}
.offer_category:hover .offer_category_label, .offer_category.sr-current .offer_category_label
{
    background-color: rgba(0, 30, 0, 0.9);

}
.offer_category:hover
{
    box-shadow: 0px 0px 3px 2px black;
}

.sr-content
{
    width: 100%;
    width: calc(100% - 50px);
    margin: 15px 0 0 0;
    font-family: clear_sans_medium, Arial, Helvetica;
    font-size: 14px;
    overflow: hidden;

}

.sr-calculator
{
    width: 300px;
    float: left;
    margin-right: 20px;
}
.sr-calculator input
{
    text-align: center;
}
.sr-calc-input
{
    background-color: #9acfea !important;
    color: black;
    cursor: pointer;
}
.sr-calc-output
{
    background-color: #5cb85c !important;
    color: white;
    cursor: default !important;
}
.sr-m-b-2
{
    margin-bottom: 1em;
}
.sr-input-file
{
    position: relative;

}
.sr-input-file input
{
    width: 100%;
    height: 100%;
    opacity: 0.03;
    cursor: pointer;
    position: absolute;
    left: 0;
    top:0 ;
    z-index: 10;
}
.sr-input-file span
{
    width: 100%;
    height: 100%;

    cursor: pointer;
    position: relative;
    left: 0;
    top:0 ;
    z-index: 9;
}
.sr-gal-item
{
    width: 23%;
    margin: 1%;
    float: left;
    position: relative;
}
.sr-gal-item img
{
    width: 100%;
    clear: both;
}
.sr-gal-del
{
    position: absolute;
    left: 10px;
    top: 10px;
}
.sr-gal-desc
{
    position: absolute;
    left: 50px;
    top: 10px;
}
.sr-picker-item
{
    width: 10%;
    margin: 2px;
    float: left;
    position: relative;
}
.sr-menu-editor-block
{
    background-color: rgba(255,255,0,0.2);
}
.sr-menu-editor-block .sr-menu-editor-block
{
    padding-left: 30px;
}
.sr-menu-item-label
{
    width: 250px;
}
.sr-margin-top-bottom
{
    margin-top: 2px;
    margin-bottom: 2px;
}
.sr-clear
{
    clear: both;
}

.sr-100
{
    width: 100%;
}
.gal-cont {
    position: relative;
    overflow: hidden;
    perspective: 2000px;
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 5px;
}
.gal-item-flip 
{
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    transform: rotateY(0deg);
    width: 250px;
    height: 250px;
}
.gal-cont:hover .gal-item-flip
{
    transition: transform 0.5s;
    transform: rotateY(180deg);
}
.gal-item-front {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 3px solid black;
    border-radius: 5px;
}
.gal-item-back {
    position: absolute;
    width: 250px;
    height: 250px;
    transform: translateZ(-2px) rotateY(180deg) ;
    border: 3px solid black;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    padding: 15px;
    color: white;
}
.gal-a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;

}
.big {
    font-size: 30px;
}
@keyframes galanim {
    from {
        transform: rotateY(0deg);

    }
    to {
        transform: rotateY(180deg);

    }
}
@keyframes headanim {
    from {
        transform: rotateY(0deg);

    }
    to {
        transform: rotateY(180deg);
        border-radius: 0px;
    }
}
.sr-heading {
    width: 150px;
    padding: 0;
    text-align: center;
    background-color: #2677324d;
    margin: 10px auto;
    border: 2px solid white;
    display: block;
    height: 150px;
    line-height: 140px;
    border-radius: 50%;
    font-size: 20px;
    color: white;

    transition: transform 1s;
    transform: rotate(0deg);

}
.sr-heading:hover {
    transition: transform 1s;
    transform: rotate(360deg);
}
.sr-article
{
    overflow: hidden;
    color: #000;
    font-family: "clear_sans", Arial, Helvetica;
    font-size: 16px;
}
#main_wrapper
{
    /* background-image: url('/images/bg.png'); */
    /* background: linear-gradient(#ffffff, #17ce20); */
    background-image: url('/images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.art-image-left
{

    text-align: center;
    width: 100%;
}
.mp-header
{
    font-family: droid_sans; 
    background-color: rgba(162, 162, 162, 0.9);
    overflow: hidden;
    line-height: 57.5px;
    color: darkorange;
    font-size: 20px;
    text-align: center;
}

.mp-header p
{
    margin: 0;
}

.mp-header-right
{



}
.mp-header-right-7
{


    line-height: 32.85px;
    color: white;
    font-size: 18px;
    background-color: rgb(32, 41, 27);
    text-align: center;
    padding: 20px;
    border: 1px #333 solid;
}

.sr-center
{
    text-align: center;
}

#iframediv
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
    top: 0;
    left: 0;
}
#product-image
{
    width: 150px;
    margin: 0 auto;
}
#product-image img
{
    width: 100%;
}

.item-img
{
    border: 2px solid rgba(0,0,0,0.8);
    max-width: 100%;
    display: inline-block;
}
.item-img img
{
    width: 100%;
}
.panel-primary
{
    box-shadow: 0 0 4px -2px black;
}
.panel-primary > .panel-body
{

    line-height: 1.5em;
}
#footer{
    background: #333;
    height: 19px;
    font-size: 12px;
    color: #ddd;
    clear: both;
    overflow: hidden;
    padding: 2px 5px;
    box-sizing: border-box;
}
#footer p:first-child {
    float: left;
    margin: 0 ;
    padding: 0;
    display: block;
    clear: left;

}
#footer p:last-child {
    float: right;
    margin: 0;
    padding: 0;
    clear: right;
}
#footer p a{
    color: white;
}
.cat_desc {
    margin: 10px auto;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
    background-color: rgba(103, 192, 49, 0.84);
    color: black;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.btn-group-vertical {
    display: block;
}
.panel-primary .panel-heading {
    background-color: #43a806 !important;
}
.panel-heading p {
    margin: 0;
}
.item-desc {
    position: relative;
}
.item-ask {
    position: absolute;
    right: 5px;
    bottom: 5px;

}
.item-ask a {
    color: #0078ae !important;
}
.transparent-bg {
    background-color: rgba(255,255,255,0.9);
    border: none;
    margin: 4px auto;
}
h1{
    margin: 5px 0 5px 0;
    font-family: inherit;
}
h3 {
    margin: 5px 0 5px 0;
    font-family: inherit;
}
h1.header {
    font-size: 30px;
    margin: 30px;
    font-family: inherit;
    font-weight: bold;
}
h5.header {
    font-size: 22px;
    margin: 22px;
    font-family: inherit;
    font-weight: bold;
}

h6.header {
    font-size: 16px;
    margin: 16px;
    font-family: inherit;
    font-weight: bold;
}
.no-margin {
    margin: 0;
}
.shadow-light {
    text-shadow: 0px 0px 2px #fff ;
}