﻿#main_wrap { padding-top:15px; padding-bottom:20px;  background:url('/UserData/miraldure/Layouts/miraldure_Layout/Images/main_bg.png'); }
#main_slider { -webkit-box-shadow: 3px 3px 4px -2px rgba(122,122,122,0.74);
-moz-box-shadow: 3px 3px 4px -2px rgba(122,122,122,0.74);
box-shadow: 3px 3px 4px -2px rgba(122,122,122,0.74); }
#main_middle { margin-top:30px; }
.main_middle_box { height:223px; }
.main_middle_box[name="1"] { background:url('/UserData/miraldure/Layouts/miraldure_Layout/Images/main_middle_left.jpg'); }
.main_middle_box[name="2"] { background:#F1F3F4; border:1px solid #ddd; }
.main_middle_box[name="3"] { background:url('/UserData/miraldure/Layouts/miraldure_Layout/Images/main_middle_right.jpg'); }

.main_middle_box { position:relative; }
.main_middle_btn { position:absolute; top:60px; width:100%; text-align:center; left:0px;}
.main_middle_btn img { margin-bottom:5px; }
.main_middle_btn span { color:#fff; font-size:26px; }

#main_notice_header { padding:10px 15px 10px; border-bottom:1px solid #ddd; font-size:18px; font-weight:600;  }
#main_notice_header i { float:right; font-size:24px; position:relative; top:1px; }

#main_notice_content { padding:10px 15px; }
#main_notice_content .document-widget.normal .document { font-size:14px; height:inherit; color:#555;  }
#main_notice_content .document-widget.normal .document:before { content: "•"; color: #555; margin-right:5px; }

#main_bottom { padding-top:20px; padding-bottom:20px;  background:url('/UserData/miraldure/Layouts/miraldure_Layout/Images/main_bottom_bg.png'); }
.main_bottom_box { position:relative; }
.main_bottom_box .album_img  { height: 190px; background-size:120% auto !important; background-position:center center !important;  }
.main_bottom_box_label { position:absolute; top:0px; left:0px; width:100px; color:#fff; padding:5px 0px; font-size:18px; text-align:center; }
.main_bottom_box_label[name="1"] { background:#F6C208; }
.main_bottom_box_label[name="2"] { background:#E37525; }
.main_bottom_box_label[name="3"] { background:#2F5795; }
.main_bottom_box_label[name="4"] { background:#6AB9E1; }
.main_bottom_box .board_title { position:absolute; bottom:0px; left:0px; width:100%; background:rgba(0,0,0,0.7); padding:8px; font-size:15px;  }
.main_bottom_box a { color:#fff; }

#main_bottom_icons { margin-top:30px; margin-left:3px; }
#main_bottom_icons li { float:left; border-left:1px solid #ddd; text-align:center; padding:5px 0px; width:142px; }
#main_bottom_icons li img { margin-bottom:5px; }
#main_bottom_icons li span { color:#fff; font-size:14px; font-weight:600;  }
#main_bottom_icons li:last-child { border-right:1px solid #ddd; }

@media(max-width:767px)
{
	.mobile_only { margin-top:15px; }
	.mobile_only > .col-xs-6 { padding:0px; }
	.mobile_only .main_middle_box { height:150px; background-size:auto 100%; background-position:center center; }
	.mobile_only .main_middle_box .main_middle_btn { top:25px; }
	
	.main_bottom_box .album_img { height:150px; margin-bottom:30px; }
	#main_bottom_icons { margin-top:0px; }
	#main_bottom_icons li { width:33%; border:0px; padding:8px 0px; }
	#main_bottom_icons li { border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
	#main_bottom_icons li:nth-child(3n) { border-right:0px; }
	#main_bottom_icons li:nth-child(7),
	#main_bottom_icons li:nth-child(8),
	#main_bottom_icons li:nth-child(9) { border-bottom:0px; }
	
}