@charset "utf-8";
.inner_banner {
    position: relative
}

.inner_banner img {
    width: 100%
}

nav.dark-blue_border:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #025C9A
}

nav.blue_border:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #0098d8
}

nav.yellow_border:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #fbba00
}

nav.grey_border:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #878787
}

nav.red_border:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #cd171a
}

nav.green_border:after {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #71aa2b
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav ul li {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: bottom
}

nav ul li:first-child a {
    border-radius: 0 20px 0 0
}

nav ul li:last-child a {
    border-radius: 20px 0 0 0
}
nav ul li a.dark-blue{
    background: #025C9A;
}
nav ul li a.blue {
    background: #0098d8
}

nav ul li a.yellow,
nav ul li ul.yellow {
    background: #fbba00
}

nav ul li a.gray,
nav ul li ul.gray {
    background: #878787
}

nav ul li a.green,
nav ul li ul.green {
    background: #71aa2b
}

nav ul li a.maroon {
    background: #cd171a
}

nav ul li a {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    font-weight: 700
}

nav ul li a:hover {
    padding: 15px 15px 28px;
    color: #fff
}

nav ul li a.active {
    padding: 15px 15px 30px
}

nav ul li ul li {
    min-width: 190px;
    display: block;
    width: auto
}

nav ul li ul li a {
    padding: 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    border-radius: 0
}

nav ul li ul li a:hover {
    background: #d09c00;
    padding: 10px 20px;
    border-radius: 0
}

ul.gray li a:hover {
    background: #a9a9a9
}

ul.green li a:hover {
    background: #6d9c27
}

.nav-dropdown {
    position: absolute;
    z-index: 99;
    display: none;
    width: 100%;
    overflow: hidden;
    margin-top: -5px
}

nav ul li a:hover .nav-dropdown {
    display: block!important
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px
}

@media only screen and (max-width:800px) {
    .nav-dropdown {
        position: relative
    }
    nav ul li a.active {
        padding: 15px 15px
    }
    nav ul li ul.yellow li a {
        background: #d09c00
    }
    nav ul li ul.green li a {
        background: #6d9c27
    }
    .inner_banner {
        position: static
    }
    nav {
        padding: 70px 0 0
    }
    nav.blue_border,
    nav.grey_border,
    nav.red_borde,
    nav.yellow_border {
        border-bottom: 0 solid #0098d8
    }
    .navigation {
        top: 0
    }
    .nav-mobile {
        display: block;
        background: #fff;
        top: -90px
    }
    nav {
        width: 100%;
        padding: 0 0 15px
    }
    nav ul {
        display: none;
        background: #fff
    }
    nav ul li {
        float: none;
        display: block;
        width: auto;
        text-align: left
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        border-radius: 0;
        font-size: 16px
    }
    nav ul li:first-child a {
        border-radius: 0
    }
    nav ul li:last-child a {
        border-radius: 0
    }
    nav ul li ul li a {
        font-size: 14px;
        padding: 10px 15px
    }
    nav ul li ul li a:hover {
        padding-left: 20px
    }
    .nav-dropdown {
        padding-top: 0;
        margin-top: 0
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #463f3f;
    position: absolute;
    display: block;
    content: '';
    transition: all .3s ease-in-out
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    bottom: -10px
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

@media screen and (min-width:800px) {
    .nav-list {
        display: table;
        width: 100%
    }
}

.navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999
}

.mid_content {
    margin: 40px auto;
    line-height: 22px;
    font-weight: 700
}

.sky_blue {
    background: #e5f5fc
}

ul.common {
    margin-bottom: 40px
}

ul.common li {
    font-size: 14px;
    margin-bottom: 15px
}

ul.common li img {
    vertical-align: middle;
    margin-right: 10px
}

.pop_para {
    width: 600px;
    top: 42px;
    right: -100px;
    line-height: 1.5;
    position: absolute;
    z-index: 9;
    background: #ededed;
    color: #696868;
    box-shadow: 0 0 8px #848484;
    -moz-box-shadow: 0 0 8px #848484;
    -webkit-box-shadow: 0 0 8px #848484;
    -o-box-shadow: 0 0 8px #848484;
    padding: 50px 30px 30px;
    border-radius: 5px;
    display: none
}

.pop_para:before {
    width: 10px;
    height: 10px;
    border-bottom: solid 10px rgba(0, 0, 0, .25);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    top: -11px;
    right: 100px
}

.pop_para:after {
    width: 10px;
    height: 10px;
    border-bottom: solid 10px #ededed;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    top: -10px;
    right: 100px
}

.tr_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    opacity: 1;
    border-radius: 100%;
    border: 1px solid #ccc!important
}

.mid_content h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

.mid_content h2 {
    font-size: 25px;
    margin-bottom: 20px
}

.mid_content h1.blue_1 {
    background: #00a0df
}

.mid_content h1.blue_1a {
    color: #00a0df
}

.mid_content h1.blue_1b {
    color: #00a0df;
    background: #005d9a;
    font-size: 20px;
    color: #fff;
    padding: 25px
}

.mid_content h1.blue_1a span {
    font-size: 30px;
    display: block;
    margin-bottom: 20px
}

.mid_content h1.blue_2 {
    background: #005d9a
}

.mid_content h1.blue_2a {
    color: #005d9a
}

.mid_content p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify
}

.interview {
    background: #0098d8;
    color: #fff;
    padding: 20px
}

.interview p {
    font-size: 18px
}

#chartdiv {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.remove_wm {
    width: 70px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 0
}

#chartContainer {
    width: 100%;
    max-width: 920px
}

.canvasjs-chart-credit,
.canvasjs-chart-toolbar {
    display: none
}

.quiz_wrap {
    background: #71aa2b;
    color: #fff;
    padding: 20px
}

.quiz_wrap h1 {
    font-size: 24px;
    margin-bottom: 10px
}

.quiz_wrap h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.quiz_box {
    display: block;
    margin-bottom: 30px
}

.quiz {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px
}

.answer ul {
    width: 100%;
    list-style-type: none;
    display: table;
    padding-left: 0;
    margin-bottom: 15px;
    font-weight: 400;
    counter-reset: section
}

.answer ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px
}

.answer ul li label {
    line-height: 30px;
    text-align: center;
    display: contents;
    cursor: pointer
}

.answer ul li::before {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #005d9a;
    counter-increment: section;
    content: " " counter(section) " "
}

.answer ul li span {
    float: right;
    border-radius: 20px;
    min-width: 70px;
    text-align: center
}

.answer ul li span.right_ans {
    background: #3fa535;
    color: #fff;
    display: none
}

.answer ul li span.wrong_ans {
    background: #cd171a;
    color: #fff;
    display: none
}

.answer ul li.correct,
.answer ul li.wrong {
    background: #fff;
    color:#72aa2c !important;
    border-radius: 20px;
    font-weight: 700
}

.grid_view {
    margin-bottom: 15px
}

.gallery h1 {
    color: #00569d;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

.gallery p {
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px
}

.grid_view a {
    cursor: pointer;
    display: block;
    transition: all .3s ease-in
}

.grid_view a:hover {
    cursor: url(../images/zoom_icon.png), auto;
    transition: all .3s ease-in
}

.grid_view a:hover img {
    opacity: .5;
    transition: all .5s ease-in
}

.fancybox-close-small {
    display: none
}

.fancybox-slide {
    cursor: url(../images/zoom_minus.png), auto
}

.fancybox-slide>* {
    cursor: auto
}

.page_arrow {
    display: block;
    margin-top: 40px;
    font-weight: 400
}

.prev_page {
    float: left;
    display: inline-block
}

.prev_page:after {
    margin-left: 0;
    background: #005d9a;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    vertical-align: super;
    content: 'Föregående sida';
    transition: all .3s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    opacity: 0
}

.prev_page:hover:after {
    opacity: 1;
    margin-left: 10px
}

.next_page {
    float: right;
    display: inline-block
}

.next_page:before {
    margin-right: 0;
    background: #005d9a;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    vertical-align: super;
    content: 'Nästa sida';
    transition: all .3s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    opacity: 0
}

.next_page:hover:before {
    opacity: 1;
    margin-right: 10px
}

@media all and (-ms-high-contrast:none) {
    nav ul li {
        margin: 0 -2px
    }
    ::-ms-backdrop,
    nav ul li {
        margin: 0 -2px
    }
    .answer ul li label {
        display: inline
    }
    .grid_view a:hover {
        cursor: pointer
    }
    .gallery {
        min-width: 900px
    }
}

@-moz-document url-prefix() {
    nav ul li {
        margin: 0 -2px
    }
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    min-height: 100%
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}

.fancybox-slide:before,
.fancybox-slide>* {
    display: inline-block;
    vertical-align: middle
}

.fancybox-slide>* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 16px 0;
    border-top: 1px solid #8c7710;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: #b48642;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: #b48642
}

.fancybox-button:hover {
    background: #efc360
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:800px) {
    .fancybox-controls {
        text-align: left
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        display: none!important
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
    nav:after {
        display: none
    }
    .navigation {
        bottom: inherit;
        top: 108px
    }
    #nav-toggle {
        top: 0
    }
    .nav-container {
        margin-top: -45px
    }
}

.aretsTitle{ text-align:center; color:#fff; background:#cd171a; padding:10px; transition: all .3s ease-in;}
.aretsTitle span{ border:2px dashed #c55254; padding:50px 10px; display:block; font-size: 26px;}
.aretsTitle:hover{background: #f9b800; color:#fff;}
