/*------------CSS STYLESHEET DYNAMICALLY GENERATED BY SPARKY---------------*/

/*------------GOOGLE FONTS---------------*/
@import url(css.css);
html {
  font-size: 14px;
}

body {
  color: #9ea4a8;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
}

div.container {
  background: transparent;
}

/*------------ SCREEN < 768px AND < TEMPLATE WIDTH ---------------*/

@media (max-width: 767px) {
  .container {
    width: 100%;
  }

  [class*="span"] {
    width: 100%;
  }

  .two [class*="span"] {
    width: 50%;
  }

  .full .container,
  .full .row {
    width: 100%;
  }

  .full .cell_pad {
    margin: 0;
    padding: 0;
  }
}

/*------------ SCREEN >= 768px AND < TEMPLATE WIDTH ---------------*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .span1 {
    width: 8.33333333%;
  }
  .span2 {
    width: 16.66666667%;
  }
  .span3 {
    width: 25%;
  }
  .span4 {
    width: 33.33333333%;
  }
  .span5 {
    width: 41.66666667%;
  }
  .span6 {
    width: 50%;
  }
  .span7 {
    width: 58.33333333%;
  }
  .span8 {
    width: 66.66666667%;
  }
  .span9 {
    width: 75%;
  }
  .span10 {
    width: 83.33333333%;
  }
  .span11 {
    width: 91.66666667%;
  }
  .span12 {
    width: 100%;
  }

  .full .container,
  .full .row {
    width: 100%;
  }

  .full .cell_pad {
    margin: 0;
    padding: 0;
  }
}

/*------------ SCREEN >= 992px AND < TEMPLATE WIDTH ---------------*/

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/*------------ SCREEN >= TEMPLATE WIDTH ---------------*/

@media (min-width: 1098px) {
  .container,
  .row {
    width: 1068px;
  }

  [class*="span"] {
    margin-left: 0;
  }

  .content_sparky {
    width: 99.99999996%;
  }
}

.one .span1 {
  width: 8.33333333%;
}
.one .span2 {
  width: 16.66666667%;
}
.one .span3 {
  width: 25%;
}
.one .span4 {
  width: 33.33333333%;
}
.one .span5 {
  width: 41.66666667%;
}
.one .span6 {
  width: 50%;
}
.one .span7 {
  width: 58.33333333%;
}
.one .span8 {
  width: 66.66666667%;
}
.one .span9 {
  width: 75%;
}
.one .span10 {
  width: 83.33333333%;
}
.one .span11 {
  width: 91.66666667%;
}
.one .span12 {
  width: 100%;
}

.fluid .container,
.fluid .container .row {
  width: 100%;
}

.cell_pad {
  padding: 0px 0px;
  margin: 0px 15px;
}

/*------------ COMMON SETTINGS ---------------*/

a {
  color: #16bdfb;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  color: #f2cb05;
  text-decoration: none;
}

h1,
h1 a {
  color: #333333;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
  font-style: normal;
}

h2,
h2 a {
  color: #333333;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: bold;
  font-style: normal;
}

h3 {
  color: #333333;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: bold;
  font-style: normal;
}

h4 {
  color: #333333;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: bold;
  font-style: normal;
}

img {
  border: none;
}

/*--------------LOGO----------------*/

.sparky_logo,
.sparky_logo a {
  color: #333333;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.sparky_slogan {
  color: #b1b5b8;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/*--------------STANDARD----------------*/

ul.mnu_sidemenu {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.mnu_sidemenu ul {
  margin: 10px;
  padding: 0;
}

.mnu_sidemenu li {
  display: block;
}

.mnu_sidemenu > li {
  margin-bottom: 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.mnu_sidemenu > li > a {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.mnu_sidemenu > li > a:hover {
  color: #666666;
}

.mnu_sidemenu > li li {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.mnu_sidemenu > li li a {
  color: #782320;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.mnu_sidemenu > li li a:hover {
  color: #333333;
}

/*--------------DROP-DOWN----------------*/

ul.mnu_topmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: absolute;
  z-index: 100;
  white-space: nowrap;
  text-align: right;
  position: relative;
  font-family: "Roboto", sans-serif;
}

.mnu_topmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: absolute;
  z-index: 100;
  background: #1d3159;
}

.mnu_topmenu ul {
  width: 180px;
  border: 0px solid #dddddd;
  padding: 12px;
}

.mnu_topmenu > li > a,
.mnu_topmenu > li > span {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #a3a6a8;
  font-size: 13px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 33px;
  padding-bottom: 0;
  font-weight: bold;
  font-style: normal;
  height: 48px;
  cursor: pointer;
}

.mnu_topmenu > li.active > a,
.mnu_topmenu > li.active > span {
  color: #27498c !important;
  cursor: pointer;
}

.mnu_topmenu > li > a:hover,
.mnu_topmenu > li:hover > a,
.mnu_topmenu > li > a:hover,
.mnu_topmenu > li:hover > span {
  color: #27498c;
}

.mnu_topmenu > li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  border-right: 0px solid #cccccc;
  border-bottom: 0px solid #cccccc;
  border-top: 0px solid #cccccc;
  background: transparent;
}

.mnu_topmenu > li.active {
  background: TRANSPARENT;
}

.mnu_topmenu > li:first-child {
  border-left: 0px solid #cccccc;
}

.mnu_topmenu li:hover {
  position: relative;
  background: TRANSPARENT;
}

.mnu_topmenu li ul li:hover {
  background: #1d3159;
}

.mnu_topmenu li ul li {
  height: 35px;
  border-bottom: 0px solid #dddddd;
  padding: 0 15px;
  text-align: left;
}

.mnu_topmenu li ul a,
.mnu_topmenu li ul span {
  line-height: 35px;
  font-size: 12px;
  color: #b1b5b8;
  font-weight: normal;
  font-style: normal;
  padding-top: 0;
  cursor: pointer;
}

.mnu_topmenu li ul li:hover > a,
.mnu_topmenu li ul li:hover > span {
  color: #ffffff;
}

.mnu_topmenu li ul ul {
  left: 180px;
  margin-top: -12px;
}

.mnu_topmenu ul ul {
  top: 0px;
}

.mnu_topmenu .sub {
  font-size: 10px;
  line-height: normal;
  display: block;
}

.mnu_topmenu > li > ul {
  display: none;
}

/*--------------RESPONSIVE TOP MENU----------------*/

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
  position: absolute;
}

.nav-collapse.opened > ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #444;
}

.nav-collapse.opened > ul ul {
  width: 100%;
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  background: #444;
}

.nav-collapse.opened > ul ul li {
  height: auto;
}

.nav-collapse.opened li {
  width: 100%;
  display: block;
}

.nav-collapse.opened li.active,
.nav-collapse.opened li:hover {
  background: #333;
}

.nav-collapse.opened li.active a {
  color: #fff !important;
}

.nav-collapse.opened li a {
  padding: 5px 15px;
  margin: 0;
  line-height: 30px;
  height: 30px;
  color: #fff !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: url(../images/tinynav.png);
  float: right;
  width: 40px;
  height: 30px;
  text-indent: -9999px;
  margin-top: 16px;
  margin-right: 16px;
}

.nav-toggle.active {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  margin-top: 5px;
  margin-right: 15px;
}

#blocker {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

@media screen and (min-width: 920px) {
  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .nav-collapse.closed {
    overflow: hidden;
  }
}

/*--------------FONT RESIZE----------------*/

#font_resize a {
  padding: 0 2px;
}
