/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, ../sass/_normalize.scss */
body {
  margin: 0;
  outline: 0;
}

/* line 12, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 27, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 35, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 40, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 45, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 49, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 54, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 58, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 63, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 67, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 72, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 77, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 81, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 89, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 93, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 97, ../sass/_normalize.scss */
img {
  border: 0;
}

/* line 101, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 105, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 109, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 114, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 118, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 126, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 136, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 140, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 145, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 153, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 158, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 164, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 168, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 174, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 179, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 184, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 190, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 195, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 199, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 203, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 208, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, ../sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, ../sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

/* line 8, ../sass/typography/_headings.scss */
h3 {
  font-size: 1.4em;
}

/* line 1, ../sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, ../sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, ../sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, ../sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, ../sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, ../sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, ../sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, ../sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, ../sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Common Classes
--------------------------------------------------------------*/
/* line 1, ../sass/common/_classes.scss */
.only-desktop {
  display: none;
}

/* line 4, ../sass/common/_classes.scss */
.hide {
  display: none;
}

/* line 7, ../sass/common/_classes.scss */
.item-img-wrapper {
  max-width: 100%;
  overflow: hidden;
}

/* line 11, ../sass/common/_classes.scss */
.fixed.active,
.fixed.mobile-active,
.mobile-fixed.active,
.mobile-fixed.mobile-active {
  position: fixed !important;
  z-index: 99999 !important;
}

@media only screen and (min-width: 992px) {
  /* line 20, ../sass/common/_classes.scss */
  .only-mobile {
    display: none;
  }

  /* line 23, ../sass/common/_classes.scss */
  .only-desktop {
    display: block;
  }

  /* line 26, ../sass/common/_classes.scss */
  .only-desktop.inline {
    display: inline-block;
  }

  /* line 29, ../sass/common/_classes.scss */
  .mobile-fixed.active,
  .mobile-fixed.mobile-active {
    position: relative !important;
  }

  /* line 33, ../sass/common/_classes.scss */
  .fixed.desktop-active,
  .desktop-fixed.active,
  .desktop-fixed.desktop-active {
    position: fixed !important;
    z-index: 99999 !important;
  }
}
/*--------------------------------------------------------------
## Common Elements
--------------------------------------------------------------*/
/* line 1, ../sass/common/_elements.scss */
.social-media ul {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/common/_elements.scss */
.social-media ul,
.social-media ul li {
  list-style: none;
}

/* line 11, ../sass/common/_elements.scss */
.social-media ul li {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 16, ../sass/common/_elements.scss */
.social-media ul li a {
  color: #fff;
}

/* line 20, ../sass/common/_elements.scss */
.social-media ul li a i {
  font-size: 24px;
}

/* line 24, ../sass/common/_elements.scss */
.social-media ul li a img {
  max-width: 100%;
}

/* line 28, ../sass/common/_elements.scss */
.social-media > .row {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  /* line 33, ../sass/common/_elements.scss */
  .only-mobile {
    display: none;
  }

  /* line 36, ../sass/common/_elements.scss */
  .only-desktop {
    display: block;
  }
}
/*--------------------------------------------------------------
## Content Css
--------------------------------------------------------------*/
/* line 2, ../sass/common/_content.scss */
#newsTitleWrapper h1 {
  font-size: 2.5em;
}

/* line 7, ../sass/common/_content.scss */
.list-items .item-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 12, ../sass/common/_content.scss */
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial {
  background: #0facc2;
}
/* line 15, ../sass/common/_content.scss */
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-image,
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-desc,
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-title {
  color: #fff;
}
/* line 20, ../sass/common/_content.scss */
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-desc {
  background-image: url("../images/icons/quote-white.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 40px;
}
/* line 26, ../sass/common/_content.scss */
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-icon .svg svg {
  fill: #0facc2;
}
/* line 29, ../sass/common/_content.scss */
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-title h3 {
  color: #ffff99;
}
/* line 32, ../sass/common/_content.scss */
.list-items .item-wrapper.testimonial-wrapper:hover .testimonial-meta {
  color: #000;
}
/* line 37, ../sass/common/_content.scss */
.list-items .item-wrapper.reference-wrapper {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 43, ../sass/common/_content.scss */
.list-items .item.testimonial {
  background: #f4f6f7;
  border-radius: 10px;
  padding: 20px 15px;
}
/* line 47, ../sass/common/_content.scss */
.list-items .item.testimonial a {
  color: #111;
  text-decoration: none;
}
/* line 52, ../sass/common/_content.scss */
.list-items .item .item-desc {
  text-align: center;
  padding: 5px;
  background: #eee;
  border-bottom: 3px solid #dedede;
  color: #111;
}
/* line 59, ../sass/common/_content.scss */
.list-items .item .testimonial-desc {
  text-align: center;
  padding: 10px 0 50px;
  background-image: url("../images/icons/quote.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 40px;
  background-color: transparent;
  border: 0;
}
/* line 69, ../sass/common/_content.scss */
.list-items .item .testimonial-meta {
  width: 100%;
  text-align: center;
  color: #006699;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 76, ../sass/common/_content.scss */
.list-items .item a {
  text-decoration: none;
}
/* line 81, ../sass/common/_content.scss */
.list-items .item-img-wrapper img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
/* line 86, ../sass/common/_content.scss */
.list-items .item-img-wrapper.testimonial-image {
  text-align: center;
}
/* line 88, ../sass/common/_content.scss */
.list-items .item-img-wrapper.testimonial-image img {
  display: inline-block;
  width: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}
/* line 95, ../sass/common/_content.scss */
.list-items .item-img-wrapper.reference-image {
  text-align: center;
  height: 90px;
}
/* line 98, ../sass/common/_content.scss */
.list-items .item-img-wrapper.reference-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-height: auto;
}
/* line 105, ../sass/common/_content.scss */
.list-items .item-img-wrapper.news-image, .list-items .item-img-wrapper.blog-image, .list-items .item-img-wrapper.photo-gallery-image {
  margin-bottom: 0;
}
/* line 111, ../sass/common/_content.scss */
.list-items .item-title {
  background: #dd3333;
  padding: 5px 0;
}
/* line 114, ../sass/common/_content.scss */
.list-items .item-title h3 {
  font-size: 1.1em;
  color: #fff;
  text-align: center;
}
/* line 119, ../sass/common/_content.scss */
.list-items .item-title.testimonial-title {
  background: transparent;
  margin-bottom: 0;
}
/* line 122, ../sass/common/_content.scss */
.list-items .item-title.testimonial-title h3 {
  color: #dd3333;
  font-weight: bold;
  text-align: center;
}
/* line 128, ../sass/common/_content.scss */
.list-items .item-title.news-title, .list-items .item-title.blog-title, .list-items .item-title.photo-gallery-title {
  padding: 0;
  margin-bottom: 0;
}
/* line 133, ../sass/common/_content.scss */
.list-items .item-title.news-title h3, .list-items .item-title.blog-title h3, .list-items .item-title.photo-gallery-title h3 {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  padding: 10px 5px;
}
/* line 141, ../sass/common/_content.scss */
.list-items .testimonial-icon {
  width: 100%;
  text-align: center;
}
/* line 144, ../sass/common/_content.scss */
.list-items .testimonial-icon .svg {
  display: inline-block;
}
/* line 146, ../sass/common/_content.scss */
.list-items .testimonial-icon .svg svg {
  fill: #f4f6f7;
}
/* line 148, ../sass/common/_content.scss */
.list-items .testimonial-icon .svg svg:not(:root) {
  overflow: hidden;
}

/* line 156, ../sass/common/_content.scss */
.list-items,
.page-content {
  box-shadow: 0 0 3px 0 rgba(40, 40, 40, 0.3);
  background: #fff;
}

/* line 162, ../sass/common/_content.scss */
.list-items,
.page-content,
.sidebar {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 169, ../sass/common/_content.scss */
.page-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 172, ../sass/common/_content.scss */
.page-content .item-title {
  margin-bottom: 15px;
}
/* line 174, ../sass/common/_content.scss */
.page-content .item-title h3 {
  width: 100%;
  color: #dd3333;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: bold;
  padding: 10px 0;
}
/* line 183, ../sass/common/_content.scss */
.page-content .list-items {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}
/* line 189, ../sass/common/_content.scss */
.page-content .list-items .item {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 193, ../sass/common/_content.scss */
.page-content .list-items .item-title {
  margin-bottom: 0;
  padding: 0;
}
/* line 196, ../sass/common/_content.scss */
.page-content .list-items .item-title h3 {
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 10px 5px;
  color: #fff;
}
/* line 204, ../sass/common/_content.scss */
.page-content .testimonial-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 209, ../sass/common/_content.scss */
.page-content .reference-image {
  text-align: center;
}
/* line 212, ../sass/common/_content.scss */
.page-content .testimonial-title {
  margin-bottom: 10px;
}
/* line 214, ../sass/common/_content.scss */
.page-content .testimonial-title h3 {
  color: #dd3333;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 220, ../sass/common/_content.scss */
.page-content .testimonial-meta {
  width: 100%;
  text-align: center;
  color: #006699;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 226, ../sass/common/_content.scss */
.page-content .testimonial-meta a {
  color: #006699;
  text-decoration: underline;
}
/* line 231, ../sass/common/_content.scss */
.page-content .testimonial-desc {
  padding: 15px 0 30px;
  background-image: url("../images/icons/quote.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 40px;
}
/* line 238, ../sass/common/_content.scss */
.page-content .news-title,
.page-content .blog-title,
.page-content .photo-gallery-title {
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 246, ../sass/common/_content.scss */
.page-content .news-title h3,
.page-content .blog-title h3,
.page-content .photo-gallery-title h3 {
  font-size: 2.3em;
  line-height: 1.1em;
  color: #dd3333;
}
/* line 252, ../sass/common/_content.scss */
.page-content .news-image,
.page-content .blog-image,
.page-content .photo-gallery-image {
  text-align: center;
  margin-bottom: 15px;
}
/* line 257, ../sass/common/_content.scss */
.page-content .news-image img,
.page-content .blog-image img,
.page-content .photo-gallery-image img {
  max-width: 100%;
  height: auto;
}
/* line 262, ../sass/common/_content.scss */
.page-content .news-desc,
.page-content .blog-desc {
  text-align: left;
}
/* line 266, ../sass/common/_content.scss */
.page-content .photo-gallery {
  margin-bottom: 20px;
}
/* line 269, ../sass/common/_content.scss */
.page-content .align-left {
  text-align: left !important;
}
/* line 272, ../sass/common/_content.scss */
.page-content .custom-content-image {
  margin-bottom: 15px;
}
/* line 274, ../sass/common/_content.scss */
.page-content .custom-content-image img {
  width: 100%;
  height: auto;
}

/* line 282, ../sass/common/_content.scss */
.layout-boxed .list-items,
.layout-boxed .page-content {
  background: transparent;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  /* line 293, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .item-img-wrapper {
    height: 110px;
  }
  /* line 298, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .item-img-wrapper {
    height: 130px;
  }
  /* line 303, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .item-img-wrapper {
    height: 180px;
  }
  /* line 306, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .reference-image {
    height: 90px;
  }
  /* line 311, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .item-img-wrapper {
    text-align: center;
  }
  /* line 313, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .item-img-wrapper img {
    width: auto;
  }
  /* line 317, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-image {
    float: left;
    width: 50%;
  }
  /* line 320, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-image img {
    width: 60%;
  }
  /* line 325, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .reference-image img {
    width: auto;
  }
  /* line 329, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-desc-wrapper {
    float: left;
    width: 50%;
  }
  /* line 334, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-title h3 {
    text-align: left;
  }
  /* line 338, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-meta {
    text-align: left;
  }
  /* line 341, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-desc {
    text-align: left;
  }
  /* line 345, ../sass/common/_content.scss */
  .list-items.col-12 .item-img-wrapper.testimonial-image {
    height: auto;
  }

  /* line 353, ../sass/common/_content.scss */
  .page-content .testimonial-title h3 {
    text-align: left;
  }
  /* line 357, ../sass/common/_content.scss */
  .page-content .testimonial-meta {
    text-align: left;
  }
  /* line 360, ../sass/common/_content.scss */
  .page-content .testimonial-desc {
    background-position: bottom left;
  }

  /* line 366, ../sass/common/_content.scss */
  .layout-boxed .list-items,
  .layout-boxed .page-content {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 375, ../sass/common/_content.scss */
  .list-items .col-md-6 .item-img-wrapper {
    height: 400px;
  }
  /* line 379, ../sass/common/_content.scss */
  .list-items.col-12.col-md-8 .col-md-3 .item-img-wrapper {
    height: 120px;
  }
  /* line 382, ../sass/common/_content.scss */
  .list-items.col-12.col-md-8 .col-md-4 .item-img-wrapper {
    height: 160px;
  }
  /* line 385, ../sass/common/_content.scss */
  .list-items.col-12.col-md-8 .col-md-6 .item-img-wrapper {
    height: 220px;
  }
  /* line 391, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .item-img-wrapper {
    height: 200px;
  }
  /* line 394, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .reference-image {
    height: 100px;
  }
  /* line 400, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .news-image img,
  .list-items.col-12 .col-md-3 .blog-image img,
  .list-items.col-12 .col-md-3 .photo-gallery-image img {
    width: 100%;
    min-height: 100%;
  }
  /* line 407, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .item-img-wrapper {
    height: 175px;
  }
  /* line 410, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .reference-image {
    height: 100px;
  }
  /* line 416, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .news-image img,
  .list-items.col-12 .col-md-4 .blog-image img,
  .list-items.col-12 .col-md-4 .photo-gallery-image img {
    width: 100%;
    min-height: 100%;
  }
  /* line 423, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .item-img-wrapper {
    height: 250px;
  }
  /* line 426, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .reference-image {
    height: 90px;
  }
  /* line 429, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .news-image,
  .list-items.col-12 .col-md-6 .blog-image,
  .list-items.col-12 .col-md-6 .photo-gallery-image {
    height: 220px;
  }
  /* line 433, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .news-image img,
  .list-items.col-12 .col-md-6 .blog-image img,
  .list-items.col-12 .col-md-6 .photo-gallery-image img {
    width: 100%;
    min-height: 100%;
  }
  /* line 440, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-image {
    width: 33.33%;
  }
  /* line 443, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-12 .testimonial-desc-wrapper {
    width: 66.66%;
  }
  /* line 448, ../sass/common/_content.scss */
  .list-items.col-12 .col-lg-3 .item-img-wrapper {
    height: 130px;
  }
  /* line 453, ../sass/common/_content.scss */
  .list-items.col-12 .col-lg-4 .news-image,
  .list-items.col-12 .col-lg-4 .blog-image,
  .list-items.col-12 .col-lg-4 .photo-gallery-image {
    height: 170px;
  }
  /* line 459, ../sass/common/_content.scss */
  .list-items.col-12 .item-img-wrapper.testimonial-image {
    height: auto;
  }
  /* line 462, ../sass/common/_content.scss */
  .list-items.col-12 .news-image,
  .list-items.col-12 .blog-image,
  .list-items.col-12 .photo-gallery-image {
    text-align: center;
  }
  /* line 466, ../sass/common/_content.scss */
  .list-items.col-12 .news-image img,
  .list-items.col-12 .blog-image img,
  .list-items.col-12 .photo-gallery-image img {
    width: auto;
    max-width: 100%;
    min-height: auto;
  }
  /* line 474, ../sass/common/_content.scss */
  .list-items .item-wrapper.reference-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* line 482, ../sass/common/_content.scss */
  .page-content .item-title h3 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 493, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .item-img-wrapper {
    height: 200px;
  }
  /* line 496, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .reference-image {
    height: 100px;
  }
  /* line 502, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-3 .news-image img,
  .list-items.col-12 .col-md-3 .blog-image img,
  .list-items.col-12 .col-md-3 .photo-gallery-image img {
    width: 100%;
    min-height: 100%;
  }
  /* line 509, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .item-img-wrapper {
    height: 200px;
  }
  /* line 512, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .reference-image {
    height: 100px;
  }
  /* line 518, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-4 .news-image img,
  .list-items.col-12 .col-md-4 .blog-image img,
  .list-items.col-12 .col-md-4 .photo-gallery-image img {
    width: 100%;
    min-height: 100%;
  }
  /* line 525, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .item-img-wrapper {
    height: 280px;
  }
  /* line 528, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .reference-image {
    height: 100px;
  }
  /* line 534, ../sass/common/_content.scss */
  .list-items.col-12 .col-md-6 .news-image img,
  .list-items.col-12 .col-md-6 .blog-image img,
  .list-items.col-12 .col-md-6 .photo-gallery-image img {
    width: 100%;
    min-height: 100%;
  }
  /* line 541, ../sass/common/_content.scss */
  .list-items.col-12 .col-lg-3 .item-img-wrapper {
    height: 150px;
  }
  /* line 546, ../sass/common/_content.scss */
  .list-items.col-12 .col-lg-4 .item-img-wrapper,
  .list-items.col-12 .col-lg-4 .news-image,
  .list-items.col-12 .col-lg-4 .blog-image,
  .list-items.col-12 .col-lg-4 .photo-gallery-image {
    height: 200px;
  }
  /* line 554, ../sass/common/_content.scss */
  .list-items.col-12 .col-xl-2 .item-img-wrapper {
    height: 160px;
  }
  /* line 557, ../sass/common/_content.scss */
  .list-items.col-12 .col-xl-2 .reference-image {
    height: 80px;
  }
  /* line 562, ../sass/common/_content.scss */
  .list-items.col-12 .col-xl-3 .news-image,
  .list-items.col-12 .col-xl-3 .blog-image,
  .list-items.col-12 .col-xl-3 .photo-gallery-image {
    height: 150px;
  }
  /* line 568, ../sass/common/_content.scss */
  .list-items.col-12 .item-img-wrapper.testimonial-image {
    height: auto;
  }
  /* line 573, ../sass/common/_content.scss */
  .list-items .item-wrapper.reference-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* line 581, ../sass/common/_content.scss */
  .page-content .item-title h3 {
    font-size: 2.1em;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 1, ../sass/layout/_page.scss */
body {
  background: #ddd;
}

/* line 4, ../sass/layout/_page.scss */
#main {
  background: #eee;
}

/* line 7, ../sass/layout/_page.scss */
#pageContainer {
  overflow: hidden !important;
}

/* line 10, ../sass/layout/_page.scss */
.layout-boxed {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(40, 40, 40, 0.5);
}
/* line 15, ../sass/layout/_page.scss */
.layout-boxed #main {
  background: transparent;
}

/* line 19, ../sass/layout/_page.scss */
.page-title-wrapper {
  background-color: #0facc2;
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
}

/* line 25, ../sass/layout/_page.scss */
.page-title-wrapper h1 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 1px #000;
}

/* line 34, ../sass/layout/_page.scss */
.content-wrapper,
.sidebar .widget {
  box-shadow: 0 0 3px 0 rgba(40, 40, 40, 0.3) !important;
  background: #fff !important;
}

@media only screen and (min-width: 768px) {
  /* line 41, ../sass/layout/_page.scss */
  .page-title-wrapper h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 47, ../sass/layout/_page.scss */
  .page-title-wrapper h1 {
    font-size: 2.8em;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 53, ../sass/layout/_page.scss */
  .page-title-wrapper h1 {
    font-size: 3.5em;
  }

  /* line 56, ../sass/layout/_page.scss */
  .layout-boxed {
    margin: 20px auto;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Social Media Icon List
--------------------------------------------------------------*/
/* line 5, ../sass/elements/_elements.scss */
.social-media ul {
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/elements/_elements.scss */
.social-media ul,
.social-media ul li {
  list-style: none;
}

/* line 15, ../sass/elements/_elements.scss */
.social-media ul li {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 20, ../sass/elements/_elements.scss */
.social-media ul li a {
  color: #fff;
}

/* line 24, ../sass/elements/_elements.scss */
.social-media ul li a i {
  font-size: 20px;
}

/* line 28, ../sass/elements/_elements.scss */
.social-media ul li a img {
  max-width: 100%;
}

/* line 32, ../sass/elements/_elements.scss */
.social-media > .row {
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, ../sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
/* line 14, ../sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, ../sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 1, ../sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
/* line 22, ../sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, ../sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, ../sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, ../sass/navigation/_links.scss */
a {
  color: royalblue;
}
/* line 4, ../sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 7, ../sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 12, ../sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, ../sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, ../sass/navigation/_menus.scss */
#logoBar .navbar-toggler {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  width: 36px;
  height: 30px;
  text-indent: 100%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: transparent;
  padding: 0;
}
/* line 16, ../sass/navigation/_menus.scss */
#logoBar .navbar-toggler span {
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  background: #99a9b5;
}
/* line 22, ../sass/navigation/_menus.scss */
#logoBar .navbar-toggler span.menu-line-1 {
  top: 3px;
}
/* line 25, ../sass/navigation/_menus.scss */
#logoBar .navbar-toggler span.menu-line-2 {
  top: 13px;
}
/* line 28, ../sass/navigation/_menus.scss */
#logoBar .navbar-toggler span.menu-line-3 {
  top: 23px;
}

/* line 44, ../sass/navigation/_menus.scss */
.navbar ul.navbar-nav li a.nav-link {
  padding-left: 10px;
  padding-right: 10px;
  color: #111;
}
/* line 51, ../sass/navigation/_menus.scss */
.navbar ul.navbar-nav li.active a.nav-link {
  color: #f00;
  font-weight: bold;
}

/* line 63, ../sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 68, ../sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 73, ../sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 992px) {
  /* line 81, ../sass/navigation/_menus.scss */
  .navbar {
    background: #fff;
    padding: 0;
  }
  /* line 84, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav {
    margin: 0;
  }
  /* line 86, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav ul.dropdown-menu {
    border: 0;
  }
  /* line 88, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav ul.dropdown-menu li {
    border-bottom: 0;
  }
  /* line 90, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav ul.dropdown-menu li a {
    padding-left: 60px;
  }
  /* line 105, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav li {
    border-bottom: 1px solid #dfe5e8;
  }
  /* line 107, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav li a {
    cursor: pointer;
  }
  /* line 109, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav li a.nav-link {
    background: #f4f6f7;
    padding: 10px 30px;
    color: #111;
  }
  /* line 116, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav li:first-child a.nav-link {
    border-top: 1px solid #dfe5e8;
  }
  /* line 121, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav li:last-child a.nav-link {
    border-bottom: 3px solid #ccc;
  }
  /* line 126, ../sass/navigation/_menus.scss */
  .navbar ul.navbar-nav li.active a.nav-link {
    background: #fff;
    border-left: 5px solid #0f834d;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  /* line 152, ../sass/navigation/_menus.scss */
  #logoBar .navbar-toggler {
    display: none;
  }

  /* line 155, ../sass/navigation/_menus.scss */
  .navbar {
    padding: 0;
  }

  /* line 158, ../sass/navigation/_menus.scss */
  .nav-link {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, ../sass/modules/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/* line 14, ../sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 36, ../sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, ../sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, ../sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, ../sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, ../sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, ../sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, ../sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, ../sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, ../sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, ../sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 9, ../sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 13, ../sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, ../sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, ../sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, ../sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, ../sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, ../sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, ../sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, ../sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, ../sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, ../sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, ../sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, ../sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, ../sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 13, ../sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 19, ../sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* line 1, ../sass/sections/_topbar.scss */
#topBar {
  width: 100%;
  background: #f00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  min-height: 30px;
}
/* line 9, ../sass/sections/_topbar.scss */
#topBar.fixed.active, #topBar.mobile-fixed.active, #topBar.desktop-fixed.active {
  top: 0;
}

/* line 15, ../sass/sections/_topbar.scss */
#topBarContacts {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
/* line 21, ../sass/sections/_topbar.scss */
#topBarContacts a {
  color: #fff;
  display: inline-block;
}
/* line 25, ../sass/sections/_topbar.scss */
#topBarContacts .contact-icon {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 28, ../sass/sections/_topbar.scss */
#topBarContacts .contact-icon .fa-whatsapp {
  font-size: 28px;
  vertical-align: -2px;
}
/* line 32, ../sass/sections/_topbar.scss */
#topBarContacts .contact-icon img {
  width: 40px;
  height: 40px;
}

/* line 38, ../sass/sections/_topbar.scss */
.topbar-contact {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 42, ../sass/sections/_topbar.scss */
#topBarNav ul.navbar-nav {
  flex-direction: row;
  margin: 0;
}

/* line 46, ../sass/sections/_topbar.scss */
#topBarNav ul.navbar-nav li a {
  color: #fff;
  padding: 5px 10px;
  font-size: .9em;
}

/* line 51, ../sass/sections/_topbar.scss */
#topBarSocials {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  /* line 57, ../sass/sections/_topbar.scss */
  #topBarContacts,
  #topBarContacts .contact-icon {
    margin-bottom: 0;
  }

  /* line 61, ../sass/sections/_topbar.scss */
  .topbar-contact {
    text-align: left;
  }
}
/* line 1, ../sass/sections/_header.scss */
#header {
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  top: 0;
}

/* line 11, ../sass/sections/_header.scss */
#navBar {
  padding: 0;
}

@media screen and (max-width: 992px) {
  /* line 16, ../sass/sections/_header.scss */
  #navBar {
    position: absolute;
    z-index: 9999;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 24, ../sass/sections/_header.scss */
  #navBar {
    left: auto;
    top: auto !important;
  }
}
/* line 1, ../sass/sections/_footer-widget-area.scss */
#footerWidgetArea {
  background: #181828;
  padding: 10px 0;
}

/* line 6, ../sass/sections/_footer-widget-area.scss */
#footerWidgetArea .widget-title {
  display: block;
  width: 100%;
  color: #ff0;
  font-size: 1.2em;
  text-align: center;
}

/* line 14, ../sass/sections/_footer-widget-area.scss */
#footerWidgetArea .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 20, ../sass/sections/_footer-widget-area.scss */
#footerWidgetArea .widget ul li a {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  /* line 25, ../sass/sections/_footer-widget-area.scss */
  #footerWidgetArea .widget {
    margin: 0;
  }
}
/* line 1, ../sass/sections/_footer.scss */
#footer {
  padding: 10px 0;
  background: #dd3333;
}

/* line 6, ../sass/sections/_footer.scss */
#footer .footer-part {
  margin-bottom: 15px;
}

/* line 10, ../sass/sections/_footer.scss */
#footerCopyright p {
  color: #fff;
  margin: 0;
  padding: 5px;
}

/* line 16, ../sass/sections/_footer.scss */
#footerNav ul.navbar-nav {
  flex-direction: row;
  margin: 0;
}

/* line 21, ../sass/sections/_footer.scss */
#footerNav ul.navbar-nav li a {
  color: #fff;
  padding: 5px 10px;
  font-size: .9em;
}

@media only screen and (min-width: 992px) {
  /* line 28, ../sass/sections/_footer.scss */
  #footer .footer-part {
    margin: 0;
  }
}
/* line 1, ../sass/sections/_bottombar.scss */
#bottomBar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #181818;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  min-height: 30px;
}
/* line 11, ../sass/sections/_bottombar.scss */
#bottomBar.fixed.active, #bottomBar.mobile-fixed.active, #bottomBar.desktop-fixed.active {
  bottom: 0;
}

/* line 17, ../sass/sections/_bottombar.scss */
#bottomBarContacts {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
/* line 23, ../sass/sections/_bottombar.scss */
#bottomBarContacts a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
/* line 28, ../sass/sections/_bottombar.scss */
#bottomBarContacts .contact-icon {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 31, ../sass/sections/_bottombar.scss */
#bottomBarContacts .contact-icon .fa-whatsapp {
  font-size: 28px;
  vertical-align: -2px;
}
/* line 35, ../sass/sections/_bottombar.scss */
#bottomBarContacts .contact-icon img {
  width: 40px;
  height: 40px;
}

/* line 41, ../sass/sections/_bottombar.scss */
.bottombar-contact {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  /* line 47, ../sass/sections/_bottombar.scss */
  #bottomBarContacts,
  #bottomBarContacts .contact-icon {
    margin-bottom: 0;
  }

  /* line 51, ../sass/sections/_bottombar.scss */
  .bottombar-contact {
    text-align: left;
  }
}
