.bgHome {
    background-image: url(../images/bg/home.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;
}

#home {}
#home h1 {
    color: #fff;
}

#home #mod-products {}

#home #mod-products .item {
	margin-bottom: 30px;
}

#home #mod-products .item:hover hr {
    border-color: #ea6b00;
}

#home #mod-products .item .ballon {}

#home #mod-products .item .ballon .arrow {

}

#home #mod-products .item .ballon .arrow i {
    font-size: 25pt;
    margin-left: 15px;
    position: relative;
    top: 14px;
}

#home #mod-products a .item .ballon .arrow  i {
    background-color: transparent;
    font-size: 25pt !important;
    line-height: 120% !important;
}

#home #mod-products .item i.fa.fa-arrow-circle-o-right.pull-right {
    background: transparent;
    color: inherit;
    font-size: 20pt !important;
}

#home #mod-products .item:hover .arrow i {
    color: #ea6b00;
}

#home #mod-products .item .ballon .capacity {
    background-color: #fff;
    color: #333;
    font-size: 20pt;
    font-weight: 700;
    padding: 15px;
}

#home #mod-products .item:hover .ballon .capacity {
    background-color: #ea6b00;
    transition: all ease 500ms;
    color: #fff;
}

.home-slogan h1, .home-slogan h2, .home-slogan h3, .home-slogan h4
{
	margin: 0px;
}

@media (min-width: 768px)
{

	.home-slogan h1 {
		font-size: 93px;
	}

	.home-slogan h2 {
		font-size: 64px;
	}

	.home-slogan h3 {
		font-size: 53px;
	}


	.home-slogan h4 {
		font-size: 40px;
	}
}

@media (max-width: 767px)
{

	.home-slogan h1 {
		font-size: 59px;
	}

	.home-slogan h2 {
		font-size: 40px;
	}

	.home-slogan h3 {
		font-size: 34px;
	}


	.home-slogan h4 {
		font-size: 25px;
	}
}
