@charset "UTF-8";
/* CSS Document */

/*--------------------- GLOBAL ---------------------*/

body {
	font-size:100%;
	font-family: 'Raleway', sans-serif;
    line-height: 25px;
    color: #42515a;
    font-size: 16px;
    font-weight: 400;
}

/*Header*/

#masthead {  
	text-align:center;
	padding:1.5rem 0;
    background: #ffffff;
}

#masthead .logo {
	display:inline-block;	
	max-width:90%;
}

#masthead .slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #42515a; 
}

/*Nav*/

#navigation {
    z-index: 100;
    position: relative;
}

.navbar {
	border-radius:0;
}

.navbar-default {
	background: linear-gradient(150deg,#2b87da 0%,#45c2c8 100%);
	border:none; 
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font: 18px 'Montserrat', sans-serif;
    font-weight: 300;
	padding:8px;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.8); 
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #1b2730;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #489fd8;
}


/*Open on Hover*/

.dropdown:hover .dropdown-menu {
float:none;
}

/*Dropdown Menu*/

.dropdown-menu {
    background-color: white !important;
	font: 14px 'Montserrat', sans-serif;
	font-weight: 300;
	border:none;
}

.dropdown-menu > li > a {
	color:rgba(0,0,0,0.6);
}

.dropdown-menu > li > a:hover {
	background-color:#eee;
	color:rgba(0,0,0,0.6);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(0,0,0,0.6);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: black;
	background-color:#eee;
}


/*Main*/

#main {
	background: #ffffff;
    padding: 45px;
    margin-top: -35px;
}

/*Footer*/

#footer {
	background: #1b2730;
    padding: 25px 25px 100px;
    border-top: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.footerlogo{
	display:inline-block;
	margin: 0 5rem 2rem 0;
	vertical-align: middle;
	position: relative;
} 

.footerlogo img {
	width: 180px;
}

.footerinfo {
	max-width:400px;
	display:inline-block;
	margin: 15px 0 0;
	vertical-align: middle;
	position: relative;
}

#footer .social {
    float: right;
	margin: 0 0 20px 20px;
}

#footer .contactInfo {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0;
	float:none;
}

#footer .contactInfo  a:link {
	color:#fff;
}

#footer .contactInfo  img {
	vertical-align:baseline;
}

#footer-info { 
	 font-size:10px;
}

#footer-info  a{
	color:#fff;
}




/*Headings*/

h1 {
	color:#489fd8;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	line-height:35px;
	font-weight:normal;
	margin:5px 0;
	margin-bottom: 1.5rem;
}

h2 {
	color:#45c2c8;
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	margin:0;
}


h3 {
	color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 10px 0 0;
}

.error {
	color:#F00;
	font-weight:bold;
}

small {
	font-size:10px;
	line-height:15px;
}

.sectionTitle {
	background: #45c2c8;
	padding: 10px;
	color: #fff;
	margin: 25px 0;
}

/*Links*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #45c2c8;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}



/*Extras*/


.clearSpace {
	clear:both;
}

hr { 
	border:none;
	border-bottom: 1px solid #45c2c8;
}


/* Buttons*/


.button {
	color:#fff;
	border:none;
	cursor:pointer;
	margin:5px 0;	
	text-align:center;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	clear:both;
	display:inline-block;
}

.button a:link {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-weight:normal;
	line-height:25px;
	display:block;
	padding:5px 15px 5px 15px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: #489fd8;
}

.button a:hover {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	font-weight:normal;
	line-height:25px;
	padding:5px 15px 5px 15px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: #489fd8;
}

.button a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-weight:normal;
	line-height:25px;
	padding:5px 15px 5px 15px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: #489fd8; 
}

.button a:active {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-weight:normal;
	line-height:25px;
	padding:5px 15px 5px 15px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: #489fd8; 
}

/* Sign Up Buttons*/

.topsButtonArea{
	display: inline-block;
    padding: 25px 0;
	width: 100%;
    max-width: 100%;
}

.btmsButtonArea { 
	padding: 30px 0 0;
    border-top: none;
	margin: 0 45px 30px;
}

.sButtonArea {
	margin: 0 0 30px;
}

.sButton{
	color:#fff;
	border:none;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
	margin: 5px auto;
    display: block;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: linear-gradient(150deg,#2b87da 0%,#45c2c8 100%); 
	max-width: 100%;
}

.sButton a:link, .suButton a:visited, .suButton a:active, .sButton a  {
	color:#fff;
	border:none;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
    display: block;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	font-weight:normal;
	font-size:15px;
	line-height:25px;
	padding: 7px 15px 5px; 
}

.sButton a:hover {
	color:#fff;
	border:none;
	cursor:pointer;
    display: block;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	line-height:25px;
	background: #489fd8;
	padding: 7px 15px 5px; 
}

.sButton img {
	margin: -5px 0 0;
}

.socialbuttons {
	margin: 15px 0 0;
	text-align: center;
}

.topsButtonArea .socialbuttons img {
	margin: 0 2px 0; 
}

.topsButtonArea .sButton{ 
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.55);
    box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.55);
}

 


/* Quicklinks*/


.quicklinkArea {
	padding: 3.5rem;
    margin: -35px 0 35px 0;
    background: #1b2730;
	text-align:center;
}

.quicklink {
	width:100%;
	max-width:25%;
	padding:1px;
	margin:auto;
	display:inline-block;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	line-height:15px;
}

.quicklink img {
	display:block;
	max-width: 130px;
	margin: 2rem auto;
	background: white;
	border-radius: 2rem;
	padding: 2rem 2.3rem 2.3rem 2.3rem;
}

.cityImg { 
	display:none;
}

.quicklink a:link {
	color: rgba(255,255,255, 0.8);
	text-decoration: none;
}
.quicklink a:visited {
	color: rgba(255,255,255, 0.8);
	text-decoration: none;
}
.quicklink a:hover {
	color: white;
	text-decoration: none;
}
.quicklink a:hover img {
	margin-top: 1.8rem;
	box-shadow: 0 5px 10px #222;
}
.quicklink a:active {
	color: white;
	text-decoration: none;
}

/* Featured Area*/

.featuredArea {
	margin:25px 0;
	padding:25px 0 0; 
	position:relative;
	min-height:300px;
	text-align: center;
}
.featuredImg {
	width:225px;
	height:100%;
	text-align:center;
	font:0/0 a;
	clear:both;
	margin:auto;
	padding:0;
}
.featuredLink {
	font-weight:bold;
	text-align:center;
	margin:5px 0 5px;
	font-size: 13px;
	line-height: 17px;
} 
.featuredArea h2 {
	margin:0 0 15px;
}
  

.featureditem {
	display: inline-block;
	max-width: 225px;
	vertical-align: top;
}

.featureditem img {
	border: 1px solid #000000;
	max-width: 225px;
	overflow: hidden;
}

.featureditem a:link h3 {
	color: #45c2c8 !important;
	font-size: 14px;
}

.builderDesc {
	margin: 30px auto;
    width: 100%;
}

/* Upcoming Event Excerpt*/

.upcomingEventsExcerpt {
	border:1px solid #43525A;
	padding: 15px;
	margin:10px 0;
	z-index:1;
}

.upcomingEventsExcerpt  h2.title {
	color:#45c2c8;
	font-family: 'Roboto', sans-serif;
	font-size:23px;
	line-height:30px;
	font-weight:normal;
	text-align:center;
	margin:-30px auto 15px;
	background:#FFFFFF;
	position: relative;
	width: 230px;
	z-index:10;
}


.event {
	padding:10px;
	border-bottom:1px solid #43525A;
	display:inline-block;
	width:100%;
}

.event.last {
	padding:10px;
	border-bottom:none;
}

.event h3 {
	margin:-5px 0 0;
	color:#489fd8;
	font-family: 'Roboto', sans-serif;
	line-height:25px;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}

.datebox {
	float:left;
	width: 37px;
	height: 68px;
	padding: 1px 5px;
	border:solid 2px #45c2c8;
	text-align:center;
	margin:0 15px 0 0;
	background-color:#45c2c8;
	display:inline-block;


}

.datebox  .month {
	font-size: 12px;
	color:#fff;
	font-weight:bold;
	padding: 0 0 5px;
	
}

.datebox  .day {
	font-size: 20px;
	font-weight:bold;
	width: 33px;
	height: 36px;
	margin: -3px 0 0 -5px;
	padding:5px;
	color:#489fd8;
	background-color:#FFF;
}

.desc {
	float:left;
	width:70%;

}



/* Builder Page */

.builderImg {
	margin:auto;
	padding:25px 0;
}

ul.buildernav {
	text-align: center;
	padding: 0;  
    z-index: 100;
	margin:-5px auto;
}

ul.buildernav li {
	display: inline-block;
	list-style-image: none;
	margin: 2px 0;
} 

ul.buildernav li a:link, ul.buildernav li a:visited, ul.buildernav li a:active, ul.buildernav li a {
	cursor: pointer;
    font-size: 12px;
	font-weight: normal;
	color: #fff; 
	padding:5px 10px 3px;
	line-height: 15px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: #489fd8;
	display: block;
} 


ul.buildernav li a img {
    margin: -5px 0 0;
}

.flyerArea {
	text-align:center;
}

.flyer {
	display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
	margin-bottom:15px;
}

.flyer.normalV {
	width:170px;
}

.flyer.normalH {
	width:255px;
}

.flyer.prominentV {
	width:225px;
}

.flyer.prominentH {
	width:337px;
}

.flyer img {
	width:100%;
	padding-bottom:5px;
}

.flyer h3 {
	color: #45c2c8 !important;
	font-size: 14px;
}

.flyer .communityDesc {
	text-align: left;
	padding: 5px 15px;
}

.contactArea {
	background:#43525a;
	padding:15px;
	clear:both;
	-moz-border-radius:  10px;
	border-radius:  10px;
	-webkit-border-radius: 10px;
	color:#FFFFFF;
	margin: 0 0 25px;
	font-size: 14px;
    line-height: 18px;
}


.contactArea .col-md-3 {
	margin:20px 0;
}

.contactArea .col-md-3:last-child {
	float:none;
}

.contactArea .builderSocial img {
	padding: 1px;
	max-width: 45px;
}

.contactArea .builderSocial h3 {
	color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin: 0 auto 5px;
}

.contactArea a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.contactArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contactArea a:hover {
	color: #489fd8;
	text-decoration: none;
}
.contactArea a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.builderAddress {
	text-align:center;
	margin:15px 0;
}

.back-to-top {
			position: fixed;
			bottom: 125px;
			right: 0px;
			text-decoration: none; 
			background-color: rgba(0, 0, 0, 0.4);
			font-size: 12px;
			padding: 1em;
			display: none;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
		}
 


/* Upcoming Events Calendar*/
 
.calendar img {
	max-width:100px;
	margin-bottom:10px;
}
 
.calendar h3 {
	margin:0;
	font-size: 15px;
    font-weight: bold;
}

.calendar .button, .monthNav .button {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
	display:block;
	margin:10px;
	padding:5px 15px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: #489fd8;
}

.monthNav .button span {
	display:none;
}

tr.dayTitles, td.empty {
	display:none !important;
}

.calendar td {
	display: table;
    width: 100%;
	margin: 10px 0;
}

tr.dayTitles td {
	background: #42515a;
	color:#FFF; 
	font-size:18px;
	text-align:center;
	padding:10px; 
	font-weight:400;
	width:135px;
	border:1px solid #fff;
}

tr.days  td {
	padding:5px;
	border:1px solid #CCC; 
	height:100px;
	vertical-align:top;
	font-size:13px;
	line-height:17px;
	min-width: 115px;
}

.singleDay {
	text-align:center;
}

.today {
	border:2px solid #489fd8!important;
}

.empty {
	background:#EAEAEA; 
}

.dayNumber { 
	font-weight:400;
	font-size:22px;
	margin:0 0 15px;
	text-align:left;
	padding:5px;
}

.viewBtn {
	display:inline-block;
	float:right;
	margin-top:-35px;
	font-size:12px;
	padding:1px 5px 1px 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc;
	
}

.calendarList {
	font-size:14px;
}

.calendarList h2 { 
	margin:15px 0 0;
}

.calendarList h3 {
	color:#489fd8;
	margin:15px 0 0;
}


/* Event Pictures*/

.eventPictures {
	font-size:13px;
	line-height:17px;
	margin:30px 0;
	text-align:center;
}
 
.eventPictures img {
	max-width:275px;
	padding:5px;
}

.eventPictures .eventGallery{
	display: inline-block;
    max-width: 275px;
    vertical-align: top;
    margin: 0 auto 30px;
}


.eventPictures .eventGallery .preview {
	z-index:1;
	position:relative;
}

.eventPictures .galleryIcon {
	width: 50px;
	float: right;
	z-index: 10;
	margin: -60px 20px 0 0;
	position: relative;
}


/*Community Spotlight*/

.communitySpotlightCS {
	text-align: center;
	padding: 100px 0 400px;
}

.communitySpotlightDesc {
	background:#f4f4f4; 
	padding:20px 10px;
}

.communitySpotlightDesc img {
	max-width:100%; 
	float:right;
	margin-top: 25px;
}

.communitySpotlightDesc h3 {
	font-size: 25px;
    line-height: 35px;
}

/* Community Map */

#mapContainer div {
	width:100% !important;
	margin:auto;
}


/* Giving Back*/

.givingBack {
	margin:25px 0;
	text-align:center;
}

.givingBackItem { 
	font-size:14px;
	line-height:20px;
	background:#e2e2e2;
	margin:1%;
	padding:20px 20px 10px;
	width:100%;
	vertical-align:top;
	text-align:left;
	display:block;
	-moz-border-radius:  10px;
	border-radius:  10px;
	-webkit-border-radius: 10px;
}


/* AddThisEvent */
.addthisevent-drop 						{display:inline-block;position:relative;z-index:999998;font-family:'Roboto',sans-serif;color:#fff!important;text-decoration:none;font-size:15px;text-decoration:none;}
.addthisevent-drop:hover 				{color:#fff;font-size:15px;text-decoration:none;}
.addthisevent_dropdown 					{position:relative;text-align:left;display:block!important;}
.addthisevent_dropdown span 			{display:inline-block;position:relative;line-height:110%;background:#ebebeb url(../gfx/button-bg.png) repeat-x;text-decoration:none;font-size:14px;font-weight:300;color:#333;cursor:pointer;padding:7px 14px 8px 12px;border:1px solid #e1e1e1;margin:0px 6px 0px 0px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.addthisevent_dropdown span:hover 		{background:#f4f4f4;color:#000;text-decoration:none;font-size:14px;}
.addthisevent_dropdown span:active 		{top:1px;}
.addthisevent_dropdown .ateoutlook 		{border-top:3px solid #fa9d00;}
.addthisevent_dropdown .ategoogle 		{border-top:3px solid #d53900;}
.addthisevent_dropdown .atehotmail 		{border-top:3px solid #1473c5;}
.addthisevent_dropdown .ateyahoo 		{border-top:3px solid #65106e;}
.addthisevent_dropdown .ateical 		{border-top:3px solid #ab373a;}
.addthisevent span 						{display:none!important;}
.addthisevent-drop ._url,.addthisevent-drop ._start,.addthisevent-drop ._end,.addthisevent-drop ._summary,.addthisevent-drop ._description,.addthisevent-drop ._location,.addthisevent-drop ._organizer,.addthisevent-drop ._organizer_email,.addthisevent-drop ._facebook_event,.addthisevent-drop ._all_day_event {display:none!important;}
.addthisevent_dropdown .copyx 			{display:none;}
.addthisevent_dropdown .brx 			{display:none;}
.addthisevent_dropdown .frs 			{position:absolute;top:8px;cursor:pointer;right:13px;padding-left:10px;font-style:normal;font-weight:normal;text-align:right;z-index:101;line-height:110%;background:#fff;text-decoration:none;font-size:10px;color:#cacaca;}
.addthisevent_dropdown .frs:hover 		{color:#6d84b4;}
.addthisevent 							{visibility:hidden;}



/*---------------New Breaking Point---------------*/
@media (min-width: 500px) {

/*Footer*/

#footer { 
	background-size:auto;
    padding: 25px 25px 120px;
	margin:25px 0 0; 
}

/*NEW Footer*/

#footer .contactInfo {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0;
	float:right;
}
	 
	
}


/*---------------Small Breaking Point---------------*/
@media (min-width: 768px) {

#masthead { 
	text-align:left;
	position:relative;
}

#masthead .logo {
	display:inline-block;	
	max-width:100%;
}

#masthead .slogan { 
    float: right;
	font-size:18px;
	margin-top: 1rem;
}


/*Nav*/

.navbar-default { 
	text-align:center;
}

.navbar-nav {
    float: none;
    display: inline-block;
	margin:0 0 -7px;
}
 
.navbar-default .navbar-nav > li > a { 
	padding:15px 7px;
}


/*Open on Hover*/

.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown-menu-columns {
	column-width: 220px !important;
	width: 760px !important;
}

.dropdown-menu-columns-explore {
	left: unset;
	right: 0;
	column-width: 190px !important;
	width: 400px !important;
}


/*Dropdown Menu*/

.dropdown-menu {
    background-color: white !important; 
}


 
/*Footer*/

#footer { 
    padding: 4rem; 
}


/* Sign Up Buttons*/	

.btmsButtonArea {
	border-top: 1px solid #45c2c8;
	margin: 0 45px 30px;
	text-align: center;
}
	
.btmsButtonArea .sButton {
	color:#fff;
	border:none;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
	margin: 5px 0;
    display: inline-block;
	-moz-border-radius:  5px;
	border-radius:  5px;
	-webkit-border-radius: 5px;
	background: linear-gradient(150deg,#2b87da 0%,#45c2c8 100%); 
}
	

.btmsButtonArea .socialbuttons {
	margin: 0 0 0 10px;
	display: inline-block;
	position: relative;
    top: -2px;
}

/* Giving Back*/ 

.givingBackItem {  
	display:inline-block; 
	width:30%;
}

 
}


/*---------------Medium Breaking Point---------------*/
@media (min-width: 992px) {

.container {
    max-width: 970px;
    width: 95%;
}

/*Nav*/ 

.navbar-default .navbar-nav > li > a { 
	padding:15px;
}

	
/* Sign Up Buttons*/

.topsButtonArea{ 
	width: 100%;
    max-width: 250px;
    vertical-align: middle;
}
	
.sButton{ 
	max-width: 200px;
}
	
	
/* Quicklinks*/

.quicklinkArea { 
	text-align:center;
    position: relative;
}

.quicklink {
	width:100%;
	max-width:14%;
	padding:10px 0;
	margin:auto;
	display:inline-block;
	font-size:15px;
	text-align:center;
}

.cityImg { 
	margin:0;
	float:right;
	display:inherit;
	width: 30%;
    margin: 7px 5px 0 0;
    border: 3px solid #489fd8;
}

/* Upcoming Events Calendar*/

.calendar td {
	display:table-cell;
	width:inherit;
}

tr.dayTitles {
	display:table-row !important;
}

 td.empty  {
	display:table-cell !important;
}

.monthNav .button span {
	display:inline-block;
}


/* Builder Page */
	
ul.buildernav {
	text-align: right;
	}

.contactArea .col-md-3 {
	margin:0;
}

.contactArea .col-md-3:last-child {
	float:right;
}
	
.contactArea .builderSocial {
		text-align: center
}

	
/*Community Spotlight*/

.communitySpotlightDesc img {
	margin-top: 0;
}


}


/*---------------Large Breaking Point---------------*/
@media (min-width: 1200px) {
	.container {
    max-width: 1170px;
    width: 95%;
}
}

/*---------------MOBILE---------------*/
@media (max-width: 768px) {
	.quicklink {
		max-width: 45%;
	}
}







/*--------------NAV---------------*/

.nav-header {
    display: block;
    padding: 3px 18px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #ccc;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    text-transform: uppercase;
}

.dropdown-menu-columns {
	column-width: auto;
	width: 100%;
}

.dropdown-menu-columns-explore {
	left: unset;
	right: 0;
	width: 400px;
}

.dropdown-menu-columns ul {
	list-style: none;
	padding: 0;
}

.dropdown-menu-columns ul li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu-columns ul li > a:hover {
	background-color: #eee;
	color: rgba(0,0,0,0.6);
}


/*--Calendar--*/
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .header .nav-buttons-left {
	margin-right: auto;
}
.calendar .header .nav-buttons-right {
	margin-left: auto;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #fff;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #42515a;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 3px;
    border-radius: 3px;
    background-color: #efefef;
    color: #000;
    word-wrap: break-word;
    text-align: center;
    border-bottom:  1px solid #ccc;
}
.calendar .days .day_num .event h3 {
	font-size: 15px;
	line-height: 17px;
    text-align: center;
}
.calendar .days .day_num .event .button {
    margin-bottom: 0;
    padding: 5px 7px;
    font-size: 10px;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}

@media (max-width: 992px) {
	.calendar .days {
		display: block;
	}
	.calendar .days .day_name {
		display: none;
	}
	.calendar .days .day_num {
	    width: 100%;
	    border: 1px solid #e6e9ea;
	}
	.calendar .days .day_num.ignore {
	    display: none;
	}
}

