SynopsisCreditsAwardsFeatured ClipsRelated Titles

var ga_id = 'UA-127530455-1';
var ga_domain = 'Miramax.com';

.mmx-header
height: 80px;

.miramax-logo


.mmx-header .miramax-logo .header-logo.tmarked
top: 15px;
bottom: auto;


.miramax-logo a



.miramax-logo a img



.menu-items
margin-top: 20px;


.menu-items .header-nav_item


.menu-items .header-nav_item a




.mmx-header .social-icons
margin-top: 40px;


#featured_content


.mmx-header .search_container
display: none;
position: relative;
width: 100%;
float: none;
/* background: #1c81d7; */
color: #ffffff;
padding: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
height: 85px;
min-height: 100%;

.toggle-transition
-webkit-transition: all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;

.mmx-header .header-search_input
width: 100%;
padding: 25px 0px 15px 30px;
border-bottom: 2px solid #d3d3d3;
transition-property: border;
transition-duration: 0.5s;
transition-timing-function: ease-in;
transition-delay: 0.3s;
height: 85px;

.search-container-fluid
padding: 0;
margin: 0;

@media (max-width: 992px)
.menu-items .header-nav_item a
font-size: .8rem;

.mmx-header .social-icons
font-size: .8rem;
padding: 5px;



@media (max-width: 766.98px)
.mmx-header .miramax-logo .header-logo.tmarked
top: 10px;



#close_search
position: absolute;
/* bottom: 0px; */
font-size: 2rem;
right: 0px;
width: 50%;
color: #ffffff;
/* bottom: -35px; */
background: #000;
display: inline-block;
height: 100%


#close_search i
position: absolute;
top: 27px;
left: 50%;
width: 30px;
display: block;
margin-left: -16px;


.mmx-header .search_icon_anchor i
left: 30%;
position: absolute;
width: 30px;
margin-left: -18px;
top: 32px;
color: #fff;


.menu-item-container .mobile.dropdown-toggle
float: right;
text-align: right;
/* font-size: 1.6rem; */
margin-top: 11px;
margin-right: 15px;
right: 11px;
top: 9px;
position: absolute;
padding: 0;


.menu-item-container .mobile.dropdown-toggle i
padding: 0;
border-radius: 5px;
transition: all 1s ease-out;
font-size: 40px;
border: none;

.menu-item-container .mobile.dropdown-toggle:hover i,
.menu-item-container .mobile.dropdown-toggle:focus i
border-color: rgba(216,216,216,.8);

.menu-item-container .dropdown-toggle::after
display: none;


.menu-item-container #mobile-dropdown
right: auto;
background-color: #ffffff;
color: #696969;
padding: 0;
left: -27px !important;

.menu-item-container #mobile-dropdown a
color: rgba(0,0,0,1);


.mmx-header #mobile-dropdown .header-nav_item
margin: 0px;
border-bottom: 2px solid #89a7c0;
padding: 7px 20px;
text-align: right;
float: right;
font-size: 1.25rem;

.mmx-header #mobile-dropdown .header-nav_item:last-child
border-bottom: none;























jQuery('.search_icon').on('click', function(e)
e.preventDefault();
jQuery('.mmx-header .menu').toggle();
jQuery('.search_container').slideToggle('fast', function()
jQuery('#header_search').focus();
);

);


jQuery('#close_search').on('click', function(e)
e.preventDefault();
jQuery('.search_container').toggle();
jQuery('.mmx-header .menu').toggle();
);
var result_counter = 0;
var result_count = 0;
var settimeout_timer;
var scroll_timer;
// /* make the submenus appear/disappear */
// jQuery(".mmx-header .header-nav_item").on('mouseover',function (event)
// removeActives();
// var anchorTarget = jQuery(event.target)
// jQuery(this).addClass('active');
// jQuery("#featured_content_dropdown").show();
// // jQuery(".mmx-header").show();
// jQuery('.header-search_icon').addClass('search_off');
// );

//
// jQuery(".mmx-header").on('mouseleave', function(event)
// removeActives();
// jQuery('.header-search_icon').removeClass('search_off');
// jQuery("#featured_content_dropdown").hide();
// );


function removeActives()
jQuery(".mmx-header .header-nav .header-nav_item.active").each( function( index, element )
jQuery(this).removeClass('active');
jQuery("#featured_content_dropdown").hide();
);


// /* remove mobile header nav when width > 991px */
// jQuery(window).on("resize", function()
// if(isMobile() == false)
// if($(".header-nav.hidden-sm.hidden-xs").is(":visible"))
// removeActives();
// jQuery('.header-mobile_toggle').removeClass('open');
// jQuery('.header-nav-mobile').hide();
//
//
// );

// /* toggle the menu on mobile */
// jQuery('.navbar-toggle').click(function ()
// if (!jQuery('.header-mobile_toggle').hasClass('open'))
// jQuery('.header-mobile_toggle').addClass('open');
// jQuery('.header-nav-mobile').show();
// else
// jQuery('.header-mobile_toggle').removeClass('open');
// jQuery('.header-nav-mobile').hide();
//
// );

/* scroll - hide uber menu effect */
var lastScrollTop = 0;
// jQuery(window).on('scroll',function(event)
// window.clearTimeout(scroll_timer);

// var st = jQuery(this).scrollTop();
// scroll_timer = window.setTimeout(function() , 50);
// lastScrollTop = st;

// );

// // Search Stuff
// // Search Anchor click behavior
// jQuery('.search_icon_anchor').on('click', function()
// jQuery(this).attr('href', '/search/?q=' + jQuery('input#header_search').val());
// );

// // Add focus to search text input field on timeout
// jQuery(".header-search_input").mouseenter(function ()
// setTimeout(function()
// jQuery(".header-search_input").focus();
// , 400);
// result_counter = 0;
// );

// // search mousenter effect
// jQuery(".search_container").mouseenter(function ()
// if(jQuery('input#header_search').val().length >= 3)
// jQuery('#autocomplete_search_content').show();
//

// jQuery('.mmx-header').addClass('all-white white');
// );

// // search mouseleave effect
// jQuery(".search_container").mouseleave(function()

// removeActives();
// jQuery('#autocomplete_search_content').hide();
// );

// // Stop window scroll event when in autocomplete search content container
// jQuery('#autocomplete_search_content_container').bind('mousewheel DOMMouseScroll', function(e)
// var scrollTo = null;

// if (e.type == 'mousewheel')
// scrollTo = (e.originalEvent.wheelDelta * -1);
//
// else if (e.type == 'DOMMouseScroll')
// scrollTo = 40 * e.originalEvent.detail;
//

// if (scrollTo)
// e.preventDefault();
// jQuery(this).scrollTop(scrollTo + jQuery(this).scrollTop());
//
// );

// // Helper function to close search
// function closeSearch()
// if (jQuery(".mmx-header .header-search_input").val() == "")
// jQuery(".mmx-header .header-search").removeClass('open');
//
//


// // Search Input
// jQuery('form#search').on('submit', function(event)
// window.location.href = "/search/?q=" + jQuery(".header-search_input").val();
// );

// // Search Input Behaviors
// jQuery('input#header_search').on('keydown',function(evt));
// jQuery('input#header_search').on('keypress',function(event)
// // jQuery('.header-search_icon').addClass('searching');

// );

// // Helper function that initiates autocomplete
// function search_autocomplete(search_phrase)
// // Failsafe for IE
// if(!search_phrase)
// search_phrase = jQuery('input#header_search').val();
//

// loadSearchPreview(search_phrase);
// jQuery('#autocomplete_search_content').slideDown('slow');



//

// // Header Search results UI
// jQuery('#autocomplete_search_content').on('keydown', function(evt)
// var e = event );

// // Ajax call for search results
// function loadSearchPreview(searchterm)
// jQuery('.autocomplete_search_content_section').empty();
// var url = "/api/autocomplete/" + searchterm.split(' ').join('+') + "/";
// var request = jQuery.ajax(
// dataType: "html",
// url: url
// )
// .done(function(data)
// if(searchterm !== jQuery('input#header_search').val())
// return;
//

// var decoded = jQuery("
").html(data).text();
// var response = jQuery.parseJSON(decoded);
// jQuery('.autocomplete_search_content_section').empty();



// if(request)
// var icon_array =
// 'Product': 'fa-shopping-cart',
// 'Movie':'fa-film',
// 'Series': 'fa-television',
// 'Blog': 'fa-pencil-square-o',
// 'PressRelease': 'fa-bullhorn',
// 'Entity': 'fa-user',
// 'Career': 'fa-file-word-o',
// 'Video': ' ',
// 'Clip': ' ',
//
// jQuery(response).each(function( index, element )
// if(element['title'])
// var autocomplete_result_info = jQuery('
  • ').attr('tabindex',0).addClass('autocomplete_result_info col-lg-12 col-md-12 col-sm-12 col-xs-12');
    // var description = jQuery('

    ').addClass('autocomplete_result_description').text(element['description']);
    // // if(element['type'] == 'clip')
    // // // Video
    // // var type = 'Clip';
    // // var thumbnail = jQuery('').attr('src', element['thumbnail']).addClass('autocomplete_result_image');
    // // var thumbnail_container = jQuery('

    ').addClass('thumbnail_container').append(thumbnail).prepend('');
    // // var title = jQuery('
    ').addClass('autocomplete_result_title').text(element['title']).prepend(thumbnail_container).append(description);;
    // // var link = jQuery('').attr('href', '/watch?v=' + element['guid']).addClass('autocomplete_result_anchor').on('attr', 'data-linktarget', element['title']).attr('data-listtype', 'Click - Search Result').attr('result_type', type).attr('tabindex', 0);

    // // else
    // link.append(title)
    // autocomplete_result_info.addClass(type).append(link);
    // jQuery('ul.autocomplete_search_content_section[list-type="' + type + '"]').append(autocomplete_result_info);
    //

    // );

    //

    // if (jQuery('.autocomplete_result_info').length > 0)
    // jQuery('.search_all_link').text('View All').attr('href', '/search/?q=' + searchterm).css('display', 'block').attr('result-count', jQuery('.autocomplete_result_info').length);
    // else
    // jQuery('.search_all_link').text('No Results').attr('href', '/search/').css('display', 'block').attr('result-count', 'No Results');
    //



    // )
    // .fail(function(request, textStatus, error)



    // )
    // .always(function(data)
    // // So GA will trigger for asynchronous page loads
    // jQuery('body').trigger('autocomplete_finish');

    // // add index to items in order that they are received
    // count = 0;
    // jQuery('.autocomplete_result_info').each(function()
    // jQuery(this).attr('index', count);
    // count++;
    // );

    // // allow anchor tags to allow focus
    // var classname = document.getElementsByClassName("autocomplete_result_info");
    // var tabbingFunction = function()
    // var div_container = $(this).find($('.autocomplete_result_anchor'));
    // div_container.focus();
    //
    // for (var i = 0; i < classname.length; i++)
    // classname[i].addEventListener('focus', tabbingFunction,passive: false);
    //
    // jQuery('.search_spinner').removeClass('searching');
    // jQuery('.search_all_link').show().delay(300);
    // );
    //

    // // Callback to GA
    // function autocomplete_finish(autocomplete_search_reset)
    // ga('create', ga_id, ga_domain);
    // ga('require', 'displayfeatures');
    // ga('require', 'ec');
    //












    My Left Foot




























    $14m


    DBO











    15
    1989
    98 minutes


    Facebook











    Synopsis




    My Left Foot is the true story of Irish writer and cerebral palsy victim Christy Brown. Paralyzed from birth, Brown is written off as retarded and helpless. But Christy's indomitable mother never gives up on the boy. Using his left foot, the only part of his body not afflicted, Brown learns to write. He grows up to become a well-known author, painter, and fundraiser, and along the way falls in love with nurse Mary Carr.



    Credits






    My Left Foot







    Director




    • Jim Sheridan


    Writers




    • Jim Sheridan



    • Shane Connaughton



    • Christy Brown


    Producer




    • Noel Pearson


    Starring




    • Alison Whelan



    • Brenda Fricker



    • Daniel Day-Lewis



    • Declan Croghan



    • Kristen Sheridan

















    Awards





    1990

    Golden Globes




    Nominated


    • Best Actor - Drama


    • Best Actress - Supporting Role






    1990

    Academy Awards




    Nominated


    • Best Picture






    1990

    Academy Awards



    Winner


    • Best Actor - Leading Role


    • Best Actress - Supporting Role


    Nominated


    • Best Director


    • Best Screenplay - Adaptation

















    Featured Clips













    My Left Foot - Dinner Disaster

    My Left Foot - Dinner Disaster


    Angry and drunk, Christy causes a scene at a restaurant.

    In this scene: Christy (Daniel Day-Lewis), Dr. Cole (Fiona Shaw), Peter (Adrian Dunbar)








    My Left Foot - The Clinic

    My Left Foot - The Clinic


    Dr. Cole shows up and Christy agrees to attend her new clinic.

    In this scene: Christy (Daniel Day-Lewis), Mrs. Brown (Brenda Fricker), Dr. Cole (Fiona Shaw)








    My Left Foot - Father

    My Left Foot - Father


    Mrs. Brown and Christy come home and discover that something tragic has happened to Mr. Brown.

    In this scene: Mr. Brown (Ray McAnally), Christy (Daniel Day-Lewis), Mrs. Brown (Brenda Fricker)








    My Left Foot - Accidentally On Purpose

    My Left Foot - Accidentally On Purpose


    The family gets some bad news from Mr. Brown.

    In this scene: Mr. Brown (Ray McAnally), Christy (Daniel Day-Lewis), Mrs. Brown (Brenda Fricker), Sheila (Alison Whelan)








    My Left Foot - Birthday

    My Left Foot - Birthday


    Following his 17th birthday, Christy manages to start making his own mark on teenage society.

    In this scene: Christy (Daniel Day-Lewis), Tom (Declan Croghan)








    My Left Foot - The Stairs

    My Left Foot - The Stairs


    Mrs. Brown, exhausted from carrying Christy up the stairs, has an accident.

    In this scene: Young Christy (Hugh O'Conor), Mrs. Brown (Brenda Fricker)








    My Left Foot - Therapy

    My Left Foot - Therapy


    Christy undergoes Dr. Cole's therapy regimen, gradually improving.

    In this scene: Christy (Daniel Day-Lewis), Mrs. Brown (Brenda Fricker), Dr. Cole (Fiona Shaw)








    My Left Foot - All Souls' Night

    My Left Foot - All Souls' Night


    Mrs. Brown, adamantly unashamed of her son Christy's cerebral palsy, takes Christy to church.
    In this scene: Young Christy (Hugh O'Conor), Mrs. Brown (Brenda Fricker)








    My Left Foot - He's a Brown

    My Left Foot - He's a Brown


    Against all odds, Christy writes his first word using his left foot.
    In this scene: Mr. Brown (Ray McAnally), Young Christy (Hugh O'Conor), Mrs. Brown (Brenda Fricker)








    Now Playing: My Left Foot - Dinner Disaster


    Starring: Daniel Day-Lewis, Fiona Shaw, Adrian Dunbar

    Angry and drunk, Christy causes a scene at a restaurant.

    In this scene: Christy (Daniel Day-Lewis), Dr. Cole (Fiona Shaw), Peter (Adrian Dunbar)












    var _merchantSettings=_merchantSettings || [];_merchantSettings.push(['AT', '11ldwd']);(function()var autolink=document.createElement('script');autolink.type='text/javascript';autolink.async=true; autolink.src= ('https:' == document.location.protocol) ? 'https://autolinkmaker.itunes.apple.com/js/itunes_autolinkmaker.js' : 'http://autolinkmaker.itunes.apple.com/js/itunes_autolinkmaker.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(autolink, s);)();









    <!-- -->






    var windowResize;
    $(window).resize(function()
    window.clearTimeout(windowResize);
    windowResize = window.setTimeout(function()
    if ($(window).width() > 767)
    $('.mmx-header .header-nav').css('display','');

    ,100);
    );
    $(document).ready(function()
    $('button.header-mobile_toggle').click(function()
    $('.mmx-header .header-nav').slideToggle(200);
    );
    )
  • Popular posts from this blog

    Wikipedia:Contact us Navigation menu Navigation menuLeave a Reply Cancel reply Post navigationRecent PostsRecent CommentsArchivesCategoriesMeta

    Farafra Inhaltsverzeichnis Geschichte | Badr-Museum Farafra | Nationalpark Weiße Wüste (as-Sahra al-baida) | Literatur | Weblinks | Navigationsmenü27° 3′ N, 27° 58′ OCommons: Farafra

    Tórshavn Kliima | Partnerstääden | Luke uk diar | Nawigatsjuun62° 1′ N, 6° 46′ W62° 1′ 0″ N, 6° 46′ 0″ WWMOTórshavn