

    /* Container DIV - automatically generated */
.simply-scroll-container { 
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
    
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
    
.simply-scroll-list li img {
    border: none;
    display: block;
    max-height:150px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    width: 100%;
    /* height: 200px;
    margin-bottom: 1em; */
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 100%;
    /* height: 200px; */
}
    
/* Explicitly set height/width of each list item */ 
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width:150px;
    height: 150px;
    padding:0 10px;
}



/* 
=========================================================================
ToTop 
=========================================================================
*/

#toTop p{ 
line-height:.9em;
padding-top:22px;
font-weight:bold;
/* width:60%; */
margin:0 auto;
font-size:11px;
float:left;
padding-left:7px;
}
    
#toTop {
    z-index:1000;
        background: url(../images/back-to-top.png) no-repeat #8dcf01;
        text-align:center;
        line-height:1em;
        position:fixed;
bottom: 20px;
right: -12px;
        cursor:pointer;
        display:none;
        height: 40px;
width: 45px;
        -moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px; /* future proofing */
-khtml-border-radius: 5px 0 0 5px;


 -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;

    -webkit-box-shadow: -1px 0px 7px 2px rgba(0,0,0,0.55);
-moz-box-shadow: -1px 0px 7px 2px rgba(0,0,0,0.55);
box-shadow: -1px 0px 7px 2px rgba(0,0,0,0.55);


}

#toTop:hover {
         background: url(../images/back-to-top.png) no-repeat #8dcf01;
         color:#ffffff;
         font-weight:bold;
         right: 0;

 -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;

         }





/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider h2.tagline{
position: absolute;
z-index: 8000;
bottom: 30px;
left: 30px;
color:#ffffff;
font-size: 3em;
margin: 0;
line-height:.95em;
width: 50%;
}


.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
height: 100%;
/* display: inline-block; */
overflow: hidden;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {

  background: #fff;

  position: relative;
  zoom: 1;

}
.flexslider .slides {
  zoom: 1;
  height:100%;
}
.flexslider .slides img {
  max-width: none;
display: block;
/* text-align: center; */
width: 100%;
height:100%;
object-fit: cover;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  position: absolute;
bottom: 0px;
width: 100%;
z-index: 500;
-ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
.flex-direction-nav a {
  
z-index: 500;
font-size:0;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}


.flex-direction-nav a:hover{
      -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}



.flex-direction-nav a:before {
font-family: 'Font Awesome 5 Pro';
font-size: 20px;
display: inline-block;
content: '\f053';
color: #000000;
padding: 11px 16px;
font-weight: lighter;
background: #ffffff;
border-radius: 100px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
  
}






.flex-direction-nav .flex-prev {
  float:left;
  padding-left:40px;
  z-index:8001;
}
.flex-direction-nav .flex-next {
  float:right;
  padding-right:40px;
  z-index:8001;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
width: 60%;
position: absolute;
bottom: 30px;
text-align: center;
z-index: 8000;
display: block;
left: 50%;
transform: translateX(-50%);
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
height: 10px;
display: block;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #ffffff;
transition:all .15s ease-out;
}
.flex-control-paging li a:hover {
  background: #8bc53f;

}
.flex-control-paging li a.flex-active {
  background: #8bc53f;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}



.slider-message{
right: 0;
position: absolute;
padding: 30px;
background: rgba(0, 0, 0, 0.7);
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30%;
max-width: 550px;
z-index: 99999;
height: 100%;
}


.slider-message h2{ 
  color: #ffffff;
font-size: 3.5rem;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
font-weight: 300;
line-height: 1em;
margin-bottom:15px;

 }


 .slider-message p{ 
  color: #ffffff;
font-size: 1rem;
font-family: 'Lato', sans-serif;
font-weight: 300;
line-height: 1.5em;

 }











/* #Slick Nav
  ================================================== */


  /*
      Mobile Menu Core Style
  */

  .slicknav_btn { position: relative; 
    display: block; 
    vertical-align: middle; 
    float: right; 
    padding: 30px; 
    line-height: 1.125em; 
    cursor: pointer; 
  }
  .slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
  .slicknav_menu .slicknav_icon { 
    float: left; 
    margin: 0.188em 0 0 0.438em; 
  }

  .slicknav_menu .slicknav_no-text { margin: 0 }
  .slicknav_menu .slicknav_icon-bar { display: block;
display: block;
width: 21px;
height: 2px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 4px; }
  .slicknav_nav { clear: both }
  .slicknav_nav ul,
  .slicknav_nav li { display: block }
  .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item { cursor: pointer; }
  .slicknav_nav .slicknav_row { display: block; }
  .slicknav_nav a { display: block }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a { display: inline }
  .slicknav_menu:before,
  .slicknav_menu:after { content: " "; display: table; }
  .slicknav_menu:after { clear: both }
  /* IE6/7 support */
  .slicknav_menu { *zoom: 1 }

  /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
  */


  /* Button */
  .slicknav_btn {
      margin-right:15px;
      text-decoration:none;
  }

  .slicknav_btn:hover{ }

  /* Button Text */
  .slicknav_menu  .slicknav_menutxt {
      color: #f0f26c;
      font-size:18px;
font-weight: bold;
  font-family: 'Work Sans', sans-serif;
  }
  /* Button Lines */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
  }
  .slicknav_menu {
      

      
  }
  .slicknav_nav {
color: #fff;
font-size: 18px;
font-family: 'Work Sans', sans-serif;
letter-spacing: .07em;
z-index: 900;
position: relative;
font-weight:300;

  }
    
  .slicknav_nav li.mobile_nav.firstshadow{  
     -webkit-box-shadow: inset 0 20px 20px -25px rgba(0,0,0,0.8);
      -moz-box-shadow: inset 0 20px 20px -25px rgba(0,0,0,0.8);
      box-shadow: inset 0 20px 20px -25px rgba(0,0,0,0.8);
    
  }

  .slicknav_nav, .slicknav_nav ul {
      list-style: none;
      overflow:hidden;
    
  }
  .slicknav_nav ul {
      padding:0;
  }
  .slicknav_nav .slicknav_row {

  }
  .slicknav_nav a{
     
      text-decoration:none;
     padding: 20px 5%;
    width:90%;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
      padding:0;
      margin:0;
    


  }
  .slicknav_nav a:hover{


      color:#FFFFF;
  }
  .slicknav_nav .slicknav_txtnode {
       margin-left:15px;   
  }

  .slicknav_nav li{ 
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.19);
background: rgba(0, 0, 0, 0.5);
text-align: right;
}

  .slicknav_nav li a{color:#ffffff; }


  .slicknav_nav li.mobile_nav { background:#15722b; color:#ffffff; font-weight:900;}

  .slicknav_nav ul.sub{padding: 20px;
background: rgba(211, 255, 80, 0.3)!important;
font-size: 16px;}

.slicknav_open .slicknav_arrow{color: #e89c09;}




/* 7 - DROPDOWN MENU - Superfish
============================================= */


.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

 ul.sub{
font-size:13px;
text-align:center;

background: rgba(204, 102, 51, 0.92);
z-index:100;
padding-top:10px;

background: url("../images/nav-sub-bg.jpg");


-webkit-box-shadow: inset 0px 138px 19px -137px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 138px 19px -137px rgba(0,0,0,0.75);
box-shadow: inset 0px 138px 19px -137px rgba(0,0,0,0.75);




}





ul.sub li{padding:0;}


ul.sub li a{
    padding: 20px!important;
display: block;
color:#ffffff;
    -webkit-transition: .25s;
       -moz-transition: .25s;
        -ms-transition: .25s;
         -o-transition: .25s;
            transition: .25s;

}



ul.sub li a:hover{
    background:#ffffff;
    color:#cc6633;
        -webkit-transition: .25s;
       -moz-transition: .25s;
        -ms-transition: .25s;
         -o-transition: .25s;
            transition: .25s;
}



#primary_nav .sfHover a{border-bottom:2px solid #8dc63f;}

.sf-menu {
    float: right;
    width:auto;
}
.sf-menu ul {

}
.sf-menu a {
padding: 1em 0.7em;
text-decoration: none;
zoom: 1;
font-size: 17px;
font-weight: 800;
}
.sf-menu a {
    color: #ffffff;
}

.sf-menu a:hover {
    color: #f0bd5b;
}

.sf-menu li:last-child a{padding-right:0;}

.sf-menu li {
    

-webkit-transition: background .2s;
transition: background .2s;

}

.sf-menu li:hover,
.sf-menu li.sfHover {
    
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right:20px !important;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    /* margin-top: -3px; */
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 3px solid transparent;
    border-top-color: #f0bd5b; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ffffff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #333333; /* edit this to suit design (no rgba in IE8) */
    
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #333333;
}

ul.sf-menu li:hover ul,
ul.sf-menu li.sfHover ul,
ul.sf-menu li ul
{

    left: auto;
}



li.sfHover a.sf-with-ul{color:#f0bd5b;}





ul.sub{}


.slicknav_nav li ul.sub,.slicknav_nav li ul.sub li{background:none;}
.slicknav_nav li ul.sub li{border:none;}
.slicknav_nav li ul.sub li a{background:none; width:auto;}
.slicknav_nav li ul.sub li a:hover{color:#ffffff;}