@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-regular-webfont.eot');
  src: url('../fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-regular-webfont.woff') format('woff'), url('../fonts/merriweather-regular-webfont.ttf') format('truetype'), url('../fonts/merriweather-regular-webfont.svg#merriweather') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-italic-webfont.eot');
  src: url('../fonts/merriweather-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-italic-webfont.woff') format('woff'), url('../fonts/merriweather-italic-webfont.ttf') format('truetype'), url('../fonts/merriweather-italic-webfont.svg#merriweather') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-bold-webfont.eot');
  src: url('../fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-bold-webfont.woff') format('woff'), url('../fonts/merriweather-bold-webfont.ttf') format('truetype'), url('../fonts/merriweather-bold-webfont.svg#merriweather') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-bolditalic-webfont.eot');
  src: url('../fonts/merriweather-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-bolditalic-webfont.woff') format('woff'), url('../fonts/merriweather-bolditalic-webfont.ttf') format('truetype'), url('../fonts/merriweather-bolditalic-webfont.svg#merriweather') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'merriweathersans';
  src: url('../fonts/merriweathersans-regular-webfont.eot');
  src: url('../fonts/merriweathersans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweathersans-regular-webfont.woff') format('woff'), url('../fonts/merriweathersans-regular-webfont.ttf') format('truetype'), url('../fonts/merriweathersans-regular-webfont.svg#merriweathersans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweathersans';
  src: url('../fonts/merriweathersans-italic-webfont.eot');
  src: url('../fonts/merriweathersans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweathersans-italic-webfont.woff') format('woff'), url('../fonts/merriweathersans-italic-webfont.ttf') format('truetype'), url('../fonts/merriweathersans-italic-webfont.svg#merriweathersans') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'merriweathersans';
  src: url('../fonts/merriweathersans-bold-webfont.eot');
  src: url('../fonts/merriweathersans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweathersans-bold-webfont.woff') format('woff'), url('../fonts/merriweathersans-bold-webfont.ttf') format('truetype'), url('../fonts/merriweathersans-bold-webfont.svg#merriweathersans') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'merriweathersans';
  src: url('../fonts/merriweathersans-bolditalic-webfont.eot');
  src: url('../fonts/merriweathersans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweathersans-bolditalic-webfont.woff') format('woff'), url('../fonts/merriweathersans-bolditalic-webfont.ttf') format('truetype'), url('../fonts/merriweathersans-bolditalic-webfont.svg#merriweathersans') format('svg');
  font-weight: bold;
  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 {
  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-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: #338de0;
  font-family: 'merriweathersans', 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(227,86,20,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: 'merriweathersans', 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-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;
}
.fp-breadcrumbs.rt-block {
  margin: 0;
  padding: 5px 10px;
  font-size: 70%;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-breadcrumbs.rt-block {
    display: none;
  }
}
.fp-breadcrumbs a {
  color: #ffffff;
}
.fp-topmenu.rt-block {
  margin: 0;
  padding: 0;
  font-size: 70%;
  text-align: right;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-topmenu ul.menu {
    margin: 0;
  }
}
.fp-topmenu ul.menu a {
  color: #808080;
}
.fp-topmenu ul.menu a:hover {
  color: #ffffff;
}
#rt-top .rt-social-buttons {
  margin: 0;
  padding: 5px 0;
  text-align: right;
}
@media (max-width: 767px) {
  body.layout-mode-responsive #rt-top .rt-social-buttons {
    padding: 0 5px 5px 0;
  }
}
#rt-top .social-button {
  color: #1C1D1F;
  background: #808080;
  display: inline-block;
  font-size: 80%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  text-align: center;
}
#rt-top .social-button:hover {
  background: #ffffff;
}
#rt-top .social-button .fa {
  line-height: 15px;
}
.fp-rokajaxsearch.rt-block {
  margin: 0;
  padding: 15px;
}
.fp-rokajaxsearch #roksearch_search_str {
  height: 32px;
  background: #ebebeb;
  border: 1px solid #e0e0e0;
}
.-jul14-home #rt-showcase {
  border-bottom: 1px solid #282828;
}
.fp-roksprocket-features-showcase.rt-block {
  margin: 0;
  padding: 0;
}
.fp-roksprocket-features-showcase .layout-scroller .sprocket-features-list li {
  top: 0 !important;
}
.fp-roksprocket-features-showcase .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
  height: 522px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 474px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 450px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller #sprocket-features-scroller-scrollbar .viewport {
    height: 400px;
    font-size: 1.3em;
  }
}
.fp-roksprocket-features-showcase .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-showcase .layout-scroller #sprocket-features-scroller-scrollbar .viewport li .sprocket-pagination-title {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller .sprocket-features-title {
    font-size: 12px;
    line-height: 22px;
    margin-top: 0;
  }
}
.fp-roksprocket-features-showcase .layout-scroller .sprocket-features-title a {
  color: #1C1D1F;
}
.fp-roksprocket-features-showcase .layout-scroller .sprocket-features-title a:hover {
  color: #e35614;
}
.fp-roksprocket-features-showcase .layout-scroller .readon {
  background: transparent;
  padding: 0;
  color: #338de0;
}
.fp-roksprocket-features-showcase .layout-scroller .readon:hover {
  color: #e35614;
}
.fp-roksprocket-features-showcase .layout-scroller .readon:after {
  font-family: FontAwesome;
  content: "\f101";
  margin: 0 5px;
}
.fp-roksprocket-features-showcase .layout-scroller .sprocket-features-pagination li {
  padding: 18.5px 20px;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller .sprocket-features-pagination li {
    line-height: 1;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller .sprocket-features-pagination li.active:before {
    font-size: 1em;
  }
}
.fp-roksprocket-features-showcase .layout-scroller .sprocket-features-pagination .sprocket-pagination-title {
  font-family: 'merriweathersans', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-scroller .sprocket-features-desc {
  font-size: 12px;
  line-height: 22px;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(10),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(10),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(10) {
  background: #f7ca00;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(9),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(9),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(9) {
  background: #f7be00;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(8),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(8),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(8) {
  background: #f7b200;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(7),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(7),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(7) {
  background: #f7a500;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(6),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(6),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(6) {
  background: #f79900;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(5),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(5),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(5) {
  background: #f78d00;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(4),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(4),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(4) {
  background: #f78000;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(3),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(3),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(3) {
  background: #f77400;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(2),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(2),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(2) {
  background: #f76700;
}
.demostyle-type-preset1 .sprocket-features-pagination li:nth-child(1),
.demostyle-type-preset5 .sprocket-features-pagination li:nth-child(1),
.demostyle-type-preset7 .sprocket-features-pagination li:nth-child(1) {
  background: #ef5d08;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(10),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(10),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(10),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(10),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(10) {
  background: #f4a782;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(9),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(9),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(9),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(9),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(9) {
  background: #f39e77;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(8),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(8),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(8),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(8),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(8) {
  background: #f2966b;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(7),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(7),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(7),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(7),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(7) {
  background: #f18e5f;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(6),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(6),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(6),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(6),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(6) {
  background: #f08554;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(5),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(5),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(5),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(5),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(5) {
  background: #ef7d48;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(4),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(4),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(4),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(4),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(4) {
  background: #ee753c;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(3),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(3),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(3),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(3),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(3) {
  background: #ed6d30;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(2),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(2),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(2),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(2),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(2) {
  background: #ec6425;
}
.demostyle-type-preset2 .sprocket-features-pagination li:nth-child(1),
.demostyle-type-preset3 .sprocket-features-pagination li:nth-child(1),
.demostyle-type-preset4 .sprocket-features-pagination li:nth-child(1),
.demostyle-type-preset6 .sprocket-features-pagination li:nth-child(1),
.demostyle-type-preset8 .sprocket-features-pagination li:nth-child(1) {
  background: #eb5c19;
}
.fp-roksprocket-tabs-showcase.rt-block {
  padding: 0;
}
.fp-roksprocket-tabs-showcase .sprocket-tabs-nav li {
  background: rgba(255,255,255,0.1);
}
.fp-roksprocket-tabs-showcase .sprocket-tabs-nav li.active {
  background: inherit;
}
.fp-roksprocket-tabs-showcase .sprocket-tabs-panels {
  padding: 20px;
}
.fp-feature-a .rt-image-title {
  width: 80%;
}
.fp-feature-a .rt-image-content {
  padding: 20px;
  -webkit-transform: translate(0px,130px);
  -moz-transform: translate(0px,130px);
  -ms-transform: translate(0px,130px);
  -o-transform: translate(0px,130px);
  transform: translate(0px,130px);
}
.fp-feature-a a {
  color: #3f1806;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.fp-feature-a a:hover {
  color: inherit;
}
.fp-feature-c .rt-image-content {
  padding: 20px;
  -webkit-transform: translate(0px,110px);
  -moz-transform: translate(0px,110px);
  -ms-transform: translate(0px,110px);
  -o-transform: translate(0px,110px);
  transform: translate(0px,110px);
}
.fp-feature-c a {
  color: #3f1806;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.fp-feature-c a:hover {
  color: inherit;
}
.fp-feature-b.rt-block {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.fp-feature-b .rt-image-block {
  margin-bottom: 25px;
}
.fp-feature-b .rt-image-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-feature-b .rt-image-block {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-feature-b .rt-image-block {
    margin-bottom: 2px;
  }
}
.fp-maintop-b.rt-block {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.fp-maintop-b .rt-image-tag {
  background: #e35614;
  top: inherit;
  bottom: 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: 767px) {
  body.layout-mode-responsive .fp-maintop-b .rt-image-tag {
    display: none;
  }
}
.fp-maintop-b .rt-image-block:hover .rt-image-tag {
  -webkit-transform: translate(0,200%);
  -moz-transform: translate(0,200%);
  -ms-transform: translate(0,200%);
  -o-transform: translate(0,200%);
  transform: translate(0,200%);
}
.fp-maintop-b .rt-image-content {
  top: 0;
  bottom: inherit;
}
.fp-roksprocket-lists-maintop .sprocket-lists-title {
  padding-top: 0;
}
.fp-roksprocket-lists-maintop .sprocket-lists-title a {
  color: #292929;
  font-family: 'merriweathersans', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.fp-roksprocket-lists-maintop .sprocket-lists-title a:hover {
  color: #e35614;
}
.fp-roksprocket-lists-maintop .readon-wrapper {
  display: block;
}
.fp-roksprocket-lists-maintop .readon-wrapper .readon {
  background: transparent;
  padding: 0;
  color: #338de0;
}
.fp-roksprocket-lists-maintop .readon-wrapper .readon:hover {
  color: #e35614;
}
.fp-roksprocket-lists-maintop .readon-wrapper .readon:after {
  font-family: FontAwesome;
  content: "\f101";
  margin: 0 5px;
}
.fp-roksprocket-lists-maintop2 .sprocket-lists ul.sprocket-lists-container li {
  padding: 5px 0;
}
.fp-roksprocket-lists-maintop2 .sprocket-lists-text {
  width: 100%;
  margin: 0;
}
.fp-roksprocket-lists-maintop2 .sprocket-lists-title {
  padding-top: 5px;
}
.fp-roksprocket-lists-maintop2 .sprocket-lists-title a {
  font-size: 14px;
  line-height: 24px;
  color: #292929;
  font-family: 'merriweathersans', Verdana, Helvetica, Arial, sans-serif;
}
.fp-roksprocket-lists-maintop2 .sprocket-lists-title a:hover {
  color: #e35614;
}
.fp-roksprocket-lists-maintop2 .sprocket-lists-desc,
.fp-roksprocket-lists-maintop2 .readon-wrapper {
  display: none !important;
}
.fp-roksprocket-lists-maintop2 .rt-icon-left {
  font-size: 2em;
  padding: 3px 0 25px 0;
  width: 40px;
}
.fp-roksprocket-strips-bottom .sprocket-strips-content {
  -webkit-transform: translate(0,85px);
  -moz-transform: translate(0,85px);
  -ms-transform: translate(0,85px);
  -o-transform: translate(0,85px);
  transform: translate(0,85px);
}
.fp-roksprocket-strips-bottom .sprocket-strips-text {
  opacity: 0.8;
}
.fp-roksprocket-strips-bottom .sprocket-strips-image-container:before {
  -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-roksprocket-strips-bottom .sprocket-strips-item:hover .sprocket-strips-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);
}
.fp-roksprocket-strips-bottom .sprocket-strips-item:hover .sprocket-strips-image-container:before {
  background: rgba(227,86,20,0.7);
}
@media (max-width: 959px) {
  body.layout-mode-responsive .fp-roksprocket-strips-bottom .sprocket-strips-item:hover .sprocket-strips-image-container:before {
    display: none;
  }
}
.fp-footer-a hr {
  margin: 10px 0 15px 0;
  border-top: 0;
  border-bottom: 1px solid rgba(128,128,128,0.25);
}
.fp-footer-a a {
  color: #ffffff;
}
.fp-footer-a a:hover {
  color: #e35614;
}
.fp-footer-a .rt-icon-left {
  padding: 6px 10px 42px 0;
}
.font-family-plethora .fp-footer-b {
  font-family: 'merriweathersans', Verdana, Helvetica, Arial, sans-serif;
}
.fp-footer-b a.rt-icon-item {
  color: inherit;
  display: block;
  padding-bottom: 35px;
}
.fp-footer-b a.rt-icon-item:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-footer-b [class*="rt-grid"],
  body.layout-mode-responsive .fp-footer-b [class*="gantry-width"] {
    -webkit-flex: 1 1 33% !important;
    -moz-flex: 1 1 33% !important;
    -ms-flex: 1 1 33% !important;
    flex: 1 1 33% !important;
  }
}
.fp-footer-c .inputbox {
  width: 75%;
}
.fp-footer-c .readon {
  width: 25%;
  margin: 0 5px;
}
.fp-footer-c .rt-footer-menu {
  list-style: none;
  font-family: 'merriweathersans', Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
}
.fp-footer-c .rt-footer-menu li {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-footer-c .rt-footer-menu li {
    font-size: 0.85em;
  }
}
.fp-footer-c .rt-footer-menu a {
  color: #ffffff;
}
.fp-footer-c .rt-footer-menu a:hover {
  color: #e35614;
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .fp-footer-c .gantry-width-spacer {
    margin: 0 3px;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-footer-c [class*="rt-grid"],
  body.layout-mode-responsive .fp-footer-c [class*="gantry-width"] {
    -webkit-flex: 1 !important;
    -moz-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
}
.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: #a8a8a8;
  background: #1C1D1F;
  text-align: center;
}
.rt-table-price {
  font-size: 2em;
  color: #1C1D1F;
  background: #a8a8a8;
  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;
}
