.upper-case{

    text-transform: uppercase;

}



.cursor{

	cursor: pointer !important;

}



.catfilter {

    margin-bottom: 20px !important;

}

.loader{

    position: fixed; 

    left: 0; 

    top: 0; 

    z-index: 99999; 

    width: 100%; 

    height: 100%; 

    overflow: visible; 

    background: rgba(255,255,255,0.9) url('../img/generals/sending.gif') no-repeat center center; 

}



.shareit {

    margin-bottom: 12px;

}



.sub-menu > li > a:after {

    content: "";

    position: absolute;

    width: 15px;

    height: 13px;

    right: -20px;

    top: 4px;

    background-image: url(../img/arrowmenu.png);

    background-position: center;

    background-repeat: no-repeat;

    -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    -ms-transition: all .4s ease;

    -o-transition: all .4s ease;

    transition: all .4s ease;

}



.sub-menu {

    margin-top: 15px !important;

}



.sub-menu > li > a{

    position: relative;

    font-weight: 400 !important;

    font-size: 15px !important;

    letter-spacing: 2px;

}

.prt_ampb2w, .prt_ampb3w, .prt_ampb4, .prt_ampb5, .foot {
    position: relative;
    z-index: -3;
}




.popBlock2 .playicon, #popBlock .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    cursor: pointer;
    z-index: 9999 !important;
}

.openPop img {
    width: 20%;
    /*float: right;*/
}

.popCont {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    z-index: 99999;
    display: none;
}

.popCont .cont6 {
    width: 60%;
}

.cont6 {
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5%;
    position: relative;
}

.cerrarPop {
    position: absolute;
    top: 0;
    right: -30px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}



.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 5%;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prt_ampb4 {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
}

.prt_ampb4b {
    float: right !important;
    background-color: transparent !important;
    height: 600px !important;
    max-width: none;
    width: 100% !important;
    padding: 30px !important;
    position: relative !important;
}

.prt_ampb4b h2 {
    font-size: 60px !important;
    color: #00212f !important;
    text-align: left !important;
}

.prt_ampb4b_txt {
    position: absolute !important;
    left: 30px !important;
    bottom: 30px !important;
}

.prt_ampb5_cu{
    position: relative;
}

.prt_ampb5_cu .playicon{
    position: relative;
    cursor: pointer;
}

.prt_ampb5_cu .playicon img{
    position: absolute;
    width: 15%;
    left: 0;
    margin: 12px;
}

.blki2_b .box_sl2 h3{
    color: #fff !important;
}

.paddetails #share_wap {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: solid 1px #bbb;
    border-radius: 5px !important;
}
.paddetails #share_fb {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: solid 1px #bbb;
    border-radius: 5px !important;
}

.paddetails #share_fb:hover, .paddetails #share_wap:hover {
    background-color: #2ed6f8;
}

.paddetails #share_wap img {
    position: absolute;
    left: 24%;
    width: 20px;
    /*height: auto;*/
}

.paddetails #share_fb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.paddetails {
    display: inline-flex;
}

.paddetails a {
    display: flex;
    align-items: center;
}

.paddetails a img {
    display: flex;
    align-items: center;
}

.paddetails .share {
    color: #010102;
    background: #fff;
    font-size: 15px;
    margin-right: 10px;
}

.paddetails .btn_nv_back {
    margin: 0px 0 0 0;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/*.qsmb3_slvid iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/




/*responsive*/

@media screen and (max-width:320px) {
    .qsmb3_slvid iframe { 
        /*height: 100%;*/
    }

    .prt_ampb4b {
        background-color: transparent !important;
        height: 0 !important;
    }
    .div-img-prueba > img {
    height: auto;
}
    .div-img-prueba{
     background-color: none !important; 
    }

    .prt_ampb4b_txt {
        position: relative !important;
        left: 0 !important;
        bottom: 30px !important;
    }

    .prt_ampb4 {
        margin-bottom: 20%!important;
    }

    /*.div-img-prueba > img {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    }*/
    .desktop{
        background-image: none !important;
    }

    .mobile{
        display: block !important;
    }

    .popCont .cont6 {
        width: 100%;
    }
    
    .cont6 {
        top: 25%;
    }

    .cerrarPop {
        top: -20%;
        right: 7%;
    }
}

@media screen and (min-width:321px) and (max-width:375px) {
    .qsmb3_slvid iframe { 
        /*height: 100%;*/
    }
    .prt_ampb4b {
        background-color: transparent !important;
        height: 0 !important;
    }
    .div-img-prueba > img {
        height: auto;
    }
    .prt_ampb4b_txt {
        position: relative !important;
        left: 0 !important;
        bottom: 30px !important;
    }

    .prt_ampb4 {
        margin-bottom: 20%!important;
    }
    .desktop{
        background-image: none !important;
    }

    .mobile{
        display: block !important;
    }


    .popCont .cont6 {
        width: 100%;
    }
    
    .cont6 {
        top: 25%;
    }

    .cerrarPop {
        top: -20%;
        right: 7%;
    }
}

@media screen and (min-width:376px) and (max-width:425px) {
    .qsmb3_slvid iframe { 
        /*height: 26%;*/
    }
    .prt_ampb4b {
        background-color: transparent !important;
        height: 0 !important;
    }
    .div-img-prueba > img {
    height: auto;
}
    .prt_ampb4b_txt {
        position: relative !important;
        left: 0 !important;
        bottom: 30px !important;
    }

    .prt_ampb4 {
        margin-bottom: 20%!important;
    }
    .desktop{
        background-image: none !important;
    }

    .mobile{
        display: block !important;
    }
    .popCont .cont6 {
        width: 100%;
    }
    
    .cont6 {
        top: 25%;
    }

    .cerrarPop {
        top: -20%;
        right: 7%;
    }

}

@media screen and (min-width:426px) and (max-width:768px) {
    .qsmb3_slvid iframe { 
        /*height: 30vh;*/
    }
    .desktop{
        background-image: none !important;
    }

    .mobile{
        display: block !important;
    }

    .popCont .cont6 {
        width: 100%;
    }
    
    .cont6 {
        top: 25%;
    }

    .cerrarPop {
        top: -20%;
        right: 7%;
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .qsmb3_slvid iframe { 
        /*height: 39vh;*/
    }
    .desktop{
        background-image: none !important;
    }

    .mobile{
        display: block !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1024px){
    .qsmb3_slvid iframe { 
        /*height: 39vh;*/
    }
    .desktop{
        display: block !important;
    }

    .mobile{
        display: none !important;
    }

    .popCont .cont6 {
        width: 100%;
    }
    
    .cont6 {
        top: 25%;
    }

    .cerrarPop {
        top: -20%;
        right: 7%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px){
    .qsmb3_slvid iframe { 
        /*height: 46vh;*/
    }
    .desktop{
        display: block !important;
    }

    .mobile{
        display: none !important;
    }
  
}

@media screen and (min-width: 1367px) and (max-width: 1600px){
    .qsmb3_slvid iframe { 
        /*height: 46vh;*/
    }
    .desktop{
        display: block !important;
    }

    .mobile{
        display: none !important;
    }
}

@media screen and (min-width: 1601px){
    .desktop{
        display: block !important;
    }

    .mobile{
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 768px){
    .prt_ampb4b_txt{
        display: none !important;
    }
}

.paddetails .btn_shrr {
	cursor: auto !important;
}