/**
 # ot_ucehelp - 	OT UCEHelp Template for Joomla 3!
 # author 			OmegaTheme.com
 # copyright 		Copyright(C) 2016 - OmegaTheme.com. All Rights Reserved.
 # @license 		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 		http://omegatheme.com
 # Technical 		support: Forum - http://omegatheme.com/forum/
 **/
/**------------------------------------------------------------------------
* file: preset-1.css 3.6.4 00001, Nov 2016 12:00:00Z OmegaTheme $
* package:	OT UCEHelp Template
*------------------------------------------------------------------------*/

body#ot-body {
    color: #000000;
}
a {
    color: #4b89dc;
}
#oTopBlock {
    border-bottom: 15px solid #237953;
}
.homepage #oTopBlock {
    border-bottom: 15px solid #4b89dc;
}
.ot-slideshow .item .slideIntroText span,
#oBottomBox .module.quick-menu ul li a,
#oBottomBox .module .recent-list ul li:before,
#oBottomBox .module .recent-list ul li a
{
    color: #237953;
}
.module.home-events .basic_countdown .otupcomingevents,
#oBottomBox form .newsletter button
{
    background-color: #237953;
}
.module.home-events .start-date span,
#oBottomBox .ot-bottombox-1 .register-volunteer
{
    background-color: #4b89dc;
}
.module.home-events .events-info .events-time, .module.home-events .events-info .events-location {
    color: #4b89dc;
}
.module.keep-calm{
    background: url("../images/keepcalm-bg.jpg") no-repeat transparent;
    background-size: cover;
}
#oBottomContentBlock .ot-bottom-content .client-slider {
    background: url("../images/logo-slider-bg.jpg") no-repeat transparent;
    background-size: cover;
}
#oBottomBox .ot-bottombox-1 {
    background: url("../images/bottombox-top-bg.jpg") no-repeat 0 0 transparent;
}
#oBottomBox {
    background: url("../images/bottombox-bg.jpg") no-repeat transparent;
    background-size: cover;
}
@media (max-width: 767px) {
    .module.keep-calm{
        background: url("../images/keepcalm-bg-xs.jpg") no-repeat transparent;
        background-size: cover;
    }
    #oBottomContentBlock .ot-bottom-content .client-slider {
        background: url("../images/logo-slider-bg-xs.jpg") no-repeat transparent;
        background-size: cover;
    }
    #oBottomBox .ot-bottombox-1 {
        background: url("../images/bottombox-top-bg-xs.jpg") no-repeat 0 0 transparent;
        background-size: 100% 100%;
    }
    #oBottomBox {
        background: url("../images/bottombox-bg-xs.jpg") no-repeat transparent;
        background-size: cover;
    }
}