﻿html {
    unicode-bidi: embed;
}


/*img:active, img:focus {
    border-bottom: 1px #adb3b6 dotted;
}*/

.stretched #gotoTop {
    bottom: 30px;
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
    margin-top: -48px;
}

body {
    font-family: "SouthRegular";
    font-size: 14px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

#wrapper {
    overflow: hidden
}

.nopadding {
    padding: 0px !important;
}

.noborder {
    border: medium none !important;
}

.nomargin {
    margin: 0px !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}


input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

    input[type=text]:focus, textarea:focus {
        box-shadow: 0 0 5px rgb(172, 157, 116);
        padding: 3px 0px 3px 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid rgb(172, 157, 116);
    }

@media (max-width: 998px) {
    body#yad {
        overflow-y: scroll
    }
}
