/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.news-info {
    font-weight: normal;
    clear: both;
    font-size: 10px;
    display: block;
}

.avia_widget_section .news-thumb
{
	height:58px;
	width:58px;
}

.avia_widget_section .news-thumb img
{
	width:50px;
	height:50px;
}

.header_color .phone-info {
color:#fff;
}

.header_color .social_bookmarks a {
color: #444;
}
.avia-fullwidth-slider, .title_container{
   /* margin-top: 74px; */
}
.award-line {
    height: auto !important;
    line-height: 42px;
    background: #111133;
    color: #FFFFFF;
    text-align: center;
    width: 100% !importan;
    z-index: 99999 !important;
}
h2.A21{
    align:center
}
h3.A22{
     align:center
}
p.A91{
   width: 420px!important; 
}
p.A92{
    width: 400px;
    float: left;
    clear: none;
    margin-left: 11px !important;
}
p.B91{
    width: 93px;
    float: left;
    clear: none;
    margin-left: 33px !important;
} 
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}