@charset "UTF-8";
/* CSS Document */

/*****************/
/* GLOBAL STYLES */
/*****************/

body {
	margin: 0;
	padding: 0;
	background: #67686B;
	color: #fff;
	font-size:13px;
	font-family: 'avant_guardregular', Helvetica, Arial, serif;
	font-weight:lighter;
	font-style:normal;
	letter-spacing:	1px;
	line-height:20px;
}
a {color: #D6DE23;font-weight:lighter;}
a:hover {color: #fff;}
a img {border:none;}
p {font-weight:lighter;text-align: justify;}
h1, h2 {font-size:20px;color:#D6DE23;text-transform: uppercase;font-weight:lighter;}
h3 {font-size:15px;color:#D6DE23;font-weight:lighter;}
#container {
	width: 900px;
	padding: 0 30px 0 30px;
	margin: 0 auto 0 auto;
}
#header {margin-top: 20px;}
#logo {float:left;}
#nav {float:right;margin: 105px -3px 0 0;}
#nav ul.menu {margin: 0;padding: 0;}
#nav ul.menu li {list-style: none;float:left;padding: 0 10px 0 10px;color:#D6DE23;font-size:14px;}
#nav ul.menu li a {text-decoration: none;text-transform:uppercase;}
.column {float:left;margin-top:45px;}
.column.one {width: 550px;padding-right:30px;}
.contactInfo {margin-top: 25px;clear:both;}
.col1, .col2 {float:left;margin-top:15px;}
.col2 {margin-left:70px;}
.column.two {padding-left: 24px;width: 295px;border-left:1px solid #D6DE23;}
.column.two ul {margin:0;padding:0;}
.column.two ul li {list-style:none;padding:0;}
.column.two ul li p {font-size:11px;line-height:10px;}
.column.two img.col2Image {border: 2px solid #fff;margin-top: 5px;}
.footer {padding-top:20px;}
.clear {clear:both;}

/*********************/
/* REGISTRATION FORM */
/*********************/

.input {
	background: #fff;
	box-shadow: 0 0 4px #444;
	padding: 2px;
	width: 250px;
	float:left;
	clear:both;
	margin-bottom:10px;
}
.input input {
	background: none;
	border:none;
	font-size: 15px;
	color: #67686B;
	width:100%;
	outine:none;
}
.input input.blur {color:#cccccc;}
.required {color: #D6DE23;float:left;padding-left:5px;}
.input input:focus {outline:none;border:none;}
input[type="submit"] {
	border:none;
	background: #D6DE23;
	color: #666;
	box-shadow: 0 0 4px #444;
	width:60px;
	padding: 7px;
	margin: 10px 0 0 0;
	clear:both;
	display:block;
}

/******************/
/* SUPPLIERS LIST */
/******************/

ul.suppliersList {margin:0;padding:0 0 50px 0;}
ul.suppliersList li {
	list-style:none;
}
ul.supplierslist li h2 {
	display:block;
}
ul.suppliersList li img { 
	float:left;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 8px #D6DE23;
}
ul.suppliersList li p {
	float: left;
	margin-left:20px;
	width:380px;
	margin-top:0;
	
}
.popUp {
	display:none;
	width: 600px;
	position: fixed;
	top: 50%;
	left:50%;
	margin-left: -340px;
	background: #fff;
	color: #666;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 6px #D6DE23;
	z-index: 2;
}
.overlay {
	background: #000;
	opacity: 0.6;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left:0;
}
a.close {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #999;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 20px;
	width: 20px;
	font-size: 25px;
	text-align: center;
}

/**************/
/* NEWS POSTS */
/**************/

.news-post {
	display: flex;
}

.news-post img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 15px;
}