:root {
    --primary: #89b03f;
    --light: #fff;
    --dark: #222222;
    --nav-bg: #f7f7f7;
    --secondary: #4a3f3b;
    --secondarylight: #5d4f4a;
}
.prettyPhoto {color: #fff !important;}
.header_top_bar_container {
    background-color: var(--secondary);
}

.latest_news_scrolling_list_container li.left:hover,
.latest_news_scrolling_list_container li.right:hover {
    background: var(--primary);
}
.divider_block {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  border-bottom: 6px solid #f9f9f9 !important;
}
.box_header {
  background: #F5F5F5;
  padding: 10px 15px 10px;
}
.page_margin_bottom {
  margin-bottom: 30px;
}
.post:first-child {
  margin-top: 0px;
}
.post_date {
    clear: both;
    padding-top: 4px; 
    font-size: 12px; 
    color: #888;
}
.post_date_detail {
    clear: both;
    padding-top: 4px; 
    font-size: 16px; 
    color: #888;
}
.blog.horizontal_carousel .post h5 {
    max-width: 300px;
    display: block; 
}

/* --- blog grid --- */
/* ---.blog_grid .post
{
	position: relative;
	float: left;
	clear: none;
	margin: 0 0 0 5px;
	width: 519px;
	height: 257px;
}
.blog_grid .post .pr_preloader
{
	width: 519px;
	height: 257px;
}
.blog_grid .post.large,
.blog_grid .post.large .pr_preloader
{
	width: 787px;
	height: 519px;
}
.blog_grid .post.big,
.blog_grid .post.big .pr_preloader
{
	height: 519px;
}
.blog_grid .post.small,
.blog_grid .post.small .pr_preloader
{
	width: 257px;
}
.blog_grid .post:first-child
{
	margin: 0;
}
.blog_grid  .row
{
	margin-top: 5px;
}
.blog_grid  .row:first-child
{
	margin-top: 0;
}
.blog_grid  .column
{
	margin-left: 5px;
}--- */

/* --- tiktok --- */
.tiktok_more {
    position: relative;
    display: block;
    height: 29px; 
    clear: both;
    float: left;
    color: #25282A;
    font-size: 18px;
    line-height: 29px; 
    font-weight: bold;
    margin-top: 1px;
    padding-right: 12px;
    text-decoration: none; 
}

/* The text and the TikTok icon container */
.tiktok_more span:not(.arrow) {
    display: inline-block;
    line-height: 29px;
    margin-top: -3px; /* Adjusts vertical position of text */
    position: relative;
    margin-left: 38px;
    z-index: 2;      /* Keeps text above the expanding arrow */
    transition: color 0.3s ease;
}


.tiktok_more .arrow {
    position: absolute;
    width: 29px;
    height: 29px;
    left: 0;
    top: 0;
    background: #2f9ca5 url("../images/icons/navigation/call_to_action_arrow.png") no-repeat;
    z-index: 1;
    /* Transitions both the width and the color change */
    transition: width 0.3s ease, background-color 0.3s ease; 
}

/* --- Hover States --- */

.tiktok_more:hover {
    color: #ffffff !important;
}

.tiktok_more:hover span:not(.arrow) {
    color: #ffffff !important;
}

.tiktok_more:hover .arrow {
    width: 100%;
    background-color: #2f9ca5; /* The new teal hover color */
}
.post_content p {
    font-size: 16px;
    line-height: 1.6; /* Adds a bit of breathing room between lines */
    color: #444;       /* Optional: keeps the text easy to read */
}
.post p {
  margin-top: 0px !important;
}
.pagination {
  clear: both !important;
  margin-top:20px !important;
}
.pagination li
{
	float: left;
	margin-right: 5px !important;
	margin-left: 0px !important;
}
.category {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: block;
    margin-top: 7px;
}
.lime {
    color: #a7ca65 !important;
}
.site_header {
    background: #fff;
    background-image: url('/images/header/paper.jpg');
    padding: 0;
}

.pagination li.disabled{
    display: none;
}

.pagination li.disabled a {
    color: #999 !important;
    background: transparent !important;
    border: none !important;
}


.pagination li.disabledlink a {
    color: #999 !important;
    background: transparent !important;
    border: none !important;
}
.pagination li.disabledlink {
    color: #999 !important;
    background: transparent !important;
    border: none !important;
}


@keyframes pixieDust {
    0% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
    100% { opacity: 0.5; transform: scale(1); }
}

.header_top {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: left;
    position: relative;
    background-image: url('/images/header/daniel.gif'), url('/images/header/daniel-shadow.png'), url('/images/headerart/top-vines.png');
    background-position: right center, right center, right center;
    background-repeat: no-repeat;
    background-size: auto 100%, auto 100%;
}

.logo img {
    max-height: 175px;
    width: auto;
    margin: 0px;
}

.menu_container {
    background: var(--nav-bg);
    border-top: 0px solid #f7f7f7 !important;
    border-bottom: 0px solid #f7f7f7 !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
}

.nav-item {
    position: static;
}

.nav-link {
    color: #25282A;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.nav-item .dashboard {
    color: var(--light);
    text-decoration: none;
    background: var(--primary);
}

.nav-link:hover,
.nav-item.is-open .nav-link {
    color: var(--light);
    text-decoration: none;
    background: var(--secondarylight);
}

.mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1050px;
    background: #fff;
    display: none;
    z-index: 1100;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 15px;
    box-shadow: 0 15px 15px rgba(0,0,0,0.5);
}

.nav-item.is-open .mega-menu {
    display: block;
}
.no-top-bottom-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.retired-title {
    text-decoration: line-through;
    color: #888;
    opacity: 0.7;
}

.retired-title .count {
    text-decoration: none;
    display: inline-block;
}

.white {
    color: #fff !important;
}

.newdetail .tiktok-sidebar-img {
    margin-top: 30px;
}
.bread_crumb li a:hover {
  color: #89b03f;
}
p.nohiddenmickey {
    padding: 25px 10px 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--dark);
}
p.contactus {
    padding: 10px 10px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555;
}
.page_header .page_title {
  font-weight: bold;
  margin-bottom:5px;
}
.no_mickey {
    float: left;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.text {
    overflow: hidden;
}

.no_mickey_wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.park-tab {
    padding: 25px 25px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s;
    color: var(--dark);
}

.park-tab.active {
    background: #fff;
    color: var(--secondarylight);
}

.ride-grid {
    column-count: 3;
    column-gap: 30px;
}

.ride-link {
    display: block;
    break-inside: avoid; /* Added fix to prevent link splitting across columns */
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    line-height: 1.4;
}

.ride-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.count {
    color: var(--primary);
    font-size: 0.85em;
    font-weight: 400;
}

.hidden_mickey {
    display: none;
}

.latest_news_scrolling_list_container li .timeago {
    color: #bbbbbb;
}

.slider_content_box .post_details li.category::after {
    background: none;
}

.post_details.simple {
    margin: 0 !important;
    padding: 5px 20px !important;
}

.color_bg {
    background: var(--primary) !important;
}

.post_details.simple.no_padding {
    padding: 0px !important;
}

.category.color_bg.side_padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: var(--primary) !important;
}

.slider_navigation .slider_control a {
    background-color: rgba(74, 63, 59, 0.8) !important;
}

.maxwidth {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.horizontal_carousel_container .horizontal_carousel .post img.maxwidth {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.image-frame {
    width: 330px;
    height: 242px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.image-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

ul.post_details.simple li {
    background: none;
    padding: 3px 0 !important;
    margin-top: 0px !important;
    line-height: 1.4 !important;
}

.slider_content_box {
    background-color: rgba(74, 63, 59, 0.8) !important;
}

.post_content.video-layout {
    margin-left: 0 !important;
    margin-top: 10px;
    width: auto !important;
    max-width: 100%;
    display: block;
    float: none;
}

.video-layout-post img {
    width: 100%;
    height: auto;
}
.modern-submit-btn {
    background: #44612b;
    color: #ffffff !important;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px; /* Rounded pill shape */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.modern-submit-btn:hover {
    background: #577d37;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.modern-submit-btn:active {
    transform: translateY(0);
}
.upload-message {
	font-size:14px; 
	color:#9b8a6a; 
	margin-bottom:10px;	
    font-weight: 400 !important;
}
@media (min-width: 769px) {
    .mega-grid {
        display: grid;
        grid-template-columns: 280px 1fr;
        position: relative;
        height: 100%;
        border-radius: 15px;
    }

    .park-tabs {
        background: #eeeeee;
        border-right: 1px solid #eee;
        min-height: 440px;
        border-bottom-left-radius: 15px;
    }

    .movie-content, .location-content {
        padding: 30px;
        width: 100%;
        border-radius: 15px;
    }

    .attraction-content {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 280px);
        height: 100%;
        padding: 20px 30px;
        background: #fff;
        z-index: 5;
        border-radius: 15px;
        box-shadow: 0 15px 15px rgba(0,0,0,0.5);
    }

    .attraction-content.active {
        display: block !important;
    }

    .slider_content_box {
        background: linear-gradient(
            to bottom,
            transparent 0%,
            transparent 35%,
            rgba(74, 63, 59, 0.8) 35%,
            rgba(74, 63, 59, 0.8) 100%
        ) !important;
        padding: 0px 0 10px !important;
    }
}

.blog_grid .post h2, .blog_grid .post h5 {
  margin: 10px 15px 0 15px;
}
.post_details li.category {
  font-weight: bold;
  background: #86b044;
  padding: 7px 15px 7px 15px !important;
}


@media (max-width: 768px) {
  .image-frame {
    width: 370px;
    height: 262px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
  
  .horizontal_carousel_container .horizontal_carousel > li {
  float: left;
  width: 210px;
  clear: none;
  margin-right: 20px;
  margin-top: 0;
} 
   .copyright_row .footer_menu {
  float: left;
  padding: 10px 0px 40px 0px !important;
}
.copyright_row .footer_menu li {
  margin-left: 0;
  margin-right: 25px;
}
 .post_details li.category {
  padding: 7px 12px 7px 12px !important;
}
.scroll_top {
    margin-bottom: 25px;
    }
	.slider_navigation .slider_control a {
    background-color: rgba(74, 63, 59, 0.8) !important;
    }
    .slider_content_box,
.slider_content_box:hover,
.slider_content_box:active,
.slider_content_box:focus-within {
    background-color: rgba(74, 63, 59, 0.8) !important;
}

    .slider_content_box h2 {
        width: 270px !important;
    }

    .mobilecat {
        position: absolute;
        margin-top: -45px;
        margin-left: -15px;
    }

    .menu_container {
        background: var(--nav-bg);
        border-top: 0px solid #eee;
        border-bottom: 0px solid #eee;
        position: relative;
        top: 0;
        z-index: 2000;
    }

    .header_top_bar .social_icons li {
        padding: 2px 0 2px 5px;
    }

    .hidden_mickey {
        padding: 8px 0 2px 15px !important;
        display: block;
        width: 230px;
        background-repeat: none;
        background-position: 0 0;
        outline: none;
        color: #bbbbbb;
    }

    .mega-menu {
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        box-shadow: none;
    }

    .mega-grid {
        display: block;
    }

    .park-group {
        border-bottom: 1px solid #ddd;
    }

    .park-tab {
        background: #f9f9f9;
        border-bottom: none;
    }

    .movie-content {
        width: 330px;
        padding: 30px;
    }

    .attraction-content {
        position: relative;
        width: 350px;
        background: #fff;
        padding: 15px 25px;
        display: none;
    }

    .ride-grid {
        column-count: 1;
    }

    .header_top {
        justify-content: space-between;
        padding: 0 15px;
    }

    #mobile-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #363B40;
        font-size: 50px !important;
        line-height: 0;
        padding: 0;
        margin: 25px 0px 0px 10px;
        background: rgba(229, 216, 196, 0.4);
        border-radius: 5px;
        height: 50px;
        width: 50px;
        overflow: hidden;
    }

    #mobile-btn i, #mobile-btn span {
        display: block;
        margin-top: -5px;
    }

    .logo img {
        max-height: 100px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-links.active {
        display: flex;
    }

    .latest_news_scrolling_list_container {
        display: none;
    }

    .site_header {
        padding: 0 !important;
    }
}


/*** SUPERFISH ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** SUPERFISH ESSENTIAL STYLES ***/

/*** MENU STYLES ***/
/* --- menu style 2 & 3 & 5 & 6 & 7 & 8 & 9 & 10 --- */
.style_2.menu_container
{
	background: #F0F0F0;
	border-color: #F0F0F0;
}
.style_2 .sf-menu
{
	border-top: 3px solid #E0E0E0;
}
.style_2 .sf-menu li
{
	background-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-top-color: #E0E0E0;	
}
.style_2 .sf-menu>li
{
	margin-top: -3px;
}
.style_2 .sf-menu li.submenu a,
.style_7 .sf-menu li.selected.submenu a,
.style_7 .sf-menu li.submenu:hover a
{
	background-image: url("../images/icons/navigation/menu_arrow.png");
}
.style_2 .sf-menu a:hover,
.style_3 .sf-menu a:hover
{
	background-color: #ED1C24;
}
.style_2 .sf-menu li:hover, .style_2 .sf-menu li.selected,
.style_2 .sf-menu li.submenu:hover,
.style_2 .sf-menu li:hover a, .style_2 .sf-menu li.selected a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li:hover, .style_3 .sf-menu li.selected,
.style_3 .sf-menu li.submenu:hover,
.style_3 .sf-menu li:hover a, .style_3 .sf-menu li.selected a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li:hover, .style_5 .sf-menu li.selected,
.style_5 .sf-menu li.submenu:hover,
.style_5 .sf-menu li:hover a, .style_5 .sf-menu li.selected a,
.style_5 .sf-menu li.submenu:hover a,
.style_10 .sf-menu li:hover, .style_10 .sf-menu li.selected,
.style_10 .sf-menu li.submenu:hover,
.style_10 .sf-menu li:hover a, .style_10 .sf-menu li.selected a,
.style_10 .sf-menu li.submenu:hover a
{
	background-color: #ED1C24;
	border-top-color: #ED1C24;
	border-bottom-color: #ED1C24;
}
.style_2 .sf-menu li.selected.submenu a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li.selected.submenu a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li.submenu a,
.style_6 .sf-menu li.selected.submenu a,
.style_6 .sf-menu li.submenu:hover a,
.style_7 .sf-menu li.submenu a,
.style_8 .sf-menu li.selected.submenu a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li.submenu a,
.style_10 .sf-menu li.selected.submenu a,
.style_10 .sf-menu li.submenu:hover a
{
	background-image: url("../images/icons/navigation/dark_bg/menu_arrow.png");
}
.style_2 .sf-menu li.selected a,
.style_2 .sf-menu li:hover a,
.style_3 .sf-menu li.selected a,
.style_3 .sf-menu li:hover a,
.style_5 .sf-menu li a,
.style_6 .sf-menu li.selected a,
.style_6 .sf-menu li:hover a,
.style_7 .sf-menu li a,
.style_8 .sf-menu li.selected a,
.style_8 .sf-menu li:hover a,
.style_9 .sf-menu li a,
.style_10 .sf-menu li.selected a,
.style_10 .sf-menu li:hover a
{
	color: #FFF;
}
/* --- menu style 3 --- */
.style_3.menu_container,
.style_3 .sf-menu li
{
	border-top-color: #ED1C24;
}
/* --- menu style 4 --- */
.style_4.menu_container,
.style_4 .sf-menu li
{
	background-color: #F0F0F0;
	border-color: #F0F0F0;
}
.style_4 .sf-menu li:hover, .style_4 .sf-menu li.selected,
.style_4 .sf-menu li.submenu:hover,
.style_4 .sf-menu li:hover a, .style_4 .sf-menu li.selected a,
.style_4 .sf-menu li.submenu:hover a
{
	background-color: #FFF;
	border-bottom-color: #FFF;
	border-top-color: #ED1C24;
}
/* --- menu style 5 & 7 & 9 & 10 --- */
.style_5.menu_container,
.style_5 .sf-menu li,
.style_7.menu_container,
.style_7 .sf-menu li,
.style_9.menu_container,
.style_9 .sf-menu li
{
	background-color: #363B40;
	border-color: #363B40;
}
.style_5 .sf-menu a:hover,
.style_10 .sf-menu a:hover
{
	background-color: #ED1C24;
}
/* --- menu style 6 --- */
.style_6 .sf-menu
{
	margin-top: 0;
}
.style_6.menu_container,
.style_6 .sf-menu li
{
	border-bottom-color: #363B40;
	border-top: none;
}
.style_6.menu_container
{
	border-bottom-width: 3px;
}
.style_6 .sf-menu a:hover
{
	background-color: #363B40;
}
.style_6 .sf-menu li:hover, .style_6 .sf-menu li.selected,
.style_6 .sf-menu li.submenu:hover,
.style_6 .sf-menu li:hover a, .style_6 .sf-menu li.selected a,
.style_6 .sf-menu li.submenu:hover a
{
	background-color: #363B40;
}
/* --- menu style 7 --- */
.style_7 .sf-menu a:hover
{
	background-color: #25282A;
}
.style_7 .sf-menu li:hover, .style_7 .sf-menu li.selected,
.style_7 .sf-menu li.submenu:hover,
.style_7 .sf-menu li:hover a, .style_7 .sf-menu li.selected a,
.style_7 .sf-menu li.submenu:hover a
{
	background-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color: #25282A;
}
/* --- menu style 8 & 9 & 10 --- */
.style_8 .sf-menu li,
.style_8.menu_container,
.style_10 .sf-menu li,
.style_10.menu_container
{
	border-top-color: #FFF;
}
.style_8 .sf-menu a:hover,
.style_9 .sf-menu a:hover
{
	background-color: #42494F;
}
.style_8 .sf-menu li:hover, .style_8 .sf-menu li.selected,
.style_8 .sf-menu li.submenu:hover,
.style_8 .sf-menu li:hover a, .style_8 .sf-menu li.selected a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li:hover, .style_9 .sf-menu li.selected,
.style_9 .sf-menu li.submenu:hover,
.style_9 .sf-menu li:hover a, .style_9 .sf-menu li.selected a,
.style_9 .sf-menu li.submenu:hover a
{
	background-color: #42494F;
	border-top-color: #42494F;
	border-bottom-color: #42494F;
}
/*** SUPERFISH ESSENTIAL STYLES ***/

/*** ANIMATION STYLES ***/
.animated_element
{
	visibility: hidden;
	position: relative;
}
.fadeIn, .scale, .slideRight, .slideRightBack, .slideRight200, .slideLeft, .slideLeftBack, .slideLeft50, .slideDown, .slideDownBack, .slideDown200, .slideUp, .slideUpBack, .width, .height
{
	animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
	-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
	visibility: visible !important;	
}
.slideRightBack, .slideLeftBack, .slideDownBack, .slideUpBack
{
	opacity: 0;
}
/* --- fadeIn --- */
.fadeIn
{	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	
}
@keyframes fadeIn 
{
	0% 
	{
		opacity: 0;
	}
	100% 
	{
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn 
{
	0% 
	{
		opacity: 0;
	}
	100% 
	{
		opacity: 1;
	}
}
/* --- scale --- */
.scale
{
	animation-name: scale;
	-webkit-animation-name: scale;
}
@keyframes scale 
{
	0% 
	{
		transform: scale(0.2);	
	}
	100% 
	{
		transform: scale(1);	
	}		
}
@-webkit-keyframes scale 
{
	0% 
	{
		-webkit-transform: scale(0.2);	
	}
	100% 
	{
		-webkit-transform: scale(1);
	}		
}
/* --- slideRight --- */
.slideRight
{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
}
@keyframes slideRight 
{
	0% 
	{
		opacity: 0;
		transform: translateX(-100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideRightBack --- */
.slideRightBack
{
	animation-name: slideRightBack;
	-webkit-animation-name: slideRightBack;	
}
@keyframes slideRightBack 
{
	0% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		transform: translateX(-100%);
	}
}
@-webkit-keyframes slideRightBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
}
/* --- slideRight200 --- */
.slideRight200
{
	animation-name: slideRight200;
	-webkit-animation-name: slideRight200;	
}
@keyframes slideRight200 
{
	0%
	{
		opacity: 0;
		transform: translateX(-200%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight200 
{
	0%
	{
		opacity: 0;
		-webkit-transform: translateX(-200%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideLeft --- */
.slideLeft
{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;
}
@keyframes slideLeft 
{
	0% 
	{
		opacity: 0;
		transform: translateX(100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}	
}
@-webkit-keyframes slideLeft 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideLeftBack --- */
.slideLeftBack
{
	animation-name: slideLeftBack;
	-webkit-animation-name: slideLeftBack;
}
@keyframes slideLeftBack 
{
	0% 
	{
		opacity: 1;
		transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		transform: translateX(100%);
	}	
}
@-webkit-keyframes slideLeftBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}
/* --- slideLeft50 --- */
.slideLeft50
{
	animation-name: slideLeft50;
	-webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 
{
	0% 
	{
		opacity: 0;
		transform: translateX(50%);
	}
	100% 
	{
		opacity: 1;
		transform: translateX(0%);
	}	
}
@-webkit-keyframes slideLeft50 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateX(50%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
/* --- slideDown --- */
.slideDown
{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;				
}
@keyframes slideDown 
{
	0% 
	{
		opacity: 0;
		transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateY(0%);
	}		
}
@-webkit-keyframes slideDown 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}	
}
/* --- slideDownBack --- */
.slideDownBack
{
	animation-name: slideDownBack;
	-webkit-animation-name: slideDownBack;				
}
@keyframes slideDownBack 
{
	0% 
	{
		opacity: 1;
		transform: translateY(0%);
	}
	100% 
	{
		opacity: 0;
		transform: translateY(-100%);
	}		
}
@-webkit-keyframes slideDownBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}	
}
/* --- slideDown --- */
.slideDown200
{
	animation-name: slideDown200;
	-webkit-animation-name: slideDown200;				
}
@keyframes slideDown200
{
	0% 
	{
		opacity: 0;
		transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		transform: translateY(0%);
	}		
}
@-webkit-keyframes slideDown200
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}	
}
/* --- slideUp --- */
.slideUp
{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
}

@keyframes slideUp 
{
	0% 
	{
		opacity: 0;
		transform: translateY(100%);
	}
	100%
	{
		opacity: 1;
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp 
{
	0% 
	{
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	100% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}	
}
/* --- slideUpBack --- */
.slideUpBack
{
	animation-name: slideUpBack;
	-webkit-animation-name: slideUpBack;
}

@keyframes slideUpBack 
{
	0% 
	{
		opacity: 1;
		transform: translateY(0%);
	}
	100%
	{
		opacity: 0;
		transform: translateY(100%);
	}	
}

@-webkit-keyframes slideUpBack 
{
	0% 
	{
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
	100% 
	{
		opacity: 0;
		-webkit-transform: translateY(100%);
	}	
}
/* --- width --- */
.width
{
	animation-name: width;
	-webkit-animation-name: width;
}

@keyframes width 
{
	0% 
	{
		width: 0%;
	}
	100%
	{
		width: 100%;
	}	
}

@-webkit-keyframes width 
{
	0% 
	{
		width: 0%;
	}
	100% 
	{
		width: 100%;
	}	
}
/* --- height --- */
.height
{
	animation-name: height;
	-webkit-animation-name: height;
}

@keyframes height 
{
	0% 
	{
		height: 0%;
	}
	100%
	{
		height: 100%;
	}	
}

@-webkit-keyframes height 
{
	0% 
	{
		height: 0%;
	}
	100% 
	{
		height: 100%;
	}	
}
/*** ANIMATION STYLES ***/

/*** ODOMETER STYLES ***/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif !important;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
