.menu-navigation-dark {
    font-size: 0;
    text-align: center;
	-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#341d30+0,2b0c26+100 */
background: #23242c; /* Old browsers */
background: -moz-linear-gradient(top,  #31323d 0%, #23242c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #31323d 0%,#23242c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #31323d 0%,#23242c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17476f', endColorstr='#23242c',GradientType=0 ); /* IE6-9 */	
}

.menu-navigation-dark a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
	text-transform:uppercase;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    width: 14%;
    margin: 0 auto;
    padding: 22px 0 22px 0;
    box-sizing: border-box;





border-right:1px solid #17151a;

}

.menu-navigation-dark a:hover {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e5c64+0,2b0c26+100 */
background: #141217; /* Old browsers */
background: -moz-linear-gradient(top,  #141217 0%, #23242c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #141217 0%,#23242c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #141217 0%,#23242c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33658e', endColorstr='#23242c',GradientType=0 ); /* IE6-9 */


	color:#effbff;
}

.menu-navigation-dark a:first-child{
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;

}

.menu-navigation-dark a:first-child:hover{
  
}



.menu-navigation-dark a:not(.selected) {

}

.menu-navigation-dark a:last-child {
-webkit-border-top-right-radius: 11px;
-moz-border-radius-topright: 11px;
border-top-right-radius: 11px;
width:16%;
		color:black;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb302+0,ffa037+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd06d+0,ffa037+100 */
background: #ffd06d; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd06d 0%, #ffa037 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffd06d 0%,#ffa037 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffd06d 0%,#ffa037 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd06d', endColorstr='#ffa037',GradientType=0 ); /* IE6-9 */


color:black; font-weight:bold;


border-right:0px;

}


.menu-navigation-dark a:last-child:hover {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50ba5a+0,2a843f+100 */
background: #50ba5a; /* Old browsers */
background: -moz-linear-gradient(top, #50ba5a 0%, #2a843f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #50ba5a 0%,#2a843f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #50ba5a 0%,#2a843f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ba5a', endColorstr='#2a843f',GradientType=0 ); /* IE6-9 */

}


.menu-navigation-dark a:last-child span{
color: black;

}






.menu-navigation-dark a i {
    display: block;
    line-height: 1.3;
}

.menu-navigation-dark a span {
    display: block;
    font-size: 18px;
	text-transform:uppercase;
    font-weight: bold;
    line-height: 1.5;
	color:#c8dee5;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/* Make this page responsive */

.slicknav_menu {
    display:none;
}

@media (max-width: 800px) {
    .menu-navigation-dark{
        display:none;
    }

    .slicknav_nav a i {
        display: none;
    }

    .slicknav_menu {
        display:block;
    }
}
