body{
    font-family: 'Lato', sans-serif;
    color: #5B5B5F;
}

.fixed-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.parallax-fixed-menu{
    top: -96px!important;
    height: 329px!important;
}

.lblue-bg{
    background-color: #00B9E4;
}
.lblue{
    color: #00B9E4;
}
.dblue-bg{
    background-color: #002F5F;
}
.dblue{
    color: #002F5F;
}
.lgray-bg{
    background-color: #9A999E;
}
.lgray{
    color: #9A999E;
}
.dgrey-bg{
    background-color: #5B5B5F;
}
.dgrey{
    color: #5B5B5F;
}

.uppercase{
    text-transform: uppercase;
}

.sbold{
    font-weight: 900;
}

.separator{
    height: 2px;
    width: 30px;
    border: none;
    background-color: #00B9E4;
    margin: 0;
    padding: 0;
}

.theme_button {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 30px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    min-width: 8.5em;
    text-align: center;
    color: #ffffff;
    border: 2px solid #00B9E4;
    background-color: #00B9E4;
    border-radius: 19px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.theme_button:hover {
    text-decoration: none;
    border: 2px solid #002F5F;
    background-color: #002F5F;
    color: #fff;
}

.theme_button_2 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 30px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    min-width: 8.5em;
    text-align: center;
    color: #ffffff;
    border: 2px solid #002F5F;
    background-color: #002F5F;
    border-radius: 19px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.theme_button_2:hover {
    text-decoration: none;
    border: 2px solid #00B9E4;
    background-color: #00B9E4;
    color: #fff;
}

.bottom_shadow{
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0 3px 6px 0 rgba(50, 50, 50, 0.2);
    box-shadow:         0 3px 6px 0 rgba(50, 50, 50, 0.2);
}
.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb40{
    margin-bottom: 40px;
}

.mb50{
    margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav li a {
        font-size: 10px!important;
        padding: 0 5px!important;
    }
}
.navbar-nav li.active a{
    color: #00B9E4;
}
.social-link{
    color: #fff;
}
.social-link:hover{
    text-decoration: none;
    color: #fff;
}
.slider-btn{
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    margin: 0 50px ;
}