/* Add here all your css styles (customizations) */
.header-fixed .header.header-fixed-shrink {
    background: #fff;
}

.search-block {
    padding: 40px 0;
}

    .search-block h1 {
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    }

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width: 187px;
        margin: 45px 0 17px;
    }
}

.content p a.button {
    background: none;
    font-weight: bold;
    font-size: 1.1em;
    position: absolute;
}

ol, ul {
    list-style: none;
}

ul {
    padding-left: 0;
}

    ul.normal {
        list-style: disc;
        padding-left: 25px;
    }

a:hover, #content a:visited {
    color: #06C;
    text-decoration: none;
}

li a, a {
    color: #06C /*#e3a400 #F3AF00 */;
    text-decoration: none;
}

    A[rel="external"], #menu ul li a[rel="external"] {
        padding-right: 12px;
        background: url(../img/icons/icon_external_website.gif) no-repeat top right;
        margin-right: 6px;
    }

    A[rel="document"], #menu ul li a[rel="document"] {
        padding-right: 12px;
        background: url(../img/icons/icon_pdfdocument.gif) no-repeat top right;
        margin-right: 6px;
    }

img.left {
    float: left;
    margin: 0 15px 0 0;
    clear: left;
}

img.right {
    float: right;
    margin: 0 0 0 15px;
    clear: right;
}

.socialbtn {
    display: inline-block;
    height: 30px;
    width: 40px;
    background-position: 0 -33px !important;
    -webkit-backface-visibility: hidden;
}

ol.alpha {
    list-style-type: lower-alpha;
}

    ol.alpha li {
        color: green;
    }

.thumbs li {
    margin-bottom: 20px;
}

A[rel="email"] {
    padding-right: 12px;
    background: url(/assets/img/icons/icon_emaillink.gif) no-repeat top right;
    margin-right: 6px;
}
p {
    margin-bottom:20px;
}

.social_email {
    background:url(../img/icons/social/e_mail.png) no-repeat;
}
/*smaller navbar fonts*/
.header .navbar-nav > li > a { 
    font-size:13px; 
    padding: 9px 21px 9px 14px;
}

.header .dropdown > a:after {
    right: 8px;
}


@media (max-width: 1199px) and (min-width:992px) {
    .header .navbar-nav > li > a {
        font-size: 12px;
        padding: 9px 15px 9px 10px;
    }
    .header .dropdown > a:after{right:4px;}
}