body {
    font-family: 'latoregular';
}


.glyphicon {
    width:13px;
}

.openingTime:hover{
    color:#00b5cc !important;
}

.openingTime:hover a{
    color:#00b5cc !important;
}
.openingTime:hover a span{
    color:#00b5cc !important;
}

.headerLink ul li a:hover{
    color:#00b5cc !important;

}

.downloadPDFClassDIV a{
    color:#00b5cc !important;
}
/*
 * Footer
 */
footer {
    background: #fcfcfc;
    padding-bottom: 40px;
    padding-top: 40px;
    border-top: 5px solid #f7f7f7;
}
.footerTop {
    border-bottom: 1px solid #bdc1c2;
    margin-bottom: 25px;
}
.footerListTitle {
    color: #7e8688;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'latoregular';
}
.footerList li {
    color: #7e8688;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    font-family: 'latolight';
    text-transform: capitalize;
}
.footerList2 li a {
    color: #00b5cc;
    display: inline-block;
    margin-right: 25px;
    text-decoration: none !important;
}

.footerList2 li .facebookLogo{
    /*color: #3b5b9b;*/
}
.footerList2 li .instagramLogo{
    color: #517ea3; 
}
.footerList2 li .youtubeLogo{
    color: #fd3431;  
}
.socialIcons i {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.footerList2 li span {
    display: inline-block;
    margin-right: 15px;
    width: 20px !important;
}
.footerList {
    margin-bottom: 30px;
}
.footerMap iframe {
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
}
.footerList4 li {
    margin-bottom: 10px;
}
.footerBottomTopNav {
    margin-top: 26px;
}
.footerBottomTopNav .btn {
    background: #98cbee;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "latobold";
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px 10px;
    text-transform: uppercase;
}
.footerBottomTopNav .btn:hover {
    background: #00b5cc;
}
.footerBottom .help-block {
    color: #7e8688;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0;
}
.footerBottom .copyright {
    margin-top: 10px;
}
.footerBottom .footerBottomBottomNav {
    margin-top: 20px;
}
.footerBottom .footerBottomNav {
    margin-bottom: 25px;
}
.footerBottom .footerBottomNav li {
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footerBottom .footerBottomNav li:first-child {
    padding-left: 0;
}
.footerBottom .footerBottomNav li:last-child {
    padding-right: 0;
    border-right: none;
}
.footerBottom .footerBottomNav li a {
    color: #7e8688;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #7e8688;
}
.copyright a{
    color: #7e8688;
}
.pageTitleDisplay {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .footerList {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .footerList:not(.footerList3) {
        border-bottom: 1px solid #c2c5c6;
    }
    .footerList li {
        max-width: 320px;
    }
    .footerListTitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .footerList li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .footerTop {
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 20px;
    }
    .footerBottomTopNav {
        margin-bottom: 20px;
    }
    .footerBottomTopNav .btn {
        margin-bottom: 20px;
    }
}
/*add fifth width css*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .footerList2 li span {
        width: 15px !important;
        margin-right: 5px !important;
    }
    .footerList2 li b {
        color: #fff !important;
        font-size: 14px;
    }
    .footerList2 li b *{
        color: #fff !important;
        font-size: 14px;
        display: inline !important;
    }

    .col-xs-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .footerMap iframe {
        max-height: 150px;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1300px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 768px) {
    .visible-xs-custom {
        display: none !important;
    }
}
.searchToggleSwitch {
    padding: 7px 13px 8px;
    margin-right:5px !important;
}
.searchToggle .right-inner-addon {
    margin-top: 0;
}
.accordion-toggle {cursor: pointer; margin: 0;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/*
Footer For Home
*/
footer.footerForHome {
    background: #58595b;
}
footer.footerForHome .footerListTitle,
footer.footerForHome .footerList li,
footer.footerForHome .footerList4 li a,
footer.footerForHome .footerBottom .help-block,
footer.footerForHome .copyright a,
footer.footerForHome .footerBottom .footerBottomNav li a{
    color: #fff;
}
footer.footerForHome .footerList4 li a:hover,
footer.footerForHome .copyright a:hover,
footer.footerForHome .footerBottomNav li a:hover {
    color: #00b5cc;
}
footer.footerForHome .footerBottomTopNav .btn {
    background: #808284;
    position: relative;
}
footer.footerForHome .footerBottomTopNav .btn:hover {
    background: #00aae6;
}
footer.footerForHome .footerBottomTopNav .btn i {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 8px;
}
footer.footerForHome .footerBottom .footerBottomNav li a {
    border-bottom: none;
}
@media (min-width: 992px) and (max-width: 1299px) {
    .footerList li {
        font-size: 14px;
        line-height: 18px;
    }
    footer.footerForHome .footerBottomTopNav .btn {
        font-size: 12px;
    }
    footer.footerForHome .footerBottomTopNav .btn i {
        font-size: 25px;
        top: 11px;
    }
}
@media (max-width:767px){
    .pageTitleDisplay {
        margin-bottom: 20px;
    }
    .footerList1 {
        border-bottom: 1px solid #c2c5c6;
    }
    .footerList2 {
        font-size: 0;
    }
    .footerList2 li span{
        margin-right: 10px;
    }
    .footerList2 li{
        font-size: 16px;
        line-height: 20px;
    }
    .footerList2 li:not(.socialIcons) {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        min-width: 145px;
    }
    .footerBottom .footerBottomNav li a{
        font-size: 12px;
    }       
}
@media (min-width: 768px) and (max-width: 991px) {
    .footerList3:not(:last-child){
        border-bottom: 1px solid transparent;
    }
}




/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    z-index: 900;
    border: 1px solid #00aae6;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
    padding-left: 10px;
    margin-left:10px;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 12px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: rgb(66,129,244);
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 12px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}

.compitition-event-pre {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #54585c;
    margin-bottom: 10px;
    background: transparent;
    margin-bottom: 10px;
}