a {
    transition:.5s ease;
}

.themecolor {
    color: #ffffff !important;
    text-shadow: 1px 1px 15px #00192C;
}

.mcb-section .mcb-wrap-inner .column_attr h4 {
	color: #454545;
    font-size: 21px;
    line-height: 35px;
}

.mcb-section .mcb-wrap-inner .column_attr h6 {
	color: #01247d;
    1text-shadow: 1px 1px 15px #000000;
}

.mcb-section .mcb-wrap-inner .column_attr p {
	color: #454545;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.mcb-section .mcb-wrap-inner .column_attr p b {
	color: #01247d;
}

#Side_slide .social li a {
    font-size: 20px;
}


.bg-cover .mcb-wrap-inner .column_attr h2 {
	color: #f2f2f2;
    text-shadow: 1px 1px 15px #00192C;
    font-size: 60px;
}


.mcb-section .mcb-wrap-inner .column_attr .h240 {
	color: #cf142b;
    font-size: 40px;
    padding:0px;
    margin:0px;
}

.three-fifth.mcb-wrap {
    width: 70% !important;
}


.greytext {
    color: #757575 !important;
    font-size: 18px;
    text-align: center !important;
}

.advth3 {
    font-size: 40px;
    color: #cf142b;
    line-height: 60px;
}

.desc h4 { 
    color: #454545;
}


.blink {
    animation: blinker 2.25s cubic-bezier(.5, 0, 1, 1) infinite alternate;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }





#Footer {
    background-color: #454545 !important;
}

#Footer .widget_text p {
    color: #a5a5a5 !important;
    font-size: 17px;
    line-height: 30px;
}

#Footer .widget_text h4 {
    font-size: 22px;
}

#Footer .textwidget .google_font {
    font-family:'Prata',Arial,Tahoma,sans-serif;
    font-size:32px;
    line-height:42px;
    font-weight:400;
    letter-spacing:0px;
    color:#a5a5a5;
}

#Footer .footer_copy .copyright {
    font-size: 16px;
    font-weight: 400;
}
#Footer .footer_copy .copyright a {
    color: #bababa !important;
    font-weight: 500;
}
#Footer .footer_copy .copyright a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

#Footer .footer_copy .copyright .separator {
    display: inline;
    font-family: Arial, Halvett, Helvetica, sans-serif !important;
    font-size: 24px;
    font-weight: normal;
    color: #858585;
    top: 6px;
    padding: 0px 5px;
}

#Footer .footer_copy .copyright .mobileview {
    display: inline;
}

#Footer .footer_copy .social i  {
    font-size: 18px;
}



#Footer .footer_copy .social li a, #Footer .footer_copy .social-menu a {
    color: #a5a5a5;
}

#Footer .footer_copy {
    padding-bottom: 20px;
}

a#back_to_top.button.button_js, #popup_contact>a.button {
    color: #a5a5a5;
}





@media only screen and (max-width: 767px) {
    #Top_bar .logo #logo {
        margin: 15px 55px 15px 10px;
    }
    
    #Top_bar a.responsive-menu-toggle {
        right: 0px;
    }


    #Footer .textwidget .google_font {
        font-size:25px;
    }

    #Footer .footer_copy .copyright {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 35px;
    }

    #Footer .footer_copy .copyright .mobileview {
        display: block;
        width: 100%;
        text-align: left;
        margin-left: 25px;
    }

    #Footer .footer_copy .copyright .separator {
        display: none;
    }

    #Footer .footer_copy a#back_to_top {
        margin: -2px 0 0 0;
    }

    #Footer .footer_copy .social i  {
        font-size: 22px;
    }
    
        
    .advth3 { 
        font-size: 30px; 
        line-height: 45px;
    }

    .desc h4 { 
        color: #454545;
        font-size: 20px; 
    }

    .mcb-section .mcb-wrap-inner .column_attr h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .mcb-section .mcb-wrap-inner .column_attr .h240 {
        font-size: 26px;
    }

    .mcb-section .mcb-wrap-inner .column_attr p {
        font-size: 16px;
        text-align: left;
    }

}




@media only screen and (max-width: 479px) {
    .bg-cover .mcb-wrap-inner .column_attr h2 {
        font-size: 26px !important;
    }

    .advth3 {
        font-size: 28px;
        line-height: 45px;
     }

    .desc h4 { 
        font-size: 18px; 
        line-height: 25px;
    }

    #Footer .widget_text h4 {
        font-size: 20px;
    }

    #Footer .textwidget .google_font {
        font-size:20px;
    }


}