body {
    background: rgba(27,131,228,1);
    background: -moz-linear-gradient(left, rgba(27,131,228,1) 0%, rgba(22,101,192,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,131,228,1)), color-stop(100%, rgba(22,101,192,1)));
    background: -webkit-linear-gradient(left, rgba(27,131,228,1) 0%, rgba(22,101,192,1) 100%);
    background: -o-linear-gradient(left, rgba(27,131,228,1) 0%, rgba(22,101,192,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,131,228,1) 0%, rgba(22,101,192,1) 100%);
    background: linear-gradient(to right, rgba(27,131,228,1) 0%, rgba(22,101,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b83e4', endColorstr='#1665c0', GradientType=1 );
     z-index: -9;
}

h1, h2 {
    color: rgba(215,244,254,1);
     margin: 0 auto;
     text-align: center;
}
h3,h4,h5, p {
    color: rgba(215,244,254,1);
    margin: 0 auto;
    text-align: left;
}
#adContainer {
    margin: auto;
    margin-top:16px;
    margin-bottom:3px;
    
}
.listconverter {
    color: rgba(215,244,254,1);
    margin: 0 auto;
    text-align: left;
}
#logodetail {
  width: 100%; height: auto;
}
#leftcurrency,#rightcurrency {
    width: 35%; height: auto;
    display: block;
    margin: 0 auto;
    
}
.caja{
    width: 100%; height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size:xx-large;
    font-weight:bold;
    color:rgba(27,131,228,1);
     z-index: -9;
}
.caja:focus{
    width: 100%; height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size:xx-large;
    font-weight:bold;
    color:rgba(27,131,228,1);
    z-index: -9;
}
.headerdiv{
     color: rgba(215,244,254,1);
      margin: 0 auto;
      z-index: 1;
}
#linkmain{
    color: rgba(215,244,254,1);
}
.imgbadge{
    width: 100%; height: 60px;
}
.imgbadgepng{
    width: auto; height: 60px;
}
.unibadge {
    width: 100%;
    margin:  auto;
}
.unibadgediv {
    width: 80%;
    margin:  auto;
}
.wrapper-caja{
    width: 100%;
    margin: 5px 0px 0px 0px;
}
.input-group {
   width: 80%;
    margin:  auto;
}
.unity-input .form-control {
    border-right:0!important;
}
.unity-input .input-group-addon {
    background:white!important;
    border-left:none!important;
    font-weight:bold;
    color:rgba(27,131,228,1);
}
.input-group-addon {
     width: 8%;
      text-align: center;
       font-size:x-large;
       color:rgba(27,131,228,1);
}


.botontime {
    width: 100%;
    height:100%;
     text-align: center;
     display: inline-block;
}
.botontimeside {
    width: 30%;
    height:100%;
}
.botontimeimg {
 padding:4px;
}
.centrado{
    color:rgba(27,131,228,1);
    height:60px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-0%, -100%);
}
/*.botontimeimg {
    width: 100%;
    height:100%;
}*/
.masterbutons {
    height:60px;
     width: 100%;
     display:flex;
}
.mastercurrency {
    width: 100%;
    height: 90px;
    display:flex;
    vertical-align: middle;
}
.selectcurrency {
    width: 30%;
    height: 100%;
    display: inline-block;
}
.margecol {
    width: 10%;
}
#reversecontainer {
    text-align: center;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#reverse {
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    left:0;
    margin: auto;
    height: 80%;
}
.lang_flag {
    width: 25px;
    height: 14px;
}
/* menu */
ul, ol {
    list-style:none;
    z-index: 2;
}

.nav > li {
    float:right;
}

.menuitem {
    background-color:rgba(27,131,228,0.96);
    color:#fff;
    text-decoration:none;
    padding:8px 10px;
    display:block;
    width:260px;
}

.menuitem:hover {
    background-color:rgba(215,244,254,1);
    z-index: 2;
}
.nav li ul {
    display:none;
    position:absolute;
    min-width:260px;
    z-index: 2;
}

.nav li:hover > ul {
    display:block;
    z-index: 2;
}

.urlchild {
    position:relative;
    width:260px;
}
.litopmenu {
    position:relative;
    width:175px;
}
.topmenu {
    background-color:rgba(27,131,228,0.96);
    color:#fff !important;
    text-decoration:none;
    padding:8px 10px;
    display:block;
    width:175px;
}
.topmenu:hover {
    background-color:rgba(215,244,254,1);
    color:rgba(27,131,228,0.96) !important;
    z-index: 2;
}
.nav li ul li ul {
    right:175px;
    top:0px;
}
#menuicon{
    width: 20%;
    height: auto;
    float:right;
    top:40px;
}
#firstmenu{
    float:right;
    position: absolute;
    right: 0px;
}
.baseanchor{
    
}
.transmenu:hover{
    background-color:rgba(27,131,228,0);
}
.lowz  {
    z-index: 1;
}
.spacier {
    height: 10px;
}
/* Dropdwon*/
.drop-down {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0;
    font-family: verdana;
}
.drop-down select {
    display: none;
}
.drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    background-color: #595959;
}
.drop-down .select-list li {
    display: none;
}
.drop-down .select-list li span {
    display: inline-block;
    min-height: 40px;
    min-width: 280px;
    width: 100%;
    padding: 5px 15px 5px 35px;
    background-color: #595959;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: left;
    color: #FFF;
    opacity: 0.7;
    box-sizing: border-box;
}
.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
}
@media (max-width: 1200px) {
    .input-group-addon {
        width: 9%;
        text-align: center;
        font-size:x-large;
    }
}
@media (max-width: 992px) {
    .input-group-addon {
        width: 10%;
        text-align: center;
        font-size:large;
    }
    .mastercurrency {
        width: 100%;
        height: 80px;
        display:flex;
        vertical-align: middle;
    }
    .selectcurrency {
        width: 35%;
        height: 100%;
    }
    .margecol {
        width: 7%;
    }
    #reversecontainer {
        text-align: center;
        width: 15%;
    }
    #reverse {
        position: absolute;
        top: 0;
        bottom: 0;
        right:0;
        left:0;
        margin: auto;
        height: 65%;
    }
}
@media (max-width: 768px) {
    .mastercurrency {
        width: 100%;
        height: 70px;
        display:flex;
        vertical-align: middle;
    }
    .selectcurrency {
        width: 43%;
        height: 100%;
    }
    .margecol {
        width: 0%;
    }
    #reversecontainer {
        text-align: center;
        width: 14%;
    }
    #reverse {
        position: absolute;
        top: 0;
        bottom: 0;
        right:0;
        left:0;
        margin: auto;
        height: 65%;
    }
    .input-group-addon {
        width: 17%;
        text-align: center;
        font-size:large;
    }
    #leftcurrency,#rightcurrency {
        width: 60%; height: auto;
        display: block;
        margin: 0 auto;
    }
    .caja{
       
        font-size:large;
    }
}
@media (max-width: 550px) {
    #adContainer {
        margin: auto;
        margin-top:10px;
        margin-bottom:8px;
        
    }
    .litopmenu {
        position:relative;
        width:160px; !important;
    }
    .maxtitmain {
        color: rgba(215,244,254,1);
        margin: 0 auto;
        text-align: center;
        font-size: 2rem;
    }
    .maxtitfixed {
        color: rgba(215,244,254,1);
        margin: 0 auto;
        text-align: center;
        font-size: 26px;
    }
    .minititfixed {
        color: rgba(215,244,254,1);
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    .titpairs {
        color: rgba(215,244,254,1);
        margin: 0 auto;
        text-align: left;
        font-size: 1.48rem;
    }
    .infopairs {
        color: rgba(215,244,254,1);
        margin: 0 auto;
        text-align: left;
        font-size: 1.1rem;
    }
    .imgbadge{
        width: 100%; height: 45px;
    }
    .imgbadgepng{
        width: auto; height: 45px;
    }
    .menuitem {
        background-color:rgba(27,131,228,0.96);
        color:#fff;
        text-decoration:none;
        padding:10px 12px;
        display:block;
        width:190px;
    }
    
    .menuitem:hover {
        background-color:rgba(215,244,254,1);
        z-index: 2;
    }
    .nav li ul {
        display:none;
        position:absolute;
        min-width:190px;
        z-index: 2;
    }
    
    .nav li:hover > ul {
        display:block;
        z-index: 2;
    }
    
    .urlchild {
        position:relative;
        width:190px;
    }
    
    .nav li ul li ul {
        right:139px;
        top:0px;
    }
    .litopmenu {
        position:relative;
        width:140px;
        right:30px;
    }
   
    .topmenu {
        background-color:rgba(27,131,228,0.96);
        color:#fff;
        text-decoration:none;
        padding:5px 7px;
        display:block;
        width:140px; !important;
    }
    .h4converters {
        color: rgba(215,244,254,1);
        margin: 0 auto;
        text-align: left;
        font-size: 1.25rem;
    }
}

