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






/* ================ //
// I. General Style //
// ================ */
body {
    background-color: #ddd;
    color: #444;
    font-family: Tahoma;
    overflow-x: hidden;
}
.white-box-padding h2, .white-box-padding h3, .white-box-padding h4, p.largext { font-size:30px }
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 //
// ================ */
.top-keywords {
    background-color: #444;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #fff;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}
#custom-bootstrap-menu.navbar-default {
    background-color: #33ccff;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(0,0,0,.4);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0,0,0,.4);
    background-color: transparent;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: rgba(0,0,0,.4);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,.4);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
.navbar-no-margin-bottom {
    margin-bottom: 0;
}
header {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.header-phone-holder,
.header-title-holder,
.header-cc-holder{
    font-size: 14px;
    height: 60px;
    width: 100%;
}
.header-title-holder {
    font-size: 25px;
    text-transform: uppercase;
}
@media(max-width:991px){
    .header-phone-holder,
    .header-title-holder,
    .header-cc-holder{
        height: auto;
        margin: 5px 0;
        text-align: center;
        width: 100%;
    }
}
/* ================ */





/* ================= //
// III. Footer Style //
// ================= */
footer {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: 1px 0;
    font-size: 12px;
    padding: 10px 10px 0 10px;
}
footer > .divider {
    margin-bottom: 10px;
}
footer ul.internal-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul.internal-links > li {
    display: inline-block;
}
footer a,
footer a:visited {
    color: #666;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    text-decoration: underline;
}
/* ================= */





/* ================== //
// IV. Site Box Style //
// ================== */
.image-box {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: rgba(0,0,0,.4);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-shadow: 0 1px 5px rgba(0,0,0,.7);
}
.image-backgrounds > .image-box:nth-child(1) {
    background-image: url("../images/first-sidebar-image.jpg");
}
.image-backgrounds > .image-box:nth-child(2) {
    background-image: url("../images/second-sidebar-image.jpg");
}
.image-backgrounds > .image-box:nth-child(3) {
    background-image: url("../images/third-sidebar-image.jpg");
}
.image-backgrounds > .image-box:nth-child(4) {
    background-image: url("../images/fourth-sidebar-image.jpg");
}
.image-backgrounds > .image-box:nth-child(5) {
    background-image: url("../images/fifth-sidebar-image.jpg");
}
.image-box > .image-box-padding {
    background-color: rgba(0,0,0,.7);
    padding: 10px;
    position: relative;
}
.image-box > .image-box-padding > .logo {
    font-size: 45px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 70px;
}
.image-box > .image-box-padding > .text {
    min-height: 70px;
    padding-left: 80px;
}
.image-box > .image-box-padding > .text > h1.title,
.image-box > .image-box-padding > .text > h2.title,
.image-box > .image-box-padding > .text > h3.title,
.image-box > .image-box-padding > .text > h4.title {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-size: 20px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}
.image-box > .image-box-padding > .text > .cc {
    margin-top: 5px;
}
.image-box > .image-box-padding > .text > .content {
    font-size: 16px;
}
.image-box > .image-box-padding > .text > .content.large {
    font-size: 25px;
}
.image-box > .image-box-padding > .text > .content.italic {
    font-style: italic;
}
.image-box > .image-box-padding > .text > h1.title.large,
.image-box > .image-box-padding > .text > h2.title.large,
.image-box > .image-box-padding > .text > h3.title.large,
.image-box > .image-box-padding > .text > h4.title.large {
    font-size: 30px;
}
.white-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-bottom: 10px;
    overflow: hidden;
}
.white-box > .white-box-padding {
    padding: 10px;
}
.white-box > .white-box-padding > h1,
.white-box > .white-box-padding > h2,
.white-box > .white-box-padding > h3,
.white-box > .white-box-padding > h4,
.white-box > .white-box-padding > p {
    margin: 0;
    padding: 0 0 10px 0;
}
.white-box > .white-box-padding > h1:last-child,
.white-box > .white-box-padding > h2:last-child,
.white-box > .white-box-padding > h3:last-child,
.white-box > .white-box-padding > h4:last-child,
.white-box > .white-box-padding > p:last-child {
    padding: 0;
}
.white-box > .white-box-padding > ul:last-child {
    margin-bottom: 0;
}
.white-box-banner {
    overflow: hidden;
    position: relative;
}
.white-box-banner > img{
    vertical-align: bottom;
    width: 100%;
}
.white-box-banner > .white-box-banner-text {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 5px rgba(0,0,0,.7);
    width: 100%;
}
/* ================== */
