/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 9, 2020, 4:39:53 AM
    Author     : alex
*/

.division {
    font-size: 18px;
    font-weight: 600;
    color: #2da0d7;
    text-transform: none;
}
.btn-zapis > a {
    color: #fff;
    font-size: 18px;
    background-color: #fca339;
}

.btn-default {
    background-color: #fda339;
    box-shadow: 0 3px 0 #2da0d7;
    -moz-box-shadow: 0 3px 0 #2da0d7;
    -webkit-box-shadow: 0 3px 0 #2da0d7;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
 background-color: #2da0d7;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    color: #2da0d7;
}

.color-orange {
    border-bottom: 2px solid #fca339;
}

.color-blue {
    border-bottom: 2px solid #2da0d7;
}

.bg-blue {
    background-color: #2da0d7;
}

.orange_block > p {
    font-size: 30px;
    background-color: rgba(45, 160, 215, 0.97);
    color: #fff;
}
.blue_block > p {
    font-size: 30px;
    background-color: rgba(45, 160, 215, 0.7);
    color: #fff;
}
.entry-title {
    /* color: #fff000;
    color: #fca339; */
    color: #2da0d7;
    padding: 110px 0 0;
    margin-bottom: 0;
}
.sub-page-banner p {
    font-size: 16px;
    font-weight:700;
    color: #fca339;
}

.top-sec-detail .contact-info li i {
    color: #2da0d7;
}

footer.light .contact-widget i {
    color: #2da0d7;
}

footer.light .contact-widget .adress {
    color: #2da0d7;
}

.social3 li a i {
    color: #2da0d7;
}

@media (min-width: 768px){

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #2da0d7;
}
}