/* Theme Color */

/*Blue #0488cd */
.btn:focus, .subscribe-btn, .progress .progress-bar, .accordionMod .panel-heading .current, #current:after, .tp-leftarrow.default:hover,.tp-rightarrow.default:hover, .nivo-prevNav:hover, .nivo-nextNav:hover, .contact-box:hover, #options li a.selected, .ch-info .ch-info-back {
    background: #0488cd;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pager li > a:hover, .pager li > a:focus, .navbar-toggle i, .cn-wrapper li a, .cn-wrapper:after {
    background-color: #0488cd;
    color: #fff;
}

.spinner {
    border-top-color: #2EAEF0;
}

.hero {
    border-left-color: #0488cd;
}

#options li a.selected {
	border: 1px solid #0488cd;
}

.ie8 .btn-color, .ie9 .btn-color {
	background: #0488cd !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
	background: #2eaef0 !important;
}

.btn-color:hover, .subscribe-btn:hover {
	background: -webkit-linear-gradient(#0488cd,#2eaef0);
	background: -moz-linear-gradient(#0488cd,#2eaef0);
	background: -o-linear-gradient(#0488cd,#2eaef0);
	background: -ms-linear-gradient(#0488cd,#2eaef0);
	background: linear-gradient(#0488cd,#2eaef0);
}

.btn-color, .subscribe-btn {
	background: -webkit-linear-gradient(#2eaef0,#0488cd);
	background: -moz-linear-gradient(#2eaef0,#0488cd);
	background: -o-linear-gradient(#2eaef0,#0488cd);
	background: -ms-linear-gradient(#2eaef0,#0488cd);
	background: linear-gradient(#2eaef0,#0488cd);
	border: 1px solid #2f7295;

	-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	cursor: pointer;
}


#current,.menu ul li a:hover,.menu ul>li:hover>a {
    border-bottom: 3px solid #0488cd;
}

ul.why li:before {
    background: #0488cd;
}

.menu ul ul {
    border-top: 3px solid #0488cd !important;
}

#horizontal-tabs ul.tabs li.current {
    border-top: 2px solid #0488cd;
}

#vertical-tabs ul.tabs li.current {
    border-left: 2px solid #0488cd;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-bottom-color:#0488cd;
}

a, .post-item h4 a:hover, .cn-wrapper li a:hover, .cn-wrapper li a.active, .color {
    color: #0488cd;
}





/* Header */
#header .main-header {
	background:#fff;
    
}

header .top-bar {
	background-color: #343844;
}

/*End Header */


/* Maps */


      .map {
        height: 400px;
        width: 100%;
      }


 .ol-attribution.ol-logo-only,
        .ol-attribution.ol-uncollapsible {
            max-width: calc(100% - 3em) !important;
            height: 1.5em !important;
        }

        .ol-control button,
        .ol-attribution,
        .ol-scale-line-inner {
            font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
        }

        .ol-popup {
            font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
            font-size: 10px;
            line-height: 12px;
            position: absolute;
            background-color: white;
            -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
            padding: 5px;
            border-radius: 10px;
            border: 1px solid #cccccc;
            bottom: 5px;
            left: -50px;
            min-width: 90px;
        }

            .ol-popup:after,
            .ol-popup:before {
                top: 100%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .ol-popup:after {
                border-top-color: white;
                border-width: 10px;
                left: 48px;
                margin-left: -10px;
            }

            .ol-popup:before {
                border-top-color: #cccccc;
                border-width: 11px;
                left: 48px;
                margin-left: -11px;
            }

        .ol-popup-closer {
            text-decoration: none;
            position: absolute;
            top: 2px;
            right: 8px;
        }

            .ol-popup-closer:after {
                content: "✖";
                color: #c3c3c3;
            }

/* End maps */

/* Form message */

    .msg {
	color: #FF6600;
}
/* End Form message */

/* Club-list */

.club-list {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
	font-size: 16px;
}

.club-list a {
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans", Arial, Verdana;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.club-list a:hover {
    text-decoration: #FF6600;
}

.club-list p {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0;
	text-align:center;
}
/* End Club-list */

/*	Admin Status  */
 .statusN {
	color: #FF0000;
    font-weight: 600;
}

 .statusY {
	color: #008000;
    font-weight: 600;
}

 #pagination {
    text-align:center;
    font-size: 28px;
}



/*	Homepage Counters */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .heading {
      text-align: center;
      font-size: 2.5rem;
      padding: 3rem 0;
      background: #ffe99f;
      font-family: sans-serif;
    }

    .counter-container {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      flex-wrap: wrap;
    }

    .count {
      width: 20%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .count p {
      font-size: 1.5rem;
      font-family: sans-serif;
    }

    .count h3 {
      font-size: 2.5rem;
      font-weight: 700;
      font-family: "Nunito", sans-serif;
    }

    @media screen and (max-width: 768px) {
      .heading {
        font-size: 1.5rem;
      }

      .counter-container {
        flex-direction: column;
      }
    }
	
	/*	End Homepage Counters */