/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Mantas Lukosius <info@elpresta.eu>
 *  @copyright 2015-2016 elPresta
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

#mlcls:hover {
    opacity:0.8;
}
#mlcls {

    right: 0;

    display:inline-block;

    position:absolute;

    color:#fff;
cursor: pointer;
    z-index:999;

    margin-right: 10px;

    padding-left: 6px;

    padding-right: 6px;

margin-top: 9px;

}



.mWrap {}

.mMove {
    /* opacity: 0; */
    text-align: center;
}

.mWrap.mIni .mMove {opacity:1}

.mWrap,

.mWrap *{

    -moz-user-select: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    user-select: none;

}



.strTools *,

.strTools *:after,

.strTools *:before {

    box-sizing:border-box !important;

    -moz-user-select: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    user-select: none;

}

.mWrap img {

    max-width:none !important;

}

#mladsfooter {

    position: relative;

    left: 0;

    bottom: 0;

    width: 100%;

    z-index:9999;

}



.mWrap {

    width:100%;

    text-transform:uppercase;

    text-align:left;

}

.textItem {
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px !important;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}


.str_move {

    cursor:move;

}

.str_static .str_move, .str_move,

.noStop .str_move{

    cursor:inherit;

}













