@charset "UTF-8";
/* line 28, sass/_variables.scss */
.title__blue {
  font-size: 19px;
  font-weight: bold !important;
  color: #58abcb;
}

.title__grey {
  font-size: 16px;
  font-weight: bold !important;
  color: #6c6c6c;
  line-height: 1.5;
}




/* line 34, sass/_variables.scss */
.tff_bold {
  font-weight: bold;
}

/* line 37, sass/_variables.scss */
.tff_blue {
  color: #58abcb;
}

/* line 40, sass/_variables.scss */
.tff_italic {
  font-style: italic;
}

.text__blue{
  color: #58abcb;
  font-size: 14px;
  font-weight: 600;
}

.list__blue{
  list-style: circle;
  color: #58abcd;
  margin-left: 20px;
}
.list__blue li{
  margin: 5px auto;
}

@media screen and (max-width: 767px){
  #profesionales{
    padding-top: 130px;
  }
}

.certificated {
    width: 190px;
    /*height: 100px;*/
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    z-index: 9;
}
.certificated img{
    width: 100%;
}

.menu_lat a{
  cursor: pointer;
}
.post-categories a,
.category_link{
  padding: 3px 12px;
  background: #efefef;
  font-size: 12px;
  border-radius: 15px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 9px;
}

.box-news small{
  color: #999;
}

.box-news {
  box-shadow: 0px 0 3px rgba(130,130,130,0);
  padding: 10px;
  position: relative;
  padding-top: 210px;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.box-news:hover{
  box-shadow: 0px 4px 6px rgba(130,130,130,.4);
  transform: translateY(-15px);
  padding-top: 220px;
}

.box-news a.img-news{
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.box-news .img-news{
  height: 200px !important;
}

.box-news:hover .img-news{
  height: 220px;
  box-shadow: 0 4px 6px rgba(0,0,0,.5);
}

/*/////*/
/*
.widget_categories li a{
  font-size: 13px;
}*/


/*-------------------------------------------------------*/
/* Table of Content

1. General
2. Typography
3. Navigation
4. Layout
5. Blog
6. Portfolio
7. Shortcodes
8. Footer
9. Responsive

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
/* line 21, sass/_general.scss */
.clearfix {
  *zoom: 1;
}
/* line 24, sass/_general.scss */
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 30, sass/_general.scss */
.clearfix:after {
  clear: both;
}

/* line 35, sass/_general.scss */
.clear {
  clear: both;
}

/* line 36, sass/_general.scss */
.oh {
  overflow: hidden;
}

/* line 37, sass/_general.scss */
.ov {
  overflow: visible;
}

/* line 38, sass/_general.scss */
.relative {
  position: relative;
}

/* line 40, sass/_general.scss */
.section-wrap {
  padding: 140px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}

/* line 47, sass/_general.scss */
.section-wrap-lg {
  padding: 150px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  /* line 47, sass/_general.scss */
  .section-wrap-lg {
    padding: 100px 0;
  }
}

/* line 58, sass/_general.scss */
.section-wrap-md {
  padding: 120px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}

/* line 65, sass/_general.scss */
.section-wrap-sm {
  padding: 100px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}

/* line 72, sass/_general.scss */
.main-container {
  margin: auto;
}

@media (min-width: 1600px) {
  /* line 77, sass/_general.scss */
  .grid-1440 .main-container,
  .grid-1440 .container,
  .grid-1440 .rev_slider_wrapper.container {
    width: 1440px;
  }
}
@media (min-width: 1200px) {
  /* line 85, sass/_general.scss */
  .rev_slider_wrapper.container {
    width: 1170px;
  }
}
/* line 90, sass/_general.scss */
.mobile section {
  background-attachment: scroll !important;
}

/* line 91, sass/_general.scss */
.bg-dark {
  background-color: #171717;
}

/* line 92, sass/_general.scss */
.bg-darkblue {
  background-color: #152332;
}

/* line 93, sass/_general.scss */
.bg-light {
  background-color: #f7f7f7;
}

/* line 94, sass/_general.scss */
.bg-light-blue {
  background-color: #f9fbfc;
}

/* line 95, sass/_general.scss */
.bg-white {
  background-color: #fff;
}

/* line 96, sass/_general.scss */
.bg-color {
  background-color: #1abcb0;
}

/* line 97, sass/_general.scss */
.white {
  color: #fff;
}

/* line 98, sass/_general.scss */
.static {
  position: static;
}

/* line 99, sass/_general.scss */
.block {
  display: block;
}

/* line 100, sass/_general.scss */
.left {
  float: left;
}

/* line 101, sass/_general.scss */
.right {
  float: right;
}

/* line 102, sass/_general.scss */
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 103, sass/_general.scss */
.container-fluid.semi-fluid {
  padding: 0 50px;
}

/* line 104, sass/_general.scss */
.img-fw {
  width: 100%;
}

/* line 105, sass/_general.scss */
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* line 106, sass/_general.scss */
.last {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  /* line 107, sass/_general.scss */
  .md-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 108, sass/_general.scss */
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 109, sass/_general.scss */
  .xs-text-center {
    text-align: center;
  }
}
/* line 110, sass/_general.scss */
img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

/* line 111, sass/_general.scss */
img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

/* line 112, sass/_general.scss */
.animation-wrap {
  overflow: hidden;
}

/* line 115, sass/_general.scss */
::-moz-selection {
  color: #fff;
  background-color: #1abcb0;
}

/* line 120, sass/_general.scss */
::-webkit-selection {
  color: #fff;
  background-color: #1abcb0;
}

/* line 125, sass/_general.scss */
::selection {
  color: #fff;
  background-color: #1abcb0;
}

/* line 130, sass/_general.scss */
:focus {
  outline: none;
}

/* line 134, sass/_general.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #6c6c6c;
}
/* line 149, sass/_general.scss */
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 160, sass/_general.scss */
video {
  height: 100%;
  width: 100%;
}

/* Preloader
-------------------------------------------------------*/
/* line 169, sass/_general.scss */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

/* line 179, sass/_general.scss */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #1abcb0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 194, sass/_general.scss */
.loader div {
  background-color: #1abcb0;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}
/* line 209, sass/_general.scss */
.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ballPulseDouble {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Scroll Down icon
-------------------------------------------------------*/
/* line 221, sass/_general.scss */
.scroll-down {
  font-size: 16px;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 38px;
  z-index: 50;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -19px;
  border-radius: 50%;
}
/* line 235, sass/_general.scss */
.scroll-down.dark {
  background-color: transparent;
  border: 2px solid #424242;
}
/* line 239, sass/_general.scss */
.scroll-down.dark i {
  color: #424242;
  left: 11px;
}
/* line 245, sass/_general.scss */
.scroll-down.bottom-140 {
  bottom: 140px;
}
@media only screen and (max-width: 767px) {
  /* line 245, sass/_general.scss */
  .scroll-down.bottom-140 {
    bottom: 80px;
  }
}
/* line 253, sass/_general.scss */
.scroll-down a {
  line-height: 38px;
  position: relative;
  z-index: 50;
}
/* line 259, sass/_general.scss */
.scroll-down i {
  color: #fff;
  position: absolute;
  left: 13px;
  top: 10px;
  font-size: 20px;
}

/* line 270, sass/_general.scss */
.row.row-4 {
  margin: 0 -2px;
}

/* line 274, sass/_general.scss */
.row.row-4 > div {
  padding: 0 2px;
}

/* line 278, sass/_general.scss */
.row.row-10 {
  margin: 0 -5px;
}

/* line 282, sass/_general.scss */
.row.row-10 > div {
  padding: 0 5px;
}

/* line 286, sass/_general.scss */
.row.row-12 {
  margin: 0 -6px;
}

/* line 290, sass/_general.scss */
.row.row-12 > div {
  padding: 0 6px;
}

/* line 294, sass/_general.scss */
.row.row-16 {
  margin: 0 -8px;
}

/* line 298, sass/_general.scss */
.row.row-16 > div {
  padding: 0 8px;
}

/* line 302, sass/_general.scss */
.row.row-20 {
  margin: 0 -10px;
}

/* line 306, sass/_general.scss */
.row.row-20 > div {
  padding: 0 10px;
}

/* Row multiple items
-------------------------------------------------------*/
/* line 314, sass/_general.scss */
.items-grid .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

/* line 315, sass/_general.scss */
.items-grid .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

/* line 316, sass/_general.scss */
.items-grid .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

/* line 317, sass/_general.scss */
.items-grid .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

/* line 318, sass/_general.scss */
.items-grid .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  /* line 321, sass/_general.scss */
  .items-grid .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }

  /* line 322, sass/_general.scss */
  .items-grid .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }

  /* line 323, sass/_general.scss */
  .items-grid .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }

  /* line 324, sass/_general.scss */
  .items-grid .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }

  /* line 325, sass/_general.scss */
  .items-grid .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }

  /* line 328, sass/_general.scss */
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }

  /* line 329, sass/_general.scss */
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }

  /* line 330, sass/_general.scss */
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }

  /* line 331, sass/_general.scss */
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }

  /* line 332, sass/_general.scss */
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 992px) {
  /* line 336, sass/_general.scss */
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }

  /* line 337, sass/_general.scss */
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }

  /* line 338, sass/_general.scss */
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }

  /* line 339, sass/_general.scss */
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }

  /* line 340, sass/_general.scss */
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }

  /* line 343, sass/_general.scss */
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: left;
  }

  /* line 344, sass/_general.scss */
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: left;
  }

  /* line 345, sass/_general.scss */
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: left;
  }

  /* line 346, sass/_general.scss */
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: left;
  }

  /* line 347, sass/_general.scss */
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  /* line 351, sass/_general.scss */
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: none;
  }

  /* line 352, sass/_general.scss */
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: none;
  }

  /* line 353, sass/_general.scss */
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: none;
  }

  /* line 354, sass/_general.scss */
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: none;
  }

  /* line 355, sass/_general.scss */
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: none;
  }

  /* line 358, sass/_general.scss */
  .items-grid .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }

  /* line 359, sass/_general.scss */
  .items-grid .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }

  /* line 360, sass/_general.scss */
  .items-grid .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }

  /* line 361, sass/_general.scss */
  .items-grid .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }

  /* line 362, sass/_general.scss */
  .items-grid .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}
/* 5 columns
-------------------------------------------------------*/
/* line 369, sass/_general.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 379, sass/_general.scss */
.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 767px) {
  /* line 385, sass/_general.scss */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 392, sass/_general.scss */
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 399, sass/_general.scss */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* Hover Overlays
-------------------------------------------------------*/
/* line 409, sass/_general.scss */
.hover-overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 420, sass/_general.scss */
.hover-overlay.light {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 425, sass/_general.scss */
.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 430, sass/_general.scss */
[data-overlay="1"] {
  background-color: rgba(25, 25, 25, 0.1);
}

/* line 434, sass/_general.scss */
[data-overlay="2"] {
  background-color: rgba(25, 25, 25, 0.2);
}

/* line 438, sass/_general.scss */
[data-overlay="3"] {
  background-color: rgba(25, 25, 25, 0.3);
}

/* line 442, sass/_general.scss */
[data-overlay="4"] {
  background-color: rgba(25, 25, 25, 0.4);
}

/* line 446, sass/_general.scss */
[data-overlay="5"] {
  background-color: rgba(25, 25, 25, 0.5);
}

/* line 450, sass/_general.scss */
[data-overlay="6"] {
  background-color: rgba(25, 25, 25, 0.6);
}

/* line 454, sass/_general.scss */
[data-overlay="7"] {
  background-color: rgba(25, 25, 25, 0.7);
}

/* line 458, sass/_general.scss */
[data-overlay="8"] {
  background-color: rgba(25, 25, 25, 0.8);
}

/* line 462, sass/_general.scss */
[data-overlay="9"] {
  background-color: rgba(25, 25, 25, 0.9);
}

/* line 466, sass/_general.scss */
[data-overlay="10"] {
  background-color: #191919;
}

/* Hover Scale
-------------------------------------------------------*/
/* line 473, sass/_general.scss */
.hover-scale img {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

/* line 477, sass/_general.scss */
.hover-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* List Items
-------------------------------------------------------*/
/* line 484, sass/_general.scss */
.list-dividers > li {
  position: relative;
  padding: 9px 0;
  border-bottom: 1px solid #eaeaea;
}
/* line 489, sass/_general.scss */
.list-dividers > li:first-child {
  padding-top: 0;
}

/* line 494, sass/_general.scss */
.list-no-dividers > li {
  position: relative;
  padding: 7px 0;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
/* line 6, sass/_typography.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12, sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  color: #424242;
  font-weight: 700;
  line-height: 1.2;
}

/* line 20, sass/_typography.scss */
h1 {
  font-size: 32px;
}

/* line 21, sass/_typography.scss */
h2 {
  font-size: 28px;
}

/* line 22, sass/_typography.scss */
h3 {
  font-size: 24px;
}

/* line 23, sass/_typography.scss */
h4 {
  font-size: 20px;
}

/* line 24, sass/_typography.scss */
h5 {
  font-size: 18px;
}

/* line 25, sass/_typography.scss */
h6 {
  font-size: 16px;
}

/* line 27, sass/_typography.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

/* line 31, sass/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #424242;
  font-size: 85%;
  font-weight: bold;
}

/* line 39, sass/_typography.scss */
.raleway h1, .raleway h2, .raleway h3, .raleway h4, .raleway h5, .raleway h6,
.raleway .navbar-nav > li > a,
.raleway .dropdown-menu li > a,
.raleway .search-wrap .form-control,
.raleway .nav.nav-tabs > li > a,
.raleway .megamenu-item span,
.raleway .portfolio-filter a,
.raleway .intro .lead {
  font-family: "Raleway", sans-serif;
}
/* line 50, sass/_typography.scss */
.raleway .navbar-nav > li > a,
.raleway .dropdown-menu li > a,
.raleway .megamenu-item span {
  font-weight: 700 !important;
}
/* line 56, sass/_typography.scss */
.raleway .statistic .timer {
  font-family: "Open Sans", sans-serif;
}

/* line 63, sass/_typography.scss */
.playfair h1, .playfair h2, .playfair h3, .playfair h4, .playfair h5, .playfair h6,
.playfair .overlay-menu ul li a,
.playfair .footer-widgets .widget-title,
.playfair .work-description h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400 !important;
}
/* line 71, sass/_typography.scss */
.playfair .footer.bg-white .footer-widgets .widget-title {
  font-size: 18px;
  color: #949494;
}

/* line 78, sass/_typography.scss */
.fauna p,
.fauna address,
.fauna .subtitle,
.fauna .work-description > span {
  font-family: "Fauna One", sans-serif;
}

/* line 87, sass/_typography.scss */
.dosis h1, .dosis h2, .dosis h3, .dosis h4, .dosis h5, .dosis h6,
.dosis .navbar-nav > li > a,
.dosis .megamenu-item span,
.dosis .footer-widgets .widget-title,
.dosis .work-description h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
}

/* line 98, sass/_typography.scss */
.poppins .navbar-nav > li > a,
.poppins .dropdown-menu li > a,
.poppins .dropdown-menu .megamenu-wrap ul > li > a,
.poppins .megamenu-item span,
.poppins .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/* line 107, sass/_typography.scss */
.poppins h1, .poppins h2, .poppins h3, .poppins h4, .poppins h5, .poppins h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
}
/* line 113, sass/_typography.scss */
.poppins h2 {
  font-size: 32px;
}

/* line 119, sass/_typography.scss */
.source-sans body,
.source-sans p,
.source-sans h1, .source-sans h2, .source-sans h3, .source-sans h4, .source-sans h5, .source-sans h6,
.source-sans .navbar-nav > li > a,
.source-sans .megamenu-item span,
.source-sans .footer-widgets .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
/* line 129, sass/_typography.scss */
.source-sans p {
  font-size: 16px;
}
/* line 133, sass/_typography.scss */
.source-sans .lead {
  font-size: 18px;
  line-height: 30px;
}
/* line 138, sass/_typography.scss */
.source-sans .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
}
/* line 144, sass/_typography.scss */
.source-sans .newsletter-submit.btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Source Sans Pro", sans-serif;
}
/* line 151, sass/_typography.scss */
.source-sans .btn {
  font-family: "Source Sans Pro", sans-serif;
}
/* line 155, sass/_typography.scss */
.source-sans .btn span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
  top: -1px;
}
/* line 163, sass/_typography.scss */
.source-sans .btn-lg {
  font-size: 19px;
}
/* line 167, sass/_typography.scss */
.source-sans .btn-md {
  font-size: 17px;
}
/* line 171, sass/_typography.scss */
.source-sans .btn-sm {
  font-size: 16px;
}
/* line 175, sass/_typography.scss */
.source-sans .btn i {
  position: relative;
  top: -1px;
}

/* line 183, sass/_typography.scss */
.roboto h1, .roboto h2,
.roboto .navbar-nav > li > a,
.roboto .megamenu-item span,
.roboto .intro-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
/* line 191, sass/_typography.scss */
.roboto h3, .roboto h4, .roboto h5, .roboto h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
/* line 196, sass/_typography.scss */
.roboto .statistic-timer {
  font-family: "Roboto", sans-serif;
}
/* line 200, sass/_typography.scss */
.roboto .navbar-nav > li > a {
  font-weight: 700;
  font-size: 12px;
}
/* line 205, sass/_typography.scss */
.roboto .megamenu-item span {
  font-weight: 700;
}
/* line 209, sass/_typography.scss */
.roboto .dropdown-menu li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
}
/* line 214, sass/_typography.scss */
.roboto .footer-widgets .widget-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 220, sass/_typography.scss */
.roboto .btn {
  text-transform: none;
  font-weight: 400;
}

/* line 226, sass/_typography.scss */
.heading {
  position: relative;
  margin-bottom: 0;
}
/* line 230, sass/_typography.scss */
.heading.large {
  font-size: 42px;
}

/* line 235, sass/_typography.scss */
.heading-row {
  margin-bottom: 70px;
}
/* line 238, sass/_typography.scss */
.heading-row.style-2 {
  margin-bottom: 60px;
}
/* line 242, sass/_typography.scss */
.heading-row .subheading:first-child {
  margin-bottom: 15px;
}

/* line 247, sass/_typography.scss */
.subheading {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 8px;
}
/* line 255, sass/_typography.scss */
.subheading.bottom-line:after {
  margin: 16px auto 0;
}
/* line 259, sass/_typography.scss */
.subheading.style-2 {
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}

/* line 268, sass/_typography.scss */
a {
  text-decoration: none;
  color: #1abcb0;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* line 274, sass/_typography.scss */
a:hover {
  text-decoration: none;
  color: #171717;
  outline: none;
}
/* line 280, sass/_typography.scss */
a:focus {
  color: #1abcb0;
  text-decoration: none;
  outline: none;
}

/* line 287, sass/_typography.scss */
b, strong {
  color: #424242;
}

/* line 288, sass/_typography.scss */
.lead-heading.white strong {
  color: #fff;
}

/* line 292, sass/_typography.scss */
p {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: normal;
  line-height: 24px;
}

/* line 299, sass/_typography.scss */
.list-inline {
  margin: 0;
}

/* line 303, sass/_typography.scss */
.bottom-line:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #1abcb0;
  margin: 22px auto 0;
  z-index: 1;
  position: relative;
}

/* line 313, sass/_typography.scss */
.bottom-line.left-align:after {
  margin: 22px auto 22px 0;
}

/* line 317, sass/_typography.scss */
.bottom-line.grey:after {
  border-color: #e4e4e4;
}

/* line 321, sass/_typography.scss */
.bottom-line.full-grey:after {
  width: 100%;
  border-color: #eaeaea;
  margin-top: 16px;
}

@media (min-width: 768px) {
  /* line 329, sass/_typography.scss */
  .lead {
    font-size: 18px;
  }
}
/* line 334, sass/_typography.scss */
.lead {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

/* line 341, sass/_typography.scss */
p.large {
  font-size: 120%;
  line-height: 1.8;
}

/* line 346, sass/_typography.scss */
.fsz-50 {
  font-size: 50px;
}

/* line 350, sass/_typography.scss */
.fsz-16 {
  font-size: 16px;
}

/* line 354, sass/_typography.scss */
blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none;
}
/* line 359, sass/_typography.scss */
blockquote > p {
  font-size: 18px;
  line-height: 32px;
  font-family: "Noto Serif", serif;
  margin-bottom: 10px !important;
  color: #424242;
  position: relative;
  font-style: italic;
}
/* line 369, sass/_typography.scss */
blockquote > span {
  color: #1abcb0;
  font-size: 13px;
}

/* line 375, sass/_typography.scss */
.blockquote-style-1 {
  padding: 40px;
  background-color: #f7f7f7;
}
/* line 379, sass/_typography.scss */
.blockquote-style-1 span {
  color: #1abcb0;
}

/* line 385, sass/_typography.scss */
.blockquote-style-2 {
  padding: 20px 40px;
  border-left: 2px solid #1abcb0;
}

/* line 390, sass/_typography.scss */
.dropcap {
  font-family: "Montserrat", sans-serif;
}

/* line 394, sass/_typography.scss */
.dropcap.style-1 {
  float: left;
  color: #1abcb0;
  font-size: 47px;
  line-height: 48px;
  padding-right: 10px;
}

/* line 402, sass/_typography.scss */
.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #1abcb0;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 7px 10px 0 0;
}

/* line 414, sass/_typography.scss */
.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #1abcb0;
}

/* line 420, sass/_typography.scss */
.list li {
  line-height: 24px;
  position: relative;
}
/* line 424, sass/_typography.scss */
.list li i {
  line-height: 21px;
}

/* line 429, sass/_typography.scss */
.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 20px;
  color: #6c6c6c;
}

/* line 437, sass/_typography.scss */
.bullets li {
  padding-left: 15px;
}

/* line 441, sass/_typography.scss */
.bullets li:before {
  content: "\2022";
  font-size: 18px;
  position: absolute;
  left: 0;
  color: #1abcb0;
}

/* line 449, sass/_typography.scss */
.arrows i {
  margin-right: 5px;
}

/* line 453, sass/_typography.scss */
.arrows i,
.checks i {
  color: #1abcb0;
}

/* line 458, sass/_typography.scss */
.checks i {
  font-size: 12px;
  margin-right: 7px;
  vertical-align: middle;
}

/* line 464, sass/_typography.scss */
ol.numbers {
  padding-left: 20px;
}

/* line 468, sass/_typography.scss */
.section-columns p {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 6, sass/_navigation.scss */
  .navbar-header {
    float: none;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 6, sass/_navigation.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-nav {
    margin-top: 7.5px;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 6, sass/_navigation.scss */
  .collapse.in {
    display: block !important;
  }

  /* line 6, sass/_navigation.scss */
  .navbar-nav .open .dropdown-menu, .dropdown-trigger.active + .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 8, sass/_navigation.scss */
.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 120;
}

/* line 18, sass/_navigation.scss */
.navigation {
  width: 100%;
  line-height: 0;
}
/* line 22, sass/_navigation.scss */
.navigation.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 27, sass/_navigation.scss */
.navigation.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
/* line 31, sass/_navigation.scss */
.navigation.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 120;
}
/* line 42, sass/_navigation.scss */
.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}
/* line 47, sass/_navigation.scss */
.navigation.sticky .navbar-nav > li > a {
  line-height: 60px;
  color: #424242;
}
/* line 52, sass/_navigation.scss */
.navigation.sticky .nav-right,
.navigation.sticky .nav-social-icons .social-icons a {
  color: #424242;
}
/* line 56, sass/_navigation.scss */
.navigation.sticky .nav-right:hover,
.navigation.sticky .nav-social-icons .social-icons a:hover {
  color: #000 !important;
}
/* line 61, sass/_navigation.scss */
.navigation.sticky .logo-wrap > a {
  height: 60px;
}
/* line 65, sass/_navigation.scss */
.navigation.sticky #nav-icon span {
  background-color: #424242;
}

/* line 71, sass/_navigation.scss */
.navigation-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 74, sass/_navigation.scss */
.navigation-overlay.sticky .logo-wrap > a {
  height: 60px;
}

@media (min-width: 992px) {
  /* line 81, sass/_navigation.scss */
  header.transparent .navbar {
    position: absolute;
    top: 0;
    width: 100%;
  }

  /* line 87, sass/_navigation.scss */
  header.transparent .logo-dark,
  header.transparent .navigation.scrolling .logo,
  header.transparent .navigation-overlay.sticky .logo {
    display: none;
  }

  /* line 93, sass/_navigation.scss */
  header.transparent .navigation.scrolling .logo-dark,
  header.transparent .navigation-overlay.sticky .logo-dark,
  header.transparent .logo,
  header.transparent.dark .logo-dark {
    display: inline-block;
  }
}
/* line 102, sass/_navigation.scss */
.logo-container {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* line 108, sass/_navigation.scss */
.logo-wrap {
  display: table;
  width: 100%;
}
/* line 112, sass/_navigation.scss */
.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

/* line 119, sass/_navigation.scss */
.logo,
.navigation-overlay .logo-wrap > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 124, sass/_navigation.scss */
.logo,
.logo-dark {
  max-height: 45px;
}

/* line 129, sass/_navigation.scss */
.navbar-header {
  padding-right: 15px;
}

/* line 133, sass/_navigation.scss */
.nav-wrap {
  padding: 0 15px;
}

/* line 137, sass/_navigation.scss */
.navbar-nav {
  margin: 0;
  display: inline-block;
  float: none;
}
/* line 142, sass/_navigation.scss */
.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #424242;
  font-size: 13px;
  padding: 0 17px;
  line-height: 100px;
}
/* line 152, sass/_navigation.scss */
.navbar-nav > li > a:hover {
  color: #1abcb0;
}
/* line 157, sass/_navigation.scss */
.navbar-nav > .active > a {
  color: #1abcb0;
}
/* line 161, sass/_navigation.scss */
.navbar-nav > li:last-child > a {
  padding-right: 0;
}

/* line 166, sass/_navigation.scss */
.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-height: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 173, sass/_navigation.scss */
.navbar-collapse.in {
  overflow-x: hidden;
}

/* line 179, sass/_navigation.scss */
header.transparent .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9);
}
/* line 183, sass/_navigation.scss */
header.transparent .navbar-nav > .active > a,
header.transparent .navbar-nav > li > a:hover {
  color: #fff;
}
/* line 188, sass/_navigation.scss */
header.transparent #nav-icon span {
  background-color: #fff;
}
/* line 192, sass/_navigation.scss */
header.transparent #nav-icon:hover span {
  opacity: .85;
}
/* line 196, sass/_navigation.scss */
header.transparent .navigation.scrolling #nav-icon:hover span {
  background-color: #1abcb0;
}
/* line 201, sass/_navigation.scss */
header.transparent.dark .navbar-nav > li > a {
  color: #424242;
}

/* line 207, sass/_navigation.scss */
.navigation.scrolling .navbar-nav > li > a:hover,
.navigation.scrolling .navbar-nav > .active > a,
.navigation.scrolling .navbar-nav > .active > a:focus,
.navigation.scrolling .navbar-nav > .active > a:hover {
  color: #1abcb0;
}

/* line 214, sass/_navigation.scss */
.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #1abcb0;
}

/* line 221, sass/_navigation.scss */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: #eaeaea;
  text-decoration: none;
}

/* line 231, sass/_navigation.scss */
.navbar-nav .dropdown-menu {
  left: 0;
}
/* line 234, sass/_navigation.scss */
.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}

/* line 240, sass/_navigation.scss */
.dropdown-menu {
  min-width: 230px;
  margin: 0;
  padding: 20px 0;
  background-color: #171717;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* line 249, sass/_navigation.scss */
.dropdown-menu li > a {
  padding: 9px 30px;
  color: #868686;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 259, sass/_navigation.scss */
.dropdown-menu.megamenu, .dropdown-menu.megamenu-wide {
  padding: 0 20px;
}
/* line 263, sass/_navigation.scss */
.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 270, sass/_navigation.scss */
.dropdown-menu .megamenu-wrap ul > li > a i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
}

/* line 278, sass/_navigation.scss */
.menu-list li > a {
  border: none;
}

/* line 283, sass/_navigation.scss */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.megamenu .menu-list > li > a:hover,
.megamenu-wide .menu-list > li > a:hover {
  background-color: transparent;
}

/* line 290, sass/_navigation.scss */
.megamenu-item {
  border-right: 1px solid #353535;
  padding: 40px 30px 30px;
}
/* line 294, sass/_navigation.scss */
.megamenu-item:last-child {
  border-right: none;
}
/* line 298, sass/_navigation.scss */
.megamenu-item.no-headings {
  padding: 30px;
}

/* line 303, sass/_navigation.scss */
.megamenu-wrap .menu-list > li > a {
  padding: 9px 0;
}

/* line 307, sass/_navigation.scss */
.megamenu-wrap .menu-list > li:last-child > a {
  border-bottom: none;
}

/* line 311, sass/_navigation.scss */
.megamenu-item span {
  display: block;
  margin-bottom: 15px;
  color: #d6d6d6;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 323, sass/_navigation.scss */
.navbar .dropdown-menu {
  margin-top: 0;
}

/* line 327, sass/_navigation.scss */
.dropdown-submenu {
  position: relative;
}
/* line 330, sass/_navigation.scss */
.dropdown-submenu .dropdown-menu {
  top: -18px;
  left: 100%;
}
/* line 335, sass/_navigation.scss */
.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  font-size: 16px;
  right: 20px;
  line-height: 1;
  color: #6c6c6c;
}

/* line 347, sass/_navigation.scss */
.navbar-nav .dropdown > i,
.navbar-nav .dropdown-submenu > i {
  display: none;
}

@media (min-width: 992px) {
  /* line 355, sass/_navigation.scss */
  .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 364, sass/_navigation.scss */
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 371, sass/_navigation.scss */
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .megamenu .menu-list > li > a:hover,
  .megamenu-wide .menu-list > li > a:hover {
    color: #fff;
  }
}
/*-------------------------------------------------------*/
/* Navigation Right Links
/*-------------------------------------------------------*/
/* line 384, sass/_navigation.scss */
.navigation.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-right li,
.navigation-overlay.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-social-icons .social-icons {
  height: 60px;
}

/* line 391, sass/_navigation.scss */
.nav-right {
  float: right;
  display: table;
  color: #424242;
  padding-left: 15px;
}
/* line 397, sass/_navigation.scss */
.nav-right li {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 25px;
  height: 100px;
}
/* line 405, sass/_navigation.scss */
.nav-right li:last-child {
  padding-right: 0;
}
/* line 409, sass/_navigation.scss */
.nav-right.menu-socials a {
  font-size: 15px;
  color: #424242;
}
/* line 413, sass/_navigation.scss */
.nav-right.menu-socials a:hover {
  color: #1abcb0;
}

/* line 419, sass/_navigation.scss */
.nav-wrap ~ .nav-right {
  padding: 0 15px;
}

/* line 423, sass/_navigation.scss */
header.transparent .nav-right,
header.transparent .menu-socials a {
  color: #fff;
}

/* line 428, sass/_navigation.scss */
.nav-btn-holder {
  padding-left: 15px;
  line-height: 100px;
}

/* line 433, sass/_navigation.scss */
.navigation.sticky .nav-btn-holder {
  line-height: 60px;
}
/* line 436, sass/_navigation.scss */
.navigation.sticky .nav-btn-holder .btn {
  background-color: #1abcb0;
}
/* line 440, sass/_navigation.scss */
.navigation.sticky .nav-btn-holder .btn span {
  color: #fff;
}
/* line 444, sass/_navigation.scss */
.navigation.sticky .nav-btn-holder .btn:hover {
  border-color: #1abcb0;
  background-color: transparent;
}
/* line 449, sass/_navigation.scss */
.navigation.sticky .nav-btn-holder .btn:hover span {
  color: #1abcb0;
}

/* Menu Search
-------------------------------------------------------*/
/* line 458, sass/_navigation.scss */
.nav-search {
  position: relative;
  display: block;
  color: inherit;
  font-size: 15px;
}
/* line 464, sass/_navigation.scss */
.nav-search:hover {
  color: inherit;
}

/* line 469, sass/_navigation.scss */
.nav-search-wrap.style-2 .nav-search {
  font-size: 16px;
}

/* line 473, sass/_navigation.scss */
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: #fff;
}
/* line 484, sass/_navigation.scss */
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 490, sass/_navigation.scss */
.search-wrap .search-cell {
  position: absolute;
  top: 20%;
  width: 100%;
}
/* line 496, sass/_navigation.scss */
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}
/* line 503, sass/_navigation.scss */
.search-wrap .form-control {
  height: 66px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #eaeaea;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  color: #424242;
  position: relative;
}
/* line 516, sass/_navigation.scss */
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 547, sass/_navigation.scss */
input.main-search-input::-webkit-input-placeholder {
  color: #424242;
}

/* line 551, sass/_navigation.scss */
input.main-search-input:-moz-placeholder {
  color: #424242;
  opacity: 1;
}

/* line 556, sass/_navigation.scss */
input.main-search-input::-moz-placeholder {
  color: #424242;
  opacity: 1;
}

/* line 561, sass/_navigation.scss */
input.main-search-input:-ms-input-placeholder {
  color: #424242;
}

/* line 565, sass/_navigation.scss */
.search-close {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 30px;
  color: #424242;
  cursor: pointer;
}

/* line 574, sass/_navigation.scss */
.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
  color: #6c6c6c;
  display: block;
}
/* line 581, sass/_navigation.scss */
.mobile-links li > a:hover {
  color: #1abcb0;
}

/* Menu Cart
-------------------------------------------------------*/
/* line 589, sass/_navigation.scss */
.nav-cart-outer {
  display: table;
  position: relative;
  width: 15px;
  height: 100%;
}

/* line 596, sass/_navigation.scss */
.nav-cart-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 601, sass/_navigation.scss */
.nav-cart-icon {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  color: inherit;
  border: 2px solid #6c6c6c;
  border-radius: 2px;
}
/* line 614, sass/_navigation.scss */
.nav-cart-icon:before {
  content: '';
  display: block;
  width: 9px;
  height: 6px;
  top: -6px;
  left: 1px;
  position: absolute;
  border: 2px solid #6c6c6c;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom: 0;
}

/* line 629, sass/_navigation.scss */
.nav-cart-badge {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: -10px;
  right: -11px;
  font-size: 8px;
  display: block;
  background-color: #1abcb0;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

/* Menu Cart Dropdown
-------------------------------------------------------*/
/* line 646, sass/_navigation.scss */
.nav-cart-container {
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  max-width: 300px;
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  padding: 30px;
  line-height: 1;
  border: 1px solid #eaeaea;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 201;
}
/* line 663, sass/_navigation.scss */
.nav-cart-container:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: -30px;
  height: 30px;
}

/* line 674, sass/_navigation.scss */
.nav-cart-items {
  position: relative;
}

/* line 678, sass/_navigation.scss */
.nav-cart-item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
/* line 684, sass/_navigation.scss */
.nav-cart-item:first-child {
  margin-top: 0;
}
/* line 688, sass/_navigation.scss */
.nav-cart-item .nav-cart-img {
  float: left;
  margin-right: 20px;
}
/* line 693, sass/_navigation.scss */
.nav-cart-item .nav-cart-price {
  color: #6c6c6c;
  font-size: 13px;
}

/* line 699, sass/_navigation.scss */
.nav-cart-title {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}
/* line 704, sass/_navigation.scss */
.nav-cart-title > a {
  position: relative;
  color: #424242;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.5;
}
/* line 711, sass/_navigation.scss */
.nav-cart-title > a:hover {
  color: #1abcb0;
}

/* line 717, sass/_navigation.scss */
.nav-cart-price {
  margin-top: 5px;
}

/* line 721, sass/_navigation.scss */
.nav-cart-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}
/* line 729, sass/_navigation.scss */
.nav-cart-remove a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #424242;
}
/* line 738, sass/_navigation.scss */
.nav-cart-remove i {
  font-size: 16px;
}
/* line 742, sass/_navigation.scss */
.nav-cart-remove:hover {
  background-color: #1abcb0;
}
/* line 745, sass/_navigation.scss */
.nav-cart-remove:hover i {
  color: #fff;
}

/* line 751, sass/_navigation.scss */
.nav-cart-summary {
  margin-top: 10px;
  font-weight: 700;
  color: #424242;
  font-size: 14px;
}
/* line 757, sass/_navigation.scss */
.nav-cart-summary .total-price {
  float: right;
}

/* line 762, sass/_navigation.scss */
.nav-cart-actions a {
  width: 100%;
}

/* line 766, sass/_navigation.scss */
.nav-cart:hover .nav-cart-container {
  opacity: 1;
  visibility: visible;
}

/* line 771, sass/_navigation.scss */
.mobile-cart {
  float: right;
  height: 100%;
  margin-right: 12px;
  color: #424242;
}

/* Navigation Register
-------------------------------------------------------*/
/* line 781, sass/_navigation.scss */
.nav-register a {
  display: inline-block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #424242;
}
/* line 790, sass/_navigation.scss */
.nav-register a:hover {
  color: #1abcb0;
}

/* line 795, sass/_navigation.scss */
.nav-register span {
  display: inline-block;
  margin: 0 3px 0 7px;
  line-height: 1;
}

/* Navigation Toggle
-------------------------------------------------------*/
/* line 805, sass/_navigation.scss */
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}
/* line 811, sass/_navigation.scss */
.navbar-toggle .icon-bar {
  background-color: #424242;
  width: 18px;
}
/* line 816, sass/_navigation.scss */
.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
  background-color: #1abcb0;
}
/* line 820, sass/_navigation.scss */
.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}

/* line 825, sass/_navigation.scss */
.dark-bg .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Nav Side Icon
-------------------------------------------------------*/
/* line 833, sass/_navigation.scss */
.nav-icon-wrap {
  position: relative;
  margin-left: 15px;
  padding-right: 15px;
}

/* line 839, sass/_navigation.scss */
#nav-icon {
  display: table;
  width: 16px;
  height: 20px;
  padding: 0;
}
/* line 845, sass/_navigation.scss */
#nav-icon .nav-icon-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100px;
  z-index: 300;
}
/* line 853, sass/_navigation.scss */
#nav-icon .nav-icon-trigger {
  height: 20px;
  display: block;
  position: relative;
  top: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 861, sass/_navigation.scss */
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #424242;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 871, sass/_navigation.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
}
/* line 875, sass/_navigation.scss */
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 5px;
}
/* line 879, sass/_navigation.scss */
#nav-icon span:nth-child(4) {
  top: 10px;
}
/* line 884, sass/_navigation.scss */
#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
/* line 890, sass/_navigation.scss */
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 894, sass/_navigation.scss */
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 898, sass/_navigation.scss */
#nav-icon.open {
  position: relative;
  z-index: 502;
}

/* Offset Sidenav
-------------------------------------------------------*/
/* line 908, sass/_navigation.scss */
.sidenav {
  background-color: #fff;
  padding: 70px 60px;
  height: 100%;
  width: 470px;
  position: fixed;
  right: -470px;
  overflow-y: auto;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 920, sass/_navigation.scss */
.sidenav.opened {
  right: 0 !important;
}
/* line 924, sass/_navigation.scss */
.sidenav .sidenav-img {
  margin: 30px auto;
}
/* line 930, sass/_navigation.scss */
.sidenav ul li a {
  padding: 6px 0;
  font-size: 17px;
  font-weight: 600;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 14px;  
}
/* line 937, sass/_navigation.scss */
.sidenav ul li a:hover {
  color: #58abcb;
}
/* line 940, sass/_navigation.scss */
.sidenav ul li a:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #58abcb;
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 955, sass/_navigation.scss */
.sidenav ul li:last-child a:after {
  display: none;
}
/* line 963, sass/_navigation.scss */
.sidenav p {
  margin-bottom: 5px;
}
/* line 967, sass/_navigation.scss */
.sidenav address {
  line-height: 24px;
}
/* line 971, sass/_navigation.scss */
.sidenav a {
  color: #6c6c6c;
}
/* line 974, sass/_navigation.scss */
.sidenav a:hover {
  color: #1abcb0;
}
/* line 979, sass/_navigation.scss */
.sidenav h6 {
  font-size: 16px;
}

/* line 984, sass/_navigation.scss */
#sidenav-close i {
  font-size: 26px;
  color: #424242;
  position: absolute;
  right: 34px;
  top: 34px;
}

/* line 992, sass/_navigation.scss */
.main-wrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 997, sass/_navigation.scss */
.main-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1008, sass/_navigation.scss */
.main-wrapper.sidenav-opened {
  left: -20%;
  cursor: url(../img/close.png) 16 16, default;
}
/* line 1012, sass/_navigation.scss */
.main-wrapper.sidenav-opened:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

/* line 1019, sass/_navigation.scss */
.mobile .main-wrapper.sidenav-opened {
  cursor: pointer;
}

/* Go to Top
-------------------------------------------------------*/
/* line 1027, sass/_navigation.scss */
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 32px;
  background-color: rgba(66, 66, 66, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
/* line 1043, sass/_navigation.scss */
#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1047, sass/_navigation.scss */
#back-to-top a {
  display: block;
  color: #fff;
}
/* line 1052, sass/_navigation.scss */
#back-to-top.show {
  bottom: 20px;
}
/* line 1056, sass/_navigation.scss */
#back-to-top:hover {
  background-color: #1abcb0;
  bottom: 24px;
}
/* line 1061, sass/_navigation.scss */
#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Type-2
/*-------------------------------------------------------*/
/* line 1071, sass/_navigation.scss */
.nav-type-2 {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 50;
  min-height: 60px;
}
/* line 1079, sass/_navigation.scss */
.nav-type-2 .logo-container {
  display: table;
}
/* line 1083, sass/_navigation.scss */
.nav-type-2 .logo-container > a {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

/*-------------------------------------------------------*/
/* Nav Type-3 (Melbourne)
/*-------------------------------------------------------*/
/* line 1097, sass/_navigation.scss */
.nav-type-3 .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

/*-------------------------------------------------------*/
/* Nav Type-4 (Left Nav)
/*-------------------------------------------------------*/
/* line 1111, sass/_navigation.scss */
.content-wrap {
  margin-left: 320px;
  position: relative;
  width: auto;
}

/* line 1118, sass/_navigation.scss */
.vertical-nav .container {
  max-width: 100%;
}
/* line 1122, sass/_navigation.scss */
.vertical-nav .main-wrapper {
  margin-left: 320px;
  position: relative;
  width: auto;
}
/* line 1128, sass/_navigation.scss */
.vertical-nav .header-wrap {
  width: 320px;
  height: 100%;
  background-color: #fff;
  padding: 70px 65px;
}

/* line 1136, sass/_navigation.scss */
.nav-type-4 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 100%;
}
/* line 1143, sass/_navigation.scss */
.nav-type-4 .navbar,
.nav-type-4 .row,
.nav-type-4 .nav-wrap {
  height: 100%;
}
/* line 1149, sass/_navigation.scss */
.nav-type-4 .navbar-header,
.nav-type-4 .logo-container {
  width: 100%;
}
/* line 1154, sass/_navigation.scss */
.nav-type-4 .navbar-header {
  padding: 0;
}
/* line 1158, sass/_navigation.scss */
.nav-type-4 .logo-wrap > a {
  height: auto;
}
/* line 1162, sass/_navigation.scss */
.nav-type-4 .nav {
  width: 100%;
  margin-top: 40px;
}
/* line 1167, sass/_navigation.scss */
.nav-type-4 .social-icons {
  position: absolute;
  bottom: 20px;
}
/* line 1172, sass/_navigation.scss */
.nav-type-4 .navbar-nav > li,
.nav-type-4 .social-icons a {
  float: none;
}
/* line 1177, sass/_navigation.scss */
.nav-type-4 .navbar-nav > li > a {
  padding: 17px 0;
  line-height: 1;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
}

/* line 1186, sass/_navigation.scss */
.nav-item-toggle > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f107";
  right: 0;
  color: #6c6c6c;
}

/* line 1194, sass/_navigation.scss */
.nav-item-submenu li a {
  display: block;
  padding: 7px 0;
  line-height: 1;
  color: #6c6c6c;
}
/* line 1200, sass/_navigation.scss */
.nav-item-submenu li a:hover {
  color: #1abcb0;
}

/*-------------------------------------------------------*/
/* Nav Type-5 (Fullscreen Nav)
/*-------------------------------------------------------*/
/* line 1209, sass/_navigation.scss */
.position-center {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
}
/* line 1217, sass/_navigation.scss */
.position-center .logo-container {
  float: none;
  display: inline-block;
  position: relative;
}

/* line 1224, sass/_navigation.scss */
.nav-type-5 {
  padding: 20px 0;
}
/* line 1227, sass/_navigation.scss */
.nav-type-5 .navbar-fixed-top.sticky {
  min-height: 60px;
}
/* line 1231, sass/_navigation.scss */
.nav-type-5 .nav-icon-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1235, sass/_navigation.scss */
.nav-type-5 .navigation-overlay.sticky {
  background-color: #fff;
}
/* line 1239, sass/_navigation.scss */
.nav-type-5 .navbar-fixed-top.sticky #nav-icon {
  top: 5px;
}
/* line 1243, sass/_navigation.scss */
.nav-type-5.transparent .navbar {
  position: fixed;
}

/* line 1248, sass/_navigation.scss */
.transparent #nav-icon span {
  background-color: #fff;
}

/* line 1252, sass/_navigation.scss */
.transparent .sticky #nav-icon span {
  background-color: #424242;
}

/* line 1256, sass/_navigation.scss */
.nav-social-icons {
  display: table;
  position: relative;
  padding: 0 15px;
  z-index: 2;
}
/* line 1262, sass/_navigation.scss */
.nav-social-icons .social-icons {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
/* line 1267, sass/_navigation.scss */
.nav-social-icons .social-icons a {
  margin-bottom: 0;
}

/* line 1273, sass/_navigation.scss */
.overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
/* line 1279, sass/_navigation.scss */
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* line 1287, sass/_navigation.scss */
.overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 15px 0;
  display: table;
  width: 100%;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1299, sass/_navigation.scss */
.overlay-menu ul li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  letter-spacing: -0.02em;
  color: #424242;
  padding: 2px 0;
  font-weight: 600;
  text-decoration: none;
}
/* line 1314, sass/_navigation.scss */
.overlay-menu ul li.active > a,
.overlay-menu ul li a:hover {
  color: #1abcb0;
}

/* line 1320, sass/_navigation.scss */
#nav-icon.style-2 {
  width: 18px;
}
/* line 1323, sass/_navigation.scss */
#nav-icon.style-2 span:nth-child(2),
#nav-icon.style-2 span:nth-child(3) {
  top: 6px;
}
/* line 1328, sass/_navigation.scss */
#nav-icon.style-2 span:nth-child(4) {
  top: 12px;
}

/* line 1333, sass/_navigation.scss */
body.fs-open {
  overflow: hidden;
}

/* line 1337, sass/_navigation.scss */
#nav-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1346, sass/_navigation.scss */
.fs-menu,
.fs-menu.open,
.overlay-menu ul li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 1352, sass/_navigation.scss */
.fs-menu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
/* line 1363, sass/_navigation.scss */
.fs-menu.open {
  visibility: visible;
  z-index: 501;
  opacity: 1;
}
/* line 1369, sass/_navigation.scss */
.fs-menu.open li {
  -webkit-animation: NavLinksScale .35s ease forwards;
  -moz-animation: NavLinksScale .35s ease forwards;
  -ms-animation: NavLinksScale .35s ease forwards;
  -o-animation: NavLinksScale .35s ease forwards;
  animation: NavLinksScale .35s ease forwards;
  -webkit-animation-delay: .10s;
  -moz-animation-delay: .10s;
  -ms-animation-delay: .10s;
  -o-animation-delay: .10s;
  animation-delay: .10s;
}

@keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0;
  }
}
@-webkit-keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0;
  }
}
@-moz-keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0;
  }
}
/*-------------------------------------------------------*/
/* Nav Type-6 (Stockholm)
/*-------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 1393, sass/_navigation.scss */
  .nav-type-6 {
    padding: 50px 0;
  }
}
/*-------------------------------------------------------*/
/* Nav Type-7 (Tokyo)
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /* line 1403, sass/_navigation.scss */
  header .flex-parent {
    display: block;
  }
}

/* line 1409, sass/_navigation.scss */
header .flex-child,
header .flex-child.flex-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  /* line 1409, sass/_navigation.scss */
  header .flex-child,
  header .flex-child.flex-right {
    width: 100%;
  }
}

/* line 1418, sass/_navigation.scss */
.nav-wrap.flex-child {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

/*-------------------------------------------------------*/
/* Top Bar
/*-------------------------------------------------------*/
/* line 1428, sass/_navigation.scss */
.top-bar {
  background-color: #171717;
  width: 100%;
  position: relative;
  height: 40px;
  color: #6c6c6c;
}
/* line 1435, sass/_navigation.scss */
.top-bar .social-icons a {
  width: auto;
  margin: 0 14px 0 0;
  font-size: 13px;
  color: #a3a3a3 !important;
}

/* line 1443, sass/_navigation.scss */
.top-bar-links {
  line-height: 40px;
  font-size: 12px;
}
/* line 1447, sass/_navigation.scss */
.top-bar-links li {
  padding-right: 20px;
}
/* line 1451, sass/_navigation.scss */
.top-bar-links a {
  color: #a3a3a3;
}
/* line 1454, sass/_navigation.scss */
.top-bar-links a:hover {
  color: #fff;
}
/* line 1459, sass/_navigation.scss */
.top-bar-links > ul:first-child i {
  margin-right: 7px;
}

/* line 1464, sass/_navigation.scss */
.top-bar > ul,
.top-bar-links > ul > li {
  display: inline-block;
  position: relative;
}

/*-------------------------------------------------------*/
/* Underline link
/*-------------------------------------------------------*/
/* line 1475, sass/_navigation.scss */
.underline-link {
  display: inline-block;
  position: relative;
}
/* line 1479, sass/_navigation.scss */
.underline-link:after {
  content: "";
  display: block;
  border-bottom: 2px solid #1abcb0;
  opacity: 0;
  visibility: hidden;
  bottom: 36px;
  left: 15px;
  right: 15px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1493, sass/_navigation.scss */
.navbar-nav .active .underline-link:after,
.navbar-nav .underline-link:hover:after {
  opacity: 1;
  visibility: visible;
}

/* line 1499, sass/_navigation.scss */
.navigation.scrolling .underline-link:after {
  bottom: 16px;
}

/*-------------------------------------------------------*/
/* Navigation Mobile Styles
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 1510, sass/_navigation.scss */
  .navbar {
    min-height: 60px;
  }

  /* line 1514, sass/_navigation.scss */
  .navbar-header {
    width: 100%;
    padding-right: 0;
  }

  /* line 1519, sass/_navigation.scss */
  .logo-wrap > a,
  .navbar-header,
  .nav-type-4,
  .nav-type-4 .logo-wrap > a,
  .nav-type-5 .logo-wrap > a,
  .nav-type-2 .logo-container > a,
  .navigation-overlay #nav-icon .nav-icon-inner,
  .nav-social-icons .social-icons {
    height: 60px;
  }

  /* line 1530, sass/_navigation.scss */
  .navbar-collapse {
    text-align: left;
  }

  /* line 1534, sass/_navigation.scss */
  .logo-container {
    position: absolute;
    top: 0;
  }

  /* line 1539, sass/_navigation.scss */
  .logo-wrap {
    width: auto;
  }

  /* line 1543, sass/_navigation.scss */
  .nav > li > a {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.2;
  }

  /* line 1549, sass/_navigation.scss */
  .navbar-nav {
    display: block;
  }

  /* line 1553, sass/_navigation.scss */
  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  /* line 1559, sass/_navigation.scss */
  header.transparent .navbar-nav > li > a,
  .megamenu-item span {
    color: #424242;
  }

  /* line 1564, sass/_navigation.scss */
  header.transparent .navbar-nav > .active > a,
  header.transparent .navbar-nav > .active > a:focus,
  header.transparent .navbar-nav > .active > a:hover,
  header.transparent .navbar-nav > li > a:hover,
  header.transparent .navbar-nav > li > a:focus {
    color: #1abcb0;
  }

  /* line 1572, sass/_navigation.scss */
  header.transparent .logo-dark {
    display: inline-block;
  }

  /* line 1576, sass/_navigation.scss */
  header.transparent .logo {
    display: none;
  }

  /* line 1580, sass/_navigation.scss */
  .dropdown-menu > li > a,
  .megamenu-item span {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    line-height: 15px;
  }

  /* line 1588, sass/_navigation.scss */
  .dropdown-submenu .dropdown-menu > li > a {
    padding: 15px 0 15px 30px;
  }

  /* line 1592, sass/_navigation.scss */
  .dropdown-submenu .dropdown-menu > li > ul > li > a {
    padding: 15px 0 15px 45px;
  }

  /* line 1596, sass/_navigation.scss */
  .dropdown-submenu > a:after {
    display: none;
  }

  /* line 1600, sass/_navigation.scss */
  .dropdown-menu {
    width: auto !important;
  }

  /* line 1604, sass/_navigation.scss */
  .dropdown-menu,
  .megamenu-item.no-headings {
    padding: 0;
  }

  /* line 1609, sass/_navigation.scss */
  .dropdown-menu.megamenu,
  .dropdown-menu.megamenu-wide {
    padding: 0 15px;
  }

  /* line 1614, sass/_navigation.scss */
  .megamenu-item {
    border-right: none;
    padding: 0;
  }

  /* line 1619, sass/_navigation.scss */
  .dropdown-menu .megamenu-wrap ul > li > a {
    display: block;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #eaeaea;
    clear: both;
    font-weight: 400;
    line-height: 15px;
    color: #6c6c6c;
    white-space: nowrap;
  }

  /* line 1630, sass/_navigation.scss */
  .megamenu-wrap .menu-list > li:last-child > a {
    border-bottom: 1px solid #eaeaea;
  }

  /* line 1634, sass/_navigation.scss */
  .mobile-search .form-control {
    height: 46px;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 0;
  }

  /* line 1644, sass/_navigation.scss */
  #mobile-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 46px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }

  /* line 1655, sass/_navigation.scss */
  .nav-right {
    position: absolute;
    top: 0;
    right: 40px;
    padding-right: 0;
    color: #424242 !important;
  }
  /* line 1662, sass/_navigation.scss */
  .nav-right li {
    height: auto;
  }

  /* line 1667, sass/_navigation.scss */
  .content-wrap {
    margin-left: 0;
  }

  /* line 1675, sass/_navigation.scss */
  .nav-type-2 #nav-icon {
    top: 5px;
  }
  /* line 1679, sass/_navigation.scss */
  .nav-type-2 .container-fluid.semi-fluid {
    padding: 0;
  }

  /* line 1684, sass/_navigation.scss */
  .overlay-menu ul li a {
    font-size: 30px;
  }

  /* line 1690, sass/_navigation.scss */
  .nav-type-4 {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    position: relative;
  }
  /* line 1697, sass/_navigation.scss */
  .nav-type-4 .header-wrap {
    width: 100%;
    padding: 0 15px;
  }
  /* line 1702, sass/_navigation.scss */
  .nav-type-4 .navbar-nav {
    position: relative;
    margin: 0;
  }
  /* line 1706, sass/_navigation.scss */
  .nav-type-4 .navbar-nav > li {
    display: block;
  }
  /* line 1710, sass/_navigation.scss */
  .nav-type-4 .navbar-nav > li > a {
    padding: 15px;
  }
  /* line 1715, sass/_navigation.scss */
  .nav-type-4 .nav-item-submenu li a {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
  }
  /* line 1720, sass/_navigation.scss */
  .nav-type-4 .nav-item-toggle > a:after {
    right: 15px;
  }
  /* line 1724, sass/_navigation.scss */
  .nav-type-4 .logo-container {
    width: auto;
  }

  /* line 1729, sass/_navigation.scss */
  .vertical-nav .main-wrapper {
    margin-left: 0;
  }

  /* line 1734, sass/_navigation.scss */
  .nav-type-5 {
    padding: 0;
  }

  /* line 1738, sass/_navigation.scss */
  .megamenu-wrap.container {
    width: 100%;
    padding: 0;
  }

  /* line 1743, sass/_navigation.scss */
  .sticky-on-mobile .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  /* line 1752, sass/_navigation.scss */
  .navbar-nav .dropdown > i,
  .navbar-nav .dropdown-submenu > i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }

  /* line 1766, sass/_navigation.scss */
  .nav-btn-holder .btn.btn-white {
    background-color: #1abcb0;
  }
  /* line 1768, sass/_navigation.scss */
  .nav-btn-holder .btn.btn-white span {
    color: #fff;
  }
  /* line 1772, sass/_navigation.scss */
  .nav-btn-holder .btn.btn-white:hover {
    background-color: #000 !important;
    border-color: transparent !important;
  }
}
/*-------------------------------------------------------*/
/* Intro
/*-------------------------------------------------------*/
/* line 5, sass/_layout.scss */
.intro {
  padding: 140px 0;
  /* Amsterdam
  -------------------------------------------------------*/
  /* Stockholm
  -------------------------------------------------------*/
  /* Berlin
  -------------------------------------------------------*/
  /* Sydney
  -------------------------------------------------------*/
}
/* line 10, sass/_layout.scss */
.intro.style-2 .intro-heading {
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 15, sass/_layout.scss */
.intro.style-2 .intro-text {
  margin-bottom: 0;
  margin-top: 48px;
}
/* line 20, sass/_layout.scss */
.intro.style-2 .intro-text-lead {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}
/* line 29, sass/_layout.scss */
.intro.style-3 {
  padding: 173px 0 269px;
}
@media only screen and (max-width: 767px) {
  /* line 29, sass/_layout.scss */
  .intro.style-3 {
    padding: 130px 0 100px;
  }
}
/* line 36, sass/_layout.scss */
.intro.style-3 .intro-heading {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  /* line 36, sass/_layout.scss */
  .intro.style-3 .intro-heading {
    font-size: 30px;
  }
}
/* line 50, sass/_layout.scss */
.intro.style-4 .lead {
  font-size: 22px;
  line-height: 38px;
}
/* line 58, sass/_layout.scss */
.intro.style-5 {
  padding: 120px 0 85px;
}
@media (max-width: 767px) {
  /* line 58, sass/_layout.scss */
  .intro.style-5 {
    padding: 80px 0 60px;
  }
}
/* line 64, sass/_layout.scss */
.intro.style-5 .intro-heading {
  font-size: 55px;
}
/* line 68, sass/_layout.scss */
.intro.style-5 .subtitle {
  font-family: "Noto Serif", serif;
  color: #919191;
  font-style: italic;
}
/* line 74, sass/_layout.scss */
.intro.style-5 .subtitle span {
  color: #424242;
}
/* line 81, sass/_layout.scss */
.intro.style-6 {
  padding: 100px 0;
}
/* line 84, sass/_layout.scss */
.intro.style-6 .intro-heading {
  font-size: 26px;
  line-height: 41px;
  margin-bottom: 20px;
  color: #424242;
}
/* line 91, sass/_layout.scss */
.intro.style-6 .subtitle {
  font-size: 14px;
  color: #1abcb0;
}

/* line 98, sass/_layout.scss */
.intro-heading {
  font-size: 47px;
  margin-bottom: 28px;
}

/* line 103, sass/_layout.scss */
.subtitle {
  font-size: 22px;
  font-weight: 400;
}

/* line 108, sass/_layout.scss */
#typed {
  display: inline-block;
  font-style: italic;
  color: #1abcb0;
}

/* line 114, sass/_layout.scss */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------*/
/* Angles
/*-------------------------------------------------------*/
/* line 140, sass/_layout.scss */
section.angle-bottom {
  overflow: visible;
}

/* line 144, sass/_layout.scss */
.bg-light.angle-bottom:after,
.bg-light.angle-top:before,
.bg-dark.angle-top:before,
.bg-dark.angle-top:before {
  background: inherit;
}

/* line 151, sass/_layout.scss */
.angle-top:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  margin-top: -147px;
  min-height: 135px;
  position: absolute;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  width: 100%;
  z-index: 3;
}

/* line 162, sass/_layout.scss */
.angle-bottom:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  min-height: 135px;
  position: absolute;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  width: 100%;
  z-index: 3;
}

/* line 173, sass/_layout.scss */
.angles .section-wrap,
.angles .section-wrap-sm {
  background-attachment: scroll;
}
/* line 178, sass/_layout.scss */
.angles .testimonials.bg-parallax {
  padding: 230px 0 200px;
}
/* line 182, sass/_layout.scss */
.angles .partners {
  padding: 100px 0 40px;
}
/* line 186, sass/_layout.scss */
.angles .text-box {
  padding: 200px 13% 100px 12%;
}
@media (max-width: 992px) {
  /* line 191, sass/_layout.scss */
  .angles .text-box {
    padding: 100px 13% 100px 12%;
  }
}
/* line 196, sass/_layout.scss */
.angles .contact.bg-parallax {
  padding: 200px 0 260px;
}

/*-------------------------------------------------------*/
/* Testimonials
/*-------------------------------------------------------*/
/* line 208, sass/_layout.scss */
.testimonials .testimonial-text {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #424242;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 14px;
  font-weight: 400;
}
/* line 218, sass/_layout.scss */
.testimonials .testimonial span {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #6c6c6c;
}
/* line 224, sass/_layout.scss */
.testimonials .testimonial a {
  color: #1abcb0;
}

/* line 229, sass/_layout.scss */
.testimonials.bg-parallax {
  padding: 135px 0 115px;
}
/* line 232, sass/_layout.scss */
.testimonials.bg-parallax .owl-dots {
  bottom: 29px;
  position: absolute;
}
/* line 237, sass/_layout.scss */
.testimonials.bg-parallax #owl-testimonials {
  position: static;
}
/* line 241, sass/_layout.scss */
.testimonials.bg-parallax .testimonial-text,
.testimonials.bg-parallax .testimonial span,
.testimonials.bg-parallax .testimonial a {
  color: #fff;
}
/* line 247, sass/_layout.scss */
.testimonials.bg-parallax .owl-pagination {
  margin-top: 40px;
}

/* line 252, sass/_layout.scss */
#owl-testimonials .container {
  width: auto;
  max-width: 1170px;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
/* line 263, sass/_layout.scss */
.testimonials.style-2 .testimonial-box {
  background-color: #fff;
  padding: 40px;
  margin: 0 15px;
  border-radius: 4px;
  position: relative;
}
/* line 271, sass/_layout.scss */
.testimonials.style-2 .testimonial-text {
  color: #6c6c6c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  line-height: 28px;
}
/* line 280, sass/_layout.scss */
.testimonials.style-2 .owl-pagination {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}
/* line 286, sass/_layout.scss */
.testimonials.style-2 .testimonial-author {
  margin-top: 30px;
}
/* line 289, sass/_layout.scss */
.testimonials.style-2 .testimonial-author img {
  border-radius: 70px;
  margin-right: 20px;
  float: left;
}
/* line 295, sass/_layout.scss */
.testimonials.style-2 .testimonial-author span {
  display: block;
  color: #424242;
}
/* line 300, sass/_layout.scss */
.testimonials.style-2 .testimonial-author .testimonial-name {
  margin-top: 13px;
  margin-bottom: 2px;
  font-size: 15px;
}
/* line 306, sass/_layout.scss */
.testimonials.style-2 .testimonial-author span:last-child {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #6c6c6c;
}
/* line 313, sass/_layout.scss */
.testimonials.style-2 .owl-carousel img {
  width: auto;
  height: auto;
}

/*-------------------------------------------------------*/
/* Partners
/*-------------------------------------------------------*/
/* line 324, sass/_layout.scss */
.partners {
  padding: 85px 0;
}

/*-------------------------------------------------------*/
/* Call To Action
/*-------------------------------------------------------*/
/* line 333, sass/_layout.scss */
.call-to-action {
  position: relative;
  padding: 50px 0;
}
/* line 337, sass/_layout.scss */
.call-to-action h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 344, sass/_layout.scss */
.cta-buttons a {
  margin: 5px;
}

/* line 349, sass/_layout.scss */
.call-to-action.bg-color .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 353, sass/_layout.scss */
.call-to-action.bg-color .btn-white:hover span {
  color: #171717;
}

/* line 359, sass/_layout.scss */
.mt-150 {
  margin-top: 150px;
}

/*-------------------------------------------------------*/
/* Call To Action Style-2
/*-------------------------------------------------------*/
/* line 368, sass/_layout.scss */
.call-to-action.style-2 {
  padding: 145px 0;
}
/* line 371, sass/_layout.scss */
.call-to-action.style-2 h2.large {
  font-size: 36px;
  font-weight: 700;
}

/*-------------------------------------------------------*/
/* Call To Action Style-3
/*-------------------------------------------------------*/
/* line 382, sass/_layout.scss */
.call-to-action.style-3 {
  padding: 120px 0;
}
/* line 385, sass/_layout.scss */
.call-to-action.style-3 p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/
/* line 397, sass/_layout.scss */
.team-member {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 400, sass/_layout.scss */
.team-member .team-img .team-title {
  font-size: 16px;
  margin-bottom: 2px;
}
/* line 405, sass/_layout.scss */
.team-member .team-img span {
  font-size: 13px;
}

.certificated {
    width: 190px;
    /*height: 100px;*/
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    z-index: 9;
}
.certificated img{
    width: 100%;
}

.certificado_text{
    margin: 20px auto;
}
.certificado_text h2{
    font-size: 15px;
}
.certificado_text img{
    width: 120px;
}

.loguito{
    width: 190px;
    margin: 10px auto;
}

/* line 411, sass/_layout.scss */
.hover-overlay.light .team-details .team-title {
  color: #424242;
}
/* line 415, sass/_layout.scss */
.hover-overlay.light .team-details span {
  color: #a3a3a3;
}

/* line 420, sass/_layout.scss */
.team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
/* line 426, sass/_layout.scss */
.team-img.rounded, .team-img.rounded .overlay {
  border-radius: 50%;
}
/* line 431, sass/_layout.scss */
.team-img img {
  width: 100%;
}
/* line 437, sass/_layout.scss */
.team-img .hover-overlay .team-title,
.team-img .hover-overlay span {
  color: #fff;
}
/* line 442, sass/_layout.scss */
.team-img .hover-overlay .social-icons {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 450, sass/_layout.scss */
.team-img .hover-overlay .social-icons a {
  margin-bottom: 0;
  color: #fff;
}
/* line 456, sass/_layout.scss */
.team-img .team-details {
  position: absolute;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 2;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 467, sass/_layout.scss */
.team-img:hover .team-details {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 472, sass/_layout.scss */
.team-img.hover-trigger.hover-2 .team-details {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -65%);
  -moz-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  -o-transform: translate(0, -65%);
  transform: translate(0, -65%);
}
/* line 478, sass/_layout.scss */
.team-img.hover-trigger.hover-2:hover .team-details {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 482, sass/_layout.scss */
.team-img.hover-trigger.hover-2 .social-icons {
  bottom: 0;
}
/* line 486, sass/_layout.scss */
.team-img.hover-trigger.hover-2:hover .social-icons {
  bottom: 20px;
}

/* line 493, sass/_layout.scss */
#team-slider {
  margin: 0 -10px;
}
/* line 496, sass/_layout.scss */
#team-slider .gallery-cell {
  width: 25%;
  padding: 0 10px;
}

/* line 503, sass/_layout.scss */
#owl-team-slider .team-wrap {
  padding: 0 15px;
}

/* line 506, sass/_layout.scss */
#owl-team-slider .owl-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

/*-------------------------------------------------------*/
/* Process
/*-------------------------------------------------------*/
/* line 516, sass/_layout.scss */
.process-step {
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  color: #dddddd;
  line-height: 1.3;
  margin-left: -5px;
}

/* line 524, sass/_layout.scss */
.process-title {
  font-size: 16px;
}

/*-------------------------------------------------------*/
/* About Us Description
/*-------------------------------------------------------*/
/* line 534, sass/_layout.scss */
.about-description h3 {
  margin-bottom: 25px;
}

/*-------------------------------------------------------*/
/* Fullwidth Image With Features
/*-------------------------------------------------------*/
/* line 543, sass/_layout.scss */
.img-box-holder {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0;
}
/* line 550, sass/_layout.scss */
.img-box-holder.right-align {
  right: 0;
  left: auto;
}

/* line 556, sass/_layout.scss */
.img-box {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* line 567, sass/_layout.scss */
.img-box.img-1 {
  background-image: url(../img/about_1.jpg);
}

/* line 571, sass/_layout.scss */
.img-box.img-2 {
  background-image: url(../img/about_2.jpg);
}

/* line 575, sass/_layout.scss */
.text-box {
  padding: 140px 30% 140px 12%;
}
/* line 578, sass/_layout.scss */
.text-box.sm {
  padding: 12%;
}

/* line 583, sass/_layout.scss */
.text-box-feature h4 {
  font-size: 18px;
}

/*-------------------------------------------------------*/
/* About us
/*-------------------------------------------------------*/
/* line 593, sass/_layout.scss */
.features-list span {
  vertical-align: top;
}
/* line 597, sass/_layout.scss */
.features-list li {
  line-height: 20px;
  margin-top: 12px;
}
/* line 602, sass/_layout.scss */
.features-list i {
  font-size: 15px;
  color: #1abcb0;
  margin-right: 8px;
}

/*-------------------------------------------------------*/
/* From Blog
/*-------------------------------------------------------*/
/* line 615, sass/_layout.scss */
.from-blog .entry-wrap {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
/* line 620, sass/_layout.scss */
.from-blog .entry-wrap p {
  margin-bottom: 0;
}
/* line 625, sass/_layout.scss */
.from-blog .entry-title {
  font-size: 16px;
}
/* line 629, sass/_layout.scss */
.from-blog .entry-item {
  position: relative;
  margin-bottom: 40px;
}
/* line 634, sass/_layout.scss */
.from-blog.no-thumbs .entry {
  padding: 35px 0;
  border-bottom: 1px solid #eaeaea;
}
/* line 638, sass/_layout.scss */
.from-blog.no-thumbs .entry:last-child {
  border-bottom: none;
}
/* line 643, sass/_layout.scss */
.from-blog.no-thumbs .entry-title {
  margin-bottom: 3px;
  font-size: 24px;
}

/*-------------------------------------------------------*/
/* From Blog Style-2
/*-------------------------------------------------------*/
/* line 654, sass/_layout.scss */
.from-blog.style-2 .blog-slide {
  padding: 0 15px;
}
/* line 658, sass/_layout.scss */
.from-blog.style-2 .entry-item {
  margin-bottom: 0;
}
/* line 662, sass/_layout.scss */
.from-blog.style-2 .entry-wrap {
  text-align: left;
  padding: 60px 50px 50px;
}
/* line 667, sass/_layout.scss */
.from-blog.style-2 .entry-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  height: 8em;
  overflow: hidden;
}
/* line 675, sass/_layout.scss */
.from-blog.style-2 .entry-meta {
  margin-bottom: 0;
  padding-top: 36px;
  border-top: 1px solid #eaeaea;
}
/* line 680, sass/_layout.scss */
.from-blog.style-2 .entry-meta li {
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}
/* line 687, sass/_layout.scss */
.from-blog.style-2 .entry-meta li a {
  color: inherit;
}

/*-------------------------------------------------------*/
/* Twitter Slider
/*-------------------------------------------------------*/
/* line 700, sass/_layout.scss */
.twitter-slider .twitter-icon {
  font-size: 40px;
  display: inline-block;
  background-color: #f7f7f7;
  color: #424242;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
}
/* line 712, sass/_layout.scss */
.twitter-slider #tweets .tweet {
  font-family: "Open Sans", sans-serif;
  color: #424242;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 40px;
}
/* line 723, sass/_layout.scss */
.twitter-slider.bg-dark #tweets .tweet,
.twitter-slider.bg-dark #tweets .tweet a,
.twitter-slider.bg-dark #tweets .timePosted, .twitter-slider.bg-darkblue #tweets .tweet,
.twitter-slider.bg-darkblue #tweets .tweet a,
.twitter-slider.bg-darkblue #tweets .timePosted, .twitter-slider.bg-color #tweets .tweet,
.twitter-slider.bg-color #tweets .tweet a,
.twitter-slider.bg-color #tweets .timePosted {
  color: #fff;
}
/* line 731, sass/_layout.scss */
.twitter-slider #tweets li {
  max-width: 960px;
  margin: auto;
}

/*-------------------------------------------------------*/
/* Twitter List
/*-------------------------------------------------------*/
/* line 745, sass/_layout.scss */
#tweets li {
  padding: 8px 0;
}
/* line 748, sass/_layout.scss */
#tweets li:first-child {
  padding-top: 0;
}
/* line 752, sass/_layout.scss */
#tweets li:last-child {
  padding-bottom: 0;
}
/* line 757, sass/_layout.scss */
#tweets .tweet {
  font-size: 15px;
}
/* line 760, sass/_layout.scss */
#tweets .tweet a {
  word-wrap: break-word;
  color: #424242;
}
/* line 764, sass/_layout.scss */
#tweets .tweet a:hover {
  color: #1abcb0;
}
/* line 770, sass/_layout.scss */
#tweets .timePosted {
  font-size: 12px;
  margin-bottom: 0;
  color: #929292;
}

/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
/* line 782, sass/_layout.scss */
.contact.bg-parallax {
  background-image: url(../img/marquez_contacto.jpg);
  padding: 100px 0;
}
/* line 786, sass/_layout.scss */
.contact.bg-parallax .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 791, sass/_layout.scss */
.contact.bg-parallax .contact-item p,
.contact.bg-parallax .contact-item span,
.contact.bg-parallax .contact-item a,
.contact.bg-parallax .contact-item a:hover {
  color: #fff;
}
/* line 798, sass/_layout.scss */
.contact.bg-parallax .contact-icon i {
  color: rgba(255, 255, 255, 0.5);
}

/* line 805, sass/_layout.scss */
.contact-info h4 {
  font-size: 15px;
  margin-top: 40px;
}

/* line 811, sass/_layout.scss */
.contact-item {
  position: relative;
  padding-left: 30px;
  margin-top: 38px;
  font-size: 15px;
}
/* line 817, sass/_layout.scss */
.contact-item p,
.contact-item span {
  font-size: inherit;
  margin-bottom: 0;
}
/* line 823, sass/_layout.scss */
.contact-item a {
  color: #6c6c6c;
}
/* line 826, sass/_layout.scss */
.contact-item a:hover {
  color: #171717;
}

/* line 832, sass/_layout.scss */
.contact-icon {
  position: absolute;
  left: 0;
}
/* line 836, sass/_layout.scss */
.contact-icon i {
  font-size: 16px;
  color: #6c6c6c;
  vertical-align: middle;
}

/* line 843, sass/_layout.scss */
.contact.bg-parallax input[type="text"],
.contact.bg-parallax input[type="email"],
.contact.bg-parallax textarea,
input[type="text"].transparent,
input[type="email"].transparent {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 852, sass/_layout.scss */
.contact.bg-parallax input[type="text"]:focus,
.contact.bg-parallax input[type="email"]:focus,
.contact.bg-parallax textarea:focus,
input[type="text"].transparent:focus,
input[type="email"].transparent:focus {
  background-color: transparent;
  border-color: #fff;
}

/* line 860, sass/_layout.scss */
.contact.bg-parallax input::-webkit-input-placeholder,
.contact.bg-parallax textarea::-webkit-input-placeholder,
.submit-email input::-webkit-input-placeholder,
.submit-email textarea::-webkit-input-placeholder {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 866, sass/_layout.scss */
.contact.bg-parallax input:-moz-placeholder,
.contact.bg-parallax textarea:-moz-placeholder,
.submit-email input:-moz-placeholder,
.submit-email textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 872, sass/_layout.scss */
.contact.bg-parallax input::-moz-placeholder,
.contact.bg-parallax textarea::-moz-placeholder,
.submit-email input::-moz-placeholder,
.submit-email textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 878, sass/_layout.scss */
.contact.bg-parallax input:-ms-input-placeholder,
.contact.bg-parallax textarea:-ms-input-placeholder,
.submit-email input:-ms-input-placeholder,
.submit-email textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 884, sass/_layout.scss */
#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}

/* line 896, sass/_layout.scss */
#contact-form .message.error {
  background-color: #ef5659;
}

/* line 897, sass/_layout.scss */
#contact-form .message.success {
  background-color: #2cb8a5;
}

/*-------------------------------------------------------*/
/* Google Map
/*-------------------------------------------------------*/
/* line 904, sass/_layout.scss */
.gmap {
  width: 100%;
  height: 450px;
}

/* line 909, sass/_layout.scss */
.gmap-btn {
  background-color: #f7f7f7;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 70px;
  line-height: 70px;
  z-index: 2;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 922, sass/_layout.scss */
.gmap-btn:hover, .gmap-btn.opened {
  color: #fff;
  background-color: #171717;
}

/* line 929, sass/_layout.scss */
.gmap.gmap-hidden {
  display: none;
}

/*-------------------------------------------------------*/
/* Boxed Grid
/*-------------------------------------------------------*/
/* line 939, sass/_layout.scss */
.boxed .content-wrapper {
  margin: auto;
  max-width: 1170px;
}
/* line 944, sass/_layout.scss */
.boxed.grid-1440 .content-wrapper {
  max-width: 1440px;
}

/*-------------------------------------------------------*/
/* Service Tabs
/*-------------------------------------------------------*/
/* line 955, sass/_layout.scss */
.service-tabs .nav-tabs {
  margin: 0 15px;
}
/* line 959, sass/_layout.scss */
.service-tabs .nav.nav-tabs > li > a,
.service-tabs .nav.nav-tabs > li.active > a {
  border: 0;
  color: #6c6c6c;
  padding: 14px 20px 24px;
  background-color: transparent;
}
/* line 967, sass/_layout.scss */
.service-tabs .nav.nav-tabs > li.active > a:hover,
.service-tabs .nav.nav-tabs > li.active > a:focus {
  color: #6c6c6c;
}
/* line 972, sass/_layout.scss */
.service-tabs .nav.nav-tabs > li.active:before {
  bottom: 1px;
  top: auto;
  height: 1px;
}
/* line 978, sass/_layout.scss */
.service-tabs .nav.nav-tabs > li > a > h4 {
  font-size: 16px;
  margin-bottom: 0;
  color: #6c6c6c;
}
/* line 984, sass/_layout.scss */
.service-tabs .nav.nav-tabs a i {
  display: block;
  margin-bottom: 28px;
  font-size: 43px;
}
/* line 990, sass/_layout.scss */
.service-tabs .nav.nav-tabs > li.active a i {
  color: #1abcb0;
}
/* line 994, sass/_layout.scss */
.service-tabs .tab-content {
  padding: 30px 0 0 0;
  border: 0;
}

/*-------------------------------------------------------*/
/* Play Button
/*-------------------------------------------------------*/
/* line 1005, sass/_layout.scss */
.play-btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1012, sass/_layout.scss */
.play-btn {
  display: inline-block;
  width: 82px;
  height: 82px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 2s ease-in-out !important;
  -moz-transition: all 2s ease-in-out !important;
  -ms-transition: all 2s ease-in-out !important;
  -o-transition: all 2s ease-in-out !important;
  transition: all 2s ease-in-out !important;
}

/* line 1021, sass/_layout.scss */
.play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -7px 0 0 -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  pointer-events: none;
  border-color: transparent transparent transparent #424242;
}

/* line 1036, sass/_layout.scss */
.svg-circle {
  width: 82px;
  height: 82px;
}

/* line 1041, sass/_layout.scss */
.svg-circle > circle:last-child {
  fill: #fff;
}

/* line 1045, sass/_layout.scss */
.svg-circle > circle:first-child {
  fill: transparent;
  stroke-dashoffset: 360px;
  stroke-dasharray: 360px,360px;
  animation: out 1.5s cubic-bezier(0.5, 0.1, 0.07, 1) forwards;
  stroke: #fff;
}

/* line 1053, sass/_layout.scss */
.svg-circle:hover circle:first-child {
  animation: in 1.5s cubic-bezier(0.5, 0.1, 0.07, 1) forwards;
}

@keyframes in {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 1;
  }
}
@keyframes out {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 360px;
  }
}
/*-------------------------------------------------------*/
/* Shanghai App Landing
/*-------------------------------------------------------*/
/* line 1073, sass/_layout.scss */
.landing .bg-light {
  background-color: #f8f9fb;
}
/* line 1077, sass/_layout.scss */
.landing .bg-dark {
  background-color: #000;
}
/* line 1081, sass/_layout.scss */
.landing .btn.btn-dark {
  background-color: #000;
}
/* line 1089, sass/_layout.scss */
.landing .copyright span {
  color: #fff;
}
/* line 1092, sass/_layout.scss */
.landing .copyright span a {
  color: inherit;
}
/* line 1097, sass/_layout.scss */
.landing .footer-socials .social-icons a {
  color: #fff;
}

/* line 1102, sass/_layout.scss */
.lead-heading {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

/* line 1108, sass/_layout.scss */
.btn-holder .btn {
  margin: 3px;
}

/* line 1112, sass/_layout.scss */
.video-box {
  position: relative;
}
/* line 1115, sass/_layout.scss */
.video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
/* line 1128, sass/_layout.scss */
.newsletter {
  padding: 53px 0;
}
/* line 1130, sass/_layout.scss */
.newsletter h4 {
  display: inline-block;
  margin-right: 38px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 1130, sass/_layout.scss */
  .newsletter h4 {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 1143, sass/_layout.scss */
.newsletter .newsletter-form,
.newsletter .newsletter-submit {
  display: inline-block;
}
/* line 1148, sass/_layout.scss */
.newsletter .newsletter-input {
  border-radius: 50px;
  vertical-align: middle;
  height: 44px;
  background: #fff;
  margin-right: 6px;
  border: 1px solid #eaeaea;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  width: 280px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  /* line 1148, sass/_layout.scss */
  .newsletter .newsletter-input {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
/* line 1166, sass/_layout.scss */
.newsletter .newsletter-submit.btn {
  display: inline-block;
  height: 44px;
  background-color: #1abcb0;
}

/*-------------------------------------------------------*/
/* London Resume
/*-------------------------------------------------------*/
/* line 1179, sass/_layout.scss */
.london h1, .london h2, .london h3, .london h4, .london h5, .london h6 {
  font-weight: 400;
  letter-spacing: -0.03em;
}
/* line 1184, sass/_layout.scss */
.london h2 {
  font-size: 34px;
}

/* line 1190, sass/_layout.scss */
.profile h1 {
  font-size: 36px;
  margin-left: -2px;
}
/* line 1195, sass/_layout.scss */
.profile .occupation {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 28px;
}
/* line 1201, sass/_layout.scss */
.profile table {
  width: 100%;
}
/* line 1205, sass/_layout.scss */
.profile table td {
  padding: 5px;
  font-size: 16px;
}
/* line 1210, sass/_layout.scss */
.profile table tr td:first-child {
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  color: #424242;
}
/* line 1216, sass/_layout.scss */
.profile table td a {
  color: #6c6c6c;
}
/* line 1219, sass/_layout.scss */
.profile table td a:hover {
  color: #1abcb0;
}
/* line 1224, sass/_layout.scss */
.profile address {
  margin-bottom: 0;
}
/* line 1228, sass/_layout.scss */
.profile .social-icons.nobase a {
  font-size: 16px;
  margin-right: 18px;
  color: #424242 !important;
}

/* line 1238, sass/_layout.scss */
.work-experience-item {
  margin-bottom: 77px;
}
/* line 1241, sass/_layout.scss */
.work-experience-item:last-child {
  margin-bottom: 0;
}

/* line 1246, sass/_layout.scss */
.work-experience-item h4 {
  margin-top: 16px;
  margin-bottom: 24px;
}

/* line 1251, sass/_layout.scss */
.time-period {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #1abcb0;
  font-size: 12px;
}

/* line 1261, sass/_layout.scss */
.education-item {
  margin-bottom: 72px;
}
/* line 1264, sass/_layout.scss */
.education-item:last-child {
  margin-bottom: 0;
}

/* line 1269, sass/_layout.scss */
.education-item h4 {
  margin-top: 16px;
  margin-bottom: 12px;
}

/* line 1274, sass/_layout.scss */
.place-of-study {
  font-size: 16px;
}

/* line 1281, sass/_layout.scss */
.contact-form.style-2 input {
  margin-bottom: 10px;
}
/* line 1285, sass/_layout.scss */
.contact-form.style-2 #comment {
  margin-bottom: 20px;
}

/* line 1292, sass/_layout.scss */
.contact-info li {
  line-height: 28px;
}
/* line 1296, sass/_layout.scss */
.contact-info a {
  color: #6c6c6c;
}
/* line 1299, sass/_layout.scss */
.contact-info a:hover {
  color: #1abcb0;
}
/* line 1304, sass/_layout.scss */
.contact-info address {
  margin-bottom: 0;
  line-height: inherit;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
/* line 1314, sass/_layout.scss */
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* line 1323, sass/_layout.scss */
.page-title .container {
  height: 350px;
}
/* line 1327, sass/_layout.scss */
.page-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
/* line 1336, sass/_layout.scss */
.page-title .breadcrumb a,
.page-title .breadcrumb > .active,
.page-title .entry-meta li a:hover {
  color: #fff;
}
/* line 1342, sass/_layout.scss */
.page-title .breadcrumb > li + li:before {
  color: #fff;
  opacity: 0.5;
  padding: 0 1px 0 5px;
}

/* line 1349, sass/_layout.scss */
.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
/* line 1355, sass/_layout.scss */
.title-holder .subheading {
  margin-bottom: 0;
}

/* line 1360, sass/_layout.scss */
.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* line 1365, sass/_layout.scss */
.title-text h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
}
/* line 1371, sass/_layout.scss */
.title-text .entry-meta {
  margin-top: 10px;
}
/* line 1375, sass/_layout.scss */
.title-text .entry-meta li {
  color: #fff;
}

/* line 1380, sass/_layout.scss */
.breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 13px;
  border-top: 1px solid #eaeaea;
}
/* line 1389, sass/_layout.scss */
.breadcrumb li,
.breadcrumb li a,
.breadcrumb li a.active {
  font-size: 12px;
  color: #a3a3a3;
}
/* line 1396, sass/_layout.scss */
.breadcrumb > .active {
  color: #6c6c6c;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
/* line 1408, sass/_layout.scss */
.page-title.style-2 .title-holder {
  max-width: 860px;
  margin: auto;
}
/* line 1413, sass/_layout.scss */
.page-title.style-2 .title-text h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 75px;
  font-weight: bold;
}
/* line 1420, sass/_layout.scss */
.page-title.style-2 .subheading {
  font-size: 26px;
  line-height: 50px;
}
/* line 1425, sass/_layout.scss */
.page-title.style-2 .breadcrumb {
  position: absolute;
  right: 0;
  width: auto;
  background-color: transparent;
  top: 50%;
  padding: 0;
  margin: -10px 0 0 0;
}
/* line 1435, sass/_layout.scss */
.page-title.style-2 .breadcrumb a,
.page-title.style-2 .breadcrumb > li + li:before {
  color: #6c6c6c;
}
/* line 1440, sass/_layout.scss */
.page-title.style-2 .breadcrumb > .active,
.page-title.style-2 .breadcrumb a:hover {
  color: #424242;
}

/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
/* line 1453, sass/_layout.scss */
.page-title.style-4 .container {
  height: 70vh;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
/* line 1464, sass/_layout.scss */
.page-404 h2 {
  font-family: "Open Sans", sans-serif;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 24px;
}
/* line 1471, sass/_layout.scss */
.page-404 h1 {
  font-size: 200px;
  line-height: 1.2;
}
/* line 1476, sass/_layout.scss */
.page-404 a,
.page-404 p {
  font-size: 14px;
}
/* line 1481, sass/_layout.scss */
.page-404 form {
  max-width: 370px;
  margin: auto;
}

/*-------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------*/
/* line 1492, sass/_layout.scss */
.bg-parallax {
  position: relative;
}

/* line 1496, sass/_layout.scss */
.parallax-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* line 1508, sass/_layout.scss */
.parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  will-change: transform;
}

/* line 1520, sass/_layout.scss */
.counters.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/results_bg.jpg);
}

/* line 1524, sass/_layout.scss */
.testimonials.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/testimonials_bg.jpg);
}

/* line 1528, sass/_layout.scss */
.testimonials.style-2.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/testimonials_bg_3.jpg);
}

/* line 1532, sass/_layout.scss */
.call-to-action.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/cta_bg.jpg);
}

/* line 1536, sass/_layout.scss */
.mobile .parallax-inner {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/*-------------------------------------------------------*/
/* Quote
/*-------------------------------------------------------*/
/* line 1545, sass/_layout.scss */
.quote {
  padding: 0;
}
/* line 1548, sass/_layout.scss */
.quote:before {
  content: 'ÔÇ£';
  display: inline-block;
  font-size: 63px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  position: relative;
  top: 15px;
}
/* line 1558, sass/_layout.scss */
.quote span {
  font-size: 14px;
}

/*-------------------------------------------------------*/
/* Coming Soon
/*-------------------------------------------------------*/
/* line 1567, sass/_layout.scss */
.coming-soon:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
}

/* line 1576, sass/_layout.scss */
.full-height-outer {
  display: table;
  width: 100%;
}

/* line 1581, sass/_layout.scss */
.full-height-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 1586, sass/_layout.scss */
.submit-email input:first-child {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 1586, sass/_layout.scss */
  .submit-email input:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px !important;
  }
}

/* line 1599, sass/_layout.scss */
#countdown {
  color: #fff;
}
/* line 1602, sass/_layout.scss */
#countdown > div {
  display: inline-block;
  padding: 0 15px;
  width: 20%;
}
/* line 1608, sass/_layout.scss */
#countdown span {
  display: block;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 1608, sass/_layout.scss */
  #countdown span {
    font-size: 30px;
  }
}
/* line 1620, sass/_layout.scss */
#countdown label {
  color: #fff;
  font-size: 18px;
}

/*-------------------------------------------------------*/
/* Cookies
/*-------------------------------------------------------*/
/* line 1630, sass/_layout.scss */
.cc-window.cc-banner {
  box-shadow: 0 6px 20px 10px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------*/
/* Flexbox
/*-------------------------------------------------------*/
/* line 1639, sass/_layout.scss */
.flex-parent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

/* line 1653, sass/_layout.scss */
.flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*-------------------------------------------------------*/
/* Promo Video
/*-------------------------------------------------------*/
/* line 1662, sass/_layout.scss */
.promo-video-info h2 {
  padding-top: 50px;
  margin-bottom: 15px;
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  /* line 1662, sass/_layout.scss */
  .promo-video-info h2 {
    padding-top: 0;
  }
}
/* line 1671, sass/_layout.scss */
.promo-video-info p {
  margin-bottom: 29px;
}

/*-------------------------------------------------------*/
/* Promo Colored Boxes
/*-------------------------------------------------------*/
/* line 1680, sass/_layout.scss */
.promo-box {
  padding: 137px 5%;
}
/* line 1683, sass/_layout.scss */
.promo-box:first-child {
  background-color: #24292d;
}
/* line 1687, sass/_layout.scss */
.promo-box:nth-child(2) {
  background-color: #1abcb0;
}
/* line 1691, sass/_layout.scss */
.promo-box:nth-child(3) {
  background-color: #6060d9;
}
/* line 1695, sass/_layout.scss */
.promo-box p {
  margin-top: 15px;
  margin-bottom: 29px;
}
/* line 1700, sass/_layout.scss */
.promo-box a.btn:hover {
  background-color: #fff;
}
/* line 1703, sass/_layout.scss */
.promo-box a.btn:hover span {
  color: #424242;
}

/*-------------------------------------------------------*/
/* Overlap Pricing Section
/*-------------------------------------------------------*/
/* line 1714, sass/_layout.scss */
.overlap-bg-section {
  padding-bottom: 300px !important;
  position: relative;
  z-index: 3;
}

/* line 1720, sass/_layout.scss */
.offset-top {
  overflow: visible;
  padding-top: 0;
}
/* line 1724, sass/_layout.scss */
.offset-top .container {
  margin-top: -310px;
  position: relative;
  z-index: 3;
}

/*-------------------------------------------------------*/
/* Partners Grid
/*-------------------------------------------------------*/
/* line 1736, sass/_layout.scss */
.partner-cell {
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 60px 0;
}

/*-------------------------------------------------------*/
/* Promo image with text
/*-------------------------------------------------------*/
/* line 1747, sass/_layout.scss */
.promo-info-holder {
  margin-top: 30px;
}

/* line 1751, sass/_layout.scss */
.promo-title {
  font-size: 28px;
  line-height: 40px;
  max-width: 370px;
}

/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/
/* line 5, sass/_blog.scss */
.entry-img {
  position: relative;
  overflow: hidden;
}
/* line 9, sass/_blog.scss */
.entry-img img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 16, sass/_blog.scss */
.post-single .article p {
  margin-bottom: 20px;
}

/* line 20, sass/_blog.scss */
.entry-meta {
  margin-bottom: 7px;
}

/* line 24, sass/_blog.scss */
.entry-meta li {
  color: #a3a3a3;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
}
/* line 32, sass/_blog.scss */
.entry-meta li:last-child {
  margin-right: 0;
}
/* line 36, sass/_blog.scss */
.entry-meta li a {
  color: inherit;
}
/* line 39, sass/_blog.scss */
.entry-meta li a:hover {
  color: #1abcb0;
}
/* line 44, sass/_blog.scss */
.entry-meta li i {
  margin-right: 5px;
}

/* line 50, sass/_blog.scss */
.entry-wrap {
  position: relative;
  padding: 40px;
  background: #fff;
}

/* line 56, sass/_blog.scss */
.entry-title {
  font-size: 24px;
  margin-bottom: 3px;
  line-height: 1.4;
}
/* line 61, sass/_blog.scss */
.entry-title a:hover {
  color: #1abcb0;
}

/* line 68, sass/_blog.scss */
.blog-standard .post-content .entry-title {
  font-size: 24px;
  margin-bottom: 21px;
}
/* line 73, sass/_blog.scss */
.blog-standard .post-content .entry-img,
.blog-standard .post-content .entry-slider,
.blog-standard .post-content .entry-video {
  position: relative;
  overflow: hidden;
}

/* line 81, sass/_blog.scss */
.blog-standard .entry-item {
  margin-bottom: 8%;
  position: relative;
}

/* line 86, sass/_blog.scss */
.read-more {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

/* line 92, sass/_blog.scss */
.post-content {
  padding-right: 3.2%;
}

/* Quote Post
-------------------------------------------------------*/
/* line 99, sass/_blog.scss */
.entry .blockquote-style-1 {
  background: #fff;
}
/* line 102, sass/_blog.scss */
.entry .blockquote-style-1 p > a {
  color: #424242;
}
/* line 105, sass/_blog.scss */
.entry .blockquote-style-1 p > a:hover {
  color: #1abcb0;
}
/* line 110, sass/_blog.scss */
.entry .blockquote-style-1 span {
  font-size: 14px;
  display: block;
}

/* Video Post
-------------------------------------------------------*/
/* line 119, sass/_blog.scss */
.entry-video iframe {
  width: 100%;
  display: block;
  border: 0;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
/* line 130, sass/_blog.scss */
.pagination {
  border-radius: 0;
  display: block;
  margin-top: 60px;
}

/* line 136, sass/_blog.scss */
.pagination a,
.pagination span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  float: left;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 3px;
  text-align: center;
  border: 2px solid #eaeaea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}

.pagination a:focus,
.pagination a:hover {
  color: white;
}
/* 


/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
/* line 177, sass/_blog.scss */
.left-sidebar {
  float: left;
}

/* line 183, sass/_blog.scss */
.sidebar .widget-title {
  margin-bottom: 28px;
  font-size: 16px;
}
/* line 188, sass/_blog.scss */
.sidebar .widget {
  margin-top: 50px;
  margin-bottom: 0;
}
/* line 192, sass/_blog.scss */
.sidebar .widget:first-child {
  margin-top: 0;
}
/* line 196, sass/_blog.scss */
.sidebar .widget:last-child {
  margin-bottom: 30px;
}
/* line 200, sass/_blog.scss */
.sidebar .widget > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 205, sass/_blog.scss */
.sidebar .widget > ul > li:first-child {
  padding-top: 0;
}

/* line 211, sass/_blog.scss */
.widget.categories ul li.active-cat a {
  color: #424242;
}

/* line 215, sass/_blog.scss */
.widget.categories ul li a {
  color: #6c6c6c;
}
/* line 218, sass/_blog.scss */
.widget.categories ul li a:hover {
  color: #1abcb0;
}

/* line 223, sass/_blog.scss */
.widget.categories li span {
  right: 0;
  position: absolute;
  color: #6c6c6c;
}

/* Entry List
-------------------------------------------------------*/
/* line 233, sass/_blog.scss */
.post-small img {
  width: auto;
}

/* line 239, sass/_blog.scss */
.entry-list .entry-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 245, sass/_blog.scss */
.entry-list li .entry-meta {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 250, sass/_blog.scss */
.entry-list ul > li {
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}
/* line 254, sass/_blog.scss */
.entry-list ul > li:first-child {
  padding-top: 0 !important;
}
/* line 258, sass/_blog.scss */
.entry-list ul > li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
/* line 263, sass/_blog.scss */
.entry-list ul > li .entry-title {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
/* line 271, sass/_blog.scss */
.entry-list ul > li .entry-meta li:first-child {
  padding-left: 0;
}
/* line 276, sass/_blog.scss */
.entry-list.w-thumbs ul > li {
  padding: 15px 0;
}

/* line 281, sass/_blog.scss */
.sidebar .entry-meta li {
  font-size: 12px;
}
/* line 284, sass/_blog.scss */
.sidebar .entry-meta li a {
  color: #6c6c6c;
}

/* Sidebar Search
-------------------------------------------------------*/
/* line 293, sass/_blog.scss */
.widget.search .searchbox {
  background-color: #fff;
  border: 2px solid #eaeaea;
}
/* line 297, sass/_blog.scss */
.widget.search .searchbox:focus {
  border-color: #1abcb0;
}

/* line 302, sass/_blog.scss */
.search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
}

/* line 311, sass/_blog.scss */
.search-button i {
  font-size: 13px;
}
/* line 314, sass/_blog.scss */
.search-button i:hover {
  color: #171717;
}

/* Tags
-------------------------------------------------------*/
/* line 322, sass/_blog.scss */
.tags a {
  padding: 10px 13px;
  line-height: 1;
  margin: 0 6px 6px 0;
  font-size: 14px;
  color: #6c6c6c;
  background-color: #f7f7f7;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 333, sass/_blog.scss */
.tags a:hover {
  background-color: #1abcb0;
  color: #fff;
  border-color: transparent;
}

/* line 340, sass/_blog.scss */
.tags.light a {
  background-color: #fff;
}
/* line 343, sass/_blog.scss */
.tags.light a:hover {
  background-color: #1abcb0;
}

/*-------------------------------------------------------*/
/* Blog Masonry
/*-------------------------------------------------------*/
/* line 353, sass/_blog.scss */
.blog-masonry .entry-item {
  margin-bottom: 30px;
}

/* line 357, sass/_blog.scss */
.blog-masonry .entry-title {
  font-size: 20px;
  margin-bottom: 15px;
}

/* line 362, sass/_blog.scss */
.card .entry-date {
  position: absolute;
  pointer-events: none;
  top: 0;
  background-color: #424242;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  padding: 11px 14px;
}
/* line 373, sass/_blog.scss */
.card .entry-date span {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}

/*-------------------------------------------------------*/
/* Blog Single
/*-------------------------------------------------------*/
/* line 387, sass/_blog.scss */
.post-single .entry-wrap {
  padding: 6% 9%;
}
/* line 391, sass/_blog.scss */
.post-single .article p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 32px;
}
/* line 397, sass/_blog.scss */
.post-single .entry-content .lead {
  font-size: 20px;
  line-height: 34px;
}

/* Share / tags
/*-------------------------------------------------------*/
/* line 405, sass/_blog.scss */
.entry-content .entry-tags span,
.entry-share span {
  display: inline-block;
  margin-right: 10px;
  color: #424242;
}

/* line 412, sass/_blog.scss */
.entry-content .entry-tags span {
  margin-right: 0;
}

/* line 416, sass/_blog.scss */
.entry-content .entry-tags a {
  margin: 0;
  padding: 0;
  background-color: transparent;
  float: none;
}
/* line 422, sass/_blog.scss */
.entry-content .entry-tags a:hover {
  color: #424242;
}

/* line 427, sass/_blog.scss */
.entry-share {
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 20px;
}
/* line 432, sass/_blog.scss */
.entry-share .social-icons {
  margin-top: 0;
  display: inline-block;
}

/* Author
/*-------------------------------------------------------*/
/* line 441, sass/_blog.scss */
.entry-author-box {
  padding: 50px 40px;
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 80px;
}

/* line 448, sass/_blog.scss */
.entry-author-box .author-img {
  display: block;
  border-radius: 50%;
  float: left;
}

/* line 454, sass/_blog.scss */
.entry-author-box .author-name,
.entry-comments .comment-author {
  margin-bottom: 0;
  display: block;
}

/* line 460, sass/_blog.scss */
.author-name {
  font-size: 18px;
  font-weight: 400;
}

/* line 465, sass/_blog.scss */
.author-info {
  padding-left: 86px;
}

/* line 469, sass/_blog.scss */
.author-info span {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
}

/* Comments
/*-------------------------------------------------------*/
/* line 479, sass/_blog.scss */
.entry-comments .comment-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
}

/* line 485, sass/_blog.scss */
.entry-comments .comment-content {
  padding-left: 86px;
  margin-top: 5px;
}

/* line 490, sass/_blog.scss */
.entry-comments .comment-author {
  color: #424242;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* line 497, sass/_blog.scss */
.entry-comments span {
  display: inline-block;
}

/* line 501, sass/_blog.scss */
.entry-comments span:last-of-type {
  margin-bottom: 10px;
}

/* line 505, sass/_blog.scss */
.entry-comments .comment-content span a {
  font-size: 12px;
  color: #929292;
}

/* line 510, sass/_blog.scss */
.entry-comments .comment-content p {
  margin-bottom: 10px;
}

/* line 514, sass/_blog.scss */
.comment-reply {
  padding-left: 10%;
}

/* line 518, sass/_blog.scss */
.comment-body {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

/* line 524, sass/_blog.scss */
#comment {
  margin-bottom: 20px;
}

/* line 528, sass/_blog.scss */
.comment-form input {
  margin-bottom: 20px !important;
}

/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
/* line 5, sass/_portfolio.scss */
.works-grid.grid-5-col .work-item {
  width: 20%;
}

/* line 6, sass/_portfolio.scss */
.works-grid.grid-4-col .work-item {
  width: 25%;
}

/* line 7, sass/_portfolio.scss */
.works-grid.grid-3-col .work-item {
  width: 33.333%;
}

/* line 8, sass/_portfolio.scss */
.works-grid.grid-2-col .work-item {
  width: 50%;
}

/* line 9, sass/_portfolio.scss */
.works-grid.small-gutter {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 10, sass/_portfolio.scss */
.works-grid.small-gutter .work-item {
  padding: 0 4px;
}

/* line 11, sass/_portfolio.scss */
.works-grid.gutter .work-item {
  padding: 0 15px;
}

/* line 12, sass/_portfolio.scss */
.works-grid.no-gutter .work-item {
  padding: 0;
}

/* line 13, sass/_portfolio.scss */
.works-grid.small-gutter .work-container {
  margin-bottom: 8px;
}

/* line 14, sass/_portfolio.scss */
.works-grid.small-gutter.with-title .work-container {
  margin-bottom: 30px;
}

/* line 15, sass/_portfolio.scss */
.works-grid.no-gutter .work-img {
  border-radius: 0;
}

/* line 17, sass/_portfolio.scss */
.flickity-slider-wrap.items-4 .work-item {
  width: 25%;
}

/* line 21, sass/_portfolio.scss */
.flickity-slider-wrap.items-3 .work-item {
  width: 33.333%;
}

/* line 27, sass/_portfolio.scss */
#showcases-slider .work-item {
  width: 60%;
  margin: 0 20px;
  box-shadow: 0px 1px 4px 0px rgba(25, 27, 31, 0.1);
}
/* line 32, sass/_portfolio.scss */
#showcases-slider .work-item.is-selected {
  box-shadow: 0px 10px 20px 0px rgba(25, 27, 31, 0.1);
}
/* line 37, sass/_portfolio.scss */
#showcases-slider .flickity-viewport {
  overflow: visible;
}

/* line 46, sass/_portfolio.scss */
.flickity-slider-wrap.with-spacing {
  margin: 0 -8px;
}
/* line 49, sass/_portfolio.scss */
.flickity-slider-wrap.with-spacing .gallery-cell {
  padding: 0 8px;
}

/* line 54, sass/_portfolio.scss */
#slider-3-items .work-item {
  width: 33.333%;
  padding: 0 15px;
}

/* line 59, sass/_portfolio.scss */
#photography-slider img {
  padding: 0 2px;
  height: 780px;
  max-width: none;
}
@media (max-width: 991px) {
  /* line 59, sass/_portfolio.scss */
  #photography-slider img {
    height: 400px;
  }
}

/* line 69, sass/_portfolio.scss */
#slider-single .work-item {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 75, sass/_portfolio.scss */
.owl-carousel .work-container,
.gallery-cell .work-container,
.works-grid.no-gutter .work-container {
  margin-bottom: 0;
}

/* line 81, sass/_portfolio.scss */
.portfolio-filter {
  margin-bottom: 50px;
  font-size: 12px;
}
/* line 86, sass/_portfolio.scss */
.portfolio-filter.style-2 .portfolio-filter-wrap {
  display: inline-block;
  border-bottom: 1px solid #eaeaea;
}
/* line 91, sass/_portfolio.scss */
.portfolio-filter.style-2 a {
  padding: 0 20px 10px !important;
  margin-bottom: -1px;
  color: #424242;
}
/* line 97, sass/_portfolio.scss */
.portfolio-filter.style-2 a.active {
  border-bottom: 1px solid #1abcb0;
}
/* line 102, sass/_portfolio.scss */
.portfolio-filter a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0 10px;
  color: #b9b9b9;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 112, sass/_portfolio.scss */
.portfolio-filter a.active, .portfolio-filter a:hover {
  color: #424242;
}

/* line 119, sass/_portfolio.scss */
.work-container {
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 124, sass/_portfolio.scss */
.work-item {
  position: relative;
  float: left;
}
/* line 129, sass/_portfolio.scss */
.work-item.hover-1 .work-description {
  background-color: #fff;
  text-align: center;
  color: #424242;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
/* line 138, sass/_portfolio.scss */
.work-item.hover-1 .work-description span {
  color: #6c6c6c;
}
/* line 143, sass/_portfolio.scss */
.work-item.hover-1 .work-img img {
  -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
/* line 148, sass/_portfolio.scss */
.work-item.hover-1:hover .work-description {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 152, sass/_portfolio.scss */
.work-item.hover-1:hover img {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
/* line 159, sass/_portfolio.scss */
.work-item.hover-2 .work-description {
  top: 0;
  padding: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 165, sass/_portfolio.scss */
.work-item.hover-2:hover .work-description {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 171, sass/_portfolio.scss */
.work-item.hover-3 .work-description {
  top: 55%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 177, sass/_portfolio.scss */
.work-item.hover-3:hover .work-description {
  top: 50%;
}
/* line 183, sass/_portfolio.scss */
.work-item.hover-4 .hover-overlay {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
/* line 193, sass/_portfolio.scss */
.work-item.hover-4:hover .hover-overlay {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 197, sass/_portfolio.scss */
.work-item.hover-4:hover .work-img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 201, sass/_portfolio.scss */
.work-item.hover-4 .work-description {
  text-align: center;
}
/* line 207, sass/_portfolio.scss */
.work-item.hover-5 .hover-overlay {
  text-align: center;
}
/* line 211, sass/_portfolio.scss */
.work-item.hover-5 .work-description {
  top: 55%;
}
/* line 215, sass/_portfolio.scss */
.work-item.hover-5.hover-blue .hover-overlay {
  background-color: rgba(35, 171, 196, 0.9);
}
/* line 218, sass/_portfolio.scss */
.work-item.hover-5.hover-green .hover-overlay {
  background-color: rgba(75, 225, 206, 0.9);
}
/* line 221, sass/_portfolio.scss */
.work-item.hover-5.hover-pink .hover-overlay {
  background-color: rgba(222, 69, 90, 0.9);
}
/* line 224, sass/_portfolio.scss */
.work-item.hover-5.hover-violet .hover-overlay {
  background-color: rgba(96, 96, 217, 0.9);
}
/* line 227, sass/_portfolio.scss */
.work-item.hover-5.hover-orange .hover-overlay {
  background-color: rgba(234, 121, 59, 0.9);
}
/* line 231, sass/_portfolio.scss */
.work-item.hover-5:hover .work-description {
  top: 50%;
}
/* line 237, sass/_portfolio.scss */
.work-item.hover-6 .work-description {
  top: 0;
  padding: 30px;
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 243, sass/_portfolio.scss */
.work-item.hover-6:hover .work-description {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 247, sass/_portfolio.scss */
.work-item.hover-6 .hover-overlay {
  background-color: rgba(26, 188, 176, 0.75);
}
/* line 252, sass/_portfolio.scss */
.work-item.hover-2:hover .work-img img, .work-item.hover-3:hover .work-img img {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
/* line 257, sass/_portfolio.scss */
.work-item:hover .project-icons {
  top: 42%;
}

/* line 262, sass/_portfolio.scss */
.work-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* line 267, sass/_portfolio.scss */
.work-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* line 276, sass/_portfolio.scss */
.work-img.rounded {
  border-radius: 4px;
}
/* line 280, sass/_portfolio.scss */
.work-img > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 288, sass/_portfolio.scss */
.hover-overlay .work-description {
  top: 50%;
  bottom: auto;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 294, sass/_portfolio.scss */
.hover-overlay .work-description h3,
.hover-overlay .work-description span {
  color: inherit;
}

/* line 300, sass/_portfolio.scss */
.work-description {
  padding: 14px 20px;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
/* line 310, sass/_portfolio.scss */
.work-description h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
}
/* line 316, sass/_portfolio.scss */
.work-description h3 a:hover {
  color: #1abcb0;
}
/* line 321, sass/_portfolio.scss */
.work-description > span {
  color: #6c6c6c;
  font-size: 13px;
}
/* line 326, sass/_portfolio.scss */
.work-description i {
  font-size: 40px;
}

/* line 335, sass/_portfolio.scss */
.works-grid.with-title .work-description {
  position: relative;
  bottom: auto;
  padding: 20px 0 0;
}
/* line 341, sass/_portfolio.scss */
.works-grid.with-title .work-item:hover .work-img img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* line 345, sass/_portfolio.scss */
.works-grid.with-title .work-item:hover .project-icons {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
/* line 351, sass/_portfolio.scss */
.works-grid.with-title .work-item .work-description h3 {
  font-size: 16px;
  letter-spacing: normal;
}
/* line 356, sass/_portfolio.scss */
.works-grid.with-title .work-item:hover .project-icons {
  top: calc(50% - 44px);
}

/* line 362, sass/_portfolio.scss */
.project-icons {
  position: absolute;
  top: 36%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
/* line 370, sass/_portfolio.scss */
.project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 381, sass/_portfolio.scss */
.project-icons a:hover {
  opacity: .85;
}

/*-------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------*/
/* line 393, sass/_portfolio.scss */
#masonry-grid .work-item.quarter {
  width: 25%;
  float: left;
}
/* line 398, sass/_portfolio.scss */
#masonry-grid .work-item.half {
  width: 50%;
}

/*-------------------------------------------------------*/
/* Oslo Portfolio Tiles
/*-------------------------------------------------------*/
/* line 408, sass/_portfolio.scss */
.work-item-description {
  background-color: #fff;
  position: relative;
  text-align: center;
}

/* line 414, sass/_portfolio.scss */
.work-description-inner {
  position: absolute;
  padding: 0 50px;
}
/* line 418, sass/_portfolio.scss */
.work-description-inner h3 {
  font-size: 16px;
  margin-bottom: 14px;
}
/* line 423, sass/_portfolio.scss */
.work-description-inner .bottom-line:after {
  border-color: #c8c8c8;
  margin: 16px auto 0;
}
/* line 428, sass/_portfolio.scss */
.work-description-inner p {
  margin-bottom: 0;
}

/* line 433, sass/_portfolio.scss */
.grid-tiles .work-item-description:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  /* line 448, sass/_portfolio.scss */
  .grid-tiles .work-item:nth-child(2n) .work-container {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  /* line 452, sass/_portfolio.scss */
  .grid-tiles .work-item:nth-child(2n) .work-item-description {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 456, sass/_portfolio.scss */
  .grid-tiles .work-item:nth-child(2n) .work-item-description:before {
    bottom: -13px;
    top: auto;
  }
}
/* line 462, sass/_portfolio.scss */
.hover-zoom .work-img img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* line 466, sass/_portfolio.scss */
.hover-zoom:hover .work-img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*-------------------------------------------------------*/
/* With Description
/*-------------------------------------------------------*/
/* line 475, sass/_portfolio.scss */
.works-grid.description .work-description {
  padding: 40px;
  background-color: #fff;
}

/* line 481, sass/_portfolio.scss */
.grid-1-col .work-item {
  width: 100%;
  padding: 0 15px;
}
/* line 485, sass/_portfolio.scss */
.grid-1-col .work-item:hover .work-container {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
  -moz-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
  -ms-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
  box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* line 491, sass/_portfolio.scss */
.grid-1-col .work-container {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  -moz-box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  -ms-box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 30px;
}
/* line 497, sass/_portfolio.scss */
.grid-1-col .work-description {
  width: 50%;
  bottom: auto;
  position: relative;
  float: right;
  background-color: #fff;
  padding: 75px 70px 270px;
}
/* line 505, sass/_portfolio.scss */
.grid-1-col .work-description h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
/* line 510, sass/_portfolio.scss */
.grid-1-col .work-description span {
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: #a3a3a3;
}

/* line 519, sass/_portfolio.scss */
.work-item.align-right .work-description {
  float: left;
}
/* line 523, sass/_portfolio.scss */
.work-item.align-right .bg-img-holder {
  float: right;
  right: 0;
}

/* line 529, sass/_portfolio.scss */
.bg-img-holder {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  float: left;
}
/* line 536, sass/_portfolio.scss */
.bg-img-holder .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover !important;
  background-position: 50% !important;
}
/* line 545, sass/_portfolio.scss */
.bg-img-holder img {
  display: none;
}

/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
/* line 555, sass/_portfolio.scss */
.project-description {
  padding-left: 5%;
}

/* line 561, sass/_portfolio.scss */
.product_meta .detail-wrap {
  display: table;
  table-layout: fixed;
}
/* line 566, sass/_portfolio.scss */
.product_meta .detail-label,
.product_meta .detail-value {
  display: table-cell;
  line-height: 28px;
  font-size: 14px;
}
/* line 573, sass/_portfolio.scss */
.product_meta .detail-label {
  min-width: 110px;
  color: #424242;
}

/*-------------------------------------------------------*/
/* Prject Nav
/*-------------------------------------------------------*/
/* line 584, sass/_portfolio.scss */
.project-nav {
  background-color: #f7f7f7;
  padding: 50px 0;
}
/* line 588, sass/_portfolio.scss */
.project-nav li {
  position: relative;
}
/* line 592, sass/_portfolio.scss */
.project-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #424242;
}
/* line 596, sass/_portfolio.scss */
.project-nav li a:hover {
  color: #1abcb0;
}
/* line 601, sass/_portfolio.scss */
.project-nav .page-prev a,
.project-nav .page-next a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 607, sass/_portfolio.scss */
.project-nav .page-prev i,
.project-nav .page-next i {
  font-size: 22px;
  position: absolute;
}
/* line 614, sass/_portfolio.scss */
.project-nav .page-prev i {
  left: 0;
}
/* line 618, sass/_portfolio.scss */
.project-nav .page-prev a {
  padding-left: 28px;
}
/* line 622, sass/_portfolio.scss */
.project-nav .page-prev a:hover {
  padding-left: 24px;
}
/* line 627, sass/_portfolio.scss */
.project-nav .page-next {
  text-align: right;
}
/* line 629, sass/_portfolio.scss */
.project-nav .page-next i {
  right: 0;
}
/* line 633, sass/_portfolio.scss */
.project-nav .page-next a {
  padding-right: 28px;
}
/* line 637, sass/_portfolio.scss */
.project-nav .page-next a:hover {
  padding-right: 24px;
}
/* line 642, sass/_portfolio.scss */
.project-nav .back-to-projects {
  text-align: center;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
/* line 655, sass/_portfolio.scss */
.portfolio-single.style-2 .project-description {
  padding-left: 15px;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/* line 4, sass/_shortcodes.scss */
.owl-carousel,
.flickity {
  overflow: hidden;
}

/* line 9, sass/_shortcodes.scss */
.owl-carousel img {
  width: 100%;
}

/* line 13, sass/_shortcodes.scss */
.owl-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

/* line 22, sass/_shortcodes.scss */
.owl-page {
  display: inline-block;
  padding: 5px;
  position: relative;
}
/* line 27, sass/_shortcodes.scss */
.owl-page.active span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  border-color: transparent;
  background: #1abcb0;
}
/* line 37, sass/_shortcodes.scss */
.owl-page span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 0.7;
  background: transparent;
  z-index: 100;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 49, sass/_shortcodes.scss */
.owl-page span:hover {
  opacity: 1;
}

/* line 55, sass/_shortcodes.scss */
.owl-carousel,
.slick-slider {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 64, sass/_shortcodes.scss */
.owl-buttons {
  position: static;
}

/* line 68, sass/_shortcodes.scss */
.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
  left: -40px;
}

/* line 74, sass/_shortcodes.scss */
.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
  right: -40px;
}

/* line 80, sass/_shortcodes.scss */
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 0;
}

/* line 85, sass/_shortcodes.scss */
.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 102, sass/_shortcodes.scss */
.flickity-prev-next-button,
.flex-direction-nav a {
  width: 30px;
  height: 60px;
  margin-top: -30px;
}

/* line 109, sass/_shortcodes.scss */
.flickity-prev-next-button.previous {
  border-radius: 0 3px 3px 0;
}

/* line 113, sass/_shortcodes.scss */
.flickity-prev-next-button.next {
  border-radius: 3px 0 0 3px;
}

/* line 117, sass/_shortcodes.scss */
.flex-direction-nav a {
  background-color: #fff;
}
/* line 120, sass/_shortcodes.scss */
.flex-direction-nav a i {
  font-size: 26px;
  color: #424242;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 131, sass/_shortcodes.scss */
.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0;
}

/* line 138, sass/_shortcodes.scss */
.owl-prev i,
.owl-next i,
#thumbs a i {
  position: relative;
  font-size: 40px;
  color: #424242;
}

/* line 146, sass/_shortcodes.scss */
.light-arrows .owl-prev i,
.light-arrows .owl-next i,
#flexslider.light-arrows a i {
  color: #fff;
}

/* line 152, sass/_shortcodes.scss */
.light-arrows .flickity-prev-next-button .arrow {
  fill: #fff;
}

/* line 156, sass/_shortcodes.scss */
.owl-carousel:hover .owl-next,
#flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

/* line 162, sass/_shortcodes.scss */
.owl-carousel:hover .owl-prev,
#flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

/* line 168, sass/_shortcodes.scss */
.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 0;
}

/* line 172, sass/_shortcodes.scss */
.flickity-slider-wrap:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 0;
}

/* line 177, sass/_shortcodes.scss */
.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 182, sass/_shortcodes.scss */
.flickity-prev-next-button:focus {
  box-shadow: none;
}

/* line 186, sass/_shortcodes.scss */
.flickity-prev-next-button {
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* line 193, sass/_shortcodes.scss */
.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* line 198, sass/_shortcodes.scss */
.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px;
}

/* line 204, sass/_shortcodes.scss */
.flickity-page-dots .dot,
.flex-control-paging li a {
  height: 12px;
  width: 12px;
  opacity: 0.5;
  margin: 0 5px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background: transparent;
}

/* line 216, sass/_shortcodes.scss */
.flickity-page-dots .dot:hover {
  opacity: 1;
}

/* line 220, sass/_shortcodes.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #1abcb0;
  border-color: transparent;
}

/* line 226, sass/_shortcodes.scss */
.flex-control-nav {
  bottom: 15px;
}
/* line 229, sass/_shortcodes.scss */
.flex-control-nav li {
  margin: 0;
}

/* line 234, sass/_shortcodes.scss */
.is-dragging {
  pointer-events: none;
}

/* line 238, sass/_shortcodes.scss */
.flickity-slider-wrap {
  overflow: hidden;
}
/* line 241, sass/_shortcodes.scss */
.flickity-slider-wrap.dots-inside .flickity-page-dots {
  position: absolute;
  bottom: 20px;
  margin-top: 0;
}

/* line 248, sass/_shortcodes.scss */
.flickity-slider-wrap.dark-dots .flickity-page-dots .dot,
.owl-dark-dots .owl-page span {
  border-color: #6c6c6c;
}

/* line 253, sass/_shortcodes.scss */
.flickity-slider-wrap.dark-dots .flickity-page-dots .dot.is-selected,
.owl-dark-dots .owl-page.active span {
  border-color: transparent;
}

/* line 258, sass/_shortcodes.scss */
.owl-white-dots .owl-page.active span {
  background-color: #fff;
}

/* line 262, sass/_shortcodes.scss */
.owl-carousel.dots-inside .owl-pagination {
  position: absolute;
  bottom: 20px;
  margin-top: 0;
}

/* line 269, sass/_shortcodes.scss */
.owl-custom-arrows {
  text-align: center;
}
/* line 272, sass/_shortcodes.scss */
.owl-custom-arrows .prev,
.owl-custom-arrows .next {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  height: 47px;
  width: 75px;
  line-height: 47px;
  font-size: 22px;
  text-align: center;
  color: #424242;
  border: 1px solid #edf2f4;
  border-radius: 3px;
}
/* line 286, sass/_shortcodes.scss */
.owl-custom-arrows .prev:hover,
.owl-custom-arrows .next:hover {
  color: #1abcb0;
}

/* line 292, sass/_shortcodes.scss */
.slider-gutter-14 {
  margin-left: -7px;
  margin-right: -7px;
}
/* line 296, sass/_shortcodes.scss */
.slider-gutter-14 .work-item {
  padding: 0 7px;
}

/*-------------------------------------------------------*/
/* Service Icons
/*-------------------------------------------------------*/
/* line 307, sass/_shortcodes.scss */
.service-item-box {
  position: relative;
}
/* line 310, sass/_shortcodes.scss */
.service-item-box .icon-holder {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 50%;
}
/* line 320, sass/_shortcodes.scss */
.service-item-box i {
  font-size: 28px;
  display: inline-block;
  line-height: 80px;
  color: #424242;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 329, sass/_shortcodes.scss */
.service-item-box.dark .icon-holder {
  background-color: #424242 !important;
}

/* line 336, sass/_shortcodes.scss */
.service-text h3 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 0;
}
/* line 343, sass/_shortcodes.scss */
.service-text p {
  margin-bottom: 0;
}

/* Hi Icon */
/* line 350, sass/_shortcodes.scss */
.hi-icon {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* line 358, sass/_shortcodes.scss */
.hi-icon:hover {
  background: #171717;
}
/* line 361, sass/_shortcodes.scss */
.hi-icon:hover i {
  color: #fff;
}
/* line 365, sass/_shortcodes.scss */
.hi-icon:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 372, sass/_shortcodes.scss */
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -5px;
  left: -5px;
  padding: 5px;
  box-shadow: 0 0 0 2px #171717;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
/* line 398, sass/_shortcodes.scss */
.service-item-box.style-2 .icon-holder {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: normal;
  background-color: transparent;
  margin-bottom: 26px;
  border-radius: 0;
}
/* line 409, sass/_shortcodes.scss */
.service-item-box.style-2 i {
  color: #1abcb0;
  line-height: normal;
  font-size: 36px;
}
/* line 415, sass/_shortcodes.scss */
.service-item-box.style-2 .service-text {
  padding-left: 0;
}

/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
/* line 427, sass/_shortcodes.scss */
.service-item-box.style-3 .icon-holder {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  text-align: center;
  background-color: #1abcb0;
  border-radius: 50%;
}
/* line 438, sass/_shortcodes.scss */
.service-item-box.style-3 i {
  font-size: 28px;
  line-height: 70px;
  color: #fff;
}
/* line 444, sass/_shortcodes.scss */
.service-item-box.style-3 .service-text {
  padding-left: 100px;
}

/*-------------------------------------------------------*/
/* Style-4
/*-------------------------------------------------------*/
/* line 456, sass/_shortcodes.scss */
.service-item-box.style-4 .icon-holder {
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  line-height: normal;
  background-color: transparent;
  margin-bottom: 0;
}
/* line 466, sass/_shortcodes.scss */
.service-item-box.style-4 i {
  font-size: 48px;
  color: #1abcb0;
  line-height: normal;
}
/* line 472, sass/_shortcodes.scss */
.service-item-box.style-4 h3 {
  font-size: 20px;
}
/* line 476, sass/_shortcodes.scss */
.service-item-box.style-4 .service-text {
  padding-left: 82px;
}

/*-------------------------------------------------------*/
/* Style-5
/*-------------------------------------------------------*/
@media (min-width: 992px) {
  /* line 486, sass/_shortcodes.scss */
  .service-item-box.style-5 {
    padding: 0 15px;
  }
}
/* line 491, sass/_shortcodes.scss */
.service-item-box.style-5 i {
  font-size: 70px;
  color: #1abcb0;
  margin-bottom: 41px;
}
/* line 497, sass/_shortcodes.scss */
.service-item-box.style-5 .service-text h3 {
  font-size: 22px;
}

/* line 502, sass/_shortcodes.scss */
.service-item-box.arrow-next:after {
  content: '\f061';
  font-size: 30px;
  color: #1abcb0;
  opacity: .25;
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: -30px;
  top: 10%;
}

/*-------------------------------------------------------*/
/* Style-6
/*-------------------------------------------------------*/
/* line 519, sass/_shortcodes.scss */
.service-item-box.style-6 {
  margin-bottom: 62px;
}
/* line 522, sass/_shortcodes.scss */
.service-item-box.style-6 .icon-holder {
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  line-height: normal;
  background-color: transparent;
  margin-bottom: 0;
}
/* line 532, sass/_shortcodes.scss */
.service-item-box.style-6 i {
  font-size: 38px;
  color: #424242;
  line-height: normal;
}
/* line 538, sass/_shortcodes.scss */
.service-item-box.style-6 h3 {
  font-size: 20px;
}
/* line 542, sass/_shortcodes.scss */
.service-item-box.style-6 .service-text {
  padding-left: 74px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 548, sass/_shortcodes.scss */
  .service-item-box.style-6 .service-text {
    padding-right: 0;
  }
}

/*-------------------------------------------------------*/
/* Style-7
/*-------------------------------------------------------*/
/* line 559, sass/_shortcodes.scss */
.service-item-box.style-7 {
  background-color: #fff;
  padding: 60px 40px;
}
/* line 563, sass/_shortcodes.scss */
.service-item-box.style-7 .icon-holder {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 20px;
}
/* line 571, sass/_shortcodes.scss */
.service-item-box.style-7 i {
  font-size: 56px;
  color: #1abcb0;
  line-height: normal;
}
/* line 577, sass/_shortcodes.scss */
.service-item-box.style-7 h3 {
  font-size: 20px;
}

/*-------------------------------------------------------*/
/* Flip Cards
/*-------------------------------------------------------*/
/* line 588, sass/_shortcodes.scss */
.flip-card {
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  background-color: transparent !important;
  padding: 0 !important;
}
/* line 596, sass/_shortcodes.scss */
.flip-card .front {
  background-color: #fff;
  padding: 60px 50px;
  z-index: 2;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  -ms-transform: rotateY(0deg) rotateX(0deg);
  -o-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 612, sass/_shortcodes.scss */
.flip-card .back {
  background-color: #fff;
  padding: 120px 60px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 632, sass/_shortcodes.scss */
.flip-card .back li {
  padding: 7px 0;
}
/* line 636, sass/_shortcodes.scss */
.flip-card .back i {
  font-size: 15px;
  margin-right: 7px;
  margin-bottom: 0;
}
/* line 644, sass/_shortcodes.scss */
.flip-card:hover .back {
  z-index: 2;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  -ms-transform: rotateY(0deg) rotateX(0deg);
  -o-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
}
/* line 649, sass/_shortcodes.scss */
.flip-card:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*-------------------------------------------------------*/
/* Device With Features
/*-------------------------------------------------------*/
/* line 661, sass/_shortcodes.scss */
.features-img img {
  display: inline-block;
}

/* line 665, sass/_shortcodes.scss */
.features-holder .service-item-box {
  padding: 0;
  margin-bottom: 63px;
  background-color: transparent;
  position: relative;
}
/* line 671, sass/_shortcodes.scss */
.features-holder .service-item-box.feature-right {
  text-align: right;
}

/* line 677, sass/_shortcodes.scss */
.service-item-box.feature-right .icon-holder {
  right: 0;
  left: auto;
}
/* line 682, sass/_shortcodes.scss */
.service-item-box.feature-right .service-text {
  padding-left: 0;
  padding-right: 100px;
}

/* line 691, sass/_shortcodes.scss */
.bg-color .service-item-box h3,
.bg-color .service-text p,
.bg-dark .service-item-box h3,
.bg-dark .service-text p,
.bg-darkblue .service-item-box h3,
.bg-darkblue .service-text p {
  color: #fff;
}
/* line 696, sass/_shortcodes.scss */
.bg-color .service-item-box .icon-holder,
.bg-dark .service-item-box .icon-holder,
.bg-darkblue .service-item-box .icon-holder {
  background-color: #fff !important;
}
/* line 700, sass/_shortcodes.scss */
.bg-color .service-item-box i,
.bg-dark .service-item-box i,
.bg-darkblue .service-item-box i {
  color: #424242;
}

/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/
/* line 710, sass/_shortcodes.scss */
.pricing-table {
  background-color: #fff;
  text-align: center;
  padding: 60px 30px;
  margin-bottom: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
}
/* line 719, sass/_shortcodes.scss */
.pricing-table.best:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #1abcb0;
}

/* line 731, sass/_shortcodes.scss */
.pricing-title h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
  color: #424242;
}

/* line 738, sass/_shortcodes.scss */
.pricing-price {
  padding: 25px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 44px;
  color: #424242;
}

/* line 746, sass/_shortcodes.scss */
.pricing-term {
  font-size: 13px;
  display: block;
  color: #9f9f9f;
  font-weight: normal;
}

/* line 753, sass/_shortcodes.scss */
.pricing-currency {
  display: inline-block;
  vertical-align: top;
  margin: 5px -10px 0 0px;
  font-size: 28px;
}

/* line 760, sass/_shortcodes.scss */
.pricing-features {
  color: #6c6c6c;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 765, sass/_shortcodes.scss */
.pricing-features li {
  padding: 12px 0;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
/* line 777, sass/_shortcodes.scss */
.pricing-tables.style-2 .pricing-table {
  padding: 60px;
  background-color: #fafafa;
  text-align: left;
}
/* line 783, sass/_shortcodes.scss */
.pricing-tables.style-2 .pricing-price {
  font-size: 60px;
}
/* line 787, sass/_shortcodes.scss */
.pricing-tables.style-2 .pricing-currency {
  margin: 10px -15px 0 0px;
}

/*-------------------------------------------------------*/
/* Progress Bars
/*-------------------------------------------------------*/
/* line 798, sass/_shortcodes.scss */
.progress-bar {
  -webkit-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: none;
  border-radius: 0;
  display: block;
  height: 8px;
  position: relative;
  background-color: #1abcb0;
}

/* line 808, sass/_shortcodes.scss */
.progress-bars {
  margin-bottom: 30px;
}
/* line 811, sass/_shortcodes.scss */
.progress-bars h6 {
  color: #6c6c6c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 400;
}
/* line 820, sass/_shortcodes.scss */
.progress-bars h6 span {
  color: #6c6c6c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  float: right;
  font-weight: 400;
}
/* line 828, sass/_shortcodes.scss */
.progress-bars.dark .progress.meter {
  background-color: #313235;
}
/* line 832, sass/_shortcodes.scss */
.progress-bars.dark h6, .progress-bars.dark h6 span {
  color: #fff;
}

/* line 838, sass/_shortcodes.scss */
.progress.meter {
  height: 8px;
  border-radius: 0;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 846, sass/_shortcodes.scss */
.progress.meter:last-child {
  margin-bottom: 0;
}
/* line 850, sass/_shortcodes.scss */
.progress.meter.violet .progress-bar {
  background-color: #6060d9;
}
/* line 854, sass/_shortcodes.scss */
.progress.meter.red .progress-bar {
  background-color: #e95e49;
}
/* line 858, sass/_shortcodes.scss */
.progress.meter.green .progress-bar {
  background-color: #23c495;
}

/* line 863, sass/_shortcodes.scss */
.progress-percent {
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
  font-family: "Montserrat", sans-serif;
}

/*-------------------------------------------------------*/
/* Accordions and Toggles
/*-------------------------------------------------------*/
/* line 879, sass/_shortcodes.scss */
.accordion .panel-heading {
  position: relative;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 887, sass/_shortcodes.scss */
.accordion .panel-heading:hover {
  background-color: #efefef;
}
/* line 891, sass/_shortcodes.scss */
.accordion .panel-heading > a.minus {
  color: #1abcb0;
}
/* line 895, sass/_shortcodes.scss */
.accordion .panel-heading > a > span {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #1abcb0;
  right: 18px;
  top: 24px;
  position: absolute;
}
/* line 905, sass/_shortcodes.scss */
.accordion .panel-heading > a.plus > span {
  background-color: #6c6c6c;
}
/* line 909, sass/_shortcodes.scss */
.accordion .panel-heading > a.plus > span:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: #6c6c6c;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 921, sass/_shortcodes.scss */
.accordion.panel-group .panel {
  border: none;
  box-shadow: none;
  margin-top: 5px;
}
/* line 926, sass/_shortcodes.scss */
.accordion.panel-group .panel:first-child {
  margin-top: 0;
}

/* line 932, sass/_shortcodes.scss */
.panel-content p {
  margin-bottom: 0;
}

/* line 936, sass/_shortcodes.scss */
.accordion .panel-heading + .panel-collapse > .panel-body,
.panel-content {
  border: 1px solid #eaeaea;
  border-top-color: transparent;
  padding: 20px 30px;
  line-height: 26px;
  border-radius: 0;
}

/* line 945, sass/_shortcodes.scss */
.accordion .panel-heading > a,
.toggle > .acc-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 14px 20px;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 958, sass/_shortcodes.scss */
.accordion .panel-heading > a {
  border: 1px solid #e5e5e5;
}

/* line 962, sass/_shortcodes.scss */
.toggle > .acc-panel > a {
  border-bottom: 1px solid #eaeaea;
  padding: 14px 0;
}
/* line 966, sass/_shortcodes.scss */
.toggle > .acc-panel > a:after {
  font-family: "Icon54com";
  position: absolute;
  content: "\ebd0";
  right: 0;
  margin-top: 2px;
  color: #6c6c6c;
  font-size: 12px;
}
/* line 976, sass/_shortcodes.scss */
.toggle > .acc-panel > a.active:after {
  content: "\f0aa";
  color: #424242;
}

/* line 982, sass/_shortcodes.scss */
.toggle .panel-content {
  padding: 20px 0 10px;
  border: none;
}

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
/* line 992, sass/_shortcodes.scss */
.nav-tabs {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: -1px;
}

/* line 997, sass/_shortcodes.scss */
.nav.nav-tabs > li.active > a {
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-bottom: 2px solid transparent;
}

/* line 1003, sass/_shortcodes.scss */
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  color: #1abcb0;
}

/* line 1011, sass/_shortcodes.scss */
.nav.nav-tabs > li.active:before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #1abcb0;
}

/* line 1023, sass/_shortcodes.scss */
.nav-tabs > li {
  margin-bottom: -2px;
}

/* line 1027, sass/_shortcodes.scss */
.nav.nav-tabs > li > a {
  padding: 14px 20px 13px;
  background-color: #f7f7f7;
  margin-right: -1px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  color: #424242;
  font-size: 14px;
  font-weight: bold;
}

/* line 1039, sass/_shortcodes.scss */
.tab-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
/* line 1044, sass/_shortcodes.scss */
.tab-content > .tab-pane > p {
  margin-bottom: 0;
}

/* Border Bottom */
/* line 1054, sass/_shortcodes.scss */
.tabs-bb .nav.nav-tabs > li.active:before {
  display: none;
}
/* line 1058, sass/_shortcodes.scss */
.tabs-bb .nav.nav-tabs > li > a {
  border: none;
  background: transparent;
}
/* line 1063, sass/_shortcodes.scss */
.tabs-bb .nav.nav-tabs > li.active > a {
  border: none;
  border-bottom: 2px solid #1abcb0;
}
/* line 1068, sass/_shortcodes.scss */
.tabs-bb .tab-content {
  padding: 24px 0;
  border: none;
}

/* Vertical */
/* line 1077, sass/_shortcodes.scss */
.vertical .nav-tabs {
  float: left;
  width: 200px;
  position: relative;
  margin-right: -1px;
  border-right: 1px solid #eaeaea;
  border-bottom: none;
  z-index: 2;
}
/* line 1086, sass/_shortcodes.scss */
.vertical .nav-tabs > li {
  float: none;
  border: 1px solid #eaeaea;
  border-right: 0;
  border-top: 0;
  margin-bottom: 0;
}
/* line 1094, sass/_shortcodes.scss */
.vertical .nav-tabs > li:first-child {
  border-top: 1px solid #eaeaea;
}
/* line 1098, sass/_shortcodes.scss */
.vertical .nav-tabs > li.active:before {
  height: 100%;
  width: 2px;
  left: -1px;
}

/* line 1105, sass/_shortcodes.scss */
.vertical .nav.nav-tabs > li > a {
  padding: 14px 20px 13px;
  margin-right: 0;
  border: none;
}

/* line 1111, sass/_shortcodes.scss */
.vertical .nav.nav-tabs > li.active > a {
  border-right: 1px solid #fff;
  right: -1px;
  padding-left: 19px;
}

/*-------------------------------------------------------*/
/* Pie Charts
/*-------------------------------------------------------*/
/* line 1123, sass/_shortcodes.scss */
.pie-chart h6 {
  font-size: 16px;
  font-weight: bold;
}

/* line 1128, sass/_shortcodes.scss */
.chart {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  text-align: center;
}

/* line 1136, sass/_shortcodes.scss */
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1142, sass/_shortcodes.scss */
.chart i {
  line-height: 160px;
  font-size: 56px;
}

/* line 1147, sass/_shortcodes.scss */
.percent {
  display: inline-block;
  line-height: 160px;
  z-index: 2;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  color: #424242;
  font-weight: bold;
}

/* line 1157, sass/_shortcodes.scss */
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .9em;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
/* line 1168, sass/_shortcodes.scss */
.section-buttons .btn {
  margin-bottom: 20px;
}

/* line 1172, sass/_shortcodes.scss */
.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1189, sass/_shortcodes.scss */
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
/* line 1194, sass/_shortcodes.scss */
.btn:hover span {
  color: #fff;
}
/* line 1198, sass/_shortcodes.scss */
.btn:focus {
  color: #fff;
  outline: none !important;
}
/* line 1203, sass/_shortcodes.scss */
.btn span {
  position: relative;
  z-index: 3;
  -webkit-transition: color 0.3s !important;
  -moz-transition: color 0.3s !important;
  -ms-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  transition: color 0.3s !important;
}
/* line 1209, sass/_shortcodes.scss */
.btn.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
}
/* line 1213, sass/_shortcodes.scss */
.btn.btn-transparent:hover {
  background-color: #1abcb0;
  border-color: transparent;
}
/* line 1218, sass/_shortcodes.scss */
.btn.btn-transparent:hover span {
  color: #fff;
}
/* line 1223, sass/_shortcodes.scss */
.btn.btn-white {
  -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
/* line 1227, sass/_shortcodes.scss */
.btn.btn-white span {
  color: #171717;
}
/* line 1231, sass/_shortcodes.scss */
.btn.btn-white:hover {
  background-color: #1abcb0;
}
/* line 1235, sass/_shortcodes.scss */
.btn.btn-white:hover span {
  color: #fff;
}
/* line 1239, sass/_shortcodes.scss */
.btn.btn-white.hover-stroke:hover {
  background-color: transparent;
  border-color: #fff;
}
/* line 1245, sass/_shortcodes.scss */
.btn.btn-stroke {
  background-color: transparent;
  color: #171717;
  border: 2px solid #eaeaea;
}
/* line 1250, sass/_shortcodes.scss */
.btn.btn-stroke:hover {
  background-color: #1abcb0;
  border-color: transparent;
}
/* line 1256, sass/_shortcodes.scss */
.btn.btn-color {
  background-color: #1abcb0;
}
/* line 1259, sass/_shortcodes.scss */
.btn.btn-color:hover {
  background-color: #169d93;
}
/* line 1264, sass/_shortcodes.scss */
.btn.btn-dark {
  background-color: #424242;
}
/* line 1267, sass/_shortcodes.scss */
.btn.btn-dark:hover {
  background-color: #303030;
}
/* line 1272, sass/_shortcodes.scss */
.btn.btn-light {
  color: #424242;
  background-color: #f7f7f7;
}
/* line 1276, sass/_shortcodes.scss */
.btn.btn-light:hover {
  background-color: #1abcb0;
}
/* line 1281, sass/_shortcodes.scss */
.btn.btn-icon i {
  margin-right: 10px;
}

/* line 1286, sass/_shortcodes.scss */
.btn-lg {
  font-size: 15px;
  padding: 0 34px;
}
/* line 1290, sass/_shortcodes.scss */
.btn-lg span {
  line-height: 44px;
}
/* line 1294, sass/_shortcodes.scss */
.btn-lg.btn-icon i {
  font-size: 16px;
}

/* line 1299, sass/_shortcodes.scss */
.btn-md {
  font-size: 13px;
  padding: 0 27px;
}
/* line 1303, sass/_shortcodes.scss */
.btn-md span {
  line-height: 38px;
}
/* line 1307, sass/_shortcodes.scss */
.btn-md.btn-icon i {
  font-size: 15px;
}

/* line 1312, sass/_shortcodes.scss */
.btn-sm {
  font-size: 11px;
  padding: 0 25px;
}
/* line 1316, sass/_shortcodes.scss */
.btn-sm span {
  line-height: 32px;
}
/* line 1320, sass/_shortcodes.scss */
.btn-sm.btn-icon i {
  font-size: 12px;
}

/* line 1325, sass/_shortcodes.scss */
.rounded,
.rounded:before {
  border-radius: 70px;
}

/* line 1330, sass/_shortcodes.scss */
.btn-red {
  background-color: #e95e49;
}

/* line 1334, sass/_shortcodes.scss */
.btn-green {
  background-color: #23c495;
}

/* line 1338, sass/_shortcodes.scss */
.btn-violet {
  background-color: #6060d9;
}

/* line 1342, sass/_shortcodes.scss */
.btn-yellow {
  background-color: #e6b96a;
}

/* line 1346, sass/_shortcodes.scss */
.btn-orange {
  background-color: #e48343;
}

/* line 1350, sass/_shortcodes.scss */
.btn-gold {
  background-color: #cba173;
}

/* line 1354, sass/_shortcodes.scss */
.btn-pink-vibrant {
  background-color: #f01831;
}

/* line 1358, sass/_shortcodes.scss */
.btn-aqua-vibrant {
  background-color: #4be1ce;
}

/* line 1362, sass/_shortcodes.scss */
.btn-blue-vibrant {
  background-color: #58abcb;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
/* line 1372, sass/_shortcodes.scss */
.social-icons a {
  margin: 0 3px 6px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #6c6c6c;
  background-color: #f7f7f7;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1386, sass/_shortcodes.scss */
.social-icons a:last-child {
  margin-right: 0 !important;
}
/* line 1391, sass/_shortcodes.scss */
.social-icons:not(.colored) a:hover {
  background-color: #1abcb0;
  color: #fff !important;
}
/* line 1396, sass/_shortcodes.scss */
.social-icons.large a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
/* line 1403, sass/_shortcodes.scss */
.social-icons.medium a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 15px;
}
/* line 1410, sass/_shortcodes.scss */
.social-icons.small a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-right: 0px;
}
/* line 1418, sass/_shortcodes.scss */
.social-icons.base-white a {
  background-color: #fff;
}
/* line 1422, sass/_shortcodes.scss */
.social-icons.dark a {
  background-color: #252525;
  color: #6c6c6c;
}
/* line 1427, sass/_shortcodes.scss */
.social-icons.nobase a {
  width: auto;
  height: auto;
  margin-right: 14px;
  background-color: transparent;
  color: #fff;
}
/* line 1434, sass/_shortcodes.scss */
.social-icons.nobase a:hover {
  background-color: transparent !important;
  color: #fff;
}
/* line 1440, sass/_shortcodes.scss */
.social-icons.nobase.dark a {
  color: #6c6c6c;
}
/* line 1443, sass/_shortcodes.scss */
.social-icons.nobase.dark a:hover {
  color: #424242 !important;
}
/* line 1448, sass/_shortcodes.scss */
.social-icons.transparent a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 1454, sass/_shortcodes.scss */
.rounded a {
  border-radius: 50%;
}

/* line 1458, sass/_shortcodes.scss */
.social-icons.colored a {
  color: #fff;
}
/* line 1461, sass/_shortcodes.scss */
.social-icons.colored a:hover {
  opacity: 0.9;
}

/* line 1466, sass/_shortcodes.scss */
.colored .social-twitter {
  background-color: #00acee;
}

/* line 1467, sass/_shortcodes.scss */
.colored .social-facebook {
  background-color: #3b5998;
}

/* line 1468, sass/_shortcodes.scss */
.colored .social-google-plus {
  background-color: #dd4b39;
}

/* line 1469, sass/_shortcodes.scss */
.colored .social-linkedin {
  background-color: #0e76a8;
}

/* line 1470, sass/_shortcodes.scss */
.colored .social-vimeo {
  background-color: #1ab7ea;
}

/* line 1471, sass/_shortcodes.scss */
.colored .social-youtube {
  background-color: #c4302b;
}

/* line 1472, sass/_shortcodes.scss */
.colored .social-instagram {
  background-color: #3f729b;
}

/* line 1473, sass/_shortcodes.scss */
.colored .social-pinterest {
  background-color: #c8232c;
}

/* line 1474, sass/_shortcodes.scss */
.colored .social-rss {
  background-color: #f26522;
}

/* line 1475, sass/_shortcodes.scss */
.colored .social-dribbble {
  background-color: #ea4c89;
}

/* line 1476, sass/_shortcodes.scss */
.colored .social-skype {
  background-color: #00aff0;
}

/* line 1477, sass/_shortcodes.scss */
.colored .social-soundcloud {
  background-color: #ff3300;
}

/* line 1478, sass/_shortcodes.scss */
.colored .social-vk {
  background-color: #45668e;
}

/* line 1479, sass/_shortcodes.scss */
.colored .social-delicious {
  background-color: #3399ff;
}

/* line 1480, sass/_shortcodes.scss */
.colored .social-android {
  background-color: #a4c639;
}

/* line 1481, sass/_shortcodes.scss */
.colored .social-digg {
  background-color: #000000;
}

/* line 1482, sass/_shortcodes.scss */
.colored .social-reddit {
  background-color: #ff4500;
}

/* line 1483, sass/_shortcodes.scss */
.colored .social-dropbox {
  background-color: #007ee5;
}

/* line 1484, sass/_shortcodes.scss */
.colored .social-odnoklassniki {
  background-color: #ed812b;
}

/* line 1485, sass/_shortcodes.scss */
.colored .social-github {
  background-color: #4183c4;
}

/* line 1486, sass/_shortcodes.scss */
.colored .social-flickr {
  background-color: #ff0084;
}

/* line 1487, sass/_shortcodes.scss */
.colored .social-lastfm {
  background-color: #d51007;
}

/* line 1488, sass/_shortcodes.scss */
.colored .social-email {
  background-color: #242424;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
/* line 1495, sass/_shortcodes.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  height: 42px;
  border: 2px solid transparent;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 30px;
  font-size: 15px;
  padding: 0 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1517, sass/_shortcodes.scss */
textarea {
  height: auto;
  padding: 8px 16px;
  margin-bottom: 25px;
}

/* line 1523, sass/_shortcodes.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #1abcb0;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

/* line 1543, sass/_shortcodes.scss */
input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
}

/* Change Color of Placeholders */
/* line 1550, sass/_shortcodes.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c6c6c;
}

/* line 1555, sass/_shortcodes.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}

/* line 1561, sass/_shortcodes.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}

/* line 1567, sass/_shortcodes.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6c6c6c;
}

/* line 1572, sass/_shortcodes.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* line 1583, sass/_shortcodes.scss */
select::-ms-expand {
  display: none;
}

/* line 1587, sass/_shortcodes.scss */
.row-12 input[type="text"],
.row-12 input[type="email"] {
  margin-bottom: 12px;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
/* line 1596, sass/_shortcodes.scss */
input[type="checkbox"] {
  display: none;
}

/* line 1600, sass/_shortcodes.scss */
input[type="checkbox"] + label:before {
  width: 18px;
  height: 18px;
  background-color: #ededed;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #eaeaea;
}

/* line 1614, sass/_shortcodes.scss */
input[type="checkbox"]:checked + label:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  color: #424242;
  font-size: 9px;
  line-height: 16px;
}

/* line 1622, sass/_shortcodes.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #424242;
  font-size: 15px;
}

/* line 1632, sass/_shortcodes.scss */
.radio-buttons > li,
.checkboxes > li {
  padding: 7px 0;
}

/* line 1637, sass/_shortcodes.scss */
input[type="radio"] {
  display: none;
}

/* line 1641, sass/_shortcodes.scss */
input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ededed;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
}

/* line 1655, sass/_shortcodes.scss */
input[type="radio"]:checked + label:before {
  background-color: #171717;
  border: 5px solid #ededed;
  padding: 1px;
}

/* line 1661, sass/_shortcodes.scss */
input[type="radio"]:focus {
  outline: none;
}

/* line 1665, sass/_shortcodes.scss */
label {
  color: #424242;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 7px;
}

/* line 1676, sass/_shortcodes.scss */
input.btn.btn-lg,
button.btn.btn-lg {
  padding: 0 34px;
  height: 51px;
}
/* line 1681, sass/_shortcodes.scss */
input.btn.btn-md,
button.btn.btn-md {
  padding: 0 27px;
  height: 44px;
}
/* line 1686, sass/_shortcodes.scss */
input.btn:hover,
button.btn:hover {
  background-color: #169d93;
  color: #fff;
}

/*-------------------------------------------------------*/
/* Lightboxes
/*-------------------------------------------------------*/
/* line 1696, sass/_shortcodes.scss */
.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

/* line 1700, sass/_shortcodes.scss */
.modal-body,
.modal-footer {
  padding: 30px;
}

/* line 1705, sass/_shortcodes.scss */
.modal-header {
  padding: 15px 30px;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
/* line 1714, sass/_shortcodes.scss */
table th {
  font-weight: normal;
}

/* line 1718, sass/_shortcodes.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #eaeaea;
  padding: 10px;
}

/* line 1728, sass/_shortcodes.scss */
.table > thead > tr > th {
  border-bottom: none;
}

/* line 1732, sass/_shortcodes.scss */
.table thead tr th {
  font-size: 12px;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* line 1741, sass/_shortcodes.scss */
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eaeaea;
}

/* line 1751, sass/_shortcodes.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

/*-------------------------------------------------------*/
/* Alert Boxes
/*-------------------------------------------------------*/
/* line 1759, sass/_shortcodes.scss */
.alert {
  padding: 14px 18px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  border-radius: 3px;
}
/* line 1766, sass/_shortcodes.scss */
.alert strong {
  color: inherit;
}

/* line 1771, sass/_shortcodes.scss */
.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative;
}

/* line 1778, sass/_shortcodes.scss */
.close {
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
}

/* line 1784, sass/_shortcodes.scss */
.modal-header .close {
  font-size: 25px;
  margin-top: 2px !important;
}

/* line 1789, sass/_shortcodes.scss */
.alert-success {
  background-color: #e5f9ee;
  color: #1abc9c;
}

/* line 1790, sass/_shortcodes.scss */
.alert-info {
  background-color: #e9f4f6;
  color: #23abc4;
}

/* line 1791, sass/_shortcodes.scss */
.alert-warning {
  background-color: #faf8f0;
  color: #b1804c;
}

/* line 1792, sass/_shortcodes.scss */
.alert-danger {
  background-color: #faefee;
  color: #e95e49;
}

/*-------------------------------------------------------*/
/* Counters
/*-------------------------------------------------------*/
/* line 1802, sass/_shortcodes.scss */
.counters.bg-parallax .statistic-timer,
.counters.bg-parallax .counter-text,
.counters.bg-color .statistic-timer,
.counters.bg-color .counter-text {
  color: #fff;
}
/* line 1807, sass/_shortcodes.scss */
.counters.bg-parallax .statistic-timer:after,
.counters.bg-color .statistic-timer:after {
  border-color: #fff;
}

/* line 1813, sass/_shortcodes.scss */
.statistic-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 1817, sass/_shortcodes.scss */
.statistic-timer {
  font-size: 78px;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
/* line 1824, sass/_shortcodes.scss */
.statistic-timer:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #a3a3a3;
  margin: 2px auto 28px;
  z-index: 1;
  position: relative;
}

/* line 1835, sass/_shortcodes.scss */
.statistic-1 {
  padding: 20px 0;
}
/* line 1838, sass/_shortcodes.scss */
.statistic-1.last {
  border-right: 0;
}
/* line 1842, sass/_shortcodes.scss */
.statistic-1 .statistic-timer {
  font-size: 48px;
  font-weight: 400;
}
/* line 1846, sass/_shortcodes.scss */
.statistic-1 .statistic-timer:after {
  display: none;
}
/* line 1851, sass/_shortcodes.scss */
.statistic-1 .counter-text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}

/* line 1858, sass/_shortcodes.scss */
.counter-text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #6c6c6c;
  font-family: "Montserrat", sans-serif;
}

/* line 1868, sass/_shortcodes.scss */
.statistic.with-icon .statistic-timer {
  display: block;
  margin: 20px 0;
}
/* line 1873, sass/_shortcodes.scss */
.statistic.with-icon i {
  font-size: 46px;
  color: #1abcb0;
  display: block;
  margin-bottom: 15px;
}

/*-------------------------------------------------------*/
/* Feature Boxes
/*-------------------------------------------------------*/
/* line 1886, sass/_shortcodes.scss */
.feature-box {
  padding: 40px;
  background-color: #fff;
}

/*-------------------------------------------------------*/
/* Promo Features
/*-------------------------------------------------------*/
/* line 1898, sass/_shortcodes.scss */
.promo-features .promo-features-title {
  font-size: 36px;
  margin-bottom: 20px;
}
/* line 1903, sass/_shortcodes.scss */
.promo-features.bg-img {
  background-image: url(../img/promo_features_bg.jpg);
  background-attachment: scroll;
  background-size: auto;
  -webkit-background-size: auto;
}

/*-------------------------------------------------------*/
/* Footer Type-1
/*-------------------------------------------------------*/
/* line 5, sass/_footer.scss */
.footer-widgets {
  padding: 80px 0;
}
/* line 8, sass/_footer.scss */
.footer-widgets .widget-title {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #c9c9c9;
  position: relative;
}
/* line 16, sass/_footer.scss */
.footer-widgets a {
  color: #6c6c6c;
}
/* line 19, sass/_footer.scss */
.footer-widgets a:hover {
  color: #424242;
}

/* line 27, sass/_footer.scss */
.footer.bg-dark .footer-widgets a:hover,
.footer.bg-dark .copyright a:hover,
.footer.bg-dark .footer-entry .entry-meta li a:hover,
.footer.bg-dark .bottom-footer-links li a:hover,
.footer.bg-dark .footer-widgets .entry-list ul > li a:hover {
  color: #fff;
}

/* line 38, sass/_footer.scss */
.footer-get-in-touch p,
.footer-get-in-touch a {
  line-height: 31px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 46, sass/_footer.scss */
.footer-address {
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 53, sass/_footer.scss */
.footer.bg-dark .entry-list ul > li,
.footer.bg-dark .list-dividers > li {
  border-color: #292929;
}
/* line 57, sass/_footer.scss */
.footer.bg-dark .entry-list ul > li .entry-meta li,
.footer.bg-dark .entry-list ul > li .entry-meta li a,
.footer.bg-dark .list-dividers > li .entry-meta li,
.footer.bg-dark .list-dividers > li .entry-meta li a {
  color: #4c4c4c;
  font-size: 12px;
}

/* line 65, sass/_footer.scss */
.entry-li:first-child,
.footer-links li:first-child {
  padding-top: 0 !important;
}

/* line 70, sass/_footer.scss */
.entry-li:last-child,
.footer-links li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* line 76, sass/_footer.scss */
.footer-links.list-no-dividers ul > li {
  padding: 7px 0;
}

/* line 82, sass/_footer.scss */
.newsletter-input {
  margin-bottom: 12px !important;
}

/* line 86, sass/_footer.scss */
.newsletter-submit.btn {
  background-color: #424242;
  padding: 12px 30px;
}
/* line 90, sass/_footer.scss */
.newsletter-submit.btn:hover {
  background-color: #1abcb0;
}

/* line 98, sass/_footer.scss */
.footer-payment-systems i {
  font-size: 26px;
  vertical-align: middle;
  line-height: 32px;
}

/* line 105, sass/_footer.scss */
.footer-widgets.top-bottom-dividers {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

/* line 110, sass/_footer.scss */
.footer-widgets.top-divider {
  border-top: 1px solid #eaeaea;
}

/* line 114, sass/_footer.scss */
.footer-widgets.bottom-divider {
  border-bottom: 1px solid #eaeaea;
}

/* line 118, sass/_footer.scss */
.bottom-footer {
  padding: 32px 0 21px;
  background-color: #121212;
}
/* line 122, sass/_footer.scss */
.bottom-footer .footer-socials {
  margin-top: 0;
}
/* line 126, sass/_footer.scss */
.bottom-footer .social-icons a {
  background-color: transparent;
  margin-bottom: 0;
}
/* line 130, sass/_footer.scss */
.bottom-footer .social-icons a:hover {
  background-color: transparent !important;
}

/* line 138, sass/_footer.scss */
.copyright span {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
}
/* line 144, sass/_footer.scss */
.copyright a {
  color: #6c6c6c;
}

/*-------------------------------------------------------*/
/* Footer Type-2
/*-------------------------------------------------------*/
/* line 154, sass/_footer.scss */
.footer-type-2 {
  padding: 50px 0 70px;
}
/* line 157, sass/_footer.scss */
.footer-type-2 .footer-widgets {
  padding: 0;
}

/* line 162, sass/_footer.scss */
#back-to-top.fixed-in-footer {
  position: relative;
  margin-top: 50px;
  display: inline-block !important;
  bottom: auto;
  right: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 172, sass/_footer.scss */
#back-to-top.fixed-in-footer a {
  color: #6c6c6c;
  font-size: 30px;
}
/* line 177, sass/_footer.scss */
#back-to-top.fixed-in-footer:hover {
  background-color: transparent !important;
}
/* line 180, sass/_footer.scss */
#back-to-top.fixed-in-footer:hover a {
  color: #424242 !important;
}

/* line 186, sass/_footer.scss */
#back-to-top.fixed-in-footer.style-2 {
  width: auto;
  height: auto;
  line-height: 32px;
  margin-top: 0;
}
/* line 192, sass/_footer.scss */
#back-to-top.fixed-in-footer.style-2 a {
  width: auto;
  height: auto;
  font-size: 13px;
  color: #a3a3a3;
}

/*-------------------------------------------------------*/
/* Footer Type-3
/*-------------------------------------------------------*/
/* line 207, sass/_footer.scss */
.footer.bg-light .widget-title,
.footer.bg-white .widget-title {
  color: #424242;
}

/* line 212, sass/_footer.scss */
.bottom-footer.bg-white {
  background-color: #fff;
}

/*-------------------------------------------------------*/
/* Footer Type-4
/*-------------------------------------------------------*/
/* line 223, sass/_footer.scss */
.footer-type-4 .footer-get-in-touch p,
.footer-type-4 .footer-get-in-touch a,
.footer-type-4 .footer-links li {
  line-height: 24px;
}
@media (min-width: 992px) {
  /* line 230, sass/_footer.scss */
  .footer-type-4 .footer-about-us p {
    padding-right: 30px;
  }
  /* line 233, sass/_footer.scss */
  .footer-type-4 .footer-widgets {
    padding: 130px 0;
  }
}
/* line 238, sass/_footer.scss */
.footer-type-4 .footer-get-in-touch p:last-of-type {
  margin-bottom: 5px;
}

/* line 245, sass/_footer.scss */
.footer-socials .social-icons a {
  background-color: transparent;
  width: auto;
  height: auto;
  margin-right: 14px;
  color: #6c6c6c;
}
/* line 252, sass/_footer.scss */
.footer-socials .social-icons a:hover {
  background-color: transparent !important;
}

/* line 258, sass/_footer.scss */
.footer-logo {
  padding-top: 50px;
}
/* line 261, sass/_footer.scss */
.footer-logo img {
  max-height: 58px;
}

/* line 266, sass/_footer.scss */
.bottom-footer-links li {
  display: inline-block;
  margin-right: 26px;
  line-height: 32px;
}
/* line 271, sass/_footer.scss */
.bottom-footer-links li:last-child {
  margin-right: 0;
}
/* line 275, sass/_footer.scss */
.bottom-footer-links li a {
  color: #6c6c6c;
  font-size: 13px;
}

/*-------------------------------------------------------*/
/* Footer Type-5
/*-------------------------------------------------------*/
/* line 287, sass/_footer.scss */
.footer-type-5 .footer-widgets {
  padding: 120px 0;
}
/* line 291, sass/_footer.scss */
.footer-type-5 .social-icons a {
  font-size: 16px;
}

/* line 296, sass/_footer.scss */
.footer.bg-white .social-icons:not(.base-white) a:hover,
.footer.bg-light .social-icons:not(.base-white) a:hover {
  color: #424242 !important;
}

/*-------------------------------------------------------*/
/* Footer Type-6
/*-------------------------------------------------------*/
/* line 307, sass/_footer.scss */
.footer-type-6 .footer-widgets {
  padding: 160px 0 140px;
}

/* line 312, sass/_footer.scss */
.footer-socials.style-2 .social-icons a {
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 0;
  color: #a3a3a3;
}

/*-------------------------------------------------------*/
/* Footer Type-7
/*-------------------------------------------------------*/
/* line 325, sass/_footer.scss */
.footer-type-7 .footer-widgets {
  padding: 58px 0;
}

/*-------------------------------------------------------*/
/* Style Switcher
/*-------------------------------------------------------*/
/* line 335, sass/_footer.scss */
#customizer {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 400px;
}

/* line 345, sass/_footer.scss */
.corner {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: -40px;
  box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  font-size: 20px;
  color: #1e2023;
  font-family: Helvetica, sans-serif;
}

/* line 363, sass/_footer.scss */
.s-close {
  right: -400px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 368, sass/_footer.scss */
.s-open {
  right: 0 !important;
}

/* line 372, sass/_footer.scss */
#options {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

/* line 379, sass/_footer.scss */
.demo-list li {
  float: left;
  padding: 7px 4px;
  width: 50%;
}

/* line 385, sass/_footer.scss */
.demo-list img {
  border: 1px solid #eaeaea;
}

/* line 389, sass/_footer.scss */
.color-scheme a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 4.25px 10px;
}

@media (max-width: 767px) {
  /* line 397, sass/_footer.scss */
  #customizer {
    display: none;
  }
}
/*-------------------------------------------------------*/
/* Products
/*-------------------------------------------------------*/
/* line 6, sass/_shop.scss */
.product-item {
  margin-bottom: 50px;
}

/* line 10, sass/_shop.scss */
.product-img img {
  overflow: hidden;
  min-width: 99.9%;
}

/* line 15, sass/_shop.scss */
.product-img > a {
  display: block;
  position: relative;
}

/* line 20, sass/_shop.scss */
.product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
/* line 26, sass/_shop.scss */
.product-label > span {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 7px;
  letter-spacing: 0.05em;
  border-radius: 3px;
}
/* line 36, sass/_shop.scss */
.product-label .sale {
  color: #fff;
  background-color: #e95e49;
}

/* line 43, sass/_shop.scss */
.sold-out {
  background-color: rgba(255, 255, 255, 0.9);
  color: #424242;
  pointer-events: none;
  padding: 15px 0;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

/* line 60, sass/_shop.scss */
.product-details {
  position: relative;
  text-align: center;
}

/* line 65, sass/_shop.scss */
.product-details > h3,
.product-list-widget a > span,
.table.shop_table tr td.product-name a {
  line-height: 14px;
  margin-bottom: 3px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

/* line 75, sass/_shop.scss */
.product-details .product-title,
.product-list-widget a {
  line-height: 1.5;
  color: #424242;
}
/* line 80, sass/_shop.scss */
.product-details .product-title:hover,
.product-list-widget a:hover {
  color: #1abcb0;
}

/* line 85, sass/_shop.scss */
.price,
.amount {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

/* line 91, sass/_shop.scss */
.price del {
  color: #6c6c6c;
  margin-right: 10px;
}

/* line 96, sass/_shop.scss */
.price ins {
  text-decoration: none;
  color: #6c6c6c;
}

/* line 101, sass/_shop.scss */
.product-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 106, sass/_shop.scss */
.product-img:hover .product-actions {
  opacity: 1;
  visibility: visible;
}
/* line 111, sass/_shop.scss */
.product-img:hover .product-quickview {
  bottom: 0;
}
/* line 115, sass/_shop.scss */
.product-img .product-quickview {
  position: absolute;
  bottom: -26px;
  width: 100%;
  background-color: #171717;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 26px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 128, sass/_shop.scss */
.product-img .product-quickview:hover {
  background-color: #1abcb0;
}

/* line 134, sass/_shop.scss */
.product-img .product-actions {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 142, sass/_shop.scss */
.product-img .product-actions a {
  color: #424242;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 154, sass/_shop.scss */
.product-img .product-actions a:hover {
  background-color: #1abcb0;
  color: #fff;
}
/* line 160, sass/_shop.scss */
.product-img .product-actions i {
  font-size: 14px;
}

/* line 165, sass/_shop.scss */
.rating {
  font-size: 13px;
}
/* line 168, sass/_shop.scss */
.rating:before {
  font-family: 'FontAwesome';
  content: '\f005 \f005 \f005 \f005 \f006';
  letter-spacing: 0.25em;
  font-size: 12px;
  color: #a9946d;
  font-style: normal;
}
/* line 177, sass/_shop.scss */
.rating a {
  color: #a3a3a3;
  margin-left: 7px;
}

/*-------------------------------------------------------*/
/* Promo Banners
/*-------------------------------------------------------*/
/* line 189, sass/_shop.scss */
.promo-banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 195, sass/_shop.scss */
.promo-banner img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidded;
  -webkit-backface-visibility: hidden;
}
/* line 202, sass/_shop.scss */
.promo-banner a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 207, sass/_shop.scss */
.promo-inner {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* line 213, sass/_shop.scss */
.promo-inner h2 {
  color: #fff;
  font-weight: 700;
  font-size: 37px;
}
/* line 218, sass/_shop.scss */
.promo-inner h2:before, .promo-inner h2:after {
  content: '';
  display: block;
  margin: 30px auto;
  border-bottom: 3px solid #eae2e0;
  width: 58px;
}

/*-------------------------------------------------------*/
/* Catalogue
/*-------------------------------------------------------*/
/* Filter
-------------------------------------------------------*/
/* line 236, sass/_shop.scss */
.shop-filter {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}

/* line 242, sass/_shop.scss */
.result-count {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 8px;
}

/* line 248, sass/_shop.scss */
.ecommerce-ordering {
  float: right;
  width: 31%;
}
/* line 252, sass/_shop.scss */
.ecommerce-ordering select {
  margin-bottom: 0;
}

/* Product List Widget
-------------------------------------------------------*/
/* line 262, sass/_shop.scss */
.product-list-widget img {
  width: 89px;
  float: left;
  margin-right: 20px;
  display: inline-block;
}
/* line 269, sass/_shop.scss */
.product-list-widget li {
  position: relative;
  overflow: hidden;
  padding: 20px 0 !important;
  border-bottom: 1px solid #eaeaea;
}
/* line 275, sass/_shop.scss */
.product-list-widget li:first-child {
  padding-top: 0 !important;
}
/* line 279, sass/_shop.scss */
.product-list-widget li:last-child {
  padding-bottom: 0 !important;
  border: 0 !important;
}
/* line 285, sass/_shop.scss */
.product-list-widget .product-title {
  display: block;
  margin-bottom: 5px;
}

/* Price Slider
-------------------------------------------------------*/
/* line 295, sass/_shop.scss */
.ui-slider-horizontal {
  cursor: pointer;
  position: relative;
  height: 7px;
  background: #f2eeed;
  margin-bottom: 20px;
}

/* line 303, sass/_shop.scss */
.filter-by-price .ui-slider .ui-slider-handle {
  position: absolute;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  background: #424242;
  top: -3px;
  margin-left: -13px;
}

/* line 313, sass/_shop.scss */
.filter-by-price .ui-slider span:first-of-type {
  margin-left: 0;
}

/* line 317, sass/_shop.scss */
.ui-slider .ui-slider-range {
  border-radius: 10px;
  position: absolute;
  background-color: #1abcb0;
  height: 7px;
}

/* line 326, sass/_shop.scss */
.filter-by-price p {
  margin-bottom: 0;
}
/* line 330, sass/_shop.scss */
.filter-by-price input#amount {
  width: 40%;
  padding: 0;
  font-size: 14px;
  color: #424242;
  border: none;
  background-color: transparent;
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  line-height: 1;
  vertical-align: middle;
}
/* line 345, sass/_shop.scss */
.filter-by-price label {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 33px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  color: #6c6c6c;
}
/* line 356, sass/_shop.scss */
.filter-by-price p > a {
  float: right;
  padding: 0 15px;
}

/* line 362, sass/_shop.scss */
.price-filter {
  margin-top: 7px;
  float: left;
}

/* Color Swatches
-------------------------------------------------------*/
/* line 370, sass/_shop.scss */
.widget.filter-by-color label,
.widget.filter-by-size label {
  color: #6c6c6c;
}

/* line 375, sass/_shop.scss */
.color-swatches a,
.size-options a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 9px;
  float: left;
}

/* line 384, sass/_shop.scss */
.color-swatches li:last-child a {
  margin-right: 0;
}

/* line 388, sass/_shop.scss */
.color-swatches a.selected {
  border: 2px solid #424242;
}

/* line 392, sass/_shop.scss */
.swatch-red {
  background-color: #e7604a;
}

/* line 393, sass/_shop.scss */
.swatch-green {
  background-color: #1abc9c;
}

/* line 394, sass/_shop.scss */
.swatch-grey {
  background-color: #f5f5f5;
}

/* line 395, sass/_shop.scss */
.swatch-black {
  background-color: #000;
}

/* line 396, sass/_shop.scss */
.swatch-white {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

/* line 397, sass/_shop.scss */
.swatch-brown {
  background-color: #c2a191;
}

/*-------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------*/
/* Image slider
/*-------------------------------------------------------*/
/* line 407, sass/_shop.scss */
#gallery-main .gallery-cell {
  margin-bottom: 10px;
}

/* line 411, sass/_shop.scss */
.gallery-cell,
#gallery-main img {
  width: 100%;
}

/* line 416, sass/_shop.scss */
.gallery-thumbs {
  margin: 0 -5px;
}
/* line 419, sass/_shop.scss */
.gallery-thumbs .gallery-cell {
  width: 25%;
  float: left;
  padding: 0 5px;
}
/* line 425, sass/_shop.scss */
.gallery-thumbs img {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 433, sass/_shop.scss */
.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
  opacity: 1;
}

/* line 439, sass/_shop.scss */
.zoom-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  color: #ccc;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 447, sass/_shop.scss */
.zoom-icon:hover {
  color: #424242;
}

/* line 454, sass/_shop.scss */
.single-product .product-description {
  margin: 25px 0;
}
/* line 458, sass/_shop.scss */
.single-product .price {
  margin-top: 25px;
  display: block;
}
/* line 462, sass/_shop.scss */
.single-product .price del {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  color: #a3a3a3;
}
/* line 470, sass/_shop.scss */
.single-product .price ins {
  display: inline-block;
  font-size: 26px;
}
/* line 476, sass/_shop.scss */
.single-product .quantity.buttons_added {
  float: left;
}
/* line 480, sass/_shop.scss */
.single-product .product-actions {
  padding: 30px 0 24px;
}
/* line 485, sass/_shop.scss */
.single-product .add-to-wishlist i {
  display: inline-block;
  margin-right: 5px;
}
/* line 490, sass/_shop.scss */
.single-product .add-to-wishlist a {
  color: #a3a3a3;
}
/* line 493, sass/_shop.scss */
.single-product .add-to-wishlist a:hover {
  color: #1abcb0;
}
/* line 499, sass/_shop.scss */
.single-product .product_meta {
  padding: 30px 0;
}

/* line 504, sass/_shop.scss */
.product-description-wrap h1 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

/* line 512, sass/_shop.scss */
.select-options {
  padding: 30px 0 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

/* line 519, sass/_shop.scss */
.quantity.buttons_added {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
/* line 524, sass/_shop.scss */
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  width: 32px;
  height: 47px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  font-size: 22px;
  float: left;
}
/* line 534, sass/_shop.scss */
.quantity.buttons_added .minus {
  border-right: 0;
}
/* line 538, sass/_shop.scss */
.quantity.buttons_added .plus {
  border-left: 0;
}

/* line 543, sass/_shop.scss */
.quantity .input-text.qty {
  width: 47px;
  height: 47px;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  float: left;
  border: 1px solid #eaeaea;
  background-color: transparent;
  line-height: 1;
  border-radius: 0;
}

/* line 556, sass/_shop.scss */
.product-actions li {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
/* line 561, sass/_shop.scss */
.product-actions li:last-child {
  margin-right: 0;
}

/* line 566, sass/_shop.scss */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 572, sass/_shop.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 577, sass/_shop.scss */
.product_meta span {
  display: block;
  line-height: 28px;
  color: #a3a3a3;
}

/* line 583, sass/_shop.scss */
.product_meta span a {
  color: #424242;
}
/* line 586, sass/_shop.scss */
.product_meta span a:hover {
  color: #1abcb0;
}

/* line 591, sass/_shop.scss */
.single-product .socials-share span,
.project-info .socials-share span {
  margin-bottom: 6px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #424242;
}

/* line 599, sass/_shop.scss */
.single-product .socials-share a,
.project-info .socials-share a {
  color: #a3a3a3 !important;
}

/* Tabs
/*-------------------------------------------------------*/
/* line 609, sass/_shop.scss */
.single-product .tab-content #tab-info .table > thead > tr {
  border-bottom: 1px solid #eaeaea;
}
/* line 613, sass/_shop.scss */
.single-product .tab-content #tab-info tr th {
  width: 25%;
  background-color: #f7f7f7;
  padding-left: 15px;
}
/* line 619, sass/_shop.scss */
.single-product .tab-content #tab-info tr td {
  padding-left: 15px;
}
/* line 623, sass/_shop.scss */
.single-product .reviews-lists li {
  margin-top: 20px;
}
/* line 626, sass/_shop.scss */
.single-product .reviews-lists li:first-child {
  margin-top: 0;
}
/* line 631, sass/_shop.scss */
.single-product .review-content p:first-child {
  color: #424242;
  margin-bottom: 0;
}

/* line 637, sass/_shop.scss */
.review-body {
  padding: 12px 0;
}

/* line 641, sass/_shop.scss */
#owl-shop-items-slider .product-item {
  padding: 0 15px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Cart Page
/*-------------------------------------------------------*/
/* line 651, sass/_shop.scss */
.shopping-cart h2,
.checkout h2 {
  font-size: 18px;
}

/* line 656, sass/_shop.scss */
.cart_totals,
.order-review-wrap,
.shipping-calculator-form,
.coupon {
  border: 2px solid #eaeaea;
  padding: 40px;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  /* line 656, sass/_shop.scss */
  .cart_totals,
  .order-review-wrap,
  .shipping-calculator-form,
  .coupon {
    padding: 20px;
  }
}

/* line 669, sass/_shop.scss */
.cart_totals h2,
.order-review-wrap h2 {
  margin-bottom: 15px;
}

/* line 676, sass/_shop.scss */
.shop_table thead {
  border-bottom: 1px solid #eaeaea;
}
/* line 680, sass/_shop.scss */
.shop_table tr td {
  vertical-align: middle !important;
}
/* line 684, sass/_shop.scss */
.shop_table.cart {
  margin-bottom: 0;
  border: 1px solid #eaeaea;
}
/* line 689, sass/_shop.scss */
.shop_table.cart thead tr th, .shop_table.cart tr {
  padding: 14px;
}
/* line 694, sass/_shop.scss */
.shop_table .product-thumbnail {
  padding: 30px 10px 30px 30px;
  width: 130px;
  max-width: 130px;
  min-width: 80px;
}
@media only screen and (max-width: 991px) {
  /* line 694, sass/_shop.scss */
  .shop_table .product-thumbnail {
    padding: 15px;
  }
}
/* line 705, sass/_shop.scss */
.shop_table td.product-name {
  width: 30%;
  line-height: 24px;
}
/* line 710, sass/_shop.scss */
.shop_table td.product-quantity {
  min-width: 132px;
}
/* line 714, sass/_shop.scss */
.shop_table .product-name > a,
.shop_table .product-price > span,
.shop_table .product-subtotal > span {
  color: #424242;
}
/* line 720, sass/_shop.scss */
.shop_table .product-name > a:hover {
  color: #1abcb0;
}
/* line 724, sass/_shop.scss */
.shop_table .product-remove {
  text-align: right;
  min-width: 30px;
}

/* line 730, sass/_shop.scss */
.product-remove .remove {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f7f7f7;
  color: #6c6c6c;
}
/* line 739, sass/_shop.scss */
.product-remove .remove i {
  font-size: 16px;
  line-height: 1.3;
}
/* line 744, sass/_shop.scss */
.product-remove .remove:hover {
  background-color: #1abcb0;
  color: #fff;
}

/* line 750, sass/_shop.scss */
.cart_totals table {
  margin-bottom: 15px;
  min-width: 100%;
}

/* line 755, sass/_shop.scss */
.cart_totals .table > tbody > tr > td,
.cart_totals .table > tbody > tr > th,
.table.ecommerce-checkout-review-order-table > tbody > tr > td,
.table.ecommerce-checkout-review-order-table > tbody > tr > th {
  color: #424242;
  padding: 14px 0;
}

/* line 763, sass/_shop.scss */
.cart_totals tr:first-child th,
.cart_totals tr:first-child td,
.ecommerce-checkout-review-order-table tr:first-child th,
.ecommerce-checkout-review-order-table tr:first-child td {
  border-top: 0;
}

/* line 770, sass/_shop.scss */
.cart_totals tr td,
.ecommerce-checkout-review-order tr td {
  text-align: right;
}

/* line 775, sass/_shop.scss */
.actions > input,
.actions a {
  width: 100%;
}

/* line 780, sass/_shop.scss */
.form-row {
  float: left;
}
/* line 783, sass/_shop.scss */
.form-row.form-row-wide {
  width: 100%;
}

/* line 788, sass/_shop.scss */
.shipping-calculator-form p:last-child,
select.country_to_state {
  margin-bottom: 0;
}

/* line 793, sass/_shop.scss */
#calc_shipping_postcode,
#calc_shipping_state,
.actions > input,
.coupon .input-text {
  margin-bottom: 10px;
}

/*-------------------------------------------------------*/
/* Checkout
/*-------------------------------------------------------*/
/* line 805, sass/_shop.scss */
#customer_details {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 805, sass/_shop.scss */
  #customer_details {
    padding-right: 15px;
  }
}

/* line 815, sass/_shop.scss */
.ecommerce form #customer_details p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 821, sass/_shop.scss */
.ecommerce form .form-row:after {
  clear: both;
}
/* line 825, sass/_shop.scss */
.ecommerce form #customer_details .form-row input,
.ecommerce form #customer_details .form-row select,
.ecommerce form #customer_details .form-row textarea {
  margin-bottom: 0;
}
/* line 831, sass/_shop.scss */
.ecommerce form #customer_details .form-row textarea {
  min-height: 120px;
  line-height: 20px;
}
/* line 836, sass/_shop.scss */
.ecommerce form #customer_details label {
  float: left;
  width: 20%;
  line-height: 39px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 836, sass/_shop.scss */
  .ecommerce form #customer_details label {
    width: 100%;
  }
}
/* line 847, sass/_shop.scss */
.ecommerce .checkout #createaccount,
.ecommerce .checkout #ship-to-different-address-checkbox {
  float: none !important;
  width: auto !important;
}
/* line 853, sass/_shop.scss */
.ecommerce .checkout label.checkbox {
  float: none !important;
  width: auto !important;
  line-height: 1.5 !important;
}
/* line 859, sass/_shop.scss */
.ecommerce .create-account {
  margin-top: 30px;
}
/* line 863, sass/_shop.scss */
.ecommerce .form-row.place-order {
  float: none;
  margin-top: 30px;
}

/* line 870, sass/_shop.scss */
abbr.required {
  color: #f34937;
}

/* line 874, sass/_shop.scss */
.ecommerce form #customer_details .form-row input,
.ecommerce form #customer_details .form-row select,
.ecommerce form #customer_details .form-row textarea {
  float: right;
  width: 80%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 874, sass/_shop.scss */
  .ecommerce form #customer_details .form-row input,
  .ecommerce form #customer_details .form-row select,
  .ecommerce form #customer_details .form-row textarea {
    float: none;
    width: 100%;
  }
}

/* line 887, sass/_shop.scss */
abbr.required {
  color: #e7604a;
}

/* line 891, sass/_shop.scss */
#billing_address_1_field {
  margin-bottom: 10px !important;
}

/* line 895, sass/_shop.scss */
.ecommerce-shipping-fields {
  margin-bottom: 50px;
}

/* line 899, sass/_shop.scss */
.order-review-wrap table {
  margin-bottom: 40px;
}

/* line 903, sass/_shop.scss */
.ecommerce-checkout-review-order-table .order-total {
  font-size: 15px;
}

/* line 907, sass/_shop.scss */
.order-review .payment_methods.methods li {
  padding-bottom: 10px;
}

/* line 911, sass/_shop.scss */
.form-row.place-order input {
  width: 100%;
}

/* line 915, sass/_shop.scss */
.payment_methods li {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

/* line 920, sass/_shop.scss */
.payment_method_paypal img {
  margin-left: 15px;
}

/* line 924, sass/_shop.scss */
.payment_box p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 929, sass/_shop.scss */
.payment_methods label {
  color: #424242;
  vertical-align: middle;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  /* line 7, sass/_responsive.scss */
  .masonry-grid .work-item.quarter {
    width: 50%;
  }

  /* line 11, sass/_responsive.scss */
  .works-grid.grid-5-col .work-item {
    width: 25%;
  }

  /* line 15, sass/_responsive.scss */
  .rev_slider_wrapper.container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  /* line 23, sass/_responsive.scss */
  h1 {
    font-size: 28px;
  }

  /* line 24, sass/_responsive.scss */
  h2 {
    font-size: 25px;
  }

  /* line 25, sass/_responsive.scss */
  h3 {
    font-size: 22px;
  }

  /* line 26, sass/_responsive.scss */
  h4 {
    font-size: 19px;
  }

  /* line 28, sass/_responsive.scss */
  .section-wrap {
    padding: 80px 0;
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }

  /* line 34, sass/_responsive.scss */
  .container-fluid.semi-fluid {
    padding: 0 30px;
  }

  /* line 38, sass/_responsive.scss */
  .underline-link:after {
    display: none;
  }

  /* line 42, sass/_responsive.scss */
  .statistic .timer {
    font-size: 50px;
  }

  /* line 46, sass/_responsive.scss */
  .call-to-action h2 {
    font-size: 36px;
  }

  /* line 50, sass/_responsive.scss */
  .footer-widgets .row > div {
    margin-bottom: 60px;
  }

  /* line 54, sass/_responsive.scss */
  .features-holder .service-item-box.feature-right {
    text-align: left;
  }

  /* line 58, sass/_responsive.scss */
  .service-item-box.feature-right .service-text {
    padding-right: 0;
    padding-left: 100px;
  }

  /* line 63, sass/_responsive.scss */
  .service-item-box.feature-right .icon-holder {
    left: 0;
  }

  /* line 67, sass/_responsive.scss */
  .page-title .container {
    height: 200px;
  }

  /* line 71, sass/_responsive.scss */
  .page-title.style-2 .container {
    height: 400px !important;
  }

  /* line 75, sass/_responsive.scss */
  .title-text h1 {
    font-size: 36px;
    margin-top: 0;
  }

  /* line 80, sass/_responsive.scss */
  .blog-standard .post-content {
    padding-right: 15px;
  }

  /* line 84, sass/_responsive.scss */
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  #team-slider .gallery-cell {
    width: 33.3333%;
  }

  /* line 90, sass/_responsive.scss */
  .project-description {
    padding-left: 15px;
    margin-top: 30px;
  }

  /* line 95, sass/_responsive.scss */
  .img-box-holder,
  .img-box {
    position: relative;
  }

  /* line 100, sass/_responsive.scss */
  .text-box,
  .text-box.style-2 {
    padding: 80px 0;
  }

  /* line 105, sass/_responsive.scss */
  .heading-row {
    margin-bottom: 40px;
  }

  /* line 109, sass/_responsive.scss */
  .testimonials .testimonial-text {
    font-size: 22px;
    line-height: 36px;
  }

  /* line 114, sass/_responsive.scss */
  .heading.large {
    font-size: 32px;
  }

  /* line 118, sass/_responsive.scss */
  #masonry-grid .work-item {
    width: 50% !important;
  }

  /* line 122, sass/_responsive.scss */
  .service-tabs .nav.nav-tabs {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  /* line 129, sass/_responsive.scss */
  .container-fluid.semi-fluid {
    padding: 0 15px;
  }

  /* line 133, sass/_responsive.scss */
  .sidenav {
    width: 100%;
    right: -100%;
  }

  /* line 138, sass/_responsive.scss */
  .pricing-table.best {
    margin-top: 0;
  }

  /* line 142, sass/_responsive.scss */
  .pricing-tables .row > div[class^="col"] {
    padding: 0 15px !important;
  }

  /* line 146, sass/_responsive.scss */
  .call-to-action h3 {
    margin-bottom: 20px;
  }

  /* line 150, sass/_responsive.scss */
  .process-item {
    margin-bottom: 40px;
  }

  /* line 155, sass/_responsive.scss */
  .page-title.style-2 .title-text h1 {
    text-align: center;
    font-size: 36px;
  }
  /* line 160, sass/_responsive.scss */
  .page-title.style-2 .breadcrumb {
    position: relative;
    text-align: center;
    margin-top: 7px;
  }
  /* line 166, sass/_responsive.scss */
  .page-title.style-2 .subheading {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
  }

  /* line 173, sass/_responsive.scss */
  .flickity-slider-wrap.items-4 .work-item {
    width: 33.333%;
  }

  /* line 177, sass/_responsive.scss */
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  .works-grid.grid-3-col .work-item,
  #team-slider .gallery-cell {
    width: 50%;
  }

  /* line 184, sass/_responsive.scss */
  .work-item .bg-img-holder,
  .work-item .bg-img-holder .bg-img {
    position: relative;
  }

  /* line 189, sass/_responsive.scss */
  .work-item .bg-img-holder img {
    display: block;
  }

  /* line 193, sass/_responsive.scss */
  .work-item .bg-img-holder,
  .grid-1-col .work-description,
  .works-grid.grid-tiles .work-item {
    width: 100%;
  }

  /* line 199, sass/_responsive.scss */
  .grid-1-col .work-description {
    padding: 60px 50px 80px 50px;
  }

  /* line 203, sass/_responsive.scss */
  .large-heading {
    font-size: 40px;
  }

  /* line 207, sass/_responsive.scss */
  .statistic .timer {
    display: block;
  }

  /* line 211, sass/_responsive.scss */
  .entry-content {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }

  /* line 217, sass/_responsive.scss */
  .service-tabs .nav.nav-tabs > li > a i {
    margin-bottom: 30px;
  }

  /* line 221, sass/_responsive.scss */
  .entry-wrap {
    padding-top: 30px;
  }

  /* line 225, sass/_responsive.scss */
  .service-item-box.arrow-next:after {
    display: none;
  }
}
@media (max-width: 640px) {
  /* line 234, sass/_responsive.scss */
  .col-xxs-12,
  .masonry-grid .work-item,
  .masonry-grid .work-item.quarter {
    width: 100%;
  }

  /* line 240, sass/_responsive.scss */
  .col-xxs-6,
  .flickity-slider-wrap.items-4 .work-item,
  .flickity-slider-wrap.items-3 .work-item {
    width: 50%;
  }

  /* line 247, sass/_responsive.scss */
  .portfolio-filter a {
    display: block;
    margin: 10px 0;
    margin-bottom: 0;
  }
  /* line 253, sass/_responsive.scss */
  .portfolio-filter.style-2 .portfolio-filter-wrap {
    border-bottom: none;
  }
  /* line 257, sass/_responsive.scss */
  .portfolio-filter.style-2 a.active {
    border-bottom: none;
    color: #1abcb0;
  }

  /* line 263, sass/_responsive.scss */
  .intro-heading {
    font-size: 30px;
  }

  /* line 267, sass/_responsive.scss */
  .text-box.sm {
    padding: 30px 15px;
  }

  /* line 271, sass/_responsive.scss */
  .entry .blockquote-style-1 {
    padding: 40px;
  }

  /* line 275, sass/_responsive.scss */
  .entry .blockquote-style-1 p:before {
    display: none;
  }

  /* line 279, sass/_responsive.scss */
  .pagination a:first-child {
    margin-right: 5px;
    width: 20px;
  }

  /* line 284, sass/_responsive.scss */
  .pagination a:last-child {
    margin-left: 5px;
    width: 20px;
  }

  /* line 289, sass/_responsive.scss */
  .pagination a > i {
    font-size: 20px;
  }

  /* line 293, sass/_responsive.scss */
  .blog-creative .masonry-item {
    height: 400px;
  }
}
@media (max-width: 540px) {
  /* line 300, sass/_responsive.scss */
  .table-wrap {
    overflow-x: scroll;
  }

  /* line 304, sass/_responsive.scss */
  .works-grid .work-item,
  #masonry-grid .work-item,
  .flickity-slider-wrap.items-4 .work-item,
  .flickity-slider-wrap.items-3 .work-item {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* line 315, sass/_responsive.scss */
  .page-404 h1 {
    font-size: 100px;
  }

  /* line 319, sass/_responsive.scss */
  .newsletter .newsletter-form {
    width: 100%;
    margin-right: 0;
  }

  /* line 324, sass/_responsive.scss */
  .vertical .nav-tabs,
  .nav-tabs > li {
    float: none;
    width: 100%;
  }

  /* line 330, sass/_responsive.scss */
  .vertical .nav-tabs li {
    padding-bottom: 0;
  }

  /* line 334, sass/_responsive.scss */
  .vertical .nav.nav-tabs > li.active > a {
    right: 0;
    padding-left: 20px;
  }

  /* line 339, sass/_responsive.scss */
  .vertical .tab-content {
    border-top: 0;
  }
}
/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
/* line 4, sass/_spacings.scss */
.nomargin {
  margin: 0 !important;
}

/* line 5, sass/_spacings.scss */
.nopadding {
  padding: 0 !important;
}

/* line 6, sass/_spacings.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 7, sass/_spacings.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 8, sass/_spacings.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 9, sass/_spacings.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 10, sass/_spacings.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 11, sass/_spacings.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 12, sass/_spacings.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 13, sass/_spacings.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 14, sass/_spacings.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 15, sass/_spacings.scss */
.mt-90 {
  margin-top: 90px;
}

/* line 16, sass/_spacings.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 17, sass/_spacings.scss */
.mt-110 {
  margin-top: 110px;
}

/* line 18, sass/_spacings.scss */
.mt-120 {
  margin-top: 120px;
}

/* line 19, sass/_spacings.scss */
.mt-130 {
  margin-top: 130px;
}

/* line 20, sass/_spacings.scss */
.mt-140 {
  margin-top: 140px;
}

/* line 21, sass/_spacings.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 22, sass/_spacings.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 23, sass/_spacings.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 24, sass/_spacings.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 25, sass/_spacings.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 26, sass/_spacings.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 27, sass/_spacings.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 28, sass/_spacings.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 29, sass/_spacings.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 30, sass/_spacings.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 31, sass/_spacings.scss */
.mb-100 {
  margin-bottom: 100px;
}

/* line 32, sass/_spacings.scss */
.mb-110 {
  margin-bottom: 110px;
}

/* line 33, sass/_spacings.scss */
.mb-120 {
  margin-bottom: 120px;
}

/* line 34, sass/_spacings.scss */
.mb-130 {
  margin-bottom: 130px;
}

/* line 35, sass/_spacings.scss */
.mb-140 {
  margin-bottom: 140px;
}

/* line 36, sass/_spacings.scss */
.pt-0 {
  padding-top: 0;
}

/* line 37, sass/_spacings.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 38, sass/_spacings.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 39, sass/_spacings.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 40, sass/_spacings.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 41, sass/_spacings.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 42, sass/_spacings.scss */
.pt-60 {
  padding-top: 60px;
}

/* line 43, sass/_spacings.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 44, sass/_spacings.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 45, sass/_spacings.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 46, sass/_spacings.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 47, sass/_spacings.scss */
.pt-110 {
  padding-top: 110px;
}

/* line 48, sass/_spacings.scss */
.pt-120 {
  padding-top: 120px;
}

/* line 49, sass/_spacings.scss */
.pt-130 {
  padding-top: 130px;
}

/* line 50, sass/_spacings.scss */
.pt-140 {
  padding-top: 140px;
}

/* line 51, sass/_spacings.scss */
.pt-150 {
  padding-top: 150px;
}

/* line 52, sass/_spacings.scss */
.pt-160 {
  padding-top: 160px;
}

/* line 53, sass/_spacings.scss */
.pt-170 {
  padding-top: 170px;
}

/* line 54, sass/_spacings.scss */
.pt-180 {
  padding-top: 180px;
}

/* line 55, sass/_spacings.scss */
.pt-190 {
  padding-top: 190px;
}

/* line 56, sass/_spacings.scss */
.pt-200 {
  padding-top: 200px;
}

/* line 57, sass/_spacings.scss */
.pb-0 {
  padding-bottom: 0;
}

/* line 58, sass/_spacings.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 59, sass/_spacings.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 60, sass/_spacings.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 61, sass/_spacings.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 62, sass/_spacings.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 63, sass/_spacings.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 64, sass/_spacings.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 65, sass/_spacings.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 66, sass/_spacings.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 67, sass/_spacings.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 68, sass/_spacings.scss */
.pb-110 {
  padding-bottom: 110px;
}

/* line 69, sass/_spacings.scss */
.pb-120 {
  padding-bottom: 120px;
}

/* line 70, sass/_spacings.scss */
.pb-130 {
  padding-bottom: 130px;
}

/* line 71, sass/_spacings.scss */
.pb-140 {
  padding-bottom: 140px;
}

/* line 72, sass/_spacings.scss */
.pb-150 {
  padding-bottom: 150px;
}

/* line 73, sass/_spacings.scss */
.pb-160 {
  padding-bottom: 160px;
}

/* line 74, sass/_spacings.scss */
.pb-170 {
  padding-bottom: 170px;
}

/* line 75, sass/_spacings.scss */
.pb-180 {
  padding-bottom: 180px;
}

/* line 76, sass/_spacings.scss */
.pb-190 {
  padding-bottom: 190px;
}

/* line 77, sass/_spacings.scss */
.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  /* line 80, sass/_spacings.scss */
  .mt-lrg-0 {
    margin-top: 0 !important;
  }

  /* line 81, sass/_spacings.scss */
  .mt-lrg-10 {
    margin-top: 10px;
  }

  /* line 82, sass/_spacings.scss */
  .mt-lrg-20 {
    margin-top: 20px;
  }

  /* line 83, sass/_spacings.scss */
  .mt-lrg-30 {
    margin-top: 30px;
  }

  /* line 84, sass/_spacings.scss */
  .mt-lrg-40 {
    margin-top: 40px;
  }

  /* line 85, sass/_spacings.scss */
  .mt-lrg-50 {
    margin-top: 50px;
  }

  /* line 86, sass/_spacings.scss */
  .mt-lrg-60 {
    margin-top: 60px;
  }

  /* line 87, sass/_spacings.scss */
  .mt-lrg-70 {
    margin-top: 70px;
  }

  /* line 88, sass/_spacings.scss */
  .mt-lrg-80 {
    margin-top: 80px;
  }

  /* line 89, sass/_spacings.scss */
  .mt-lrg-90 {
    margin-top: 90px;
  }

  /* line 90, sass/_spacings.scss */
  .mt-lrg-100 {
    margin-top: 100px;
  }

  /* line 91, sass/_spacings.scss */
  .mt-lrg-110 {
    margin-top: 110px;
  }

  /* line 92, sass/_spacings.scss */
  .mt-lrg-120 {
    margin-top: 120px;
  }

  /* line 93, sass/_spacings.scss */
  .mt-lrg-130 {
    margin-top: 130px;
  }

  /* line 94, sass/_spacings.scss */
  .mt-lrg-140 {
    margin-top: 140px;
  }

  /* line 95, sass/_spacings.scss */
  .mb-lrg-0 {
    margin-bottom: 0 !important;
  }

  /* line 96, sass/_spacings.scss */
  .mb-lrg-10 {
    margin-bottom: 10px;
  }

  /* line 97, sass/_spacings.scss */
  .mb-lrg-20 {
    margin-bottom: 20px;
  }

  /* line 98, sass/_spacings.scss */
  .mb-lrg-30 {
    margin-bottom: 30px;
  }

  /* line 99, sass/_spacings.scss */
  .mb-lrg-40 {
    margin-bottom: 40px;
  }

  /* line 100, sass/_spacings.scss */
  .mb-lrg-50 {
    margin-bottom: 50px;
  }

  /* line 101, sass/_spacings.scss */
  .mb-lrg-60 {
    margin-bottom: 60px;
  }

  /* line 102, sass/_spacings.scss */
  .mb-lrg-70 {
    margin-bottom: 70px;
  }

  /* line 103, sass/_spacings.scss */
  .mb-lrg-80 {
    margin-bottom: 80px;
  }

  /* line 104, sass/_spacings.scss */
  .mb-lrg-90 {
    margin-bottom: 90px;
  }

  /* line 105, sass/_spacings.scss */
  .mb-lrg-100 {
    margin-bottom: 100px;
  }

  /* line 106, sass/_spacings.scss */
  .mb-lrg-110 {
    margin-bottom: 110px;
  }

  /* line 107, sass/_spacings.scss */
  .mb-lrg-120 {
    margin-bottom: 120px;
  }

  /* line 108, sass/_spacings.scss */
  .mb-lrg-130 {
    margin-bottom: 130px;
  }

  /* line 109, sass/_spacings.scss */
  .mb-lrg-140 {
    margin-bottom: 140px;
  }

  /* line 110, sass/_spacings.scss */
  .pt-lrg-0 {
    padding-top: 0;
  }

  /* line 111, sass/_spacings.scss */
  .pt-lrg-10 {
    padding-top: 10px;
  }

  /* line 112, sass/_spacings.scss */
  .pt-lrg-20 {
    padding-top: 20px;
  }

  /* line 113, sass/_spacings.scss */
  .pt-lrg-30 {
    padding-top: 30px;
  }

  /* line 114, sass/_spacings.scss */
  .pt-lrg-40 {
    padding-top: 40px;
  }

  /* line 115, sass/_spacings.scss */
  .pt-lrg-50 {
    padding-top: 50px;
  }

  /* line 116, sass/_spacings.scss */
  .pt-lrg-60 {
    padding-top: 60px;
  }

  /* line 117, sass/_spacings.scss */
  .pt-lrg-70 {
    padding-top: 70px;
  }

  /* line 118, sass/_spacings.scss */
  .pt-lrg-80 {
    padding-top: 80px;
  }

  /* line 119, sass/_spacings.scss */
  .pt-lrg-90 {
    padding-top: 90px;
  }

  /* line 120, sass/_spacings.scss */
  .pt-lrg-100 {
    padding-top: 100px;
  }

  /* line 121, sass/_spacings.scss */
  .pt-lrg-110 {
    padding-top: 110px;
  }

  /* line 122, sass/_spacings.scss */
  .pt-lrg-120 {
    padding-top: 120px;
  }

  /* line 123, sass/_spacings.scss */
  .pt-lrg-130 {
    padding-top: 130px;
  }

  /* line 124, sass/_spacings.scss */
  .pt-lrg-140 {
    padding-top: 140px;
  }

  /* line 125, sass/_spacings.scss */
  .pb-lrg-0 {
    padding-bottom: 0;
  }

  /* line 126, sass/_spacings.scss */
  .pb-lrg-10 {
    padding-bottom: 10px;
  }

  /* line 127, sass/_spacings.scss */
  .pb-lrg-20 {
    padding-bottom: 20px;
  }

  /* line 128, sass/_spacings.scss */
  .pb-lrg-30 {
    padding-bottom: 30px;
  }

  /* line 129, sass/_spacings.scss */
  .pb-lrg-40 {
    padding-bottom: 40px;
  }

  /* line 130, sass/_spacings.scss */
  .pb-lrg-50 {
    padding-bottom: 50px;
  }

  /* line 131, sass/_spacings.scss */
  .pb-lrg-60 {
    padding-bottom: 60px;
  }

  /* line 132, sass/_spacings.scss */
  .pb-lrg-70 {
    padding-bottom: 70px;
  }

  /* line 133, sass/_spacings.scss */
  .pb-lrg-80 {
    padding-bottom: 80px;
  }

  /* line 134, sass/_spacings.scss */
  .pb-lrg-90 {
    padding-bottom: 90px;
  }

  /* line 135, sass/_spacings.scss */
  .pb-lrg-100 {
    padding-bottom: 100px;
  }

  /* line 136, sass/_spacings.scss */
  .pb-lrg-110 {
    padding-bottom: 110px;
  }

  /* line 137, sass/_spacings.scss */
  .pb-lrg-120 {
    padding-bottom: 120px;
  }

  /* line 138, sass/_spacings.scss */
  .pb-lrg-130 {
    padding-bottom: 130px;
  }

  /* line 139, sass/_spacings.scss */
  .pb-lrg-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 143, sass/_spacings.scss */
  .mt-mdm-0 {
    margin-top: 0 !important;
  }

  /* line 144, sass/_spacings.scss */
  .mt-mdm-10 {
    margin-top: 10px;
  }

  /* line 145, sass/_spacings.scss */
  .mt-mdm-20 {
    margin-top: 20px;
  }

  /* line 146, sass/_spacings.scss */
  .mt-mdm-30 {
    margin-top: 30px;
  }

  /* line 147, sass/_spacings.scss */
  .mt-mdm-40 {
    margin-top: 40px;
  }

  /* line 148, sass/_spacings.scss */
  .mt-mdm-50 {
    margin-top: 50px;
  }

  /* line 149, sass/_spacings.scss */
  .mt-mdm-60 {
    margin-top: 60px;
  }

  /* line 150, sass/_spacings.scss */
  .mt-mdm-70 {
    margin-top: 70px;
  }

  /* line 151, sass/_spacings.scss */
  .mt-mdm-80 {
    margin-top: 80px;
  }

  /* line 152, sass/_spacings.scss */
  .mt-mdm-90 {
    margin-top: 90px;
  }

  /* line 153, sass/_spacings.scss */
  .mt-mdm-100 {
    margin-top: 100px;
  }

  /* line 154, sass/_spacings.scss */
  .mt-mdm-110 {
    margin-top: 110px;
  }

  /* line 155, sass/_spacings.scss */
  .mt-mdm-120 {
    margin-top: 120px;
  }

  /* line 156, sass/_spacings.scss */
  .mt-mdm-130 {
    margin-top: 130px;
  }

  /* line 157, sass/_spacings.scss */
  .mt-mdm-140 {
    margin-top: 140px;
  }

  /* line 158, sass/_spacings.scss */
  .mb-mdm-0 {
    margin-bottom: 0 !important;
  }

  /* line 159, sass/_spacings.scss */
  .mb-mdm-10 {
    margin-bottom: 10px;
  }

  /* line 160, sass/_spacings.scss */
  .mb-mdm-20 {
    margin-bottom: 20px;
  }

  /* line 161, sass/_spacings.scss */
  .mb-mdm-30 {
    margin-bottom: 30px;
  }

  /* line 162, sass/_spacings.scss */
  .mb-mdm-40 {
    margin-bottom: 40px;
  }

  /* line 163, sass/_spacings.scss */
  .mb-mdm-50 {
    margin-bottom: 50px;
  }

  /* line 164, sass/_spacings.scss */
  .mb-mdm-60 {
    margin-bottom: 60px;
  }

  /* line 165, sass/_spacings.scss */
  .mb-mdm-70 {
    margin-bottom: 70px;
  }

  /* line 166, sass/_spacings.scss */
  .mb-mdm-80 {
    margin-bottom: 80px;
  }

  /* line 167, sass/_spacings.scss */
  .mb-mdm-90 {
    margin-bottom: 90px;
  }

  /* line 168, sass/_spacings.scss */
  .mb-mdm-100 {
    margin-bottom: 100px;
  }

  /* line 169, sass/_spacings.scss */
  .mb-mdm-110 {
    margin-bottom: 110px;
  }

  /* line 170, sass/_spacings.scss */
  .mb-mdm-120 {
    margin-bottom: 120px;
  }

  /* line 171, sass/_spacings.scss */
  .mb-mdm-130 {
    margin-bottom: 130px;
  }

  /* line 172, sass/_spacings.scss */
  .mb-mdm-140 {
    margin-bottom: 140px;
  }

  /* line 173, sass/_spacings.scss */
  .pt-mdm-0 {
    padding-top: 0;
  }

  /* line 174, sass/_spacings.scss */
  .pt-mdm-10 {
    padding-top: 10px;
  }

  /* line 175, sass/_spacings.scss */
  .pt-mdm-20 {
    padding-top: 20px;
  }

  /* line 176, sass/_spacings.scss */
  .pt-mdm-30 {
    padding-top: 30px;
  }

  /* line 177, sass/_spacings.scss */
  .pt-mdm-40 {
    padding-top: 40px;
  }

  /* line 178, sass/_spacings.scss */
  .pt-mdm-50 {
    padding-top: 50px;
  }

  /* line 179, sass/_spacings.scss */
  .pt-mdm-60 {
    padding-top: 60px;
  }

  /* line 180, sass/_spacings.scss */
  .pt-mdm-70 {
    padding-top: 70px;
  }

  /* line 181, sass/_spacings.scss */
  .pt-mdm-80 {
    padding-top: 80px;
  }

  /* line 182, sass/_spacings.scss */
  .pt-mdm-90 {
    padding-top: 90px;
  }

  /* line 183, sass/_spacings.scss */
  .pt-mdm-100 {
    padding-top: 100px;
  }

  /* line 184, sass/_spacings.scss */
  .pt-mdm-110 {
    padding-top: 110px;
  }

  /* line 185, sass/_spacings.scss */
  .pt-mdm-120 {
    padding-top: 120px;
  }

  /* line 186, sass/_spacings.scss */
  .pt-mdm-130 {
    padding-top: 130px;
  }

  /* line 187, sass/_spacings.scss */
  .pt-mdm-140 {
    padding-top: 140px;
  }

  /* line 188, sass/_spacings.scss */
  .pt-mdm-150 {
    padding-top: 150px;
  }

  /* line 189, sass/_spacings.scss */
  .pb-mdm-0 {
    padding-bottom: 0;
  }

  /* line 190, sass/_spacings.scss */
  .pb-mdm-10 {
    padding-bottom: 10px;
  }

  /* line 191, sass/_spacings.scss */
  .pb-mdm-20 {
    padding-bottom: 20px;
  }

  /* line 192, sass/_spacings.scss */
  .pb-mdm-30 {
    padding-bottom: 30px;
  }

  /* line 193, sass/_spacings.scss */
  .pb-mdm-40 {
    padding-bottom: 40px;
  }

  /* line 194, sass/_spacings.scss */
  .pb-mdm-50 {
    padding-bottom: 50px;
  }

  /* line 195, sass/_spacings.scss */
  .pb-mdm-60 {
    padding-bottom: 60px;
  }

  /* line 196, sass/_spacings.scss */
  .pb-mdm-70 {
    padding-bottom: 70px;
  }

  /* line 197, sass/_spacings.scss */
  .pb-mdm-80 {
    padding-bottom: 80px;
  }

  /* line 198, sass/_spacings.scss */
  .pb-mdm-90 {
    padding-bottom: 90px;
  }

  /* line 199, sass/_spacings.scss */
  .pb-mdm-100 {
    padding-bottom: 100px;
  }

  /* line 200, sass/_spacings.scss */
  .pb-mdm-110 {
    padding-bottom: 110px;
  }

  /* line 201, sass/_spacings.scss */
  .pb-mdm-120 {
    padding-bottom: 120px;
  }

  /* line 202, sass/_spacings.scss */
  .pb-mdm-130 {
    padding-bottom: 130px;
  }

  /* line 203, sass/_spacings.scss */
  .pb-mdm-140 {
    padding-bottom: 140px;
  }

  /* line 204, sass/_spacings.scss */
  .pb-mdm-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 208, sass/_spacings.scss */
  .mt-sml-0 {
    margin-top: 0 !important;
  }

  /* line 209, sass/_spacings.scss */
  .mt-sml-10 {
    margin-top: 10px;
  }

  /* line 210, sass/_spacings.scss */
  .mt-sml-20 {
    margin-top: 20px;
  }

  /* line 211, sass/_spacings.scss */
  .mt-sml-30 {
    margin-top: 30px;
  }

  /* line 212, sass/_spacings.scss */
  .mt-sml-40 {
    margin-top: 40px;
  }

  /* line 213, sass/_spacings.scss */
  .mt-sml-50 {
    margin-top: 50px;
  }

  /* line 214, sass/_spacings.scss */
  .mt-sml-60 {
    margin-top: 60px;
  }

  /* line 215, sass/_spacings.scss */
  .mt-sml-70 {
    margin-top: 70px;
  }

  /* line 216, sass/_spacings.scss */
  .mt-sml-80 {
    margin-top: 80px;
  }

  /* line 217, sass/_spacings.scss */
  .mt-sml-90 {
    margin-top: 90px;
  }

  /* line 218, sass/_spacings.scss */
  .mt-sml-100 {
    margin-top: 100px;
  }

  /* line 219, sass/_spacings.scss */
  .mt-sml-110 {
    margin-top: 110px;
  }

  /* line 220, sass/_spacings.scss */
  .mt-sml-120 {
    margin-top: 120px;
  }

  /* line 221, sass/_spacings.scss */
  .mt-sml-130 {
    margin-top: 130px;
  }

  /* line 222, sass/_spacings.scss */
  .mt-sml-140 {
    margin-top: 140px;
  }

  /* line 223, sass/_spacings.scss */
  .mb-sml-0 {
    margin-bottom: 0 !important;
  }

  /* line 224, sass/_spacings.scss */
  .mb-sml-10 {
    margin-bottom: 10px;
  }

  /* line 225, sass/_spacings.scss */
  .mb-sml-20 {
    margin-bottom: 20px;
  }

  /* line 226, sass/_spacings.scss */
  .mb-sml-30 {
    margin-bottom: 30px;
  }

  /* line 227, sass/_spacings.scss */
  .mb-sml-40 {
    margin-bottom: 40px;
  }

  /* line 228, sass/_spacings.scss */
  .mb-sml-50 {
    margin-bottom: 50px;
  }

  /* line 229, sass/_spacings.scss */
  .mb-sml-60 {
    margin-bottom: 60px;
  }

  /* line 230, sass/_spacings.scss */
  .mb-sml-70 {
    margin-bottom: 70px;
  }

  /* line 231, sass/_spacings.scss */
  .mb-sml-80 {
    margin-bottom: 80px;
  }

  /* line 232, sass/_spacings.scss */
  .mb-sml-90 {
    margin-bottom: 90px;
  }

  /* line 233, sass/_spacings.scss */
  .mb-sml-100 {
    margin-bottom: 100px;
  }

  /* line 234, sass/_spacings.scss */
  .mb-sml-110 {
    margin-bottom: 110px;
  }

  /* line 235, sass/_spacings.scss */
  .mb-sml-120 {
    margin-bottom: 120px;
  }

  /* line 236, sass/_spacings.scss */
  .mb-sml-130 {
    margin-bottom: 130px;
  }

  /* line 237, sass/_spacings.scss */
  .mb-sml-140 {
    margin-bottom: 140px;
  }

  /* line 238, sass/_spacings.scss */
  .pt-sml-0 {
    padding-top: 0;
  }

  /* line 239, sass/_spacings.scss */
  .pt-sml-10 {
    padding-top: 10px;
  }

  /* line 240, sass/_spacings.scss */
  .pt-sml-20 {
    padding-top: 20px;
  }

  /* line 241, sass/_spacings.scss */
  .pt-sml-30 {
    padding-top: 30px;
  }

  /* line 242, sass/_spacings.scss */
  .pt-sml-40 {
    padding-top: 40px;
  }

  /* line 243, sass/_spacings.scss */
  .pt-sml-50 {
    padding-top: 50px;
  }

  /* line 244, sass/_spacings.scss */
  .pt-sml-60 {
    padding-top: 60px;
  }

  /* line 245, sass/_spacings.scss */
  .pt-sml-70 {
    padding-top: 70px;
  }

  /* line 246, sass/_spacings.scss */
  .pt-sml-80 {
    padding-top: 80px;
  }

  /* line 247, sass/_spacings.scss */
  .pt-sml-90 {
    padding-top: 90px;
  }

  /* line 248, sass/_spacings.scss */
  .pt-sml-100 {
    padding-top: 100px;
  }

  /* line 249, sass/_spacings.scss */
  .pt-sml-110 {
    padding-top: 110px;
  }

  /* line 250, sass/_spacings.scss */
  .pt-sml-120 {
    padding-top: 120px;
  }

  /* line 251, sass/_spacings.scss */
  .pt-sml-130 {
    padding-top: 130px;
  }

  /* line 252, sass/_spacings.scss */
  .pt-sml-140 {
    padding-top: 140px;
  }

  /* line 253, sass/_spacings.scss */
  .pb-sml-0 {
    padding-bottom: 0;
  }

  /* line 254, sass/_spacings.scss */
  .pb-sml-10 {
    padding-bottom: 10px;
  }

  /* line 255, sass/_spacings.scss */
  .pb-sml-20 {
    padding-bottom: 20px;
  }

  /* line 256, sass/_spacings.scss */
  .pb-sml-30 {
    padding-bottom: 30px;
  }

  /* line 257, sass/_spacings.scss */
  .pb-sml-40 {
    padding-bottom: 40px;
  }

  /* line 258, sass/_spacings.scss */
  .pb-sml-50 {
    padding-bottom: 50px;
  }

  /* line 259, sass/_spacings.scss */
  .pb-sml-60 {
    padding-bottom: 60px;
  }

  /* line 260, sass/_spacings.scss */
  .pb-sml-70 {
    padding-bottom: 70px;
  }

  /* line 261, sass/_spacings.scss */
  .pb-sml-80 {
    padding-bottom: 80px;
  }

  /* line 262, sass/_spacings.scss */
  .pb-sml-90 {
    padding-bottom: 90px;
  }

  /* line 263, sass/_spacings.scss */
  .pb-sml-100 {
    padding-bottom: 100px;
  }

  /* line 264, sass/_spacings.scss */
  .pb-sml-110 {
    padding-bottom: 110px;
  }

  /* line 265, sass/_spacings.scss */
  .pb-sml-120 {
    padding-bottom: 120px;
  }

  /* line 266, sass/_spacings.scss */
  .pb-sml-130 {
    padding-bottom: 130px;
  }

  /* line 267, sass/_spacings.scss */
  .pb-sml-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 271, sass/_spacings.scss */
  .mt-xsm-0 {
    margin-top: 0 !important;
  }

  /* line 272, sass/_spacings.scss */
  .mt-xsm-10 {
    margin-top: 10px;
  }

  /* line 273, sass/_spacings.scss */
  .mt-xsm-20 {
    margin-top: 20px;
  }

  /* line 274, sass/_spacings.scss */
  .mt-xsm-30 {
    margin-top: 30px;
  }

  /* line 275, sass/_spacings.scss */
  .mt-xsm-40 {
    margin-top: 40px;
  }

  /* line 276, sass/_spacings.scss */
  .mt-xsm-50 {
    margin-top: 50px;
  }

  /* line 277, sass/_spacings.scss */
  .mt-xsm-60 {
    margin-top: 60px;
  }

  /* line 278, sass/_spacings.scss */
  .mt-xsm-70 {
    margin-top: 70px;
  }

  /* line 279, sass/_spacings.scss */
  .mt-xsm-80 {
    margin-top: 80px;
  }

  /* line 280, sass/_spacings.scss */
  .mt-xsm-90 {
    margin-top: 90px;
  }

  /* line 281, sass/_spacings.scss */
  .mt-xsm-100 {
    margin-top: 100px;
  }

  /* line 282, sass/_spacings.scss */
  .mt-xsm-110 {
    margin-top: 110px;
  }

  /* line 283, sass/_spacings.scss */
  .mt-xsm-120 {
    margin-top: 120px;
  }

  /* line 284, sass/_spacings.scss */
  .mt-xsm-130 {
    margin-top: 130px;
  }

  /* line 285, sass/_spacings.scss */
  .mt-xsm-140 {
    margin-top: 140px;
  }

  /* line 286, sass/_spacings.scss */
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }

  /* line 287, sass/_spacings.scss */
  .mb-xsm-10 {
    margin-bottom: 10px;
  }

  /* line 288, sass/_spacings.scss */
  .mb-xsm-20 {
    margin-bottom: 20px;
  }

  /* line 289, sass/_spacings.scss */
  .mb-xsm-30 {
    margin-bottom: 30px;
  }

  /* line 290, sass/_spacings.scss */
  .mb-xsm-40 {
    margin-bottom: 40px;
  }

  /* line 291, sass/_spacings.scss */
  .mb-xsm-50 {
    margin-bottom: 50px;
  }

  /* line 292, sass/_spacings.scss */
  .mb-xsm-60 {
    margin-bottom: 60px;
  }

  /* line 293, sass/_spacings.scss */
  .mb-xsm-70 {
    margin-bottom: 70px;
  }

  /* line 294, sass/_spacings.scss */
  .mb-xsm-80 {
    margin-bottom: 80px;
  }

  /* line 295, sass/_spacings.scss */
  .mb-xsm-90 {
    margin-bottom: 90px;
  }

  /* line 296, sass/_spacings.scss */
  .mb-xsm-100 {
    margin-bottom: 100px;
  }

  /* line 297, sass/_spacings.scss */
  .mb-xsm-110 {
    margin-bottom: 110px;
  }

  /* line 298, sass/_spacings.scss */
  .mb-xsm-120 {
    margin-bottom: 120px;
  }

  /* line 299, sass/_spacings.scss */
  .mb-xsm-130 {
    margin-bottom: 130px;
  }

  /* line 300, sass/_spacings.scss */
  .mb-xsm-140 {
    margin-bottom: 140px;
  }

  /* line 301, sass/_spacings.scss */
  .pt-xsm-0 {
    padding-top: 0;
  }

  /* line 302, sass/_spacings.scss */
  .pt-xsm-10 {
    padding-top: 10px;
  }

  /* line 303, sass/_spacings.scss */
  .pt-xsm-20 {
    padding-top: 20px;
  }

  /* line 304, sass/_spacings.scss */
  .pt-xsm-30 {
    padding-top: 30px;
  }

  /* line 305, sass/_spacings.scss */
  .pt-xsm-40 {
    padding-top: 40px;
  }

  /* line 306, sass/_spacings.scss */
  .pt-xsm-50 {
    padding-top: 50px;
  }

  /* line 307, sass/_spacings.scss */
  .pt-xsm-60 {
    padding-top: 60px;
  }

  /* line 308, sass/_spacings.scss */
  .pt-xsm-70 {
    padding-top: 70px;
  }

  /* line 309, sass/_spacings.scss */
  .pt-xsm-80 {
    padding-top: 80px;
  }

  /* line 310, sass/_spacings.scss */
  .pt-xsm-90 {
    padding-top: 90px;
  }

  /* line 311, sass/_spacings.scss */
  .pt-xsm-100 {
    padding-top: 100px;
  }

  /* line 312, sass/_spacings.scss */
  .pt-xsm-110 {
    padding-top: 110px;
  }

  /* line 313, sass/_spacings.scss */
  .pt-xsm-120 {
    padding-top: 120px;
  }

  /* line 314, sass/_spacings.scss */
  .pt-xsm-130 {
    padding-top: 130px;
  }

  /* line 315, sass/_spacings.scss */
  .pt-xsm-140 {
    padding-top: 140px;
  }

  /* line 316, sass/_spacings.scss */
  .pb-xsm-0 {
    padding-bottom: 0;
  }

  /* line 317, sass/_spacings.scss */
  .pb-xsm-10 {
    padding-bottom: 10px;
  }

  /* line 318, sass/_spacings.scss */
  .pb-xsm-20 {
    padding-bottom: 20px;
  }

  /* line 319, sass/_spacings.scss */
  .pb-xsm-30 {
    padding-bottom: 30px;
  }

  /* line 320, sass/_spacings.scss */
  .pb-xsm-40 {
    padding-bottom: 40px;
  }

  /* line 321, sass/_spacings.scss */
  .pb-xsm-50 {
    padding-bottom: 50px;
  }

  /* line 322, sass/_spacings.scss */
  .pb-xsm-60 {
    padding-bottom: 60px;
  }

  /* line 323, sass/_spacings.scss */
  .pb-xsm-70 {
    padding-bottom: 70px;
  }

  /* line 324, sass/_spacings.scss */
  .pb-xsm-80 {
    padding-bottom: 80px;
  }

  /* line 325, sass/_spacings.scss */
  .pb-xsm-90 {
    padding-bottom: 90px;
  }

  /* line 326, sass/_spacings.scss */
  .pb-xsm-100 {
    padding-bottom: 100px;
  }

  /* line 327, sass/_spacings.scss */
  .pb-xsm-110 {
    padding-bottom: 110px;
  }

  /* line 328, sass/_spacings.scss */
  .pb-xsm-120 {
    padding-bottom: 120px;
  }

  /* line 329, sass/_spacings.scss */
  .pb-xsm-130 {
    padding-bottom: 130px;
  }

  /* line 330, sass/_spacings.scss */
  .pb-xsm-140 {
    padding-bottom: 140px;
  }
}
/* line 1, sass/_tff.scss */
.our-team {
  background: #F7F7F7;
}
/* line 3, sass/_tff.scss */
.our-team .fa {
  font-size: 30px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 6, sass/_tff.scss */
.our-team .fa:hover {
  color: #58abcb;
}

/* line 12, sass/_tff.scss */
.contact {
  overflow: hidden !important;
}
/* line 14, sass/_tff.scss */
.contact.bg-parallax {
  padding: 29px 0;
}

/* line 18, sass/_tff.scss */
.contact:before {
  background: #F7F7F7;
}

/* line 22, sass/_tff.scss */
.rpe {
  background: url(../img/marquez_responsabilidad_penal.jpg) no-repeat center right;
  background-size: cover;
  padding: 30px 0;
  overflow: hidden !important;
  position: relative;
}
/* line 28, sass/_tff.scss */
.rpe .container {
  padding: 80px 0;
}

/* line 33, sass/_tff.scss */
.clientes {
  padding: 0 0 43px;
}

/* line 37, sass/_tff.scss */
.clientes__top {
  padding: 70px 0;
  overflow: hidden !important;
}
/* line 40, sass/_tff.scss */
.clientes__top .container {
  height: 340px;
}

/* line 45, sass/_tff.scss */
.servicios {
  background: url(../img/marquez_nuestros_servicios.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0;
  overflow: hidden !important;
  position: relative;
}
/* line 51, sass/_tff.scss */
.servicios .container {
  padding: 80px 0;
}

/* line 56, sass/_tff.scss */
.nosotros {
  background: url(../img/marquez_sobre_nosotros.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 0;
}

/* line 62, sass/_tff.scss */
.parametros {
  padding: 40px 0;
}

.img-news {
	width: 100%;
	height: 200px;
	display:block;
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.index-posts .img-news {
	height: 380px;
}

@media screen and (max-width: 600px) {
	.index-posts .img-news {
		height: 200px;
	}
	
}

.cat_recent {
  margin: 15px 0;
  font-style: italic;
  padding-right: 6px;
  font-weight: bold;
}

.cat_recent span {
  padding-right: 10px;
}

.header_page {
  height: 50vh;
  width: 100%;
  background: url(../img/marquez_nuestros_servicios_blue.jpg) no-repeat center left;
  background-size: cover;
  background-color: #58abcb   ;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.title_header {
  line-height: 40px;
  font-weight: 600;
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  max-width: 80%;
  text-align: center;
  margin-top: 50px;;
}

@media screen and (max-width: 767px){
  .title_header{
    font-size: 17px;
  }
}

.post-categories li {
    display: inline;
}

.post-categories li a {
  color: #7B96A7;
  transition: 0.1s;
  display: inline;
  padding-right: 10px;
  margin-bottom: 20px;
}

.post-categories li a:hover {
  color: #112935
}

.body-news h2 {
  transition: 0.1s;
}

.body-news h2:hover {
  color: #58abcb
}

.index-posts .img-news {
	height: 250px;
}

@media screen and (max-width: 600px) {
	.index-posts .img-news {
		height: 200px;
	}
}

.single-post .body-news h2 {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.footer-news {
  margin: 15px 0 30px 0;
  font-weight: bold;
  font-style: italic;
}

form.search {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

form.search input[type="search"],
form.search .search-input {
	flex: 2;
	padding: 10px;
  border: 1px solid rgb(224, 224, 224);
  margin-bottom: 0;
  color: #b9babd;
}

form.search .search-submit {
	flex: 1;
	height: 42px;
	border-radius: 0;
  background-color: #58abcb   ;
}

.sidebar-widget h3 {
  color: #58abcb    ;
	font-size: 1.9rem;
  font-weight: bold;
  text-transform: uppercase;
	line-height: 3rem;
	margin: 20px 0;
}

.sidebar-widget ul li {
	margin-bottom: 18px;
	padding-left: 20px;
	background-image: url(../img/arrow.png);
	background-position: 5px center;
	background-repeat: no-repeat;
  background-size: 5px auto;
	color: #b9babd;
  transition: all .4s;
}

.sidebar-widget ul li:hover{
  background-position: 8px center;
}

.sidebar-widget ul li a {
	color: #b9babd;
	font-size: 1.4rem;
	line-height: 1;
  transition: all .4s;
}
.sidebar-widget ul li a:hover{
  color: #58abcb;
}

footer ul li a {
	line-height: 1.6;
}

.sidebar-widget > div {
	/*margin-top: 40px;*/
}

.tagcloud {
	list-style: none;
	margin: 0;
	overflow: hidden; 
	padding: 0;
  }
  
  .tagcloud a {
	float: left; 
  }
  
  .tag-cloud-link {
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #999;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
  font-size: 13px !important;
  }
  
  .tag-cloud-link::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
  }
  
  .tag-cloud-linkg::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .tag-cloud-link:hover {
  background-color: #58abcb    ;
	color: white;
  }
  
  .tag-cloud-link:hover::after {
	 border-left-color: #fe533d; 
  }


.post_tags {
	margin: 20px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;

}

.post_tags a {
	color: inherit;
	padding: 0 4px;
	transition: 0.3s;
	line-height: 1.7;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
}


.post_tags a:hover {
	color: #fe533d; 
}

.not-found {
	font-size: 25px;
	font-style: italic;
	color: #c0c0c0;
}

::-moz-selection { background: #fe533d; }
::selection { background: #fe533d; }
