/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 25, 2019, 1:24:19 PM
    Author     : Romy
*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

.showdetail{
    color: black;
}

.custom-nav-toggler {    
    background-image: url("../img/menu.png");
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -80px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: blue;
    border-radius: 50%;
    border-color: black;
    width: 20px;
    height: 0px;
}

.blog .carousel-indicators .active {
    border-color: #343a40;
}            

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect:hover .overlay {
    background-color: black;
    opacity: 0.8;
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect button.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: bold;
    font-size: x-large;
    margin: -40px 0 0 0;
    padding: 180px 80px;
}

.hovereffect:hover button.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hovereffect button.info:hover {
    box-shadow: 0 0 5px #fff;
}
@media (min-width: 1281px) {
    body{
        max-width: 1360px;
        box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px 0px #999, -12px 0 15px 0 #999;
        margin: 0 auto;
    }
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color: #ffffff;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 10px #999;
    }

    .my-float{
        margin-top:22px;
    }

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(195px);
        -ms-transform: translateY(195px);
        transform: translateY(195px);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }    

    .nav-custom{
        opacity:0.8;
        box-shadow: 0px 5px 10px #999;
    }
    .home-custom{
        background-image:url('../img/background home.png'); 
        background-position:center; 
        background-repeat: no-repeat; 
        min-height: 768px;
        max-width: 1360px; 
        margin: 0 auto;
        position: fixed;
        width: 1360px;
        height: 768px;            
        z-index : -1;
    }
    .separator-home{
        width: 1360px; 
        height: 768px;
        opacity: 1;
        margin-top: -40px;
    }
    .about-custom{
        background-image:url('../img/background about us.png'); 
        background-position:center;         
        background-repeat: no-repeat; 
        max-width: 1360px; 
        height: 384px; 
        margin: 0 auto;
        margin-bottom: 1px;
        color: white;

    }
    .contact-custom{
        max-width: 1360px; 
        margin: 0 auto;   
        background-color: white;
    }
    .profile-custom{
        max-width: 1360px; 
        margin: 0 auto;
        background-color: white;
    }
    .copyright-custom{
        margin: 0 auto;
        max-width: 1360px; 
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:20px;
        right:20px;
        background-color:#ffffff;
        opacity: 0.8;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 10px #999;
    }

    .my-float{
        margin-top:22px;
    }
    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);        
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(195px);
        -ms-transform: translateY(195px);
        transform: translateY(195px);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }    

    .nav-custom{
        opacity:0.9;
        box-shadow: 0px 5px 10px #999;
    }
    .home-custom{
        background-image:url('../img/background home.png'); 
        background-position:center; 
        background-size: 100%; 
        background-repeat: no-repeat; 
        min-height: 730px;
        max-width: 1280px; 
        margin: 0 auto;
        position: fixed;
        width: 1280px;
        height: 730px;            
        z-index : -1;
    }
    .separator-home{
        width: 1280px; 
        height: 730px;
        opacity: 1;        
    }
    .about-custom{
        background-image:url('../img/background about us.png'); 
        background-position:center;         
        background-repeat: no-repeat; 
        max-width: 1280px; 
        height: 384px; 
        margin: 0 auto;
        color: white;
    }
    .contact-custom{
        margin: 0 auto;
        max-width: 1280px; 
        background-color: white;
    }
    .profile-custom{
        margin: 0 auto;
        max-width: 1280px; 
        background-color: white;
    }
    .copyright-custom{
        margin: 0 auto;
        max-width: 1280px; 
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:50px;
        right:40px;
        background-color:#ffffff;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 10px #999;
    }

    .my-float{
        margin-top:22px;
    }
    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(195px);
        -ms-transform: translateY(195px);
        transform: translateY(195px);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }    

    .nav-custom{
        opacity:0.8;
        box-shadow: 0px 5px 10px #999;
    }
    .home-custom{
        background-image:url('../img/background home.png'); 
        background-position:center; 
        background-size: 100%; 
        background-repeat: no-repeat; 
        min-height: 768px;
        max-width: 1024px; 
        margin: 0 auto;
    }
    .about-custom{
        background-image:url('../img/background about us.png'); 
        background-position:center;         
        background-repeat: no-repeat; 
        height: 384px; 
        margin: 0 auto;
        font-size: 14px;
        color: white;
    }
    .contact-custom{
        margin: 0 auto;
        max-width: 1024px; 
        font-size: 14px;
    }    
    .about-custom h2{
        font-size: 24px;
        font-weight: bold;
    }    
    .contact-custom h2{
        font-size: 24px;
        font-weight: bold;
    }
    .profile-custom{
        max-width: 1024px; 
        margin: 0 auto;
    }
    .copyright-custom{
        margin: 0 auto;
        max-width: 1024px; 
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:50px;
        right:40px;
        background-color:#ffffff;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 10px #999;
    }

    .my-float{
        margin-top:22px;
    }
    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(195px);
        -ms-transform: translateY(195px);
        transform: translateY(195px);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }    
    .hovereffect button.info {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        font-weight: bold;
        font-size: x-large;
        margin: -40px 0 0 -60px;
        padding: 210px 125px;        
    }

    .hovereffect:hover button.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .nav-custom{
        opacity:0.8;
        box-shadow: 0px 5px 10px #999;
    }
    .home-custom{
        background-image:url('../img/background home.png'); 
        background-position:center; 
        background-size: 100%; 
        background-repeat: no-repeat;         
        max-width: 767px; 
        margin: 0 auto;
    }
    .about-custom{
        background-image:url('../img/background about us.png'); 
        background-position:center;         
        background-repeat: no-repeat; 
        height: 768px; 
        margin: 0 auto; 
        color: white;
    }
    .contact-custom{
        max-width: 1024px; 
        margin: 0 auto;
    }
    .profile-custom{
        max-width: 1024px; 
        margin: 0 auto;
    }
    .copyright-custom{
        margin: 0 auto;
        max-width: 1360px; 
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#ffffff;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 10px #999;
    }

    .my-float{
        margin-top:22px;
    }
    .hovereffect .overlay {
        width: 50%;
        height: 97%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 25%;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(195px);
        -ms-transform: translateY(195px);
        transform: translateY(195px);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }    

    .hovereffect button.info {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        font-weight: bold;
        font-size: x-large;
        margin: -200px 0 0 -120px;
        padding: 300px 210px;        
    }

    .hovereffect:hover button.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    .nav-custom{
        opacity:0.8;
        box-shadow: 0px 5px 10px #999;
    }
    .home-custom{
        background-image:url('../img/background home.png'); 
        background-position:center; 
        background-size: 100%; 
        background-repeat: no-repeat;         
        max-width: 767px; 
    }
    .about-custom{
        text-align: center;
        font-size: 14px;
        max-width: 767px;        
        color: white;
    }
    .about-custom h2{
        font-size: 24px;
        font-weight: bold;
    }
    .contact-custom{
        font-size: 14px;
        max-width: 767px;
    }
    .contact-custom h2{
        font-size: 24px;
        font-weight: bold;
    }
    /*.about-custom{
        background-image:url('../img/background about us.png'); 
        background-position:center;         
        background-repeat: no-repeat; 
        height: 481px; 
        margin: 0 auto;
    }
    .contact-custom{
        background-image:url('../img/background contact us.png'); 
        background-position:center; 
        background-repeat: no-repeat; 
        height: 481px;
        margin: 0 auto;
    }*/
    .profile-custom{
        max-width: 767px; 
        margin: 0 auto;
    }
    .h2product{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    .carousel-image{
        width: 50%;
    }
    .carousel-inner img{
        margin: 0 auto;        
        padding-bottom: 10px;
    }
    .copyright-custom{
        margin: 0 auto;
        max-width: 1360px; 
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:20px;
        right:20px;
        background-color:#ffffff;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        box-shadow: 2px 2px 10px #999;
    }

    .my-float{
        margin-top:22px;
    }

    .hovereffect .overlay {
        width: 50%;
        height: 95%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 25%;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);        
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 10px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(195px);
        -ms-transform: translateY(195px);
        transform: translateY(195px);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    }   

    .hovereffect button.info {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
        font-weight: bold;
        font-size: x-large;
        margin: -125px 0 0 -80px;
        padding: 170px 125px;        
    }

    .hovereffect:hover button.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    .home-custom{
        background-image:url('../img/background home.png'); 
        background-position:center; 
        background-size: 140%;
        background-repeat: no-repeat;
        max-width: 480px;        
    }
    .about-custom{
        text-align: center;
        font-size: 12px;
        max-width: 480px;
        background-color: black;
        opacity: 0.85;
        color: white;
    }
    .about-custom h3{
        font-size: 20px;
        font-weight: bold;        
    }
    .contact-custom{
        font-size: 12px;
        max-width: 480px;
    }
    .contact-custom h2{
        font-size: 20px;
        font-weight: bold;
    }
    /*.about-custom{
        background-image:url('../img/background about us.png'); 
        background-position:center;         
        background-repeat: no-repeat; 
        height: 320px; 
        margin: 0 auto;
    }
    .contact-custom{
        background-image:url('../img/background contact us.png'); 
        background-position:center; 
        background-repeat: no-repeat; 
        height: 320px;
        margin: 0 auto;
    }
    */
    .profile-custom{
        max-width: 480px; 
        margin: 0 auto;        
    }

    .carousel-image{
        width: 50%;
    }
    .carousel-inner img{
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .h2product{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    .copyright-custom{
        margin: 0 auto;
        max-width: 1360px; 
    }
    .map-responsive iframe {
        width:320px;
        height:240px;
    }
}

.snip1226 {
    text-align: center;
}
.snip1226 * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1226 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0.5em;
    overflow: hidden;
}
.snip1226 a {
    padding: 0.3em 0;
    color: rgba(58, 175, 175, 0.9);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1226 a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #3aafaf;
}
.snip1226 a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 10px;
    content: attr(data-hover);
    color: black;
    white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
    transform: translateY(100%);
}
/* width */
/*::-webkit-scrollbar {
    width: 20px;
    background-color: #F5F5F5; 
}*/

/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}*/

