/* general */
.pageTitle {
	/*text-transform: uppercase;*/
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0px;
}
p img {
	max-width: 100%;
	/* width: auto !important; */
	/* height:  auto !important; */
}

.easy-table th, .easy-table td {
	vertical-align: top;
}

/* temp style */
.hidden-content{
	
}
.innerContent {
	font-size: 16px;
	line-height:26px;
	margin-top: 30px;
} 
.innerContent a {
	text-decoration: underline;
}
.innerContent a:hover {
	text-decoration: underline;
}
.innerContent ul,
 .innerContent ol {
	margin-bottom: 25px;
} 
.innerContent b,
 .innerContent strong {
	font-family: 'DINOT-Medium';
	font-weight: normal;
}
.innerContent img{
	display: block;
	max-width: 100%;
	height: auto;
}

h1, menuh1 {
	font-family: 'DINOT-CondMedium', Arial, sans-serif;
	font-size: 35px;
	color: #000;
	line-height: 38px;
}
h2, menuh2 {
	font-family: 'DINOT-CondMedium', Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}

h2.filter_sortByTitleOrder, menuh2.filter_sortByTitleOrder  {
	font-family: 'DINOT-CondMedium', Arial, sans-serif;
	font-size: 19px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
	margin: 10px 0 25px;
	line-height: 1.1;
	margin-bottom: 0px;
}


/* Small devices (tablets,
 768px and up) */
@media (min-width: 768px) {
	.innerContent {
		 margin-top: 150px; 
	}
}


/* Medium devices (desktops,
 992px and up) */
@media (min-width: 992px) {
	.innerContent {
		margin-top: 10px; 
	}

}

/* Large devices (large desktops,
 1200px and up) */
@media (min-width: 1200px) {
}