header{
    background-color: #34407c;
    position: relative;
    padding: 10px 0;
}
header .container{
    position: relative;
    z-index: 2;
}
header a.logo{
    display: block;
}
header a.logo img{
    max-height: 80px;
    float: left;
}
header nav{
    float: right;
}
header nav ul{
    padding-top: 30px;
}
header nav ul li{
    float: left;
}
header nav ul li a{
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
}
header nav ul li a.active{
    position: relative;
    background-color: #fff;
    color: #34407c;
    font-weight: 600;
}

.subheader{
    background-color: #ddd;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    border-top: 3px solid #aaa;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    margin-bottom: 16px;
}

body{
    background-color: #e7e7e7;
}


div.banner{
    margin-bottom: 30px;
    padding: 15px 30px 15px 70px;
    background-size: cover;
    background-position: center;
    height: 90px;
    position: relative;
}
div.banner h2{
    color: #ffffff;
    font-size: 44px;
    line-height: 60px;
    text-shadow: 0 0 10px #000000;
}


.box-title{
    font-size: 14px;
    font-weight: 500;
    background-color: #34407c;
    color: #ffffff;
    padding: 0 10px;
    line-height: 30px;
    position: relative;
    border-bottom: 3px solid #3e5d8d;
    border-radius: 6px;
}


nav.side-menu{
    margin-bottom: 30px;
}
nav.side-menu ul{

}
nav.side-menu ul li{
}
nav.side-menu ul li a{
    display: block;
    color: #34407c;
    line-height: 30px;
   
    padding: 0 10px;
}
nav.side-menu ul li a:hover,
nav.side-menu ul li a.active{
    background-color: #f5f5f5;
}


main{
    margin-bottom: 50px;
}


/* Ribbon */
.ribbon{
    background-color: #f5f5f5;
    position: relative;
}
.ribbon ul{
}
.ribbon ul li{
    float: left;
    position: relative;
}
.ribbon ul li:after{
    content: '\f101';
    font-family:'FontAwesome';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    color: #888888;
}
.ribbon ul li:last-child:after{
    content: '';
}
.ribbon ul li a{
    display: block;
    line-height: 30px;
    padding: 0 20px 0 10px;
    font-weight: 500;

}
.ribbon ul li:first-child a{
    color: #bbbbbb;
}


.products-list{

}
.products-list .list-item-product{
    float: left;
    width: calc((100% / 4) - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
border: 3px solid #000080;
border-radius: 10px;
	

}
.products-list .list-item-product:nth-child(4n+4){
    margin-right: 0;
}
.products-list .list-item-product a{
    display: block;
    background-color: #000000;
border: 5px solid #ccc;

}
.products-list .list-item-product a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
border: 3px solid #333;
}
.products-list .list-item-product a:hover div{
    opacity: .5;
}
.products-list .list-item-product a:hover i{
    display: block;
}
.products-list .list-item-product a div{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
border: 3px solid #333;
}
.products-list .list-item-product a i{
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    top: 30%;
    left: 50%;
    margin-left: -20px;
    z-index: 200;
    display: none;
}
.products-list .list-item-product a h2{
    background-color: #ffffff;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    height: 40px;
    overflow: hidden;
}



div.product{
    position: relative;
}
div.product h1{
    font-size: 18px;
    padding: 0 0 10px 0;
}
div.product div.images{
    position: relative;
}
div.product div.images div.image{
    padding: 10px 0;
}
div.product div.images div.image img{
    max-width: 100%;
    float: left;

}
div.product div.images ul{
    width: 100%
}
div.product div.images ul li{
    float: left;
}
div.product div.images ul li a{
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;

}
div.product table{
    width: 100%;
}
div.product table tr:nth-child(odd){
    background-color: #f5f5f5;
}
div.product table tr td{
    border-bottom: 1px solid #eeeeee;
    padding: 5px;
    vertical-align: top;
}
div.product table tr:last-child td{
    border-bottom: 0;
}




div.embed iframe{
    width: 100% !important;
}




div.form-item{
    padding: 15px 0;
}
div.form-item div.form-title{
    padding-bottom: 5px;
}
div.form-item div.form-title label{
    font-weight: 500;
    font-size: 14px;
}
div.form-item div.form-input{

}
div.form-item div.form-input input,
div.form-item div.form-input select,
div.form-item div.form-input textarea{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 6px;
}
button{
    padding: 0 35px 0 30px;
    background-color: #34407c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    line-height: 30px;
    position: relative;
    border-radius: 6px;
}
button i{
    color: inherit;
}




footer{
    background-color: #34407c;
    padding: 20px;
}
footer .container{
}
footer ul{
    float: left;
}
footer ul li{
    float: left;
}
footer ul li a{
    display: block;
    padding: 0 8px;
    color: #ffffff;
    line-height: 30px;
}
footer address{
    color: #ccc;
    text-align: right;
}

.whatsapp{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
}
.whatsapp a{
    display: block;
    width: 100%;
    height: 100%;
}
.whatsapp a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}


.footer-quick-link-list{
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    display: flex;
    background: #ffffff;
    box-shadow: 0 -3px 5px rgba(0,0,0,.2);
}
.footer-quick-link-list a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.footer-quick-link-list a i{
    color: inherit !important;
    margin-right: 5px;
}
.footer-quick-link-list a.map-link{
    background: #4285f6;
}
.footer-quick-link-list a.phone-link{
    background: #ff9700;
    -webkit-animation: fade 2s infinite; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fade 2s infinite; /* Firefox < 16 */
        -ms-animation: fade 2s infinite; /* Internet Explorer */
         -o-animation: fade 2s infinite; /* Opera < 12.1 */
            animation: fade 2s infinite;
}
.footer-quick-link-list a.whatsapp-link{
    background: #26d367;
}

@keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Firefox < 16 */
@-moz-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}

/* Opera < 12.1 */
@-o-keyframes fade {
    0% {opacity: 1;}
    50% {opacity: .2;}
    100% {opacity: 1;}
}