/*!
 * Part of this file comes from:
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;

	background-color: #b5cde0;

    background-image: url(../img/restinga_7.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center 0;
}

a {

    color: #303C68;
    /*font-weight: bold;*/

}

.background-highlight {

    background-color: #b5cde0 !important;

}

.about-body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;

	background-color: #b5cde0;

    background-image: url(../img/restinga_8_s.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
    /*background-size: 200% 200%;*/
    background-position: center 0;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
	background-color: #bfdbf2;
    color: #004761;

}

.tablet-widener {
    padding-bottom: 15%;
}

/*
@media(min-width: 768px)
{
    .intro
    {
        background-image: url("../img/intro_back.png");
        background-repeat: no-repeat;
    }
}
*/
html {
    width: 100%;
    height: 100%;
}

.drone-btn
{
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: rgba(40, 40, 40, 1);
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    white-space: normal;
    
}
.drone-btn:hover,
.drone-btn:focus
{
	border: none;
	color: rgba(220, 220, 255, 1);
	background-color: rgba(0, 0, 0, .2)
}

.drone-btn i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
	transition-property: transform;
	transition-duration: 1s;
}

.drone-btn:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.border-img {
	border: 5px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .5);
    color: rgba(48, 48, 48, 1);
}

.navbar-custom {
	padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #97aec1;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}


.navbar-custom a {
    color: #004761;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 22px 0px;

        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 6px solid #697b8a;
        background-color: #97aec1;
    }
}



.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-info {

    background-color: #b1cbe1;
    border-color: #769ab8;
    border-width: 3px;
    border-radius: 6px !important;
    white-space: normal;
}

.foapp {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    text-align: left;

    /*border: 1px solid #555555;*/
}

.form-control {
    background-color: #A9BDCC;
    color: #3D4449;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-width: 2px;
}

.form-control::-webkit-input-placeholder { color: #626F7A; font-weight: 400;}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #626F7A;  font-weight: 400;}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #626F7A;  font-weight: 400;}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #626F7A;  font-weight: 400;}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #626F7A;  font-weight: 400;}  /* Microsoft Edge */

label {
    color: #444B51;
    font-size: 18px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

form {
    background-color: #8397A7;
    padding: 15px 15px;
    border: 3px solid #626F79;
}

.text-muted {

    color: #353551;
    font-size: 14px;
    font-weight: 550;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.backfill-section {

    background-color: #1D2036;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 250px;
}

.backfill-section hr {
    color: #ffffff;
    border-color: #ABABAB;
    border-style: dashed;

}

.backfill-section p {
    text-align: left;
    color: #CBCBCB;
    font-size: 12pt;
}

.backfill-section h1 {
    text-align: left;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.backfill-section figcaption {
    color: #818181;
}

.stats {
    background-color: #0D101F;
    text-align: center;
    margin-left: 0px;
}


.stats hr {
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
    border-style: solid;
    border-color: #363E67;
}

.stats h1 {
    text-align: center;

    color: #94C7F1;
    font-size: 17pt;
    padding-top: 2%;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.stats h2 {
    color: #628BAD;
    font-size: 12pt;
    padding-left: 5%;
    padding-top: 2%;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.stats p {
    text-align: center;
}

.digisys {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    text-align: left;
    color: #2B2D3C;
    /*border: 1px solid #555555;*/
}

.digisys li {
    padding-top: 18px;
    list-style-type: disc;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #004761;
    border-radius: 100%!important;
    font-size: 40px;
    color: #004761;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #107791;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.space-section {
    width: 100%;
	height: 100px;
    background-color: #97aec1;
	/*padding-top: 400px;
	padding-bottom: 400px;*/
}

/* Has height only on mobile */
.space-section-mobile {
	height: 70px;
     background-color: #97aec1;
	/*padding-top: 400px;
	padding-bottom: 400px;*/
}


.content-section {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	
	background-color: #97aec1;


	color: #484850;
}

.content-section-nobg {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	
	background-color: rgb(0, 0, 0, 0);


	color: #000;
}

.contact-person h3 {
    
    color: #33324A;
    font-weight: bold;
    
}

.contact-person h4 {

    color: #33324A;
    font-weight: bold;

}

.contact-person h5 {
    
    color: #42415F;
    font-weight: bold;

}

.contact-person hr {

    border-color: #635B83;
}

.contact-person {

    padding-bottom: 3%;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    
}

hr {
    color: #000;
    border: 0.5px solid #000;
}

.soft-hr {
    color: #aaa;
    border: 0.5px solid #555;
}

.content-section p {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #222;
}

.more-about-section {

    width: 100%;
    padding: 70px 0;
    color: #fff;

    /* Outline */
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;

    outline-color: #4d718f;
    outline-width: 6px;
    outline-style: solid;
    
}

.content-rect {
    height: 100%;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0, 0, 0, .8);

    /* PLS SUPPORT BACKDROP FILTERS OTHER BROWSERS! */
    -webkit-backdrop-filter: blur(10px);
}

.parallax-1 {
    background-image: url("../img/restinga_7.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-2 {
    background-image: url("../img/restinga_6.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px)
{
	.space-section-mobile {
		height: 0px;
	}
    .content-section {
        padding-top: 50px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}


.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 3px solid #1e506a;
    color: #dbeeff;
    background-color: #4b6b87;
    border-radius: 5px;
}


.btn-default:hover,
.btn-default:focus {
    border: 3px solid #e8eff9;
    outline: 0;
    color: #e8eff9;
    background-color: #9bbae6;
}

.btn-wide {
    width: 100%;
    border-radius: 15px;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

.footer {
	background-color: #697b8a;
	width: 100%;
}

.footer p {
    color: #282f35;
}

.footer a {
	color: #fbce99;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
