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

/* Media Queries */
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.fa.fa-exclamation-triangle {
	font-size: 120px;
}
div .shadowed{
	height:100%;
}
div .shadowed:hover {
	height: inherit;
	-webkit-box-shadow: inset 0px 0px 50px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 50px -10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 50px -10px rgba(0,0,0,0.1);
}
.center {
	margin-left: auto;
	margin-right: auto;
}

/* FOOTER
-------------------------------------------------- */

footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; z-index: 100; }
.footerleft { padding:10px 36px 10px 36px; background-color:#f2f2f2; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#333; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#1F1F1F;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#f2f2f2; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff312d; }


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

.headline {
	background: #EFEFEF;
  	background-repeat: repeat-x;
  	border: 1px solid #AAA;
	box-shadow: 1px 1px 10px #999;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
div .article {
	padding-top: 10px;
	margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.article img {
	object-fit: cover;
	width: 300px;
	height: 300px;
}
.relatedA {
	background-color: #F2F2F2;
}
.relatedA h3 {
	font-size: 20px;
}
.relatedA figure img { 
	-webkit-transform: rotate(5deg) scale(1.3);
	transform: rotate(5deg) scale(1.3);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.relatedA figure:hover img { 
	-webkit-transform: scale(1);
	transform: scale(1);
}
.relatedA figcaption { 
  position: absolute; 
  background: rgba(255,255,255,0.75); 
  color: #1850B6; 
  width: 100%;
  opacity: 0;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition:    all 0.3s ease;
  -o-transition:      all 0.3s ease;
}

.relatedA figure:hover figcaption {
  opacity: 1;
  left: 0;
}
.valign {
	vertical-align:middle;
}
.space{
	margin:0 auto;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.image {
	padding: 10px;
	margin: 10px;
	border: 1px solid #DEDEDE;
	background-color: #F2F2F2;
	border-radius: 4px;
}
.separator {
	padding: 10px 20px;
	margin-bottom: 20px;
	vertical-align:middle;
	font-size:20px;
	font-family: "ubuntubold";
}
.highlight {
	padding-left: 14%;
	padding-right: 14%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}
.white-backing {	
	background-color:#FFF;
}
.quote_section {
	height: 120px;
	background-color: #FAFAFA;
	border: solid 1px #DEDEDE;
}
.ads {
	padding: 15px;
	background: #EFEFEF;
	border: solid 1px #BBB;
	box-shadow: 3px 3px 5px #DDD;
	-moz-box-shadow: 3px 3px 5px #DDD;
	-webkit-box-shadow: 3px 3px 5px #DDD;
}
.adimg {
	width: 250px;
	height: 250px;
	padding: 15px;
	background: #EFEFEF;
	border: solid 1px #BBB;
	box-shadow: 3px 3px 5px #DDD;
	-moz-box-shadow: 3px 3px 5px #DDD;
	-webkit-box-shadow: 3px 3px 5px #DDD;
}
.shadow:hover {
	color: #000;
	box-shadow: 3px 3px 5px #DDD;
	-moz-box-shadow: 3px 3px 5px #DDD;
	-webkit-box-shadow: 3px 3px 5px #DDD;
}
.bold {
	font-weight:700;
	font-size:30px;
}
.bluebacking {	
	background-color: #1850B6;
}
.whitebacking {
	background-color: #FFF;
}
.line {
	border-bottom: dotted 1px #CCC;
	height:100%;
}
.sidebar {
	background-color: #f2f2f2;
	padding-left: 10px;
	padding-top: 25px;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	z-index: 0;
}
.content {
  background: #FFF;
	box-shadow: 1px 1px 10px #999;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
  z-index: -9999;
}
.content .col-lg-8, .content .col-md-8, .content .col-sm-8, .content .col-xs-12 {
	padding-right: 15px !important;
}
.overflow {
	overflow:hidden;
}
div.sidebar {
	overflow:hidden;
}
.sidebar .fb-page {
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.center {	
	margin: 0 auto;
}
.blue {	
	color: #1850B6;
}
.kerneels {
	background-color: #333;
}
.white {	
	color: #FFF;
}
.red {
	color:#C03;
}
.btn-align {
	right: -20px;
}
div.noPad {
	padding: 0;
	margin: 0;
}
.noPad {
	padding: 0;
	margin: 0;
}
.leftAlign {
	float:left;
	vertical-align: top;
}
.rightAlign {
	float:right;
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.tags {
	padding: 5px;
	margin-right: 5px;
	float: left;
	background-color: #F2F2F2;
	border: 1px solid #DFDFDF;
}
.even {
	min-height: 300px;
}
.left {
	float: left;
}
.adverts {
	min-height: 600px;
	padding-top: 25px;
	border-bottom: dotted 1px #CCC;
	padding: 10px;
}
.jobs {
	height: 400px;
	padding-top: 25px;
	border-bottom: dotted 1px #CCC;
	padding: 10px;
}
.tenders {
	padding-top: 25px;
	border-bottom: dotted 1px #CCC;
}
.articlePic {
	width:510px;
	height:243px;
	overflow: hidden;
	background-size: contain;
}
.adPic {
	max-width: 250px;
	max-height: 250px;
}
#map_canvas {
	width: 100%;
	height: 300px;
	background-color: #FEFEFE;
}
.iconz {	
  margin: 5px;
  font-size:20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #1850B6;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ad_table {
    width: 100%;
	padding: 5px;
	margin-bottom: 12px;
	float: left;
	clear: both;
}