/* ==========================================================================

Description : Sibernet BT Main Style V1.08
Author      : Mustafa Osunluk

========================================================================== */


/*===========================================================================
=                                 Base styles                               =
========================================================================== */


/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

/*@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');*/

body {
    background-color: #e0e0e0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.714;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #333;
}
a:focus {
    outline-offset: 0;
    outline: none;
}

/* Custom container */

.container-fixed {
    margin: 0 auto;
    max-width: 960px;
}
.read-more {
    font-size: 90%;
    font-weight: 600;
    color: #444;
}
.read-more:after {
    /*font-family: FontAwesome;
    content: "\f061";
    margin-left: 20px;
    vertical-align: middle;
    font-size: 120%;
    color: #942938;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 2px rgba(224, 224, 224, 1);*/
}

/*===========================================================================
=                             Header Section                                =
========================================================================== */

header {
    position: relative;
    background: #f0f0f0;
    background: linear-gradient(0deg, #c8c8c8, #f5f5f5);
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

/* ===== Topbar ===== */

#topbar-wrapper {
    visibility: hidden;
}
.topbar {
    line-height: 30px;
    /* line-height will be 30px visible after language versiyon completed */
    line-height: 20px;
    font-size: 8px;
}
.language a {
    letter-spacing: 1.4px;
    font-weight: 300;
    color: #888888;
}

/* ======= Company Logo ======= */

.brand-logo {
    /* display: block;*/
}
.brand-logo img {
    width: 192px;
    height: auto;
    margin: 4px 0;
}

/* ===== Navbar ===== */

.navbar {
    border: none;
    margin-top: 3px;
}

/* override bootstrap navbar-nav margin settings */

.navbar-default {
    background: none;
}
.navbar-right {
    margin-top: 13px;
    margin-bottom: 13px;
}
.navbar-collapse {
    padding: 0;
    margin-right: 0;
}
.navbar-default .navbar-nav > .panel {
    margin: 0;
    margin-left: 50px;
    /*margin-top: -1px;
    margin-bottom: -1px;*/
    border: none;
    box-shadow: none;
    background-color: transparent;
    float: left;
    position: relative;
}
.navbar-default .panel .pos-absolute {
    margin: 0;
    padding-left: 0;
    border: none;
    position: absolute;
    z-index: 999;
}
.navbar-default .panel .menu-item {
    display: block;
}
.navbar-default .navbar-nav li.divider {
    height: 1px;
    margin: 0;
    overflow-x: hidden;
}
.navbar-default .navbar-nav > li.divider {
    display: none;
}
.navbar-default .navbar-nav > .panel a {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    padding: 2px 14px 4px 14px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    text-transform: lowercase;
    text-transform: capitalize;
    border-radius: 2px;
    transition: background-color 0.3s ease, color 0.1s ease;
    color: #666;
}
.navbar-default .navbar-nav > .panel a:link {
    color: #666;
}
.navbar-default .navbar-nav > .panel a:visited {
    color: #666;
}
.navbar-default .navbar-nav > .panel a:hover {
    background-color: #8b2332;
    color: #f0f0f0;
}
.navbar-default .navbar-nav > .panel a:focus {}
.navbar-default .navbar-nav > .panel a:active {
    background-color: #8b2332;
    color: #f0f0f0;
}
.navbar-default .navbar-nav > .panel a[aria-expanded="true"] {
    background-color: #8b2332;
    color: #f0f0f0;
}

/* ===== Navbar Dropdown Sub Menü ===== */

.navbar-default .navbar-nav > .panel .dropdown-submenu ul {
    padding: 0;
    margin-top: 4px;
    margin-bottom: 2px;
    border-radius: 0;
    background-color: #e0e0e0;
    min-width: 180px;
    border: none;
    border: 1px solid #f0f0f0;
    border-top: 2px solid #942938;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .divider {
    display: block;
    background-color: #ccc;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a {
    padding: 10px 30px 10px 15px;
    border-radius: 0;
    font-size: 12px;
    color: #4f4f4f;
    text-transform: none;
    white-space: nowrap;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:link {
    color: #4f4f4f;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:visited {
    color: #4f4f4f;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:hover {
    background-color: #f0f0f0;
    color: #4f4f4f;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:focus {
    color: #4f4f4f;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:active {
    color: #4f4f4f;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu ul li:first-child a {
    text-align: center;
    color: #ddd !important;
    background-color: #6B7175 !important;
}
.navbar-default .navbar-nav > .panel .dropdown-submenu ul li:last-child span {}

/*===========================================================================
=                             Slider Section                                =
========================================================================== */

.main-page #slider {
    position: relative;
    background-color: #22242A;
    background-color: #151A1F;
}

/* ----- Sub-page Styles ----- */

.sub-page #slider {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #8b2332;
    /*background: rgba(12, 34, 52, 1);*/
}
.sub-page #slider .container-fixed .row h2 {
    color: #e0e0e0;
    margin-top: 42px;
    margin-bottom: 42px;
}

/* ===== Carousel ===== */

#sbt-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Override Bootstrap Carousel Indicator Settings */

.carousel-indicators {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 20px;
    margin-left: 0;
    display: inline-block;
}
.carousel-indicators li.active {
    /* width: auto; neutralize bootstrap width definition */
    width: auto;
    height: auto;
    margin: 0 5px;
    /* override bootstrap border and background definition */
    background: none;
    border: 1px solid #8B2332;
}
.carousel-indicators li {
    /* width: auto; neutralize bootstrap width definition */
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    text-indent: 0;
    margin: 0 5px;
    /* override bootstrap border and background definition */
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    display: inline-block;
}
.carousel-indicators li:hover {
    background-color: #8B2332;
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.carousel-indicators li {
    transition: all 0.3s;
    transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.carousel-indicators li span {
    display: none;
}

/* ===== Carousel Caption ===== */

#sbt-carousel .carousel-inner .item .caption-column {
    position: absolute;
    left: -30px;
    right: 0;
    top: 0;
    z-index: 10;
}
#sbt-carousel .carousel-inner .item .caption-column {
    text-shadow: none;
    background: none;
    font-size: 12px;
    font-size: 13px;
    color: #e6e6e6;
}
#sbt-carousel .carousel-inner .item .caption-wrapper {
    padding: 48px 0 0 60px;
    margin-left: 15px;
    max-width: 40%;
    width: 40%;
}
#sbt-carousel .carousel-inner .item .caption-wrapper h3 {
    margin-bottom: 10px;
    line-height: 1.714;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #fff;
}
#sbt-carousel .carousel-inner .item .caption-wrapper .caption-inner {
    padding: 0 10px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
}

/* padding without caption text - start */

#sbt-carousel .carousel-inner .item .caption-wrapper .caption-inner {
    /*padding: 0 10px 0 20px;*/
}
#sbt-carousel .carousel-inner .item .caption-wrapper .caption-inner h3 {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}
#sbt-carousel .carousel-inner .item .caption-wrapper .caption-inner p {
    /*display: none;*/
}

/* padding without caption text - end */

#sbt-carousel .carousel-inner .item .img-wrapper .img-responsive {
    min-height: 130px;
}

/* ===== Carousel Control Styles ===== */

#sbt-carousel .carousel-control {
    color: #fff;
}
#sbt-carousel .carousel-control .fa-angle-left,
#sbt-carousel .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 5;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 50px;
}
#sbt-carousel .left.carousel-control {
    margin-left: -70px;
    margin-left: 0;
}
#sbt-carousel .right.carousel-control {
    margin-right: -70px;
    margin-right: 0;
}
#sbt-carousel .left.carousel-control,
#sbt-carousel .right.carousel-control {
    width: 50px;
    background: none;
}

/* carousel-control nav elements remains highlighted bug correction */

#sbt-carousel .carousel-control:focus {
    opacity: 0.9;
}
#sbt-carousel .carousel-control:hover {
    opacity: 0.9;
}

/*==================================================
=          Callout Section                         =
==================================================*/

#callout {
    background-color: #e0e0e0;
    background: linear-gradient(0deg, #d2d2d2, #f0f0f0);
}
#callout .logo img {
    width: 120px;
    height: auto;
}
#callout .logo {
    padding: 12px 0;
}

/*==================================================
=          Content Section                         =
==================================================*/

#content-header .pic-wrapp,
#content-footer .pic-wrapp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    /* this -webkit for chrome bug */
    -webkit-transform: scale(1);
}
#content-header .hover-item.zoom-effect img,
#content-footer .hover-item.zoom-effect img {
    width: 100%;
    height: 100%;
}

/* ===== Content Header / Footer ===== */

#content-header,
#content-footer {
    background-color: #8b2332;
    padding: 20px 0;
}
#content-header .container .row,
#content-footer .container .row {
    margin-left: -30px;
    margin-right: -30px;
}
#content-header .caption,
#content-footer .caption {
    font-size: 16px;
    color: #ededed;
    font-weight: 600;
}
#content-header a,
#content-footer a {
    text-decoration: none;
}
#content-header .caption a,
#content-footer .caption a {
    color: #ddd;
}

/* ===== Content Body ===== */

#content-body {
    padding-bottom: 96px;
}
#content-body h2,
#content-body h3,
#content-body h4 {
    color: #8b2331;
}
#content-body img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#content-body h4 {
    display: inline-block;
    line-height: 36px;
    font-weight: 600;
    /*font-size: 16px;*/
}
#content-body .section-header {
    margin-top: 72px;
    margin-bottom: 36px;
    padding: 0;
}
#content-body .caption h4 {
    color: #09233d;
    font-size: 16px;
}

/* logo vertical alignment */

#content-body .section-body .logo {
    height: 198.75px;
    line-height: 198.75px;
    text-align: center;
    border: 1px solid #8b2332;
}

/* logo horizontal alignment */

#content-body .section-body .logo img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#content-body .section-body .image-row {
    margin-top: 20px;
    /* max-height: 360px;
    border: 1px solid #8b2332;*/
}
#content-body .section-body .image-row .figure {
    margin-bottom: 36px;
    /* max-height: 360px;
    border: 1px solid #8b2332;*/
}
#content-body .section-body .image-first img {
    margin-bottom: 36px;
    max-height: 360px;
    border: 1px solid #8b2332;
}
#content-body .section-body .row {
    /* margin-top: 72px;*/
}
#content-body .section-body .divided-columns-2 {
   /* column-count: 2;
    column-gap: 30px;*/
}
#content-body .section-body .figure {
    /* margin-bottom: 36px;*/
}
#content-body .section-body .figure img {
    padding: 2px;
    max-height: 320px;
    border: 1px solid #8b2332;
}
#content-body .section-body .figure.figure-small img {
    padding: 30px;
}

/*#content-body .section-body .figure.pull-right {
    margin-left: 60px;
    margin-bottom: 36px;
}
#content-body .section-body .figure.pull-right img {
    padding: 0;
    width: 382.5px;
}*/

#content-body .section-body .figure.figure-right {
    float: right;
    margin-left: 60px;
    margin-bottom: 36px;
}
#content-body .section-body .figure.figure-right img {
    padding: 0;
    max-width: 360px;
    /*width: 382.5px;*/
}

/* h4 with background style */

.main-page #content-body .caption-with-bg h4 {
    margin-bottom: 10px;
}
#content-body .caption-with-bg h4 {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
    margin-bottom: 20px;
}
#content-body .caption-with-bg h4 {
    width: 100%;
    margin-top: 1px;
    margin-top: 0;
    background-color: #942938;
    /*background: rgba(12, 34, 52, 1);*/
    color: #ededed;
}
#content-body .contact-block p {
    padding-left: 12px;
}
#content-body .module-11,
#content-body .module-12,
#content-body .module-13 {
    margin-bottom: 66px;
}
#content-body .module-30 {
    margin-bottom: 30px;
}
#content-body .module-66 {
    margin-bottom: 66px;
}
#content-body .hr-line {
    border-bottom: 1px solid #afafaf;
}
#content-body .section-body .module-12 .hr-line {
    border-bottom: 1px solid #8b2332;
    margin-bottom: 30px;
}

/* ----- content-body Sub-page Styles ----- */

#content-body.enterprise .list-group {
    margin-bottom: 48px;
    margin-top: 10px;
}
#content-body.enterprise .list-group .list-group-item {
    background-color: #f0f0f0;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 4px;
}
#content-body.enterprise .list-group > .list-group-item:hover {
    background-color: #f5f5f5;
}
#content-body.enterprise .list-group .list-group-item .row {
    margin-left: 0;
    margin-right: 0;
}
#content-body.enterprise .list-group .list-group-item .row div {
    margin: 10px 0;
}
#content-body.enterprise .list-group .list-group-item .row img {
    display: inline-block;
    float: right;
    width: 100px;
    margin: 4px 0 4px 30px;
}
#content-body.enterprise .list-group > .list-group-item .row span {
    display: inline-block;
    margin-top: 4px;
}

/*==================================================
=          Lastwords Section                       =
==================================================*/

#lastwords blockquote {
    margin: 48px 0;
    padding: 10px 20px;
    background-color: #e8e8e8;
    border-radius: 2px;
    border: 1px solid #d0d0d0;
}
#lastwords blockquote {
    font-family: cursive;
    font-size: 14px;
    color: #440710;
}
#lastwords blockquote:before {
    content: open-quote;
    color: #440710;
    font-size: 28px;
    line-height: 1.4px;
    margin-left: -14px;
    vertical-align: -5px;
}
#lastwords blockquote p {
    margin-top: -10px;
}
#lastwords blockquote small {
    color: #666;
}

/*==================================================
=          Footer Section                      =
==================================================*/


/* ===== Override Bootstrap Panel Settings ===== */

#footer .panel-group {
    margin-bottom: 0;
    line-height: 1.714;
}
#footer .panel-default {
    border: none;
}
#footer .panel-default > .panel-heading {
    background-color: transparent;
    color: #d0d0d0;
    border: none;
    padding: 0;
}
#footer .panel-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer .panel-group .panel {
    border: none;
}
#footer .panel-group .panel {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
#footer .panel-group .panel-body {
    border: none;
    padding: 0;
}

/* ===== End of Override Bootstrap Panel Settings ===== */

#footer {
    background-color: #151a1f;
    padding-top: 30px;
    padding-bottom: 78px;
    font-size: 14px;
}

/* ------ Alternative Footer h4 Style Start ------ */

#footer h4 {
    color: #d0d0d0;
    font-size: 16px;
    letter-spacing: 1.2px;
    border-bottom: 1px solid #2c353e;
    margin-right: 40px;
    padding-bottom: 10px;
}

/* ------ Alternative Footer h4 Style End ------ */

#footer h4 {
    color: #c94921;
    font-size: 16px;
    letter-spacing: 1.2px;
    border-bottom: none;
    margin-right: 0;
    padding-bottom: 0;
}
*#footer ul li::before {
    font-family: FontAwesome;
    font-size: 6px;
    content: "\f0c8";
    margin-right: 10px;
    padding-bottom: 3px;
    vertical-align: middle;
    color: #a0a0a0;
    color: #999;
    color: #aaa;
}
#footer ul li:hover:before {
    color: #c94921;
}
#footer ul,
#footer address,
#footer ul,
#footer address p {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
}
*#footer ul li,
#footer address p {
    padding: 3px 0;
}
#footer ul li a {
    color: #999;
    color: #aaa;
    text-decoration: none;
    display: inline-block;
}
#footer ul li a:link,
#footer ul li a:visited {
    color: #999;
    color: #aaa;
}
#footer ul li a:hover,
#footer ul li a:active {
    color: #f5f5f5;
}
#footer address p {
    color: #999;
    color: #aaa;
}

/* ===== Copyright ===== */

#copyright {
    color: #d7d7d7;
    color: #aeaeae;
    color: #d0d0d0;
    min-height: 30px;
    background-color: #141718;
    text-align: center;
}
#copyright p {
    margin: 12px 0;
}

/*===========================================================================
=                        SibernetBT Media Queries                           =
========================================================================== */


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .navbar-default .panel .pos-absolute {
        right: 0;
        left: auto;
        padding-top: 4px;
        margin-top: -4px;
    }
    /* ===== Override Bootstrap Panel Settings ===== */
    #footer .panel-group .collapse {
        display: block;
    }
    #footer .panel-group .panel {
        margin-bottom: -5px;
    }
    /* ===== End of Override Bootstrap Panel Settings ===== */
    #content-body .section-body .two-column {
        column-count: 2;
        column-gap: 30px;
    }
    #footer .show-items {
        display: block!important
    }
    #footer {
        font-family: verdana, geneva, arial, helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: normal;
    }
    #footer h4 {
        /* cursor:default;*/
        pointer-events: none;
    }
    #footer h4 {
        font-family: verdana, geneva, arial, helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: normal;
        font-weight: bold;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /* ===== content-body Hover Effects ===== */
    .hover-item {
        position: relative;
        overflow: hidden;
    }
    .hover-item img {
        width: 100%;
        height: 100%
    }
    .hover-item.zoom-effect .img {
        -webkit-transition: all 350ms ease-in-out;
        -webkit-transform: scale(1);
        -ms-transition: all 350ms ease-in-out;
        -ms-transform: scale(1);
        -moz-transition: all 350ms ease-in-out;
        -moz-transform: scale(1);
        transition: all 350ms ease-in-out;
        transform: scale(1);
    }
    .hover-item.zoom-effect .img:hover {
        /* box-shadow propery for correction of img pozition changes with small mouse movements */
        /* box-shadow: 0 0 1px 0 #000000;*/
        -webkit-transition: all 350ms ease-in-out;
        -webkit-transform: scale(1.3);
        -ms-transition: all 350ms ease-in-out;
        -ms-transform: scale(1.3);
        -moz-transition: all 350ms ease-in-out;
        -moz-transform: scale(1.3);
        transition: all 350ms ease-in-out;
        transform: scale(1.3);
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .navbar-default .panel .pos-absolute {
        right: auto;
    }
}

/*=======================  Non-Mobile First Method  =======================*/


/* Extra Small Devices, Phones (xs) */

@media only screen and (max-width: 479px) {}

/* Small Devices, Tablets (sm) */

@media only screen and (max-width: 767px) {
    #topbar-wrapper {
        /* this will be visible after language versiyon completed */
        /*display: none;*/
        /*visibility: hidden;*/
    }
    .topbar {
        line-height: 10px;
        padding-top: 10px;
        /* padding will be 10px after language versiyon completed */
        padding-top: 0;
    }
    /* ======= Header ======= */
    header {
        background: #efefef !important;
    }
    /* ======= Navigation For Mobile ======= */
    .navbar-default {
        margin-bottom: 8px;
    }
    /* Hamburger Button Menu Styles */
    .navbar-default .navbar-toggle {
        padding: 8px;
        margin-right: -8px;
        border: none;
        background-color: transparent;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
        background-color: #8b2332 !important;
    }
    /* ===== added for navbar with panel - start ===== */
    .navbar-default .panel {
        clear: both;
    }
    .navbar-default .panel .pos-absolute {
        position: relative;
        padding-top: 0;
        margin-top: 0;
    }
    /* ===== added for navbar with panel - end ===== */
    .navbar-right {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        margin-top: 9px !important;
        margin-bottom: 0 !important;
    }
    .navbar-collapse {
        overflow-x: hidden !important;
        box-shadow: none;
        border: none;
        margin: 0 -10px -4px -10px !important;
        /* added to prevent flickering on mobile */
        position: absolute;
        width: 110%;
        background-color: #efefef;
    }
    .navbar-default .navbar-nav {
        margin: 7.5px -15px;
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-default .navbar-nav > li.divider {
        display: block;
        background-color: #efefef;
    }
    .navbar-default .navbar-nav > .panel {
        padding: 0;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid transparent;
    }
    .navbar-default .navbar-nav > .panel a {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        display: block;
        line-height: 20px;
        letter-spacing: 1.2px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0;
        padding: 15px 10px 15px 10px;
        text-transform: lowercase;
        text-transform: capitalize;
        background-color: #e0e0e0;
        color: #8b2332;
    }
    .navbar-default .navbar-nav > .panel a:link {
        color: #8b2332;
        background-color: #e0e0e0;
    }
    .navbar-default .navbar-nav > .panel a:visited {
        color: #8b2332;
        background-color: #e0e0e0;
    }
    .navbar-default .navbar-nav > .panel a:hover {
        color: #8b2332;
        background-color: #e0e0e0;
    }
    .navbar-default .navbar-nav > .panel a:focus {}
    .navbar-default .navbar-nav > .panel a:active {
        color: #f0f0f0;
        background-color: #8b2332;
    }
    .navbar-default .navbar-nav > .panel:hover .dropdown-toggle {
        /*color: #8b2332;
        background-color: #e0e0e0;*/
    }
    /* ===== Navbar Dropdown Sub Menü ===== */
    .navbar-default .navbar-nav > .panel .dropdown-submenu ul {
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: none;
        border-top: 2px solid #942938;
        border-bottom: 2px solid #942938;
        background-color: #e8e8e8 !important;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .dropdown-top {
        height: 4px;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .dropdown-bottom {
        height: 3px;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item {}
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a {
        display: block;
        line-height: 20px;
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:link {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:visited {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:hover {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:focus {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu .menu-item a:active {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu ul li:first-child a {
        padding: 14px 30px 14px 15px;
        font-weight: 500 !important;
        text-align: center;
    }
    .navbar-default .navbar-nav > .panel .dropdown-submenu ul li:last-child span {}
    /* ======= Slider ======= */
    #sbt-carousel .carousel-inner .item .caption-column {
        display: none;
    }
    .carousel-indicators li {
        display: none;
    }
    .carousel-indicators li.active {
        margin: 0;
        padding: 3px 20px;
        width: 100%;
        height: auto;
        font-size: 12px;
        letter-spacing: 1.5px;
        display: inline-block;
        color: #fff;
        background: none;
        border: none;
    }
    .carousel-indicators li.active span {
        display: inline-block;
    }
    #sbt-carousel .carousel-control .fa-angle-left,
    #sbt-carousel .carousel-control .fa-angle-right {
        font-size: 40px;
    }
    /* ======= Callout ======= */
    #callout .logo {
        padding: 8px 0 !important;
    }
    #callout .logo img {
        width: 60px !important;
    }
    /* ===== Content Header/Footer ===== */
    #content-header,
    #content-footer {
        padding: 10px 0 !important;
    }
    #content-header .pic-wrapp,
    #content-footer .pic-wrapp {
        width: 48px !important;
        height: 48px !important;
    }
    #content-header .caption,
    #content-footer .caption {
        font-size: 12px !important;
    }
    /* ===== Content Body ===== */
    #content-body .sub-section.presentation .floated-item {
        float: right;
        margin-left: 0;
        margin-bottom: 20px;
    }
    #content-body .section-body .figure.figure-small img {
        padding: 15px;
    }
    #content-body .section-body .figure.figure-right {
        clear: right !important;
        float: none;
        margin-left: 0;
        /*margin: 0 auto;*/
    }
    #content-body .section-body .figure.figure-right img {
        /*width: 100%;*/
        max-height: 100%;
    }
    /* ===== Lastwords ===== */
    #lastwords blockquote {
        margin-top: 0;
    }
    /* ===== Footer ===== */
    /* ===== Override Bootstrap Panel Settings ===== */
    #footer .panel-title {
        margin-top: 0;
        margin-bottom: 0;
    }
    #footer .panel-group .panel {
        margin-top: 0;
    }
    /* ===== End of Override Bootstrap Panel Settings ===== */
    #footer .container-fixed {
        margin-left: -10px;
        margin-right: -10px;
    }
    #footer {
        padding-top: 0;
        padding-bottom: 0;
    }
    #footer h4 {
        padding: 15px 10px 15px 10px;
        margin: 0;
        border-bottom: 1px solid #2c353e;
        display: block;
        line-height: 19px;
    }
    #footer h4 {
        cursor: pointer;
        display: block;
    }
    #footer ul {
        /*display: block;*/
        background-color: #dcdcdc;
        background-color: #e0e0e0;
        margin-bottom: 0;
    }
    #footer address {
        /*display: inline-block;*/
        background-color: #dcdcdc;
        background-color: #e0e0e0;
        padding: 15px 0 15px 30px;
        padding: 12px 0 12px 30px;
    }
    #footer address p {
        color: #666;
        color: #4f4f4f;
        color: #333;
        line-height: 23px;
    }
    #footer ul li {
        padding: 12px 0 12px 20px;
        border-bottom: 1px solid #aaa;
    }
    #footer ul li::before {
        content: none;
    }
    #footer ul li a {
        color: #666;
        color: #4f4f4f;
        color: #333;
        width: 100%;
        display: block;
        line-height: 23px;
    }
    #footer ul li a:link,
    #footer ul li a:visited,
    #footer ul li a:hover,
    #footer ul li a:active {
        color: #666;
        color: #4f4f4f;
        color: #333;
    }
    #footer h4::after {
        font-family: FontAwesome;
        font-size: 24px;
        margin-right: 0;
        float: right;
        /* fa-angle-down */
        content: "\f106";
    }
    #footer h4.collapsed::after {
        /* fa-angle-up */
        content: "\f107";
    }
}

/* Medium Devices, Desktops (md) */

@media only screen and (max-width: 991px) {
    html,
    body {
        overflow-x: hidden !important;
    }
    .container-fixed {
        /*overflow-x: hidden !important;*/
        width: auto !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    /* ======= Company Logo ======= */
    .brand-logo img {
        width: 128px !important;
        height: auto;
        margin: 11px 0 !important;
    }
    /* ======= Slider ======= */
    .sub-page #slider {
        padding-top: 0;
        padding-bottom: 0;
    }
    #sbt-carousel {
        margin-left: -10px;
        margin-right: -10px;
    }
    /* ===== Content Body ===== */
    .ihover-item.effect6 .info {
        display: none;
    }
}

/* Large Devices, Wide Screens (lg) */

@media only screen and (max-width: 1199px) {
    body {
        background-color: #f5f5f5;
    }
    /* ======= Company Logo ======= */
    .brand-logo img {
        width: 144px;
        height: auto;
        margin: 9px 0;
    }
    /* ======= Slider ======= */
    #sbt-carousel {
        padding: 0;
    }
    .carousel-indicators {
        bottom: -5px;
    }
    #sbt-carousel .left.carousel-control {
        margin-left: 0;
    }
    #sbt-carousel .right.carousel-control {
        margin-right: 0;
    }
    /* ======= Callout ======= */
    #callout .logo {
        padding: 10px 0;
    }
    #callout .logo img {
        width: 80px;
    }
    /* ===== Content Header/Footer ===== */
    #content-header {
        padding: 15px 0;
    }
    #content-body .section-header {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
        padding: 0 !important;
    }
    #content-body .module-11,
    #content-body .module-12,
    #content-body .module-13 {
        /*margin-bottom: 48px;*/
    }
    #content-header .pic,
    #content-footer .pic {
        width: 64px;
        height: 64px;
    }
    #content-header .caption {
        font-size: 16px;
    }
}
