?@font-face {
    font-family: 'Mj_Silicon';
    src: url('../Fonts/Mj_Silicond41d.eot?#') format('eot'), url('../Fonts/Mj_Silicon.ttf') format('truetype'), url('../Fonts/Mj_Silicon.html') format('woff');
}
@font-face {
    font-family: 'bkoodak';
    src: url('../Fonts/BKoodakBoldd41d.eot?#') format('eot'), /* IE6–8 */
    url('../Fonts/BKoodakBold.html') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/BKoodakBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'byekan';
    src: url('../Fonts/BYekand41d.eot?#') format('eot'), /* IE6–8 */
    url('../Fonts/BYekan.html') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'bnazanin';
    src: url('../Fonts/BNazanind41d.eot?#') format('eot'), /* IE6–8 */
    url('../Fonts/BNazanin.html') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/BNazanin.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url("../Fonts/IRANSansWeb.eot");
    src: url("../Fonts/IRANSansWeb.eot") format("embedded-opentype"), url("../Fonts/IRANSansWeb.ttf") format("truetype"), url("../Fonts/IRANSansWeb.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url("../Fonts/IRANSansWeb_Bold.eot");
    src: url("../Fonts/IRANSansWeb_Bold.eot") format("embedded-opentype"), url("../Fonts/IRANSansWeb_Bold.ttf") format("truetype"), url("../Fonts/IRANSansWeb_Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

body {
    direction: rtl;
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    font-family: IRANSansWeb, 'bkoodak', Yagut, Tahoma;
    background-color: rgb(247, 247, 247);
}

input, select {
    font-family: IRANSansWeb, 'bkoodak', Yagut, Tahoma !important;
	min-width: 250px;
}

input[type="checkbox"] {
	margin-top: 10px;
	width: 12px;
}

a {
    text-decoration: none;
    color: #878585;
}

.Footer a:hover {
    color: #b04242;
}
/**************************** Tables *****************************/


table {
    background: #eaeaea;
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
    border-collapse: separate;
    border: #ccc 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

    table th {
        padding: 14px 20px;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #9d3939;
        border-radius: 5px 5px 0 0;
        color: rgba(255, 255, 255, 0.9);
    }

    table td {
        padding: 4px;
        text-align: center;
    }

    table tr {
        background-image: -moz-linear-gradient(top, #fafafa, #E0E0E0);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#E0E0E0));
        background-image: -webkit-linear-gradient(top, #fafafa, #E0E0E0);
        background-image: -ms-linear-gradient(top, #fafafa, #E0E0E0);
        background-image: -o-linear-gradient(top, #fafafa, #E0E0E0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#E0E0E0');
        padding: 20px 20px;
        transition-property: all;
        transition-duration: 0.4s;
        cursor: pointer;
    }

        table tr:hover {
            background-image: -moz-linear-gradient(top, rgba(198, 5, 5, 0.42), rgba(198, 5, 5, 0.42));
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(198, 5, 5, 0.42)), to(rgba(198, 5, 5, 0.42)));
            background-image: -webkit-linear-gradient(top, rgba(198, 5, 5, 0.42), rgba(198, 5, 5, 0.42));
            background-image: -ms-linear-gradient(top, rgba(250, 250, 250, 0.30), rgba(224, 224, 224, 0.30));
            background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0.30), rgba(224, 224, 224, 0.30));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(250, 250, 250, 0.30)', endColorstr='rgba(224, 224, 224, 0.30)');
        }

.Pager td:hover {
    background-image: -moz-linear-gradient(top, rgba(198, 5, 5, 0.42), rgba(198, 5, 5, 0.42));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(198, 5, 5, 0.42)), to(rgba(198, 5, 5, 0.42)));
    background-image: -webkit-linear-gradient(top, rgba(198, 5, 5, 0.42), rgba(198, 5, 5, 0.42));
    background-image: -ms-linear-gradient(top, rgba(250, 250, 250, 0.30), rgba(224, 224, 224, 0.30));
    background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0.30), rgba(224, 224, 224, 0.30));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(250, 250, 250, 0.30)', endColorstr='rgba(224, 224, 224, 0.30)');
}

.featured-column {
}


table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Main {
    width: 100%;
    min-width: 980px;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
}

.Header {
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
    float: right;
    background-image: url('../Image/bg.jpg');
    padding-top: 10px;
    background-repeat: no-repeat;
}

#Ticker {
    width: 100%;
    min-width: 980px;
    height: 40px;
    float: right;
    background-color: #152e66;
    overflow: hidden;
}

#TickerTitle {
    width: 120px;
    height: 40px;
    margin: auto auto;
    text-align: center;
    padding-top: 10px;
    height: 40px;
    float: right;
    background: #152e66;
    color: #fff;
    font-size: 15px;
}

#TickerContent {
    padding: 5px;
    float: right;
    background: #152e66;
    font-size: 15px;
}

.fade, .slide, .typing {
    /*background: none repeat scroll 0 0 #3B8ED3;*/
    color: #FFFFFF;
    font-size: 15px;
    margin: 0px;
    padding: 5px 20px;
}

    .fade > li, .slide > li, .typing > li {
        list-style: none inside none;
    }

.Menu-Logo {
    width: 100%;
    min-width: 980px;
    float: right;
    height: 44px;
    /*background-color:rgba(133, 3, 3, 0.70);*/
    background: #152e66; /* Old browsers */
}

.Logo {
    width: 100%;
    height: 40px;
    float: right;
    background-image: url('../Image/Picture2.png');
    background-size: 250px 50px;
    background-repeat: no-repeat;
    background-position: 460px 0px;
}

.Search {
    width: 25%;
    height: 40px;
    float: right;
}

.Menu {
    width: 75%;
    height: 40px;
    float: right;
}

    .Menu ul {
        width: 100%;
        float: right;
        display: inline-block;
        margin: 0;
        margin-top: 5px;
        padding: 0;
    }

        .Menu ul li {
            display: inline-block;
            padding: 5px 10px;
        }

            .Menu ul li a {
                font-size: 16px;
                padding: 7px 10px;
                /*padding-top: 5px;*/
                -webkit-transition: all ease-in 0.3s;
                transition: all ease-in 0.3s;
                color: rgba(255, 255, 255, .95);
            }

                .Menu ul li a:hover {
                    border-top: 2px solid #b04242;
                    color: #b04242;
                    background-color: rgba(255, 255, 255, .95);
                }

.nav {
    background-color: rgba(134, 134, 134, 0.41);
    width: 100%;
    height: 30px;
    float: right;
    text-align: right;
    padding-top: 5px;
    color: rgb(52, 49, 49);
}

    .nav div {
        padding-right: 15px;
    }

        .nav div a {
            font-size: 14px;
            color: rgb(52, 49, 49);
        }

    .nav a:hover {
        text-decoration: underline;
    }

.title {
    width: 80%;
    margin: 20px auto;
}

    .title div {
        width: 100%;
        height: 3px;
        background-color: #b04242;
    }

        .title div span {
            background-color: rgb(247, 247, 247);
            position: relative;
            top: -10px;
            right: -25px;
            padding: 2px 5px;
        }

.unit_fast_reach li div {
    margin: 4px;
}

.unit_fast_reach li :hover > .first-child {
    border-left: 1px solid #b04242;
    background-color: rgba(0, 0, 0, 0.1);
    color: #b04242 !important;
}

.unit_fast_reach img {
    padding: 2px;
    background-color: rgba(224, 224, 224, 0.65);
    border: 1px solid #a8a6a6;
    border-radius: 5px;
    box-shadow: 0 0 1px rgb(52, 49, 49);
}

.img {
    padding: 4px;
    background-color: rgba(224, 224, 224, 0.65);
    border: 1px solid #a8a6a6;
    border-radius: 5px;
    box-shadow: 0 0 1px rgb(52, 49, 49);
}

.SocialNetwork {
    width: 30%;
    float: right;
    height: 100px;
}

.Social {
    width: 80%;
    margin: 5px auto;
    height: 40px;
}

    .Social div {
        width: 33px;
        height: 33px;
        display: block;
        float: right;
        margin-right: 10px;
        cursor: pointer;
    }

    .Social a {
        width: 33px;
        height: 33px;
        display: block;
        background-image: url("../Image/socialmedia.html");
        text-indent: -99999px;
        -webkit-transition-property: color, background;
        -webkit-transition-duration: 0.0s, 0.0s;
        -webkit-transition-timing-function: linear, ease-in;
        float: right;
    }

.fb {
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

    .fb:hover {
        background-position: 0px -33px;
    }

.twitter {
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    background-position: -40px 0px;
}

    .twitter:hover {
        background-position: -40px -33px;
    }

.Automation {
}

    .Automation:hover {
        background-size: 16px 16px;
        background: url('../Image/Foldersicon.png') #b04242;
    }

.Address-Info {
    width: 80%;
    margin: 1px auto;
    height: 40px;
}

    .Address-Info p {
        margin: 0;
        padding: 0;
        float: right;
        margin-right: 5px;
    }

.call {
    float: right;
    background-image: url('../Image/icon/Phone-icon.png');
    background-size: 16px 16px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #666;
}

.email {
    float: right;
    background-image: url('../Image/icon/post-icon.png');
    background-size: 16px 16px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #666;
}

.Slider {
    float: right;
    width: 100%;
    height: 390px;
    /*background-image: url('../Image/medicaldoctor2.jpg');*/
    background-color: rgb(235, 235, 235);
    background-repeat: repeat;
    padding-top: 10px;
}

.Right-Slide {
    float: right;
    width: 50%;
    height: 260px;
    min-height: 260px;
    overflow: hidden;
    background-image: url('../Image/m1.html');
    margin-top: 55px;
}

.Left-Slide {
    float: right;
    width: 50%;
    height: 260px;
    min-height: 260px;
    overflow: hidden;
    background-image: url('../Image/m2.html');
    margin-top: 55px;
}

.Top-banner {
    position: relative;
    width: 70%;
    height: 330px;
    background-image: url('../Image/m1.html');
    margin: 20px auto;
}

.Content {
    float: right;
    width: 100%;
    height: auto;
    background-repeat: repeat;
    text-align: justify;
}

    .Content div {
        width: 70%;
        height: auto;
        margin: 5px auto;
    }

    .Content p {
        width: 95%;
        margin: 0 auto;
        text-align: justify;
        line-height: 35px;
        font-size: 16px;
    }

.OurService {
    float: right;
    width: 100%;
    height: auto;
    background-repeat: repeat;
    margin-top: 40px;
}

.Centeral-div {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

figure {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font-weight: 200;
    font: inherit;
    vertical-align: baseline;
    overflow: hidden;
}

.Grid {
    width: 29%;
    height: 215px;
    float: right;
    padding: 3px;
    background-color: #E0E0E0;
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 1px #878787;
    margin-right: 26px;
    margin-bottom: 8px;
    -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    overflow: hidden;
}

    .Grid figure {
        width: 100%;
        height: 100%;
        margin: 0;
        position: relative;
        padding-bottom: 45px;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .Grid figure img {
            width: 100%;
            display: block;
            position: relative;
            top: 0px;
        }

        .Grid figure:hover img, .Grid figure:hover figcaption {
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .Grid figure img {
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
        }

    .Grid figcaption {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 10px 0px 20px;
        background: rgba(133, 3, 3, 0.70);
        color: #a4a4a4;
        height: 160px;
        bottom: 0;
        opacity: 1;
        -webkit-transform: translateY(69%);
        -moz-transform: translateY(69%);
        -ms-transform: translateY(69%);
        transform: translateY(69%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

        .Grid figcaption p {
            margin-top: -6px;
            font-size: 16px;
            color: #f5f5f5;
            padding: 0 20px;
        }

.Footer {
    background-color: rgba(216, 214, 214, 0.98);
    width: 100%;
    min-height: 300px;
    height: auto;
    float: right;
    border-top: 1px solid rgba(0,0,0,0.10);
    margin-top: 20px;
    text-align: center;
}

.Inner {
    width: 87%;
    height: auto;
    min-height: 250px;
    float: right;
}

.div-1 {
    float: right;
    width: 38%;
    padding-right: 1%;
    padding-left: 1%;
}

/*.div-1 p {
        width: 70%;
        height: auto;
        text-align: justify;
        margin: 5px auto;
        padding: 5px;
        line-height: 25px;
    }*/

/*.div-1 h2 {
        margin-right: 60px;
    }*/

.div-2 {
    float: right;
    width: 28%;
    padding-right: 1%;
    padding-left: 1%;
}

.div-3 {
    float: right;
    width: 28%;
    padding-right: 1%;
    padding-left: 1%;
}

.Clear {
    width: 100%;
    height: 15px;
    float: right;
}

.Last-Footer {
    float: right;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.10);
    margin: 0 auto;
}

.Button {
    color: buttontext;
    padding: 5px 10px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
    color: #444;
    font: inherit;
    margin: 5px;
    outline: none;
    text-shadow: 0 1px 0 rgb(240, 240, 240);
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    -webkit-padding-end: 10px;
    -webkit-padding-start: 10px;
    -webkit-transition: all ease-out 0.4s;
}

    .Button:hover {
        background-image: -webkit-linear-gradient(rgba(222, 222, 222, 0.87), rgba(220, 220, 220, 0.95) 38%, rgba(200, 199, 199, 0.92));
    }

.TextBox {
    border: 1px solid rgba(102, 102, 102, 0.52);
    border-radius: 4px;
    padding: 5px 8px;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.54);
    width: 180px;
    margin-right: 5px;
    resize: none;
}

.Left {
    float: left;
}

.syswidget {
    margin-bottom: 30px;
    text-align: right;
    padding-bottom: 0px;
}

.widget-title span {
    background-color: #e25959;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 2px;
    vertical-align: middle;
}

.syswidget ul {
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    padding: 0;
}

    .syswidget ul li {
        margin: 0;
        outline: none;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

.syswidget a:hover {
    color: #a8515b;
    text-decoration: none;
}

.map {
    background: url('../Image/UserGuid/icons_map.png') no-repeat right 5px;
    padding: 5px;
    padding-right: 20px;
    line-height: 2em;
}

.bus {
    background: url('../Image/UserGuid/icons_bus.png') no-repeat right 5px;
    padding: 5px;
    padding-right: 20px;
    line-height: 2em;
}

.hotel {
    background: url('../Image/UserGuid/icons_hotel.png') no-repeat right 5px;
    padding: 5px;
    padding-right: 20px;
    line-height: 2em;
}

.parking {
    background: url('../Image/UserGuid/icons_parking.png') no-repeat right 5px;
    padding: 5px;
    padding-right: 20px;
    line-height: 2em;
}

.schedule {
    background: url('../Image/UserGuid/icons_schedule.png') no-repeat right 5px;
    padding: 5px;
    padding-right: 20px;
    line-height: 2em;
}
/**********************MessageBox ********************8*/

.info {
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

.success {
    background-color: #61b832;
    border-color: #55a12c;
}

/*.error {
    background-color: #de4343;
    border-color: #c43d3d;
}*/

.warning {
    background-color: #eaaf51;
    border-color: #d99a36;
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

.message {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    text-align: center;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    cursor: pointer;
    z-index: 1000;
    font-size: 14px;
}

.Album-Div {
    transition-property: all;
    transition-duration: 0.4s;
    padding: 4px;
    background-color: buttonface;
    border: 1px solid #c4c4c4;
    float: right;
    margin: 10px;
    width: 190px;
    height: 150px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.69);
    margin-right: 35px;
}

    .Album-Div img {
        width: 190px;
        height: 150px;
    }

    .Album-Div div {
        position: relative;
        top: 1px;
        /*
    right:-90px;
    -webkit-transform:rotate(-90deg);
    text-align:right;*/
        opacity: 0.9;
        margin-top: -30px;
        background-color: rgba(0, 0, 0, 0.69);
        text-align: center;
        height: 25px;
        width: 100%;
        color: rgb(255, 255, 255);
    }

    .Album-Div:hover {
        background-color: #e25959;
        border: 1px solid #9b2929;
        box-shadow: 0 0 1px #9b2929;
    }
/********************************************************************************************************/
.row {
    float: right;
    width: 270px;
    margin: 7px;
}

.col1 {
    float: right;
    width: 90px;
    text-align: left;
    padding-top: 5px;
}

.col2 {
    float: right;
    width: 180px;
    text-align: right;
}

.Rows {
    width: 100%;
    float: right;
    height: auto;
    margin-top: 5px;
}

.Column-1 {
    width: 100%;
    float: right;
    height: auto;
}

.Column-2 {
    width: 50%;
    float: right;
    height: auto;
}

.Column-3 {
    width: 33%;
    float: right;
    height: auto;
}

.Column-4 {
    width: 25%;
    float: right;
    height: auto;
}

.Text-Left {
    text-align: left;
    padding-top: 7px;
}

.Text-Right {
    text-align: right;
}
/************SLIDER*************/

.content_body{
	padding: 0;
}
