@font-face {
  font-family: 'nunito';
  src: url('../fonts/nunito-regular-webfont.eot');
  src: url('../fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-regular-webfont.woff') format('woff'), url('../fonts/nunito-regular-webfont.ttf') format('truetype'), url('../fonts/nunito-regular-webfont.svg#nunito') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunito';
  src: url('../fonts/nunito-bold-webfont.eot');
  src: url('../fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-bold-webfont.woff') format('woff'), url('../fonts/nunito-bold-webfont.ttf') format('truetype'), url('../fonts/nunito-bold-webfont.svg#nunito') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'nunitolight';
  src: url('../fonts/nunito-light-webfont.eot');
  src: url('../fonts/nunito-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-light-webfont.woff') format('woff'), url('../fonts/nunito-light-webfont.ttf') format('truetype'), url('../fonts/nunito-light-webfont.svg#nunito') format('svg');
  font-weight: lighter;
  font-style: italic;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rok-left {
  float: left;
}
.rok-right {
  float: right;
}
.rok-dropdown-group,
.rok-dropdown {
  position: relative;
}
.rok-dropdown-open .rok-dropdown {
  display: block;
}
.rok-popover-group,
.rok-popover {
  position: relative;
}
.rok-popover-open .rok-popover {
  display: block;
}
.rt-image {
  position: relative;
}
.rt-image img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt-image.with-attribution,
.rt-image.with-overlay {
  display: block;
}
.rt-image.with-attribution .rt-attribution,
.rt-image.with-attribution .rt-img-overlay,
.rt-image.with-overlay .rt-attribution,
.rt-image.with-overlay .rt-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rt-image.with-attribution .rt-attribution a,
.rt-image.with-attribution .rt-attribution span,
.rt-image.with-attribution .rt-img-overlay a,
.rt-image.with-attribution .rt-img-overlay span,
.rt-image.with-overlay .rt-attribution a,
.rt-image.with-overlay .rt-attribution span,
.rt-image.with-overlay .rt-img-overlay a,
.rt-image.with-overlay .rt-img-overlay span {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.rt-image.with-attribution:hover .rt-attribution,
.rt-image.with-attribution:hover .rt-img-overlay,
.rt-image.with-overlay:hover .rt-attribution,
.rt-image.with-overlay:hover .rt-img-overlay {
  opacity: 1;
  visibility: visible;
}
.rt-transparent-image {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rt-transparent-image:hover {
  opacity: 1;
}
.rt-image-block {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.rt-image-block:last-child {
  margin-bottom: 0;
}
.rt-image-block:hover .rt-image-item:before,
.rt-image-block:hover .rt-image-content {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.rt-image-tag {
  color: #ffffff;
  background: #094eb5;
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  display: block;
  font-size: 80%;
  margin: 10px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: uppercase;
}
.rt-image-item:before {
  background: rgba(9,91,179,0.7);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 959px) {
  body.layout-mode-responsive .rt-image-item:before {
    display: none;
  }
}
.rt-image-content {
  color: #ffffff;
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  padding: 10px;
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 959px) {
  body.layout-mode-responsive .rt-image-content {
    display: none;
  }
}
.rt-image-title {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: normal;
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .rt-image-title {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .rt-image-title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .rt-image-title {
    font-size: 1.3em;
  }
}
.rt-icon-large {
  font-size: 5.0em;
  line-height: 1.5em;
}
.rt-circle-number {
  color: #ffffff;
  background: #095bb3;
  border-radius: 100%;
  display: block;
  font-size: 1.5em;
  height: 20px;
  line-height: 20px;
  margin: 15px;
  padding: 10px;
  width: 20px;
}
[class*="demostyle-type-preset1"] .rt-circle-number {
  color: #000000;
}
.rt-form-horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.rt-icon-large {
  font-size: 3.5em;
  line-height: 1.2em;
}
.rt-icon-left {
  float: left;
  padding: 0 10px 25px 0;
}
.rt-icon-right {
  float: right;
  padding: 0 0 25px 10px;
}
.rt-mbsb-table .rt-sb-table-col {
  height: 38px;
  vertical-align: middle;
}
.rt-mbsb-table .rt-mb-table-col {
  height: 75px;
  vertical-align: middle;
}
.gf-menu .menu-item-search a {
  padding-left: 12px !important;
}
.gf-menu .menu-item-search a:before {
  content: "\f002";
  font-family: FontAwesome;
}
.gf-menu .menu-item-search a:after {
  display: none;
}
.gf-menu .menu-item-search .menu-item-bg {
  display: none;
}
.gf-menu .menu-item-search .dropdown {
  margin-top: -25px !important;
}
.gf-menu .menu-item-search .dropdown .modules {
  margin: 0;
  padding: 0;
}
.gf-menu .menu-item-search .dropdown .modules .module-content {
  padding: 0;
}
.gf-menu .menu-item-search .dropdown .modules .module-content form {
  margin: 0;
}
.gf-menu .menu-item-search .dropdown .modules .module-content .search label {
  display: none;
}
.gf-menu .menu-item-search .dropdown .modules .module-content .search #mod-search-searchword {
  background: none;
  border: 0;
}
.gf-menu .menu-item-search .dropdown .modules .module-content #roksearch_search_str {
  border: 0;
  background: none;
}
.fp-header-c.rt-block {
  margin: 0;
  background: rgba(0,0,0,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.fp-header-c small {
  color: #bfbfbf;
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
}
.fp-header-c img {
  border-radius: 25px;
}
.fp-roksprocket-features-scroller.rt-block {
  margin: 0;
  padding: 0;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list {
  width: 75%;
  text-align: center;
  height: 382px;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list li {
  top: 0 !important;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list .sprocket-scrollbar-title1 .fa {
  display: none;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list .sprocket-scrollbar-title2 {
  display: none;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list {
    height: 305px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list {
    height: 303px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-list {
    height: 350px;
    width: 100%;
  }
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-container {
  margin-top: 60px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-container {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-container {
    height: 35px;
  }
}
.fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar {
  width: 25%;
  background: rgba(0,0,0,0.5);
}
.fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .overview {
  width: 100%;
}
.fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
  height: 382px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 305px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 303px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 305px;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 470px;
  }
}
.fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport li .sprocket-pagination-title {
  display: inline;
  font-size: 100%;
  line-height: inherit;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar .viewport li .sprocket-pagination-title {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller #sprocket-features-scroller-scrollbar {
    width: 100%;
  }
}
.fp-roksprocket-features-scroller .layout-scroller .viewport .sprocket-scrollbar-title1,
.fp-roksprocket-features-scroller .layout-scroller .viewport .sprocket-scrollbar-title2 {
  display: block;
  line-height: 1.5em;
}
.fp-roksprocket-features-scroller .layout-scroller .viewport .sprocket-scrollbar-title1 {
  font-size: 1.1em;
}
.fp-roksprocket-features-scroller .layout-scroller .viewport .sprocket-scrollbar-title2 {
  color: #bfbfbf;
  font-size: 0.9em;
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  margin-left: 27px;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-title {
    font-size: 15px;
    line-height: 26px;
    margin-top: 0;
  }
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-title a {
  color: ;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-title a:hover {
  color: #095bb3;
}
.fp-roksprocket-features-scroller .layout-scroller a {
  color: #ffffff;
}
.fp-roksprocket-features-scroller .layout-scroller a:hover {
  color: #095bb3;
}
.fp-roksprocket-features-scroller .layout-scroller .readon {
  display: inline-block;
  color: #ffffff !important;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-pagination li {
  padding: 15px 5px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-pagination li {
    line-height: 1;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-pagination li.active:before {
    font-size: 1em;
  }
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-pagination li.active:before {
  color: #2f7ef5;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-pagination .sprocket-pagination-title {
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-arrows .arrow {
  border-radius: 3px;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-arrows .arrow.prev {
  left: 25px;
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-arrows .arrow.next {
  right: 25%;
  margin-right: 25px;
}
@media (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-arrows .arrow {
    display: none;
  }
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc {
    width: 90%;
    font-size: 11px;
    line-height: 24px;
  }
}
.fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc .sprocket-scroller-content {
  display: block;
  font-size: 150%;
  line-height: 1.5em;
  color: rgba(255,255,255,0.75);
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  margin: 15px 0;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc .sprocket-scroller-content {
    font-size: 130%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-desc .sprocket-scroller-content {
    font-size: 110%;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-scroller .layout-scroller .sprocket-features-flex-wrapper {
    display: block;
  }
}
.fp-roksprocket-headlines.rt-block {
  margin: 0;
  padding: 21px 15px;
  background: rgba(255,255,255,0.35);
  border-top: 1px solid rgba(255,255,255,0.5);
}
.fp-roksprocket-headlines .sprocket-headlines {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-headlines .sprocket-headlines {
    margin: 0;
  }
}
.fp-roksprocket-headlines .sprocket-headlines-text {
  color: #ffffff;
  font-size: 85%;
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
}
.fp-roksprocket-headlines .sprocket-headlines-navigation .arrow {
  background: transparent;
}
.fp-roksprocket-headlines .sprocket-headlines-navigation .arrow.prev {
  right: 0;
  left: inherit;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-headlines .sprocket-headlines-navigation .arrow.prev {
    right: inherit;
    left: 0;
  }
}
.fp-roksprocket-headlines .sprocket-headlines-navigation .arrow.next {
  right: -35px;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-headlines .sprocket-headlines-navigation .arrow.next {
    right: 0;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-headlines .sprocket-headlines-list {
    text-align: center;
    margin: 0 25px;
  }
}
.fp-feature-b.rt-block {
  margin: 0;
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.25);
}
.fp-feature-b small {
  color: #bfbfbf;
}
.fp-feature-b .rt-icon-left {
  font-size: 2.8em;
  margin: 6px 15px 0 5px;
  opacity: 0.25;
  padding: 0;
}
.fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li {
  height: 290px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li {
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li {
    height: 180px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li:nth-child(1),
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li:nth-child(2),
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li:nth-child(5) {
    height: 220px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li:nth-child(3),
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li:nth-child(4),
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li:nth-child(6) {
    height: 330px;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li {
    height: 220px !important;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop [class*="rt-grids"] {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
}
.fp-roksprocket-grids-maintop .sprocket-grids-b-title {
  font-size: 12px;
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  float: left;
  padding: 5px 10px;
  line-height: normal;
  color: #ffffff;
  background: #095bb3;
  border-radius: 2px;
}
.fp-roksprocket-grids-maintop .sprocket-grids-b-item {
  border-radius: 3px;
  overflow: hidden;
}
.fp-roksprocket-grids-maintop .sprocket-grids-b-text {
  clear: both;
}
.fp-roksprocket-grids-maintop .rt-grids-heading1 {
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.35em;
  margin-bottom: 15px;
  display: block;
}
.fp-roksprocket-grids-maintop .rt-grids-heading1 a {
  color: #ffffff;
  text-decoration: underline;
}
.fp-roksprocket-grids-maintop .rt-grids-heading1 a:hover {
  color: #095bb3;
  text-decoration: none;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading1 {
    font-size: 1.2em;
    line-height: 1.35em;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading1 {
    font-size: 1em;
    line-height: 1.35em;
    margin-bottom: 5px;
  }
}
.fp-roksprocket-grids-maintop .rt-grids-heading2 {
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  display: block;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading2 {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading2 {
    line-height: 1.3em;
    margin-top: -10px;
  }
}
.fp-roksprocket-grids-maintop .rt-grids-heading3 {
  background: rgba(255,255,255,0.35);
  border-top: 1px solid rgba(255,255,255,0.45);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  font-size: 90%;
}
.fp-roksprocket-grids-maintop .rt-grids-heading3 a {
  color: #ffffff;
}
.fp-roksprocket-grids-maintop .rt-grids-heading3 a:hover {
  color: #095bb3;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading3 {
    padding: 7px 15px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .rt-grids-heading3 {
    padding: 5px 15px;
  }
}
.fp-roksprocket-grids-maintop .panel-color.sprocket-grids-b-item {
  background-color: #ffffff;
}
.fp-roksprocket-grids-maintop .panel-color .sprocket-grids-b-content {
  color: inherit;
}
.fp-roksprocket-grids-maintop .panel-color .rt-grids-heading1 a {
  color: inherit;
  text-decoration: none;
}
.fp-roksprocket-grids-maintop .panel-color .rt-grids-heading3 {
  position: relative;
  display: block;
  margin: 5px -15px -25px -15px;
}
.fp-roksprocket-grids-maintop .panel-color .rt-grids-heading3 a {
  color: inherit;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .panel-color .rt-grids-heading1 {
    line-height: 1.3em;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .panel-color .rt-grids-heading1 {
    line-height: 1.4em;
  }
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .panel-color .rt-grids-heading2 {
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-1 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-2 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-3 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-4 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-5 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-6 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-7 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-8 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-9 > li,
  body.layout-mode-responsive .fp-roksprocket-grids-maintop .sprocket-grids-b-columns-10 > li {
    width: 100%;
  }
}
.fp-expandedbottom.rt-block {
  width: 80%;
  margin: auto;
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-expandedbottom.rt-block {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-expandedbottom.rt-block {
    padding: 35px 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-expandedbottom .rt-title-large .title {
    font-size: 135%;
    line-height: 1.35em;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-expandedbottom .rt-title-large .title {
    font-size: 110%;
    line-height: 1.35em;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-expandedbottom .rt-title-tag {
    font-size: 100%;
    line-height: 1.35em;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-expandedbottom .rt-title-tag {
    font-size: 100%;
    line-height: 1.35em;
  }
}
.fp-mainbottom.rt-block {
  margin: 0;
  padding: 0;
}
.fp-mainbottom .gantry-row {
  margin: 0;
}
.fp-mainbottom .gantry-width-container {
  border-top: 1px solid #d5d5d5;
}
.fp-mainbottom .gantry-width-spacer {
  margin: 0;
  padding: 15px;
  border-right: 1px solid #d5d5d5;
}
.fp-mainbottom .gantry-width-20:last-child .gantry-width-spacer {
  border-right: 0;
}
.fp-mainbottom .fp-mainbottom-icon {
  font-size: 210%;
  opacity: 0.5;
}
.fp-mainbottom .fp-mainbottom-title {
  margin: 5px 0;
}
.fp-mainbottom .fp-mainbottom-text {
  opacity: 0.75;
}
.fp-extension-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-extension-menu li {
  line-height: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.fp-extension-menu li a {
  font-family: 'nunitolight', Verdana, Helvetica, Arial, sans-serif;
  color: #808080;
}
.fp-extension-menu li a:hover {
  color: #ffffff;
}
.fp-extension-menu li:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-extension-menu li:nth-child(4) {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-extension-menu li:nth-child(3) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-extension-b .gantry-width-spacer {
    margin: 15px;
  }
}
.progress {
  border-radius: 3px;
  height: 30px;
}
.progress-bar {
  color: #ffffff;
  height: 30px;
  padding: 3px 15px;
}
.progress-bar.progress-bar-success {
  background: #7BC142;
}
.progress-bar.progress-bar-info {
  background: #3B93D0;
}
.progress-bar.progress-bar-warning {
  background: #F5A019;
}
.progress-bar.progress-bar-danger {
  background: #EF4034;
}
.fp-footer-c .gantry-width-spacer {
  margin: 0 15px;
}
.fp-footer-c .inputbox {
  width: 65%;
}
.fp-footer-c .readon {
  width: 25%;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-footer-c .inputbox {
    width: 65%;
  }
  body.layout-mode-responsive .fp-footer-c .readon {
    width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-footer-c .inputbox {
    width: 55%;
  }
  body.layout-mode-responsive .fp-footer-c .readon {
    width: 42%;
  }
}
.fp-copyright-menu.rt-block {
  padding-bottom: 0;
  text-align: center;
}
.fp-copyright-menu ul.menu li a,
.fp-copyright-menu ul.menu li .item,
.fp-copyright-menu ul.menu li .separator {
  color: #ffffff;
}
.fp-copyright-menu ul.menu li a:before,
.fp-copyright-menu ul.menu li .item:before,
.fp-copyright-menu ul.menu li .separator:before {
  display: none;
}
.fp-copyright-menu ul.menu li a:hover,
.fp-copyright-menu ul.menu li .item:hover,
.fp-copyright-menu ul.menu li .separator:hover {
  color: #094eb5;
}
.gantry-example {
  position: relative;
  margin: 15px 0;
  padding: 45px 19px 14px;
  *padding-top: 19px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.gantry-example .table,
.gantry-example .well,
.gantry-example blockquote {
  margin-bottom: 5px;
}
.gantry-example .lead {
  font-size: 18px;
  line-height: 24px;
}
.gantry-example > p:last-child {
  margin-bottom: 0;
}
.gantry-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
.gantry-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  color: #9da0a4;
  border-radius: 4px 0 4px 0;
  font-style: normal;
}
.gantry-example .search-query {
  margin-bottom: 0;
}
form.gantry-example {
  padding-bottom: 19px;
}
.form-actions {
  background-color: ;
  border-top: 1px solid #d5d5d5;
}
.help-block,
.help-inline {
  color: ;
}
.docs-input-sizes input {
  margin-bottom: 15px;
}
.rt-table {
  clear: both;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d5d5d5;
  margin: 35px 0;
  list-style: none;
}
.rt-table.rt-table-last-col {
  border-right: 0;
}
.rt-table li {
  padding: 15px 25px;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .rt-table {
    border-width: 1px 0;
  }
}
.rt-table-title {
  font-size: 1.5em;
  color: #E8EBED;
  background: #2F3237;
  text-align: center;
}
.rt-table-price {
  font-size: 2em;
  color: #2F3237;
  background: #E8EBED;
  border-bottom: 1px solid #ffffff;
  padding: 25px !important;
  text-align: center;
}
.rt-blog-form .inputbox,
.rt-blog-form .readon {
  display: inline-block;
}
.rt-blog-form .inputbox {
  width: 60%;
  border: 1px solid transparent;
}
.rt-blog-form .readon {
  width: 35%;
}
.menu-contact-us .contact h3 {
  display: none;
}
.menu-contact-us .contact-form legend {
  font-size: 1.5em;
  border-bottom: none;
  margin-bottom: 0;
}
.menu-contact-us .contact-form dt {
  width: 200px;
}
.menu-contact-us .contact-form dd {
  float: none !important;
  margin: 0;
}
.menu-contact-us .contact-form label {
  font-size: 1.2em;
  margin: 10px 0;
}
.menu-contact-us .contact-form input[type="text"],
.menu-contact-us .contact-form input[type="email"],
.menu-contact-us .contact-form textarea {
  width: 100%;
  height: auto;
  padding: 12px 15px;
  margin-bottom: 10px;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-contact-us .contact-form input[type="checkbox"] {
  margin: 13px 0;
}
