@CHARSET "UTF-8";

/*nav*/
body > header nav ul li.open ul {display: inline-block;width: 100%;}
body > header nav ul li.open a {color:#fff;font-weight: bold;}
body > header nav ul li.open ul li a {font-weight: normal;}

/*Parallax*/
body section .parallax-box .icons-box { margin-top: 1em;}
body section .parallax-box .icons-box p {font-size: 1.1em;font-weight: 300;}

/*img gallery*/
body > section .img-gallery{float: left;}
body > section .img-gallery .col-4{width: 48%;float: left;margin: 0 1%;}
body.home > section .img-gallery .col-4:last-of-type{display: none;}

@media only screen and (min-width : 600px) and (max-width : 800px) {
body > section .team-gallery .item {height: 425px;}
body > section .team-gallery{float: left;}
body > section .team-gallery .col-4{width: 48%;float: left;margin: 0 1%;}
}

body > section .img-gallery .item{height: 450px;}

/*Product page*/
body > section  .product-box div.left{text-align: center!important;}
body > section  .product-box .col-5 p.lead{font-size: 1.5em;text-align: center;}
body > section .product-cat{max-width: 500px;margin-left: auto;margin-right: auto;}
body > section  .product-box img{max-width: 250px!important;}

/*footer*/
footer .legal .col-5 span{display: none;}
footer .legal .col-5 {width: 60%;float: left;}
footer .legal .col-7{width: 40%;float: left;}
