/* GLOBAL */

body {
  font-family: 'Lato', sans-serif;
}

p, h1, h2, h3, h4, span {
  cursor: default;
}

a {
  text-decoration: none;
}

p {
  font-family: 'Lato', sans-serif;
  color: #57666d;
  font-size: 14px;
  line-height: 20px;
}

p a {
  color: #009bb4;
  opacity: 1.0;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

p a:hover {
  color: #009bb4;
  opacity: 0.8;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  text-decoration: none;
}

p i, span i, a i, button.button i {
  padding-right: 10px;
}

.wrapper-main {
  padding-bottom: 30px;
}


*:focus {
    outline: none !important;
}

/* TEXT */

#intro p {
  color: white;
  font-size: 18px;
  line-height: 24px;
}

.text-lead {
  font-size: 18px;
  line-height: 24px;
}

.text-important {
  color: #f16000;
}

.text-white {
  color: white;
}

.heading-main {
  font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    text-transform: lowercase;
    font-weight: bold;
  color: #404e55;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.heading-main:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #85ccdb;
    position: absolute;
    left: 0;
    bottom: 0;
}

.heading-alt {
  font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    text-transform: lowercase;
    font-weight: bold;
  color: #404e55;
  margin-bottom: 20px;
  position: relative;
}

.heading-small {
  font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: bold;
  color: #404e55;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 575px) {

  .heading-main {
  text-align: center;
  }

  p {
  text-align: center;
  }

  .heading-main:after {
  right: 0;
  margin: auto;
  }

}

/* BUTTONS */

.button a, button.button {
  font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    padding: 6px 30px 7px 30px;
    border: 2px solid #85ccdb;
  background: rgba(241,96,0,0.0);
    color: #404e55;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: lowercase;
  margin-top: 30px;
    display: inline-block;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.button a:hover, button.button:hover {
  border: 2px solid #f16000;
  background: rgba(241,96,0,1.0);
  color: white;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  text-decoration: none;
}

.button.white a {
  color: white;
}

@media (max-width: 575px) {

  .button {
  text-align: center;
  }

  button.button {
  margin: 30px auto 0px auto;
  display: block;
  }

}

/* MENU */

header {
  background-color: rgba(0, 155, 180, 0.2);
  margin-bottom: 60px;
}

#intro_demo {
  background-image: url(images/header_bg.jpg);
  background-repeat: no-repeat;
    background-position: top center;
}

#intro_demo .navbar {
  padding: 30px 0px;
}

.nav-item-demo .nav-link {
  background: white;
    color: #f16000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  display: inline-block;
}

.nav-item-demo:hover .nav-link {
  background: #f16000;
    color: white;
}

.nav-link {
    color: rgba(255,255,255,1.0);
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.nav-link:hover {
    color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

nav {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: bold;
}

.social a {
  display: inline-block;
    margin: 0;
}

.navbar .navbar-toggler {
  background: white;
    color: #404e55;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
}

@media (max-width: 991px) {

  .navbar-collapse {
  text-align: center;
  border-top: 2px solid #85ccdb;
  margin-top: 15px;
  }

  .nav-item-demo {
  padding: 30px 0px 0px 0px;
  }

}

@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 1rem;
  }

  .social {
  border-left: 2px solid #85ccdb;
  margin-left: 20px;
  padding-left: 20px;
  }

}

/* SCREENS */

#screens {
  text-align: center;
}

.screen {
  max-width: 640px;
    width: 100%;
  height: 380px;
  background: black;
    display: inline-block;
  position: relative;
}

.screen-info {
  background: #57666d;
    color: white;
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: lowercase;
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
  margin: 10px;
  cursor: default;
}

/* CONTROLS */

.controls-container {
  padding: 30px 0px;
}

.controls {
  font-size: 0px;
  text-align: center;
}

.control {
  width: 62px;
    height: 62px;
    display: inline-block;
    margin: 4px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background: #85ccdb;
  background: -moz-linear-gradient(top, #85ccdb 0%, #009bb4 100%);
  background: -webkit-linear-gradient(top, #85ccdb 0%,#009bb4 100%);
  background: linear-gradient(to bottom, #85ccdb 0%,#009bb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ccdb', endColorstr='#009bb4',GradientType=0 );
}

#control-bg_a, #control-bg_aw, #control-bg_w, #control-bg_wd, #control-bg_d, #control-bg_as, #control-bg_s, #control-bg_sd {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background: #57666d;
  background: -moz-linear-gradient(top, #57666d 0%, #404e55 100%);
  background: -webkit-linear-gradient(top, #57666d 0%,#404e55 100%);
  background: linear-gradient(to bottom, #57666d 0%,#404e55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57666d', endColorstr='#404e55',GradientType=0 );
  margin: 2px;
}

.button-large {
  height: 50px;
    width: 50px;
    background-color: #404e55;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    border: 1px solid #57666d;
    box-sizing: border-box;
    display: inline-block;
    margin: 4px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

.button-large:active {
  background-color: #37454c;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.control_a img {
  transform: rotate(-90deg);
}

.control_aw img {
  transform: rotate(-45deg);
}

.control_w img {
  transform: rotate(0deg);
}

.control_wd img {
  transform: rotate(45deg);
}

.control_d img {
  transform: rotate(90deg);
}

.control_as img {
  transform: rotate(-135deg);
}

.control_s img {
  transform: rotate(180deg);
}

.control_sd img {
  transform: rotate(135deg);
}

.control-info {
  text-align: center;
}

/* INTRO HOME */

#intro_home {
  background-image: url(images/header_bg.jpg);
  background-attachment: fixed;
  position: relative;
    padding-bottom: 120px;
    margin-bottom: 60px;
}

#intro_home:after {
  content: "";
    background: url(images/after_line.svg);
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#intro_home .navbar {
  padding: 30px 0px;
}

.intro-image-bg {
  height: auto;
  width: 100%;
}

#intro p a {
  color: white;
}

.intro-image-wrapper {
  position: relative;
}

.video-wrapper {
  position: absolute;
    top: 0;
  left: 0;
}

.video-wrapper img {
  width: 100%;
    padding: 35px 135px;
  height: auto;
}

.video-wrapper video {
  width: 100%;
    padding: 35px 135px;
  height: auto;
}

@media (max-width: 1199px) {

  .video-wrapper img {
  padding: 30px 115px;
  }

}

@media (max-width: 991px) {

  .intro-image-wrapper {
  text-align: center;
  }

  .video-wrapper img {
  padding: 35px 130px;
  }

}

@media (max-width: 767px) {

  .video-wrapper img {
  padding: 25px 100px;
  }

}

@media (max-width: 480px) {

  .video-wrapper img {
  padding: 20px 90px;
  }

}

@media (max-width: 390px) {

  .video-wrapper img {
  padding: 15px 70px;
  }

}


/* ASSETS */

#assets {
  padding-bottom: 90px;
}

.asset {
  text-align: center;
}

.asset-icon {
  height: 80px;
    width: 80px;
    border: 2px solid #85ccdb;
    margin: 0px auto 20px auto;
  -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
}

.asset-icon i {
  font-size: 36px;
    line-height: 76px;
    color: #404e55;
}

@media (max-width: 991px) {

  #assets {
  padding-bottom: 30px;
  }

}

/* ABOUT */

#about {
  background: #f7f7f7;
    padding: 60px 0px 120px 0px;
    position: relative;
}

#about img {
  width: 100%;
    height: auto;
  max-width: 530px;
}

#about .about-photo {
  text-align: center;
}


#about2 {
  background: #f7f7f7;
    padding: 60px 0px 120px 0px;
    position: relative;
}

#about2 img {
  width: 100%;
    height: auto;
  max-width: 530px;
}

#about2 .about-photo {
  text-align: center;
}


/* BLOG */

#blog {
  height: 240px;
  position: relative;
  top: -120px;
  background-image: url(images/after_line_demo.svg);
  background-position: center;
}

#blog .button {
  text-align: center;
  margin: 98px 0px;
}

#blog .button a {
  margin-top: 0px;
  border: 2px solid white;
}

#blog .button a:hover {
  background: white;
  color: #f16000;
}

#blog2 {
  height: 240px;
  position: relative;
  top: -120px;
  background-image: url(images/after_line_demo.svg);
  background-position: center;
}

#blog2 .button {
  text-align: center;
  margin: 98px 0px;
}

#blog2 .button a {
  margin-top: 0px;
  border: 2px solid white;
}

#blog2 .button a:hover {
  background: white;
  color: #f16000;
}

/* CONTACT-US */

#contact-us {
  padding: 0px 0px 60px 0px;
    text-align: center;
    top: -60px;
    position: relative;
}

#contact-us .heading-main:after {
    right: 0;
    margin: auto;
}

@media (max-width: 991px) {

  #contact-us {
  padding: 0px 0px 60px 0px;
  }

}

/* FOOTER */

#footer {
  background: #85ccdb;
  background: -moz-linear-gradient(-45deg, #85ccdb 0%, #009bb4 100%);
  background: -webkit-linear-gradient(-45deg, #85ccdb 0%,#009bb4 100%);
  background: linear-gradient(135deg, #85ccdb 0%,#009bb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ccdb', endColorstr='#009bb4',GradientType=1 );
  position: relative;
    padding: 60px 0px 60px 0px;
}

#footer p {
  margin: 0;
    text-align: center;
    font-size: 10px;
    color: white;
}

/* BLOG */

.intro-blog {
  text-align: center;
}

.intro-blog .heading-main:after {
    right: 0;
    margin: auto;
}

#blog_list {
  padding: 0px 0px 120px 0px;
}

#blog_list article {
  border-bottom: 2px solid #f7f7f7;
    padding-bottom: 20px;
}

#blog_list.blog-post article {
  border-bottom: 0px;
}

#blog_list time {
  font-size: 12px;
    margin-bottom: 20px;
    color: #009bb4;
    display: block;
  font-family: 'Lato', sans-serif;
}

#blog_list header a {
  font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #404e55;
    margin-bottom: 20px;
    position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

#blog_list header a:hover {
  color: #f16000;
  -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

#blog_list header {
    margin: 0;
    background-color: initial;
}

#blog_list .button a, #blog_list button.button {
    padding: 6px 20px 7px 20px;
    font-size: 12px;
    margin-top: 0px;
}

#blog_list p i, #blog_list span i, #blog_list a i, #blog_list button.button i {
    padding-right: 8px;
}

#blog_list article p {
  text-align: justify;
}

#blog_list article p i {
  padding: 0px;
}

#blog_list article ul, #blog_list article ol {
  font-family: 'Lato', sans-serif;
    color: #57666d;
    font-size: 14px;
    line-height: 20px;
}

#blog_list article p:first-of-type {
  font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  color: #404e55;
}

.blog-image-container {
  background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.blog-image-container img {
  max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {

  #blog_list .button {
  text-align: left;
  }

}
