body {
  background-color: #fff; }

.s-f4c a.footer-link {
  display: block; }

#footer4 .s-f4c label {
  display: block; }

#footer4 .s-f4c form label {
  font-weight: normal; }

#footer4 .s-f4c form label {
  color: #fff; }

#footer4 .s-f4c form label {
  text-align: center; }

#footer4 .s-f4c form input:focus, #footer4 .s-f4c form textarea:focus {
  border: 1px solid #f3a961; }

#footer4 .s-f4c form input:focus, #footer4 .s-f4c form textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px #404040, 0px 0px 3px #404040;
  box-shadow: inset 0px 0px 0px #404040, 0px 0px 3px #404040; }

#footer4 .s-f4c form input, #footer4 .s-f4c form textarea {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }

#footer4 .s-f4c form input, #footer4 .s-f4c form textarea {
  border: 1px solid #f3a961; }

#footer4 .s-f4c form input, #footer4 .s-f4c form textarea {
  background-color: #fff; }

#footer4 .s-f4c form input, #footer4 .s-f4c form textarea {
  color: #404040; }

#footer4 form .s-btn-beh button {
  display: inline-block; }

#footer4 form .s-btn-beh {
  text-align: center; }

#footer4 .s-f4c .s-btn:hover {
  border: 2px solid #666565; }

#footer4 .s-f4c .s-btn:hover {
  background-color: #666565; }

#footer4 .s-f4c .s-btn:hover {
  color: #fff; }

#footer4 .s-f4c .s-btn {
  border: 2px solid #f3a961; }

#footer4 .s-f4c .s-btn {
  background-color: #f3a961; }

#footer4 .s-f4c .s-btn {
  color: #fff; }

#footer4 .s-btn-beh a {
  display: inline-block; }

#footer4 .s-f4c .footer-link:hover {
  color: #f3a961; }

#footer4 .s-f4c .footer-link {
  font-size: 14px; }

#footer4 .s-f4c .footer-link {
  font-weight: 300; }

#footer4 .s-f4c .footer-link {
  color: #fff; }

#footer4 .s-f4c .footer-link {
  text-decoration: none; }

#footer4 .s-f4c p {
  font-size: 14px; }

#footer4 .s-f4c p {
  font-weight: 300; }

#footer4 .s-f4c p {
  color: #fff; }

#footer4 .s-f4c h3 {
  margin: 0px 0px 30px 0px; }

#footer4 .s-f4c h3 {
  padding: 0px 0px 0px 0px; }

#footer4 {
  padding: 50px 0px 40px 0px; }

#footer4 {
  background-color: #404040; }

#footer4 {
  color: #fff; }

@media (max-width: 480px) {
  #footer4 .s-f4c h3 {
    margin: 30px 0px 30px 0px; } }

.sf-menu > li.active > a, .sf-menu > li.active > a:link, .sf-menu > li.active > a:active {
  color: #f3a961; }

/* Mobile Menu Icon */
@font-face {
  font-family: "MobMenu";
  src: url("mobilemenu.eot");
  src: url("mobilemenu.eot#iefix") format("embedded-opentype"), url("mobilemenu.woff") format("woff"), url("mobilemenu.ttf") format("truetype"), url("mobilemenu.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-family: MobMenu;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px; }

.mmicon-1:before {
  content: "\e000"; }

.mmicon-2:before {
  content: "\e001"; }

.mmicon-3:before {
  content: "\e002"; }

.mmicon-4:before {
  content: "\e003"; }

.mmicon-5:before {
  content: "\e004"; }

.mmicon-6:before {
  content: "\e005"; }

.mmicon-7:before {
  content: "\e006"; }

.mmicon-8:before {
  content: "\e007"; }

.mmicon-9:before {
  content: "\e008"; }

.mmicon-10:before {
  content: "\e009"; }
/*** SUPERFISH MENU ***/
.s-navmenu {
  float: right; }

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.sf-menu li {
  position: relative; }

.sf-menu a:after, .sf-menu a:before {
  content: "";
  position: relative;
  display: block; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul, .sf-menu li > ul {
  display: block;
  top: auto;
  left: auto;
  position: relative; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }
/*** SUPERFISH DEMO SKIN ***/
.sf-menu {
  float: left; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1; }

.sf-menu a:hover {
  text-decoration: none; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.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: 2.5em;
  *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: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, .5); }

.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: white;
  /* 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: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, .5); }

.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: white; }
/* MOBILE MENU WITH SUPERFISH */
#mobile-menu-trigger1 {
  display: none; }

@media (max-width: 991px) {
  #mobile-menu-trigger1 {
    display: block;
    cursor: pointer; }

  .s-navmenu {
    float: none;
    clear: both; }

  .sf-menu {
    display: none;
    float: none; }

  .sf-menu > li {
    float: none; }

  .sf-menu ul {
    position: relative; } }
/* Fixed Side Logo + Navigation Extra CSS */
.sf-menu {
  width: 100%; }

.sf-vertical ul {
  left: 100%;
  top: 0; }

.sf-vertical > li {
  float: none; }

.sf-vertical li {
  width: 100%; }

.side-content {
  position: absolute;
  left: auto;
  right: 0; }

@media (min-width: 769px) {
  .sf-menu {
    display: block !important; }

  .s-headermenu1 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: auto;
    position: fixed; } }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-size: 21px; }

#mobile-menu-trigger1 {
  margin: 10px 20px 10px 0px; }

.s-headermenu1 {
  background-color: #fff; }

.s-headermenu1 {
  -webkit-box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #7e7e7e;
  box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #7e7e7e; }

.s-headermenu1 {
  z-index: 99; }

.s-headermenu1 {
  width: 260px; }

.s-headermenu1 {
  padding: 10px 0px 10px 0px; }

.s-headermenu1 .sw-logo-text {
  font-family: 'Philosopher', sans-serif, sans-serif; }

.s-headermenu1 .sw-logo-text {
  font-size: 22px; }

.s-headermenu1 .sw-logo-text {
  font-weight: 400; }

.s-headermenu1 .sw-logo-text {
  color: #404040; }

.s-headermenu1 .sw-logo-text {
  text-align: center; }

.s-headermenu1 .sw-logo-text {
  line-height: 30px; }

.s-headermenu1 .s-logoalign {
  float: left; }

.s-headermenu1 .sw-logo-text {
  width: 260px; }

.s-headermenu1 .sw-logo-text {
  margin: 70px 0px 40px 0px; }

.s-headermenu1 .s-navmenu {
  display: block; }

.s-headermenu1 .s-navmenu {
  float: none; }

.s-headermenu1 .s-navmenu {
  width: 100%; }

.s-headermenu1 .s-navmenu {
  margin: 0px 0px 0px 0px; }

.s-headermenu1 .sf-menu > li > a, .s-headermenu1 .sf-menu > li > a:visited, .s-headermenu1 .sf-menu > li > a:link, .s-headermenu1 .sf-menu > li > a:active:link {
  text-align: center; }

.s-headermenu1 .sf-menu > li > a, .s-headermenu1 .sf-menu > li > a:visited, .s-headermenu1 .sf-menu > li > a:link, .s-headermenu1 .sf-menu > li > a:active {
  margin: 0px 0px 0px 0px; }

.s-headermenu1 .sf-menu ul {
  margin: 0px 0px 0px 0px; }

.s-headermenu1 .sf-menu ul {
  padding: 0px 0px 0px 0px; }

.s-headermenu1 .sf-menu ul li a {
  text-align: center; }

.s-headermenu1 .sf-menu ul li a {
  line-height: 25px; }

@media (min-width: 1200px) {
  .s-headermenu1 {
    -webkit-box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #444;
    box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #444; } }

@media (max-width: 768px) {
  .s-headermenu1 {
    -webkit-box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #444;
    box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #444; }

  .s-headermenu1 {
    width: 100%; }

  .s-headermenu1 .sw-logo-text {
    margin: 10px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-headermenu1 {
    -webkit-box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #444;
    box-shadow: inset 0px 0px 0px #404040, -15px 0px 35px #444; }

  .s-headermenu1 {
    width: 100%; }

  .s-headermenu1 .sw-logo-text {
    margin: 10px 0px 0px 15px; } }

/* ----------------------------------------------------------------
 Credits Bar
 -----------------------------------------------------------------*/
#s-credit-bar9 {
  width: auto; }

#s-credit-bar9 ul li > * {
  margin: 0 10px; }

#s-credit-bar9 .top-items ul li:first-child > * {
  margin-left: 0px; }

#s-credit-bar9 .top-items ul li:last-child > * {
  margin-right: 0px; }

#s-credit-bar9 {
  background-color: #404040; }

#s-credit-bar9 {
  padding: 10px 0px 10px 0px; }

#s-credit-bar9 a.sw-powered:link, #s-credit-bar9 a.sw-powered:visited, #s-credit-bar9 a.sw-powered:active {
  color: #fff; }

#s-credit-bar9 a.sw-powered:link, #s-credit-bar9 a.sw-powered:visited, #s-credit-bar9 a.sw-powered:active {
  text-decoration: none; }

#s-credit-bar9 a.sw-powered:link, #s-credit-bar9 a.sw-powered:visited, #s-credit-bar9 a.sw-powered:active {
  display: inline-block; }

#s-credit-bar9 .s-credit-beh {
  text-align: center; }

#s-credit-bar9 a.sw-powered:hover, #s-credit-bar9 a.sw-powered:focus {
  color: #f3a961; }

#swiper10 .swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#swiper10 .swiper-slide {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#swiper10 .swiper-button-prev, #swiper10 .swiper-button-next {
  background-image: none; }

#swiper10 .swiper-button-prev {
  left: 0; }

#swiper10 .swiper-button-next {
  right: 0; }

#swiper10 .overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2; }

#swiper10 .swiper-slide .container {
  z-index: 9; }

@media (max-width: 768px) {
  #swiper10 .swiper-slide {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important; } }

#swiper10 h1 {
  font-family: 'Philosopher', sans-serif, sans-serif; }

#swiper10 h1 {
  font-size: 80px; }

#swiper10 h1 {
  font-weight: 400; }

#swiper10 h1 {
  color: #fff; }

#swiper10 h1 {
  line-height: 66px; }

#swiper10 h1 {
  text-transform: uppercase; }

#swiper10 h1 {
  border: 0px solid #fff; }

#swiper10 h1 {
  margin: 0px 0px 5px 0px; }

#swiper10 h1 {
  padding: 0px 0px 0px 0px; }

#swiper10 h6 {
  font-size: 60px; }

#swiper10 h6 {
  font-weight: 400; }

#swiper10 h6 {
  color: #fff; }

#swiper10 h6 {
  line-height: 50px; }

#swiper10 h6 {
  text-transform: none; }

#swiper10 h6 {
  margin: 0px 0px 0px 0px; }

#swiper10 p {
  font-size: 14px; }

#swiper10 p {
  color: #fff; }

#swiper10 .s-btn, #swiper10 a.s-btn, #swiper10 a.s-btn:link, #swiper10 a.s-btn:visited {
  text-transform: uppercase; }

#swiper10 .swiper-slide .container {
  text-align: center; }

#swiper10 .swiper-button-prev:before {
  content: '\f104'; }

#swiper10 .swiper-button-next:before {
  content: '\f105'; }

#swiper10 .swiper-button-next:before, #swiper10 .swiper-button-prev:before {
  font-size: 28px;
  color: #fff; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  background-color: #f3a961; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  width: 50px; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  height: 50px; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  margin: 0px 0px 0px 0px; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  padding: 11px 0px 0px 19px; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  opacity: 0.5; }

#swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  display: none; }

#swiper10 .swiper-button-next:hover:before, #swiper10 .swiper-button-next:focus, #swiper10 .swiper-button-next:active, #swiper10 .swiper-button-prev:hover:before, #swiper10 .swiper-button-prev:focus, #swiper10 .swiper-button-prev:active {
  color: #fff; }

#swiper10 .swiper-button-next:hover, #swiper10 .swiper-button-next:focus, #swiper10 .swiper-button-next:active, #swiper10 .swiper-button-prev:hover, #swiper10 .swiper-button-prev:focus, #swiper10 .swiper-button-prev:active {
  background-color: #666565; }

.s-flexslider10 .flex-direction-nav a.flex-next:hover, .s-flexslider10 .flex-direction-nav a.flex-next:focus, .s-flexslider10 .flex-direction-nav a.flex-next:active, .s-flexslider10 .flex-direction-nav a.flex-prev:hover, .s-flexslider10 .flex-direction-nav a.flex-prev:focus, .s-flexslider10 .flex-direction-nav a.flex-prev:active {
  opacity: 1; }

#swiper10 .swiper-button-next:before, #swiper10 .swiper-button-prev:before, #swiper10 .swiper-button-next, #swiper10 .swiper-button-prev {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

#swiper10 .swiper-pagination-bullet {
  background-color: #fff; }

#swiper10 .swiper-pagination-bullet {
  border: 2px solid #f3a961; }

#swiper10 .swiper-pagination-bullet {
  width: 10px; }

#swiper10 .swiper-pagination-bullet {
  height: 10px; }

#swiper10 .swiper-pagination-bullet {
  display: none; }

#swiper10 .swiper-pagination-bullet:hover, #swiper10 .swiper-pagination-bullet:focus, #swiper10 .swiper-pagination-bullet:active {
  background-color: #f3a961; }

#swiper10 .swiper-pagination-bullet-active {
  background-color: #f3a961; }

#swiper10 .swiper-pagination-bullet-active {
  border: 2px solid #f3a961; }

#swiper10 {
  height: 100vh; }

#swiper10 .overlay:before {
  opacity: 0; }

@media (max-width: 768px) {
  #swiper10 h1 {
    font-size: 45px; }

  #swiper10 h1 {
    line-height: 47px; }

  #swiper10 h6 {
    font-size: 36px; }

  #swiper10 h6 {
    line-height: 42px; }

  #swiper10 {
    height: 70vh; } }

@media (max-width: 480px) {
  #swiper10 h1 {
    font-size: 36px; }

  #swiper10 h1 {
    line-height: 38px; }

  #swiper10 h6 {
    font-size: 30px; }

  #swiper10 h6 {
    line-height: 36px; }

  #swiper10 .swiper-pagination-bullet {
    visibility: visible; }

  #swiper10 {
    height: 100vh; } }

#go-top12 {
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 999; }

#go-top12 i {
  top: 0px;
  position: absolute; }

#go-top12.cd-is-visible {
  /* the button becomes visible */
  visibility: visible; }

#go-top12.icon img {
  display: none; }

#go-top12.image i {
  display: none; }

#go-top12.none img, #go-top12.none i {
  display: none; }

#go-top12.cd-is-visible {
  opacity: 0.5; }

#go-top12 {
  background-color: #f3a961; }

#go-top12 {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

#go-top12 {
  width: 45px; }

#go-top12 {
  height: 45px; }

#go-top12 {
  bottom: 50px; }

#go-top12 {
  right: 25px; }

#go-top12.cd-is-visible:hover, #go-top12.cd-is-visible:active, #go-top12.cd-is-visible:focus {
  opacity: 1; }

#go-top12:hover, #go-top12:active, #go-top12:focus {
  background-color: #404040; }

#go-top12 {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

#go-top12 i.fa:before {
  content: '\f106'; }

#go-top12 i.fa:before {
  font-size: 26px; }

#go-top12 i.fa:before {
  color: #fff; }

#go-top12 i {
  margin: 8px 0px 0px 14px; }

#go-top12:hover i.fa:before, #go-top12:active i.fa:before, #go-top12:focus i.fa:before {
  color: #fff; }

#go-top12 i.fa:before {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

