@charset "UTF-8";
/* CSS Document */
ul {text-align:left;}
	
	
#lp_delivery {
	position:relative;
	width:100%;
	font-family: bariol,helvetica,arial,sans-serif;
    color: #333333;
	font-size:1em;}
	
#lp_delivery a {
	color: #A2C221;}
	
#lp_delivery a > img {
	border:none;}
	
#lp_delivery div {
	position:relative;
	box-sizing:border-box;
	padding:1em;
	text-align:center;
	margin:1em;}
	
#lp_delivery div p {
	line-height:1.5;
	}
	
#lp_delivery div p span {
	display:inline-block;}
	
#lp_delivery div.column_3 {
	margin:0;
	padding:0;}
	
#lp_delivery div:not(.no-border) {
	border:1px solid #999999;}
	
#lp_delivery h1, h2 {
	font-size:1.875em;
    letter-spacing: 1px;
	/*font-weight:normal;*/}
	
#lp_delivery h2 {	
    text-transform: uppercase;}
	
	#lp_delivery h2.margin_2 {
	margin-bottom:0.2em;}
	
	#lp_delivery h3 {
	margin-top:0;
	font-size: 1.375em;}

#lp_delivery > #footer {
	text-align:justify;
	}

#lp_delivery > #footer h2 {
	text-transform:none;
	margin-bottom:0;
	}

#lp_delivery > #footer p, #lp_delivery > #footer address {
	font-size:0.750em;
	}
	
@media screen and (min-width:650px){
	#lp_delivery div:not(.no-border) {
		width:47%;
		display:inline-block;
		}
	
	#lp_delivery div:nth-child(even) {
		float:right;}
	
	#lp_delivery div:nth-child(odd) {
		float:left;}
	
	#lp_delivery div.no-border {
		float: none;
		clear:both;
		display:block;}
	
	#lp_delivery div.no-border:first-of-type p {
		max-width:750px;
		margin:0 auto;}
	}
	
@media screen and (min-width:650px) and (max-width:974px){
	#lp_delivery div.exchanges {
		float: none;
		clear:both;
		display:block;
		width: -moz-calc(100% - 2em);
		width: -webkit-calc(100% - 2em);
		width: calc(100% - 2em);}
		
		#lp_delivery div:nth-child(even) {
		margin-left:0;}
	
	#lp_delivery div:nth-child(odd) {
		margin-right:0;}

	}
	
@media screen and (min-width:975px){
	#lp_delivery div:not(.no-border) {
		width:29%;
		float:none;
		vertical-align:top;
		}
	
	}
