﻿.alert {
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px none transparent;
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'Roboto';
    font-weight: bold;
    text-shadow: none;
    padding-left: 35px !important;
    padding-right: 35px !important;
    line-height: 15px;
}

    .alert.alert-danger {
        color: #ffffff;
        background-color: #D83F3F;
        position: relative;
        margin-bottom: 0px;
    }

a.alert-link:hover {
    color: #ffffff;
}

.alert.alert-danger .close {
    top: 3px;
    right: 12px;
    width: 31px;
    height: 31px;
    background: url("Images/icon_close_alert.png") no-repeat center center transparent;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    display: block;
    position: absolute;
}

    .alert.alert-danger .close:hover {
        opacity: 0.6;
        transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
    }

    .alert.alert-danger .close:focus, .alert.alert-danger .close:active {
        outline: none;
    }

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.p {
    margin-left: 176px;
    margin-top: 20px;
}

.display-none {
    display: none;
}

body {
    font-size: 9pt;
}

.ad-details .well {
    font-size: 14px;
}
/* CSS reset original */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit; /*font-size: 100%;*/
    font-family: 'Roboto', Arial; /*vertical-align: baseline;*/
}

.Link, .Green_link a {
    margin-top: 0px;
    color: #2a6a4f;
    font-size: 9pt;
    text-decoration: none;
    cursor: pointer;
}

    .Link:hover, .Green_link a:hover {
        text-decoration: underline;
    }

.Link_vis {
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline;
    font-family: 'Roboto', 'Times New Roman', Times, serif !important;
    font-size: 20px;
    font-weight: normal !important;
    line-height: 22px;
    text-decoration: none;
}

    .Link_vis:visited {
        color: #CC6699 !important;
        text-decoration: none;
    }

    .Link_vis:hover {
        text-decoration: underline;
        font-weight: normal !important;
        color: #000 !important;
    }


.list-price {
    font-family: Roboto, Verdana, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 22.8571434020996px;
    margin-bottom: 5px;
    color: #000 !important;
}

.list-btns {
    margin-top: 15px;
    position: relative;
    vertical-align: middle;
    display: flex;
}

    .list-btns .ws-chat-status-item {
        padding-block: 2px;
    }

label {
    line-height: 13px;
}

/* left and right */
.left {
    float: left;
}

.right {
    float: right;
}

input[type="text"], input[type="password"] {
    border: solid 1px #64b18d;
    height: 20px;
    padding-top: 4px;
    vertical-align: text-bottom;
}

textarea {
    border: solid 1px #888888;
    padding-top: 4px;
    vertical-align: text-bottom;
    width: 198px;
}

.row-highlight {
    background-color: #fffacd;
}

.field-validation-error {
    background-color: #dd0000;
    color: #ffffff;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: -3px;
    border-radius: 4px 4px 4px 4px;
}

.none {
    display: none;
}

/* autocomplete */

.autocomplete {
    border: solid 1px #CCCCCC;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected {
        background: #F0F0F0;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        color: Black;
    }

    .autocomplete strong {
        font-weight: 900;
        color: Black;
    }

/* columns */

/*For Image Gallery*/
div#PicturesContainer {
    width: 100%;
    height: 100%;
}

a.advance-link img {
    float: inherit;
    max-width: 640px;
    max-height: 480px;
}

div#slideshow {
    float: left;
    height: 100%;
}

div#thumbs {
    float: right;
    width: 210px;
}

#alphadiv {
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 200px; /*background-image: url("Images/alphabg.png");*/
    z-index: 2000;
}


    #alphadiv div {
        position: fixed;
        width: 102px;
        height: 102px;
        top: 50%;
        /*left: 512px;*/
        left: 50%;
        margin: -50px -50px;
        z-index: 2001;
    }

/* added 2011-03-22 Anton designed Reg Ad Help panel */

/*Main page */
.MainPage_LeftArea {
    float: left;
    width: 386px;
}

.MainPage_RightArea {
    float: left;
    width: 614px;
    margin-top: 65px;
}

.MainPage_PanelTop {
    width: 310px;
    height: 20px;
    background-image: url('Images/Home/Panel_Top.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}

.MainPage_PanelMiddle {
    width: 310px;
    background-image: url('Images/Home/Panel_Middle.png');
    background-repeat: repeat-y;
}

#MainPage_Panel span {
    color: #cc0000;
    font-size: 14pt;
    font-weight: bold;
    padding-right: 5px;
}

#MainPage_Panel p {
    padding-bottom: 5px;
}

    #MainPage_Panel p b {
        font-weight: bold;
        font-size: 11pt;
    }


.MainPage_PanelMiddle span {
    color: #cc0000;
    font-size: 14pt;
    font-weight: bold;
    padding-right: 5px;
}

.MainPage_PanelMiddle p {
    padding-bottom: 5px;
}

    .MainPage_PanelMiddle p b {
        font-weight: bold;
        font-size: 11pt;
    }

.MainPage_PanelBottom {
    width: 310px;
    height: 20px;
    background-image: url('Images/Home/Panel_Bottom.png');
    background-repeat: no-repeat;
}

.MainPage_PanelPicture {
    float: right;
    width: 118px;
    height: 70px;
}

.MainPage_PanelNum1 {
    width: 33px;
    height: 33px;
    background-image: url("Images/Home/NumMarker_1.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 18px;
}

.MainPage_PanelNum2 {
    width: 33px;
    height: 33px;
    background-image: url("Images/Home/NumMarker_2.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 18px;
}

.MainPage_PanelNum3 {
    width: 33px;
    height: 33px;
    background-image: url("Images/Home/NumMarker_3.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 18px;
}

.MainPage_PanelDescription {
    float: left;
    margin-left: 10px;
    padding-top: 8px;
    width: 110px;
}

    .MainPage_PanelDescription p {
        margin-bottom: 0px;
        font-size: 11pt;
    }

        .MainPage_PanelDescription p b {
            font-size: 14pt;
        }

.Logo_Big {
    width: 310px;
    background-image: url(Images/Macedonia/Macedonia.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    background-repeat: no-repeat;
    float: left;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    margin-bottom: 0;
    margin-top: 0px;
    height: 50px;
    display: block;
}

.Logo_Big_Me {
    height: 80px;
}

.Logo_Big_Serbia {
    width: 311px;
    background: url("Images/Serbia/Serbia.svg") no-repeat center center transparent;
    background-size: contain;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    height: 75px;
    margin-bottom: 0;
    margin-top: 0px;
}

#Logo_Big_Af {
    width: 311px;
    background: url("Images/Afghanistan/Afghanistan.svg") no-repeat center center transparent;
    background-size: contain;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    height: 75px;
    margin-bottom: 0;
    margin-top: 0px;
}

#Logo_Big_Bulgaria {
    width: 351px;
    background: url("Images/Bulgaria/BigLogo.png") no-repeat center center transparent;
    background-size: contain;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    height: 50px;
    margin-bottom: 0;
    margin-top: 0px;
}

#Logo_Big_Albania {
    width: 300px;
    background: url("Images/Albania/Albania.svg") no-repeat center center transparent;
    background-size: contain;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    height: 55px;
    margin-bottom: 0;
    margin-top: 0px;
}

#Logo_Big_Montenegro {
    width: 351px;
    background: url("Images/Montenegro/Montenegro.svg") no-repeat center center transparent;
    background-size: contain;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    height: 50px;
    margin-bottom: 0;
    margin-top: 0px;
}

#Logo_Big_Kosovo {
    width: 351px;
    background: url("Images/Kosovo/Kosovo.svg") no-repeat center center transparent;
    background-size: contain;
    font-size: 17pt;
    font-style: italic;
    color: #34946a;
    height: 50px;
    margin-bottom: 0;
    margin-top: 0px;
}



.MainPage_ContentField {
    border-top: solid 2px #e93616;
    background-image: url("Images/Home/MainBG.gif");
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 561px;
    width: 100%;
}

.MainPage_ContentField_Serbia {
    /* background-image: url("Images/Home/MainBG.gif"); */
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 561px;
    width: 100%;
}

.MainPage_MapArea {
    float: left;
    width: 535px;
    background-image: url("Images/Home/Map/Map.png");
    background-repeat: no-repeat;
    height: 428px;
    margin-top: 40px;
}

.RedButton_Serbia {
    display: block;
    width: 309px;
    height: 46px;
    background-image: url("Images/Home/OglasuvajBtn_1.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}


.RegisterButton_Serbia {
    float: left;
}

a.RedButton_Serbia:hover {
    color: white;
}

.RegionList {
    margin-top: 15px;
    overflow: hidden;
}

.RegionList_2 {
    margin-left: -100px;
    margin-top: 15px;
    position: absolute;
    width: 200px;
}

    .RegionList a h3, .RegionList_2 a {
        color: #779588;
        display: inline-block;
        float: left;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        clear: left;
    }

        .RegionList a.hover, .RegionList_2 a.hover {
            text-decoration: underline;
        }

.RegionList_Serbia a h3 {
    color: #636B72;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    float: none;
    clear: both;
}

.RegionList_Serbia .divider-horizontal {
    margin-top: 35px;
    margin-bottom: 14px;
    display: block;
    clear: both;
    line-height: 0px !important;
    padding: 0px;
    margin: 10px 0px;
}

.RegionList a:hover, .RegionList_2 a:hover {
    text-decoration: underline;
}

.RegionList span, .RegionList_2 span {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

    .RegionList span img, .RegionList_2 span img {
        margin-top: 7px;
    }

.RegionList ul li {
    float: right;
    clear: right;
    margin-bottom: 5px;
}

.RegionList ul {
    display: block;
}

.RegionList li {
    list-style-type: none;
    display: block;
    float: right;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 12px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

#bread {
    float: right;
    color: #34946a;
    margin: -11px 0 0;
}

    #bread a {
        font-weight: bold;
    }

.new_watch {
    background: url(Images/eye.png) left top no-repeat;
    padding: 10px 0 18px 63px;
    margin-top: 5px;
    font-size: 14px;
}

    .new_watch a {
        font-weight: bold;
    }

.waths_new_noback a, .waths_new a {
    color: #2a6a4f;
    text-decoration: none;
}

    .waths_new_noback a:hover, .waths_new a:hover {
        text-decoration: underline;
    }

.waths_new_noback {
    font-size: 14px;
    position: relative;
    zoom: 1;
}

    .waths_new_noback ul {
        padding: 5px 10px 7px 17px;
    }

    .waths_new_noback li {
        list-style-type: none;
        padding: 10px 0 11px 50px;
    }

        .waths_new_noback li.a1 {
            background: url(Images/Help/Radan.png) left -1px no-repeat;
        }

        .waths_new_noback li.a2 {
            background: url(Images/Help/lock_icon.png) left 0px no-repeat;
        }

        .waths_new_noback li.a3 {
            background: url(Images/Help/Rules.png) left -1px no-repeat;
        }

        .waths_new_noback li.a4 {
            background: url(Images/Help/Searching.png) left -5px no-repeat;
        }

        .waths_new_noback li.a5 {
            background: url(Images/Help/Gallery.png) left -5px no-repeat;
        }

        .waths_new_noback li.a6 {
            background: url(Images/Help/Stores.png) left 0px no-repeat;
        }

        .waths_new_noback li.a7 {
            background: url(Images/Help/Banners.png) left 0px no-repeat;
        }

        .waths_new_noback li.a8 {
            background: url(Images/Help/Watch.png) left -2px no-repeat;
        }

        .waths_new_noback li.a9 {
            background: url(Images/Help/Facebook.png) left -5px no-repeat;
        }

        .waths_new_noback li.a10 {
            background: url(Images/Help/Press.gif) left -2px no-repeat;
        }

        .waths_new_noback li.a11 {
            background: url(Images/Help/About.png) left -1px no-repeat;
        }

        .waths_new_noback li.a12 {
            background: url(Images/Chat_help.png) left 0px no-repeat;
        }

        .waths_new_noback li.a13 {
            background: url(Images/Help/Twitter.png) left 0px no-repeat;
        }

        .waths_new_noback li.a14 {
            background: url(Images/Help/Icon_MobileShop.png) left 0px no-repeat;
        }

        .waths_new_noback li.a15 {
            background: url(Images/Help/Icon_Partners.png) left 0px no-repeat;
        }

        .waths_new_noback li.a16 {
            background: url(Images/tutorial.png) left 0 no-repeat;
        }


.waths_new {
    background: #efefef;
    font-size: 14px;
    position: relative;
    zoom: 1;
}

    .waths_new ul {
        padding: 18px 10px 7px 17px;
    }

        .waths_new ul.rimage {
            padding-right: 230px;
        }

    .waths_new li {
        list-style-type: none;
        background: url(Images/new_pack/bullet1.gif) left 4px no-repeat;
        padding: 0 0 11px 25px;
    }

.helpLinks a {
    font-weight: bold;
}

.preview {
    vertical-align: middle;
}

    .preview li {
        margin-top: 5px;
    }

        .preview li a {
            float: left;
            margin: 0 0 4px 5px;
            border: 1px solid #a2a2a2;
            padding: 3px 3px 0;
        }

.del {
    background: url(Images/new_pack/del.gif) left 9px no-repeat;
    padding: 2px 0 0 25px;
    margin: 0 0 10px 10px;
    display: block;
}

    .del b {
        color: #34946a;
    }

.links {
    margin: 0px -5px 0px;
    padding: 10px 0 0 10px;
}

.ad-details .breadcrumb {
    display: block;
    overflow: hidden;
}

.links_panel {
    border-top: 1px solid #cccccc;
    /*height: 130px;*/ /*background: url(Images/new_pack/fon2.gif) left top repeat-x;*/
    /*background: url(Images/fon3.png) left top repeat-x;*/
}

.email_panel {
    background: url(Images/MailFooter.png) left bottom repeat-x;
    margin: 0px 0px 20px;
    padding: 10px 0 0 10px;
    padding-bottom: 20px;
    border-top: 1px solid #cccccc;
}

.email_panel_top {
    /*background: url(Images/MailTop.png) left top repeat-x;*/
    margin: 0px -5px 20px;
}

#cpanels {
    margin-top: 25px;
}

.links a, .links span {
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 15px;
    margin-right: 5px;
}

    .links span.field-validation-error {
        padding: 0px;
    }

.star-validator {
    font-size: 16pt;
    font-weight: bold;
    padding: 0px;
    color: #dd0000;
    background-color: #ffffff;
}

span.valid {
    display: none;
}

.links b {
    font-size: 18px;
}

.links1_1 {
    background: url(Images/E-mail.png) 0 3px no-repeat;
    padding-left: 43px;
    display: inline-block;
}

.links1_2 {
    background: url(Images/new_pack/icons1_2.gif) 0 -4px no-repeat;
    padding-left: 27px;
    padding-bottom: 15px;
    padding-top: 7px;
    margin-left: 10px;
    display: inline-block;
}

.links1_3 {
    background: url(Images/new_pack/icons1_3.gif) 0 -2px no-repeat;
    padding-left: 29px;
    display: inline-block;
    max-width: 360px;
}

.links1_4 {
    background: url(Images/new_pack/icons1_4.gif) 0 -1px no-repeat;
    padding-left: 29px;
    display: inline-block;
}

.links1_5 {
    background: url(Images/new_pack/icons1_5.gif) 0 1px no-repeat;
    padding-left: 32px;
    display: inline-block;
    max-width: 350px;
}

.links1_6 {
    display: inline-block;
}

.grey_border {
    border: 1px solid #9e9e9e;
    zoom: 1;
}

.watch_bigimg {
    background: url(Images/Eye2.png) right center no-repeat;
    padding: 18px 0 0 25px !important;
}

/* end kozuboff new watch */

.b {
    margin-top: 5px;
}

    .b div {
        margin: 0 auto;
    }

    .b img, .b object {
        margin: 0 auto;
        display: block;
        border-width: 0px;
    }

.confirmNumbers {
    color: #D83F3F;
    font-weight: bold;
}

.contentTextBlock {
    border: 1px solid #2a6a4f;
    background-color: #FFFFFF;
    color: #000000;
    padding: 4px;
}

#helpTopBlock {
    width: 570px;
    margin-left: 10px;
    margin-right: 10px;
}


#thumbs {
    float: right;
    width: 200px;
    margin-right: 5px;
}

    #thumbs .preview {
        display: block;
        clear: both;
    }

#mapImageOver {
    position: absolute; /*margin-left: -100px;*/
}

#plotContainer {
    width: 265px;
    height: 200px;
    border: solid #c0c0c0 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

#plotHeader {
    width: 100%;
    height: 25px;
    background-color: #f0f0f0;
    border-bottom: solid #c0c0c0 1px;
    vertical-align: middle;
}

    #plotHeader label {
        width: 100px;
        min-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
    }


.font-grey {
    color: rgba(0, 0, 0, .7);
    text-align: justify;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}


input[type="submit"] :hover {
    cursor: pointer;
}

#play {
    width: 53px;
    height: 53px;
    top: 10px;
    background: url(pause.png) 0 0 no-repeat transparent;
    left: 50%;
    margin-left: -27px;
}

    #play.paused {
        background: url(play.png) 0 0 no-repeat transparent;
    }

#play {
    display: block;
    position: absolute;
    z-index: 30;
}

.grow-up {
    font-size: 12px;
    color: #2a6a4f;
    font-weight: bold;
}

.grow-dawn {
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

#mojtrg-link {
    text-decoration: none;
    color: #888;
    font-size: 11px;
}

    #mojtrg-link:hover {
        text-decoration: underline;
    }

.mobile-device {
    width: 90px;
    height: 180px;
}


#linkRegions_Bulgaria a {
    width: 155px;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}

#RegionList_Bulgaria {
    float: left; /*margin-top: 10px;  */
    position: absolute;
}

    #RegionList_Bulgaria a {
        color: #74a4cc;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        float: left;
    }

        #RegionList_Bulgaria a:hover {
            text-decoration: underline;
        }

.counties-bg {
    list-style-type: none;
}

#link-to-capital a {
    color: #a86286;
}

.result-content .clickable .ws-chat-status-item-tooltip {
    display: none;
}

.result-content .clickable:hover .ws-chat-status-item-tooltip {
    display: inline-block;
}

#headerLbl {
    position: absolute;
    padding-top: 5px;
    padding-left: 5px;
}

/* #region =================== VERIFICATION VIEW ============================== */
.payment-options-view {
    font-family: 'Roboto', 'Arial' !important;
}

    .payment-options-view div, .payment-options-view span, .payment-options-view applet, .payment-options-view object, .payment-options-view iframe, .payment-options-view h1, .payment-options-view h2,
    .payment-options-view h3, .payment-options-view h4, .payment-options-view h5, .payment-options-view h6, .payment-options-view p, .payment-options-view pre, .payment-options-view a,
    .payment-options-view abbr, .payment-options-view acronym, .payment-options-view address, .payment-options-view big, .payment-options-view cite, .payment-options-view code, .payment-options-view del,
    .payment-options-view dfn, .payment-options-view em, .payment-options-view font, .payment-options-view img, .payment-options-view ins, .payment-options-view kbd, .payment-options-view q,
    .payment-options-view s, .payment-options-view samp, .payment-options-view small, .payment-options-view strike, .payment-options-view strong, .payment-options-view sub, .payment-options-view sup,
    .payment-options-view tt, .payment-options-view var, .payment-options-view dl, .payment-options-view dt, .payment-options-view dd, .payment-options-view ol, .payment-options-view ul,
    .payment-options-view li, .payment-options-view fieldset, .payment-options-view form, .payment-options-view label, .payment-options-view legend, .payment-options-view table, .payment-options-view caption,
    .payment-options-view tbody, .payment-options-view tfoot, .payment-options-view thead, .payment-options-view tr, .payment-options-view th, .payment-options-view td {
        font-family: 'Roboto' !important;
    }

.ad-temlate-title-h1 {
    font-size: 26px;
    padding-top: 10px;
    font-weight: normal;
    display: inline-block;
    line-height: 20px;
}

.register-temlate-title-h1 {
    font-size: 26px;
    padding-bottom:15px;
    font-weight: normal;
    line-height: 40px;
}

.payment-options-view .container {
    width: 100%;
    margin: 0px;
    border: 1px solid #dcdee3;
    background: #ffffff;
    padding: 14px;
}

.payment-options-view h1,
.payment-options-view h2,
.payment-options-view h3,
.payment-options-view h4,
.payment-options-view h5,
.payment-options-view h6 {
    font-weight: 400;
    color: #404040;
}

.payment-options-view h3 {
    font-size: 26px;
}

.payment-options-view p {
    font-size: 14px;
}

.payment-options-view .control-label label {
    font-size: 14px;
    font-weight: 500;
}

.payment-options-view .controls label {
    font-size: 14px;
    font-weight: 400;
}

.payment-options-view .control-group.table {
    margin-bottom: 18px;
}

.payment-options-view .control-group .controls {
    margin-left: 145px;
}

.panel-checkbox {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .panel-checkbox .container {
        display: table;
        width: 100%;
        position: relative;
        padding: 0px;
        margin: 0px;
        border-width: 2px;
        cursor: pointer;
    }

    .panel-checkbox input[type='checkbox'], .panel-checkbox input[type='radio'] {
        display: none;
    }

    .panel-checkbox .container span {
        display: table-row;
    }

    .panel-checkbox .container small {
        display: table-cell;
        vertical-align: middle;
    }

    .panel-checkbox .container .image-block {
        width: 165px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .panel-checkbox .container .description-block {
        text-align: left;
        padding-left: 27px;
        font-size: 14px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .panel-checkbox .container .check-block {
        text-align: center;
        width: 65px;
    }

    .panel-checkbox .container .description-block b {
        font-size: 16px !important;
        font-weight: 700 !important;
        margin-bottom: 10px;
        display: block;
    }

        .panel-checkbox .container .description-block b i {
            color: #D83F3F;
            display: inline-block;
        }

    .panel-checkbox .container .description-block i {
        color: #3c765e;
        font-weight: 700;
        font-style: normal;
        display: block;
    }

    .panel-checkbox .container .check-block i {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("Images/PaymentOptionsView/checkbox.png") no-repeat center center transparent;
    }

    .panel-checkbox input[type='checkbox']:checked ~ span.container, .panel-checkbox input[type='radio']:checked ~ span.container {
        border: 2px solid #34946a;
    }

    .panel-checkbox input[type='checkbox']:checked ~ span .check-block i, .panel-checkbox input[type='radio']:checked ~ span .check-block i {
        background: url("Images/PaymentOptionsView/checkbox_a.png") no-repeat center center transparent;
    }

.payment-options-view .btn {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
}

    .payment-options-view .btn.btn-primary {
        font-weight: 700;
        border: 1px solid #2da774;
        color: #ffffff;
        background-color: #2da774;
        box-shadow: none;
        padding: 10px 15px;
    }

        .payment-options-view .btn.btn-primary:hover {
            opacity: 0.9;
            background: #2da774;
        }

    .payment-options-view .btn.btn-default {
        font-weight: 400 !important;
        border: 0px none transparent;
        color: #808080;
        background: transparent;
        box-shadow: none;
        padding: 10px 15px;
        border: 1px solid #808080;
    }

.payment-way-block {
    display: block;
    width: 140px;
    height: 110px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-right: 26px;
}

    .payment-way-block:last-child {
        margin-right: 0px;
    }


        .payment-way-block:last-child:after {
            display: block;
            content: '';
            width: 0px;
            height: 0px;
            clear: both;
        }

    .payment-way-block input[type='radio'] {
        display: none;
    }

        .payment-way-block input[type='radio']:checked ~ span {
            border: 1px solid #2da774;
        }

    .payment-way-block span {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #dcdee3;
        cursor: pointer;
    }

    .payment-way-block.payment-way-paypal span {
        background: url("Images/PaymentOptionsView/paypal.png") no-repeat center center transparent;
    }

        .payment-way-block.payment-way-paypal span b {
            display: none;
        }

    .payment-way-block.payment-way-mpesa span {
        background: url("Images/PaymentOptionsView/Mpesa2.png") no-repeat center center transparent;
        background-size: cover;
    }

        .payment-way-block.payment-way-mpesa span b {
            display: none;
        }

    .payment-way-block.payment-way-paynet span {
        background: url("Images/PaymentOptionsView/PayNet.png") no-repeat center center transparent;
        background-size: contain;
    }

        .payment-way-block.payment-way-paynet span b {
            display: none;
        }

    .payment-way-block.payment-way-bank span {
        background: url("Images/PaymentOptionsView/wallet.png") no-repeat center 30px transparent;
        background-size: 20%;
    }

    .payment-way-block span b {
        display: block;
        width: 100%;
        font-weight: 400;
    }

    .payment-way-block.payment-way-bank span b {
        margin-top: 70px;
        font-size: 12px;
    }

    .payment-way-block.payment-way-card span {
        background: url("Images/PaymentOptionsView/visa_master.png") no-repeat center 30px transparent;
    }

        .payment-way-block.payment-way-card span b {
            margin-top: 70px;
            font-size: 12px;
        }

    .payment-way-block.payment-way-phone span {
        background: url("Images/PaymentOptionsView/ic_phone.png") no-repeat center 30px transparent;
    }

        .payment-way-block.payment-way-phone span b {
            margin-top: 70px;
            font-size: 12px;
        }

    .payment-way-block.payment-way-sms span {
        background: url("Images/PaymentOptionsView/icon-sms.png") no-repeat center 30px transparent;
    }

        .payment-way-block.payment-way-sms span b {
            margin-top: 70px;
            font-size: 12px;
        }

    .payment-way-block.payment-way-balance i {
        display: block;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        width: 100%;
        font-style: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .payment-way-block.payment-way-balance b {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #2a6a4f;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .payment-way-block.payment-way-balance {
        position: relative;
    }

        .payment-way-block.payment-way-balance .text-danger {
            color: #cc0000;
        }

        .payment-way-block.payment-way-balance a {
            position: absolute;
            display: block;
            width: 100%;
            color: #808080;
            background: #d0d0d0;
            font-weight: 400;
            font-size: 10px;
            bottom: -1px;
            padding-top: 4px;
            padding-bottom: 4px;
        }

            .payment-way-block.payment-way-balance a:hover {
                background: #2da774;
                color: #ffffff;
                text-decoration: none;
            }

.payment-options-view .PaymentByCardDiv {
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

    .payment-options-view .PaymentByCardDiv div {
        display: inline-block !important;
        float: none;
    }

.payment-options-view .password-block .control-label {
    display: none;
}

.payment-options-view .password-block .controls {
    margin-left: 0px;
    display: inline-block;
}

.payment-options-view .password-block .help-block {
    display: none;
}

.payment-options-view .password-block .help-inline {
    display: none;
}

.payment-options-view .password-block .control-group.table {
    float: left;
    width: 240px;
    margin-bottom: 0px;
}

    .payment-options-view .password-block .control-group.table:last-child:after {
        content: '';
        display: block;
        width: 100%;
        height: 0px;
        clear: both;
    }

.payment-options-view .password-block small {
    margin-bottom: 40px;
    display: inline-block;
    font-size: 12px;
}

.payment-options-view .password-block input[type='password'] {
    font-family: 'Roboto';
    border: 1px solid #dcdee3;
    box-shadow: none;
    padding: 6px 20px;
}

.payment-options-view .password-block .field-validation-error {
    margin-left: 0px;
    width: 88%;
}

.payment-options-view .label.label-important.extCardPaymentOnly {
    display: block;
    margin: 10px auto;
    text-align: center;
    background-color: #EE4626;
    padding: 5px;
}

    .payment-options-view .label.label-important.extCardPaymentOnly.hide {
        display: none;
        margin: 10px auto;
        text-align: center;
        background-color: #EE4626;
        padding: 5px;
    }
/* #endregion ================ VERIFICATION VIEW ============================== */
.well {
    border: 1px solid #dcdee3;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    display: block;
    font-family: 'Roboto' !important;
}
/* #endregion ================ VERIFICATION VIEW ============================== */

.well.filled {
    background: #f6f7f8;
}

    .well h1, .well h2, .well h3, .well h4, .well h5, .well h6,
    .well p, .well span, .well input, .well a, .well div {
        font-family: 'Roboto', Arial !important;
    }
/* #region ================= CALL AND PAY VIEW ================================= */
.call-and-pay p, .call-and-pay ul li, .call-and-pay ol li {
    font-size: 13px;
    font-family: 'Roboto';
    color: #404040;
}

.call-and-pay p {
    margin-bottom: 20px;
}

.call-and-pay ul li, .call-and-pay ol li {
    margin-bottom: 10px;
    text-align: left;
}

.call-and-pay ul, .call-and-pay ol {
    padding-left: 17px;
}

.call-and-pay .tip p, .call-and-pay .tip ul li {
    color: #000000;
}

.btn.btn-primary.btn-lg {
    font-weight: 700;
    border: 1px solid #2da774;
    color: #ffffff;
    background-color: #2da774;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'Roboto';
}

    .btn.btn-primary.btn-lg:hover {
        opacity: 0.9;
        background: #2da774;
    }

.btn.btn-default.btn-lg {
    font-size: 18px;
    font-weight: 400 !important;
    border: 0px none transparent;
    color: #808080;
    background: transparent;
    box-shadow: none;
    padding: 10px 15px;
    border: 1px solid #808080;
}

.call-and-pay .panel {
    width: 100%;
    background: #f4f4f4;
    border: 0px none transparent;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .call-and-pay .panel .panel-heading {
        width: 100%;
        border-bottom: 2px solid #e0e0e0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #808080;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .call-and-pay .panel .panel-body {
        padding: 10px;
    }

    .call-and-pay .panel table {
        width: 100%;
        font-size: 20px;
    }

        .call-and-pay .panel table tr td {
            padding: 5px;
        }

            .call-and-pay .panel table tr td:first-child {
                text-align: right;
                color: #6a695c;
            }

.call-and-pay .payment-way-block + .payment-way-block {
    margin-left: 0px;
}

.call-and-pay .payment-way-block {
    margin-bottom: 15px;
}

.call-and-pay .PaymentByCardDiv {
    width: 302px;
    border: 1px solid #dcdee3;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

    .call-and-pay .PaymentByCardDiv:after {
        content: '';
        display: block;
        position: absolute;
        top: -9px;
        right: 65px;
        width: 15px;
        height: 15px;
        border-top: 1px solid #dcdee3;
        border-right: 1px solid #dcdee3;
        background: #ffffff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
/* #endregion ============== CALL AND PAY VIEW ================================= */

.cd-top {
    height: 20px;
    width: 20px;
    right: 45%;
    bottom: 20px;
    position: fixed;
    display: flex;
    box-shadow: 0 0 4px #808080;
    border-radius: 4px;
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    text-align: center;
    text-indent: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

    .cd-top span {
        display: inline-block;
        margin-inline-start: 8px;
    }

[dir="rtl"] .cd-top {
    right: auto;
    left: 45%;
}

.cd-top:hover {
    cursor: pointer;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    z-index: 100000;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e5e5e5;
    opacity: 1;
}

@media only screen and (min-width: 100px) {
    .cd-top {
        background-position-x: 50% !important;
    }
}


@media only screen and (min-width: 500px) {
    .cd-top {
        height: 40px;
        width: 40px;
    }
}

@media only screen and (min-width: 970px) {
    .cd-top {
        background-position-x: 50% !important;
        right: 20px;
    }

    [dir="rtl"] .cd-top {
        right: auto;
        left: 20px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-top {
        width: auto;
        right: 100px;
        bottom: 15%;
        text-indent: 0;
        background-position-x: 20% !important;
        padding-inline: 15px;
        padding-block: 24px;
    }

    [dir="rtl"] .cd-top {
        right: auto;
        left: 100px;
    }

}

@media (max-width: 1169px) {
    .cd-top span {
        display: none;
    }

    .cd-top {
        width: 50px;
        height: 50px;
    }
}

.line-img {
    width: 62px;
    height: 44px;
    margin: 2px;
    float: left;
    position: relative;
}

.img-align {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.b-caption {
    position: relative;
    padding-top: 23px !important;
}

    .b-caption:before {
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        background-color: rgba(248,248,248,0.85);
        text-transform: uppercase;
        text-align: center;
        font-size: 7px;
        font-weight: 900;
        color: rgba(0,0,0,0.5);
        padding: 0px 7px;
    }

[dir="rtl"] .b-caption:before {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    display: inline-block;
    background-color: rgba(248,248,248,0.85);
    text-transform: uppercase;
    text-align: center;
    font-size: 7px;
    font-weight: 900;
    color: rgba(0,0,0,0.5);
    padding: 0px 7px;
}
/* #region ==================== USER SETTINGS ================================== */
.user-settings p, .user-settings span, .user-settings i, .user-settings a, .user-settings input, .user-settings button, .user-settings ul li, .user-settings ol li {
    font-family: 'Roboto' !important;
}

.user-settings .nav.nav-tabs {
    border-bottom: 1px solid #dcdee3;
    position: relative;
    float: left;
}

.user-settings .nav-tabs li.active a, .user-settings .nav-tabs li.active a:hover {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 2px solid #5daa80;
}

.user-settings .nav.nav-tabs a {
    font-size: 13px;
    color: #404040;
    font-weight: 700;
}

    .user-settings .nav.nav-tabs a small {
        font-size: 13px;
        color: #404040;
        font-weight: 400;
    }

.login-link.logout {
    background: url("Images/ic_exit_to_app.png") no-repeat left center transparent;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
    background-size: 15px auto;
}

.user-settings {
    position: relative;
}

    .user-settings .logout {       
        font-size: 13px;
        color: #2da774;
        background: url("Images/PaymentOptionsView/ic_exit_to_app.png") no-repeat left center transparent;
        padding-left: 30px;
        float: right;
        margin-top: 5px;
    }

    .user-settings .nav-checklist {
        padding: 0px;
    }

        .user-settings .nav-checklist ul > li {
            margin: 0;
        }

        .user-settings .nav-checklist h3 {
            width: 100%;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            margin: 0px;
            height: 40px;
        }

        .user-settings .nav-checklist .nav.nav-pills {
            margin-bottom: 0px;
        }

            .user-settings .nav-checklist .nav.nav-pills > li > a {
                margin: 0 !important;
                line-height: 14px;
            }

            .user-settings .nav-checklist .nav.nav-pills li a {
                background: #ffffff;
                border-radius: 0px;
                margin: 0px;
                border-top: 1px solid #dcdee3;
                font-weight: 400 !important;
                font-size: 13px;
                color: #404040;
                padding: 10px 0px;
                position: relative;
            }

                .user-settings .nav-checklist .nav.nav-pills li a img, .user-settings .nav-checklist .nav.nav-pills li a span {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .user-settings .nav-checklist .nav.nav-pills li a span:first-child {
                        width: 40px;
                        text-align: center;
                    }

                .user-settings .nav-checklist .nav.nav-pills li a:after {
                    display: block;
                    content: '';
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    margin-top: -10px;
                    background: url("Images/PaymentOptionsView/ic_add_circle_outline.png") no-repeat center center transparent;
                }

            .user-settings .nav-checklist .nav.nav-pills li.active a:after {
                display: block;
                content: '';
                width: 20px;
                height: 20px;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -10px;
                background: url("Images/PaymentOptionsView/ic_remove.png") no-repeat center center transparent;
            }

            .user-settings .nav-checklist .nav.nav-pills li a:hover {
                background: #fafafa;
            }

    .user-settings .text-danger {
        font-size: 11px;
        color: #D0021B;
        font-weight: 400;
        line-height: 14px;
        display: inline-block;
    }

    .user-settings form {
        margin-bottom: 30px;
    }

    .user-settings .btn.btn-primary {
        font-weight: 700;
        border: 1px solid #2da774;
        color: #ffffff;
        background-color: #2da774;
        box-shadow: none;
        padding: 6px 15px;
    }

        .user-settings .btn.btn-primary:hover {
            opacity: 0.9;
            background: #2da774;
        }

    .user-settings .btn.btn-default {
        font-weight: 400 !important;
        border: 0px none transparent;
        color: #808080;
        background: transparent;
        box-shadow: none;
        padding: 6px 15px;
        border: 1px solid #808080;
    }

    .user-settings input[type='text'], .user-settings input[type='password'] {
        border-color: #e8e8e8 !important;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 4px;
        padding-bottom: 5px;
        width: 212px !important;
        margin-bottom: 3px;
        vertical-align: text-bottom;
        box-shadow: none;
        font-size: 14px;
        color: #4a4a4a;
    }

body .container .user-settings .form-horizontal input[type="text"], body .container .user-settings .form-horizontal input[type="password"] {
    width: 88.5% !important;
}

.user-settings .checkbox {
    margin-bottom: 20px;
    color: #9b9b9b;
    font-size: 14px;
}

.user-settings .form-horizontal .control-group .control-label {
    width: 150px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-top: 9px;
}

.user-settings .form-horizontal .control-group .controls {
    margin-left: 170px;
}

.user-settings .ui-selectmenu.ui-selectmenu-dropdown.ui-corner-all, .user-settings .ui-selectmenu.ui-selectmenu-dropdown.ui-corner-top {
    width: 100% !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.user-settings .long-dropdownlist .ui-selectmenu.ui-selectmenu-dropdown.ui-corner-all, .user-settings .long-dropdownlist .ui-selectmenu.ui-selectmenu-dropdown.ui-corner-top {
    width: 220px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}


.user-settings .btn-default {
    margin-top: 30px;
}

.user-settings .row:not(.less-right-menu) .control-group {
    min-height: 0;
}

/* #endregion ================= USER SETTINGS ================================== */

.hide {
    display: none;
}

/* Macedonia */

.site-Macedonia .SiteLogo {
    margin-top: 8px;
}

    .site-Macedonia .SiteLogo.logo-alt {
        margin-top: 0;
    }

    .site-Macedonia .SiteLogo a {
        width: 255px;
        height: 51px;
        background-image: url("Images/Macedonia/Macedonia.svg");
        background-position: 0px 4%;
        background-size: 100% auto;
    }

    .site-Macedonia .SiteLogo.logo-alt a {
        width: 255px;
        height: 51px;
        background-image: url("Images/Macedonia/Macedonia.svg");
        background-position: 0px 95%;
        background-size: 100% auto;
    }

.site-Macedonia .new-since-last {
    min-height: 185px;
    margin-top: -50px;
}


.site-Macedonia body .RegionList {
    margin-right: 5px;
}

.site-Macedonia.main-content {
    min-height: 561px;
}

.site-Macedonia .MainPage_MapArea {
    margin-left: 10px;
}

.site-Macedonia .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Serbia/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}

    .groupicon.icon-car {
        background-position: -420px 0px;
    }

   .groupicon.icon-house {
        background-position: -360px 0px;
    }

    .groupicon.icon-case {
        background-position: -300px 0px;
    }

    .groupicon.icon-display {
        background-position: -240px 0px;
    }

    .groupicon.icon-sofa {
        background-position: -180px 0px;
    }

    .groupicon.icon-byke {
        background-position: -120px 0px;
    }

    .groupicon.icon-instrument {
        background-position: -60px 0px;
    }

    .groupicon.icon-services {
        background-position: 0px 0px;
    }

.site-Macedonia .item-groups {
    width: 310px;
    margin-bottom: 60px;
}

    .site-Macedonia .item-groups a {
        display: block;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin-bottom: 6px;
        min-height: 95px;
        transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .site-Macedonia .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Macedonia .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Macedonia .item-groups a h2 {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Macedonia .item-groups a:hover {
            background-color: #D83F3F;
            border: 1px solid #D83F3F;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

        .site-Macedonia .item-groups a:hover h2 {
            color: #ffffff;
        }

            .site-Macedonia .item-groups a:hover .groupicon {
                background-image: url("Images/Serbia/Categories/sprite-categories-active.png");
                transition: background-image 0.2s ease-in-out;
                -webkit-transition: background-image 0.2s ease-in-out;
            }

            .site-Macedonia .item-groups a:hover span, .site-Macedonia .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Macedonia .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Macedonia .item-groups .description {
        width: 140px;
        height: 80px;
    }

        .site-Macedonia .item-groups .description span, .site-Macedonia .item-groups .description h2, .site-Macedonia .item-groups .description small {
            text-align: left;
        }

        .site-Macedonia .item-groups .description span {
            margin-top: 19px;
        }

        .site-Macedonia .item-groups .description h2 {
            margin-top: 19px;
        }

        .site-Macedonia .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Macedonia .serbia-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .site-Macedonia .serbia-getstarted-caption h4 {
        width: 100%;
        font-size: 19.9px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

    .site-Macedonia .serbia-getstarted-caption h5 {
        width: 100%;
        font-size: 14px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

        .site-Macedonia .serbia-getstarted-caption h5 span {
            font-weight: 700;
        }

/* end of Macedonia */

/* Kosovo */
.site-Kosovo .SiteLogo {
    margin-top: 18px;
}

    .site-Kosovo .SiteLogo a {
        margin-top: -7px;
        width: 300px;
        height: 60px;
        background-image: url("Images/Kosovo/Kosovo.svg");
        background-position: 0px 4%;
        background-size: 100% auto;
    }

.site-Kosovo footer .SiteLogo {
    margin-top: 0;
}

.site-Kosovo .MainPage_ContentField_Serbia {
    width: inherit;
}

.site-Kosovo .RegionList_Serbia {
    float: right;
}

.site-Kosovo .RegionList_2_Serbia {
    position: absolute;
    margin-left: -105px;
    width: 170px;
    text-align: right;
}

    .site-Kosovo .RegionList_2_Serbia a {
        color: #999999;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        float: left;
    }

        .site-Kosovo .RegionList_Serbia a:hover h3, .site-Kosovo .RegionList_2_Serbia a:hover h3 {
            text-decoration: underline;
        }

    .site-Kosovo .RegionList_Serbia span, .site-Kosovo .RegionList_2_Serbia span {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

        .site-Kosovo .RegionList_Serbia span img, .site-Kosovo .RegionList_2_Serbia span img {
            margin-top: 7px;
        }


.site-Kosovo .RegionList_Serbia div {
    float: left;
    width: 110px;
}


.site-Kosovo .RegionList_Serbia ul {
    display: block;
}

.site-Kosovo .RegionList_Serbia li {
    list-style-type: none;
    display: block;
    float: right;
    clear: right;
    text-align: right;
}

    .site-Kosovo .RegionList_Serbia li a h3 {
        font-size: 14px;
        line-height: 19px;
    }


.site-Kosovo .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Montenegro/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}


.site-Kosovo .item-groups {
    width: 310px;
    margin-bottom: 50px;
}

    .site-Kosovo .item-groups a {
        display: block;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin-bottom: 6px;
        min-height: 95px;
        transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .site-Kosovo .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Kosovo .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Kosovo .item-groups a h2 {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Kosovo .item-groups a:hover {
            background-color: #5db791;
            border: 1px solid #5db791;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }
        .site-Kosovo .item-groups a:hover h2{
            color: #ffffff;
        }

            .site-Kosovo .item-groups a:hover .groupicon {
                background-image: url("Images/Montenegro/Categories/sprite-categories-active.png");
                transition: background-image 0.2s ease-in-out;
                -webkit-transition: background-image 0.2s ease-in-out;
            }

            .site-Kosovo .item-groups a:hover span, .site-Kosovo .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Kosovo .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Kosovo .item-groups .description {
        width: 140px;
        height: 80px;
    }

        .site-Kosovo .item-groups .description span, .site-Kosovo .item-groups .description h2, .site-Kosovo .item-groups .description small {
            text-align: left;
        }

        .site-Kosovo .item-groups .description span {
            margin-top: 19px;
        }

        .site-Kosovo .item-groups .description h2 {
            margin-top: 19px;
        }

        .site-Kosovo .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Kosovo .kosovo-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .site-Kosovo .kosovo-getstarted-caption h4 {
        width: 100%;
        font-size: 19.9px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

    .site-Kosovo .kosovo-getstarted-caption h5 {
        width: 100%;
        font-size: 14px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

        .site-Kosovo .kosovo-getstarted-caption h5 span {
            font-weight: 700;
        }
/* enf of Kosovo */

/* Montenegro */
.site-Montenegro .SiteLogo a {
    height: 60px;
    width: 300px;
    background-image: url("Images/Montenegro/Montenegro.svg");
    background-position: 0px 4%;
    background-size: 100% auto;
}

footer .SiteLogo a {
    /* ReSharper disable once InvalidValue */
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.7;
}

.site-Montenegro .index_main {
    /* background-image: url("Images/Home/MainBG.gif");*/
    background-repeat: repeat-x;
    background-position: bottom;
    margin-left: 0;
    min-height: 500px;
}

    .site-Montenegro .index_main .span3 {
        margin-left: 0;
    }

.site-Montenegro .MainPage_PanelTop {
    width: 310px;
    height: 20px;
    background-image: url('Images/Home/Panel_Top.png');
    background-repeat: no-repeat;
    margin-top: 20px;
}

.site-Montenegro .MainPage_PanelMiddle {
    width: 310px;
    background-image: url('Images/Home/Panel_Middle.png');
    background-repeat: repeat-y;
}

    .site-Montenegro .MainPage_PanelMiddle span {
        color: #cc0000;
        font-size: 14pt;
        font-weight: bold;
        padding-right: 5px;
    }

    .site-Montenegro .MainPage_PanelMiddle p {
        padding-bottom: 5px;
    }

        .site-Montenegro .MainPage_PanelMiddle p b {
            font-weight: bold;
            font-size: 11pt;
        }

.site-Montenegro .MainPage_PanelBottom {
    width: 310px;
    height: 20px;
    background-image: url('Images/Home/Panel_Bottom.png');
    background-repeat: no-repeat;
}

.site-Montenegro .MainPage_PanelPicture {
    float: right;
    width: 118px;
    height: 70px;
}

.site-Montenegro .MainPage_PanelNum1 {
    width: 33px;
    height: 33px;
    background-image: url("Images/Home/NumMarker_1.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 18px;
}

.site-Montenegro .MainPage_PanelNum2 {
    width: 33px;
    height: 33px;
    background-image: url("Images/Home/NumMarker_2.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 18px;
}

.site-Montenegro .MainPage_PanelNum3 {
    width: 33px;
    height: 33px;
    background-image: url("Images/Home/NumMarker_3.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 18px;
}

.site-Montenegro .MainPage_PanelDescription {
    float: left;
    margin-left: 10px;
    padding-top: 8px;
    width: 110px;
}

    .site-Montenegro .MainPage_PanelDescription p {
        margin-bottom: 0px;
        font-size: 11pt;
    }

        .site-Montenegro .MainPage_PanelDescription p b {
            font-size: 14pt;
        }


.site-Montenegro .RedButton_Serbia {
    display: block;
    width: 309px;
    height: 46px;
    background-image: url("Images/Home/OglasuvajBtn_1.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

    .site-Montenegro .RedButton_Serbia:hover {
        text-decoration: none;
        color: #ffffff;
    }

.site-Montenegro .relatedPages {
    line-height: 22px;
    margin-left: 25px;
    font-size: 11px;
}

.site-Montenegro .RegionList_Serbia {
    float: right; /*margin-top: 10px;  */
    position: absolute;
    margin-left: 120px;
}

.site-Montenegro .RegionList_2_Serbia {
    position: absolute;
    text-align: right;
    margin-left: -150px;
    width: 210px;
}

    .site-Montenegro .RegionList_2_Serbia a h3 {
        color: #999999;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        float: left;
    }

        .site-Montenegro .RegionList_Serbia a:hover, .site-Montenegro .RegionList_2_Serbia a:hover {
            text-decoration: underline;
        }

    .site-Montenegro .RegionList_2_Serbia span {
        padding-top: 7px;
    }

    .site-Montenegro .RegionList_Serbia span, .site-Montenegro .RegionList_2_Serbia span {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

        .site-Montenegro .RegionList_Serbia span img, .site-Montenegro .RegionList_2_Serbia span img {
            margin-top: 7px;
        }


.site-Montenegro .RegionList_Serbia div {
    float: left;
    width: 130px;
}


.site-Montenegro .RegionList_Serbia ul {
    display: block;
}

.site-Montenegro .RegionList_Serbia li {
    list-style-type: none;
    display: block;
    float: right;
    clear: right;
    text-align: right;
}

    .site-Montenegro .RegionList_Serbia li a h3{
        font-size: 14px;
        line-height: 19px;
    }


.site-Montenegro .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Montenegro/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}
   
.site-Montenegro .item-groups {
    width: 310px;
    margin-bottom: 50px;
}

    .site-Montenegro .item-groups a {
        display: block;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin-bottom: 6px;
        min-height: 95px;
        transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .site-Montenegro .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Montenegro .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Montenegro .item-groups a h2 {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Montenegro .item-groups a:hover {
            background-color: #5db791;
            border: 1px solid #5db791;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

        .site-Montenegro .item-groups a:hover h2 {
            color: #ffffff;
        }

            .site-Montenegro .item-groups a:hover .groupicon {
                background-image: url("Images/Montenegro/Categories/sprite-categories-active.png");
                transition: background-image 0.2s ease-in-out;
                -webkit-transition: background-image 0.2s ease-in-out;
            }

            .site-Montenegro .item-groups a:hover span, .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Montenegro .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Montenegro .item-groups .description {
        width: 140px;
        height: 80px;
    }

        .site-Montenegro .item-groups .description span, .site-Montenegro .item-groups .description h2, .site-Montenegro .item-groups .description small {
            text-align: left;
        }

        .site-Montenegro .item-groups .description span {
            margin-top: 19px;
        }

        .site-Montenegro .item-groups .description h2 {
            margin-top: 19px;
        }

        .site-Montenegro .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Montenegro .albania-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.site-Montenegro .site-Montenegro .albania-getstarted-caption h4 {
    width: 100%;
    font-size: 19.9px;
    color: #5a5a5a;
    font-weight: 400;
    text-align: center;
}

.site-Montenegro .albania-getstarted-caption h5 {
    width: 100%;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
    text-align: center;
}

    .site-Montenegro .albania-getstarted-caption h5 span {
        font-weight: 700;
    }
/* end of Montenegro */

/* Serbia */

.site-Serbia footer .SiteLogo {
    margin-top: -10px;
}

.site-Serbia .SiteLogo a {
    width: 255px;
    height: 60px;
    background-image: url("Images/Serbia/Serbia.svg");
    margin-top: 5px;
    background-position: 0px 4%;
    background-size: 100% auto;
}

.site-Serbia body .nav-tabs > li > a {
    padding-left: 8px;
    padding-right: 10px;
}

.site-Serbia body .MainPage_RightArea {
    width: 580px;
    margin-top: 0;
}


.site-Serbia .RegionList_Serbia {
    float: right;
    position: absolute;
    margin-left: 120px;
}

.site-Serbia .RegionList_2_Serbia {
    position: absolute;
    margin-left: 20px;
    width: 150px;
    text-align: right;
}

    .site-Serbia .RegionList_2_Serbia a {
        color: #999999;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        float: left;
    }

        .site-Serbia .RegionList_Serbia a:hover, .site-Serbia .RegionList_2_Serbia a:hover, .site-Serbia .RegionList_Serbia a.hover {
            text-decoration: underline;
        }

    .site-Serbia .RegionList_Serbia span, .site-Serbia .RegionList_2_Serbia span {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

        .site-Serbia .RegionList_Serbia span img, .site-Serbia .RegionList_2_Serbia span img {
            margin-top: 7px;
        }


.site-Serbia .RegionList_Serbia div {
    float: left;
    width: 110px;
}


.site-Serbia .RegionList_Serbia ul {
    display: block;
}

.site-Serbia .RegionList_Serbia li {
    list-style-type: none;
    display: block;
    float: right;
    clear: right;
    text-align: right;
}

    .site-Serbia .RegionList_Serbia li a h3 {
        font-size: 14px;
        line-height: 19px;
    }

        .site-Serbia .RegionList_Serbia li a.crngora h3, .site-Serbia .RegionList_2_Serbia a h3 {
            color: #6b6b6b;
            font-size: 20px;
            font-weight: bold;
        }
        .site-Serbia .RegionList_2_Serbia span {
            padding-top: 7px;
        }

        .site-Serbia .RegionList_Serbia li a.crngora h3{
            border-top: 1px solid #6b6b6b;
            padding-top: 3px;
            margin-top: 3px;
        }


.site-Serbia .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Serbia/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}

.site-Serbia .item-groups {
    width: 310px;
    margin-bottom: 60px;
}

.index-page-location-list-item {
    line-height: 18px;
    font-size: 14px;
}

.site-Serbia .item-groups a {
    display: block;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 6px;
    min-height: 95px;
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

        .site-Serbia .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Serbia .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Serbia .item-groups a h2 {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Serbia .item-groups a:hover h2 {
            color: #ffffff;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Serbia .item-groups a:hover {
            background-color: #D83F3F;
            border: 1px solid #D83F3F;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

.recent-h3-link {
    color: #2a6a4f;
    font-size: 12pt;
}

.site-Serbia .item-groups a:hover .groupicon {
    background-image: url("Images/Serbia/Categories/sprite-categories-active.png");
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}

            .site-Serbia .item-groups a:hover span, .site-Serbia .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Serbia .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Serbia .item-groups .description {
        width: 140px;
        height: 80px;
    }

        .site-Serbia .item-groups .description span, .site-Serbia .item-groups .description small {
            text-align: left;
        }

        .site-Serbia .item-groups .description span {
            margin-top: 19px;
        }

        .site-Serbia .item-groups .description h2 {
            margin-top: 19px;
        }

        .site-Serbia .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Serbia .serbia-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .site-Serbia .serbia-getstarted-caption h4 {
        width: 100%;
        font-size: 19.9px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

    .site-Serbia .serbia-getstarted-caption h5 {
        width: 100%;
        font-size: 14px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

        .site-Serbia .serbia-getstarted-caption h5 span {
            font-weight: 700;
        }
/* end of Serbia */

/* Albania */
.site-Albania .MainPage_ContentField_Albania {
    min-height: 561px;
}


.site-Albania .SiteLogo {
    margin-top: 20px;
}

.site-Albania footer .SiteLogo {
    margin-top: 0;
}

.site-Albania .SiteLogo a {
    margin-top: -7px;
    width: 255px;
    height: 55px;
    background-image: url("Images/Albania/Albania.svg");
    background-position: 0px 4%;
    background-size: 100% auto;
}

.site-Albania .MainPage_ContentField_Serbia {
    width: inherit;
}

.site-Albania .RegionList_Serbia {
    float: right; /*margin-top: 10px;  */
}


#linkRegions_Kosove {
    padding-top: 15px;
}

#linkRegions_Kosove > ul {
    list-style-position: outside;
    -moz-column-count: 1; /* Firefox */
    -webkit-column-count: 1; /* Safari and Chrome */
    column-count: 1;
    list-style-type: none;
    display: inline-block
}

#linkRegions_Kosove ul {
    list-style-type: none;
    padding-bottom: 20px;
    /*display: inline-block*/
    height: 550px;
}

.site-Albania .RegionList_2_Serbia {
    position: absolute;
    margin-top: 12px;
    margin-left: -50px; /*margin-top: 10px;*/
    width: auto;
    text-align: left;
}

    .site-Albania .RegionList_2_Serbia a {
        text-decoration: none;
    }

    .site-Albania .RegionList_2_Serbia a h3 {
        color: #5db791;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }

    .site-Albania .RegionList_2_Serbia span {
        padding-top: 7px;
    }

        .site-Albania .RegionList_Serbia a:hover, .site-Albania .RegionList_2_Serbia a:hover {
            text-decoration: underline;
        }

    .site-Albania .RegionList_Serbia span, .site-Albania .RegionList_2_Serbia span {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

        .site-Albania .RegionList_Serbia span img, .site-Albania .RegionList_2_Serbia span img {
            margin-top: 7px;
        }


.site-Albania .RegionList_Serbia div {
    float: left;
    width: 220px;
    margin-top: 60px;
}


.site-Albania .RegionList_Serbia ul {
    display: block;
}

.site-Albania .RegionList_Serbia li {
    list-style-type: none;
    display: block;
    float: none;
    clear: both;
    text-align: left;
}

    .site-Albania .RegionList_Serbia li a h3 {
        font-size: 18px;
        line-height: 22px;
    }

.site-Albania .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Albania/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}  

.site-Albania .item-groups {
    width: 310px;
    margin-bottom: 50px;
}

    .site-Albania .item-groups a {
        display: block;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin-bottom: 6px;
        min-height: 95px;
        transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .site-Albania .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Albania .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Albania .item-groups a h2 {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Albania .item-groups a:hover {
            background-color: #5db791;
            border: 1px solid #5db791;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

        .site-Albania .item-groups a:hover h2 {
            color: #ffffff;
        }

            .site-Albania .item-groups a:hover .groupicon {
                background-image: url("Images/Albania/Categories/sprite-categories-active.png");
                transition: background-image 0.2s ease-in-out;
                -webkit-transition: background-image 0.2s ease-in-out;
            }

            .site-Albania .item-groups a:hover span, .site-Albania .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Albania .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Albania .item-groups .description {
        width: 140px;
        height: 80px;
        padding-inline-end: 10px;
    }

        .site-Albania .item-groups .description span, .site-Albania .item-groups .description h2, .site-Albania .item-groups .description small {
            text-align: left;
        }

        .site-Albania .item-groups .description span {
            margin-top: 19px;
        }

        .site-Albania .item-groups .description h2 {
            margin-top: 19px;
        }

        .site-Albania .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Albania .albania-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .site-Albania .albania-getstarted-caption h4 {
        width: 100%;
        font-size: 19.9px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

    .site-Albania .albania-getstarted-caption h5 {
        width: 100%;
        font-size: 14px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

        .site-Albania .albania-getstarted-caption h5 span {
            font-weight: 700;
        }
/* end of Albania */

/* Turkmenistan */

.site-Turkmenistan .SiteLogo a {
    width: 255px;
    height: 51px;
    background-image: url("Images/Logo_Normal.png");
}

.site-Turkmenistan .new-since-last {
    min-height: 100px;
    margin-top: -50px;
}

.site-Turkmenistan body .RegionList {
    margin-right: 5px;
}

.site-Turkmenistan .main-content {
    border-top: solid 2px #e93616;
    min-height: 561px;
}

.site-Turkmenistan .MainPage_MapArea {
    margin-left: 10px;
}


.site-Turkmenistan .RegionList_Serbia li {
    list-style-type: none;
    display: block;
    float: left;
    clear: left;
    text-align: right;
}

    .site-Turkmenistan .RegionList_Serbia li a {
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }

.site-Turkmenistan .MainPage_ContentField_Serbia {
    width: 970px;
}

.site-Turkmenistan .RegionList_2_Serbia {
    width: 210px;
    margin-bottom: 10px;
}

    .site-Turkmenistan .RegionList_2_Serbia a {
        color: #999999;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
    }

        .site-Turkmenistan .RegionList_Serbia a:hover, .site-Turkmenistan .RegionList_2_Serbia a:hover {
            text-decoration: underline;
        }

    .site-Turkmenistan .RegionList_Serbia span, .site-Turkmenistan .RegionList_2_Serbia span {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.site-Turkmenistan .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Serbia/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}

.site-Turkmenistan .item-groups {
    width: 310px;
    margin-bottom: 60px;
}

    .site-Turkmenistan .item-groups a {
        display: block;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin-bottom: 6px;
        min-height: 95px;
        transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .site-Turkmenistan .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Turkmenistan .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Turkmenistan .item-groups a:hover {
            background-color: #D83F3F;
            border: 1px solid #D83F3F;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

            .site-Turkmenistan .item-groups a:hover .groupicon {
                background-image: url("Images/Serbia/Categories/sprite-categories-active.png");
                transition: background-image 0.2s ease-in-out;
                -webkit-transition: background-image 0.2s ease-in-out;
            }

            .site-Turkmenistan .item-groups a:hover span, .site-Turkmenistan .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Turkmenistan .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Turkmenistan .item-groups .description {
        width: 140px;
        height: 80px;
    }

        .site-Turkmenistan .item-groups .description span, .site-Turkmenistan .item-groups .description small {
            text-align: left;
        }

        .site-Turkmenistan .item-groups .description span {
            margin-top: 19px;
        }

        .site-Turkmenistan .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Turkmenistan .serbia-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .site-Turkmenistan .serbia-getstarted-caption h4 {
        width: 100%;
        font-size: 19.9px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

    .site-Turkmenistan .serbia-getstarted-caption h5 {
        width: 100%;
        font-size: 14px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

        .site-Turkmenistan .serbia-getstarted-caption h5 span {
            font-weight: 700;
        }


html[lang="tk-TM"].site-Turkmenistan .btn.btn-register {
    font-size: 14px;
}

.site-Turkmenistan .region-list.header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dadada;
    text-align: center;
}

    .site-Turkmenistan .region-list.header a {
        background-color: #ffffff;
        color: #888888;
        font-size: 16px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        text-transform: none;
        font-weight: 700 !important;
    }

.site-Turkmenistan .region-list a {
    font-size: 14px;
    color: #D83F3F;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-weight: 700 !important;
}

.site-Turkmenistan .region-list ul {
    list-style: none;
}

    .site-Turkmenistan .region-list ul li a {
        text-transform: none;
        color: #666666;
        font-weight: 400 !important;
        font-size: 12px;
    }

        .site-Turkmenistan .region-list ul li a:hover {
            text-decoration: none;
            color: #D83F3F;
        }

.site-Turkmenistan .store-container-innertext > .p-text-box {
    font-size: 15px;
}

.site-Turkmenistan .p-store-main-container .p-btnmedium {
    min-width: 170px;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.site-Turkmenistan .store-container + div {
    text-align: center;
}

.site-Turkmenistan .p-store-main-container .nav.nav-tabs > li:first-child {
    width: auto !important;
}
/* end of Turkmenistan */

/* Afghanistan */

.site-Afghanistan .SiteLogo a {
    width: 255px;
    height: 51px;
    background-image: url("Images/Afghanistan/Afghanistan.svg");
    background-position: 0px 4%;
    background-size: 100% auto;
    margin-top: 10px;
}

.site-Afghanistan .new-since-last {
    min-height: 100px;
    margin-top: -50px;
}

.site-Afghanistan body .RegionList {
    margin-right: 5px;
}

.site-Afghanistan .main-content {
    border-top: solid 2px #e93616;
    min-height: 561px;
}


.site-Afghanistan .MainPage_MapArea {
    margin-left: 10px;
}

.site-Afghanistan .RegionList_Serbia li {
    list-style-type: none;
    display: block;
    float: left;
    clear: left;

}

*[dir='rtl'] .site-Afghanistan .RegionList_Serbia li {

}

    .site-Afghanistan .RegionList_Serbia li a h3 {
        font-size: 18px;
        line-height: 22px;
    }


.site-Afghanistan .RegionList_2_Serbia {
    position: absolute;
    margin-left: -105px; /*margin-top: 10px;*/
    width: 170px;
    text-align: right;
}

    .site-Afghanistan .RegionList_2_Serbia a {
        color: #999999;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }

        .site-Afghanistan .RegionList_Serbia a:hover h3, .site-Afghanistan .RegionList_2_Serbia a:hover {
            text-decoration: underline;
        }

    .site-Afghanistan .RegionList_Serbia span, .site-Afghanistan .RegionList_2_Serbia span {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
    }

        .site-Afghanistan .RegionList_Serbia span img, .site-Afghanistan .RegionList_2_Serbia span img {
            margin-top: 7px;
        }

*[dir="rtl"].site-Afghanistan .RegionList_2_Serbia span img {
    margin-top: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.site-Afghanistan .groupicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("Images/Serbia/Categories/sprite-categories.png");
    background-color: transparent;
    background-size: auto;
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
}

.site-Afghanistan .item-groups {
    width: 310px;
    margin-bottom: 60px;
}

    .site-Afghanistan .item-groups a {
        display: block;
        border: 1px solid #dadada;
        border-radius: 5px;
        margin-bottom: 6px;
        min-height: 104px;
        transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

        .site-Afghanistan .item-groups a .groupicon {
            display: block;
            margin: 0px auto;
        }

        .site-Afghanistan .item-groups a span {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Afghanistan .item-groups a h2 {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #5a5a5a;
            font-weight: 700;
            line-height: 15px;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

        .site-Afghanistan .item-groups a:hover {
            background-color: #D83F3F;
            border: 1px solid #D83F3F;
            color: #ffffff;
            text-decoration: none;
            transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
            -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

        .site-Afghanistan .item-groups a:hover h2 {
            color: #ffffff;
        }

            .site-Afghanistan .item-groups a:hover .groupicon {
                background-image: url("Images/Serbia/Categories/sprite-categories-active.png");
                transition: background-image 0.2s ease-in-out;
                -webkit-transition: background-image 0.2s ease-in-out;
            }

            .site-Afghanistan .item-groups a:hover span, .site-Afghanistan .item-groups a:hover small {
                color: #ffffff;
                transition: color 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out;
            }

    .site-Afghanistan .item-groups .icon {
        width: 60px;
        margin-top: 17px;
    }

    .site-Afghanistan .item-groups .description {
        width: 140px;
        height: 80px;
    }

        .site-Afghanistan .item-groups .description span, .site-Afghanistan .item-groups .description h2, .site-Afghanistan .item-groups .description small {
            text-align: left;
        }

        .site-Afghanistan .item-groups .description span {
            margin-top: 19px;
        }

        .site-Afghanistan .item-groups .description h2 {
            margin-top: 19px;
        }

        .site-Afghanistan .item-groups .description small {
            line-height: 13px;
            display: inline-block;
            font-weight: 400;
            color: #888888;
            transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
        }

.site-Afghanistan .serbia-getstarted-caption {
    width: 310px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .site-Afghanistan .serbia-getstarted-caption h4 {
        width: 100%;
        font-size: 19.9px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

    .site-Afghanistan .serbia-getstarted-caption h5 {
        width: 100%;
        font-size: 14px;
        color: #5a5a5a;
        font-weight: 400;
        text-align: center;
    }

        .site-Afghanistan .serbia-getstarted-caption h5 span {
            font-weight: 700;
        }

.site-Afghanistan .RegionList_2_Serbia {
    margin-left: 0px;
    margin-top: 130px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 99;
}

.site-Afghanistan .RegionList_Serbia {
    margin-left: 0px;
    margin-top: 190px;
    position: absolute;
    top: -50px;
    right: -30px;
}

    .site-Afghanistan .RegionList_Serbia ul {
        width: 200px;
        margin-top: 50px;
    }

        .site-Afghanistan .RegionList_Serbia ul li {
            float: left !important;
            clear: none;
            width: 100px;
        }

            .site-Afghanistan .RegionList_Serbia ul li:nth-child(2n+1) {
                clear: both !important;
            }

            .site-Afghanistan .RegionList_Serbia ul li a h3 {
                font-size: 14px;
            }

.site-Afghanistan .btn-share-twitter {
    padding-top: 21px !important;
}

.line-ul {
    float: left;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
}

.line-li {
    margin-left: 2%;
    font-size: 14px;
    font-family: 'Roboto', Arial;
    font-weight: lighter;
    color: black;
}

[dir="rtl"] [class*="span"] {
    float: right;
    margin-left: 0px;
    margin-right: 30px;
}

[dir="rtl"] footer .span2:not(:first-child), [dir="rtl"] footer .span3 {
    margin-left: 0;
    margin-right: 0px;
}

[dir="rtl"] .row-fluid [class*="span"] {
    float: right;
    margin-left: 2.564102564102564%;
    margin-right: 0px;
}

    [dir="rtl"] .row-fluid [class*="span"]:first-child {
        margin-left: 2.564102564102564%;
        margin-right: 0px;
    }

    [dir="rtl"] .row-fluid [class*="span"]:last-child {
        margin-left: 0px;
    }

[dir="rtl"] .row {
    margin-right: -30px;
    margin-left: 0px;
}


[dir="rtl"] .pull-left {
    float: right !important;
}

[dir="rtl"] .pull-right {
    float: left !important;
}

[dir="rtl"] .profile-menu-pull-rtl {
    float: left !important;
}




[dir="rtl"] .chat-promotion.chat-style {
    width: auto !important;
    padding-left: 10px !important;
    margin-left: 0px !important;
    padding-right: 25px !important;
    background-position: right;
}

[dir="rtl"] .nav-tab-index-page .dd-img-login-0ld {
    padding-left: 0px !important;
    padding-right: 25px !important;
    background-position: 79px 0px !important;
}

[dir="rtl"] .dd-img-login-nav-tab {
    padding-left: 0px !important;
    padding-right: 19px !important;
    background-position: right !important;
}

[dir="rtl"] .dd-img-login-0ld.nav-link-profile.dd-link-index {
    background-position: right !important;
    padding-left: 0px !important;
    padding-right: 22px !important;
    padding-bottom: 0px !important;
    height: auto !important;
}

[dir="rtl"] .dd-img-login {
    background-position: 90px 15px !important;
    padding-left: 0px !important;
    padding-right: 27px !important;
}

[dir="rtl"] .ws-chat-unreaded-total-count {
   
}

[dir="rtl"] .dd-link-mobile {
    margin-left: 5px !important;
    float: right !important;
}

[dir="rtl"] .nav-tab-index-page .ui-main-content.dd-old .dd-dropdown {
    margin-right: -139px !important;
    margin-left: 0px !important;
    top: 30px !important;
}

[dir="rtl"] .ui-main-content .dd-menu .img-container-profile {
    float: right !important;
    margin-right: 15px !important;    
}

[dir="rtl"] .ui-main-content .dd-menu .img-container {
    margin-left: 5px !important;
    float: right !important;
}

[dir="rtl"] .ui-main-content .dd-menu .dd-dropdown {
    margin-left: 0px !important;
    margin-right: -117px !important;
    top: 95px !important;
}

[dir="rtl"] .nav-tab-mobile-page-old .ui-main-content .dd-menu .img-container {
    float: none !important;
}

[dir="rtl"] .nav-tab-mobile-page-old .ui-main-content .dd-menu .dd-dropdown {
    margin-left: 0px !important;
    margin-right: 0px !important;
    top: 59px !important;
}

[dir="rtl"] .nav-tab-mobile-page-old .ws-chat-message-link-container {
    float: none !important;
}

[dir="rtl"] .nav-tab-mobile-page-old .dd-old ul li a img {
    margin-right:5px !important;
    margin-left:5px !important;
}

[dir="rtl"] .nav-tab-mobile-page-old .ws-chat-message-link-container .ws-chat-unreaded-total-count.login-mobile {
    float: none;
    width: 100%;
}

[dir="rtl"] .nav-tab-mobile-page-old .ws-chat-unreaded-total-count img {
    float: right;
    width: 18px;
    padding-top: 3px;
    padding-left: 5px;
}

[dir="rtl"] .nav-tab-mobile-page-old .ui-main-content .dd-menu .img-container-profile {
    float: right !important;
}

[dir="rtl"] .nav-tab-mobile-page-old .dd-img-login-0ld.nav-link-profile.dd-link-index {
    background-position: right;
    padding-left: 0px !important;
    padding-right: 22px !important;
    padding-bottom: 0px !important;
    margin-top: 12px;
}

[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}

.site-Afghanistan[dir="rtl"] #mapParent {
    float: none !important;
}


[dir="rtl"] .control-label {
    float: right;
    text-align: left;
}

[dir="rtl"] .form-horizontal .control-label {
    float: right;
    text-align: left;
}

[dir="rtl"] .form-inline .control-group {
    float: right;
}

[dir="rtl"] .visited-savedsearch-left {
    margin-top: 45px;
}

[dir="rtl"] .form-horizontal .control-group .controls {
    margin-left: auto;
    margin-right: 130px;
}

[dir="rtl"] .call-and-pay ul, [dir="rtl"] .call-and-pay ol {
    padding-left: 0px;
    padding-right: 17px;
}

[dir="rtl"] .visitedSavedDiv.row {
    margin-right: 0px;
}

[dir="rtl"] .line-img {
    float: right;
}

[dir="rtl"] .visitor-tip .input-medium, [dir="rtl"] .visitor-tip .input-xlarge {
    margin-left: 5px;
    margin-right: auto;
}

[dir="rtl"] label {
    line-height: 20px;
}

[dir="rtl"] .form-horizontal .controls {
    margin-left: auto;
    margin-right: 180px;
}

[dir="rtl"] .navbar.small .nav.nav-count {
    margin-right: 0px;
    margin-left: 20px;
}

[dir="rtl"] .p-store-main-container .form-horizontal .control-group .controls, [dir="rtl"] .p-store-main-container .form-horizontal .control-group .field-validation-error {
    margin-left: auto;
    margin-right: 102px;
}


[dir="rtl"] .left-separator {
    border-right: 1px solid #5daa80;
    border-left: 0px none transparent;
    padding-left: 0px;
    padding-right: 10px;
}

.site-Afghanistan[dir="rtl"] .RegionList_2_Serbia,
.site-Afghanistan[dir="rtl"] .RegionList_Serbia {
    top: -100px;
    left: -60px;
    right: auto;
}

.site-Afghanistan[dir="rtl"] .RegionList_Serbia {
    top: -180px;
    left: -90px;
}

.site-Afghanistan[dir="rtl"] .store-container-innertext > .p-text-box {
    font-size: 16px;
}

.site-Afghanistan .MainPage_ContentField_Serbia {
    width: 968px;
}

[dir="rtl"] .top-line .chat-promotion {
    margin-left: 14px;
}

[dir="rtl"] .modal-title {
    text-align: left;
}

[dir="rtl"] .nav-tabs > li, [dir="rtl"] .nav-pills > li {
    float: right;
}

[dir="rtl"] .RegionList_Serbia a h3{
    float: none;
}

[dir="rtl"] .create-ad-form .control-group label {
    text-align: left;
}

[dir="rtl"] .create-ad-form .control-group .field-validation-error {
    float: right;
    margin-left: 0px;
    margin-right: 130px;
}

[dir="rtl"] .create-ad-form .help-block {
    margin-left: 0px;
    margin-right: 130px;
}

*[dir="rtl"] * {
    direction: rtl;
    unicode-bidi: embed;
}

[dir="rtl"] .ui-selectmenu-icon {
    right: auto;
    left: 6px;
}

[dir="rtl"] .store-container-innertext {
    margin-left: 0px;
    margin-right: 130px;
}

[dir="rtl"] .store-container img {
    margin-left: 0px;
    margin-right: 50px;
}

[dir="rtl"] .p-store-main-container .sign-up-block .controls {
    margin-right: 212px !important;
    margin-left: auto !important;
}

[dir="rtl"] .p-store-main-container .sign-up-block .form-horizontal .control-group .field-validation-error {
    margin-right: 212px !important;
    margin-left: auto !important;
    float: none;
}

[dir="rtl"] .p-store-main-container .sign-up-block .btn.btn-primary {
    min-width: 80px;
}


[dir="rtl"].site-Afghanistan .item-groups .description span, [dir="rtl"].site-Afghanistan .item-groups .description h2, [dir="rtl"].site-Afghanistan .item-groups .description small {
    text-align: right;
}

[dir="rtl"] .navbar .nav.pull-right {
    float: left;
}

[dir="rtl"] .navbar .nav {
    float: right;
}

    [dir="rtl"] .navbar .nav > li {
        float: right;
    }

[dir="rtl"] .span2-ad-img-list {
    margin: 0px;
}

[dir="rtl"] .result-content [class*="span"] {
    margin: 0px;
}

[dir="rtl"] .result-content .row {
    margin: 0px;
}



[dir="rtl"] .new_watch {
    background-position: center right;
    padding-right: 68px;
    padding-left: 0px;
}

[dir="rtl"] .ad-details > .row > .span2 {
    margin-left: 0px;
    margin-right: 5px;
}

[dir="rtl"] #PicturesContainer .gmap {
    float: right;
}

[dir="rtl"] div#thumbs {
    float: left;
}

[dir="rtl"] .links1_3 {
    background-position: right 3px;
    padding-right: 35px;
}

[dir="rtl"] .links1_4 {
    background-position: right 3px;
    padding-right: 35px;
}

[dir="rtl"] .form-horizontal .control-group .help-block {
    margin-left: 0px;
    margin-right: 130px;
}

[dir="rtl"] .links1_1 {
    background-position: right 3px;
    padding-right: 45px;
}

[dir="rtl"] .links1_2 {
    background-position: right -4px;
    padding-left: 0px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 10px;
}

[dir="rtl"] .del {
    background-position: right 9px;
    padding-left: 0px;
    padding-right: 25px;
    margin-left: 0px;
    margin-right: 10px;
}

[dir="rtl"] .help-page .form-horizontal .controls {
    margin-right: 0px;
}

[dir="rtl"] .help-page .well ul li {
    background-position: right 0px;
    padding-left: 0px;
    padding-right: 20px;
}


[dir="rtl"] .waths_new li {
    background-position: right 5px;
    padding-left: 0px;
    padding-right: 30px;
}

[dir="rtl"] .waths_new_noback li.a1,
[dir="rtl"] .waths_new_noback li.a2,
[dir="rtl"] .waths_new_noback li.a3,
[dir="rtl"] .waths_new_noback li.a4,
[dir="rtl"] .waths_new_noback li.a5,
[dir="rtl"] .waths_new_noback li.a6,
[dir="rtl"] .waths_new_noback li.a7,
[dir="rtl"] .waths_new_noback li.a8,
[dir="rtl"] .waths_new_noback li.a9,
[dir="rtl"] .waths_new_noback li.a10,
[dir="rtl"] .waths_new_noback li.a11,
[dir="rtl"] .waths_new_noback li.a12,
[dir="rtl"] .waths_new_noback li.a13,
[dir="rtl"] .waths_new_noback li.a14 {
    background-position: right center;
    padding-left: 0px;
    padding-right: 50px;
}

 [dir="rtl"] .popover-item + .popover.fade.bottom .popover-inner .popover-img {
    left: 20px;
    right: auto;
}

[dir="rtl"] .login-link.logout {
    margin-right: 20px;
    margin-left: 0px;
    background-position: right center;
}

[dir="rtl"] .panel-checkbox .container .description-block {
    text-align: right;
}

[dir="rtl"] .payment-way-block {
    float: right;
}


[dir="rtl"] table.table caption {
    text-align: right;
}

[dir="rtl"] .table th, [dir="rtl"] .table td {
    text-align: right;
}

[dir="rtl"] .col-md-1, [dir="rtl"] .col-md-2, [dir="rtl"] .col-md-3, [dir="rtl"] .col-md-4, [dir="rtl"] .col-md-5,
[dir="rtl"] .col-md-6, [dir="rtl"] .col-md-7, [dir="rtl"] .col-md-8, [dir="rtl"] .col-md-9, [dir="rtl"] .col-md-10, [dir="rtl"] .col-md-11, [dir="rtl"] .col-md-12,
[dir="rtl"] .col-sm-1, [dir="rtl"] .col-sm-2, [dir="rtl"] .col-sm-3, [dir="rtl"] .col-sm-4, [dir="rtl"] .col-sm-5,
[dir="rtl"] .col-sm-6, [dir="rtl"] .col-sm-7, [dir="rtl"] .col-sm-8, [dir="rtl"] .col-sm-9, [dir="rtl"] .col-sm-10, [dir="rtl"] .col-sm-11, [dir="rtl"] .col-sm-12 {
    float: right;
}

[dir="rtl"] .user-settings .logout {
    float: left;
    background-position: right center;
    padding-right: 30px;
    padding-left: 0px;
}

[dir="rtl"] .user-settings .nav.nav-tabs {
    float: right;
}

[dir="rtl"] .less-right-menu > .span3 {
    margin-left: 0px !important;
    margin-right: 40px !important;
}

[dir="rtl"] #chart_statistics_div * {
    direction: ltr;
    unicode-bidi: normal;
}

[dir="rtl"] .my-ads-layout .btn-toolbar > a > img {
    margin-right: 0px;
    margin-left: 6px;
}

[dir="rtl"] .my-ads-layout .btn-toolbar > a {
    margin-right: 0px;
    margin-left: 19px;
    float: right;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(2) > h4 {
    text-align: right;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(2) .badge.badge-success:first-child {
    margin-right: 0px;
    margin-left: 6px;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(n + 2) > span {
    text-align: right;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(2) > p {
    text-align: right;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(n + 3) {
    text-align: left;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(n + 2) > img {
    margin-right: 0px;
    margin-left: 8px;
}

[dir="rtl"] .my-ads-layout > div.pull-left {
    border-left: 1px #e6e7e6 solid;
    border-right: 0px none transparent;
}

[dir="rtl"] .pagination .pull-left {
    float: left !important;
}

[dir="rtl"] .pagination .pull-right {
    float: right !important;
}

[dir="rtl"] .horisontal-item .horizontal-title,
[dir="rtl"] .horisontal-item .horizontal-delete,
[dir="rtl"] .horisontal-item .horizontal-price,
[dir="rtl"] .my-ads-layout .horizontal-title,
[dir="rtl"] .my-ads-layout .horizontal-delete,
[dir="rtl"] .my-ads-layout .horizontal-price {
    text-align: right;
}

[dir="rtl"] .my-ads-layout > div.pull-left {
    padding-left: 24px;
    padding-right: 24px;
}

    [dir="rtl"] .my-ads-layout > div.pull-left:first-child {
        padding-left: 24px;
        padding-right: 0px;
    }

[dir="rtl"] .empty-layout > div > table td:last-child {
    text-align: right;
}

[dir="rtl"] div.less-right-menu .ui-selectmenu .ui-selectmenu-icon {
    left: 0px;
    right: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

[dir="rtl"] .user-settings .form-horizontal .control-group .control-label {
    width: 120px;
}

[dir="rtl"] .img-small-container {
    float: right;
}

[dir="rtl"] .nav-stacked > li {
    float: none;
}

[dir="rtl"] .user-settings .nav-checklist .nav.nav-pills li a:after {
    right: auto;
    left: 10px;
}

[dir="rtl"] .tab-pane.active .control-group .gmap {
    margin-left: 0px !important;
    margin-right: 130px !important;
}

[dir="rtl"] .form-horizontal .control-group .field-validation-error {
    margin-left: 0px;
    margin-right: 130px;
    float: right;
}

[dir="rtl"] .left {
    float: right;
}


[dir="rtl"] .nav-list {
    padding-right: 0px;
    padding-left: 15px;
}

[dir="rtl"] .text-center {
    text-align: center !important;
}

[dir="rtl"] .modal-dialog .nav.nav-list li {
    text-align: right;
}

[dir="rtl"] .payment-options-view .password-block .control-group.table {
    float: right;
}

[dir="rtl"] .password-block .control-group .controls {
    margin-right: 0px;
}

[dir="rtl"] .password-block .control-group .field-validation-error {
    margin-right: 0px;
}

.site-Afghanistan .descktop .ws-chat-dropdown .ws-chat-status {
    top: 30px;
    left: 28px;
}

[dir="rtl"].site-Afghanistan .descktop .ws-chat-dropdown .ws-chat-status {
    top: 30px;
    right: 28px;
    left: auto;
}

/* #region ws-chat */

[dir="rtl"] .store-listing.ws-chat-status-item {
    margin-right: 10px;
    margin-left: 0px;
}

[dir="rtl"] .ws-chat-status-item-tooltip {
    margin-top: -29px;
    margin-left: -15px;
}

    [dir="rtl"] .ws-chat-status-item-tooltip .caret {
        right: 9px;
        left: auto;
        bottom: -6px;
    }

[dir="rtl"] .ws-chat-sound-button {
    margin-right: 0px;
    margin-left: 30px;
}

[dir="rtl"] .ws-chat-status-item {
    margin-right: 35px;
    margin-left: 0px;
}

/* #endregion ws-chat */

[dir="rtl"] .dialog-overlay-container .row {
    margin: 0px;
}

[dir="rtl"] .dialog-overlay-container .tip {
    margin-top: 13px;
}

[dir="rtl"] .dialog-overlay-container .checkbox-container {
    padding: 30px 30px 0px 0px;
}

[dir="rtl"] .dialog-overlay-container .header > span {
    padding: 35px 35px 25px 0px;
}

[dir="rtl"] .dialog-overlay-container .header > a {
    padding: 20px 10px 10px 20px;
}

[dir="rtl"] .search-form input[type='text'], [dir="rtl"] .search-form select {
    border-right: 0px none transparent;
    border-left: 1px solid #cccccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

[dir="rtl"] .input-append .add-on, [dir="rtl"] .input-prepend .add-on {
    border-left: 0px none transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/* end of Afghanistan */
.search-form .add-on {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    background-color: transparent;
    height: 28px;
    padding-top: 7px;
    padding-bottom: 1px;
}



    .search-form .add-on .gi-pazar {
        opacity: 0.4;
    }

.search-form input[type='text'], .search-form select {
    height: 28px;
    border-left: 0px none transparent;
    box-shadow: none;
    padding-left: 3px;
}

.search-form select {
    height: 38px;
    display: inline-block;
    padding-left: 0px;
}

    .search-form select:focus {
        outline: none;
    }

.search-form input[type='text']:focus {
    outline: none;
    border-color: #ccc !important;
}

.search-form input[type='text']::-webkit-input-placeholder, .search-form select::-webkit-input-placeholder {
    color: #aaaaaa;
}

.search-form input[type='text']:-moz-placeholder, .search-form select:-moz-placeholder {
    color: #aaaaaa;
}

.search-form input[type='text']::-moz-placeholder, .search-form select::-moz-placeholder {
    color: #aaaaaa;
}

.search-form input[type='text']:-ms-input-placeholder, .search-form select:-ms-input-placeholder {
    color: #aaaaaa;
}

footer > div {
    margin-left: 0px;
}

/* #region ====================== line-form ===========================*/
.line-form {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .line-form > ul {
        display: table-row;
    }

        .line-form > ul > li {
            display: table-cell;
            border-top: 1px solid #cdcdcd;
            border-bottom: 1px solid #cdcdcd;
            border-right: 1px solid #f0f0f0;
            vertical-align: middle;
            height: 50px;
            position: relative;
        }

            .line-form > ul > li:first-child {
                border-left: 1px solid #cdcdcd;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

[dir="rtl"] .line-form > ul > li:first-child {
    border-left: 0px solid transparent;
    border-right: 1px solid #cdcdcd;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.line-form > ul > li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cdcdcd;
}

[dir="rtl"] .line-form > ul > li:last-child {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #f0f0f0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.line-form > ul > li.button {
    text-align: center;
    width: 50px;
    padding: 0px;
}

    .line-form > ul > li.button button, .line-form > ul > li.button a {
        text-align: center;
        width: 100%;
        height: 50px;
        margin: 0px;
        display: block;
        border-radius: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .line-form > ul > li.button button span, .line-form > ul > li.button a span {
            display: none;
        }

    .line-form > ul > li.button:last-child button, .line-form > ul > li.button:last-child a {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

[dir="rtl"] .line-form > ul > li.button:last-child button, [dir="rtl"] .line-form > ul > li.button:last-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.line-form > ul > li.button:first-child button, .line-form > ul > li.button:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

[dir="rtl"] .line-form > ul > li.button:first-child button, [dir="rtl"] .line-form > ul > li.button:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.line-form > ul > li input, .line-form > ul > li select {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
    border: 0px none transparent;
    box-shadow: none;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    display: block;
    font-family: 'Roboto', 'Arial' !important;
}

    .line-form > ul > li input.hide, .line-form > ul > li select.hide, .line-form > ul > li input.hidden, .line-form > ul > li select.hidden {
        display: none;
    }

[dir="rtl"] .line-form > ul > li input, [dir="rtl"] .line-form > ul > li select {
    padding-left: 10px;
    padding-right: 30px;
    font-family: 'Roboto', 'Arial' !important;
}

.line-form > ul > li input:focus, .line-form > ul > li select:focus {
    outline: none;
    box-shadow: none;
}

.line-form > ul > li:not(.button) *[class^="ci-"] {
    position: absolute;
    font-size: 28px;
    left: 2px;
    top: 11px;
    right: auto;
}

[dir="rtl"] .line-form > ul > li:not(.button) *[class^="ci-"] {
    left: auto;
    right: 2px;
}

/* #region Mobile */
.mobile .line-form {
    display: block;
    width: 100%;
}

    .mobile .line-form > ul {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

        .mobile .line-form > ul > li {
            display: block;
            background-color: #ffffff;
            border: 1px solid #cdcdcd;
            border-radius: 4px;
            margin-bottom: 1px;
            width: 100%;
        }

            .mobile .line-form > ul > li.button {
                width: 100%;
                margin-right: 0px;
                margin-left: 0px;
                padding-top: 0px;
                padding-bottom: 0px;
            }

                .mobile .line-form > ul > li.button button, .mobile .line-form > ul > li.button a {
                    padding-top: 0px;
                    padding-bottom: 0px;
                }

                    .mobile .line-form > ul > li.button button span, .mobile .line-form > ul > li.button a span {
                        display: inline-block;
                        font-weight: 700;
                        letter-spacing: -0.05em;
                    }

                .mobile .line-form > ul > li.button *[class^="gi-"] {
                    display: none;
                }
/* #endregion Mobile */
/*#endregion =============================== line-form ============================================ */




.mobile .pz-mobile-hide {
    display: none;
}


.mobile .listing-page select {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}


.mobile .listing-page .color-slider {
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    width: 100%;
}

.mobile .listing-page .well {
    background-color: #ffffff;
}

.mobile .listing-page .nav-display {
    display: none;
}

.mobile .listing-page .span2-ad-img-list.first-span.img-col {
    width: 30%;
    max-height: 80px;
    margin: 0px;
    float: left;
}

.mobile .listing-page .row-listing .span-col-title {
    width: 69.5%;
    margin: 0px;
    float: right;
    padding-right: 10px;
    position: relative;
}

.mobile .listing-page .list-price {
    font-size: 12px;
    opacity: 0.5;
}

.mobile .listing-page .Link_vis {
    font-family: 'Roboto', Arial !important;
    font-size: 14px;
}

.mobile .listing-page .search-item {
    width: 100%;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-top: 0px none transparent;
    box-sizing: border-box;
}

    .mobile .listing-page .search-item:first-child {
        width: 100%;
        border-top: 0px none #cdcdcd;
    }

    .mobile .listing-page .search-item .photo {
        display: block;
        width: 30%;
        box-sizing: border-box;
        text-align: center;
        background-color: #ececec;
        height: 130px;
        line-height: 130px;
    }

    .mobile .listing-page .search-item .description {
        display: block;
        width: 70%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

        .mobile .listing-page .search-item .description label {
            position: absolute;
            background-color: #999999;
            color: #ffffff;
            font-weight: 700;
            /*display: inline-block;*/
            right: 0px;
            top: 0px;
            left: auto;
            width: auto;
            padding-left: 5px;
            padding-right: 5px;
            line-height: 20px;
        }

[dir="rtl"].mobile .listing-page .search-item .description label {
    right: auto;
    top: 0px;
    left: 0px;
    position: absolute;
}

.mobile .listing-page .search-item .description .caption {
    display: block;
    width: 80%;
}

/*.mobile .listing-page .search-item .description .caption:visited {
        color: #8b0000 !important;
    }*/

.mobile .listing-page .search-item .description .price {
    text-transform: uppercase;
}

.mobile .listing-page .search-item .description .date {
    padding-bottom: 4px;
}

.mobile .listing-page .search-item .description .price, .mobile .listing-page .search-item .description .date {
    display: block;
    opacity: 0.5;
    font-size: 12px;
    margin: 0px;
}

    .mobile .listing-page .search-item .description .price span, .mobile .listing-page .search-item .description .price span img {
        vertical-align: middle;
    }

.mobile .listing-page .search-item.colored {
    background-color: #ffe4b5;
}

.mobile .listing-page .top-positioned .search-item, .mobile .listing-page .top-positioned .search-item.colored {
    background-color: #eeeeee;
}

[dir="rtl"].mobile .row.search-page.listing-page {
    margin: 0px;
}

[dir="rtl"].mobile .span9.widthable-content {
    margin: 0px;
}

[dir="rtl"].mobile .line-form > ul > li:first-child {
    border-left: 1px solid #cdcdcd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

[dir="rtl"].mobile .line-form > ul > li:last-child {
    border-left: 1px solid #cdcdcd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

[dir="rtl"].mobile a.login-mobile p {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

[dir="rtl"].mobile a.login-mobile {
    float: left;
}

[dir="rtl"].mobile .form-horizontal .control-group .controls {
    margin: 0px;
}

[dir="rtl"].mobile .pazar-h1-mobile {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

[dir="rtl"].mobile .form-horizontal .control-groups .control-group .controls {
    padding-right: 5px;
    padding-left: 20px;
}

[dir="rtl"].mobile .form-horizontal .control-group .help-block {
    margin-left: 0px;
    margin-right: 6px;
}

[dir="rtl"].mobile nav .nav-top a:first-child {
    border-left: 1px solid #cacaca;
}

[dir="rtl"].mobile nav .nav-top a {
    border-left: 1px solid #cacaca;
}

[dir="rtl"].mobile blockquote {
    border-left: 0px none transparent;
    border-right: 5px solid #ddd;
    padding-left: 0px;
    padding-right: 15px;
}

[dir="rtl"].mobile .row, [dir="rtl"].mobile [class*="span"] {
    margin: 0px;
}

[dir="rtl"].mobile .form-horizontal .control-groups .control-group.table .control-label {
    text-align: left;
}

.mobile .label-important, .mobile .badge-important {
    white-space: normal;
}

[dir="rtl"].mobile .breadcrumb li:not(:last-child):after {
    display: none;
}

[dir="rtl"].mobile .breadcrumb li:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 0px;
}

[dir="rtl"].mobile .breadcrumb li + li {
    margin-left: 0px;
    margin-right: -5px;
}

[dir="rtl"].mobile .breadcrumb li:last-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

[dir="rtl"].mobile .form-horizontal .control-groups .control-group .control-label {
    float: right;
    text-align: right;
    padding-left: 0px;
    padding-right: 7px;
}

[dir="rtl"].mobile .p-store-main-container {
    padding-left: 0px;
    padding-right: 7px;
}

.mobile .nav.nav-list.width-100-percent {
    box-sizing: border-box;
    padding: 0px;
}

.mobile .ws-chat.mobile .form-search {
    left: 0px;
    right: auto;
}

[dir="rtl"].mobile .ws-chat.mobile .form-search {
    left: auto;
    right: 0px;
}

    [dir="rtl"].mobile .ws-chat.mobile .form-search > button, [dir="rtl"].mobile .ws-chat.mobile .form-search > button:active {
        float: left;
    }

    [dir="rtl"].mobile .ws-chat.mobile .form-search > a, [dir="rtl"].mobile .ws-chat.mobile .form-search > a:hover, [dir="rtl"].mobile .ws-chat.mobile .form-search > a:focus,
    [dir="rtl"].mobile .ws-chat.mobile .form-search > a:active {
        float: left;
    }

    [dir="rtl"].mobile .ws-chat.mobile .form-search > input {
        padding-left: 0px;
        padding-right: 10px;
    }

[dir="rtl"].mobile .ws-chat.mobile .ws-chat-close {
    float: left;
}

.alert.ui-pnotify-container {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 20px 8px 20px !important;
}

[dir="rtl"] .my-ads-layout .table td:nth-child(1) {
    text-align: right;
}

[dir="rtl"] .pagination {
    margin-left: auto;
    margin-right: 20%;
}

[dir="rtl"] .ws-chat.mobile .input-form input[type='button'] {
    left: 0px;
    right: auto;
}

[dir="rtl"] .rotbl .thumbnail .img-control.pull-right {
    margin-left: 0px !important;
    margin-right: 75px !important;
}
[dir="rtl"] .loadingIndicator .la-spin {
    margin-right: 45%;
    margin-top: 20px;
}

[dir="rtl"] .p-store-main-container  .sign-up-block .mapRelative {
    margin-right: 212px !important;
}

.btn1-submit {
    font-family: 'Roboto', Arial !important;
}

body .input-append .add-on, body .input-prepend .add-on {
    font-size: 16px;
    height: 27px;
    line-height: 27px;
}

.custom-span6 {
    width:600px !important;
    margin-left:0px !important;
}

.link-button {
    width: 80% !important;
    line-height: 30px !important;
}