@charset "utf-8";

body {font-family:"microsoft yahei","Helvetica Neue",Helvetica,Arial,sans-serif; }
/*footer {background-color: #f5f5f5;}*/
/*border-radius: 50%; background:#93C5EA url(../images/bg1.jpg) repeat-x center top fixed; */

footer.footer-margin-top {margin-top:50px;}

.margin-top-30 {margin-top: 30px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-300 {margin-top: 300px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-100 {margin-bottom: 100px;}

.white-bg {background-color: #fff; border-radius: 0.5em;}
.btn-addroute {margin: 15px 0;}

.share {margin-top: 25px;}
.breadcrumb {margin-top: 25px;}

.recommendation-title {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 5px;
}

.tab-content .tab-pane {
	margin: 20px 0 0 -15px;
	line-height: 2;
}

/*
 * image styles
 */
.img-64x64 {height: 64px; width: 64px;}
.img-80x80 {height: 80px; width: 80px;}

.img-thumb {
	display: block;
	width: 100%;
	min-height: 200px;
}
.img-thumb-circle {
	width: 200px;
	height: 200px;
}

.img-avatar {
	width: 64px; height: 64px;
}

/*Blog begin
 ========================*/
/*
 * Blog name and description
 */

.blog-header {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
  padding-top: 0px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  line-height: 1.5;
}
.blog-post-meta {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
}

.comment-title {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.media-list {
  font-size: 14px;
}
.panel-title {font-size: 20px;}

 /*Blog end
 ========================*/