

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1000px) {
    .topoazul{
        display: none;
    }
}

.padding-top-20{
    padding-top: 20px;
}

#contactform input, #contactform textarea{
    background-color: #E8E8E8;
    color:#828282
}

.service ul{
    list-style: inside;
}

.filter > .active > a {
    color: #3f8dbf;
}

.portfolio {
    background-color: white;
}

.topoazul {

    background-color: #4646CD;
    color: #ffffff;
}

@media (max-width: 1000px) {
    .topoazul {

        background-color: #FFFFFF;
        color: #ffffff;
    }
}

.topoazul > .container > .row > .col-md-3 > h4{
    color: #F0F0F0;
}

/*.btn, .classic-blog .post .date, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover, .navbar .dropdown-submenu:focus > a, .navbar .dropdown-submenu:hover > a, .owl-pagination .owl-page.active span, .owl-pagination .owl-page:hover span, #owl-main .caption h1 span.tint-bg, #owl-main .caption p span.tint-bg, .pagination > li > a, .pagination > li > span, .post.format-quote, .sidemeta .format-wrapper a:hover, .sidenav li a:hover, .tabs-circle-top .tab.active a, .tabs-side .tab a:hover, .tabs-top .tab a:hover, .tint-bg, .tint-bg.img-bg-soft:before, .tint-bg.img-bg-softer:before, .tooltip-inner {
    background-color: #4646CD; !important;
}*/

.dropdown a:hover{
    background-color: tomato;
}

.nav .open>a, .nav .open>a:hover,.nav .open>a:hover{
    background-color: #EEE; !important;
    border-color: #4646CD;
}

.nav > li.active > a {
    color: #4646CD; !important;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff; !important;
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

