@charset "utf-8";
/* CSS Document */


/* ---------------------------
       STRUCTURE
-----------------------------*/

@font-face {
    font-family: 'din_mediumregular';
    src: url('/fonts/din_medium-webfont.eot');
    src: url('/fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/din_medium-webfont.ttf') format('truetype'),
         url('/fonts/din_medium-webfont.svg#din_neuzeit_grotesk_std_ligRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.btn-primary {
    background-color: #B10737;
    background-image: linear-gradient(to bottom, #d3194d, #B10737);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #B10737;
 *background-color: #B10737;
}


input, button, select, textarea {
    font-family: 'Source Sans Pro',sans-serif;
}
/*
.members #main h1{
	margin-top:5px !important;
	margin-bottom:0 !important;
	padding-bottom:10px !important;}
	*/
/* ---------------------------
       HEADER
-----------------------------*/

.navbar-inverse .navbar-inner {
	background-color: #17478F;
	background-image: linear-gradient(to bottom, #17478F, #17478F);
	background-repeat: repeat-x;
	border-color: #17478F;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.50);	
}

.searcher {
	background-color: #1d5ec0;
}

.navbar-inverse .nav > li > a:hover, 
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-image: linear-gradient(to bottom, #0039ab, #00246C);
	background-color: #00246c;
	border-color: #135386;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #FDBC11;
    border-top-color: #FDBC11;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	  font-family: 'Source Sans Pro',sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-color: #00246C;
	background-image: -moz-linear-gradient(top, #0039ab, #00246C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0039ab), to(#00246C));
	background-image: -webkit-linear-gradient(top, #0039ab, #00246C);
	background-image: -o-linear-gradient(top, #0039ab, #00246C);
	background-image: linear-gradient(to bottom, #0039ab, #00246C);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0039ab', endColorstr='#ff00246C', GradientType=0);
}

/* ---------------------------
       HOME
-----------------------------*/
.banner {
	margin-left: 0 !important;
}

.banner .format_events, .banner.col_1 {
	background-color: transparent!important;
	border-bottom: none!important;
}
.banner h1 {
	display: none;
}
.col_1 {
	margin-top: 20px;
}


.col_3 {
	margin-top: 20px;
	/*margin-left: 0 !important;*/
}
.col_11 {
	margin-left: 0 !important;
	margin-top: 20px;
}

.span12{margin-left: 0 !important}
/*
.col_3 h1, .col_11 h1 {
		background-color: #B10737;
	background-image: linear-gradient(to bottom, #d3194d, #B10737);
	background-repeat: repeat-x;
	border-color: #B10737;
}
.col_5 h1, .col_1 h1, .col_8 h1 {
		background-color: #FDBC11;
	background-image: linear-gradient(to bottom, #fdb700, #FDBC11);
	background-repeat: repeat-x;
	border-color: #FFD65A;
}*/
.col_8 h1 {
		background-color: #669050;
	border-color: #669050;
}

.col_1 h1 {
	background-color: #76bd50;
	border-color: #76bd50;
}
.col_3 h1 {
	background-color: #3373B3;
	border-color: #3373b3;
}
.col_1 h1, .col_2 h1, .col_3 h1, .col_4 h1, .col_5 h1, .col_6 h1, .col_8 h1, .col_9 h1, .col_11 h1 {
	font-family: 'din_mediumregular', sans-serif;
	font-size: 24px !important;
}
.format_events {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}


/* ---------------------------
       CHILD PAGES 
-----------------------------*/

#main h2{color:#003194;}

body#child .col_12{
	display:none;
	}
body#child #main h1, #tab_right h2 {
	background-color: #669050;
	/*background-image: linear-gradient(to bottom, #fdb700, #FDBC11);*/
	background-repeat: repeat-x;
	border-color: #669050;
	color:#fff;
	font-family: 'din_mediumregular', sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: -20px 0 20px -20px;
	padding: 20px 20px 20px 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.3s linear 0s;
	width:100%;
}
/*
body.members h1 {
	background:none !important;
	color:#000 !important;
	text-shadow:none !important;
}
*/
body#child #main {
	background: rgba(255, 255, 255, 0.9);
	clear: both;
	overflow: auto;
	padding: 20px;
}
/* ---------------------------
        MEMBERS NAV 
-----------------------------*/
body#child .members_nav {
	list-style:none;
	background: #000;
}
.members_nav li {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}
.members_nav li a {
	width:auto;
	height:auto;
	text-decoration:none;
	text-align:center;
	border-right:1px solid #ccc;
	cursor:pointer;
	margin:0;
	padding:4px 15px;
	color:#ccc;
}
.members_nav li a:hover {
	color:#00CCCC;
}
.members_nav li:first-child a {
	margin-left:-55px !important;
}
#memberWelcome {
	padding: 0 0 0 10px;
	width: 100%;
	height:18px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	float:right;
}
#memberWelcome a {
	color:#000;
	height:18px;
	font-size:16px;
	font-weight:bold;
	margin: 0 5px;
	border-right: 1px solid #000;
}
#memberWelcome a:hover {
	color:#00CCCC !important;
}
#memberWelcome span {
	color:#00B3F0;
}
.member_home {
	padding-right:10px;
}
/* 
	======================================
			PHOTO GALLERY
	=======================================
*/

ul.gallery_menu, ul.gallery_pics {
	margin: 20px 5px 10px 5px;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.gallery_menu li {
	background: url(/images/bg_photo.png) no-repeat;
/*	width:164px;*/
/*	height:158px;*/
	list-style:none;
	text-align:center;

	padding-right:5px;
	font-size: 14px;
}

body#child ul.gallery_menu li {
	float:left;
	
	
	}
body#home ul.gallery_menu li img {
	margin: 10px auto 5px auto;
	display:block;
	width:100%;
}
ul.gallery_menu li img {
	margin: 10px auto 5px auto;
	display:block;
	width:220px;
}
ul.gallery_menu li span {
	font-weight:bold;
	line-height:12px;
	clear:both;
	width:120px;
	display:block;
	margin:auto;
}
ul.gallery_menu li a {
	text-decoration:none;
}
ul.gallery_pics li {
	list-style:none;
	float:left;
	padding:5px 5px 0 5px;
}
div#gallery_pics {
	width:550px;
}
div#gallery_pics img {
	float:left;
	margin: 5px;
}
/*

Rotary News Meeting  styling
*/
/*
.format_bearers {
	float: left;
	padding: 5px;
	font-size: 10px;
	width: 10%;
}
.format_events {
	

}

.format_news, .format_events {
	margin: 0 10px 10px;
	padding: 0 5px 5px;
}
*/
.fc-event-time, #home .fc-event-title{
	display: none !important;
}

.fc-event {
    background-color: #0039ab;
    border: 1px solid #0039ab;
}

#home .fc-event-inner{
	min-height:15px;}


#home .fc-event{
	font-size: 8px !important;
	}
	
#child .fc-content{
	background:#fff;
	font-size:16px;}
.fc-event {
	cursor: default;
	line-height:normal !important;
}
.square_rows {
	border: #d1d1d1 1px solid;
	width:20px;
	height:20px;
	position:static;
	padding: 3px;
	margin: 3px;
	clear: both;
	background: #FFF;
	font-size:16px;
	display:inline;
	font-weight: bold;
	color:#00CCCC !important;
}
.square_rows a {
	text-decoration:none !important;
}
.square_rows:hover {
	background: #FFFFFF;
	border:1px solid #00CCCC;
	color:#000 !important;
}
/**********  Custom Style news item selector   *******************/
#slider-next {
}

#slider1 .format_events {
	min-height: 0;
}
.slider1-prev a, .slider1-next a, .slider2-prev a, .slider2-next a, .slider3-prev a, .slider3-next a, .slider4-prev a, .slider4-next a{
display: inline-block;
padding: 8px 8px;
line-height: 12px;
}
.slider1-next, .slider1-prev, .slider2-next, .slider2-prev, .slider3-next, .slider3-prev, .slider4-next, .slider4-prev  {
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
	display: inline-block;
	height: 1.9em;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	font-weight: bold;
	border-radius:3px;
}

	.slider1-prev, 	.slider2-prev, 	.slider3-prev,.slider4-prev   {float: left;}
	.slider1-next, .slider2-next, .slider3-next, .slider4-next {float: right; margin-left: 5px;}


.custom_control {
	float:right;
	margin:-35px 20px 0 0;
}
.forgotten {
	color:#FFF;
	font-weight:bold;
	margin-left: 10px;
}
.directory {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.directory h3 {
	margin-left: 20px;
}
.directory h5 {
	font-size: 15px;
}
.directory td {
	vertical-align: top;
}
#paging_container li {
	list-style: none outside none;
}
#paging_container {
	float: left;
}
.ellipse {
	float: left;
}
.page_container {
	display: inline;
	float: left;
	margin: 0;
}
.page_navigation, .alt_page_navigation {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 20px 40px;
/*	min-width:600px !important;*/
}
.page_navigation a, .alt_page_navigation a {
	background-color: #1B1B1B;
	border: 1px solid #E4E4E4;
	border-radius: 4px 4px 4px 4px;
	color: white;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	margin: 2px;
	padding: 5px 9px 5px 5px;
	text-decoration: none;
}
.page_navigation a:hover, .alt_page_navigation a:hover {
	background-color: #FFFFFF;
	border: 1px solid #1B1B1B;
	border-radius: 4px 4px 4px 4px;
	color: #000000;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	margin: 2px;
	padding: 5px 9px 5px 5px;
	text-decoration: none;
}
.active_page {
	background-color: white !important;
	color: black !important;
}
.page_content, .alt_content {
	clear: both;
	color: black;
	padding-top: 20px;
}
img.soft_icon {
	opacity: 0.2;
}
.profile {
	min-width: 95% !important;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	overflow:hidden;
	text-align:left;
}
.span4 {
	/*background: #FFFFFF !important;*/
}
.pro_img {
	width: 130px !important;
	float: left;
}
.pro_add {
	/*width: 200px !important;*/
	float: left !important;
	text-align:left !important;
	line-height: 20px !important;
}
.pro_roles {
	/*width: 280px !important;*/
	text-align:left !important;
	float: left;
}
td.fc-header-right, td.fc-header-left {
	padding:10px 5px 0 5px !important;
}
/************* Validation Error Message Styling ****************/
	
.contact_form label.error {
	display: none !important;
}
.contact_form input[type="text"].error, .contact_form select.error, .contact_form textarea.error {
	border: 1px solid #F00 !important;
}
#error_summary {
	color: #FF0000;
	margin-bottom:20px;
}


/********Club Borad Table Styling ********************/
#club_board {
	border-collapse: collapse;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	margin:10px 0 0 0;
}
#club_board td, #club_board th {
	border: 1px solid #00CCCC;
	padding: 3px 7px 2px;
}
#club_board th {
	background-color: #00CCCC;
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 5px;
	text-align: left;
}
#club_board tr.alt td {
	background-color: #c3ecf5;
	color: #000000;
}
.carousel-caption-smal h4 {
	font-size:14px !important;
}
/* Toogle Menu
----------------------------------------------------------------------------- */
/*._toggleMenu {
	margin:0 -10px;
	display:none;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	border-color: #252525;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
} */
._toggleMenu a {
	color:#fff;
	text-indent:10px;
	padding:5px 0;
	display:block;
	width:100%;
}
._toggleMenu ul > li {
	text-transform:uppercase;
}
._toggleMenu ul > li > ul > li {
	text-transform:none;
}
._toggleMenu a:hover {
	color:#fff;
	background-color:#062e66 !important ;
}
._toggleMenu .nav {
	margin:0;
	padding:0;
}
.toggleMenu {
	display:block;
	width:100%;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	background:url(/img/i_submenu.png) no-repeat 98% center;
	min-height:60px;
	line-height:60px;
	font-size:18px;
	font-weight:bold !important;
}
._toggleMenu ul > li a.parent {
	background:url(/img/i_plus.png) no-repeat 98% center;
}
._toggleMenu .nav ul {
	list-style: none;
	display:none;
}
._toggleMenu .nav ul ul {
	text-transform:none !important;
}
._toggleMenu .nav > li.hover > ul {
	display:block;
}
#messageline {
	color:#F00;
	padding: 10px;
	font-weight:bold;
}


.col_3 {
	margin-top: 20px;
	/*margin-left:0 !important;*/
}
.col_11 {
	margin-top:20px;
    /*margin-left:0 !important;*/
}

.col_5 {
	margin-top: 20px;
	/*margin-left:0 !important;*/;
}

.col_8 {
	margin-top: 20px;
	/*margin-left:0 !important;*/;
}
.col_1 {
	margin-top: 20px;
	/*margin-left:0 !important;*/;

}
.span8 {
	margin-left:  0 !important;
}

.fc-border-separate tr.fc-last td {
     border-bottom-width: 0px; 
}
.fc-border-separate td.fc-last {
     border-right-width: 0px; 
}

.fc-border-separate td:first-child {
    border-width: 1px 0 0 0px;
}












/* added for rcb brighton new sited*/

 
.featurette {
	/* margin: 0 !important; */
padding:10px;
/*background:#394a8a;*/
 background:#3256A4;
}


.pull-right{margin-right: 30px;margin-top: 20px;}







.bg_darkblue{
    /*background:#394a8a;*/
    background:#153476;
    padding-right:20px;}

.bg_blue{
   /* background:#52B6EA;*/
    background:#3CA2D4;
padding:20px;}


.bg_blue .span4{height:500px;overflow: hidden;
text-align:left!important;
}

.bg_blue .span4 h1 a{color:black !important}
.bg_blue .col_3, .bg_blue .col_5{border-radius:0 !important;
padding:10px !important; }
.bg_darkblue .col_4,.bg_darkblue .col_4 h1{border-radius:0 !important;}

.bg_blue .format_events{text-align: left}
 
.span4 .bx-wrapper{/*max-width:1095px !important;*/
padding:7px 7px 7px 0;}

.bg_darkblue .span4{max-height: 365px;
overflow: hidden;}
.bg_blue .span4 .bx-wrapper .bx-viewport{
    background-color: white;
    min-height: 250px;
    max-height: 420px;
    overflow:hidden;
    padding:0 5px;
}


.bg_blue .span4 .format_news{ 
  background-color: white; 
   max-height: 420px;
    overflow: hidden;
    padding:7px;
}

.bg_blue .span4 .format_news p{margin-left: 0 !important}
.bg_blue .col_5 h1,.col_3 h1{
    background:rgba(0,0,0,0) !important;
    
}

.hidden-sm button{background: #2589ba;}



.span4 .centerSlick h1{line-height: 20px;}


.centerSlick .format_news{min-height: 420px;}
.centerSlick{padding-top: 0px;}

.featurette{border-radius: 0}
.centerSlick .format_news{margin: 0 5px;}


.row-fluid .span12.bg_blue .span4NoPadding{padding: 10px 4px !important;}

@media screen and (max-width: 480px) {
    .hidden-sm{display:none}
    .carousel-caption-smal h4{width:300px;
    overflow: hidden;
    height:22px;
        white-space:nowrap;
    text-overflow: ellipsis;}
    
    body{
		/* padding:0;
    overflow-x: hidden;
	width: 100%; */
}
    
    .topMenu ._toggleMenu{
        *background-color:#042b4a;
       
        }
    .topMenu ._toggleMenu a{
        min-height: 40px;
        line-height: 40px;
       
   
    }
    
    .bg_darkblue{padding: 0 0 10px 0;}
    
    .bg_blue{padding:10px 0 10px 0;}
    
    .test.span4.col_3{margin-top: 0;}
    
    footer{margin-top: 0 !important}
    .featurette {border-radius: 0;}
    .blue-tag-banner .span7 h1{font-size: 20px;}
    .featurette .container{text-align: center}
    
    .featurette .container a img{margin: 0 auto;}
    
    ._toggleMenu .show_search table button{padding-right: 20px;}
    .bg_darkblue .span4{margin-bottom: 0}
    
    
  
    
}

.business-listing-9 {
	padding-left: 40px;
}

@media screen and (max-width: 978px)
{
    
    .topMenu ._toggleMenu{
        background-color:#042b4a;
       
        }
    
}




/*added Dec 11 2017  slick arrow*/
.slick-prev{
    background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5) !important;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	width:23px !important;
    
	border-radius:3px;
   top:-30px !important;
    text-align: center;
    left: 280px !important;
    line-height: 30px!important;
    height: 26px!important;
}


.slick-next {
    background-color: #F5F5F5;
	/*background-image: linear-gradient(to bottom, #FFFFFF,#f7b007) !important;*/
    background-image: linear-gradient(to bottom, #FFFFFF,#F5F5F5) !important;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: red !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	width:23px !important;
    
	border-radius:3px;
    top:-30px !important;
    text-align: center;
    right: 18px !important;
    line-height: 26px!important;
    height: 26px!important;
}

.slick-prev:before, .slick-next:before{
    color:#0171bb !important;
    font-weight: bold!important;
     
    font-size: 26px!important;
    
    font-family: "Courier New", Courier, monospace!important;
    vertical-align: text-bottom!important;
}
.slick-next:before {
    content: '›' !important;
}

.slick-prev:before {
    content: '‹' !important;
}


