#nav {
    background: #28a3de;
}
.line-blue {
    background: #28a3de;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #005c7e;
}
.footer {
    background: #28a3de;
}
.modal-header {
    background: #28a3de;
}
.modal-footer {
    background: #28a3de;
}
.btn-primary {
    background-color: #005c7e;
    border-color: #005c7e;
}
#top-link-block.affix .well {
    background-color: #005c7e;
}
.box-newsletter .btn {
    background: #005c7e;
}
.btn-primary:hover {
    background-color: #0081b1;
    border-color: #005c7e;
}
.bg-galeria {
    background: url(../img/bg-agua.jpg) no-repeat center center;
    background-size: cover;
}
.box-buy.bg-galeria {
    background: url(../img/bg-agua.jpg) no-repeat center center;
    background-size: cover;
}
.img-home.img-home-promo .btn-steam {
    bottom: 20%;
    left: 42%;
}


.link-yatchchallenge img {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 32px;
}
/*
.bg-galeria.yatchchallenge  {
    background: url(../img/bg-yatchchallenge.jpg) no-repeat center top;
    background-size: cover;
	height: 897px;
}
*/

@media (min-width: 1024px) {
	.img-home.img-home-promo .btn-steam {bottom: 17%;left: 42%;}
	.img-home {padding-bottom: 5%;}
}
@media (min-width: 1280px) {
	.img-home.img-home-promo .btn-steam {bottom: 20%;left: 43%;}
}
@media (min-width: 1600px) {
	.img-home {padding-bottom: 4.1%;}
}
.home-twitter {
    position: absolute;
    right: 0;
    top: 24%;
    width: 30%;
    height: 10%;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}


