

#footer7 .s-f4c h1:before, #footer7 .s-f4c h2:before, #footer7 .s-f4c h3:before, #footer7 .s-f4c h4:before, #footer7 .s-f4c h5:before, #footer7 .s-f4c h6:before {
  content: "";
  position: relative;
  display: block; }

#footer7 .s-f4c h1:after, #footer7 .s-f4c h2:after, #footer7 .s-f4c h3:after, #footer7 .s-f4c h4:after, #footer7 .s-f4c h5:after, #footer7 .s-f4c h6:after {
  content: "";
  position: relative;
  display: block; }

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

#footer7 {
  background-color: #323232; }

#footer7 {
  padding: 30px 0px 30px 0px; }

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

#footer7 .s-f4c h3 {
  color: #fff; }

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

#footer7 .s-f4c .footer-link:hover, #footer7 .s-f4c .footer-link:focus, #footer7 .s-f4c .footer-link:active {
  color: #c0392b; }

/* 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"; }
/* 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.sfHover > ul {
  display: block; }

.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 IE1 (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 IE1 (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 1 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; } }

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

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

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

.s-headermenu1 {
  border-bottom: 2px solid #f7f7f7; }

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

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

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

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

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

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

.s-headermenu1 .s-navmenu {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px; }

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

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

.s-headermenu1 .sf-menu > li > a {
  font-family: 'Open Sans', sans-serif, sans-serif; }

.s-headermenu1 .sf-menu > li > a {
  font-size: 18px; }

.s-headermenu1 .sf-menu > li > a {
  margin: 0px 5px 0px 5px; }

.s-headermenu1 .sf-menu > li > a {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

.s-headermenu1 .sf-menu > li > a:hover, .s-headermenu1 .sf-menu > li > a:focus {
  background-color: #e74c3c; }

.s-headermenu1 .sf-menu > li > a:hover, .s-headermenu1 .sf-menu > li > a:focus {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-headermenu1 .sf-menu > li > a:hover {
  color: #f7f7f7; }

.s-headermenu1.s-sticky.sticky-header {
  padding: 0px 0px 0px 0px; }

.s-headermenu1.s-sticky {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

@media (max-width: 480px) {
  .s-headermenu1 .sw-logo-text {
    font-size: 36px; }

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

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

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

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

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

#s-credit-bar5 .s-credit-beh .sw-powered {
  display: inline-block; }

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

#s-credit-bar5 {
  background-color: #fff; }

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

#s-credit-bar5 .sw-powered {
  color: #505050; }

#s-credit-bar5 .sw-powered {
  text-decoration: none; }

#s-credit-bar5 .sw-powered:hover, #s-credit-bar5 .sw-powered:active {
  color: #c0392b; }

