#content .gallery-item img {
    overflow: hidden;
    object-fit: cover;
    width: 112px;
    height: 100px;
    margin-bottom: 20px;
}

@media (max-width: 390px) {
#content .gallery-item img {
    overflow: hidden;
    object-fit: cover;
    width: 135px;
    height: 100px;
    margin-bottom: 20px;
}
}

@media (min-width: 400px) and (max-width: 690px) {
#content .gallery-item img {
    overflow: hidden;
    object-fit: cover;
    width: 124px;
    height: 100px;
    margin-bottom: 20px;
}
}

@media (min-width: 700px) and (max-width: 1020px){
#content .gallery-item img {
    overflow: hidden;
    object-fit: cover;
    width: 134px;
    height: 100px;
    margin-bottom: 20px;
}
}


#footer1 .visits{
padding-top:15px;
color:#fff;
}
/* Club Updates on Website */


@media (min-width: 768px){
#headerTop .websiteName {
    font-size: 34px;
}
}
.soft {
float: right;
    color: #fff;
}

@media screen and (min-width: 768px) {
	.clubupdates .carousel-indicators {
		bottom: -80px !important;
	}
}

#carousel-club {
    margin-bottom: 50px;
}

.clubupdates .carousel-indicators li, .clubupdates .carousel-indicators .active {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 4px solid #777;
    border-radius: 40px;
}

.clubupdates .carousel-indicators .active {
    background-color: #777;
}

.carousel-control {
    opacity: 1;
}


/* TV News */

.body-tvpage  {
    background: #D2E5DF;
    background-size: 100% auto;
}

.newstv_main img {
height: 480px !important;
/* width: auto !important; */
    margin: 0px 30px 0px 0px !important;
}

.newstv_main p {
    max-height: 474px !important;
    line-height: 1.4;
}

.newstv_main .tvnewstitle {
    display: block;
    width: auto !important;
    font-size: 120px !important;
    margin-top: 0px !important;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif !important;
}

.newstvmain .col-sm-12 {
overflow: hidden; 
display: -webkit-box; 
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
}

.newstv_main .row {
height: 489px;
}

.tvnewstitlespan {
margin: -20px 0px 0px 0px;
font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
}

.tvnewscontent {
    max-width: 1830px !important;
    color: #000 !important;
    font-size: 60px !important;
    overflow: hidden;
    margin-top: 15px !important;
/*    text-align: justify; */
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif !important;
    font-weight: bold;
}




/* TV News - DELETE AFTER TESTS

.newstv_main p {
    max-width: 1830px !important;
    color: #000 !important;
    font-size: 60px !important;
    max-height: 400px;
    overflow: hidden;
    margin-top: 30px !important;
    text-align: justify;
    font-family: helvetica !important;
}

.newstv_main img {
width: 900px !important;
height: 480px !important;
    margin: 0px !important;
}

.newstv_main h1 {
    display: block;
    width: 900px !important;
    height: 480px !important;
    font-size: 90px !important;
    margin-top: -10px !important;
    overflow: hidden;
    padding-left: 30px !important;
}

.newstv_main p {
    max-width: 1830px !important;
    color: #000 !important;
    font-size: 60px !important;
    max-height: 400px;
    overflow: hidden;
    margin-top: 30px !important;
    text-align: justify;
    font-family: helvetica !important;
}

.newstv_main {
    width: 1920px !important;
    padding: 45px 30px 45px 30px !important;
    background: none !important;
    overflow-x: hidden;
}


*/


#member_ben h3 {
    text-transform: none;
}


/* Mobile Menu */

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a {
        background: #153b5d !important;
        color: #fff !important;
    }
    nav .navbar-nav > li > a:hover {
        background: #FFF;
    }
    .carousel-fade {
        height: auto !important;
    }
    .league_list_link {
        font-size: 14px;
    }
    .bssystemtable .smallrow tr td {
        height: 25px;
    }
    .bssystemtable .listhead h3 {
        font-size: 12px;
    }
}



/* LINKS PAGE */
@media(max-width: 768px) {

	.links_left img,
	.links_right img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.links_right h3,
	.links_left h3 {
		font-size: 18px;
		line-height: 1.3em;
	}

	.bowls-link a {
		background: #3e5264;
		display: block;
		padding: 20px;
		width: auto;
		height: 10px 15px 10px 15px;
		text-decoration: none;
		color: #fff;
		width: 100%;
		margin: 15px 0px 20px 0px;
	}
}

@media (min-width: 769px) {
	.bowls-link {
		display: none;
	}
}


/* BUTTONS */

.bssystemtable .listhead .add {
    width: 100px;
}

.bssystemtable .form-day-change .submit:hover,
.bssystemtable .form .submit,
.bssystemtable .adddate:hover {
    background: #81A533;
    border-bottom: 3px solid #456400;
}

.bssystemtable {
    width: 100% !important;
    overflow-x: scroll;
}


/* PRINT */

@media print {
    header {
        display: none;
    }
    .go_to_round_div {
        display: none;
    }
    footer {
        display: none;
    }
    #content {
        margin-top: 0px !important;
    }
    #league_result_table .time {
        width: 90px;
    }
}

table .ringtitle td {
    text-overflow: clip;
    white-space: normal;
}

.bssystemtable .smallrow tr.ringtitle td {
    height: 110px;
    padding: 5px;
}

nav .navbar-nav > li > a {
    font-size: 16px;
    margin-right: 15px !important;
    color: #fff;
}

nav .navbar-nav > li > a:hover {
    color: #337ab7
}

#league_result_table th {
    font-size: 16px !important;
}


#carousels .wrapper .car_ver .carousel.vertical .item .date {
    font-weight: 700;
    font-size: 14px;
    color: #0E273D;
}

p {
    margin: 0 0 15px;
}

.events {
    height: 275px !important;
}

.bssystemtable .border {
    border-bottom: 2px solid black;
}

.bg-danger {
    background-color: #f2dede;
    padding: 10px!important;
    border-radius: 4px;
}

#content {
    margin-top: 70px;
}


/* Top Right Buttons when logged in */

.top-user-menu {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 230px;
}

.top-user-menu li {
    border: 0;
    line-height: 30px;
    background-color: #4f70a3;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    height: 30px;
}

.top-user-menu li a {
    color: #fff;
}

.top-user-menu li:first-child {
    float: left;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    color: #0e273d;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    color: #0e273d;
}

.h4,
h4 {
    font-size: 20px;
}

.btn-vertical-slider:hover {
    opacity: 0.4;
}

.dropdown-menu {
    z-index: 9999999000;
}


/*
#carousels .wrapper .car_ver .carousel.vertical .carousel-inner .item {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
*/

.dropdown-menu li:hover {
    background-color: #A7D7F3;
}

nav {
    margin-bottom: 50px;
}


/* #button16:hover, #button27:hover, button38:hover */

.buttons3home:hover {
    opacity: 0.8;
}

.buttons3home a {
    color: #FFF;
}

.buttons3home a:hover {
    color: #FFF;
    text-decoration: none;
}

.bssystemtable {
    margin-top: 20px;
    color: #4c4c4c;
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.bssystemtable .sticky {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.box_shop {
    width: 250px;
    height: 425px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_right {
    width: 250px;
    height: 425px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_cats {
    width: 250px;
    height: 340px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_cats_right {
    width: 250px;
    height: 340px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_mens_shoes {
    width: 250px;
    height: 375px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_mens_shoes_right {
    width: 250px;
    height: 375px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_price {
    float: left;
    width: 248px;
    height: 120px;
    background-color: #0E273D;
    text-align: center;
    margin-left: -11px;
    border-radius: 18px 18px 0 0;
}

.box_cats_visit {
    float: left;
    width: 248px;
    height: 60px;
    background-color: #0E273D;
    text-align: center;
    margin-left: -11px;
    border-radius: 18px 18px 0 0;
}

.box_shop_price h4 {
    color: #ffffff;
    font-size: 30px;
}

.box_cats_visit h4 {
    color: #ffffff;
    font-size: 30px;
}

.box_shop_waterproofs {
    width: 250px;
    height: 600px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_waterproofs_right {
    width: 250px;
    height: 600px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_waterproofs {
    width: 250px;
    height: 600px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_waterproofs_right {
    width: 250px;
    height: 600px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_bags {
    width: 250px;
    height: 550px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.box_shop_bags_right {
    width: 250px;
    height: 550px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.category_titles {
    float: left;
    width: 150px;
    height: 50px;
    background-color: #4F70A3;
    padding: 15px 10px 10px 10px;
}

.category {
    width: 250px;
    height: 425px;
    margin-right: 45px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: solid 2px #0E273D;
    border-radius: 10px 10px 0 0;
}

.category_titles p {
    color: #fff;
}

hr {
    border-color: #0E273D;
}

.h1,
h1 {
    margin-top: 30px;
}


/*
p{
  font-size: 14px;
}
*/

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: black;
}

#bigbg {
    margin-top: 30px;
    text-align: right;
}

#bgprev {
    margin-right: 10px;
}

#bgprev,
#bgnext {
    cursor: pointer;
}

#bgprev:after {
    content: "/";
    margin-left: 10px;
}

#carousels .wrapper .car_ver .carousel.vertical .carousel-inner .item {
    max-height: 440px;
    overflow: hidden;
}

#content {
    margin-bottom: 50px;
}

.sponsors_box {
    float: left;
    width: 741px;
    min-height: 50px;
    border-bottom: solid 1px #4B6FA3;
    border-right: solid 1px #4B6FA3;
    padding: 0px 40px 40px 0px;
    margin-top: 20px;
}

.sponsors_box1 {
    float: left;
    width: 741px;
    min-height: 50px;
    border-right: solid 1px #4B6FA3;
    padding: 40px 40px 0px 0px;
}

.sponsors_box2 {
    float: right;
    min-width: 20px;
    min-height: 30px;
    border-bottom: solid 1px #4B6FA3;
    padding-bottom: 40px;
    margin-top: 20px;
}

.sponsors_box3 {
    float: right;
    min-width: 20px;
    min-height: 30px;
    padding-top: 40px;
}

.links_left {
    width: 50%;
    min-height: 100px;
    padding: 0 20px 0 0;
    margin-top: 20px;
    float: left;
}

.links_right {
    width: 50%;
    min-height: 100px;
    padding: 0 0px 0 20px;
    margin-top: 20px;
    float: right;
}

.officers_left {
    float: left;
    width: 45%;
    min-height: 100px;
    margin-top: 10px;
    margin-left: 50px;
    padding: 0px;
}

.officers_right {
    float: right;
    width: 45%;
    min-height: 100px;
    margin-top: 10px;
    margin-right: 50px;
    padding: 0px;
}


/* @media (min-width: 768px) and (max-width: 1199px) */

@media (min-width: 768px) and (max-width: 1199px) {
    .bssystemtable .table td {
        max-width: 82px;
        font-size: 12px;
    }
    
    nav .navbar-nav > li > a {
    margin-right: 0px !important;
    font-size: 12px !important;
}
}



#carousels .wrapper .car_ver .carousel.vertical .carousel-inner {
    height: 350px !important;
}

@media (max-width: 990px) {
    #member_ben .lists ul li a {
        font-size: 13px;
        line-height: 25px;
    }
    #member_ben {
        background-size: cover !important;
        background-size: auto 100%;
        padding-bottom: 80px;
    }
    
    nav .navbar-nav > li > a {
    margin-right: 0px !important;
    font-size: 16px !important;
}
}

#member_ben {
    background-size: cover !important;
    min-height: 464px;
border-bottom:10px solid #6ab69d;
    padding-top: 60px;
}


/* Mariusz fixes */

@media (max-width: 767px) {
    #headerTop {
        text-align: center;
    }
    #headerTop .login {
        margin-top: 15px;
    }
    #headerTop .login,
    #headerTop .contacts {
        display: inline-block;
        float: none !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        background: transparent !important;
    }
    .navbar-nav .open .dropdown-menu {
        background: rgba(255, 255, 255, 0.2);
        padding-left: 15px;
        padding-right: 15px;
    }
    .dropdown-menu li:hover {
        background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+25,7db9e8+100&0+0,1+25,0+100 */
        background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(125, 185, 232, 0) 100%) !important;
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(25%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(125, 185, 232, 0))) !important;
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(125, 185, 232, 0) 100%) !important;
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(125, 185, 232, 0) 100%) !important;
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(125, 185, 232, 0) 100%) !important;
        /* IE10+ */
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(125, 185, 232, 0) 100%) !important;
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1) !important;
        /* IE6-9 */
        color: #337AB7 !important;
    }
    #section_logo .logos .logo {
        display: inline-block;
    }
    .container {
        padding: 0 15px !important;
    }
    #gallery_events .container {
        padding: 0;
    }
    .container .row > div {
        padding: 0;
    }
    #footer2 .row > div,
    #carouselVertical .item .row > div {
        padding: 0 15px;
    }
    .navbar-collapse {
        width: 100%;
        padding: 0 30px !important;
    }
}

#carousels .wrapper .car_ver .carousel.vertical .carousel-inner {
    height: 435px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #headerTop .logotype {
        top: -30px;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none !important;
    }
}


/* Marcos Fixes */

@media (min-width: 992px) and (max-width: 1199px) {
    #carousels .wrapper .car_ver .carousel.vertical .carousel-inner {
        height: 350px !important;
    }
    .carousel-fade {
        overflow: hidden;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-fade {
        overflow: hidden;

    }
}
/*
.league_list_link a {
    color: white;
}

.league_list_link a:hover {
    color: white;
    text-decoration: none;
}
*/

.league_list_link  a{
	display:block;
    font-size: 18px;
    line-height: 40px;
    background-color: #008C39;
    margin-bottom: 10px;
    border-radius: 4px;
    border-bottom: solid 4px #01692C;
    padding-left: 10px;
    cursor: pointer;
	color: white;
}

.league_list_link a:hover {
    font-size: 18px;
    line-height: 40px;
    background-color: #00AF47;
    margin-bottom: 10px;
    border-radius: 4px;
    border-bottom: solid 4px #01692C;
    padding-left: 10px;
    cursor: pointer;
	text-decoration:none;
}

@media (min-width: 1200px) {
    .league_list_link  a{
    width: 50%;
    }
}


.go_to_round a {
    z-index: 0;
    float: right;
    border: none;
    background: #888888;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #5F5F5F;
    text-decoration: none;
    cursor: pointer;
}

.go_to_round a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #A0A0A0;
    border-bottom: 3px solid #5F5F5F;
    text-decoration: none;
    background: #8E8E8E;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newsbackground {
    width: 945px;
    height: 367px;
    background-image: url(../../files/summer_background_dolphin_bowls_poole_dorset.jpg);

}
    
.h3, h3 {
    line-height: 1.5;
}

.nimage.col-sm-6 {
width: 25%;
}

.nsummary.col-sm-6 {
width: 75%;
}


/* Events box on home page */

#gallery_events .small_titles a:hover {
color:white !important;
}


#asotable_wrapper #asotable_length {
display:none;
}

#asotable_wrapper #asotable_filter {
float: left;
padding: 20px 30px 15px 25px;
    background: #E4E4E4;
    border-radius: 4px;
}

#asotable_filter input {
    border: solid 2px grey;
    border-radius: 4px;
    height: 30px;
}


/* --- Diary --- */

.booking #sticky-anchor .grey {
    width: 77px;
}

.events p.date {
    display: none;
}

p.date {
    display: none;
}

@media (min-width: 900px) and (max-width: 1099px) {
.sponsors_box {
    width: 610px;
}
}

@media (min-width: 700px) and (max-width: 899px) {
.sponsors_box {
    width: 460px;
}
}

@media (max-width: 699px) {
.sponsors_box {
    max-width: 365px;
    border-right: solid 0px #4B6FA3;
    padding: 0px;
}
}

@media (max-width: 699px) {
p {
    margin: 0px 15px 15px;
}
}

@media (max-width: 699px) {
.container .row > div {
    padding: 8px;
}
}








nav {
    background: #dc4343 !important;
}

#headerTop .login button {
    background-color: #dc4343;
}

#member_ben {
    border-bottom: 10px solid #dc4343;
}

#footer1 .btn-default {
    background-color: #dc4343;
}

#footer1 hr {
    border-bottom: 3px solid #dc4343;
}

#headerTop {
    background: #f3c24e;
    border-bottom: 0px;
}

#headerTop .login {
    background-color: #f3c24e;
}

#footer1 {
    background: #f3c24e;
}

#gallery_events .gallery {
    background: #fff;
}

#gallery_events .events {
    background: #f3c24e;
}

#gallery_events .gallery .title {
    background: #fff;
}

#gallery_events .events .title {
    background: #fff;
}

#gallery_events .events .btn-default {
    color: #3a5887;
    border: 1px solid #000;
}

#section_3col {
    background-color: #dc4343;
}

#gallery_events .events {
    background: none;
    background-color: #fff !important;
}

#gallery_events .gallery .title {
    background: #f3c24e !important;
}

#gallery_events .events .title {
    background: #f3c24e !important;
}

div.events {
    min-height: 367px !important;
}

@media screen and (min-width: 768px) {
#default {
    margin: 90px 0;
}
}

@media screen and (min-width: 768px) {
#content {
    margin-top: 120px;
}
}

#right2 ul li:hover {
    background: #f3c24e url(../../files/box_arrow.png) no-repeat 101% 50%;
}

#right2 ul li {
    background: #dc4343;
    url(../../files/box_arrow.png) no-repeat 99% 50%;
    margin: 5px 0 0 5px;
    padding: 10px 20px 10px 20px;
    transition: all .3s;
    display: block;
    text-align: left;
    border-radius: 8px;
}

#right2 ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none !important;
}

#right2 ul {
    margin: 0;
    padding: 0;
    margin-top: 35px;
}

.a-sidebar {
   color: #fff;
   font-size: 16px;
}

.contact-banner {
    display: block;
    margin: 20px 0px 0px 0px;
    background: url(../../files/contact_banner2.jpg) no-repeat;
    background-size: cover;
    height: 80px;
}

.contact-banner p {
color: #fff;
font-size: 16px;
display: block;
margin-left: 260px;
line-height: 1.1em;
}

.contact-banner a {
    display: block;
    padding: 8px 20px 8px 20px;
    color: #dc4343;
    background: #fff;
    float: right;
    margin: -57px 50px 0px 0px;
    position: relative;
    font-weight: 500;
    transition: .4s;
}

.contact-banner p:first-child {
    padding-top: 15px;
}

.contact-banner a:hover {
background: #f3c24e;
transition: .4s;
}

@media (max-width: 1024px) {
.contact-banner a {
margin: -49px 32px 0px 0px;
}
}

@media (max-width: 699px) {
.contact-banner {
    display: none;
}
}

#carousels .wrapper .car_ver .carousel.vertical .news {
    background: #a21e1e;
    height: 50px;
}

#carousels .wrapper .car_ver .carousel.vertical .news .glyphicon-menu-up {
    background-color: #a21e1e;
    border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#carousels .wrapper .car_ver .carousel.vertical .news .glyphicon-menu-down {
    background-color: #a21e1e;
    
}

p {
    font-size: 16px;
}

ul {
    font-size: 16px;
}

#gallery_events .events .lines .text {
    color: #6f6f6f;
}

#gallery_events .small_titles a:hover {
    color: #dc4343 !important;
}

.jcarousel2-control-prev, .jcarousel2-control-next {
background: #dc4343;
color: #fff;
border:none;
}

#footer2 img {
width: 150px;
}

table {
width:100%;
}

td, th {
    border: 1px solid #6cace4;
    text-align: center;
}

.nav>li>a {
    padding: 10px 14px;
}

nav .navbar-nav > li > a {
    font-size: 15px;
}

#carousels {
    background: #efefef;
    border-bottom: 5px solid #f3c24e;
    margin-top: -50px;
}

#section_3col .text {
    background: #a21e1e;
    border-radius: 8px;
}

section.partners {
    padding: 60px;
}

#gallery_events h2 a {
    color: #fff;
}


#gallery_events h2{
    color: #fff;
}

nav .navbar-nav > li > a:after {
    background: #fff;
}

.row-images {
   margin-top: 20px;
   margin-bottom: 20px;
}

.well-hours {
   text-align: center;
   background-color: #a21e1e;
   color: #fff;
   border-radius: 30px;
   border: 0px;
}

.p-hours {
   color: #fff;
}

.h4-hours {
   border-bottom: 1px solid #fff;
   padding-bottom: 15px;
}

#footer1 address, #footer1 a, #footer1 p {
    font-weight: 500;
    color: #fff;
}

.btn-default {
    background-color: #dc4343;
}

a {
    color: #000;
}

#gallery_events .events .btn-default {
    color: #000;
}

#gallery_events .gallery .jcarousel-control-prev, #gallery_events .gallery .jcarousel-control-next {
    color: #dc4343;
}

#gallery_events .events .btn-default:hover {
    background-color: #dc4343;
}

#footer1 .btn-default:hover {
    background-color: #a21e1e;
}

#gallery_events .events .lines .small_titles a, #gallery_events .events .lines .small_titles a:hover, #gallery_events .events .lines .small_titles {
    color: #000;
}

nav .navbar-nav > li > a:hover {
    background: #a21e1e;
}

nav .navbar-nav > li > a:hover {
    color: #fff;
}

.dropdown-menu li:hover {
    background-color: #dc4343;
}

#member_ben {
    background: url(../../files/members_ben_background1.jpg)!important;
}

.a-btn-history {
    background-color: #f3c24e;
    padding: 8px 20px;
    border-radius: 8px;
}

.well-history {
    min-height: 202px;
}

.col-5-pad {
  padding: 5px;
}   

.btn-default:hover {
    background-color: #f3c24e;
}

.top-user-menu li a {
    color: #fff;
    font-size: 14px;
}

.top-user-menu li {
    background-color: #a21e1e;
}

.btn-primary {
    background-color: #dc4343;
    border-color: #dc4343;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #f3c24e;
    border-color: #f3c24e;
}