$res .= '</footer>'; // footer.legal\r
\r
// Output footer with Organization microdata wrapper\r
-echo $this->microdata($res, ['class' => 'auto-height'], 'Organization');
\ No newline at end of file
+echo $this->microdata($res, ['class' => 'auto-height','id'=>'footerHolder'], 'Organization');
\ No newline at end of file
});\r
\r
// Allow different styling (background blurring) when popup is open\r
- $(window).on('cubeitopenpopup', function() {\r
+ $(window).on('cubeitopenpopup', function () {\r
$('body').addClass('popupOpen'); // Add class so we can blur the background\r
});\r
- $(window).on('cubeitpopupremoved', function() {\r
+ $(window).on('cubeitpopupremoved', function () {\r
$('body').removeClass('popupOpen');\r
});\r
\r
_resize();\r
}\r
\r
-function _resize(){\r
+function _resize() {\r
resize();\r
- setTimeout(function(){\r
+ setTimeout(function () {\r
resize();\r
- },150);\r
+ }, 150);\r
}\r
\r
function resize() {\r
}\r
\r
$('#z,header').css('transform', transform);\r
+ if(Modernizr.ie10 || Modernizr.ie11){\r
+ if(zoom>1) {\r
+ $("#mm-0").css('height', h + 60);\r
+ }\r
+ $("#footerHolder").css('transform',transform);\r
+ }\r
}\r
\r
function isMobile() {\r
// Recalculate zoom value but don't apply scaling yet\r
calculateZoom();\r
\r
+ var homezoom=zoom;\r
+ if(Modernizr.ie10 || Modernizr.ie11){\r
+ homezoom=1;\r
+ }\r
+\r
// Resize sections, allowing for scale factor that will be applied to parent element\r
- var wh = $(window).outerHeight() / zoom;\r
- var ww = $(window).outerWidth() / zoom;\r
+ var wh = $(window).outerHeight() / homezoom;\r
+ var ww = $(window).outerWidth() / homezoom;\r
\r
resizeHomeContact(ww, wh);\r
resizeHomeReferences(ww, wh);\r
transform-origin: 50% 0 0;\r
}\r
\r
+.ie10, .ie11 {\r
+ #z {\r
+ transform: scale(1) !important;\r
+ }\r
+}\r
+\r
#mm-0 {\r
max-width: 100%;\r
overflow: hidden;\r
}\r
\r
.popupLayer {\r
- .popupWindow,.popupOverlay {\r
+ .popupWindow, .popupOverlay {\r
opacity: 0;\r
transition: opacity @transition-time-popin;\r
}\r
\r
&.display {\r
- .popupWindow,.popupOverlay {\r
+ .popupWindow, .popupOverlay {\r
opacity: 1;\r
}\r
}\r
bottom: 10px;
left: 50%;
transform: translateX(-50%);
+ color:transparent !important;
&:after {
.icon('f');
> div {
flex-basis: 50%;
+ .ie10 &, .ie11 & {
+ flex-basis: 47%;
+ }
padding: 0 14px; // To create a 28px gap between cells
@media @wrapForm {
font-size: 1em;
font-family: @body-font;
color: @color-text;
+ height: 51px;
.ios & {
@media @m768 {