/*! Place your custom styles here */

.bar-3 a {
	font-color:#666666 !important;
	font-weight: 500;
}

.call--icon i {
	font-size: 15px;
  font-style: normal;
	margin-right: 5px;
	vertical-align: middle;
}

.menu-horizontal > li:not(:hover) > a {
  opacity: 1;
}

.menu-horizontal > li:not(:hover) > span {
  opacity: .8;
}

img.flag-dropdown {
    max-height: 1.85714286em;
    padding-right: 5px;
}

@media (max-width: 990px) {
	.logo-light {
    	display: none;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
	.bar-2 .bar__module, .bar-1 .bar__module {
    	margin-bottom: 0;
    }
}

h1, .h1 {
	font-weight: 700;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}

h5, .h5 {
    font-size: 1.35714286em;
    line-height: 1.36842105em;
}

p {
	font-size: 1.1em;
}

.lead {
    color: #666666;
}

.hero h1 {
	font-size: 4.54285714em;
	line-height: 1.21818182em;
}

a.h1, a.h2, a.h3 {
    color: #4a90e2;
    font-weight: 700;
    text-decoration: underline;
}

p.h1 a, p.h2 a, p.h3 a {
    color: #4a90e2;
    font-weight: 700;
    text-decoration: underline;
}

.color--dark {
    color: #252525 !important;
}

.bg--white span.h1, .bg--white span.h2 {
  color: #252525;
}

@media (max-width: 767px) {
	.hero h1, .hero .h1 {
	    font-size: 3.35714286em;
	    line-height: 1.16363636em;
	}
}

.hero .lead {
	font-size: 1.45714286em;
	line-height: 1.68421053em;
}

hr[data-title] {
  letter-spacing: 2px;
}

hr[data-title]:before {
  font-style: normal;
}

@media (max-width: 767px) {
	.hero .lead {
		font-size: 1.35714286em;
		line-height: 1.36842105em;
	}
}

.hero .pos-vertical-center {
	top: 57%;
}

h1.h1--large, .h1.h1--large {
	font-weight: 700;
}

.testimonial .h3 {
	font-family: 'Roboto','Verdana','Helvetica', sans-serif;
	font-weight: 300;
}

.testimonial__image {
	border-radius: 50%;
} 

.btn--green, .btn--green:visited {
    background: #1dad3d;
    border-color: #1dad3d !important;
}

.btn--green:hover {
    background: #049424;
    border-color: #049424 !important;
}

.btn--green .btn__text, .btn--green:visited .btn__text, button.btn--green {
    color: #ffffff;
}

button.btn--green span {
    color: #ffffff !important;
}

.btn__text.lead {
	font-size: 1.25rem;
}

@media (max-width: 990px) {
  .form-email button {
    margin-top: 0;
  }
}

.pricing .type--ht {
  bottom: 20px;
  color: #c3c3c3;
  font-size: 0.51020408163265em;
  font-weight: 300;
  padding-left: 10px;
  position: relative;
}

.pricing-section-1 ul li:not(:last-child) {
    margin-bottom: 0.46428571em;
}

.pricing-section-1 ul li .checkmark + span {
    position: relative;
    bottom: 3px;
}

@media (min-width: 767px) {
	.mb0 {
		margin-bottom: 0 !important;
	}

  .mb32 {
    margin-bottom: 32px !important;
  }

	.mb64 {
		margin-bottom: 64px !important;
	}
}

.mt16 {
    margin-top: 16px !important;
}

@media (max-width: 767px) {
	.mb0-xs {
		margin-bottom: 0;
	}
}

.mb--all {
    margin-bottom: 5.57142857em;
  }

ul.bullets li  {
    list-style-position: outside;
    margin-left: 1em;
}

footer a {
	text-decoration: none;
}


.accordion li.active .accordion__content {
    max-height: none;
}

.accordion-2 .accordion__title, .accordion-2 .accordion__title .lead {
    color: #4a90e2;
    opacity: 1;
}

.accordion-2 li:last-child .accordion__title {
	border-bottom: none !important;
}

.accordion-2 .accordion__title:before {
	display: none;
}

.accordion-3 li .accordion__title {
	background: #fafafa;
    border-radius: 6px;
    border: 1px solid #ececec;
    opacity: .8;
}

.accordion-3 li.active .accordion__title {
    background: #fafafa;
}

@media (max-width: 767px) {
	.order-xs-first {
 		order: -1; }
}

.testimonial-2 .testimonial__image img {
    margin-right: .85714286em;
}

.btn i {
    color: #ffffff;
}

hr.transparent {
  border-color: transparent;
}

.type--strikethrough {
  opacity: 1;
}

.call-button {
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #1dad3d;
  border-radius: 50%;
  text-align: center;
  right: 1.85714286em;
  bottom: 3.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #1dad3d;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
.call-button i {
  color: #ffffff;
  font-size: 1.6em;
  font-style: normal;
}
.call-button:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
.call-button.active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

img.signature {
    margin-bottom: .85714286em;
    max-height: 6.02857143em;
}

input[type], textarea, select {
    border: 1px solid #9c9c9c;
}

.bg--white input[type], .bg--secondary input[type] {
  background: #ffffff;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #7c7c7c;
  font-size: 1.14285714em;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #7c7c7c;
  font-size: 1.14285714em;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c7c7c;
  font-size: 1.14285714em;
}

button.btn, input[type="submit"].btn {
  font-size: 1.07142857em;
}

input {
  font-size: 1.07142857em;
}

input[type]:focus, select:focus, textarea:focus {
    border-color: #76abe9;
    box-shadow: 0 0 0 4px rgba(0,132,255,.5);
}

form.form-email.row {
  margin-left: 0;
}

@media (min-width: 767px) {
  .modal-content {
    min-width: 420px;
  }
}

.ytp-watermark {
  display: none !important;
}

.image--cards {
  margin-bottom: 1.85714286em !important;
  max-height: 2.45714286em;
}

.notification {
  max-width: 400px;
}

.bg--primary-2 .lead {
    color: #fff;
}