/*
* @package MIXINS
*/
/*
* @package Variables
*/
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  color: #333333;
  background-color: #fdfdfd;
  font: 400 19px "Open Sans", sans-serif;
  line-height: 1.65;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
body p, ul li {
  letter-spacing: 0.084em;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, .heading-2, h3, h4, h5, h6 {
  font-family: "ChunkFive Ex", serif;
  line-height: 1.2
  font-weight: 400;
  letter-spacing: 2px;
  color: #2939af;
}

h1 {
  font-size: 40px;
  line-height: 1.0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2, .heading-2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h6 {
    font-size: 28px;
  }
}

.nospace {
	letter-spacing: 0.024em;
}
.littledown {
	margin-top: 25px;
}
.littletop {
	margin-top: -7px;
}
.medtop {
	position: relative;
	top: -24px;
}
.smalltext {
	font-size: 16px;
}
.posted {
	font-size: 14px;
	color:#333333;
	margin: 20px 0px -20px 0px;
}
.posted span {
	font-size: 14px;
	color:#486cae;
	margin: 20px 0px -20px 0px;
}
.white {
	color: #fff;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #2939af;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"], a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover, a[href^="mailto:"]:hover {
  color: #d35a31;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.slideshowsize {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.slideshowsize h1 {
		margin-left: -75px;
	}
}
/*
* @subsection Helpers
*/
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.sbold {
  font-weight: 600;
}

.small, time.small {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  color: #333333;
}

.border-bottom {
  border-bottom: 3px solid #486cae;
}

.border-bottom-1 {
  border-bottom: 1px solid #333333;
}

.letter-space {
  letter-spacing: 0.004em;
}

@media (min-width: 480px) {
  .inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .inset-1 {
    padding-left: 75px;
    padding-right: 75px;
  }
}

/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Main Layout
*/
* + p {
  margin-top: 36px;
}

p + p {
  margin-top: 18px;
}

h2 + p {
  margin-top: 5px;
}

h6 + p {
  margin-top: 15px;
}

* + img {
  margin-top: 28px;
}

* + h6 {
  margin-top: 15px;
}

* + h2 {
  margin-top: 55px;
}

h6.inline-block + p {
  margin-top: 11px;
}

* + .btn {
  margin-top: 15px;
}
@media (min-width: 992px) {
  * + .btn {
    margin-top: 40px;
  }
}

* + .mailform-subscr {
  margin-top: 67px;
}

* + .owl-carousel {
  margin-top: 51px;
}

* + .pricing-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  * + .pricing-box {
    margin-top: 49px;
  }
}

* + .marked-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  * + .marked-list {
    margin-top: 45px;
  }
}

* + .terms-list {
  margin-top: 17px;
}

time + .marked-list {
  margin-top: 7px;
}

.marked-list + p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .marked-list + p {
    margin-top: 42px;
  }
}

* + .row {
  margin-top: 51px;
}

* + .box {
  margin-top: 36px;
}

* + .copyright {
  margin-top: 30px;
}

* + .index-list {
  margin-top: 20px;
}

p + .link {
  margin-top: 10px;
}

.image-wrap + h6 {
  margin-top: 7px;
}

* + .quote-2 {
  margin-top: 20px;
}

.icon + p {
  margin-top: 10px;
}

.quote-2 + .quote-2 {
  margin-top: 45px;
}

.box-md + .box-md {
  margin-top: 30px;
}

* + .map {
  margin-top: 26px;
}

.map + * {
  margin-top: 65px;
}

* + .contact-info-2 {
  margin-top: 19px;
}

* + .privacy-mail {
  margin-top: 55px;
}

* + .offset-1 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  * + .offset-1 {
    margin-top: 51px;
  }
}

* + .offset-2 {
  margin-top: 26px;
}

* + .offset-3 {
  margin-top: 17px;
}

* + .offset-4 {
  margin-top: 9px;
}

* + .offset-5 {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  * + .offset-5 {
    margin-top: 0;
  }
}

* + .offset-6 {
  margin-top: 20px;
}

* + .prefix-1 {
  margin: 0;
}
@media (min-width: 480px) {
  * + .prefix-1 {
    margin-left: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  * + .prefix-1 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .flow-offset-1 [class^='col-']:nth-child(4), .flow-offset-1 [class^='col-']:nth-child(5), .flow-offset-1 [class^='col-']:nth-child(6) {
    margin-top: 112px;
  }
}

.cancelled {
	background: url('../images/cancelled.png') no-repeat top;
	z-index: 10;
}

/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  text-align: left;
}
.brand__logo {
  display: inline-block;
}
.brand__name {
  display: inline-block;
  margin-left: 10px;
  margin-top: 14px;
}
.brand__name h1 {
  font-size: 28px;
  color: #486cae;
  letter-spacing: 1px;
  line-height: 2.90;
}
.brand__name .small {
  font-family: "ChunkFive Ex", serif;
  font-size: 42px;
  color: #42af29;
  line-height: 1.80;
  letter-spacing: -0.02em;
}
.brand a {
  color: inherit;
}

/*
* @subsection Hero
*/
.hero {
  position: relative;
  z-index: 10;
  padding: 13px 10px 20px;
}
@media (min-width: 768px) {
  .hero {
    padding: 55px 70px 67px;
  }
}

/*
* @subsection Contact info
*/
.contact-info {
  display: inline-block;
}
.contact-info dl {
  text-align: left;
  display: inline-block;
  margin-top: 8px;
}
.contact-info dl dt + dd {
  margin-top: 7px;
}

.contact-info-2 .small {
  letter-spacing: 0.01em;
}
.contact-info-2 dl {
  text-align: left;
  display: inline-block;
  max-width: 220px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-2 dl {
    max-width: 247px;
  }
}
.contact-info-2 dl dt {
  min-width: 40%;
}
.contact-info-2 dl dt:after {
  content: ':';
}
.contact-info-2 dl dt.mail {
  min-width: 0;
}
.contact-info-2 dl dt, .contact-info-2 dl dd {
  display: inline-block;
}
.contact-info-2 a[href^="mailto:"] {
  line-height: 2;
}

/*
* @subsection Pricing-box
*/
.pricing-box * + p {
  margin-top: 8px;
}
.pricing-box p + .heading-2 {
  margin-top: 5px;
}
.pricing-box p + p {
  margin-top: 11px;
}
.pricing-box .heading-2 {
  letter-spacing: 0.01em;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.icon-sm {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
}

.icon-md {
  width: 73px;
  height: 73px;
  line-height: 73px;
  font-size: 40px;
}

.icon-lg {
  width: 73px;
  height: 73px;
  line-height: 66px;
  font-size: 25px;
  border: 3px solid;
}
.icon-lg--skin-1 {
  font-size: 36px;
}

.icon-xl {
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-size: 90px;
  border: 3px solid;
}
.icon-xl.linecons-noodle {
  line-height: 138px;
}
.icon-xl.linecons-cup4 {
  line-height: 160px;
}
.icon-xl.linecons-like {
  line-height: 145px;
}

.icon-contrast {
  color: #ffffff;
}

a.icon-contrast:hover {
  color: #486cae;
}
a.icon-contrast:active {
  color: #2939af;
}

.icon-primary {
  color: #fdfdfd;
  background-color: #486cae;
  border-color: #fdfdfd;
}

.icon-secondary {
  font-family: "Ultra", serif;
  color: #fdfdfd;
  background-color: #486cae;
}

.icon-secondary-1 {
  color: #d35a31;
  border-color: #486cae;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.btn-md {
  font-size: 18px;
  line-height: 24px;
  padding: 12.5px 38px;
  border: 3px solid;
}
.btn-md:hover {
	color: #ff7373;
}
.btn-md--skin-1 {
  width: 100%;
}

.btn-primary {
  color: #2939af;
  border-color: #2939af;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-primary:hover {
  background-color: #486cae;
  border-color: #2939af;
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-primary:active {
  background-color: #486cae;
}

/*
* @subsection Quote
*/
.quote q {
  letter-spacing: -0.007em;
}

.quote-2 {
  position: relative;
  padding-left: 58px;
}
.quote-2:before {
  position: absolute;
  left: 0;
  top: -9px;
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 36px;
  color: #333333;
}
.quote-2 p + p {
  margin-top: 6px;
}

/*
* @subsection Image-wrap
*/
.image-wrap {
  display: inline-block;
  max-width: 174px;
  max-height: 174px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.image-wrap img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.image-wrap:hover {
  border-color: #d35a31;
}
.image-wrap--skin-1, .image-wrap--skin-2 {
  max-width: 274px;
  max-height: 274px;
}
.image-wrap--skin-2:hover {
  border-color: #ffffff;
}

/*
* @subsection Inline-list
*/
.inline-list {
  margin-top: 11px;
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list > li + li {
  margin-left: 16px;
}
@media (min-width: 480px) {
  .inline-list > li + li {
    margin-left: 39px;
  }
}

/*
* @subsection List
*/
.list li + li {
  margin-top: 50px;
}

/*
* @subsection Index-list
*/
.index-list {
  counter-reset: li;
}
.index-list li .icon {
  margin-top: 8px;
}
.index-list li .icon:before {
  font-family: "Ultra", serif;
  content: counter(li);
  counter-increment: li;
}
.index-list li + li {
  margin-top: 45px;
}

/*
* @subsection Marked-list
*/
.marked-list {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.1em;
}
.marked-list li {
  position: relative;
  padding-left: 15px;
}
.marked-list li:before {
  position: absolute;
  content: '\f105';
  color: #2939af;
  left: 0;
  top: 2px;
  font: 600 18px 'FontAwesome';
  line-height: inherit;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.marked-list li:hover:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.marked-list li a {
  color: inherit;
}
.marked-list li a:hover {
  color: #2939af;
}

/*
* @subsection Term list
*/
.terms-list * + dd {
  margin-top: 17px;
}
.terms-list * + dt {
  margin-top: 59px;
}

/*
* @subsection News-post
*/
.news-post__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-post__image:before {
  content: '';
  position: absolute;
  background-color: rgba(51, 51, 51, 0.6);
  left: 50%;
  height: 100%;
  top: 0;
  width: 0;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.news-post__image:after {
  content: '';
  position: absolute;
  right: -135px;
  top: -7px;
  height: 106%;
  width: 205px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fdfdfd;
  background-color: #333333;
  z-index: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.news-post__image .time {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 14px;
  font-family: inherit;
  line-height: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  color: #fdfdfd;
  z-index: 1;
}
.news-post__image img {
  width: 100%;
}
.news-post__image:hover:before {
  left: 0;
  width: 100%;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.news-post__image:hover:after {
  background-color: #2939af;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.news-post .link {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .news-post__title {
    float: left;
  }
  .news-post .link {
    float: right;
  }
}
.news-post * + p, .news-post * + .link {
  margin-top: 14px;
}
.news-post--skin-1 p {
  letter-spacing: 0.007em;
}
.news-post--skin-1 h6 + p {
  margin-top: 7px;
}
.news-post--skin-1 .link {
  letter-spacing: 0.1em;
  float: none;
}
.news-post--skin-1 .link:hover {
  color: #333333;
}
.news-post--skin-1 * + .link {
  margin-top: 7px;
}

/*
* @subsection Link
*/
.link {
  display: inline-block;
  padding-top: 5px;
  font-weight: 700;
  color: #42af29;
}
.link:hover {
  color: #ffffff;
}
.link--skin-1 {
  font-size: 14px;
  color: #fdfdfd;
}
.link--skin-1:hover {
  color: #333333;
}

a.privacy-mail {
  display: inline-block;
  color: inherit;
}

/*
* @subsection Time
*/
.time {
  font-size: 30px;
  font-family: "Ultra", serif;
  line-height: 0.8;
  display: inline-block;
}

/*
* @subsection Copyright
*/
.copyright {
	font-size: 16px;
  color: #666666;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #d35a31;
}

/*==================      Pricing-table      =====================*/
.pricing-table li {
  position: relative;
  padding-right: 36px;
  overflow: hidden;
}
.pricing-table li .price {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pricing-table li .name {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pricing-table li .name:after {
  content: '.........................................................';
  padding-left: 5px;
  position: absolute;
  letter-spacing: 6.4px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

.bg-default-variant-1, .bg-primary {
  color: #fdfdfd;
}
.bg-default-variant-1 h1, .bg-default-variant-1 h2, .bg-default-variant-1 .heading-2, .bg-default-variant-1 h3, .bg-default-variant-1 h4, .bg-default-variant-1 h6, .bg-primary h1, .bg-primary h2, .bg-primary .heading-2, .bg-primary h3, .bg-primary h4, .bg-primary h6, .bg-default-variant-2 h3, .bg-third h2 {
  color: #fdfdfd;
}

.bg-default-variant-1 {
  background-color: #33302c;
}

.bg-default-variant-2 {
  background-color: #ac9f83;
}

.bg-contrast-variant-1 {
  background-color: #fdfdfd;
  color: #666666;
}
.bg-contrast-variant-1 h1, .bg-contrast-variant-1 h2, .bg-contrast-variant-1 .heading-2, .bg-contrast-variant-1 h3, .bg-contrast-variant-1 h4, .bg-contrast-variant-1 h6 {
  color: #333333;
}

.bg-primary {
  background-color: #2939af;
}
.bg-lightblue {
	background: #486cae;
}
.bg-roughblue {
	background: url(../images/parallax-2-1.jpg);
}


.bg-secondary {
  background: url(../images/dark-pattern.jpg) repeat;
}
.bg-secondary .link, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary .heading-1, .bg-secondary .heading-2, .bg-secondary .heading-3, .bg-secondary .heading-4, .bg-secondary .heading-5, .bg-secondary .heading-6 {
  color: #FFF;
}
.bg-secondary.skew-left, .bg-secondary.skew-right {
  background-image: none;
}
.bg-secondary.skew-left:before, .bg-secondary.skew-right:before {
  background: url(../images/dark-pattern.jpg) repeat;
}
.bg-secondary .btn-primary {
  color: #FFF;
}
.bg-secondary .btn-primary:before {
  background: #f47e00;
}
.bg-secondary .btn-primary:after {
  border-color: transparent transparent transparent #f47e00;
}
.bg-secondary .btn-primary:hover, .bg-secondary .btn-primary:active {
  color: #333;
}
.bg-secondary .btn-primary:hover:before, .bg-secondary .btn-primary:active:before {
  background: #FFF;
}
.bg-secondary .btn-primary:hover:after, .bg-secondary .btn-primary:active:after {
  border-color: transparent transparent transparent #FFF;
}
.bg-third {
  background: #135603;
}
/*=======================================================
                         Helpers
=========================================================*/
.skew-left,
.skew-right {
  position: relative;
  background: transparent;
  z-index: 1;
}

.skew-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: -129px;
  width: 5000px;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(23.6deg);
  transform: skewX(23.6deg);
}

.skew-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: -129px;
  width: 5000px;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(-23.6deg);
  transform: skewX(-23.6deg);
}

@media (max-width: 992px) {
	.skew-right:before {
		display: none;
	}
}

/*
* @subsection Colors
*/
.text-primary {
  color: #d35a31;
}

.text-contrast {
  color: #fdfdfd;
}

.text-contrast-variant-1 {
  color: #afa693;
}

.text-contrast-variant-2 {
  color: #d9ceb7;
}

/*
* @subsection Imports
*/
/*
* @package Boxes
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}
.box .box_left *, .box-xs .box_left *, .box-sm .box_left *, .box-md .box_left *, .box-lg .box_left * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}
.box h6 + p, .box-xs h6 + p, .box-sm h6 + p, .box-md h6 + p, .box-lg h6 + p {
  margin-top: 7px;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 27px;
}
.box .box_right {
  padding-left: 27px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 27px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 27px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 27px;
  }
  .box-xs .box_right {
    padding-left: 27px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 27px;
  }
  .box-xs-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 27px;
  }
  .box-sm .box_right {
    padding-left: 27px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 27px;
  }
  .box-sm-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 27px;
  }
  .box-md .box_right {
    padding-left: 27px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 27px;
  }
  .box-md-clear .box_right {
    padding-top: 27px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 27px;
  }
  .box-lg .box_right {
    padding-left: 27px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 27px;
  }
  .box-lg-clear .box_right {
    padding-top: 27px;
  }
}
.box-skin-1 p {
  letter-spacing: 0.001em;
}
.box-skin-1 .box_cnt {
  padding-top: 10px;
}
.box-skin-1 .box_left {
  padding-bottom: 7px;
}

/**
* @package jQuery Superfish Menu
*
* @author Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license http://www.opensource.org/licenses/mit-license.php
*/
/*
* @subsection Menu Styles
*/
.sf-menu {
  display: inline-block;
  font-size: 18px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
.sf-menu a {
  display: block;
  text-align: center;
  letter-spacing: 0.093em;
}

/*
* @subsection Menu item styles
*/
.sf-menu > li > a {
  font-weight: 700;
  color: #333333;
  padding: 6px 13px;
  border: 3px solid transparent;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #486cae;
  border-color: #2939af;
}
.sf-menu > li.sfActive > a, .sf-menu > li > a:active, .sf-menu > li.active > a {
  color: #2939af;
  border-color: #2939af;
}
/*
* @subsection Sub menu lvl1 styles
*/
.sf-menu ul {
  display: none;
  position: absolute;
  top: 157%;
  left: 50%;
  text-align: center;
  padding: 21px 0;
  background-color: #333333;
  z-index: 12;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .sf-menu ul {
    top: 212%;
  }
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu ul li + li {
  margin-top: 3px;
}

.sf-menu > li > ul {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* @subsection Sub menu lvl1 item styles
*/
.sf-menu ul {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
.sf-menu ul a {
  color: #ffefe4;
  display: block;
  padding: 5px;
}
.sf-menu ul > li {
  position: relative;
  min-width: 118px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #d35a31;
}

/*
* @subsection Sub menu lvl2 styles
*/
.sf-menu ul ul {
  position: absolute;
  top: -21px;
  left: 100%;
  margin-top: 0;
  z-index: 14;
}

/*
* @subsection Sub menu lvl2 item styles
*/
.sf-menu ul ul {
  padding: 21px 0;
}

/*
* @subsection sf-with-ul styles
*/
.sf-menu > li > .sf-with-ul {
  position: relative;
}

/*
* @subsection Responsive
*/
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author Evgeniy Gusarov (Diversant)
* @link http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #486cae;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #2939af;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #333333;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #333333;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

/*
* @subsection Mobilepanel Toggle Presets
*/
/*
* @subsection Mobilepanel Toggle
*/
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*
* @package Stuck menu
*/
.isStuck {
  background: white;
  z-index: 999;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 4px solid #42af29;
}
.isStuck .brand__logo img {
  width: 92px;
}
.isStuck .brand h1 {
  font-size: 28px;
  line-height: 80px;
  letter-spacing: 1px;
}
.isStuck .brand__name {
  margin-top: 9px;
}
.isStuck .brand__name .small {
  font-size: 42px;
  letter-spacing: -0.02em;
}
.isStuck .nav {
  margin-top: 27px;
}
.isStuck .nav .sf-menu > li > ul {
  top: 131%;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*
* @package ToTop
*/
.toTop {
  width: 64px;
  height: 64px;
  background: url("../images/totop.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/totop-hover.png") no-repeat;
  background-size: cover;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.toTop:hover {
  text-decoration: none;
}
.toTop:hover:before {
  opacity: 1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/**
* @package   RD Parallax
*
* @description
*
* @author Evgeniy Gusarov (Diversant)
* @link http://cms.devoffice.com/diversant/rd-parallax/
*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .parallax {
    padding-top: 94px;
    padding-bottom: 118px;
  }
}
.parallax h1 {
  line-height: 1.1;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*
* @section HEADER
*/
header {
  padding-top: 13px;
  padding-bottom: 14px;
  border-bottom: 4px solid #2939af;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (min-width: 1250px) {
  header .nav {
    margin-right: -19px;
  }
}
@media (min-width: 768px) {
  header .nav {
    margin-top: 29px;
  }
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*
* @section CONTENT
*/
main {
  display: block;
}

.hero {
  margin-top: -60px;
}
@media (min-width: 992px) {
  .hero {
    margin-top: -160px;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: -230px;
  }
}
@media (min-width: 1500px) {
  .hero {
    margin-top: -329px;
  }
}

/*
* @subsection Well
*/
.well-xs {
  padding-top: 49px;
  padding-bottom: 49px;
}

.well-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .well-sm {
    padding-top: 60px;
    padding-bottom: 61px;
  }
  .well-sm--inset-1 {
    padding-bottom: 75px;
  }
}

.well-md {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 77px;
    padding-bottom: 78px;
  }
}
.well-md--inset-1 {
  padding-top: 190px;
}

.well-lg {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 116px;
    padding-bottom: 141px;
  }
}

/*
* @section FOOTER
*/
footer {
  padding-top: 40px;
  padding-bottom: 38px;
  background-color: #111111;
  color: #ffffff;
}
