@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3B3C3F
}
h1, h2, h3, h4, p {
	margin: 0;
}
.kreivo-carousel {
	margin-bottom: 85px;
}
.kreivo-carousel h1 {
	font-size: 22px;
	text-align: center;
	color: #f66329;
	font-weight: 600;
	background-color: #2F3032;
	padding: 35px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: #3a3a3c 1px solid;
	text-transform: uppercase;
	font-family: "myriad-pro", sans-serif;
}
.carousel-container h3, .carousel-container p {
	text-align: center;
}
.carousel-container h3 {
	color: #ff763a;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1;
}
.carousel-container p {
	color: #9c9fa5;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.3;
}
.carousel-container {
	background-color: #1D1D1F;
	background-image: url(../images/bg-carousel-container.png);
	background-size: auto;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: 'Open Sans', sans-serif;
}
.item {
	margin: 0 auto;
}
.item img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 10px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 7px;
	height: 7px;
	margin: 16px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #54575f;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -50px;
	top: 25%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -50px;
	top: 25%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ff763a;
}
.owl-theme .owl-pagination {
	background-image: url(../images/carousel-pagination-border.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1;
	margin-top: -10px;
}
.tree-items, .two-items {
	width: 85%;
	margin: 0 auto;
}
#portfolio-web .item img {
	margin-top: 46px;
	margin-bottom: 70px;
}
#portfolio-logos .item img {
	margin-top: 85px;
	margin-bottom: 100px;
}
#portfolio-impresos .item img {
	margin-top: 46px;
	margin-bottom: 70px;
	width:auto;
}
#portfolio-cds .item img {
	margin-top: 46px;
	margin-bottom: 70px;
	width:auto;
}

@media (min-width: 1200px) {
#portfolio-web .item {
	max-width: 439px;
}
#portfolio-logos .item{
	max-width: 318px;
}
#portfolio-impresos .item img{
	max-height: 393px;
}
#portfolio-cds .item img{
	max-height: 245px;
}
}
@media (max-width: 1199px) {
#portfolio-cds .item img{
	max-height: 220px;
}
}
@media (max-width: 992px) {
.owl-pagination {
	display: none;
}
.carousel-container {
	/*padding-bottom: 15px;*/
	background-size: auto 120px;
}
#portfolio-logos .item img{
	margin-top: 45px;
	margin-bottom: 70px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -30px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -30px;
}
#portfolio-impresos .item img{
	height: 370px;
	margin-bottom: 55px;
}
#portfolio-cds .item img{
	max-height: 165px;
}
}
@media (max-width: 768px) {
.tree-items, .two-items {
	width: 70%;
}
#portfolio-web .item img {
	max-width: 350px;
}
#portfolio-logos .item img{
	max-width: 318px;
}
#portfolio-impresos .item img{
	height: auto;
	max-height: 300px;
	margin-top: 25px;
	margin-bottom: 55px;
}
}
@media (max-width: 480px) {
#portfolio-web .carousel-container, #portfolio-logos .carousel-container {
	background-size: auto 110px;
	max-height:285px;
}
#portfolio-web .item img, #portfolio-logos .item img {
	margin-top: 26px;
	margin-bottom: 50px;
	max-width: 215px;
}
#portfolio-impresos .carousel-container {
	background-size: auto 130px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -30px;
	top: 15%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -30px;
	top: 15%;
}
.kreivo-carousel h1 {
	font-size: 18px;
	padding: 25px 0;
	line-height:1;
}
}