﻿
.header { padding: 0px; }
.logo { padding-top: 5px; }
    
.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;
}

.top40 {
    margin-top: 40px;
}

.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: #2598D4;
}

.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.5;
}

.prominant2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}
    
.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;
}

.info-box .btn {
    margin-top: 15px;
    float:right;
}

.as-li li{
    padding-bottom: 10px;
}

.pre-pdf {
    background: url('../images/pdf.png') no-repeat;    
    padding-left: 45px;
}

.pre-pdf-sm {
    background: url('../images/pdf-sm.png') no-repeat;    
    padding-left: 45px;
}

.tbl-600 {
    width: 600px;
    margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	float: none;
}

.btn-success{
    background-color: #EE7C27;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #E06D00;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {  
  background-color: #ce6502;
  border-color: #ce6502;
}

.owl-carousel .caption{
    background-color: #ededed
}

.reviews .foot
{
    font-size:100%;
}

.tab-content blockquote
{
    font-size:15px;
}

.index-top{
    font-size: 16px;
    }

@media (max-width: 700px)  
{
    .tbl-600 { width: 300px;  }
}

.defaultImage{
    display:none;  
 }