a {
  color: #494949;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:focus,
a:hover {
  text-decoration: none;
  color: #c4a006; }
a:focus, a:hover, input:focus, input:acticve, img
{
	outline:none;
}
a:focus, a:hover, input:focus, input:acticve, img
{
	outline:none !important;text-decoration:none;
}
a:hover, a:focus, a:active, .btn-primary:active, .btn-primary:focus, .btn-primary:active
{
	outline:none;
}

img, img:active, img:focus, a:active, a:focus, button:active, button:focus, button, input:focus, input:active
{
	 outline:none !important; 
}
select {
    padding: 10px 15px;
    outline: none;font-weight:400;
    border: 1px solid #ccc;
    min-width: 140px; color:#333;
	display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	min-height: 34px;
  }
select.dropDownArrow
{
	margin-bottom: 35px;
}
select::-ms-expand {
    display: none;
}
select:focus::-ms-value {
    color: #000; 
    background-color:transparent;
}
.dropDownArrow, select{
	background-image:url(../images/dropdownArrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;  
	background-color:#fff !important;
	min-width: 250px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.dropdownpullleft
{
	text-align:center;
}
.dropdownpullleft .pull-right
{
	float:none !important;
}
.news-wrapper
{
	border-top: 3px solid #c4a006;
    /*border-bottom: 3px solid #c4a006;
    height: 300px;position:relative;
    padding: 30px 0 20px;*/
	min-height: 370px;position:relative;
	padding: 15px 5px 15px 5px;
	        
}
.news-wrapper  p {
    margin: 0;text-transform:uppercase;
}
.news-wrapper  p:last-child
{
 position:absolute;bottom:16px;
}
.news-wrapper h4 {
    margin-top: 12px;
    font-size: 27px;line-height:32px;
    letter-spacing: 0;
	font-weight:600;
}
#latestnews .row a {
    display: block;
    text-align: right;  margin-top:2px;
	margin-bottom: 92px;  
}


/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px)
 {
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	.news-wrapper
	{
		border-top: 3px solid #c4a006;
		height: 400px;position:relative;
		padding: 15px 5px 15px 5px;
				
	}
}
@media (min-width: 860px)
{
 

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
	

}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
}
