/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
		display: none;
	}
	.mobile-hide {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*product03*/
#product_03 .container{
	margin-left: auto;
	margin-right: auto;
}
#product_03  .box-shadow-custom {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}
#product_03 .portfolio {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    padding: 50px 0;
}
#product_03 .lead {
    font-size: 20px;
}
#product_03 .thumb-info-side-image-custom {
    border: 0 none;
    color: #777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#product_03 .thumb-info-side-image .thumb-info-side-image-wrapper {
    margin-right: 0px; 
}
#product_03 .thumb-info img {
	border-radius: 0;
}
#product_03 .thumb-info-side-image-custom:hover {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
#product_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
    padding: 0 10px;
    display: block;
    clear: both;
    min-height: 130px;
}
#product_03 .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0;
    padding: 0px;
    display: block;
}
#product_03 .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0 0;
    padding: 0;
}
#product_03 .pagination > li > a, #board01_wrap .pagination > li > span, #board01_wrap .pagination > li > a:hover, #board01_wrap .pagination > li > span:hover, #board01_wrap .pagination > li > a:focus, #board01_wrap .pagination > li > span:focus {
    color: #848484;
}
#product_03 .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 496px) {
	#product_03 .pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
	}
    #product_03 .thumb-info-side-image-custom {
    margin-bottom: 30px;
    }
}