/***************************************************
    IE8 for Default 2.0
    Author: WEB Marketing (www.wem.hr)
    Media: Screen
***************************************************/

.wrap { width: 940px; }	

#pageHeader,
#navigation, 
#userBox,
.slider,
#pageContainer, 
#pageFooter { padding-left: 10px; padding-right: 10px; }
	
#menu > li { font-size: 16px; }
#menu > li > a { padding: 0 15px; }
#menu > li.sub > a { padding-right: 40px; }
#menu > li.sub > a span { right: 10px; }

.path li, 
.path li:after { zoom:1; display: inline; }

.input input, 
.captchaInput input,
.select select, 
.textarea textarea { width: 100% !important; }

/**
* Datepicker IE8 fix
*/
.picker {
  position: fixed;
  z-index: 99999;
}

.picker__holder,
.picker__frame {
  top: 100%;
}

.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
}

.picker__frame {
  -webkit-transition: all 0.15s ease-out;
}

.picker--opened .picker__holder {
  top: 0;
}

.picker--opened .picker__frame {
  top: 0;
}