/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /*padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background-image: url(/img/bg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f9f8f5;

}
.thumbnail-image {
		overflow: hidden;
		width: 100%;
	}
	
@media (min-width: 1024px) {
	.banner-5 {
		width: 20%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.banner-5 .thumbnail-image {
		/*height: 160px;*/
	}
}

.row .pen-art img {
	width:100%
}

.layer-fixed {
	height:42px;
	width:150px;
    position:fixed;
    z-index:999;
	color: #c2c2c2;
    /*-webkit-box-shadow: 0 1px 2px 0 #777;
    box-shadow: 0 1px 2px 0 #777;*/
}

.layer-fixed a{
	text-decoration: none;
	color: #333;
}

.layer-fixed a:hover {
	color: #337ab7;
	text-decoration: underline;
}

.layer-fixed a:hover span{
	color: #337ab7;
}

.bottom {
	margin-left:10px;
	margin-right:10px;
	bottom:0px;
	width:100%;
}

.bottom-left {
	margin-left:10px;
	bottom:0px;
	left:0px;
}

.bottom-right {
	margin-right:10px;
	bottom:0px;
	right:0px;
}

#sidebar-title {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-search > ul > li > a:hover, .navbar-search > ul > li > a:focus {
  background-color: transparent;
}

.header-dropdown-menu{
	padding: 3px 20px;	
}

.more-view {
margin-top: 25px;
margin-bottom: 3px;
margin-right: 10px;
text-align: right;
}

.container_minnano-novel {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container_minnano-novel {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container_minnano-novel {
    width: 970px;
  }
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 100px;
    overflow: hidden;
}

.pull-bottom > h5 {
	margin-right: -15px;
    margin-left: -15px;
    position: absolute;
    top: 100%;
    transform: translate(0%, -100%);
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.align-left {
    padding-left: 0px;
}

.align-right {
    padding-right: 0px;
}

.thumbnailRow {
	height: 90px;
    overflow: hidden;	
	margin-top : 5px;
	margin-bottom : 5px;
}
	
.thumbnailRow img{
	width: 100%;
}

.thumbnailRow h5{
	margin-top : 3px;
	margin-bottom : 5px;
}

.thumbnailRow .row .row {
	margin-right: 0;
}

@media (max-width: 480px) {
	.thumbnailRow .col-md-2, .col-md-10 {
		width: 50%;
		float: left;
	}
	.thumbnailRow .col-md-10 {
		padding-left: 0px;
	}
	
	.thumbnailRow .col-md-10 p{
		display: none;
	}
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

footer .center-block {
	max-width: 470px;
}

@media (max-width: 480px) {
	footer .top {
		max-width: 225px;
		padding-bottom:0px;
	}
	footer .bootom {
		max-width: 260px;
		padding-top:0px;
	}
}

footer .breadcrumb {
	margin-bottom : 0px;
}

@media only screen and (min-width: 1023px) { 
#mobile_display { display: none; }
#tablet_display { display: none; }
#smartphone_display { display: none; }
#company_map { width: 888px; height: 666px; border: 1px solid #e0e0e0; }
}

@media only screen and (max-width: 1023px)  and (min-width: 767px){ 
#desktop_display { display: none; }
#smartphone_display { display: none; }
#company_map { width: 670px; height: 508px; border: 1px solid #e0e0e0; }
}

@media only screen and (max-width: 767px) { 
#desktop_display { display: none; }
#tablet_display { display: none; }
#company_map { width: 312px; height: 234px; border: 1px solid #e0e0e0; }
}

