/*COMMON STYLES*/

body {
  background: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

body.body-home { background: #13072e; }

img {
  max-width: 100%;
  height: auto;
}

img.remove-bottom-space { vertical-align: top; }

/*.f-left {
  float: left;
} 

.f-right {
  float: right; 
}*/

.divider {
  width: 100%; float: left; margin: 00px 0 20px;
  border-top: 1px solid #c7c7c7;
}

span.red-txt { color: #aa1a19; }
span.orange-txt { color: #e46210; }
span.yellow-txt { color: #ffdf62; }
span.white-txt { color: #fff; }
span.black-txt { color: #252525; }

.full-width {
  width: 100%; height: auto; display: block;
}

.fill-width {
  width: 100%; height: auto; display: block; margin: auto;
}

.fill-width-2 {
  width: 100%; height: auto; display: block; margin: auto;
}

.clearer {
  clear: both; height: 0;
}

.center { text-align: center; }
.img-center { display: block; margin: auto; }
.image-wrapper { text-align: center; width: auto; }
#content-left .image-wrapper img, .image-wrapper img { display: inline-block; margin: 5px; }
.preload { display: none;}
.hidden { visibility: hidden; }

a.buttons {
  background: #d96034;
  background-image: -webkit-linear-gradient(top, #d96034, #ad2800);
  background-image: -moz-linear-gradient(top, #d96034, #ad2800);
  background-image: -ms-linear-gradient(top, #d96034, #ad2800);
  background-image: -o-linear-gradient(top, #d96034, #ad2800);
  background-image: linear-gradient(to bottom, #d96034, #ad2800);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

a.buttons:hover {
  background: #eb4a00;
  background-image: -webkit-linear-gradient(top, #eb4a00, #ab2200);
  background-image: -moz-linear-gradient(top, #eb4a00, #ab2200);
  background-image: -ms-linear-gradient(top, #eb4a00, #ab2200);
  background-image: -o-linear-gradient(top, #eb4a00, #ab2200);
  background-image: linear-gradient(to bottom, #eb4a00, #ab2200);
  text-decoration: none;
}

.buttons-wrapper { text-align: center; margin: 20px 0 20px 0; }

ul.list01 {
  list-style: none;
  width: auto; margin: 15px 0;
}
ul.list01 li {
  color: #252525;
  background: url(../img/bullet02.png) no-repeat top left;
  padding: 0 0 0 20px;
  margin-bottom: 0px;
  font-size: 15px;
}
ul.list01 li a {
  font-size: 15px;
}


/*TYPOGRAPHY*/

p {
  font-size: 15px;
  color: #252525;
}

a {
  font-size: 15px;
  color: #e46210;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.continue {
  font-style: italic;
}

h1 {
  font-size: 24px;
  font-family: 'Salsa', Times, sans-serif;
  color: #c22033;
  margin: 5px 0 20px 0;
  font-weight: normal;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
}

h2 {
  font-family: 'Salsa', Times, sans-serif;
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #3D1C84;
  margin: 0 0 15px 0;
  text-align: center;
}


h3 {
  font-size: 16px;
  color: #c22033;
  margin: 0px 0 0px 0;
  font-weight: bold;
  text-transform: uppercase
}

h4 {
  margin: 0 0 0px 0;
  font-size: 15px;
  color: #042C60;
  width: 100%;
  line-height: 1.2;
  text-transform: uppercase;
}

h6 {
  font-family: 'Salsa', Times, sans-serif;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #042C60;
}



/*END COMMON*/

/*FOR CMS*/

img.cms-float-left { margin: 0 auto 20px auto; float: none !important; display: block; }
img.cms-float-right { margin: 0 auto 20px auto; float: none !important; display: block;}


/*END CMS*/


/*HEADER AREA*/

#header-wrapper-wrapper { background: #c9171e; }

#header-wrapper {
  background: url(../img/bg-header2.jpg) no-repeat top center;
  padding: 7px 2%;
}

#header-logo-wrapper h3 {
  width: 286px; height: 106px;
  text-indent: -9999px;
  background: url(../img/header-logo.png) no-repeat;
  margin: 55px auto 0;
  display: block;
}

#header-logo-wrapper h3 a {
  width: 286px; height: 106px; display: block;
}

#social-wrapper {
  display: block;
  text-align: center;
  margin: 30px 0 5px 0;
}
#social-wrapper a { width: 54px; height: 54px; display: block; text-indent: -9999px; display: inline-block; margin: 0 3px; }
a.social-f { background: url(../img/social-icons.png) no-repeat 0 0; }
a.social-t { background: url(../img/social-icons.png) no-repeat -54px 0; }
a.social-y { background: url(../img/social-icons.png) no-repeat -108px 0; }
a.social-e { background: url(../img/social-icons.png) no-repeat -162px 0; }

#tickets-wrapper { display: block;
  text-align: center;
  margin: 10px 0 0px 0;
}


/*END HEADER AREA*/


/*CONTENT AREA*/

#slider-wrapper {
  position: relative;
  width: 100%; height: auto; display: block;
  margin: 0px auto 0 auto;
}

#slider-top-background { position: absolute; top: 0; background: url(../img/bg-slider-top.png) repeat-x top center; height: 17px; z-index: 10;}
#slider-bottom-background { position: absolute; bottom: 0; background: url(../img/bg-top.png) repeat-x top center; height: 17px; z-index: 10;}
#tagline-wrapper { display: none; }

.slides li {
  width: 100%;
  height: 200px;
  background-size: auto 200px !important;
}

.slides li a {
  width: 100%;
  height: 100%;
  display: block;
}
.flex-control-nav { bottom: -5px; }


#boxes-wrapper { text-align: center; margin-top: 10px; }
#boxes-wrapper img {
  width: 230px;
  display: inline-block;
  margin: 5px;
}

#content-wrapper-wrapper { position: relative; background: #fff; padding: 20px 0; }
#content-wrapper { 
  padding: 4% 2% 6%;
  }

#breadcrumbs-wrapper a, #breadcrumbs-wrapper p { color: #555; text-transform: uppercase; font-weight: bold; }
#breadcrumbs-wrapper a:hover { color: #e46210; }

img.banners { margin-bottom: 20px; }
#attractions-wrapper img { display: inline-block; margin: 10px 0px 0px 0px; background: url(../img/bg-attractions.png) no-repeat center center; padding: 10px 10px 29px 10px; width: 300px; height: 219px; }

.t-blocks { width: 25%; height: auto; float: left; font-size: 12px;  text-align: center; padding: 10px 5px; }
.t-header { background: #042C60; border-bottom: 1px solid #fff; font-weight: bold; text-transform: uppercase; color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px;  }
.t-header1 { background: #efefef; border-bottom: 1px solid #fff; color: #252525; }
.t-header2 { background: #e8e8e8; border-bottom: 1px solid #fff; color: #252525; }
.t-last { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }

.rides-wrapper { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #c0c0c0; width: auto; }
.rides-left { width: auto; margin-bottom: 20px; text-align: center; }
.rides-right { width: auto; }
.rides-right h3 { text-align: center; }
.rides-images img { margin: 10px 0; }




/*END CONTENT AREA*/


/*CONTACT FORM*/

#contact { width: 100%; float: left; margin: 20px 0 20px 0px; }
#contact p, #contact label, #contact legend { font-size: 14px; color: #252525; }
#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #0b6c0d; text-align: left; text-shadow: 0; border-bottom:0;  }

#contact label { display: inline-block; float: left; line-height: 20px; width: 100%; border-radius:4px; padding-top:4px;}
#contact input,  #contact textarea, #contact select { width: 100%; padding: 6px; color: #9a9a9a; background: #fff; border: 1px solid #c0c0c0; margin: 5px 0; border-radius:4px; float: left; font-size: 15px;}
#contact input:focus, #contact textarea:focus, #contact select:focus { border: 1px solid #79805b; background-color: #fff; color:#252525; }
#contact input.submit { width: 200px; height: 44px; cursor: pointer; color:#fff; margin: 10px 0 0px 0px; padding: 0px; float: left; clear: both; background: #e42d27; font-size: 15px; border: 0; }
#contact input.submit:hover { width: 200px; height: 44px; color: #fff; background: #CE251F; border: 0; }
#contact input[type="submit"][disabled] { width: 200px; height: 44px; }
#contact fieldset { border: 0; }
#contact legend { margin-bottom:10px !important; margin-bottom:20px; width: 100%; }

#contact span.required{ font-size: 13px; color: #FF0000; } /* Select the colour of the * if the field is required. */
#contact input.halfsize { width: 170px; }
#contact select.halfsize { width: 170px; margin-left: 10px; }
.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../img/success.png') left no-repeat; padding-left:22px; }
.error_message { display: block; height: 40px; line-height: 20px; background: #FBE3E4 url('../img/error.png') no-repeat 10px center; padding: 10px 10px 4px 35px; color:#8a1f11;border: 1px solid #FBC2C4; border-radius:5px; font-size:13px; margin-bottom: 10px;}

#contact label.cblabel { width: 400px; float: left; margin: 00px 0 00px 00px;}
#contact input.checkbox { width: 20px; float: left; margin: 5px 20px 0 0; border: 0; background-color: #bbbbf8; }

/*END CONTACT FORM*/



/*FOOTER AREA*/

#back-to-top-wrapper { background: url(../img/bg-top.png) repeat-x top center; height: 35px; padding-top: 17px; }
#back-to-top { position: relative; text-align: center; }
#back-to-top img { margin-top: 13px; }
#back-to-top a { display: block; background: #13072e; padding-bottom: 10px;}

#footer-wrapper-wrapper {
  padding: 20px 0 0px 0;
  margin-top: 20px;
  background: #fff;
  border-top: 8px #7421ad solid;
}

#footer-logo-wrapper {
  width: 261px; height: 100px;
  margin: 0 auto 25px auto;
  display: block;
}

#footer-info-wrapper { width: 100%; display: block; margin: 0 auto 25px auto; padding: 0 2%; }
#footer-info-wrapper p { text-align: center; }

#fnav-wrapper { width: auto; background: #CA171D; padding: 20px 2%; text-align: center; border-bottom: 1px solid #7421ad; }
#fnav-wrapper p { color: #fff; }
#fnav-wrapper a { color: #fff; padding: 0px 0 8px 0; text-transform: uppercase; }
#fnav-wrapper a:hover { color: #ffe259; text-decoration: none; }

#copy-wrapper { background: #271051; display: block; width: 100%; padding: 20px 2% 20px 2%; }
p#copy { text-align: center; padding: 0 2%; color: #ffe259; }

#footer-social-wrapper {
  display: block;
  text-align: center;
  padding: 0px 0 10px 0;
  background: #271051;
}
#footer-social-wrapper a { width: 35px; height: 35px; display: block; text-indent: -9999px; display: inline-block; margin: 0 3px; }
#footer-social-wrapper a.social-f { background: url(../img/social-icons-footer.png) no-repeat 0 0; }
#footer-social-wrapper a.social-t { background: url(../img/social-icons-footer.png) no-repeat -35px 0; }
#footer-social-wrapper a.social-y { background: url(../img/social-icons-footer.png) no-repeat -70px 0; }
#footer-social-wrapper a.social-e { background: url(../img/social-icons-footer.png) no-repeat -105px 0; }

#webmonster { width: 100%; text-align: center; padding: 10px 0 20px; background: #271051; }
#webmonster a { display: block; color: #ffe259; line-height: 2.0; font-size: 13px; }
#webmonster a:hover { color: #fff; }

/*END FOOTER AREA*/



/***************************************MEDIA QUERIES**************************************************/

/*media queries*/
@media only screen and (min-width: 480px) {
  h1, h2 { text-align: left; }
  
  .slides li {
    width: 100%;
    height: 300px;
    background-size: auto 300px !important;
  }
  #attractions-wrapper img { margin: 10px 6px 0 6px; }

    /*FOR CMS*/
  img.cms-float-left { margin: 0 20px 20px 0; float: left !important; } 
  img.cms-float-right { margin: 0 0px 20px 20px; float: right !important; } 

} /**end mq**/



/*media queries*/
@media only screen and (min-width: 600px) {
  h1 { font-size: 32px; line-height: 1.2;}
  #social-wrapper { float: left; }
  #tickets-wrapper { float: right; margin-top: 30px; }

  #content-right img.f-left { float: left; margin-right: 20px; margin-bottom: 20px; margin-left: 0; margin-top: 0; }
  #content-right img.f-right { float: right; margin-right: 0px; margin-bottom: 20px; margin-left: 20px; margin-top: 0; }
  
  .editForm.contactForm { width: 600px; margin-bottom: 30px; }
  .editForm.contactForm label { width: 150px; float: left; }
  .editForm.contactForm input, .contactForm textarea { width: 400px; float: left; }

  .t-blocks { font-size: 14px;  }
  .rides-left { width: 48%; float: left; }
  .rides-right { width: 48%; float: right; }
  .rides-right h3 { text-align: left; }



 } /**end mq**/ 


/*media queries*/
@media only screen and (min-width: 700px) {
  .slides li {
    width: 100%;
    height: 400px;
    background-size: auto 400px !important;
  }
.rides-images img { margin: 10px; }



} /**end mq**/



/*media queries*/
@media only screen and (min-width: 801px) {

  body {
    max-width: 100%;
    min-width: 960px;
  }

  body.body-home { background: url(../img/bg-main.jpg) top center no-repeat #1B0D42; }

  .fill-width { width: 960px; }

  #header-wrapper-wrapper {  background: url(../img/bg-header.jpg) repeat-x top center #1a0b3d; }
  #header-wrapper {
    background: none;
    padding: 0;
    height: 201px;
  }
  #header-logo-wrapper h3 {
    position: absolute; top: 60px;  z-index: 10;
    margin: 0; margin-left: 340px;
    float: none;
  }
  #social-wrapper { margin-top: 20px; }
  #tickets-wrapper { margin-top: 20px; }


  #mnav-wrapper {
    display: block;
    width: 940px;
    margin: 23px auto;
  }

  #mnav { list-style: none; }

  #mnav li { float: left; text-indent: -9999px; }
  #mnav li a { display: block; height: 45px; padding: 0 0 0px 0;}

  #mnav li#mnav-home a { background: url(../img/mnav.png) no-repeat 0 0; width: 85px; }
  #mnav li#mnav-attractions a { background: url(../img/mnav.png) no-repeat -85px 0; width: 240px; }
  #mnav li#mnav-blank a { background: url(../img/mnav.png) no-repeat -325px 0; width: 295px; }
  #mnav li#mnav-visit a { background: url(../img/mnav.png) no-repeat -620px 0; width: 105px; }
  #mnav li#mnav-party a { background: url(../img/mnav.png) no-repeat -725px 0; width: 130px; }
  #mnav li#mnav-info a { background: url(../img/mnav.png) no-repeat  -855px 0; width: 85px; }

  #mnav li#mnav-home a:hover { background: url(../img/mnav.png) no-repeat 0 -45px; width: 85px; }
  #mnav li#mnav-attractions a:hover { background: url(../img/mnav.png) no-repeat -85px -45px; width: 240px; }
  #mnav li#mnav-blank a:hover { background: url(../img/mnav.png) no-repeat -325px -45px; width: 295px; }
  #mnav li#mnav-visit a:hover { background: url(../img/mnav.png) no-repeat -620px -45px; }
  #mnav li#mnav-party a:hover { background: url(../img/mnav.png) no-repeat -725px -45px; width: 130px; }
  #mnav li#mnav-info a:hover { background: url(../img/mnav.png) no-repeat  -855px -45px; width: 85px; }

  /*for mnav dropdowns*/


  #mnav-wrapper ul li {
      position:relative;
      z-index:500;
  }

  #mnav li ul {
    position:absolute;
    top: 45px;
    display:none;
    margin: 0 0 0 20px;
    padding:10px;
    list-style:none;
    background: #c9171e;
    border-radius: 4px;
    width: 180px !important;
  }
           
  #mnav ul li {
    float:left; 
    text-indent: 0px;
  }
      
  #mnav li ul a {
    height: auto;
    color:#ffdf62;
    font-size: 13px;
    background-image: none !important;
    font-weight:normal;
    display:block;
    min-height: 29px;
    width:160px !important;
    text-align:center;
    line-height: 1.0;
    padding: 8px 0 3px 0 !important;
    margin: 0 0 0 0 !important;
    border-right: 0;
    border-radius: 2px;
  }
           
  #mnav li ul a:hover {
    color:#fff;
    background:#6d0d11 !important;
    font-weight:normal;
    text-decoration:none;
    width:160px;
  }

  /* fix ie6 small issue */
  /* we should always avoid using hack like this */
  /* should put it into separate file : ) */
  *html #mnav ul {
      margin:0 0 0 -2px;
  }



  /*#slider-wrapper {
    position: absolute;
    width: 100%; height: auto; display: block;
    top: 201px;
    margin: 0 auto;
    z-index: -10;
    min-width: 960px;
  }*/

  #slider-wrapper {
    position: relative;
    width: 100%; height: 530px; display: block;
    top: 0px;
    margin: 0 auto;
    min-width: 960px;
  }

  .slides li {
    width: 100%;
    height: 530px;
    background-size: auto auto !important;
  }

  #slider-bottom-background { display: none; }
  #tagline-wrapper { position: absolute; display: block; z-index: 100; left: 50%;
    transform: translate(-50%, 0); top: -40px; }

  .flex-control-nav { bottom: 110px; }

  /*#boxes-wrapper { margin-top: 420px; }*/
  #boxes-wrapper { position: absolute; top: -120px; z-index: 10; }
  #boxes-wrapper-wrapper { position: relative; height: 220px; }

  #content-wrapper { padding: 00px 10px 30px 10px; border-radius: 8px; margin-top: 25px; }
  .rides-left { width: 350px; float: left; }
  .rides-right { width: 560px; float: right; }

  /*CONTACT FORM*/
  #contact label { width: 140px; height: 40px; }
  #contact input,  #contact textarea, #contact select { float: left; width: 430px; margin-left: 20px; }
  #contact input.submit { margin-left: 160px; }




  #back-to-top-wrapper { height: 17px; padding-top: 0px; }
  #back-to-top a { padding-bottom: 0px;}
  #back-to-top img { position: absolute; top: 14px; right: 10px; margin-top: 0; }

  #footer-wrapper-wrapper { background: url(../img/bg-footer.jpg) repeat-x top center #12072F; border-top: 8px solid #12072F; margin-top: 0; padding-bottom: 0px; }

  #footer-logo-wrapper { float: left; margin: 20px 0 0 400px; }

  #footer-info-wrapper { width: 250px; margin: 30px 0 0 30px; padding: 0; float: left; }
  #footer-info-wrapper p { text-align: left; font-size: 14px; color: #5d5d5d; margin-bottom: 5px; padding-left: 30px; }
  p.info-address { background: url(../img/icon-map.png) no-repeat top left; }
  p.info-email { background: url(../img/icon-email.png) no-repeat center left; }
  p.info-phone { background: url(../img/icon-phone.png) no-repeat center left; }

  #fnav-wrapper { background: none; padding: 20px 2% 20px 220px; border-bottom: 0px; margin-top: 27px; }
  #fnav-wrapper p {
    color: #fff; font-family: 'Salsa', Times, sans-serif; font-size: 16px; 
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  }
  #fnav-wrapper a { text-transform: capitalize; }

  #copy-wrapper { background: none; float: left; width: 420px; padding: 20px 0 0 0; margin-left: 190px; }
  p#copy { text-align: left; padding: 0; font-size: 13px; }

  #footer-social-wrapper {
    float: left; width: 125px; margin: 10px 0 0 10px;
    padding-left: 0px;
    background: none;;
  }




  #webmonster { width: 160px; text-align: center; margin: 00px 0; float: right; background: none; }



} /**end mq**/



/****************RESPONSIVE NAVIGATION*****************************/


.slicknav_menu {
  display:none;
  top: 0px;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 800px) {
  /* #menu is the original menu */
  .js #mnav {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;

  }

  .hidden { visibility: visible; }
  .slicknav_nav li.hidden a { display: none; }


}



/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; font-size: 1em; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left;  font-size: 15px; }
.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; width: 1.125em; height: 0.125em; -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: 0.188em }
.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_brand { float:left }
.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.
*/

.slicknav_menu {
    font-size:16px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #E42D28;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

/* Main Background */
.slicknav_menu {
    border-top: 0px solid #FEB520;
    border-bottom: 0px solid #204085;
    background:#13072f;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding:10px 10px;
    margin:3px 5px;
}

.slicknav_nav a {
    padding:10px 10px;
    margin:3px 5px;
    text-decoration:none;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    background: #2E125D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.5;
}
.slicknav_nav .slicknav_item a {
    padding:10px;
    margin:0;
}

.slicknav_nav .slicknav_parent-link a {
    padding:10px;
    margin:0;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#ffdf62;
    border-bottom: 0;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#ffdf62;
    border-bottom: 0;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_brand {
  color:#fff;
  font-size: 18px;
  line-height:30px;
  padding:7px 12px;
  height:44px;
}




/****************END RESPONSIVE NAVIGATION*****************************/


/*slider*/

.slides {
  text-indent: -9999px;
}

li#slide01 {
  background: url(../img/slide01.jpg) no-repeat top center;
}

li#slide02 {
  background: url(../img/slide02.jpg) no-repeat top center;
}


/*

#slider-wrapper {
  position: absolute;
  width: 100%; height: auto; display: block;
  top: 0; left: ;
  margin: 0px auto;
  z-index: -10;
}

.slides {
  width: 100%; height: 637px;
  text-indent: -9999px;
}

.slides li {
  width: 100%; height: 637px;
}

#slide01 {
  width: 100%; height: 637px;
  background: url(../img/slide01.jpg) #000 no-repeat top center;
}

#slide02 {
  width: 100%; height: 637px;
  background: url(../img/slide02.jpg) #000 no-repeat top center;
}
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 00px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px; }
.flexslider .slides {zoom: 1;}

.carousel li { width: 100%;}
.loading { min-height: 100px; background: none !important;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 64px; height: 99px; margin: -80px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0; position: absolute; top: 55%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .7!important; filter:alpha(opacity=70); }
.flex-direction-nav .flex-next {background-position: -64px 0; right: 50px; }
.flex-direction-nav .flex-prev {left: 50px;}
.flexslider .flex-next:hover {opacity: 1!important; filter:alpha(opacity=100);}
.flexslider .flex-prev:hover {opacity: 1!important; filter:alpha(opacity=100);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .7!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center; z-index: 100; }
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; width: 17px; }
.flex-control-paging li a {width: 17px; height: 17px; display: block; background: url(../img/bullets.png) no-repeat 0 0px; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a.flex-active { background-position: 0 -17px; 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%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*end slider*/







/*margins*/

.mt000 { margin:auto; }

.mt001 { margin-top: 1px }
.mt002 { margin-top: 2px }
.mt003 { margin-top: 3px }
.mt004 { margin-top: 4px }
.mt005 { margin-top: 5px }
.mt006 { margin-top: 6px }
.mt007 { margin-top: 7px }
.mt008 { margin-top: 8px }
.mt009 { margin-top: 9px }
.mt010 { margin-top: 10px }
.mt011 { margin-top: 11px }
.mt012 { margin-top: 12px }
.mt013 { margin-top: 13px }
.mt014 { margin-top: 14px }
.mt015 { margin-top: 15px }
.mt016 { margin-top: 16px }
.mt017 { margin-top: 17px }
.mt018 { margin-top: 18px }
.mt019 { margin-top: 19px }
.mt020 { margin-top: 20px }
.mt021 { margin-top: 21px }
.mt022 { margin-top: 22px }
.mt023 { margin-top: 23px }
.mt024 { margin-top: 24px }
.mt025 { margin-top: 25px }
.mt026 { margin-top: 26px }
.mt027 { margin-top: 27px }
.mt028 { margin-top: 28px }
.mt029 { margin-top: 29px }
.mt030 { margin-top: 30px }
.mt035 { margin-top: 35px }
.mt040 { margin-top: 40px }
.mt045 { margin-top: 45px }
.mt050 { margin-top: 50px }

.mr001 { margin-right: 1px }
.mr002 { margin-right: 2px }
.mr003 { margin-right: 3px }
.mr004 { margin-right: 4px }
.mr005 { margin-right: 5px }
.mr006 { margin-right: 6px }
.mr007 { margin-right: 7px }
.mr008 { margin-right: 8px }
.mr009 { margin-right: 9px }
.mr010 { margin-right: 10px }
.mr011 { margin-right: 11px }
.mr012 { margin-right: 12px }
.mr013 { margin-right: 13px }
.mr014 { margin-right: 14px }
.mr015 { margin-right: 15px }
.mr016 { margin-right: 16px }
.mr017 { margin-right: 17px }
.mr018 { margin-right: 18px }
.mr019 { margin-right: 19px }
.mr020 { margin-right: 20px }
.mr021 { margin-right: 21px }
.mr022 { margin-right: 22px }
.mr023 { margin-right: 23px }
.mr024 { margin-right: 24px }
.mr025 { margin-right: 25px }
.mr026 { margin-right: 26px }
.mr027 { margin-right: 27px }
.mr028 { margin-right: 28px }
.mr029 { margin-right: 29px }
.mr030 { margin-right: 30px }
.mr035 { margin-right: 35px }
.mr040 { margin-right: 40px }
.mr045 { margin-right: 45px }
.mr050 { margin-right: 50px }

.ml001 { margin-left: 1px }
.ml002 { margin-left: 2px }
.ml003 { margin-left: 3px }
.ml004 { margin-left: 4px }
.ml005 { margin-left: 5px }
.ml006 { margin-left: 6px }
.ml007 { margin-left: 7px }
.ml008 { margin-left: 8px }
.ml009 { margin-left: 9px }
.ml010 { margin-left: 10px }
.ml011 { margin-left: 11px }
.ml012 { margin-left: 12px }
.ml013 { margin-left: 13px }
.ml014 { margin-left: 14px }
.ml015 { margin-left: 15px }
.ml016 { margin-left: 16px }
.ml017 { margin-left: 17px }
.ml018 { margin-left: 18px }
.ml019 { margin-left: 19px }
.ml020 { margin-left: 20px }
.ml021 { margin-left: 21px }
.ml022 { margin-left: 22px }
.ml023 { margin-left: 23px }
.ml024 { margin-left: 24px }
.ml025 { margin-left: 25px }
.ml026 { margin-left: 26px }
.ml027 { margin-left: 27px }
.ml028 { margin-left: 28px }
.ml029 { margin-left: 29px }
.ml030 { margin-left: 30px }
.ml035 { margin-left: 35px }
.ml040 { margin-left: 40px }
.ml045 { margin-left: 45px }
.ml050 { margin-left: 50px }

.mb001 { margin-bottom: 1px }
.mb002 { margin-bottom: 2px }
.mb003 { margin-bottom: 3px }
.mb004 { margin-bottom: 4px }
.mb005 { margin-bottom: 5px }
.mb006 { margin-bottom: 6px }
.mb007 { margin-bottom: 7px }
.mb008 { margin-bottom: 8px }
.mb009 { margin-bottom: 9px }
.mb010 { margin-bottom: 10px }
.mb011 { margin-bottom: 11px }
.mb012 { margin-bottom: 12px }
.mb013 { margin-bottom: 13px }
.mb014 { margin-bottom: 14px }
.mb015 { margin-bottom: 15px }
.mb016 { margin-bottom: 16px }
.mb017 { margin-bottom: 17px }
.mb018 { margin-bottom: 18px }
.mb019 { margin-bottom: 19px }
.mb020 { margin-bottom: 20px }
.mb021 { margin-bottom: 21px }
.mb022 { margin-bottom: 22px }
.mb023 { margin-bottom: 23px }
.mb024 { margin-bottom: 24px }
.mb025 { margin-bottom: 25px }
.mb026 { margin-bottom: 26px }
.mb027 { margin-bottom: 27px }
.mb028 { margin-bottom: 28px }
.mb029 { margin-bottom: 29px }
.mb030 { margin-bottom: 30px }
.mb035 { margin-bottom: 35px }
.mb040 { margin-bottom: 40px }
.mb045 { margin-bottom: 45px }
.mb050 { margin-bottom: 50px }

/*end margins*/

/*padding*/

.pt001 { padding-top: 1px }
.pt002 { padding-top: 2px }
.pt003 { padding-top: 3px }
.pt004 { padding-top: 4px }
.pt005 { padding-top: 5px }
.pt006 { padding-top: 6px }
.pt007 { padding-top: 7px }
.pt008 { padding-top: 8px }
.pt009 { padding-top: 9px }
.pt010 { padding-top: 10px }
.pt011 { padding-top: 11px }
.pt012 { padding-top: 12px }
.pt015 { padding-top: 15px }
.pt020 { padding-top: 20px }
.pt025 { padding-top: 25px }
.pt030 { padding-top: 30px }

.pr001 { padding-right: 1px }
.pr002 { padding-right: 2px }
.pr003 { padding-right: 3px }
.pr004 { padding-right: 4px }
.pr005 { padding-right: 5px }
.pr006 { padding-right: 6px }
.pr007 { padding-right: 7px }
.pr008 { padding-right: 8px }
.pr009 { padding-right: 9px }
.pr010 { padding-right: 10px }
.pr011 { padding-right: 11px }
.pr012 { padding-right: 12px }
.pr015 { padding-right: 15px }
.pr020 { padding-right: 20px }
.pr025 { padding-right: 25px }
.pr030 { padding-right: 30px }

.pl001 { padding-left: 1px }
.pl002 { padding-left: 2px }
.pl003 { padding-left: 3px }
.pl004 { padding-left: 4px }
.pl005 { padding-left: 5px }
.pl006 { padding-left: 6px }
.pl007 { padding-left: 7px }
.pl008 { padding-left: 8px }
.pl009 { padding-left: 9px }
.pl010 { padding-left: 10px }
.pl011 { padding-left: 11px }
.pl012 { padding-left: 12px }
.pl015 { padding-left: 15px }
.pl020 { padding-left: 20px }
.pl025 { padding-left: 25px }
.pl030 { padding-left: 30px }

.pb001 { padding-bottom: 1px }
.pb002 { padding-bottom: 2px }
.pb003 { padding-bottom: 3px }
.pb004 { padding-bottom: 4px }
.pb005 { padding-bottom: 5px }
.pb006 { padding-bottom: 6px }
.pb007 { padding-bottom: 7px }
.pb008 { padding-bottom: 8px }
.pb009 { padding-bottom: 9px }
.pb010 { padding-bottom: 10px }
.pb011 { padding-bottom: 11px }
.pb012 { padding-bottom: 12px }
.pb015 { padding-bottom: 15px }
.pb020 { padding-bottom: 20px }
.pb025 { padding-bottom: 25px }
.pb030 { padding-bottom: 30px }

/*end padding*/
