/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body{
  padding-top: 0px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #596677;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oscine', sans-serif;
  font-weight: 700;
  color: #2c3a50;
}

a,
a:hover,
a:focus,
a:active {
    font-weight: 500;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

a {
  color: #f4623a;
  background-color: transparent;
}

a:hover {
  color: #d6370c;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.navbar {
    -webkit-box-shadow: 0 6px 6px -6px #999;
    -moz-box-shadow: 0 6px 6px -6px #999;
    box-shadow: 0 6px 6px -6px #999;
}

.btn-vive{font-family: 'Roboto', sans-serif;color:#fff;background-color:#00b3e3;border-color:#00b3e3}

.btn-vive:hover{color:#fff;background-color:#00b3e3;border-color:#00b3e3}
.btn-vive:focus,.btn-vive.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
.btn-vive.disabled,.btn-vive:disabled{color:#fff;background-color:#00b3e3;border-color:#00b3e3}
.btn-vive:not(:disabled):not(.disabled):active,.btn-vive:not(:disabled):not(.disabled).active,.show>.btn-vive.dropdown-toggle{color:#fff;background-color:#00b3b3;border-color:#000}
.btn-vive:not(:disabled):not(.disabled):active:focus,.btn-vive:not(:disabled):not(.disabled).active:focus,.show>.btn-vive.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

.btn-outline-vive{color:#00b3e3;background-color:transparent;background-image:none;border-color:#00b3e3}.btn-outline-vive:hover{color:#222;background-color:#009a9a;border-color:#00b3e3}
.btn-outline-vive:focus,.btn-outline-vive.focus{box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)}
.btn-outline-vive.disabled,.btn-outline-vive:disabled{color:#00b3e3;background-color:transparent}
.btn-outline-vive:not(:disabled):not(.disabled):active,.btn-outline-vive:not(:disabled):not(.disabled).active,.show>.btn-outline-vive.dropdown-toggle{color:#fff;background-color:#009a9a;border-color:#00b3e3}
.btn-outline-vive:not(:disabled):not(.disabled):active:focus,.btn-outline-vive:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-vive.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/* FOOTER */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #111820;
}

.footer-area p {
	color: #868686;
}

.single-footer-widget h5 {
    color: #fff;
    margin-bottom: 50px;
}

.single-footer-widget ul > li > a {
    color: #aaaaaf;
    margin-bottom: 10px!important;
    display: block;
    font-weight: 500;
}

.single-footer-widget ul > li > a:last-child {
    margin-bottom: 0;
}

.single-footer-widget ul > li > a:hover {
    color: #ffffff;
}

.copyright-text > p {
    margin-bottom: 0;
    font-size: 13px;
	color: #868686;
}

.footer-social-info > a {
    color: #aaaaaf;
    padding: 0 15px;
    display: inline-block;
    font-size: 13px;
}

.footer-social-info > a:hover {
    color: #fff;
}

.footer-single--blog-post {
    margin-bottom: 30px;
}

.footer-single--blog-post:last-child {
    margin-bottom: 0;
}

.footer-single--blog-post .blog-post-date > p {
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-title > h6 {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-date > p:hover,
.footer-single--blog-post .blog-post-title > h6:hover {
    color: #26a4d3;
}

.footer-single-contact-info .contact-icon {
    margin-right: 15px;
}

.footer-bottom-area {
    background-color: #000000;
    height: 60px;
}

.footer-bottom-content {
    padding-top: 10px;
}

.footer-area .section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.footer-area .mb-100 {
    margin-bottom: 100px;
}

.footer-area .mb-50 {
    margin-bottom: 50px;
}

.footer-area li {
    list-style: none;
}

.footer-area ul,
ol {
    margin: 0;
    padding: 0;
}
