@media only screen 
and (min-width : 1024px) {
.contain {
	width: 1024px;
	margin: auto;
}	

.floatLeft {
	float: left;
}

.half2 {
		margin-top: 10px;	
	width: calc(50% - 10px);	
	margin-left: 5px;
	margin-right: 5px;
}

.thirdD {
		margin-top: 10px;	
	width: calc(33.3% - 10px);	
	margin-left: 5px;
	margin-right: 5px;
}
.fourthD {
		margin-top: 10px;	
	width: calc(25% - 10px);	
	margin-left: 5px;
	margin-right: 5px;
}
	.full {
	margin-top: 10px;
	width: calc(100% - 10px);	
	margin-left: 5px;
	margin-right: 5px;
}
	.boxPadding {
	padding: 10px;
	padding-top: 0px;
	}
	
.hfd {
	display: none;
}
.dialogSmall {
	width: 800px !important;
}

 .menuNavigation {
    	background-color: #3192d3;
    }

.menuNavigation ul {
    	background-color: #3192d3;	
    list-style: none;	
}    
.menuNavigation ul li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}


.flex {
	display: flex;
	flex-wrap: wrap;
}
.menuNavigation ul li a {
	padding: 10px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
    	font-family: 'Open Sans';
    	font-weight: bold;
    	letter-spacing: 2px;
	padding-left: 30px; 
	padding-right: 30px;
    	background-color: #3192d3;	
    	text-transform: uppercase;
    	text-align: center;
    	display: block;
			  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
	
    	color: #fff;
}

.menuNavigation ul li:hover a {
	font-weight: bold;	
	background-color: #2c85c1;
	text-decoration: none;
}

.fifth {
	width: 20%;
}
.fifthD {
	margin-left: 5px;
	margin-right: 5px;
	width: calc(20% - 10px);
}
.sixth {
	width: 16.66%;
}

.thirdDx2 {
	width: calc(66.6% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}

.eighty {
	width: calc(80% - 20px);
	margin-left: 10px; margin-right: 10px;
}
}