@charset "UTF-8";
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.dropdown-menu,
body {
  font-size: 0.875rem;
}

dd,
dl,
dt,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

::selection {
  background: #29a7e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #29a7e4;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #29a7e4;
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: 0 !important;
}

:focus-visible {
  outline: 1px solid black !important;
  transform: scale(1.01);
  border: 1px solid forestgreen;
}

body {
  line-height: 1.5;
  color: #555;
  font-family: "Montserrat", sans-serif;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

a {
  text-decoration: none !important;
  color: #29a7e4;
  cursor: pointer;
}

a:hover {
  color: #222;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
}

h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: 700;
}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) {
  color: #29a7e4;
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 30px;
  list-style: none;
}

small {
  font-family: "Montserrat", sans-serif;
}

.uppercase {
  text-transform: uppercase !important;
}

.tright {
  text-align: right !important;
}

.error-text {
  font-size: 18px !important;
  text-transform: none !important;
  text-align: center !important;
}

#wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.double-line,
.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #eee;
}

.line.line-sm {
  margin: 30px 0;
}

.topmargin {
  margin-top: 50px !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.nobottomborder {
  border-bottom: none !important;
}

.col-padding {
  padding: 60px;
}

.hidden {
  display: none !important;
}

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

.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.color {
  color: #29a7e4 !important;
}

.border-color {
  border-color: #29a7e4 !important;
}

.section {
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.section .container {
  z-index: 2;
}

.section .container + .video-wrap {
  z-index: 1;
}

.col_full {
  width: 100%;
}

.sidebar {
  width: 22%;
}

.postcontent {
  width: 74%;
}

body.stretched .container-fullwidth {
  position: relative;
  padding: 0 60px;
  width: 100%;
}

.col_full,
.col_half,
.postcontent,
.sidebar {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
}

.col_full {
  clear: both;
  float: none;
  margin-right: 0;
}

#header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

#header .container {
  position: relative;
}

#header.full-header {
  border-bottom-color: #eee;
}

body.stretched #header.full-header .container {
  width: 100%;
  max-width: none;
  padding: 0 30px;
}

#logo {
  position: relative;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 40px;
}

#header.full-header #logo {
  padding-right: 30px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}
@media all and (max-width: 1440px) {
  #header.full-header #logo {
    margin-right: 8px;
    padding-right: 8px;
  }
}

#header.transparent-header.full-header #logo {
  border-right-color: rgba(0, 0, 0, 0.1);
}

#logo a {
  display: block;
  color: #000;
}

#logo img {
  display: block;
  max-width: 100%;
  width: 172px;
  height: 30px;
}

#logo a.standard-logo {
  display: block;
}

#logo a.retina-logo {
  display: none;
}

#header,
#header-wrap,
#logo img {
  height: 100px;
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  -o-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease;
}

#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
}

#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header.semi-transparent.sticky-header #header-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px;
}

#header.transparent-header {
  background: 0 0;
  border-bottom: none;
  z-index: 199;
}

#header.transparent-header + #google-map, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #slider, #slider + #header.transparent-header {
  top: -100px;
  margin-bottom: -100px;
}

.slider-parallax, .slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.slider-parallax {
  position: relative;
}

.slider-element {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-element .container {
  position: relative;
  height: 100%;
}

.slider-element.canvas-slider .swiper-slide img {
  width: 100%;
}

.slider-element.canvas-slider a {
  display: block;
  height: 100%;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}

.swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover {
  background-color: #fff !important;
}

.flex-caption,
.slider-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #eee;
  font-size: 1.375rem;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.flex-next,
.flex-prev,
.slider-arrow-bottom-sm,
.slider-arrow-left,
.slider-arrow-right,
.slider-arrow-top-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs=true] .flex-next,
.fslider[data-thumbs=true] .flex-prev {
  margin-top: -64px;
}

.flex-next,
.slider-arrow-right,
.slider-element .owl-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.flex-next i,
.flex-prev i,
.slider-arrow-bottom-sm i,
.slider-arrow-left i,
.slider-arrow-right i,
.slider-arrow-top-sm i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #ddd;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
}

.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  color: #fff;
}

.flex-prev i {
  margin-left: 9px;
}

.slider-element .owl-prev i {
  margin-left: 0;
}

.slider-arrow-right i {
  margin-left: 10px;
}

.flex-next i {
  margin-left: 11px;
}

#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  font-family: "Montserrat", sans-serif !important;
}

#page-title .container {
  position: relative;
}

#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
}

#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}

.breadcrumb {
  position: absolute !important;
  width: auto !important;
  top: -25% !important;
  left: auto !important;
  right: 15px !important;
  margin: -10px 0 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 12px;
  gap: 8px;
}

body.stretched .container-fullwidth .breadcrumb {
  right: 60px !important;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
  margin-top: 35px !important;
}

.breadcrumb a {
  color: #555;
}

.breadcrumb a:hover {
  color: #29a7e4;
}

.breadcrumb i {
  width: auto !important;
}

#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
  border-bottom: none;
}

#page-title.page-title-dark h1 {
  color: rgba(255, 255, 255, 0.9) !important;
}

#page-title.page-title-dark span {
  color: rgba(255, 255, 255, 0.7);
}

#page-title.page-title-dark .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.6);
}

#page-title.page-title-dark .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

#page-title.page-title-dark .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.95);
}

#page-title.page-title-right {
  text-align: right;
}

#page-title.page-title-right .breadcrumb {
  left: 15px !important;
  right: auto !important;
}

#page-title.page-title-center {
  text-align: center;
}

#page-title.page-title-center span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 20px 0 0 !important;
  justify-content: center;
}

#page-title.page-title-pattern {
  background-image: url(/static/img/pattern.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

#page-title.page-title-parallax {
  padding: 100px 0;
  text-shadow: none;
  border-bottom: none;
}

#page-title.page-title-parallax h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

#page-title.page-title-parallax span {
  font-size: 22px;
}

#page-title.page-title-parallax .breadcrumb {
  font-size: 13px;
}

#page-title.page-title-parallax {
  background-color: transparent;
  background-image: url(images/parallax/parallax-bg.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#page-title.page-title-mini {
  padding: 20px 0;
}

#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
}

#page-title.page-title-mini span {
  display: none;
}

#page-title.page-title-nobg {
  background: 0 0 !important;
  border-bottom: 1px solid #f5f5f5;
}

#page-title.page-title-video {
  background: 0 0;
  position: relative;
  overflow: hidden;
}

#page-title.page-title-video .container {
  z-index: 3;
}

#page-title.page-title-video .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#page-title.page-title-video .video-wrap video {
  width: 100%;
}

#content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#content p {
  line-height: 1.8;
}

.content-wrap {
  position: relative;
  padding: 80px 0;
}

#content .container {
  position: relative;
}

.grid-container {
  position: relative;
  overflow: hidden;
}

body:not(.device-touch) .grid-container {
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

#posts {
  position: relative;
}

.entry {
  position: relative;
  margin: 0 0 50px;
}

.entry:after {
  content: "";
  position: relative;
  height: 2px;
  margin-top: 50px;
  background-color: #f5f5f5;
}

.entry-image {
  margin-bottom: 30px;
}

.entry-image,
.entry-image .slide a,
.entry-image img,
.entry-image > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.entry-image iframe {
  display: block;
}

.entry-image video {
  display: block;
  width: 100%;
}

.entry-image img {
  border-radius: 3px;
}

.entry-title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-title h2 a {
  color: #333;
  text-transform: uppercase;
}

.entry-title h2 a:hover {
  color: #29a7e4;
}

.entry-meta {
  margin: 10px -10px -15px 0;
  list-style: none;
}

.single-post .entry-meta {
  margin-bottom: 20px;
}

.entry-meta li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-family: crete round, serif;
  font-style: italic;
}

.entry-meta li:before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
}

.entry-meta li i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}

.entry-meta li a {
  color: #999;
}

.entry-meta li a:hover {
  color: #29a7e4;
}

.entry-meta li:first-child:before {
  display: none;
}

.entry-meta li ins {
  font-weight: 700;
  text-decoration: none;
}

.entry-c {
  position: relative;
  overflow: hidden;
}

#posts .entry-content {
  margin-top: 30px;
}

.single-post .entry-content .entry-image {
  max-width: 350px;
}

.entry-content {
  position: relative;
}
.entry-content ol li a {
  text-transform: uppercase;
}

.entry blockquote p {
  font-weight: 400;
  font-family: crete round, serif;
  font-style: italic;
}

.ievent .entry-image,
.small-thumbs .entry-image {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
}

.ievent .entry-image img,
.small-thumbs .entry-image img {
  border-radius: 0;
}

.ievent .entry-c .entry-image,
.small-thumbs .entry-c .entry-image {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}

.ievent .entry-c .entry-image img,
.small-thumbs .entry-c .entry-image img {
  border-radius: 5px;
}

.ievent .entry-title h2,
.small-thumbs .entry-title h2 {
  font-size: 20px;
  font-weight: 600;
}

.small-thumbs.alt .entry-image {
  float: right;
  margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
  float: none;
  margin: 0 0 20px;
}

.timeline-border {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -71px;
  width: 0;
  border-left: 1px dashed #ccc;
  height: 100%;
}

.post-timeline {
  margin-right: -140px !important;
}

.post-timeline .entry {
  width: 500px !important;
  margin-right: 140px !important;
  padding-right: 0 !important;
}

.entry.entry-date-section {
  width: 100% !important;
  margin: 50px -70px 80px;
  padding: 0;
  border: 0;
  text-align: center;
}

.entry.entry-date-section span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid #eee;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.post-timeline .entry-timeline {
  display: none;
  position: absolute;
  border: 2px solid #ccc;
  background-color: #fff;
  padding-top: 0;
  text-indent: -9999px;
  top: 40px;
  left: auto;
  right: -76px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  color: #aaa;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-timeline .entry-timeline div.timeline-divider {
  position: absolute;
  top: 4px;
  left: -58px;
  width: 50px;
  height: 0;
  border-top: 1px dashed #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-timeline .alt .entry-timeline {
  right: auto;
  left: -77px;
}

.post-timeline .alt .entry-timeline div.timeline-divider {
  left: auto;
  right: -58px;
}

.post-timeline .entry-timeline span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
  border-color: #29a7e4;
  color: #29a7e4;
}

.postcontent .timeline-border {
  left: -68px;
  margin-left: 0;
}

.postcontent .post-timeline {
  padding-left: 0;
  margin-left: 100px;
  margin-right: 0 !important;
  overflow: visible;
}

.postcontent .post-timeline .entry {
  width: 100% !important;
  margin-right: 0 !important;
}

.postcontent .post-timeline .entry-timeline {
  display: block;
  border: 3px solid #ccc;
  background-color: #fff;
  padding-top: 10px;
  text-indent: 0;
  top: 20px;
  left: -100px;
  right: auto;
  width: 64px;
  height: 64px;
  font-size: 24px;
}

.postcontent .post-timeline .entry-timeline div.timeline-divider {
  top: 29px;
  left: 64px;
  width: 32px;
}

.post-navigation + .line {
  margin: 40px 0 50px;
}

div.alignleft,
img.alignleft {
  float: left;
  margin: 5px 20px 13px 0;
  max-width: 100%;
}

div.aligncenter > img,
div.alignleft > img,
div.alignnone > img,
div.alignright > img {
  display: block;
  float: none;
}

div.aligncenter,
div.alignnone,
img.aligncenter,
img.alignnone {
  display: block;
  margin: 10px 0;
  float: none;
}

div.aligncenter,
div.aligncenter img,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

div.alignright,
img.alignright {
  float: right;
  margin: 5px 0 13px 20px;
}

.shop {
  position: relative;
  margin: 0 -20px -20px 0;
}

.product {
  position: relative;
}

.shop .product {
  float: left;
  padding: 0 20px 20px 0;
  width: 25%;
}

.single-product .product-desc .line {
  margin: 20px 0;
}

.single-product .add-to-cart.button {
  height: 40px;
  line-height: 40px;
}

.product-meta {
  font-size: 13px;
  color: #777;
}

.cart .remove {
  font-size: 14px;
  color: red;
}

.cart .remove:hover {
  color: #000;
}

.cart-product-name a,
.product-name a {
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.cart-product-name a:hover,
.product-name a:hover {
  color: #666;
}

.cart-product-price,
.cart-product-quantity,
.cart-product-subtotal {
  text-align: center !important;
}

.cart-product-quantity .quantity {
  display: inline-block;
  margin: 0;
  float: none;
}

td.actions {
  padding: 20px 15px !important;
  vertical-align: top !important;
  background-color: #f5f5f5;
}

.events .entry,
.ievent {
  padding: 20px;
  background-color: #f9f9f9;
  border-bottom: 3px solid #eee;
}

.events .entry:after {
  display: none !important;
}

.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 64px;
  text-align: center;
  padding-top: 9px;
  font-size: 26px;
  line-height: 1;
}

.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
  display: block;
  font-size: 12px;
  margin-top: 7px;
}

.events .entry-c,
.ievent .entry-c {
  padding: 5px 0;
}

.single-event .entry-image img {
  border-radius: 0;
}

.single-event .events-meta {
  font-size: 14px;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #29a7e4;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body:not(.device-touch) .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-dark {
  background-color: #444;
}

.button-light {
  background-color: #eee;
  color: #333;
  text-shadow: none !important;
}

.button:hover {
  background-color: #444;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-dark:hover {
  background-color: #29a7e4;
}

.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}

.button.button-small {
  padding: 0 17px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}

.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
@media (max-width: 576px) {
  .button.button-large {
    font-size: 14px;
  }
}

.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
}

.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: crete round, serif;
  font-style: italic;
  text-transform: none;
}

.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

.button.tright i {
  margin: 0 0 0 5px;
}

.button-mini i {
  margin-right: 3px;
}

.button-mini.tright i {
  margin: 0 0 0 3px;
}

.button-small i {
  margin-right: 4px;
}

.button-small.tright i {
  margin: 0 0 0 4px;
}

.button-xlarge i {
  top: 2px;
  margin-right: 8px;
}

.button-xlarge.tright i {
  margin: 0 0 0 8px;
}

.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}

.button.button-desc.tright i {
  margin: 0 0 0 12px;
}

.button.button-desc div {
  display: inline-block;
}

.button.button-rounded {
  border-radius: 3px;
}

.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

.button.button-border-thin {
  border-width: 1px;
  line-height: 38px;
}

.button.button-border.button-mini {
  line-height: 24px;
}

.button.button-border.button-small {
  line-height: 30px;
}

.button.button-border.button-large {
  line-height: 42px;
}

.button.button-border.button-desc {
  line-height: 1;
}

.button.button-border:not(.button-fill):hover {
  background-color: #444;
  color: #fff;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
  border-color: #eee;
  color: #eee;
}

.button.button-border.button-light:hover {
  background-color: #eee;
  color: #333;
  text-shadow: none;
}

.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button.button-3d:hover {
  background-color: #29a7e4 !important;
  opacity: 0.9;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333;
}

.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}

.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.button.button-reveal.button-border i {
  top: -2px;
}

.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
  border-radius: 0 3px 3px 0;
}

.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {
  padding: 0 17px;
}

.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}

.button.button-reveal.button-small {
  padding: 0 22px;
}

.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}

.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}

.button.button-reveal.button-large {
  padding: 0 32px;
}

.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}

.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px;
}

.button.button-reveal.button-xlarge {
  padding: 0 40px;
}

.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px;
}

.button.button-reveal:hover i {
  left: 0;
}

.button.button-reveal.tright:hover i {
  left: auto;
  right: 0;
}

.button.button-reveal:hover span {
  left: 16px;
}

.button.button-reveal.button-mini:hover span {
  left: 11px;
}

.button.button-reveal.button-small:hover span {
  left: 13px;
}

.button.button-reveal.button-large:hover span {
  left: 19px;
}

.button.button-reveal.button-xlarge:hover span {
  left: 22px;
}

.button.button-reveal.tright:hover span {
  left: -16px;
}

.button.button-reveal.button-mini.tright:hover span {
  left: -11px;
}

.button.button-reveal.button-small.tright:hover span {
  left: -13px;
}

.button.button-reveal.button-large.tright:hover span {
  left: -19px;
}

.button.button-reveal.button-xlarge.tright:hover span {
  left: -22px;
}

.button.button-full {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.button.button-full strong {
  font-weight: 700;
  border-bottom: 2px solid #eee;
}

body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.button.button-full.button-light strong {
  border-bottom-color: #333;
}

.button.button-full.button-light:hover strong {
  border-bottom-color: #eee;
}

.button.button-circle {
  border-radius: 20px;
}

.button.button-mini.button-circle {
  border-radius: 14px;
}

.button.button-small.button-circle {
  border-radius: 17px;
}

.button.button-large.button-circle {
  border-radius: 23px;
}

.button.button-xlarge.button-circle {
  border-radius: 26px;
}

.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill span {
  position: relative;
}

.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-fill.button-light:hover {
  border-color: #eee !important;
  color: #333 !important;
  text-shadow: none;
}

.button.button-border.button-fill:before {
  content: "";
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.button-light:before {
  background-color: #eee;
}

.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-fill:hover:before {
  width: 100%;
}

.button.button-border.button-fill.fill-from-bottom:before,
.button.button-border.button-fill.fill-from-top:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%;
}

.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%;
}

.button-blue {
  background-color: #1265a8;
}

.button-3d.button-blue:hover,
.button-border.button-blue.button-fill:before,
.button-border.button-blue:hover,
.button-reveal.button-blue:hover {
  background-color: #1265a8 !important;
}

.button-border.button-blue {
  color: #1265a8;
  border-color: #1265a8;
}

.button-amber {
  background-color: #eb9c4d;
}

.button-3d.button-amber:hover,
.button-border.button-amber.button-fill:before,
.button-border.button-amber:hover,
.button-reveal.button-amber:hover {
  background-color: #eb9c4d !important;
}

.button-border.button-amber {
  color: #eb9c4d;
  border-color: #eb9c4d;
}

.button-black {
  background-color: #111;
}

.button-3d.button-black:hover,
.button-border.button-black.button-fill:before,
.button-border.button-black:hover,
.button-reveal.button-black:hover {
  background-color: #111 !important;
}

.button-border.button-black {
  color: #111;
  border-color: #111;
}

.button-white {
  background-color: #f9f9f9;
}

.button-3d.button-white:hover,
.button-reveal.button-white:hover {
  background-color: #f9f9f9 !important;
}

.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}

.promo {
  position: relative;
  padding: 30px 235px 30px 0;
}

.promo h3 {
  font-weight: 700;
  margin-bottom: 0;
}

.promo > .container > span,
.promo > span {
  display: block;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  margin-top: 6px;
}

.promo a.button {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -18px;
  left: auto;
  right: 0;
}

.promo a.button.button-mini {
  margin-top: -12px;
}

.promo a.button.button-small {
  margin-top: -15px;
}

.promo a.button.button-large {
  margin-top: -22px;
}

.promo a.button.button-xlarge {
  margin-top: -25px;
}

.promo a.button.button-desc {
  margin-top: -40px;
}

.promo-uppercase {
  text-transform: uppercase;
}

.promo-uppercase h3 {
  font-size: 22px;
}

.promo-uppercase > .container > span,
.promo-uppercase > span {
  font-size: 15px;
}

.promo.promo-border {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding-left: 30px;
}

.promo.promo-border a.button {
  right: 30px;
}

.promo.promo-light {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding-left: 30px;
}

.promo.promo-light a.button {
  right: 30px;
}

.promo.promo-dark {
  border: 0 !important;
  background-color: #333;
  padding: 30px 200px 30px 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.promo.promo-dark h3 {
  color: #fff;
}

.promo.promo-dark > .container > h3 span,
.promo.promo-dark > h3 span {
  padding: 2px 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 400;
}

.promo.promo-dark > .container > span,
.promo.promo-dark > span {
  color: #ccc;
  margin-top: 8px;
}

.promo.promo-dark a.button {
  right: 30px;
}

.promo.promo-flat {
  background-color: #29a7e4;
}

.promo.promo-flat > .container > span,
.promo.promo-flat > span {
  color: rgba(255, 255, 255, 0.9);
}

.promo.promo-flat a.button:not(.button-border) {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.promo.promo-flat a.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #444;
  text-shadow: none;
}

.promo-full {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 40px 0 !important;
}

.promo-full a.button {
  right: 15px !important;
}

.promo-full.promo-right a.button {
  right: auto !important;
  left: 15px !important;
}

.promo.parallax {
  padding: 80px 0 !important;
}

.promo.promo-right {
  text-align: right;
  padding: 30px 0 30px 200px;
}

.promo.promo-right a.button {
  left: 0;
  right: auto;
}

.promo.promo-dark.promo-right:not(.promo-mini),
.promo.promo-right.promo-border:not(.promo-mini) {
  padding-right: 30px;
}

.promo.promo-dark.promo-right a.button,
.promo.promo-right.promo-border a.button {
  left: 30px;
}

.promo.promo-center {
  text-align: center;
  padding: 30px 20px;
}

.promo.promo-center a.button {
  position: relative;
  top: 0;
  margin: 20px 0 0;
  left: 0 !important;
  right: 0;
}

.promo.promo-mini {
  text-align: left;
  padding: 20px 25px;
}

.promo.promo-mini h3 {
  font-size: 20px;
  line-height: 1.5;
}

.promo.promo-mini.promo-uppercase h3 {
  font-size: 18px;
}

.promo.promo-mini.promo-dark h3 {
  line-height: 1.7;
}

.promo.promo-mini a.button {
  position: relative;
  top: 0;
  margin: 20px 0 0;
  left: 0 !important;
  right: 0;
}

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

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

.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
}

.feature-box.fbox-center {
  padding: 0;
  text-align: center;
}

.feature-box:first-child {
  margin-top: 0;
}

.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: #29a7e4;
}

.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}

.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333;
}

.feature-box.fbox-center p {
  font-size: 14px;
  margin-top: 15px;
}

.feature-box p {
  margin: 8px 0 0;
  color: #999;
}

.feature-box .before-heading {
  font-size: 14px;
}

.feature-box.media-box {
  padding: 0;
}

.feature-box.media-box .fbox-media {
  margin: 0 0 25px;
}

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.feature-box.media-box .fbox-media iframe {
  display: block;
}

.feature-box.media-box p {
  margin-top: 17px;
}

.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 84px;
}

.feature-box.fbox-center.fbox-light .fbox-icon i {
  line-height: 94px;
}

.feature-box.fbox-plain.fbox-light .fbox-icon i, .feature-box.fbox-plain.fbox-light .fbox-icon img {
  color: #888;
}

.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
}

.feature-box.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important;
}

.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.alert i,
.msgtitle i,
.sb-msg i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px;
}

.style-msg .close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.i-bordered,
.i-circled,
.i-plain,
.i-rounded,
.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-style: normal;
}

body:not(.device-touch) .i-bordered,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .social-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.i-bordered,
.i-circled,
.i-rounded {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px;
}

.i-bordered {
  border: 1px solid #555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none;
}

.i-plain {
  width: 36px !important;
  height: 36px !important;
  font-size: 28px;
  line-height: 36px !important;
  color: #444;
  text-shadow: 1px 1px 1px #fff;
}

.i-plain:hover {
  color: #777;
}

.i-circled {
  border-radius: 50%;
}

.i-light {
  background-color: #f5f5f5;
  color: #444;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.i-alt {
  background-image: url(images/icons/iconalt.svg);
  background-position: center center;
  background-size: 100% 100%;
}

.i-circled:hover,
.i-rounded:hover {
  background-color: #29a7e4;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-bordered:hover {
  background-color: #444 !important;
  color: #fff;
  border-color: #444;
}

.i-small.i-bordered,
.i-small.i-circled,
.i-small.i-plain,
.i-small.i-rounded {
  margin: 4px 11px 7px 0;
  font-size: 14px;
}

.i-small.i-bordered,
.i-small.i-circled,
.i-small.i-rounded {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}

.i-small.i-bordered {
  line-height: 26px !important;
}

.i-small.i-plain {
  width: 18px !important;
  height: 18px !important;
  font-size: 14px;
  line-height: 18px !important;
}

.i-medium.i-bordered,
.i-medium.i-circled,
.i-medium.i-plain,
.i-medium.i-rounded {
  margin: 6px 13px 9px 0;
  font-size: 21px;
}

.i-medium.i-bordered,
.i-medium.i-circled,
.i-medium.i-rounded {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

.i-medium.i-bordered {
  line-height: 34px !important;
}

.i-medium.i-plain {
  width: 28px !important;
  height: 28px !important;
  font-size: 20px;
  line-height: 28px !important;
}

.i-large.i-bordered,
.i-large.i-circled,
.i-large.i-plain,
.i-large.i-rounded {
  margin: 4px 11px 7px 0;
  font-size: 42px;
}

.i-xlarge.i-plain {
  width: 64px !important;
  height: 64px !important;
  font-size: 56px;
  line-height: 64px !important;
}

.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: hidden;
}

.si-rounded {
  border-radius: 50%;
}

.si-borderless {
  border-color: transparent !important;
}

.si-dark {
  background-color: #444;
  color: #fff !important;
  border-color: transparent;
}

.si-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666 !important;
  border-color: transparent;
}

.si-colored {
  border-color: transparent !important;
}

.si-colored i {
  color: #fff;
}

.social-icon.si-large {
  margin: 0 10px 10px 0;
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 54px !important;
}

.social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px !important;
}

.social-icon i {
  display: block;
  position: relative;
}

body:not(.device-touch) .social-icon i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icon i:last-child {
  color: #fff !important;
}

.social-icon:hover i:first-child {
  margin-top: -38px;
}

.social-icon.si-large:hover i:first-child {
  margin-top: -54px;
}

.social-icon.si-small:hover i:first-child {
  margin-top: -30px;
}

.social-icon:hover {
  color: #555;
  border-color: transparent;
}

.si-colored.social-icon {
  border-color: transparent;
}

.si-sticky {
  position: fixed;
  top: 50%;
  left: 5px;
  width: 36px;
  z-index: 100;
}

.si-sticky.si-sticky-right {
  left: auto;
  right: 8px;
}

.si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.si-share span {
  line-height: 36px;
  font-weight: 700;
  font-size: 13px;
}

.si-share div {
  float: right;
}

.si-share .social-icon {
  margin: -1px 0;
  border-radius: 0;
  font-size: 15px;
}

.si-colored.si-facebook,
.si-facebook:hover {
  background-color: #3b5998 !important;
}

.si-colored.si-delicious,
.si-delicious:hover {
  background-color: #205cc0 !important;
}

.si-colored.si-paypal,
.si-paypal:hover {
  background-color: #00588b !important;
}

.si-colored.si-flattr,
.si-flattr:hover {
  background-color: #f67c1a !important;
}

.si-android:hover,
.si-colored.si-android {
  background-color: #a4c639 !important;
}

.si-colored.si-smashmag,
.si-smashmag:hover {
  background-color: #e53b2c !important;
}

.si-colored.si-gplus,
.si-gplus:hover {
  background-color: #dd4b39 !important;
}

.si-colored.si-wikipedia,
.si-wikipedia:hover {
  background-color: #333 !important;
}

.si-colored.si-stumbleupon,
.si-stumbleupon:hover {
  background-color: #f74425 !important;
}

.si-colored.si-foursquare,
.si-foursquare:hover {
  background-color: #25a0ca !important;
}

.si-call:hover,
.si-colored.si-call {
  background-color: #444 !important;
}

.si-cc:hover,
.si-colored.si-cc {
  background-color: #688527 !important;
}

.si-colored.si-dribbble,
.si-dribbble:hover {
  background-color: #ea4c89 !important;
}

.si-colored.si-evernote,
.si-evernote:hover {
  background-color: #5ba525 !important;
}

.si-colored.si-flickr,
.si-flickr:hover {
  background-color: #ff0084 !important;
}

.si-colored.si-google,
.si-google:hover {
  background-color: #dd4b39 !important;
}

.si-colored.si-instapaper,
.si-instapaper:hover {
  background-color: #333 !important;
}

.si-colored.si-klout,
.si-klout:hover {
  background-color: #ff5f52 !important;
}

.si-colored.si-linkedin,
.si-linkedin:hover {
  background-color: #0e76a8 !important;
}

.si-colored.si-vk,
.si-vk:hover {
  background-color: #2b587a !important;
}

.si-colored.si-rss,
.si-rss:hover {
  background-color: #ee802f !important;
}

.si-colored.si-skype,
.si-skype:hover {
  background-color: #00aff0 !important;
}

.si-colored.si-twitter,
.si-twitter:hover,
.si-colored.si-medium,
.si-medium:hover {
  background-color: #00acee !important;
}

.si-colored.si-youtube,
.si-youtube:hover {
  background-color: #c4302b !important;
}

.si-colored.si-vimeo,
.si-vimeo:hover {
  background-color: #86c9ef !important;
}

.si-aim:hover,
.si-colored.si-aim {
  background-color: #fcd20b !important;
}

.si-colored.si-yahoo,
.si-yahoo:hover {
  background-color: #720e9e !important;
}

.si-colored.si-email3,
.si-email3:hover {
  background-color: #6567a5 !important;
}

.si-text-color.si-facebook i {
  color: #3b5998;
}

.si-text-color.si-delicious i {
  color: #205cc0;
}

.si-text-color.si-paypal i {
  color: #00588b;
}

.si-text-color.si-flattr i {
  color: #f67c1a;
}

.si-text-color.si-android i {
  color: #a4c639;
}

.si-text-color.si-smashmag i {
  color: #e53b2c;
}

.si-text-color.si-gplus i {
  color: #dd4b39;
}

.si-text-color.si-wikipedia i {
  color: #333;
}

.si-text-color.si-stumbleupon i {
  color: #f74425;
}

.si-text-color.si-foursquare i {
  color: #25a0ca;
}

.si-text-color.si-call i {
  color: #444;
}

.si-text-color.si-cc i {
  color: #688527;
}

.si-text-color.si-dribbble i {
  color: #ea4c89;
}

.si-text-color.si-evernote i {
  color: #5ba525;
}

.si-text-color.si-flickr i {
  color: #ff0084;
}

.si-text-color.si-google i {
  color: #dd4b39;
}

.si-text-color.si-instapaper i {
  color: #333;
}

.si-text-color.si-klout i {
  color: #ff5f52;
}

.si-text-color.si-linkedin i {
  color: #0e76a8;
}

.si-text-color.si-vk i {
  color: #2b587a;
}

.si-text-color.si-rss i {
  color: #ee802f;
}

.si-text-color.si-skype i {
  color: #00aff0;
}

.si-text-color.si-twitter i,
.si-text-color.si-medium i {
  color: #00acee;
}

.si-text-color.si-youtube i {
  color: #c4302b;
}

.si-text-color.si-vimeo i {
  color: #86c9ef;
}

.si-text-color.si-aim i {
  color: #fcd20b;
}

.si-text-color.si-yahoo i {
  color: #720e9e;
}

.si-text-color.si-email3 i {
  color: #6567a5;
}

.si-text-color:hover {
  color: #fff;
}

.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px;
}

.toggle.toggle-border {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.accordion {
  margin-bottom: 20px;
}

.accordion.accordion-border {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tabs {
  position: relative;
  margin: 0 0 30px;
}

ul.tab-nav:not(.tab-nav-lg) {
  margin: 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}

ul.tab-nav:not(.tab-nav-lg) li {
  float: left;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  height: 41px;
  text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
  margin-left: 15px;
  border-left: 1px solid #ddd;
}

ul.tab-nav:not(.tab-nav-lg) li a {
  display: block;
  padding: 0 15px;
  color: #444;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
  position: relative;
  top: 1px;
  background-color: #fff;
}

.tabs.tabs-alt ul.tab-nav li {
  border-color: transparent;
}

.tabs.tabs-alt ul.tab-nav li:first-child {
  border-left: 0;
}

.tabs.tabs-alt ul.tab-nav li a {
  background-color: #fff;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
  border: 1px solid #ddd;
  border-bottom: 0;
}

ul.tab-nav.tab-nav2 {
  border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
  border: 0;
  margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
  margin-left: 0;
  border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
  top: 0;
  background-color: #29a7e4;
  color: #fff;
}

ul.tab-nav-lg {
  margin-bottom: 20px;
  list-style: none;
}

ul.tab-nav-lg li {
  float: left;
  position: relative;
  text-align: center;
  padding: 15px;
}

ul.tab-nav-lg li a {
  display: inline-block;
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

ul.tab-nav.tab-nav-lg li i {
  display: block;
  font-size: 28px;
  margin: 0 0 7px;
}

ul.tab-nav-lg li.ui-tabs-active a {
  color: #29a7e4;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: -50px;
  border: solid transparent;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
  border-top-color: #fff;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
  border-top-color: #fff;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}

.tab-container {
  position: relative;
  padding: 20px 0 0;
}

ul.tab-nav li a i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}

.ui-tabs .ui-tabs-hide {
  position: absolute !important;
  left: -10000px !important;
  display: block !important;
}

.counter {
  font-size: 42px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.counter.counter-small {
  font-size: 28px;
}

.counter.counter-large {
  font-size: 56px;
}

.counter.counter-xlarge {
  font-size: 64px;
  font-weight: 400;
}

.counter.counter-inherit {
  font-size: inherit;
  font-weight: inherit;
}

.counter + h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.counter.counter-lined + h5:before {
  display: block;
  position: relative;
  margin: 20px auto 25px;
  content: "";
  width: 15%;
  border-top: 2px solid #444;
  opacity: 0.9;
}

.counter.counter-small + h5 {
  font-size: 13px;
}

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
  font-size: 15px;
  font-weight: 300;
}

.widget .counter + h5 {
  opacity: 0.7;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: url(/static/img/preloader.gif) no-repeat center center;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-dot,
.owl-dots button,
.owl-nav .owl-next,
.owl-nav .owl-prev {
  cursor: pointer;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(images/icons/play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px;
}

.owl-carousel-full .owl-nav .owl-next,
.slider-element .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #29a7e4 !important;
  color: #fff !important;
  text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
  display: none !important;
}

.owl-carousel .owl-stage {
  padding: 20px 0;
}

.sm-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ddd;
  border-radius: 0 !important;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.sm-form-control:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sm-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.sm-form-control:-ms-input-placeholder {
  color: #999;
}

.sm-form-control::-webkit-input-placeholder {
  color: #999;
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.sm-form-control {
  height: auto;
}

.form-control {
  border-radius: 3px;
}

.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}

label.label-muted {
  color: #999;
  font-weight: 400;
  margin-right: 5px;
}

form .col_five_sixth,
form .col_four_fifth,
form .col_full,
form .col_half,
form .col_one_fifth,
form .col_one_fourth,
form .col_one_sixth,
form .col_one_third,
form .col_three_fifth,
form .col_three_fourth,
form .col_two_fifth,
form .col_two_third {
  margin-bottom: 25px;
}

#contact-form-overlay,
#contact-form-overlay-mini {
  position: relative;
  max-width: 800px;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

#contact-form-overlay-mini {
  float: right;
  width: 380px;
  margin: 0;
}

label.error {
  margin-top: 5px;
  color: #e42c3e;
  font-weight: 400;
}

label.error {
  display: none !important;
}

.show-error-msg + label.error {
  display: block !important;
}

input[type=checkbox]:not(:checked) + label.error {
  display: block !important;
}

.form-control.error,
.sm-form-control.error {
  border-color: #e42c3e;
}

.title-block {
  padding: 2px 0 3px 20px;
  border-left: 7px solid #29a7e4;
  margin-bottom: 30px;
}

.title-block-right {
  padding: 2px 20px 3px 0;
  border-left: 0;
  border-right: 7px solid #29a7e4;
  text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
  margin-bottom: 0;
}

.title-block > span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-weight: 300;
}

.title-block h1 + span {
  font-size: 22px;
}

.title-block h2 + span {
  font-size: 19px;
}

.title-block h3 + span {
  font-size: 17px;
}

.title-block h4 + span {
  font-size: 15px;
  margin-top: 3px;
}

.heading-block {
  margin-bottom: 50px;
}

.heading-block--expertise h2 {
  font-size: 20px !important;
}

.heading-block--expertise span {
  font-size: 17px !important;
  color: #555555 !important;
}

.emphasis-title h1,
.emphasis-title h2,
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #333;
}

.emphasis-title h1,
.emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.heading-block h1 {
  font-size: 32px;
}

.heading-block h2 {
  font-size: 30px;
}

.heading-block h3 {
  font-size: 26px;
}

.heading-block h4 {
  font-size: 20px;
  font-weight: 700;
}

.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
}

.heading-block .before-heading {
  margin-bottom: 7px;
}

.center .heading-block > span,
.heading-block.center > span,
.heading-block.title-center > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-block h1 + span,
.heading-block h1 + span + span {
  font-size: 24px;
}

.heading-block h2 + span {
  font-size: 22px;
}

.heading-block h3 + span,
.heading-block h4 + span {
  font-size: 20px;
}

.heading-block ~ p:not(.lead) {
  font-size: 15px;
}

.heading-block:after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
  margin: 30px auto 0;
}

.heading-block.title-right,
.heading-block.tright,
.tright .heading-block {
  direction: rtl;
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
  display: none;
}

.heading-block.border-color:after {
  border-color: #29a7e4;
}

.emphasis-title {
  margin: 0 0 50px;
}

.emphasis-title h1,
.emphasis-title h2 {
  font-size: 64px;
  letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong {
  font-weight: 700;
}

.fancy-title {
  position: relative;
  margin-bottom: 30px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
  margin-bottom: 0;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  padding-right: 10px;
}

.fancy-title.title-border-color:before,
.fancy-title.title-border:before,
.fancy-title.title-double-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #e5e5e5;
  left: auto;
  top: 46%;
  right: 0;
}

.fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid #eee;
}

.fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid #29a7e4;
  opacity: 0.6;
}

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

.title-center h1,
.title-center h2,
.title-center h3 {
  padding: 0 15px;
}

.title-center h4,
.title-center h5,
.title-center h6 {
  padding: 0 10px;
}

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

.title-right h1,
.title-right h2,
.title-right h3 {
  padding: 0 0 0 15px;
}

.title-right h4,
.title-right h5,
.title-right h6 {
  padding: 0 0 0 10px;
}

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  display: block;
  background: 0 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #29a7e4;
}

.fancy-title.title-dotted-border {
  background: url(images/icons/dotted.png) repeat-x center;
}

.before-heading {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: crete round, serif;
  font-style: italic;
  font-weight: 400;
  color: #999;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #e5e5e5;
  width: 100%;
}

.divider.divider-margin {
  margin: 70px 0;
}

.divider.divider-center.divider-short:before,
.divider.divider-center:before,
.divider:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #eee;
}

.divider.divider-center.divider-short.divider-thick:before,
.divider.divider-center.divider-thick:before,
.divider.divider-thick:after {
  border-top-width: 3px;
}

.divider.divider-short:after {
  width: 30%;
}

.divider.divider-vshort:after {
  width: 12%;
}

.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center;
}

.divider a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.divider a:hover {
  color: #888;
}

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

.divider.divider-right:after {
  left: auto;
  right: 30px;
}

.divider.divider-center,
.divider.divider-center.divider-short {
  text-align: center;
}

.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

.divider.divider-center.divider-short:before {
  left: auto !important;
  right: 50%;
  margin-right: 20px;
  width: 15%;
}

.divider.divider-center.divider-short:after {
  left: 50% !important;
  right: auto !important;
  margin-left: 20px;
  width: 15%;
}

.divider.divider-center.divider-vshort:after,
.divider.divider-center.divider-vshort:before {
  width: 6%;
}

.divider.divider-rounded {
  color: #bbb;
}

.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before,
.divider.divider-border:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-rounded:after {
  top: 19px;
  left: 40px;
}

.divider.divider-border i,
.divider.divider-rounded i {
  display: inline-flex;
  justify-content: center;
  flex: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.divider.divider-border.divider-right:after,
.divider.divider-rounded.divider-right:after {
  left: auto;
  right: 40px;
}

.divider.divider-border {
  color: #e5e5e5;
}

.divider.divider-border i {
  line-height: 38px;
  background-color: transparent;
  border: 1px solid #eee;
}

.divider.divider-line:after,
.divider.divider-line:before {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cta-telegram {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 300;
  border: none;
  border-radius: 50%;
}
.cta-telegram:focus {
  border: none;
  outline: none;
}
.cta-telegram:hover svg {
  transform: scale(1.15);
}
.cta-telegram .cta-telegram-img {
  animation: pulseTelegram 2s infinite;
  border: none;
  border-radius: 50%;
}
.cta-telegram svg {
  width: 100%;
}
@media all and (max-width: 767px) {
  .cta-telegram {
    bottom: 30px;
    right: 20px;
  }
}
.cta-telegram .telegram-message-wrap {
  display: none;
  align-items: flex-start;
  padding: 20px;
  position: absolute;
  top: -120px;
  right: 35px;
  width: 260px;
  z-index: 12;
  border: 3px solid #2fc7f7;
  background: #fff;
  border-radius: 15px;
  cursor: pointer;
  animation: borderRotate 2s linear infinite;
}
.cta-telegram .telegram-message-wrap:hover {
  background: linear-gradient(180deg, #fff, aliceblue);
}
.cta-telegram .telegram-message-wrap:hover .telegram-message-close {
  border: 1px solid forestgreen;
}
.cta-telegram .telegram-message-wrap:hover .telegram-message-triangle {
  border: 3px solid forestgreen;
  border-right: 3px solid forestgreen;
  border-bottom: 3px solid forestgreen;
}
.cta-telegram .telegram-message-wrap.show {
  display: flex;
}
.cta-telegram .telegram-triangle {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -6px;
  right: 30px;
  transform: rotate(45deg);
  background: #fff;
  border-right: 3px solid #2fc7f7;
  border-bottom: 3px solid #2fc7f7;
}
.cta-telegram .telegram-message-close {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: relative;
  top: -110px;
  right: 15px;
  z-index: 301;
  border-radius: 50%;
  border: 1px solid deepskyblue;
  background: #fff;
  transition: transform 0.3s ease;
}
.cta-telegram .telegram-message-close.show {
  display: flex;
}
.cta-telegram .telegram-message {
  color: #444 !important;
}

@keyframes borderRotate {
  0% {
    border-color: forestgreen deepskyblue deepskyblue deepskyblue;
  }
  25% {
    border-color: deepskyblue forestgreen deepskyblue deepskyblue;
  }
  50% {
    border-color: deepskyblue deepskyblue forestgreen deepskyblue;
  }
  75% {
    border-color: deepskyblue deepskyblue deepskyblue forestgreen;
  }
  100% {
    border-color: forestgreen deepskyblue deepskyblue deepskyblue;
  }
}
@keyframes pulseTelegram {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(41, 167, 228, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(41, 167, 228, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(41, 167, 228, 0);
  }
}
#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  border-radius: 4px;
}

body:not(.device-touch) #gotoTop {
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

.stretched #gotoTop {
  bottom: 30px;
}

#gotoTop:hover {
  background-color: #29a7e4;
}

.error404 {
  display: block;
  font-size: 200px;
  font-weight: 700;
  color: #ddd;
  line-height: 1.35;
  letter-spacing: 4px;
}

.error404-wrap .container {
  z-index: 7;
}

.error404-wrap .error404 {
  line-height: 0.9;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 244px;
  color: #fff !important;
  opacity: 0.2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.error404-wrap .heading-block h4 {
  font-weight: 300;
  margin-bottom: 8px;
}

.error404-wrap .heading-block span {
  font-size: 17px;
}

.error404-wrap form {
  max-width: 500px;
}

.form-process,
.preloader,
.preloader2 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/preloader.gif) center center no-repeat #fff;
}

.preloader2 {
  background-color: transparent;
}

.form-process {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.7);
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 20px 25px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
}

#toast-container > div.rtl {
  direction: rtl;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 10px 15px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 10px 15px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 20px;
    width: 25em;
  }
}
#footer {
  position: relative;
  background-color: #eee;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.device-lg.sticky-footer #top-bar,
.device-xl.sticky-footer #top-bar {
  z-index: 299;
}

.device-lg.sticky-footer #header,
.device-xl.sticky-footer #header {
  z-index: 199;
}

.device-lg.sticky-footer #content,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #slider:not(.slider-parallax-invisible),
.device-xl.sticky-footer #content,
.device-xl.sticky-footer #page-submenu,
.device-xl.sticky-footer #page-title,
.device-xl.sticky-footer #slider:not(.slider-parallax-invisible) {
  z-index: 2;
}

.device-lg.sticky-footer #footer,
.device-xl.sticky-footer #footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.device-lg.sticky-footer:not(.stretched) #footer,
.device-xl.sticky-footer:not(.stretched) #footer {
  left: 50%;
  margin-left: -610px;
  width: 1220px;
}

.device-lg.sticky-footer:not(.stretched) #footer {
  margin-left: -500px;
  width: 1000px;
}

#footer .footer-widgets-wrap {
  position: relative;
  padding: 80px 0;
}

.footer-widgets-wrap .col_five_sixth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_two_third {
  margin-bottom: 0;
}

#copyrights {
  padding: 40px 0;
  background-color: #ddd;
  font-size: 14px;
  line-height: 1.8;
}

#copyrights i.footer-icon {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 3px;
}

.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
  color: #555;
  border-bottom: 1px solid #666;
}

.copyrights-menu {
  margin-bottom: 10px;
}

.copyrights-menu a {
  font-size: 14px;
  margin: 0 10px;
  border-bottom: 0 !important;
}

#copyrights .col_half {
  margin-bottom: 0 !important;
}

#copyrights a:first-child {
  margin-left: 0;
}

#copyrights .tright a:last-child {
  margin-right: 0;
}

.footer-logo {
  display: block;
  margin-bottom: 30px;
}

.widget {
  position: relative;
  margin-top: 50px;
}

.nav-tree {
  position: relative;
  margin-bottom: 40px;
}

.nav-tree ul {
  margin-bottom: 0;
  list-style: none;
}

.nav-tree > ul {
  margin: -8px 0;
}

.nav-tree li {
  position: relative;
}

.pagination.pagination-circle .page-item .page-link {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.pagination.pagination-circle.pagination-lg .page-item .page-link {
  width: 56px;
  height: 56px;
  line-height: 54px;
}

.pagination.pagination-circle.pagination-sm .page-item .page-link {
  width: 26px;
  height: 26px;
  line-height: 24px;
}

.pagination.pagination-rounded .page-item .page-link {
  border-radius: 4px;
}

.pagination.pagination-circle .page-item:not(:first-child) .page-link,
.pagination.pagination-rounded .page-item:not(:first-child) .page-link {
  margin-left: 5px;
}

.pagination.pagination-circle.pagination-lg .page-item:not(:first-child) .page-link,
.pagination.pagination-rounded.pagination-lg .page-item:not(:first-child) .page-link {
  margin-left: 8px;
}

.pagination.pagination-circle.pagination-sm .page-item:not(:first-child) .page-link,
.pagination.pagination-rounded.pagination-sm .page-item:not(:first-child) .page-link {
  margin-left: 3px;
}

.pagination.pagination-3d .page-item .page-link {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15) !important;
}

.pagination.pagination-primary .page-item .page-link {
  background-color: #29a7e4;
  background-color: var(--primary);
  border-color: #29a7e4;
  border-color: var(--primary);
  color: #fff;
}

.pagination.pagination-secondary .page-item .page-link {
  background-color: #6c757d;
  background-color: var(--secondary);
  border-color: #6c757d;
  border-color: var(--secondary);
  color: #fff;
}

.pagination.pagination-success .page-item .page-link {
  background-color: #28a745;
  background-color: var(--success);
  border-color: #28a745;
  border-color: var(--success);
  color: #fff;
}

.pagination.pagination-danger .page-item .page-link {
  background-color: #dc3545;
  background-color: var(--danger);
  border-color: #dc3545;
  border-color: var(--danger);
  color: #fff;
}

.pagination.pagination-info .page-item .page-link {
  background-color: #17a2b8;
  background-color: var(--info);
  border-color: #17a2b8;
  border-color: var(--info);
  color: #fff;
}

.pagination.pagination-dark .page-item .page-link {
  background-color: #343a40;
  background-color: var(--dark);
  border-color: #343a40;
  border-color: var(--dark);
  color: #fff;
}

.pagination.pagination-light .page-item .page-link {
  background-color: #f8f9fa;
  background-color: var(--light);
  border-color: #f8f9fa;
  border-color: var(--light);
  color: #222;
}

.pagination.pagination-danger .page-item.active .page-link,
.pagination.pagination-danger .page-link:focus,
.pagination.pagination-danger .page-link:hover,
.pagination.pagination-info .page-item.active .page-link,
.pagination.pagination-info .page-link:focus,
.pagination.pagination-info .page-link:hover,
.pagination.pagination-light .page-item.active .page-link,
.pagination.pagination-light .page-link:focus,
.pagination.pagination-light .page-link:hover,
.pagination.pagination-primary .page-item.active .page-link,
.pagination.pagination-primary .page-link:focus,
.pagination.pagination-primary .page-link:hover,
.pagination.pagination-secondary .page-item.active .page-link,
.pagination.pagination-secondary .page-link:focus,
.pagination.pagination-secondary .page-link:hover,
.pagination.pagination-success .page-item.active .page-link,
.pagination.pagination-success .page-link:focus,
.pagination.pagination-success .page-link:hover {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #fff;
}

.table .success {
  color: #3c763d;
}

.table .info {
  color: #31708f;
}

.table .warning {
  color: #8a6d3b;
}

.table .danger {
  color: #a94442;
}

.btn-link,
.page-link,
.page-link:focus,
.page-link:hover {
  color: #29a7e4;
}

.btn-link:focus,
.btn-link:hover {
  color: #222;
}

.boot-tabs {
  margin-bottom: 20px !important;
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 47.5%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-chevron-left {
  left: 50%;
}

.carousel-control .icon-chevron-right {
  right: 50%;
}

.responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
}

.img-circle {
  border-radius: 50% !important;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
  color: #fff !important;
  background-color: #29a7e4 !important;
  border-color: #29a7e4 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #29a7e4;
}

label.checkbox,
label.radio {
  padding-left: 20px;
}

.input-group-lg > .input-group-addon {
  line-height: 1;
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.animsition-overlay,
body:not(.no-transition) #wrapper {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.css3-spinner,
.page-transition-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-perspective: 1000px;
}

.css3-spinner {
  position: absolute;
  z-index: auto;
  background-color: transparent;
}

.css3-spinner > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: 13px;
  width: 18px;
  height: 18px;
  background-color: #ddd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
  margin-left: -31px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
  margin-left: -9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.css3-spinner > .css3-spinner-flipper {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 0;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: cssspinnerbounce 2s infinite ease-in-out;
  animation: cssspinnerbounce 2s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes cssspinnerbounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes cssspinnerbounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
  height: 30px;
  width: 6px;
  margin-top: -15px;
  margin-left: -21px;
  border-radius: 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-rect2 {
  margin-left: -12px;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.css3-spinner > .css3-spinner-rect3 {
  margin-left: -3px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.css3-spinner > .css3-spinner-rect4 {
  margin-left: 6px;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.css3-spinner > .css3-spinner-rect5 {
  margin-left: 15px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.css3-spinner > .css3-spinner-scaler {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.css3-spinner > .css3-spinner-grid-pulse {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-grid-pulse > div {
  background-color: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.css3-spinner-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.71s;
  animation-delay: 0.71s;
  -webkit-animation-duration: 0.88s;
  animation-duration: 0.88s;
}

.css3-spinner-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
}

.css3-spinner-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-duration: 0.62s;
  animation-duration: 0.62s;
}

.css3-spinner-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s;
}

.css3-spinner-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  -webkit-animation-duration: 1.47s;
  animation-duration: 1.47s;
}

.css3-spinner-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.49s;
  animation-duration: 1.49s;
}

.css3-spinner-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.css3-spinner > .css3-spinner-clip-rotate {
  width: 33px;
  height: 33px;
  margin-top: -17px;
  margin-left: -17px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-clip-rotate > div {
  border-radius: 100%;
  border: 2px solid #ddd;
  border-bottom-color: transparent !important;
  height: 33px;
  width: 33px;
  background: 0 0 !important;
  -webkit-animation: rotate 1s 0s linear infinite;
  animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.css3-spinner > .css3-spinner-ball-rotate {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background-color: transparent !important;
  -webkit-animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: ballrotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.css3-spinner-ball-rotate > div {
  background-color: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
}

.css3-spinner-ball-rotate > div:nth-child(1),
.css3-spinner-ball-rotate > div:nth-child(3) {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  content: "";
  position: absolute;
  opacity: 0.7;
}

.css3-spinner-ball-rotate > div:nth-child(1) {
  top: 0;
  left: -22px;
}

.css3-spinner-ball-rotate > div:nth-child(3) {
  top: 0;
  left: 22px;
}

@-webkit-keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ballrotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.css3-spinner > .css3-spinner-zig-zag {
  background-color: transparent !important;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-zig-zag > div {
  background-color: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.css3-spinner-zig-zag > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.css3-spinner-zig-zag > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.css3-spinner > .css3-spinner-ball-scale-multiple {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-ball-scale-multiple > div {
  background-color: #ddd;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
  animation: ball-scale-multiple 1.25s 0s linear infinite;
}

.css3-spinner-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.css3-spinner-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.css3-spinner > .css3-spinner-triangle-path {
  background-color: transparent !important;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ddd;
}

.css3-spinner-triangle-path > div:nth-child(1) {
  -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(2) {
  -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(3) {
  -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
  animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.css3-spinner-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.css3-spinner-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.css3-spinner > .css3-spinner-ball-pulse-sync {
  width: 70px;
  height: 34px;
  margin-left: -35px;
  margin-top: -17px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-ball-pulse-sync > div {
  display: inline-block;
  background-color: #ddd;
  width: 14px;
  height: 14px;
  margin: 10px 3px 0;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.css3-spinner-ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.7s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.7s -70ms infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85;
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.85;
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.css3-spinner > .css3-spinner-scale-ripple {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-color: transparent !important;
  -webkit-animation: none;
  animation: none;
}

.css3-spinner-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ddd;
  -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.css3-spinner-scale-ripple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.css3-spinner-scale-ripple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.css3-spinner-scale-ripple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.css3-spinner-scale-ripple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.position-image {
  margin-bottom: 30px;
}

@media screen and (max-width: 568px) {
  .position-content {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
}
.error-wrapper {
  background-color: #333;
  background-image: url(/static/img/404.jpg);
  background-size: cover;
  position: relative;
  top: -100px;
  margin-bottom: -100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-inner {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-link-block {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 60rem;
}
@media (max-width: 576px) {
  .error-link-block {
    flex-direction: column;
  }
}

.error-list {
  width: auto;
  list-style: none;
  margin-right: 2rem;
}
.error-list li {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.error-list li a {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.error-list li a:hover {
  color: #e6e6e6;
  text-decoration: underline !important;
}
.error-list li:first-child {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ababab;
}
.error-list:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .error-list {
    margin-right: 0;
  }
}

.resident-block {
  border: 2px solid #29a4e7;
  border-radius: 0.75rem;
  padding: 1rem 1rem;
  margin-top: 2rem;
}

.resident-block__header {
  display: flex;
  align-items: center;
}

.resident-block__title {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.resident-block__icon {
  font-size: 2rem;
  color: #ffa500;
  margin-right: 1rem;
  line-height: 1;
}

.resident-block__check {
  display: flex;
  align-items: flex-start;
}

.resident-block__input {
  flex: 0 0 auto;
}

.resident-block__description {
  margin-left: 1.8rem;
  display: block;
  margin-top: 0.5rem;
}

.billing-buttons__block {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .billing-buttons__block {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .billing-buttons__block button {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .billing-buttons__block button:first-child {
    margin: 1rem auto;
  }
}

.tooltip {
  z-index: 10000 !important;
}

.input-add-email-error, .input-edit-email-error {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
  width: 300px;
  height: auto;
  text-align: center;
  padding: 0.5rem 0.5rem;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #595959;
  border: 2px solid #f27474;
}

.input-add-email-error__text, .input-edit-email-error__text {
  font-weight: 600;
}

.modal {
  z-index: 3001 !important;
}

@media (max-width: 576px) {
  .add-address-personal-info .col-md-6 {
    padding: 0;
  }
}

.iti {
  display: block !important;
}

.select2-container {
  z-index: 3002 !important;
}

.disabled-link {
  pointer-events: none;
}

#modalLogin .modal-confirm-logout h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#modalLogin .modal-confirm-logout h4 + p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

#modalLogin .modal-confirm-logout img {
  height: 200px;
}

*, :after, :before {
  box-sizing: border-box;
}

#modalLogin body, html {
  height: 100%;
}

#modalLogin body {
  font-family: NoirPro, sans-serif;
  font-weight: 400;
  background: #f5f5f5;
  margin: 0;
  color: #262626;
}

#modalLogin input {
  font-family: NoirPro, sans-serif;
  padding: 0 12px;
  font-size: 16px;
}

#modalLogin input::placeholder {
  font-family: NoirPro, sans-serif;
  font-size: 16px;
}

#modalLogin .a-services .a-dropdown-content {
  right: 0;
  min-width: auto;
}

#modalLogin .a-services .a-name-icon {
  display: flex;
  align-items: center;
}

#modalLogin .a-services .a-dropdown-content .a-name-icon {
  width: auto;
  height: auto;
}

#modalLogin .a-languages .a-dropdown-toggle .a-icon {
  margin-right: 8px;
}

#modalLogin .a-languages .a-dropdown-item-disabled {
  cursor: not-allowed;
}

#modalLogin .a-languages .a-dropdown-content .a-dropdown-link {
  display: flex;
}

#modalLogin .a-languages .a-dropdown-content .a-dropdown-link-disabled {
  opacity: 0.7;
}

#modalLogin .a-languages .a-tooltip {
  margin: 0;
  width: 100%;
}

#modalLogin .a-languages .a-tooltip .a-tooltiptext {
  top: 0;
  left: 100%;
  transform: translateX(0);
  bottom: auto;
  text-align: left;
}

#modalLogin .a-languages .a-tooltip .a-tooltiptext span {
  display: block;
  margin-bottom: 3px;
}

#modalLogin .a-languages .a-dropdown-content .a-dropdown-link .a-name-icon {
  margin-right: 8px;
}

#modalLogin .a-dropdown-toggle .a-icon-services {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-size: 22px;
}

#modalLogin .a-dropdown-toggle .a-icon-chevron {
  width: 14px;
  height: 14px;
}

#modalLogin .a-dropdown:hover .a-dropdown-content {
  display: block;
}

#modalLogin .a-dropdown-content .a-dropdown-item {
  transition: all ease 0.2s;
  border-left: 3px solid transparent;
}

#modalLogin .a-dropdown-content .a-dropdown-item:not(.a-dropdown-item-disabled):hover {
  border-left: 3px solid #0080c8;
}

#modalLogin .a-dropdown-content .a-dropdown-item:hover .a-text-link {
  text-decoration: underline;
}

#modalLogin .a-dropdown-content .a-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#modalLogin .a-dropdown-content .a-name {
  color: #212121;
}

#modalLogin .a-dropdown-content .a-dropdown-link {
  padding: 0.75rem 1.15rem;
  color: #545454;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#modalLogin .a-dropdown-content .a-dropdown-link:hover {
  color: #262626;
}

#modalLogin .a-dropdown-content .a-dropdown-link div:first-child {
  display: flex;
  align-items: center;
}

#modalLogin .a-dropdown-content .a-dropdown-link .a-name-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-size: 22px;
}

#modalLogin .tab-label {
  display: inline-flex !important;
}

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

#modalLogin .a-container-login {
  width: 100%;
  max-width: 580px;
  margin: auto;
  /*padding: 0 15px*/
}

#modalLogin .a-tabset-login {
  position: relative;
}

#modalLogin .a-tabset-login > input[type=radio] {
  position: absolute;
  left: -200vw;
}

#modalLogin .a-tabset-login .a-tab-panel-login {
  text-align: center;
  display: none;
}

#modalLogin .a-tabset-login > input:nth-child(1):checked ~ .a-tab-panels-login > .a-tab-panel-login:first-child {
  display: block;
}

#modalLogin .a-tabset-login > input:nth-child(1):not(:checked) ~ .a-tab-panels-login > .a-tab-panel-login:first-child {
  display: none;
}

#modalLogin .a-tabset-login > input:nth-child(3):checked ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(2) {
  display: block;
}

#modalLogin .a-tabset-login > input:nth-child(3):not(:checked) ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(2) {
  display: none;
}

#modalLogin .a-tabset-login > input:nth-child(5):checked ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(3) {
  display: block;
}

#modalLogin .a-tabset-login > input:nth-child(5):not(:checked) ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(3) {
  display: none;
}

#modalLogin .a-tabset-login_auth {
  position: relative;
}

#modalLogin .a-tabset-login_auth > input[type=radio] {
  position: absolute;
  left: -200vw;
}

#modalLogin .a-tabset-login_auth .a-tab-panel-login {
  text-align: center;
  display: none;
}

#modalLogin .a-tabset-login_auth > input:nth-child(1):checked ~ .a-tab-panels-login > .a-tab-panel-login:first-child {
  display: block;
}

#modalLogin .a-tabset-login_auth > input:nth-child(1):not(:checked) ~ .a-tab-panels-login > .a-tab-panel-login:first-child {
  display: none;
}

#modalLogin .a-tabset-login_auth > input:nth-child(3):checked ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(2) {
  display: block;
}

#modalLogin .a-tabset-login_auth > input:nth-child(3):not(:checked) ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(2) {
  display: none;
}

#modalLogin .a-tabset-login_auth > input:nth-child(5):checked ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(3) {
  display: block;
}

#modalLogin .a-tabset-login_auth > input:nth-child(5):not(:checked) ~ .a-tab-panels-login > .a-tab-panel-login:nth-child(3) {
  display: none;
}

#tabSignInQR:not(:checked) ~ #contentSignInQR {
  display: none;
}

#modalLogin .a-tab-panels-login {
  /*padding: 30px;*/
  /*background: #fff;*/
  /*border: 1px solid #f8f8f8;*/
  /*border-radius: 5px;*/
  /*box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03)*/
}

#modalLogin .a-tab-heading + form {
  margin-top: 20px;
}

#modalLogin .a-tab-panel-login .a-tab-heading {
  font-size: 20px;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#modalLogin .a-tab-panel-login .a-tab-heading + .a-qr {
  margin-top: 0;
}

#modalLogin .a-tabset-login #btnSignUp {
  position: absolute;
  top: 0;
  right: 0;
  background: #34c46f;
  color: #fff;
  margin-right: 0;
}

#modalLogin .a-tabset-login > label {
  position: relative;
  background: #ddd;
  color: #242424;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: all ease 0.2s;
  height: 46px;
  margin-right: 8px;
}

#modalLogin .a-tabset-login > label > div {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

#modalLogin .a-tabset-login > label svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

#modalLogin .a-tabset-login > input:focus + label, .a-tabset-login > label:hover {
  background: #038fde;
  color: #fff;
  transition: all ease 0.2s;
}

#modalLogin .a-tabset-login > input:checked + label::after, .a-tabset-login > input:focus + label::after, .a-tabset-login > label:hover::after {
  color: #fff;
  background: #038fde;
}

#modalLogin .a-tabset-login > input:checked + label {
  color: #fff;
  background: #038fde;
}

#modalLogin .a-tabset-login_auth #btnSignUp {
  position: absolute;
  top: 0;
  right: 0;
  background: #34c46f;
  color: #fff;
  margin-right: 0;
}

#modalLogin .a-tabset-login_auth > label {
  position: relative;
  background: #ddd;
  color: #242424;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
  transition: all ease 0.2s;
  height: 46px;
  margin-right: 8px;
}

#modalLogin .a-tabset-login_auth > label > div {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

#modalLogin .a-tabset-login_auth > label svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

#modalLogin .a-tabset-login_auth > input:focus + label, .a-tabset-login_auth > label:hover {
  background: #038fde;
  color: #fff;
  transition: all ease 0.2s;
}

#modalLogin .a-tabset-login_auth > input:checked + label::after, .a-tabset-login_auth > input:focus + label::after, .a-tabset-login_auth > label:hover::after {
  color: #fff;
  background: #038fde;
}

#modalLogin .a-tabset-login_auth > input:checked + label {
  color: #fff;
  background: #038fde;
}

#modalLogin .a-qr {
  position: relative;
}

#modalLogin .a-qr img {
  max-width: 230px;
  width: 100%;
  position: relative;
}

#modalLogin .a-qr-generate {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #038fde;
  cursor: pointer;
  text-decoration: none;
  transition: all ease 0.2s;
}

#modalLogin .a-qr-generate:hover {
  transition: all ease 0.2s;
}

#modalLogin .a-qr-generate svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  transition: all ease 0.2s;
}

#modalLogin .a-qr-generate:hover svg {
  transform: rotate(90deg);
  transition: all ease 0.2s;
}

#qrLoginExpired, #qrRegistrationExpired {
  visibility: hidden;
  position: absolute;
  background-color: black;
  color: white;
  opacity: 0.85;
  width: 305px;
  height: 305px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#qrExpiredLabel {
  margin-top: 40%;
}

#modalLogin .a-btn {
  font-family: NoirPro, sans-serif;
  background: #ddd;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: all ease 0.2s;
}

#modalLogin .a-btn svg {
  width: 22px;
  height: 22px;
  color: #242424;
  margin-right: 4px;
}

#modalLogin .a-btn-primary {
  color: #fff;
  background: #038fde;
}

#modalLogin .a-btn-primary:hover {
  background: #0080c8;
}

#modalLogin .a-btn-primary svg {
  fill: #fff;
}

#modalLogin .a-btn-secondary svg {
  fill: #262626;
}

#contentAuthSignIn .a-btn {
  width: 100%;
}

#modalLogin .a-collapse-open:checked ~ .a-collapse-painel {
  max-height: 100%;
  opacity: 100;
  visibility: visible;
  margin-bottom: 15px;
}

#modalLogin .a-collapse-open ~ .a-collapse-btn:after {
  content: "‹";
  transform: rotate(-90deg);
  position: relative;
  left: 5px;
  top: 0;
}

#modalLogin .a-collapse-open:checked ~ .a-collapse-btn:after {
  content: "›";
  transform: rotate(270deg);
}

#modalLogin .a-collapse-list .collapse-inner {
  padding: 10px;
}

#modalLogin .a-collapse-list .a-collapse-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #34c46f;
  color: #fff;
}

#modalLogin .a-collapse-list .a-collapse-btn svg {
  fill: #fff !important;
}

#modalLogin .a-collapse-list .a-collapse-btn:hover {
  background: #22b45e;
}

#modalLogin .a-tab-panels-login .a-tabset-login > label {
  margin: 0;
  max-width: 49%;
  width: 100%;
  background: 0 0;
  border-radius: 0;
  border-bottom: 3px solid #eee;
  transition: all ease 0.2s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#modalLogin .a-tab-panels-login .a-tabset-login > label:hover {
  color: #038fde;
  transition: all ease 0.2s;
  border-color: #038fde;
}

#modalLogin .a-tab-panels-login .a-tabset-login > label:hover svg {
  fill: #038fde;
  transition: all ease 0.2s;
}

#modalLogin .a-tab-panels-login .a-tabset-login > label > div {
  background: 0 0;
  padding: 0;
}

#modalLogin .a-tab-panels-login .a-tabset-login > input:checked + label {
  border-bottom: 3px solid #038fde;
  color: #038fde;
  background: rgba(3, 143, 222, 0.05);
}

#modalLogin .a-tab-panels-login .a-tabset-login > input:checked + label svg {
  fill: #038fde;
}

#modalLogin .a-tab-panels-login .a-tabset-login_auth > label {
  margin: 0;
  max-width: 32.5%;
  width: 100%;
  background: 0 0;
  border-radius: 0;
  border-bottom: 3px solid #eee;
  transition: all ease 0.2s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0;
}

#modalLogin .a-tab-panels-login .a-tabset-login_auth > label:hover {
  color: #038fde;
  transition: all ease 0.2s;
  border-color: #038fde;
}

#modalLogin .a-tab-panels-login .a-tabset-login_auth > label:hover svg {
  fill: #038fde;
  transition: all ease 0.2s;
}

#modalLogin .a-tab-panels-login .a-tabset-login_auth > label > div {
  background: 0 0;
  padding: 0;
}

#modalLogin .a-tab-panels-login .a-tabset-login_auth > input:checked + label {
  border-bottom: 3px solid #038fde;
  color: #038fde;
  background: rgba(3, 143, 222, 0.05);
}

#modalLogin .a-tab-panels-login .a-tabset-login_auth > input:checked + label svg {
  fill: #038fde;
}

#modalLogin .a-tab-panels-login .a-tab-panels-login {
  margin-top: 20px;
}

#modalLogin .a-collapse-painel .a-heading {
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  border-left: 4px solid #038fde;
  padding-left: 10px;
}

#modalLogin .a-collapse-painel .a-heading ~ p {
  margin-top: 0;
  color: #777;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 15px;
}

#modalLogin .a-tooltip .a-tooltiptext {
  visibility: hidden;
  background-color: #262626;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  min-width: 160px;
  width: 100%;
  max-width: 220px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#modalLogin .a-tooltip .a-tooltiptext span {
  color: #038fde;
}

#modalLogin .a-tooltip:hover .a-tooltiptext {
  visibility: visible;
}

#modalLogin .a-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#modalLogin .a-column-2 .a-form-group {
  max-width: calc(50% - 10px);
  width: 100%;
}

#modalLogin .a-form-group {
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

#modalLogin .a-form-group label {
  margin-bottom: 5px;
  display: flex;
  font-size: 14px;
}

#modalLogin .a-form-control {
  display: block;
  width: 100%;
  height: 42px;
  font-weight: 400;
  line-height: 1.3;
  color: #545454;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

#modalLogin .a-heading .a-page-subtitle {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
}

#modalLogin .a-main-login {
  margin: 0;
}

@media all and (max-width: 1440px) {
  #modalLogin .a-tabset-login {
    max-width: 480px;
    margin: auto;
  }
  #modalLogin .a-tabset-login_auth {
    max-width: 480px;
    margin: auto;
  }
  #modalLogin .a-tab-panels-login {
    /*padding: 24px*/
  }
  #modalLogin .a-tab-panel-login .a-tab-heading {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-height: 768px) {
  #modalLogin .a-qr img {
    max-width: 300px;
  }
  #modalLogin .a-services .a-dropdown-content .a-icon {
    font-size: 20px;
  }
}
@media all and (max-height: 576px) {
  #modalLogin .a-qr img {
    max-width: 250px;
  }
}
@media all and (max-width: 1192px) {
  #modalLogin .a-btn {
    padding: 10px 16px;
  }
}
@media all and (max-width: 992px) {
  #modalLogin .a-languages .a-tooltip .a-tooltiptext {
    left: -100%;
    transform: translateX(-4px);
  }
}
@media all and (max-width: 600px) {
  #modalLogin .a-tab-panel-login .a-tab-heading {
    max-width: 100%;
  }
  #modalLogin .a-servcies .a-dropdown-content .a-dropdown-link .a-name-icon {
    margin-right: 5px;
  }
  #modalLogin .a-services .a-dropdown-content .a-icon {
    font-size: 20px;
  }
  #modalLogin .a-languages .a-tooltip .a-tooltiptext {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #modalLogin .a-tabset-login_auth .a-tabset-login_auth label > div svg {
    display: none;
  }
}
@media all and (max-width: 456px) {
  #modalLogin .a-tab-panel-login .a-tab-heading {
    font-size: 16px;
    line-height: 1.5;
  }
  #modalLogin .a-heading .a-page-subtitle {
    font-size: 15px;
  }
  #modalLogin .a-tabset-login > label {
    margin-right: 5px;
  }
  #modalLogin .a-tabset-login > label > div {
    padding: 12px 13px;
    height: 44px;
  }
  #modalLogin .a-tabset-login .a-collapse-list .a-collapse-btn {
    top: 0;
    display: inline-flex;
  }
  #modalLogin .a-tabset-login_auth > label {
    margin-right: 5px;
  }
  #modalLogin .a-tabset-login_auth > label > div {
    padding: 12px 13px;
    height: 44px;
  }
  #modalLogin .a-tabset-login_auth .a-collapse-list .a-collapse-btn {
    top: 0;
    display: inline-flex;
  }
  #modalLogin .a-tab-panels-login {
    /*padding: 20px*/
  }
  #modalLogin .a-tabset-login .a-tabset-login label > div {
    font-size: 14px;
    padding: 0 10px;
  }
  /*#modalLogin .a-tabset-login_auth .a-tabset-login_auth label > div {*/
  /*    font-size: 14px;*/
  /*    padding: 0 10px*/
  /*}*/
  #modalLogin .a-column-2 .a-form-group {
    max-width: 100%;
  }
  #modalLogin .a-column:last-child .a-form-group:last-child {
    margin-bottom: 20px;
  }
  #modalLogin .a-form-group {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 400px) {
  #modalLogin .a-tabset-login .a-tabset-login label > div svg {
    display: none;
  }
  #modalLogin .a-collapse-btn span {
    display: none;
  }
  #modalLogin .a-tabset-login_auth > label {
    height: 43px;
    font-size: 14px;
  }
  #modalLogin .a-tab-panels-login .a-tabset-login_auth > label {
    max-width: none;
  }
  #modalLogin .a-tabset-login_auth > label {
    margin-bottom: 0;
  }
  #modalLogin .a-tabset-login_auth > label svg {
    width: 18px;
    height: 18px;
  }
  #modalLogin .a-tabset-login_auth .a-tabset-login_auth label > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media all and (max-width: 340px) {
  #modalLogin .a-tab-panels-login {
    /*padding: 12px*/
  }
  #modalLogin .a-tabset-login > label {
    height: 43px;
    font-size: 14px;
  }
  #modalLogin .a-tab-panels-login .a-tabset-login > label {
    max-width: none;
  }
  #modalLogin .a-tabset-login > label {
    margin-bottom: 0;
  }
  #modalLogin .a-tabset-login > label svg {
    width: 18px;
    height: 18px;
  }
}
.mdi-information:hover {
  color: black;
}

.mdi-information {
  color: #2899E2;
}

/*# sourceMappingURL=styles.css.map */
