.menuItem{
    position: absolute;
    top:15%;
    right: 0;
    background-color: #ffffff;
    margin-bottom: 50px;

}
.menuText{
    text-align:center;
    z-index: 900;
}
.lgMenu{
    background-color: #ffffff;
    background-size: contain;
    position: relative;
}

.lgMenuItem
{
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    height: 75px;
    color: #000000;
    margin: 0;



}
.lgMenuText:hover{
    color: #D5094F;

}
.lgMenuText{
    color: #000000;

}
.btn-menu{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;



}
.btn-a{
color: #000000;
}
.rayita{
    max-width: 80%;
    opacity: 0;
}
.btn-a:hover .rayita{

        opacity:1;
        transition: opacity 0.5s ease-out;

}
.btn-online p{
    padding-top: 5px;
    text-align: center;
   color: #ffffff;
}
.btn-a:hover
{
    color:#D5094F;
}
.obtener{
    display: block;
}
.obtenerImg{
    background-image: url("../images/btn-obtenerGrey.png");
    height: 40px;
    max-width: 100%;
    background-repeat: no-repeat;
    z-index: 1200;
}
.obtenerTxt{
    color: gray;
    top: 5px;
    z-index: -1;
}
.obtener:hover .obtenerImg{
    background-image: url("../images/btn-obtenerRed.png");
}
.obtener:hover .obtenerTxt{
    color:#D5094F;
}
.circle {
    display: block;
    border-radius: 50%;
    height: 40px;
    max-width: 40px;
    border-style: solid;
    border-width: 5px;
    border-color:#D5094F ;
    /* width and height can be anything, as long as they're equal */
}
.circle:hover {
background-color:#D5094F;
    transition: background-color 0.2s ease-out;
    /* width and height can be anything, as long as they're equal */
}
.counter {
    margin-left:30px;
    margin-bottom:-100%;
    display: block;
    border-radius: 50%;
    height: 65px;
    background-color:#D5094F;
    z-index: 900;
    left: -30px;
    text-align: center;
    color: #ffffff;
    /* width and height can be anything, as long as they're equal */
}
.tipsbar{
    background-color:transparent;
    height: 40px;
    margin-top:-50px;

}
.tipsbar:hover{
    background-color:#D5094F;
    transition: background-color 0.2s ease-out;
 }
.tipsbar:hover .tipsbarMes{
    background-image:   url("../images/messagewhite.png");
}
.tipsbar:hover .tipsbarType{
 color: #ffffff;
}
.tipsbar:hover .tipsbarCom{
    color: #ffffff;
}

.tipsbarMes{
    background-image:   url("../images/message.png");
    max-width: 100%;
    height:20px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.tipsbarType{
    color:#D5094F ;
    pointer-events: none;
}
.tipsbarCom{
   color: #080808;
    pointer-events: none;
}
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

.dropdown:hover >ul{
    display: block;
    padding-left: 10px;
    margin: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label .labels{position:relative}
label .labels:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label .labels:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
.front-form label
{
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    min-width: 10%;
}
.menuItem{
    position: absolute;
    top:15%;
    right: 0;

}
.menuText{
    text-align:center;
    z-index: 900;

}
.cat-btn:hover{
    opacity:0.5;
    transition: opacity 0.6s ease-out;

}
.boldtext{

}