/* 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 */
.avia-caption-content p{
font-size:28px;

}

.edirect {float:right;}
.edirect p {float:left;}
.edirect img {float:right;}
#socket .copyright { padding-top: 7px;}

#avia_message_1 {
height:100px;
}

.avia_ajax_form .button {
float:right;
}

.iconbox_icon {
color:#00aa4e!important;
}

#info .av_icon_caption {
text-shadow: 1px 1px 1px black;
font-weight:bold;
}

#info h1{
text-shadow: 1px 1px 1px black;
}

#info .av-subheading_below {
    background: none repeat scroll 0 0 rgba(0, 178, 78, 0.9);
    color: white;
    padding: 15px;
}

#info .avia_transform .av_font_icon {
text-shadow: 1px 1px 1px black !important;
}

.phone-info{ color: #ffffff !important; font-size:12px;}


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

}