
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);


/*************
GENERAL
*************/

p {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 16px ;
    color: #444;
    line-height: 1.3em;
    margin-bottom: 1.5em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}


html,
body {
    margin:0;
    padding:0;
    height:100%;
    font-size: 2rem;
    line-height: 1;
    /*position: relative;
    overflow: visible;
    min-height: 100%;*/
    text-rendering: optimizelegibility;
    font-family: 'Open Sans', arial, sans-serif;
}
#wrapperfix {
    min-height:100%;
    position:relative;
}
#headerfix {
    /*padding:10px;*/
}
#contentfix {
    padding-bottom:100px; /* Height of the footer element */
}
#footerfix {
    width:100%;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;
}

html {
    font-size: 40%;
}

ul, ol {
    list-style: outside none none; 
    padding: 0;
    margin: 0;
}

.list ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin-top: 1em;
   margin-bottom: 1em;
   line-height: 1.4;
}
.list ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-top: 1em;
   margin-bottom: 1em;
   line-height: 1.4;
}
.list ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   line-height: 1.4;
}
.list ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
   line-height: 1.4;
}

input[type=text], textarea {
    -webkit-appearance: none;
    border-radius: 4px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
    color: #0074da;
    font-weight: bold;
}

a img {
    max-width: 100%;
}

a img#nextdoor {
    width: 46px;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ol, ul {
 list-style: outside none none; 
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.center {
  display: block;
   margin-left: auto;
   margin-right: auto;
}

#search-header::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

#search-header::-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}
/* firefox 19+ */
#search-header:-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}
/* ie */
input#search-header:-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}


/********* Meridian IT ***********/

.background-green-01 {
    background-color: #509236;
}

.background-green-02 {
    background-color: #50A236;
}

#header .social-wrapper li { 
    padding-left: 5px;
}

#header .social-wrapper li:hover {
    background-color: #0088FF;
}


#footer .top-part ul li.nextdoor {
    padding: 2.5px;
}

.ccblog img {
    max-width: 100%;
    height: auto;
}

/*#footer .top-part ul li.rss:hover,*/



/*-------------------------------------------------*/


/************* END Meridian IT CSS ********************/


/*************
HEADER
*************/


#header {
    position: absolute;
    top: 0;
    height: 119px;
    width: 100%;
    z-index: 10;
    background-image: url("https://meridiancity.org/img/home/drop-shadow.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 9px;
}

body.shrinked #header {
    position: fixed;
    top: -30px;
}

.translated-ltr body.shrinked #header {
    top: 10px;
}

#header .header-top {
    width: 100%;
    height: 30px;
    background-color: #212d37;
    font-size: 11px;
    color: #999999;
    line-height: 30px;
}

#header .logo-wrapper {
    display: inline-block;
    height: 48px;
    width: 162px;
    margin-top: 16px;
    position: relative;
    z-index: 1002;
}

/* google translate */
#header .language-selector {
    display: none;
    height: 30px;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 0 none !important;
    font-size: 11px !important;
    line-height: 29px !important;
    padding: 0 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    display: none;
    text-decoration: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
    text-decoration: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value img {
    display: none;
}

#header .language-selector .goog-te-menu-value span:first-child {
    color: #999999;
    display: inline;
    font-family: 'Open Sans', arial, sans-serif;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

#header .language-selector .goog-te-menu-value span:after {
    padding-left: 6px;
    color: #edb11f;
    font-family: "meridian-icons" !important;
    content: "G";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header .language-selector .goog-te-menu-value span:hover {
    color: #ffffff;
}

/* header navigation */
#header .menu-header {
    width: 100%;
    height: 80px;
    background-color: #004b8d;
}

#header .navigation-wrapper {
    display: inline;
    float: right;
    vertical-align: middle;
}

.navigation-content {
    position: relative;
    overflow: hidden;
}

#header .navigation {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    position: relative;
}

#header .navigation > li {
    color: #fff;
    float: left;
    line-height: 79px;
    margin-right: 38px;
}

#header .navigation > li > a {
    color: #fff;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    text-decoration: none;
    position: relative;
}

#header .navigation > li > a .max-width-72,
#header .navigation > li > a .max-width-80,
#header .navigation > li > a .max-width-136,
#header .navigation > li > a .max-width-114,
#header .navigation > li > a .max-width-55 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 84px;
    vertical-align: middle;
    white-space: pre;
}

#header .navigation > li > a font {
    white-space: pre;
}

.max-width-55 {
    max-width: 55px;
}

.max-width-114 {
    max-width: 114px;
}

.max-width-136 {
    max-width: 136px;
}

.max-width-80 {
    max-width: 80px;
}

.max-width-72 {
    max-width: 72px;
}

#header .navigation > li > a span {
    background: none repeat scroll 0 0 #edb11f;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: -6px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
}

#header .navigation > li > a:hover span,
#header .navigation > li > a.active span {
    height: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#header .navigation > li > a:after {
    font-family: "meridian-icons" !important;
    content: "G";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 34px 0 35px 5px;
    width: 12px;
    height: 13px;
    color: #edb11f;
    vertical-align: top;
    -webkit-transition: -webkit-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}

#header .navigation > li:nth-child(2) > a:after {
    margin-left: 4px;
}


#header .navigation > li.active > a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.nav-search-mobile,
.nav-menu-mobile {
    display: none;
}

#header .navigation li.nav-search a:after {
    width: 22px;
    height: 22px;
    margin-top: 28px !important;
    margin-left: 7px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    font-family: "meridian-icons" !important;
    content: "B";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header .navigation li.last-child {
    margin-right: 0px;
    background-image: url("https://meridiancity.org/img/devider.png");
    background-position: left center;
    background-repeat: no-repeat;
    /*padding-left: 30px;*/
    position: relative;
    z-index: 1000;
    float: right;
}

#header .navigation li.last-child a:before {
    font-family: "meridian-icons" !important;
    content: "F";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 40px;
    vertical-align: middle;
    padding-right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

#header .navigation li.last-child a:after {
    width: 14px;
    height: 14px;
    font-size: 15px;
    margin-top: 33px;
    margin-left: 7px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    content: "H";
}

#header .navigation li.last-child img {
    padding-right: 15px;
}

#searchlabel {
color: #edb11f;
}

.search-popup {
    width: 738px;
}

#search-header {
    background-color: #004b8d;
    color: #ffffff !important;
    font-family: "Open Sans",sans-serif;
    font-size: 15px !important;
    height: 45px;
    padding: 0 50px 3px 0px;
    border: 0;
    border-bottom: 1px solid #cccccc !important;
    font-weight: 500;
    width: 100%;
}


#searchsubmit-header {
    border-radius: 0;
    border: 0 none;
    margin: 0;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 17px;
    width: 40px;
    z-index: 2;
    background-color: #004b8d;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #edb11f;
}

#header .search-popup {
    left: 215px;
    position: absolute;
    top: 13px;
    z-index: 1000;
    line-height: 100%;
    background-color: #004b8d;
    padding-bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: opacity .2s ease-in, z-index .2s ease-in;
    -o-transition: opacity .2s ease-in, z-index .2s ease-in;
    transition: opacity .2s ease-in, z-index .2s ease-in;
}

#header .search-popup.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
}

#header .navigation > li > a:hover,
#header .navigation > li.active > a,
#header .navigation > li > a.active {
    color: #c4cedc;
}

#header .navigation .submenu {
    background-color: #fff;
    color: #333333;
    left: 0;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: -1;
    border-bottom: 4px solid #edb11f;
}

.translated-ltr #header .navigation .submenu {
    top: 120px;
}

#header .navigation .submenu .container {
    padding-top: 30px;
    padding-bottom: 46px;
}

body.shrinked #header .navigation li .submenu {
    top: 50px;
}

.translated-ltr body.shrinked #header .navigation li .submenu {
    top: 90px;
}

#header .navigation .submenu ul {
    margin: 0 -20px;
}

#header .navigation .submenu li {
    height: 65px;
    margin-top: 30px;
}

#header .navigation .submenu ul a.parent-link {
    background-image: url("https://meridiancity.org/img/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d0d1d1;
    color: #333333;
    display: block;
    line-height: 45px;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#header .navigation .submenu ul a label,
#header .navigation .submenu ul a .icon {
    color: #999;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 45px;
    margin: 0;
    width: 40px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#header .navigation .submenu ul a.parent-link:hover .icon,
#header .navigation .submenu ul a.parent-link.active .icon {
    color: #edb11f;
}

#header .navigation .submenu ul label {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 6px;
}

#header .navigation .submenu ul span {
    margin: 0 10px;
    display: inline;
    color: #999999;
    font-size: 11px;
    line-height: 14px;
}

#header .navigation .submenu ul a.child-link {
    display: inline;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 6px;
}

#header .navigation .submenu ul a.child-link:hover {
    color: #333333;
    text-decoration: underline;
}

#header .social-wrapper {
    float: right;
    height: 30px;
    margin-left: 30px;
}


#error-page.inner-page #content .container.boxed {
    padding-bottom: 0px;
}


.inner-page #content p {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    color: #444;
    line-height: 20px;
}

.inner-page #content p:last-child {
    margin-bottom: 0;
}

.inner-page #content .col-lg-4 p {
    font-size: 14px !important;
}

.blanko-space {
    height: 40px;
}

.page-title h1 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-top: 0px;
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    font-size: 32px !important;
    margin-bottom: 40px;
}


strong.notification {
    color: #b42020;
    display: block;
    font-weight: 700;
    margin: 36px 0 !important;
}

.files-url {
    font-size: 16px;
    color: #07528c;
    font-weight: 700;
    padding-right: 24px;
}

.inner-page #content .content-with-sidebar .files-url.link {
    display: inline;
}

.links-wrapp {
    padding-top: 24px;
}

.page-header {
    margin-top: 200px;
    color: #212d37;
}

#blog {
    line-height: 1.6em;
    font-size: 1.2em;
}

.blogArchives {
    line-height: 1.2em;
    margin-bottom: 20px;
}

.editor-link {
    display: none;
    margin-top: 0;

    .btn {
        background-color: #f7e064;
        color: #333;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
        padding: 10px;
        border-radius: 2px;

        &:hover {
            background-color: #f4d525;
            text-decoration: none;
            color: #333;
        }
    }

}

.cms-editor-active .editor-link {
    display: block;
}

.sidebar-wrapper {
    height: 0;
    /*position: relative;*/
}

.sidebar-wrapper .sidebar {
    position: absolute;
    z-index: 1;
    width: 407px;
    padding-bottom: 60px;
    padding-top: 150px;
}

.sidebar-wrapper .sidebar.top-fixed {
    position: fixed;
    top: 120px;
    left: auto;
    margin-left: 833px;
    position: fixed;
    right: auto;
    width: 407px;
}

.sidebar-wrapper .sidebar.bottom-fixed {
    position: fixed;
    top: auto;
    bottom: 0;
    left: auto;
    margin-left: 833px;
    position: fixed;
    right: auto;
    top: auto;
    width: 407px;
}

.sidebar section,
.sidebar-nav,
.category-nav,
.sidebar-nav-with-icon {
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.sidebar section li,
.sidebar-nav li,
.category-nav li,
.sidebar-nav-with-icon li {
    border-bottom: 1px solid #dddddd;
    padding: 20px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    list-style: outside none none; /*-- Added to remove bullets from Nav menu*/
}

.sidebar section li:hover,
.sidebar-nav li:hover,
.category-nav li:hover,
.sidebar-nav-with-icon li:hover {
    border-bottom: 1px solid #07528c;
}

.sidebar section li .submenu ul {
    padding-top: 15px;
}

.sidebar section li .submenu li {
    padding: 12px 0 12px 20px;
    border-bottom: none;
}

.sidebar section li a,
.sidebar-nav li a,
.category-nav li a,
.sidebar-nav-with-icon li a {
    font-size: 15px;
    background-image: url("https://meridiancity.org/img/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #333333;
    display: block;
    padding-right: 20px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none;
}

.category-nav li a .icon,
.sidebar-nav li a .icon,
.sidebar-nav-with-icon li a .icon {
    color: #999;
    display: block;
    float: left;
    font-size: 20px;
    margin: -2px 0 0;
    width: 40px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.sidebar section li a:hover,
.sidebar-nav li a:hover,
.category-nav li a:hover,
.sidebar-nav-with-icon li a:hover {
    color: #07528c;
}

.sidebar-nav li a:hover .icon,
.category-nav li a:hover .icon,
.sidebar-nav-with-icon li a:hover .icon {
    color: #edb11f;
}

.inner-page #content .sidebar section h2 {
    color: #004b8d;
    font-size: 21px;
    border-bottom: 2px solid #edb11f;
    background-image: none;
    padding-top: 14px;
    margin-bottom: 0;
}

.inner-page #content section.sidebar-nav-with-icon h2 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    height: 60px;
    overflow: hidden;
}

.inner-page #content section.sidebar-nav-with-icon h2.background-with-icon .icon {
    font-size: 36px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 2px 10px 2px 0;
    border-right: 1px solid rgba(255,255,255,0.33);
}

.inner-page #content section.sidebar-nav-with-icon h2.background-with-icon label {
    padding-left: 20px;
    color: #444444;
}

.inner-page #content section.sidebar-nav-with-icon h2.background-with-icon label span {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: block;
}

.inner-page #content section.sidebar-nav-with-icon ul.background {
    padding: 0 10px 1px;
}

.sidebar-nav li.active,
.sidebar-nav-with-icon li.active {
    border-bottom: 1px solid #07528c;
}

.sidebar-nav li.active a,
.sidebar-nav-with-icon li.active a {
    color: #07528c !important;
}

/* .inner-page #content .social-nav p {
color: #999999;
padding: 50px 20px 20px;
border-bottom: 1px solid #dddddd;
font-weight: 700;
font-size: 16px !important;
margin-bottom: 0px;
}

.inner-page #content .social-nav h2 {
margin-top: 40px !important;
}

.inner-page #content .social-nav span {
color: #999999;
font-weight: 700;
font-size: 13px !important;
transition: all 0.2s ease-in 0s;
-webkit-transition: all 0.2s ease-in 0s;
} */

.inner-page #content .social-nav .social-wrapper {
    clear: both;
    display: block;
}

.inner-page #content .social-nav .social-wrapper:hover span {
    text-decoration: underline;
    color: #444444;
}

.inner-page #content .social-nav .social-img {
    height: 48px;
    transition: all 0.2s ease-in 0s;
    width: 48px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 15px;
    text-align: center;
}

.inner-page #content .social-nav .social-img.facebook {
    background-color: #004b8d;
}

.inner-page #content .social-nav .social-wrapper:hover .social-img.facebook {
    background-color: #004b8d;
}

.inner-page #content .social-nav .social-img.twitter {
    background-color: #004b8d;
}

.inner-page #content .social-nav .social-wrapper:hover .social-img.twitter {
    background-color: #004b8d;
}

.inner-page #content .social-nav .social-img .icon {
    color: #ffffff;
    display: block;
    font-size: 30px;
    height: 48px;
    padding: 9px 0;
    margin: 0 auto;
}

.social-description {
    padding-top: 25px;
}

.inner-page #content section {
    margin-bottom: 38px;
}

.inner-page #content section section:last-child {
    margin-bottom: 0;
}


/***** SECTION GENERAL *****/
a.link,
button.link {
    color: #07528c;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 25px 6px 0;
    margin-right: 35px;
    font-weight: bold;
    display: inline-block;
    background-color: transparent;
    background-image: url("https://meridiancity.org/img/arrow-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0;
}

a.link.icon {
    position: relative;
    padding-left: 30px;
}

a.link.icon:before {
    height: 100%;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    color: #999999;
    font-size: 18px;
}

.inner-page #content .col-lg-4 .link {
    font-size: 14px;
}
/*
		a.link:after {
			padding-left: 16px;
			display: inline-block;
			
			color: #999999;
			font-family: "meridian-icons" !important;
			content: "H";
			font-style: normal !important;
			font-weight: normal !important;
			font-variant: normal !important;
			text-transform: none !important;
			speak: none;
			font-size: 12px;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		*/
        .inner-page #content section .background {
            border: 0;
            margin-bottom: 0 !important;
        }

        .inner-page #content section .background li:last-child {
            border-bottom: 0;
        }


        .background-blue-01 {
            background-color: #00315c;
        }

        .background-blue-02 {
            background-color: #004b8d;
        }

        .background-red-01 {
            background-color: #700909;
        }

        .background-red-02 {
            background-color: #a90c0c;
        }

        .background-gray {
            background-color: #edf0f5;
        }

        .background-yellow {
            background-color: #edb11f;
        }

        .inner-page #content section .padding-20 {
            padding: 20px;
        }

        .inner-page #content section h2.background-with-icon {
            padding-left: 20px;
            padding-right: 20px;
            display: table;
            width: 100%;
            color: #ffffff;
        }

        .inner-page #content section h2.background-with-icon .icon {
            font-size: 22px;
            width: 22px;
            opacity: 0.66;
            filter: alpha(opacity=66);
            padding-right: 8px;
            vertical-align: middle;
            display: table-cell;
        }

        .inner-page #content section h2.background-with-icon label {
            display: table-cell;
            vertical-align: middle;
        }

        .inner-page #content section p.background a {
            word-wrap: break-word;
            -ms-word-break: break-all;
        }

        /* opengov page */

        .card {
            max-width: 630px;
            margin-top: 10px;
            border: 0;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        }

        .card-text {
            padding: 10px 5px 5px 10px;
        }

        .card img {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          border-radius: 2px;
      }

      .card-columns .card {
          margin: 2px;
      }

      .card-block {
        height: 80px;
        margin-bottom: 20px;
    }

    .card-block h4, h5 {
        padding: 0px 10px 0px 10px;
    }

    .card-block h3 {
      margin-bottom: 1rem;
      font-weight: 400;
  }

  .card-block p {
      margin-bottom: 1rem;
  }

  .card img {
      display: block;
      max-width: 100%;
      height: auto;
      border: 1px solid rgba(0, 0, 0, 0.12);
  }

  .card .card-title a {
      color: #004b8d;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s;
      transition: 0.4s;
  }

  .card .card-title a:hover {
      color: #616161;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s;
      transition: 0.4s;
  }

  .card img {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card img:hover {
    opacity: 1;
}

.card .card-footer {
  padding-bottom: 0;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

#budgetprocess {
    padding: 6px 0 0 10px;
}

.link-unstyled {
    color: inherit;
    text-decoration: inherit;
}

.link-unstyled:link {
    color: inherit;
    text-decoration: inherit;
}

.link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

/* end opengov page */

/*homecourt*/

.homecourt {
    font-size:1.2em; 
    line-height: 1.5em;
}

.underline {
    text-decoration: underline;
}

.hcphoto {
    max-width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    margin: 15px 0px 15px 0px;
}

.bluetitle {
    color: #004b8d;
    padding: 10px 0 10px 0;
    font-size: 3em;
}

.fixedmenu {
    position: fixed;
}

@media screen and (max-width : 1280px) {
    .fixedmenu {
        line-height: 1em;
        position: relative;
    }
}

/*end homecourt*/

.contact {
    height: 176px;
    padding: 0px 0px 0px 10px;
    font-size: 1.2em;
}

#parks {
    border: 8px outset #509236;
}

/***** SECTION TEXT *****/

.inner-page #content section.text-section h2 {
    margin-bottom: 20px;
}

section.text-section ul,
section.text-section ol {
    font-family: Open Sans;
    font-size: 15px;
    list-style: inside disc;
    line-height: 20px;
}

section.text-section ol {
    list-style: inside none decimal;
}

.inner-page #content .text-section img,
.inner-page #content .event-list-section img {
    max-width: 100%;
}


/***** TABLE TEXT *****/

.no-more-tables table {
    width: 100%;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 18px;
}

td.numeric, th.numeric {
    text-align: right;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

@media only screen and (max-width: 991px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
        font-size: 13px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
		Label the data
		*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
    }

    /***** SECTION WITH LINKS TO BOTTOM SECTIONS *****/
    .inner-page #content .scroll-to-section li {
        float: left;
        margin-right: 40px;
    }

    .inner-page #content .scroll-to-section li:last-child {
        margin-right: 0;
    }

    .inner-page #content .scroll-to-section li a {
        display: block;
        color: #444;
        font-family: "Open Sans",sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 48px;
        padding-bottom: 4px;
        border-bottom: 1px solid #cccccc;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        text-decoration: none;
    }

    .inner-page #content .scroll-to-section li a:hover {
        color: #07528c;
        border-bottom: 1px solid #edb11f;
    }

    /***** MAP SECTION *****/
    .event-list-section .map-section {
        margin: 40px 0;
    }

    .inner-page #content #map-canvas {
        width: 100%;
        height: 470px;
    }

    .inner-page #content section h2,
    .inner-page #content section h3,
    .inner-page #content section h4,
    .inner-page #content section h5 {
        font-family: "Open Sans",sans-serif;
        font-size: 21px;
        font-weight: bold;
        color: #444444;
        border-bottom: 1px solid #cccccc;
        line-height: 28px;
        padding: 14px 0;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .inner-page #content section h3 {
        font-size: 18px;
        border-bottom: none;
        padding: 20px 0;
        margin: 0;
    }

    .inner-page #content section h4 {
        font-size: 16px;
        border-bottom: none;
        padding: 20px 0;
        margin: 0;
    }

    .inner-page #content section h5 {
        font-size: 14px;
        border-bottom: none;
        padding: 20px 0;
        margin: 0;
        text-transform: uppercase;
    }

    .inner-page #content .col-lg-4 section.text-section h2 {
        font-size: 16px;
        line-height: 22px;
        padding: 17px 20px;
    }

    /***** SECTION WITH THUMB LINKS *****/
    .inner-page #content .thumbs-section a {
        position: relative;
        display: block;
    }

    .inner-page #content .thumbs-section a img {
        display: block;
    }

    .inner-page #content .thumbs-section a .mask {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
    }

    .inner-page #content .thumbs-section a label {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        color: #ffffff;
        font-family: "Open Sans",sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 18px 20px;
        line-height: 20px;
        margin: 0;
        cursor: pointer;
        cursor: hand;
    }

    .inner-page #content .thumbs-section a .overlay {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 45, 55, 0.66);
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .inner-page #content .thumbs-section a:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .inner-page #content .thumbs-section a .overlay label {
        background-color: #edb11f;
        color: #ffffff;
        height: 40px;
        left: 50%;
        line-height: 38px;
        margin-left: -80px;
        margin-top: -20px;
        padding: 0 0 0 20px;
        top: 50%;
        width: 160px;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .inner-page #content .thumbs-section a .overlay label:hover {
        background-color: #e1a209;
    }

    .inner-page #content .thumbs-section a .overlay label:after {
        padding-right: 20px;
        padding-top: 14px;
        float: right;
        font-family: "meridian-icons" !important;
        content: "H";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /***** GALLERY SECTION *****/
    .inner-page #content .gallery-section a .overlay {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        text-align: center;
        padding: 0 2px 2px 0;
        filter: alpha(opacity=0);
    }

    .inner-page #content .gallery-section a:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .inner-page #content .gallery-section a .overlay .overlay-background {
        width: 100%;
        height: 100%;
        background-color: rgba(33, 45, 55, 0.8);
    }

    .inner-page #content .gallery-section a .overlay i {
        color: #edb11f;
        font-size: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        position: absolute;
        top: 50%;
        width: 60px;
    }

    #galleryModal .container {
        height: 100%;
        margin: 0 auto;
    }

    #galleryModal .col-xs-12 {
        position: inherit;
    }

    .gallery-images {
        position: relative;
    }

    #galleryModal .modal-content {
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s ease-in, max-height .2s ease-in 0.5s;
        -o-transition: opacity .4s ease-in, max-height .2s ease-in 0.5s;
        transition: opacity .4s ease-in, max-height .2s ease-in 0.5s;
        max-height: 0;
        background: transparent;
        border: 0 none;
        box-shadow: none;
        max-width: 100%;
        z-index: -1;
    }

    #galleryModal .modal-content .modal-body {
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        margin: 40px 0;
    }

    #galleryModal .modal-content.loaded.active {
        opacity: 1;
        max-height: 100%;
        -webkit-transition: opacity .4s ease-in .1s, max-height .1s ease-in 0s;
        -o-transition: opacity .4s ease-in .1s, max-height .1s ease-in 0s;
        transition: opacity .4s ease-in .1s, max-height .1s ease-in 0s;
        z-index: 10;
    }

    #galleryModal .modal-content.loader {
        top: 50%;
        margin-top: -160px;
        left: 50%;
        margin-left: -160px;
        max-height: inherit;
    }

    #galleryModal .modal-content.loader.visible {
        opacity: 1;
    }

    #galleryModal .modal-content.loader .modal-body {
        background: transparent;
        border: 0 none;
        box-shadow: none;
    }

    #galleryModal .modal-header {
        position: absolute;
        top: 41px;
        right: 1px;
        z-index: 10;
    }

    #galleryModal .modal-body {
        padding: 0;
    }

    #galleryModal .modal-body .img-wrapper {
        position: relative;
    }

    #galleryModal .modal-body img {
        width: 100%;
    }

    #galleryModal .modal-body .navigation {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #galleryModal .modal-body .navigation a {
        display: block;
        float: left;
        height: 100%;
    }

    #galleryModal .modal-body .navigation a.prev {
        width: 30%;
    }

    #galleryModal .modal-body .navigation a.next {
        width: 70%;
    }

    #galleryModal .modal-body .navigation a .icon {
        color: #333333;
        display: inline-block;
        font-size: 36px;
        line-height: 100%;
        margin-top: -36px;
        position: absolute;
        top: 50%;
    }

    #galleryModal .modal-body .navigation a.prev .icon {
        left: 30px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #galleryModal .modal-body .navigation a.next .icon {
        right: 30px;
    }

    #galleryModal .modal-body .text {
        padding: 40px;
    }

    #galleryModal .modal-body p:last-child {
        margin-bottom: 0;
    }


    /*****SECTION EVENTS PAGE*******/

    .event-list-section,
    .search-list-section {
        font-family: 'Open Sans', arial, sans-serif;
        font-size: 11px !important;
        padding-left: 100px;
        position: relative;
    }

    .event-list-section .date {
        position: absolute;
        top: 20px;
        left: 0;
        width: 80px;
        height: 80px;
        background-color: #212d37;
        font-family: 'Open Sans', arial, sans-serif;
        font-size: 30px;
        font-weight: bold;
        color: #edb11f;
        text-align: center;
        padding-top: 17px;
    }

    .event-list-section .date label {
        font-size: 17px;
        line-height: 18px;
        color: #ffffff;
        display: block;
        margin: 0;
    }

    section.event-list-section h2,
    .search-list-section h2 {
        margin-bottom: 0px !important;
    }

    .event-list-section .events-category {
        display: inline-block;
        font-family: 'Open Sans', arial, sans-serif;
        font-size: 11px !important;
        color: #ffffff !important;
        padding: 8px 11px !important;
        margin-bottom: 10px;
        margin-top: -1px;
    }

    .event-list-section .event-meta, .event-meta {
        font-family: 'Open Sans', arial, sans-serif;
        font-size: 15px;
        line-height: 16px;
        color: #444444;
        margin: 15px 0;
    }

    .blog-list-section .featured-image {
        margin-bottom: 35px;
        max-width: 100%;
    }

    .event-list-section .event-meta label, .event-meta label {
        font-weight: normal;
        color: #666666;
        display: block;
        margin-top: 6px;
    }

    .read-more,
    .search-list-section .read-more {
        margin-top: 25px;
    }

    #events .pagination-section {
        margin-bottom: 16px;
        margin-top: 56px;
    }

    .pagination-section .pagination li.active a {
        background-color: #edf0f5;
    }

    .pagination-section .pagination li.active a:hover {
        background-color: #edf0f5;
        border: 1px solid #dddddd;
    }

    .pagination-section .pagination li a:hover {
        background-color: #edf0f5;
    }

    .pagination-section .pagination li a {
        font-family: 'Open Sans', arial, sans-serif;
        font-weight: 700;
        font-size: 16px !important;
        color: #444444 !important;
        border: 1px solid #dddddd;
        padding: 15px 19px;
        line-height: 16px;
        border-radius: 0px;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .pagination > li.disabled a {
        border: 0;
        border-left: 1px solid #dddddd;
        padding: 16px 19px;
    }

    .pagination li.disabled a:hover {
        background: transparent;
        cursor: default;
    }


    .pagination-section .icon.glyphicon-chevron-left, .pagination-section .icon.glyphicon-chevron-right {
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "meridian-icons" !important;
        display: inline-block;
    }


/********
SIDEBAR EVENTS PAGE
**********/

.sidebar-events .date-picker, .sidebar-events .search-widget, .sidebar-archives .date-picker, .sidebar-archives .search-widget {
    margin-top: 30px;
    height: 40px;
}

.date-picker {
    height: 40px;
}

.search-widget .search-icon .icon-search-icon {
    color: #999999;
}

.search-widget input, .sidebar-events .date-picker input {
    border: 1px solid #dddddd;
    box-shadow: none;
    height: 40px;
}

.search-widget:hover input,
.sidebar-events .date-picker:hover input {
    border: 1px solid #999999;
}

.search-widget button:hover {
    background-color: transparent !important;
}

.search-widget .search-icon {
    height: 34px !important;
}

.search-widget .input-group, .search-widget .input-group input {
    width: 100%;
}

.sidebar-events .input-group .form-control {
    position: absolute;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #444444;
    color: #444444 !important;
}

.search-widget.input-group .form-control:focus + span .search-icon .icon-search-icon,
.search-widget.input-group .form-control:focus + button.search-icon .icon-search-icon {
    color: #444444;
}

.search-widget.input-group .search-icon {
    right: 20px;
    top: 2px;
}


.sidebar-events.filter .input-group {
    height: 58px;
    border-bottom: 1px solid #dddddd;
}

.sidebar-events .input-group-addon {
    background-color: transparent !important;
    border: 0px;
}


.sidebar-events .end-date {
    margin-top: 20px;
}

.form-group.date-picker.end-date {
    margin-bottom: 0px;
}

.toggle-title {
    cursor: pointer;
}

.toggle-title:before {
    -moz-osx-font-smoothing: grayscale;
    color: #999999;
    content: "G";
    display: block;
    float: right;
    font-family: "meridian-icons" !important;
    font-size: 13px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: 13px;
    line-height: 1;
    text-transform: none !important;
    transition: transform 0.2s ease-in 0s;
    width: 12px;
    margin-top: 10px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.toggle-title.collapsed:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}


.fa-calendar:before {
    -moz-osx-font-smoothing: grayscale;
    color: #999999;
    content: "D";
    display: block;
    font-family: "meridian-icons" !important;
    font-size: 21px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: 27px;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 21px;
    z-index: 2;
}

.sidebar-add-event .input-group {
    width: 100%;
}

.sidebar-add-event .right.add-event {
    background-color: #edb11f;
    background-image: none !important;
    color: #ffffff !important;
    line-height: 40px !important;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 15px !important;
    padding-top: 0;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sidebar-add-event .add-event .icon.icon-arrow-right {
    margin-top: 13px;
}

.sidebar-add-event .right.add-event:hover {
    background-color: #e1a209;
}

.sidebar .link.apply-filter {
    display: block;
    margin-right: 0;
    margin-top: 20px;
    text-align: right;
    font-size: 16px !important;
}

.sidebar .link.apply-filter:hover {
    text-decoration: underline;
}

.form-control:focus::-webkit-input-placeholder {
    color: #444444;
    -webkit-transition: all 0.2s ease-in 0s;
}

.form-control:focus::-moz-placeholder {
    color: #444444;
    transition: all .2s ease-in;
}
/* firefox 19+ */
.form-control:focus:-ms-input-placeholder {
    color: #444444;
    -o-transition: all .2s ease-in;
}
/* ie */
.form-control:focus:-moz-placeholder {
    color: #444444;
}




#events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget {
    right: 0px !important;
    left: auto !important;
    border-radius: 0;
}

#events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget.down-menu.top:after, #events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu.top:before, {
    right: 7px;
    left: auto;
}

#events .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    right: 7px !important;
    left: auto !important;
}

#events .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: 8px;
    left: auto;
}

#events .sidebar-events .datetimepicker thead tr.top-bar {
    color: #ffffff;
    font-family: "Open Sans",arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
}

#events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget table td.day {
    font-size: 14px;
}


#events .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
    top: 40px !important;
}

#events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget table td.day span {
    background-color: transparent;
}

#events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget table td, #events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget table tr, #events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget table th {
    padding: 0px !important;
}

#events .sidebar-events .datetimepicker .bootstrap-datetimepicker-widget table td.day {
    line-height: 31px;
}

#events .sidebar-events .datetimepicker thead tr.top-bar {
    color: #444444;
}

.form-control {
    color: #999999;
}

#events .sidebar-events .picker-switch.accordion-toggle {
    display: none;
}


#events .sidebar .bootstrap-datetimepicker-widget li {
    border-bottom: 0px;
    padding: 0px;
}

#events .sidebar-events .checkbox {
    border-bottom: 1px solid #dddddd;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    position: relative;
}


#events .sidebar-events .checkbox label {
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    line-height: 15px;
    padding-left: 33px;
    min-height: 0;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

#events .sidebar-events .checkbox label:hover {
    color: #07528c;
    text-decoration: underline;
}

#events .sidebar-events .checkbox label:before {
    background-color: #ddd;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 16px;
    width: 15px;
    line-height: 16px;
    font-family: "meridian-icons" !important;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    font-size: 14px;
    text-align: center;
}


.checkbox-wrapper input[type=checkbox] {
    display: none;
}

.checkbox-wrapper input[type="checkbox"]:checked + label:before {
    content: "Z" !important;
    font-size: 15px;
    line-height: 10px;
    text-align: center;
    font-family: "meridian-icons" !important;
    color: #004b8d;
}

/********
INNER PAGE/
PARK AND RECREATION
**********/

#scrollTop {
    background-color: #dddddd;
    bottom: 730px;
    height: 50px;
/*left: 50%;
margin-left: 810px;*/
right: 5%;
opacity: 0;
filter: alpha(opacity=0);
position: fixed;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
width: 50px;
border-radius: 25px;
cursor: initial;
}

#scrollTop:hover {
    text-decoration: none !important;
    background-color: #999999;
}

#scrollTop:focus {
    text-decoration: none !important;
}

#scrollTop.active {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}


#scrollTop .icon.icon-back-to-top {
    color: #555555;
    font-size: 26px;
    display: block;
    padding: 12px 12px 0;
}

#scrollTop:hover .icon.icon-back-to-top {
    text-decoration: none;
    color: #ffffff;
}

/* social section */
.social-section {
    margin-top: 60px;
    margin-bottom: 60px !important;
}

.social-section a {
    display: block;
    border: 1px solid #dddddd;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #999999;
    text-align: left;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.social-section a .icon {
    display: inline-block;
    height: 21px;
    font-size: 21px;
    line-height: 21px;
    margin-top: 7px;
    margin-left: 8px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.social-section a.facebook {
    border: 1px solid #07528c;
}

.social-section a .icon-facebook {
    color: #07528c;
}

.social-section a.facebook:hover {
    background-color: #07528c;
    color: #ffffff;
}

.social-section a.facebook:hover .icon-facebook {
    color: #ffffff;
}

.social-section a.twitter {
    border: 1px solid #4099ff;
}

.social-section a .icon-twitter {
    color: #4099ff;
}

.social-section a.twitter:hover {
    background-color: #337ab7;
}

.social-section a.twitter:hover .icon-twitter {
    background-color: #337ab7;
}


.social-section a.linkedin {
    border: 1px solid #0077b5;
}

.social-section a .icon-linkedin {
    color: #0077b5;
    margin-top: 6px;
}

.social-section a.linkedin:hover {
    background-color: #337ab7;
    color: #ffffff;
}

.social-section a.linkedin:hover .icon-linkedin {
    color: #ffffff;
}

.social-section a.pinterest {
    border: 1px solid #d01d15;
}

.social-section a .icon-pinterest {
    color: #d01d15;
}

.social-section a.pinterest:hover {
    background-color: #d01d15;
    color: #ffffff;
}

.social-section a.pinterest:hover .icon-pinterest {
    color: #ffffff;
}

.social-section a.mail {
    border: 1px solid #444444;
}

.social-section a .icon-mail {
    color: #444444;
}

.social-section a.mail:hover {
    background-color: #444444;
    color: #ffffff;
}

.social-section a.mail:hover .icon-mail {
    color: #ffffff;
}

.social-section a label {
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer;
}

/********
ERROR PAGE
**********/
#error-page #content .col-xs-12 {
    display: table;
    height: 440px;
}

#error-page #content .text-section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#error-page #content .text-section h1 {
    font-size: 48px;
    font-weight: bold;
    color: #444444;
}

#error-page #content .text-section h2 {
    font-size: 21px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

a.back-to-home {
    background-color: #edb11f;
    color: #ffffff;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 17px;
    padding-top: 0;
    width: 160px;
    line-height: 40px;
    font-family: "Open Sans",arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 40px;
    width: 220px;
    display: inline-block;
}

a.back-to-home .icon.icon-arrow-right {
    float: right;
    height: 16px;
    line-height: 16px;
    margin-top: 14px;
}

a.back-to-home:hover {
    background-color: #e1a209;
}

/********
SEARCH PAGE
**********/

#search-page .cover {
    background-image: none;
    background-color: #212d37;
    height: 200px;
}

#search-page .cover-mask {
    height: 200px;
}

#search-page .page-title h1 label {
    font-size: 15px;
    color: #999999;
    display: block;
}

#search-page .page-title h1 label.results {
    float: right;
    margin-top: 16px;
}

#search-page #content #searchform {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

#search-page #content #search {
    height: 40px;
    width: 100%;
    padding: 11px 50px 11px 0;
    display: block;
    color: #444444;
    padding: 0 20px;
}

#search-page #content .search-icon {
    line-height: 24px;
    margin: 0;
    padding: 7px 20px;
    width: 60px;
    height: 40px;
    background: transparent;
}

.form-control {
    box-shadow: none;
}

.form-control:hover {
    border: 1px solid #999999;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #444444;
    color: #444444 !important;
}

#search-page #content .form-control:focus + span .search-icon .icon-search-icon {
    color: #444444;
}


/*************
FOOTER
*************/


.footer-scroll-top {
    background-color: #dddddd;
    text-align: center;
    height: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
    display: none;
}

.footer-scroll-top:hover {
    text-decoration: none !important;
    background-color: #999999;
}

.footer-scroll-top .icon.icon-back-to-top {
    color: #555555;
    font-size: 26px;
    display: block;
    padding: 12px 12px 0;
}

.footer-scroll-top:hover .icon.icon-back-to-top {
    text-decoration: none;
    color: #ffffff;
}

/*footer top-request removed from here */

#footer .top-part {
    padding-top: 30px;
    margin-bottom: 20px;
}

#footer .top-part {
    color: #999999 !important;
    font-size: 18px !important;
    font-weight: 600;
    font-family: 'Open Sans', arial, sans-serif;
}

#footer #searchform {
    position: relative;
    margin-top: 4px;
}

#footer #search {
    background-color: #fff;
    color: #999999;
    font-family: "Open Sans",sans-serif;
    font-size: 14px !important;
    height: 45px;
    padding: 11px 50px 13px 0px;
    border: 0;
    border-bottom: 2px solid #cccccc;
    width: 375px;
    font-weight: 600;
    -webkit-transition: border 0.2s ease-in 0s;
    -moz-transition: border 0.2s ease-in 0s;
    -o-transition: border 0.2s ease-in 0s;
    transition: border 0.2s ease-in 0s;
}

#footer #search:hover {
    border: 0;
    border-bottom: 2px solid #999999 !important;
}

#footer #searchform input[type="text"]:focus {
    border-bottom: 2px solid #444444 !important;
}

.search-icon {
    border-radius: 0;
    border: 0 none;
    height: 42px;
    line-height: 40px;
    margin: 0;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 2;
    background-color: #fff;
    padding-left: 18px;
}

.search-icon .icon {
    display: block;
    color: #999999;
    line-height: 30px;
    font-size: 22px;
}

#searchform input[type="text"]:focus + .search-icon .icon {
    color: #444444;
}



#footer .top-part p.left {
    padding-top: 5px;
    margin-bottom: 0;
}

#footer .top-part span {
    color: #07528c !important;
    display: block;
    text-align: right;
    padding-top: 5px;
}

#footer .top-part ul li,
#header .social-wrapper li {
    float: left;
    margin-left: 20px;
    width: 48px;
    height: 48px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#header .social-wrapper li {
    height: 30px !important;
    width: 30px !important;
    margin-left: 0;
}

#footer .top-part ul li a,
#header .social-wrapper a {
    text-align: center;
    text-decoration: none;
}

#header .social-wrapper a .icon {
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 17px;
    margin: 0 auto;
    padding: 8px 0;
}


#footer .top-part ul li:hover {
    border-radius: 100%;
    border: 1px solid #999999;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


#footer .bottom-part {
    border-top: 1px solid #cccccc;
}

#footer .bottom-part .right.col-xs-12 {
    margin-top: 25px;
}

#footer .bottom-part ul li {
    float: left;
    padding: 0 34px 0 4px;
    line-height: 100px;
}

#footer .bottom-part ul li:last-child {
    padding-right: 0px;
}

#footer .bottom-part a {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 100px;
    display: block;
}

#footer .bottom-part a:hover {
   -webkit-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   transition: all .2s ease-in;
   text-decoration: none !important;
   color: #444;
}


#footer-socket {
    background-color: #212d37;
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    padding: 15px 0px;
    position: relative;
    bottom: 0px;
}

#footer-socket .left {
    width: 510px;
}

#footer-socket .right {
    width: 400px;
    text-align: right;
}

#footer-socket label {
    font-weight: normal;
    margin-bottom: 0;
}

#footer-socket a {
    color: #666666;
    position: relative;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}



#footer-socket a label {
    background-image: url("https://meridiancity.org/img/home/pop-up.png");
    color: #fff;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    height: 42px;
    left: 50%;
    line-height: 33px;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    top: -56px;
    width: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    z-index: -1;
}

#footer-socket a:hover {
    color: #999999;
    text-decoration: none;
}

#footer-socket a:hover label {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100000000;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#footer-socket a:visited, #footer-socket a:active {
    text-decoration: none !important;
}

#footer-socket span {
    padding: 0 7px;
}


@media (max-width: 1430px) {

    #scrollTop {
        display: none;
    }

    .footer-scroll-top {
        display: block;
    }

    #home .footer-scroll-top {
        display: none;
    }

    img#homeicons.icon {
        padding-left: 30px;
    }
}

@media (max-width: 1239px) {
/*************
	HEADER
 *************/
 #header .navigation {
    font-size: 13px;
    width: 100%;
}

#header .navigation > li {
    margin-right: 20px;
}

#header .navigation li.last-child {
    margin-left: 0;
    padding-left: 10px;
}

#header .search-popup {
    left: 199px;
    width: 560px;
}

.max-width-114 {
    max-width: 92px;
}

.max-width-55 {
    max-width: 46px;
}

.max-width-136 {
    max-width: 111px;
}

.max-width-72 {
    max-width: 57px;
}

.max-width-80 {
    max-width: 64px;
}


.fullscreen.background .top-bar .twitter .tweet {
    width: 530px;
}

.fullscreen .first.one .overlay .tab-wrap {
    height: 72px;
}

.tab-icon {
    height: 72px;
    width: 80px;
}

.tab-icon .icon img {
    padding-left: 20px;
}

img#homeicons.icon {
    padding-left: 22px;
}

.fullscreen .first.one .overlay .col-lg-3 h3 {
    font-size: 20px;
    padding-left: 15px;
}

.fullscreen .first.one .overlay .col-lg-3:nth-child(4) h3,
.fullscreen .first.one .overlay .col-lg-3:nth-child(5) h3 {
    font-size: 18px !important;
}

.fullscreen .first.one .overlay .col-lg-3 h4 {
    font-size: 12px;
    padding-left: 15px;
}

.slider li {
    width: 283px;
}

.mobile-content .slider li {
    width: 218px;
}

.tab-modal.fade .modal-dialog {
    bottom: 80px;
    left: 50%;
    margin-left: -485px;
    position: absolute;
    transform: translate(0px, 0px);
}

#home #events .event-list-wrapper {
    margin-left: 430px;
}

.sidebar-wrapper .sidebar {
    width: 325px;
}

.inner-page #content .scroll-to-section li {
    margin-right: 30px;
}

.inner-page #content .scroll-to-section li a {
    font-size: 16px;
}
}

@media (min-width: 992px) and (max-width: 1239px) {
    .inner-page #content .col-lg-4 section.text-section h2.background-with-icon {
        font-size: 14px;
        line-height: 18px;
        padding: 17px 15px;
    }
}

@media (min-width: 992px) {
    .no-more-tables .table-condensed > thead > tr > th,
    .no-more-tables .table-condensed > tbody > tr > th,
    .no-more-tables .table-condensed > tfoot > tr > th,
    .no-more-tables .table-condensed > thead > tr > td,
    .no-more-tables .table-condensed > tbody > tr > td,
    .no-more-tables .table-condensed > tfoot > tr > td {
        padding: 10px 5px;
    }

    .navigation-content,
    #top-navigation {
        height: 80px !important;
        overflow: hidden;
    }


    #header .navigation .submenu ul a.parent-link:hover,
    #header .navigation .submenu ul a.parent-link.active {
        color: #004b8d;
        border-bottom: 1px solid #004b8d;
    }
}

@media (max-width: 991px) {
/*************
	HEADER
 *************/
 #header .container,
 .fullscreen.background .top-bar .container {
    width: 100%;
}

#cover-wrapper {
    padding-top: 80px;
}

#header .navigation-wrapper {
    display: none;
    height: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    background-color: #004b8d;
}

.translated-ltr #header .navigation-wrapper {
    top: 40px;
}

.boxed-layout.shrinked.show-mobile-menu,
html .show-mobile-menu {
    overflow: hidden;
}

body.show-mobile-menu #header .navigation-wrapper {
    display: block;
}

#header,
body.shrinked #header {
    position: fixed;
    top: 0px;
    height: 89px;
}

.translated-ltr #header,
.translated-ltr body.shrinked #header {
    top: 40px;
}

#header .header-top {
    display: none;
}

#header .navigation > li {
    line-height: 59px;
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
}

#header .navigation > li > a span {
    display: none;
}

#header .navigation > li > a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    height: 59px;
    width: 100%;
}

#header .navigation > li > a:after {
    margin: 22px 0 0;
    display: block;
    float: right;
}

#header .navigation > li:nth-child(2) > a:after {
    margin-left: 8px;
}

#header .navigation li.last-child {
    background: none repeat scroll 0 0 #043c6b;
    border: 0 none;
    height: 80px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    z-index: 0;
}

#header .navigation li.last-child > a {
    border: 0 none;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0;
    text-align: center;
    width: auto;
}

#header .navigation li.nav-search {
    display: none;
}

.nav-search-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 100px;
    line-height: 80px;
    height: 80px;
    margin: 0 !important;
}

body.show-mobile-menu {
    overflow: hidden;
}

body.show-mobile-menu .nav-menu-mobile {
    background-color: #064479;
}

.nav-menu-mobile {
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
}

.nav-menu-mobile a {
    display: block;
    padding: 0 28px;
    margin: 28px 0;
    border-left: 1px solid rgba(255,255,255, 0.2);
    width: 80px;
    height: 24px;
    color: #edb11f;
    font-size: 24px;
    background-image: url('https://meridiancity.org/img/icon/mobile-menu.png');
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.nav-menu-mobile a .icon {
    display: none;
}

.nav-menu-mobile a .icon:before {
    display: block;
}

body.show-mobile-menu .nav-menu-mobile a {
    background: transparent;
    border: 0;
}

body.show-mobile-menu .nav-menu-mobile a .icon {
    display: block;
}

.nav-search-mobile a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.nav-search-mobile a:after {
    width: 22px;
    height: 22px;
    margin-top: 29px !important;
    margin-left: 8px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    font-family: "meridian-icons" !important;
    content: "B";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    color: #edb11f;
}

.navigation-content {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.max-width-55,
.max-width-114,
.max-width-136,
.max-width-80,
.max-width-72 {
    max-width: 230px;
}

#header .navigation li .submenu {
    position: relative;
    top: 0;
    z-index: inherit;
    background: transparent;
    border: 0 none;
    padding-bottom: 0;
    -webkit-transform: none;
    transform: none;
}

body.shrinked #header .navigation li .submenu,
.translated-ltr body.shrinked #header .navigation li .submenu {
    top: 0;
}

body.show-mobile-menu #header .navigation .submenu .container {
    padding: 0 20px;
}

#header .navigation .submenu .container {
    width: 100%;
}

#header .navigation .submenu li {
    height: 59px;
    margin-top: 0;
    margin-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

#header .navigation .submenu ul a.parent-link {
    line-height: 59px;
    margin-right: 20px;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#header .navigation .submenu ul a.parent-link:hover {
    opacity: 0.66;
    filter: alpha(opacity=66);
}

#header .navigation .submenu ul a.parent-link:after {
    margin-top: 23px;
}

#header .navigation .submenu ul a.parent-link .icon {
    display: none;
}

#header .navigation .submenu ul label {
    display: none;
}

#header .search-popup {
    left: 0;
    padding-left: 199px;
    padding-right: 100px;
    width: 100%;
}

#searchsubmit-header {
    right: 100px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.fullscreen.background .top-bar {
    top: 1px;
}

.top-bar .col-xs-12 {
    padding: 0;
}

.fullscreen.background .top-bar .twitter {
    padding-right: 120px;
}

.fullscreen.background .top-bar .twitter img {
    margin-left: 20px;
}

.fullscreen.background .top-bar .twitter .url {
    width: 125px;
}

.fullscreen.background .top-bar .twitter .tweet {
    width: 65%;
    font-size: 12px;
    margin-left: 20px;
}

.top-bar .right {
    position: absolute;
    right: 0;
}

.overlay img.title-img {
    margin-bottom: 10px;
}

.slider {
    overflow: scroll;
}

.slider li {
    width: 280px;
}

.slider-navigation {
    display: none;
}

#home #events #datetimepicker-wrapper {
    width: 345px;
}

#home #events #datetimepicker {
    padding: 0 25px 20px;
}

#home #events .datetimepicker .bootstrap-datetimepicker-widget table td.day {
    line-height: 30px;
}

#home #events .event-list-wrapper {
    margin-left: 365px;
    min-height: 400px;
}

.featured-image-left .featured-image-wrapp {
    height: 100px;
    width: 100px;
}

.sidebar-wrapper .sidebar {
    width: 250px;
}

.inner-page #content .scroll-to-section li {
    margin-right: 20px;
}

.pagination .mobile-pagination {
    display: none;
}

#error-page .container.boxed {
    padding-bottom: 40px !important;
}


/*************
	FOOTER
 *************/
 #footer #searchform,
 #footer #search {
    width: 100%;
}

#footer .social {
    text-align: center;
    margin: 30px 0 8px;
}

#footer .social div {
    display: inline-block;
}

#footer-socket .left,
#footer-socket .right {
    width: 100%;
    text-align: center;
}

#footer-socket .left {
    margin-bottom: 10px;
}

#footer-top-request {
    height: auto !important;
    padding-bottom: 40px;
}
}

@media (max-width: 767px) {
/*************
	HEADER
 *************/
 #header {
    height: auto;
}

#header .logo-wrapper {
    z-index: 1;
}

#header .navigation-wrapper {
    width: 100%;
}

#header .search-popup {
    padding-left: 20px;
    padding-right: 74px;
}

#searchsubmit-header {
    right: 75px;
}

.nav-search-mobile {
    right: 65px;
}

.nav-search-mobile a {
    width: 40px;
    height: 80px;
    padding: 0;
    background-position: center;
}

.nav-search-mobile a:after {
    width: 31px;
}

.nav-search-mobile span {
    display: none;
}

#search-header {
    font-size: 13px !important;
}

.nav-menu-mobile a {
    width: 60px;
    padding: 0 18px;
}

.featured-image-left .featured-image-wrapp {
    display: none;
}


.fullscreen.background {
    height: 900px !important;
}

.fullscreen.background .overlay-mask {
    top: 0;
    bottom: auto;
    height: 480px;
}

.fullscreen.background {
    background-image: none !important;
    background-color: #031525;
}

.background-mobile {
    background-position: center top !important;
    background-size: auto 100% !important;
    height: 480px;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url('https://meridiancity.org/img/cityhall-mobile.jpg') !important;
    background-repeat: no-repeat;
    position: absolute;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    -ms-behavior: url(backgroundsize.min.htc);
}

.fullscreen.background .top-bar {
    background: transparent;
    height: auto;
}

.fullscreen.background .top-bar .twitter,
.top-bar .right,
.top-bar .cta .img-wrapper {
    display: none;
}

.top-bar .cta,
.top-bar .cta .text-wrapper {
    float: none;
    width: 100%;
    height: auto;
}

.top-bar .cta .text-wrapper {
    font-size: 12px;
    padding: 10px;
}

.top-bar .cta .text-wrapper br {
    display: none;
}

#home #events #datetimepicker-wrapper {
    margin: 0 auto;
    position: relative;
    width: 410px;
}

#home #events .event-list-wrapper {
    margin: 20px 0 0;
}

.breadcrumb-wrapp {
    display: none;
}

.inner-page .cover,
.inner-page .cover-mask {
    height: 240px;
}

.inner-page .cover .overlay h1 {
    font-size: 32px !important;
    line-height: 32px;
}


#error-page #content .text-section h1 {
    font-size: 32px !important;
    line-height: 32px;
}

#error-page #content .text-section h2 {
    font-size: 16px;
}


.sidebar-wrapper .sidebar {
    padding-bottom: 0;
    padding-top: 60px;
}

.inner-page #content .container.boxed {
    padding-bottom: 40px;
    padding-top: 40px;
}

.inner-page #content .container-fluid .container.boxed {
    padding-bottom: 40px;
    padding-top: 60px;
}

.inner-page #content .content-with-sidebar {
    padding-top: 0 !important;
}

#search-page.inner-page #content .container.boxed {
    padding-top: 80px;
}

.category.inner-page #content .container.boxed {
    padding-top: 60px;
}


.sidebar-wrapper {
    height: auto;
}

.sidebar-wrapper .row .sidebar {
    position: relative;
}

.tab-modal .modal-content .head h2,
.tab-modal .modal-content .right-content .head h2 {
    font-size: 16px;
}

.tab-modal .modal-content .head a {
    font-size: 16px;
    padding-right: 20px;
}

.slider li {
    width: 218px;
}

.inner-page #content .content-with-sidebar {
    padding-top: 40px;
}

.inner-page #content #map-canvas {
    height: 270px;
}

#search-page .page-title h1 label.results {
    float: none;
    margin-top: 10px;
}

.img-text.tab-modal .modal-content .right-content .head {
    height: 60px;
}

.img-text.tab-modal .modal-content .right-content h2.left {
    line-height: 60px;
}

.img-text.tab-modal .modal-content .right-content a.right {
    line-height: 60px;
}


#error-page .container.boxed {
    padding-bottom: 0 !important;
    padding-top: 60px !important;
}

.pagination .mobile-pagination {
    display: inline;
}


/*************
	FOOTER
 *************/
 #footer .social p.left {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

#footer .social ul {
    float: none;
    margin-right: 10px;
}

#footer .top-part ul li {
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

#footer .top-part span {
    display: inline;
}

#footer .bottom-part .right .right {
    float: none;
    height: 50px;
    margin: 0 auto;
    width: 280px;
}

#footer .bottom-part .right > img {
    height: auto;
    width: 135px;
}

#footer .bottom-part .left.col-lg-6 {
    text-align: center;
}

#footer .bottom-part ul {
    float: none;
}

#footer .bottom-part ul li {
    float: none;
    display: inline-block;
}

#footer-socket span {
    display: none;
}
}

@media (max-width: 560px) {

    .pagination .mobile-pagination {
        display: none;
    }
}


@media (max-width: 479px) {

    .overlay img.title-img {
        display: none;
    }

    .overlay img.title-img-mobile {
        display: block;
    }

    #home #events #datetimepicker-wrapper {
        width: 100%;
    }

    #home #events .datetimepicker .bootstrap-datetimepicker-widget table td.day {
        line-height: 25px;
    }

    #events .datetimepicker .bootstrap-datetimepicker-widget table td.day span {
        margin-top: -1px;
    }

    #home #events .head h2.left {
        display: none;
    }
}

@media (max-width: 360px) {

    .pagination .mobile-pagination-next {
        display: none;
    }
}

.only-print {
    display: none;
}

@media print {
    .no-print, .no-print *,
    #sidebar {
        display: none !important;
    }

    .only-print {
        display: block;
        margin: 20px auto;
    }

    .only-print img {
        width: auto;
    }

    #header {
        position: absolute !important;
        top: 0 !important;
    }
}

/* Feedback */

#feedback {
	margin-top: 20px;
}

#thumbs {
	margin-top: 30px;
}

#thumbs svg {
	margin-top: 10px;
}

#sendFeedback {
	color: #004b8d;
}

#thumbs input {
	opacity:0;
}

.iconradio {
	fill: #696969;
}

.iconradio:hover {
	fill: #007dea;
}

.iconradio{
	width:28px; 
	height:28px;
}

#thumbs label input[type="radio"]:checked ~ svg {
	fill: #004b8d;
	width:32px; 
	height:32px;
}

label#invisilabel {
	font-size: 4px;
	opacity:0;
}

/*end feedback*/

/* style copyright year */

span#copyrightYear {
	padding: 0px;
}

/* end copyright year*/

.btn-primary {
	background-color: #004b8d;
}
