/** layout */
html {
    height: 100%;
    overflow-x: visible;
    overflow-y: scroll;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    min-width: 320px;
    min-height: 100%;
}
.page-row {
    width: 100%;
}
.page-position {
    max-width: 920px;
    margin: 0 auto;
}
.breathe-in {
    padding-top: 25px;
    padding-bottom: 25px;
}
.breathe-out {
    margin-top: 25px;
    margin-bottom: 25px;
}

/** header */
#header {
    height: 113px;
}
#logo-position {
    float: left;
    width: 35%;
    max-width: 320px;
    min-width: 200px;
    margin-top: 11px;
    max-height: 82px;
}
#logo-position a {
    display: block;
    height: auto;
}
#logo-position a img {
    width: 100%;
}
#website-logo-position {
    float: right;
    margin: 5px 5px 0 0;
    width: auto;
    margin-top: 11px;
}
#website-logo-position a {
    display: block;
    height: auto;
}
#website-logo-position a img {
    width: 100%;
}


#links-position {
    float: right;
    min-width: 110px;
    padding: 5px 0 0 10px;
}
#networks {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    padding: 0;
    list-style-type: none;
}
#networks li {
    border-left: 1px solid #cfcfcf;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
#networks li:first-child {
    border-left: medium none;
}
#networks li:last-child {
    padding-right: 0;
}
#networks li a {
    display: block;
}
#language-position {
    float: right;
    clear: right;
}
#language-position select, div.selector.fixedWidth {
    width: 90px;
}
div.selector.fixedWidth span {
    width: 80px;
}
button.selectpicker  {
    padding-top: 3px;
    padding-bottom: 3px;
}
.btn-border {border-radius: 20px 0 ; font-size: 18px; line-height: 1.33; padding: 10px 16px;}

/** search */
#search-position {
    float: right;
    min-width: 250px;
    position: relative;
    padding-right: 32px;
    box-sizing: content-box;
    margin-top: 16px;
}
#search-position > .search-input {
    display: inline-block;
    width: 100%;
}
#search-position .select2-selection {
    border-color: #a1a1a1 !important;
    min-height: 27px !important;
    height: 27px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#search-position .select2-container .select2-search--inline .select2-search__field {
    font-size: 13px;
    color: #898787;
    margin: 0;
    line-height: 27px;
	width: 264px !important;
}
#search-position .search-button {
    display: block;
    width: 32px;
    height: 27px;
    background: #0b80b7 url("../images/search-button-LrWQ1vz.png") no-repeat 0 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}
#search-position .select2-results__option {
    padding: 2px 6px;
    font-size: 12px;
}

/** results */
.select2-results__option:hover {
    background-color: #0b80b7;
    color: white;
}
.select2-results__option:hover a {
    color: white;
}
.select2-results__option a:hover {
    text-decoration: none;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}
.result-thumb {
    width: 50px;
    height: 65px;
    display: block;
    margin-right: 5px;
    float: left;
}
.result-text {
    font-size: 12px;
}
.result-more {
    color: white;
    background: #0b80b7 url("../images/search-button-LrWQ1vz.png") no-repeat 10px 3px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: -6px;
    padding: 6px 0px 6px 45px;
}



/** topmenu */
#topmenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    z-index: 100;
}
#topmenu > li {
    float: left;
    height: 35px;
    position: relative;
}
#topmenu > li > a {
    font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 0 10px;
}
#topmenu > li.selected > a, #topmenu > li.selected:hover > a {
    background-color: #FFF !important;
    color: #0c81b6 !important;
    height: 38px;
}
#topmenu > li:hover > a {
    background-color: #89b1c4;
    color: white;
    height: 38px;
    text-decoration: none;
}

/** submenu */
#topmenu .submenu {
    display: none;
    background-color: white;
    position: absolute;
    top: 38px;
    padding: 0;
    list-style-type: none;
    width: 200px;
    border: 1px solid #cbdfe8;
    border-bottom: none;
}
#topmenu > li:hover > .submenu {
    display: block;
}
#topmenu .submenu > li {
    position: relative;
    display: block;
}
#topmenu .submenu > li > a {
    /*color: #4b4b4b;*/
    color: #888;
    
    padding: 8px 15px;
    /*border-bottom: 1px solid #eeeeee;*/
    border-bottom: 1px solid #cbdfe8;
    display: block;
}
#topmenu .submenu > li > a:hover {
    /*
    background-color: #eeeeee;
    color: #666;
    */
    /*
    background-color: #89b1c4;
    color: white;
    */
    background-color: #white;
    /*color: #0c81b6;*/
    color: #0b80b7;
    text-decoration: none;
}

/** topmenu small */
#topmenu-small {
    display: none;
}
#topmenu-small .bootstrap-select {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 1px;
    height: auto;
}
#topmenu-small .bootstrap-select button {
    padding-top: 5px;
    padding-bottom: 5px;
}
#topmenu-small .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0;
}
#topmenu-small .child {
    display: block;
    padding-left: 1.5em;
    font-style: italic;
}
#topmenu-small button .child {
    display: block;
    padding-left: 0;
    font-style: normal;
}

/** footer */
#page-bottom {
    padding: 25px 0;
}
#footer {
    height: auto;
    background-color: #eeeeee;
    margin: 0px;
}
#footer address {
    padding-bottom: 10px;
    padding-top: 18px;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    font-style: normal;
}
#footer address a {
    color: #000;
}

/** top link */
#top-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: transparent url("../images/top-link-fmr8ROw.png") no-repeat 0 0;
    width: 60px;
    height: 60px;
    z-index: 1000;
}
