@font-face {
  font-family: 'raleway';
  src: url('../fonts/raleway-light-webfont.eot');
  src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway-light-webfont.svg#raleway') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/raleway-semibold-webfont.eot');
  src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway-semibold-webfont.svg#raleway') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextrabold';
  src: url('../fonts/raleway-extrabold-webfont.eot');
  src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-extrabold-webfont.woff') format('woff'), url('../fonts/raleway-extrabold-webfont.ttf') format('truetype'), url('../fonts/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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 {
  display: block;
}
.rt-image.with-attribution .rt-attribution {
  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 {
  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 {
  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-vertical-center {
  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-text-extra-large {
  font-size: 4em;
  font-family: 'ralewayextrabold', Verdana, Helvetica, Arial, sans-serif;
}
.rt-icon-large {
  font-size: 5.0em;
  line-height: 1.5em;
}
.rt-circle-number {
  color: #ffffff;
  background: #ffc20f;
  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: #423100;
}
.rt-icon-badge {
  display: block;
  font-size: 5em;
  height: auto;
  line-height: normal;
}
.rt-icon-badge.rt-badge-left {
  float: left;
  padding: 0 25px 0 0;
}
.rt-icon-left {
  float: left;
  display: inline-block;
  padding: 0 15px 20px 0;
}
.rt-text-white {
  color: #ffffff;
}
.rt-text-accent1 {
  color: #ffc20f;
}
.rt-text-accent2 {
  color: #ffc20f;
}
.rt-text-accent3 {
  color: #318499;
}
.rt-text-accent4 {
  color: #2C7799;
}
.rt-mbsb-table .rt-sb-table-col {
  height: 38px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .rt-mbsb-table .rt-sb-table-col,
  body.layout-mode-fluidresponsive .rt-mbsb-table .rt-sb-table-col {
    height: 37px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .rt-mbsb-table .rt-sb-table-col,
  body.layout-mode-fluidresponsive .rt-mbsb-table .rt-sb-table-col {
    height: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  body.layout-mode-responsive .rt-mbsb-table .rt-sb-table-col,
  body.layout-mode-fluidresponsive .rt-mbsb-table .rt-sb-table-col {
    height: 32px;
  }
}
.rt-mbsb-table .rt-mb-table-col {
  height: 75px;
  vertical-align: middle;
}
.rt-mp-table .rt-mp-table-sb {
  height: 219px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .rt-mp-table .rt-mp-table-sb,
  body.layout-mode-fluidresponsive .rt-mp-table .rt-mp-table-sb {
    height: 211px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .rt-mp-table .rt-mp-table-sb,
  body.layout-mode-fluidresponsive .rt-mp-table .rt-mp-table-sb {
    height: 219px;
  }
}
@media only screen and (min-width: 1200px) {
  body.layout-mode-responsive .rt-mp-table .rt-mp-table-sb,
  body.layout-mode-fluidresponsive .rt-mp-table .rt-mp-table-sb {
    height: 223px;
  }
}
.fp-content-top-image-01,
.fp-featured-image-01,
.fp-featured-image-02,
.fp-featured-image-03,
.fp-featured-image-04,
.fp-content-bottom-image-01,
.fp-content-bottom-image-02,
.fp-content-bottom-image-03,
.fp-content-bottom-image-04 {
  background-repeat: no-repeat;
  background-size: 101%;
  width: 101%;
}
.demostyle-type-preset6 .fp-content-top-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-top/img-01-preset-6.jpg);
}
.demostyle-type-preset6 .fp-featured-image-01 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-01-preset-6.jpg);
}
.demostyle-type-preset6 .fp-featured-image-02 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-02-preset-6.jpg);
}
.demostyle-type-preset6 .fp-featured-image-03 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-03-preset-6.jpg);
}
.demostyle-type-preset6 .fp-featured-image-04 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-04-preset-6.jpg);
}
.demostyle-type-preset6 .fp-content-bottom-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-01-preset-6.jpg);
}
.demostyle-type-preset6 .fp-content-bottom-image-02 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-02-preset-6.jpg);
}
.demostyle-type-preset6 .fp-content-bottom-image-03 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-03-preset-6.jpg);
}
.demostyle-type-preset6 .fp-content-bottom-image-04 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-04-preset-6.jpg);
}
.demostyle-type-preset5 .fp-content-top-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-top/img-01-preset-5.jpg);
}
.demostyle-type-preset5 .fp-featured-image-01 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-01-preset-5.jpg);
}
.demostyle-type-preset5 .fp-featured-image-02 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-02-preset-5.jpg);
}
.demostyle-type-preset5 .fp-featured-image-03 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-03-preset-5.jpg);
}
.demostyle-type-preset5 .fp-featured-image-04 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-04-preset-5.jpg);
}
.demostyle-type-preset5 .fp-content-bottom-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-01-preset-5.jpg);
}
.demostyle-type-preset5 .fp-content-bottom-image-02 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-02-preset-5.jpg);
}
.demostyle-type-preset5 .fp-content-bottom-image-03 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-03-preset-5.jpg);
}
.demostyle-type-preset5 .fp-content-bottom-image-04 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-04-preset-5.jpg);
}
.demostyle-type-preset4 .fp-content-top-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-top/img-01-preset-4.jpg);
}
.demostyle-type-preset4 .fp-featured-image-01 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-01-preset-4.jpg);
}
.demostyle-type-preset4 .fp-featured-image-02 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-02-preset-4.jpg);
}
.demostyle-type-preset4 .fp-featured-image-03 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-03-preset-4.jpg);
}
.demostyle-type-preset4 .fp-featured-image-04 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-04-preset-4.jpg);
}
.demostyle-type-preset4 .fp-content-bottom-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-01-preset-4.jpg);
}
.demostyle-type-preset4 .fp-content-bottom-image-02 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-02-preset-4.jpg);
}
.demostyle-type-preset4 .fp-content-bottom-image-03 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-03-preset-4.jpg);
}
.demostyle-type-preset4 .fp-content-bottom-image-04 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-04-preset-4.jpg);
}
.demostyle-type-preset3 .fp-content-top-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-top/img-01-preset-3.jpg);
}
.demostyle-type-preset3 .fp-featured-image-01 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-01-preset-3.jpg);
}
.demostyle-type-preset3 .fp-featured-image-02 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-02-preset-3.jpg);
}
.demostyle-type-preset3 .fp-featured-image-03 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-03-preset-3.jpg);
}
.demostyle-type-preset3 .fp-featured-image-04 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-04-preset-3.jpg);
}
.demostyle-type-preset3 .fp-content-bottom-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-01-preset-3.jpg);
}
.demostyle-type-preset3 .fp-content-bottom-image-02 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-02-preset-3.jpg);
}
.demostyle-type-preset3 .fp-content-bottom-image-03 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-03-preset-3.jpg);
}
.demostyle-type-preset3 .fp-content-bottom-image-04 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-04-preset-3.jpg);
}
.demostyle-type-preset2 .fp-content-top-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-top/img-01-preset-2.jpg);
}
.demostyle-type-preset2 .fp-featured-image-01 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-01-preset-2.jpg);
}
.demostyle-type-preset2 .fp-featured-image-02 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-02-preset-2.jpg);
}
.demostyle-type-preset2 .fp-featured-image-03 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-03-preset-2.jpg);
}
.demostyle-type-preset2 .fp-featured-image-04 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-04-preset-2.jpg);
}
.demostyle-type-preset2 .fp-content-bottom-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-01-preset-2.jpg);
}
.demostyle-type-preset2 .fp-content-bottom-image-02 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-02-preset-2.jpg);
}
.demostyle-type-preset2 .fp-content-bottom-image-03 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-03-preset-2.jpg);
}
.demostyle-type-preset2 .fp-content-bottom-image-04 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-04-preset-2.jpg);
}
.demostyle-type-preset1 .fp-content-top-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-top/img-01-preset-1.jpg);
}
.demostyle-type-preset1 .fp-featured-image-01 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-01-preset-1.jpg);
}
.demostyle-type-preset1 .fp-featured-image-02 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-02-preset-1.jpg);
}
.demostyle-type-preset1 .fp-featured-image-03 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-03-preset-1.jpg);
}
.demostyle-type-preset1 .fp-featured-image-04 {
  background-image: url(../../../images/rocketlauncher/home/featured-content/img-04-preset-1.jpg);
}
.demostyle-type-preset1 .fp-content-bottom-image-01 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-01-preset-1.jpg);
}
.demostyle-type-preset1 .fp-content-bottom-image-02 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-02-preset-1.jpg);
}
.demostyle-type-preset1 .fp-content-bottom-image-03 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-03-preset-1.jpg);
}
.demostyle-type-preset1 .fp-content-bottom-image-04 {
  background-image: url(../../../images/rocketlauncher/home/fp-content-bottom/img-04-preset-1.jpg);
}
.fp-top-a.rt-block {
  height: 320px;
}
.fp-top-a .readon4 {
  border-radius: 8px !important;
  font-size: 1.5em;
  padding: 15px 35px;
}
.fp-top-a .rt-readon-animate .readon4:hover {
  -webkit-animation: 0.3s ease 0s normal none 2 pulse;
  animation: 0.3s ease 0s normal none 2 pulse;
}
.fp-showcase-a.rt-block {
  padding-top: 0;
  padding-bottom: 50px;
}
.fp-showcase-a .sprocket-strips .sprocket-strips-pagination li {
  border: 5px solid transparent;
  background: #ffffff;
  opacity: 0.35;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fp-showcase-a .sprocket-strips .sprocket-strips-pagination li.active,
.fp-showcase-a .sprocket-strips .sprocket-strips-pagination li.active:hover {
  border: 5px solid #ffc20f;
  background: #ffffff;
  opacity: 1;
}
.fp-showcase-a .sprocket-strips .sprocket-strips-pagination li:hover {
  border: 5px solid #ffc20f;
  background: #ffffff;
  opacity: 0.5;
}
.fp-showcase-a.fp-showcase-animate .sprocket-strips-content:hover {
  -webkit-animation: 0.5s ease 0s normal none 1 pulse;
  animation: 0.5s ease 0s normal none 1 pulse;
}
.fp-content-top-a1.rt-block {
  padding: 0;
}
.fp-content-top-image-block {
  position: relative;
  overflow: hidden;
  background-color: #2a2a2a;
}
.fp-content-top-image-block img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
.fp-content-top-image-block:hover .rt-desc-overlay {
  opacity: 1;
  visibility: visible;
}
.fp-content-top-image-block:hover .rt-desc-overlay .rt-icon-badge {
  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%);
}
.fp-content-top-image-block:hover .rt-top-content {
  -webkit-animation: 0.5s ease 0s normal none 1 pulse;
  animation: 0.5s ease 0s normal none 1 pulse;
}
.fp-content-top-image-block:hover .rt-bottom-content {
  -webkit-transform: translate(0,1%);
  -moz-transform: translate(0,1%);
  -ms-transform: translate(0,1%);
  -o-transform: translate(0,1%);
  transform: translate(0,1%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fp-content-top-image-block .rt-desc-overlay {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 25px;
  visibility: hidden;
}
.fp-content-top-image-block .rt-desc-overlay .rt-icon-badge {
  font-size: 2.5em;
}
.fp-content-top-image-block .rt-desc-overlay .rt-icon-badge a {
  color: #ffffff;
}
.rt-top-content {
  position: absolute;
  left: 25px;
  top: 25px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rt-bottom-content {
  background: rgba(0,0,0,0.5);
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
}
.fp-content-top-animate .fp-content-top-image-block img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fp-content-top-animate .rt-desc-overlay {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fp-content-top-a2.rt-block {
  padding: 0;
}
.fp-sidepanel-03.rt-block {
  background-color: #191919;
  padding-top: 35px;
}
.fp-sidepanel-social-icon {
  color: #4d4d4d;
  display: inline-block;
  font-size: 2em;
  margin: 0 5px 10px 0;
}
.fp-sidepanel-social-icon:hover {
  color: #ffffff;
}
.-jun14-home .rt-mainbody-block.rt-block {
  padding: 0;
}
.-jun14-home .rt-mainbody-block .item-separator,
.-jun14-home .rt-mainbody-block .row-separator {
  display: none;
}
.-jun14-home .rt-mainbody-block .blog-featured .item h2 {
  margin: 15px;
}
.-jun14-home .rt-mainbody-block .actions {
  padding: 0 15px;
}
.-jun14-home .rt-mainbody-block .article-info {
  padding: 0 15px;
}
.fp-featured-content-image-block {
  position: relative;
  overflow: hidden;
}
.fp-featured-content-image-block img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
.fp-featured-content-image-block:hover .rt-desc-overlay {
  opacity: 1;
  visibility: visible;
}
.fp-featured-content-image-block:hover .rt-desc-overlay .rt-icon-badge {
  opacity: 1;
}
.fp-featured-content-image-block .rt-desc-overlay {
  color: #ffffff;
  background: rgba(255,194,15,0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.fp-featured-content-image-block .rt-desc-overlay .rt-icon-badge {
  font-size: 2.5em;
}
.fp-featured-content-image-block .rt-desc-overlay .rt-icon-badge a {
  color: #ffffff;
}
.fp-featured-content-animate .fp-featured-content-image-block img {
  -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;
}
.fp-featured-content-animate .fp-featured-content-image-block:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.fp-featured-content-animate .rt-desc-overlay {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fp-featured-content-animate .rt-desc-overlay .rt-icon-badge {
  opacity: 0;
  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%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fp-content-bottom.rt-block {
  padding: 0;
}
.fp-content-bottom .rt-icon-left {
  padding: 3px 10px 20px 0;
}
.fp-content-bottom-image-block {
  position: relative;
  overflow: hidden;
}
.fp-content-bottom-image-block img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
.fp-content-bottom-image-block:hover .rt-desc-overlay {
  opacity: 1;
  visibility: visible;
}
.fp-content-bottom-image-block:hover .rt-desc-overlay h3,
.fp-content-bottom-image-block:hover .rt-desc-overlay p,
.fp-content-bottom-image-block:hover .rt-desc-overlay a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.fp-content-bottom-image-block:hover .rt-desc-overlay a {
  position: absolute;
}
.fp-content-bottom-image-block .rt-desc-overlay {
  color: #ffffff;
  background: rgba(18,18,18,0.8);
  border: 15px solid #2C7799;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 15px;
  visibility: hidden;
}
.fp-content-bottom-image-block .rt-desc-overlay .rt-icon-badge {
  font-size: 2.5em;
}
.fp-content-bottom-image-block .rt-desc-overlay .rt-icon-badge a {
  color: #ffffff;
}
.fp-content-bottom-animate .fp-content-bottom-image-block {
  background: #318499;
}
.fp-content-bottom-animate .fp-content-bottom-image-block img {
  -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;
}
.fp-content-bottom-animate .fp-content-bottom-image-block:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.fp-content-bottom-animate .rt-desc-overlay {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fp-content-bottom-animate .rt-desc-overlay h3,
.fp-content-bottom-animate .rt-desc-overlay p {
  -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;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
}
.fp-content-bottom-animate .rt-desc-overlay a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
.fp-footer-a.rt-block,
.fp-footer-b.rt-block,
.fp-footer-c.rt-block {
  height: 235px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-footer-a.rt-block,
  body.layout-mode-fluidresponsive .fp-footer-a.rt-block,
  body.layout-mode-responsive .fp-footer-b.rt-block,
  body.layout-mode-fluidresponsive .fp-footer-b.rt-block,
  body.layout-mode-responsive .fp-footer-c.rt-block,
  body.layout-mode-fluidresponsive .fp-footer-c.rt-block {
    height: 260px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-footer-a.rt-block,
  body.layout-mode-fluidresponsive .fp-footer-a.rt-block,
  body.layout-mode-responsive .fp-footer-b.rt-block,
  body.layout-mode-fluidresponsive .fp-footer-b.rt-block,
  body.layout-mode-responsive .fp-footer-c.rt-block,
  body.layout-mode-fluidresponsive .fp-footer-c.rt-block {
    height: auto;
  }
}
@media (max-width: 767px) {
  .fp-footer-c .gantry-width-50 {
    -webkit-flex-basis: 50% !important;
    -moz-flex-basis: 50% !important;
    -ms-flex-basis: 50% !important;
    flex-basis: 50% !important;
    width: 50% !important;
  }
}
.menu-blog #rt-extension,
.menu-faq #rt-extension,
.menu-contact-us #rt-extension,
.menu-about-us #rt-extension,
.menu-the-team #rt-extension,
.menu-services #rt-extension,
.menu-pricing-tables #rt-extension,
.menu-portfolio #rt-extension {
  color: #E8EBED;
  background: #2F3237;
}
.menu-features-overview .component-content .gantry-width-spacer,
.menu-pages-overview .component-content .gantry-width-spacer {
  margin: 25px 15px;
}
.rt-mbsb-table thead {
  color: #888;
}
.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,
  body.layout-mode-fluidresponsive .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;
}
.menu-services #rt-maintop {
  color: #2F3237;
  background: #E8EBED;
}
.rt-blog-form .inputbox,
.rt-blog-form .readon {
  display: inline-block;
  margin: 0 5px;
}
.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;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
