function include(scriptUrl) { document.write(''); } function isIE() { var myNav = navigator.userAgent.toLowerCase(); return (myNav.indexOf('msie') != -1) ? parseInt(myNav.split('msie')[1]) : false; }; /* cookie.JS ========================================================*/ include('js/jquery.cookie.js'); /* Easing library ========================================================*/ include('js/jquery.easing.1.3.js'); /* Stick up menus ========================================================*/ ; (function ($) { var o = $('html'); if (o.hasClass('desktop')) { include('js/tmstickup.js'); $(document).ready(function () { $('#stuck_container').TMStickUp({}) }); } })(jQuery); /* ToTop ========================================================*/ ; (function ($) { var o = $('html'); if (o.hasClass('desktop')) { include('js/jquery.ui.totop.js'); $(document).ready(function () { $().UItoTop({easingType: 'easeOutQuart'}); }); } })(jQuery); /* EqualHeights ========================================================*/ ; (function ($) { var o = $('[data-equal-group]'); if (o.length > 0) { include('js/jquery.equalheights.js'); } })(jQuery); /* SMOOTH SCROLLIG ========================================================*/ ; (function ($) { var o = $('html'); if (o.hasClass('desktop')) { include('js/jquery.mousewheel.min.js'); include('js/jquery.simplr.smoothscroll.min.js'); $(document).ready(function () { $.srSmoothscroll({ step: 150, speed: 800 }); }); } })(jQuery); /* Copyright Year ========================================================*/ ; (function ($) { var currentYear = (new Date).getFullYear(); $(document).ready(function () { $("#copyright-year").text((new Date).getFullYear()); }); })(jQuery); ; (function ($) { function include(url) { document.write(''); return false; } include('superfish.js'); jQuery(function () { }) })(jQuery); /* Navbar ========================================================*/ ; (function ($) { include('js/jquery.rd-navbar.js'); })(jQuery); /* Google Map ========================================================*/ ; (function ($) { var o = document.getElementById("google-map"); if (o) { include('http://maps.google.com/maps/api/js?key=AIzaSyAhG-MrWZXoqYH09RCI2ki-XwWaUuk-jBE&sensor=false'); include('js/jquery.rd-google-map.js'); $(document).ready(function () { var o = $('#google-map'); if (o.length > 0) { o.googleMap({styles:[{"featureType":"all","elementType":"labels.text.fill","stylers":[{"saturation":36},{"color":"#000000"},{"lightness":40}]},{"featureType":"all","elementType":"labels.text.stroke","stylers":[{"visibility":"on"},{"color":"#000000"},{"lightness":16}]},{"featureType":"all","elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"administrative","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":17},{"weight":1.2}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":21}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":17}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":29},{"weight":0.2}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":18}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":16}]},{"featureType":"transit","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":19}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":17}]}]}); } }); } }) (jQuery); /* Owl Carousel ========================================================*/ ;(function ($) { var o = $('.owl-carousel'); if (o.length > 0) { include('js/owl.carousel.min.js'); $(document).ready(function () { o.owlCarousel({ margin: 30, smartSpeed: 450, loop: true, dots: false, dotsEach: 1, nav: true, navClass: ['owl-prev fa fa-angle-left', 'owl-next fa fa-angle-right'], responsive: { 0: { items: 1 }, 768: { items: 1}, 980: { items: 1} } }); }); } })(jQuery); /* WOW ========================================================*/ ; (function ($) { var o = $('html'); if ((navigator.userAgent.toLowerCase().indexOf('msie') == -1 ) || (isIE() && isIE() > 9)) { if (o.hasClass('desktop')) { include('js/wow.js'); $(document).ready(function () { new WOW().init(); }); } } })(jQuery); /* Orientation tablet fix ========================================================*/ $(function () { // IPad/IPhone var viewportmeta = document.querySelector && document.querySelector('meta[name="viewport"]'), ua = navigator.userAgent, gestureStart = function () { viewportmeta.content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0"; }, scaleFix = function () { if (viewportmeta && /iPhone|iPad/.test(ua) && !/Opera Mini/.test(ua)) { viewportmeta.content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0"; document.addEventListener("gesturestart", gestureStart, false); } }; scaleFix(); // Menu Android if (window.orientation != undefined) { var regM = /ipod|ipad|iphone/gi, result = ua.match(regM); if (!result) { $('.sf-menus li').each(function () { if ($(">ul", this)[0]) { $(">a", this).toggle( function () { return false; }, function () { window.location.href = $(this).attr("href"); } ); } }) } } }); var ua = navigator.userAgent.toLocaleLowerCase(), regV = /ipod|ipad|iphone/gi, result = ua.match(regV), userScale = ""; if (!result) { userScale = ",user-scalable=0" } document.write(''); /* Camera ========================================================*/ ;(function ($) { var o = $('#camera'); if (o.length > 0) { if (!(isIE() && (isIE() > 9))) { include('js/jquery.mobile.customized.min.js'); } include('js/camera.js'); $(document).ready(function () { o.camera({ autoAdvance: true, height: '54.29268292682927%', minHeight: '350px', pagination: true, thumbnails: false, playPause: false, hover: false, loader: 'none', navigation:false, navigationHover: true, mobileNavHover: false, fx: 'random' }) }); } })(jQuery); /* Search.js ========================================================*/ ; (function ($) { var o = $('.search-form'); if (o.length > 0) { include('js/TMSearch.js'); } })(jQuery); /* Mailform =============================================*/ ;(function ($) { include('js/mailform/jquery.form.min.js'); include('js/mailform/jquery.rd-mailform.min.c.js'); })(jQuery); /* panel */ $(document).ready(function () { $('head').append(''); $('body').prepend('
'); }); $(window).scroll( function () { if ( $(this).scrollTop() > 0) { $("#advanced").css({ position: 'fixed' }); } else { $("#advanced").css({ position: 'relative' }); } } ); $(function () { var strCookies1 = $.cookie('panel1'), isAnimate = false, isOpen = false; if (strCookies1 == null) { $.cookie('panel1', 'closed'); strCookies1 = $.cookie('panel1'); isOpen = false; } if (strCookies1 == 'opened') { $("#advanced").css({ marginTop: '0px' }).removeClass('closed'); isOpen = true; $('#stuck_container').trigger('rePosition', 50); //for sticky menu } else { $("#advanced").css({ marginTop: '-50px' }).addClass('closed'); isOpen = false; $('#stuck_container').trigger('rePosition', 0); //for sticky menu } $("#advanced .trigger").click( function () { if (!isOpen) { $(this).find('strong').animate({ opacity: 0 }).parent().parent('#advanced').removeClass('closed').animate({ marginTop: '0px' }, 300); $.cookie('panel1', 'opened'); strCookies1 = $.cookie('panel1'); isOpen = true; $('#stuck_container').trigger('rePosition', 50); } else { $(this).find('strong').animate({ opacity: 1 }).parent().parent('#advanced').addClass('closed').animate({ marginTop: '-50px' }, 300) $.cookie('panel1', 'closed'); strCookies1 = $.cookie('panel1'); isOpen = false; $('#stuck_container').trigger('rePosition', 0); //for sticky menu } } ) }); /*--------- end panel *------------*/ /* FancyBox ========================================================*/ ;(function ($) { var o = $('.thumb'); if (o.length > 0) { include('js/jquery.fancybox.js'); include('js/jquery.fancybox-media.js'); include('js/jquery.fancybox-buttons.js'); $(document).ready(function () { o.fancybox(); }); } })(jQuery); /* Parallax =============================================*/ ;(function ($) { include('js/jquery.rd-parallax.js'); })(jQuery);