/*
// VALUE:COLOR_1:#daa520
*/

/*--------------------------------------------------------
    GPE
--------------------------------------------------------*/

.row_background {
    background: #8EB6F5; /* REPLACE:COLOR_1 */
}
#spacer-bg, #spacer-bg .column {
    display: block;
    height: 60px;
}
#spacer-sm, #spacer-sm .column {
    display: block;
    height: 30px;
}

/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Lato', sans-serif;
    font-size: 24px;
}
p {
	font-family: 'Lato', sans-serif;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
#subpage .row {
    margin-left: -15px;
	margin-right: -15px;
}
em {
    color: #2C2C2D;
}
/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    color: #000;
}

h1 { 
	font-size: 48px;
	/* color:; */
}
h2 { font-size: 42px; }
/* h3 { font-size: ; }
h4 { font-size: ; } */

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #2C2C2D;
	font-family: 'Lato', sans-serif;
	font-style: italic; 
}
a:hover, a:focus{
	/* color: ; */
	outline: 0;
}
a:focus-visible {
	outline: 2px solid #000;
}
#mheader_5_wrapper a {
	font-style: normal;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}


/*--------------------------------------------------------
	Custom Fonts
--------------------------------------------------------*/
@font-face {
font-family: 'Letter Gothic Std';
font-style: normal;
font-weight: normal;
src: local('Letter Gothic Std'), url('LetterGothicStd.woff') format('woff');
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

/*--------------------------------------------------------
		TOP HEADER
--------------------------------------------------------*/
#top-wrap-header {
    background: #daa520; /* REPLACE:COLOR_1 */
    height: auto;
    padding-bottom: 15px;
}
.mobile-search-menu {
    top: 15px !important;
    text-align: right;
    position: relative;
}
.mobile-search-menu #search-input {
    display: inline-block;
    margin-top: 0px !important;
    position: relative;
    top: -10px !important;
}
.glyphicon-search:before {
    content: url("http://host7.viethwebhosting.com/~cup1/images/search-icon.png");
}
.search-wrap svg, #search-input svg {
	width: 28px;
	height: 28px;
}


/*--------------------------------------------------------
		MAIN HEADER
--------------------------------------------------------*/

#main-header {
    padding-top: 25px;
    position: relative;
    z-index: 4;
}
#logo-wrap img {
    width: 185px;
}
.index-background {
    background: url('../images/header-image.png') repeat-x 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: -225px;
    min-height: 895px;
    max-height: 895px;
}
#mycanvas .index-background, #mycanvas #top-featured-section {
    display: none;
}
#top-featured-section {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
    top: -225px;
}
#top-featured-section img {
    width: 100% !important;
    max-width: 100%;
    min-height: 895px;
    max-height: 895px;
    object-fit: cover;
    object-position: top;
    background-position: center;
    background-size: cover;
}

.home-featured {
    padding-top: 40px;
}
.home-featured h1 {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
}
.home-featured hr {
    border-top: 1px solid #fff;
}
.home-featured, .home-featured p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.home-featured a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 10px 25px;
    position: relative;
    top: 35px;
}
.home-featured a:hover, .home-featured a:focus {
	background: #fff;
	color: #383838;
	text-decoration: none;
}



/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: 'Lato', sans-serif;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background-color: transparent;
}

/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/


/* Home Featured Section */


/* Home Content */

.home-primary-section {
    padding: 0px 0px 0px;
    font-size: 24px;
    color: #383838;
    text-align: center;
    margin-top: -225px;
}
.home-primary-section h1 {
    text-transform: uppercase;
    font-size: 48px;
    padding-bottom: 35px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    border-bottom: 1px solid rgba(124,124,124,0.5);
}
.more-info {
    padding-top: 35px;
}
.more-info a {
    text-transform: uppercase;
    color: #8D9E5E;
    font-size: 24px;
    font-weight: bold;
}
.more-info i.fa.fa-long-arrow-right {
    padding-right: 15px;
}

.home-secondary-section {
    padding: 0px 0px 0px;
    font-size: 24px;
    color: #383838;
    text-align: center;
}
.home-secondary-section h2 {
	text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 35px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    border-bottom: 1px solid rgba(124,124,124,0.5);
    margin-bottom: 25px;
}

/* Home Featured Events and News */

.upcoming-events-wrap {
	padding: 0px !important;
	margin-bottom: 80px;
}
.upcoming-events-wrap img {
	width: 100% !important;
}
.whats-new-wrap {
	padding: 0px !important;
	margin-bottom: 80px;
}
.whats-new-wrap img {
	width: 100% !important;
}
.home-featured-section h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.upcoming-events-inside {
    background: #daa520; /* REPLACE:COLOR_1 */
    text-align: center;
    padding: 175px 0px;
    color: #000;
}
.upcoming-events-inside a.view {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 10px 85px;
    position: relative;
    top: 35px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}
.upcoming-events-inside a.view:hover, .upcoming-events-inside a.view:focus {
	text-decoration: none;
	background: #000;
	color: #fff;
}
.whats-new-inside {
    background: #A1978F;
    text-align: center;
    padding: 175px 0px;
    color: #fff;
}
.whats-new-inside h2 {
	color: #fff;
}
.whats-new-inside a.view {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px 85px;
    position: relative;
    top: 35px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
}
.whats-new-inside a.view:hover, .whats-new-inside a.view:focus {
	text-decoration: none;
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------
    DEFAULT Events
--------------------------------------------------------*/
.simplified-event-item {
    margin-bottom: 20px;
}
.simplified-event-item .event-content {
    display: table;
    width: 100%;
}
.simplified-event-item .event-date-wrap {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #daa520;
    border: 1px solid #daa520;
    text-align: center;
    padding: 15px;
}
.simplified-event-item .event-month {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 5px;
}
.simplified-event-item .event-day {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
}
.simplified-event-item .event-details-wrap {
    padding: 0 15px;
}
.simplified-event-item .event-title {
    margin: 0;
}
.simplified-event-item .ev-title-link {
    color: #000;
}
.simplified-event-item .event-link {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
}
.simplified-event-item .event-blurb {
    padding-top: 8px;
}

/*----------------Slideshow----------*/
#slide-row{
	margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	font-size: ;
	font-weight: ;
	z-index: 101;
}
.carousel-control{
	top: ;
	width: ;
}
.carousel-caption { 
	position: absolute;
	z-index: 100; 
	background-color: #002857;
	background : rgba(0, 0, 0, .6);
	padding: 10px 15px;
	left: initial;
	bottom: initial;
	right: 0px;
	top: 0px;
	width: 35%;
	text-align: left;
	text-shadow: none;
}
@media (min-width: 990px) and (max-width: 1199px) {
	.carousel-caption{
		
	}
}
@media (max-width: 990px){
	.carousel-caption{
		
	}
	#slide-row .col-md-12{
		
	}
}
.carousel-caption p.caption-text{
	font-size: 28px;
	font-weight: 600;
	line-height: 33px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFE519;
	display: block;
	color: #FFE519;
	margin-bottom: 10px;
}
.carousel-caption p.alt-text{
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	color: white;
	margin-bottom: 10px;
}
.carousel-caption a{
	font-weight: 700;
	background-color: #FFE519;
	max-width: 215px;
	display: block;
	border-bottom: 5px solid #E0AB03;
	border-radius: 3px;
	padding: 13px 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0px auto;
	color: #333;
}

/*----------------End Slideshow------*/

/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/

/*----------------------------------Primary-Content*/

.index-content .container {
    padding: 50px 0px 50px;
}

.row_background {
	color: #000; 
	background: #daa520; /* REPLACE:COLOR_1 */
}
.row_background h1, .row_background h2, .row_background h3,
.row_background h4, .row_background p, .row_background a {
    color: #000;
}



/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 385px);
}

/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

#footer-row {
    background: #000;
    color: #fff;
    padding: 80px 0px 70px;
    text-align: center;
}
.footer-wrapper p {
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
}
.footer-wrapper a {
	color: transparent;
	}
.footer-text a {
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
    font-style: normal;
}
.footer-social-media svg {
    display: inline-block;
    margin-left: 25px;
    height: 50px;
    width: 50px;
}
svg#fb-icon {
    margin-left: 0px !important;
}

/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/


/*----------- MEDIA QUERY --------------------*/

@media (min-width: 1000px) {
    .container {}
}


@media (min-width: 990px) and (max-width: 1199px) {
    .container {}

  	.mobile-search-menu {
	    top: 30px !important;
	}
	.home-featured {
	    padding-top: 10px;
	}
	.home-featured hr {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.home-featured, .home-featured p {
	    font-size: 20px;
	}
	.home-featured h1 {
	    font-size: 60px;
	}
	.home-featured a {
	    font-size: 26px;
	    top: 20px;
	}

}

@media (max-width: 991px) {
    .container {}

}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}

    .index-background, #top-featured-section img {
	    min-height: 495px;
	    max-height: 495px;
	}

	.home-primary-section {
	    padding: 0px;
	    font-size: 20px;
	}
	.home-primary-section h1 {
	    font-size: 38px;
	}
	.upcoming-events-inside h2, .whats-new-inside h2 {
	    font-size: 34px;
	}

}


@media (max-width: 767px) {
    .container {}

    .index-background, #top-featured-section img {
	    min-height: 395px;
	    max-height: 395px;
	    /*margin-top: -150px;*/
	}

	.upcoming-events-inside {
	    padding: 105px 0px;
	}
	.upcoming-events-wrap {
	    margin-bottom: 0px;
	}
	.whats-new-inside {
	    padding: 105px 0px;
	}
	.whats-new-wrap {
	    margin-bottom: 50px;
	}

	.home-primary-section {
	    padding: 0px;
	    font-size: 18px;
	}
	.home-primary-section h1 {
	    font-size: 26px;
	    padding-bottom: 20px;
	}
	.home-secondary-section {
	    padding: 0px;
	    font-size: 18px;
	}
	.home-secondary-section h2 {
	    font-size: 24px;
	    padding-bottom: 20px;
	}
	#footer-row {
		padding: 40px 0px 30px;
	    margin-top: 40px;
	}
	.footer-wrapper p, .footer-wrapper a {
	    font-size: 18px !important;
	}
}


@media (max-width: 480px) {
    .container {}

	#nav-wrap {
	    margin-top: 0px !important;
	}
	svg#burger {
	    width: 55px !important;
	    height: 55px !important;
	}
	.upcoming-events-inside {
	    padding: 105px 0px;
	}
	.upcoming-events-wrap {
	    margin-bottom: 0px;
	}
	.whats-new-inside {
	    padding: 105px 0px;
	}
	.whats-new-wrap {
	    margin-bottom: 50px;
	}


	.home-primary-section {
	    padding: 0px;
	    font-size: 18px;
	}
	.home-primary-section h1 {
	    font-size: 26px;
	    padding-bottom: 20px;
	}
	.home-secondary-section {
	    padding: 0px;
	    font-size: 18px;
	}
	.home-secondary-section h2 {
	    font-size: 24px;
	    padding-bottom: 20px;
	}
	#footer-row {
		padding: 40px 0px 30px;
	    margin-top: 40px;
	}
	.footer-wrapper p, .footer-wrapper a {
	    font-size: 20px;
	}
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, #logo-wrap svg {
        height: 15% !important;
    }
    ::i-block-chrome, #top-wrap-header {
        height: 900px;
    }
    ::i-block-chrome, .top-head-opacity {
        height: 900px;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   	#nav-wrap {
   		margin-top: 50px !important;
   } 
}

/*----------------------------
	MMS Member Icons Menu
------------------------------*/
@media (min-width: 1200px){
	.nav-tabs li.dropdown {
		width: 190px;
	}
}
@media (min-width: 990px) and (max-width: 1200px) {
	.nav-tabs li.dropdown {
		width: 155px;
	}
}
@media (min-width: 767px) and (max-width: 990px) {
	.nav-tabs li.dropdown {
		width: 120px;
	}
}

/*------------------------------------------------------------------------------------
							Main Menu CSS
--------------------------------------------------------------------------------------*/

#nav-wrap {
    margin-top: 10px;
    text-align: right;
}
.navbar-nav>li a {
    /*color: #fff;*/
    font-size: 16px;
    font-weight: normal;
}

/*------------------------------------------------------------------------------------
							Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/


.dropdown-menu li{
	width: 100%;
}
#mobileMenuWrapper ul.mDropdown.open a {
    margin-bottom: 0;
    padding: 10px;
}
#mobileMenuWrapper ul.mDropdown.open a:hover, #mobileMenuWrapper ul.mDropdown.open a:focus {
    color: #000 !important;
    background: #fff !important;
}

/*----------------------------
	Mobile Menu
	
	--- INSTRUCTIONS ---
	For the most part, these mobile menu styles will be exactly like your regular navigation styles.
	There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
	like ##ITEM. 
	
	##TOP - There are three places where this exists, and each one should be the same as the other three.
			This item tells the mobile menu to start lower than the toggle button.
			
	##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
		different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
		##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
		##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
		##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
	
	--------------------
------------------------------*/

/*---------------------------------------------
		Mobile Menu
---------------------------------------------*/

/*-------------------------------------toggle*/
button#mobile-toggle{
	width: 37px;
	height: 37px;
	display: none;
	position: absolute;
	right: 15px;
	bottom: 30px;
	border: 2px solid #002857;
	border-radius: 4px;
	padding: 8px 5px;
	background-color: white;
	box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
@media (max-width: 990px) {
	button#mobile-toggle{
		display: inline-block;
	}
}
button#mobile-toggle svg *{
	fill: #002857;
}
/*--------------------------------end--toggle*/
#mobile-menu>li#triggerClose{
	display: inline;
	float: right;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 22px;
	cursor: pointer;
}
#mobile-menu>li#mobile-logo{
	position: relative;
	left: -15px;
	top: -10px;
}
#mobile-menu>li#mobile-logo>a{
	display: inline;
	max-width: 80%;
}
#mobile-menu>li #q{
	width: 100%;
}
#mobile-menu>li>a{
	width: 174px;
	min-height: 32px;
	margin-bottom: 6px;
	border-radius: 3px;
	background-color: transparent;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #5485A3;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-decoration: none;
}
#mobile-menu>li>a:hover, #mobile-menu>li>a:focus {
	background: #fff;
	color: #000 !important;
	border-radius: 0px;
}

#mobileMenuWrapper {
	/*
	The menu wrapper is the div that surrounds the mobile menu.
	You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
	Setting bottom:0px; is needed to make a long menu scroll-able.
	
	
	
	/* REQUIRED */
	position: fixed;
	top:0px;
	bottom: 0px;		/* If having the menu slide in from the top or bottom, comment out this line */
	z-index: 200;
	overflow-y: auto;
	overflow-x: hidden;
	
	/* CHANGEABLE-ISH */
	left: -120%;			/* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
	width: 300px;		/* The mobile menu works best with a pre-defined width. Percentages also work great here. */
	
	/* CHANGEABLE */
	background: #000;
	border-right: 2px solid #fff;
	
	/* Transition - bump */
	transition: left .3s; /* ##DIRECTION-02 */
	-webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); /* older webkit */
	-webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
   	-moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
}
#mobileMenuWrapper.open{
	left: 0px;		/* This is required.  If you changed the direction attribute above, change it here too. */
	bottom: 0px;	/* This line is here for bottom/top slide-ins.  See note on bottom above.*/
}

/* REQUIRED - Dropdown menu item transition states*/
#mobileMenuWrapper .mDropdown {
	display:none;
}
#mobileMenuWrapper .mDropdown.open{
	display: block;
}

/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */
#mobileMenuWrapper ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* OPTIONAL-ISH - These are the settings for the base menu UL */
#mobileMenuWrapper #mobile-menu{
	overflow: auto;
	padding: 15px 15px 15px 10px;
}
/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */
/*#mobileMenuWrapper a, #mobileMenuWrapper div{
	display: block;
}*/

/* OPTIONAL - The actual A's. Style them as you wish*/
/* Top Level / all*/
#mobileMenuWrapper #mobile-menu a {
	display: inline-block;
	width: 100%;
}

/* dropdown only */
#mobileMenuWrapper .mDropdown a {
	padding: 8px;
	margin-bottom: 10px;
}
#mobile-menu > li > ul {
	background-color: rgba(0,0,0,.04);
}

/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}
#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}
#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#mobile-menu > li#triggerClose {
    color: #fff;
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}
#mobileMenuWrapper #mobile-menu a {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    font-style: normal;
}
#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}
#mobileMenuWrapper .mDropdown.open {
    display: block;
}
#mobile-menu a {

}
#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}
#mobile-logo a {
    margin: 0 !important;
}
#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}
svg#burger {
    width: 60px;
    height: 60px;
}

#mobile-menu-col {
	display: inline-block;
}


/* Custom Mobile Menu */

#mobile-menu a.join-link {
    background: #16a085;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff !important;
    text-transform: uppercase;
}
#mobile-menu .mobile-login a {
    color: #16a085 !important;
    border: 1.364pt solid #16a085;
    padding: 10px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-top: 5px;
}


/*------------------------------------------------------------------------------------
								@Media and Sizes
--------------------------------------------------------------------------------------*/
 /*------ Nav collapse @ Tablet size ------*/
 @media (max-width: 991px) {
	.navbar-header {
	float: none;
    }
    .navbar-toggle {
	display: block;
    }
    .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
	display: none!important;
    }
    .navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
    }
    .navbar-nav>li {
	float: none;
    }
    .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
	display: block!important;
    }
    .collapsing {
	overflow: hidden!important;
    }
    /*.dropdown-menu {
		border: none;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}*/

}
@media (min-width: 768px) and (max-width: 990px) {

}
@media (max-width: 767px) {

}
@media (max-width: 480px) { 

}