.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.cf:after,
.cf:before,
.mp-featured-category:after,
.mp-featured-category:before,
.mp-recent-category:after,
.mp-recent-category:before,
.mp-select-filters-wrapper:after,
.mp-select-filters-wrapper:before {
    content: " ";
    display: table
}

.cf:after,
.mp-featured-category:after,
.mp-recent-category:after,
.mp-select-filters-wrapper:after {
    clear: both
}

button {
    border: none;
    outline: 0
}

body,
html {
    width: 100%;
    min-height: 100vh;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    font-family: quatro, sans-serif
}

@media (max-width:1366px) {
    body,
    html {
        font-size: 16px
    }
}

body {
    background: url(/images/layout/bg-texture.png) #fff;
    background-repeat: repeat;
    background-position: left top
}

#mp-page {
    overflow: hidden;
    width: 100%;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: quatro, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 1em
}

em {
    color: inherit;
}

.uk-link,
a {
    color: #635496;
    font-family: quatro, sans-serif
}

.uk-link:active,
.uk-link:focus,
.uk-link:hover,
a:active,
a:focus,
a:hover {
    color: rgba(99, 84, 150, .81);
    outline: 0
}

.mp-btn,
.uk-button,
.uk-slideshow li .uk-overlay-panel a {
    display: inline-block;
    padding: 10px 25px;
    color: #444;
    text-decoration: none!important;
    text-transform: uppercase;
    overflow: hidden;
    background-color: transparent;
    border: none;
    position: relative;
    color: #444;
    box-shadow: none;
    background-image: url(/images/layout/bg-btn-top-r.png), url(/images/layout/bg-btn-bottom-l.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto;
    background-position: top right, bottom left
}

.mp-btn.mp-white,
.uk-button.mp-white,
.uk-slideshow li .uk-overlay-panel a.mp-white {
    background-image: url(/images/layout/bg-btn-top-r-white.png), url(/images/layout/bg-btn-bottom-l-white.png);
    color: #fff
}

.mp-btn.mp-white:active,
.mp-btn.mp-white:focus,
.mp-btn.mp-white:hover,
.uk-button.mp-white:active,
.uk-button.mp-white:focus,
.uk-button.mp-white:hover,
.uk-slideshow li .uk-overlay-panel a.mp-white:active,
.uk-slideshow li .uk-overlay-panel a.mp-white:focus,
.uk-slideshow li .uk-overlay-panel a.mp-white:hover {
    color: #fff
}

.mp-btn:active,
.mp-btn:focus,
.mp-btn:hover,
.uk-button:active,
.uk-button:focus,
.uk-button:hover,
.uk-slideshow li .uk-overlay-panel a:active,
.uk-slideshow li .uk-overlay-panel a:focus,
.uk-slideshow li .uk-overlay-panel a:hover {
    text-decoration: none;
    color: #635496;
    background-color: transparent;
    border: none;
    box-shadow: none
}

#searchForm button {
    padding: 5px 20px;
    font-size: .8em
}

#searchForm input[type=text] {
    border: 1px solid #444;
    min-height: 37px
}

#searchForm .uk-badge.uk-badge-info {
    background: 0 0;
    border: none;
    color: #444;
    font-size: 1.2em
}

.uk-panel.uk-panel-box {
    background-color: transparent;
    padding: 20px 0
}

.mp-vam {
    display: table!important;
    height: 100%;
    width: 100%
}

.mp-vam .mp-centered {
    display: table-cell!important;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

#mp-wide-top-a {
    background-color: #8b8b8b
}

.uk-slideshow li {
    height: 400px
}

@media (max-width:1366px) {
    .uk-slideshow li {
        height: 350px
    }
}

.uk-slideshow li .uk-cover-background {
    background-position: right center!important;
    background-size: auto 100%!important
}

.uk-slideshow li .uk-overlay-panel {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 25px;
    margin-top: -100px;
    text-shadow: 1px 1px rgba(68, 68, 68, .7)
}

@media (min-width:1220px) {
    .uk-slideshow li .uk-overlay-panel {
        max-width: 1200px;
        padding: 0 35px
    }
}

@media (max-width:768px) {
    .uk-slideshow li .uk-overlay-panel {
        margin-top: -60px
    }
}

@media (max-width:767px) {
    .uk-slideshow li .uk-overlay-panel {
        margin-top: 0
    }
}

.uk-slideshow li .uk-overlay-panel h1 {
    margin: 0 0 .4em;
    font-size: 2em;
    line-height: 1.2
}

.uk-slideshow li .uk-overlay-panel p {
    margin: 0 0 2em
}

.uk-slideshow li .uk-overlay-panel p:last-child {
    margin: 0
}

.uk-slideshow li .uk-overlay-panel a {
    color: #fff;
    background-image: url(/images/layout/bg-btn-top-r-white.png), url(/images/layout/bg-btn-bottom-l-white.png)
}

.uk-slideshow li .uk-overlay-panel a:active,
.uk-slideshow li .uk-overlay-panel a:focus,
.uk-slideshow li .uk-overlay-panel a:hover {
    color: #fff
}

#tm-top-a {
    -moz-box-shadow: rgba(68, 68, 68, .222) 0 -2px 1px;
    -webkit-box-shadow: rgba(68, 68, 68, .222) 0 -2px 1px;
    box-shadow: rgba(68, 68, 68, .222) 0 -2px 1px;
    position: relative;
    z-index: 1
}

.mp-custom-mod,
.mp-tile {
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width:768px) {
    .mp-custom-mod,
    .mp-tile {
        min-height: 150px
    }
}

.mp-custom-mod>.mp-wrapper,
.mp-tile>.mp-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    text-align: center
}

.mp-custom-mod .mp-mod-content,
.mp-custom-mod .mp-tile-content,
.mp-tile .mp-mod-content,
.mp-tile .mp-tile-content {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(99, 84, 150, .8)
}

.mp-custom-mod .mp-tile-content,
.mp-tile .mp-tile-content {
    display: block
}

.mp-custom-mod .mp-btn,
.mp-tile .mp-btn {
    max-width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    background-image: url(/images/layout/bg-btn-top-r-white.png), url(/images/layout/bg-btn-bottom-l-white.png);
    color: #fff
}

.mp-custom-mod:hover .mp-mod-content,
.mp-custom-mod:hover .mp-tile-content,
.mp-tile:hover .mp-mod-content,
.mp-tile:hover .mp-tile-content {
    opacity: 1;
    z-index: 1
}

.mp-custom-mod p:last-child,
.mp-tile p:last-child {
    margin-bottom: 0
}

.mp-custom-mod {
    color: #fff;
    text-transform: uppercase
}

.mp-custom-mod .mp-mod-content,
.mp-custom-mod .mp-wrapper {
    padding: 40px
}

.mp-custom-mod .mp-mod-content img,
.mp-custom-mod .mp-wrapper img {
    max-width: 50%
}

@media (max-width:768px) {
    .mp-custom-mod .mp-mod-content,
    .mp-custom-mod .mp-wrapper {
        font-size: .8em;
        line-height: 1.2;
        padding: 40px 25px
    }
    .mp-custom-mod .mp-mod-content img,
    .mp-custom-mod .mp-wrapper img {
        max-width: 60%
    }
}

.uk-panel-title {
    font-size: 1.6em
}

.mp-featured-category,
.mp-recent-category {
    margin: 0;
    padding: 0
}

.mp-featured-category .mp-tile,
.mp-recent-category .mp-tile {
    list-style-type: none;
    float: left;
    display: inline-block;
    width: 20%;
    border-top: 2px solid #635496;
    border-bottom: 2px solid #635496;
    border-left: 2px solid #635496;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ceter
}

.mp-featured-category .mp-tile a,
.mp-recent-category .mp-tile a {
    line-height: 1.2;
    padding: 15px 20px
}

@media (max-width:1220px) {
    .mp-featured-category .mp-tile a,
    .mp-recent-category .mp-tile a {
        font-size: .8em
    }
}

.mp-featured-category .mp-tile:first-child,
.mp-recent-category .mp-tile:first-child {
    position: relative
}

.mp-featured-category .mp-tile:first-child:before,
.mp-recent-category .mp-tile:first-child:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #635496;
    z-index: 4
}

@media (max-width:768px) {
    .mp-featured-category .mp-tile:first-child:before,
    .mp-recent-category .mp-tile:first-child:before {
        border-width: 30px 0 0 30px
    }
}

.mp-featured-category .mp-tile:first-child:after,
.mp-recent-category .mp-tile:first-child:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    z-index: 4
}

@media (max-width:768px) {
    .mp-featured-category .mp-tile:first-child:after,
    .mp-recent-category .mp-tile:first-child:after {
        border-width: 30px 0 0 30px
    }
}

.mp-featured-category .mp-tile:last-child,
.mp-recent-category .mp-tile:last-child {
    position: relative;
    border-right: 2px solid #635496
}

.mp-featured-category .mp-tile:last-child:before,
.mp-recent-category .mp-tile:last-child:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #868686 transparent transparent;
    z-index: 4
}

@media (max-width:768px) {
    .mp-featured-category .mp-tile:last-child:before,
    .mp-recent-category .mp-tile:last-child:before {
        border-width: 0 30px 30px 0
    }
}

.mp-featured-category .mp-tile:last-child:after,
.mp-recent-category .mp-tile:last-child:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 4
}

@media (max-width:768px) {
    .mp-featured-category .mp-tile:last-child:after,
    .mp-recent-category .mp-tile:last-child:after {
        border-width: 0 30px 30px 0
    }
}

.mp-featured-category .mp-tile .mp-btn,
.mp-recent-category .mp-tile .mp-btn {
    color: #fff;
    background-image: url(/images/layout/bg-btn-top-r-white.png), url(/images/layout/bg-btn-bottom-l-white.png)
}

.mp-recent-illusions-module {
    padding: 50px 0 0
}

.mp-home .mp-recent-illusions-module {
    padding: 0
}

.mp-featured-wrapper {
    position: relative
}

.mp-featured-wrapper .mp-view-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #635496;
    color: #fff
}

.mp-featured-wrapper .mp-view-more a {
    text-align: center;
    display: inline-block;
    max-width: 90px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

@media (max-width:768px) {
    .mp-featured-wrapper .mp-view-more a {
        padding: 15px;
        max-width: 80px;
        font-size: .9em
    }
}

.mp-surprise-category {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.mp-surprise-category .mp-tile {
    padding: 0;
    margin: 0
}

.mp-surprise-category .mp-tile.mp-surprise {
    background-color: #8b8b8b;
    background: url(/images/layout/bg-cta-2.jpg);
    background-size: cover
}

.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod {
    height: 100%
}

.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper {
    text-transform: none;
    font-size: 1em
}

.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper img {
    max-width: 130px;
    max-height: 150px;
    margin: 0
}

.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper h3,
.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper p {
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1em
}

.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper h3:last-child,
.mp-surprise-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper p:last-child {
    margin: 20px 0 0
}

.mp-surprise-category .mp-tile.mp-surprise .mp-tile-content {
    max-width: 100%;
    background-size: cover;
    text-decoration: none;
    -moz-transition-duration: 332ms;
    -o-transition-duration: 332ms;
    -webkit-transition-duration: 332ms;
    transition-duration: 332ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out
}

.mp-surprise-category .mp-tile.mp-surprise .mp-tile-content img {
    max-width: 100px;
    margin: 0 0 1em
}

.mp-surprise-category .mp-tile.mp-surprise .mp-tile-content h3 {
    color: #fff;
    margin: 0
}

.mp-featured-category {
    margin-top: -100px
}

@media (max-width:768px) {
    .mp-featured-category {
        margin-top: -75px
    }
}

@media (max-width:767px) {
    .mp-featured-category {
        margin-top: 50px
    }
}

.mp-featured-category .mp-btn {
    font-size: 14px
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile:first-child:after,
    .mp-featured-category .mp-tile:first-child:before {
        display: none
    }
}

.mp-home .mp-featured-category .mp-tile:last-child:before {
    border-color: transparent #635496 transparent transparent
}

.mp-home .mp-featured-category .mp-tile:last-child:after {
    border-color: transparent #868686 transparent transparent
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile:last-child:after,
    .mp-featured-category .mp-tile:last-child:before {
        display: none
    }
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile.mp-item-0 {
        border-bottom: none
    }
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile.mp-item-1 {
        display: none
    }
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile.mp-item-2 {
        position: relative;
        border-bottom: none
    }
    .mp-featured-category .mp-tile.mp-item-2:before {
        content: '';
        position: absolute;
        top: -1px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 0;
        border-color: transparent #635496 transparent transparent;
        z-index: 4
    }
    .mp-featured-category .mp-tile.mp-item-2:after {
        content: '';
        position: absolute;
        top: -2px;
        right: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 0;
        border-color: transparent #fff transparent transparent;
        z-index: 4
    }
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile.mp-item-3 {
        position: relative
    }
    .mp-featured-category .mp-tile.mp-item-3:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 0 50px;
        border-color: transparent transparent transparent #635496;
        z-index: 4
    }
    .mp-featured-category .mp-tile.mp-item-3:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: -2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 0 50px;
        border-color: transparent transparent transparent #fff;
        z-index: 4
    }
}

@media (max-width:768px) {
    .mp-featured-category .mp-tile .mp-tile-content {
        padding: 15px
    }
    .mp-featured-category .mp-tile .mp-tile-content .mp-btn {
        font-size: 10px;
        padding: 10px
    }
}

@media (max-width:767px) {
    .mp-featured-category .mp-tile {
        width: 50%
    }
}

.mp-recent-category .mp-tile {
    width: 33.3%;
    height: 330px
}

@media (max-width:768px) {
    .mp-recent-category .mp-tile {
        height: 210px
    }
}

@media (max-width:767px) {
    .mp-recent-category .mp-tile {
        width: 100%;
        border: 1px solid #635496;
        margin-bottom: 20px
    }
    .mp-recent-category .mp-tile:after,
    .mp-recent-category .mp-tile:before {
        display: none
    }
}

.mp-recent-category .mp-tile:last-child:before {
    border-color: transparent #635496 transparent transparent
}

@media (max-width:767px) {
    .mp-recent-category .mp-tile:last-child {
        width: 100%
    }
}

.mp-recent-category .mp-tile.mp-surprise {
    background-color: #8b8b8b;
    background: url(/images/layout/bg-cta-2.jpg);
    background-size: cover
}

.mp-recent-category .mp-tile.mp-surprise .mp-custom-mod {
    height: 100%
}

.mp-recent-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper {
    text-transform: none;
    font-size: 1.5em
}

.mp-recent-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper img {
    max-width: 60%;
    margin: 0 0 1em
}

@media (max-width:767px) {
    .mp-recent-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper img {
        max-width: 40%
    }
}

.mp-recent-category .mp-tile.mp-surprise .mp-custom-mod .mp-wrapper h3 {
    color: #fff;
    margin: 0
}

.mp-recent-category .mp-tile.mp-surprise .mp-tile-content {
    max-width: 100%;
    background-size: cover;
    text-decoration: none;
    -moz-transition-duration: 332ms;
    -o-transition-duration: 332ms;
    -webkit-transition-duration: 332ms;
    transition-duration: 332ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out
}

.mp-recent-category .mp-tile.mp-surprise .mp-tile-content img {
    max-width: 100px;
    margin: 0 0 1em
}

.mp-recent-category .mp-tile.mp-surprise .mp-tile-content h3 {
    color: #fff;
    margin: 0
}

.mp-illusions-category .mp-tile {
    background-color: transparent;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mp-illusions-category .mp-tile.mp-stamp {
    width: 100%;
    left: 0;
    margin-bottom: 10px!important;
    top: 0;
    color: #fff;
    text-align: center
}

@media (min-width:480px) {
    .mp-illusions-category .mp-tile.mp-stamp {
        width: 50%
    }
}

@media (min-width:768px) {
    .mp-illusions-category .mp-tile.mp-stamp {
        width: 33.2%;
        left: 33.4%
    }
}

.mp-illusions-category .mp-tile.mp-stamp h1,
.mp-illusions-category .mp-tile.mp-stamp h2,
.mp-illusions-category .mp-tile.mp-stamp h3,
.mp-illusions-category .mp-tile.mp-stamp h4,
.mp-illusions-category .mp-tile.mp-stamp h5 {
    color: #fff;
    text-transform: uppercase
}

.mp-illusions-category .mp-tile.mp-stamp h3 {
    font-size: 2em
}

@media (max-width:1024px) {
    .mp-illusions-category .mp-tile.mp-stamp h3 {
        font-size: 1.4em
    }
}

.mp-illusions-category .mp-tile.mp-stamp p:last-child {
    margin-bottom: 0
}

@media (max-width:768px) {
    .mp-illusions-category .mp-tile.mp-stamp p {
        font-size: .8em
    }
}

.mp-illusions-category .mp-tile.mp-stamp .mp-stamp-wrapper {
    position: relative;
    border: 2px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: url(/images/layout/bg-default.jpg)
}

.mp-illusions-category .mp-tile.mp-stamp .mp-stamp-wrapper>div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(99, 84, 150, .8);
    padding: 40px
}

@media (max-width:1024px) {
    .mp-illusions-category .mp-tile.mp-stamp .mp-stamp-wrapper>div {
        padding: 20px
    }
}

.mp-illusions-category .mp-tile .mphits,
.mp-illusions-category .mp-tile .mppublishup {
    display: none
}

.mp-illusions-category .mp-tile:hover .mp-illusion-title {
    opacity: 0
}

.mp-illusions-category .mp-tile .mp-image-wrapper {
    position: relative;
    border: 2px solid #444;
    min-height:150px;
}

.mp-illusions-category .mp-tile .mp-image-wrapper>img {
    width: 100%;
    height: auto
}

.mp-illusions-category .mp-tile .mp-illusion-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(139, 139, 139, .8);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    -webkit-transition-duration: 333ms;
    transition-duration: 333ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out
}

@media (max-width:768px) {
    .mp-illusions-category .mp-tile .mp-illusion-title {
        font-size: .8em;
        padding: 10px
    }
}

.mp-illusions-category .mp-tile .mp-tile-content {
    left: 30px;
    top: 20px;
    right: 20px;
    bottom: 20px
}

.mp-illusions-category .mp-tile .mp-btn {
    color: #fff;
    background-image: url(/images/layout/bg-btn-top-r-white.png), url(/images/layout/bg-btn-bottom-l-white.png)
}

.mp-select-filters-wrapper {
    padding: 0
}

.mp-select-filters-wrapper ul {
    position: relative;
    overflow: visible!important
}

.mp-select-filters-wrapper .mp-clear-filters-label {
    display: inline-block;
    padding: 6px 20px;
    margin: 0 0 0 20px;
    position: relative;
    top: 2px;
    line-height: 20px;
    color: #444;
    border: 2px solid #444;
    height: 23px;
    text-decoration: none;
    display: none
}

.mp-select-filters-wrapper .select2-selection__clear {
    position: absolute;
    display: inline-block;
    padding: 6px 20px;
    margin: 0 0 0 20px;
    position: relative;
    top: 2px;
    line-height: 20px;
    color: #444;
    border: 2px solid #444;
    height: 20px;
    text-decoration: none;
    position: absolute;
    right: -150px;
    top: -7px;
    z-index: 1
}

@media (max-width:767px) {
    .mp-select-filters-wrapper .select2-selection__clear {
        position: relative;
        top: auto;
        right: auto;
        padding: 5px 10px;
        margin: 5px 0 0 10px!important;
        line-height: 18px
    }
}

.mp-select-filters-wrapper .select2-selection__clear:after {
    content: 'Clear All';
    padding: 0 0 0 10px
}

@media (max-width:767px) {
    .mp-select-filters-wrapper .select2-selection__clear:after {
        font-size: .6em;
        position: relative;
        top: -1px
    }
}

.mp-select-filters-wrapper .mp-sort-by-label {
    float: right;
    padding: 0 20px 0 0;
    line-height: 36px
}

@media (max-width:768px) {
    .mp-select-filters-wrapper .mp-sort-by-label {
        padding: 0 10px 0 0
    }
}

@media (max-width:767px) {
    .mp-select-filters-wrapper .mp-sort-by-label {
        width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.mp-select-filters-wrapper .mp-select-filter.mp-sort {
    float: right;
    font-size: 1em
}

@media (max-width:767px) {
    .mp-select-filters-wrapper .mp-select-filter.mp-sort {
        width: 75%!important
    }
}

.mp-select-filters-wrapper .select2.select2-container {
    border: none;
    width: 300px;
    margin: 0 0 10px
}

@media (max-width:767px) {
    .mp-select-filters-wrapper .select2.select2-container {
        width: 100%!important
    }
}

.mp-select-filters-wrapper .mp-select-filter.mp-filter,
.mp-select-filters-wrapper .mp-select-filter.mp-sort {
    width: 300px;
    border: solid #444 2px!important;
    margin: 0 0 10px
}

.mp-select-filters-wrapper .mp-select-filter.mp-filter input,
.mp-select-filters-wrapper .mp-select-filter.mp-sort input {
    color: #444
}

@media (max-width:767px) {
    .mp-select-filters-wrapper .mp-select-filter.mp-filter,
    .mp-select-filters-wrapper .mp-select-filter.mp-sort {
        width: 100%;
        margin: 0 0 20px
    }
}

.mp-select-filters-wrapper .select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 0
}

.mp-select-filters-wrapper .select2-container--default .select2-selection--multiple {
    border-color: #444;
    border-width: 2px
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    opacity: .3
}

.mp-counter {
    padding: 0 0 13px
}

@media (max-width:768px) {
    .mp-counter {
        text-align: center
    }
}

@media (max-width:767px) {
    .mp-counter {
        padding: 20px 0
    }
}

.mp-modal .uk-modal-dialog.uk-modal-dialog-lightbox {
    text-align: center;
    width: 800px;
    border: 3px solid #635496
}

.mp-modal .uk-modal-close {
    color: #fff;
    opacity: 1;
    top: -20px!important;
    right: -20px!important
}

@media (max-width:767px) {
    .mp-modal .uk-modal-close {
        top: -30px!important;
        right: -10px!important
    }
}

.mp-modal img {
    //max-width: 100%;
    //max-height: 450px
}

@media (max-width:767px) {
    .mp-modal img {
        //max-height: 400px
    }
}

.mp-modal .mp-media-desc {
    background-color: #635496;
    min-height: 90px
}

.mp-modal .mp-modal-title {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    padding: 20px 20px 10px
}

.mp-modal .mp-modal-details {
    border-left: 1px solid rgba(255, 255, 255, .665);
    margin-top: 20px;
    margin-bottom: 17px
}

@media (max-width:767px) {
    .mp-modal .mp-modal-details {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .mp-modal .mp-modal-details.mp-first {
        border: none
    }
    .mp-modal .mp-modal-details:last-child {
        border: none
    }
}

.mp-modal .mp-caption,
.mp-modal .mp-details-wrapper,
.mp-modal .mp-licence,
.mp-modal .mp-source,
.mp-modal .mp-url {
    padding: 0 20px;
    color: #fff;
    font-size: .7em;
    text-align: left;
    border: none;
    outline: 0
}

.mp-modal .mp-caption a,
.mp-modal .mp-caption span,
.mp-modal .mp-details-wrapper a,
.mp-modal .mp-details-wrapper span,
.mp-modal .mp-licence a,
.mp-modal .mp-licence span,
.mp-modal .mp-source a,
.mp-modal .mp-source span,
.mp-modal .mp-url a,
.mp-modal .mp-url span {
    font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
    word-break: break-all;
}

.mp-modal .mp-caption a,
.mp-modal .mp-details-wrapper a,
.mp-modal .mp-licence a,
.mp-modal .mp-source a,
.mp-modal .mp-url a {
    color: #fff;
    border: none;
    outline: 0
}

.mp-modal .mp-caption h5,
.mp-modal .mp-details-wrapper h5,
.mp-modal .mp-licence h5,
.mp-modal .mp-source h5,
.mp-modal .mp-url h5 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    padding: 0;
    margin: 0 0 .5em;
    display: inline-block;
    text-transform: uppercase;
    width: 100%
}

.mp-modal .mp-caption {
    padding: 0 20px 20px
}

.mp-modal .mp-image-sizer {
    max-height: none
}

.mp-modal .mp-pictures-wrapper {
    min-height: 83px
}

.mp-modal .mp-pictures-wrapper>div {
    min-height: inherit
}

@media (max-width:767px) {
    .mp-modal .mp-pictures-wrapper>div {
        min-height: 320px
    }
}

.mp-modal .mp-pictures-wrapper>div a {
    min-height: inherit
}

.mp-modal .mp-pictures-wrapper .mp-rollover-picture-wrapper img {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    max-height: inherit;
    opacity: 0
}

.mp-modal .mp-pictures-wrapper .mp-picture-normal-state {
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.mp-modal .mp-pictures-wrapper .mp-picture-normal-state,
.mp-modal .mp-pictures-wrapper .mp-picture-rollover-state {
    background-size: auto 100%
}

.mp-modal .uk-slideshow {
    height: auto!important;
    //min-height: 540px;
    background-color: #635496
}

@media (max-width:767px) {
    .mp-modal .uk-slideshow {
        min-height: 480px
    }
}

.mp-modal .uk-slideshow li {
    //height: 450px
}

.mp-modal .uk-slideshow li img {
    visibility: visible!important;
    opacity: 1!important;
    width: auto!important;
    height: auto!important
}

.mp-modal .uk-slideshow li .uk-cover-background {
    display: none
}

.mp-modal-slideshow .mp-next,
.mp-modal-slideshow .mp-prev {
    display: block;
    width: 30px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-family: FontAwesome;
    color: #fff;
    text-decoration: none
}

.mp-modal-slideshow .mp-next:before,
.mp-modal-slideshow .mp-prev:before {
    font-size: 4em;
    line-height: 45px;
    opacity: .5
}

.mp-modal-slideshow .mp-next:hover:before,
.mp-modal-slideshow .mp-prev:hover:before {
    opacity: 1
}

@media (max-width:767px) {
    .mp-modal-slideshow .mp-next,
    .mp-modal-slideshow .mp-prev {
        display: none
    }
}

.mp-modal-slideshow .mp-prev {
    left: -40px
}

@media (max-width:768px) {
    .mp-modal-slideshow .mp-prev {
        left: -33px
    }
}

.mp-modal-slideshow .mp-prev:before {
    content: "\f104"
}

.mp-modal-slideshow .mp-next {
    right: -40px
}

@media (max-width:768px) {
    .mp-modal-slideshow .mp-next {
        right: -33px
    }
}

.mp-modal-slideshow .mp-next:before {
    content: "\f105"
}

.mp-form-modal {
    color: #444
}

.mp-form-modal .uk-modal-dialog.uk-modal-dialog-lightbox {
    padding: 30px 20px 30px 30px
}

.mp-form-modal .uk-modal-dialog.uk-modal-dialog-lightbox h3 {
    color: #444;
    margin: 0 0 1em
}

.mp-form-modal .uk-modal-dialog.uk-modal-dialog-lightbox .uk-modal-close {
    position: absolute;
    color: #fff;
    opacity: 1;
    top: -40px!important;
    right: -20px!important
}

@media (max-width:767px) {
    .mp-form-modal .uk-modal-dialog.uk-modal-dialog-lightbox .uk-modal-close {
        top: -30px!important;
        right: -10px!important
    }
}

.mp-form-modal.mp-citation-mod .uk-modal-dialog.uk-modal-dialog-lightbox {
    padding: 30px;
    z-index: 1
}

@media (max-width:768px) {
    .uk-modal-dialog-lightbox {
        max-width: calc(100% - 60px);
        margin: 0 30px
    }
}

.mp-item-page {
    padding: 50px 0 30px;
    line-height: 1.6
}

.mp-item-page ol,
.mp-item-page ul {
    padding-left: 20px
}

.mp-item-page ol li,
.mp-item-page ul li {
    line-height: 1.6
}

.mp-item-page p img {
    margin: 20px 0
}

.mp-item-page p img+em {
    padding-top: 10px;
    color: #444;
    font-size: .8em;
    margin-bottom: 20px;
    display: inline-block
}

.mp-media-description {
    height: 100%;
    background-color: #635496;
    padding-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:767px) {
    .mp-media-description {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.mp-media-description .mp-caption,
.mp-media-description .mp-details-wrapper,
.mp-media-description .mp-licence,
.mp-media-description .mp-source,
.mp-media-description .mp-url {
    padding: 20px;
    color: #fff;
    font-size: .8em
}

.mp-media-description .mp-caption a,
.mp-media-description .mp-details-wrapper a,
.mp-media-description .mp-licence a,
.mp-media-description .mp-source a,
.mp-media-description .mp-url a {
    color: #fff
}

.mp-media-description .mp-caption h5,
.mp-media-description .mp-details-wrapper h5,
.mp-media-description .mp-licence h5,
.mp-media-description .mp-source h5,
.mp-media-description .mp-url h5 {
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 .5em;
    padding: 0 0 .3em;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.mp-media-description .mp-licence,
.mp-media-description .mp-source {
    padding: 0 20px 20px
}

.mp-media-description .mp-details-wrapper {
    padding: 0 20px 20px
}

.mp-media-description .mp-details-wrapper h3,
.mp-media-description .mp-details-wrapper h4,
.mp-media-description .mp-details-wrapper h5 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 0 3px;
    text-transform: uppercase;
    font-size: 1.3em
}

@media (max-width:768px) {
    .mp-media-description .mp-details-wrapper h3,
    .mp-media-description .mp-details-wrapper h4,
    .mp-media-description .mp-details-wrapper h5 {
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-size: .9em
    }
}

.mp-media-description .mp-caption {
    padding: 0 20px
}

.mp-media-description .mp-details-wrapper .mp-caption {
    padding: 0;
    font-size: 1.4em
}

.tm-sidebar-b .mp-custom-mod:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 4
}

@media (max-width:768px) {
    .tm-sidebar-b .mp-custom-mod:before {
        border-width: 0 30px 30px 0
    }
}

.tm-sidebar-b .mp-custom-mod:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    z-index: 4
}

@media (max-width:768px) {
    .tm-sidebar-b .mp-custom-mod:after {
        border-width: 30px 0 0 30px
    }
}

.tm-sidebar-b .uk-panel {
    padding: 100px 0 0
}

@media (max-width:767px) {
    .tm-sidebar-b .uk-panel {
        padding: 50px 0 0
    }
}

.mp-home .tm-sidebar-b .uk-panel {
    padding: 0
}

.tm-logo {
    display: inline-block;
    float: left;
    max-width: 300px;
    margin-right: 50px
}

@media (max-width:1366px) {
    .tm-logo {
        max-width: 250px
    }
}

@media (max-width:1220px) {
    .tm-logo {
        max-width: 200px;
        margin-right: 30px
    }
}

@media (max-width:1024px) {
    .tm-logo {
        maring-right: 20px
    }
}

@media (max-width:768px) {
    .tm-logo {
        max-width: 150px
    }
}

.tm-logo p {
    margin: 0
}

body:not(.mp-home) .tm-headerbar,
body:not(.mp-home) .tm-navbar {
    margin: 0;
    padding: 0;
    background-color: #8b8b8b;
    background-image: url(/images/layout/bg-footer.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top
}

body:not(.mp-home) .tm-headerbar .uk-container,
body:not(.mp-home) .tm-navbar .uk-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.tm-navbar.uk-navbar {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.tm-navbar.uk-navbar .uk-container {
    padding-top: 35px;
    padding-bottom: 35px
}

@media (max-width:1366px) {
    .tm-navbar.uk-navbar .uk-container {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.mp-home .tm-navbar.uk-navbar {
    -moz-box-shadow: rgba(68, 68, 68, .666) 1px 1px 2px;
    -webkit-box-shadow: rgba(68, 68, 68, .666) 1px 1px 2px;
    box-shadow: rgba(68, 68, 68, .666) 1px 1px 2px
}

.uk-navbar-nav {
    float: right;
    height: 100%;
    padding-top: 35px
}

@media (max-width:1366px) {
    .uk-navbar-nav {
        padding-top: 25px
    }
}

@media (max-width:1220px) {
    .uk-navbar-nav {
        padding-top: 20px
    }
}

@media (max-width:768px) {
    .uk-navbar-nav {
        padding-top: 10px
    }
}

.uk-navbar-nav li {
    padding: 0 18px
}

@media (max-width:1024px) {
    .uk-navbar-nav li {
        padding: 0 12px
    }
}

@media (max-width:960px) {
    .uk-navbar-nav li {
        padding: 0 8px
    }
}

.uk-navbar-nav li.uk-active a,
.uk-navbar-nav li:hover a {
    color: #524482
}

.mp-home .uk-navbar-nav li.uk-active a,
.mp-home .uk-navbar-nav li:hover a {
    color: #524482
}

.uk-navbar-nav li.uk-active a:after,
.uk-navbar-nav li:hover a:after {
    width: 100%;
    background: #524482
}

.mp-home .uk-navbar-nav li.uk-active a:after,
.mp-home .uk-navbar-nav li:hover a:after {
    background: #524482
}

.uk-navbar-nav li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    text-shadow: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 1;
    display: inline-block;
    font-family: quatro, sans-serif;
    text-shadow: none;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    -webkit-transition-duration: 333ms;
    transition-duration: 333ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out
}

@media (max-width:1220px) {
    .uk-navbar-nav li a {
        font-size: .8em
    }
}

@media (max-width:768px) {
    .uk-navbar-nav li a {
        font-size: .7em
    }
}

.uk-navbar-nav li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 5px 0 0;
    background: #fff;
    transition: width .3s
}

.mp-home .uk-navbar-nav li a:after {
    background: #444
}

.uk-navbar-nav li a:hover:after {
    width: 100%
}

.mp-home .uk-navbar-nav li a {
    color: #444
}

.uk-navbar-nav li a:active,
.uk-navbar-nav li a:focus {
    color: #fff
}

.mp-home .uk-navbar-nav li a:active,
.mp-home .uk-navbar-nav li a:focus {
    color: #444
}

.mp-search {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    top: 20px
}

@media (max-width:768px) {
    .mp-search {
        top: 10px
    }
}

.mp-search a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/layout/ico-search-white-dark-h.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.mp-home .mp-search a {
    background-position: top -30px left
}

@media (min-width:1366px) {
    .mp-search {
        top: 30px
    }
}

#mp-search {
    position: absolute;
    right: 25px;
    top: 100%;
    background-color: #8b8b8b;
    padding: 16px 10px
}

.mp-home #mp-search {
    background-color: #fff
}

#mp-search input {
    background-color: #fff
}

@media (min-width:1220px) {
    #mp-search {
        right: 35px
    }
}

#mp-search .uk-dropdown {
    right: -10px;
    top: 46px
}

input.uk-search-field {
    border: 1px solid #444;
    min-width: 240px
}

input.uk-search-field:focus {
    border: 1px solid #444
}

.sharethis-inline-share-buttons {
    margin-bottom: 50px
}

.mp-description.mp-author {
    margin: 0 0 30px
}

.mp-description.mp-author h4 {
    display: inline-block;
    border-bottom: 1px solid rgba(68, 68, 68, .8);
    padding: 0 5px 5px 0;
    margin: 0 0 .6em
}

.mp-description.mp-author .mp-content-wrapper {
    font-style: italic
}

#mp-citation {
    padding: 0 0 30px;
    word-break: keep-all;
}

.mp-alert {
    background-color: rgba(255, 255, 255, .95);
    color: #444;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -150px;
    margin-top: -45px;
    display: none;
    padding: 15px 30px;
    text-align: center;
    -moz-box-shadow: rgba(68, 68, 68, .7) 2px 2px 10px;
    -webkit-box-shadow: rgba(68, 68, 68, .7) 2px 2px 10px;
    box-shadow: rgba(68, 68, 68, .7) 2px 2px 10px;
    z-index: 1
}

.mp-alert h3 {
    color: #444
}

.uk-nav-search>li.uk-active>a {
    background: #635496
}

.uk-navbar-toggle {
    float: right;
    font-size: 2em;
    margin: -4px -10px 0 0;
    text-shadow: none;
    color: #fff
}

.mp-home .uk-navbar-toggle {
    color: #444
}

#offcanvas .uk-nav.uk-nav-offcanvas li a {
    text-shadow: none
}

#offcanvas .uk-nav.uk-nav-offcanvas li.uk-active a {
    box-shadow: none
}

.uk-offcanvas-bar:after {
    box-shadow: none
}

.mp-illusion-header {
    padding: 20px 0 0;
    margin: 0;
    border: none
}

@media (max-width:767px) {
    .mp-illusion-header {
        padding: 0
    }
}

.mp-illusion-header h2 {
    margin: 0 0 .4em;
    font-size: 2.4em
}

@media (max-width:768px) {
    .mp-illusion-header h2 {
        font-size: 2em
    }
}

.mp-illusion-header .mp-alt-title {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 0 1em;
    font-weight: 300;
    font-size: 1.2em
}

.tags {
    margin: 0 0 10px
}

.tags li {
    margin-bottom: 10px;
    padding: 0 10px 0 0!important
}

.tags li a.label {
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 5px 25px 8px;
    text-transform: uppercase;
    background-color: #444!important;
    position: relative
}

.tags li a.label:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 4
}

.tags li a.label:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 4
}

.uk-breadcrumb {
    border-bottom: 1px solid #8b8b8b;
    padding: 20px 0;
    margin: 0 0 20px
}

.mp-pictures-wrapper .mp-picture-normal-state,
.mp-pictures-wrapper .mp-picture-rollover-state,
.mp-pictures-wrapper .mp-picture-wrapper-1,
.mp-pictures-wrapper .mp-picture-wrapper-2,
.mp-pictures-wrapper .mp-picture-wrapper-3,
.mp-pictures-wrapper .mp-picture-wrapper-4 {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mp-pictures-wrapper .mp-picture-normal-state,
.mp-pictures-wrapper .mp-picture-rollover-state,
.mp-pictures-wrapper .mp-picture-wrapper-1,
.mp-pictures-wrapper .mp-rollover-picture-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 400px;
    text-align: center;
    max-height: 504px;
    background-color: #fff;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.mp-pictures-wrapper .mp-picture-normal-state img,
.mp-pictures-wrapper .mp-picture-rollover-state img,
.mp-pictures-wrapper .mp-picture-wrapper-1 img,
.mp-pictures-wrapper .mp-rollover-picture-wrapper img {
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1220px) {
    .mp-pictures-wrapper .mp-picture-normal-state,
    .mp-pictures-wrapper .mp-picture-rollover-state,
    .mp-pictures-wrapper .mp-picture-wrapper-1,
    .mp-pictures-wrapper .mp-rollover-picture-wrapper {
        min-height: 500px
    }
}

@media (max-width:768px) {
    .mp-pictures-wrapper .mp-picture-normal-state,
    .mp-pictures-wrapper .mp-picture-rollover-state,
    .mp-pictures-wrapper .mp-picture-wrapper-1,
    .mp-pictures-wrapper .mp-rollover-picture-wrapper {
        min-height: 310px
    }
}

.mp-pictures-wrapper .mp-picture-wrapper-2,
.mp-pictures-wrapper .mp-picture-wrapper-3,
.mp-pictures-wrapper .mp-picture-wrapper-4 {
    width: 100%;
    border: 2px solid #635496;
    background-size: cover;
    background-position: center center
}

.mp-pictures-wrapper .mp-picture-wrapper-1,
.mp-pictures-wrapper .mp-rollover-picture-wrapper {
    border: 2px solid #635496;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 504px
}

.mp-pictures-wrapper .mp-rollover-picture-wrapper {
    position: relative
}

.mp-pictures-wrapper .mp-rollover-picture-wrapper .mp-picture-normal-state {
    position: relative;
    z-index: 1
}

.mp-pictures-wrapper .mp-rollover-picture-wrapper .mp-picture-rollover-state {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    -webkit-transition-duration: 333ms;
    transition-duration: 333ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out
}

.mp-pictures-wrapper .mp-rollover-picture-wrapper .mp-picture-rollover-state.mp-hover {
    opacity: 1
}

@media (min-width:1024px) {
    .mp-pictures-wrapper .mp-rollover-picture-wrapper:hover .mp-picture-rollover-state {
        opacity: 1
    }
}

.mp-pictures-wrapper .mp-enlarge {
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 50px;
    width: 50px;
    z-index: 2;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .5)
}

.mp-pictures-wrapper .mp-enlarge:after {
    content: '\f00e';
    font-family: FontAwesome;
    display: block;
    font-size: 2em;
    position: absolute;
    left: 12px;
    top: 3px
}

@media (max-width:767px) {
    .mp-pictures-wrapper {
        margin-bottom: 20px
    }
}

.mp-pictures-wrapper .uk-grid>div {
    display: flex
}

.mp-pictures-wrapper>div a {
    width: 100%;
    display: block
}

.mp-thumbnails.uk-visible-small .mp-pictures-wrapper {
    width: 100%
}

.mp-thumbnails.uk-visible-small .mp-thumb-wrapper a {
    min-height: 90px
}

.mp-thumbnails .mp-thumb-wrapper {
    display: flex
}

.mp-thumbnails .mp-thumb-wrapper a {
    min-height: 90px
}

.mp-thumbnails a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    -moz-transition-duration: 332ms;
    -o-transition-duration: 332ms;
    -webkit-transition-duration: 332ms;
    transition-duration: 332ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #635496
}

.mp-thumbnails a:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.mp-thumbnails.uk-visible-small {
    padding-top: 20px
}

.mp-thumbnails.uk-visible-small .mp-pictures-wrapper a span {
    height: 90px
}

.mp-sidebar {
    position: relative;
    z-index: 5
}

.mp-illusion-credit,
.mp-illusion-details,
.mp-illusion-sidebar {
    color: #fff
}

.mp-illusion-credit .mp-wrapper,
.mp-illusion-details .mp-wrapper,
.mp-illusion-sidebar .mp-wrapper {
    background-color: #635496;
    position: relative;
    padding: 30px 50px 30px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.mp-illusion-credit .mp-wrapper a,
.mp-illusion-details .mp-wrapper a,
.mp-illusion-sidebar .mp-wrapper a {
    color: white;
    text-decoration: underline;
}



@media (max-width:768px) {
    .mp-illusion-credit .mp-wrapper,
    .mp-illusion-details .mp-wrapper,
    .mp-illusion-sidebar .mp-wrapper {
        padding: 20px 30px 20px 20px
    }
}

.mp-illusion-credit .mp-wrapper>div,
.mp-illusion-details .mp-wrapper>div,
.mp-illusion-sidebar .mp-wrapper>div {
    padding-bottom: 30px
}

.mp-illusion-credit .mp-wrapper>div:last-child,
.mp-illusion-details .mp-wrapper>div:last-child,
.mp-illusion-sidebar .mp-wrapper>div:last-child {
    padding: 0
}

.mp-illusion-credit .mp-wrapper h4,
.mp-illusion-details .mp-wrapper h4,
.mp-illusion-sidebar .mp-wrapper h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-size: 1em
}

@media (max-width:768px) {
    .mp-illusion-credit .mp-wrapper h4,
    .mp-illusion-details .mp-wrapper h4,
    .mp-illusion-sidebar .mp-wrapper h4 {
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-size: .9em
    }
}

.mp-illusion-credit .mp-wrapper .mp-content-wrapper,
.mp-illusion-details .mp-wrapper .mp-content-wrapper,
.mp-illusion-sidebar .mp-wrapper .mp-content-wrapper {
    font-size: .9em;
    line-height: 1.4
}

.mp-illusion-credit .mp-wrapper:after,
.mp-illusion-details .mp-wrapper:after,
.mp-illusion-sidebar .mp-wrapper:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 4
}

@media (max-width:767px) {
    .mp-illusion-credit .mp-wrapper:after,
    .mp-illusion-details .mp-wrapper:after,
    .mp-illusion-sidebar .mp-wrapper:after {
        display: none
    }
}

.mp-illusion-details {
    display: flex
}

.mp-illusion-details>.mp-wrapper {
    max-height: 500px;
    border-bottom: 4px solid #635496;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 10px 30px 30px;
    height: 500px
}

.mp-illusion-details>.mp-wrapper .mp-inner-content {
    position: relative;
    display: inline-block;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px!important;
    max-height: 100%;
    height: auto
}

.mp-illusion-details>.mp-wrapper .mp-inner-content:after {
    content: '';
    visibility: hidden
}

.mp-illusion-details>.mp-wrapper .mp-inner-content>div {
    padding-bottom: 30px
}

.mp-illusion-details>.mp-wrapper .mp-inner-content::-webkit-scrollbar-track {
    border: 1px solid #fff;
    background-color: #635496
}

.mp-illusion-details>.mp-wrapper .mp-inner-content::-webkit-scrollbar {
    width: 10px;
    background-color: #635496;
    -webkit-appearance: none
}

.mp-illusion-details>.mp-wrapper .mp-inner-content::-webkit-scrollbar-thumb {
    background-color: #fff
}

.mp-illusion-sidebar-wrapper>div {
    margin: 0 0 30px
}

@media (max-width:767px) {
    .mp-illusion-sidebar-wrapper {
        padding-top: 50px
    }
}

.mp-illusion-sidebar .mp-wrapper {
    margin-bottom: 30px
}

.mp-illusion-sidebar .mp-wrapper:after {
    display: none
}

.mp-illusion-sidebar .mp-wrapper:first-child:after {
    display: block
}

.mp-illusion-sidebar .mp-wrapper .mp-content-wrapper>.mp-btn {
    font-size: .8em;
    padding: 12px 20px;
    margin-top: 5px
}

@media (max-width:767px) {
    .mp-illusion-sidebar {
        margin-bottom: 20px!important
    }
}

.mp-illusion-credit {
    display: flex
}

@media (max-width:767px) {
    .mp-illusion-credit {
        margin-top: 20px!important
    }
}

.mp-illusion-credit .mp-wrapper {
    background-color: #444;
    border: 2px solid #444;
    margin: 0;
    padding: 20px;
    height: auto;
    width: 100%
}

.mp-illusion-credit .mp-wrapper:after {
    display: none
}

.mp-illusion-credit .mp-wrapper h4 {
    border: none;
    padding: 0;
    margin: 0 0 .5em
}

@media (max-width:767px) {
    .mp-extra-details {
        padding: 30px 0 0
    }
}

.mp-accordion .uk-accordion-title {
    padding: 5px 40px 5px 0;
    border-bottom: 1px solid #8b8b8b;
    position: relative
}

.mp-accordion .uk-accordion-title:after {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    font-size: 2em;
    right: 0;
    top: 10px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 333ms;
    -o-transition-duration: 333ms;
    -webkit-transition-duration: 333ms;
    transition-duration: 333ms;
    -moz-transition-timing-function: in-and-out;
    -o-transition-timing-function: in-and-out;
    -webkit-transition-timing-function: in-and-out;
    transition-timing-function: in-and-out
}

.mp-accordion .uk-accordion-title.uk-active:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.mp-accordion .uk-accordion-content {
    padding: 0 20px 20px 0;
    //font-style: italic;
    //-ms-word-break: break-all;
    //word-break: break-all;
    //word-break: break-word;
    font-size: .9em
}

.mp-accordion .uk-accordion-content p {
    margin: 0 0 1em
}

.mp-home .tm-middle {
    padding: 80px 0
}

@media (max-width:768px) {
    .mp-home .tm-middle {
        padding: 50px 0
    }
}

#tm-bottom-a-modules .mp-solid-background .mp-custom-mod {
    background: #635496;
    background-image: none!important
}

#tm-bottom-a-modules .mp-custom-mod {
    min-height: inherit;
    height: 100%
}

#tm-bottom-a-modules .mp-custom-mod .mp-mod-content,
#tm-bottom-a-modules .mp-custom-mod .mp-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

#tm-bottom-a-modules .mp-custom-mod .mp-mod-content img,
#tm-bottom-a-modules .mp-custom-mod .mp-wrapper img {
    max-width: 130px;
    max-height: 150px
}

#tm-bottom-a-modules .mp-custom-mod .mp-wrapper {
    min-height: inherit
}

#tm-bottom-a-modules .mp-custom-mod .mp-wrapper .mp-vam {
    min-height: inherit
}

#tm-bottom-a-modules .mp-custom-mod .mp-wrapper .mp-vam .mp-centered {
    padding: 40px
}

@media (max-width:767px) {
    #tm-bottom-a-modules .mp-custom-mod {
        margin-bottom: 30px
    }
}

#tm-bottom-a-modules .tm-bottom-a-modules>div:first-child .mp-custom-mod:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    z-index: 4
}

@media (max-width:768px) {
    #tm-bottom-a-modules .tm-bottom-a-modules>div:first-child .mp-custom-mod:after {
        border-width: 30px 0 0 30px
    }
}

@media (max-width:767px) {
    #tm-bottom-a-modules .tm-bottom-a-modules>div:first-child .mp-custom-mod:after {
        display: none
    }
}

#tm-bottom-a-modules .tm-bottom-a-modules>div:last-child .mp-custom-mod:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 4
}

@media (max-width:768px) {
    #tm-bottom-a-modules .tm-bottom-a-modules>div:last-child .mp-custom-mod:after {
        border-width: 0 30px 30px 0
    }
}

@media (max-width:767px) {
    #tm-bottom-a-modules .tm-bottom-a-modules>div:last-child .mp-custom-mod:after {
        display: none
    }
}

.mp-twitter-feed-wrapper h3 a {
    color: #444;
    font-size: 1.06em;
    margin-bottom: 20px
}

.mp-home .mp-twitter-feed-wrapper {
    padding-top: 50px
}

.mp-twitter-feed-wrapper .mp-twitter-feed ul {
    padding: 0;
    margin: 0
}

@media (max-width:768px) {
    .mp-twitter-feed-wrapper .mp-twitter-feed ul {
        margin: 0
    }
}

.mp-twitter-feed-wrapper .mp-twitter-feed ul li {
    vertical-align: top;
    display: inline-block;
    list-style: none;
    text-align: left;
    padding: 0 40px 0 70px;
    position: relative;
    width: 33%;
    min-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.4
}

@media (max-width:768px) {
    .mp-twitter-feed-wrapper .mp-twitter-feed ul li {
        padding: 0 0 0 60px
    }
}

@media (max-width:767px) {
    .mp-twitter-feed-wrapper .mp-twitter-feed ul li {
        width: 100%;
        overflow: hidden;
        font-size: 12px;
        min-height: 80px
    }
}

.mp-twitter-feed-wrapper .mp-twitter-feed ul li a {
    color: #444;
    text-decoration: underline
}

@media (max-width:767px) {
    .mp-twitter-feed-wrapper .mp-twitter-feed ul li:first-child {
        padding-right: 0
    }
}

.mp-twitter-feed-wrapper .mp-twitter-feed ul li:last-child {
    padding-right: 0
}

@media (max-width:767px) {
    .mp-twitter-feed-wrapper .mp-twitter-feed ul li:last-child {
        padding-bottom: 0
    }
}

.mp-twitter-feed-wrapper .mp-twitter-feed ul li:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: #635496;
    background-size: 55% auto;
    background-image: url(/images/layout/logo-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 4px;
    left: 0
}

@media (max-width:768px) {
    .mp-twitter-feed-wrapper .mp-twitter-feed ul li:before {
        top: 2px
    }
}

#tm-content iframe {
    max-width: 100%!important;
    margin-bottom: 20px
}

#tm-content .uk-article {
    line-height: 1.6
}

.mp-home #tm-content .uk-article h1,
.mp-home #tm-content .uk-article h2,
.mp-home #tm-content .uk-article h3,
.mp-home #tm-content .uk-article h4,
.mp-home #tm-content .uk-article h5 {
    font-weight: 400;
    line-height: 1.6
}

.mp-home #tm-content .uk-article .uk-article-title {
    line-height: 1.2;
    margin: 0 0 .6em;
    font-size: 2em
}

@media (max-width:767px) {
    .mp-home #tm-content .uk-article .uk-article-title {
        font-size: 1.8em
    }
}

#tm-content .uk-article .mp-btn:active,
#tm-content .uk-article .mp-btn:focus,
#tm-content .uk-article .mp-btn:hover {
    color: #444;
    border-color: #444
}

@media (max-width:767px) {
    #tm-content .uk-grid+.uk-grid {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .mp-iframe {
        padding-top: 30px
    }
}

.mp-info-bar {
    background-color: #635496;
    padding: 30px 50px;
    color: #fff;
    position: relative;
    color: #fff;
    margin-top: 50px!important
}

@media (max-width:767px) {
    .mp-info-bar {
        padding: 30px;
        margin-bottom: 20px!important
    }
}

.mp-info-bar h1,
.mp-info-bar h2,
.mp-info-bar h3,
.mp-info-bar h4,
.mp-info-bar h5,
.mp-info-bar p {
    color: #fff;
    margin: 0 0 .3em
}

.mp-info-bar div,
.mp-info-bar p {
    vertical-align: middle
}

.mp-info-bar .mp-btn {
    float: right;
    color: #fff;
    text-transform: none;
    background-image: url(/images/layout/bg-btn-top-r-white.png), url(/images/layout/bg-btn-bottom-l-white.png)
}

@media (max-width:767px) {
    .mp-info-bar .mp-btn {
        float: none;
        margin-top: 20px
    }
}

.mp-info-bar:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 4
}

.tm-footer {
    background-color: #8b8b8b;
    background-image: url(/images/layout/bg-footer3.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: left top;
    margin: 50px 0 0
}

.mp-home .tm-footer,
.mp-illusion .tm-footer,
.mp-illusions-index .tm-footer {
    margin: 0
}

.mp-footnote {
    background-color: #444;
    padding: 15px 0;
    font-size: 14px
}

.mp-footnote p {
    margin: 0;
    color: #fff
}

.mp-footnote p a {
    color: #fff
}

.mp-footer-wrapper {
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
    color: #fff;
    line-height: 1.4
}

.mp-footer-wrapper .uk-push-2-10 {
    height: 100%
}

@media (max-width:768px) {
    .mp-footer-wrapper .uk-push-2-10 {
        text-align: right
    }
}

@media (max-width:767px) {
    .mp-footer-wrapper .uk-push-2-10 {
        text-align: left;
        padding-top: 30px
    }
}

.mp-footer-wrapper .uk-push-2-10 .uk-grid {
    height: 100%
}

.mp-footer-wrapper .mp-logos .mp-wrapper img {
    max-width: 160px
}

.mp-footer-wrapper .mp-logos .mp-wrapper:first-child {
    padding-bottom: 30px;
    padding-right: 30px
}

.mp-footer-wrapper .mp-logos .mp-wrapper:first-child img {
    max-width: 140px
}

.mp-footer-wrapper .mp-logo {
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
    float: none;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -52px;
    width: 90px
}

@media (max-width:767px) {
    .mp-footer-wrapper .mp-logo {
        display: none
    }
}

.mp-footer-wrapper .mp-socials-wrapper {
    position: relative
}

.mp-footer-wrapper .mp-socials {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none
}

@media (max-width:768px) {
    .mp-footer-wrapper .mp-socials {
        padding: 20px 0 0;
        right: 0;
        bottom: 4px
    }
}

@media (max-width:767px) {
    .mp-footer-wrapper .mp-socials {
        position: static;
        padding: 30px 0 0
    }
}

.mp-footer-wrapper .mp-socials li {
    float: left;
    display: inline-block;
    max-width: 35px
}

@media (max-width:768px) {
    .mp-footer-wrapper .mp-socials li {
        float: right
    }
}

@media (max-width:767px) {
    .mp-footer-wrapper .mp-socials li {
        float: left
    }
}

.mp-footer-wrapper .mp-socials li:first-child {
    margin-right: 30px
}

@media (max-width:768px) {
    .mp-footer-wrapper .mp-socials li:first-child {
        margin: 0 0 0 30px
    }
}

@media (max-width:767px) {
    .mp-footer-wrapper .mp-socials li:first-child {
        margin: 0 30px 0 0
    }
}

.mp-footer-wrapper .mp-menu {
    margin: -4px 0 0;
    padding: 0 0 0 20px;
    list-style-type: none
}

@media (max-width:768px) {
    .mp-footer-wrapper .mp-menu {
        margin: 0;
        padding: 20px 0 0
    }
}

.mp-footer-wrapper .mp-menu li {
    text-transform: uppercase;
    padding: 2px 0;
    line-height: 1
}

@media (max-width:768px) {
    .mp-footer-wrapper .mp-menu li {
        padding: 0
    }
}

@media (max-width:767px) {
    .mp-footer-wrapper .mp-menu li {
        padding: 1px 0
    }
}

.mp-footer-wrapper .mp-menu li:first-child {
    padding-top: 0
}

.mp-footer-wrapper .mp-menu li a {
    color: #fff;
    font-size: .8em
}

.mp-footer-wrapper p {
    font-size: .9em
}

@media (max-width:768px) {
    .mp-footer-wrapper p {
        font-size: 1em;
        padding-left: 10px
    }
}

@media (max-width:767px) {
    .mp-footer-wrapper p {
        padding: 0
    }
}

.mp-map {
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

@media (max-width:1366px) {
    .mp-map {
        height: 516px
    }
}

@media (max-width:1024px) {
    .mp-map {
        height: 601px
    }
}

@media (max-width:767px) {
    .mp-map {
        height: 366px;
        padding: 30px 0 0
    }
}

.mp-map>div {
    height: 100%
}

.mp-map #mp-map {
    height: 100%
}

.mp-map .mp-wrapper {
    overflow: hidden;
    position: relative
}

.mp-map .mp-overlay {
    background: 0 0;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -560px
}

@media (max-width:1024px) {
    .mp-map .mp-overlay {
        margin-top: -540px
    }
}

@media (max-width:768px) {
    .mp-map .mp-overlay {
        margin-top: -420px
    }
}

@media (max-width:767px) {
    .mp-map .mp-overlay {
        margin-top: -350px
    }
}

#sbox-content {
    height: auto
}

@media (max-width:767px) {
    .sbox-content-image img {
        height: auto
    }
}

p {
	word-break: keep-all;
}
.mp-image-container {
	text-align:center;
	width:100%;
}