/* ESTILOS PARA CONSTRUFINDER

@brand-primary: #063D4D; (azul)
@brand-success: #BBBBBB; (gris)
font-family: 'Bree Serif', serif;
font-family: 'Open Sans', sans-serif;

 */

/* GEN POP */

html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
.wrapper {
    min-height: 100%;
    margin: 0 auto -65px;
}
.radial {
    position: relative;
    top: -15px;
}
a:hover, a:focus {
    text-decoration: none;
}
.line-h {
    line-height: 135%;
}

.inbox-badge {
  position: absolute;
  right: 20px;
  top: 30px;
}

.inbox-badge.badge {
  background-color: #FF0000;
  padding: 4px 9px;
}


/* HEADERS */

h1, .h1 {
    font-family: 'Bree Serif', serif;
    font-size: 23px;
    line-height: 150%;
    color: #F6993F;
}
h2, .h2 {
    font-family: 'Bree Serif', serif;
    font-size: 32px;
    line-height: 150%;
    color: #0C5F7F;
}
h3, .h3 {
    font-family: 'Bree Serif', serif;
    font-size: 18px;
    line-height: 50%;
    color: #F6993F;
}
.job-title h3.blue {
    line-height: 100%;
    margin-top: 12px;
}

.small-title {
    font-family: 'OpenSans', sans-serif;
}

/* BUTTONS */

.btn {
    border: none;
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 12px;
}
.btn-primary {
    background-color: #F69A40;
    -webkit-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    font-weight: 600;
}
.btn-oxxo {
    background-color: #f0a52e;
    -webkit-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    font-weight: 600;
}
.btn-paypal {
    background-color: #001f6b;
    -webkit-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    font-weight: 600;
}


.btn-offer {
    background-color: #FF0000;
    -webkit-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 0px 0px rgba(0,0,0,0.75);
    font-weight: 600;
    color: #FFFFFF;
}
.btn-blue {
    background-color: #0C617F;
}
.btn-blue:hover, .btn-blue:focus {
    background-color: #F69A40;
}
.btn-lg {
    padding: 6px 35px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 18px;
}
.btn-sidebar {
    background-color: #F7F5E9;
    color: #0C607F;
    font-family: 'Bree Serif', serif;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    border-radius: 0;
    width: 100%;
    border-bottom: 4px solid #fff;
    padding: 25px 0;
    height: 80px;
}
.btn-sidebar span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.active-provider {
    background-color: #0C617F;
    color: #fff;
}
.active-provider:hover {
    color: #fff;
}
.active-client {
    background-color: #F69A40;
    color: #fff;
}
.active-client:hover {
    color: #fff;
}


/* COLORS */

.blue {
    color: #0C617F;
}
.bg-blue {
    background-color: #0C617F;
}
.yellow {
    color: #FECB5A;
}
.orange {
    color: #F6993F;
}
.red {
    color: red;
}
.green {
    color: green;
}
.bg-light {
    background-color: #F7F5E9;
}
.bg-orange {
    background-color: #F69A40;
}
.white {
    color: #fff;
}
.blue-line {
    border-bottom: 3px solid #016180;
    padding-top: 37px;
}
.disabled-t {
    color: #ddd;
}

span.help-block {
    color: #FF4444;
}

.red-bold, .red-bold:hover {
    color: #FF0000;
    font-weight: bold;
}

/* TYPO */

.txt-md {
    font-size: 18px;
    font-weight: 600;
}
.txt-xs {
    font-size: 12px;
    font-weight: 400;
}
.txt-md-light {
    font-size: 18px;
}
.light-blue {
    color: #14B1EA;
}
.mid-blue {
    color: #199ECC;
}
.dark-blue {
    color: #13799F;
}
.thin {
    font-weight: 400;
}
.sub-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* POSITION */

.m-top-xs {
    margin-top: 5px;
}
.m-top-sm {
    margin-top: 15px;
}
.m-top {
    margin-top: 20px;
}
.m-top-md {
    margin-top: 35px;
}
.m-top-lg {
    margin-top: 50px;
}
.m-bot-sm {
    margin-bottom: 15px;
}
.back {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-shadow-up {
    position: relative;
    z-index: 2;
}
.bg-shadow-up:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 90%;
    bottom: 0;
    width: 100%;
    height: 50px;
    left: -10%;
    right: -10%;
    background: -webkit-radial-gradient(60% 103%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 15%);
    background: radial-gradient(ellipse at 60% 103%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 15%);
}
.pad-md {
    padding-top: 25px;
    padding-bottom: 20px;
}
.pad-lg {
    padding-top: 60px;
    padding-bottom: 20px;
}
.pad-bot {
    padding-bottom: 15px;
}
.no-pad-left {
    padding-left: 0;
}
.no-m-top {
    margin-top: 0;
}
table {
    text-align: center;
    font-size: 12px;
}
.table-bordered {
    border: 1px solid transparent;
}
thead tr td {
    padding: 10px 48px;
    color: #0C607F;
}
tbody tr td {
    padding: 10px 60px;
    color: #777777;
} 
table.inbox {
    width: 100%;
}
table.inbox tr {
    border-bottom: 1px solid #E3E3E5;
}
table.inbox tbody tr td {
    padding: 10px;
} 
table.inbox tbody tr td.checker {
    width: 5%;
}
table.inbox tbody tr td.star {
    width: 5%;
}
table.inbox tbody tr td.email-title {
    padding: 10px 50px 10px 10px;
    font-weight: bold;
    width: 20%;
    text-align: left;
} 
table.inbox tbody tr td.email-body {
    width: 50%;
    text-align: left;
}
table.inbox tbody tr td.email-date {
    width: 20%;
    font-weight: bold;
}
.table-bordered>thead>tr>td {
    border: 1px solid #0C607F;
}
.table-bordered>tbody>tr>td {
    border-top: none;
    border-bottom: none;
}
.table-bordered>tbody>tr>td {
    border-left: 1px solid #0C607F;
    border-right: 1px solid #0C607F;
}
.bor-bot-table {
    border-bottom: 1px solid #0C607F;
}
.sidebar {
    padding-left: 0;
    padding-right: 0;
    /*height: 600px;*/
}
.media-heading-avatar {
    margin-top: 30px;
    margin-bottom: 5px;
}
.media-text {
    margin-top: 20px;
}
.card {
    border: 1px solid #016180;
    padding: 20px;
    width: 45%;
}
.card2 {
    border: 1px solid #016180;
    padding: 20px;
    /* display: flex; */
    /* height: 100% !important; */
}

/* HEADER */

.navbar-default {
    background-color: #fff;
    border: none;
}
/*.navbar-default .navbar-nav>li:nth-child(5) {
margin-right: 25px;
}*/
.navbar-default .navbar-nav>li>a {
    font-family: 'Bree Serif', serif;
    color: #063D4D;
    font-size: 16px;
    padding-top: 30px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.main-active {
    color: #fff;
    background-color: #063D4D;
}
/*.navbar-default .navbar-nav>li:last-child>a:hover,
.navbar-default .navbar-nav>li:nth-child(6)>a:hover,
.navbar-default .navbar-nav>li:last-child>a:focus,
.navbar-default .navbar-nav>li:nth-child(6)>a:focus,
.navbar-default .navbar-nav>li:nth-child(6)>a,
.navbar-default .navbar-nav>li:last-child>a {
background-color: transparent;
margin-left: 5px;
}*/
.navbar-brand {
    margin-left: 5%;
}
.navbar-right {
    margin-right: 2%;
}
.dropdown-menu>li>a {
    color: #063D4D;
    font-family: 'Bree Serif', serif;
}
.ico-hat {
    background: url('../img/ico-hat.png') no-repeat 0 100%;

}
.ico-hat:hover {
    background: url('../img/ico-hat-hover.png') no-repeat 0 100%;
}
.ico-send {
    background: url('../img/ico-send.png') no-repeat 0 100%;
    width: 16px;
    height: 15px;
}
.ico-send:hover {
    background: url('../img/ico-send-hover.png') no-repeat 0 100%;
}

/* AVATAR */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    color: #0C607F;
    border: 2px solid #ccc;
    padding: 30px 40px;
}
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #0C607F;
    color: #fff;
}
.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.txt-avatar {
    color: #0C607F;
    font-weight: bold;
    text-align: right;
}

/* CONTROL PANEL NAV */

.control-nav {
    border-top: 7px solid #0C617F;
}

/* CONTROL PANEL GEN */

.job-title {
    background-color: #EEEEEE;
    padding-top: 4px;
    padding-bottom: 15px;
    padding-left: 35px;
    height: 76px;
}
.job-confirmation {
    background-color: #F69A40;
    height: 76px;
}
.job-confirmation h3 {
    line-height: 110%;
    margin-top: 10px;
    text-align: center;
}
.job-commission {
    background-color: #EEEEEE;
    text-align: center;
    height: 76px;
    padding-top: 4px;
}
.job-commission h3 {
    line-height: 110%;
    margin-top: 10px;
}
.e-title, .e-date {
    font-size: 12px;
    font-weight: bold;
}
.e-excerpt {
    font-weight: 300;
    font-size: 12px;
}
.e-body {
    font-size: 13px;
}
.e-date {
    float: right;
}
.reply-box {
    background-color: #eee;
    padding: 20px;
}


/* FOOTER */

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 65px;
}
.push {
    height: 65px;
}
footer.rel {
    position: relative;
}
footer p {
    color: #fff;
    font-size: 13px;
    margin-left: 5%;
}
.btn-footer {
    float: right;
    margin-right: 5%;
}

/* MODAL CALIFICACIÓN */

.modal.in .modal-dialog {
    z-index: 100000;
}
.bg-modal {
    margin-left: 0;
    margin-right: 0;
    background-color: #0C617F;
}
.box-confirm {
    margin: 30px auto;
    width: 420px;
    text-align: center;
}
.bg-calificacion {
    background: url('../img/bg-calificacion.png') no-repeat 5% 100% #F7F5E9;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 145px;
}

/* SECCIÓN CRÉDITO PROVEEDOR */

.avatar-xs img {
    margin-top: 3px;
    max-height: 62px;
}
p.saldo {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}
.out-right {
    background: url('../img/out-right.png') no-repeat 0 50% #F69A40;
}
.padding-in {
    padding: 30px 0px 30px 30px;
}
.padding-in-right {
    padding: 30px 30px 30px 0;
}
.t-pagos {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.t-plus {
    color: #fff;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.table-credito {
    width: 100%;
}
.well-credito {
    padding: 0;
    border-color: #016180;
    border-radius: 0;
}
.table-credito tbody tr td {
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 5px 15px;
}
.table-credito tbody tr td.right {
    text-align: right;
}
.pad-table {
    padding-right: 55px;
}
.btn-pago {
    background-color: #F7F5E9;
    color: #F69A40;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    border-radius: 0;
    width: 100%;
    padding: 15px 0;
    height: 80px;
}
.btn-pago p {
    margin-top: 10px;
    word-wrap: break-word;
    white-space: normal;
}
.btn-pago:hover,
.btn-pago.focus {
    color: #F69A40;
}
.pago-active {
    background-color: #0C617F;
    color: #fff;
    cursor: default;
}
.pago-active:hover {
    color: #fff;
}
.no-pad {
    padding-left: 0;
    padding-right: 0;
}
.w-border{
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.box-metodos {
    border: 1px solid #0C617F;
    height: 252px;
    margin-bottom: 60px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 33.3333333%;
}
.nav-tabs>li>a {
  text-align: center;
  background-color: #F7F5E9;
}
.info-metodos {
  padding: 15px;
}

/* BANNERS */

.bg-banner-home {
    background: url('../img/bg-header.jpg') no-repeat 100% 100% #fff;
    padding-top: 28px;
    /*padding-bottom: 28px;*/
    height: 255px;
}
.bg-banner-contacto {
    background: url('../img/bg-contacto.jpg') no-repeat 100% 100% #fff;
    padding-top: 28px;
    /*padding-bottom: 28px;*/
    height: 255px;
}
.bg-banner-terminos {
    background: url('../img/bg-terminos.jpg') no-repeat 100% 100% #fff;
    padding-top: 28px;
    height: 295px;
}
.bg-banner-login {
    background: url('../img/bg-login.jpg') no-repeat 100% 100% #fff;
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 300px;
}
.bg-banner-publica {
    background: url('../img/bg-publica.jpg') no-repeat 50% 100% #fff;
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 374px;
}
.bg-banner-perfil {
    background: url('../img/bg-perfil.jpg') no-repeat 100% 100% #fff;
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 374px;
}
.bg-banner-como {
    background: url('../img/bg-como-funciona.jpg') no-repeat 50% 100% #fff;
    background-size: 100%;
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 290px;
}
.bg-banner-info {
    background: url('../img/bg-info.jpg') no-repeat 0% 100% #fff;  
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 300px;
}
.bg-banner-registro {
    background: url('../img/bg-info.jpg') no-repeat 100% 100% #fff;  
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 374px;
}
.bg-banner-catalogo {
    background: url('../img/bg-catalogo.jpg') no-repeat 50% 100% #fff;
    background-size: 100%;
    padding-top: 0px;
    /*padding-bottom: 160px;*/
    height: 374px;
}

/* SOMBRAS */

.shadow-down {
    position: relative;
    z-index: 2;
}
.shadow-down:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 50px;
    left: -10%;
    right: -10%;
    background: -webkit-radial-gradient(60% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 22%);
    background: radial-gradient(ellipse at 60% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 22%);
}

/* CONTENT */

.ico-home {
    font-size: 40px;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.ico-home a {
    color: #fff;
}
.uno {
    background-color: #F59D55;
}
.dos {
    background-color: #FECB5A;
}
.tres {
    background-color: #FAE35C;
}
.txt-ico a {
    color: #fff;
}
.txt-ico {
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.txt-ico-blue {
    color: #0C607F;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.li-especial {

}
.li-especial li {
    list-style-type: none;
}
.li-especial li a {
    color: #777777;
}
.li-especial li a:hover {
    color: #00607F;
}
.form-control {
    border-radius: 0;
    /*border: none;*/
    height: 27px;
    padding: 3px 12px;
    font-size: 12px;
}
.form-group.registration-only-fields {
    display: none;
}

.login-success-icon {
    padding-top: 7px;
    display: none;
}

.form-horizontal .control-label, 
.radio label, .checkbox label {
    color: #fff;
    font-weight: bold;
}
.sign-in .control-label {
    color: #0C607F;
}
.login-form {
    z-index: 11;
    position: relative;
}
.btn-login {
    position: relative;
    right: -42%;
    top: 35px;
    z-index: 3;
    width: 150px;
}
.flyer {
    position: absolute;
    top: 125px;
    z-index: 10;
    left: 5%;
}
.flyer-como img {
    position: absolute;
    top: 292px;
    z-index: 10;
    left: 5%;
}
.flyer-info img {
    position: absolute;
    top: 160px;
    z-index: 10;
    right: 5%;
}
.flyer-terminos img {
    position: absolute;
    top: 257px;
    z-index: 10;
    right: 12%;
}
.bg-builder {
    background-image: url('../img/img-builder.png');
    background-position: 80% 101%;
    background-repeat: no-repeat;
}
form.sign-in .control-label, .radio label, .checkbox label.blue {
    color: #0C607F;
}
.mis-proyectos {
    padding-left: 0;
}
.mis-proyectos li {
    list-style-type: none;
    margin-bottom: 10px;
}
.mis-proyectos li a {
    font-weight: 800;
    color: #0C607F;
}
.mis-proyectos li a:hover {
    color: #F6993F;
}
.profile h1.orange {
    margin-bottom: 0px;
}
.profile h1.blue {
    margin-top: 0px;
}
.bor-blue {
    color: #063D4C;
    border: 1px solid #063D4C;
    padding: 15px 20px 10px;
    margin-top: 20px;
}
.li-empresas li {
    list-style-type: none;
}
.thmb {
    margin-top: 15px;
}

/* STAR RATING */

.rate div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.rate div i {
    color: #fecb5a;
    font-size: 30px;
}
.stars {
    width: 112px;
    margin: 15px auto;
}
.stars-lg {
    width: 205px;
    margin: 15px auto;
}
.rating-static {
    width: 112px;
    height: 16px;
    display: block;
    background: url('../img/stars-sprite.png') 0 0 no-repeat;
}
.rating-static-light {
    width: 112px;
    height: 16px;
    display: block;
    background: url('../img/stars-sprite-light.png') 0 0 no-repeat;
}
.rating-static-lg {
    width: 205px;
    height: 34px;
    display: block;
    background: url('../img/stars-sprite-lg.png') 0 0 no-repeat;
}
.rating-lg-5 { background-position: 0 0; }
.rating-lg-4 { background-position: -36px 0; } 
.rating-lg-3 { background-position: -78px 0; }
.rating-lg-2 { background-position: -118px 0; }
.rating-lg-1 { background-position: -159px 0; }
.rating-lg-0 { background-position: -200px 0; }

.rating-5 { background-position: 0 0; }
.rating-4 { background-position: -24px 0; } 
.rating-3 { background-position: -47px 0; }
.rating-2 { background-position: -72px 0; }
.rating-1 { background-position: -96px 0; }
.rating-0 { background-position: -120px 0; }

.rate-box {
    padding-bottom: 5px;
    background-color: #FECB5A;
    text-align: center;
}


/* ANIMATIONS */

.landscape .tractor-wrapper {
    position: relative;
    width: 150px;
    height: 100px;
    margin-top: 131px;
    /* overflow: hidden; */
    z-index: 0;
    background: url('../img/tractor-body.png') no-repeat;
}
.landscape .tractor-wrapper-contacto {
    position: relative;
    width: 150px;
    height: 100px;
    margin-top: 131px;
    margin-left: 170px;
    /* overflow: hidden; */
    z-index: 0;
    background: url('../img/tractor-body.png') no-repeat;
}
.landscape .handle-wrapper {
    width: 150px;
    height: 100px;
    padding: 0 50px 30px 84px;
    margin: 0 auto 0 auto;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: hanging 2.5s ease-in-out forwards infinite;
    animation: hanging 2.5s ease-in-out forwards infinite;
}

@-webkit-keyframes hanging {
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}

@keyframes hanging {
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}

.landscape-truck {
    width: 150px;
    margin: 0 auto;
}
.landscape-truck .truck-bottom {
    position: relative;
    width: 150px;
    height: 100px;
    margin-top: 72px;
    z-index: 0;
    background: url('../img/truck-bottom.png') no-repeat;
}
.landscape-truck .truck-bottom-two {
    position: relative;
    width: 175px;
    height: 80px;
    margin-top: 92px;
    z-index: 1;
    background: url('../img/bottom-truck-2.png') no-repeat;
}
.landscape-truck .truck-top {
    width: 150px;
    height: 100px;
    padding: 0 50px 30px 0;
    margin: 0 auto 0 auto;
    animation: bounce 0.5s infinite;
    -webkit-animation: bounce 0.5s infinite;
    -moz-animation: bounce 0.5s infinite;
    -o-animation: bounce 0.5s infinite;
}
.landscape-truck .truck-top-two {
    width: 244px;
    height: 100px;
    padding: 0 50px 30px 0;
    margin: 0 auto 0 auto;
    animation: bounce 0.5s infinite;
    -webkit-animation: bounce 0.5s infinite;
    -moz-animation: bounce 0.5s infinite;
    -o-animation: bounce 0.5s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-3px);}
    60% {-webkit-transform: translateY(-2px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-3px);}
    60% {-moz-transform: translateY(-2px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-3px);}
    60% {-o-transform: translateY(-2px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-3px);}
    60% {transform: translateY(-2px);}
}

.landscape-flat {
    width: 150px;
    float: right;
    margin-right: 275px;
}
.landscape-flat .flat-bottom {
    position: relative;
    width: 150px;
    height: 100px;
    margin-top: 67px;
    z-index: 0;
    background: url('../img/flattener-bottom.png') no-repeat;
}
.landscape-flat .flat-top {
    width: 150px;
    height: 100px;
    padding: 0 50px 0 61px;
    margin: 0 auto 0 auto;
    animation: bounce 0.5s infinite;
    -webkit-animation: bounce 0.5s infinite;
    -moz-animation: bounce 0.5s infinite;
    -o-animation: bounce 0.5s infinite;
}

.landscape-hand {
    width: 250px;
    margin-left: 156px;
}
.landscape-hand .full-builder {
    position: relative;
    width: 180px;
    height: 246px;
    margin-top: 0;
    z-index: 0;
    background: url('../img/builder-wrench.png') no-repeat;
    padding-top: 76px;
    padding-left: 106px;
}
.landscape-hand .builder-hand {
    width: 73px;
    height: 158px;
    padding: 10px 50px 0 50px;
    margin: 0 auto 0 auto;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-animation: wink 0.5s alternate infinite; /* Safari 4+ */
    -moz-animation:    wink 1.5s alternate infinite; /* Fx 5+ */
    -o-animation:      wink 1.5s alternate infinite; /* Opera 12+ */
    animation:         wink 1.5s alternate infinite; /* IE 10+, Fx 29+ */
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation-timing-function: ease; /* Chrome, Safari, Opera */
    animation-timing-function: ease;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes wink {
    0% {-webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);

    }

    100% {-webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
    transform: rotate(10deg);}

} 

.landscape-hand .only {
    padding: 58px 50px 0 50px;
}
.all-builders .catalog {
    margin-left: 75px;
}

/* Standard syntax */ 
@keyframes wink {


    0% {-webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {-webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
    transform: rotate(10deg);}

}
