/*
Main menu
*/

.main-menu-content{
	position: fixed;
	background-color: #f5eae8;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1500;
	display: none;
	opacity: 0;
	overflow: scroll;
	overflow-y: scroll;
	}

.run-string{
	background-color: #f8edeb;
	color: #000;
	padding: 10px;
	font-size: 13px;
	line-height: 120%;
	white-space: nowrap;
}

.run-string.static {
	text-align: center;
	white-space: normal;
}

.run-string2{
	color: #000;
	padding: 15px 0 30px 0;
	font-size: 16px;
	white-space: nowrap;
	text-transform: uppercase;
}


.newlinethree .line-home-itemTableRow {
    display: table-cell;
    vertical-align: bottom!important;
}

.newlinethree .line-name-banner {
    color: #fff;
    text-align: left;
    font-size: 18px;
	padding-left: 15px;
	padding-bottom: 10px;
	/*text-shadow: 1px 1px 2px black;*/
}

.newlinethree .line-hove-itemA:hover{
	text-decoration: none;
	/*background-color: rgba(0, 0, 0, .15);*/
}
	
.newlinethree .line-hove-itemA{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	/*background-color: rgba(0, 0, 0, 0);*/
	color: #fff;
}

@media (min-width: 768px) {
	.run-string {
		font-size: 16px;
		line-height: 1.5;
	}

	.run-string br {
		display: none;
	}
}
