@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-1h4Tus9H.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Tus9H.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8D.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local('Oswald Medium'), local('Oswald-Medium'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTus9H.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTus9H.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTus9H.ttf) format('truetype');
}
/**
 * @author Onetwist Development Team <support@onetwist.com>
 * @copyright Onetwist Software (https://www.onetwist.com)
 */
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view td {
  white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  color: #000000;
}
a {
  transition: all 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 0;
}
.page-content {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .page-content {
    font-size: 16px;
    line-height: 24px;
    padding: 70px 0 70px 0;
  }
}
.navbar-default {
  background-color: #222d32;
}
.navbar-default .navbar-nav {
  padding-top: 5px;
  min-height: 70px;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  padding-top: 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-nav > li a.navbar-btn {
  position: relative;
  z-index: 1;
  background-color: #1bbae1;
  text-transform: none;
  border: none;
  font-size: 14px;
  border-radius: 0;
  color: #FFFFFF;
  margin: 11px 15px 0 15px;
  float: left;
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li a.navbar-btn {
    float: right;
  }
}
.navbar-default .navbar-nav > li a.navbar-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.navbar-default .navbar-nav > li a.navbar-btn:hover {
  background-color: #1bbae1;
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li a.navbar-btn:hover:after {
  transform: scale(1);
}
.navbar-brand {
  padding-bottom: 10px;
  height: auto;
}
.navbar-brand img {
  width: auto;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .navbar-brand img {
    height: 30px;
    margin-top: 8px;
  }
}
.menufooter1 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menufooter1 li {
  font-size: 16px;
  padding: 5px 0 0 0;
}
.menufooter1 li a {
  color: #848484;
}
.menufooter1 li a:hover {
  color: #FFFFFF;
}
.menufooter2 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menufooter2 li {
  display: block;
  border-top: 1px solid #3C3C3B;
  font-size: 18px;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
.menufooter2 li.full-company-info {
  font-size: 14px;
}
.menufooter2 li a {
  color: #848484;
}
.menufooter2 li a:hover {
  color: #FFFFFF;
}
.menufooter2 ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menufooter2 ul li {
  float: left;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 0 0 0;
  border: 0;
  font-size: 14px;
}
.abovefooterhome {
  text-align: center;
  background-color: #3C3C3B;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 50px;
}
footer.footer {
  background-color: #161616;
  color: #848484;
  padding-top: 50px;
}
footer.footer h2,
footer.footer h3,
footer.footer h4 {
  margin: 0 0 0 0;
  color: #FFFFFF;
}
footer.footer h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  footer.footer h3 {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
footer.footer .abovefooter {
  text-align: center;
  padding: 0 0 50px 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  footer.footer .abovefooter {
    display: block;
  }
}
footer.footer .abovefooter .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 30px;
  min-height: 0;
}
footer.footer .abovefooter .container .row {
  min-height: 0;
}
footer.footer .abovefooter h2,
footer.footer .abovefooter h4 {
  color: #FFFFFF;
}
footer.footer .abovefooter h2 {
  margin: 0 0 0 0;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  footer.footer .footer-about {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .footer-about {
    padding-bottom: 0;
  }
}
footer.footer .footer-about img {
  height: 25px;
  width: auto;
  margin-bottom: 20px;
}
footer.footer .footer-bottom {
  border-top: 1px solid #3C3C3B;
  padding: 20px 0;
  background-color: #1c1c1c;
  margin-top: 30px;
}
footer.footer .footer-bottom a {
  display: inline-block;
  padding: 0 5px 0 5px;
  color: #FFFFFF;
}
footer.footer .footer-bottom a:hover {
  color: #a0b3b0;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.btn:focus {
  outline: none!important;
}
.btn.btn-large {
  padding: 10px 25px;
  font-size: 18px;
  line-height: 18px;
}
.btn.btn-primary-invers {
  color: #1bbae1;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.btn-primary-invers:hover {
  color: #1799B9;
}
.btn.btn-primary {
  color: #FFFFFF;
  background-color: #1bbae1;
  border-color: #1bbae1;
}
.btn.btn-primary:hover {
  background-color: #1799B9;
}
.section-title {
  position: relative;
  padding-bottom: 10px;
}
.section-title h1 {
  display: block;
  color: rgba(0, 0, 0, 0.15);
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
}
.section-title .border {
  height: 2px;
  width: 50px;
  background: #1bbae1;
  display: block;
  margin: 19px 0 0;
}
.section-title .overlay-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-title .overlay-title h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  padding: 15px 0 0 0;
  margin: 0 0 0 0;
}
.section-title.text-center {
  text-align: left!important;
}
@media only screen and (min-width: 768px) {
  .section-title.text-center {
    text-align: center!important;
  }
}
.section-space {
  height: 50px;
}
#notify-container {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1020;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #notify-container {
    top: 69px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.alert.alert-success {
  color: #FFFFFF;
  background-color: #8fae1b;
}
.alert.alert-danger {
  color: #FFFFFF;
  background-color: #C5201C;
}
.alert.alert-info {
  color: #FFFFFF;
  background-color: #1e85be;
}
.alert ul,
.alert ol {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .alert ul,
  .alert ol {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .alert ul,
  .alert ol {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .alert ul,
  .alert ol {
    width: 1170px;
  }
}
.alert ul li,
.alert ol li {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .alert ul li,
  .alert ol li {
    padding: 0 15px;
  }
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
}
.alert .close:hover,
.alert .close:focus {
  opacity: 1;
}
label {
  font-weight: 300;
}
.required label:after {
  content: " *";
  color: red;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
.form-control {
  font-size: 14px;
  line-height: 14px;
  background-color: #FFFFFF;
  padding: 6px 10px 6px 10px;
  height: 34px;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.form-control:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="email"]:active,
input[type="tel"]:active,
.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0.15);
}
.form-group.field-order-promo_code {
  margin-bottom: 0;
}
textarea {
  resize: none;
  min-height: 150px;
}
.input-group .input-group-addon {
  padding: 0 0;
  border: 0;
  border-radius: 0;
}
.hero-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
.hero-image .hero-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero-image .hero-title .title-wrapper {
  width: 100%;
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-title .title-wrapper {
    padding-top: 100px;
  }
}
.hero-image .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.hero-image .hero-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-breadcrumbs {
    height: 60px;
  }
}
.hero-image .hero-breadcrumbs .breadcrumb {
  padding: 8px 0;
  margin-bottom: 0;
  margin-top: 12px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-breadcrumbs .breadcrumb {
    padding: 8px 15px;
  }
}
.hero-image .hero-breadcrumbs .breadcrumb > li {
  font-weight: 300;
}
.hero-image .hero-breadcrumbs .breadcrumb > li.active {
  color: #59CCE9;
}
.hero-image .hero-breadcrumbs .breadcrumb > li a {
  color: #FFFFFF;
  text-decoration: none;
}
.hero-image .hero-actions {
  display: table;
  width: 100%;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-actions {
    text-align: right;
  }
}
.hero-image .hero-actions .hero-actions-btns,
.hero-image .hero-actions .hero-actions-price {
  display: table-cell;
  vertical-align: middle;
}
.hero-image .hero-actions .hero-actions-btns {
  width: 100px;
}
.hero-image h1 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
  .hero-image h1 {
    font-size: 48px;
    padding: 0 0 50px 0;
  }
}
.hero-image h3 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
}
.hero-image .price {
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  margin-right: 20px;
}
.service-item-box {
  text-align: center;
  border: 1px solid #59CCE9;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .service-item-box {
    margin-bottom: 30px;
  }
}
.service-item-box .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.service-item-box .img-holder img {
  width: 100%;
}
.service-item-box .inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0px, 0%, 0px);
  transition: all 700ms ease;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 992px) {
}
.service-item-box .inner-content h3 {
  color: #FFFFFF;
  padding: 9px 0 8px 0;
  margin: 0;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
.service-item-box .inner-content .text {
  font-size: 16px;
  color: #1bbae1;
  padding: 20px 0 17px;
  background-color: #FFFFFF;
}
.service-item-box .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1bbae1;
  padding: 0 20px;
  visibility: visible;
  opacity: 0;
  transition: all 400ms ease;
}
.service-item-box .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.service-item-box .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.service-item-box .overlay .box .content .overlay-content {
  color: #FFFFFF;
}
.service-item-box .overlay .box .content .overlay-content .icon-holder {
  margin-bottom: 30px;
}
.service-item-box .overlay .box .content .overlay-content .icon-holder .fa {
  font-size: 30px;
}
.service-item-box .overlay .box .content .overlay-content h3 {
  color: #FFFFFF;
}
.service-item-box .overlay .box .content .overlay-content .text {
  margin-top: 17px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .service-item-box .overlay .box .content .overlay-content .text {
    display: -webkit-box;
    height: 100px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.service-item-box .overlay .box .content .overlay-content .read-more {
  overflow: hidden;
}
.service-item-box .overlay .box .content .overlay-content .read-more a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.service-item-box .overlay .box .content .overlay-content .read-more a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.service-item-box .overlay .box .content .overlay-content .read-more + .buy-now {
  margin-top: 20px;
}
.service-item-box:hover {
  border: 1px solid #127790;
}
.service-item-box:hover .overlay {
  opacity: 1;
}
.choose-item-box {
  background: #FFFFFF;
  display: block;
  position: relative;
  padding: 40px 20px 30px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) {
  .choose-item-box {
    min-height: 250px;
  }
}
.choose-item-box .heading {
  position: relative;
  padding-left: 60px;
  min-height: 60px;
}
.choose-item-box .heading:before,
.choose-item-box .heading:after {
  display: table;
  content: " ";
}
.choose-item-box .heading:after {
  clear: both;
}
.choose-item-box .heading .icon {
  background: rgba(0, 0, 0, 0.05);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.choose-item-box .heading .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1bbae1;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.choose-item-box .heading .icon .fa {
  font-size: 32px;
  transition: all 500ms ease;
}
.choose-item-box .heading .title {
  padding-left: 50px;
  position: relative;
}
.choose-item-box .heading .title:before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 30px;
  height: 1px;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  margin: 15px 0;
}
.choose-item-box .copy {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 10px;
}
.choose-item-box:hover .heading .icon:after {
  transform: scale(1);
}
.choose-item-box:hover .heading .icon .fa {
  color: #FFFFFF;
}
.side-section {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .side-section {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.side-section + .side-section {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .side-section + .side-section {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 10px;
  }
}
.side-section ul.addons li:before {
  content: "\f067";
  top: 3px;
  left: 0;
}
.side-section ul.screenshots {
  margin: 0 -3px 0 -3px;
}
.side-section ul.screenshots:before,
.side-section ul.screenshots:after {
  display: table;
  content: " ";
}
.side-section ul.screenshots:after {
  clear: both;
}
.side-section ul.screenshots li {
  float: left;
  width: 89px;
  height: 89px;
  padding: 3px 3px 3px 3px;
}
@media only screen and (min-width: 992px) {
  .side-section ul.screenshots li {
    line-height: normal;
    padding: 3px 3px 3px 3px;
  }
}
.side-section ul.screenshots li:before {
  display: none;
}
.side-section ul.screenshots li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.side-section ul.screenshots li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-height: 100%;
  max-width: 350%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.side-section ul.subtotal {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table;
  width: 100%;
}
.side-section ul.subtotal li {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  text-align: right;
}
.side-section ul.subtotal li:first-child {
  width: 50%;
  text-align: left;
  font-weight: 300;
}
.side-section ul.subtotal + .subtotal {
  padding: 5px 0 0 0;
}
.side-section label {
  display: block;
}
.accordion-block .panel-group {
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  width: auto;
}
.accordion-block .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
  background-color: #FFFFFF;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.accordion-block .panel-group .panel + .panel,
.accordion-block .panel-group .panel .panel2 {
  margin-top: 0;
}
.accordion-block .panel-group .panel:last-child {
  border-bottom: 0 solid rgba(0, 0, 0, 0.15);
}
.accordion-block .panel-group .panel .panel-heading {
  padding: 0 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-block .panel-group .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: inherit;
}
.accordion-block .panel-group .panel .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 60px;
  color: #000000;
  text-decoration: none;
}
.accordion-block .panel-group .panel .panel-heading .panel-title a:before {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  top: 15px;
  left: 15px;
}
.accordion-block .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"] {
  background-color: #FFFFFF;
}
.accordion-block .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
  content: "\f078";
}
.accordion-block .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  background-color: #FFFFFF;
  color: #1bbae1;
}
.accordion-block .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  content: "\f077";
}
.accordion-block .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.accordion-block .panel-group .panel .panel-body {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .accordion-block .panel-group .panel .panel-body {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 10px 60px;
  }
}
.hp-swiper .swiper-container {
  height: 500px;
}
.hp-swiper .swiper-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  display: table;
}
.hp-swiper .swiper-slide .slider-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0 {
    width: 50%;
    padding: 0 0 0 50px;
    margin: 0 50% 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0 h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1 {
    padding: 0 50px 0 50px;
  }
}
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1 h1 {
  text-shadow: 0 0 5px #969696;
}
@media only screen and (min-width: 992px) {
  .hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1 h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2 {
    width: 50%;
    padding: 0 50px 0 0;
    margin: 0 0 0 50%;
  }
}
@media only screen and (min-width: 992px) {
  .hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2 h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0.text-white,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1.text-white,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2.text-white {
  color: #FFFFFF;
}
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0.text-white h1,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1.text-white h1,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2.text-white h1,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0.text-white p,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1.text-white p,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2.text-white p {
  color: #FFFFFF;
}
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0.text-black,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1.text-black,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2.text-black {
  color: #000000;
}
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0.text-black h1,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1.text-black h1,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2.text-black h1,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-0.text-black p,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-1.text-black p,
.hp-swiper .swiper-slide .slider-content .slider-content-wrapper .content-position-2.text-black p {
  color: #000000;
}
.quick-contact {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 71px;
  padding-top: 62px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.quick-contact:before {
  background: rgba(18, 119, 144, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.quick-contact:after {
  background: rgba(18, 119, 144, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 33.3333%;
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .quick-contact:after {
    display: block;
  }
}
.quick-contact .section-title h1 {
  color: rgba(255, 255, 255, 0.7);
}
.quick-contact .section-title .overlay-title h2 {
  color: #FFFFFF;
}
.quick-contact .quick-contact-box {
  background: #FFFFFF;
  display: none;
  color: #000000;
  padding: 25px 20px 25px 20px;
  max-width: 370px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .quick-contact .quick-contact-box {
    min-height: 220px;
    display: block;
  }
}
.quick-contact .quick-contact-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.quick-contact .quick-contact-box p {
  margin: 0 0 0 0;
}
.quick-contact .quick-contact-box p + p {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .quick-contact .form-group {
    margin-bottom: 25px;
  }
}
.quick-contact input[type="text"],
.quick-contact input[type="password"],
.quick-contact input[type="search"],
.quick-contact input[type="email"],
.quick-contact input[type="tel"],
.quick-contact .form-control {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px 10px 10px 10px;
  height: 45px;
  border-color: #44C6E6;
  transition: all 500ms ease;
}
.quick-contact input[type="text"]:focus,
.quick-contact input[type="password"]:focus,
.quick-contact input[type="search"]:focus,
.quick-contact input[type="email"]:focus,
.quick-contact input[type="tel"]:focus,
.quick-contact .form-control:focus,
.quick-contact input[type="text"]:active,
.quick-contact input[type="password"]:active,
.quick-contact input[type="search"]:active,
.quick-contact input[type="email"]:active,
.quick-contact input[type="tel"]:active,
.quick-contact .form-control:active {
  border-color: #FFFFFF;
}
.quick-contact input[type="text"]::-webkit-input-placeholder,
.quick-contact input[type="password"]::-webkit-input-placeholder,
.quick-contact input[type="search"]::-webkit-input-placeholder,
.quick-contact input[type="email"]::-webkit-input-placeholder,
.quick-contact input[type="tel"]::-webkit-input-placeholder,
.quick-contact .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
.quick-contact input[type="text"]::-moz-placeholder,
.quick-contact input[type="password"]::-moz-placeholder,
.quick-contact input[type="search"]::-moz-placeholder,
.quick-contact input[type="email"]::-moz-placeholder,
.quick-contact input[type="tel"]::-moz-placeholder,
.quick-contact .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.quick-contact input[type="text"]:-ms-input-placeholder,
.quick-contact input[type="password"]:-ms-input-placeholder,
.quick-contact input[type="search"]:-ms-input-placeholder,
.quick-contact input[type="email"]:-ms-input-placeholder,
.quick-contact input[type="tel"]:-ms-input-placeholder,
.quick-contact .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.quick-contact input[type="text"]:-moz-placeholder,
.quick-contact input[type="password"]:-moz-placeholder,
.quick-contact input[type="search"]:-moz-placeholder,
.quick-contact input[type="email"]:-moz-placeholder,
.quick-contact input[type="tel"]:-moz-placeholder,
.quick-contact .form-control:-moz-placeholder {
  color: #FFFFFF;
}
.quick-contact textarea {
  resize: none;
  min-height: 150px;
}
.quick-contact .btn.btn-large {
  min-width: 150px;
}
.testimonial-item-box {
  position: relative;
  text-align: center;
  padding: 5px;
}
.testimonial-item-box .copy-box {
  position: relative;
  padding: 35px 20px 30px;
  background-color: #ffffff;
  transition: all 300ms ease;
  box-shadow: 0 1px 5px 1px #f1f1f1;
  display: table;
  width: 100%;
  min-height: 200px;
}
.testimonial-item-box .copy-box p {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-item-box .name-box {
  position: relative;
  margin-top: 30px;
}
.newsletter-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .newsletter-box {
    min-height: 450px;
  }
}
.newsletter-box .newsletter-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.newsletter-box .newsletter-form .form-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .newsletter-box .newsletter-form .form-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-box .newsletter-form .form-wrapper {
    max-width: 620px;
  }
}
.newsletter-box .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.newsletter-box h2 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
}
.newsletter-box p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}
.newsletter-box .form-group {
  text-align: left;
}
.newsletter-box input[type="text"],
.newsletter-box input[type="password"],
.newsletter-box input[type="search"],
.newsletter-box input[type="email"],
.newsletter-box input[type="tel"] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
}
.newsletter-box input[type="text"]::-webkit-input-placeholder,
.newsletter-box input[type="password"]::-webkit-input-placeholder,
.newsletter-box input[type="search"]::-webkit-input-placeholder,
.newsletter-box input[type="email"]::-webkit-input-placeholder,
.newsletter-box input[type="tel"]::-webkit-input-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type="text"]:-moz-placeholder,
.newsletter-box input[type="password"]:-moz-placeholder,
.newsletter-box input[type="search"]:-moz-placeholder,
.newsletter-box input[type="email"]:-moz-placeholder,
.newsletter-box input[type="tel"]:-moz-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type="text"]::-moz-placeholder,
.newsletter-box input[type="password"]::-moz-placeholder,
.newsletter-box input[type="search"]::-moz-placeholder,
.newsletter-box input[type="email"]::-moz-placeholder,
.newsletter-box input[type="tel"]::-moz-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type="text"]:-ms-input-placeholder,
.newsletter-box input[type="password"]:-ms-input-placeholder,
.newsletter-box input[type="search"]:-ms-input-placeholder,
.newsletter-box input[type="email"]:-ms-input-placeholder,
.newsletter-box input[type="tel"]:-ms-input-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type=checkbox] {
  position: absolute;
  left: -1000em;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.newsletter-box input[type=checkbox] + label {
  position: relative;
  text-align: left;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0 0 0 0;
  padding: 0 0 0 25px;
}
.newsletter-box input[type=checkbox] + label:before {
  content: "\f096";
  font-family: 'FontAwesome';
  color: #FFFFFF;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-box input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.newsletter-box button {
  min-width: 200px;
  margin: 15px auto 0 auto;
}
.newsletter-box button:focus,
.newsletter-box button:active {
  outline: none;
}
.modal .carousel .carousel-inner .item {
  text-align: center;
}
.modal .carousel .carousel-inner .item img {
  display: inherit;
}
.why-choosing {
  position: relative;
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .why-choosing {
    padding: 70px 0 70px 0;
    background-color: #fafafa;
  }
}
@media only screen and (min-width: 992px) {
  .why-choosing:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 200px;
    background: url(../img/bg-why.jpg);
    content: "";
  }
}
.featured-services {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .featured-services {
    padding: 70px 0 70px 0;
  }
}
.featured-services .featured-services-slide .owl-controls {
  position: absolute;
  right: 0;
  top: -85px;
}
.featured-services .featured-services-slide.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -58px;
}
@media only screen and (min-width: 768px) {
  .featured-services .featured-services-slide.owl-theme .owl-nav {
    top: -45px;
  }
}
.featured-services .featured-services-slide.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  transition: all 700ms ease 0s;
}
.featured-services .featured-services-slide.owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #1bbae1;
  color: #1bbae1;
}
.featured-services .featured-services-slide.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none!important;
}
.testimonials {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .testimonials {
    padding: 70px 0 70px 0;
  }
}
.testimonials .testimonials-slide {
  padding: 0 5px;
}
.testimonials .testimonials-slide .owl-controls {
  position: absolute;
  right: 0;
  top: -85px;
}
.testimonials .testimonials-slide.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -58px;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonials-slide.owl-theme .owl-nav {
    top: -45px;
  }
}
.testimonials .testimonials-slide.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 700ms ease 0s;
}
.testimonials .testimonials-slide.owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #1bbae1;
  color: #1bbae1;
}
.testimonials .testimonials-slide.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none!important;
}
.services-list {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .services-list {
    padding: 70px 0 70px 0;
  }
}
.service-single {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .service-single {
    padding: 70px 0 70px 0;
  }
}
.service-single .section + .section {
  padding-top: 30px;
}
.service-single .section-title {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
}
.service-single .section-title h3 {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .service-single .section-content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .service-single p {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-single ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.service-single ul li {
  position: relative;
  display: block;
  padding: 0 0 3px 15px;
}
@media only screen and (min-width: 992px) {
  .service-single ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 3px 20px;
  }
}
.service-single ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}
.related-services {
  background: #f7f7f7;
  border-top: 1px solid #b2b2b2;
  padding-top: 20px;
}
.payment-single {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .payment-single {
    padding: 70px 0 70px 0;
  }
}
.payment-single .section + .section {
  padding-top: 50px;
}
.payment-single .section-title {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .payment-single .section-title {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .payment-single p {
    font-size: 16px;
    line-height: 24px;
  }
}
.payment-single .side-section:first-child {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .payment-single .side-section:first-child {
    padding-top: 93px;
  }
}
body.contact .quick-contact {
  background-image: none!important;
}
body.contact .quick-contact:before,
body.contact .quick-contact:after {
  display: none!important;
}
body.contact .section-title h1 {
  color: rgba(0, 0, 0, 0.15);
}
body.contact .section-title .overlay-title h2 {
  color: #000000;
}
body.contact .quick-contact-box {
  box-shadow: 0 1px 5px 1px #f1f1f1;
}
body.contact input[type="text"],
body.contact input[type="password"],
body.contact input[type="search"],
body.contact input[type="email"],
body.contact input[type="tel"],
body.contact .form-control {
  font-size: 16px;
  line-height: 16px;
  color: #127790;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px 10px 10px 10px;
  height: 45px;
  border-color: #44C6E6;
  transition: all 500ms ease;
}
body.contact input[type="text"]:focus,
body.contact input[type="password"]:focus,
body.contact input[type="search"]:focus,
body.contact input[type="email"]:focus,
body.contact input[type="tel"]:focus,
body.contact .form-control:focus,
body.contact input[type="text"]:active,
body.contact input[type="password"]:active,
body.contact input[type="search"]:active,
body.contact input[type="email"]:active,
body.contact input[type="tel"]:active,
body.contact .form-control:active {
  border-color: #2FC0E3;
}
body.contact input[type="text"]::-webkit-input-placeholder,
body.contact input[type="password"]::-webkit-input-placeholder,
body.contact input[type="search"]::-webkit-input-placeholder,
body.contact input[type="email"]::-webkit-input-placeholder,
body.contact input[type="tel"]::-webkit-input-placeholder,
body.contact .form-control::-webkit-input-placeholder {
  color: #127790;
}
body.contact input[type="text"]::-moz-placeholder,
body.contact input[type="password"]::-moz-placeholder,
body.contact input[type="search"]::-moz-placeholder,
body.contact input[type="email"]::-moz-placeholder,
body.contact input[type="tel"]::-moz-placeholder,
body.contact .form-control::-moz-placeholder {
  color: #127790;
}
body.contact input[type="text"]:-ms-input-placeholder,
body.contact input[type="password"]:-ms-input-placeholder,
body.contact input[type="search"]:-ms-input-placeholder,
body.contact input[type="email"]:-ms-input-placeholder,
body.contact input[type="tel"]:-ms-input-placeholder,
body.contact .form-control:-ms-input-placeholder {
  color: #127790;
}
body.contact input[type="text"]:-moz-placeholder,
body.contact input[type="password"]:-moz-placeholder,
body.contact input[type="search"]:-moz-placeholder,
body.contact input[type="email"]:-moz-placeholder,
body.contact input[type="tel"]:-moz-placeholder,
body.contact .form-control:-moz-placeholder {
  color: #127790;
}
body.contact textarea {
  resize: none;
  min-height: 150px;
}
body.contact .btn:focus {
  outline: none!important;
}
body.contact .btn.btn-large {
  min-width: 150px;
}
body.contact .btn.btn-primary-invers {
  color: #FFFFFF;
  background-color: #1bbae1;
  border-color: #1bbae1;
}
body.contact .btn.btn-primary-invers:hover {
  background-color: #1799B9;
}
