/*==-- HTML*5* ENTITIES --==*/
/*These 3 lines add HTML5 tag compatibility to IE8,IE7.*/
header, nav, section, article, aside, footer, hgroup { 
	display: block;
}
/*==-- ICONS --==*/
@font-face {
	font-family: "Flaticon";
	src: url("fonts/flaticon.eot");
	src: url("fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("fonts/flaticon.woff") format("woff"),
	url("fonts/flaticon.ttf") format("truetype"),
	url("fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon-cancel:before {
	font-family: Flaticon;
	content: "\e001";
}
.icon-download:before {
	font-family: Flaticon;
	content: "\e002";
}
.icon-facebook:before {
	font-family: Flaticon;
	content: "\e003";
}
.icon-location:before {
	font-family: Flaticon;
	content: "\e005";
}
.icon-nav:before {
	font-family: Flaticon;
	content: "\e006";
}
.icon-search:before {
	font-family: Flaticon;
	content: "\e007";
}
.icon-twitter:before {
	font-family: Flaticon;
	content: "\e009";
}
.icon-back:before {
	font-family: Flaticon;
	content: "\e004";
}

/*==-- HTML4 ENTITIES --==*/
html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: #f3f7e7;
	color: #154633;
}
input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
	border-radius:0;
}
input:focus, textarea:focus {
	outline-color: #154633;
}

.kcbioguide {
	
	text-transform: uppercase;
}

/*== FRIENDLY ERROR MESSAGE ==*/
.friendly-error {
	display: block;
	padding: 20px;
	background: #dae6b4;
	text-align: center;
	font-size: 18px;
}
.friendly-error span {
	display: block;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*== MMENU - ADDITIONAL OPTIONS ==*/
#mobile-nav-panel:not( .mm-menu ) { /*prevent the mmenu showing before the associated javascript has loaded*/
   display: none;
}

/*Read More Button*/
.readmore {
	display: inline-block;
	background: #154633;
	color: #ffffff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.readmore:hover {
	background: #1d6046;
}

/*== BACK TO BUTTON */
.backto a {
	color: #154633;
	text-decoration: none;
	font-size: 16px;
}
.backto a:hover {
	color: #82bc00;
}
.backto a:hover span {
	/*background-color: #1d6046;*/
	background-color: #82bc00;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.backto a span {
	display: inline-block;
	color: #ffffff;
	background-color: #154633;
	width: 28px;
	height: 23px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 5px;
	/*border-radius: 5px;*/
	text-align: center;
	border-radius: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

/*== HELP BLOCK */
.helpblock {
	color: #154633;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 10px;
}
.helpblock span {
	display: inline-block;
	color: #ffffff;
	background-color: #154633;
	width: 28px;
	height: 23px;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 5px;
	/*border-radius: 5px;*/
	text-align: center;
	border-radius: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*== PAGE WRAPPERS ==*/
.site {
	/*nothing to put here*/
}

/*== PAGED HEADER BAR ==*/
.header-wrapper {
	width: 100%;
	background: #154633;
	z-index: 999;
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.header-wrapper header {
	height: 70px;
}
.header-sitename-wrapper {
	float: left;
	margin-top: 16px;
	margin-left: 5px;
}
.header-sitename-wrapper a {
	text-decoration: none;
}
.header-sitename-kc {
	font-size: 13.5px;
	line-height: 14px;
	color: #ffffff;
	margin-left: 2px;
	
	text-transform: uppercase;
}
.header-sitename {
	float: left;
	font-size: 32px;
	line-height: 30px;
	color: #ffffff;
	
	text-transform: uppercase;
}
.header-icons-left {
	float: left;
}
.header-icons-right {
	float: right;
}
.header-icons ul {
	margin: 12px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
.header-icons ul li {
	display: inline-block;
	padding: 10px 8px 10px 8px;
}
.header-icons ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	line-height: 32px;
}
#button-search {
	position: relative;
	top: -3px; /*lift this icon slightly so that it is in line*/
}
.header-icon-selected {
	color: #82bc00 !important;
}

/*== SEARCH */
form.search-inline {
	/*nothing here*/
}
.search-inline input {
	width: 80%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 20px;
	color: #154633;
	border: 1px solid #cccccc;
	padding: 8px;
	margin: 0px;
}
.search-inline input[type="submit"] {
	display: inline-block;
	width: 18%;
	box-sizing: border-box;
	font-size: 20px;
	color: #ffffff;
	background-color: #154633;
	border: 1px solid #154633;
	padding: 8px;
	margin: 0px;
	margin-left: 2%;
	font-family: Flaticon;
}
.search-results ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.search-results ul li {
	width: 100%;
}
.search-results ul li a {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	text-decoration: none;
	color: #154633;
}
.search-results ul li a:hover {
	background: #eeeeee;
}
.search-results ul li a h3 {
	font-size: 14px;
	color: #7c7c7c;
	margin: 0px;
	padding: 0px;
}
.search-results ul li a p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
/*== PAGE ==*/

/*Content Wrapper*/
.content-wrapper {
	/*nothing to put here*/
}

/*== HOME PAGE ==*/
.homepage {
	clear: both;
	overflow: auto;
}
.homepage-column {
	float: left;
	margin-top: 10px;
}
.homepage-column p {
	font-size: 18px;
	line-height: 24px;
}
.homepage-fullrow {
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px dotted;
}

.homepage h1 {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #cdcdcd;
}
.homepage h2 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
.homepage-kcbioguide {
	
	text-transform: uppercase;
	margin-bottom: 20px;
	/*see media queries*/
}
.homepage-kcbioguide-logo {
	/*see media queries*/
}
.homepage-kcbioguide-text {
	/*see media queries*/
}
.homepage-kcbioguide-logo img {
	width: 80px;
	margin-right: 20px;
}

.homepage-kcbioguide h1 {
	font-size: 56px;
	line-height: 32px;
	border: none;
	font-weight: normal;
}
.homepage-kcbioguide h2 {
	font-size: 24px;
	line-height: 22px;
	margin-left: 4px;
}
.homepage-kcbioguide span {
	display: block;
	font-size: 11px;
	margin-left: 4px;
	margin-top: 18px;
}
.homepage-about {
	display: block;
	background: #d1e3ac;
	padding: 20px;
	text-align: justify;
}
.homepage-about p {
	font-size: 16px;
}
.homepage-entries ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.homepage-entries ul li {
	width: 100%;
}
.homepage-entries ul li a {
	display: block;
	width: 90%;
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
	color: #154633;
}
.homepage-entries ul li a:hover {
	background: #eeeeee;
}
.homepage-entries ul li a h3 {
	font-size: 14px;
	color: #7c7c7c;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.homepage-entries ul li a p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.featured-qrproject p {
	font-size: 15px;
	font-weight: bold;
	color: #154633;
}

#qr-map-home {
	display: block;
	width: 100%;
	height: 250px;
	background-color: #cccccc;
}

.homepage-templates a {
	display: inline-block;
	background: #154633;
	color: #ffffff;
	padding: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.homepage-templates a:hover {
	background: #1d6046;
}

.homepage-gallery {
	
}
.homepage-gallery ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.homepage-gallery ul li {
	display: inline-block;
	width: 24%;
	padding-bottom: 24%;
	position: relative;
}

.homepage-gallery ul li a {
	position: absolute;
	display: block;
	background: url(../upload/images/12.JPG) no-repeat 50% 50%; /* 50% 50% centers image in div */
	width: 100%;
	height: 100%;
}

/*== ENTRY PAGE ==*/

/*When an entry does not exist*/
.entry-does-not-exist p {
	font-size: 18px;
	line-height: 24px;
}

/*Language Chooser*/
.language-chooser {
	margin-top: 20px;
	/*see media queries*/
}
.language-chooser ul {
	display: table;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #154633;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #efefef;
	/*see media queries*/
}
.language-chooser ul li {
	display: table-cell;
	height: 30px;
	width: 50%;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.language-chooser ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #000000;
}
#language-chooser-selected {
	background: #154633;
	color: #ffffff;
}

.content-wrapper header {
	/*nothing to put here*/
}
.content-wrapper article {
	/*see media queries*/
	margin-top: 20px;
}
#article-zulu {
	display: none;
}

/*Article Headings*/
article h1 {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #cdcdcd;
}
article h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 5px;
}
article h3 {
	font-size: 14px;
	color: #7c7c7c;
	margin-top: 5px;
	/*text-transform: uppercase;*/
}
article h4 {
	font-size: 18px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 5px;
}
article h5 {
	font-size: 14px;
	margin-top: 5px;
}

/*QR Project Details*/
.qr-project-wrapper {
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
}
.qr-project-dot {
	display: block;
	width: 20px;
	height: 16px;
	padding-top: 4px;
	margin-left: 10px;
	background-color: #154633;
	color: #ffffff;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	float: left;
}
.qr-project-name {
	display: table-cell;
	vertical-align: middle;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}
.qr-project-name a {
	color: #154633;
	text-decoration: none;
	border-bottom: 1px dotted #154633;
}
.qr-project-name a:hover {
	border: none;
}

/*Image Gallery*/
.entry-image-wrapper {
	position: relative;
	overflow: hidden;
	background: #efefef;
	/* Rounded Corners*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	/*see media queries*/
}
.entry-image-image {
	display: none; /*hide the image div at first*/
}
.entry-image-image ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.entry-image-image ul li {
	display: none;
	padding: 4px;
	height: 100%;
}
.entry-image-image ul li:first-child {
	display: list-item;
}
.entry-image-clip {
	position: relative;
 	width: 100%;
	height: 0px; /*this, and the line below, will keep our 4:3 ratio*/
	padding-top: 75%; /*this will keep out 4:3 ratio*/
	z-index: 100;
	overflow: hidden;
	background-color: #dddddd;
}
.entry-image-image ul li img {
	width: 100%;
	position: absolute; /*this, and the next few lines, will keep any image centered within the clip div*/
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.entry-image-image ul li span {
	padding-top: 7px;
	padding-bottom: 7px;
	height: 30px;
}
.image-caption-english {
	display: block;
}
.image-caption-zulu {
	display: none;
}
.entry-image-nav {
	display: none; /*hide the nav div at first*/
	position: absolute;
	top: 0px;
	z-index: 800;
	width: 100%;
	margin-top: 28%;
}
.entry-image-nav a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	opacity: 0.4;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.entry-image-nav a:active {
	/*background-color: #154633;*/
	opacity: 0.99;
}
#entry-image-nav-prev {
	float: left;
	margin-left: 4px;
}
#entry-image-nav-next {
	float: right;
	margin-right: 4px;
}
.entry-image-loader {
	text-align: center;
	padding: 20px;
}

/*Tabular Fields*/
.entry-tabularfields {
	background: #efefef;
	border: 1px solid #cccccc;
	margin-top: 10px;
	/* Rounded Corners*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*see media queries*/
}
.entry-tabularfields table {
	font-size: 16px;
	line-height: 30px;
	border-spacing: 0;
	padding: 3px;
	width: 100%;
}
.entry-tabularfields table thead td {
	background-color: #154633;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	padding: 10px;
}
.entry-tabularfields table > tbody > tr > td {
	padding: 5px;
}
.entry-tabularfields table > tbody > tr:nth-child(odd) {
	background-color: #dfe8c3;
}

/*Video and Sound*/
.video-sound-wrap {
	width: 100%;
}
.video-sound-wrap p {
	font-size: 18px;
	line-height: 24px;
}
.video-sound-wrap ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.video-sound-wrap ul li {
	display: block;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
.video-sound-wrap ul li:last-child {
	margin: 0 0 0px 0;
}
.video-sound-wrap ul li a {
	display: block;
	overflow: auto;
	clear: both;
	width: 100%;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
	border: 1px solid #154633;
	color: #154633;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.video-sound-wrap ul li a:hover {
	background-color: #154633;
	color: #ffffff;
}
.video-sound-wrap ul li a div {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 15px 0 15px;
}
#video-sound-youtube div {
	background: url("../images/icon-youtube.svg");
	background-size: 100% 100%;
}	
#video-sound-youtube:hover div {
	background: url("../images/icon-youtube-invt.svg");
	background-size: 100% 100%;
}
#video-sound-soundcloud div {
	background: url("../images/icon-soundcloud.svg");
	background-size: 100% 100%;
}	
#video-sound-soundcloud:hover div {
	background: url("../images/icon-soundcloud-invt.svg");
	background-size: 100% 100%;
}
.video-sound-wrap ul li a span {
	font-size: 20px;
}

/*Embedded Audio Sound Clip
#soundclip {
	width: 100%;
	text-align: center;
}
*/

/*Remainder of Entry*/
.entry-text {
	font-size: 18px;
	line-height: 24px;
}
.entry-text a {
	color: #154633;
	text-decoration: none;
	border-bottom: 1px dotted #154633;
}
.entry-text a:hover {
	border: none;
}

/*Entry Share Buttons*/
.entry-share {
	margin-top: 20px;
	/*see media queries*/
}
.entry-share ul {
	display: table;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.entry-share ul li {
	display: table-cell;
	height: 30px;
	width: 50%;
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
.entry-share ul li a {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}
#entry-share-facebook {
	background: #305891;
}
#entry-share-facebook:hover {
	background: #3867ab;
}
#entry-share-twitter {
	background: #2ca8d2;
}
#entry-share-twitter:hover {
	background: #55badb;
}

/*Entry References*/
.entry-references h4 {
	font-size: 18px;
}
.entry-references a {
	color: #154633;
	text-decoration: none;
	border-bottom: 1px dotted #154633;
}
.entry-references a:hover {
	border: none;
}

/*Page Footer*/
.footer-wrapper {
	width: 100%;
	margin-top: 20px;
	/*height: 200px;*/
	background: #dae6b4;
	/*see media queries*/
}

.footer-wrapper footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry-kloofconservancy {
	display: block;
	clear: both;
	overflow: auto;
	font-size: 18px;
	
}
.entry-kloofconservancy img {
	width: 100px;
	margin-right: 20px;
	float: left;
}
.entry-kloofconservancy a {
	display: inline-block;
	background: #154633;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
.entry-kloofconservancy a:hover {
	background: #1d6046;
}

#temp-data-store {
	display: none;
}

/*== ABOUT PAGE ==*/
.about-step {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}
.about-step-image {
	float: left;
	margin-right: 20px;
}
.about-step-image img {
	width: 150px;
}

.about-step-no {
	display: block;
	float: left;
	width: 32px;
	height: 27px;
	border: 1px solid #000000;
	background: #154633;
	color: #ffffff;
	border-radius: 16px;
	text-align: center;
	font-size: 22px;
	padding-top: 5px;
	margin-right: 10px;
}
.about-step-heading h5 {
	font-size: 22px;
	line-height: 36px;
}

.about-sos {
	display: block;
	padding: 20px;
	margin-top: 30px;
	background: #efefef;
	color: #000000;
}
.about-sos p {
	margin-top: 0px;
}
.about-sos-logo {
	width: 300px;
	margin-bottom: 10px;
}

/*== SEARCH PAGE ==*/
.search-wrapper p {
	font-size: 18px;
	line-height: 24px;
}

/*== QR PROJECTS PAGE ==*/
.qrinfo-wrapper {
	clear: both;
	overflow: auto;
}
.qrinfo-description {
	font-size: 18px;
	line-height: 24px;
}
.qrinfo-howto {
	margin-top: 20px;
	background: #efefef;
	font-size: 16px;
	line-height: 22px;
	overflow: auto;
}
.qrinfo-howto p {
	margin-top: 0px;
}
.qrinfo-codeeg {
	width: 30%;
	max-width: 95px;
	float: left;
	margin-right: 10px;
}

.qr-map {
	display: block;
	width: 100%;
	background-color: #cccccc;
}
.qr-infobox-scrollfix {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
}
.qrmap-entry {
	font-family: Arial, sans-serif;
}

.qrmap-entry h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #154633;
}
.qrmap-entry span {
	font-size: 14px;
	color: #7c7c7c;
	margin-top: 5px;
}
.qrmap-entry a {
	display: inline-block;
	background: #154633;
	color: #ffffff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.qrmap-entry a:hover {
	background: #1d6046;
}
.qr-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.qr-list ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.qr-list ul li a {
	display: block;
	width: 300px;
	padding: 5px 5px 5px 10px; /*top right bottom left*/
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #154633;
}
.qr-list ul li a:hover {
	background: #dae6b4;
}
.qr-list ul li a span {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	margin: 10px 10px 7px 0px; /*top right bottom left*/
	border-radius: 11px;
	border: 2px solid #ffffff;
}
.qr-list ul li a p {
	margin: 0px;
	padding: 3px 0px 0px 0px; /*top right bottom left*/
}
.qr-list ul li a p i {
	font-size: 12px;
}

/*==-- MEDIA QUERIES --==*/
@media only screen and (max-width : 800px) {
	.homepage {
		width: 88%;
		padding-left: 6%;
		padding-right: 6%;
	}
	.homepage-column {
		width: 100%;
	}
	.homepage-column-middle {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.homepage-kcbioguide {
		/*nothing here*/
	}
	.homepage-kcbioguide-logo {
		/*nothing here*/
		margin-left: 6px;
	}
	.homepage-kcbioguide-text {
		/*nothing here*/
	}
	.language-chooser {
		margin-left: 4%;
		margin-right: 4%;
	}
	.language-chooser ul {
		width: 100%;
	}
	.content-wrapper article {
		margin-left: 4%;
		margin-right: 4%;
	}
	.entry-image-wrapper {
		width: 100%;
	}
	.entry-tabularfields {
		width: 100%;
	}
	.entry-share {
		width: 100%;
	}
	.footer-wrapper footer {
		margin-left: 4%;
		margin-right: 4%;
	}
	
	/*== QR PROJECTS PAGE ==*/
	.qrinfo-description {
		/*nothing here*/
	}
	.qrinfo-howto {
		padding: 5%;
	}
	.qr-map {
		height: 400px;
	}
}

@media only screen and (min-width : 500px) and (max-width : 800px) {
	.homepage-kcbioguide {
		clear: both;
		overflow: auto;
	}
	.homepage-kcbioguide-logo {
		float: left;
	}
	.homepage-kcbioguide-text {
		float: left;
	}
}

@media only screen and (min-width : 801px) and (max-width : 1023px) {
	.homepage {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.homepage-column {
		width: 30%;
	}
	.homepage-column-middle {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.homepage-kcbioguide {
		clear: both;
		overflow: auto;
	}
	.homepage-kcbioguide-logo {
		float: left;
	}
	.homepage-kcbioguide-text {
		float: left;
	}
	.language-chooser {
		margin-right: 8%;
		float: right;
		position: relative;
		top: 25px;
	}
	.language-chooser ul {
		width: 300px;
		clear: both;
	}
	.content-wrapper article {
		margin-left: 4%;
		margin-right: 4%;
	}
	article h4 {
		overflow: hidden;
	}
	.entry-image-wrapper {
		/*width: 350px;*/
		width: 45%;
		margin-left: 20px;
		float: right;
	}
	.entry-tabularfields {
		width: 50%;
	}
	.entry-share {
		width: 300px;
	}
	.footer-wrapper footer {
		margin-left: 4%;
		margin-right: 4%;
	}
	.entry-kloofconservancy img {
		margin-right: 30px;
	}
	
	/*== QR PROJECTS PAGE ==*/
	.qrinfo-description {
		width: 70%;
		float: left;
	}
	.qrinfo-howto {
		width: 27%;
		float: left;
		padding: 1.5%;
	}
	.qr-map {
		height: 500px;
	}
}

@media only screen and (min-width : 1024px) {
	.header-wrapper {
		width: 88%;
		padding-left: 6%;
		padding-right: 6%;
	}
	.homepage {
		width: 88%;
		padding-left: 6%;
		padding-right: 6%;
	}
	.homepage-column {
		width: 30%;
	}
	.homepage-column-middle {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.homepage-kcbioguide {
		clear: both;
		overflow: auto;
	}
	.homepage-kcbioguide-logo {
		float: left;
	}
	.homepage-kcbioguide-text {
		float: left;
	}
	.language-chooser {
		margin-right: 8%;
		float: right;
		position: relative;
		top: 25px;
	}
	.language-chooser ul {
		width: 300px;
		clear: both;
	}
	.content-wrapper article {
		margin-left: 8%;
		margin-right: 8%;
	}
	article h4 {
		overflow: hidden;
	}
	.entry-image-wrapper {
		/*width: 350px;*/
		width: 55%;
		margin-left: 20px;
		float: right;
	}
	.entry-tabularfields {
		width: 40%;
	}
	.entry-share {
		width: 300px;
	}
	.footer-wrapper footer {
		margin-left: 8%;
		margin-right: 8%;
	}
	.entry-kloofconservancy img {
		margin-right: 30px;
	}
	
	/*== QR PROJECTS PAGE ==*/
	.qrinfo-description {
		width: 70%;
		float: left;
	}
	.qrinfo-howto {
		width: 27%;
		float: left;
		padding: 1.5%;
	}
	.qr-map {
		height: 500px;
	}
}