html, body {
    font-family: ProximaNovaRegular,arial,sans-serif;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    background: #676c6f url(../jpg/background.jpg) repeat;
    overflow-x: hidden;
    overflow-y: scroll;
}

#env-nav-tp .nav-tp-bd {
    max-width: 1440px;
}

.disabled,
.disabled a,
.disabled span,
.disabled a span {
    color: #777 !important;
}

.checklist-container {
    position: relative;
    text-align: left;
}

.checklist {
    display: none;
}

.checklist + .checklist-content {
    width: 100%;
}

.checklist + .checklist-content,
.checklist + .checklist-content span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checklist + .checklist-content .checklist-text {
    width: 100%;
    white-space: nowrap;
}

.checklist + .checklist-content .checklist-text-overflow {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.checklist + .checklist-content .checklist-form {
    width: 25px;
    height: 25px;
    background: url(../png/checklist.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.checklist:checked + .checklist-content .checklist-form {
    background-position: -25px 0;
}

.checklist + .checklist-content .checklist-index,
.checklist + .checklist-content .checklist-color {
    width: auto;
    min-width: 18px;
    font-size: 0.781em !important;

}

.checklist + .checklist-content .checklist-color {
    width: 3px;
    height: 12px;
    min-width: 0;
    padding-bottom: 0;
    background: #ffffff;
}

.checklist + .checklist-content .checklist-index,
.checklist + .checklist-content .checklist-color,
.checklist + .checklist-content .checklist-title {
    margin-top: 9px;
}

.checklist + .checklist-content .checklist-color {
    margin-top: 10px;
}

.checklist + .checklist-content .checklist-title {
    margin-top: 11px;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mt-opt .opt-lst .checklist + .checklist-content .checklist-form,
#mt-opt .opt-lst .checklist + .checklist-content .checklist-title {
    vertical-align: middle;
}

#mt-opt .opt-lst .checklist + .checklist-content .checklist-title {
    white-space: normal;
    overflow: auto;
    margin-top: 8px;
    line-height: 1.25;
}

.sidebar-button {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 60px;
    text-align: center;
    padding: 0 0 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    background-color: transparent;
    display: none;
}

.sidebar-button.fade-in-left {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 5px, 0);
    -moz-transform: translate3d(-100px, 5px, 0);
    transform: translate3d(-100px, 5px, 0);
}

.sidebar-button.fade-in-left.success {
    opacity: 1;
    -webkit-transform: translate3d(5px, 5px, 0);
    -moz-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
}

.sidebar-button.fade-in-left.sidebar-open {
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
    background-color: #222325;
    -webkit-box-shadow: inset 8px 0px 8px -8px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 8px 0px 8px -8px rgba(0, 0, 0, 1);
    box-shadow: inset 8px 0px 8px -8px rgba(0, 0, 0, 1);
}

.sidebar-button .sidebar-title {
    font-family: ProximaNovaBold,arial,sans-serif;
    font-size: 0.75em;
    width: 100%;
    height: auto;
    margin: 0;
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0);
    letter-spacing: 2px;
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms;
    transition: all 200ms;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar-button .sidebar-title span {
    display: none;
}

.sidebar-button .sidebar-panel {
    position: relative;
}

.sidebar-button .sidebar-panel:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

.sidebar-button .sidebar-panel span {
    float: left;
    width: 6px;
    height: 6px;
    margin: 3px 2px 0;
    background-color: #50504e;
    opacity: 1;
}

.sidebar-button .sidebar-cross,
.sidebar-button .sidebar-panel span {
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.sidebar-button .sidebar-panel span:nth-of-type(3n+1) {
    margin-left: 17px;
}

.sidebar-button .sidebar-panel span:nth-of-type(3n+3) {
    margin-right: 17px;
}

.sidebar-button .sidebar-panel span:nth-of-type(1),
.sidebar-button .sidebar-panel span:nth-of-type(2),
.sidebar-button .sidebar-panel span:nth-of-type(3),
.sidebar-button .sidebar-panel span:nth-of-type(5),
.sidebar-button .sidebar-panel span:nth-of-type(8) {
    background-color: #f2f2f2;
}

.sidebar-button .sidebar-cross,
.sidebar-button .sidebar-cross-leftwing,
.sidebar-button .sidebar-cross-rightwing {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-button .sidebar-cross {
    top: auto;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transform: translateY(0) scale(0, 0);
    -moz-transform: translateY(0) scale(0, 0);
    transform: translateY(0) scale(0, 0);
}

.sidebar-button .sidebar-cross-leftwing,
.sidebar-button .sidebar-cross-rightwing {
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-button .sidebar-cross-leftwing {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar-button .sidebar-cross-rightwing {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar-button:hover .sidebar-title {
    color: #fff;
}

.sidebar-button.sidebar-open .sidebar-title {
    -webkit-transform: translateY(33px);
    -moz-transform: translateY(33px);
    transform: translateY(33px);
    font-family: ProximaNovaRegular,arial,sans-serif;
    color: #afb0b2;
    font-size: 0.5em;
}

.sidebar-button.sidebar-open .sidebar-panel span {
    opacity: 0;
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(1) {
    -webkit-transform: translate3d(-3px, -3px, 0);
    -moz-transform: translate3d(-3px, -3px, 0);
    transform: translate3d(-3px, -3px, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(2) {
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(3) {
    -webkit-transform: translate3d(3px, -3px, 0);
    -moz-transform: translate3d(3px, -3px, 0);
    transform: translate3d(3px, -3px, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(4) {
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(6) {
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(7) {
    -webkit-transform: translate3d(-3px, 3px, 0);
    -moz-transform: translate3d(-3px, 3px, 0);
    transform: translate3d(-3px, 3px, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(8) {
    -webkit-transform: translate3d(0, 3px, 0);
    -moz-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}

.sidebar-button.sidebar-hover .sidebar-panel span:nth-of-type(9) {
    -webkit-transform: translate3d(3px, 3px, 0);
    -moz-transform: translate3d(3px, 3px, 0);
    transform: translate3d(3px, 3px, 0);
}

.sidebar-button.sidebar-open .sidebar-cross {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: translateY(-18px) scale(1, 1);
    -moz-transform: translateY(-18px) scale(1, 1);
    transform: translateY(-18px) scale(1, 1);
}

.sidebar-button .sidebar-cross:hover .sidebar-cross-leftwing,
.sidebar-button .sidebar-cross:hover .sidebar-cross-rightwing {
    background-color: #fff;
}

#env-dd-language.icon-small:after {
    border-top: 5px solid #fff !important;
}

#env-nav-tp .nav-tp-ls .nav-tp-txt {
    color: #fff !important;
}

#mt-ctn {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

#mt-hd,
#mt-hd .hd-inn {
    position: relative;
}

#mt-ctn .cnt-hd-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #737a80;
    display: none;
    box-shadow: 0 0 8px #444;
}

#mt-ctn .cnt-hd-mb aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
}

#mt-ctn .cnt-hd-mb aside img {
    height: 100%;
}

#mt-ctn .cnt-hd-mb figure {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}

#mt-ctn .cnt-hd-mb figcaption {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    background: rgba(51, 187, 203, 0.95);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.75em;
    padding: 3px 0;
}

#mt-hd .hd-opt {
    position: relative;
    width: 100%;
    max-height: 740px;
    overflow: hidden;
}

#mt-hd .hd-opt aside {
    position: absolute;
    top: 50px;
    left: 12%;
    z-index: 3;
}

#mt-hd .hd-opt aside img {
    max-width: 84%;
}

#mt-hd .hd-opt a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#mt-hd .hd-opt figure {
    position: relative;
    background: rgba(0, 0, 0, 0.21);
    text-align: center;
    overflow: hidden;
}

#mt-hd .hd-opt figure img {
    width: 100%;
    max-width: none;
}

#mt-hd .hd-opt figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

#mt-hd .hd-opt figure figcaption div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    margin: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
}

#mt-hd .hd-opt figure figcaption .hd-opt-ct-img {
    opacity: 0.8;
    text-align: left;
    top: 10px;
    max-width: 1420px;
    margin: -40px auto 0;
    padding: 0;
    display: none;
}

#mt-hd .hd-opt figure figcaption .hd-opt-ct-img img {
    width: auto;
    margin: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
}

#mt-hd .hd-opt figure figcaption .hd-opt-ct-img div {
    display: inline-block;
    width: auto;
    padding: 0;
    float: right;
}

#mt-hd .hd-opt figure figcaption .hd-opt-ct-img div span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}

#mt-hd .hd-opt figure figcaption h2 {
    font-family: CenturyGothicBold,"Century Gothic",AppleGothic,arial,sans-serif;
    font-weight: bold;
    font-size: 1.55em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mt-hd .hd-opt figure figcaption p {
    font-family: "CenturyGothic";
    font-size: 1.15em;
    letter-spacing: 2px;
    line-height: 2;
}

#mt-hd .hd-opt .hd-opt-act figure figcaption {
    top: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}

#mt-hd .hd-opt .hd-opt-act figure figcaption div {
    position: relative;
    height: 100%;
}

#mt-hd .hd-opt .hd-opt-act figure .hd-opt-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mt-hd .hd-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

#mt-hd .hd-menu-cnt {
    position: relative;
    text-align: center;
    max-height: 50px;
}

#mt-hd .hd-menu-cnt ul {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mt-hd .hd-menu-cnt ul li {
    position: relative;
    float: left;
}

#mt-hd .hd-menu-cnt ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 33%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}

#mt-hd .hd-menu-cnt ul li:before {
    left: -1px;
}

#mt-hd .hd-menu-cnt ul .hd-menu-li-dis:before {
    background-color: #777;
}

#mt-hd .hd-menu-cnt ul li:first-of-type:before {
    display: none;
}

#mt-hd .hd-menu-cnt ul li a {
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    display: inline-block;
    padding: 15px 10px;
    margin: 0 30px;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 4px;
}

#mt-hd .hd-menu-cnt ul li .active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 3px;
    background-color: #fff;
    margin: auto;
}

#mt-hd .hd-menu-cnt ul .hd-menu-li-dis a {
    color: #777;
}

#mt-hd .hd-menu-cnt ul li span {

}

#mt-dsn {
    position: relative;
    width: 100%;
    text-align: center;
}

#mt-dsn .dsn-ctn {
    position: relative;
    width: 94%;
    max-width: 1440px;
    margin: 25px auto 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mt-itm {
    position: relative;
    width: 100%;
    margin: auto;
}

#mt-itm .itm-vw {
    position: relative;
    margin-left: 22%;
    text-align: center;
}

#mt-itm .mt-itm-pl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

#mt-itm .mt-itm-pl .spinner {
    top: 300px !important;
}

#mt-itm .itm-vw-ctn,
#mt-itm .itm-vw-wp {
    position: relative;
    width: 100%;
    height: 145px;
}

#mt-itm .itm-vw-wp,
#mt-itm .itm-vw-inn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#mt-itm .itm-vw-wp.itm-vw-wp-act {
    position: fixed;
    z-index: 1000;
    max-width: 1440px;
    margin: auto;
}

#mt-itm .itm-vw-wp.itm-vw-wp-act .itm-vw-inn {
    margin-left: 16%;
    padding-top: 75px;
}

#mt-itm .itm-vw-inn > ul {
    margin-top: 14px;
    display: inline-block;
    width: 100%;
    font-size: 1.125em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#mt-itm .itm-vw-inn > ul:first-of-type {

}

#mt-itm .itm-vw-inn > ul > li {
    display: inline-block;
    vertical-align: middle;
}

#mt-itm .itm-vw-bt {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#mt-itm .itm-vw-bt,
#mt-itm .itm-vw-bt[data-view="1"] {
    background: url(../png/view.png) no-repeat;
    background-position: 0 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    opacity: 0.4;
}

#mt-itm .itm-vw-bt:hover {
    opacity: 0.7;
}

#mt-itm .itm-vw-bt[data-view="2"] {
    width: 41px;
}

#mt-itm .itm-vw-bt[data-view="3"] {
    width: 61px;
}

#mt-itm .itm-vw-bt[data-view="4"] {
    width: 81px;
}

#mt-itm .itm-vw-bt[data-view="5"] {
    background-position: 0 -20px;
    width: 51px;
}

#mt-itm .itm-vw[data-view="1"] .itm-vw-bt[data-view="1"],
#mt-itm .itm-vw[data-view="2"] .itm-vw-bt[data-view="2"],
#mt-itm .itm-vw[data-view="3"] .itm-vw-bt[data-view="3"],
#mt-itm .itm-vw[data-view="4"] .itm-vw-bt[data-view="4"],
#mt-itm .itm-vw[data-view="5"] .itm-vw-bt[data-view="5"] {
    opacity: 0.9;
}

#mt-itm .itm-vw-inn .itm-srt {
    display: inline-block;
    width: 100%;
    padding: 0 0.6% 18px;
    font-size: 0.75em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(1) {
    float: left;
    padding: 9px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(2) {
    float: right;
    max-width: 50%;
}

#mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(2) > span {
    font-size: 0.75em;
    letter-spacing: 1px;
}

#mt-itm .itm-vw-inn .itm-srt > li p {
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    color: #7cebf2;
    font-size: 1.5em;
    text-transform: none;
    letter-spacing: 4px;
    padding: 12px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    line-height: 1.25;
}

#mt-itm .itm-vw-inn .itm-srt aside {
    margin: 10px 0 0;
}

#mt-lst {
    position: relative;
}

#mt-lst ul {
    position: relative;
    display: inline-block;
    width: 100%;
}

#mt-lst ul li {
    position: relative;
    float: left;
    width: 24.2%;
    margin: 0 0.4% 0.8%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mt-lst ul li figure,
#mt-lst .lst-dt,
#mt-lst .lst-img {
    position: relative;
}

#mt-lst ul .SzLoaded {
    border: 1px solid transparent;
}

#mt-lst ul li figure {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
    min-height: 250px;
}

#mt-lst ul .SzLoaded figure,
#mt-lst ul .SzFailure figure {
    opacity: 1;
}

#mt-lst ul .SzFailure {

}

#mt-lst ul .SzFailure img {
    display: none;
}

#mt-lst ul li figcaption {
    position: absolute;
    bottom: 3.2%;
    left: 10px;
    right: 10px;
}

#mt-itm .itm-vw[data-view="1"] #mt-lst .lst-dt,
#mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dt {
    font-size: 1.25em;
}

#mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dt {
    font-size: 1.125em;
}

#mt-itm .itm-vw[data-view="4"] #mt-lst .lst-dt {
    font-size: 1em;
}

#mt-itm .itm-vw[data-view="5"] #mt-lst .lst-dt {
    font-size: 0.875em;
}

#mt-lst .lst-dt span {
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

#mt-lst .lst-dt .itm-tt {
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.15;
    font-size: 0.875em;
}

#mt-lst .lst-dt .itm-prc {
    font-family: CenturyGothicBold,"Century Gothic",AppleGothic,arial,sans-serif;
    font-weight: bold;
    color: #FF5C3C;
    font-size: 1.125em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    width: auto;
    margin: 0 6px;
    vertical-align: middle;
}

#mt-lst .lst-dt .itm-prc + .itm-prc {
    display: none;
}

#mt-lst .lst-dt .itm-prc-dc {
    text-decoration: line-through;
    font-size: 0.875em;
    font-weight: normal;
}

#mt-lst .lst-dt .itm-prc-dc + .itm-prc {
    display: inline-block;
    color: #ff0000;
}

#mt-lst ul li img {
    width: 100%;
    max-width: none;
    min-height: 250px;
}
/*
#mt-lst ul li img {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}

#mt-lst ul .SzLoaded img {
    opacity: 1;
}
*/
#mt-lst .lst-img {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 250px;
}

#mt-lst .lst-ctn,
#mt-lst .lst-bg,
#mt-lst .lst-desc,
#mt-lst .lst-inn,
#mt-lst .lst-tt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#mt-lst .lst-ctn {
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 900;
}

#mt-lst .lst-ctn img {
    opacity: 1;
}

#mt-lst .lst-ctn img[data-SzLazy] {
    opacity: 0;
}

#mt-lst .lst-ctn:hover,
#mt-lst .lst-ctn.lst-ctn-act {
    opacity: 1;
}

#mt-lst .lst-bg {
    opacity: 0.9;
}

#mt-lst .lst-desc {

}

#mt-lst .lst-tt {
    height: 0;
    white-space: nowrap;
    margin: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

#mt-lst .lst-ctn:hover .lst-tt,
#mt-lst .lst-ctn.lst-ctn-act .lst-tt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#mt-lst .lst-tt span {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    padding: 12px 0;
    font-size: 1.125em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.50);
    white-space: normal;
    display: inline-block;
    margin: 0 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mt-lst .lst-tt span:before,
#mt-lst .lst-tt span:after {
    content: "";
    position: absolute;
    left:0;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

#mt-lst .lst-tt span:before {
    top: 0;
    border-top: 1px solid #ffffff;
}

#mt-lst .lst-tt span:after {
    bottom: 0;
    border-bottom: 1px solid #ffffff;
}

#mt-lst .lst-ctn:hover .lst-tt span:before,
#mt-lst .lst-ctn.lst-ctn-act .lst-tt span:before,
#mt-lst .lst-ctn:hover .lst-tt span:after,
#mt-lst .lst-ctn.lst-ctn-act .lst-tt span:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

#mt-lst .lst-dc,
#mt-lst .lst-nw {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 1.75em;
    width: 80px;
    height: 80px;
    background: rgba(193, 22, 3, 0.74);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mt-lst .lst-dc + .lst-nw {
    top: 100px;
}

#mt-lst .lst-nw {
    font-size: 1.5em;
    width: 60px;
    height: 60px;
    right: 18px;
    background: rgba(51, 187, 203, 0.95)
}

#mt-lst .lst-dc-inn,
#mt-lst .lst-nw-inn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    margin: auto;
}

#mt-lst .lst-dc-ctn,
#mt-lst .lst-nw-ctn {
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.6875em;
}

#mt-lst .lst-dc-ctn {
    font-size: 0.875em;
}

#mt-lst .lst-dc-ctn span,
#mt-lst .lst-nw-ctn span {
    display: inline-block;
    width: 100%;
    font-family: ProximaNovaLight,arial,sans-serif;
    line-height: 1.25;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#mt-lst .lst-dc-ctn span + span {
    font-size: 0.875em;
    letter-spacing: 0
}

#mt-itm .itm-vw[data-view="1"] #mt-lst ul li {
    width: 99.2%;
}

#mt-itm .itm-vw[data-view="2"] #mt-lst ul li {
    width: 49.2%;
}

#mt-itm .itm-vw[data-view="3"] #mt-lst ul li {
    width: 32.533%;
}

#mt-itm .itm-vw[data-view="4"] #mt-lst ul li {
    width: 24.2%;
}

#mt-itm .itm-vw[data-view="5"] #mt-lst ul li {
    width: 19.2%;
}

#mt-itm .itm-vw[data-view="1"] #mt-lst .lst-dc {
    font-size: 1.75em;
    width: 80px;
    height: 80px;
}

#mt-itm .itm-vw[data-view="1"] #mt-lst .lst-nw {
    font-size: 1.5em;
    width: 60px;
    height: 60px;
    right: 18px;
}

#mt-itm .itm-vw[data-view="1"] #mt-lst .lst-dc + .lst-nw {
    top: 100px;
}

#mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc {
    font-size: 1.375em;
    width: 70px;
    height: 70px;
}

#mt-itm .itm-vw[data-view="2"] #mt-lst .lst-nw {
    font-size: 1.25em;
    width: 53px;
    height: 53px;
    right: 17px;
}

#mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc + .lst-nw {
    top: 90px;
}

#mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dc {
    font-size: 1.125em;
    width: 60px;
    height: 60px;
}

#mt-itm .itm-vw[data-view="3"] #mt-lst .lst-nw {
    font-size: 1em;
    width: 45px;
    height: 45px;
    right: 16px;
}

#mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dc + .lst-nw {
    top: 80px;
}

#mt-itm .itm-vw[data-view="4"] #mt-lst .lst-dc {
    font-size: 1em;
    width: 50px;
    height: 50px;
}

#mt-itm .itm-vw[data-view="4"] #mt-lst .lst-nw {
    font-size: 0.9375em;
    width: 38px;
    height: 38px;
    right: 15px;
}

#mt-itm .itm-vw[data-view="4"] #mt-lst .lst-dc + .lst-nw {
    top: 70px;
}

#mt-itm .itm-vw[data-view="5"] #mt-lst .lst-dc {
    font-size: 0.875em;
    width: 40px;
    height: 40px;
}

#mt-itm .itm-vw[data-view="5"] #mt-lst .lst-nw {
    font-size: 0.75em;
    width: 30px;
    height: 30px;
    right: 15px;
}

#mt-itm .itm-vw[data-view="5"] #mt-lst .lst-dc + .lst-nw {
    top: 60px;
}

#mt-srt {
    position: relative;
    z-index: 1000;
    font-size: 15px;
    letter-spacing: 1px;
    width: 160px;
}

#mt-opt {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 2;
}

#mt-opt button {
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #82e8ec;
    display: inline-block;
    font-size: 0.875em;
    padding: 5px 10px;
    cursor: pointer;
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    letter-spacing: 1px;
    margin: 10px 0 20px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

#mt-opt button:hover {
    background: rgba(255, 255, 255, 0.4);
}

#mt-opt .opt-tf {
    position: relative;
}

#mt-opt .opt-clp-cls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#mt-opt .opt-ctn,
#mt-opt .opt-cnt {
    position: relative;
    width: 100%;
}

#mt-opt .opt-ctn {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
}

#mt-opt .opt-ctn-ls {
    position: relative;
    display: none;
}

#mt-opt .opt-ctn-ls ul {
    display: inline-block;
    width: 100%;
}

#mt-opt .opt-ctn-ls ul li {
    position: relative;
    float: left;
    width: 50%;
    padding: 7px 0 10px;
    overflow: hidden;
}

#mt-opt .opt-ctn-ls ul li a {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    letter-spacing: 2px;
    font-size: 1.375em;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#mt-opt .opt-ctn-ls ul li:first-of-type a {
    border-left: none;
}

#mt-opt .opt-ctn-dv {
    position: absolute;
    width: 33px;
    height: 11px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#mt-opt .opt-ctn-dv:before,
#mt-opt .opt-ctn-dv:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #aaa;

}

#mt-opt .opt-ctn-dv:before {
    left: -100px;
}

#mt-opt .opt-ctn-dv:after {
    right: -100px;
}

#mt-opt .opt-ctn-dv span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

#mt-opt .opt-ctn-dv span:before,
#mt-opt .opt-ctn-dv span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 33px;
    height: 1px;
    background-color: #aaa;
}

#mt-opt .opt-ctn-dv span:before {
    left: 0;
    right: 0;
}

#mt-opt .opt-ctn-ls .active .opt-ctn-dv span:before {
    left: 0;
    right: auto;
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    transform: rotate(-32deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
}

#mt-opt .opt-ctn-dv span:after {
    display: none;
}

#mt-opt .opt-ctn-ls .active .opt-ctn-dv span:after {
    display: block;
    right: 0;
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
}

#mt-opt .opt-inn {
    position: relative;
    width: 210px;
    text-align: center;
    margin: auto;
}

#mt-opt .opt-inn-style,
#mt-opt .opt-inn-style-list {
    width: auto;
    display: block;
    clear: both;
    text-transform: uppercase;
    margin: 0 10px;
    background: none;
    padding: 5px 42px 4px 12px;
}

#mt-opt .opt-inn-style:before {
    right: 34px;
}

#mt-opt .opt-inn-style:after {
    right: 12px;
}

#mt-opt .opt-inn-style,
#mt-opt .opt-inn-style .sz-dropdown-inner {
    border: 1px solid #777;
}

#mt-opt .opt-inn-style .sz-dropdown-inner {
    background: #333;
    display: none;
}

#mt-opt .opt-inn-style.sz-dropdown-active .sz-dropdown-inner {
    display: block;
}

#mt-opt .opt-inn-style.sz-dropdown-inactive .sz-dropdown-inner {
    display: none;
}

#mt-opt .opt-inn-style .sz-dropdown-inner,
#mt-opt .opt-inn-style .sz-dropdown-overflow {
    max-height: none;
}

#mt-opt .opt-inn-style .sz-dropdown-inner,
#mt-opt .opt-inn-style .sz-dropdown-text,
#mt-opt .opt-inn-style .sz-dropdown-item > a {
    font-size: 0.875em;
    letter-spacing: 2px;
    color: #fff;
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    line-height: 2;
}

#mt-opt .opt-inn-style .sz-dropdown-item.active,
#mt-opt .opt-inn-style .sz-dropdown-item-active,
#mt-opt .opt-inn-style .sz-dropdown-item:hover {
    background: #444;
}

#mt-opt .opt-inn-style .sz-dropdown-item.active:before,
#mt-opt .opt-inn-style .sz-dropdown-item-active:before,
#mt-opt .opt-inn-style .sz-dropdown-item:hover:before {
    display: none;
}

#mt-opt .opt-inn-style .sz-dropdown-item:hover:before {
    background: none;
}

#mt-opt .opt-inn-style .sz-dropdown-item > a {
    padding: 6px 36px 3px 12px;
}

#mt-opt .opt-inn-style .highlight {
    background: #444;
}

#mt-opt .opt-inn-style-list {
    border: none;
    padding: 0 12px;
    margin: auto;
}

#mt-opt .opt-inn-style-list:after,
#mt-opt .opt-inn-style-list:before {
    display: none;
}

#mt-opt .opt-inn-style-list .sz-dropdown-inner {
    position: relative;
    display: block;
    border: none;
    background: none;
}

#mt-opt .opt-inn-style-list .sz-dropdown-inner,
#mt-opt .opt-inn-style-list .sz-dropdown-text,
#mt-opt .opt-inn-style-list .sz-dropdown-item > a {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 3;
}

#mt-opt .opt-inn-style-list .sz-dropdown-text {
    display: none;
}

#mt-opt .opt-inn-style-list .sz-dropdown-item,
#mt-opt .opt-inn-style-list .sz-dropdown-item.active,
#mt-opt .opt-inn-style-list .sz-dropdown-item-active {
    background: none;
}

#mt-opt .opt-inn-style-list .sz-dropdown-item:hover,
#mt-opt .opt-inn-style-list .sz-dropdown-item.active:before,
#mt-opt .opt-inn-style-list .sz-dropdown-item-active:before,
#mt-opt .opt-inn-style-list .sz-dropdown-item:hover:before {
    background: none;
}

#mt-opt .opt-inn-style-list .sz-dropdown-item > a {
    padding: 0;
}

#mt-opt .opt-inn-style-list .highlight > a span {
    border-bottom: 1px solid #fff;
}

#mt-opt .opt-inn-mb {
    position: relative;
    display: none;
}

#mt-opt .opt-inn-mb-lk {

}

#mt-opt .opt-inn-mb-lk > ul {
    display: inline-block;
    width: 100%;
}

#mt-opt .opt-inn-mb-lk > ul > li {
    width: 100%;
    max-width: 250px;
    position: relative;
    border-bottom: 1px solid #888;
    margin: 8px auto;
}

#mt-opt .opt-inn-mb-lk > ul > li > a {
    cursor: pointer;
}

#mt-opt .opt-inn .opt-inn-tag {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: rgba(0, 0, 0, 1);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mt-opt .opt-inn .sz-collapsible {
    text-align: left;
    display: inline-block;
    width: 100%;
}

#mt-opt .opt-inn-mb-lk > ul > li > a,
#mt-opt .opt-inn .sz-collapsible > span {
    position: relative;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    text-align: left;
}

#mt-opt .opt-inn-mb-lk > .opt-inn-mb-info {

}

#mt-opt .opt-inn-mb-lk > .opt-inn-mb-info > li {
    border-bottom: 0;
    margin: 12px auto;
    max-width: 220px;
}

#mt-opt .opt-inn-mb-lk > .opt-inn-mb-info > li > a {
    color: #999;
    font-size: 1.125em;
}

#mt-opt .opt-inn-mb-lk > .opt-inn-mb-info > .unlink > a {
    font-family: ProximaNovaLight,arial,sans-serif;
    font-style: italic;
    text-transform: none;
    font-size: 1.25em;
}

#mt-opt .opt-inn-mb-lk > .opt-inn-mb-info > .nmlink > a{
    font-family: ProximaNovaRegular,arial,sans-serif;
}

#mt-opt .opt-inn-mb-sc {

}

#mt-opt .opt-inn-mb-sc p {
    text-align: left;
    font-family: ProximaNovaLight,arial,sans-serif;
    font-size: 0.8125em;
    color: #999;
    margin: 15px auto;
    max-width: 220px;
}

#mt-opt .opt-inn-mb-sc ul {

}

#mt-opt .opt-inn-mb-sc ul li {
    display: inline-block;
    width: 50px;
    margin: 0 3px;
}

#mt-opt .opt-inn .sz-collapsible > span:after {
    content: "+";
    position: absolute;
    top: 3px;
    right: 0;
    font-family: FuturaBook;
    text-align: center;
}

#mt-opt .opt-inn .sz-collapsible-active > span:after {
    content: "-";
    font-size: 1.125em;
    top: 1px;
    right: 4px;
}

#mt-opt .opt-inn .sz-collapsible ul {
    width: 100%;
    display: inline-block;
}

#mt-opt .opt-inn .sz-collapsible ul li {
    width: 100%;
    float: left;
}

#mt-opt .opt-inn .sz-collapsible ul li a {
    font-family: ProximaNovaLight,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    float: left;
    padding: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ddd;
}

#mt-opt .opt-wp {
    position: relative;
    clear: both;
    margin-top: 20px;
}

#mt-opt .opt-blk {
    position: relative;
    border: 1px solid #666;
    margin-bottom: 20px;
}

#mt-opt .opt-blk > span {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2.25;
    font-family: ProximaNovaSemiBold,arial,sans-serif;
    letter-spacing: 1px;
    max-width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#mt-opt .opt-blk > span:before {
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #888;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

#mt-opt .opt-lst {
    position: relative;
    padding: 10px 6px;
    border-top: 1px solid #666;
}

#mt-opt .opt-lst ul {
    position: relative;
    display: inline-block;
    width: 100%;
}

#mt-opt .opt-lst ul li {
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-family: ProximaNovaLight,arial,sans-serif;
    letter-spacing: 1px;
    float: left;
    font-size: 0.6875em;
}

#mt-opt .lst-hlf ul li {
    width: 50%;
}

#mt-opt .lst-hlf ul li .checklist-title {
    width: 58%;
    letter-spacing: 1px;
}

#mt-opt .opt-clp {
    position: absolute;
    width: 44px;
    height: 40px;
    top: 10px;
    right: 10px;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 0 5px #000;
}

#mt-opt .opt-clp span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #ffffff;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
}

#mt-opt .opt-clp span:nth-of-type(2) {
    margin: 6px 0;
}

.open-menu #mt-opt .opt-clp span:nth-of-type(1),
.open-menu #mt-opt .opt-clp span:nth-of-type(3) {
    position: absolute;
    width: 30px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.open-menu #mt-opt .opt-clp span:nth-of-type(2) {
    display: none;
}

.open-menu #mt-opt .opt-clp span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-menu #mt-opt .opt-clp span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-menu #mt-opt .opt-tf {
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    -webkit-transition: background 0.35s, visibility 0s 0s;
    -moz-transition: background 0.35s, visibility 0s 0s;
    transition: background 0.35s, visibility 0s 0s;
}

.open-menu #mt-opt .opt-ctn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

#mt-prcrng {
    display: none;
}

iframe[name=google_conversion_frame] {
    height: 0!important;
    width: 0!important;
    line-height: 0!important;
    font-size: 0!important;
    margin-top: -13px;
    float: left;
}

#env-nav-bt .nav-bt-pay ul {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

@media screen and (max-width: 1920px) {
    #mt-hd .hd-opt figure img {
        position: relative;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        max-width: none;
    }
}

@media screen and (max-width: 1440px) {
    #mt-hd .hd-opt figure img {
        margin-left: -720px;
        width: 1440px;
    }

    #mt-hd .hd-opt {
        font-size: 0.8125em;
    }
}

@media screen and (max-width: 1280px) {

    #mt-hd .hd-opt {
        font-size: 0.75em;
    }

    #mt-itm .itm-vw {
        margin-left: 26%;
    }

    #mt-itm .itm-vw-inn .itm-srt {
        padding: 0 0.8% 18px;
    }

    #mt-itm .itm-vw-inn .itm-srt > li {
        width: 100%;
    }

    #mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(1) span {
        padding: 13px 0;
        display: inline-block;
    }

    #mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(2) {
        float: right;
        max-width: 100%;
    }

    #mt-itm .itm-vw-inn .itm-srt > li p {
        white-space: normal;
    }

    #mt-itm .itm-vw-inn .itm-srt aside {
        margin: 0;
        float: right;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dt {
        font-size: 1.125em;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dt {
        font-size: 1em;
    }

    #mt-itm .itm-vw[data-view="4"] #mt-lst .lst-dt {
        font-size: 1em;
    }

    #mt-lst ul li {
        width: 24%;
        margin: 0 0.5% 1%;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst ul li {
        width: 90%;
        margin: 0 5% 2%;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst ul li {
        width: 49%;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst ul li {
        width: 32.333%;
    }

    #mt-itm .itm-vw[data-view="4"] #mt-lst ul li {
        width: 24%;
        font-size: 0.8125em;
    }

    #mt-itm .itm-vw[data-view="5"] #mt-lst ul li {
        width: 19%;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc {
        font-size: 1.125em;
        width: 60px;
        height: 60px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-nw {
        font-size: 1em;
        width: 45px;
        height: 45px;
        right: 16px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc + .lst-nw {
        top: 80px;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dc {
        font-size: 1em;
        width: 50px;
        height: 50px;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-nw {
        font-size: 0.9375em;
        width: 38px;
        height: 38px;
        right: 15px;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dc + .lst-nw {
        top: 70px;
    }

    #mt-itm .itm-vw[data-view="4"] #mt-lst .lst-dc {
        font-size: 0.875em;
        width: 40px;
        height: 40px;
    }

    #mt-itm .itm-vw[data-view="4"] #mt-lst .lst-nw {
        font-size: 0.75em;
        width: 30px;
        height: 30px;
        right: 14px;
    }

    #mt-itm .itm-vw[data-view="4"] #mt-lst .lst-dc + .lst-nw {
        top: 60px;
    }

    #mt-itm .itm-vw-ctn,
    #mt-itm .itm-vw-wp {
        height: 210px;
    }

    #mt-opt {
        width: 24%;
    }
}

@media screen and (max-width: 1024px) {

    #mt-hd .hd-opt figure img {
        margin-left: -640px;
        width: 1280px;
    }

    #mt-hd .hd-opt {
        font-size: 0.6875em;
    }

    #mt-hd .hd-opt .hd-opt-act figure figcaption {
        padding: 10px 0;
    }

    #mt-itm .itm-vw {
        margin-left: 28%;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dt {
        font-size: 1em;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dt {
        font-size: 0.875em;
    }

    #mt-dsn .dsn-ctn {
        width: 98%;
    }

    #mt-opt {
        width: 26%;
    }
}

@media screen and (max-width: 860px) {

    .sidebar-button {
        display: block;
    }

    #env-nav-tp {
        display: none;
    }

    #mt-itm .itm-vw-ctn, #mt-itm .itm-vw-wp {
        height: 180px;
    }

    #mt-itm .itm-vw-wp {
        left: 20px;
        right: 20px;
        width: auto;
    }

    #mt-itm .itm-vw-inn > ul:first-of-type {
        text-align: left;
        position: absolute;
        top: 17px;
    }

    #mt-itm .itm-vw-inn .itm-srt aside {
        display: none;
    }

    #mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(1) {
        text-align: right;
    }

    #mt-ctn .cnt-hd-mb {
        display: block;
    }

    #mt-dsn .dsn-ctn {
        margin: 95px auto 30px;
    }

    #mt-hd .hd-inn {
        display: none;
    }

    #mt-hd,
    #mt-itm {
        /*-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.35s;
        -moz-transition: -moz-transform 0.35s;
        transition: transform 0.35s;*/
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    #mt-hd .hd-opt {
        font-size: 0.5em;
    }

    #mt-hd .hd-opt .hd-opt-act figure figcaption {
        padding: 8px 0;
    }

    #mt-itm .itm-vw {
        margin-left: 0;
    }

    #mt-opt {
        position: fixed;
        width: 280px;
        bottom: 0;
        left: -280px;
    }

    #mt-opt .opt-inn {
        width: 100%;
    }

    #mt-opt .opt-inn-mb,
    #mt-opt .opt-ctn-ls {
        display: block;
    }

    #mt-opt .opt-tf {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        cursor: pointer;
        background: transparent;
        visibility: hidden;
        -webkit-transition: background 0.35s, visibility 0s 0.35s;
        -moz-transition: background 0.35s, visibility 0s 0.35s;
        transition: background 0.35s, visibility 0s 0.35s;
    }

    #mt-opt .opt-ctn {
        width: 280px;
        height: 100%;
        background: rgba(35, 35, 35, 0.92);
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        transform: translateX(-280px);
        box-shadow: 0 0 8px #000;
    }

    #mt-opt .opt-cnt {
        position: absolute;
        width: 280px;
        cursor: default;
        top: 60px;
        bottom: 20px;
        overflow: hidden;
    }

    #mt-opt .opt-cnt .iScrollIndicator:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 2px;
        margin: auto;
        background: rgba(100,100,100,0.5);
    }

    #mt-opt .opt-clp {
        display: block;
        -webkit-transform: translateX(65px);
        -moz-transform: translateX(65px);
        transform: translateX(65px);
        -webkit-transition: -webkit-transform 0.35s;
        -moz-transition: -moz-transform 0.35s;
        transition: transform 0.35s;
    }

    #mt-opt .opt-inn .opt-inn-tag {
        font-size: 1em;
        padding: 6px 15px;
        width: auto;
        float: left;
        height: 28px;
        margin: 15px 10px;
    }

    #mt-opt button {
        font-size: 0.8125em;
        padding: 5px 10px;
        margin: 18px 10px 16px;
        float: right;
        height: 24px;
    }

    #mt-opt .opt-wp {
        margin: 20px 30px 0;
    }
}

@media screen and (max-width: 768px) {

    #mt-lst .lst-ctn {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    #mt-hd .hd-opt .hd-opt-act figure figcaption {
        padding: 9px 0 7px;
    }

    #mt-lst ul li {
        width: 23%;
        margin: 0 1% 2%;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst ul li {
        width: 90%;
        margin: 0 5% 2.5%;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst ul li {
        width: 48%;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst ul li {
        width: 31.333%;
    }

    #mt-itm .itm-vw[data-view="4"] #mt-lst ul li {
        width: 23%;
        font-size: 0.8125em;
    }

    #mt-itm .itm-vw[data-view="5"] #mt-lst ul li {
        width: 18%;
    }

    #mt-itm .itm-vw-wp {
        left: 10px;
        right: 10px;
    }

    #mt-lst ul li figcaption {
        bottom: 2.5%;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst ul li figcaption {
        font-size: 0.8125em;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst ul li .lst-tt span {
        font-size: 0.8125em;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst ul li .lst-tt span {
        font-size: 0.75em;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc {
        font-size: 1em;
        width: 50px;
        height: 50px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-nw {
        font-size: 0.9375em;
        width: 38px;
        height: 38px;
        right: 15px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc + .lst-nw {
        top: 70px;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dc {
        font-size: 0.875em;
        width: 40px;
        height: 40px;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-nw {
        font-size: 0.75em;
        width: 30px;
        height: 30px;
        right: 14px;
    }

    #mt-itm .itm-vw[data-view="3"] #mt-lst .lst-dc + .lst-nw {
        top: 60px;
    }

    #mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(1) {
        text-align: center;
        display: none;
    }

    #mt-itm .itm-vw-inn .itm-srt > li:nth-of-type(1) span {
        display: none;
    }

    #mt-itm .itm-vw-inn .itm-srt aside {
        margin: 0;
        float: none;
    }

    #mt-hd .hd-menu-cnt {
        max-height: 40px;
    }

    #mt-hd .hd-menu-cnt ul li a {
        padding: 11px 10px;
        margin: 0 30px;
        font-size: 1.125em;
        letter-spacing: 3px;
    }

    #mt-itm .itm-vw-inn > ul:first-of-type {
        position: relative;
        top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

    #mt-itm .itm-vw-inn .itm-srt {
        padding: 0 5% 20px;
        margin-top: 20px;
    }

    #mt-itm .itm-vw-inn .itm-srt li {
        width: 100%;
    }

    #mt-itm .itm-vw-inn .itm-srt > li p {
        font-size: 1.25em;
        letter-spacing: 2px;
        padding: 12px 0 0;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst .lst-dt {
        font-size: 1em;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dt {
        font-size: 0.6875em;
    }

    #mt-opt .opt-blk > span {
        font-size: 0.875em;
    }

    #mt-opt .opt-lst ul li {
        font-size: 0.75em;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst .lst-dc {
        font-size: 1.125em;
        width: 60px;
        height: 60px;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst .lst-nw {
        font-size: 1em;
        width: 45px;
        height: 45px;
        right: 16px;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst .lst-dc + .lst-nw {
        top: 80px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc {
        font-size: 0.875em;
        width: 40px;
        height: 40px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-nw {
        font-size: 0.75em;
        width: 30px;
        height: 30px;
        right: 14px;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst .lst-dc + .lst-nw {
        top: 60px;
    }

    #mt-itm .itm-vw[data-view="1"] #mt-lst ul li figcaption {
        bottom: 3.5%;
    }

    #mt-itm .itm-vw[data-view="2"] #mt-lst ul li figcaption {
        bottom: 3%;
    }

    #env-nav-bt .nav-bt-soc ul li {
        margin: 10px;
    }
}