.section {
clear: both;
padding: 0px;
margin: 0px;
} .group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1 } .col {
display: block;
float:left;
margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }  .span_2_of_2 {
width: 100%;
}
.span_1_of_2 {
width: 48.5%;
} .span_3_of_3 {
width: 100%; 
}
.span_2_of_3 {
width: 65.66%; 
}
.span_1_of_3 {
width: 31.33%; 
} .span_4_of_4 {
width: 100%; 
}
.span_3_of_4 {
width: 74.25%; 
}
.span_2_of_4 {
width: 48.5%; 
}
.span_1_of_4 {
width: 22.75%; 
} .span_5_of_5 {
width: 100%;
}
.span_4_of_5 {
width: 79.4%; 
}
.span_3_of_5 {
width: 58.8%; 
}
.span_2_of_5 {
width: 38.2%;
}
.span_1_of_5 {
width: 17.6%;
}  @media only screen and (max-width: 568px) { .col { 
margin: 1% 0 1% 0%;
} .span_2_of_2 {
width: 100%; 
}
.span_1_of_2 {
width: 100%; 
}    
.span_3_of_3 {
width: 100%; 
}
.span_2_of_3 {
width: 100%; 
}
.span_1_of_3 {
width: 100%;
}   
.span_4_of_4 {
width: 100%; 
}
.span_3_of_4 {
width: 100%; 
}
.span_2_of_4 {
width: 100%; 
}
.span_1_of_4 {
width: 100%; 
}    
.span_5_of_5 {
width: 100%; 
}
.span_4_of_5 {
width: 100%; 
}
.span_3_of_5 {
width: 100%; 
}
.span_2_of_5 {
width: 100%; 
}
.span_1_of_5 {
width: 100%; 
}
}@-webkit-keyframes timer {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes timer {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} .timer {
font-family: sans-serif;
font-weight: 100;
} .timer:not(:required) {
border: 6px solid #d7a55a;
border-radius: 24px;
box-sizing: border-box;
display: inline-block;
overflow: hidden;
position: relative;
text-indent: -9999px;
width: 48px;
height: 48px;
}
.timer:not(:required)::before {
-webkit-animation: timer 1250ms infinite linear;
-ms-animation: timer 1250ms infinite linear;
animation: timer 1250ms infinite linear;
-webkit-transform-origin: 3px 3px;
-ms-transform-origin: 3px 3px;
transform-origin: 3px 3px;
background: #d7a55a;
border-radius: 3px;
content: '';
display: block;
position: absolute;
width: 6px;
height: 19.2px;
left: 15px;
top: 15px;
}
.timer:not(:required)::after {
-webkit-animation: timer 15000ms infinite linear;
-ms-animation: timer 15000ms infinite linear;
animation: timer 15000ms infinite linear;
-webkit-transform-origin: 3px 3px;
-ms-transform-origin: 3px 3px;
transform-origin: 3px 3px;
background: #d7a55a;
border-radius: 3px;
content: '';
display: block;
position: absolute;
width: 6px;
height: 16px;
left: 15px;
top: 15px;
}.mm-menu.mm-horizontal > .mm-panel {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease; }
.mm-menu .mm-hidden {
display: none; }
.mm-wrapper {
overflow-x: hidden;
position: relative; }
.mm-menu,
.mm-menu > .mm-panel {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0; }
.mm-menu {
background: inherit;
display: block;
overflow: hidden;
padding: 0; }
.mm-menu > .mm-panel {
background: inherit;
-webkit-overflow-scrolling: touch;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
box-sizing: border-box;
padding: 20px;
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
transform: translate(100%, 0); }
.mm-menu > .mm-panel.mm-opened {
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate(0%, 0);
transform: translate(0%, 0); }
.mm-menu > .mm-panel.mm-subopened {
-webkit-transform: translate(-30%, 0);
-moz-transform: translate(-30%, 0);
-ms-transform: translate(-30%, 0);
-o-transform: translate(-30%, 0);
transform: translate(-30%, 0); }
.mm-menu > .mm-panel.mm-highest {
z-index: 1; }
.mm-menu .mm-list {
padding: 20px 0; }
.mm-menu > .mm-list {
padding-bottom: 0; }
.mm-menu > .mm-list:after {
content: '';
display: block;
height: 40px; }
.mm-panel > .mm-list {
margin-left: -20px;
margin-right: -20px; }
.mm-panel > .mm-list:first-child {
padding-top: 0; }
.mm-list,
.mm-list > li {
list-style: none;
display: block;
padding: 0;
margin: 0; }
.mm-list {
font: inherit;
font-size: 14px; }
.mm-list a,
.mm-list a:hover {
text-decoration: none; }
.mm-list > li {
position: relative; }
.mm-list > li > a,
.mm-list > li > span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: inherit;
line-height: 20px;
display: block;
padding: 10px 10px 10px 20px;
margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
content: '';
border-bottom-width: 1px;
border-bottom-style: solid;
display: block;
width: 100%;
position: absolute;
bottom: 0;
left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
width: auto;
margin-left: 20px;
position: relative;
left: auto; }
.mm-list a.mm-subopen {
background: rgba(3, 2, 1, 0);
width: 40px;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2; }
.mm-list a.mm-subopen:before {
content: '';
border-left-width: 1px;
border-left-style: solid;
display: block;
height: 100%;
position: absolute;
left: 0;
top: 0; }
.mm-list a.mm-subopen.mm-fullsubopen {
width: 100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before {
border-left: none; }
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
padding-right: 5px;
margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
padding-right: 45px;
margin-right: 0; }
.mm-list a.mm-subclose {
text-indent: 20px;
padding-top: 30px;
margin-top: -20px; }
.mm-list > li.mm-label {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 10px;
text-transform: uppercase;
text-indent: 20px;
line-height: 25px;
padding-right: 5px; }
.mm-list > li.mm-spacer {
padding-top: 40px; }
.mm-list > li.mm-spacer.mm-label {
padding-top: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
content: '';
border: 2px solid transparent;
display: inline-block;
width: 7px;
height: 7px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
margin-bottom: -5px;
position: absolute;
bottom: 50%; }
.mm-list a.mm-subopen:after {
border-top: none;
border-left: none;
right: 18px; }
.mm-list a.mm-subclose:before {
border-right: none;
border-bottom: none;
margin-bottom: -15px;
left: 22px; }
.mm-menu.mm-vertical .mm-list .mm-panel {
display: none;
padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
height: 40px; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
top: 16px;
bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
height: 25px; }
html.mm-opened .mm-page {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.mm-menu {
background: #333333;
color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(255, 255, 255, 0.05); } .mm-page {
box-sizing: border-box;
position: relative; }
.mm-slideout {
-webkit-transition: -webkit-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-opened {
overflow: hidden;
position: relative; }
html.mm-opened body {
overflow: hidden; }
html.mm-background .mm-page {
background: inherit; }
#mm-blocker {
background: rgba(3, 2, 1, 0);
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999; }
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
display: block; }
.mm-menu.mm-offcanvas {
display: none;
position: fixed; }
.mm-menu.mm-current {
display: block; }
.mm-menu {
width: 80%;
min-width: 140px;
max-width: 440px; }
html.mm-opening .mm-slideout {
-webkit-transform: translate(80%, 0);
-moz-transform: translate(80%, 0);
-ms-transform: translate(80%, 0);
-o-transform: translate(80%, 0);
transform: translate(80%, 0); }
@media all and (max-width: 175px) {
html.mm-opening .mm-slideout {
-webkit-transform: translate(140px, 0);
-moz-transform: translate(140px, 0);
-ms-transform: translate(140px, 0);
-o-transform: translate(140px, 0);
transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
html.mm-opening .mm-slideout {
-webkit-transform: translate(440px, 0);
-moz-transform: translate(440px, 0);
-ms-transform: translate(440px, 0);
-o-transform: translate(440px, 0);
transform: translate(440px, 0); } } .mm-buttonbar {
border: 1px solid transparent;
border-radius: 5px;
text-align: center;
line-height: 20px;
overflow: hidden;
display: block;
padding: 0;
margin: 0;
position: relative; }
.mm-buttonbar:after {
content: '';
display: block;
clear: both; }
.mm-buttonbar > * {
border-left: 1px solid transparent;
box-sizing: border-box;
display: block;
width: 100%;
height: 100%;
float: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.mm-buttonbar > a {
text-decoration: none; }
.mm-buttonbar > input {
position: absolute;
left: -1000px;
top: -1000px; }
.mm-buttonbar > input:checked + label {
border-color: transparent  !important; }
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
border-left: none; }
.mm-buttonbar.mm-buttonbar-2 > * {
width: 50%; }
.mm-buttonbar.mm-buttonbar-3 > * {
width: 33.33%; }
.mm-buttonbar.mm-buttonbar-4 > * {
width: 25%; }
.mm-buttonbar.mm-buttonbar-5 > * {
width: 20%; }
.mm-header .mm-buttonbar {
margin-top: 20px;
margin-left: -30px;
margin-right: -30px; }
.mm-footer .mm-buttonbar {
border: none;
border-radius: none;
line-height: 40px;
margin: -10px -10px 0 -20px; }
.mm-footer .mm-buttonbar > * {
border-left: none; }
.mm-list > li > .mm-buttonbar {
margin: 10px 20px; }
.mm-menu .mm-buttonbar {
border-color: rgba(255, 255, 255, 0.6);
background: #333333; }
.mm-menu .mm-buttonbar > * {
border-color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-buttonbar > input:checked + label {
background: rgba(255, 255, 255, 0.6);
color: #333333; } em.mm-counter {
font: inherit;
font-size: 14px;
font-style: normal;
text-indent: 0;
line-height: 20px;
display: block;
margin-top: -10px;
position: absolute;
right: 40px;
top: 50%; }
em.mm-counter + a.mm-subopen {
padding-left: 40px; }
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
margin-right: 80px; }
em.mm-counter + a.mm-fullsubopen {
padding-left: 0; }
.mm-vertical em.mm-counter {
top: 12px;
margin-top: 0; }
.mm-nosubresults > em.mm-counter {
display: none; }
.mm-menu em.mm-counter {
color: rgba(255, 255, 255, 0.3); } html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; } .mm-footer {
background: inherit;
border-top: 1px solid transparent;
text-align: center;
line-height: 20px;
box-sizing: border-box;
width: 100%;
height: 40px;
padding: 10px 10px 0 20px;
position: absolute;
z-index: 2;
bottom: 0;
left: 0; }
.mm-menu.mm-hasfooter > .mm-panel:after {
height: 80px; }
.mm-menu .mm-footer {
border-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.3); } .mm-header {
background: inherit;
border-bottom: 1px solid transparent;
text-align: center;
line-height: 20px;
box-sizing: border-box;
width: 100%;
height: 60px;
padding: 0 50px;
position: absolute;
z-index: 2;
top: 0;
left: 0; }
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
padding-top: 30px; }
.mm-header .mm-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
width: 100%;
position: relative; }
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
text-decoration: none;
display: block;
box-sizing: border-box;
min-width: 10px;
height: 100%;
position: absolute;
top: 0;
z-index: 1; }
.mm-header .mm-prev {
padding-left: 20px;
padding-right: 10px;
left: 0; }
.mm-header .mm-next,
.mm-header .mm-close {
padding-left: 10px;
padding-right: 20px;
right: 0; }
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
content: '';
border: 2px solid transparent;
display: inline-block;
width: 7px;
height: 7px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mm-header [href].mm-prev:before {
border-right: none;
border-bottom: none;
margin-left: 2px;
margin-right: 5px; }
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
margin-left: 5px;
margin-right: -2px; }
.mm-header [href].mm-next:after {
border-top: none;
border-left: none; }
.mm-header [href].mm-close:after {
content: 'x'; }
.mm-menu.mm-hassearch .mm-header {
height: 50px;
top: 50px; }
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
padding-top: 20px; }
.mm-menu.mm-hasheader li.mm-subtitle {
display: none; }
.mm-menu.mm-hasheader > .mm-panel {
padding-top: 80px; }
.mm-menu.mm-hasheader > .mm-panel.mm-list {
padding-top: 60px; }
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
padding-top: 120px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
padding-top: 100px; }
.mm-menu .mm-header {
border-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
border-color: rgba(255, 255, 255, 0.3); } .mm-list li.mm-label > span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0;
line-height: 25px; }
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
display: none; }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
top: 8.5px; }
.mm-menu .mm-list li.mm-label > div > div {
background: rgba(255, 255, 255, 0.05); } .mm-search,
.mm-search input {
box-sizing: border-box; }
.mm-list > li.mm-search {
padding: 10px;
margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
margin-top: 0; }
div.mm-panel > div.mm-search {
padding: 0 0 10px 0; }
.mm-menu.mm-hasheader .mm-list > li.mm-search {
margin-top: 0; }
.mm-menu > .mm-search {
background: inherit;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2; }
.mm-search {
padding: 10px; }
.mm-search input {
border: none;
border-radius: 30px;
font: inherit;
font-size: 14px;
line-height: 30px;
outline: none;
display: block;
width: 100%;
height: 30px;
margin: 0;
padding: 0 10px; }
.mm-search input::-ms-clear {
display: none; }
.mm-menu .mm-noresultsmsg {
text-align: center;
font-size: 21px;
display: none;
padding: 60px 0; }
.mm-menu .mm-noresultsmsg:after {
border: none !important; }
.mm-noresults .mm-noresultsmsg {
display: block; }
.mm-menu li.mm-nosubresults > a.mm-subopen {
display: none; }
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
padding-top: 70px; }
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
margin-top: -10px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
padding-top: 0; }
.mm-menu .mm-search input {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
color: rgba(255, 255, 255, 0.3); } input.mm-toggle,
input.mm-check {
position: absolute;
left: -10000px; }
label.mm-toggle,
label.mm-check {
margin: 0;
position: absolute;
bottom: 50%;
z-index: 2; }
label.mm-toggle:before,
label.mm-check:before {
content: '';
display: block; }
label.mm-toggle {
border-radius: 30px;
width: 50px;
height: 30px;
margin-bottom: -15px; }
label.mm-toggle:before {
border-radius: 30px;
width: 28px;
height: 28px;
margin: 1px; }
input.mm-toggle:checked ~ label.mm-toggle:before {
float: right; }
label.mm-check {
width: 30px;
height: 30px;
margin-bottom: -15px; }
label.mm-check:before {
border-left: 3px solid;
border-bottom: 3px solid;
width: 40%;
height: 20%;
margin: 25% 0 0 20%;
opacity: 0.1;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
input.mm-check:checked ~ label.mm-check:before {
opacity: 1; }
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
bottom: auto;
margin-bottom: 0; }
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
top: 5px; }
.mm-menu.mm-vertical .mm-list > li label.mm-check {
top: 5px; }
label.mm-toggle, label.mm-check {
right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
margin-right: 70px; }
label.mm-check + a,
label.mm-check + span {
margin-right: 50px; }
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
right: 50px; }
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
margin-right: 100px; }
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
margin-right: 80px; }
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
right: 90px; }
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
margin-right: 140px; }
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
margin-right: 120px; }
.mm-menu label.mm-toggle {
background: rgba(0, 0, 0, 0.15); }
.mm-menu label.mm-toggle:before {
background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }
.mm-menu label.mm-check:before {
border-color: rgba(255, 255, 255, 0.6); } html.mm-slide .mm-menu {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
-webkit-transform: translateX(-30%);
-moz-transform: translateX(-30%);
-ms-transform: translateX(-30%);
-o-transform: translateX(-30%);
transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
-webkit-transform: translateX(30%);
-moz-transform: translateX(30%);
-ms-transform: translateX(30%);
-o-transform: translateX(30%);
transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
-ms-transform: translateY(-30%);
-o-transform: translateY(-30%);
transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
-webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-ms-transform: translateY(30%);
-o-transform: translateY(30%);
transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%); }
html.mm-zoom-menu .mm-menu {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateX(-30%);
-moz-transform: scale(0.7, 0.7) translateX(-30%);
-ms-transform: scale(0.7, 0.7) translateX(-30%);
-o-transform: scale(0.7, 0.7) translateX(-30%);
transform: scale(0.7, 0.7) translateX(-30%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateX(30%);
-moz-transform: scale(0.7, 0.7) translateX(30%);
-ms-transform: scale(0.7, 0.7) translateX(30%);
-o-transform: scale(0.7, 0.7) translateX(30%);
transform: scale(0.7, 0.7) translateX(30%);
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
-o-transform-origin: right center;
transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateY(-30%);
-moz-transform: scale(0.7, 0.7) translateY(-30%);
-ms-transform: scale(0.7, 0.7) translateY(-30%);
-o-transform: scale(0.7, 0.7) translateY(-30%);
transform: scale(0.7, 0.7) translateY(-30%);
-webkit-transform-origin: center top;
-moz-transform-origin: center top;
-ms-transform-origin: center top;
-o-transform-origin: center top;
transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateY(0%);
-moz-transform: scale(1, 1) translateY(0%);
-ms-transform: scale(1, 1) translateY(0%);
-o-transform: scale(1, 1) translateY(0%);
transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateY(30%);
-moz-transform: scale(0.7, 0.7) translateY(30%);
-ms-transform: scale(0.7, 0.7) translateY(30%);
-o-transform: scale(0.7, 0.7) translateY(30%);
transform: scale(0.7, 0.7) translateY(30%);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateY(0%);
-moz-transform: scale(1, 1) translateY(0%);
-ms-transform: scale(1, 1) translateY(0%);
-o-transform: scale(1, 1) translateY(0%);
transform: scale(1, 1) translateY(0%); }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
-webkit-transform: scale(1.5, 1.5) translateX(100%);
-moz-transform: scale(1.5, 1.5) translateX(100%);
-ms-transform: scale(1.5, 1.5) translateX(100%);
-o-transform: scale(1.5, 1.5) translateX(100%);
transform: scale(1.5, 1.5) translateX(100%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition-property: -webkit-transform, left;
transition-property: transform, left; }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
-webkit-transform: scale(0.7, 0.7) translateX(-30%);
-moz-transform: scale(0.7, 0.7) translateX(-30%);
-ms-transform: scale(0.7, 0.7) translateX(-30%);
-o-transform: scale(0.7, 0.7) translateX(-30%);
transform: scale(0.7, 0.7) translateX(-30%); } .mm-menu.mm-fullscreen {
width: 100%;
min-width: 140px;
max-width: 10000px; }
html.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
transform: translate(100%, 0); }
@media all and (max-width: 140px) {
html.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(140px, 0);
-moz-transform: translate(140px, 0);
-ms-transform: translate(140px, 0);
-o-transform: translate(140px, 0);
transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
html.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(10000px, 0);
-moz-transform: translate(10000px, 0);
-ms-transform: translate(10000px, 0);
-o-transform: translate(10000px, 0);
transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
@media all and (max-width: 140px) {
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(-140px, 0);
-moz-transform: translate(-140px, 0);
-ms-transform: translate(-140px, 0);
-o-transform: translate(-140px, 0);
transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(-10000px, 0);
-moz-transform: translate(-10000px, 0);
-ms-transform: translate(-10000px, 0);
-o-transform: translate(-10000px, 0);
transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
height: 100%;
min-height: 140px;
max-height: 10000px; }
html.mm-opened.mm-fullscreen .mm-page {
box-shadow: none !important; } .mm-menu.mm-top,
.mm-menu.mm-bottom {
width: 100%;
min-width: 100%;
max-width: 100%; }
.mm-menu.mm-right {
left: auto;
right: 0; }
.mm-menu.mm-bottom {
top: auto;
bottom: 0; }
html.mm-right.mm-opening .mm-slideout {
-webkit-transform: translate(-80%, 0);
-moz-transform: translate(-80%, 0);
-ms-transform: translate(-80%, 0);
-o-transform: translate(-80%, 0);
transform: translate(-80%, 0); }
@media all and (max-width: 175px) {
html.mm-right.mm-opening .mm-slideout {
-webkit-transform: translate(-140px, 0);
-moz-transform: translate(-140px, 0);
-ms-transform: translate(-140px, 0);
-o-transform: translate(-140px, 0);
transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
html.mm-right.mm-opening .mm-slideout {
-webkit-transform: translate(-440px, 0);
-moz-transform: translate(-440px, 0);
-ms-transform: translate(-440px, 0);
-o-transform: translate(-440px, 0);
transform: translate(-440px, 0); } } html.mm-front .mm-slideout {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
z-index: 0 !important; }
.mm-menu.mm-front {
z-index: 1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
html.mm-opened.mm-next .mm-page {
box-shadow: none; }
.mm-menu.mm-front, .mm-menu.mm-next {
-webkit-transition: -webkit-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
-webkit-transform: translate(0, -100%);
-moz-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
-o-transform: translate(0, -100%);
transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
transform: translate(0, 100%); }
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
height: 80%;
min-height: 140px;
max-height: 880px; } html.mm-opened.mm-light .mm-page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light {
background: #f3f3f3;
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
background: rgba(255, 255, 255, 0.6);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light .mm-buttonbar {
border-color: rgba(0, 0, 0, 0.6);
background: #f3f3f3; }
.mm-menu.mm-light .mm-buttonbar > * {
border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
background: rgba(0, 0, 0, 0.6);
color: #f3f3f3; }
.mm-menu.mm-light label.mm-check:before {
border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light em.mm-counter {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-footer {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-header {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list li.mm-label > div > div {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light .mm-search input {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light label.mm-toggle {
background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light label.mm-toggle:before {
background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }
html.mm-opened.mm-white .mm-page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white {
background: white;
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
background: rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0.06); }
.mm-menu.mm-white .mm-list > li.mm-label {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white .mm-buttonbar {
border-color: rgba(0, 0, 0, 0.6);
background: white; }
.mm-menu.mm-white .mm-buttonbar > * {
border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
background: rgba(0, 0, 0, 0.6);
color: white; }
.mm-menu.mm-white label.mm-check:before {
border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white em.mm-counter {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-footer {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-header {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list li.mm-label > div > div {
background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white .mm-search input {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white label.mm-toggle {
background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white label.mm-toggle:before {
background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }
html.mm-opened.mm-black .mm-page {
box-shadow: none; }
.mm-menu.mm-black {
background: black;
color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-list > li:after {
border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
background: rgba(255, 255, 255, 0.25);
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black .mm-buttonbar {
border-color: rgba(255, 255, 255, 0.6);
background: black; }
.mm-menu.mm-black .mm-buttonbar > * {
border-color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
background: rgba(255, 255, 255, 0.6);
color: black; }
.mm-menu.mm-black label.mm-check:before {
border-color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black em.mm-counter {
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-footer {
border-color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-header {
border-color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list li.mm-label > div > div {
background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black .mm-search input {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black label.mm-toggle {
background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black label.mm-toggle:before {
background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }html {
font-size: 62.5%;
}
body {
background: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 1.4em;
line-height: 1.5;
color: #626262;
}
.wrapper {
max-width: 992px;
min-width: 280px;
margin: 0 auto;
padding: 0 2%;
position: relative;
}
.header {
position: relative;
z-index: 99;
}
.top {
padding: 30px 0;
}
.top .search {
float: left;
position: relative;
height: 30px;
width: 42px;
}
.top .search.active {
height: 50px;
}
.top .search label span.screen-reader-text,
.top .search input.search-submit {
display: none;
}
.top .search span.icon {
display: block;
width: 23px;
height: 22px;
background: url(//www.mit.gl/wp-content/themes/mitgl/images/icon-search.png?v2) center center no-repeat;
background-size: cover;
}
.top .search.active span.icon {
background-image: url(//www.mit.gl/wp-content/themes/mitgl/images/icon-search-hover.png?v2);
}
.top .search input.search-field {
display: none;
opacity: 0;
position: absolute;
top: 35px;
left: 0;
padding: 0 10px;
width: 160px;
height: 26px;
line-height: 26px;
background: #efefef;
font-weight: 300;
border: 0;
border-radius: 0;
outline: 0;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
.top .search.active input.search-field {
display: block;
opacity: 1;
}
.top ul.quickmenu {
float: left;
}
.top ul.quickmenu li:after {
display: inline-block;
content: '\007C';
color: #939393;
padding: 0 12px;
font-size: 10px;
}
.top .nav a {
display: inline-block;
color: #939393;
font-size: 1.2rem;
}
.top ul.language-picker {
float: left;
margin-left: 3px;
}
.top ul.language-picker li {
padding-right: 10px;
}
.top ul.language-picker .lang-item img ~ span {
display: none;
}
.logo {
float: right;
}
.logo img {
width: 285px;
vertical-align: top;
}
.nav-responsive-toggle {
display: none;
float: left;
margin-top: 5px;
}
.nav-responsive-toggle a {
display: block;
font-size: 2.4rem;
color: #00374b;
text-decoration: none;
}
.nav-responsive-toggle a:hover {
text-decoration: none;
}
.menu {
position: relative;
z-index: 99;
height: 50px;
background-color: #00374b;
box-shadow: 0 4px 5px rgba(2,2,2,.18);
}
.menu ul {
position: relative;
white-space: nowrap;
}
.menu a {
line-height: 50px;
white-space: nowrap;
}
.menu .nav a {
padding: 0 16px;
font-weight: 500;
color: #fff;
}
.menu .nav li > a:hover,
.menu .nav li.current_page_item > a {
color: #d7a55a;
}
.menu .nav span.separator:before {
line-height: 50px;
color: #e29793;
}
.menu .icons a {
display: inline;
padding: 0;
color: #fff;
font-size: 2rem;
}
.menu .icons a:hover {
color: #c9e4f9;
}
.menu ul.nav-dropdown {
margin: 0;
padding: 7px 0 12px 0;
list-style: none;
display: block;
position: absolute;
top: 100%;
right: 0;
background-color: #00374b;
opacity: 0;
overflow: hidden;
visibility: hidden;
z-index: 150;
-webkit-transition: all 150ms;
transition: all 150ms;
}
.menu ul.nav-dropdown li {
display: block;
}
.menu ul.nav-dropdown li a {
line-height: 36px;
padding: 0 20px;
}
.menu ul.nav-dropdown li .icons a {
padding: 0 0 0 20px;
}
.no-touch .nav-has-dropdown:hover .nav-dropdown,
.nav-has-dropdown.nav-hover .nav-dropdown,
.nav-focus+.nav-dropdown {
opacity: 1;
box-shadow: 0 4px 5px rgba(2,2,2,.18);
visibility: visible;
-webkit-transition: all 90ms;
transition: all 90ms;
}
.slideshow {
width: 100%;
overflow: hidden;
z-index: 50;
position: relative;
height: 520px;
top: -28px;
margin-bottom: -28px;        
}
.slideshow .cycle-prev,
.slideshow .cycle-next {
position: absolute;
z-index: 999;
top: 47%;
color: #d7a55a;
font-size: 6rem;
line-height: 1;
cursor: pointer;
}
.slideshow .cycle-prev {
left: 1%;
}
.slideshow .cycle-next {
right: 1%;
}
.slideshow div.slide {
box-sizing: border-box;
width: 100%;
height: 520px;
padding-top: 170px;
background-color: #eee;
background-repeat: repeat-x;
background-position: center center;
background-size: cover;
}
.slideshow div.slide .wrapper {
padding: 0 8%;
}
.slideshow span {
display: block;
line-height: 1.1;
}
.slideshow span.slide-title {
color: #ffffff;
font-size: 3.6rem;
}
.slideshow span.slide-subtitle {
color: #ffffff;
font-size: 5.2rem;
font-weight: 500;
margin-bottom: 20px;
}
.slideshow .button-large {
color: #ffffff;
-webkit-transition: all .2s;
transition: all .2s;
}
.slideshow .button-large:hover {
background: #d7a55a;
color: #00374b;
}
.banner,
.breadcrumb {
width: 104%;
margin-left: -2%;
}
.banner img {
position: relative;
z-index: 50;
display: block;
width: 100%;
margin: 0 auto;
top: -28px;
margin-bottom: -28px;
}
.breadcrumb {
background: #e4e4e4;
padding: 3px 0;
}
.breadcrumb .unit {
padding-left: 15px !important;
}
.breadcrumb ul {
margin: 0 0 0 1%;
padding: 0;
list-style: none;
}
.breadcrumb ul li {
display: inline-block;
margin-right: 10px;
}
.breadcrumb ul li a {
text-decoration: none;
}
.breadcrumb ul li span {
color: #9e9e9e;
}
.breadcrumb ul li span:after {
display: inline-block;
padding-left: 7px;
content: '\203A';
color: #9e9e9e;
}
.breadcrumb ul li:last-child span {
color: #00374b;
}
.breadcrumb ul li:last-child span:after {
display: none;
}
.container {
position: relative;
z-index: 50;
}
.container-grey {
background: #f6f6f6;
}
.container-red {
background: #00374b;
color: #fff;
}
#main {
overflow: hidden;
}
.section-big,
.section-medium,
.section-small, {
overflow: hidden;
}
.section-big {
padding: 60px 0;
}
.section-medium {
padding: 30px 0;
}
.section-small {
padding: 15px 0;
}
.sitemap {
position: relative;
background: #d7a55a;
color: #5a4320;
padding: 30px 0;
}
.sitemap .elevator-link {
display: inline-block;
position: absolute;
top: -45px;
right: 0;
color: #00374b;
text-decoration: none;
font-size: 25px;
-webkit-transition: color .2s;
transition: color .2s;
z-index: 100;
}
.sitemap .elevator-link:hover {
color: #545454;
}
.sitemap ul.links,
.sitemap ul.links li {
border-color: #b98638;
}
.sitemap ul.links li a {
color: #5d4624;
-webkit-transition: color .2s;
transition: color .2s;
}
.sitemap ul.links li > a:hover,
.sitemap ul.links li.selected > a {
color: #00374b;
}
.footer {
padding: 30px 0;
background: #daae6c;
color: #5f4b2f;
}
.footer .icon-home {
font-size: 1.6rem;
margin-right: 10px;
}
.footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer ul li {
display: inline-block;
}
.footer ul li span:after {
display: inline-block;
padding: 0 16px;
content: '\007C';
color: #9e9e9e;
}
.footer .icons {
float: right;
}
.footer .icons a {
color: #736042;
font-size: 1.8rem;
}
.footer .icons a:hover {
color: #00374b;
}
ul.nav {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
}
ul.nav li {
display: inline-block;
font-size: 1.5rem;
}
ul.nav li a {
display: block;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
ul.nav li > a:hover,
ul.nav li.selected > a {
}
ul.icons {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
ul.icons li {
float: left;
}
ul.icons li a {
display: block;
font-size: 1.4rem;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
ul.links {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #ddd;
}
ul.links > li {
border-bottom: 1px solid #ddd;
overflow: hidden;
}
ul.links li a {
display: block;
line-height: 2.8;
text-decoration: none;
color: #00374b;
outline: none;
}
ul.links > li > a:hover,
ul.links > li.selected > a {
color: #545454;
}
ul.links > li > a > span:after {
display: block;
float: right;
content: '\203A';
}
ul.links ul {
margin: 0 0 15px;
padding: 0;
list-style: none;
display: none;
}
ul.links li.current_page_ancestor > ul {
display: block;
}
ul.links ul li a {
font-size: 1.4rem;
line-height: 2;
color: #626262;
}
ul.links ul li > a:hover,
ul.links ul li.current_page_item > a {
color: #00374b;
}
ul.links ul li > a > span:after {
display: block;
float: left;
content: '\203A';
margin-right: 10px;
}
ul.links ul ul {
margin: 0 0 5px 15px;
}
.tabs {
overflow: hidden;
}
.tabs.tabs-2 a,
.tabs.tabs-3 a {
float: left;
}
.tabs.tabs-2 a {
width: 50%;
}
.tabs.tabs-3 a {
width: 33.33%;
}
.tabs a {
display: block;
height: 44px;
line-height: 43px;
background: #f2f2f2;
border-radius: 6px 6px 0 0;
-webkit-transition: background .2s;
transition: background .2s;
text-decoration: none;
outline: none;
}
.tabs a:hover {
text-decoration: none;
}
.tabs a.selected,
.tabs a:hover {
background: #ededed;
}
.tabs-blue a {
background: #bba47e;
}
.tabs-blue a.selected,
.tabs-blue a:hover {
background: #d7a55a;
}
.tabs a span.border {
position: relative;
display: block;
margin: 0 12px;
padding: 0 18px;
}
.tabs a span.subtitle {
margin: 0;
}
.tabs a span.border img {
position: absolute;
top: 10px;
right: 8px;
width: auto;
height: 20px;
}
.tabs a.selected span.border {
margin-bottom: -1px;
border-bottom: 1px solid #d6d6d6;
}
.tabs-blue a.selected span.border {
border-bottom-color: #d8a653;
}
.tab-content {
display: none;
}
.tab-content.tab-active {
display: block;
}
.timeslider-wrapper {
background: #e6b56b;
}
.ui-slider {
position: relative;
text-align: left;
height: 24px;
margin: 0 28px;
}
.ui-slider-handle {
height: 24px;
line-height: 24px;
width: 56px;
margin-left: -28px;
font-weight: 500;
background: #00374b;
color: #fff;
position: absolute;
z-index: 2;
cursor: default;
-ms-touch-action: none;
touch-action: none;
text-align: center;
outline: none;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider-handle:hover {
cursor: move;
} .flights-overview .tabs span.border img {
height: 25px;
top: 9px;
}
.flights-overview-content {
padding: 24px 12px;
background: #d7a55a;
}
.flights-overview-content-loader {
display: none;
text-align: center;
}
.flights-overview-content-nojs {
display: none;
}
.flights-overview-content.loading .tab-content {
display: none;
}
.flights-overview-content.loading .flights-overview-content-loader {
display: block;
}
.no-js .flights-overview-content-nojs {
display: block !important;
}
.no-js .flights-overview-content-loader,
.no-js .tab-content {
display: none !important;
}
.flights-overview span.date {
display: block;
color: #fff;
background: #00374b;
line-height: 24px;
padding: 0 12px;
font-weight: 500;
}
.flights-overview span.notice {
display: block;
color: #00374b;
font-size: 1.2rem;
font-weight: 500;
}
.flights-overview span.notice i {
font-size: 16px;
}
div.flights-table-wrapper {
width: 100%;
overflow-x: auto;
}
table.flights-table {
margin: 20px 0;
width: 100%;
min-width: 400px;
border-collapse: collapse;
background-image: repeating-linear-gradient(#f3c272, #f2c169 30px, #d8a653 30px, #d8a653 60px);
}
table.flights-table th,
table.flights-table td {
text-align: left;
padding: 0 6px;
line-height: 30px;
white-space: nowrap;
}
table.flights-table thead th {
color: #00374b;
font-weight: 500;
}
table.flights-table tbody td {
color: #454545;
font-size: 1.2rem;
}
table.flights-table tbody tr:nth-child(odd) td {
}
table.flights-table.departures .from {
display: none;
}
table.flights-table.departures.show-all .from {
display: table-cell;
}
table.flights-table.arrivals .to {
display: none;
}    
table.flights-table.arrivals.show-all .to {
display: table-cell;
}  
.news-overview {
background: #ededed;
border-radius: 6px 6px 0 0;
}
.news-overview-content {
position: relative;
border-bottom: 1px solid #d6d6d6;
padding: 12px;
margin: 0 15px;
}
.news-overview-content:last-child {
border-bottom: 0;
}
.news-overview-content span {
display: block;
padding: 3px 0;
}
.news-overview-content span.date {
font-size: 1.2rem;
color: #a9a9a9;
}
.news-overview-content span.headline {
font-weight: 500;
color: #626262;
}
.news-overview-content span.link {
font-size: 1.3rem;
}
.focusbox {
background: #ededed;
min-height: 370px;
}
.focusbox.small {
min-height: 0;
}
.focusbox-image {
height: 140px;
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.focusbox.small .focusbox-image {
height: 190px;
}
.focusbox-image div.overlay {
position: absolute;
z-index: 50;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #00374c;
opacity: 0;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
.focusbox:hover .focusbox-image div.overlay {
opacity: .8;
}
.focusbox-image img {
position: absolute;
z-index: 99;
bottom: -28px;
left: 50%;
margin-left: -28px;
width: 56px;
height: 56px;
}
.focusbox.small .focusbox-image img {
top: 50%;
margin-top: -35px;
bottom: auto;
margin-left: -35px;
width: 70px;
height: 70px;
}
.focusbox-content {
padding: 45px 15px 20px;
}
.focusbox.small .focusbox-content {
display: none;
}
.focusbox-content span.subtitle {
text-align: center;
color: #00374b
}
.focusbox-content span.link {
display: block;
padding-top: 5px;
font-size: 1.3rem;
}
.focusbox-content span.link.icons {
padding-top: 0;
font-size: 1.8rem;
}
.posts-looping .post,
.posts-looping .page {
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
.post .entry-meta {
color: #A5A5A5;
padding-bottom: 10px;
font-size: 1.2rem;
}
.pagination h2 {
display: none;
}
.pagination a,
.pagination span.page-numbers {
display: inline-block;
padding: 4px 12px;
background: #00374b;
color: #fff;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
.pagination span.page-numbers {
background: #808080;
}
.pagination a:hover {
color: #c9e4f9;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
hr {
display: block;
margin: 0 0 18px;
padding: 0;
height: 1px;
width: 100%;
border: none;
background: #d6d6d6;
}
h1,
span.title {
display: block;
margin: 0 0 20px;
font-weight: 500;
font-size: 2.2rem;
}
span.title {
color: #00374b;
}
span.subtitle {
display: block;
margin: 0 0 20px;
font-weight: 500;
font-size: 1.6rem;
}
p.emphasize {
line-height: 150%;
margin: 10px 0;
}
a {
color: #00374b;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.button-large {
display: inline-block;
padding: 0 14px;
border: 2px solid #fff;
background: none;
font-size: 1.6rem;
line-height: 2;
text-decoration: none;
}
.button-large:hover {
text-decoration: none;
}
.button-small {
display: inline-block;
padding: 0 8px;
background: #00374b;
line-height: 2.2;
font-size: 1.3rem;
font-weight: 500;
color: #fff;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
.button-small:hover {
color: #c9e4f9;
text-decoration: none;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.align-left,
.alignleft {
text-align: left;
}
.align-center,
.aligncenter {
text-align: center;
}
.align-right,
.alignright {
text-align: right;
} .wpcf7-form,
.wpcf7-form * {
box-sizing: border-box;
}
.wpcf7-form {
margin: 20px 0;
max-width: 550px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background: #fdfdfd;
}
.wpcf7-form p {
margin: 0 0 20px 0;
padding: 0;
}
.wpcf7-form input {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wpcf7-form textarea {
display: block;
width: 100%;
height: 60px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.button,
.wpcf7-form input.wpcf7-submit {
background: #003366;
color: #fff;
font-weight: bold;
font-size: 16px;
border: 0;
}
div.wpcf7-response-output {
margin: 0 !important;
} @media all and (min-width: 1050px) {
.container-banner {
top: -288px;
margin-bottom: -288px;
padding-top: 288px;
background: #f6f6f6 url(//www.mit.gl/wp-content/themes/mitgl/images/content-bg.png) top center no-repeat;
z-index: 49;
}
.menu ul.nav > li.icons-item {
position: absolute;
right: 16px;
}
} @media all and (min-width: 569px) {
.menu .nav li {
position: relative;
}
.container-slideshow {
top: -100px;
margin-bottom: -100px;
padding-bottom: 50px;
}
} @media all and (max-width: 568px) {
.top {
padding: 10px 0 20px;
}
.top .search,
.top ul.nav {
display: none;
}
.nav-responsive-toggle {
display: block;
}
.col-navs {
float: left;
width: auto;
}
.col-logo {
float: right;
width: 220px;
}
.logo {
float: none;
text-align: left;
}
.logo img {
width: 100%;
}
.menu,
.slideshow,
.breadcrumb,
.sidebar {
display: none;
}
.section-big {
padding: 30px 0;
}
#main .section-big {
padding-top: 10px;
}
.banner img {
top: auto;
margin-bottom: 0;
}
.focusbox {
min-height: 0;
}
.tabs-2 a span.border {
text-align: center;
margin: 0 5px;
padding: 0;
}
.tabs-2 a span.border img {
position: relative;
top: 7px;
right: auto;
width: auto;
height: 30px;
}
.tabs-2 a span.subtitle {
display: none;
}  
.flights-overview span.notice {
margin: 10px 0;
}
.sitemap ul.links {
margin-bottom: 20px;
}
.footer {
line-height: 1.8;
}
.footer ul.contactinfo {
margin-top: 10px;
}
.footer ul.contactinfo li {
display: block;
text-align: center;
}
.footer ul.contactinfo li:first-child {
display: none;
}
.footer ul li span:after {
display: none;
}
.footer .icons {
float: none;
margin: 10px 0;
text-align: center;
}
.footer ul.icons li {
float: none;
display: inline-block;
}
.mobile-non-pull {
float: none !important;
}
} .mm-list .page-item-3779,
.mm-list .page-item-3789,
.mm-list .page-item-3787 {
display: none !important;
}