html {
    background-color: #3e4753;
}

.header {
    z-index:999;
    position:relative;
    border-bottom:solid 2px #eee;
    margin-bottom: 20px;
}
.header .navbar {
    position: relative;
    margin: 0;
    min-height: inherit;
}
.header .navbar .container {
    position: relative;
}
.header .navbar-default {
    border: none;
    background: none;
}
.header .navbar-collapse {
    position: relative;
}
.header .navbar-nav {
    margin-top: 40px;
}

/*advertorial*/
.advertorial {
    text-align: right;
    position: absolute;
    right: 15px;
    z-index: 2;
    padding: 5px 0;
}

/*Brand*/
.header .navbar-brand {
    z-index: 2;
    position: relative;
    padding: 0 10px 10px;
}

/*Navbar*/
.header .navbar-default .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
    font-weight:400;
    padding: 9px 20px;
    text-transform: uppercase;
}
.header .navbar-default .navbar-nav > .active > a {
    color: #e67e22;
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
    right: inherit;
}

.header .navbar .nav > li > a i.icon-angle-down {
    top: -1px;
    left: 1px;
    font-size: 12px;
    position: relative;
    margin: 0 !important;
}

/*Navber Toggle*/
.navbar-toggle {
    margin-top: 8px;
}
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #e67e22;
}
.navbar-toggle:hover {
    background: #d35400!important;
}
.navbar-default .navbar-toggle {
    border-color: #d35400;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

/*Search Box*/
.header .navbar .search-open {
    right: 0;
    top: 50px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd;
}
.header .navbar .nav > li > a.search {
    color: #aaa;
    cursor: pointer;
    padding: 8px 8px 10px;
    border-bottom-color: #aaa;
    background: #f7f7f7 !important;
}
.header .navbar .nav > li > a.search:hover {
    color: #e67e22;
    border-bottom-color: #e67e22;
}
.header .navbar .search-open form {
    margin: 0;
}
.header .navbar a.search [class^="icon-"],
.header .navbar a.search [class*=" icon-"] {
    width: 1.25em;
    text-align: center;
    display: inline-block;
}
.header .navbar a.search [class^="icon-"].icon-large,
.header .navbar a.search [class*=" icon-"].icon-large {
    width: 1.5625em;
}

/*responsive*/
@media (min-width: 767px) {
    /*Navbar Collapse*/
    .header .navbar-collapse {
        padding: 0;
    }

    /*Brand*/
    .header .navbar-brand {
        margin: 32px 0;
    }

    /*Navbar*/
    .header .navbar-nav {
        top: 2px;
        margin-top: 35px;
        position: relative;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
    }

    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        border-bottom: solid 2px #e67e22;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #e67e22;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        margin-top: -2px !important;
        border-top: solid 2px #e67e22;
        border-bottom: solid 2px #687074;
    }

    .header .dropdown-menu li a {
        color: #687074;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 15px;
        border-bottom: solid 1px #eee;
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #fff;
        filter: none !important;
        background: #687074 !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .header .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }

    /*Search Box*/
    .header .navbar .search-open {
        width: 330px;
    }
}
@media (max-width: 767px) {
    /*Search Box*/
    .header .navbar .search-open {
        left: 20px;
        top: inherit;
        bottom: -5px;
        padding: 15px;
        border-top: none;
        box-shadow: none;
        background: none;
    }
    .header .navbar-nav {
        margin-top: 7.5px;
    }
    .header .navbar-header {
        padding: 20px 0 10px;
    }
}

/*footer*/
.footer {
    color: #dadada;
    margin-top: 40px;
    padding: 20px 0 30px;
    background: #585f69;
}
.footer .container {
    position: relative;
}
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
    color: #e67e22;
}
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #3e4753;
    border-top: solid 1px #777;
}
.copyright p,
.copyright ul {
    margin-top: 10px;
    color: #dadada;
}
.scroll-up {
    position: absolute;
    top: -50px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #585f69;
    color: #3c3c3c;
    text-align: center;
    border: 0 none;
}

/*breadcrumbs*/
.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

/*panels*/
.panel {
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.panel-body {
    padding: 0;
}
.panel-heading {
    border-radius: 0;
    background-color: transparent !important;
    display: block;
    margin: 10px 0 25px 0;
    padding: 0;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px dotted #e4e9f0;
}
.panel-title {
    font-size: 20px;
    color: #585f69;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #e67e22;
}

/*media*/
.media img {
    padding: 2px;
    border: solid 1px #ddd;
}
.media-heading {
    line-height: 1.2;
}

/*article list*/
.article-list li {
    border-bottom: 1px dashed #3c3c3c;
    margin-bottom: 15px;
}
.article-list li:last-child {
    border-bottom: 0 none;
}
.article-list li p {
    margin-bottom: 15px;
}
.article-list li .article-toolbar {
    margin-bottom: 5px;
}
.article-list-item img.pull-left {
    max-width: 140px;
    margin: 0 20px 20px 0;
}

/**
 * Article content
 */
.text {
    font-size: 16px;
    margin-bottom: 20px;
}
.text img.article-lead-image {
    display: block;
    margin: 0 auto 20px;
    max-width: 360px;
}
.text img.article-lead-image-wide {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.text img.pull-right {
    margin: 0 0 20px 20px;
}
.text img.pull-left {
    margin: 0 20px 20px 0;
}
.text p {
    margin-bottom: 20px;
}
.text .main-header {
    margin-bottom: 5px;
}
.text .article-toolbar {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.text blockquote {
    border-left: 2px solid #3d8d72;
    background: none repeat scroll 0 0 #fafafa;
    margin-bottom: 20px;
    padding: 20px;
    line-height: 1.6;
    font-size: 16px;
}
.text blockquote.pull-left {
    margin: 0 20px 20px 0;
    max-width: 40%;
}
.text blockquote.pull-right {
    margin: 0 0 20px 20px;
    max-width: 40%;
}
.text a {
    text-decoration: underline;
}
.text a:hover,
.text a:focus {
    text-decoration: underline;
}
.text a.btn,
.text a.label {
    text-decoration: none;
}
.text a.btn:hover,
.text a.btn:focus,
.text a.label:hover,
.text a.label:focus {
    text-decoration: none;
}
.text ol,
.text ul {
    margin-bottom: 20px;
}
.text .btn-group-lg>.btn,
.text .btn-lg {
    padding: 12px 40px;
    font-size: 24px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.alt-heading {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.yellow-bg {
    background-color: #ffff00;
}
.btn-square {
    border-radius: 0 !important;
}
.btn-line {
    position: relative;
}
.btn-line:hover,
.btn-line:focus {
    background-color: #fff;
}
.btn-line:hover:after,
.btn-line:focus:after {
    height: 4px;
}
.btn-line:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #005085;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
}
.track-pixel {
    position: absolute;
    top: 0;
    left: 0;
}
#map {
    max-width:400px;
    width: 100%;
    height: 275px;
}
#map svg {
    width: 100%;
}

/*thumbnail*/
.thumbnail-square {
    border-radius: 0 !important;
}
.thumbnail {
    padding: 5px;
}
.thumbnail .caption {
    padding: 10px 5px 5px;
}
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5,
.thumbnail .caption h6 {
    margin-top: 0;
    font-size: 20px;
}

/*typography*/
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 20px;
    text-shadow: none;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.no-margin {
    margin: 0 !important;
}

/*responsive*/
@media (min-width: 1200px) {
    .container {
        max-width: 992px;
    }
}
@media (max-width: 480px) {
    .text .btn-group-lg>.btn, .text .btn-lg {
        padding: 12px 20px;
    }
}
@media (max-width: 360px) {
    #map {
        height: 200px;
    }
    .text .btn-group-lg>.btn, .text .btn-lg {
        font-size: 20px;
    }
}
