<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
}


#main {
	max-width:1000px;
	margin:0 auto;
}


.d20150508 #main h2 { display: none; }

#landing-wrp {
	width:100%;
	/* background:#fff; */
	padding-bottom:150px;
}

#landing-wrp .content img {
	width:100%;
	margin:0 auto !important;
	padding: 0 !important;
	overflow: hidden;
	font-size: 0;
	border: 0;
	line-height: 0px;
	display: inherit;
}

#landing-wrp .content a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#landing-wrp .content {
	/* background: #000; */
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	display: grid;
}
/*
#landing-wrp img.athens {
	margin-bottom:40px;
}
*/


/* Products styles 
---------------------------------*/

#productfeed { 
	width:100%;
}

.prods-list-wrp {
	/* width:100%; */
	position: relative;
	overflow: hidden;
	padding: 0 0 0 4%;
	margin: 40px 0 80px 0;
	text-align: center;
}
.prods-list-wrp h3 {
	font-size:50px;
	color:#fff;
	text-align:center;
	margin-bottom: 40px;
}

.prods-list-wrp .prod-list-item {
	width: 45%;
	overflow: hidden;
	background: white;
	margin: 20px 0;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin: 0 2% 2% 0%;
	text-align: left;
}

.prods-list-wrp .prod-list-item img {
	width:100%;
	max-width:160px;
	margin:0 20px 0 0;
	float:left;
}

.prods-list-wrp .prod-list-item span {
	display:block;
}


.prods-list-wrp .prod-list-item span.prod-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}

.prods-list-wrp .prod-list-item span.prod-id {
	font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    padding:0 0 5px 0;
}

.prods-list-wrp .prod-list-item span.prod-cat {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #be0007;
	text-decoration: none;
	padding:0 0 5px 0;
}


.prods-list-wrp a.loadmore-btn {
	padding: 10px 30px;
	background: #fff436;
	line-height: 40px;
	display: inline-block;
	margin: 40px auto 10px auto;
	color: #000;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	border:#000 solid 1px;
	display:none;
}

.prods-list-wrp a.loadmore-btn:hover {
	background: #000;
	color: #fff436;
	border:#fff436 solid 1px;
}

.prods-list-wrp a.loadmore-btn::before {
  content: "";
  width:100%;
  clear:both;
}




#landing-wrp .terms {
	display;block;
	padding:20px 0;
	width:100%;
	text-align:center;
	font-size:12px;
}

/* Media queries 
---------------------------------*/

@media only screen and (max-width: 999px) {
	
	#main { width:98%;	margin:0 auto; }
	
}


@media only screen and (max-width: 990px) {


}

@media only screen and (max-width: 768px) {


}


@media only screen and (max-width: 425px) {
	
}


@media only screen and (max-width: 375px) {
	
	
}

@media only screen and (max-width: 320px) {
	
}
</pre></body></html>