/* HERO
--------------------------------------------------*/
.hero {
  color: #fff;
  background-color: #00a8d5;
  overflow: hidden;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-overlay {
  position: relative;
  z-index: 1;
}

.hero-media {
  -webkit-animation: fadeInHero 1500ms ease-out 1;
	-moz-animation: fadeInHero 1500ms ease-out 1;
	animation: fadeInHero 1500ms ease-out 1;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  mix-blend-mode: multiply;
  right: 0;
  top: 0;
  z-index: 0;
}

.hero-media.fadeOut {
  -webkit-animation: fadeOutHero 900ms ease-out 1;
	-moz-animation: fadeOutHeo 900ms ease-out 1;
	animation: fadeOutHero 900ms ease-out 1;
  opacity: 0;
}

.hero-media img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 500px;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .hero-media img {
    left: 0;
  }
}

.hero h1,
.hero .h1 {
  font-size: 66px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 30px;
}

.hero h2,
.hero .h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.hero h3,
.hero .h3 {
  font-size: 40px;
}

.hero h1,
.hero .h1,
.hero h2,
.hero .h2,
.hero h3,
.hero .h3 {
  color: #fff;
}

.hero p a {
  color: #fff;
}

.hero .lead {
  display: block;
  font-size: 28px;
}

.hero .svg-icon {
  fill: #fff;
  margin: 0 auto;
  max-width: 300px;
}

.hero-video {
  padding: 40px 0 0;
}

@media (min-width: 992px) {
  .hero-video {
    padding: 140px 0;
  }
}

#video-wrapper,
.hero-video-wrapper {
  mix-blend-mode: overlay;
}

.hero-video-wrapper video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.hero-video-wrapper *::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

.hero-video-wrapper *::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

.hero-video-wrapper *::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.hero-video-ribbon {
  background: #67c5ae;
  border-top: 1px solid #0189ae;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .hero-video-ribbon {
    border: none;
    background: rgba(0, 0, 0, 0) url("../../img/main/hero/ribbon.svg") no-repeat scroll 0 -40px;
    height: 446px;
    margin: 0;
    padding: 10px 30px;
    position: absolute;
    right: 5%;
    top: 0;
    width: 310px;
    -webkit-filter: drop-shadow( 0px 0px 1px #666 );
    filter: drop-shadow( 0px 0px 1px #666 );
  }
}

.hero-video-ribbon .h3 {
  font-size: 30px;
}

.hero-video-ribbon .lead {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.play-video-button {
  background-color: rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 76px;
  cursor: pointer;
  display: block;
  height: 76px;
  margin: 25px auto 0;
  transition: all 100ms ease-in 0s;
  width: 76px;
}

.play-video-button:hover,
.play-video-button:focus {
  background-color: transparent;
}

.play-video-icon {
  border-bottom: 18px solid transparent;
  border-left: 25px solid #fff;
  border-top: 18px solid transparent;
  display: block;
  height: 0;
  margin: 17px auto 17px 25px;
  opacity: 0.8;
  transition: all 100ms ease-in 0s;
  width: 0;
}

.modal-video {
  background-color: rgba(0,0,0,0.8);
}

.modal-video .modal-dialog {
  width: 80%;
}

.hero-testimonial-video {
  background-color: #706a67;
}

/* DOMAIN SEARCH
--------------------------------------------------*/

.hero-domain-search {
  min-height: calc(100vh - 92px);
  overflow: auto;
}

.hero-domain-search video,
.hero-domain-search img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
}

.hero-domain-search .h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 40px;
}

.input-group-domain-search {
  display: block;
  position: relative;
}

.form-domain-search {
  margin: 0 auto 40px;
  max-width: 950px;
  text-align: left;
  transition: all 300ms ease-in 0s;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.form-domain-search.focused {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.input-group-domain-search > input[type="search"] {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
  color: #999;
  display: block;
  float: none;
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  padding: 20px 30px;
  width: 100%;
}

.input-group-domain-search > .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.input-group-domain-search > .form-control::-moz-placeholder {
  color: #ccc;
}

.input-group-domain-search > .form-control:-ms-input-placeholder {
  color: #ccc;
}

.input-group-domain-search > .form-control:-moz-placeholder {
  color: #ccc;
}

.input-group-domain-search > .input-group-addon {
  display: none;
}

@media (min-width: 480px) {
  .input-group-domain-search > .input-group-addon {
    background: 0;
    border: 0;
    display: block;
    height: 70px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
    width: 60px;
    z-index: 3;
  }
}

.input-group-domain-search .icon-mini {
  display: block;
  margin: 15px auto;
}

.input-group-domain-search .icon-mini > svg {
  fill: #888;
  stroke: none;
}

.input-group-domain-search > .form-control:focus + span {
  opacity: 0;
}

.domain-search-results {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  display: none;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 3;
}

.domain-search-results.focused {
  display: block;
}

.domain-search-tld {
  color: #777;
  margin: 0;
  padding: 20px;
}

.domain-search-tld:hover {
  background-color: #f8f8f8;
}

.domain-search-results-tld {
  display: inline-block;
  line-height: 44px;
}

.domain-search-results .domain-search-load-more,
.domain-search-results .domain-search-load-more:hover {
  background-color: transparent;
  padding-bottom: 5px;
  padding-top: 5px;
}

.domain-search-basket {
  text-align: left;
}

@media (min-width: 768px) {
  .domain-search-basket {
    text-align: center;
    padding-top: 2px;
  }
}

.domain-search-results .text-right {
  text-align: left;
}

@media (min-width: 768px) {
  .domain-search-results .text-right {
    text-align: right;
  }
}

.domain-search-results .unavailable {
  color: #d3d3d3;
}

.domain-search-results-heading,
.domain-search-results-heading:hover {
  background-color: #dcdbda;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .domain-search-results-heading .caret {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    vertical-align: unset;
  }
}

.domain-search-results-heading .btn-group {
  display: block;
  float: right;
}

.domain-search-results-heading .btn-link {
  background-color: transparent;
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}

.domain-search-results-heading .btn-link:hover,
.domain-search-results-heading .btn-link:focus {
  color: #444;
  text-decoration: none;
}

.dropdown-menu-domain-search {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
  font-size: 13px;
}

@media (min-width: 992px) {
  .dropdown-menu-domain-search {
    top: -40px;
    left: 160px;
  }
}

.dropdown-menu-domain-search > li {
  margin: 0;
  padding: 0;
}

.dropdown-menu-domain-search > li > a {
  padding: 5px 10px;
}

.domain-search-results-unavailable {
  color: #acabab;
  display: block;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.domain-search-loader,
.domain-search-loader:before,
.domain-search-loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: domainloader 1.2s infinite ease-in-out;
  animation: domainloader 1.2s infinite ease-in-out;
}

.domain-search-loader {
  color: #d3d3d3;
  font-size: 10px;
  margin: 10px 20px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@media (min-width: 768px) {
  .domain-search-loader {
    margin: 4px auto;
  }
}

.domain-search-loader:before,
.domain-search-loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.domain-search-loader:before {
  left: -16px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.domain-search-loader:after {
  left: 16px;
}

@-webkit-keyframes domainloader {
  0%,
  80%,
  100% {
    box-shadow: 0 12px 0 -3px;
  }
  40% {
    box-shadow: 0 12px 0 0;
  }
}
@keyframes domainloader {
  0%,
  80%,
  100% {
    box-shadow: 0 12px 0 -3px;
  }
  40% {
    box-shadow: 0 12px 0 0;
  }
}

.transfer-domain-link {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.transfer-domain-link.fadeOut {
  opacity: 0;
  display: none;
}

/* Basket Notifications */

.add-basket-notifications {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}

.noty_inline_layout_container {
  position: inherit !important;
  top: 20px !important;
  right: 20px !important;
  width: 350px !important;
  height: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none !important;
  z-index: 10000000 !important;
}

.noty_message {
  background-color: #5fcdb2;
  border: 1px solid #5fcdb2;
  border-radius: 2px;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
  padding: 8px 15px;
}

.noty_text {
  color: #fff;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.noty_text strong {
  font-weight: 500;
}

/* CONTENT BLOCKS
--------------------------------------------------*/

section {
  padding-bottom: 130px;
  padding-top: 130px;
  position: relative;
}

.grey-bg {
  background-color: #f2f2f2;
}

.midgrey-bg {
  background-color: #f0eded;
}

.blue-bg {
  background-color: #00a8d5;
  color: #cceef7;
}

.blue-bg p a,
.blue-bg li a {
  color: #cceef7;
}

.darkblue-bg {
  background-color: #2c3a55;
  color: #c0c4cc;
}

.darkblue-bg p a,
.darkblue-bg li a {
  color: #c0c4cc;
}

.darkblue-bg hr {
  border-color: #3d4962;
}

.darkblue-bg .col-icon .svg-icon {
  fill: #4a5771;
}

.darkblue-bg .col-icon .svg-icon-highlight {
  fill: #93a0ba;
}

.darkblue-bg .icon-mini > svg {
  stroke: #c0c4cc;
}

.blue-bg-tint {
  background: #0189ae;
  color: #ffffff;
}

.gradient-bg {
  background-color: #5b86e5;
  background: linear-gradient(135deg,  #5b86e5 0%,#36d1dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b86e5', endColorstr='#36d1dc',GradientType=1 );
}

.img-section {
  padding-bottom: 0;
  padding-top: 0;
}

.img-section img {
  margin: 0 auto;
}

.img-section.top-padding {
  padding-top: 80px;
}


.block-scroll-bg-wrapper {
  mix-blend-mode: multiply;
  opacity: 0.7;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1;
}

.parallax-block {
  background-attachment: fixed;
  background-color: #ccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax-block .container {
  position: relative;
  z-index: 2;
}

.parallax-block:after {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content : "";
  display: block;
  height: 100%;
  left: 0;
  min-height: 500px;
  opacity : 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.parallax-wooden-desk:after {
  background-image: url('../img/main/hero/block-wooden-desk.1.jpg');
}

/* PRODUCT PANES
--------------------------------------------------*/

.hero .product-overview {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .product-overview [class*="col"] {
    padding: 0;
  }
}

.product-overview .col-lg-offset-2 {
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .product-overview .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
}

.product-pane {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #738191;
  font-size: 14px;
  margin: 20px 0;
  padding: 50px 40px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .product-pane {
    border-right-color: transparent;
  }

  .product-overview [class*="col"]:last-of-type .product-pane {
    border-right-color: #e5e5e5;
  }
}

.product-pane.active {
  border: 1px solid #288feb;
  margin: 0;
  padding: 70px 40px;
}

.col-lg-15 .product-pane {
  padding-left: 20px;
  padding-right: 20px;
}

h2.product-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.product-title a,
.product-title a:hover,
.product-title a:focus {
  color: #2f4152;
}

.product-pane p {
  margin: 0;
}

.product-price {
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.product-price small {
  font-size: 70%;
}

.product-pane ul {
  color: #8d949b;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 30px;
  text-align: left;
}

.product-pane ul li {
  margin-bottom: 15px;
}
.product-pane ul li a {
  color: #8d949b;
}

.product-pane .icon-mini > svg {
  stroke: #8d949b;
}

.product-pane .icon-mini-xs > svg {
  padding-left: 5px;
  padding-right: 0;
}

.product-pane .tooltip-link > svg {
  color: #8d949b;
}

.product-pane .tooltip-link:hover,
.product-pane .tooltip-link:focus {
  color: #697178;
}

.product-pane-image {
  fill: #2f4152;
  margin: 30px auto 15px;
  width: 70px;
}

.product-pane-image .tint {
  fill: #accbe8;
}

/* Questions & Answers
--------------------------------------------------*/

.panel-group .panel {
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-default > .panel-heading {
  background-color: #fdfdfd;
  padding: 0;
}

.panel-default > .panel-heading h4 {
  margin: 0;
  padding: 0;
}

.panel-default > .panel-heading a {
  padding: 20px;
}

.panel-default > .panel-heading h4,
.panel-default > .panel-heading a {
  color: #777;
  display: block;
}

.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
  color: #111;
  text-decoration: none;
}

/* TESTIMONIALS
--------------------------------------------------*/

.testimonial {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 1.4em;
  margin: 20px 0;
  padding: 30px;
  text-align: center;
}

.testimonial img {
  background: #00a8d5;
  margin: 0 auto 15px;
}

.testimonial h4 {
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.testimonial h4 small {
  color: #738191;
}

.testimonial .underline:after {
  height: 1px;
  max-width: 125px;
  margin: 10px auto 20px;
}

.testimonial .btn {
  margin-top: 10px;
}

/* GENERIC ITEMS
--------------------------------------------------*/

.contact {
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.contact-text {
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.contact span,
.contact a,
.contact a:hover,
.contact a:focus {
  color: #fff;
  font-weight: 500;
}

.reviews {
  background-color: #515151;
  color: #d8d8d8;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 20px 0;
}

.reviews .h4 {
  color: #eee;
  line-height: 34px;
  margin: 0;
}

.reviews .trustpilot {
  margin: 0 10px;
  width: 130px;
}

.review-title {
  display: none;
}

.reviews strong {
  color: #eee;
  font-weight: 500;
}

.review-info {
  text-align: center;
}

@media (min-width: 768px) {
  .review-info {
    text-align: right;
  }
}

.list-review {
  display: inline-block;
  float: right;
  margin: 5px 0 0;
  padding: 0;
}

.list-review li {
  background-color: #d8d8d8;
  border-radius: 2px;
  height: 24px;
  line-height: 16px;
  margin: 0;
  padding: 3px;
  width: 24px;
}

.list-review li .svg-icon {
  fill: #515151;
}

hr {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* BLOG
--------------------------------------------------*/

.blog {
  margin-bottom: 40px;
}

.excerpt-thumbnail {
	background: #ccc;
	overflow: hidden;
	margin: 1.5em 0;
  position: relative;
}

.excerpt-thumbnail img {
	height: auto;
	transition: all 200ms ease-in 0s;
	width: 100%;
}

.excerpt-thumbnail a:hover img {
	transform: scale(1.2, 1.2);
}

.excerpt-thumbnail a .excerpt-thumbnail-text::before {
  border: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 10px;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: -1;
}

.excerpt-thumbnail a .excerpt-thumbnail-text::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 10px;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: -1;
}

.excerpt-thumbnail a .excerpt-thumbnail-text {
  background: rgba(44, 58, 85, 0.9) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  transition: all 0.4s ease 0s;
	z-index: 10;
}

.excerpt-thumbnail a:hover .excerpt-thumbnail-text {
	opacity: 1;
}

.excerpt-thumbnail-text span {
  color: #d4d4d4;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 400;
  left: 0;
  letter-spacing: 3px;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
}

.excerpt-thumbnail-text span::after {
	content: '';
  display: block;
  background-color: #d4d4d4;
  height: 2px;
  max-width: 50px;
  width: 100%;
  margin: 0.5em auto 0;
}

.post-excerpt .entry-meta {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.post-excerpt .entry-meta-body p {
	margin: 15px 10px 0 0;
}

/* FEATURES
--------------------------------------------------*/

.feature-list ul li {
  margin-bottom: 20px;
}

.list-lg {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.list-lg li {
  margin-bottom: 20px;
}

.list-lg a,
.list-lg a:hover,
.list-lg a:focus {
  color: #787878;
}

.list-lg .icon-mini > svg {
  padding-top: 1px;
  height: 26px;
}

/* TABLES
--------------------------------------------------*/

.table-content {
  margin: 20px 0;
}

.table-content > thead > tr > th,
.table-content > tbody > tr > th,
.table-content > thead > tr > td,
.table-content > tbody > tr > td {
  border-top: 1px solid #ddd;
  color: #222;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding: 20px;
}

.table-content > thead > tr > th:first-child,
.table-content > tbody > tr > th:first-child,
.table-content > thead > tr > td:first-child,
.table-content > tbody > tr > td:first-child {
  padding-left: 0;
}

.table-content > thead > tr > th:last-child,
.table-content > tbody > tr > th:last-child,
.table-content > thead > tr > td:last-child,
.table-content > tbody > tr > td:last-child {
  padding-right: 0;
}

.table-content > thead > tr > th,
.table-content > thead > tr > td {
  border: none;
  color: #aaa;
  font-size: 18px;
  padding: 10px 25px;
}

.table-content strong {
  font-weight: 500;
}

.table-content strong a {
  color: #222;
}

.table-content .break {
  color: #aaa;
  font-size: 24px;
}

.table small,
.table .lead small {
  color: #777;
  display: inline-block;
  font-size: 70%;
  line-height: 1.2em;
}

.table-tip {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .table-tip {
    display: none;
  }
}

.table-tip .icon-text {
  line-height: 16px;
  padding: 0 10px;
}

/* PRODUCT ICONS
--------------------------------------------------*/

.divider-icon {
  background-color: #fff;
  border: solid 8px #dfdfdf;
  border-radius: 50%;
  height: 150px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: absolute;
  right: 0;
  top: -75px;
  width: 150px;
}

.preload-svg {
  display: none;
}

.svg-icon {
  fill: #67c5ae;
}

.svg-icon-highlight {
  fill: #00a8d5;
}

.svg-icon-grey,
.svg-icon-grey .svg-icon-highlight {
  fill: #777;
}

.svg-icon-height {
  max-height: 80px;
}

.col-icon {
  height: 80px;
  margin: 20px auto;
  width: 80px;
}

.col-icon-small {
  height: 50px;
  margin: 20px auto;
  width: 50px;
}

.col-icon.media-object,
.col-icon-small.media-object {
  margin-top: 0;
}

.above-divider-icon {
  padding-bottom: 150px;
}

.icon-holder {
  border-radius: 100%;
  color: #ffffff;
  font-size: 40px;
  height: 79px;
  line-height: 1.3;
  margin: 0 auto 15px;
  padding: 10px;
  text-align: center;
  width: 79px;
}

.icon-holder.wordpress {
  background: #1e8cbe;
}

.icon-holder.joomla,
.icon-holder.suse {
  background: #6aae30;
}

.icon-holder.drupal,
.icon-holder.windows {
  background: #0073ba;
}

.icon-holder.cubecart {
  background: #78c8da;
}

.icon-holder.centos {
  background: #f5c058;
}

.icon-holder.plesk,
.icon-holder.freebsd {
  background: #dc4a42;
}

.icon-holder.php {
  background: #7296c7;
}

.icon-holder.mysql {
  background: #6f99b1;
}

.icon-holder.phpmyadmin,
.icon-holder.fedora {
  background: #263c56;
}

.icon-holder.webalizer {
  background: #cccccc;
}

.icon-holder.debian {
  background: #d60651;
}

.icon-holder.ubuntu {
  background: #f57421;
}

.img-thumb {
  background: #00a8d5;
}

/* TABS
--------------------------------------------------*/

.nav-product-tabs {
  text-align:center;
  margin-bottom: 50px;
}

.nav-product-tabs li {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #777777;
  float:none;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  display:inline-block;
  *display:inline;
  zoom:1;
}

.nav-product-tabs li + li {
  margin-left: 0;
}

@media (min-width: 768px) {
  .nav-product-tabs li {
    border-left: none;
  }

  .nav-product-tabs li:first-child {
    border-left: 1px solid #dfdfdf;
    border-radius: 4px 0 0 4px;
  }

  .nav-product-tabs li:last-child {
    border-radius: 0 4px 4px 0px;
  }
}

.nav-product-tabs > li > a {
  color: #ababab;
  border-radius: 0;
  outline: 0;
  padding: 10px 50px;
}

.nav-product-tabs > li > a:hover,
.nav-product-tabs > li > a:focus {
  color: #00a8d5;
  background-color: transparent;
}

.nav-product-tabs > li.active {
  border: 1px solid #0088aa;
}

.nav-product-tabs li.active:first-child {
  border-left: 1px solid #0088aa;
}

.nav-product-tabs li.active:last-child {
  border-left: 1px solid #0088aa;
}

.nav-product-tabs > li.active > a,
.nav-product-tabs > li.active > a:hover,
.nav-product-tabs > li.active > a:focus {
  background-color: #00a8d5;
}

/* PRICE FOOTER
--------------------------------------------------*/

.price .h2 {
  margin-bottom: 0;
}

.price small {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

/* CONTROL PANEL CAROUSEL
--------------------------------------------------*/

@media (min-width: 768px) {
  .carousel-gallery {
    background-image: url('../img/main/hosting/carousel-gallery-bg.1.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 423px;
    margin: 0 auto;
    padding-top: 22px;
    width: 660px;
  }

  .carousel-gallery .carousel-inner {
    height: 265px;
    margin: 0 auto;
    width: 470px;
  }
}

.carousel-gallery .carousel-control {
  margin-top: 160px;
}

.carousel-gallery .icon-mini > svg {
  width: 40px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.carousel-control {
  display: none;
  text-shadow: none;
  width: 5%;
}

@media (min-width: 768px) {
  .carousel-control {
    display: block;
  }
}

.carousel-control,
.carousel-control:focus {
  color: #cccccc;
}

/* WordPress Product Page
--------------------------------------------------*/

.spec-graph {
  margin-bottom: 25px;
}

.spec-graph-title {
  color: #777;
}

.spec-graph .progress {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  margin-bottom: 0;
}

.spec-graph .progress-bar {
  background-color: #53c6db;
  box-shadow: none;
  line-height: 35px;
  padding: 0 8px;
  text-align: right;
  transition: width 1s ease 0s;
}

#progress-bar-wordpress,
#progress-bar-professional {
  width: 0%;
}

#progress-bar-wordpress.animate {
  width: 100%;
}

#progress-bar-professional.animate {
  width: 10%;
}

.spec-graph .progress-bar-title {
  color: #565656;
  font-size: 14px;
}

.staff-member {
  float: left;
  margin-top: 40px;
  position: relative;
  width: 25%;
}

.staff-member img {
  width: 100%;
}

.staff-member-info {
  background-color: #2c3a55;
  border-radius: 5px;
  color: #fff;
  line-height: 1.2;
  left: calc(50% - 100px);
  opacity: 0.0;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease 0s;
  top: -60px;
  visibility: hidden;
  width: 200px;
  z-index: 1;
}

.staff-member-info::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2c3a55;
  bottom: -10px;
  content: "";
  height: 0;
  left: calc(50% - 10px);
  position: absolute;
  width: 0;
}

.staff-member-info em {
  font-size: 12px;
}

.staff-member:hover .staff-member-info {
  opacity: 1;
  visibility: visible;
}

/* SUPPORT/KB
--------------------------------------------------*/

.support-overview .pane {
  border: 1px solid #cfcfcf;
  padding: 30px 10px;
}

.support-overview .col-md-4 .pane {
    min-height: 280px;
}

.kb-list h5 {
  margin: 0;
}

#sidebar {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 15px;
}

#sidebar .sidebar-heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar ul li {
  margin: 0;
}

#sidebar .nav a {
  padding: 10px 5px;
  color: #999;
}

#sidebar .nav a:hover,
#sidebar .nav a:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #666;
}

#sidebar .icon-mini {
  padding: 2px 4px 0 0;
}

.kb-information {
  background-color: #f2f2f2;
  font-size: 14px;
  margin: 30px 0;
  padding: 10px 20px;
}

.icon-status svg {
  height: 50px;
  padding: 20px 10px 0;
  width: 50px;
}

/* ABOUT
--------------------------------------------------*/

.staff [class*="col"] {
  margin-bottom: 20px;
}

.staff .inner {
  background: #F9F9F9;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 0 rgba(255,255,255, 0.3), 0 1px 2px rgba(0,0,0,0.1);
  font-size: 12px;
  padding: 10px;
}

.staff-photo {
  margin: 0 0 10px;
  height: 122px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0, 0.2);
  -moz-box-shadow: inset 0 0 2px rgba(0,0,0, 0.2);
  box-shadow: inset 0 0 2px rgba(0,0,0, 0.2);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.staff .inner:hover .staff-photo {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.staff-photo.daniel {
  background-image: url(../img/main/staff/daniel.5.jpg);
}

.staff-photo.stuart {
  background-image: url(../img/main/staff/stuart.5.jpg);
}

.staff-photo.ian {
  background-image: url(../img/main/staff/ian.5.jpg);
}

.staff-photo.andy {
  background-image: url(../img/main/staff/andy.5.jpg);
}

.staff-photo.david {
  background-image: url(../img/main/staff/david.5.jpg);
}

.staff-photo.olly {
  background-image: url(../img/main/staff/olly.5.jpg);
}

.staff-photo.keith {
  background-image: url(../img/main/staff/keith.5.jpg);
}

.staff-photo.thibaut {
  background-image: url(../img/main/staff/thibaut.2.jpg);
}

.staff-photo.joe {
  background-image: url(../img/main/staff/joe.5.jpg);
}

.staff-photo.ray {
  background-image: url(../img/main/staff/ray.5.jpg);
}

.staff-photo.nina {
  background-image: url(../img/main/staff/nina.8.jpg);
}

.staff-photo.pete {
  background-image: url(../img/main/staff/pete.5.jpg);
}

.staff-photo.simon {
  background-image: url(../img/main/staff/simon.5.jpg);
}

.staff-photo.kayleigh {
  background-image: url(../img/main/staff/kayleigh.3.jpg);
}

.staff-photo.siobhan {
  background-image: url(../img/main/staff/siobhan.5.jpg);
}

.staff-photo.dank {
  background-image: url(../img/main/staff/dank.2.jpg);
}

.staff-photo.phil {
  background-image: url(../img/main/staff/phil.2.jpg);
}

.staff-photo.tim {
  background-image: url(../img/main/staff/tim.2.jpg);
}

.staff h4 {
  color: #29ABE2;
}

.staff p {
  font-size: 14px;
}

.staff h4,
.staff p {
  margin: 0;
}

.staff-member {
  float: left;
  margin-top: 40px;
  position: relative;
  width: 25%;
}

.staff-member img {
  width: 100%;
}

.staff-member-info {
  background-color: #2c3a55;
  border-radius: 5px;
  color: #fff;
  line-height: 1.2;
  left: calc(50% - 100px);
  opacity: 0.0;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease 0s;
  top: -60px;
  visibility: hidden;
  width: 200px;
  z-index: 1;
}

.staff-member-info::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2c3a55;
  bottom: -10px;
  content: "";
  height: 0;
  left: calc(50% - 10px);
  position: absolute;
  width: 0;
}

.staff-member-info em {
  font-size: 12px;
}

.staff-member:hover .staff-member-info {
  opacity: 1;
  visibility: visible;
}

/* Demonstration
--------------------------------------------------*/

.demo-laptop {
  background-image: url(../img/main/hosting/control-panel/control-panel-laptop.png);
  height: 678px;
  margin: 40px auto;
  padding-top: 37px;
  text-align: center;
  width: 1080px;
}

/* Screen-wrapper
--------------------------------------------------*/

.screen-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(136, 136, 136, 0.2);
  padding: 0;
}

.screen-wrapper-hero {
  border: none;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1170px;
}

.screen-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding: 0 10px;
  text-align: left;
}

.screen-header .disc {
  border-radius: 100px;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.screen-header-hero {
  border-bottom: 1px solid #999;
  border-top: 1px solid #fff;
  padding: 4px 10px;
}

.screen-header-hero .disc {
  height: 10px;
  width: 10px;
}

.screen-header-small .disc {
  margin: 0 0 2px;
}

.screen-header .disc:nth-of-type(1) {
 background-color: #fc605c;
}

.screen-header .disc:nth-of-type(2) {
 background-color: #fdbc40;
}

.screen-header .disc:nth-of-type(3) {
 background-color: #34c749;
}

.screen-wrapper-small {
  margin: 0 auto;
  max-width: 640px;
}

.screen-wrapper-small img {
  border-radius: 0 0 4px 4px;
  margin: 0;
}

.screen-wrapper-mobile {
  border-radius: 25px;
  margin: 0 auto;
  padding: 25px 10px;
  width: 274px;
}

.screen-wrapper-mobile img {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 20px 0;
}

.screen-wrapper-mobile .disc {
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}

.screen-wrapper-mobile .speaker {
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 8px;
  margin: 0 auto;
  width: 80px;
}

/* Client Stories
--------------------------------------------------*/

.client-story p {
  font-size: 18px;
  line-height: 1.7;
}

.client-story p.lead {
  font-size: 26px;
  line-height: 1.7;
}

.client-story figcaption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}


/* DIV Table
--------------------------------------------------*/

.div-table {
  color: #aaa;
}

.div-table h3 {
  color: #cbcbcb;
  line-height: 1;
  margin: 0;
}

.div-table > .row {
  border-bottom: 1px solid #dfdfdf;
  padding: 60px 0;
}

.div-table > .row:last-child {
  border-bottom: none;
}

.div-table [class*="col-"] {
  margin-bottom: 0;
}

.div-table > .div-table-head {
  color: #cbcbcb;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 20px;
  padding: 0 0 20px;
}

.div-table-icon {
  height: 60px;
  margin: 0 auto 10px;
  width: 60px;
}

.div-table-icon .svg-icon,
.div-table-icon .svg-icon-highlight {
  fill: #dfdfdf;
}

/* TABLE
--------------------------------------------------*/

.table-content {
  margin: 20px 0;
}

.table-content > thead > tr > th,
.table-content > tbody > tr > th,
.table-content > thead > tr > td,
.table-content > tbody > tr > td {
  border-top: 1px solid #ddd;
  color: #222;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 20px;
}

.table-content > thead > tr > th:first-child,
.table-content > tbody > tr > th:first-child,
.table-content > thead > tr > td:first-child,
.table-content > tbody > tr > td:first-child {
  padding-left: 0;
}

.table-content > thead > tr > th:last-child,
.table-content > tbody > tr > th:last-child,
.table-content > thead > tr > td:last-child,
.table-content > tbody > tr > td:last-child {
  padding-right: 0;
}

.table-content > thead > tr > th,
.table-content > thead > tr > td {
  border: none;
  color: #aaa;
  font-size: 18px;
  padding: 10px 25px;
}

.table-content .break {
  color: #aaa;
  font-size: 24px;
}

table strong {
  font-weight: 500;
}

.table-basket {
  margin: 0;
}

.table-basket > thead > tr > th,
.table-basket > tbody > tr > th,
.table-basket > thead > tr > td,
.table-basket > tbody > tr > td {
  border-top: 1px solid #ddd;
  color: #222;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 25px;
}

.table-basket > thead > tr > th:first-child,
.table-basket > tbody > tr > th:first-child,
.table-basket > thead > tr > td:first-child,
.table-basket > tbody > tr > td:first-child {
  padding-left: 0;
}

.table-basket > thead > tr > th:last-child,
.table-basket > tbody > tr > th:last-child,
.table-basket > thead > tr > td:last-child,
.table-basket > tbody > tr > td:last-child {
  padding-right: 0;
}

.table-basket > thead > tr > th,
.table-basket > thead > tr > td {
  border: none;
  color: #ccc;
  font-size: 18px;
  padding: 10px 25px;
}

.table-basket .btn-add-hosting {
  margin-top: 20px;
}

.table-basket label {
  font-weight: 400;
}

.table-basket .select-cell {
  padding-bottom: 20px;
  padding-top: 20px;
}

.table-basket .checkbox-cell label {
  font-size: 18px;
  margin-top: 12px;
}

.table-basket .checkbox-cell input[type="checkbox"] {
  margin-right: 3px;
}

.table-basket-slim > tbody > tr > th,
.table-basket-slim > tbody > tr > td {
  padding: 15px 25px;
}

.table-small {
  border: 1px solid #ddd;
  color: #222;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 20px;
}

.table-small > thead > tr > th,
.table-small > tbody > tr > th,
.table-small > thead > tr > td,
.table-small > tbody > tr > td {
  line-height: 1.2;
  padding: 10px 5px;
}

.table-small > thead > tr > th:first-child,
.table-small > tbody > tr > th:first-child,
.table-small > thead > tr > td:first-child,
.table-small > tbody > tr > td:first-child {
  padding-left: 0;
}

.table-small > thead > tr > th:last-child,
.table-small > tbody > tr > th:last-child,
.table-small > thead > tr > td:last-child,
.table-small > tbody > tr > td:last-child {
  padding-right: 0;
}

.table-small > thead > tr > th,
.table-small > thead > tr > td {
  font-size: 14px;
}

.table-small input[type="radio"],
.table-small input[type="checkbox"] {
  margin: 0;
}

.table .lead {
  color: #777;
  line-height: 1.2;
}

.table small,
.table .lead small {
  color: #777;
  display: inline-block;
  font-size: 75%;
  line-height: 1.2em;
}

.table .indent {
  padding-left: 20px;
}

.table .dropdown-menu {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  top: 28px;
}

.table-col-2 {
  width: 20%;
}

.table-blank > thead > tr > th,
.table-blank > tbody > tr > th,
.table-blank > tfoot > tr > th,
.table-blank > thead > tr > td,
.table-blank > tbody > tr > td,
.table-blank > tfoot > tr > td {
  border: none;
}

.table-extra-condensed > thead > tr > th,
.table-extra-condensed > tbody > tr > th,
.table-extra-condensed > tfoot > tr > th,
.table-extra-condensed > thead > tr > td,
.table-extra-condensed > tbody > tr > td,
.table-extra-condensed > tfoot > tr > td {
  padding: 0;
}

/* SPEC TABLE
--------------------------------------------------*/

.spec-table .h4 {
  font-size: 20px;
  margin: 0;
}

.spec-table .h4,
.spec-table .h4 a,
.spec-table .h4 a:hover,
.spec-table .h4 a:focus {
  color: #808080;
}

.spec-table .h4 small {
  color: #aaa;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}

.spec-table p,
.spec-table ul {
  font-size: 14px;
}

.spec-table .spec-price {
  margin-bottom: 10px;
}

.spec-table .spec-price small {
  display: inline;
  margin-top: 0;
}

/* SAMPLE SITES CARD
-------------------------------------------------- */

.sample-site-image {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.sample-site-image a img {
  width: 100%;
  transition: all 200ms ease-in 0s;
}

.sample-site-image a:hover img {
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}

.sample-site-image a .text-overlay {
  background: rgba(44, 58, 85, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  transition: all 0.4s ease 0s;
  z-index: 100;
}

.sample-site-image a:hover .text-overlay {
  opacity: 1;
}

.sample-site-image a .text-overlay .info {
  color: #d4d4d4;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  left: 0;
  letter-spacing: 3px;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
}

/* FORMS
--------------------------------------------------*/

.order-form-choose {
  margin-bottom: 40px;
  margin-top: 40px;
}

.order-form-choose [class*="col-"] {
  margin-bottom: 30px;
}

.choice-wrapper {
  background: #fafafa;
  border-color: #ccc;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}

.choice-wrapper:hover {
  cursor: pointer;
}

.choice-wrapper.active ,
.choice-wrapper.active:hover {
  border-color: #00a8d5;
}

.choice-header {
  border-bottom: 1px solid #ccc;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  padding: 6px 6px 7px;
  text-align: center;
}

.choice-wrapper:hover .choice-header {
  background-color: #eee;
  color: #222;
}

.choice-wrapper.active > .choice-header,
.choice-wrapper.active:hover > .choice-header {
  background-color: #00a8d5;
  color: #fff;
}

.choice-title {
  font-size: 24px;
}

.choice-wrapper small {
  font-size: 14px;
  opacity: 0.8;
}

.choice-info {
  color: #bababa;
  font-size: 14px;
  line-height: 2;
  padding: 10px;
}

.choice-info strong {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

.choice-info ul {
  margin: 0;
}

.choice-info ul li {
  margin-bottom: 6px;
}

.choice-info .icon-mini > svg {
  padding: 2px 8px 0 10px;
  width: 40px;
}

.choice-info .svg-icon {
  display: block;
  fill: #bababa;
  margin: 20px auto;
  width: 60px;
}

.form-order .form-group {
  margin-bottom: 40px;
}

.form-hero .form-group {
  margin: 0 0 30px;
}

.form-order label {
  color: #222;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
  position: relative;
}

.form-hero label {
  color: #fff;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
}

.form-order .form-control,
.form-hero .form-control {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #444;
  font-size: 16px;
  height: 45px;
  line-height: 1;
  margin-bottom: 10px;
  outline: 0 none;
  padding: 11px 20px 10px;
  transition: all 0.2s ease-in-out 0s;
}

.form-order .form-control:focus,
.form-hero .form-control:focus {
  border: 1px solid #00a8d5;
}

.form-order .has-error .form-control,
.form-hero .has-error .form-control {
  border: 1px solid #a94442;
}

.form-order .has-error .help-block {
  color: #a94442;
}

.form-order .form-control-feedback,
.form-hero .form-control-feedback {
  height: 45px;
  line-height: 54px;
}

.form-order .form-group-password .form-control-feedback {
  top: 35px;
}

.form-order textarea.form-control {
    height: auto;
}

.form-order .checkbox label small {
  color: #999;
}

.form-order .form-inline .btn {
  margin-top: -10px;
}

.form-order-inline .btn {
  margin-top: 32px;
}

.form-hero {
  margin: 30px 0;
}

.form-hero .form-control {
  border: 1px solid #2f4152;
}

.form-hero .has-error .help-block {
  color: #fff;
}

.styled-select {
  color: #444;
  background-color: #fff;
  height: 45px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.styled-select::after {
  content: url(/img/main/styled-select.svg);
  position: absolute;
  top: 12px;
  right: 10px;
  width: 22px;
  z-index: -1;
}

.styled-select .form-control {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.styled-select .form-control:focus {
  border: 1px solid #00a8d5;
  outline: 0 none;
}

.styled-select::focus:after {
  color: #00a8d5;
}

.styled-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.styled-select.disabled::after {
  opacity: 0.5;
}

.styled-select.disabled .form-control {
  border: 1px solid #ddd;
  color: #ccc;
}

.icon-success,
.icon-error {
  display: none;
}

.has-error > .form-control-feedback > .icon-error {
  display: block;
}

.has-success > .form-control-feedback > .icon-success {
  display: block;
}

/* 404
--------------------------------------------------*/

.error {
  margin-bottom: 150px;
  padding-bottom: 100px;
  position: relative;
}

.error-image {
  bottom: -100px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.error-404 {
  color: #0189ae;
  font-family: "futura-pt",Helvetica,Arial,sans-serif;
  font-size: 55vw;
  font-weight: 400;
  line-height: 464px;
  letter-spacing: -35px;
}

@media (min-width: 992px) {
  .error-404 {
    font-size: 580px;
  }
}

/* Animation
--------------------------------------------------*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInHero {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.4;
  }
}

@keyframes fadeOutHero {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animate-stagger-1 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animate-stagger-2 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.animate-stagger-3 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.animate-stagger-4 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-stagger-5 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.animate-stagger-6 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.animate-stagger-7 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.animate-stagger-8 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.animate-stagger-9 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.animate-stagger-10 {
  -webkit-animation-delay: 400ms;
  animation-delay: 1100ms;
}
