* {
  font-size: 100.01%; }

*:focus,
*:active,
*.active,
*:visited,
textarea,
input,
.btn {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  font: 1.3rem/1.61538 "Open Sans", sans-serif; }

p {
  font-family: "Open Sans", sans-serif; }

.btn,
a {
  -webkit-transition: color linear .4s, background-color linear .4s, border-color linear .4s;
  transition: color linear .4s, background-color linear .4s, border-color linear .4s; }

.btn:hover,
a:hover {
  text-decoration: none;
  outline: none; }

.btn-link {
  display: inline-block;
  vertical-align: top;
  background: #f4f4f4;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3571428;
  padding: 7px 24px; }

.btn-link:hover {
  background: #e0e0e0; }

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  table-layout: fixed; }

#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%; }

.btn-blue {
  background: #3b5998;
  color: #fff; }

.btn-blue:hover {
  color: #fff;
  background: #21396b; }

.logo {
  float: left;
  margin: 0 0 0 15px;
  width: 151px;
  height: 41px; }

.logo img {
  max-width: 253px; }

.social-placeholder {
  padding: 9px 0 0;
  height: 35px; }

.social-placeholder img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 31px 0 32px;
  background: #fffeff;
  box-shadow: 0 1px 1px rgba(196, 194, 202, 0.23);
  -webkit-backface-visibility: hidden; }

#header .btn {
  float: right;
  margin: 2px 0 0 59px;
  height: 38px;
  min-width: 145px;
  padding: 7px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 22px;
  letter-spacing: 0; }

#nav {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap; }

#nav .nav-drop {
  overflow: hidden; }

#nav ul {
  padding: 9px 0 5px;
  margin: 0; }

#nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  white-space: normal;
  margin: 0 0 0 34px; }

#nav li a {
  display: block;
  color: #6f7b8a; }

#nav li a:hover {
  text-decoration: none;
  color: #416af0; }

.nav-opener {
  display: none;
  float: right;
  width: 31px;
  height: 31px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden; }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #708ff4;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.nav-opener:before {
  content: '';
  top: 8px; }

.nav-opener:after {
  content: '';
  top: 26px; }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-opener:hover {
  opacity: .9; }

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 5%;
  right: 5%; }

.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.primary-area {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #416af0;
  font-size: 0;
  letter-spacing: -4px;
  padding: 104px 0 0;
  background: #6f7b8a; }

.primary-area .bg-stretch {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.primary-area > .container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0; }

.primary-area h1 {
  margin: 0 0 10px;
  font-size: 8.2rem;
  line-height: 1.12;
  font-weight: bold;
  color: #e3dfed; }

.primary-area p {
  margin: 0 0 8px; }

.primary-area p.tagline {
  line-height: 1.1;
  font-size: 2.6rem; }

.primary-area .info {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #494654;
  text-transform: uppercase; }

.primary-area .text-block {
  padding: 0px 0;
  color: #fffeff; }

#cta {
  position: relative;
  z-index: 1;
  margin: -80px 0 55px;
  text-align: center;
  color: #848e97;
  font-size: 1.4rem;
  line-height: 1.28571428; }

#cta .btn {
  margin: 0 0 16px;
  height: 62px;
  font-size: 2.1rem;
  line-height: 26px;
  font-weight: bold;
  padding: 17px;
  min-width: 390px; }

#cta p {
  margin: 0 0 18px; }

.cta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap;
  color: #848e97; }

.cta-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 1.4rem;
  line-height: 1.285;
  letter-spacing: 0;
  white-space: normal; }

.cta-list .btn {
  position: relative;
  margin: 0 0 15px;
  height: 50px;
  line-height: 30px;
  padding: 10px 50px;
  min-width: 240px; }

.cta-list .btn i {
  position: absolute;
  left: 24px;
  top: 50%;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.cta-list .btn i.fa-twitter {
  font-size: 2rem; }

.cta-list .btn i.fa-facebook {
  font-size: 1.6rem; }

.text-box {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.524;
  color: #716E79;
  padding-bottom: 23px; }

.text-box h2 {
  margin: 0 0 20px;
  font-size: 5.4rem;
  line-height: 1.148;
  text-transform: uppercase;
  font-weight: bold; }

.text-box p {
  margin: 0 0 35px; }

.rounded {
  border-radius: 40px; }

.main {
  padding: 47px 0; }

.main .content {
  padding: 25px 15px 23px;
  font-size: 1.3rem;
  line-height: 1.615;
  color: #848e97; }

.main h2 {
  font-weight: 700;
  text-align: center; }

.main h3 {
  margin: 0 0 46px;
  font-size: 2.8rem;
  line-height: 1.285;
  font-weight: 300;
  color: #D3D1DA; }

.main h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold; }

.style-01 .main h4 {
  margin: 0 0 7px; }

.main p {
  margin: 0 0 23px; }

.main .date {
  display: block;
  margin: -5px 0 0;
  padding: 0 0 22px; }

.main .btn-holder {
  padding: 32px 0 0; }

.main .text-box {
  font-size: 2rem;
  line-height: 1.5; }

.main .text-box h3 {
  font-size: 4rem;
  text-align: center;
  color: #416af0;
  font-weight: 700; }

.main .text-box h2 {
  font-size: 3.2rem;
  text-transform: none;
  color: #416af0; }

.area {
  padding: 77px 0 47px;
  background: #f4f4f4; }

.area h2 {
  margin: 0 0 28px;
  font-size: 3.2rem;
  line-height: 1.107;
  font-weight: 700; }

.slide-holder {
  padding: 0 0 0 65px; }

.slide-holder .img-slide {
  position: relative;
  margin: 0 0 -140px; }

.slide-holder .img-slide img {
  position: relative;
  top: 0;
  left: -20px; }

.scroll-effect-init .img-slide {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s; }

.scroll-effect-init .img-slide {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  transform: translateX(50px); }

.slide-holder.scroll-effect-animate .img-slide {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

.primary-area-list {
  margin: 0 -25px -40px -15px;
  padding: 28px 0;
  list-style: none;
  color: #848e97; }

.primary-area-list .img-holder {
  float: left;
  width: 90px;
  text-align: center;
  margin: 7px 45px 0 0; }

.primary-area-list .img-holder img {
  vertical-align: top; }

.primary-area-list .text-holder {
  overflow: hidden; }

.primary-area-list li {
  padding: 0 0 29px; }

.primary-area-list h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #6f7b8a; }

.primary-area-list p {
  margin: 0 0 21px; }

.cycle-gallery {
  position: relative;
  text-align: center;
  padding: 40px 200px 33px;
  margin: 0 0 60px;
  font-size: 2rem;
  line-height: 1.6; }

.cycle-gallery p a {
  font-weight: 400; }

.cycle-gallery .img-box {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 40px; }

.cycle-gallery .img-box .img-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px 0 0;
  overflow: hidden; }

.cycle-gallery .img-box .img-holder img {
  border-radius: 50%; }

.cycle-gallery .img-box .text-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.cycle-gallery .img-box h3 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.33333;
  color: #6f7b8a; }

.cycle-gallery .img-box a {
  font-weight: bold; }

.cycle-gallery:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 180px;
  right: 180px;
  height: 1px;
  background: #f4f4f4; }

.cycle-gallery [class^='btn-'] {
  position: absolute;
  top: 50%;
  margin: 23px 0 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
  color: #a3a3a3; }

.cycle-gallery [class^='btn-']:hover {
  color: #000; }

.cycle-gallery .btn-prev {
  left: 90px; }

.cycle-gallery .btn-next {
  right: 90px; }

.cycle-gallery .date {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  color: #848e97; }

.cycle-gallery .mask {
  position: relative;
  overflow: hidden; }

.cycle-gallery .mask .slideset {
  width: 99999px;
  float: left; }

.cycle-gallery .mask .slide {
  float: left; }

.cycle-gallery .slide p {
  color: #6f7b8a; }

.cycle-gallery .mask .slide.active {
  z-index: 1; }

.primary-area-container {
  background: #708ff4;
  text-align: center; }

.primary-area-container .primary-area-area {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff; }

.primary-area-container .primary-area-area > .container {
  position: relative;
  z-index: 1; }

.primary-area-container .primary-area-area > .container > p {
  margin: 0 120px 5px; }

.primary-area-container .primary-area-area .bg-stretch {
  position: absolute;
  top: 0;
  left: 0; }

.primary-area-container .primary-area-area + .primary-area-area {
  padding: 70px 0; }

.primary-area-container .primary-area-area + .primary-area-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 180px;
  right: 180px;
  height: 1px;
  background: rgba(102, 74, 102, 0.6); }

.primary-area-container h2 {
  margin: 0 0 40px;
  font-size: 3.2rem;
  line-height: 1.166666;
  font-weight: bold;
  color: #fffeff;
  text-align: left; }

.primary-area-container p.silent {
  color: #746074; }

.testimonials {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  margin-bottom: -46px;
  overflow: hidden;
  font-size: 0;
  letter-spacing: -4px; }

.testimonials li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 33.3333%;
  letter-spacing: 0; }

.testimonials .img-holder img {
  display: inline-block;
  vertical-align: middle; }

.testimonials .img-holder:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100px;
  margin: 0 0 0 -1px; }

.testimonials p {
  margin: 0 30px 70px; }

.pricing-tables {
  padding: 0 7px 25px;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap; }

.pricing-tables h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff; }

.plan {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  min-height: 100px;
  margin: 50px 3px;
  padding: 0 0 35px;
  font-size: 1.6rem;
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
  color: #fff; }

.plan .head {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0 13px;
  margin-bottom: 30px; }

.plan.recommended .head {
  padding: 12px 0 20px;
  background: rgba(0, 0, 0, 0.1); }

.plan .price {
  display: block;
  font-weight: bold;
  text-transform: uppercase; }

.price .price-main {
  display: block;
  padding: 0 0 17px;
  font-size: 6.4rem;
  vertical-align: top;
  line-height: 1;
  white-space: nowrap; }

.recommended .price .price-main {
  font-size: 8.2rem; }

.price .price-main .symbol {
  display: inline-block;
  color: #f4f4f4;
  vertical-align: top;
  margin: 0 7px 0 0;
  position: relative;
  font-weight: normal; }

.price .price-additional {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  padding: 0 0 33px;
  font-weight: normal;
  font-size: 1.4rem; }

.recommended .price .price-additional {
  padding: 0 0 43px; }

.plan .btn {
  height: 42px;
  font-size: 1.5rem;
  border: 0;
  line-height: 26px;
  padding: 8px 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold; }

.plan .btn.btn-default {
  background: rgba(255, 255, 255, 0.15); }

.plan .btn.btn-default:hover {
  background: rgba(255, 255, 255, 0.4); }

.recommended .btn {
  padding: 14px 50px;
  height: 52px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 7px; }

.plan ul {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 29px 0 22px;
  min-height: 117px;
  list-style: none; }

.plan ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  margin: 0 0 0 -30px;
  height: 5px;
  background: #416af0; }

.plan.recommended {
  margin-top: 0;
  width: 28%;
  position: relative;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  border-color: #416af0; }

.plan.recommended ul {
  min-height: 176px;
  line-height: 32px;
  padding: 37px 0 22px; }

.subscribe {
  margin: -30px 17px 0 0;
  text-align: right;
  white-space: nowrap; }

.subscribe h3 {
  margin: 0 15px;
  float: left;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #6f7b8a; }

.subscribe .form-group {
  overflow: hidden; }

.subscribe .form-control {
  padding: 10px 10px;
  font-size: 1.4rem;
  height: 42px;
  min-width: 335px;
  line-height: 20px;
  border-color: #fff;
  box-shadow: 0 0 0 #fff; }

.subscribe .btn {
  float: right;
  height: 42px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 10px 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 20px; }

.footer-holder {
  position: relative;
  padding: 62px 15px 92px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  color: #848e97; }

.footer-holder:before {
  content: '';
  position: absolute;
  height: 1px;
  top: 0;
  right: 15px;
  left: 15px;
  background: #f4f4f4; }

.footer-holder .logo {
  margin: 0 0 23px;
  padding: 4px 0 0;
  float: none;
  display: block; }

.footer-holder .logo + p {
  line-height: 21px; }

.footer-holder h4 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold; }

.footer-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.55; }

.footer-holder ul a {
  color: #416af0; }

.footer-holder ul a:hover {
  color: #708ff4; }

.footer-holder .text-holder {
  padding: 0 0 0 10px; }

.footer-holder .text-frame {
  padding: 0 0 0 25px; }

.footer-holder .phone {
  display: block;
  margin: 0 0 6px;
  font-size: 3rem;
  line-height: 1.2; }

.footer-holder .phone a {
  color: #31384d; }

.footer-holder .available {
  display: block;
  padding: 0 0 29px;
  font-size: 1.2rem;
  line-height: 1.3333333;
  font-weight: bold;
  text-transform: uppercase;
  color: #848e97; }

.footer-holder address {
  display: block;
  margin: -3px 0 0;
  font-style: normal;
  line-height: 23px; }

@media only screen and (max-width: 992px) {
  .nav-opener {
    display: inline-block;
    vertical-align: top; }
  .opener-holder {
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 0;
    margin: 7px 25px 0; }
  #header {
    position: relative;
    padding: 0; }
  #header > .container {
    padding: 29px 0 0; }
  #header .logo {
    margin: 3px 0 32px 25px; }
  #header .btn {
    float: none;
    height: 48px;
    font-size: 1.7rem;
    line-height: 22px;
    margin: 0;
    padding: 12px 40px;
    display: inline-block;
    vertical-align: top; }
  #nav {
    overflow: visible;
    font-size: 1.8rem;
    line-height: 1.3333333;
    letter-spacing: 0;
    font-weight: normal; }
  #nav .nav-drop {
    display: block;
    clear: both;
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  #nav .nav-drop > ul {
    display: block;
    padding: 0;
    text-align: left; }
  #nav .nav-drop > ul li {
    position: relative;
    margin: 0;
    padding: 0 35px;
    display: block;
    font-size: 1.8rem;
    line-height: 1.3333333;
    font-weight: normal; }
  #nav .nav-drop > ul li.active:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 4px;
    left: 0;
    background: #416af0; }
  #nav .nav-drop > ul li a {
    display: block;
    margin: 0 -9999px;
    padding: 20px 9979px;
    border-top: 1px solid #f4f4f4;
    color: #6f7b8a;
    background: rgba(51, 51, 51, 0.98);
    background-color: #fffeff; }
  #nav .nav-drop > ul li a:active, #nav .nav-drop > ul li a:focus, #nav .nav-drop > ul li a:hover {
    text-decoration: none;
    color: #416af0; }
  #nav .nav-drop > ul li.active {
    position: relative; }
  #nav .nav-drop > ul li.active a {
    color: #858585; }
  #nav .nav-drop .drop-holder {
    margin: 0 -9999px;
    padding: 20px 10014px;
    background: #416af0;
    text-align: left;
    color: #fffeff; }
  #nav .nav-drop .drop-holder span {
    display: block;
    margin: 0 0 20px; }
  #nav .nav-drop .drop-holder ul {
    padding: 0; }
  #nav .nav-drop .drop-holder ul li {
    padding: 0;
    margin: 0; }
  #nav .nav-drop .drop-holder ul li + li {
    margin: 0 0 0 20px; }
  #nav .nav-drop .drop-holder ul a {
    font-size: 3rem;
    color: #fff; }
  #nav .nav-drop .drop-holder ul a:hover {
    color: #708ff4; }
  .nav-active #nav .nav-drop {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #cta {
    margin: -80px 0 41px; }
  .social-placeholder {
    padding: 0; }
  .primary-area {
    padding: 0;
    min-height: 50vh; }
  .primary-area .text-block {
    padding: 70px 0; }
  .primary-area:before {
    display: none; }
  .primary-area .bg-stretch {
    bottom: -60px; }
  .area {
    padding: 40px 0 47px; }
  .text-box {
    font-size: 1.6rem;
    line-height: 1.625;
    padding-bottom: 13px; }
  .main .text-box p {
    margin: 0 0 33px;
    font-size: 1.4rem;
    line-height: 1.5; }
  .main .text-box h3 {
    font-size: 2.6rem; }
  .text-box h2 {
    font-size: 3.2rem;
    line-height: 1.333333; }
  .primary-area-list {
    margin: 0;
    padding: 28px 0 0 15px; }
  .primary-area-list .img-holder {
    width: 120px;
    margin: 7px 20px 0 0; }
  .primary-area-list li {
    padding: 0 0 19px; }
  .slide-holder {
    padding: 0;
    margin: 0 0 160px;
    text-align: center; }
  .slide-holder .img-slide img {
    position: relative;
    left: -3px; }
  .area h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.125; }
  .cycle-gallery {
    margin: 0 0 30px;
    padding: 0px 35px 0;
    font-size: 1.7rem;
    line-height: 1.412; }
  .cycle-gallery .img-box {
    padding: 0 0 35px; }
  .cycle-gallery [class^='btn-'] {
    margin: 67px 0 0; }
  .cycle-gallery .btn-prev {
    left: 0; }
  .cycle-gallery .btn-next {
    right: 0; }
  .cycle-gallery:after {
    display: none; }
  .cycle-gallery .date {
    margin: -10px 0 0; }
  .testimonials li {
    width: 50%; }
  .testimonials li p {
    margin: 0 10px 18px; }
  .cta-list {
    margin: 0 0 -16px; }
  .cta-list li {
    display: block;
    margin: 0; }
  .cta-list .btn {
    margin: 0 0 15px;
    min-width: 280px; }
  .cta-list p {
    margin: 0 0 26px; }
  .primary-area-container .primary-area-area {
    padding: 68px 0 84px; }
  .primary-area-container h2 {
    margin: 0 0 40px;
    font-size: 3.2rem;
    line-height: 1.25;
    text-align: center; }
  .primary-area-container .primary-area-area + .primary-area-area {
    padding: 54px 0 55px; }
  .primary-area-container .primary-area-area + .primary-area-area:after {
    left: 65px;
    right: 65px; }
  .testimonials p {
    margin: 0 30px 36px; }
  .pricing-tables {
    padding: 20px 0 60px; }
  .plan {
    display: block;
    width: auto;
    margin: 0 auto -5px;
    max-width: 310px; }
  .plan.recommended {
    max-width: 370px;
    width: auto; }
  .primary-area-container .primary-area-area > .container > p {
    margin: 0 40px; }
  .subscribe {
    text-align: center;
    margin: 2px 0 0; }
  .subscribe .form-inline {
    min-width: 430px;
    display: inline-block;
    vertical-align: top; }
  .subscribe .form-group {
    margin: 0; }
  .subscribe .form-control {
    min-width: 260px; }
  .subscribe h3 {
    font-size: 3rem;
    line-height: 1.2;
    float: none;
    margin: 0 0 44px; }
  .main h3 {
    margin: 0 0 26px; }
  .main .content {
    padding: 5px 15px 0; }
  .main .col-md-4 h3:first-child {
    margin: 40px 0 26px; }
  .main .col-md-4:first-child h3 {
    margin: 0 0 26px; }
  .main .btn-holder {
    padding: 12px 0; }
  .footer-holder {
    padding: 47px 19px 70px; }
  .footer-holder .text-holder {
    padding: 0; }
  .footer-holder .text-frame {
    padding: 0; }
  .footer-holder:before {
    left: 0;
    right: 0; }
  .footer-holder .logo + p {
    margin: 0 0 29px; }
  .footer-holder ul {
    margin: 0 0 26px; }
  .footer-holder address {
    margin: -3px 0 29px; }
  .plan {
    margin-bottom: 6px; }
  .plan:last-of-type {
    margin-bottom: 0px; } }

@media only screen and (max-width: 767px) {
  .primary-area .text-block {
    margin-top: 10px; }
  .hero-pnl h1 {
    font-weight: 400; }
  .logo a img {
    width: 150px; }
  .testimonials {
    margin: 0 0 -20px; }
  .testimonials p {
    margin: 0 0 20px; }
  .testimonials li {
    width: 100%; }
  .testimonials li p {
    margin: 0 30px 36px; } }

@media only screen and (max-width: 479px) {
  body {
    min-width: 320px; }
  #header > .container {
    padding: 10px 0 0; }
  .subscribe .form-inline {
    min-width: 280px; }
  #header .btn {
    height: 30px;
    margin: 8px 0 0;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 3px 20px;
    min-width: 0; }
  #header .logo {
    margin: 4px 0 10px 10px;
    width: 130px; }
  .opener-holder {
    margin: 4px 10px;
    padding: 0 0 0 10px; }
  .primary-area {
    min-height: 50vh; }
  .primary-area > .container {
    font-size: 1.6rem;
    line-height: 1.5; }
  .primary-area .bg-stretch {
    max-width: 100%;
    bottom: 20px; }
  .primary-area .info {
    background: rgba(255, 255, 255, 0.3);
    color: #BEBCC3; }
  .primary-area h1 {
    font-size: 5.4rem;
    line-height: 1.148; }
  .primary-area .text-block {
    padding: 30px 0; }
  #nav .nav-drop > ul li.active:before {
    top: 15px;
    bottom: 15px; }
  .area,
  .main {
    padding: 40px 0; }
  #cta {
    margin: -61px 0 0; }
  #cta .btn {
    margin: 0 0 12px;
    height: 42px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 10px 30px;
    min-width: 0; }
  .text-box {
    font-size: 1.4rem;
    line-height: 1.285; }
  .text-box h2 {
    font-size: 2.8rem;
    line-height: 1.286; }
  .primary-area-container h2,
  .area h2 {
    margin: 0 0 20px;
    font-size: 3.2rem;
    line-height: 1.125; }
  .primary-area-list {
    padding: 20px 0 0; }
  .primary-area-list .img-holder {
    margin: 0 10px 0 0; }
  .primary-area-list .text-holder {
    overflow: visible; }
  .slide-holder {
    margin: 0 0 160px; }
  .slide-holder .img-slide img {
    height: 416px;
    width: auto; }
  .cycle-gallery {
    text-align: center; }
  .cycle-gallery .img-box {
    padding: 0 0 10px; }
  .cycle-gallery .img-box .img-holder {
    margin: 0 0 10px;
    display: block; }
  .cycle-gallery .img-box .text-holder {
    display: block;
    text-align: center; }
  .primary-area-container .primary-area-area + .primary-area-area,
  .primary-area-container .primary-area-area {
    padding: 40px 0; }
  .plan {
    max-width: 260px; }
  .plan .head {
    padding: 6px 12px 20px; }
  .plan.recommended {
    max-width: 300px; }
  .pricing-tables {
    padding: 20px 0 40px; }
  .primary-area-container .primary-area-area > .container > p {
    margin: 0; }
  .pricing-tables h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0 10px; }
  .price .price-main {
    font-size: 5rem;
    line-height: 1.12;
    padding: 0 0 12px; }
  .price .price-main .symbol {
    font-size: 1.6;
    line-height: 1.5; }
  .price .price-additional {
    padding: 0 0 24px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .subscribe {
    margin: -20px 0; }
  .subscribe .form-group {
    margin: 0; }
  .subscribe .btn {
    padding: 10px 25px;
    margin: 0 0 0 10px; }
  .subscribe .form-control {
    min-width: 0; }
  .subscribe h3 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 20px; }
  .main .content {
    padding: 0; }
  .main .col-md-4 h3:first-child {
    margin: 20px 0 10px; }
  .main .col-md-4:first-child h3 {
    margin: 0 0 10px; }
  .footer-holder {
    padding: 20px 0; }
  .cycle-gallery {
    font-size: 1.4rem;
    line-height: 1.285; } }

@media only screen and (min-width: 1025px) {
  [href^='tel:'] {
    cursor: default;
    pointer-events: none; } }

.heading-holder h1 {
  color: #fffeff;
  text-shadow: 0px 0px 10px #1a1a1a;
  font-size: 4rem; }

.panel-login {
  border-color: #f4f4f4; }

.panel-login img.logo {
  margin: 20px 66px;
  width: 151px; }

.panel-login .modal-tabs {
  display: inline-block;
  width: 100%; }

.panel-login .modal-tabs a.active {
  border-bottom: 1px solid #fffeff;
  border-top: 1px solid #c1cace; }

.panel-login .modal-tabs a:hover {
  background-color: #f4f4f4; }

.panel-login .modal-tabs a {
  border-bottom: 1px solid #c1cace;
  border-top: 1px solid #fffeff; }

.panel-login > .panel-heading {
  text-align: center;
  padding: 0px;
  margin-top: 0px; }

.panel-login > .panel-heading a {
  text-decoration: none;
  color: #416af0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 20px 0px;
  display: inline-block;
  float: left;
  width: 50%; }

.panel-login > .panel-heading a:hover {
  color: #708ff4; }

.panel-login > .panel-heading a:nth-of-type(2) {
  border-left: 1px solid #c1cace; }

.panel-login > .panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px; }

.panel-login label {
  color: #6f7b8a; }

.panel-login p {
  padding: 20px 0;
  text-align: center; }

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #708ff4; }

.btn-login {
  background-color: #416af0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #416af0; }

.btn-login:hover,
.btn-login:focus {
  background-color: #708ff4;
  border-color: #708ff4;
  color: #fff; }

.forgot-password-title h2 {
  color: #416af0; }

.forgot-password {
  /*text-decoration: underline;*/
  color: #888; }

.forgot-password:hover,
.forgot-password:focus {
  /*text-decoration: underline;*/
  color: #666; }

.btn-register {
  background-color: #416af0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #416af0; }

.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #708ff4;
  border-color: #708ff4; }

.invite {
  width: 100%;
  font-weight: normal; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

@media (min-width: 768px) {
  .modal-sm-400 {
    width: 400px; } }

.main.gray-pnl {
  background-color: #f4f4f4; }

.primary-area.hero-pnl {
  background: url(../images/pvcomplete_use_sm.jpg);
  background-size: cover;
  background-position: right;
  background-color: #f4f4f4; }

.primary-area.hero-pnl span {
  text-shadow: 0px 0px 10px #1a1a1a; }

.pvs-logo {
  width: 200px;
  height: 40px;
  background: url(../images/pvs-logo.png);
  margin: 2rem auto;
  background-size: 200px 40px; }

#reviews {
  background: url(../images/panels_rural.jpg);
  background-size: cover;
  background-position: right; }

.img-holder i {
  font-size: 7rem; }

ul.primary-area-list li:nth-child(1) .img-holder i {
  color: #f65854; }

ul.primary-area-list li:nth-child(3) .img-holder i {
  color: #416af0; }

ul.primary-area-list li:nth-child(4) .img-holder i {
  color: #27cebc; }

footer i.fa {
  font-size: 4.2rem;
  display: block;
  margin-bottom: 1.6rem; }

footer .foot-logo {
  margin-bottom: 1.6rem; }

footer a {
  color: #6f7b8a; }

footer a:hover {
  color: #6f7b8a;
  text-decoration: underline; }

footer .col-md-3 {
  text-align: center;
  margin-bottom: 3rem; }

a.anchor {
  display: block;
  position: relative;
  top: -104px;
  visibility: hidden; }

.text-block {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.more-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.more-link i {
  font-size: 2rem;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s; }

.hero-pnl .text-block {
  height: 50vh; }

.hero-pnl .heading-holder {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.btn-primary {
  background-color: #416af0;
  border-color: #416af0; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background-color: #708ff4;
  border-color: #708ff4; }

/*Workspace*/
.workspace-header {
  position: fixed;
  height: 80px;
  max-height: 80px;
  border-bottom: 1px solid #eee;
  padding: 10px;
  display: flex;
  align-items: center;
  background: white;
  z-index: 15;
  width: 100%; }

@media (max-width: 768px) {
  .workspace-header {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); } }

.workspace-logo {
  padding: 0 2%; }

.workspace-logo img {
  width: 300px; }

.powered-by {
  padding: 0 2%; }

.powered-by img {
  height: 50px; }

@media (max-width: 768px) {
  .powered-by img {
    height: 20px; }
  .workspace-logo img {
    width: 200px; } }

.flex-right {
  margin-left: auto !important; }

.workspace-info-item {
  padding-left: 15px; }

.btn.btn-tenk {
  background: #ff6600;
  border-color: #ff6600;
  color: white; }

.btn.btn-tenk:hover {
  background: #FFAC76;
  border-color: #FFAC76; }

.btn.btn-tenk.reg {
  width: 100%;
  margin-top: 20px; }

.workspace-content {
  margin-top: 80px;
  padding: 20px 0;
  z-index: 10; }

.workspace-content h1 {
  text-align: center;
  color: #003366;
  font-size: 2.5em;
  margin-bottom: 30px;
  margin-top: 0px; }

.workspace-register {
  margin: auto;
  max-width: 370px; }

.workspace-register-form {
  border: 1px solid #ccc;
  padding: 20px;
  background: white; }

.workspace-register-form .workspace-form-footer {
  text-align: center; }

.tenk.workspace-register-form .workspace-form-footer a:not(.btn) {
  color: #ff6600 !important;
  text-decoration: underline;
  padding-bottom: 10px; }

.tenk-roof-layuout {
  z-index: 1;
  top: -165px;
  height: 800px;
  background: url(../images/tenk/layout.jpg) repeat-x center; }

.workspace-modal-header {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc; }

.tenk.workspace-modal-header {
  color: #ff6600; }

.workspace-modal-content {
  padding: 10px; }

.workspace-info-item a {
  color: #333; }

.workspace-footer {
  position: fixed;
  bottom: 0;
  z-index: 5;
  background: white;
  padding: 10px;
  vertical-align: middle;
  color: #888;
  width: 100%;
  display: flex; }

.workspace-footer a {
  color: #888 !important; }

.workspace-footer .texts {
  align-self: center; }

@media (max-width: 768px) {
  .workspace-footer .pull-left, .workspace-footer .pull-right {
    float: none !important; } }

.main-container.reset-password {
  min-height: calc(100% - 331px);
  margin-top: 104px;
  padding-top: 100px; }

@media only screen and (max-width: 992px) {
  .main-container.reset-password {
    margin-top: 0;
    padding-top: 0; } }

/* Ecofasten */
.ecofasten.workspace-content {
  background: #e8e9e3;
  height: calc(100% - 150px); }

.ecofasten.workspace-content h1 {
  margin-bottom: 1rem;
  color: black; }

.btn.btn-ecofasten {
  background: #8aa60d;
  border-color: #8aa60d;
  color: white; }

.btn.btn-ecofasten:hover {
  background: #b4c75f;
  border-color: #b4c75f; }

.btn.btn-ecofasten.reg {
  width: 100%;
  margin-top: 20px; }

.ecofasten.workspace-form-footer a {
  color: #8aa60d;
  text-decoration: underline; }

.ecofasten.workspace-register-form {
  border-color: #979797; }

.ecofasten.workspace-header {
  border-bottom: 1px solid #979797; }

/* ARS */
.ars.workspace-content {
  background: #e8e9e3;
  height: calc(100% - 150px); }

.ars.workspace-content h1 {
  margin-bottom: 1rem;
  color: black; }

.btn.btn-ars {
  background: #87AE3F;
  border-color: #87AE3F;
  color: white; }

.btn.btn-ars:hover {
  background: #b4c75f;
  border-color: #b4c75f; }

.btn.btn-ars.reg {
  width: 100%;
  margin-top: 20px; }

.btn.btn-ecl {
  background: #258f39;
  border-color: #258f39;
  color: white; }

.btn.btn-ecl:hover {
  background: #4bae5e;
  border-color: #4bae5e; }

.btn.btn-ecl.reg {
  width: 100%;
  margin-top: 20px; }

.ecl.workspace-form-footer a {
  color: #258f39;
  text-decoration: underline; }

.ars.workspace-form-footer a {
  color: #8aa60d;
  text-decoration: underline; }

.ars.workspace-register-form {
  border-color: #979797; }

.ars.workspace-header {
  border-bottom: 1px solid #979797; }

/* HB */
.hb.workspace-content {
  background: #e8e9e3;
  height: calc(100% - 150px); }

.hb.workspace-content h1 {
  margin-bottom: 1rem;
  color: black; }

.btn.btn-ecofasten {
  background: #8aa60d;
  border-color: #8aa60d;
  color: white; }

.btn.btn-hb {
  background: #233881;
  border-color: #233881;
  color: white; }

.btn.btn-hb:hover {
  background: #6572A9;
  border-color: #6572A9; }

.btn.btn-hb.reg {
  width: 100%;
  margin-top: 20px; }

.hb.workspace-form-footer a {
  color: #233881;
  text-decoration: underline; }

.hb.workspace-register-form {
  border-color: #979797; }

.hb.workspace-header {
  border-bottom: 1px solid #979797; }

/* webkit autofill fix */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #999999 !important; }

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }
