   #headline {
        padding: 0.8em;
        color: #000000;
        font-family: Roboto, helvetica, arial, sans-serif;
        background-color: #FFFFFF;
        /*background-image: url(hero.jpg);*/
        background-size: cover;
      }

      #headline h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 1em;
        margin-bottom: 0;
      }
        
      #headline h2 {
        font-weight: 200;
        font-size: 24px;
        margin-top: 5px;
      }

      #headline h3 {
        color: #000000;
        font-weight: 200;
        font-size: 14px;
        margin-top: 5px;
      }

      #headline #catalogue {
        font-weight: 300;
        font-size: 18px;
		padding:0 10% 0 10%;
      }

      #section1, #section2, #section3 {
        box-sizing: border-box;
        padding: 0px;
      }

      #section1 h2, #section2 h2, #section3 h2  {
        margin-top: 0;
        font-size: 24px
      }

      #section1 {
        background-color: #FFFFFF;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        font-size: 18px;
      }

      #section1 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
      }

      #section1 h2 + p {
      }

      #section1 contact {
        width: 100%;
      }

      #section2 {
        background-color: #FFFFFF;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        font-size: 18px;
      }

      #section2 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section2 h2 + p {
        text-align: center;
      }

      #section2 div {
        text-align: center;
      }

      #section2 div img {
    	max-width: 100%;
    	height: auto;
      }

      #section3 {
        background-color: #f5f5f5;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        text-align: center;
        margin: auto;
      }

      #section3 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section3 h2 + p {
        text-align: center;
      }

      #section3 figure {
        text-align: center;
      }

      #section3 figure figcaption {
        text-align: center;
        font-weight: 400;
      }

      img {
	position: relative;
	vertical-align: top;
    	max-width: 100%;
    	height: auto;
      }

      div.mousescroll {
	overflow:hidden;
      }

      div.mousescroll:hover {
	overflow-y:scroll;
      } 

      .mousescroll {
	overflow:hidden;
      }

      .mousescroll:hover {
	overflow-y:scroll;
      }

      .pic {
	box-shadow: 0px 0px 5px #000000;
      }

      .pic:hover {
  	cursor: pointer;
      }

      .bw {
  	-webkit-transition: all 1s ease;
     	-moz-transition: all 1s ease;
       	-o-transition: all 1s ease;
      	-ms-transition: all 1s ease;
     	transition: all 1s ease;
      }

      .bw:hover {
  	-webkit-filter: grayscale(100%);
      }

      #account-form input#UserName { 
        background: #fff url('/contact_us/images/name.png') 5px -2px no-repeat; 
	padding-left: 55px;
	}

      #account-form input#Password {
	background: #fff url('/contact_us/images/email.png') 5px -2px no-repeat;
	padding-left: 55px;
	}
      
@media screen and (min-width: 600px) {
          #headline {
            padding: 20px 5%;
          }
          
          .container {
            margin: auto;
            max-width: 1600px;
          }

          #headline #catalogue {
            float: left; 
            font-weight: 200;
            width: 50%;
            font-size: 18px;
            box-sizing: border-box;
            padding-right: 10px;
          }

          #headline #catalogues {
            float: left; 
            font-weight: 200;
            width: 20%;
            font-size: 18px;
            box-sizing: border-box;
            padding-right: 10px;
          }

          #headline br {
            clear: both;
          }

          #headline #register {
            float:right;
            padding: 20px;
            width: 50%;
            box-sizing: border-box;
            font-weight: 300;
          }
          
          #section1 #section2, #section3 {
            box-sizing: border-box;
            padding: 10px 20% 40px 20%;
          }
          
          #section1 h2, #section2 h2, #section3 h2  {
            margin-top: 0;
            font-size: 24px;
	    text-align:left;
          }
          
          #section1 ul {
            box-sizing: border-box;
            float: left;
            width: 50%;
            padding-right: 1em;
          }
          
          #section1 contact {
            box-sizing: border-box;
            width: 50%;
            float: right;
          }

          #section1 br {
            clear: both;
          }
          
          #section2 div img {
    	    max-width: 100%;
    	    height: auto;
          }
        }

/* Footer DIV */
.footer-distributed {	
	background-color: #292c2f;	
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);	
	box-sizing: border-box;	
	width: 100%;
	min-height: 50%;		
	text-align: left;	
	font: bold 16px sans-serif;	
	padding: 25px 50px;	
	margin-top: 80px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {	
	display: inline-block;
	vertical-align: top;
}

/* Footer left */
.footer-distributed .footer-left {	
	width: 40%;
}

/* The company logo */
.footer-distributed h3 {	
	color: #ffffff;	
	font: normal 36px 'Cookie', cursive;	
	margin: 0;
}

.footer-distributed h3 span {	
	color:  #5383d3;
}

/* Footer links */
.footer-distributed .footer-links {	
	color:  #ffffff;	
	margin: 20px 0 12px 0;	
	padding: 0;
}

.footer-distributed .footer-links a {	
	display:inline-block;	
	line-height: 1.8;	
	text-decoration: none;	
	color: inherit;
}

.footer-distributed .footer-company-name {	
	color: #8f9296;	
	font-size: 14px;	
	font-weight: normal;	
	margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center {	
	width: 35%;
}

.footer-distributed .footer-center i {	
	background-color:  #33383b;	
	color: #ffffff;	
	font-size: 25px;	
	width: 38px;	
	height: 38px;	
	border-radius: 50%;	
	text-align: center;	
	line-height: 42px;	
	margin: 10px 15px;	
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {	
	font-size: 17px;	
	line-height: 38px;
}

.footer-distributed .footer-center p {
	display: inline-block;	
	color: #ffffff;	
	vertical-align: middle;	
	margin:0;
}

.footer-distributed .footer-center p span {	
	display:block;	
	font-weight: normal;	
	font-size:14px;	
	line-height:2;
}

.footer-distributed .footer-center p a {	
	color: #5383d3;	
	text-decoration: none;
}

/* Footer Right */
.footer-distributed .footer-right {	
	width: 20%;
}

.footer-distributed .footer-company-about {	
	line-height: 20px;	
	color:  #92999f;	
	font-size: 13px;	
	font-weight: normal;	
	margin: 0;
}

.footer-distributed .footer-company-about span {	
	display: block;	
	color:  #ffffff;	
	font-size: 14px;	
	font-weight: bold;	
	margin-bottom: 20px;
}

.footer-distributed .footer-icons {	
	margin-top: 25px;
}

.footer-distributed .footer-icons a {	
	display: inline-block;	
	width: 35px;	
	height: 35px;	
	cursor: pointer;	
	background-color: #33383b;	
	border-radius: 2px;	
	font-size: 20px;	
	color: #ffffff;	
	text-align: center;	
	line-height: 35px;	
	margin-right: 3px;	
	margin-bottom: 5px;
}

@media (max-width: 880px) {
  	body, h2, h3, img, .description, .column {
	text-align:center;
    font-size: 12px;
  	}

	.footer-distributed {		
	font: bold 14px Open Sans', sans-serif;	
	}	

	.footer-distributed .footer-left, .footer-distributed .footer-links, .footer-distributed .footer-center, .footer-distributed .footer-right {		
	display: block;		
	width: 100%;		
	margin-bottom: 40px;		
	text-align: center;	
	}	

	.footer-distributed .footer-center i {		
	margin-left: 0;	
	}

}