/* Languages */
div.mod-languages ul.lang-inline li:first-child { /* Override */
	margin: 0;
}

.mod-languages {
	font-size: 0;
}

.mod-languages li:before {
	content: '|';
}

.mod-languages li:first-child:before {
	content: '';
	padding: 0;
}

/* Contact Info */
.mod-contact-info h3 {
	margin: 0 0 5px 0;
}

.mod-contact-info h3 > img {
	width: 100px;
}

.mod-contact-info h3 > small > img {
	margin: 0 0 0 20px;
	width: 50px;
}

.mod-contact-info p {
	margin: 5px 0;
}

/* Latest Free */
.mod-lastest-free h3 {
	margin-top: 0;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 20px;
}

/* Promos */

.mod-latest-promos h2 {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: normal;
    font-size: 22px;
	color: #FFF;
}

.mod-latest-promos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mod-latest-promos li {
	padding: 10px 0 10px 45px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
}

.mod-latest-promos li p {
	margin: 0;
	font-size: 0;	
}

.mod-latest-promos li p > small {
	font-size: 12px;	
}

.mod-latest-promos-large p {
	font-size: 16px;
}

/* Ruralgest Widget */
.mod-ruralgest-widget:after {
	clear: both;
}

.mod-ruralgest-widget h3 {
	font-size: 22px;
}

/* VideoBox */
.video-wrapper {
	padding: 10px;
	margin: 0 auto;
	width: 100%;
	max-width: 720px;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	div.mod-languages ul.lang-inline li { /* Overrides */
		margin: 0 0 0 25px;
	}
	
	.mod-languages li,
	.mod-languages a {
		font-size: 20px;	
	}
	
	.mod-languages li:before {
		padding: 0 25px 0 0;	
	}
	
	.mod-lastest-free {
		margin: 10px 0;
	}
	
	.mod-ruralgest-widget {
		margin: 10px auto;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.mod-lastest-free {
		margin: 15px 0;
	}	
	
	.mod-ruralgest-widget {
		margin: 15px auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.mod-languages li,
	.mod-languages a {
		font-size: 18px;	
	}

	.mod-lastest-free {
		margin: 20px 0;
	}	
	
	.mod-ruralgest-widget {
		margin: 20px auto;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	div.mod-languages ul.lang-inline li { /* Overrides */
		margin: 0 0 0 20px;
	}
	
	.mod-languages li,
	.mod-languages a {
		font-size: 16px;	
	}
	
	.mod-languages li:before {
		padding: 0 20px 0 0;	
	}	

	.mod-lastest-free {
		margin: 25px 0;
	}
	
	.mod-ruralgest-widget {
		margin: 25px auto;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.mod-lastest-free {
		margin: 30px 0;
	}	
	
	.mod-ruralgest-widget {
		margin: 30px auto;
	}
}