#mentor_headline {margin-top: 5px;margin-bottom: 15px;font-size: 2em; text-align: center; border-bottom: 1px solid #ccc;}
#mentor_image {text-align: center}

.dm_fade_h {width: 867px; height: 1px; margin: 0 auto; background: url('/assets/images/public/dm/fade_bar_h.png') no-repeat}

.dm_ad_bar div div { border:1px solid #333; background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 39%, rgba(254,247,159,1) 100%); color: #183756;}
.dm_ad_bar p {font-style: italic; font-size: .9em;}
.dm_ad_bar a {font-style: normal; font-weight: normal !important; color:#ed1c24 !important; text-decoration: underline}
.dm_ad_bar .spot1 {float: left; width: 235px; padding: 20px; border-right:1px solid #333;}
.dm_ad_bar .spot2 {float: left; width: 320px; padding: 20px; border-right:1px solid #333;}
.dm_ad_bar .spot3 {float: left; width: 250px; padding: 20px; padding-left: 10px; padding-right:0;}
.dm_code {font-style: italic;font-size: 1.2em; text-align: center}
.dm_code strong {font-style: normal;background-color: orange; margin: 0 10px; display: inline-block; padding: 5px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}

#mentor_image img {max-width:100%}

#mentor_layout2 #mentor_image {text-align: center}
#mentor_layout2 #mentor_maincontent {float: left; width: 69%; font-size: 1.2em}
#mentor_layout2 #mentor_contact {float: right; width: 30%; font-size: 1.2em; line-height: 2em}

#mentor_layout1 #mentor_left_block {float: left; width: 30%; font-size: 1.2em; line-height: 2em}
#mentor_layout1 #mentor_left_block #mentor_image {margin-bottom: 15px;}
#mentor_layout1 #mentor_maincontent {float: right; width: 69%; font-size: 1.2em;}

#mentor_layout3 #mentor_right_block {float: right; width: 30%; font-size: 1.2em; line-height: 2em}
#mentor_layout3 #mentor_right_block #mentor_image {margin-bottom: 15px;}
#mentor_layout3 #mentor_maincontent {float: left; width: 69%; font-size: 1.2em;}

#mentor_contact h3 {color:#aaa; font-size: 1.5em;}

@media (max-width: 768px) {
	#mentor_layout1 #mentor_left_block {float: none; width:100%; border-bottom:1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px;}
	#mentor_layout1 #mentor_maincontent {float: none; width:100%}
	
	#mentor_layout2 #mentor_contact {float: none; width:100%; border-top:1px solid #ccc; margin-top: 10px; padding-top: 10px;}
	#mentor_layout2 #mentor_maincontent {float: none; width:100%}
	
	#mentor_layout3 #mentor_right_block {float: none; width:100%; border-bottom:1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px;}
	#mentor_layout3 #mentor_maincontent {float: none; width:100%}
}