.notifications {
	background-color: #991313;
	color: #fff;
}

.notification {
	padding-top: 7px;
	max-width: 1000px;
	margin: 0 auto;
}

.notification > i {
	vertical-align: top;
	margin-right: 10px;
}

.notification > div {
	display: inline-block;
	vertical-align: top;
}

.notification > div p {
	margin-bottom: 7px;
}

.btn-small-inline {
	position: relative;
}

.btn-our_pages {
    margin-left: 30px;
    padding-right: 18px;
}

.btn-our_pages:hover:focus {
    color: #cdb9a3;
    text-decoration: none;
}

.arr-small {
	display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 12px;
    background: transparent url(../images/arr_small.png) 50% 0 no-repeat;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-our_pages.rolled .arr-small {
	-webkit-transform: rotate(180deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(180deg);  /* IE 9 */
    transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
}

.c-our_pages {
	background-color: rgba(0,0,0,0.95);
	position: absolute;
	padding-top: 115px;
	padding-bottom: 30px;
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;

	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.c-our_pages.rolled {
	top: 0%;
	opacity: 1;
}

.bar-info-top {
	position: relative;
	z-index: 101;
}

@media (min-width: 992px) {
	.c-our_pages {
		padding-top: 80px;
	}
}

@media (min-width: 1200px) {
	.c-our_pages {
		padding-top: 80px;
	}

	.c-our_pages img {
	    max-height: 100%;
	    margin: 0 15px;
	}
}

@media screen and (min-width: 1200px) {
	#carousel-products-home .item article a {
		min-height: 397px;
	}
}