.DropExplenation{
	z-index: 99;
}


.portfolioBriefHead{
	background-color: transparent;
}

.main_page header{
	padding-bottom: 4.5%;

}
.footerRightBottomPage > div{
	margin-bottom: 5px;
}

.hitTheRoadDrop:nth-child(1) .hitTheRoadDropRound{
	-webkit-animation: round_c 5s  0s infinite linear;
	animation: round_c 5s 0s  infinite linear;
	-moz-animation: round_c 5s 0s infinite linear;
}
.hitTheRoadDrop:nth-child(2) .hitTheRoadDropRound{
	-webkit-animation: round_cw 10s  0s infinite linear;
	animation: round_cw 10s 0s  infinite linear;
	-moz-animation: round_cw 10s 0s infinite linear;
}
.hitTheRoadDrop:nth-child(3) .hitTheRoadDropRound{
	-webkit-animation: round_c 15s  0s infinite linear;
	animation: round_c 15s 0s  infinite linear;
	-moz-animation: round_c 15s 0s infinite linear;
}
.hitTheRoadDrop:nth-child(4) .hitTheRoadDropRound{
	-webkit-animation: round_cw 20s  0s infinite linear;
	animation: round_cw 20s 0s  infinite linear;
	-moz-animation: round_cw 20s 0s infinite linear;
}

@-moz-keyframes round_c { from { -moz-transform: rotate(360deg); } }
@-webkit-keyframes round_c { 100% { -webkit-transform: rotate(360deg); } }
@keyframes round_c { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } 
@-moz-keyframes round_cw { from { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes round_cw { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes round_cw { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } } 