.hero-smaller {
    position: relative;
    min-height: 350px;
}
.hero-smaller .hero-product-subpage {
    min-height: 350px;
}
.hero-smaller .hero-gallery-subpage {
    min-height: 350px;
}
.hero-smaller .hero-aboutus-subpage {
    min-height: 350px;
}
.hero-smaller .hero-contact-subpage {
    min-height: 350px;
}
.hero-smaller .hero-content__in .hero-frame3 {
    width: 110px;
    height: 80px;
    border: 4px solid #E1C8ED;
    position: absolute;
    top: -40px;
    left: 90px;
    z-index: -1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
}

.layout-gallery-padding{
    padding-bottom: 4em   
}

ul.slick-dots li{
    display: inline-block;
    margin: 0px -4px;
    padding: 0 5px;
    cursor: pointer;    
}

ul.slick-dots{
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 99;
}
.slick-dots li button{
   width: 3px;
    height: 27px;
    border: 0;
    background: #E1C8ED;
    display: block;
    text-indent: -20000px;
    padding: 0;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
} 
.slick-dots li.slick-active button{
    height: 36px;
    background: #fff;
}



.grid-item--width2.grid-wide,.grid-item.grid-hor-bot,
.grid-item--width2.grid-ver-bot,
.grid-item.grid-hor-small,
.grid-item--height2.grid-hor{
    width: 80%;
    height: auto;
    overflow: hidden;
    border: none;
    padding: 10px;
}
.grid-item,.grid{
    padding: 2px;
   background: transparent !important;
    width: 87%;
    margin: auto;
}
.grid-sizer, .grid-item {
    width: 31%;
    padding: 20px;
    /* height: 360px; */
}

.grid-item img {
    min-height: 235px;
}

.gutter-sizer {
    width: 2%;
}

.grid-item__double-width {
    width: 63.6%;
}
.grid-item__double-height {
    height: 760px;
}
.grid-item__full-width {
    width: 97%;
}
@media only screen and (max-width: 960px){
    .grid-item {
        padding: 10px;
    }
    .grid-item img{
        min-height: 200px;
    }
}
@media only screen and (max-width: 790px){
    .grid-item img {
        min-height: 170px;
    }
}
@media only screen and (max-width: 736px){
    /* Change layout to 50% for grid-item  */
    .grid-sizer, .grid-item {
        width: 48%;
    }
    .grid-item__double-width {
        
    }
}
@media only screen and (max-width: 500px){
    .grid-sizer, .grid-item {
        width: 98%;
    }
}
.column.padding-bottom{
    padding-bottom: 3em
}
.span-click.right-span{
    text-align: left
}
.content-span ul,.content-span2 ul,.content-span3 ul,.content-span4 ul{
    display: none;
    list-style: none;
    margin: 0;
    padding: 20px 10px;
}
.content-span li:before,.content-span2 li:before,.content-span3 li:before,.content-span4 li:before{
    content: "•";
    padding-right: 8px;
    color: #a5478e;
}
.button-span,.button-span2,.button-span3,.button-span4{
    background: #a54b82;
    width: 110px;
    text-align: center;
    border-radius: 20px;
    margin: 20px 0px;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    font-family: "lato";
    font-size: 14px;
    border: 1px solid #a54b82;
    transition: 0.5s
}
.button-span:hover,.button-span2:hover,.button-span3:hover,.button-span4:hover{
   border: 1px solid #a54b82;
    color: #a54b82;
    background: #fff
}
.span-click{
    color: #415767;
    font-family: "lato";
    font-weight: 300;
    line-height: 2;
    padding-bottom: 2em;
}
.content-span,.content-span2,.content-span3,.content-span4{
    color: #415767;
    font-family: "lato";
    font-weight: 300;
    font-size: 1.1em;
    background: #F0F0F2;
}
.content-product-box p,.content-product-box-right p{
    display: none;
}
.content-product-box p button,.content-product-box-right p button{
    color: #a5478e;
    font-size: 12px
}
.content-product-box p button:hover,.content-product-box-right p button:hover{
    opacity: 0.5
}

/*-------------------------- 

    Product New Layout 

----------------------------*/

.product-outer-box {
    padding: 18px;
    border: solid 2px #a5478e;
    background: #fff;
}
.product-separator {
    border-top: 2px solid #a5478e;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    width: 400px;
    position: relative;
    right: 200px;
    z-index: 0;
}
.product-image-column {
    position: relative;
    z-index: 99;
}
.product-content-column h1 {
    font-size: 1.5em;
    font-family: "Montserrat";
    color: #415767;
}
.product-content-column p {
    font-family: "lato";
    line-height: 2;
    font-weight: 300;
}
.product-content-column button {
    color: #a5478e;
    font-size: 12px;
    float: right;
    padding: 12px 16px;
    border: solid 2px #E1C8ED;
    border-radius: 0;
    margin-top: 1em;
}
.reverse-product-content {
    text-align: right !important;
}
.reverse-product-content .product-separator {
    left: 200px;
}
.reverse-product-content button {
    float: left;
    margin-left: 15px;
}
.product-row {
    margin-bottom: 5em;
}
.product-image img {
    /* height: 300px; */
    width: 100%;
}
.subheading-title p {
    font-family: "lato";
    line-height: 2;
    font-weight: 300;
}

@media only screen and (max-width: 640px){
    .product-content-column {
        padding-top: 2em;
    }
    .product-row {
        margin-bottom: 0;
    }
    .read-more__large {
        display: none;
    }
}
/* ---------------------------
    
    End of Product New Layout 

------------------------------*/

.circle-timeline{
    background: #415767;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid;
    z-index: 1000;
    color: #fff;
    font-weight: 600;
    position: relative
}

.box-timeline{
    border: 2px solid #A14088;
    display: inline-block
}
.box-timeline__{
    border: 2px solid #A14088;
    padding: 10px; 
    position: relative;
    top: 13px;
    left: 11px;
}
.timeline-box-circle{
    float: right
}
.box-timeline__ {
    font-family: "lato";
    color: #415767;
    font-size: 14px;
    font-weight: 300;
}
.box-timeline__ h3{
    font-size: 1.7em
}
.box-line{
    width: 2px;
    height: 100px;
    background: #415767;
    float: right;
    position: relative;
    right: 29px;
    z-index: 200;
}
.box-line-top{
   width: 2px;
    height: 65px;
    background: #415767;
    float: left;
    z-index: 200;
    bottom: 0px;
    position: relative;
    left: 30px;
    z-index: 250;
    
}
.box-line-bot{
    width: 2px;
    height: 150px;
    background: #415767;
    float: left;
    position: relative;
    z-index: 200;
    left: 30px;
   
    
}
.subpage-hero-content{
    top: 33%
}
.hero-smaller .subpage-hero-content {
    top: 70%;
}
.site-menu__nav ul{
    padding: 0;
    margin: 0;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.menu-item__{
    list-style: none;
    font-size: 2em;
    font-family: "lato";
    font-weight: 300;
}
.menu-item__ a{
    color:  rgba(255, 255, 255, 0.4);
}
.menu-item__ a:hover{
      color:  rgba(255, 255, 255, 1);
}
.site-menu__secondary{
    float: left;
    padding-top: 10px;
    display: none;
    
}
.menu-secondary1{
    float: left;
    border: 1px solid #fff;
    padding: 8px 0px;
    color: #fff;
    width: 150px;
    text-align: center;
    cursor: pointer
}
.menu-secondary2{
    float: left;
     border: 1px solid #fff;
    margin-left: 12px;
    padding: 8px 0px;
      color: #fff;
    width: 150px;
    cursor: pointer;
    text-align: center;
}
.menu-secondary1 a:hover, .menu-secondary2 a:hover{
    color: #fff
}

.menu-secondary1:hover,.menu-secondary2:hover{
    background-color: #393939 !Important;
}
.site-header__controls__menu:hover{
    transition: 0.2s;
      background-color: #393939 !Important;
}
.site-header__controls__menu:hover{
  }
#map.maps {
     width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 450px;
    }
.hero-product-subpage{
    background: url(../img/producthero.jpg) center no-repeat;
    background-size: cover;
    min-height: 300px;
    max-height: 450px;
    height: 90vh
}
.hero-contact-subpage{
    background: url(../img/contactheronew.jpg) center no-repeat;
    background-size: cover;
     min-height: 300px;
    max-height: 450px;
    height: 90vh
}
.hero-gallery-subpage{
    background: url(../img/herogallery.jpg) center no-repeat;
    background-size: cover;
     min-height: 300px;
    max-height: 450px;
    height: 90vh
}
.hero-aboutus-subpage{
    background: url(../img/aboutushero.jpg) center no-repeat;
    background-size: cover;
     min-height: 300px;
    max-height: 450px;
    height: 90vh
}
.subheading-title h2{
    font-size: 1.7em;
    font-family: "lato";
    padding-top: 20px;
    padding-bottom: 20px;
    color: #415767;
}
.title-part.title-aboutus-padding{
    padding-top: 2em;
    padding-bottom: 2em
}
.our-awward{
    min-height: 400px
}

.aboutus-content-header{
    font-family: "lato";
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: #415767
}
.aboutus-timeline{
    width: 3px;
    height: 50px;
    background: #c8c6c7;
    float: right;
    margin-top: 5em;
    margin-right: 31px;
   }
.aboutus-timeline-footer{
    width: 3px;
    height: 50px;
    background: #c8c6c7;
    float: right;
    margin-bottom: 5em;
    margin-right: 31px; 
}
.timeline-layout{
    background: url(../img/timeline.jpeg) center no-repeat;
    background-size: cover
}

.content-product-box p,.content-product-box-right p{
    font-family: "lato";
    line-height: 2;
    font-weight: 300;
}
 .content-product-box h1, p, .content-product-box-right h1, p{
        font-size: 1.1em
}
.content-product-box h1,.content-product-box-right h1{
    font-family: "Montserrat";color: #415767;
}
.product-line-bottom{
    border: 2px solid #caacd9;
 }
.product-line-top{
    border: 2px solid #a5478e;
 }
.content-product-box-right{
    padding-top: 1em;
    text-align: right;
    color: #415767;
 }

.image-product-content-right img{
    margin-top: -2em !important;
}
.image-product-content-left img{
    margin-top: 5em !important;
    z-index: 1000
}
.image-product-content-right{
    margin-top: 2em;
    width: 210px;
    height: 383px;
    border-right: 3px solid #E1C8ED;
    border-top: 3px solid #E1C8ED;
    border-bottom: 3px solid #E1C8ED;
}
.image-product-content-left{
    z-index: 200;
    margin-top: 13em;
    width: 280px;
      height: 383px;
    border: 3px solid #a5478e;
        margin-left: -20px;

}
.small-padding-content{
    padding-bottom: 3em
}
.image-product-content-left img,.image-product-content-right img{
    width: 385px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
        height: 250px;
}

.text-product-header h2{
    font-size: 1.4em;
font-family: "Montserrat";
font-weight: 300;
}
.text-product-header{
    font-family: "lato";
    font-weight: 300;
    line-height: 2;
    color: #415767;
 }
/*.image-product-header-right,.image-product-header-left{
    position: relative
}*/
.box-columns-border{
    border: 3px solid #a54b82;
    padding: 10px;
}
.title-part.title-product-padding{
    padding-bottom: 3em;
    padding-top: 1em;   
}
.product__section{
    background: #fff
}

.site-footer{
    background: #524147 !important;
    color: #fff !important
}
.hero-content__wrapper.subpage__wrapper h1{
    font-weight: 300
}
.row__padding{
    padding:1em 
}




.thin-text{
    font-weight: 300;
}
.side-content__wrapper .vertical-horizontal-medium{
    font-family: "lato"
}
.magenta{
     color: #a54b82;
}

.hero-content__in .hero-frame3 {
    width: 110px;
    height: 80px;
    border: 4px solid #E1C8ED;
    position: absolute;
    top: 71px;
    left: 91px;
    z-index: -1;
    margin-top: -100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hero-content__wrapper.subpage__wrapper{
    padding-left: 123px;
    padding-bottom: 30px;
}

.hero-content__in .hero-frame1.subpage1{
    width: 210px;
    height: 140px;
    border: 2px solid #A14088;
}
.hero-content__in .hero-frame2.subpage2{
    width: 210px;
    height: 140px;
    left: 37px;
    border: 2px solid #A14088;
}


.title-part, .title-part-gallery{
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px 20px;
    text-align: center
}
.title-part h3{
    font-size: 13px;
    font-weight: 300;
    font-family: "Montserrat";
    color: #a54b82;
}
.title-part-gallery h3{
    font-size: 13px;
    font-weight: 300;
    font-family: "Montserrat";
    color: #a54b82;
    padding-top: 4em;
}
.short-line{
    width: 50px;
    margin: 0em 0 1.5em;
    border: none;
    height: 2px;
    background-color: #a54b82;
   
}
.short-line.short-center{
    margin: 0 auto 
}
.small-padding-footer{
    padding: 1em;
    padding-top: 3em;
}
.short-line__footer{
    width: 50px;
    margin: 0em 0 1em;
    border: none;
    height: 4px;
    background-color: #fff;
}
footer{
    color: #fff;
    padding-bottom: 5em;
}
.vertical-horizontal-medium h3{
    font-size: 13px;
    font-weight: 300;
    font-family: "Montserrat";
    color: #a54b82;
}

.vertical-horizontal-medium h2{
    color: #415767;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.7em;
}
.vertical-horizontal-medium p{
    font-size: 1.1em;
    font-family: "lato";
    line-height: 2.2;
    font-weight: 300;
    padding-top: 1em;
}

.small-padding-footer h3{
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.4em;
}
.row-site-footer p{
    line-height: 2;
    font-weight: 300;
    font-family: "lato";
}
.row-site-footer h5{
    font-family: "Lato";
    font-weight: 600;
    font-size: 1.1em;
}
@media only screen and (min-width: 640px){
    .span-click{
        display: none
    }
}
@media only screen and (min-width:574px) {
    .grid-item--width2.grid-wide,.grid-item.grid-hor-bot,
.grid-item--width2.grid-ver-bot,
.grid-item.grid-hor-small,
.grid-item--height2.grid-hor{
    
padding: 5px
}
    .aboutus-content-header{
       padding: 0em 4em;
    }    

    .content-product-box p{
        padding-top: 7em;
        text-align: right;
        margin-right: 2em;
    }
    
    .content-product-box-right{
        padding-top: 25em
    }
    .content-product-box p,.content-product-box-right p{
    display: block;
}
    .box-line-top{
        height: 0
    }
   .hero-product-subpage,.hero-aboutus-subpage,.hero-contact-subpage,.hero-gallery-subpage{
        max-height: 100%
    }
    .subpage-hero-content{
        top: 50%
    }
    .hero-smaller .subpage-hero-content {
        top: 55%;
    }
    .hero-smaller .hero-content__in .hero-frame3 {
        top: 25px;
    }
    .hero-content__wrapper h1 {
        font-size: 3.6em;
    }
  .hero-content__wrapper.subpage__wrapper {
      padding-top: 5em;
    }
    .hero-content__in .hero-frame1.subpage1{
        margin-top: -120px;
        width: 310px;
        height: 240px;
    }
    .hero-content__in .hero-frame2.subpage2{
        width: 310px;
        height: 240px;
    }
     .hero-content__in .hero-frame3.subpage3 {
         width: 210px;
        height: 160px;
        margin-top: 2px;
    }
    .hero-frame3.subpage3.gallery-border{
        margin-top: 0px;
    }
    .content-product-box-right p{
        position: relative;
        font-size: 1.1em
          }
    .content-product-box p{
        padding-bottom: 2em;
        font-size: 1.1em
    }
   
    .image-product-content-left{
        height: 323px;
    }
     .image-product-content-right{
        margin-left: 7em;
        margin-top: 0em;
         width: 140px;
         z-index: 100
    }
    .image-product-content-left img{
        margin-top: 2em !important;
    }
    
   /* .image-product-header-left{
        bottom: 4em;
        right: 2em;    
    }*/
    .text-product-header{
        font-size: 1.1em;
		padding-bottom: 2em;
    }
    .image-product-header-right{
        bottom: 7em;
    }
    .title-part.title-product-padding{
        padding-bottom: 4em;
    }
    
}


@media only screen and (min-width:768px) {
    .hero-smaller .hero-content__in .hero-frame3 {
        top: -35px;
    }
   .grid-item--height2.grid-hor{
        width: 300px
    }
   
    .grid-item.grid-hor-small{
        width: 346px
    }
    .grid-item--width2.grid-wide{
     width: 661px   
    }
  .grid-item.grid-hor-bot{
        width: 386px;
        height: 364px;
    }
    .grid-item--width2.grid-ver-bot{
        width: 750px
    }
    .menu-item__{
        font-size: 2.5em;
    }
    .site-menu__secondary{
    display: block;
    
}
    .content-product-box-right p{
        position: relative;
        bottom: 23em;
     }
    .content-product-box p{
        padding-right: 3em;
    }
    .product-line-top{
        position: relative;
        width: 400px;
    }
    .content-product-box-right h1{
        padding-top: 4em
    }
    .content-product-box p{
        width: 150px !important;
        padding-top: 10em !important;
    }
    .content-product-box p, .content-product-box-right p{
        font-size: 1.5em;
    }
    .content-product-box h1, .content-product-box-right h1{
        font-size: 2em
    }
    .product-line-bottom {
        border: 2px solid #caacd9;
        width: 326px;
        margin-left: -11.3em;
    }
    
      .content-product-box-right{
        width: 125px;
        font-family: "lato";
        font-size: 12px !important;
        width: 160px;
            }
    .content-product-box{
        width: 125px;
        font-family: "lato";
    }
    
    .content-product-box{
      font-size: 12px !important;
        width: 160px;
        right: 1em;
        position: relative;
    }
    
    .image-product-content-left img{
        margin-top: 4em !important;
    }
    .image-product-content-left{
        margin-top: 11em;
        height: 350px;
    }
     .image-product-content-right{
        margin-right: 5em;
    }
    .row__padding{
        padding: 4em    
    }
    
    .hero-content__in .row-padding{
        padding: 4em    
    }
    .hero-content__in .hero-frame1.subpage1{
        margin-top: -176px;
    }
    .hero-content__in .hero-frame3{
        top: -30px;
    }
    .hero-content__wrapper.subpage__wrapper {
        padding-top: 1em;
        padding-left: 12em;
    }
     .hero-frame2.subpage2{
        margin-top: -156px;
    }
   
    .hero-content__wrapper{
        padding-left: 227px;
       
    }
    .hero-content__wrapper.subpage__wrapper{
       padding-bottom: 5em;
        padding-left: 12em;
    }
    .subpage-hero-content{
        padding-top: 4em
    }
    .hero-smaller .subpage-hero-content {
        padding-top: 8em;
    }
   
}

@media only screen and (min-width: 40em) {
    .grid-item--height2.grid-hor{
		width: 300px;
		height: 421px;
    }
    .grid-item.grid-hor-small{
        width: 280px;
    }
    .grid-item--width2.grid-wide{
       width: 579px;
        height: 317px;
        overflow: hidden;
    }
    .image-product-content-left {
        margin-left: -68px;
                height: 369px;
           margin-top: 9em;
    }
    .image-product-content-left img{
         margin-top: 6em !important;
    }
     #map.maps {
       min-height: 100%;
    }
    .image-product-content-left img, .image-product-content-right img{
        width: 365px;
    }
    .content-product-box h1{
        right: 3em
    }
    .image-product-content-right{
        width: 85px
    }
  
    .content-product-box-right p{
        bottom: 18em;
        left: 3em;
        text-align: left;
        width: 100px;
     }
    .product-line-bottom{
        width: 306px;
        margin-left: -11em;
    }
}
@media only screen and (min-width: 64em) {
    .grid-item--width2.grid-wide{
        width: 639px;
        height: 367px;
        overflow: hidden;
    }

    .grid-item.grid-hor-bot{
        width: 386px;
        height: 364px;
    }
    .grid-item--width2.grid-ver-bot{
        width: 750px
    }
   .grid-item--height2.grid-hor{
         width: 355px;
       height: 580px;
       overflow: hidden
    }
    .grid-item.grid-hor-small {
        width: 320px;
        height: 213px;
        overflow: hidden
    }
    .aboutus-content-header{
       padding: 0em 4em;
    }
    .image-product-content-left img, .image-product-content-right img{
        width: 600px;
        height: 400px;
        overflow: hidden;
    }
    .small-padding-content{
        padding-bottom: 5em
    }
    .image-product-content-left{
        margin-top: 12em;
    }
    .image-product-content-left img{
       margin-top: 13em !important;
    }
    .content-product-box p{
        padding-right: 0;
        font-size: 1.4em;
        padding-top: 13em !important;
    }
    .content-product-box-right p{
        font-size: 1.4em;
        width: auto;
        bottom: 23em;
        left: 0
      }
    .content-product-box-right h1{
        padding-top: 14em;
    }
    .content-product-box{
     
    }
    .image-product-content-left{
        width: 406px;
        height: 662px;
        margin-left: -0.5em;
    }
    
     .image-product-content-right{
         width: 210px;
         height: 541px;
    }
    .image-product-header-right img{
        width: 60%;
    }
    
    .text-product-header{
        padding: 5em 1em;
        font-size: 1.3em;
    } 
 
    .image-product-header-left{
      /*  bottom: 4em;
        right: 4em;*/
		padding-top: 40px;
    }
    .image-product-header-right{
        bottom: 8em;
    }
    .title-part.title-product-padding {
        padding-bottom: 5em;
    }
    
    .hero-content__in .hero-frame3.subpage3 {
        width: 210px;
        left: 100px;        
    }
 
    .subpage__wrapper{
        padding-left: 235px;
        padding-bottom: 150px;
    }
    .grid-item,.grid{
        padding: 5px;
        padding: 5px;
    }
    .grid.gallery__grid{
        width: 100%;
        margin: 0 auto;
    }
    
}

::-moz-selection { background: #A14088;color: #fff; }
::selection { background: #A14088;color: #fff; }