/**** aamas2016-D.css ***/
body,input {
    font: 14px/1.5 "myriad-pro",sans-serif;
    color: #333;
}

td {
    padding: 3px;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.logged-in .navbar-fixed-top {
    top: 64px;
}

.item-list ul {
    margin: 0 0 0em 1.5em !important;
}

.sidebar .item-list ul {
    margin: 0 0 0em 0em !important;
}

.item-list ul li {
    margin: 0 0 0em .5em !important;
    padding: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    font-family: "proxima-nova-extra-condensed",sans-serif;
    font-size: 17px;
    padding: 15px 8px !important;
    color: #333;
}

#leftCol .nav li {
    border-bottom: 1px solid #ddd;
}

#leftCol .nav li a {
    padding: 8px 20px !important;
}

#leftCol .nav li.views-row-first {
    border-top: 1px solid #ddd;
}

.view-field-collection-view2.view-display-id-block_1 .views-row-even {
    background-color: #e7e7e7;
}

.view-field-collection-view2 .views-row-last section {
    padding-bottom: 3em;
}

#intro {
    display: table;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #e7e7e7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro2 {
    display: table;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    padding-top: 15px;
    color: #fff;
    background-color: #e7e7e7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

i.glyphicon.glyphicon-chevron-right {
    font-size: 11px;
    padding-right: 10px;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.5em;
}

h1,h2,h3,h4 {
    font-family: "proxima-nova-extra-condensed",sans-serif;
}

#logo img {
    padding: 2px 20px;
}

.container-small h3 {
    text-align: center;
    margin: 20px 0px;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.container-lg {
    position: absolute;
    top: 100px;
    left: 0;
    text-align: center;
    width: 100%;
}

.container-lg h1.title {
    padding-top: 30px;
}

.container-sm {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #888;
    margin-bottom: 4em;
    padding: 0px;
    background: #fff;
}

.intro-section {
    padding-top: 0px;
}

@media(max-width:765px) {
    .navbar-default .navbar-collapse,.navbar-default .navbar-form {
        background-color: #f1f1f1;
    }

    .nav.nav-stacked > li > a {
        border-bottom: 1px solid #ddd;
        padding: 5px 10px !important;
    }

    .nav > li > a {
        font-size: 16px;
        line-height: 32px;
    }

    .container-sm {
        border: 0px;
        box-shadow: none;
        margin-bottom: 4em;
        padding: 0px;
    }

    #masthead {
        margin-top: 4em;
    }
}

hr {
    border: 0px solid #333;
    height: 2px;
    background-color: #ddd;
}

table {
    border-collapse: separate;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

#footer-bar {
    background: none repeat scroll 0 0 #aaa;
    bottom: 0;
    position: fixed;
    vertical-align: middle;
    width: 100%;
    margin-top: 3em;
    padding: 5px 0px;
    font-size: 11px;
    z-index: 99;
    color: white;
}

#footer-bar a {
    color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 4em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(170,170,170,0.8);
    font-size: 12px;
    padding: 0.3em;
    z-index: 9999;
}

div#backtotop {
    bottom: 80px !important;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}

