﻿
.header { padding: 0px; }
.logo { padding-top: 22px; }
    
.fixed-header-on .header .logo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    padding-top:10px;
}

.parallax-bg-3 {
    background: none;
}

.list-icons li {
    text-align: left !important;
}

.list-icons li i {
    font-size: 20px !important;
    width: 45px;
    margin: 0px 0 5px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top25 {
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.top50 {
    margin-top: 50px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom40 {
    margin-bottom: 40px;
}

.marginleft20 {
    margin-left: 20px;
}

.padleft40 {
    padding-left: 40px;
}

.padhorz20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.top-section {
    margin-top: 50px;
}

.center-image {
    margin: 0 auto;
}


@media (max-width: 768px) {
    .top-section {
        margin-top: 10px;
    }
}

.gray-bg, .gray-bg:before {
    -webkit-box-shadow: none !important;
}

.blog-footer {
    display: block;
    font-size: 90%;
    line-height: 1.42857143;    
    text-align: right;
}

.separator{
    margin-bottom: 40px;
}

.img-footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 120%;
}

h2 a {
    color: #e09200;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 16px;
    text-transform: none;
}

.btn-lg {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;    
}


.prominant {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
}
    
.prominant li {
    margin-top: 10px;
}
    
@media (min-width: 768px) {
    .prominant {
    font-size: 18px;
    }
}

.info-box {
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
}

.info-box h4 {        
    padding-bottom: 7px;
    border-bottom: solid 1px#808080;
}

.as-li li{
    padding-bottom: 10px;
}

.pre-pdf {
    background: url('../images/pdf.png') no-repeat;    
    padding-left: 45px;
}