/**********Banner Defoult************/
.ShellBanner {
    display: table;
    width: 100%;
    background-color: #efe5cc;
    margin-top:5px;
}

    .ShellBanner .Center {
        max-width: 1280px;
        width: 100%;
        padding: 0;
    }

section > .center {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 5px !important;
}

.ShellBanner .Banner {
    position: relative;
    width: 100%;
    padding-bottom: 53%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    float: left;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rotator {
    width: 100%;
}

.ShellBanner #slideshow > div {
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    max-height: 100%;
}

    .ShellBanner #slideshow > div img {
        max-width: 100%;
        width: 100%;
    }

.SlideShowPager {
    text-align: center;
    margin-top: -30px;
    padding-bottom: 10px;
    z-index: 100;
    position: relative;
}

    .SlideShowPager a {
        margin-left: 5px;
        background-color: #FFF;
        border-radius: 50%;
        font-size: 8px;
        padding-top: 4px;
    }

    .SlideShowPager img {
        width: 15px;
        margin-bottom: -2px;
    }

    .SlideShowPager a.activeSlide {
        background-color: #d63640;
    }

.SlideText {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.LinkBtn {
    margin-top: 50px;
}

.SlideText .LinkBtn a {
    background: #d63640;
    padding: 14px 35px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

    .SlideText .LinkBtn a:hover {
        background-color: #FFF;
        color: #056389;
    }

.SlideText#First {
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    height: 100%;
}



    .SlideText#First h2 {
        font-size: 30px;
        color: #fff;
    }

.SlideText#Second {
    width: 100%;
    margin: 0 auto;
    color: #414141;
}

    .SlideText#Second h2 {
        font-size: 30px;
        color: #414141;
    }

.SlideText#Third {
    width: 100%;
    top: 50px;
    margin: 0 auto;
    color: #FFF;
}

    .SlideText#First h1, .SlideText#Second h1, .SlideText#Third h1 {
        font-size: 70px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0px;
        opacity: 1;
        text-shadow: 2px 2px 0px #000;
    }

div#slider_active {
    float: right;
    width: 20%;
}

.SliderActiveTable {
    height: 100%;
    position: absolute;
}

    .SliderActiveTable ul {
        height: 100%;
    }

.SliderActiveRows {
    height:34%;
    display: inline-block;
    width: 100%;
    padding: 10px;
    position:relative;
}

    .SliderActiveRows > div {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    span.Zig {
    position: absolute;
    width: 15px;
    height: 100%;
    background-repeat:repeat-y;
    margin-left:-18px;
    display:inline-block;
    z-index:10;
    margin-top:-10px;
}
        li#slideCounter0 span.Zig{
           background-image:url(/Static/images/Zig1.png);

    }
    li#slideCounter1 span.Zig{
           background-image:url(/Static/images/Zig2.png);

    }
      li#slideCounter2 span.Zig{
           background-image:url(/Static/images/Zig3.png);

    }
li#slideCounter0 {
    background-color: #dc6957;

    background-position-x:-15px;
}

li#slideCounter1 {
    background-color: #ffb925;
}

li#slideCounter2 {
    background-color: #7ac3b8;
}

.SliderActiveRows h2 {
    font-family: 'Pacifico', cursive;
    font-size: 45px;
    text-align: center;
    color: #FFF;
    margin: 5px 0;
}
.SliderActiveRows h2 span {
    font-size: 25px;
        font-weight: normal;
		display:block;
}

.SliderActiveRows h3 {
    text-align: center;
    color: #FFF;
}

    .SliderActiveRows h3 span {
        font-size: 45px;
        font-weight: normal;
    }


.SlideText#Third h3 {
    font-size: 30px;
    font-weight: 300;
}

.SlideText#Fourth {
    width: 100%;
    top: 50px;
    margin: 0 auto;
    color: #FFF;
}

    .SlideText#Fourth h2 {
        color: #FFF;
        font-size: 60px;
        font-weight: bold;
    }



/**********End Banner Default************/

header {
    background-color: #FFF;
}






.HeaderBottom .zigzag {
    background-color: #efe5cc;
}


body {
    background-color: #efe5cc;
}

.ShellMainContent > .Center {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

section#Firs {
    /*background-image:url(/Static/images/1.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;*/
    position: relative;
}

    section#Firs img {
        width: 100%;
        opacity: 0.8;
    }

    section#Firs .Center {
        display: flex !important;
    }

    section#Firs .ShellInfo {
        max-width: 700px;
        background-color: #492322;
        padding: 10px;
        border-radius: 7px;
        color: #FFF;
        text-align: center;
        position: absolute;
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        section#Firs .ShellInfo h1 {
            color: #FFF;
            font-size: 24px;
        }

        section#Firs .ShellInfo P {
            font-size: 16px;
        }

.ShellInfo .InfoWrapper {
    border: dashed 2px #efe5cc;
    border-radius: 7px;
    padding: 10px;
}

.LinkBtn a {
    text-decoration: none;
    color: #efe5cc;
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    border: solid 1px #efe5cc;
}

    .LinkBtn a:hover {
        background-color: #efe5cc;
        color: #492322;
    }

.ShellInfo .decor {
    max-width: 60px;
    position: absolute;
    right: -10px;
    margin-top: -30px;
}

    .ShellInfo .decor img {
        width: 60px !important;
        opacity: 1 !important;
    }

section#second .Categorys {
    width: 100%;
    text-align:center;
}

section#second {
    background-color: #efe5cc;
}

    section#second .Center {
        padding: 10px 0;
        padding-top: 15px;
        max-width: 1255px;
    }

    section#second .Category {
        max-width: 290px;
        background-color: #FFF;
        height: 170px;
        align-self: center;
        margin: 5px 10px;
        text-align:left;
    }

.Category .Text {
    width: 51%;
    display: block;
    float: left;
    padding:5px;
}

    .Category .Text h4 {
        margin: 10px 0px;
        margin-top: 0;
        text-transform: uppercase;
        color: #492322;
        font-size: 18px;
    }

        .Category .Text h4 span {
            font-weight: lighter;
            color: #949394;
        }

    .Category .Text p {
        color: #949394;
    }

    .Category .Text a {
        text-decoration: none;
        color: #492322;
        font-weight: 500;
    }


.Category .Image {
    width: 45%;
    float: right;
}

    .Category .Image img {
        width: 100%;
    }

section#Firs .BorderBottom .zigzag {
    margin-bottom: -14px !important;
    position: relative;
    z-index: 1;
}

section#second .BorderTop .zigzag {
        background-image: url(/static/images/Content-Zigzag2.png);
        margin-top:-9px;
}

section#Firs .BorderBottom .zigzag, section#second .BorderBottom .zigzag {
    background-image: url(/static/images/Content-Zigzag.png);
}


section#second .BorderBottom {
    margin-bottom: -15px;
}

section#third {
    background-image: url(/Static/images/sectionBG.jpg);
    padding: 20px 0;
}

    section#third .ContactInformations {
        min-width: 100%;
        text-align: center;
    }
    .Table-Cell {
    vertical-align:top;
    display: inline-block;
}

.ContactInformations .Info {
    max-width: 300px;
    width: 290px;
    text-align: center;
    margin: 10px;
    float: left;
    display: inline-block;
    height: 120px;
}

    .ContactInformations .Info .Icon {
        width: 60px;
        float: left;
        align-self: center;
        height: 100%;
        padding: 5px;
        margin-top: 10px;
    }

    .ContactInformations .Info .Text {
        text-align: left;
    }

    .ContactInformations .Info .Icon img {
        width: 50px;
    }

    .ContactInformations .Info h1 {
        font-size: 28px;
        margin: 10px 0;
    }

    .ContactInformations .Info h2 {
        margin: 10px 0;
    }

    .ContactInformations .Info h3 {
        font-size: 25px;
        font-weight: lighter;
    }

    .ContactInformations .Info h4 {
        margin: 10px 0;
        font-weight: normal;
        text-align: center;
        padding-right: 40px;
    }

.StartShoping {
    max-width: 500px;
    margin: 0 auto;
    border-top: 2px solid #492322;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    padding-top: 5px;
}

    .StartShoping h2 {
        font-size: 26px;
        color: #492322;
    }

    .StartShoping .LinkBtn a {
        color: #492322;
        border: 1px solid #492322;
    }

        .StartShoping .LinkBtn a:hover {
            background-color: #492322;
            color: #FFF;
        }
        
        @media only screen and (max-width: 1000px) {
        .SliderActiveRows h2 {

    font-size: 29px;
    line-height: 1.4;
    }
        .SliderActiveRows h3 span {
    font-size: 30px;
    font-weight: normal;
}
}

        @media only screen and (max-width: 1000px) {


    .ShellBanner .Banner {
        padding-bottom: 52%;
    }

    #First .LinkBtn a, #Second .LinkBtn a, #Third .LinkBtn a, #Fourth .LinkBtn a {
        display: none;
    }

    .SliderActiveRows h2 {
        font-size: 20px;
        line-height:1.3 !important
    }

    .SliderActiveRows h3 span {
        font-size: 23px;
    }

    .SliderActiveRows {
        padding: 10px;
    }
    .SlideText#First h1, .SlideText#Second h1, .SlideText#Third h1{
        font-size: 50px;
		background: rgba(54, 25, 25, .5)
    }
     /*Section on default*/
    section#Firs .ShellInfo{
        top:15% !important;
            left: 30% !important;
    -webkit-transform: translateX(-30%) !important;
    transform: translateX(-30%) !important;
        z-index: 11;
    }
    section#third .ContactInformations{
        justify-content:center !important;
    }
}
        footer {
margin-top:0;
}
@media only screen and (max-width: 750px){

  /*Section on default*/
    section#Firs .ShellInfo{
        top:10% !important;
            left: 0 !important;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    margin:0 5px;
    }
    section#Firs .ShellInfo h1{
        font-size:18px;
    }
      section#Firs .ShellInfo .LinkBtn{
          margin-top:20px;
      }
      section#Firs .ShellInfo P {
    font-size: 14px;
}
      .ShellInfo .InfoWrapper{
              padding: 5px;
      }
          .SlideText h1 {
    font-size: 40px !important;
}
          .SliderActiveRows h2 span {
    font-size: 18px !important;
    line-height: 1.3 !important;
}
          .SliderActiveRows h3 span {
    font-size: 20px !important;
}

}

@media only screen and (max-width: 620px) {
    div#slider_active {
        display: none;
    }

    .ShellBanner #slideshow > div {
        width:100% !important;
    }
    .ShellBanner .Banner {
    padding-bottom: 66%;
}
    section#third {
    background-size: 50% 50%;
}
        .SlideText h1 {
    font-size: 35px !important;
}
}

@media only screen and (max-width: 500px) {
    .SliderActiveRows h2 {
        font-size: 18px;
    }

    .SliderActiveRows h3 span {
        font-size: 20px;
    }

    .SliderActiveRows {
        padding: 10px;
    }
    .ShellBanner .Banner {
    padding-bottom: 67%;
}
    .ContactInformations .Info{
        margin:5px;
    }
    .LinkBtn {
    margin-top: 30px;
}
    .SlideText h1 {
    font-size: 30px !important;
}
        .SlideText#Third h1 {
    font-size: 25px !important;
}

@media only screen and (max-width: 500px) {
    .SlideText, .SlideText#Fourth, .SlideText#Third, .SlideText#Second, .SlideText#First {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
    }

    #First h2, #Second h2, #Third h2, #Fourth h2 {
        font-size: 18px !important;
        margin: 8px;
    }

    .ShellBanner .Banner {
        padding-bottom: 60%;
    }
}
.TestSiteMessage {
    z-index: 2;
}