/***********************
*  Site Specific JS   *
************************/

//Javascripts
$(document).ready(function(){ 
  $.favicon('http://cdn.myld.com.au/2/1647/bill-spooner-s-coaching-academy_44712474bd.png');
  
	menu.contactDetails({
		
		phone: '0740413232', //optional, can have multiple values[array] 
		mobile: null, //optional, can have multiple values[array]
		email: 'info@billspooner.com.au', //optional, can have multiple values[array] 
		address: '1/195 Lyons Street Cairns, QLD 4870', //optional, single value
		hours: [['Mon to Fri','10:00am to 6:30pm'],['Saturday','By Appt']] //optional
		
	});
    
    
    // View section_1
    $('#view_section_1').insertBefore('.footer');

    // View error div
    $('#error').insertBefore('.footer');
    
    $('.navbar .navbar-nav > li').eq(2).addClass('dropdown').append('<ul class="dropdown-menu">'+
          '<li><a class="tab1" href="tuition#tab1">Maths</a></li><li><a class="tab2" href="tuition#tab2">English</a></li><li><a class="tab3" href="tuition#tab3">Reading</a></li><li><a class="tab4" href="tuition#tab4">Science</a></li><li><a class="tab5" href="tuition#tab5">Power Learning</a></li><li><a class="tab6" href="tuition#tab6">Online Live Tuition</a></li>'+
        '</ul>').children('a').addClass('dropdown-toggle').attr('data-toggle', 'dropdown');
    $('.navbar .navbar-nav > li').eq(3).addClass('dropdown').append('<ul class="dropdown-menu">'+
          '<li><a class="tab1" href="learning-difficulties#tab1">Irlen Syndrome</a></li><li><a class="tab2" href="learning-difficulties#tab2">Dyslexia</a></li>'+
        '</ul>').children('a').addClass('dropdown-toggle').attr('data-toggle', 'dropdown');
    menu.reset();
    
    $('.dropdown-menu').mouseenter( function(){
        $(this).closest('li').addClass('drop');
    });    
    $('.dropdown-menu').mouseleave( function(){
        $(this).closest('li').removeClass('drop');
    });   
    
    $('.menu_link_3').click(function(){
        window.location.href = window.location.origin + "/tuition";
    });    
    $('.menu_link_4').click(function(){
        window.location.href = window.location.origin + "/learning-difficulties";
    });    
    
    // Javascript to enable link to tab
    var url = document.location.toString();
    if (url.match('#')) {
        $('#tabber .nav a[href=#'+url.split('#')[1]+']').tab('show') ;
    }

    // Change hash for page-reload
    $('#tabber .nav a').on('shown.bs.tab', function (e) {
        window.location.hash = e.target.hash;
    })   
    
    if ( $("body#tuition").is("*") ) {

      $(".menu_link_3 .dropdown-menu a").attr('data-toggle', 'tab');

      if(window.location.hash) {
          $('html, body').animate({scrollTop: $('.tab-content').offset().top -20 }, 'slow');
      }
      $('#navigation .dropdown-menu a').click(function(){
          $('#tabber li').removeClass('active');
          $('html, body').animate({scrollTop: $('.tab-content').offset().top -20 }, 'slow');
      });  
      $('#navigation .dropdown-menu .tab2').click(function(){
          $('#tabber .tab2').addClass('active');
      });  
      $('#navigation .dropdown-menu .tab3').click(function(){
          $('#tabber .tab3').addClass('active');
      });
      $('#navigation .dropdown-menu .tab4').click(function(){
          $('#tabber .tab4').addClass('active');
      });  
      $('#navigation .dropdown-menu .tab5').click(function(){
          $('#tabber .tab5').addClass('active');
      });  
      $('#navigation .dropdown-menu .tab6').click(function(){
          $('#tabber .tab6').addClass('active');
      });  

    }
    if ( $("body#learning-difficulties").is("*") ) {

      $("#navigation .nav li.active .dropdown-menu a").attr('data-toggle', 'tab');

      if(window.location.hash) {
          $('html, body').animate({scrollTop: $('.tab-content').offset().top -20 }, 'slow');
      }
      $('#navigation li.active .dropdown-menu a').click(function(){
          $('#tabber li').removeClass('active');
          $('html, body').animate({scrollTop: $('.tab-content').offset().top -20 }, 'slow');
      });  
      $('#navigation li.active .dropdown-menu .tab1').click(function(){
          $('#tabber .tab1').addClass('active');
      });  
      $('#navigation li.active .dropdown-menu .tab2').click(function(){
          $('#tabber .tab2').addClass('active');
      });  

    }
    
    if ( $("body#enrolment-form").is("*") ) {
        
        // Enrolment Form    
        $('#enrolment_form').formValidation({
            validateText: ["students_first_name","students_first_last","parents_first_name","parents_first_last","school_attending","street_address","city","state","postal","phone"],
            validateDropdown: ["country"],
            validateEmail: ["email"],
            validateSpam: true,
            captchaTheme: 'default'
        });
        
    }    
    
        // Map
        function map() {
          var myLatlng = new google.maps.LatLng(-16.93677, 145.75319);
          var image = 'http://cdn.myld.com.au/2/1647/bill-spooner-s-coaching-academy_ed78c535e5.png';
          var mapOptions = {
            scrollwheel: false,
            zoom: 13,
            center: myLatlng,
            mapTypeId: google.maps.MapTypeId.ROADMAP
          }

          if ($('#map').length > 0) {
              var map = new google.maps.Map(document.getElementById('map'), mapOptions);

              var marker = new google.maps.Marker({
                  position: myLatlng,
                  map: map,
                  icon: image
              });

              google.maps.event.addDomListener(window, 'resize', function() {
                    map.setCenter(myLatlng);
              });         
              google.maps.event.addDomListener(window, 'orientationchange', function() {
                    map.setCenter(myLatlng);
              });   
            }
        }
        $(window).load(function(){
            map();
        });    
    
    

    // Slider
    $("#slider").backstretch([
      "http://cdn.myld.com.au/2/1647/bill-spooner-s-coaching-academy_5ab739bf38.jpg",
      "http://cdn.myld.com.au/2/1647/bill-spooner-s-coaching-academy_51b60777dc.jpg",
      "http://cdn.myld.com.au/2/1715/web_bill-spooner-s-coaching-academy_e4cf7b1d99.jpg"
    ], {duration: 3000, fade: 750, random: true});  

    
    
    $(window).bind("load resize",function(){
        var s_width = $('.service .icon').width();
        
        $('.service .icon').css({'height': s_width});
        /*
        if (width > 991) {
            //$('#intro-wrap').insertAfter('#slider .overlay');
        } else {
            //$('#intro-wrap').insertBefore('#modules-wrap');
        }
        */
    });    
    
    
    // Gallery
    if(Modernizr.touch && $(".fancybox").length > 0 )
    {
       var myPhotoSwipe = $(".fancybox").photoSwipe({ enableMouseWheel: false , enableKeyboard: false });
    }
    else
    {
    /* Apply to single image */
        $("a.fancybox").fancybox();

    /* Apply fancybox to multiple items */
        $("a.fancybox[rel='gallery_group']").fancybox({
            'transitionIn'    :    'elastic',
            'transitionOut'    :    'elastic',
            'speedIn'        :    600,
            'speedOut'        :    200
        });

    }    
    
    
    // CONTACT
    if ( $("body#contact").is("*") ) {

        // Contact Form
        $('#contact_form').smartCaptcha({
            validateText: ["yourname","yourphone","yourmessage"],
            validateEmail: ["youremail"],
            redirectLink: null,
            validateStyle: "default"
        });

        // Remove Slider
        $('#slider').remove();

        
    } 

        // Footer Form       
          $('#footer_form').formValidation({ 
            validateText: ["sub-name"],
            validateEmail: ["sub-email"],
            validateSpam: true,
            captchaTheme: 'mini'
          });
        
        

    
    
     
}); 
