/* 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 */

#footer .widgettitle {font-family: 'Helvetica Neue','Segoe UI','Arial',sans-serif;font-weight: 400;color: #FFFFFF;font-size: 18px;margin-bottom: 15px;}

div .av_one_fourth {
    margin-left: 2%;
    width: 23.5%;
}

#footer .widget {
    margin: 0 0 30px 0;
    padding: 0;
}

#footer{background: url("../images/custom-images/bg-cover.png") repeat scroll 0 0 #3D4352;}
#socket{background-color: #222222;}

.avia_textblock, .avia_textblock p {font-size:16px;}
/* .avia_textblock h1 {font-size:30px!important;} */

.entry-content h1 {font-size: 30px;font-family: 'Helvetica Neue','Segoe UI','Arial',sans-serif;}
.entry-content h3 {margin-bottom:20px;}

.hr {height:5px;}
.hr-inner{
    background: url("../images/custom-images/polaris-divider_963194.png") repeat-x scroll left bottom transparent;
    border: medium none;
    color: #EEEEEE;
    height: 5px;
    margin: 0 auto;
    text-align: center;
    top:0;
}

.noheader-divider {
    background: url("../images/custom-images/polaris-divider_963194.png") repeat-x scroll left bottom transparent;
	background-color:#ffffff;
    border: medium none;
	border-color: #ffffff;
    color: #EEEEEE;
    height: 5px;
    text-align: center;
}

.hr-footer-widget-title {
    background: url("../images/custom-images/polaris-divider_963194.png") repeat-x scroll left bottom transparent;
	border: medium none;
	border-color: #ffffff;
    color: #EEEEEE;
    height: 5px;
	margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.avia_google_maps .hr-footer-widget-title {margin-bottom: 19px;}

.content, .sidebar {padding-top:45px;}
.widget {padding:5px 0;}

.contact-details-alt p {
    line-height: 18px;
    margin: -2px 0 0 22px;
}

.contact-details-alt li {
    margin: 0 0 15px;
}

.contact-details-alt li i {
    float: left;
    margin: 1px 0 0;
}


/*
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 */
	.avia-layerslider {display:none;}
}

#top .asc_twitter .social_widget_icon {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
	text-shadow: 1px 1px 1px #3b5998;
}