
/* ===================================== //
// ........ TABLE OF CONTENTS .......... //
// ..................................... //
// ..... I. General Style .............. //
// .... II. Header Style ............... //
// ... III. Footer Style ............... //
// .... IV. Site Box Style ............. //
// ..................................... //
// ===================================== */






/* ================ //
// I. General Style //
// ================ */
body {
    background-color: #ccc;
    color: #444;
    font-family: Tahoma;
    overflow-x: hidden;
}
a, a:hover {
    color: #B52424;
}
.vertical-align-holder {
    display: table;
}
.vertical-align-holder > .vertical-align-content {
    display: table-cell;
    vertical-align: middle;
}
.simple-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.simple-list > li {
    margin: 0;
    padding: 3px 0;
}
.shadow-none {
    text-shadow: none !important;
}

/* ================ */





/* ================ //
// II. Header Style //
// ================ */
.navbar-no-margin-bottom {
    margin-bottom: 0;
}
header {
    background-attachment: fixed;
    background-image: url("../images/header-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
header > .filter {
    background-color: rgba(37,115,29,.8);
    border-color:  rgba(37,115,29,.8);
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #fff;
}
.header-logo-holder,
.header-details-holder {
    height: 60px;
    width:100%;
}
.header-logo-holder > .header-logo > .header-text {
    font-weight:bold;
    font-size: 30px;
}
.header-details-holder > .header-details {
    text-align: right;
}
.header-details-holder > .header-details > .phone-details {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}
.header-details-holder > .header-details > .cc-details{
    display: inline-block;
}
.header-details-holder > .header-details > .cc-details > img {
    height: 20px;
}
@media(max-width:991px){
    .header-logo-holder,
    .header-details-holder {
        height: auto;
    }
    .header-logo-holder > .header-logo > .header-text {
        font-size: 20px;
        margin-top: 5px;
    }
    .header-details-holder > .header-details > .phone-details {
        display: block;
        font-size: 14px;
        margin-top: 3px;
    }
    .header-details-holder > .header-details > .cc-details {
        display: block;
        margin-top: 5px;
    }
    .header-details-holder > .header-details > .cc-details > img {
        height: 16px;
        margin-bottom: 5px;
    }
    .header-logo-holder > .header-logo,
    .header-details-holder > .header-details {
        text-align: center;
    }
}
.top-keywords {
    background-color: #222;
    border-color: #000;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #fff;
    font-size: 10px;
    padding: 3px;
}
/* ================ */





/* ================= //
// III. Footer Style //
// ================= */
footer {
    background-color: #131313;
    color: #fff;
}
footer a,
footer a:hover,
footer a:visited,
footer a:active,
footer a:focus {
    color: #fff;
}
footer .bottom-footer {
    background-color: #000;
}
footer .top-footer,
footer .bottom-footer {
    padding: 20px;
}
.schema-title {
    font-size: 18px;
}
.schema-content {
    padding: 5px;
}
footer .schema-content {
    color: #F3F3A1;
}
footer .extra-footer-links {
    background-color: #000;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    list-style-type: none;
}
footer .extra-footer-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
/* ================= */





/* ================== //
// IV. Site Box Style //
// ================== */
.site-box {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
}
.site-box > .title {
    background-color: #444;
    border-color: rgba(0,0,0,.1);
    border-style: solid;
    border-width: 0 0 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}
.site-box > .title#yellow {
    background-color: #f1aa40;
}
.site-box > .title#violet {
    background-color: #9f5594;
}
.site-box > .title#blue {
    background-color: #46bbdc;
}
.site-box > .title#orange {
    background-color: #FF7537;
}
.site-box > .content {
    padding: 10px;
}
.site-box > .content > h1,
.site-box > .content > h2,
.site-box > .content > h3,
.site-box > .content > h4,
.site-box > .content > p {
    margin: 0;
    padding-bottom: 10px;
}
.site-box > .content > :last-child {
    padding: 0;
}
.site-box > .content > .ft-huge {
    font-size: 30px;
}
.site-box > .content > .ft-medium {
    font-size: 20px;
}
.site-box > .content > .ft-italic {
    font-style: italic;
}
.site-box > .content > .ft-large {
    font-size:  40px;
}
.site-box > .content > .ft-cc > img {
    margin-top: 5px;
}
.banner-box {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.banner-box > img.banner-image {
    width: 100%;
    vertical-align: bottom;
}
.banner-box > .banner-details {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}
/* ================== */
/* ======edit========= */
.imagecontent {
    float: right!important;
    padding: 9px;
    box-shadow: 0px 0px 4px 0px #A1A1A1;
    margin: 10px 10px 10px 15px;
    max-width: 40%;}
/* ================ */
