﻿
#header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    font-size: 14px;
    /*background-color: #fff;*/
    background-color: #066B41;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}

    #header a.logo > img {
        height: 60px;
        -webkit-transition: all .300s;
        -moz-transition: all .300s;
        -o-transition: all .300s;
        transition: all .300s;
    }

    #header a.logo.logo-responsive > img {
        height: 100%; /* used on center - example: page-coming-soon-1.html */
    }

    /* da header-1.css */
#topMain.nav-pills > li > a {
    /*color: #333;*/
    color: #FFFFFF;
    font-weight: 400;
    background-color: transparent;
}

#topMain.nav-pills > li:hover > a,
#topMain.nav-pills > li:focus > a {
    /*color: #1A1C2E;*/
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.05);
}

#topMain.nav-pills > li.active > a {
    color: #333;
}

#topNav div.submenu-dark ul.dropdown-menu {
    background: #17281B;
    background-color: #17281B;
}

.btn-law {
    width: 100%;
    display: inline-block;
    position: relative;
    /*height: 70px;*/
    padding: 30px 5px 50px 5px;
    border: 0;
    font-size: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

section {
    display: block;
    position: relative;
    padding: 40px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    background-color: #fff;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}

div.side-nav ul > li > a.dropdown-toggle:before {
    content: "\f196";
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    right: 0px;
    top: 6px;
    color: #999;
}

#footer {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    display: block;
    /*background: #313131;
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);*/
    background: linear-gradient(to bottom, #066B41 0%,#023821 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );*/
}

#footer address {
    background: none;
}

.tag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 3px 0;
}

.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;*/
    color: #414141;
    font-family: 'Circe';
    font-style: normal;
    font-weight: normal;
    src: local('Circe'), url('../circe-webfont/CRC55.woff') format('woff');
    line-height: 1.5;
}