body{
	padding: 0;
	margin: 0;

}
a:hover {
	color: #bdc42f;
}
#main{
	padding: 30px 30px;
	background-color: #ffffff;
}
#main > .row{
	margin-bottom: 30px;
}

.prev-con{
	text-align: center;
}
.prev{
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}
h5{
	font-weight: bold;
}
.fec{
	font-size: 34px;
	color: #FFB40C;
	padding-right: 10px;
}
.TEXTsocialmedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3bd2e;
	font-weight: normal;
}

.TEXTblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #006d93;
	font-weight: normal;
	text-decoration: none;
}
.bottomnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}


.TEXTmedgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	font-weight: normal;
}
.TEXTcredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: normal;
}

.TEXTgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #bdc42f;
	font-weight: normal; vertical-align: top;
	
}

.TEXTreadmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-shadow: black 0.2em 0.1em 0.3em;
}
.TEXTheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #006d93;
	font-weight: normal;
}
.TEXTheadlinedark {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #595959;
	font-weight: bold;
}

.TEXTreadmore:hover {
	color: #ee612c;
	transition-property : color; 
  	transition-duration : 0.5s;  


}
.BUTTON
{
	background-color: #bdc42f;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	width: 160px;
	border: none;
	position: relative;
	cursor: pointer;
	padding: 7px 12px;
	text-shadow: #000000 0.1em 0.1em 0.2em;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	text-decoration: none;
	transition-property : background-color; 
  	transition-duration : 0.5s;  
	
}
.BUTTON:hover
{
	background-color: #006d93;
 	transition-property : background-color; 
  	transition-duration : 0.5s;   

}
.socialmedia  {
-webkit-transition: all 1s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.socialmedia:hover  {

  -webkit-filter: blur(3px);
}
.keylineimage {
	text-decoration: none;
	border: 3px solid #FFF;
	box-shadow: #565656 0.2em 0.2em 0.6em;
	margin: 12px;
	
}
