@charset "UTF-8";
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }

/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer; }

/* mouse grab icon */
.grabbing {
  cursor: url(/assets/css/plugins/owl.carousel/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5; }
  .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none; }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
    .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      /*IE7 fix*/
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #869791; }
    .owl-theme .owl-controls .owl-page.active span {
      filter: Alpha(Opacity=100);
      /*IE7 fix*/
      opacity: 1; }
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
  .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
/* If PaginationNumbers is true */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(/assets/css/plugins/owl.carousel/AjaxLoader.gif) no-repeat center center; }

/*
//@mixin lobster-font()
{
	//font-family: "Lobster","Helvetica Neue",Helvetica,Arial,sans-serif;
}
//*/
body {
  height: 100%;
  color: #3e444d;
  background-color: #f4f5f7; }

html {
  height: 100%;
  -ms-overflow-style: scrollbar; }

#wrapper {
  height: 100%;
  width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

section,
aside {
  padding: 50px 0; }

@media (min-width: 767px) {
  section {
    padding: 100px 0; } }
.well {
  border: none;
  box-shadow: none;
  background-color: #ebedf1; }

.jumbotron {
  background-color: #fdfdfd; }

.page-header {
  border-bottom-color: #d6dae2; }

.img-light-border {
  border: 5px solid #f4f5f7; }

.img-dark-border {
  border: 5px solid #3e444d; }

.light-faded-border {
  border: solid 15px rgba(244, 245, 247, 0.5); }

.dark-faded-border {
  border: solid 15px rgba(62, 68, 77, 0.5); }

.img-centered {
  margin: 0 auto; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

.padding-top {
  padding-top: 100px; }

.padding-bottom {
  padding-bottom: 100px; }

::-moz-selection {
  text-shadow: none;
  background: rgba(28, 179, 191, 0.5); }

::selection {
  text-shadow: none;
  background: rgba(28, 179, 191, 0.5); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: rgba(28, 179, 191, 0.5); }

.owl-theme .owl-controls .owl-page span {
  background: #12747c; }

.owl-theme .owl-controls .owl-buttons div {
  background: #12747c; }

.modal-dialog {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 100%; }

.modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%; }

body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 16px; }

h1,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; }

h3,
h5,
h6 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

p {
  margin: 0 0 20px;
  letter-spacing: 0.02rem; }

.serif {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  text-transform: none; }

.sans-serif {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.heading {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; }

/*
.lobster {
    @include lobster-font;
}
*/
.allcaps {
  text-transform: uppercase !important; }

hr.primary,
hr.light,
hr.dark {
  max-width: 100px;
  margin: 25px auto;
  border-bottom: none; }

hr.primary {
  border-top: 6px solid #1cb3bf; }

hr.light {
  border-top: 6px solid #f4f5f7; }

hr.dark {
  border-top: 6px solid #3e444d; }

hr.primary-small,
hr.light-small,
hr.dark-small {
  max-width: 50px;
  margin: 15px auto; }

hr.primary-small {
  border-top: 3px solid #1cb3bf; }

hr.light-small {
  border-top: 3px solid #f4f5f7; }

hr.dark-small {
  border-top: 3px solid #3e444d; }

.text-dark {
  color: #3e444d; }

.text-light {
  color: #f4f5f7; }

.text-primary {
  color: #1cb3bf; }

.text-success {
  color: #2ecc71; }

.text-info {
  color: #5fc9d3; }

.text-warning {
  color: #e67e22; }

.text-danger {
  color: #e74c3c; }

@media (min-width: 767px) {
  p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.8; } }
a {
  color: #1cb3bf;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #158993;
    outline: none; }

a.light-text {
  color: #d6dae2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.light-text:hover, a.light-text:focus {
    text-decoration: none;
    color: #b9bfcc;
    outline: none; }

ul.job-description > li {
  font-size: 18px; }

.nav-container {
  width: 100% !important;
  margin: 0 9px !important; }

.navbar {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.navbar-dark,
.navbar-light {
  background-color: #3e444d;
  margin-bottom: 0;
  border-bottom: 1px solid #33383f; }
  .navbar-dark a,
  .navbar-light a {
    color: #f4f5f7; }
  .navbar-dark .navbar-brand,
  .navbar-light .navbar-brand {
    font-weight: 700;
    padding: 0; }
    .navbar-dark .navbar-brand:focus,
    .navbar-light .navbar-brand:focus {
      outline: none; }
    .navbar-dark .navbar-brand .logo,
    .navbar-light .navbar-brand .logo {
      display: inherit; }
    .navbar-dark .navbar-brand .logo-collapse,
    .navbar-light .navbar-brand .logo-collapse {
      display: none; }
    .navbar-dark .navbar-brand .logo img,
    .navbar-dark .navbar-brand .logo-collapse img,
    .navbar-light .navbar-brand .logo img,
    .navbar-light .navbar-brand .logo-collapse img {
      max-height: 40px;
      margin: 7px 0 0 10px; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(244, 245, 247, 0.5); }

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #f4f5f7; }
  .navbar-toggle:focus, .navbar-toggle:active {
    outline: none; }

@media (min-width: 767px) {
  .navbar-dark,
  .navbar-light {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; }
    .navbar-dark .navbar-brand .logo img,
    .navbar-dark .navbar-brand .logo-collapse img,
    .navbar-light .navbar-brand .logo img,
    .navbar-light .navbar-brand .logo-collapse img {
      max-height: 46px;
      margin: 0; }
    .navbar-dark .nav li,
    .navbar-light .nav li {
      margin-right: 0; }
      .navbar-dark .nav li:last-child,
      .navbar-light .nav li:last-child {
        margin-right: 0px; }
      .navbar-dark .nav li a,
      .navbar-light .nav li a {
        color: #f4f5f7;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        padding: 15px 7.5px; }
        .navbar-dark .nav li a:after,
        .navbar-light .nav li a:after {
          position: absolute;
          width: 50%;
          margin: 0 auto;
          left: 0;
          right: 0;
          bottom: 0;
          height: 3px;
          background: #1cb3bf;
          content: "";
          opacity: 0;
          -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
          -moz-transition: opacity 0.3s, -moz-transform 0.3s;
          transition: opacity 0.3s, transform 0.3s;
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          transform: translateY(-10px); }
        .navbar-dark .nav li a::after,
        .navbar-light .nav li a::after {
          bottom: 0;
          -webkit-transform: translateY(10px);
          -moz-transform: translateY(10px);
          transform: translateY(10px); }
        .navbar-dark .nav li a:hover, .navbar-dark .nav li a:focus, .navbar-dark .nav li a:active,
        .navbar-light .nav li a:hover,
        .navbar-light .nav li a:focus,
        .navbar-light .nav li a:active {
          color: #f4f5f7;
          outline: none;
          background-color: transparent; }
        .navbar-dark .nav li a:hover::after, .navbar-dark .nav li a:focus::after,
        .navbar-light .nav li a:hover::after,
        .navbar-light .nav li a:focus::after {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          transform: translateY(0px); }
    .navbar-dark .nav li.active a,
    .navbar-light .nav li.active a {
      background-color: transparent;
      color: #1cb3bf !important; }

  .navbar-dark.top-nav-collapse,
  .navbar-light.top-nav-collapse {
    padding: 5px 0;
    border-bottom: 1px solid;
    border-color: rgba(62, 68, 77, 0.5); }

  .navbar-dark.top-nav-collapse {
    background-color: #3e444d;
    border-color: #33383f; }
    .navbar-dark.top-nav-collapse a {
      color: #f4f5f7; }
    .navbar-dark.top-nav-collapse li a {
      color: #f4f5f7; }
    .navbar-dark.top-nav-collapse .nav li a {
      color: #f4f5f7; }
      .navbar-dark.top-nav-collapse .nav li a:after {
        background: #1cb3bf; }
      .navbar-dark.top-nav-collapse .nav li a:hover, .navbar-dark.top-nav-collapse .nav li a:focus, .navbar-dark.top-nav-collapse .nav li a:active {
        color: #f4f5f7; }

  .navbar-light.top-nav-collapse {
    background-color: #f4f5f7;
    border-color: rgba(62, 68, 77, 0.5); }
    .navbar-light.top-nav-collapse .navbar-brand .logo {
      display: none; }
    .navbar-light.top-nav-collapse .navbar-brand .logo-collapse {
      display: inherit; }
    .navbar-light.top-nav-collapse a {
      color: #3e444d; }
    .navbar-light.top-nav-collapse li a {
      color: #3e444d; }
    .navbar-light.top-nav-collapse .nav li a {
      color: #3e444d; }
      .navbar-light.top-nav-collapse .nav li a:after {
        background: #1cb3bf; }
      .navbar-light.top-nav-collapse .nav li a:hover, .navbar-light.top-nav-collapse .nav li a:focus, .navbar-light.top-nav-collapse .nav li a:active {
        color: #3e444d; } }
.intro-img,
.intro-img-half,
.intro-slider,
.intro-slider-half,
.intro-video {
  width: 100%;
  text-align: center; }
  .intro-img .intro-welcome,
  .intro-img-half .intro-welcome,
  .intro-slider .intro-welcome,
  .intro-slider-half .intro-welcome,
  .intro-video .intro-welcome {
    font-size: 20px;
    margin: 0;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .intro-img .brand-heading,
  .intro-img-half .brand-heading,
  .intro-slider .brand-heading,
  .intro-slider-half .brand-heading,
  .intro-video .brand-heading {
    font-size: 30px;
    margin: 0;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
  .intro-img .intro-body,
  .intro-img-half .intro-body,
  .intro-slider .intro-body,
  .intro-slider-half .intro-body,
  .intro-video .intro-body {
    position: relative; }
  .intro-img .overlay,
  .intro-img-half .overlay,
  .intro-slider .overlay,
  .intro-slider-half .overlay,
  .intro-video .overlay {
    display: none; }

@media (min-width: 768px) {
  .intro-img .intro-welcome,
  .intro-slider .intro-welcome,
  .intro-video .intro-welcome,
  .intro-img-half .intro-welcome,
  .intro-slider-half .intro-welcome {
    font-size: 30px;
    margin: 0 0 -10px; }
  .intro-img .brand-heading,
  .intro-slider .brand-heading,
  .intro-video .brand-heading,
  .intro-img-half .brand-heading,
  .intro-slider-half .brand-heading {
    font-size: 55px; }
  .intro-img .intro-body,
  .intro-slider .intro-body,
  .intro-video .intro-body,
  .intro-img-half .intro-body,
  .intro-slider-half .intro-body {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0; }
  .intro-img .overlay,
  .intro-slider .overlay,
  .intro-video .overlay,
  .intro-img-half .overlay,
  .intro-slider-half .overlay {
    display: block;
    width: 100%;
    background-color: black;
    background-image: url("../assets/img/diagonal-noise.png");
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
@media (min-width: 1025px) {
  .intro-img .intro-welcome,
  .intro-slider .intro-welcome,
  .intro-video .intro-welcome,
  .intro-img-half .intro-welcome,
  .intro-slider-half .intro-welcome {
    font-size: 40px; }
  .intro-img .brand-heading,
  .intro-slider .brand-heading,
  .intro-video .brand-heading,
  .intro-img-half .brand-heading,
  .intro-slider-half .brand-heading {
    font-size: 70px; } }
.intro-img,
.intro-img-half,
.intro-video {
  height: auto; }

.intro-img,
.intro-img-half,
.intro-video {
  padding: 100px 0 50px; }

.intro-slider,
.intro-slider-half {
  padding: 0;
  height: 500px; }

@media only screen and (min-width: 768px) {
  .intro-img,
  .intro-slider,
  .intro-video,
  .video-bg {
    padding: 0;
    height: 100%;
    min-height: 0; }
    .intro-img .overlay,
    .intro-slider .overlay,
    .intro-video .overlay,
    .video-bg .overlay {
      height: 100%; }

  .intro-img-half {
    height: 60%;
    min-height: 0; }
    .intro-img-half .overlay {
      height: 60%;
      min-height: 0; }

  .intro-slider-half {
    height: 60%;
    min-height: 0; }
    .intro-slider-half .overlay {
      height: 100%;
      min-height: 0; } }
@media (min-width: 768px) {
  .intro-img .intro-body,
  .intro-video .intro-body {
    top: 30%; }

  .intro-img-half .intro-body {
    top: 15%; }

  .intro-slider .intro-body {
    top: 0; }

  .intro-slider-half .intro-body {
    top: 0;
    margin-top: -25px; } }
.intro-img,
.intro-img-half {
  background-color: #3e444d;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .intro-img .carousel h4,
  .intro-img-half .carousel h4 {
    font-size: 16px;
    height: 50px; }

.intro-slider,
.intro-slider-half {
  background-color: #3e444d; }
  .intro-slider .carousel,
  .intro-slider-half .carousel {
    height: 100%; }
    .intro-slider .carousel h4,
    .intro-slider-half .carousel h4 {
      font-size: 22px; }
  .intro-slider .carousel-inner,
  .intro-slider-half .carousel-inner {
    height: 100%; }
  .intro-slider .item,
  .intro-slider-half .item {
    height: 100%; }
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0; }
  .intro-slider .fill,
  .intro-slider-half .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; }

@media (min-width: 768px) {
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: auto;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 0; }
  .intro-slider .carousel h4,
  .intro-slider-half .carousel h4 {
    font-size: 26px; }
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: auto; } }
.video-bg {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }

.intro-video {
  position: relative;
  background: no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 1; }

@media (min-width: 768px) {
  .intro-video {
    position: absolute;
    background: transparent; } }
.intro-img .carousel h4,
.intro-img-half .carousel h4,
.intro-video .carousel h4 {
  font-size: 16px;
  height: 50px; }

@media (min-width: 768px) {
  .intro-img .carousel h4,
  .intro-img-half .carousel h4,
  .intro-video .carousel h4 {
    font-size: 22px;
    height: auto; } }
@media (min-width: 1025px) {
  .intro-img .carousel h4,
  .intro-img-half .carousel h4,
  .intro-video .carousel h4 {
    font-size: 26px;
    height: auto; } }
.intro-dark-bg {
  color: #f4f5f7; }

.intro-light-bg {
  color: #3e444d; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

.btn-scroll-dark,
.btn-scroll-light {
  font-size: 30px;
  background: transparent;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  line-height: 45px;
  margin-top: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transitino: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn-scroll-dark:hover, .btn-scroll-dark:focus, .btn-scroll-dark:active,
  .btn-scroll-light:hover,
  .btn-scroll-light:focus,
  .btn-scroll-light:active {
    outline: none; }

.btn-scroll-dark {
  color: #3e444d;
  border: 2px solid #3e444d; }
  .btn-scroll-dark:hover, .btn-scroll-dark:focus, .btn-scroll-dark:active {
    color: #3e444d;
    background: rgba(62, 68, 77, 0.2); }

.btn-scroll-light {
  color: #f4f5f7;
  border: 2px solid #f4f5f7; }
  .btn-scroll-light:hover, .btn-scroll-light:focus, .btn-scroll-light:active {
    color: #f4f5f7;
    background: rgba(244, 245, 247, 0.2); }

@media (min-width: 768px) {
  .btn-scroll-dark,
  .btn-scroll-light {
    margin-top: 30px; } }
.heading {
  text-align: center;
  margin-top: 50px; }

.swiper {
  height: 30vh;
  width: 100%; }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    color: #1cb3bf !important; }

.blog-1 .blog-col {
  max-width: 400px;
  margin: 0 auto; }
  .blog-1 .blog-col .blog-preview-img {
    display: block;
    position: relative; }
    .blog-1 .blog-col .blog-preview-img .caption {
      background: rgba(62, 68, 77, 0.9);
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s; }
      .blog-1 .blog-col .blog-preview-img .caption:hover {
        opacity: 1; }
      .blog-1 .blog-col .blog-preview-img .caption .caption-content {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -15px;
        color: #f4f5f7; }
    .blog-1 .blog-col .blog-preview-img * {
      z-index: 2; }
  .blog-1 .blog-col .blog-preview-content {
    background-color: #f4f5f7;
    color: #3e444d;
    padding: 25px;
    margin-bottom: 15px; }
    .blog-1 .blog-col .blog-preview-content h3 {
      margin: 0 0 10px; }
      .blog-1 .blog-col .blog-preview-content h3 a {
        color: #3e444d; }
        .blog-1 .blog-col .blog-preview-content h3 a:hover {
          color: #1cb3bf; }
    .blog-1 .blog-col .blog-preview-content p {
      font-size: 16px;
      margin: 0;
      padding-bottom: 5px; }
    .blog-1 .blog-col .blog-preview-content ul.meta {
      font-size: 14px;
      color: rgba(62, 68, 77, 0.5); }
    .blog-1 .blog-col .blog-preview-content .continue {
      font-size: 14px;
      padding-bottom: 15px; }

@media (min-width: 767px) {
  .blog-1 .blog-preview-content {
    margin-bottom: 30px; } }
.blog-2 .blog-col {
  margin-bottom: 15px; }
  .blog-2 .blog-col .blog-item {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto; }
    .blog-2 .blog-col .blog-item .caption {
      background: rgba(62, 68, 77, 0.9);
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s; }
      .blog-2 .blog-col .blog-item .caption:hover {
        opacity: 1; }
      .blog-2 .blog-col .blog-item .caption .caption-content {
        padding: 25px;
        color: #f4f5f7; }
        .blog-2 .blog-col .blog-item .caption .caption-content h3 {
          margin: 0;
          padding-bottom: 15px; }
        .blog-2 .blog-col .blog-item .caption .caption-content p {
          font-size: 16px;
          margin: 0;
          padding-bottom: 15px; }
        .blog-2 .blog-col .blog-item .caption .caption-content ul.meta {
          font-size: 14px;
          color: rgba(62, 68, 77, 0.5); }
.blog-2 * {
  z-index: 2; }

@media (min-width: 767px) {
  .blog-2 .blog-col {
    margin-bottom: 30px; } }
.bg-parallax-light,
.bg-parallax-dark {
  width: 100%;
  height: auto;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center; }

.bg-parallax-light {
  color: #3e444d; }

.bg-parallax-dark {
  color: #f4f5f7; }

.aside-overlay,
.section-overlay {
  background-color: rgba(28, 179, 191, 0.8); }

.aside-overlay {
  padding: 50px 0; }

.section-overlay {
  padding: 100px 0; }

@media (min-width: 767px) {
  .bg-parallax-light,
  .bg-parallax-dark {
    background-attachment: fixed; } }
.screen-cta {
  padding-bottom: 0;
  overflow-y: hidden; }

.clients #clients-carousel {
  list-style: none;
  padding: 0; }
  .clients #clients-carousel li.item {
    margin: 0 15px; }

.bg-light {
  background: #f4f5f7 !important;
  color: #3e444d !important; }

.bg-dark {
  background: #3e444d !important;
  color: #f4f5f7 !important; }

.bg-lighter {
  background: #fdfdfd;
  color: #3e444d !important; }

.bg-primary {
  background: #1cb3bf !important;
  color: #f4f5f7 !important; }

.bg-success {
  background: #2ecc71 !important;
  color: #f4f5f7 !important; }

.bg-info {
  background: #5fc9d3 !important;
  color: #f4f5f7 !important; }

.bg-warning {
  background: #e67e22 !important;
  color: #f4f5f7 !important; }

.bg-danger {
  background: #e74c3c !important;
  color: #f4f5f7 !important; }

.portfolio-1 .portfolio-item {
  margin: 0 0 15px;
  right: 0; }
  .portfolio-1 .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto; }
    .portfolio-1 .portfolio-item .portfolio-link .caption {
      background: rgba(62, 68, 77, 0.9);
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s; }
      .portfolio-1 .portfolio-item .portfolio-link .caption:hover {
        opacity: 1; }
      .portfolio-1 .portfolio-item .portfolio-link .caption .caption-content {
        position: absolute;
        width: 100%;
        height: 20px;
        font-size: 20px;
        text-align: center;
        top: 50%;
        margin-top: -12px;
        color: #f4f5f7; }
        .portfolio-1 .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        .portfolio-1 .portfolio-item .portfolio-link .caption .caption-content h3,
        .portfolio-1 .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }
.portfolio-1 * {
  z-index: 2; }

@media (min-width: 767px) {
  .portfolio-1 .portfolio-item {
    margin: 0 0 30px; } }
.portfolio-modal {
  border: 40px solid rgba(0, 0, 0, 0.2); }
  .portfolio-modal .modal-content {
    background-color: #f4f5f7; }
  .portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer; }
    .portfolio-modal .close-modal:hover {
      opacity: 0.3; }
    .portfolio-modal .close-modal .lr {
      height: 75px;
      width: 1px;
      margin-left: 35px;
      background-color: #3e444d;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Safari and Chrome */
      z-index: 1051; }
      .portfolio-modal .close-modal .lr .rl {
        height: 75px;
        width: 1px;
        background-color: #3e444d;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Safari and Chrome */
        z-index: 1052; }
  .portfolio-modal .row.first {
    margin-top: 100px; }
  .portfolio-modal .page-header {
    margin-top: 0; }
  .portfolio-modal ul.project-details {
    margin-top: 15px; }
    .portfolio-modal ul.project-details li {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #d6dae2; }
    .portfolio-modal ul.project-details li:first-child {
      padding-top: 15px;
      border-top: 1px solid #d6dae2; }

ul#filters {
  padding-bottom: 15px; }
  ul#filters li button.btn-link {
    color: #3e444d; }
    ul#filters li button.btn-link:hover, ul#filters li button.btn-link:focus, ul#filters li button.btn-link:active, ul#filters li button.btn-link.active {
      color: #1cb3bf;
      text-decoration: none;
      box-shadow: none; }

.portfolio-2 #portfolio-2-carousel .item img {
  margin: 0 auto;
  padding: 10px 30px; }
.portfolio-2 .owl-theme .owl-controls .owl-buttons div {
  position: absolute; }
.portfolio-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5%;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 35px; }
.portfolio-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5%;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 35px; }

@media (min-width: 767px) {
  .portfolio-2 #portfolio-2-carousel .item img {
    max-width: 725px; } }
html {
  scroll-behavior: smooth; }

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  .btn:hover, .btn:focus, .btn:active, .btn.active,
  .btn .open .dropdown-toggle {
    outline: none !important; }

ul.button-list li {
  padding: 0; }
  ul.button-list li:first-child {
    margin-bottom: 10px;
    padding-right: 0; }

@media (min-width: 767px) {
  ul.button-list li:first-child {
    padding-right: 5px; } }
.btn-default {
  color: #3e444d;
  background-color: #f4f5f7;
  border-color: #c8cdd7; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  .btn-default .open .dropdown-toggle {
    color: #3e444d;
    background-color: #dce0e6;
    border-color: #a4adbd; }
  .btn-default:active, .btn-default.active,
  .btn-default .open .dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #f4f5f7;
    border-color: #c8cdd7; }
  .btn-default .badge {
    color: #f4f5f7;
    background-color: #3e444d; }

.btn-primary {
  color: #f4f5f7;
  background-color: #1cb3bf;
  border-color: #199ea9; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  .btn-primary .open .dropdown-toggle {
    color: #f4f5f7;
    background-color: #17929b;
    border-color: #116c73; }
  .btn-primary:active, .btn-primary.active,
  .btn-primary .open .dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #1cb3bf;
    border-color: #199ea9; }
  .btn-primary .badge {
    color: #1cb3bf;
    background-color: #f4f5f7; }

.btn-success {
  color: #f4f5f7;
  background-color: #2ecc71;
  border-color: #29b765; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .btn-success .open .dropdown-toggle {
    color: #f4f5f7;
    background-color: #26ab5f;
    border-color: #1e854a; }
  .btn-success:active, .btn-success.active,
  .btn-success .open .dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #2ecc71;
    border-color: #29b765; }
  .btn-success .badge {
    color: #2ecc71;
    background-color: #f4f5f7; }

.btn-info {
  color: #f4f5f7;
  background-color: #5fc9d3;
  border-color: #4bc2ce; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .btn-info .open .dropdown-toggle {
    color: #f4f5f7;
    background-color: #3fbeca;
    border-color: #2fa1ac; }
  .btn-info:active, .btn-info.active,
  .btn-info .open .dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5fc9d3;
    border-color: #4bc2ce; }
  .btn-info .badge {
    color: #5fc9d3;
    background-color: #f4f5f7; }

.btn-warning {
  color: #f4f5f7;
  background-color: #e67e22;
  border-color: #d67118; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .btn-warning .open .dropdown-toggle {
    color: #f4f5f7;
    background-color: #c96a17;
    border-color: #9f5412; }
  .btn-warning:active, .btn-warning.active,
  .btn-warning .open .dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #e67e22;
    border-color: #d67118; }
  .btn-warning .badge {
    color: #e67e22;
    background-color: #f4f5f7; }

.btn-danger {
  color: #f4f5f7;
  background-color: #e74c3c;
  border-color: #e43725; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .btn-danger .open .dropdown-toggle {
    color: #f4f5f7;
    background-color: #df2e1b;
    border-color: #b62516; }
  .btn-danger:active, .btn-danger.active,
  .btn-danger .open .dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
    border-color: #e43725; }
  .btn-danger .badge {
    color: #e74c3c;
    background-color: #f4f5f7; }

.btn-custom {
  background-color: #f4f5f7; }
  .btn-custom:hover, .btn-custom:focus {
    border: 1px solid #3e444d;
    color: #f4f5f7;
    background-color: #3e444d; }

.email-button-container {
  position: fixed;
  bottom: 40px;
  right: 10px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: #f4f5f7;
  border: 3px solid black;
  z-index: 100; }
  .email-button-container .email-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .email-button-container .email-icon-container i {
      font-size: 2em; }

.btn-raised {
  border-bottom-width: 4px;
  transition: none; }
  .btn-raised:active, .btn-raised.active,
  .btn-raised .open .dropdown-toggle {
    outline: none;
    border-bottom-width: 3px;
    margin-top: 1px; }

.btn-outline.btn-light,
.btn-outline.btn-dark,
.btn-outline.btn-primary,
.btn-outline.btn-secondary,
.btn-outline.btn-success,
.btn-outline.btn-info,
.btn-outline.btn-warning,
.btn-outline.btn-danger {
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transitino: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-outline.btn-light {
  border: 1px solid #f4f5f7;
  color: #f4f5f7; }
  .btn-outline.btn-light:hover, .btn-outline.btn-light:focus {
    border: 1px solid #f4f5f7;
    color: #3e444d;
    background-color: #f4f5f7; }

.btn-outline.btn-dark {
  border: 1px solid #3e444d;
  color: #3e444d;
  background-color: transparent; }
  .btn-outline.btn-dark:hover, .btn-outline.btn-dark:focus {
    border: 1px solid #3e444d;
    outline: none;
    color: #f4f5f7;
    background-color: #3e444d; }

.btn-outline.btn-primary {
  border: 1px solid #1cb3bf;
  color: #1cb3bf;
  background-color: transparent; }
  .btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus {
    border: 1px solid #1cb3bf;
    outline: none;
    color: #f4f5f7;
    background-color: #1cb3bf; }

.btn-outline.btn-success {
  border: 1px solid #2ecc71;
  color: #2ecc71;
  background-color: transparent; }
  .btn-outline.btn-success:hover, .btn-outline.btn-success:focus {
    border: 1px solid #2ecc71;
    outline: none;
    color: #f4f5f7;
    background-color: #2ecc71; }

.btn-outline.btn-info {
  border: 1px solid #5fc9d3;
  color: #5fc9d3;
  background-color: transparent; }
  .btn-outline.btn-info:hover, .btn-outline.btn-info:focus {
    border: 1px solid #5fc9d3;
    outline: none;
    color: #f4f5f7;
    background-color: #5fc9d3; }

.btn-outline.btn-warning {
  border: 1px solid #e67e22;
  color: #e67e22;
  background-color: transparent; }
  .btn-outline.btn-warning:hover, .btn-outline.btn-warning:focus {
    border: 1px solid #e67e22;
    outline: none;
    color: #f4f5f7;
    background-color: #e67e22; }

.btn-outline.btn-danger {
  border: 1px solid #e74c3c;
  color: #e74c3c;
  background-color: transparent; }
  .btn-outline.btn-danger:hover, .btn-outline.btn-danger:focus {
    border: 1px solid #e74c3c;
    outline: none;
    color: #f4f5f7;
    background-color: #e74c3c; }

.btn-rounded {
  border-radius: 5em; }

.btn-square {
  border-radius: 0; }

.btn-social-dark {
  background-color: transparent;
  color: #3e444d; }

.btn-social-light {
  background-color: transparent;
  color: #f4f5f7; }

.btn-android .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-android:hover, .btn-android:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #a4c639; }

.btn-apple .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-apple:hover, .btn-apple:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #b9bfc1; }

.btn-bitcoin .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-bitcoin:hover, .btn-bitcoin:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #f7931a; }

.btn-css3 .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-css3:hover, .btn-css3:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #0170ba; }

.btn-dribbble .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-dribbble:hover, .btn-dribbble:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #ea4c89; }

.btn-dropbox .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-dropbox:hover, .btn-dropbox:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #2281cf; }

.btn-facebook .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-facebook:hover, .btn-facebook:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3b5998; }

.btn-flickr .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-flickr:hover, .btn-flickr:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #0063db; }

.btn-foursquare .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-foursquare:hover, .btn-foursquare:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #2398c9; }

.btn-github .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-github:hover, .btn-github:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #4183c4; }

.btn-google-plus .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-google-plus:hover, .btn-google-plus:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #d14836; }

.btn-html5 .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-html5:hover, .btn-html5:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #f06529; }

.btn-instagram .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-instagram:hover, .btn-instagram:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #3f729b; }

.btn-linkedin .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-linkedin:hover, .btn-linkedin:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #007fb1; }

.btn-linux .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-linux:hover, .btn-linux:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #dd4814; }

.btn-maxcdn .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-maxcdn:hover, .btn-maxcdn:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #ff7514; }

.btn-pagelines .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-pagelines:hover, .btn-pagelines:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #1996fc; }

.btn-pinterest .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-pinterest:hover, .btn-pinterest:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #cb2027; }

.btn-renren .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-renren:hover, .btn-renren:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #005eac; }

.btn-skype .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-skype:hover, .btn-skype:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #00aff0; }

.btn-stack-exchange .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-stack-exchange:hover, .btn-stack-exchange:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #1f5196; }

.btn-stack-overflow .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-stack-overflow:hover, .btn-stack-overflow:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #f47920; }

.btn-trello .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-trello:hover, .btn-trello:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #2a79a6; }

.btn-tumblr .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-tumblr:hover, .btn-tumblr:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #2c4762; }

.btn-twitter .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-twitter:hover, .btn-twitter:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #39a9e0; }

.btn-vimeo .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-vimeo:hover, .btn-vimeo:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #44bbff; }

.btn-vk .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-vk:hover, .btn-vk:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #54769a; }

.btn-weibo .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-weibo:hover, .btn-weibo:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #e43037; }

.btn-windows .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-windows:hover, .btn-windows:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #00bdf6; }

.btn-xing .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-xing:hover, .btn-xing:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #006464; }

.btn-youtube .button-transition {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 37px; }
.btn-youtube:hover, .btn-youtube:focus {
  outline: none;
  color: #f4f5f7;
  background-color: #cd332d; }

.footer-1 .upper {
  padding: 50px 0;
  color: #f4f5f7;
  background-color: #272b31; }
  .footer-1 .upper p {
    color: rgba(244, 245, 247, 0.8); }
  .footer-1 .upper h2 {
    padding-bottom: 10px; }
  .footer-1 .upper h4 {
    padding-bottom: 10px;
    padding-top: 25px; }
  .footer-1 .upper .footer-links li {
    padding-bottom: 10px; }
    .footer-1 .upper .footer-links li a {
      color: #f4f5f7; }
      .footer-1 .upper .footer-links li a:hover {
        color: #1cb3bf; }
.footer-1 .lower {
  padding: 15px 0;
  background-color: #111214; }
  .footer-1 .lower .small {
    color: rgba(244, 245, 247, 0.7); }
    .footer-1 .lower .small .privacy {
      color: rgba(244, 245, 247, 0.7); }
  .footer-1 .lower .footer1-flex {
    display: flex;
    justify-content: space-between; }

.footer-2 {
  padding: 50px 0; }
  .footer-2 h2,
  .footer-2 h3 {
    padding-bottom: 10px; }

@media (max-width: 990px) {
  .footer1-flex {
    display: flex;
    justify-content: space-between; }

  .footer-1 .lower .small .privacy {
    color: rgba(244, 245, 247, 0.7); }

  .footer-1,
  .footer-2 {
    text-align: center; } }
form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

input {
  width: 100%; }

input::placeholder,
textarea::placeholder {
  font-size: 13px; }

/* Hide up and down arrow in Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Hide up and down arrow in Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

textarea {
  height: 25vh;
  width: 100%;
  resize: none; }

.map-and-contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .map-and-contact-container .map-container {
    display: flex;
    height: 55vh;
    width: 100%; }
  .map-and-contact-container .form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 55vh;
    margin-top: 20px; }
    .map-and-contact-container .form-container .required::after {
      content: " *";
      color: red; }
    .map-and-contact-container .form-container .submit {
      background-color: #1cb3bf;
      border-radius: 5px;
      color: white; }

@media (min-width: 768px) {
  .map-and-contact-container {
    flex-direction: row; }
    .map-and-contact-container .form-container {
      margin-left: 20px;
      margin-top: 0; } }
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
  margin-bottom: 15px; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/**
 * Rules taken from the old wordpress blog to keep old posts working
 */
img[class*="wp-image-"] {
  border: 1px solid #DDD;
  padding: 6px;
  max-width: 97.5%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
  margin-bottom: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
  margin-bottom: 1.625em; }

.wp-caption {
  background: none repeat scroll 0% 0% #EEE;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px; }

p img, .wp-caption {
  margin-top: 0.4em; }

.wp-caption .wp-caption-text:before {
  color: #666;
  content: "—";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px; }

.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  font-size: 12px;
  padding: 10px 0px 5px 40px;
  position: relative; }

.table-with-outline table,
.table-with-outline td,
.table-with-outline th {
  padding: 5px;
  border-width: 1px;
  border-style: solid; }
