@charset "UTF-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    background-color: #e8e8e8;
    color: #595552;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}
h1 {
    color: #7049ab;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
}
h2 {
    color: #6e53a5;
    font-size: 1.3em;
    margin: 40px 0 35px;
    text-transform: uppercase;
}
img {
    height: auto;
    max-width: 100%;
}
.img_border {
    border: 1px solid;
    padding: 7px;
}
.img_border {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}
.button {
    background-color: #ffffff;
    border: 3px solid;
    color: #6E53A5;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 1.2em;
    margin: 85px 0 0;
    padding: 15px 35px;
	position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.button.reversed, .button:hover {
    background-color: #6E53A5;
    color: #ffffff;
}
.button:hover {
	border-color: #6E53A5;
}
.button.reversed:hover {
    background-color: #ffffff;
    color: #7049ab;
	border-color: #ffffff;
}
/*----------HEADER---------*/
.header {
	padding: 125px 0 110px 0;
}
.header .logo {
    margin: 0 0 35px;
}
/*----------ABOUT---------*/
.about {
    background-color: #6e53a5;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.7em;
    padding: 60px 0 65px;
}
.about .wrapper {
	max-width: 670px;
}
.about .button {
    font-size: 0.8em;
    margin-top: 40px;
    padding: 4px 40px;
}
.new {
    background-color: #ffffff;
    border-radius: 10px;
    bottom: 50px;
    box-shadow: 0 0 10px 5px;
    color: #6e53a5;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    left: 5%;
    line-height: 1.3em;
    padding: 10px;
    position: absolute;
    text-transform: none;
    width: 90%;
	z-index: -1;
	opacity: 0;
}
.expand .new {
    opacity: 1;
    z-index: 10;
}
.new {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.new:after {
    border: 10px solid transparent;
	border-top-color: #ffffff; 
    bottom: -20px;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
}
/*----------BRANDS---------*/
.brands {
    padding: 105px 0;
}
.brands article {
    float: left;
    padding: 140px 0 0;
    position: relative;
    width: 100%;
}
.brands article.messermeister {
    float: right;
}
.brands article > img:first-child {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.brands article.benriner > img:first-child {
    top: 35px;
}
.brands .img_wrapper {
    position: relative;
}
.brands .benriner .img_wrapper:after {
    background-color: #000000;
    content: "";
    display: block;
    height: 92%;
    left: 116%;
    opacity: 0.2;
    position: absolute;
    top: 4%;
    width: 1px;
}
.brands p {
    margin: 18px auto 0;
    max-width: 393px;
    min-height: 145px;
}
.brands .button {
    margin: 0;
}
/*----------CONTACT---------*/
.contact {
    background-color: #ffffff;
    padding: 80px 0 70px;
    text-align: left;
}
.contact_details {
    float: center;
    text-align: center;
}
.contact_details p {
    font-weight: 600;
    margin: 0;
}
.contact a {
    color: #595552;
    text-decoration: none;
}
.contact strong {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact .map {
    float: left;
    margin: 0 50px 30px 0;
    width: 560px;
}
@media (max-width: 767px) {
	.contact .map {
		margin-right: 0;
		width: 100%;
	}
}
/*----------FOOTER---------*/
footer {
    background-color: #ffffff;
    border-top: 1px solid;
    padding: 20px 0;
    text-align: left;
}
footer img {
    width: 150px;
}
.copyright {
    float: right;
    font-size: 11px;
}
/*----------HELPERS---------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block; /* originally inline-block but stopped brands section being responsive */
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.header {
		padding: 45px 0 80px;
	}
	h2 {
		margin: 0 0 25px;
	}
	br {
		display: none;
	}
	.about .button {
		padding-left: 20px;
		padding-right: 20px;
	}
	.brands article {
		width: 100%;
	}	
	.brands article:first-child {
		border-bottom: 1px solid;
		margin-bottom: 80px;
		padding-bottom: 80px;
	}	
	.brands .benriner .img_wrapper:after {
		display: none;
	}	
	.contact strong {
		margin-bottom: 20px;
	}
	.copyright {
		float: none;
		font-size: 0.8em;
		margin: 10px 0;
	}
}