@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
*   Template Style 
* Edit this section
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}
.contact {
    padding-top: 100px;
    padding-left: 30px;
}
a {
  color: #ba78ff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ba78ff;
  outline: none;
}
.cont {
    margin: 25px;
}
.address {
    width: 90%;
    margin: 0 auto;
    clear: both;
}
.contact form {
    width: 55%;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 auto;
}
p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #a94442;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 30px;text-align: center;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#rhs-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
      background: #e4e4e4;
}
@media screen and (max-width: 768px) {
  #rhs-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #rhs-header .navbar-brand {
    color: #ba78ff !important;
  }
  #rhs-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #rhs-header #navbar li a:hover {
    color: #ba78ff !important;
  }
  #rhs-header #navbar li a span:before {
    background: transparent !important;
  }
  #rhs-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #ba78ff !important;
  }
  #rhs-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#rhs-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#rhs-header #navbar li a {
    font-family: "Work Sans", Arial, sans-serif;
    position: relative;
    color: #fff;
    margin: 5px;
    width: 124px;
    text-align: center;
}
#rhs-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#rhs-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /*background-color: #ba78ff;*/
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#rhs-header #navbar li a:hover {
}
#rhs-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#rhs-header #navbar li.active a {
  background: #eeeeee;
}
#rhs-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#rhs-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 400;
  padding-left: 0;
  color: #fff;
}
#rhs-header .navbar-brand span {
  color: #ba78ff;
}
#rhs-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#rhs-header.navbar-fixed-top .navbar-brand {
  color: #ba78ff;
}
#rhs-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
#rhs-header.navbar-fixed-top #navbar li a:hover {
  color: #471e71;
}
#rhs-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #471e71;
}
#rhs-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#rhs-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color:#fff;
}
@media screen and (max-width: 768px) {
  #rhs-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#rhs-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#rhs-header .navbar-default .brand-slogan em {
  color: #ba78ff;
  font-style: normal;
}
#rhs-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

body {
  overflow-x: hidden;
}

.owl-carousel-main .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .owl-carousel-main .item {
    padding-top: 120px !important;
  }
}

.section-heading {
  float: left;
  width: 100%;

  clear: both;
}
.section-heading h2 {
    font-weight: 300;
    text-align: center;
    color: #a94442;
    text-transform: uppercase;
    position: relative;
    display: block;
    line-height: 1.5;
    font-family: "Montserrat", Arial, sans-serif;

}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #ba78ff;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
  margin: 0;
  
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#rhs-our-services,
#rhs-about-us,
#rhs-features,
#rhs-testimonials,
#rhs-pricing,
#rhs-press,
#rhs-product-screenshots,
#rhs-tour {
}
@media screen and (max-width: 480px) {
  #rhs-our-services,
  #rhs-about-us,
  #rhs-features,
  #rhs-testimonials,
  #rhs-pricing,
  #rhs-press,
  #rhs-product-screenshots,
  #rhs-tour {
  }
}

#rhs-tour h3 {
  font-size: 30px;
}
#rhs-tour .img-feature-1 {
  /*-webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);*/
}

#rhs-testimonials {
  background: #ba78ff;
  background: #ba78ff;
}
#rhs-testimonials .section-heading h2 {
  color: white;
}
#rhs-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#rhs-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#rhs-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#rhs-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#rhs-testimonials .box-testimony a:hover, #rhs-testimonials .box-testimony a:focus, #rhs-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#rhs-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#rhs-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  
  border-right: 15px solid transparent;
}
#rhs-testimonials .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #ba78ff;
  background: #ba78ff;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#rhs-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#rhs-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#rhs-testimonials .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 18px;
  margin-left: 20px;
}
#rhs-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#rhs-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#rhs-pricing .price-box.popular {
  border: 2px solid #ba78ff;
}
#rhs-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -63px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #ba78ff;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#rhs-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #ba78ff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#rhs-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#rhs-pricing .price {
  font-size: 50px;
  color: #000;
}
#rhs-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#rhs-pricing .price small {
  font-size: 16px;
}
#rhs-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#rhs-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.rhs-cta {
  padding: 1em 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-image: linear-gradient(to bottom,#ba13d8,#434343);
  
}
.rhs-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: .3;
}
.rhs-cta .container {
  position: relative;
  z-index: 2;
}
.rhs-cta .container h3 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.5;
}
.rhs-cta .container h3, .rhs-cta .container p {
  color: #fff;
}
.rhs-cta .container p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rhs-cta {
    padding: 3em 0;
  }
}

#rhs-our-services,
#rhs-press {
  background: #f4f4f4;
}

#rhs-our-services .box {
 
  color: #7f7f7f;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
  text-align:justify;
  line-height:26px;
  padding:0px 7px 0px 7px;
  
}
@media screen and (max-width: 768px) {
  #rhs-our-services .box {
    min-height: inherit;
    margin-bottom: 90px;
  }
}
#rhs-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#rhs-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#rhs-our-services .box .icon > span i {
  position: relative;
  float: left;
  margin-top: 5px;
  width: 100%;
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#rhs-our-services .box .icon.colored-1 {
  background: #2aaf67;
  background: transparent;
  border: 3px solid #2aaf67;
}
#rhs-our-services .box .icon.colored-1 i {
  color: #2aaf67 !important;
}
#rhs-our-services .box .icon.colored-2 {
  background: #00bff3;
  background: transparent;
  border: 3px solid #00bff3;
}
#rhs-our-services .box .icon.colored-2 i {
  color: #00bff3 !important;
}
#rhs-our-services .box .icon.colored-3 {
  background: #f26522;
  background: transparent;
  border: 3px solid #f26522;
}
#rhs-our-services .box .icon.colored-3 i {
  color: #f26522 !important;
}
#rhs-our-services .box .icon.colored-4 {
  background: #e52b50;
  background: transparent;
  border: 3px solid #e52b50;
}
#rhs-our-services .box .icon.colored-4 i {
  color: #e52b50 !important;
}
#rhs-our-services .box .icon.colored-5 {
  background: #2fc5cc;
  background: transparent;
  border: 3px solid #2fc5cc;
}
#rhs-our-services .box .icon.colored-5 i {
  color: #2fc5cc !important;
}
#rhs-our-services .box .icon.colored-6 {
  background: #6173f4;
  background: transparent;
  border: 3px solid #6173f4;
}
#rhs-our-services .box .icon.colored-6 i {
  color: #6173f4 !important;
}
#rhs-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#rhs-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#rhs-features {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #rhs-features {
    padding: 4em 0;
  }
}
#rhs-features .rhs-service {
  margin-bottom: 30px;
  float: left;
}
#rhs-features .rhs-service .rhs-icon {
  float: left;
  width: 20%;
}
#rhs-features .rhs-service .rhs-icon i {
  font-size: 40px;
  color: #ba78ff;
}
#rhs-features .rhs-service .rhs-desc {
  width: 80%;
  float: right;
}
#rhs-features .rhs-service .rhs-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.first-section {
  padding-top: 15em !important;
}
@media screen and (max-width: 768px) {
  .first-section {
    padding-top: 3em;
  }
}

#rhs-press .rhs-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #rhs-press .rhs-press-item {
    display: block !important;
  }
}
#rhs-press .rhs-press-item .rhs-press-text,
#rhs-press .rhs-press-item .rhs-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #rhs-press .rhs-press-item .rhs-press-text,
  #rhs-press .rhs-press-item .rhs-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#rhs-press .rhs-press-item .rhs-press-text {
  float: left;
  padding: 20px;
}
#rhs-press .rhs-press-item .rhs-press-text .rhs-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#rhs-press .rhs-press-item .rhs-press-text .rhs-press-title .rhs-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #ba78ff;
}
#rhs-press .rhs-press-item .rhs-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #rhs-press .rhs-press-item .rhs-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.rhs-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.rhs-nav-toggle.active i::before, .rhs-nav-toggle.active i::after {
  background: #ba78ff;
}
.rhs-nav-toggle:hover, .rhs-nav-toggle:focus, .rhs-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.rhs-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #ba78ff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ba78ff;
  transition: all .2s ease-out;
}
.rhs-nav-toggle i::before, .rhs-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #ba78ff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.rhs-nav-toggle i::before {
  top: -7px;
}

.rhs-nav-toggle i::after {
  bottom: -7px;
}

.rhs-nav-toggle:hover i::before {
  top: -10px;
}

.rhs-nav-toggle:hover i::after {
  bottom: -10px;
}

.rhs-nav-toggle.active i {
  background: transparent;
}

.rhs-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.rhs-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.rhs-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .rhs-nav-toggle {
    display: block;
  }
}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
     background: #ba78ff;
    color: #fff!important;

}
.btn.btn-primary {
  background: #ba78ff;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ba78ff;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
      float: left;

}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #ba78ff;
  color: #fff;
}
.social li a.social-circle {
  background: #ba78ff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #ba78ff;
  color: #fff;
}
.social.social-circle a {
  background: #ba78ff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #ba78ff !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: #000!important;


}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.rhs-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.rhs-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.rhs-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.rhs-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 8.5em;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: 2px solid transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: black !important;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
  background: black !important;
  background: transparent !important;
  border: 2px solid #000 !important;
}
.owl-carousel-main.owl-direction:before {
  color: #000 !important;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .rhs-owl-text-wrap {
  height: 600px;
  display: table;
  width: 100%;
  padding-top:100px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .rhs-owl-text-wrap {
    height: inherit;
    padding: 5em 0;
    padding: 0;
    text-align: center;
  }
}
.owl-carousel-fullwidth .rhs-owl-text-wrap {
  position: relative;
}
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
.owl-carousel-fullwidth .item img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .mobile-image {
  position: relative;
  z-index: 99999999;
}
.owl-carousel-fullwidth .item .mobile-image .mobile {
  float: right;
  text-align: right;
  position: relative;
  bottom: -12em;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .mobile-image .mobile {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
.owl-carousel-fullwidth .item .mobile-image .mobile img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .rhs-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.owl-carousel-fullwidth .item .rhs-owl-text a {
  color: #3c763d;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .rhs-owl-text a:hover {
  text-decoration: none;
  color: #3c763d;
  border-bottom: 1px solid white;
}
.owl-carousel-fullwidth .item .rhs-owl-text .rhs-lead, .owl-carousel-fullwidth .item .rhs-owl-text .rhs-lead-2, .owl-carousel-fullwidth .item .rhs-owl-text .rhs-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
.owl-carousel-fullwidth .item .rhs-owl-text .rhs-lead {
  
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
  font-size: 40px;
  line-height:35px;
  color: #827878;



}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .rhs-owl-text .rhs-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-carousel-fullwidth .item .rhs-owl-text .rhs-sub-lead {
  font-size: 30px;
  line-height: 30px;
  line-height: 42px;
  font-weight: 100;
  margin-bottom: 30px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .rhs-owl-text .rhs-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

#rhs-product-screenshots {
        background: url(../images/tr.jpg) no-repeat;
}
#rhs-product-screenshots .section-heading h2 {
   padding-top: 70px;
}

div#slider {
    background: url(../images/new.png) no-repeat;
        background-size: contain;
}

.owl-carousel-center .owl-stage-outer {
  overflow: visible;
}
.owl-carousel-center .owl-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 18;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel-center .owl-item img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel-center .owl-item.center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 999;
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}
.owl-carousel-center .owl-dots {
  bottom: -80px;
}
@media screen and (max-width: 480px) {
  .owl-carousel-center .owl-dots {
    bottom: -60px;
  }
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.rhs-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */


.navbar-brand{

  padding: 0;
}


.thead-inverse{
  background-color: #ba78ff; 
  color:white;
}

th{
    background: #0d3150!important;
    color: #fffeff!important;
    font-weight: normal;

}
div#rhs-tour, div#rhs-our-services {
	    padding: 4em 0;
}

.rhs-cta h1, .rhs-cta h2, .rhs-cta h3, .rhs-cta h4, address
{
	color:#fff;
	
}
address{
font-size:14px;
}
p.copyright.text-center {
    z-index: 111111111111;
    position: relative;
}

.social li a i {

	text-align: center!important;
}

.section-heading h2{
      color: #471e71b;
}
footer {
    text-align: center;
    padding-top: 12px;
}

.table-bordered {
    border: 1px solid #7c6892;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 100px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #a5a5a5;
  color: #fff;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #fff;


}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}
section.timeline{
 
}
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}
h2.wf{
    margin-top: 25px;
        color: #a94442;
  
}
time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

li.in-view span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000!important;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #a5a5a5;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
      box-shadow: 10px 10px 10px #888383;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ba78ff transparent transparent;
  }
}


.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    background: #fff;
    color: #000;
            border: 1px solid #67859e;
}

div#rhs-tour {
      background: url(../images/01.jpg);
}

.timeline ul li:nth-child(1) div{
  background: #337ab7;
}

.timeline ul li:nth-child(1) div::before{
  border-color: transparent #337ab7 transparent transparent;
}

.timeline ul li:nth-child(2) div{
  background: #258827;
}
.timeline ul li:nth-child(2) div::before{
  border-color: transparent   transparent transparent #258827;
}
.timeline ul li:nth-child(3) div{
  background: #e0a226;
}
.timeline ul li:nth-child(3) div::before{
  border-color: transparent  #e0a226 transparent transparent;
}
.timeline ul li:nth-child(4) div{
  background: rgb(138, 24, 76);
}
.timeline ul li:nth-child(4) div::before{
  border-color: transparent  transparent transparent rgb(138, 24, 76);
}
.timeline ul li:nth-child(5) div{
  background: #1faba5;
}
.timeline ul li:nth-child(5) div::before{
  border-color: transparent #1faba5  transparent transparent ;
}
.timeline ul li:nth-child(6) div{
  background: #7f8222;
}
.timeline ul li:nth-child(6) div::before{
  border-color: transparent transparent transparent #7f8222 ;
}
.timeline ul li:nth-child(7) div{
  background: #c7221f;
}
.timeline ul li:nth-child(7) div::before{
  border-color: transparent #c7221f transparent transparent  ;
}
.timeline ul li:nth-child(8) div{
  background: #1695d4;
}
.timeline ul li:nth-child(8) div::before{
  border-color: transparent  transparent transparent  #1695d4 ;
}
.timeline ul li:nth-child(9) div{
  background: #e4a322;
}
.timeline ul li:nth-child(9) div::before{
  border-color: transparent  #e4a322 transparent transparent ;
}
.timeline ul li:nth-child(10) div{
  background: #18cc72;
}
.timeline ul li:nth-child(10) div::before{
  border-color: transparent  transparent transparent  #18cc72 ;
}
.timeline ul li:nth-child(11) div{
  background: #d43d89;
}
.timeline ul li:nth-child(11) div::before{
  border-color: transparent #d43d89 transparent transparent   ;
}
.timeline ul li:nth-child(12) div{
  background: #2dbaff;
}
.timeline ul li:nth-child(12) div::before{
  border-color: transparent  transparent transparent  #2dbaff ;
}

.box.animate-box1 {
    color: #fff!important;
    background: #fcfcc!important;
    padding: 10px!important!important;
    background: #dc3519;
    box-shadow: 10px 10px 10px #a29ca2;
         height: 860px;
}
.box.animate-box2 {
    color: #fff!important;
    background: #2a9633!important;
    padding: 10px!important!important;
    background: #dc3519;
    box-shadow: 10px 10px 10px #a29ca2;
	 height: 860px;
}
.box.animate-box3 {
    color: #fff!important;
    background: #fcfcc!important;
    padding: 10px!important!important;
    background: #0077de;
    box-shadow: 10px 10px 10px #a29ca2;
       height: 860px;
}

div#rhs-our-services img {
    width: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
}


#rhs-header #navbar li:nth-child(1) a 
{
    background: #0089ff;
  }


#rhs-header #navbar li:nth-child(2) a 
{
     background: #f80;
   
  }

  #rhs-header #navbar li:nth-child(3) a 
{
     background: #27ca2a;
   
  }

  #rhs-header #navbar li:nth-child(4) a 
{
     background: #7548a5;
   
  }

  #rhs-header #navbar li:nth-child(5) a 
{
     background: #e0a226;
   
  }
  #rhs-header #navbar li:nth-child(6) a 
{
     background:  #d43d89;
   
  }


  #popup_this {
    top: 50%;
    left: 50%;
    text-align: center;
    position: fixed;
    background: #fff;
    padding: 25px;
    width: 320px;
    border-radius: 5px;


}
.b-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    background: #ba78ff;
    padding: 5px 10px;
}
div#rhs-features .section-heading h2 {
    margin-top: 40px;
}




.subs-popup {
    display: none;
    background-color: rgba(0,0,0,0.85);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 111111111111;
}
#mc_embed_signup {
	background: url('background.jpg');
	clear:left;
	font:14px Helvetica,Arial,sans-serif; 
	width:500px;
	margin: 200px auto;
	box-shadow: 0px 0px 30px 5px rgb(0,0,0);
	position: relative;
}
#mc-embedded-subscribe-form {
}
.email-close {
	height: 16px;
	width: 16px;
	position: absolute;
	top: -8px;
	right: -8px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	border: 3px solid #aaa;
	box-shadow: 0px 0px 4px 1px rgb(0,0,0);
	cursor: pointer;
	z-index: 999;
}
.email-close:active {
	top: -7px;
	right: -9px;
}
.brad-img {
	
}
.content {
	width: 500px;
	margin: auto;
	padding-top: 50px;
	font-family: Calibri, Arial, sans-serif;
	color: #FFF;

}


#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
    background: #ba78ff;
    color: #fff;    text-align: center;
}
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%; color:#000;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}