/* Estilos de la pagina */

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* html, body {
    height: 100%;
    margin: 0;
  } */

/*
a:hover {
    text-decoration: none;
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



label {
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

.form-group {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #000;
}


 a:hover {

    color: #1da3c9;
    /*text-decoration: underline;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s eas;


}

.btn-bco a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #fff !important;
}


.btn-bco a:hover {

    color: #1da3c9!important;
    /*text-decoration: underline;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s eas;


}

.whatsapp a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #25d366 !important;
}


.whatsapp a:hover {

    color: #128c7e!important;
    /*text-decoration: underline;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s eas;
}






#carrito th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #000;
  color: white;
}


.min-gth{

    min-height: 100%;

}


.btn_redondo {

    border: 1px solid #1da3c9;
    color: #000;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 500;
    padding: 10px;
    margin: 5px 0;

}

.btn_redondo:hover {
    color: #fff;
    background-color: #1da3c9;
    border: 1px solid #1da3c9;
}

h1 {
    width: 100%;
    font: normal 14px 'Montserrat', sans-serif;
    font-weight: 400;
    /*text-align: right;*/
}

h3 {
    width: 100%;
    font: 20px 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    /*text-align: left;*/
}

h4 {
    font: normal 14px 'Replica Regular', sans-serif;
    font-weight: 300;

    text-align: center;
}

.izq {
    margin-top: 0px;
    text-align: left;
    width: 100%;
}

h5 {
    font: 30px 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
    width: 100%;
    text-decoration: underline;
}


/*
primary:#007bff;
secondary:#6c757d;
--success:#28a745;
info:#17a2b8;
warning:#ffc107;
danger:#1da3c9;
light:#f8f9fa;
dark:#343a40
*/

/*
.btn-primary {
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
}


.btn-warning {
    color: #ffc107;
    background-color: #fff;
    border-color: #ffc107;
}

.btn-danger {
    color: #1da3c9;
    background-color: #fff;
    border-color: #1da3c9;
}

.btn-success {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745;
}

.btn-info {
    color: #17a2b8;
    background-color: #fff;
    border-color: #17a2b8;
}

.btn-orange {
    color: #E87D1C;
    background-color: #fff;
    border-color: #E87D1C;
}


.mar5px {

    margin: 0 5px;

}

.btn-gris {
    color: #6c757d;
    background-color: #fff;

}

.btn-gris:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


.btns-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;

}

.btns-danger {
    color: #fff;
    background-color: #1da3c9;
    border-color: #1da3c9;
    border-radius: 10px;
}

.btns-danger:hover {
    color: #1da3c9;
    background-color: #fff;
    border-color: #1da3c9;
}

.btns-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btns-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


.btns-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
*/

/*-------------
  Header
-------------*/

header {
    position: relative;
    z-index: 10;
    width: 100%;
    /*background-color: #fff;*/
    font-family: 'Replica Regular', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

header a {}

header a:hover {

    color: #1da3c9;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s eas;


}





/*CUSTOMIZACION DE ICONO EN MOVIL*/
.custom-toggler.navbar-toggler {
    padding-top: 15px;
    border-color: #1da3c9;
    color: #1da3c9;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#1da3c9' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.nav-item {
    padding: 0 5px;

}

.topbar {
    /*outline: 1px solid #1da3c9;*/
    padding: 0 5px;

}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin: 1em 0px;
}

.navbar .dropdown-menu {
   width: 100%;
    left: 0;
    right: 0;

    border: none;
    background-color: #25282d !important;
    margin-top: -8px;
}

/* makes the dropdown full width  */
.navbar .dropdown {
    position: static;
}

/*
 shows the dropdown menu on hover
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
    display: block !important;

}*/
 

.navbar .dropdown .dropdown-menu:hover {
    display: block !important;

}
 



.navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;

}

.flex2-container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}



.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    justify-content: center;
}

.flux-container {
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    position: relative;
    justify-content: center;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/RG2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*ackground-color: #c50000;*/
    z-index: -1;
}

.background-image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/img3.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*ackground-color: #c50000;*/
    z-index: -1;
}



.hidden {
    display: none;
}

.color1 {
    background-color: #f9f9f9;
}

.color2 {
    background-color: #3954a5;
}

.color3 {
    background-color: #6aa4d8;
}

.color4 {
    background-color: #6aa4d8;
}

.color5 {
    background-color: #25282d;
}

.color9 {
    background-color: #1da3c9;
}


.tcolor1 {
    color: #3954a5;
}

.tcolor2 {
    color: #1da3c9;
}

.tcolor3 {
    color: #25282d;
}

.tcolor4 {
    color: #000000;
}

.tcolor5 {
    color: #ffffff;
}

.tcolor6 {
    color: #26a330;
}

.tcolor7 {
    color: #f19800;
}

.tcolor8 {
    color: #BABABA;
}

.disabled {
    /*color: #BABABA;*/
    pointer-events: none;
    cursor: not-allowed;
    filter: url('#grayscale');
    /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* Para cuando es estándar funcione en todos */
    filter: Gray();
    /* IE4-8 and 9 */
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s eas;
}

@keyframes bounces {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounces {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-5px);
    }
}

.padding0 {
    padding: 0px;
}

.margin0 {
    margin: 0px;
}

.padding15 {
    padding: 0px 15px 0px 15px;
}

.padding30 {
    padding: 0px 30px 0px 30px;
}

.padding45 {
    padding: 0px 45px 0px 45px;
}

.padding15 {
    padding: 0px 15px 0px 15px;
}

.margin15 {
    margin: 0px 15px 0px 15px;
}

.margin10 {
    margin: 0px 10px 0px 10px;
}

.margin5 {
    margin: 0px 5px 0px 5px;
}

.margin2 {
    margin: 0px 2px 0px 2px;
}

.m-top5 {
    margin-top: 5px;
}

.m-top10 {
    margin-top: 10px;
}

.m-top15 {
    margin-top: 15px;
}

.m-top20 {
    margin-top: 20px;
}

.m-top30 {
    margin-top: 30px;
}

.m-top40 {
    margin-top: 40px;
}

.m-top50 {
    margin-top: 50px;
}

.m-top60 {
    margin-top: 60px;
}

.m-top70 {
    margin-top: 70px;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.m-bottom15 {
    margin-bottom: 15px;
}

.m-bottom20 {
    margin-bottom: 20px;
}

.m-bottom30 {
    margin-bottom: 30px;
}

.m-bottom40 {
    margin-bottom: 40px;
}

.m-bottom50 {
    margin-bottom: 50px;
}

#container-paginator {
    display: none;
}


.pago_envio {
    text-align: center;
    margin-bottom: 20px;
}

.pago_envio ul li {
    display: inline-block;
    padding-right: 5px;
}

.pago_envio ul li img {
    width: 100%;
}

.pago_envio .titulo {
    position: relative;

    font-size: 20px;
    font-weight: 500;
}




footer a {

    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #fff;

}

footer a:hover {

    color: #25282d;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s eas;

}





.btn1 {
    color: #fff;
    font: normal 12px 'ProximaNova Regular', sans-serif;
    font-weight: 50px;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;

    background: transparent url("../img/down2.png") no-repeat 50% 80%;

    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;

}

.btn1:hover {
    background-color: #1da3c9;
    /* Green */
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.btn2 {
    width: 100%;
    color: #fff;
    font: normal 15px 'ProximaNova Regular', sans-serif;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #383d46;

    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;

}

.btn2:hover {
    color: #1da3c9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.btn3 {
    color: #fff;
    font: normal 15px 'ProximaNova Light', sans-serif;
    width: 100%;
    text-align: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;

}

.btn3:hover {
    text-decoration: none;
    color: #1da3c9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}


.btn_solo {
    color: #fff;
    font: normal 15px 'ProximaNova Regular', sans-serif;
    font-weight: 50px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    margin-left: 5px;

    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;


}

.btn_solo:hover {
    background-color: #1da3c9;
    /* Green */
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.page-item.active .page-link{

    background-color: #1da3c9;
    /* Green */
    color: #fff !important;
    border: none;

}


/* ==========================================================================
cotizador
========================================================================== */


.show-cart li {
    display: flex;
}

.card {
    margin-bottom: 20px;
}

.card-img-top {
    width: 200px;
    height: 200px;
    align-self: center;
}

.shopping-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    min-heigh: 300px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: right;
    /*outline: 1px solid #1da3c9;*/
    /*background: wheat;*/
}

.Shaked{
  -webkit-animation: tiembla 0.5s;
  animation-iteration-count: 2;
}
@-webkit-keyframes tiembla{
  0%  { -webkit-transform:rotateZ(-5deg); }
  50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
  100%{ -webkit-transform:rotateZ( 5deg); }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.Pulse {
  -webkit-animation: pulse 0.5s infinite;
  animation-iteration-count: 4;
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}


@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/* ==========================================================================
FORM_COTIZADOR
========================================================================== */



.formBox {
    margin-top: 0px;
    padding: 10px 25px;
}

.formBox h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.inputBox {
    position: relative;
    /*box-sizing: border-box;*/
    margin-bottom: 30px;
}

.inputBox .inputText {
    position: absolute;
    font-size: 24px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}

.inputBox .input {
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);

}

.focus .inputText {
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #00bcd4;

}

textarea {
    height: 100px !important;
}


/* ==========================================================================
Animations
========================================================================== */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes fadeInUpDelay {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpDelay {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpDelay {
    -webkit-animation-name: fadeInUpDelay;
    animation-name: fadeInUpDelay;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUpD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpD {
    -webkit-animation-name: fadeInUpD;
    animation-name: fadeInUpD;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.tooltip-inner {
    background-color: #007bff;
}
div.tooltip-inner {
    min-width: 450px;
    padding:10px;
    text-align:left;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.pst_carrito{

font-size: 20px !important;
background-color:  #eeeeee !important;
padding: 10px; margin: 2px 0 !important;

}

.tabla_der td, .tabla_der th {
    padding: .75rem 0;
    text-align: right;
}


.chart {

  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; 
}


/* ==========================================================================
Waypoints
========================================================================== */
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9,
.wp10,
.wp11,
.wp12,
.wp13,
.wp14,
.wp15,
.wp16,
.wp17,
.wp18,
.wp19,
.wp20,
.wp21,
.wp22,
.wp23,
.wp24,
.wp25,
.wp26 {
    visibility: hidden;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD {
    visibility: visible;
}

/*ZOOMY*/

img.zoom {
    /*width: 350px;
    height: 200px;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
