@charset "utf-8";

/* CSS Document */

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url(../img/loading.gif) no-repeat center center #FFF;
}


.nav {
    float: none;
}




/**Menu scrolling **/

.navbar-fixed-top {
    background: #FFF;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

.navbar-brand {
    font-size: 24px;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #000;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0 15px;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}


/**Menu scrolling End **/


/*------------------text resizer css------------------*/

.resize-sm {
    font-size: 12px;
}

.resize-md {
    font-size: 14px;
}

.resize-lg {
    font-size: 16px;
}


/** Menu Over submenu show ***/

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: underline;
}

.dropdown-menu {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}


/** Menu Over submenu show ***/


/** owl **/

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo2 .item img.map {
    max-width: 65%;
}

#owl-demo2 {
    position: relative;
    text-align: center;
}

#owl-demo2 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo2 .item .itemInfo {
    position: absolute;
    top: 6%;
    z-index: 999;
    width: auto;
    left: 10%;
}

#owl-demo2 .owl-pagination {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

#owl-demo2 .owl-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
}

#owl-demo2 .owl-prev {
    float: left;
}

#owl-demo2 .owl-next {
    float: right;
}








/***My css Start**/

.clr {
    clear: both;
    position: relative;
    margin: 0 auto;
    height: 0;
    display: block;
}

.top_header {
    background-color: #0db4bb;
    padding: 4px 0;
}

.top_header ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    float: right;
}

.top_header ul li {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    color: #fff;
}

.top_header ul li::after {
    content: "|";
    font-size: 16px;
}

.top_header ul li:last-child::after {
    content: "";
}

.top_header ul li a {
    position: relative;
    padding: 0;
    display: inline-block;
    color: #fff;
    margin: 0 5px 0 3px;
}

.logo_area {
    margin: 5px 0 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    display: none;
}

.navbar {
    background-color: rgba(53, 66, 74, 0.8);
    min-height: 30px;
}

.navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.logo {
    max-width: 90%;
}

.nav>li>a {
    color: #fff;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active {
    background-color: #0db4bb;
}

h2 {
    color: #752323;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

p {
    text-align: justify;
}


/*------------------Modern Ticker Classes------------------*/

.modern-ticker {
    width: 100%;
    height: 50px;
    line-height: 30px;
    /*font-size: 16px;*/
    overflow: hidden
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-body {
    margin: 2px;
    position: relative
}

.mt-label {
    /*margin-right: 2px;*/
    margin: 8px;
    padding: 0 8px 0 12px;
    position: absolute;
    left: 0
}

.mt-news {
    overflow: hidden;
    position: absolute;
    margin: 8px 0;
}


/*.mt-scroll .mt-news { background-color: transparent}*/

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-news li {
    float: left;
    position: relative;
}

.mt-news li a img.new {
    position: absolute;
    right: -25px;
}

.mt-news a {
    /*font-size: 16px;*/
    padding: 0 10px 0 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    /*margin-left: 2px;*/
    margin: 8px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-next,
.mt-play,
.mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}

.modern-ticker {
    color: #fff;
    background-color: #ECECEB;
    margin: 10px 0 0 0;
}

.mt-label {
    background-color: #0db4bb;
}

.mt-news {
    background-color: #ffffff;
}

.mt-preloader {
    background: url(preloader.gif) no-repeat center
}

.mt-news ul {
    background-image: url(../../images/bullet-over.png)
}

.mt-news a {
    color: #202020;
    background-image: url(../../images/bullet.png)
}

.mt-news a:hover {
    color: #000;
    background-image: url(../../images/bullet.png)
}

.mt-controls {
    background-image: url(../../images/pause.png)
}

.mt-next,
.mt-prev {
    background-color: #0db4bb;
}

.mt-prev {
    background-image: url(../../images/arrow-prev.png)
}

.mt-next {
    background-image: url(../../images/arrow-next.png)
}

.mt-play {
    background-color: #0db4bb;
    background-image: url(../../images/play.png);
    margin: 0 1px;
}

.mt-pause {
    background-image: url(../../images/pause.png)
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
    background-color: #ff7d28;
}

.mt-next:active,
.mt-play:active,
.mt-prev:active {
    background-color: #ff7d28;
}

footer {
    background-color: #253848;
    padding: 0;
    color: #fff;
}

footer h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0;
}

footer h3.office,
p.address {
    padding-left: 20px;
}

.visitor {
    font-weight: bold;
    font-size: 18px;
}

.visitor span {
    color: #0db4bb;
}

ul.footer_links {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

ul.footer_links li {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 3px 0 3px 15px;
    position: relative;
}

ul.footer_links li a {
    display: inline-block;
    color: #fff
}

ul.footer_links li::before {
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    top: 0;
    left: 0;
}

p.contact,
p.phone {
    position: relative;
    padding-left: 20px;
}

p.contact:before {
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f041";
    top: 0;
    left: 0;
    color: #0db4bb;
}

p.phone:before {
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f095";
    top: 0;
    left: 0;
    color: #0db4bb;
}

.btmbrdr {
    padding-top: 10px;
    border-bottom: 1px solid #47647c;
}

.copy {
    padding: 10px 0 0;
}

.power {
    text-align: right;
}

.disclaimer {
    font-size: 12px;
}

.digital {
    float: right;
    margin-top: 5px;
}

.table_search select {
    padding: 5px;
    border: 1px solid #ddd;
    min-width: 130px;
}

.table_search {

    margin: 15px 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.inner_table th {
    background-color: #0db4bb;
    color: #fff;
    text-align: center;
    vertical-align: middle !important;
}

.inner_table td {
    vertical-align: middle !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px 8px;
}

.table {
    margin-bottom: 10px;
}

.page-heading {
    border-bottom: 1px solid;
    color: #823e3d;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    postion: relative
}

.page-heading::before {
    color: #ff8d06;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    left: 15px;
    position: absolute;
    top: 10px;
}

.page-contact-heading {
    border-bottom: 1px solid;
    color: #823e3d;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 5px;
    postion: relative
}

.page-contact-heading::before {
    color: #ff8d06;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-left: 0;
    top: 10px;
    padding-right: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle:hover .icon-bar {
    background-color: #0db4bb;
}



@media only screen and (min-width:150px) and (max-width:600px) {
    .table-bordered {
        border: none;
    }
    table.inner_table {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    table.inner_table,
    table.inner_table thead,
    table.inner_table tbody,
    table.inner_table th,
    table.inner_table td,
    table.inner_table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    table.inner_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.inner_table tr {
        /* border: 1px solid #ccc;*/
        margin-bottom: 5px;
    }
    table.inner_table td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 50%;
    }
    table.inner_table td:before {
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        top: 6px;
        left: 0;
        width: 100%;
        padding-right: 10px;
        /* Label the data */
        content: attr(data-column);
        color: #3498db;
        display: block;
        margin-bottom: 10px;
    }
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        border-bottom: 0;
    }
    .table-bordered>tbody>tr {
        border-bottom: 1px solid #ccc;
    }
    .table_search {
        width: 100%;
    }

    .table_search td {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .table_search select {
        min-width: 100%;
        text-align: center;
        background: #f1f1f1;
        cursor: pointer;
    }
    .btn-info,
    .btn-default {
        display: block;
    }
}

.fnav li a {
    background-color: none;
    color: #fff
}

.fnav li a:hover {
    color: lightblue
}

.pdfr {
    font-size: 17px;
    list-style: none;
    line-height: 2;
    border-right: 1px solid lightgray
}

.arr {
    font-size: 24px;
    position: relative;
    top: 3px;
}