@charset "utf-8";

/*
 * Used fonts:
 * font-family: 'Open Sans', Arial, sans-serif;
*/

/*! jQuery UI - v1.11.1 - 2014-08-24
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity = 0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity = 25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='Open%20Sans'%2C%E2%80%8Bsans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=0&bgColorHeader=%23ef8100&bgTextureHeader=flat&bgImgOpacityHeader=35&borderColorHeader=%23e78f08&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23222222&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23cccccc&fcDefault=%236f6f6f&iconColorDefault=%236f6f6f&bgColorHover=%23fad39a&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23ef8d00&fcHover=%23111111&iconColorHover=%23ef8c08&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23ef8d00&fcActive=%23eb8f00&iconColorActive=%23ef8c08&bgColorHighlight=%23ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=%23fed22f&fcHighlight=%23363636&iconColorHighlight=%23228ef1&bgColorError=%23b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffd27a&bgColorOverlay=%23666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: 'Open Sans',​sans-serif;
    font-size: 12px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Open Sans',​sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #ef8100 url("images/ui-bg_flat_35_ef8100_40x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url("images/ui-bg_flat_100_f6f6f6_40x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #6f6f6f;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #6f6f6f;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ef8d00;
    background: #fad39a url("images/ui-bg_flat_100_fad39a_40x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #111111;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #111111;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ef8d00;
    background: white url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity = 70);

    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);

    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity = 35);

    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_6f6f6f_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity = 50);

    /* support: IE8 */
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: black url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity = 20);

    /* support: IE8 */
    border-radius: 5px;
}

/* => Globals */
/* ------------------------------------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    background-color: #ececec;
}

#instantclick {
    display: none;
}

a {
    text-decoration: none;
    color: #f08100;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: .6em;
}

@media (min-width: 992px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: .6em;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1em;
}

h4 {
    font-size: 16px;
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}

p {
    margin-bottom: 2em;
}

ul, ol {
    margin-bottom: 2em;
}

#sitemap ul {
    margin: 0 0 2em 3em;
}

#sitemap ul, #sitemap .menu-item {
    list-style-type: circle;
    font-weight: normal;
}

#sitemap .menu > .menu-item {
    font-weight: bold;
}

ol {
    list-style-type: decimal;
}

li, #sitemap li {
    margin-bottom: .3em;
    line-height: 1.624;
}

blockquote {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #666;
    margin: 40px 10%;
    padding-left: 20px;
    border-left: 3px solid #dedede;
}

code {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #DD1144;
    padding: 2px 4px;
    white-space: nowrap;
}

code, pre {
    border-radius: 3px 3px 3px 3px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}

.by {
    position: absolute;
    right: 30px;
    bottom: -10px;
}

.by a {
    display: block;
    width: 24px;
    height: 11px;
    background: url("okia.gif") no-repeat;
    text-indent: -999px;
    font-size: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-text-left {
    text-align: left;
}

.pull-text-right {
    text-align: right;
}

p.back {
    margin-bottom: 1em;
}

.back-url {
    font-size: 12px;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sep {
    position: relative;
    display: inline-block;
    top: -3px;
    padding: 0 8px;
    font-size: 14px;
    color: #aaa;
    vertical-align: middle;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("icons.png") no-repeat 50% 0;
}

.backgroundsize .icon {
    background-image: url("icons_2x.png");
    background-size: 20px auto;
}

.breadcrumbs {
    position: relative;
    top: -20px;
    color: #ddd;
    font-size: 13px;
}

.breadcrumbs a {
    color: #888;
}

.breadcrumbs .sep {
    position: relative;
    top: 0;
    color: #ddd;
}

hr {
    margin-bottom: 1.4em;
    border: none;
    border-top: 1px solid #bfbfbf;
}

/* => Animations */
/* ------------------------------------------------------------------------------*/

.main-header-wrap, .main-header-logo, .mainnav-section a, .inputfield, .btn, .gallery-list .gallery-item,
.main-header-lang-switch, .main-header-searchform-field, .front-page-hero-section .owl-prev, .front-page-hero-section .owl-next,
.front-page-hero-section .front-page-hero-article, .main-content-section, .posts-list-item-title, .front-page-hero-section a,
.front-excerpt-url, .front-excerpt-url .front-excerpt-title:before, .form-control {
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.ready {
    opacity: .1;
}

.animated .fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated .fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
}

.duration-1 {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    animation-duration: .2s;
}

.duration-2 {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
}

.duration-3 {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s;
}

.duration-4 {
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    animation-duration: .8s;
}

.duration-5 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

/* => Badget, Labels, Alerts */
/* ------------------------------------------------------------------------------*/
.badget {
    display: inline-block;
    padding: 8px 0;
    width: 35px;
    background-color: #42a2e5;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.label {
    display: inline-block;
    padding: 8px 15px;
    background-color: #42a2e5;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.alert:last-child {
    margin-bottom: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-error, .error, .form-control.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

label.error {
    position: relative;
    top: -5px;
    text-transform: none !important;
    padding: 2px 4px;
}

textarea + label.error {
    top: -4px;
}

.form-control + small.alert {
    display: none;
    margin: 0;
    padding: 5px 10px;
}

.form-control.invalid {
    color: #8a6d3b;
    border-color: #faebcc;
}

.form-control.invalid + small.alert {
    display: block;
}

/* => Form Elements */
/* ------------------------------------------------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 5px;
    height: 35px;
    background: #fff;
    border: 1px solid #bfbfbf;
    font: 16px / 1 "Open Sans", sans-serif;
    color: #333;
}

textarea.form-control {
    resize: vertical;
    height: auto;
}

.form-control:hover {
    border-color: #aaa;
}

.form-control:focus {
    border-color: #888;
}

.form-group label, .vfb-item label {
    display: block;
    font-size: 13px;
    color: #6f6f6f;
    text-transform: uppercase;
}

.form-group + .form-group {
    margin-top: 15px;
}

.form-group > .form-group {
    position: absolute;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.form-group .input-checkbox {
    text-transform: none !important;
    cursor: pointer;
}

.form-group .input-checkbox > input {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.form-group .input-checkbox > span {
    display: inline-block;
    margin-left: 10px;
}

.vfb-section {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.vfb-legend {
    display: none;
}

.vfb-item {
    margin-bottom: .8em;
}

.visual-form-builder-container {
    position: relative;
    float: right;
    width: 40%;
    margin-top: -10px;
    margin-left: 40px;
    margin-bottom: 40px;
}

#vfb-kusimus-9 {
    height: 200px;
}

/* => Buttons */
/* ------------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    border: none;
    font-weight: 700;
    padding: 10px 15px 11px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.btn.loading {
    cursor: wait;
}

.btn-default {
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
}

.btn-gray {
    background-color: #6f6f6f;
    background-image: -webkit-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: -moz-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: -o-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: linear-gradient(140deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
}

.btn-light {
    font-weight: 400;
    background-color: #f0f0ef;
    color: #333;
}

.btn:hover {
    opacity: .7;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.btn-lg {
    padding: 15px 30px 16px;
    font-size: 16px;
}

.self-service-action .btn:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    background: #ef8100;
}

.x {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: -2px 0 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    z-index: 1;
    transition: all .3s linear 0s;
    border-radius: 2px;
    vertical-align: middle;
}

.x span {
    height: 2px;
    overflow: visible;
}

.x .lines, .x .lines:before, .x .lines:after {
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    padding: 0;
    background-color: #ef8100;
    transition: all 0.3s;
}

.x .lines {
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
}

.x .lines:before {
    top: -6px;
    content: '\00ad';
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.x .lines:after {
    bottom: -6px;
    content: '\00ad';
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.open .x {
    background-color: #fff;
}

.open .x .lines {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
}

.open .x .lines:before {
    top: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ef8100;
}

.open .x .lines:after {
    bottom: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ef8100;
}

/* => Tabs component */
/* ------------------------------------------------------------------------------*/
.nav-tabs {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.mobile-menu_list .menu-item > a {
    display: block;
}

.mobile-menu_list .menu-item {
    margin-bottom: 1px;
}

.mobile-menu_list .menu-item > a, .list.nav-tabs li, .mobile .main-title span {
    background-color: #6f6f6f;
    background-image: -webkit-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: -moz-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: -o-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: linear-gradient(140deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
}

.list.nav-tabs li {
    display: table-cell;
    vertical-align: middle;
}

.nav-tabs a, .mobile-menu_list .menu-item > a, .mobile .main-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.mobile-menu_list .menu-item > a, .mobile .main-title span {
    display: block;
    padding: 15px 20px;
}

.nav-tabs a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    word-break: break-all;
}

.list.nav-tabs li.active, .mobile-menu_list .menu-item_self_service > a {
    position: relative;
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
}

.mobile-menu_list .menu-item_self_service > a:before {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("icons.png") no-repeat 50% -60px;
    background-size: 20px auto;
    content: '\00ad';
}

.mobile-menu_list .menu-item_self_service > a {
    padding-left: 40px;
}

.nav-tabs .active a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    content: '\00ad';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent white;
}

.tab-pane {
    display: none;
    padding: 30px 0;
}

.tab-pane.active {
    display: block;
}

.mobile-menu_list .menu-item > a:after {
    position: absolute;
    content: '\00ad';
    right: 15px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url("ico06_2x.png") no-repeat;
    background-size: 8px auto;
}

.mobile-menu_list .menu-item > .collapsable:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .30s;
    transition: transform .30s;
}

.mobile-menu_list .menu-item > .collapsed:after {
    -webki-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-menu_list .panel-body {
    font-size: 14px;
    padding: 20px;
}

.mobile-menu_list .menu-item p {
    line-height: 1.47;
}

.mobile-menu_list .menu-item p + p {
    margin-top: 1.47em;
}

.mobile-menu_list .panel-body em, .mobile-menu_list .panel-body i, .menu-item_note {
    color: #888;
}

.mobile-menu_list .menu-item_note {
    padding: 15px 20px;
    background-color: #efefef;
    font-size: 14px;
}

/* => Heat Disruption widget */
/* ------------------------------------------------------------------------------*/
.widget-heat_disruptions-filter {
    margin-bottom: 20px;
    background-color: #ebebeb;
}

.widget-heat_disruptions-filter .btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.widget-heat_disruptions_map {
    min-height: 400px;
    border: 1px solid #ddd;
    background-color: #eee;
}

.widget-heat_disruptions_map .status {
    margin: 15px;
}

.oi-gmap-infobox {
    width: 200px;
}

.oi-gmap-infobox dd {
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.oi-gmap-infobox dt {
    display: block;
    font-size: 12px;
}

/* => Collapse */
/* ------------------------------------------------------------------------------*/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.panel-heading {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease 0;
    transition: transform .25s ease 0;
}

.panel-heading.header-top-offset {
    top: 0;
    position: fixed;
    border-bottom: 1px solid #6f6f6f;
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: transform .25s ease .25s;
    transition: transform .25s ease .25s;
}

.no-csstransforms .panel-heading.header-top-offset {
    top: 70px;
}

.admin-bar-showing .panel-heading.header-top-offset {
    -webkit-transform: translateY(103px);
    transform: translateY(103px);
}

.no-csstransforms .admin-bar-showing .panel-heading.header-top-offset {
    top: 103px;
}

.panel-title {
    margin-top: 5px;
    margin-bottom: 0;
}

.panel-title a, .panel-collapse {
    background-color: #efefef;
}

.panel-title a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 80px;
    font-size: 16px;
    font-weight: 600;
}

.panel-title a:before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: '\00ad';
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: url("ico03_2x.png") no-repeat 50% -52px;
    background-size: 40px auto;
}

.no-backgroundsize .panel-title a:before {
    background-image: url("ico03.png");
}

.panel-title .collapsed {
    color: #333;
}

.panel-heading.header-top-offset + .in {
    padding-top: 60px;
}

.panel-title .collapsed:before {
    background-position: 50% 2px;
}

.panel-title a:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

.main-content-article .panel-collapse .inner {
    padding: 10px 30px;
    font-size: 15px;
}

@media (min-width: 992px) {
    .main-content-article .panel-collapse .inner {
        padding: 60px 80px;
    }
}

/* => Bootstrap DropDown component */
/* ------------------------------------------------------------------------------*/
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}

.dropdown-menu, .list.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.main-alternate-nav-section .dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.main-alternate-nav-section .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #444;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

/* => Lists */
/* ------------------------------------------------------------------------------*/

.list, .list li, .list .item, .sub-menu, .menu, .menu-item, .list p,
.wp-paginate, .wp-paginate li {
    margin: 0;
    padding: 0;
    background: none;
    list-style-type: none;
    line-height: 1;
}

.alternate-nav-section {
    position: relative;
    top: 1px;
    padding: 5px 0 4px;
    overflow: hidden;
}

.alternate-nav-section .menu-item, .alternate-nav-section a {
    float: left;
    line-height: 1;
}

.alternate-nav-section .menu-item + .menu-item {
    border-left: 1px solid #8f8f8f;
}

.alternate-nav-section .menu-item {
    padding: 8px 20px 6px;
}

.status-active:after {
    position: relative;
    display: inline-block;
    content: '\00ad';
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 10px;
    background: url("icons.png") no-repeat 50% 0;
    background-size: 20px auto;
    vertical-align: middle;
    -webkit-animation: flash  1s both ease;
    -moz-animation: flash  1s both ease;
    animation: flash 1s both ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.backgroundsize .status-active:after {
    background-image: url("icons_2x.png");
}

.widget-weather-section {
    position: relative;
    top: 7px;
}

.widget-weather-section .btn-weather {
    position: relative;
    border: none;
    background: none;
    font-size: 16px;
    color: #fff;
    -webkit-appearance: none;
}

.widget-weather-section .dropdown-menu {
    top: 32px;
    padding: 0;
}

.widget-weather-section .btn-weather span {
    padding: 6px 0 5px 45px;
    background: url("weather-icons.svg") no-repeat 0 -62px;
}

.no-svg .widget-weather-section .btn-weather span {
    background-image: url("weather-icons.png");
}

.widget-weather-section .btn-weather.type-1 span {
    background-position: 0 -10px;
}

.widget-weather-section .btn-weather.type-2 span {
    background-position: 0 -62px;
}

.widget-weather-section .btn-weather.type-3 span {
    background-position: 0 -112px;
}

.widget-weather-section .btn-weather.type-4 span {
    background-position: 0 -162px;
}

.widget-weather-section .btn-weather.type-5 span {
    background-position: 0 -212px;
}

.widget-weather-section .btn-weather.type-6 span {
    background-position: 0 -262px;
}

.widget-weather-section .btn-weather.type-7 span {
    background-position: 0 -312px;
}

.widget-weather-section .btn-weather.type-8 span {
    background-position: 0 -362px;
}

.widget-weather-section .btn-weather.type-9 span {
    background-position: 0 -412px;
}

.widget-weather-section .btn-weather.type-10 span {
    background-position: 0 -462px;
}

.widget-weather-section .btn-weather.type-11 span {
    background-position: 0 -512px;
}

.widget-weather-section .btn-weather.type-12 span {
    background-position: 0 -562px;
}

.widget-weather-section .btn-weather.type-13 span {
    background-position: 0 -612px;
}

.widget-weather-section .btn-weather.type-14 span {
    background-position: 0 -662px;
}

.widget-weather-section .btn-weather.type-15 span {
    background-position: 0 -712px;
}

.widget-weather-section .btn-weather.type-16 span {
    background-position: 0 -762px;
}

.widget-weather-section .btn-weather.type-17 span {
    background-position: 0 -812px;
}

.widget-weather-section .btn-weather.type-18 span {
    background-position: 0 -862px;
}

.widget-weather-section .btn-weather.type-19 span {
    background-position: 0 -912px;
}

.widget-weather-section .btn-weather span:after {
    position: relative;
    top: 3px;
    float: right;
    content: '\25bc';
    color: #9a9a9a;
    margin-left: 5px;
    font-size: 11px;
}

.latest-posts-list {
    border-top: 1px solid #d77f00;
}

.list .latest-posts-item {
    border-bottom: 1px solid #d77f00;
}

.latest-posts-url {
    display: table;
}

.latest-posts-meta, .latest-posts-title {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table-cell;
}

.latest-posts-meta {
    padding-right: 10px;
    color: #f7cba3;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}

.latest-posts-title {
    font-weight: bold;
    font-size: 16px;
}

.latest-section-article .latest-posts-url {
    color: #fff;
}

.latest-posts-url:hover {
    text-decoration: none;
}

.latest-posts-url:hover .latest-posts-title {
    text-decoration: underline;
}

/* Postst list */
.list .posts-list-item {
    margin-top: 15px;
    padding-top: 15px;
}

.list .posts-list-item + .posts-list-item {
    border-top: 1px solid #eee;
}

.posts-list-item-url, .posts-list-item-url:hover {
    display: block;
    color: #333;
    text-decoration: none;
}

.posts-list-item-title {
    margin-bottom: .3em;
    font-size: 28px;
}

.posts-list-item-url:hover .posts-list-item-title {
    color: #F08100;
}

.list .posts-list-item-meta, .list .posts-list-item-cite {
    margin: .4em 0;
    font-size: 13px;
    color: #888;
}

.list .posts-list-item-excerpt {
    padding-bottom: .4em;
    line-height: 1.4;
}

.list .posts-list-item-cite {
    padding-bottom: .4em;
    font-style: italic;
}

/* vCard list */

.list .vcard-list-item {
    padding-top: 40px;
    margin-bottom: 25px;
}

/* Common lists */
.list01 {
    margin-bottom: 20px;
}

.list01 li {
    position: relative;
    margin-bottom: .9em;
    padding-left: 15px;
}

.list01 li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '\00ad';
    width: 6px;
    height: 9px;
    background: url("ico07_2x.png") no-repeat;
    background-size: 6px auto;
}

.no-backgroundsize .list01 li:before {
    background-image: url("ico07.png");
}

.list01 .active {
    font-weight: bold;
}

/* => Table */
/* ------------------------------------------------------------------------------*/
table {
    margin-bottom: 2.2em;
}

td, th {
    padding: 10px 10px 10px 0;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.table {
    width: 100%;
}

.table thead th {
    background-color: #F1F3F5;
    font-weight: bold;
}

.table td, .table th {
    padding: 15px;
    line-height: 1.6;
}

.table-results {
    clear: both;
    width: 100% !important;
    font-size: 12px;
}

.table-results thead tr {
    background-color: #6f6f6f;
    background-image: -webkit-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: -moz-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: -o-linear-gradient(-50deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    background-image: linear-gradient(140deg, #8c8c8c, #8c8c8c, #6f6f6f, #6f6f6f);
    color: #fff;
    text-transform: uppercase;
}

.table-results th, .table-results td {
    padding: 8px 10px;
    line-height: 1.4;
}

.table-results thead th:nth-child(1),
.table-results thead th:nth-child(2) {
    width: 140px;
}
.table-results .sortable-col{position:relative;}
.table-results .sortable-col.sorted-dsc::after,
.table-results .sortable-col.sorted-asc::after{display:block; position:absolute; top:6px; right:0; color:#6f6f6f; font-size:12px; line-height:normal;}
.table-results .sortable-col.sorted-asc::after{content:"\25bc";}
.table-results .sortable-col.sorted-dsc::after{content:"\25B2";}

.table-results_map {
    display: inline-block;
    color: #ef8100;
    border-bottom: 1px dotted #ef8100;
    cursor: pointer;
}

.table-results_map:hover {
    border-bottom-color: transparent;
}

.dataTables_wrapper .form-control {
    width: auto;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding: 8px;
    height: auto;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;
}

.dataTables_wrapper .dataTables_info {
    padding: 0 10px;
    font-size: 13px;
    font-style: italic;
    color: #888;
    text-align: right;
}

.dataTables_wrapper .dataTables_info p {
    margin: 0;
}

.dataTables_paginate {
    margin: 15px 0 30px;
    font-size: 13px;
    text-align: center;
}

.paginate_button, .dataTable_previous, .dataTable_next {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 8px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.paginate_button.current {
    color: #888;
    font-weight: bold;
}

/* => Gallery component */
/* ------------------------------------------------------------------------------*/
.gallery-article {
    min-width: 100%;
    overflow: hidden;
}

.gallery-list {
    width: 103%;
    margin: 0;
}

.gallery-list .gallery-item {
    float: left;
    width: 130px;
    height: 130px;
    margin: 0 8px 8px 0;
    border: 2px solid transparent;
    overflow: hidden;
}

.gallery-list .gallery-item:hover {
    border-color: #5b8e02;
}

.gallery-list .gallery-icon {
    position: relative;
    width: 130px;
    height: 130px;
    background-color: #f2f2f2;
    overflow: hidden;
}

/* => Sections */
/* ------------------------------------------------------------------------------*/

.main-wrap-helper, .main-wrap, .main-header, .main-footer, .main-header-lang-switch, .main-content-section, .inputfield,
.main-header-searchform, .nav-tabs a, .form-control, .front-page-excerpts-section .front-excerpt-url {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-wrap-helper, .main-wrap, .main-header, .alternate-nav, .main-content-section-helper, .main-content-section, .main-footer {
    margin: auto;
}

.main-wrap-helper {
    position: relative;
    background: url("bg-tallinn.jpg") no-repeat fixed 50% 0;
}

.home .main-wrap-helper {
    background-image: none !important;
}

.main-header, .alternate-nav, .main-content-section-helper, .main-footer {
    position: relative;
    min-width: 320px;
    max-width: 1200px;
}

.alternate-nav p {
    margin: 0;
}

.main-content-section {
    position: relative;
    min-height: 450px;
    background-color: #fff;
    opacity: 1;
}

@media (min-width: 992px) {
    .main-content-section {
        width: 83%;
        margin-top: 80px;
    }
}

.home .main-content-section {
    background: none;
    width: 100%;
}

.has-networkmap .main-content-section {
    min-width: 996px;
}

.main-header-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    z-index: 10001;
}

@media (min-width: 992px) {
    .main-header-wrap {
        position: fixed;
    }
}

@media (min-width: 992px) {
    .thin {
        top: -10px;
        height: 90px;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }
}

.main-header {
    height: 60px;
}

@media (min-width: 768px) {
    .main-header {
        height: 90px;
    }
}

.main-header .dropdown {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -20px;
}

.admin-bar-showing .main-header-wrap {
    top: 32px;
}

.admin-bar-showing .main-header-wrap.thin {
    top: 22px;
}

.main-header-logo {
    position: absolute;
    left: 10px;
    top: 12px;
    margin: 0;
}

@media (min-width: 768px) {
    .main-header-logo {
        top: 25px;
    }
}

@media (min-width: 992px) {
    .thin .main-header-logo {
        left: 0;
        top: 25px;
    }
}

.main-header-logo a {
    display: block;
}

.main-header-lang-switch {
    position: absolute;
    left: 260px;
    top: 15px;
}

@media (min-width: 768px) {
    .main-header-lang-switch {
        top: 35px;
    }
}

@media (min-width: 992px) {
    .main-header-lang-switch {
        left: 320px;
    }
}

.main-header-lang-switch li {
    margin-bottom: 5px;
}

.main-header-lang-switch a {
    display: block;
    font-size: 12px;
    color: #b1b0b0;
    font-weight: 600;
    text-transform: uppercase;
}

.thin .main-header-lang-switch {
    top: 35px;
}

.alternate-nav-wrap {
    position: relative;
    background-color: #6f6f6f;
}

@media (min-width: 992px) {
    .alternate-nav-wrap {
        margin-top: 90px;
    }
}

.alternate-nav {
    height: 41px;
    color: #fff;
    font-size: 14px;
}

.alternate-nav a {
    color: #fff;
}

.alternate-nav .btn:before {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    content: '\00ad';
    background: url("icons.png") no-repeat 50% -64px;
    background-size: 20px auto;
    vertical-align: middle;
}

.backgroundsize .alternate-nav .btn:before {
    background-image: url("icons_2x.png");
    background-position: 50% -60px;
}

.widget-weather-section {
    float: left;
}

.self-service-action, .alternate-nav-section > .menu, .main-header-searchform {
    float: right;
}

.main-header-searchform {
    position: relative;
    height: 40px;
    padding: 7px 15px;
    border-left: 1px solid #8c8c8c;
    background-color: #605f5f;
}

.main-footer .main-header-searchform {
    float: none;
}

.main-header-searchform-btn {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    border: none;
    background: url("icons.png") no-repeat 50% -33px;
    background-size: 20px auto;
    vertical-align: middle;
}

.backgroundsize .main-header-searchform-btn {
    background-image: url("icons_2x.png");
    background-position: 50% -32px;
}

.main-header-searchform-btn span {
    display: block;
    visibility: hidden;
    text-indent: -999px;
    overflow: hidden;
}

.main-header-searchform-field {
    padding: 3px 0;
    border: none;
    height: 16px;
    background: transparent;
    font: 14px / 1 "Open Sans", sans-serif;
    color: #fff;
    opacity: .5;
    vertical-align: middle;
}

.main-header-searchform-field:hover, .main-header-searchform-field:focus {
    opacity: 1;
}

/* => Main navigation */
/* ------------------------------------------------------------------------------*/
.mainnav-section {
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-menu > .mainnav-section {
    position: static;
}

.mainnav-section .sub-menu {
    display: none;
}

.mainnav-section .menu-item, .mainnav-section .menu-item a {
    float: left;
}

.mainnav-section a {
    padding: 38px 20px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-menu > .mainnav-section li,
.dropdown-menu > .mainnav-section a {
    float: none;
}

.dropdown-menu > .mainnav-section a {
    display: block;
    padding: 20px 40px;
    line-height: 1.3;
    font-size: 16px;
    white-space: nowrap;
    text-transform: none;
}

.thin .mainnav-section a {
    padding-top: 40px;
    padding-bottom: 36px;
}

.mainnav-section .menu-item a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
}

.mainnav-section .current-menu-item > a, .mainnav-section .current-menu-parent > a, .mainnav-section .current-menu-ancestor > a {
    color: #f08100;
    background-color: #f4f4f4;
}

.mainnav-submenu-section-wrapper {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .mainnav-submenu-section-wrapper {
        margin-right: 0;
        margin-left: -50px;
    }
}

.mainnav-submenu-section {
    position: relative;
    display: none;
    z-index: 1000;
}

@media (max-width: 991px) {
    .mainnav-submenu-section::after {
        position: absolute;
        top: -8px;
        left: 30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #F8A500 transparent;
        content: '\00ad';
    }
}

.open > .mainnav-submenu-section {
    display: block;
}

@media (min-width: 992px) {
    .mainnav-submenu-section {
        display: block;
    }
}

.mainnav-submenu-section a {
    display: block;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
}

.mainnav-submenu-section > .sub-menu {
    position: relative;
    padding: 5px 0;
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
    z-index: 1;
}

@media (min-width: 992px) {
    .mainnav-submenu-section > .sub-menu {
        min-height: 300px;
        padding: 30px 0;
    }
}

.mainnav-submenu-section:before {
    z-index: 0;
    position: absolute;
    content: "\00ad";
    bottom: -3px;
    right: 5px;
    left: auto;
    width: 95%;
    max-width: 300px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.mainnav-submenu-section .current-menu-parent, .mainnav-submenu-section .current-menu-ancestor, .mainnav-submenu-section > .current-menu-item {
    position: relative;
    background-color: #6f6f6f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.mainnav-submenu-section > .sub-menu .sub-menu a {
    font-weight: normal;
}

.mainnav-submenu-section .menu-item {
    padding: 5px 20px;
}

.mainnav-submenu-section .menu-item .sub-menu {
    margin-bottom: 20px;
}

.mainnav-submenu-section .menu-item .menu-item {
    padding: 0 20px;
}

.mainnav-submenu-section .menu-item .sub-menu {
    display: none;
}

.mainnav-submenu-section .current-menu-item > .sub-menu,
.mainnav-submenu-section .current-menu-ancestor > .sub-menu,
.mainnav-submenu-section .current-menu-parent > .sub-menu {
    display: block;
}

.mainnav-submenu-section .sub-menu .sub-menu .current-menu-item > a,
.mainnav-submenu-section .sub-menu .sub-menu .current-menu-ancestor > a,
.mainnav-submenu-section .sub-menu .sub-menu .current-menu-parent > a {
    text-decoration: underline;
}

/* => Front Page Components */
/* ------------------------------------------------------------------------------*/
.front-page-hero-bgs {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}

@media (min-width: 768px) {
    .front-page-hero-bgs {
        top: 131px;
    }
}

@media (min-width: 992px) {
    .front-page-hero-bgs {
        top: 41px;
    }
}

.front-page-hero-bgs img {
    display: block;
    width: auto;
    height: auto;
    min-height: 500px;
}

@media (min-width: 1200px) {
    .front-page-hero-bgs img {
        width: 100%;
        height: auto;
    }
}

.front-page-hero-section {
    max-width: 600px;
    height: 390px;
    margin: auto;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .front-page-hero-section {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.front-page-hero-url {
    padding: 15px 40px;
    font-size: 18px;
}

.front-page-hero-section .owl-carousel {
    width: auto;
}

.front-page-hero-section .owl-carousel .item {
    height: 265px;
}

.item-content {
    padding: 20px;
}

@media (min-width: 768px) {
    .item-content {
        padding: 40px;
    }
}

#front-page-hero-slider {
    border: 10px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.47;
}

.front-hero-thumb {
    height: 265px;
    text-align: center;
    overflow: hidden;
}

.front-hero-thumb img {
    position: relative;
    top: 50px;
}

.front-page-hero-section .front-page-hero-article {
    padding: 50px 40px 40px 20px;
}

.front-page-hero-section .front-page-hero-title {
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .front-page-hero-section .front-page-hero-title {
        font-size: 42px;
    }
}

.front-page-hero-section .item .lead {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: .8em;
}

.front-page-hero-section .owl-prev, .front-page-hero-section .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #fff;
    background: white url("icons.png") no-repeat 50% -273px;
    background-size: 20px auto;
    border-radius: 50%;
    overflow: hidden;
}

.backgroundsize .front-page-hero-section .owl-prev, .backgroundsize .front-page-hero-section .owl-next {
    background-image: url("icons_2x.png");
    background-position: 50% -259px;
}

.front-page-hero-section .owl-next {
    background-position: 12px -242px;
}

.backgroundsize .front-page-hero-section .owl-next {
    background-position: 12px -228px;
}

.front-page-hero-section .owl-prev span, .front-page-hero-section .owl-next span {
    position: relative;
    display: block;
    visibility: hidden;
}

.front-page-hero-section .owl-prev {
    left: -12px;
}

.front-page-hero-section .owl-next {
    right: -12px;
}

.front-page-hero-section .owl-prev:hover, .front-page-hero-section .owl-next:hover {
    background-color: #efefef;
}

.front-page-hero-section .owl-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -40px;
    text-align: center;
}

.front-page-hero-section .owl-page {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.front-page-hero-section .owl-page:hover {
    background-color: rgba(255, 255, 255, 0.72);
}

.front-page-hero-section .owl-page.active {
    background-color: #fff;
}

/* Latest section */

.front-page-latest-section {
    position: relative;
    min-height: 300px;
    color: #fff;
    overflow: hidden;
}

.front-page-latest-section .grid {
    position: relative;
}

.front-page-latest-section .inner {
    padding: 0;
    overflow: hidden;
}

.front-page-latest-section .col-1-3 {
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

/*
.front-page-latest-section .col-1-3:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.34%;
    content: '\00ad';
    z-index: 0;
}*/
.front-page-latest-section .col-1 {
    background-color: #ef8d00;
}

.front-page-latest-section .col-2 {
    background-color: rgb(183,191,16);
}

.front-page-latest-section .col-3 {
    background-color: #ef8100;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
}


.front-page-latest-section .col-3 a {
    color: #fff;
}

.front-page-latest-section .col-3[style] {
    background-color: #000;
}

.latest-section-hgroup {
    position: relative;
}

.latest-section-hgroup, .lastest-section-title, .front-page-slider-url {
    line-height: 1;
}

.latest-section-title, .front-page-slider-url {
    position: relative;
    display: inline-block;
    margin: 0;
}

.front-page-hero-section a {
    position: relative;
    top: 0;
}

.front-page-hero-section a:hover {
    top: -2px;
    text-decoration: none;
}

.latest-section-title span, .front-page-slider-url span {
    position: relative;
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #6f6f6f;
    background-image: -webkit-linear-gradient(-120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(-120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(-150deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    white-space: nowrap;
    z-index: 1;
    color: #fff;
}

.front-page-slider-url span {
    position: relative;
    text-transform: none;
    overflow: hidden;
}

.multiplebgs .front-page-slider-url span {
    padding-right: 60px;
}

.latest-news-section .latest-section-title span {
    /*padding-left: 60px;*/
}

.csstransforms .latest-section-title:after, .csstransforms .front-page-slider-url:after {
    z-index: 0;
    position: absolute;
    content: "\00ad";
    bottom: -3px;
    right: 5px;
    left: auto;
    width: 95%;
    height: 50px;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.csstransforms .front-page-slider-url:after {
    height: 40%;
}

.latest-section-rss-url, .front-page-slider-url span:after {
    position: absolute;
    display: inline-block;
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-120deg, #f7a400, rgba(247, 164, 0, 0));
    background-image: -moz-linear-gradient(-120deg, #f7a400, rgba(247, 164, 0, 0));
    background-image: -o-linear-gradient(-120deg, #f7a400, rgba(247, 164, 0, 0));
    background-image: linear-gradient(-150deg, #f7a400, rgba(247, 164, 0, 0));
    text-indent: -9999px;
    overflow: hidden;
}

.latest-section-rss-url {
    left: 0;
    top: 0;
    bottom: 0;
    width: 38px;
}

.latest-section-rss-url:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '\00ad';
    background: url("icons.png") no-repeat 10px -210px;
    background-size: 20px auto;
}

.backgroundsize .latest-section-rss-url:after {
    background-image: url("icons_2x.png");
    background-position: 10px -199px;
}

.multiplebgs .front-page-slider-url span:after {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    content: '\00ad';
    background: url("icons_2x.png") no-repeat 10px -110px / 20px auto, -webkit-linear-gradient(-120deg, #f7a400, rgba(247, 164, 0, 0)), #ef8100;
    background: url("icons_2x.png") no-repeat 10px -110px / 20px auto, -moz-linear-gradient(-120deg, #f7a400, rgba(247, 164, 0, 0)), #ef8100;
    background: url("icons_2x.png") no-repeat 10px -110px / 20px auto, -o-linear-gradient(-120deg, #f7a400, rgba(247, 164, 0, 0)), #ef8100;
    background: url("icons_2x.png") no-repeat 10px -110px / 20px auto, linear-gradient(-150deg, #f7a400, rgba(247, 164, 0, 0)), #ef8100;
    z-index: 2;
}

.latest-section-article {
    padding: 20px;
}

@media (min-width: 992px) {
    .latest-section-article {
        padding: 25px 40px 25px;
    }
}

.latest-section-more-url {
    top: auto;
    margin: 0;
    margin-top: 30px;
}

.latest-section-more-url a, .article-excerpt-section a {
    color: #f7c680;
    font-weight: 600;
}

/* Latest Excerpts section */

.front-page-excerpts-section {
    background-color: #fff;
}

.front-page-excerpts-section .col-1-4 + .col-1-4 {
    border-left: 1px solid #ebebeb;
}

.front-page-excerpts-section .front-excerpt-url {
    display: block;
    padding: 35px 25px;
    min-height: 310px;
    color: #6f6f6f;
    text-align: center;
    overflow: hidden;
}

.front-excerpt-url .front-excerpt-title {
    margin-bottom: .8em;
    font-weight: 600;
    font-size: 18px;
    color: #ef8100;
}

.front-excerpt-url .front-excerpt-title:before {
    display: block;
    content: '\00ad';
    margin: auto;
    margin-bottom: 1em;
    width: 120px;
    height: 120px;
    background: url("icons02_2x.png") no-repeat -100px -100px;
    background-size: auto 50px;
    border: 2px solid #ebebeb;
    border-radius: 50%;
}

.front-excerpt-url.ico-1 .front-excerpt-title:before {
    background-position: 40px 50%;
}

.front-excerpt-url.ico-2 .front-excerpt-title:before {
    background-position: -260px 50%;
}

.front-excerpt-url.ico-3 .front-excerpt-title:before {
    background-position: -560px 50%;
}

.front-excerpt-url.ico-4 .front-excerpt-title:before {
    background-position: -852px 50%;
}

.no-backgroundsize .front-excerpt-url .front-excerpt-title:before {
    background-image: url("icons02.png");
}

.front-excerpt-url .front-excerpt-content {
    line-height: 1.5;
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 0;
}

.front-excerpt-url .front-excerpt-content:after {
    content: '\00bb';
    color: #ef8100;
    margin-left: 5px;
}

.front-excerpt-url:hover {
    text-decoration: none;
    background-color: #F0F0EF;
}

.front-excerpt-url:hover .front-excerpt-title:before {
    border-color: #ccc;
}

/* Tips widget */

.widget-tip {
    position: relative;
    margin: 0 -20px 40px;
    padding: 30px 30px 30px 60px;
    margin-top: 20px;
    border: 1px dashed #b7b7b7;
    background-color: #646464;
    border-radius: 5px;
    color: #dadada;
    font-size: 16px;
}

.csstransforms .widget-tip:after {
    left: 30px;
    bottom: -15px;
    content: '\00ad';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px dashed #b7b7b7;
    border-top: none;
    border-left: none;
    background-color: #646464;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.widget-tip_index {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 16px;
    color: #ef8100;
    font-weight: bold;
}

.widget-tip_excerpt {
    font-style: italic;
}

.widget-tip_call {
    padding-left: 80px;
    font-size: 14px;
    background: url("ico04.svg") no-repeat;
}

.no-svn .widget-tip_call {
    background-image: url("ico04.png");
}

.article-excerpt-section .widget-tip_call_url {
    display: block;
    font-weight: bold;
    color: #ef8100;
}

/* => Main Content Section */
/* ------------------------------------------------------------------------------*/
.content-module-section {
    margin: 40px 0 20px;
}

.main-content-article > .inner {
    padding: 15px;
}

@media (min-width: 992px) {
    .main-content-article > .inner {
        padding: 50px 40px 40px;
    }
}

.latest-section-article .article-excerpt-url {
    display: block;
    color: #fff;
    line-height: 1.4;
}

.article-excerpt-url:hover {
    text-decoration: none;
}

.article-excerpt-url:hover .article-excerpt-title {
    text-decoration: underline;
}

.article-excerpt-title, .article-excerpt-section h4 {
    margin-bottom: .4em;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
}

.article-excerpt-meta {
    margin: 0;
    margin-bottom: .4em;
    font-weight: 600;
    font-size: 12px;
    color: #f7cba3;
    text-transform: uppercase;
}

.article-excerpt-content, .article-excerpt-section p {
    line-height: 1.47;
}

.article-excerpt-url .more {
    white-space: nowrap;
}

.main-sidebar {
    display: none;
}

.main-content-article {
    width: 100%;
}

body:not(.body-has-submenu) .main-content-article {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .main-content-article:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        content: '\00ad';
        height: 10px;
        background-color: #ef8100;
        background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
        background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
        background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
        background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
    }
}

.body-has-submenu .main-content-article:before {
    display: none;
}

.body-has-submenu .main-sidebar {
    display: block;
}

@media (min-width: 992px) {
    .body-has-submenu .main-content-article {
        width: 80%;
    }
}

/* vCard */
.vcard-section {
    position: relative;
    padding: 50px 0 30px 8%;
    background-color: #f3f3f3;
}

.list .vcard-section {
    margin-right: 8%;
}

.vcard-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    content: '\00ad';
    background-color: #ef8100;
    background-image: -webkit-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -moz-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: -o-linear-gradient(-50deg, #f7a400, #f7a400, #ef8100, #ef8100);
    background-image: linear-gradient(140deg, #f7a400, #f7a400, #ef8100, #ef8100);
}

.list .vcard-section-photo {
    position: absolute;
    top: -42px;
    left: 10%;
    width: 71px;
    height: 71px;
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.vcard-section-photo img {
    display: block;
}

.vcard-section .vcard-section-name {
    margin: 0;
    margin-bottom: .3em;
    font-weight: bold;
    font-size: 16px;
}

.vcard-section .vcard-section-role {
    margin-bottom: .8em;
    font-size: 13px;
    color: #6f6f6f;
    font-style: italic;
    line-height: 1.3;
}

.vcard-section .item {
    margin-top: .8em;
    font-size: 13px;
    padding-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* => Pagination section */
/* ------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    margin: 0 13px;
    border-top: 1px solid #ededed;
}

.pagination .list, .wp-paginate {
    position: relative;
    padding: 10px 0;
}

.pagination .list, .wp-paginate {
    margin: 0;
}

.pagination {
    margin-top: 40px;
    margin: 40px 13px 0;
    text-align: center;
}

.pagination .page, .pagination .prev, .pagination .next, .pagination a, .pagination span, .wp-paginate li {
    display: inline-block;
}

.pagination .page, .pagination .prev, .pagination .next {
    margin: 0 5px;
}

.pagination a, .pagination span {
    padding: 7px 10px;
    border: 1px solid #ededed;
}

.wp-paginate .title {
    display: none;
}

/* => Main footer section */
/* ------------------------------------------------------------------------------*/
.main-footer-wrap {
    padding: 0 20px 20px;
    background: #ebebeb;
    color: #6f6f6f;
    font-size: 14px;
}

.main-footer-wrap a {
    color: #6f6f6f;
}

.main-footer {
    padding: 40px 0;
    background-size: 110px auto;
}

.main-footer p[style],
.main-footer hr + p {
    color: #aaa;
    font-size: 14px;
}

.main-footer hr {
    position: relative;
    top: 10px;
    clear: both;
    overflow: hidden;
    display: block;
}

.main-footer hr + p {
    text-align: right;
}

.main-footer hr + p img {
    position: relative;
    top: 8px;
}

.main-footer ul {
    margin-top: 0;
    padding-right: 40px;
    list-style-type: none;
}

.main-footer .col-2-3 li {
    position: relative;
}

.main-footer .col-2-3 li:before {
    position: absolute;
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    content: '\00ad';
    background: url("ico01.png") no-repeat 50% 50%;
    background-size: 6px auto;
}

.footer-margis {
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .footer-margis {
        text-align: center;
    }
}

.footer-margis > img {

}

.backgroundsize .main-footer .col-2-3 li:before {
    background-image: url("ico01_2x.png");
}

.theme-switcher {
    text-align: center;
    margin: 0;
    margin-top: 40px;
}

.btn-fullsite {
    clear: both;
    position: relative;
    top: 50px;
    display: inline-block;
    max-width: 300px;
    padding: 5px 25px;
    background-color: #e1e1e1;
    border: 1px solid #bfbfbf;
}

.cookie-alert {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 1000px) {
    .cookie-alert {
        width: auto;
    }
}

/* => Network Map Component */
/* ------------------------------------------------------------------------------*/

.network-map__section .note {
    margin: 15px 0;
    color: #333;
}

.network-map__section .note img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
}

.network-map__section svg {
    display: block;
    margin: 0;
    width: 100%;
    height: 450px;
}

.network-map__section .tab-pane {
    position: relative;
    padding: 0;
    border: 1px solid #ddd;
    background: #f2f3f3 url("bg02.png") no-repeat;
    background-size: 100%;
}

.no-svg .network-map__section .tab-pane {
    display: none;
}

.network-map__section .area .area-object {
    fill-opacity: 0.3;
    fill: #F7A400;
    transition: all .2s ease-in-out;
}

.network-map__section .area-group:hover .area-object {
    fill-opacity: 0.6;
    cursor: pointer;
}

.network-map__section .pipes .pipes-object {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke: #ED8122;
}

.network-map__section .icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.network-map__section .icon-label {
    margin: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 95%;
    background-color: #fff;
    background-position: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
}

.network-map__section .icon {
    position: absolute;
    width: 30px;
    height: 30px;
}

.network-map__section .icon:hover .icon-label {
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
}

.network-map__section .glow {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 0;
}

.network-map__section .glow:before {
    content: "";
    border: 30px solid rgba(237, 129, 34, 0.5);
    border-radius: 50px;
    height: 90px;
    width: 90px;
    position: absolute;
    left: -30px;
    top: -30px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-sizing: border-box;
    opacity: 0.0;
}

.network-map__section .icon span {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    visibility: hidden;
}

.network-map__section .icon.mustamae {
    left: 8%;
    top: 79%;
}

.network-map__section .icon.mustamae .icon-label {
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.kristiine {
    left: 17%;
    top: 56%;
}

.network-map__section .icon.kristiine .icon-label {
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.ulemiste {
    left: 38%;
    top: 58.3%;
}

.network-map__section .icon.ulemiste .icon-label {
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.laagna {
    left: 39.5%;
    top: 50%;
}

.network-map__section .icon.laagna .icon-label {
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.t-elektrijaam {
    left: 65.6%;
    top: 47%;
}

.network-map__section .icon.t-elektrijaam .icon-label {
    background-image: url("icon-elektrijaam.png");
}

.network-map__section .icon.i-elektrijaam {
    left: 71%;
    top: 31.3%;
}

.network-map__section .icon.i-elektrijaam .icon-label {
    background-image: url("icon-energia.png");
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0.0;
    }
}

.popover, .infobox {
    position: absolute;
    padding: 8px 15px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.popover {
    line-height: 1;
    white-space: nowrap;
}

.popover.top {
    margin-top: -15px;
}

.popover.top:after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -8px;
    content: '\00ad';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ffffff transparent transparent;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.bottom:after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -8px;
    content: '\00ad';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #fff;
}

.popover-title {
    color: #ed8122;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}

.popover.large {
    width: 200px;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
}

.popover.large .popover-content {
    padding: 15px;
}

.popover-btn {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0;
    padding: 0;
    background: #f0f0ef url("arrows01.svg") -100em -100em no-repeat;
    -webkit-appearance: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.no-svg .popover-btn {
    background-image: url("arrows01.png");
}

.popover-btn:hover {
    background-color: #d7d7d6;
}

.popover-btn.prev {
    left: 0;
    background-position: 0 0;
}

.popover-btn.next {
    right: 0;
    background-position: -30px 0;
}

.popover-btn span {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
}

.infobox {
    right: 20px;
    bottom: 20px;
    width: 480px;
    padding: 15px;
}

.infobox p {
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
}

.icon .infobox-content {
    display: none;
}

.infobox-content__title {
    color: #ef8100;
    font-size: 18px;
    margin: 0;
    margin-bottom: .3em;
}

/* => Heat Consumption Component */
/* ------------------------------------------------------------------------------*/
.heat-consumption__section {
    margin-bottom: 1.8em;
    border: 1px solid #ddd;
}

.heat-consumption__map {
    position: relative;
    padding-bottom: 58.6%;
    overflow: hidden;
}

.heat-consumption__map .bg,
.heat-consumption__article,
.heat-consumption__list {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 0;
    overflow: hidden;
}

/* SVG */
.heat-consumption__article .tubes {
    margin: 0;
    overflow: hidden;
}

.heat-consumption__article svg {
    width: 100.03%;
    height: 100.06%;
    position: absolute;
    top: .08%;
    left: 0;
}

.heat-consumption__article .blue {
    stroke: #0081c9;
}

.heat-consumption__article .red {
    stroke: #aa0015;
}

.heat-consumption__article .blue,
.heat-consumption__article .red {
    fill: none;
    stroke-width: 4;
    stroke-dasharray: 5;
    stroke-dashoffset: 40;
}

.heat-consumption__article .secondary {
    opacity: .5;
    stroke-width: 1;
}

.heat-consumption__article .radiator {
    fill: #ea212d;
    opacity: .8;
}

@-webkit-keyframes dashPath {
    0% {
        stroke-dashoffset: 40;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dashPath {
    0% {
        stroke-dashoffset: 40;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.heat-consumption__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.heat-consumption__list .step-item {
    position: absolute;
}

.heat-consumption__list .step-btn {
    display: block;
    width: 21px;
    height: 21px;
    border: 0;
    padding: 2px;
    background-color: #fff;
    color: #ed8122;
    font: 13px/1 'open sans', sans-serif;
    font-weight: 700;
    border-radius: 50%;
    overflow: hidden;
    -webkit-appearance: none;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}

.heat-consumption__list .active .step-btn {
    background-color: #ed8122;
    color: #fff;
}

.step-btn span {
    display: block;
    width: 15px;
    height: 14px;
    padding-top: 1px;
    border: 1px solid #ed8122;
    border-radius: 50%;
    text-align: center;
}

.heat-consumption__list .active .step-btn span {
    border-color: #fff;
}

.heat-consumption__list .step-1 {
    top: 77.5%;
    left: 32%;
}

.heat-consumption__list .step-2 {
    top: 85%;
    left: 57%;
}

.heat-consumption__list .step-3 {
    top: 73%;
    left: 52%;
}

.heat-consumption__list .step-4 {
    top: 76.5%;
    left: 58.5%;
}

.heat-consumption__list .step-5 {
    top: 92%;
    left: 69%;
}

.heat-consumption__list .step-6 {
    top: 76%;
    left: 64%;
}

.heat-consumption__list .step-7 {
    top: 92%;
    left: 47%;
}

.heat-consumption__list .step-8 {
    top: 82.5%;
    left: 39.5%;
}

/* => BS Modal Component */
/* ------------------------------------------------------------------------------*/

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 1;
    font-family: 'open sans', sans-serif;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10003;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 742px;
    border-radius: 0;
    margin: auto;
}

.modal-dialog.modal-sm {
    max-width: 458px;
}

@media(max-width: 500px) {
	.modal-dialog.modal-sm {
    	max-width: 100%;
	}

	.modal-dialog.modal-sm img {
    	width: 100%;
	}
}

.modal-content {
    position: relative;
    padding: 30px;
    margin-top: 160px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-dialog.modal-sm .modal-content {
    padding: 0;
}

.modal-content .close {
    position: absolute;
    right: 20px;
    top: 15px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: -1000em;
    background-color: #6f6f6f;
    z-index: 10002;
}

.modal-backdrop.fade {
    filter: alpha(opacity = 0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity = 80);
    opacity: .8;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal .text-center {
    text-align: center;
}

/* => Other */
/* ------------------------------------------------------------------------------*/

/*
 *  Swipebox
 *
 */

#swipebox-overlay {
    background: rgba(51, 51, 51, 0.92);
}

#swipebox-caption {
    display: none;
}

#swipebox-action {
    position: static;
    background: 0;
}

#swipebox-action #swipebox-close {
    right: 0;
    left: auto;
}

#swipebox-action #swipebox-prev {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 15px;
    margin-left: -40px;
}

#swipebox-action #swipebox-next {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 15px;
    margin-right: -40px;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-buttons {
    display: block;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* => Media Queries */
/* ------------------------------------------------------------------------------*/
@media only screen and (min-width: 1800px) {
    .main-wrap-helper {
        background-size: 100% auto;
    }
}

/* => Katlamajad moodul */
/* ------------------------------------------------------------------------------*/
.network-map__section {
    clear: both;
}

.network-map__canvas {
    position: relative;
    border: 1px solid #ddd;
    background: #f3f3f3 url("bg_katlamajad.png");
    height: 500px;
}

.network-map__section .icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.network-map__section .icon-label {
    margin: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 95%;
    background-color: #fff;
    background-position: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
    background-image: url("icon-erakyte.png");
}

.network-map__section .icon {
    position: absolute;
    width: 30px;
    height: 30px;
}

.network-map__section .icon:hover .icon-label {
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
}

.network-map__section .icon:before {
    content: "";
    border: 30px solid rgba(237, 129, 34, 0.35);
    border-radius: 50px;
    height: 90px;
    width: 90px;
    position: absolute;
    left: -30px;
    top: -30px;
    box-sizing: border-box;
    opacity: 1;
    pointer-events: none;
    transition: border-color 2s;
}

.network-map__section .icon:hover:before {
    -webkit-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 30px solid rgba(237, 129, 34, 0.65);
}

.network-map__section .icon span {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    visibility: hidden;
}

.network-map__section .icon.kardla {
    left: 110px;
    top: 168px;
}

.network-map__section .icon.valga {
    left: 560px;
    top: 440px;
}

.network-map__section .icon.rapla {
    left: 368px;
    top: 165px;
}

.network-map__section .icon.jogeva {
    left: 619px;
    top: 222px;
}

.network-map__section .icon.keila {
    left: 339px;
    top: 97px;
}

.network-map__section .icon.haapsalu {
    left: 215px;
    top: 185px;
}

.network-map__section .icon.tallinnaKute {
    left: 441px;
    top: 34px;
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.tallinnaKute2 {
    left: 400px;
    top: 45px;
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.tallinnaElektrijaam {
    left: 421px;
    top: 67px;
}

.network-map__section .icon.tallinnaKute .icon-label,
.network-map__section .icon.tallinnaKute2 .icon-label,
.network-map__section .icon.tallinnaElektrijaam .icon-label {
    background-image: url("icon-soojus.png");
}

.network-map__section .icon.tallinnaElektrijaam .icon-label {
    background-image: url("icon-elektrijaam.png");
}

.popover {
    position: absolute;
    padding: 24px;
    background-color: #fff;
    color: #333;
    width: 340px;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
    line-height: 1.2;
}

.popover.top {
    margin-top: -15px;
}

.popover.top:after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -8px;
    content: '\00ad';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ffffff transparent transparent;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.bottom:after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -8px;
    content: '\00ad';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #fff;
}

.popover-title {
    color: #000;
    margin: 0;
    margin-bottom: .8em;
    font-size: 15px;
    font-weight: bold;
}

.popover ul {
    list-style-type: disc;
    margin: 0;
    margin-left: 24px;
    padding-left: 0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.27, 1.27);
        transform: scale(1.27, 1.27);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.27, 1.27);
        transform: scale(1.27, 1.27);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.embed-responsive {
    position: relative;
    height: 0;
    padding: 0;
    padding-top: 56.25%;
    margin: 0;
    margin-bottom: 2em;
}

.embed-responsive > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 2em auto;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    img.aligncenter {
        float: none;
        height: auto;
    }
}

img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
}

@media (min-width: 992px) {
    img.alignleft {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 2em 0 0;
    }
}

img.alignright {
    float: right;
    margin: 0 0 2em;
}

@media (min-width: 992px) {
    img.alignright {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 2em;
    }
}

.aligncenter {
	max-width: 100% !important;

}

.aligncenter img {
	width: 100%;
	height: auto;

}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

.table-responsive >  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.social-links {

}

.social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding-right: 5px;
    padding-left: 5px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-links > small {
    display: block;
    padding-right: 8px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right;
}

.social-link--facebook {
    background-image: url('icon__facebook-32.svg');
}

.social-link--youtube {
    background-image: url('icon__youtube-32.svg');
}


/* Chart */

.co2-calculator__chart {
    margin-bottom: 30px;
}

.co2-calculator h2, .co2-calculator h3 {
    font-size: 24px;
}

.co2-calculator__form {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #F1F3F5;
    border: 1px solid #DCDCDC;
}

.co2-calculator__form .form__body {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.co2-calculator__form .form__body + .form__body {
    padding-top: 20px;
}

.co2-calculator__form .form__body .form-group {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.co2-calculator__form .form__body .form-group:first-child {
    flex-grow: 1;
}

.co2-calculator__form .form__body .btn-default {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 9px;
    padding-right: 25px;
}

.co2-calculator .panel-body .grid {
    margin-left: -15px;
    margin-right: -15px;
}

.co2-calculator .panel-body .col-1-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.co2-calculator__section table tr:last-child {
    background-color: #F1F3F5;
}

@media (min-width: 480px){
    .co2-calculator .panel-body .col-1-2 {
        width: 50%;
    }
}

.co2-calculator__footer {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.co2-calculator__footer .btn {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.ldChart-figure {
    position: relative;
    padding: 0;
    margin: 0;
}

.ldChart-figure > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 50px;
    font-size: 12px;
    margin-bottom: 30px;
}

.ldChart-figure > ul li {
    overflow: hidden;
    display: flex;
    line-height: 1.47;
}

.ldChart-figure > ul span:first-child {
    position: relative;
    top: 2px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 12px;
    margin-right: 10px;
}

.ldChart-figure > ul span:last-child {
    flex-grow: 1;
}

.ldChart-figure__row {
    position: absolute;
    left: 30px;
    top: 60px;
    display: flex;
}

.ldChart-figure__row > .desc {
    background-color: #7DBC32;
    padding: 5px 8px;
    font-size: 12px;
    width: 20%;
    line-height: 1.47;
    margin-left: 5%;
}

.ldChart-figure__row > .desc + .desc {
    background-color: #D9D9D9;
    margin-left: 12%;
    width: 33%;
}

/* Management contact list */

.management-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;

}

.management-list > li {
    margin: 1rem;
    margin-left: 0;
}

.management-list .card-management {
    width: 100%;
    border-bottom: 3px solid #ed8122;
}

.management-list figure {
    width: 150px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 180px;
}

.management-list img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
}

.management-list footer {
    padding: 10px;
    background-color: #fff;
    min-height: 48px;
}

.management-list footer > p {
    margin-bottom: 0;
}

/* Utilities */
.d-block {
    display: block;
}

.text-nowrap {
    white-space: nowrap;
}

.text-right {
    text-align: right;
}


.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #8E969D !important;
}

.text-primary {
    color: #F66000;
}

.text-muted > small {
    display: block;
    line-height: 1.47;
}

.text-normal {
    text-transform: none;
}

.mb-5 {
    margin-bottom: 30px;
}

.p-5 {
    padding: 30px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.max-115 {
    max-width: 115px;
    flex: 1 0 115px;
}

.border-bottom-0 > td {
    border-bottom: 0;
}

.border-top-0 > td {
    border-top: 0;
}

.justify-content-center {
    justify-content: center;
}

.flex-grow-1 {
    flex-grow: 1;
}

.main-title.smaller {
    font-size: 32px;
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
}

.wp-video {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 }
