#top {
	display:block;
}
#top li{
	float:left;
	list-style-type:none;
	padding-right:10px;
}
.ulsub {
	display:none;
}
#saturz {
	width:100%;
}
#saturz * {
	text-align:left !important;
}
#saturz iframe {
	max-width:100% !important;
	max-height:auto !Important;
	min-height:500px;
}
#saturz .imgTd {
	width:auto !Important;
}
#saturz img {
	max-width:100% !important;
	height:auto !Important;
}
#pcv {
	opacity:0.4; 
}

.dropit {
	display:none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px solid #000000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}
.active .caret {
	border-top-color: #fff;
    border-bottom-color: #fff;
}

@grid-float-breakpoint: @screen-desktop;
