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




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

}
.font23{
    text-align: center;
    margin: 60px 0;
    color: red;
    font-size: 20px;
}
.av-special-heading-tag.service-h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.entry-content-wrapper .entry-content h2 {
    color:#454545; 
    font-size: 18px;
}
.entry-content-wrapper .entry-content h3 {
    color:#454545; 
    font-size: 18px;
}
html #top .all_colors .footer_color .widgettitle{
    color:#fff;
    border-color: #5b646b;
}
.main_color .footer_color  div .news-headline,
.main_color .footer_color .news-time,
.main_color .footer_color a:not(:hover)  {
    color:#fff;

}
.main_color .footer_color .news-thumb{
    background-color: transparent;
    border-color: #5b646b;
}


#main {
    width: 100%;
    float: left;
}

#ssf_page_content .togglecontainer {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
#ssf_page_content {
    max-width: 1310px;
    padding: 0 50px;
    margin: 0 auto;
}

#ssf_page_content .togglecontainer .av_toggle_section {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
#ssf_page_content .togglecontainer .av_toggle_section .single_toggle > p {
    background: #ed1c23;
    color: #fff;
    padding: 10px 35px 10px 15px;
    border-color: #ed1c23;
}
#ssf_page_content .togglecontainer .av_toggle_section .single_toggle .toggle_icon {
    left: auto;
    right: 10px;
    border: none;
}
#ssf_page_content .togglecontainer .av_toggle_section .single_toggle .toggle_content {
    border-color: #ed1c23;
    padding: 10px 20px;
}
#ssf_page_content .togglecontainer .av_toggle_section .single_toggle > .toggler.activeTitle {
    background: #283891;
    border-color: #283891;
    color: #fff;
}
#ssf_page_content .togglecontainer .av_toggle_section .single_toggle .active_tc .toggle_content {
    border-color: #283891;
}

#ssf_page_content ul {
    padding-left: 25px;
}

#ssf_page_content ul li{
    list-style: disc;
	color: #6e6e6e;
}
#top .av-fullscreen-button .avia-button-fullwidth:before {
    content: '';
    width: 110vw;
    height: 100%;
    background: #ed1c23;
    left: -50vw;
    right: -50vw;
    position: absolute;
    top: 0;
    margin: 0 auto;
}

#top .avia-button-fullwidth .av-button-description p {
    color: #fff;
}
#top .avia-button-fullwidth:hover .avia_button_background {
    background: transparent;
}
#top .main_color .avia-color-theme-color:hover .av-button-description {
    opacity: 1;
}


.home #ssf_page_content, 
.page-id-23 #ssf_page_content, 
.page-id-31 #ssf_page_content{
    max-width: 100%;
    padding: 0;
}
@media screen and (max-width:767px) {
    #ssf_page_content{
        padding: 0 30px;
    }
}