﻿/* Stylesheet */

/* Main Layout */
/* Space around the main area */
.main-section {
    padding: 15px 0px 30px 0px ;
    font-size: 18px;
}

.main-section a {
    text-decoration: none;
    color: #005A97;
}

.main-section a:hover {
    color: #FCAD3F;
}

.main-section a.btn {
    text-decoration: none;
    color: #ffff;
}

.page-header {
    margin-top: 0px;
}

/* Banner Bar */
#bannerBar {
    height: 170px;
    background-image: -webkit-linear-gradient(top, #203E54 0%, #254862 170px);
    background-image: -moz-linear-gradient(top, #203E54 0%, #254862 170px);
    background-image: linear-gradient(to bottom, #203E54 0%, #254862 170px);
    background-image: -ms-linear-gradient(top, #203E54 0%, #254862 170px);
    overflow:hidden;
}

/* Sidebar */
.sidebar {
    font-size: 13px;
    line-height: 1.5;
}

.sidebar .panel-heading { font-size: 1.1em; }
.sidebar .list-group-item { font-size: 1em; }

.sidebar .panel + .panel {
    margin-top: 15px;
}

/* Footer styling */
.site-footer { background: #f7f7f7; border-top: 1px solid #e5e5e5; padding: 30px 0; }
.site-footer .list-unstyled > li + li { margin-top: 6px; }

/* Misc */
/* 3-column topline cards (no background, only top border) */
.cards-3 .topline-box {
    background: transparent;
    border: 0;
    border-top: 4px solid #ddd;          /* default top border (overridden by modifiers) */
    padding-top: 14px;
    margin-bottom: 20px;
}

.cards-3 .topline-box h3 {
    margin-top: 8px;
}

/* Responsive spacing: make columns breathe on small screens */
.cards-3 [class*="col-"] { margin-bottom: 15px; }
@media (min-width: 992px) {
    .cards-3 [class*="col-"] { margin-bottom: 20px; }
}

/* Gallery */
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    height: 150px;
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 14px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}


/* Social */

.socialButton {
    display: block;
    width: 70px;
    padding: 10px;
    margin: 0px 0px 10px 10px;
    float: left;
    color: white;
    font-size: 30px;
    text-align: center;
    text-decoration: none;

}

.socialButton:hover {
    opacity: 0.7;
}


/* Page Slider */
#pageSlider a {
    float: left;
    position: absolute;
}
#pageSlider a.show {
    z-index:500
}


/* Pricing Section */
.pricing {
    padding: 0px 0px;
}

.pricing .section-title {
    text-align:center;
    margin: 0 0 28px;
}

/* ===== Equal-height columns (flex, Bootstrap 3 compatible) ===== */
.row-eq-height { display:flex; flex-wrap:wrap; }
.row-eq-height > [class*="col-"] { display:flex; }
.panel-pricing {
  display:flex; flex-direction:column; width:100%;
  border:1px solid #e6eaf0; border-radius:10px;
  box-shadow:0 4px 16px rgba(0,0,0,.06);
  transition:transform .12s ease, box-shadow .12s ease;
}
.panel-pricing:hover { transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.10); }

.panel-pricing .panel-heading {
  text-align:center;
  border-top-left-radius:10px; border-top-right-radius:10px; padding:20px 15px;
}
.panel-pricing .plan-name { margin:0; font-weight:600; letter-spacing:.3px; }

.panel-pricing .price { text-align:center; padding:18px 15px 8px; }
.panel-pricing .price .amount { font-size:40px; line-height:1; font-weight:700; }
.panel-pricing .price .currency { font-size:20px; vertical-align:super; margin-right:2px; opacity:.95; }
.panel-pricing .price .period { display:block; margin-top:6px; color:#7a8999; font-size:13px; }

.panel-pricing .list-group { margin:0; }
.panel-pricing .list-group-item { border-left:0; border-right:0; border-color:#eef2f7; font-size:14px; padding:10px 15px; }

.panel-pricing .panel-footer {
  background:#fff; border-top:0; text-align:center; padding:18px 15px 22px;
  border-bottom-left-radius:10px; border-bottom-right-radius:10px;
  margin-top:auto; /* push footer to bottom for equal content height */
}

.glyphicon-ok { color:#28a745; margin-right:6px; }
.glyphicon-remove { color:#d9534f; margin-right:6px; opacity:.75; }

/* ===== Buttons: blue with white text always ===== */
.pricing .btn-primary,
.pricing .btn-primary:hover,
.pricing .btn-primary:focus,
.pricing .btn-primary:active,
.pricing .btn-primary:active:focus {
  color:#ffff !important;
}

/* Spacing on small screens */
@media (max-width: 767px) {
  .pricing .col-sm-4 + .col-sm-4 { margin-top:20px; }
}

