﻿@media (min-width:320px)
{
    .dd-loading
    {
        padding-left: 40%;
        padding-top: 20%;
        position: fixed;
        top: 1%;
        width: 100%;
        height: 100%;
        background-color: Yellow;
        z-index: 1030;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        background: rgba(255,255,255,0.5);
    }
}
@media (min-width:481px)
{
    .dd-loading
    {
        padding-left: 40%;
        padding-top: 20%;
        position: fixed;
        top: 1%;
        width: 100%;
        height: 100%;
        background-color: Yellow;
        z-index: 1030;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        background: rgba(255,255,255,0.5);
    }
}
@media (min-width:641px)
{
    .dd-loading
    {
        padding-left: 40%;
        padding-top: 20%;
        position: fixed;
        top: 1%;
        width: 100%;
        height: 100%;
        background-color: Yellow;
        z-index: 1030;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        background: rgba(255,255,255,0.5);
    }
}
@media (min-width:961px)
{
    .dd-loading
    {
        padding-left: 50%;
        padding-top: 20%;
        position: fixed;
        top: 1%;
        width: 100%;
        height: 100%;
        background-color: Yellow;
        z-index: 1030;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        background: rgba(255,255,255,0.5);
    }
}
@media (min-width:1025px)
{
    .dd-loading
    {
        padding-left: 50%;
        padding-top: 20%;
        position: fixed;
        top: 1%;
        width: 100%;
        height: 100%;
        background-color: Yellow;
        z-index: 1030;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        background: rgba(255,255,255,0.5);
    }
}
@media (min-width:1281px)
{
    .dd-loading
    {
        padding-left: 50%;
        padding-top: 20%;
        position: fixed;
        top: 1%;
        width: 100%;
        height: 100%;
        background-color: Yellow;
        z-index: 1030;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        background: rgba(255,255,255,0.5);
    }
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
    z-index: 999999;
}

.loading2
{
    display: none;
    position: fixed;
    z-index: 9999999;
}

.areg
{
    color: #69be28 !important;
}

a.areg:hover
{
    color: #00693c !important;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .viewVideo
    {
        display:none!important;
    }

}
@media only screen and (min-width: 834px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .viewVideo {
        display: none !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px){
    .viewVideo {
        display: none !important;
    }
}


body {
}
