@font-face{
    font-family:"aeroport";
    src:url("../fonts/aeroport.woff") format("woff");
}
.font-aeroport{
    font-family: "aeroport", sans-serif;
}
.rounded-25{
    border-radius: 25px;
}
.shadow-text{
    text-shadow: 2px 2px 1px #444343;
}
.breadcrumb{
    background-color: transparent;
    margin: 0;
}
a:hover, button:hover{
	opacity: .8;
	transition: .3s;
}

.btn-orange{
    background-color: #fd5401;
	color: #ffffff;
	border: none;
}
.bg-orange{
	background-color: #fd5401;
}
.text-orange{
    color: #fd5401;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #000 !important;
}
.pointer{
    cursor: pointer;
}

.bg-top{
    background-image: url('../img/bg.jpg');
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.bg-rgba-white{
    background-color: rgba(255,255,255, .5);
}

.stellarnav{
    border: none;
}
.stellarnav a.dd-toggle .icon-plus{
    width: 30px;
}
.stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before{
    width: 30px;
}
.stellarnav li.has-sub > a:after{
    border-top: 6px solid #fff;
}
.menu__border{
    border-top: 4px solid #000;
}

@media screen and (max-width: 768px){
	h1, .h1{
		font-size: 24px !important;
	}
	h2, .h2{
		font-size: 22px !important;
	}
	h3, .h3{
		font-size: 20px !important;
	}
	h4, .h4{
		font-size: 18px !important;
	}
	h5, .h5{
		font-size: 16px !important;
	}
	h6, .h6{
		font-size: 14px !important;
	}
}

::-webkit-scrollbar{ 
    width: 10px; 
    height: 10px;
}
::-webkit-scrollbar-button{ 
    background-color: #666;
}
::-webkit-scrollbar-track{
    background-color: #999;
}
::-webkit-scrollbar-track-piece{
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb{
    height: 50px; 
    background-color: #666; 
    border-radius: 4px;
}
::-webkit-scrollbar-corner{
    background-color: #999;
}
::-webkit-resizer{
    background-color: #666;
}

#cboxCurrent, #cboxTitle{
    top: -25px;
}

#carouselExampleCaptions .carousel-caption{
    left: 0 !important;
    right: 0 !important;
}

#carouselExampleCaptions img{
    filter: brightness(0.4);
}