/**********************************************************************************************************
*********************************************FORMS*********************************************************
**********************************************************************************************************/
input:invalid, input:-moz-submit-invalid
{
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

/**********************************************************************************************************
******************************************MULTISLIDER******************************************************
**********************************************************************************************************/
.loctek-multislider
{
        position: relative;
        overflow: hidden;
}

.loctek-multislider>div
{
        position: relative;
        top: 0;
        left: 0;
}

/**********************************************************************************************************
*******************************************LIGHTBOX********************************************************
**********************************************************************************************************/
.loctek-lightbox
{
        position: fixed;
        background-color: #fff;
        z-index: 100;
        padding: 0 !important;
        left: 50%;
        top: 50%;
        border: 4px solid #FF404F;
        border-radius: 8px;
        -wekkit-border-radius: 8px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

#loctek-photopicker-bg
{
    background-color: #060606;
    border-top: 2px solid #0a0a0a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

#loctek-photopicker
{
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 102;
    text-align: center;
}

#loctek-lightbox-container
{
    position: relative;
}

#loctek-lightbox-right, #loctek-lightbox-left
{
    z-index: 102;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: -60px;
    cursor: pointer;
}

#loctek-lightbox-left
{
    right: auto;
    left: -60px;
}

#loctek-lightbox-close
{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica;
    border: 4px solid #58AE26;
    background-color: #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

#loctek-photopicker img
{
    cursor: pointer;
    margin: 15px 15px;
    height: 50px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#loctek-photopicker .active
{
    border: 2px solid #FF404F;
}

.loctek-lightbox-tabs
{
        list-style-type: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
}

.loctek-lightbox-tabs li
{
    float: right;
    margin-right: 5px;
    display: inline-block;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 0px 2px 2px 1px #ccc;
    box-shadow: 0px 2px 2px 1px #ccc;
    background-color: #fff;
    padding: 3px 8px;
    cursor: pointer;
}

.loctek-lightbox-left, .loctek-lightbox-right
{
    height: 100%;
    width: 50%;
    position:absolute;
    top: 0;
    left: 0;
    background-image: url(/images/trans.png);
}

.loctek-lightbox-loader
{
    margin-left: 8px !important;
    margin-top: 10px !important;
}

.loctek-lightbox-right
{
        left: 50%;
}

.loctek-lightbox
{
        position: fixed;
        background-color: #fff;
        z-index: 100;
        padding: 0 !important;
        left: 50%;
        top: 50%;
}


.loctek-lightbox-cover
{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        z-index: 99;
}

/**********************************************************************************************************
********************************************SLIDER*********************************************************
**********************************************************************************************************/
.loctek-slider
{
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;  
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}

.loctek-slider>*
{
    position: absolute;
}

.loctek-slider-controls
{
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.loctek-slider-controls li
{
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background-color: #fff;
    background-image: linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
    background-image: -o-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
    background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
    background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
    background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 13%, rgb(217,217,217) 88%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, rgb(232,232,232)),
        color-stop(0.88, rgb(217,217,217))
    );
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
}

.loctek-slider-controls li.active
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #000;
    border-width: 3px;
    width: 18px;
    height: 18px;
    border-color: #fff;
}

/**********************************************************************************************************
********************************************TOOLTIP********************************************************
**********************************************************************************************************/
.loctek-tooltip
{
    position: fixed;
    left: 0;
    top: 0;
    margin-top: -120px;
    background-image: url("/images/tooltip.png");
    height: 132px;
    width: 390px;
    display: none;
}
/*
.loctek-tooltip:before
{
    content: '';
    position: absolute;
    left: -16px;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:15px solid #333;
}



.loctek-tooltip.right:before
{
    right: -16px;
    left: auto;
    top: 4px;
    border-left:15px solid #333;
    border-right: none;
}*/

/**********************************************************************************************************
********************************************TICKER*********************************************************
**********************************************************************************************************/
.loctek-ticker
{
    position: relative;
    overflow: hidden;
    text-align: center;
}

.loctek-ticker>*
{
    position: absolute;
    width: 99%;
}

/**********************************************************************************************************
**************************************TRANSPARENT SLIDER***************************************************
**********************************************************************************************************/
.loctek-transparent-slider
{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.loctek-transparent-slider-item
{
    float: left;
}

.loctek-transparent-slider-container
{
    width: 60000px;
    position: absolute;
    left: 50%;
}