#sw_content {
  margin: 20px 0px 20px 0px; }

#sw_content {
  padding: 20px 0px 20px 0px; }

#sw_content {
  background-color: #fff; }

#sw_content {
  color: #666; }

body {
  background-color: #fff; }

@media (max-width: 480px) {
  #sw_content {
    margin: 20px 0px 10px 0px; } }

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

#footer12 .s-f4c .s-btn:hover {
  border: 0px solid #666; }

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

#footer12 .s-f4c .s-btn:hover {
  color: #2d6378; }

#footer12 .s-f4c .s-btn {
  border: 2px solid #ecedf2; }

#footer12 .s-f4c .s-btn {
  background-color: #ecedf2; }

#footer12 .s-f4c .s-btn {
  color: #2d6378; }

#footer12 .s-f4c .footer-link:hover {
  color: #ecedf2; }

#footer12 .s-f4c .footer-link {
  margin: 0px 0px 10px 0px; }

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

#footer12 .s-f4c .footer-link {
  text-decoration: underline; }

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

#footer12 .s-f4c p {
  text-align: center; }

#footer12 .s-f4c h12 {
  margin: 0px 0px 10px 0px; }

#footer12 .s-f4c h12 {
  padding: 0px 0px 0px 0px; }

#footer12 .s-f4c h12 {
  color: #fff; }

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

#footer12 {
  border-top: 1px solid #fff; }

#footer12 {
  background-color: #666; }

#footer12 {
  color: #fff; }

/* 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-headermenu14.navbar-fixed-bottom.sticky-header {
  bottom: 0;
  top: auto !important; }

.s-headermenu14.navbar-fixed-top {
  width: 100%; }

.s-navmenu {
  float: right; }

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

.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%; }
/*** 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;
  /* IE14 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-trigger14 {
  display: none; }

@media (max-width: 991px) {
  #mobile-menu-trigger14 {
    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; } }

.s-headermenu14.navbar-fixed-bottom.s-sticky.sticky-header, .s-headermenu14.navbar-fixed-top.s-sticky.sticky-header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  width: 100%; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  color: #2d6378; }

.s-headermenu14 {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8); }

.s-headermenu14 {
  border-bottom: 0px solid #ecedf2; }

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

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

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

.s-headermenu14 .sw-logo-text {
  color: #2d6378; }

.s-headermenu14 .sw-logo-text {
  z-index: 74; }

.s-headermenu14 .sw-logo-img {
  height: 60px; }

.s-headermenu14 .s-navmenu {
  margin: 15px 0px 0px 0px; }

.s-headermenu14 .s-navmenu {
  padding: 0px 0px 0px 0px; }

.s-headermenu14 .s-navmenu {
  z-index: 75; }

.s-headermenu14 .s-navmenu {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

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

.s-headermenu14 .sf-menu a {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-headermenu14 .sf-menu a {
  color: #666; }

.s-headermenu14 .sf-menu a {
  margin: 5px 0px 0px 0px; }

.s-headermenu14 .sf-menu a {
  padding: 5px 15px 5px 15px; }

.s-headermenu14 .sf-menu a:hover {
  background-color: #2d6378; }

.s-headermenu14 .sf-menu a:hover {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.s-headermenu14 .sf-menu a:hover {
  color: #ecedf2; }

.s-headermenu14 .sf-menu a:hover {
  margin: 5px 0px 0px 0px; }

.s-headermenu14 .sf-menu a:hover {
  padding: 5px 15px 5px 15px; }

.s-headermenu14 .sf-menu ul {
  background-color: #fff; }

.s-headermenu14 .sf-menu ul {
  border: 2px solid #2d6378; }

.s-headermenu14 .sf-menu ul li a {
  color: #2d6378; }

.s-headermenu14 .sf-menu ul li a:hover {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-headermenu14.s-sticky.sticky-header {
  background-color: #fff; }

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

.s-headermenu14 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-headermenu8.s-sticky.sticky-header .sw-logo-text {
  font-size: 28px; }

.s-headermenu8.s-sticky.sticky-header .sw-logo-text {
  color: #2d6378; }

.s-headermenu14 .sw-logo-text {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

@media (min-width: 1200px) {
  .s-headermenu14 .s-navmenu {
    margin: 14px 0px 0px 0px; } }

@media (max-width: 768px) {
  .s-headermenu14 .s-navmenu {
    margin: 14px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-headermenu14 .sw-logo-img {
    height: 40px; }

  .s-headermenu14 .s-navmenu {
    margin: 40px 0px 0px 0px; }

  .s-headermenu14 .s-navmenu {
    padding: 10px 0px 0px 0px; }

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

/* ----------------------------------------------------------------
 Top Bar
 -----------------------------------------------------------------*/
#s-credit-bar13 {
  width: auto; }

#s-credit-bar13 .top-items {
  position: relative; }

#s-credit-bar13 .top-items ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: table; }

#s-credit-bar13 .top-items ul li {
  float: left;
  position: relative; }

#s-credit-bar13 .top-items ul li .sw_alink i.fa {
  margin-right: 5px; }

#s-credit-bar13 .top-items > div {
  width: auto; }

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

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

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

#s-credit-bar13 ul li p {
  color: #fff; }

#s-credit-bar13 ul li a.sw_alink {
  color: #fff; }

#s-top-bar13 ul li a.sw_alink {
  margin: 0px 10px 0px 10px; }

#s-credit-bar13 ul li a.sw_alink:hover, #s-credit-bar13 ul li a.sw_alink:focus, #s-credit-bar13 ul li a.sw_alink:active {
  color: #ecedf2; }

#s-credit-bar13 ul li a.s-btn {
  color: #2d6378; }

#s-credit-bar13 ul li a.s-btn {
  background-color: #ecedf2; }

#s-credit-bar13 ul li a.s-btn {
  border: 2px solid #ecedf2; }

#s-credit-bar13 ul li a.s-btn {
  padding: 0px 20px 0px 20px; }

#s-credit-bar13 ul li a.s-btn:hover, #s-credit-bar13 ul li a.s-btn:active, #s-credit-bar13 ul li a.s-btn:focus {
  color: #2d6378; }

#s-credit-bar13 ul li a.s-btn:hover, #s-credit-bar13 ul li a.s-btn:active, #s-credit-bar13 ul li a.s-btn:focus {
  background-color: #666; }

#s-credit-bar13 ul li a.s-btn:hover, #s-credit-bar13 ul li a.s-btn:active, #s-credit-bar13 ul li a.s-btn:focus {
  border: 2px solid #666; }

#s-credit-bar13 ul li a.sw_falink i.fa {
  color: #fff; }

#s-top-bar13 ul li a.sw_falink i.fa {
  margin: 0px 10px 0px 10px; }

#s-credit-bar13 ul li a.sw_falink:hover i.fa, #s-credit-bar13 ul li a.sw_falink:active i.fa, #s-credit-bar13 ul li a.sw_falink:focus i.fa {
  color: #000; }

#s-credit-bar13 ul li a.sw_falink i.fa {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

#s-credit-bar13 {
  background-color: #2d6378; }

#s-credit-bar13 {
  margin: 0px 0px 30px 0px; }

#s-credit-bar13 {
  padding: 20px 0px 20px 0px; }

#s-top-bar13 {
  visibility: visible; }

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

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

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

@media (max-width: 480px) {
  #s-top-bar13 {
    display: none; } }

#swiper15 .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; }

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

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

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

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

#swiper15 h1 {
  font-size: 28px; }

#swiper15 h1 {
  font-weight: normal; }

#swiper15 h1 {
  font-style: normal; }

#swiper15 h1 {
  color: #000; }

#swiper15 h1 {
  text-align: center; }

#swiper15 h1 {
  text-transform: none; }

#swiper15 h1 {
  background-color: #ccc;
  background-color: rgba(204, 204, 204, 0.6); }

#swiper15 h1 {
  width: 460px; }

#swiper15 h1 {
  margin: 25px 0px 25px 0px; }

#swiper15 h1 {
  padding: 14px 6px 14px 6px; }

#swiper15 h6 {
  font-size: 16px; }

#swiper15 h6 {
  font-style: italic; }

#swiper15 h6 {
  color: #2d6378; }

#swiper15 h6 {
  text-align: center; }

#swiper15 h6 {
  background-color: #52b3d9;
  background-color: rgba(82, 179, 217, 0.6); }

#swiper15 p {
  font-size: 20px; }

#swiper15 p {
  font-weight: bolder; }

#swiper15 p {
  color: #000; }

#swiper15 .s-btn, #swiper15 a.s-btn, #swiper15 a.s-btn:link, #swiper15 a.s-btn:visited {
  color: #fff; }

#swiper15 .s-btn, #swiper15 a.s-btn, #swiper15 a.s-btn:link, #swiper15 a.s-btn:visited {
  text-align: left; }

#swiper15 .s-btn, #swiper15 a.s-btn, #swiper15 a.s-btn:link, #swiper15 a.s-btn:visited {
  background-color: #666; }

#swiper15 .s-btn, #swiper15 a.s-btn, #swiper15 a.s-btn:link, #swiper15 a.s-btn:visited {
  border: 0px solid #fff; }

.s-flexslider15 .s-btn, .s-flexslider15 a.s-btn, .s-flexslider15 a.s-btn:link, .s-flexslider15 a.s-btn:visited {
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s; }

#swiper15 a.s-btn:hover, #swiper15 a.s-btn:active, #swiper15 a.s-btn:focus {
  color: #fff; }

#swiper15 a.s-btn:hover, #swiper15 a.s-btn:active, #swiper15 a.s-btn:focus {
  background-color: #2d6378; }

#swiper15 a.s-btn:hover, #swiper15 a.s-btn:active, #swiper15 a.s-btn:focus {
  border: 0px solid #fff; }

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

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

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

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

#swiper15 .swiper-button-next, #swiper15 .swiper-button-prev {
  background-color: #52b3d9; }

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

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

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

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

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

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

#swiper15 .swiper-button-next:hover, #swiper15 .swiper-button-next:focus, #swiper15 .swiper-button-next:active, #swiper15 .swiper-button-prev:hover, #swiper15 .swiper-button-prev:focus, #swiper15 .swiper-button-prev:active {
  background-color: #2d6378; }

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

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

#swiper15 .swiper-pagination-bullet {
  background-color: #2d6378; }

#swiper15 .swiper-pagination-bullet {
  border: 2px solid #666; }

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

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

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

#swiper15 .swiper-pagination-bullet:hover, #swiper15 .swiper-pagination-bullet:focus, #swiper15 .swiper-pagination-bullet:active {
  background-color: #52b3d9; }

#swiper15 .swiper-pagination-bullet-active {
  background-color: #52b3d9; }

#swiper15 .swiper-pagination-bullet-active {
  border: 2px solid #52b3d9; }

#swiper15 {
  height: 450px; }

#swiper15 {
  margin: 80px 0px 0px 0px; }

#swiper15 {
  z-index: 1; }

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

  #swiper15 h1 {
    font-weight: bolder; }

  #swiper15 h1 {
    width: 300px; }

  #swiper15 h1 {
    padding: 0px 4px 0px 4px; }

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

  #swiper15 {
    height: 30vh; } }

#go-top16 {
  position: fixed;
  bottom: 0;
  right: 0;
  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-top16 i {
  top: 0px;
  position: absolute; }

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

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

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

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

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

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

#go-top16 i.fa:before {
  text-align: center; }

#go-top16 i.fa:before {
  line-height: 46px; }

#go-top16 i.fa:before {
  margin: 0px 0px 0px 14px; }

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

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

#go-top16 {
  background-color: #52b3d9; }

#go-top16 {
  border: 2px solid #52b3d9; }

#go-top16 {
  width: 50px; }

#go-top16 {
  height: 50px; }

#go-top16 {
  margin: 0px 30px 30px 0px; }

#go-top16.cd-is-visible {
  opacity: 1; }

#go-top16.cd-is-visible {
  visibility: visible;
  display: inherit; }

#go-top16:hover {
  background-color: #2d6378; }

#go-top16:hover {
  border: 2px solid #2d6378; }

#go-top16, #go-top16.cd-is-visible {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

