﻿.Bold {
    font-weight: bold;
}

.Justify {
    text-align: justify;
}

.Right {
    text-align: right;
}

.Left {
    text-align: left;
}

.Center {
    text-align: center;
}

.LTR {
    direction: ltr;
}

.RTL {
    direction: rtl;
}

.Block {
    display: block;
}

.Block-Inline {
    display: inline-block;
}

.VerticalM {
    vertical-align: middle;
}

    .VerticalM img {
        vertical-align: middle;
    }

.imgMaxWidth {
    max-width: 100%;
    margin: auto;
    display: block;
}

.imgFullWidth {
    display: block;
    width: 100%;
}

.borderBox {
    border: 1px solid #999;
    background-color: #fff;
    padding: 4px;
}

.FormInput {
    font-size: 12px;
    vertical-align: middle;
    padding: 3px 6px;
    margin: 1px 0px;
    font-family: 'droid arabic naskh',Tahoma;
    border: 1px solid #999;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
}

    .FormInput:focus,
    input[type=submit].FormInput:hover {
        border-color: #000;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(48,174,215,1);
        -moz-box-shadow: 0px 0px 6px 1px rgba(48,174,215,1);
        box-shadow: 0px 0px 6px 1px rgba(48,174,215,1);
    }

.ListSquare ul {
    list-style: square;
    padding-right: 24px;
    margin-right: 10px;
}

.ShadowBox {
    background-image: url("../images/shadow.png");
    background-size: 100% 20px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.Circle {
    border-radius: 100%;
}

#MapSide {
    height: 320px;
}

.Masonry-Container {
}

.Masonry-Item {
}
