body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #333;
    background: #fff;
}

*:focus {
    outline: none;
}
a:hover {
    color: #44638c;
    text-decoration: none;
}

.font-small {
    font-size: 14px;
}

.btn {
    /*font-size: 18px!important;*/
    /*font-weight: 500;*/
    /*line-height: 20px;
    padding: .775rem .85rem;*/
}
.btn.btn-sm{
    /*font-size: 14px!important;*/
}
.btn-primary {
    background-color: #157ee1;
    border-color: #1269bd;
}
.btn-primary:hover {
    background-color: #1269BDFF;
}
.btn-outline-primary {
    border-color: #157ee1;
    color: #157ee1;
}
.btn-primary-light {
    background-color: #e5effa;
    border-color: #157ee1;
}
.form-control:focus, .btn:focus {
    box-shadow: none !important;
}


/**
 *
 */
.navbar.navbar-gray {
    background: #5b6777 !important;
    color: #fff;
}
.bg-gray-light {
    background-color: #ccc !important;
}

.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.mt-035r {
    margin-top: .35rem!important;
}
.list-li-py-2 li {
    padding-bottom: .6rem;
}
.list-social {
    padding-left: 0;
    list-style: none;
    border: solid 1px #d6d6d6;
    border-radius: 3px;
    display: inline-flex;
}
.list-social li{
    border-right: solid 1px #ccc;
    text-align: center;
}
.list-social li a [class^="pe-so-"], .list-social li a [class*=" pe-so-"]{
    padding: 18px;
}
.list-social li:last-child{
    border-right: none;
}
.list-inline li{
    display: inline-block;
}
.link-dotted {
    text-decoration: none;
    position: relative;
}
.page-title a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: dotted 1px #44638c;
}

.ls-field input[type=text], .ls-field input[type=password], .ls-field select, .ls-field textarea, .js-user-field-item select, .js-user-field-item input[type=text] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    /**
     *
     */
.card-tab {
    border-top: 0;
    border-radius: 0 0 .25rem .25rem;
}

@media (max-width: 991px) {
    button:focus {
        outline: none;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1172px;
    }

}

/**
 *
 */
.head-note {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #aaaaaa;
}

#photosOffice .btn-close, #docsOffice .btn-close {
    position: absolute;
     color: #fff;
    right: 0;
    top: -22px;
}

#photosOffice .modal-content, #docsOffice .modal-content {
    background: rgba(221, 221, 221, 0);
    border: 0;
}

#photosOffice .owl-carousel .owl-nav button.owl-next span, #photosOffice .owl-carousel .owl-nav button.owl-prev span,
#docsOffice .owl-carousel .owl-nav button.owl-next span, #docsOffice .owl-carousel .owl-nav button.owl-prev span {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    font-size: 9rem;
    height: 34px;
    color: #fff;
}
#photosOffice .owl-carousel .owl-nav button.owl-prev, #docsOffice .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.nav-link {
    color: #157ee1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #157ee1;
}
/**
 *
 */
.nav-tabs.tab-nav-menu-main .nav-link {
    font-size: 20px;
}