@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans|Righteous&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/*------------- 
[Table of contents]

[ DEFAULT INDEX NUMBER ]

1. DEFAULT STYLES
2. TEXT STYLES
3. HEADER  
4. WELCOME BLOCK  
5. BENEFITS BLOCK
6. ABOUT BLOCK
7. FEATURES BLOCK 
8. VIDEO BLOCK 
9. PRICING BLOCK
10. SCREENSHOTS BLOCK 
11. REVIEWS BLOCK 
12. DOWNLOAD BLOCK
13. FAQS BLOCK
14. TEAM BLOCK
15. CONTACTS BLOCK
16. FOOTER BLOCK
17. PRIVACY BLOCK
18. BACK-TO-TOP
19. MIXINS
-------------------------------------------------------------------*/
/*------------------------------------------------------------------*
*/
/* 1.DEFAULT STYLES */
body {
  height: 100%;
  font-family: ;
}
p,
span,
h2,
a {
  display: block;
}
p,
span,
h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: inherit;
  outline: 0;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.wow {
  visibility: hidden;
}
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  border: 2px solid;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px;
  font-size: 17px;
  cursor: pointer;
  letter-spacing: -0.5px;
}
.btn--arrow:before {
  content: "\f0da";
  font-family: fontAwesome;
  position: relative;
  font-size: inherit;
  float: right;
  line-height: inherit;
  margin-left: 5px;
}
.btn--small {
  min-width: 186px;
}
.btn--medium {
  min-width: 196px;
}
.btn--large {
  min-width: 286px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fixed_bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  max-width: 100%;
}
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.ptb-150 {
  padding: 150px 0;
 
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-100 {
  padding: 100px 0;
}
/* TEXT STYLES */
.title-1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.title-1--orange {
  font-size: 60px;
}
.title-2 {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -3px;
}
.title-3 {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -3px;
}
.title-4 {
  position: relative;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
}
.title-5 {
  position: relative;
  font-weight: 300;
  font-size: 75px;
  line-height: 1.12;
  letter-spacing: -2px;
}
.tagline-1 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
}
.tagline-2 {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
}
.tagline-3 {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.text-1 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  font-family: "Open Sans", sans-serif;
}
.text-2 {
  position: relative;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 1.57;
  font-family: "Open Sans", sans-serif;
}
.text-3 {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.22;
}
.text-4 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  font-family: "Open Sans", sans-serif;
}
.box-title--1 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.33;
}
.box-title--2 {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
}
.box-title--3 {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.12;
}
/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 15px 0;
}
.header__social li {
  display: inline-block;
}
.header__social li:not(:first-child) {
  margin-left: 9px;
}
.header__social li a {
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
/* WELCOME BLOCK */
.welcome {
  overflow: hidden;
}
.welcome__content {
  padding-top: 200px;
}
.welcome .title-1 {
  margin-bottom: 22px;
}
.welcome .tagline-1 {
  padding-left: 65px;
  position: relative;
}
.welcome .tagline-1:before {
  position: absolute;
  top: 11px;
  width: 50px;
  height: 2px;
  content: "";
  left: 0;
}
.welcome__image {
  position: absolute;
  display: block;
}
.welcome__btn {
  margin-top: 60px;
}
.welcome__btn:not(:last-child) {
  margin-right: 15px;
}
.welcome .sticky {
  padding: 10px 0;
}
/* BENEFITS BLOCK */
.benefits {
  position: relative;
  padding: 135px 0 145px;
}
.benefits__icon {
  display: inline-block;
  margin-bottom: 35px;
}
.benefits .title-2 {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 22px;
}
.benefits .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.benefits .tagline-2 {
  margin-bottom: 50px;
}
.benefits:before {
  position: absolute;
  left: 0;
  top: 63px;
  width: 715px;
  height: 310px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.benefits:after {
  position: absolute;
  right: 170px;
  bottom: 0px;
  width: 310px;
  height: 280px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.benefits .box-title--1 {
  margin-bottom: 12px;
}
/* ABOUT BLOCK */
.about {
  padding: 142px 0 46px;
  overflow: hidden;
}
.about__content {
  padding: 0 40px;
}
.about__content .title-3 {
  margin-bottom: 22px;
}
.about__content .text-1 {
  margin-bottom: 35px;
}
.about__content .bars {
  margin-bottom: 70px;
}
.about__content .bars .item {
  position: relative;
}
.about__content .bars .item__title {
  line-height: 1.75;
  font-weight: 700;
  font-size: 16px;
}
.about__content .bars .item .bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.about__content .bars .item .bar .progress {
  height: 4px;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: 1s ease-out;
}
.about__content .bars .item .bar__count {
  float: right;
  top: -26px;
  position: relative;
  line-height: 1.75;
  font-weight: 700;
  font-size: 16px;
}
/* FEATURES BLOCK */
.features {
  position: relative;
}
.features .title-2 {
  padding-bottom: 20px;
  margin-bottom: 65px;
}
.features .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.features .box-title--1 {
  margin-bottom: 4px;
}
.features .text-4 {
  margin-bottom: 40px;
}
.features__item .features__icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.features__item .features__icon:after {
  position: absolute;
  top: 0;
  left: -200%;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
}
.features__item:hover .features__icon:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.features__item .text-2 {
  margin-bottom: 40px;
}
.features:before {
  position: absolute;
  left: 225px;
  bottom: 0;
  width: 310px;
  height: 437px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.features:after {
  position: absolute;
  right: 0px;
  top: 164px;
  width: 488px;
  height: 309px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
/* VIDEO BLOCK */
.video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
}
.video__btn {
  display: inline-block;
  width: 142px;
  height: 142px;
  text-align: center;
  border: 7px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 29px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.video__btn i {
  font-size: 50px;
  line-height: 128px;
  padding-left: 15px;
}
.video .title-4 {
  margin-bottom: 5px;
}
.video .tagline-3 {
  margin-bottom: 40px;
}
/* PRICING BLOCK */
.pricing .title-2 {
  padding-bottom: 20px;
  margin-bottom: 70px;
  letter-spacing: -3px;
}
.pricing .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing__item {
  padding: 50px 0;
  transition: .3s;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.pricing__item .box-title--3 {
  margin-bottom: 25px;
}
.pricing__item .text-2 {
  padding-bottom: 35px;
  margin-bottom: 33px;
}
.pricing__item .text-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing__item ul {
  margin-bottom: 75px;
  display: block;
}
.pricing__item ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
}
/* SCREENSHOTS BLOCK */
.screenshots .title-3 {
  margin-bottom: 50px;
}
.screenshots .owl-carousel {
  padding: 0 85px;
}
.screenshots .owl-carousel .owl-dots {
  text-align: center;
  top: 57px;
  position: relative;
}
.screenshots .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  user-select: none;
}
.screenshots .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0px 7px;
  border-width: 1px;
  border-style: solid;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.screenshots .owl-carousel .owl-prev,
.screenshots .owl-carousel .owl-next {
  font-size: 0;
  background: #ffffff;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.screenshots .owl-carousel .owl-prev:before,
.screenshots .owl-carousel .owl-next:before {
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.screenshots .owl-carousel .owl-prev {
  left: 0px;
}
.screenshots .owl-carousel .owl-prev:before {
  content: "\f104";
  padding-right: 3px;
}
.screenshots .owl-carousel .owl-next {
  right: 0px;
}
.screenshots .owl-carousel .owl-next:before {
  content: "\f105";
  padding-left: 3px;
}
/* REVIEWS BLOCK */
.reviews {
  position: relative;
}
.reviews .title-2 {
  padding-bottom: 19px;
  margin-bottom: 15px;
}
.reviews .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.reviews .tagline-2 {
  margin-bottom: 55px;
}
.reviews:before {
  position: absolute;
  left: 0;
  top: 63px;
  width: 712px;
  height: 310px;
  background-image: url(../images/layout__1.png);
  content: "";
}
.reviews__box {
  position: relative;
  overflow: hidden;
}
.reviews__content {
  display: inline-block;
  position: relative;
  padding: 50px 10px 24px 130px;
}
.reviews__content .box-title--1 {
  margin-bottom: 4px;
  position: relative;
}
.reviews__content .box-title--1:before {
  position: absolute;
  content: "“";
  font-size: 80px;
  top: -48px;
  line-height: 1;
}
.reviews__content .text-3 {
  margin-bottom: 12px;
}
.reviews__content .text-4 {
  line-height: 1.42;
}
.reviews__image {
  position: absolute;
  display: inline-block;
  top: 0;
}
.reviews__name {
  position: relative;
}
.reviews__name:before {
  position: absolute;
  font-size: 80px;
  content: "“";
  left: 0;
  top: -48px;
  bottom: auto;
  line-height: 1;
}
.reviews__version {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  font-weight: 700;
}
/* DOWNLOAD BLOCK */
.download {
  position: relative;
  overflow: hidden;
  padding: 150px 0 135px;
  display: none;
}
.download__content .title-2 {
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 25px;
}
.download__content .title-2:before {
  left: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  position: absolute;
  content: "";
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.download__content .text-4 {
  margin-bottom: 50px;
  line-height: 1.71;
}
.download__content__btn {
  min-width: 286px;
  letter-spacing: -1px;
}
.download__content .btn i {
  float: left;
  margin-right: 5px;
}
.download__content .btn i:before {
  font-size: 34px;
  line-height: 22px;
}
.download__content .btn:last-child {
  margin-top: 20px;
}
.download:after {
  position: absolute;
  right: 0px;
  bottom: 110px;
  width: 682px;
  height: 310px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
/* FAQS BLOCK */
.faqs {
  padding: 100px 0 140px;
}
.faqs .title-3 {
  margin-bottom: 49px;
}
.faqs .accordion .card {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}
.faqs .accordion .card .card-header {
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  border: none;
}
.faqs .accordion .card .card-header .accordion_title {
  padding: 11px 27px;
  position: relative;
  color: #027D87;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.faqs .accordion .card .card-header .accordion_title:after {
  font-family: 'FontAwesome';
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 27px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.faqs .accordion .card .card-header .collapsed:after {
  content: "\f077";
}
.faqs .accordion .card-block {
  padding: 11px 27px 38px 27px;
  position: relative;
}
.faqs .accordion .card-block p {
  color: #027D87;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.faqs .accordion .card-block ul {
  padding: 0;
  text-align: left;
  margin: 26px 0 0 0;
}
.faqs .accordion .card-block ul li {
  list-style: none;
  margin-bottom: 7px;
  padding: 0 0 0 34px;
  position: relative;
  font-size: 15px;
  line-height: 1.47;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.faqs .accordion .card-block ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 0;
  font: 14px/18px FontAwesome;
  content: "\f068";
  text-align: center;
}
/* TEAM BLOCK */
.team {
  position: relative;
  padding: 140px 0 150px;
  display: none;
}
.team .title-2 {
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.team .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.team .tagline-2 {
  margin-bottom: 55px;
}
.team:before {
  position: absolute;
  left: 0;
  top: 63px;
  width: 715px;
  height: 310px;
  background-image: url(../images/layout.png);
  content: "";
  z-index: -1;
}
.team__box {
  position: relative;
}
.team__box .team__layer {
  position: relative;
  overflow: hidden;
}
.team__box .team__layer:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: .4s;
}
.team__box .team__layer:after {
  content: "- Hello";
  right: -100%;
  bottom: 50px;
  left: auto;
  top: auto;
  opacity: 0;
  position: absolute;
  color: #fff;
  transition: .5s;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  width: auto;
  height: auto;
}
.team__box .team__layer:hover:before {
  height: 100%;
}
.team__box .team__layer:hover:after {
  opacity: 1;
  bottom: 50px;
  right: 50px;
  top: auto;
}
.team__box .team__content {
  position: relative;
  transition: .3s;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.team__box .team__content .team__info {
  flex: 1;
  text-align: left;
}
.team__box .team__content .team__info p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.team__box .team__content .team__info span {
  font-size: 14px;
  font-weight: 400;
}
.team__box .team__content .team__links {
  flex: 1;
  text-align: right;
}
.team__box .team__content .team__links .team__social {
  display: inline-block;
}
.team__box .team__content .team__links .team__social li {
  display: inline-block;
}
.team__box .team__content .team__links .team__social li:not(:first-child) {
  margin-left: 15px;
}
.team__box .team__content .team__links .team__social li a {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
/* CONTACTS BLOCK */
.contacts .title-2 {
  margin-bottom: 28px;
  padding-bottom: 20px;
}
.contacts .title-2:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 52px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contacts .tagline-2 {
  margin-bottom: 50px;
}
.contacts .form__field {
  display: block;
  width: 100%;
  height: 64px;
  padding: 15px 28px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: 0;
  border: none;
}
.contacts .form__textarea {
  min-height: 168px;
  height: auto;
  resize: none;
}
.contacts .form .btn {
  margin-top: 10px;
}
/* FOOTER */
.footer {
  padding: 66px 0 45px;
}
.footer__logo {
  margin-bottom: 45px;
}
.footer__description {
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.footer__social li {
  display: inline-block;
}
.footer__social li:not(:first-child) {
  margin-left: 16px;
}
.footer__social li a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer__menu {
  list-style: none;
  padding-left: 0;
  line-height: 1;
  margin-top: 65px;
}
.footer__menu li {
  display: block;
}
.footer__menu li:not(:first-child) {
  margin-top: 10px;
}
.footer__menu li a {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer__menu li a:hover {
  text-decoration: underline;
}
.footer h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 15px 0 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-align: left;
}
.footer .details {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 17px;
  font-size: 15px;
  text-align: left;
}
.footer .details span {
  display: inline-block;
  margin-right: 20px;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  min-width: 25px;
}
.footer .phone_link {
  display: inline-block;
}
.footer .form {
  margin-bottom: 15px;
}
.footer .form_field {
  display: block;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 14px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  outline: 0;
  border: none;
}
.footer .form .btn {
  max-width: none;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  font-family: inherit;
  padding: 8px;
}
/* PRIVACY */
.privacy {
  padding: 10px 0;
}
.privacy__description {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.privacy__link {
  transition: .3s;
  display: inline-block;
}
.privacy__link:hover {
  text-decoration: underline;
}
/* BACK-TO TOP STYLES */
.to-top {
  width: 45px;
  height: 45px;
  line-height: 41px;
  font-size: 24px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 1000;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.to-top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 400;
}
.to-top:hover,
.to-top:focus {
  text-decoration: none;
}
/* MIXINS */
shine 100% {
  left: 150%;
}
@keyframes shine {
  100% {
    left: 150%;
  }
}


html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga", "kern";
  font-family: "Montserrat", "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
}

.fadein {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.fadein.lazyloaded {
  opacity: 1;
}

.blur-up {
  will-change: filter, opacity, transform;
  filter: blur(3px);
  transition: transform 1s, opacity 1s, blur 0.3s;
  opacity: 0;
  transform: scale(0.95);
  transform-origin: center;
}
.blur-up:not(.lazyload) {
  opacity: 1;
  transform: scale(1);
}
.blur-up.lazyloaded {
  filter: blur(0);
}

.spinner {
  background: rgba(0, 0, 0, 0.03) url("../images/ui/spinner.svg") no-repeat center;
}

::-moz-selection {
  color: white;
  background: black;
  text-shadow: none;
}

::selection {
  color: white;
  background: black;
  text-shadow: none;
}

.custom-background:after {
  content: "";
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  z-index: -3;
  background-attachment: scroll;
  min-height: 100vh;
  height: calc(100vw * 16 / 9);
}
@media (orientation: landscape) {
  .custom-background:after {
    height: calc(100vw * 3 / 4);
  }
}

[id=wrapper] .page-header > *:first-child:not(img):not(form):not(figure):not(div), [id=sidebar] > * > *:first-child:not(img):not(form):not(figure):not(div), [id=footer] .container > *:first-child:not(img):not(form):not(figure):not(div) {
  margin-top: -0.25em;
}
[id=wrapper] .page-header > *:last-child:not(img):not(form):not(figure):not(div), [id=sidebar] > * > *:last-child:not(img):not(form):not(figure):not(div), [id=footer] .container > *:last-child:not(img):not(form):not(figure):not(div) {
  margin-bottom: -0.25em;
}

[id=sidebar] a {
  position: relative;
  display: inline-block;
}
[id=sidebar] a:before, [id=sidebar] a:after {
  content: "";
  position: absolute;
  top: -0.5em;
  right: -0.75em;
  bottom: -0.5em;
  left: -0.75em;
  display: block;
}
[id=sidebar] a:before {
  transform-origin: right 0;
  transform: scaleX(0);
  transition: transform 0.3s, transform-origin 0.3s;
  background: black;
  z-index: -1;
}
[id=sidebar] a:hover {
  color: white;
  transition: color 0.15s 0.15s;
}
[id=sidebar] a:hover:before {
  transform-origin: left 0;
  transform: scaleX(1);
  transition: transform-origin 0s, transform 0.3s;
}
[id=sidebar] a:hover:after {
  z-index: 1;
}

[id=sidebar] > * {
  position: relative;
}
[id=sidebar] > :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: calc((.75rem + 1.25vw)*-1);
  z-index: -2;
  transition: background 0.2s ease;
  background-color: rgba(255, 255, 255, 0);
}
[id=sidebar] > :hover:before, [id=sidebar] > :focus:before {
  background-color: white;
}

.single [id=main] {
  position: relative;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
.single [id=main]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc((.75rem + 1.25vw)*-1);
  background: white;
}

h1, h2, fieldset legend, h3, h4, h5, h6 {
  margin: 1rem 0;
  font-family:;
}
h1:not([class]), h2:not([class]), fieldset legend:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
  max-width: 60rem;
}

h1 {
  font-weight: 600;
  line-height: 1.25;
}
h1 {
  font-size: 1.29616rem;
}
@media screen and (min-width: 37.5rem) {
  h1 {
    font-size: calc(1.29616rem + 1.86118 * ((100vw - 37.5rem) / 42.5));
  }
}
@media screen and (min-width: 80rem) {
  h1 {
    font-size: 3.15733rem;
  }
}

h2, fieldset legend {
  font-weight: 600;
  line-height: 1.375;
}
h2, fieldset legend {
  font-size: 1.21477rem;
}
@media screen and (min-width: 37.5rem) {
  h2, fieldset legend {
    font-size: calc(1.21477rem + 1.15383 * ((100vw - 37.5rem) / 42.5));
  }
}
@media screen and (min-width: 80rem) {
  h2, fieldset legend {
    font-size: 2.36859rem;
  }
}

h3 {
  font-weight: 500;
}
h3 {
  font-size: 1.13849rem;
}
@media screen and (min-width: 37.5rem) {
  h3 {
    font-size: calc(1.13849rem + 0.6384 * ((100vw - 37.5rem) / 42.5));
  }
}
@media screen and (min-width: 80rem) {
  h3 {
    font-size: 1.77689rem;
  }
}

h4 {
  font-weight: 500;
}
h4 {
  font-size: 1.067rem;
      color: #027D87;
}
@media screen and (min-width: 37.5rem) {
  h4 {
    font-size: calc(1.067rem + 0.266 * ((100vw - 37.5rem) / 42.5));
  }
}
@media screen and (min-width: 80rem) {
  h4 {
    font-size: 1.333rem;
  }
}

h5 {
  font-weight: 500;
}
h5 {
  font-size: 1rem;
}
@media screen and (min-width: 37.5rem) {
  h5 {
    font-size: calc(1rem + 0 * ((100vw - 37.5rem) / 42.5));
  }
}
@media screen and (min-width: 80rem) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-weight: 500;
}
h6 {
  font-size: 0.93721rem;
}
@media screen and (min-width: 37.5rem) {
  h6 {
    font-size: calc(0.93721rem + -0.18702 * ((100vw - 37.5rem) / 42.5));
  }
}
@media screen and (min-width: 80rem) {
  h6 {
    font-size: 0.75019rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}

small {
  font-size: 0.75rem;
}

@media (max-width: 640px) {
  pre {
    overflow: hidden;
  }
}

p, ul, dl, ol, blockquote {
  margin: 1.25em 0;
}
p:not([class]), ul:not([class]), dl:not([class]), ol:not([class]), blockquote:not([class]) {
  max-width: 60rem;
}

ul {
  list-style-type: square;
}

hr {
  border: none;
  border-bottom: 2px dashed black;
  margin: calc(.75rem + 1.25vw) 0;
}

fieldset {
  border: 1rem solid rgba(0, 0, 0, 0.02);
  margin-left: -1rem;
  margin-right: -1rem;
  padding: calc(.75rem + 1.25vw);
}
fieldset legend {
  border: 1rem solid rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
  background-color: white;
  padding: 0.25em 0.5em;
}
fieldset > * {
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0;
}
figure[style] {
  max-width: 100%;
}

img, svg {
  max-width: 100%;
  height: auto;
  border: 0;
}

table {
  background: rgba(0, 0, 0, 0.02);
  width: 100%;
}
table th, table td {
  padding: 0.75em 1em;
}
table th:not(:last-child), table td:not(:last-child) {
  border-right: 0.5rem solid white;
}
table tr:not(:last-child) td, table tr:not(:last-child) th {
  border-bottom: 0.5rem solid white;
}
table th {
  background: rgba(0, 0, 0, 0.02);
}
table td {
  font-size: 0.875em;
}
table th, table caption {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
table caption {
  padding: 1.25em 0.5em 0;
}

ol, ul {
  padding: 0;
  list-style-position: inside;
}
ol li + li, ul li + li {
  margin-top: 0.5em;
}

[id=main] .entry {
  font-family: "PT Serif", serif;
}
[id=main] .entry a {
  text-decoration: underline;
}

.container, body:not(.has-gallery):not(.single-format-gallery):not(.page-template-gallery) [id=wrapper], .single-format-gallery [id=sidebar], .page-template-gallery [id=sidebar] {
  max-width: 100rem;
  padding-left: calc(.75rem + 1.25vw);
  padding-right: calc(.75rem + 1.25vw);
  margin-left: auto;
  margin-right: auto;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

[id=wrapper] {
  flex: 1;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: calc(.75rem + 1.25vw);
  padding-bottom: calc((.75rem + 1.25vw)*2);
}
@media (min-width: 1020px) {
  body:not(.has-gallery) [id=wrapper], body:not(.single-format-gallery) [id=wrapper], [id=wrapper] body:not(.page-template-gallery) {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
[id=wrapper] > * + * {
  margin-top: calc((.75rem + 1.25vw)*2);
}
.has-gallery [id=wrapper], .has-gallery [id=wrapper] main, .single-format-gallery [id=wrapper], .single-format-gallery [id=wrapper] main, .page-template-gallery [id=wrapper], .page-template-gallery [id=wrapper] main {
  padding-top: 0;
  max-width: none;
}
[id=wrapper] .gallery-grid:first-child {
  padding-top: calc((.75rem + 1.25vw)*2);
}
[id=wrapper] .gallery-grid:last-child {
  padding-bottom: calc((.75rem + 1.25vw)*2);
}
[id=wrapper] .page-header {
  text-align: center;
  margin-bottom: calc((.75rem + 1.25vw)*2);
  text-transform: uppercase;
}

@media (min-width: 1020px) {
  [id=main] {
    width: calc(100% - 280px + ((.75rem + 1.25vw)*-1*2));
    margin-right: calc((.75rem + 1.25vw)*2);
  }
  [id=main]:only-child, .single-format-gallery [id=main], .page-template-gallery [id=main] {
    width: 100%;
    margin-right: 0;
  }
}
.single [id=main]:not(:only-child) + * {
  margin-left: calc((.75rem + 1.25vw)*2);
}
[id=main] > * + * {
  margin-top: calc((.75rem + 1.25vw)*3);
}

[id=sidebar] {
  font-size: 0.75em;
  transition: color 0.15s 0.15s;
}
@media (min-width: 1020px) {
  body:not(.single-format-gallery):not(.page-template-gallery) [id=sidebar] {
    width: calc(280px);
    margin-top: 0;
  }
}
[id=sidebar] > * + * {
  margin-top: calc((.75rem + 1.25vw)*2);
}
@media (min-width: 640px) and (max-width: 769px) {
  [id=sidebar] {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  [id=sidebar] > [class*=search] {
    width: 100%;
  }
  [id=sidebar] > *:not([class*=search]) {
    width: calc((100% - 1.5rem - 3vw)/2);
  }
}
[id=sidebar] h1, [id=sidebar] h2, [id=sidebar] fieldset legend, fieldset [id=sidebar] legend {
  font-size: 1.25em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
}
[id=sidebar] li {
  display: block;
  padding-left: calc(.75rem + 1.25vw);
  position: relative;
}
[id=sidebar] li:before {
  content: "";
  position: absolute;
  top: calc(.75em - 1px);
  left: 0;
  border-top: 2px solid;
  width: 4px;
}
@media (min-width: 770px) {
  .single-format-gallery [id=sidebar], .page-template-gallery [id=sidebar] {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  .single-format-gallery [id=sidebar] > *[class*=search], .page-template-gallery [id=sidebar] > *[class*=search] {
    width: 100%;
  }
  .single-format-gallery [id=sidebar] > *:not([class*=search]), .page-template-gallery [id=sidebar] > *:not([class*=search]) {
    width: calc((100% - (.75rem + 1.25vw)*8) / 4);
  }
  .single-format-gallery [id=sidebar] > *, .page-template-gallery [id=sidebar] > * {
    margin: calc(.75rem + 1.25vw);
  }
}
[id=sidebar].background--dark, [id=sidebar].background--complex, .background--dark [id=sidebar] {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
[id=sidebar].background--dark > *:hover, [id=sidebar].background--complex > *:hover, .background--dark [id=sidebar] > *:hover {
  color: black;
  text-shadow: none;
}

[id=footer] {
  text-align: center;
  position: relative;
}
[id=footer] .container {
  padding: calc((.75rem + 1.25vw)*2) 0;
  min-height: 100%;
  box-sizing: border-box;
}
[id=footer] .container:after {
  left: auto;
  right: calc(.75rem + 1.25vw);
}
[id=footer] .container > * {
  display: block;
}
[id=footer] .container > * + * {
  margin-top: calc(.75rem + 1.25vw);
}
[id=footer] .footer-title {
  font-weight: 600;
  font-size: 1.5em;
}
[id=footer] .footer-entry {
  text-transform: uppercase;
  font-size: 0.75em;
}
[id=footer] .container {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[id=footer] .container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("images/ui/target.svg") no-repeat left top, url("images/ui/target.svg") no-repeat right top, url("images/ui/target.svg") no-repeat left bottom, url("images/ui/target.svg") no-repeat right bottom;
  margin: 0 -16px -16px;
  z-index: -1;
}
.custom-background [id=footer] {
  height: 100vh;
  overflow: visible;
}
.custom-background [id=footer] .container {
  display: flex;
  flex-direction: column;
}
.custom-background [id=footer] .container:before {
  margin: calc(.75rem + 1.25vw);
  background-image: url("http://dev.mobilemarkup.com/calibration/wp-content/themes/calibration/assets/images/ui/target-background.svg");
  background-size: contain;
  background-position: center;
}
.custom-background [id=footer] .container > *:first-child {
  margin-top: auto !important;
}
[id=footer].background--dark, .background--dark [id=footer] {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

html:not(.touchevents) .gallery-caption {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0);
  padding: 1.25em 1.5em;
  transition: all 0.2s ease;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}
@media (min-width: 640px) {
  html:not(.touchevents) .gallery-caption {
    font-size: 14px;
  }
}
html:not(.touchevents) .gallery-caption:before, html:not(.touchevents) .gallery-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
html:not(.touchevents) .gallery-caption:before {
  top: auto;
  height: 3px;
  transform: scale(0, 1);
  transform-origin: bottom left;
  transition-delay: 0.6s;
}
html:not(.touchevents) .gallery-caption:after {
  transform: scale(1, 0);
  transform-origin: bottom;
  transition-delay: 0.3s;
}
html:not(.touchevents) .visible.gallery-caption, .gallery-item:hover .gallery-caption {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0.3s;
}
html:not(.touchevents) .visible.gallery-caption:before, .gallery-item:hover .gallery-caption:before {
  transform: scale(1, 1);
  transition-delay: 0s;
}
html:not(.touchevents) .visible.gallery-caption:after, .gallery-item:hover .gallery-caption:after {
  transform: scale(1, 1);
}
html:not(.touchevents) .gallery-caption:empty {
  display: none;
}

.gallery-item a {
  position: relative;
}
.gallery-item a:before, .gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  z-index: 10;
}
.gallery-item a.active:before, .lazy-images .gallery-item a.image-lazyloaded:before, html:not(.lazy-images) .gallery-item a:before {
  border-width: 0.5rem;
}
.gallery-item a.active:after, .lazy-images .gallery-item a.image-lazyloaded:after, html:not(.lazy-images) .gallery-item a:after {
  border-width: 2px;
}
.gallery-item a:after {
  margin: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
          clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
}
.gallery-item a:hover:after {
  transform: scale(0.9);
  border-color: white;
}

.gallery {
  font-family: "Montserrat", "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 100%;
  display: grid;
  grid-template-rows: flow;
  grid-auto-flow: dense;
}
@media (max-width: 639px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 640px) and (max-width: 1019px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (1260px-px: 1020px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1260px) and (max-width: 1599px) {
  .gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1600px) {
  .gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}

.gallery-item {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.gallery-item img, .gallery-item a {
  display: block;
}
.vertical.gallery-item {
  grid-row: span 2;
}
.horizontal.gallery-item {
  grid-column: span 2;
}

.gallery-item a {
  display: block;
}

[class*=list] .gallery-caption, .gallery-size-thumbnail .gallery-caption {
  display: none;
}