div.header {
/*    position: inherit; */
}


#all > .nav{
	display: block;
}

#nav>li>a.cur, #nav>li>a:hover, #nav>li>span, #nav>li>a.pull, #nav>li>span.pull, .nav .left a:hover, .nav .switch a.switch_lang:hover{
	border-bottom: 4px #fff solid;
	text-decoration: none;
}

.hideNotForSale {
    --left: 138px;
}
.sections {
    padding-top: 0px;
}
body.heroSectionExists .sections{
    margin-top: -50px;
}

section.hero .logo, section.hero .bkg, section.hero .heroThumbik, section.hero .grad {
    position: fixed;
}

section.hero .bkg .slide{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
section.hero .cycle-slideshow > .slide{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
	opacity: 0 !important;
    transition:  opacity 2.0s ease-out 0s, transform 2s step-end 0s;
   -webkit-transition:  opacity 2.0s ease-out 0s, -webkit-transform 2s step-end 0s;
}
section.hero .cycle-slideshow > .slide.cycle-slide-active{
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 1 !important;
    transition:  opacity 2.0s ease-out 0s, transform 2s ease-out 0s;
    -webkit-transition:  opacity 2.0s ease-out 0s, -webkit-transform 2s ease-out 0s;
}
body.hasSecondMenu section.hero a.more {
	bottom: 50px;
}
section.hero .adContainer{
	top:  82px;
}