﻿
@charset "utf-8";

/** general **/

html {
    font-family: 'Open Sans', Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: black;
}

/*-------------------------*/
a {
	text-decoration: underline;
	color: #2441b2;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

p {
    margin-bottom: 18px;
}

img {
    max-width: 100%;
}

.no-p {
    padding: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
.home-page {
    height: 0;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    font-style: normal;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #323232;
    padding: 10px 0 17px 0;
}

h2 {
    font-family: 'Open Sans', Arial, Times, serif;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 600;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 1.25rem;
    color: #b80536;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 5px 0;
}

h4 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 5px 0;
	color: #b80536;
	text-align: center;
	text-transform: uppercase;
}

h5 {
	font-size: 1rem;
	font-weight: bold;
	color: #323232;
	text-transform: uppercase;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
    color: #323232;
    font-style: normal;
}

.img-l {
    padding: 0 25px 10px 0;
}

.img-r {
    padding: 0 0 10px 25px;
}

table .bdtable td {
    border-bottom: 1px #707b7c dotted;
}

/*----------------------------------------*/
#skiptocontent a {
    padding: 6px 15px 10px 15px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #9c002b;
    border-right: 1px solid #9c002b;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 1000;
}

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: white;
        border-bottom: 3px #9c002b solid;
        border-right: 3px #9c002b solid;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }
/*----------------------------------*/
#main-content {
    background-color: white;
    /*margin-top: 20px;*/
}

header {
    background-color: white;
    padding-top: 5px;
    transition: transform ease .5s;
    transition: -webkit-transform .5s ease;
    position: relative;
    z-index: 1000;
}

.logo-wrapper a {cursor: hand; cursor:pointer;}

@media (max-width:575px) {
    nav {        
        margin-top: 15px;
        margin-bottom: 50px;
    }
}

@media (min-width:575px) and (max-width:768px) {
    nav {
        margin-left: 160px;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .logo-wrapper img {
        max-width: 280px;
    }


}

@media (min-width:768px) and (max-width:992px) {
    nav {
        float: right;
        margin-top: 11px;
    }
}

@media (max-width:768px) {
    .logo-wrapper {
        text-align: center;
    }

    .header-right {
        text-align: center;
    }
}

@media (min-width:768px) {
    .logo-wrapper {
        float: right;
        position: absolute;
        z-index: 999;
    }

    .header-right {
        float: right;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    nav {
        float: right;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    nav {
        margin-left: 140px;
    }
}

@media (min-width:1200px) {
    nav {
        margin-left: 200px;
        margin-top: 14px;
    }
}


@media (min-width:1400px) {
    nav {
        margin-left: 200px;
    }
}
/*----------------------------------*/

@media (min-width:1200px) {
    header .container {
        max-width: 1280px !important;
    }

    header {
        min-height: 140px;
    }
}

.social {
    float: right;
    padding: 0;
}

.fb {
    margin-right: 5px;
    color: #d0043c;
    font-size: 1.2rem;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none; 
}

    .fb:hover {
        color: #98082f;
    }

.social img:hover {
    transform: scale(1.05);
}

@media (max-width:767px) {
    .social {
        padding-right: 20px !important;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    header {
        padding-bottom: 123px;
    }
}

@media (max-width:420px) {
    .logo-wrapper img {
        max-width: 250px;
    }

    .logo-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
}
@media (max-width:575px) {
    .logo-wrapper img {
        max-width:280px;
    }
}
@media (min-width:767px) and (max-width:991px) {
    .logo-wrapper img {
        max-width: 265px;
    }

    .logo-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
}


@media (min-width:992px) and (max-width:1199px) {
    header {
        padding-top: 0;
        padding-bottom: 120px;
    }
    .logo-wrapper img {
        max-width: 340px;
    }
}

@media (min-width:1200px) {
    header {
        padding: 0 0 9px 0;
    }
}

/*--------------Search----------------------------*/
.search-box {
    display: block;
    border: 0;
    float: right;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    border: 1px solid #c3c3c3;
    height: 28px;
}

.search-input {
    float: left;
    font-size: .9rem;
    height: 28px;
    line-height: 1.25;
    padding-left: 5%;
    border: 0;
    background: none;
    border-radius: 0 !important;
    width: calc(100% - 40px);
}

    .search-input:focus {
        -webkit-box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.4);
        box-shadow: inset 0 0 5px 0px rgba(0,0,0,0.4);
    }

.search-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d1d1d1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d1d1d1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d1d1d1;
}

.search-btn {
    background-image: url("../images/search-btn.png");
    background-color: white;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0 !important;
    width: 19px;
    border: 0;
    border-left: none;
    position: relative;
    top: 3px;
    right: 5px;
}

    .search-btn:hover {
        background-image: url("../images/search-btn-hover.png");
        background-repeat: no-repeat;
        cursor: pointer;
    }

.search-btn {
    border-radius: 0 !important;
}

.mcms_ErrorText {
    color: red;
    float: left;
    font-weight: bold;
    height: 31px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 0;
}
@media (max-width:400px) {
    .search-box {
        min-width: calc(94% - 20px);
    }
}
@media (min-width:400px) and (max-width:575px) {
    .search-box {
        min-width: calc(95% - 15px);
    }
}
@media (min-width:575px) and (max-width:767px) {
    .search-box {
        min-width: calc(90% - 15px);
    }
}
@media (max-width:767px) {
    .icons-search {
        margin-top: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .search-box {
        margin-left: 5px;
        margin-top: 0;
    }
}


@media (min-width:992px) {
    .search-box {
        margin-left: 10px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .search-box {
        min-width: 250px;
    }
    .icons-search {
        padding-top: 30px;
    }
}


@media (min-width:1200px) {
    .icons-search {
        padding-right: 18px;
        margin-top: 32px;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
    }
}

.color-black {
    color: black;
}

.color-white {
    color: white;
}


/*------------------Quick-links------------------------*/
#quick-links {
    background-color: #ae0232;
    text-align: left;
    padding: 0;
}

    #quick-links a {
        font-family: 'Libre Franklin',sans-serif;
        text-decoration: none;
        animation: none !important;
        padding-top: 168px;
        line-height: 1;
        color: white;
    }

    #quick-links .row > div {
        text-align: center;
        text-transform: uppercase;
        transition: all 0.6s ease;
    }

    #quick-links .row a:hover {
        color: #b78e37;
    }

    #quick-links figure {
        cursor: pointer;
        position: relative;
        z-index: 4;
        margin: 0 auto 0 auto !important;
    }

        #quick-links figure img {
            margin-bottom: 5px;
        }

    #quick-links figure {
        text-align: center;
    }

        #quick-links figure div {
            margin-top: 10px;
        }
@media (max-width:360px) {
    #quick-links figure {
        display: none;
    }
    #quick-links .row div {
        padding: 4px 0;
    }
    #quick-links .container {
        padding-bottom: 10px;
    }
    #quick-links .row > div {
        border-bottom: 1px dotted #e73a6a !important;
    }
    #quick-links .row > div:last-child {
        border-bottom: none !important;
    }
}
@media (min-width:400px) and (max-width:575px) {
    #quick-links .row div {
        margin-left: 15px;
    }
}
    @media (max-width:575px) {
        #quick-links {
            padding: 0 10px;
        }
            #quick-links .row div:first-child {
                margin-top: 0;
            }
            #quick-links .row figure, #quick-links .row div {
                float: left;
            } 
            #quick-links figure {
                padding: 10px;
                border-radius: 80px;
                width: 50px;
                height: 50px;
            }
            .quick-links-item {
                margin-top: 17px;
            }
            #quick-links .row > div {
                border-bottom: 1px dotted #cb0e43;
            }
            #quick-links .row > div:last-child {
                border-bottom: none;
            }
    }

    @media (min-width:575px) {
        #quick-links figure {
            padding: 15px;
            border-radius: 280px;
            width: 80px;
            height: 80px;
        }
        .quick-links-item {
            line-height: 1.3;
        }
        #quick-links .row > div {
            padding: 10px 0;
        }
        #quick-links .row a:hover figure {
            -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.4);
        }
    }
    @media (min-width:575px) and (max-width:992px) {
        #quick-links {
            padding-bottom: 30px;
        }
            .quick-links-item {
                margin: 10px auto 0 auto;
            }
    }



    @media (min-width:768px) and (max-width:992px) {
        #quick-links a {
            font-size: 1rem;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        .quick-links-item {
            width: 130px;
            margin: 10px auto 20px auto;
        }
    }

    @media (min-width:992px) {
        #quick-links a {
            font-size: 1.05rem;
        }
    }

    @media (min-width:1200px) {
        .quick-links-item {
            width: 134px;
            margin: 10px auto 20px auto;
        }
    }

#slider {
    max-height: calc(95vh - 260px);
}
#quick-links {
    position:relative;
    z-index:900;
}


    /*------------View buttons-----------------*/
    .view-btn a {
        transition: .5s ease all;
        border: 2px solid #ae9d4b;
    color: black;
    text-transform: uppercase;
	text-decoration: none;

}

    .view-btn a:hover {
        background-color: #dad1a6;
        text-decoration: none;
    }

@media (max-width:767px) {
    .view-btn {
        margin-bottom: 25px;
    }
    .view-btn a {
        padding: 10px 20px;
    }
}
@media (min-width:767px) {
    .view-btn a {
        padding: 11px 80px;
    }
}
/*---------------------------------------------------*/
#main-content {
    line-height: 1.5;
}

.home-page-text h1 {
    padding-top:0;
    line-height:140%;
}
@media (min-width:767px) {
    .row.home-page-text > div {
        padding: 0 30px;
    }
}

@media (min-width:992px) {
    #main-content .text-section {
        min-height: 415px;
        max-height: 415px;
    }
}
/*--------------City News----------------------------*/
#city-news {
    margin-top: 40px;
    margin-bottom: 10px;
}
    #city-news h1 {
        text-align: center;
        padding-bottom:0;
    }

    #city-news img {
        margin-bottom: 15px;
    }
.news-item a {
    color:black;
    text-decoration:none;
}
#city-news .row > div {
    overflow: hidden;
    position: relative;
    display: block;
    transition: all ease .8s;
}

.news-title {
    color: black;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: left;
    font-family: 'Open Sans', Arial, sans-serif;
}

.news-title:hover {
    text-decoration: underline;
}
@media (max-width:768px) {
    #city-news .row > div {
        transition: none;
        padding:20px 30px;
        margin-bottom: 30px;
    }
    #city-news .news-title,
    #city-news .news-item img {
        text-align:center;
    }
        #city-news .news-item img {
            width:100%;
        }
        #city-news .news-item p {
            text-align: left;
        }
    .news-title {text-align:center;}
    }
@media (max-width:768px) {
    #city-news .row > div:hover {
        background-color: #f8f8f8;
        transition:.5s all ease;
    }
}

@media (min-width:768px) {
    #city-news .row > div:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    }
    #city-news .row > div {
        padding: 30px;
    }
}

    @media (min-width:1400px) {
        #city-news .row > div:nth-child(2) .news-item {
            margin: 0 auto;
        }

        .news-item {
            max-width: 317px;
        }
    }

#city-news .view-btn {margin-bottom: 70px;}

/*------------------Footer--------------------------*/
    footer {
        margin-top: 60px;
        background-color: #505050;
        color: white;
        font-size: 1rem;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        footer h1 {
            color: white;
            font-size: 1.1rem;
            font-weight: 400;
            padding-bottom: 10px;
            margin-bottom: 0;
        }

        footer ul {
            padding: 0;
            list-style-type: none;
        }

            footer ul li {
                margin: 5px 0;
            }

        footer .row > div:nth-child(2) div, footer .row > div:nth-child(3) div {
            margin-bottom: 9px;
        }

    .footer-address div, .footer-address img {
        float: left;
    }

    .footer-address {
        line-height: 1;
    }

    footer img {
        margin-right: 10px;
    }

    .footer-contact {
        line-height: 1.6;
        padding-left: 40px;
    }

    footer a {
        color: white !important;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer .row > div:first-child {
        padding-top: 12px;
    }

@media (max-width:575px) {
    footer .footer-logo img {
        max-width: 250px;
        margin: 0;
    }

    footer, footer h1 {
        text-align: center;
	margin-top: 0;
        padding: 20px 0;
    }

    .footer-address {
        width: 200px;
        margin: 0 auto 9px auto;
    }
}
@media (min-width:575px) and (max-width:767px) {

    footer .row > div:nth-child(2) {
        padding-bottom: 25px;
        border-bottom:1px solid grey;
        margin-bottom:20px;
    }
}
    @media (max-width:767px) {
        footer .row {
            width: 320px;
            margin: 0 auto;
        }
    }

    @media (max-width:992px) {
        .footer-logo {
            text-align: center;
            margin-bottom: 30px;
        }
    }

    @media (min-width:1400px) {
        footer .row > div:nth-child(2) {
            padding-left: 60px;
        }

        footer .row > div:nth-child(3) {
            padding-left: 30px;
        }
    }

    #copyright {
        background-color: #181818;
        color: white;
        padding: 7px 0 4px 0;
        line-height: 26px;
    }

    .copyright-menu a {
        margin: 0 20px;
    }

    #copyright a {
        text-decoration: none;
        color: white;
    }

        #copyright a:hover {
            text-decoration: underline;
            color: white;
        }

    @media (max-width:575px) {
        #copyright input {
            margin-right: 5px;
        }
        .copyright-menu a::after {
            content: '\A';
            white-space: pre;
        }
    }
    
    @media (min-width:575px) {

        #copyright .row > div:last-child div {
           width:175px;
           margin:0 auto;
        }
        #copyright input {
            float: left;
            margin-right: 5px;
        }
    }


    @media (min-width:575px) and (max-width:768px) {
        #copyright .row > div:last-child {
            padding-top: 20px;
            padding-bottom: 15px;
        }
    }

    @media (min-width:768px) and (max-width:992px) {
        footer .row > div:nth-child(2) {
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
            max-width: 45%;
        }

        #copyright .row > div:last-child {
            padding-top: 20px;
            padding-bottom: 15px;
        }
    }

    @media (max-width:992px) {
        #copyright .row div {
            text-align: center;
            line-height: 200%;
        }
        #copyright {padding-top: 14px;}
        #copyright .row > div:nth-child(2) {
	margin-bottom: 10px; }
    }

    @media (min-width:992px) {
        .copyright-menu {
            max-width: 380px;
            margin: 0 auto;
        }
        #copyright .row > div:last-child div {
            float: right;
            margin-right: 25px;
        }
    }
    
    /*-------------------------------------------------*/
    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .p-t-1 {
        padding-top: 1rem !important;
    }

    .p-t-2 {
        padding-top: 2rem !important;
    }

    .p-t-4 {
        padding-top: 4rem !important;
    }

    .p-b-4 {
        padding-bottom: 4rem;
    }

    .p-b-2 {
        padding-bottom: 2rem !important;
    }

    .p-l-2 {
        padding-left: 2rem;
    }

    .p-l-4 {
        padding-left: 4rem;
    }

    .p-r-2 {
        padding-right: 2rem;
    }

    .p-r-4 {
        padding-right: 4rem;
    }

    .m-t-25 {
        margin-top: 25px;
    }

    .m-b-25 {
        margin-bottom: 25px;
    }

    .m-t-50 {
        margin-top: 50px;
    }

    .m-b-50 {
        margin-bottom: 50px;
    }

    .m-t-2 {
        margin-top: 2rem;
    }

    .m-t-3 {
        margin-top: 3rem;
    }

    .m-t-4 {
        margin-top: 4rem;
    }

    .m-t-6 {
        margin-top: 6rem;
    }

    .m-t-12 {
        margin-top: 12rem;
    }

    .m-b-2 {
        margin-bottom: 2rem;
    }

    .m-b-4 {
        margin-bottom: 4rem;
    }

    .m-b-6 {
        margin-bottom: 6rem;
    }

    .m-l-2 {
        margin-left: 2rem;
    }

    .m-r-2 {
        margin-right: 2rem;
    }

    @media (max-width:992px) {
        .m-t-50-md {
            margin-top:50px;
        }
        .m-b-50-md {
            margin-bottom: 50px;
        }
        .text-center-md {
            text-align: center !important;
        }
    }

@media (min-width:992px) {
    .m-t-50-lg {
        margin-top: 50px;
    }
    .m-b-50-lg {
        margin-bottom: 50px;
    }
    .text-center-lg {
        text-align:center !important;
    }
}

/*-------------Secondary Page----------------*/
    .photo-header-secondary {
        background-size: cover;
        background-position: top center;
        min-height: 280px;
        max-height: 280px;
        margin-bottom: 50px;
    }

#main-content.secondary-page {
    padding-top:0;
    margin-top:0;
}
#main-content.secondary-page ul {
    list-style: none;
}

    #main-content.secondary-page ul li::before {
        content: "\2022";
        color: #ae0232;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.3rem;
    }
.secondary-page a {
    color: #0056b3;
    text-decoration:underline;
}
.secondary-page a:hover {    
    text-decoration: none;
}

@media (min-width:992px) and (max-width:1199px) {
.photo-header-secondary {
    margin-top:10px; 
}
}
@media (max-width:575px) {
    .photo-header-secondary {
        max-height: 230px !important;
        min-height: 230px !important;
    }
}
@media (max-width:992px) {
    .photo-header-secondary {
        margin-bottom: 15px;
    }
}
@media (min-width:992px) {
    .photo-header-secondary {
        margin-bottom: 50px;
    }
}
@media (max-width:575px) {
    .photo-header-secondary.about {
        background-image: url(../images/header-secondary-cityhall-sm.jpg);
    }
}
@media (min-width:575px) and (max-width:992px) {
.photo-header-secondary.about {
    background-image: url(../images/header-secondary-cityhall-md.jpg);
    }
}
@media (min-width:992px) {    
    .photo-header-secondary.about {
        background-image: url(../images/header-secondary-cityhall.jpg);
    }
}
/*----------------------------------------------*/

.img-fl-l {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-fl-r {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

@media (max-width:575px) {
    .img-fl-l, .img-fl-r, .img-w-100 {
        width: 100%;
        height: auto;
    }
}

.display-none {
    display: none;
}

/*---------------------------Animation---------------------------------*/


@media only screen and (max-device-width: 992px) {
    .wow {
        animation: none !important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        -webkit-filter: blur(2px);
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        -webkit-filter: blur(0px);
        opacity: 0.6;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        opacity:0.9;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        -webkit-filter: blur(2px);
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        -webkit-filter: blur(0px);
        opacity: 0.6;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        opacity: 0.9;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}


@-webkit-keyframes bounceInRight {
    0% {
        -webkit-filter: blur(2px);
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        -webkit-filter: blur(0px);
        opacity: 0.6;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        opacity: 0.9;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        -webkit-filter: blur(2px);
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        -webkit-filter: blur(0px);
        opacity: 0.6;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        opacity: 0.9;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}



/*---------------Side menu----------------------------*/

#side-menu {
    padding-bottom: 35px;
}

    #side-menu ul {
        list-style-type: none;
        padding-left: 0;
        z-index: 1000;
    }

        #side-menu ul ul a.active {
            background-color: #9c0b12;
        }

    #side-menu > ul > li {
        border-bottom: 1px dotted #d31d50;
        background-color: #ae0232;
    }
    #side-menu ul li {
        background-color: #ae0232;
    }
    #side-menu ul li:last-child {
        border-bottom: none;
    }

    #side-menu a {
        text-decoration: none;
        text-transform: none;
    	color: white;
    	font-size: 0.95rem;
    	font-weight: 400;
    	line-height: 1.3;
    }
    #side-menu a,
    #side-menu ul.slimmenu.collapsed a,
    #side-menu ul.slimmenu.collapsed li a,
    #side-menu ul.slimmenu.collapsed li ul li a {
        padding: 9px 19px !important;
        font-size: 0.95rem !important;
    }

    #side-menu ul.slimmenu li ul li a {
        line-height: 1.1;
        font-size: .95rem;
        font-weight: 300;
    }

    #side-menu ul li a:hover {
        background-color: #9c032e;
    }


@media (min-width:1400px) {
    #side-menu ul.slimmenu li ul li {
        min-width: 225px;
    }
}

#side-menu ul.slimmenu.collapsed li .sub-toggle {
    background: unset;
}

    #side-menu ul.slimmenu.collapsed li .sub-toggle > i {
        background-image: url(../images/side-sub-toggle-bottom.png);
        width: 18px;
        height: 18px;
        display: inline-block;
        color: white;
        font-size: 16px;
        vertical-align: top;
        margin-top: 9px;
    }

    #side-menu ul.slimmenu.collapsed li .sub-toggle.expanded > i {
        background-image: url(../images/side-sub-toggle-top.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        color: white;
        font-size: 16px;
        vertical-align: top;
        margin-top: 9px;
    }

#side-menu ul.slimmenu.collapsed li ul li {
    background-color: #99052e;
    border-bottom: 1px dotted #b40a39;
    max-width: unset;
    width: 100%;
}

    #side-menu ul.slimmenu.collapsed li ul li a:hover {
        background-color: #820628 !important;
    }


ul.slimmenu.collapsed li .sub-toggle.expanded > i {
    background-image: url(../images/sub-toggle-top.png);
    width: 15px;
    height: 13px;
    display: inline-block;
    color: white;
    font-size: 16px;
    vertical-align: top;
    margin-top: 13px;
}

#side-menu .menu-collapser {
    display: none !important;
}

#side-menu ul.slimmenu.collapsed li a {
    border-bottom: 0 !important;
    border-right: 0;
}

#side-menu ul.slimmenu > li > a {
    padding: 9px 19px;
}

#side-menu ul.slimmenu.collapsed {
    z-index: 5;
    position: static;
}

#side-menu ul.slimmenu li ul {
	left: 0;
	padding: 0;
	margin: 0;
	box-shadow: none!important;
}

#side-menu ul.slimmenu.collapsed li ul li {
    left: 0;
}

@media (max-width: 992px) {
    #side-menu ul.slimmenu.collapsed {
        width: 100%;
    }
    #side-menu > ul > li {
        width:100%;
    }
}

@media (min-width: 992px) {
#side-menu > ul > li {
    width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
    #side-menu ul.slimmenu.collapsed {
        width: 100%;
        top: 0;
        right: 0;
    }

        #side-menu ul.slimmenu.collapsed li {
            width:100%;
        }
}

/** Link Button for Accordian Styles */
.btn-primary {
	color: #212529;
	background-color: rgba(128, 128, 128, 0.09);
	border-color: lightgrey;
}

    .btn-primary:hover {
        color: black;
        background-color: #e2e2e2 !important;
        border-color: #d3d3d3;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem #b89f3a !important;
    }

    btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: black;
        background-color: #ebebeb !important;
        border-color: #d3d3d3;
    }


/*-------------- File Browser styles --------------*/
.assets-browser {
	padding-top: 10px;
}

.tree-view {
	height: 100%;
	margin-bottom: 15px;
        margin-top: -12px;
}

.tree-container {
    overflow-y: auto;
    border: 1px solid #d0bf9d;
    text-align: left;

}

.files-container {
    border: 1px solid #d0bf9d;
    max-height: 456px;
    min-height: 456px;
    overflow-y: scroll;
    scrollbar-shadow-color: black;
}
@media (max-width:768px) {

    .files-container {
        width: 100%;
        float: none;
        max-height: 500px;
        min-height: auto;
        display: block;
    }
    .tree-container {
        float: none;
        width: 100%;
        max-height: 432px;
        border-bottom: 0;
    }
}

@media (min-width:768px) {
    .files-container {
        float: left;
        width: calc(100% - 280px);
    }

    .tree-container {
        float: left;
        width: 268px;
        border-right: 0;
        max-height: 456px;
    	min-height: 456px;
    }
    .assets-browser {
        height: 450px;
    }
}

	.files-container table {
		width: 100%;
	}

        .files-container table th {
            border-bottom: #bfa87c 1px solid;
            background-color: #e1d5bd;
            font-weight: normal;
            text-align: left;
        }

			.files-container table th:first-child {
				padding: 6px 6px 6px 11px;
			}

			.files-container table th:nth-child(2) {
				border-right: none;
				padding: 6px;
				width: 80px;
			}

        .files-container table tr:nth-child(odd) {
            background-color: #f4f4f2;
        }

		.files-container table a {
			/*color: #183d57;*/
		}

		.files-container table td {
			padding: 6px;
		}

        .files-container table tr td {
            border-bottom: 1px solid #e4e4d9;
        }

            .files-container table tr td:first-child {
                border-right: 1px solid #e4e4d9;
            }

/*-----------------------------*/
.table-no-border table tr td {   
        border: 0 !important;
    }
    .table-no-border {
        float: none !important; 
        max-height: unset !important; 
        min-height: unset !important; 
        overflow-y: unset !important; 
        width:100% !important;
    }
@media (max-width:768px) {
    .table-no-border {
        font-size: .9rem;
    }
    .table-no-border table tr th:first-child,
    .table-no-border table tr th:nth-child(2) {
        width:30% !important;
    }
}
/*---------------------------*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    /*margin-right: 30px*/
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }




.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}


.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d0043c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

@media (min-width:768px) {
    .border-l-red { border-left: 1px solid #b80536; }
}


.accordion h2 {margin-bottom: 0}
.btn {text-align:left;}

.card-header {
    padding-top: 0;
    padding-bottom: 0;
}

.card-body p {
    margin-bottom: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #e4e4d9;
}

    .card-body p:last-child {
        border-bottom: 0;
    }

.card-body {
    padding: 0;
}

    .card-body p:nth-child(2n) {
        background-color: #f4f4f2;
    }

@media (max-width:767px) {
	.fl-r-w100-sm {
		width:100%;
		margin-bottom:10px;
		}
	}
	
	@media (min-width:768px) {
	.fl-r-w100-sm {
		float:right;
	    padding: 0 0 10px 25px;
		}
	}
	
