/* @imports
--------------*/
/*@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Futura';
   src:   url(../fonts/Futura Condenced Extra Bold.otf) format('truetype');
   font-weight:700;
   font-style: normal;
}

@font-face{
   font-family: 'OpenSans';
   src:   url(../fonts/OpenSans-Regular.ttf) format('truetype');
   font-weight:400;
   font-style: normal;
}

@font-face{
   font-family: 'OpenSans';
   src:   url(../fonts/OpenSans-Bold.ttf) format('truetype');
   font-weight:600;
   font-style: normal;
}

/* @general styles
-----------------*/
body {
    background-color: #f1f1f1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    overflow-x: hidden
}

a {
    color: #ca2c31;
    text-decoration: none;
}

a:hover {
    color: #660000;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {
    font-weight: 700;
}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Futura','Open Sans', sans-serif;
    margin: 0;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase
}

h1 { font-size: 30px }
h2 { font-size: 24px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h5 { font-size: 14px }

header,
main,
footer,
section,
article,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

article {
    overflow: auto
}

article > img {
    width: 100%
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}

ul.inline > li,
img.inline {
    display: inline-block
}

p {
    line-height: 24px
}

.ease {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    position: relative;
    background-color: #ca2c31;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 3px solid #ca2c31;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 18px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    z-index: 999
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #660000;
    /*border: 1px solid #006666*/
    border-color: #660000;
    color: white
}

.btn.inverted {
    background-color: #fff;
    border-color: #fff;
    color: #660000
}

.btn.inverted:hover {
    background-color: #660000;
    border-color: #660000;
    color: #fff
}

.btn-sml {
    font-size: 14px
}

.btn-wrap {
    position: relative;
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 100px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center,
.divider {
    margin: 0 auto
}

.thumb {
    width: 100%;
    border-radius: 4px
}

.hide {
    filter: alpha(opacity=0);
    opacity: 0;
}

.wrap-divider {
    position: relative;
}

.wrap-divider:before,
.wrap-divider:after {
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #eee;
    /*border-top: 1px dashed #eee;*/
    content: "";   
}

.wrap-divider:before {
    left: 0;
}

.wrap-divider:after {
    right: 0;
}

.wrap-divider.full:before {
    width: 100%
}

.wrap-divider.full:after {
    display: none
}

.wrap-divider.full .title {
    display: inline-block;
    position: relative;
    background-color: #ccc;
    padding: 0 30px;
    z-index: 1
}


/*
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.overlay .content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
*/
.shadow {
    box-shadow: 0px 25px 10px -20px #666;
}





/* -- HEADER -- */
#top-header {
    background-color: white; 
}

#top-header .logo {
    margin: 0;
    padding: 15px 0;
    overflow: auto
}

#top-header .logo img {
    height: 97px;
    float: left;
    margin-right: 10px
}

#top-header .logo figcaption {
    padding: 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

#top-header .seal {
    margin-top: 28px
}

#top-header .seal > li {
    display: inline;
}

#top-header .seal > li img {
    height: 70px;
    padding: 0 5px
}

#pst-time {
    display: inline;
    float: right;
    margin-top: 38px;
    font-size: 14px;
    color: #666
}

#pst-time strong {
    color: #ca2c31
}

#header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    text-align: center;
    overflow: hidden
  /*  
background-image: url(../images/bg-header.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;    */
}

#header:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*background-color: rgb(202,44,29,0.35);*/
    z-index: 1
}

#header.home {
    /*align-items: flex-end*/
}

#header .simpleParallax {
    position: absolute;
    top: 0;
    left: left;
    width: 100%;
    height: 600px;
    z-index: -1;    
}

#header.page,
#header.page .simpleParallax {
    height: 300px
}

#header .logo {
    padding: 30px 10px;
    margin: 0 auto;
}

#header .seal-transparency {
    padding: 30px 10px;
    display: inline;
    width: 120px
}

#header .slogan {
    position: relative;
    font-family: 'OpenSans', sans-serif;
    font-weight: normal;
    color: white;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 1);
    /*color: #ca2c31;*/

    font-size: 36px;
    z-index: 1;  
}

#header.home .slogan {
    /*margin-bottom: 50px;*/
    
}

#header .slogan strong,
#header .slogan.title {
    font-family: 'Futura', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: .5px;
    line-height: 70px;
    
    /*
    background: -webkit-linear-gradient(#fff, #f1f1f1);
    background: -o-linear-gradient(#fff, #f1f1f1);
    background: linear-gradient(#fff, #f1f1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
    */
}


#navigation {
    position: relative;
    background-color: #ca2c31;
    width: 100%;
    height: 61px;
    /*overflow: hidden;*/
    z-index: 999
}

#navigation .nav {
    text-align: center;
    font-size: 0
}

#navigation .nav .logo-mobile {
    display: none
}

#navigation .nav .logo-mobile img {
    display: inline;
    padding: 20px
}

#navigation .nav > li {
    display: inline-block;
    border-right: 1px dashed #cc6666;
    font-size: 16px
}

#navigation .nav > li:last-child {
    border-right: 0
}

#navigation .nav > li > a {
    display: block;
    padding: 20px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    color: #ffcccc;
    text-transform: uppercase;
    /*border-bottom: 2px solid transparent;*/
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.current_page_item > a {
    background-color: transparent;
    color: white;
    /*border-bottom: 2px solid white    */
}

#navigation .menu,
#navigation .search {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    z-index: 1;
    cursor: pointer
}

#navigation .menu {
    left: 0;
    background-image: url(../images/icon-menu-sml.png);
    display: none;

}

#navigation .search {
    right: 0;
    background-image: url(../images/icon-search-white.png);
    background-size: auto
}

#navigation .menu.close-menu,
#navigation .search.close-search {
    background-image: url(../images/icon-close-red.png) !important;
}

#navigation .menu:hover,
#navigation .search:hover {
    filter: alpha(opacity=50);
    opacity: .5;
}

#navigation .search-box {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    /*padding: 30px 20px;*/
    padding: 0;    
    height: 0;
    overflow: hidden;
    background-color: rgb(0,51,102,0.85);
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}


#navigation .search-box.show {
    padding: 30px 20px;
    height: auto;
    overflow: visible;
    top: 61px   ;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 1
}

#navigation .search-box > * {
    display: none
}

#navigation .search-box.show > * {
    display: block
}

#navigation .search-box .form-control {
    margin: 0 auto;
    max-width: 600px;
    font-size: 28px;
    height: auto;
    background-image: url(../images/icon-search-white.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-color: rgb(255,255,255,0.25);
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;    
    */
    padding-left: 60px;
    color: white;    
}





/* -- SLIDER -- */

#slider {
    position: relative;
    top: -100px
}

#slider .item {
    width: 100%;
    max-height: 660px;
}

#slider .item img {
    width: 100%;
     -moz-box-shadow:inset 0 0 30px #000000;
     -webkit-box-shadow:inset 0 0 30px #000000;
     box-shadow:inset 0 0 30px #000000;    
}

#slider .carousel-indicators {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ca2c31
}

#slider .carousel-indicators li {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin: 0;
    text-indent: 0;
    border: none;
    border-radius: 0;
    background-color: #ca2c31;
    border-bottom: 1px dashed #336699;
    color: #ccc   ;
}

#slider .carousel-indicators li:hover {
    background-color: #002d59
}

#slider .carousel-indicators li.active {
    background-color: #999;
    color: #333
}

#slider .carousel-indicators li.active:before {
    position: absolute;
    top: 0;
    left: -37px;
    content: "";
    width: 37px;
    height: 80px;
    background-image: url(../images/tab-active.png);
    background-repeat: no-repeat;
    background-position: center right
}

#slider .carousel-indicators li h2  {
    padding: 20px;
    line-height: 18px;
    font-size: 20px
}

.date {
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    font-weight: 400
}




/* -- CONTENT -- */
#page-content {
    position: relative;
    background-color: #f1f1f1;
    z-index: 1

}

#intro-wrap,
#article-wrap,
#message-wrap {
    padding: 50px 0
}

#message-wrap {
    background-color: #fff
}

#message-wrap .row.wrap {
    display: flex;
    flex-wrap: wrap; /* Allow divs to wrap when the screen size is reduced */
}

#message-wrap .row.wrap .box {
    position: relative;
    flex-grow: 1; /* Distribute available space equally among the divs */
}

#message-wrap figure {
    position: absolute;
    bottom: -50px;
    left: 0;
}

#message-wrap figure img {
    width: 100%;
    height: auto
}

#message-wrap .brgyofficial {
    color: #ca2c31
}

#message-wrap .brgyofficial small {
    font-size: 14px;
    
}

#intro-wrap .module {
    font-size: 14px;
    /*color: white;
    text-shadow:  0px 1px 1px rgba(0,0,0,0.69); */
}

#intro-wrap .module .icon {
    margin: 0 auto
}

#intro-wrap .module .title {
    padding-bottom: 10px
}

#intro-wrap .module:hover .title {
    color: #660000
}

#news-wrap {
    position: relative;
    background-color: #ccc;
    background-image: url(../images/bg-news.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    overflow: hidden;
}

/*#news-wrap:after {
    position: absolute;
    background-image: linear-gradient(to top, rgba(204,204,204,0), rgba(204,204,204,1));
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    content: "";
    z-index: 0
}*/

#news-wrap .module {
    position: relative;
    background-color: white;
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1
}

#news-wrap .module:hover {
    box-shadow: 0px 25px 10px -20px #666;
    color: #660000
}

#news-wrap .module .title {
    margin-bottom: 0;
    padding: 0
}

#news-wrap .module .date {
    color: #666
}

#news-wrap .module figure {
    position: relative;
    height: 185px;
    overflow: hidden;
}

#news-wrap .module .thumb {
    width: 100%;
}

#news-wrap .module:hover .thumb {
    transform: scale(1.2);
}

#news-wrap .module .content {
    padding: 20px;
    height: 240px
}

#news-wrap .module .content.eservice {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

#news-wrap .module .content.eservice > * {
    display: inline-block
}

#news-wrap .module .content.eservice p {
    line-height: 18px
}

#news-wrap .module .content.eservice .icon {
    height: 64px;
    width: auto;
    margin-bottom: 15px
}

#news-wrap .module .content.event .date {
    color: #660000;
    font-size: 16px
}

#news-wrap .recent-news .article {
    padding-left: 0;
    margin-bottom: 10px
}

#news-wrap .recent-news .article a {
    display: block
}

#news-wrap .recent-news .article .thumb {
    border-radius: 4px
}

#news-wrap .recent-news .article .title {
    padding-top: 0;
    padding-bottom: 0;
}

#news-wrap .recent-news .article .title span {
    font-weight: 400;
    text-transform: none
}

#news-wrap .article .title .date {
    display: block;
    margin-top: 5px
}

#news-wrap .article a:hover .title {
    color: #660000
}


#news-wrap .sidebar .thumb {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px
}

.sidebar .widget-area {
    overflow: auto
}

.sidebar .widget-area img {
    width: 100%
}


.sidebar .btn-submit-article {
    display: block;
    overflow: hidden;
    white-space: normal;
    width: 100%;
    padding: 10px;
}

#news-wrap .wp-pagenavi .pages,
#news-wrap .wp-pagenavi .page,
#news-wrap .wp-pagenavi .current,
#news-wrap .wp-pagenavi .previouspostslink,
#news-wrap .wp-pagenavi .nextpostslink
{
    position: relative;
    display: inline-block;
    background-color: #ca2c31;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 3px solid #ca2c31;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 2px;
    font-size: 18px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    z-index: 999    
}

#news-wrap .wp-pagenavi .page:hover,
#news-wrap .wp-pagenavi .previouspostslink:hover,
#news-wrap .wp-pagenavi .nextpostslink:hover {
    background-color: #660000;
    border-color: #660000
}

#news-wrap .wp-pagenavi .pages,
#news-wrap .wp-pagenavi .current {
    background-color: #333;
    border-color: #333
}

#news-wrap .form-wrap .form-control {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: #fff;
    height: 40px;
    box-shadow: none
}

#news-wrap .form-wrap p.no-gutter {
    text-transform: uppercase;
    font-size: 14px
}

#news-wrap .form-wrap p span {
    color: #ca2c31
}

#news-wrap .form-wrap .wpcf7-list-item span {
    font-size: 14px;
    color: #333;
    padding-right: 5px;
    font-weight: 400
}

#news-wrap .form-wrap input[type=checkbox],
#news-wrap .form-wrap input[type=radio] {
    margin-right: 5px
}

#news-wrap .tips ul > li {
    background: url(../images/icon-check.png) no-repeat top -5px left;
    padding-left: 40px;
    padding-bottom: 10px
    
}

#news-wrap .form-title {
    padding-bottom: 0
}

#news-wrap .screen-reader-response p[role=status] {
    color: #ca2c31
}

#news-wrap .screen-reader-response.success p[role=status] {
    color: green
}

#news-wrap .form-wrap .wpcf7 .screen-reader-response,
#footer-form .form-wrap .wpcf7 .screen-reader-response {
    position: relative;
    clip: none;
    clip-path: none;
    height: auto;
    width: auto;
    margin: 0;
    
}

#news-wrap .form-wrap .wpcf7 .screen-reader-response ul,
#news-wrap .form-wrap .wpcf7 .screen-reader-response {
    display: none
}

#news-wrap .form-wrap .wpcf7 .form-wrap .wpcf7-response-output {
    display: none
}

#news-wrap .alert {
    padding: 10px 20px;
    margin: 10px 0 0
}

#news-wrap .brgy-official {
    padding-bottom: 30px
}

#news-wrap .brgy-official img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #fff
}

#news-wrap .brgy-official figcaption {
    /*font-family: 'Futura','Open Sans', sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0
}

#news-wrap .brgy-official h5 {
    color: #ca2c31;
    padding: 0
}


/*#news-wrap .wp-pagenavi .current {
    background-color: #666;
    border-color: #666
}*/

#news-wrap .table-med {
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 14px
}

#news-wrap .table-med tr:hover {
    background-color: #fff;
}

#news-wrap .table-med td p {
    padding: 0
}

#cta-wrap {
    background-color: #ca2c31;
    padding: 10px 0;
    color: #fff
}

#cta-wrap h3 span {
    font-weight: 400;
    text-transform: none
}

#cta-wrap .btn {
    position: relative;
    top: 5px;
    display: inline-block;
    float: right
}

#article-wrap {
    padding-top: 10px
}

#article-wrap .breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 30px
}



#article-wrap .sidebar ul {
    padding: 0;
    list-style: none    
}

#article-wrap .sidebar ul > li {
    border-bottom: 1px dashed #ccc;  
    padding: 10px 0;
}

#article-wrap .sidebar .widget_search {
    padding-bottom: 70px;
    margin-top: 20px
}

#article-wrap .sidebar .wp-block-search__input {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;    
    */
    border-radius: 4px 0 0 4px;
    background-color: #ccc;
    color: #333
}

#article-wrap .sidebar .wp-block-search__input:focus {
    border-radius: 4px 0 0 4px;
    border: none;
}

#article-wrap .sidebar .wp-block-search__label {
    display: none
}

#article-wrap .sidebar .wp-block-search__button {
    border-radius: 0 4px 4px 0;
    padding: 10px 5px
}


#article-wrap .post-content .wp-block-post-featured-image > img {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px
}

#article-wrap .post-content img.size-full {
    width: 100% !important;
    height: auto
}

#article-wrap .recent-news .article {
    margin-bottom: 30px
}

#comments .comment-list {
    list-style: none;
    padding: 0
}

#comments .comment-list > .comment {
    background-color: #e5e5e5;
    padding: 20px;
    border-radius: 4px;;
    margin-bottom: 2px
}

#comments .comment-list .comment .avatar {
    padding-bottom: 10px
}

#comments .comment-list > .comment .vcard .avatar {
    float: left;
    margin-right: 30px
}

#comments .comment-list > .comment .vcard .title {
    padding: 8px 0;
    text-transform: none;
    font-weight: 600
}

#comments .children {
    list-style: none;
    margin-top: 30px;
}

#comments .children > li {
    padding-left: 20px;
    border-left: 4px solid #ccc;
    margin-bottom: 20px
}

/* Style the comment form fields */
.comment-form-author label, 
.comment-form-email label, 
.comment-form-url label, 
.comment-form-comment label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.comment-form-author input, 
.comment-form-email input, 
.comment-form-url input, 
.comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

/* Style the submit button */
.comment-form input[type="submit"] {
    position: relative;
    background-color: #ca2c31;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 3px solid #ca2c31;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 18px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    z-index: 999
}

.comment-form input[type="submit"]:hover {
    background-color: #001b35;
    border-color: #001b35
}


a

#scroll-up {
    padding: 10px;
    background-color: rgb(255,255,255,0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

#scroll-up.affix-top {
    filter: alpha(opacity=0);
    opacity: 0;
}

#scroll-up.affix {
    position: fixed !important;
    right: 30px;
    bottom: 30px;
    /* bottom: 95px; -- if with fb messenger */
    z-index: 999;
    cursor: pointer;
    display: block !important;
    filter: alpha(opacity=1);
    opacity: 1;
    padding: 10px;
    background-color: rgb(255,255,255,0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

#scroll-up.affix:hover {
    background-color: rgb(255,255,255);
}

/*#fb-customer-chat {
    right: 15px;
    bottom: 100px; 
}*/


.modal {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.modal .modal-title {
    display: inline
}



/* -- FOOTER -- */

.footer {
    position: relative;
}

#footer-form .contact-info {
    padding: 50px;    
    background-color: white
}

#footer-form .contact-info li {
    background-repeat: no-repeat;
    background-position: top 5px left;
    padding-left: 50px;
    margin-bottom: 20px;
    line-height: 24px
}

#footer-form .contact-info .phone {
    background-image: url(../images/icon-phone.png);
}

#footer-form .contact-info .email {
    background-image: url(../images/icon-email.png);
}

#footer-form .contact-info .address {
    background-image: url(../images/icon-address.png);
}

#footer-form .contact-info li strong {
    font-size: 18px
}

#footer-form .contact-info,
#footer-form .form-wrap {
    height: 460px;    
}

#footer-form .form-wrap {
    padding: 50px;
    background-color: #ca2c31;
}

#footer-form .form-wrap .title {
    color: white
}

#footer-form .form-wrap p {
    padding-bottom: 10px
}

#footer-form .form-wrap .screen-reader-response p,
.form-wrap .screen-reader-response p {
    font-size: 14px;
    /*background-color: #ff3333;*/
    padding: 5px 0;
    color: white;
    border-radius: 4px;
}

#footer-form .form-wrap .screen-reader-response ul,
.form-wrap .screen-reader-response ul,
#footer-form .form-wrap .wpcf7-response-output,
.form-wrap .wpcf7-response-output {
    display: none
}

#footer-form .form-wrap .form-control {
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #f1f1f1
}

#footer-form .form-wrap .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

#footer-form .form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    padding: 5px 10px;
    bottom: -19px;
    right: -15px;
    background-color: #ff3333;
    width: 100%;
    border-radius: 4px;
    opacity: 0.85;
    color: #fff !important;
    font-size: 12px;
    top: auto;
    display: none
}

#footer-form .form-wrap input {
    height: 40px;
}

#footer-form .form-wrap .wpcf7-not-valid,
#news-wrap .form-wrap .wpcf7-not-valid {
    border: 2px solid #ff3333;
    /*background-color: #ffcccc*/
}

#footer-form {
    background-color: #e0e0e0;
    padding: 50px 0
}

.footer-logo > li {
    display: inline-block
}

.footer-logo .uc {
    height: 60px
}

.footer-logo .transparency {
    position: relative;
    top: -5px;
    height: 70px
}

#hotline-wrap {
    background-color: #e0e0e0;
    padding-bottom: 50px;
}

#hotline-wrap {
    background-color: #e0e0e0;
    padding-bottom: 50px;
}

#hotline-wrap .title {
    background-color: #e0e0e0;
}


#hotline-wrap .hotline > li {
    display: inline-block;
    padding: 10px 20px; 
}

#hotline-wrap .hotline > li > a {
    display: block;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    color: #333
}

#hotline-wrap .hotline > li > a:hover {
    background-color: #f1f1f1;
    color: #ca2c31
}


#hotline-wrap .hotline > li strong {
    display: block;
    padding-top: 5px;
    font-family: "Futura", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ca2c31
}

#footer-info {
    background-color: #882620;
    /*background-image: url(../images/bg-footer-info-red.jpg);*/
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0;
    /*color: #ccc;*/
    color: #fff;
    font-size: 14px;
}

#footer-info .title {
    color: white
}

#footer-info a {
    /*color: #ccc*/
    color: #fff
}

#footer-info a:hover {
    color: #ffcccc
}

#footer-info .logo {
    width: 180px
}

#footer-info .links > li {
    display: block;    
    padding-bottom: 5px
}


#footer-info .awards > li {
    padding: 0px 20px 20px 0;
}

#footer-info .social > li {
    padding: 0px 10px 10px 0;
}

#footer-info .social > li img {
    filter: alpha(opacity=80);
    opacity: .8;
}

#footer-info .social > li:hover img {
    filter: alpha(opacity=1);
    opacity: 1;
}

#footer-info .sponsor {
    display: flex;
    align-items: center;
    max-width: 100%
}

#footer-info .sponsor img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff
}

#footer-info .sponsor figcaption {
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    
}

#footer-info .sponsor figcaption span {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    
}



#footer-copy {
    background-color: #660000;
    padding: 20px 0;
    color: #ffcccc;
    font-size: 14px
}

#footer-copy a {
    color: white
}





/* @media queries
-----------------*/
@media (min-width: 1200px) {
    #navigation .nav {
        display: block !important;
        filter: alpha(opacity=1);
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navigation .nav {
        display: block !important;
        filter: alpha(opacity=1);
        opacity: 1;
    }
    #navigation .nav > li > a {
        padding: 20px 13px;
    }
    #slider .carousel-indicators li {
        height: 75px
    }    
    #slider .carousel-indicators li.active:before {
        height: 75px
    }    
    #slider .carousel-indicators li h2 {
        font-size: 18px;
        padding: 16px 20px;
    }
    
    #news-wrap .wrap-divider.bottom:before,
    #news-wrap .wrap-divider.bottom:after {
        width: 38%
    }    
    
    #footer-info .awards > li > img {
        max-height: 120px
    }
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #top-header {
        display: none
    }
    #navigation {
        overflow: visible;
        /*position: fixed;
        top: 0;
        left: 0;
        width: 100%;*/
    }
    #navigation.affix {
        position: fixed !important;
        top: 0;
        left: 0;
    }    
    #navigation .menu {
        display: block
    }
    #navigation .nav {
        padding: 0;
        position: absolute;
        background-color: rgb(202,44,29,0.85);
        top: 55px;
        height: 0;
        overflow: hidden;
        left: 0;
        z-index: 999;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    #navigation .nav.show {
        /*padding: 20px 0;*/
        top: 61px;
        filter: alpha(opacity=1);
        opacity: 1;
        height: auto;
        overflow: visible;
        padding-bottom: 20px;
    }
    #navigation .nav .logo-mobile {
        display: block
    }

    #navigation .nav > li {
        display: block;
        border: none;
        border-bottom: 1px dashed #f0767a;
        text-align: center
    }   
    /*
    #navigation .nav > li:last-child {
        border-bottom: 0
    }   
    */
    #navigation .nav > li > a {
        padding: 10px 50px
    }
    #navigation .nav > li > a:hover,
    #navigation .nav > li > a:focus,
    #navigation .nav > li.active > a {
        border: 0
    }
    
    #navigation .title {
        padding: 23px 10px;
        text-align: center;
        color: white
    }
    #navigation .menu:hover,
    #navigation .search:hover {
        filter: alpha(opacity=1);
        opacity: 1;
    }
        
    #header .slogan {
        margin-top: 30px;
        font-size: 30px;
    }
    #header .slogan strong {
        font-size: 40px
    }
        
    #header .slogan.title {
        font-weight: bold
    }
        
        
    #slider .carousel-indicators li {
        height: auto
    }    
    #slider .carousel-indicators li h2 {
        padding: 10px 20px;
    }
    #slider .carousel-indicators li.active:before {
        display: none
    }
    
    #message-wrap figure {
        position: relative;
        bottom: auto;
        text-align: center
    }

    #message-wrap figure img {
        width: 250px;
        height: auto
    }
    
    
    #news-wrap .module .content {
        height: 250px
    }
    
    #news-wrap .wrap-divider.bottom:before,
    #news-wrap .wrap-divider.bottom:after {
        width: 35%
    }
    
    #news-wrap .module figure {
        height: 160px
    }
    
    #news-wrap .module .content {
        height: 300px
    }
    
    #news-wrap .module .title {
        font-size: 16px
    }
    
    
}

@media (max-width: 767px) {
    #navigation .title {
        /*font-size: 14px;
        padding-top: 18px;*/
    }
    #navigation .menu {
        width: 60px
    }
    
    
    #header .slogan {
        margin-top: 10px;
        font-size: 23px
    }
    #header .slogan strong {
        font-size: 30px;
        line-height: 50px
    }
          
    #slider .carousel-indicators li h2 {
        font-size: 18px    
    }
    
    #news-wrap .module .content {
        height: auto
    }
    #news-wrap .wrap-divider.bottom:before,
    #news-wrap .wrap-divider.bottom:after {
        width: 30%
    }    
    #news-wrap .sidebar .title {
        margin-top: 50px
    }
    #news-wrap .brgy-official img {
        width: 100px;
        height: 100px;
        border: 3px solid #fff
    }
    #news-wrap .brgy-official figcaption {
    /*font-family: 'Futura','Open Sans', sans-serif;*/
    font-size: 16px;
    padding: 20px 0
    }

    #news-wrap .brgy-official h5 {
        font-size: 14px;
        font-weight: 400
    }

    
    #article-wrap .sidebar .widget_search {
        padding-bottom: 20px
    }    
    #cta-wrap {
        text-align: center
    }
    #cta-wrap .btn {
        float: none;
        margin: 0 0 20px 0
    }
    
    #news-wrap .wp-pagenavi .pages,
    #news-wrap .wp-pagenavi .page,
    #news-wrap .wp-pagenavi .current,
    #news-wrap .wp-pagenavi .previouspostslink,
    #news-wrap .wp-pagenavi .nextpostslink
    {
        padding: 5px 10px;
        font-size: 16px;
    }    

 
    #footer-form .contact-info,
    #footer-form .form-wrap {
        height: auto
    }   
    
    #footer-copy p {
        text-align: center !important
    }
}

@media (max-width: 480px) {
    #header {
        height: 450px
    }
    #header .slogan {
        font-size: 18px
    }
    #header .slogan.title {
        font-size: 30px;
        line-height: 40px
    }
    #header .slogan strong {
        font-size: 24px;
        line-height: 30px
    }
    #news-wrap .module figure {
        height: auto
    }
    #article-wrap .sidebar .widget_search {
        padding-bottom: 0
    }    
    #cta-wrap {
        text-align: center
    }
    #cta-wrap .btn {
        float: none;
        margin: 0 0 20px 0
    }
    
    #footer-form .contact-info,
    #footer-form .form-wrap {
        padding: 30px;    
    }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
    #navigation .nav,
    #navigation .search-box,
    #scroll-up {
        background-color: #003870;
    }
    #header .slogan strong {
        background: none !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: white;         
    }
    
    #navigation .search-box .form-control {
        background-image: url(../images/icon-search.png)
    }
    
    h2.title {
        font-size: 18px    
    }
}

