/* ******************* */

.carousel-inner img {
	margin: auto;
}

.carousel-inner>.item {
    padding: 50px;
}

@media only screen and (max-width: 990px) {	
    .carousel-inner>.item {
        padding: 10px 50px;
    }
}

.slider-img.align-vertical {
    width: 30vw;
	height: auto;
}
.slider-img.align-horizontal {
    width: 40vw;
    height: auto;
}
@media only screen and (max-width: 992px) {
    .poster-description-box .row {
        width: 40%;
        margin: auto;
    }
    .slider-img.align-vertical {
        width: 50vw;
        height: auto;
    }
    .slider-img.align-horizontal {
        width: 60vw;
        height: auto;
    }
}

@media only screen and (max-width: 770px) {
    .poster-description-box .row {
        width: 50%;
        margin: auto;
    }
}

@media only screen and (max-width: 670px) {
    .poster-description-box .row {
        width: 60%;
        margin: auto;
    }
    .poster-description-box .row {
        width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 500px) {
    .poster-body .btn-place-order {
        width: 210px;
    }
    .slider-img.align-vertical {
        width: 50vw;
        height: auto;
    }
    .slider-img.align-horizontal {
        width: 50vw;
        height: auto;
    }
}

@media only screen and (max-width: 360px) {
    .slider-img.align-vertical {
        width: 60vw;
        height: auto;
    }
}

@media only screen and (max-width: 255px) {
    .poster-body .item {
        padding: 35px;   
    }
}

.poster-body .carousel-indicators {
    display: none;
}

.active, .item, .carousel-inner {
	background-color: white;
}


.form-control {
    width: 210px;
}

/* FRAME */
.white_frame, .black_frame, .oak_frame {
    border: 10px solid;
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 60%);
}

.white_frame {
    padding: 0.3px;
    border-color: rgb(251 251 251 / 66%);
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 60%), inset 20px 10px 35px rgb(0 0 0 / 40%);
    border-style: solid;
}

.white_frame img {
    margin: 2px;
}

.oak_frame {
    border-image:url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    -moz-border-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    -ms-border-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    -o-border-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg) 30 30 stretch;
    border-style:solid;
}

.black_frame {
    border-color: rgb(0, 0, 0);
}

/* PRESEBTATION */
.item-place, .item-around {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.item-around {
    border: 1px solid;
    border-color: grey;   
    /* background-color: grey; */
}

.white_margins {    
    /* padding: 10px;
    background-color: white; */
    border-style: solid;
    border-color: white;
}

.presentation {
    /* border: 20px solid; */
    border-style: solid;
    border-color: white;
}

.btn-place-order {
    margin-top: 20px;
    width: 250px;
    text-transform: uppercase;
    font-weight: bold;
}
 /* POSTERS */
.posters-header-title {
    text-align: center;
}

.poster-image {
    border: 1px solid;
    border-color: grey;  
    width: 170px;
	/* max-height: 250px; */
    padding: 7px;
    background-color: white;
}

.poster-image:hover {    
    /* border: 10px solid;
    border-color: grey; */
    /* background-color: black; */
    background-image:url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg);
    -moz-background-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg);
    -ms-background-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg);
    -o-background-image: url(https://4.imimg.com/data4/EK/KF/MY-3369904/oak-wood-500x500.jpg);
    background-color: #cccccc;
}

.poster-image-horizontal {
    height: 140px;
}

.poster-image-vertical {
    height: 250px;
}

.posters_box {
	cursor: pointer;
	/* min-height: auto; */
}

.posters_box:hover {
    /* background-color: orange; */
}

.poster-info {
	color: black;
    position: relative;
    margin-top: 20px;
    bottom: 0;
}

.poster-info h4 {
    font-size: 16px;
}

.posters_box_info{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted lightgray;
	font-size: 14px;
	font-weight: bold;
	bottom: 0px;
	position: absolute;
	width: 90%;
}

.figure {
	position: relative;
	width: 360px; /* can be omitted for a regular non-lazy image */
	max-width: 100%;
}

.image-hover {
	/* top: 30px; */
	/* right: 0;
	left: 30px;*/
    /* border: solid; */
	position: absolute;
	bottom: 0; 
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
    background-color: white;
}

.poster-image-hover {
    /* width: 240px; */
    width: 170px;
    padding: 10px;
}

.image-hover:hover {
    opacity: 1;
}

.poster-paragraph {
    font-size: 16px !important;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 5px 40px;
}
.carousel a{
    color: black;
}
.carousel .item  a:hover{
    border-color: black;
}	
.carousel a:hover{
    color: black;
}	
.carousel h3{
    text-align: center;
    margin-top: 30px;
}	
.carousel h4{
    color: grey;
    text-align: center;
    margin-top: 30px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
@media screen and (max-width: 678px) {
    .carousel-inner > .item {
        padding: 10px 2px;
    }
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
