Nth Odd Element

Write a method that returns the nth odd element of a list. If the index of the element exceeds the list size, then return -1.