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

.power{ /*float: right;*/ text-align: center; display: none;opacity:0;}
.home .power{ /*float: right;*/ text-align: center;opacity:1; display: block !important;    font-size: 12px;}
.main_color p{ text-align: justify;}
#footer .widgettitle {
    color: #fff !important;
    
    font-size: 20px;
}
#footer .textwidget{}
#footer{background: url(../images/foot_bg.jpg) center 255px;}
.page-id-21 .avia_image{position: relative; width: 360px; top:-51px;}
.aps-social-icon-wrapper{margin-top:15px;}
.iconbox_content header a, .iconbox_content header .iconbox_icon heading-color{color:#2D5C88 !important;}
[data-av_icon]:before {
    
    color: #2D5C88;
    
}
.qlink li{float: left;
    clear: none;
    padding: 3px 5px;
    border: 1px solid rgba(211, 211, 211, 0.42);
    margin: 3px;}
#top .header_color.av_header_transparency .avia-menu-fx {
    background: #2D5C88;
}
.header_color .avia-menu-fx{background-color: #39658F !important;}
#header_main{border-color: #EAEAEA;}
/*
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 */

}