﻿@font-face {
    font-family: Na_OE_Pro-Bold;
    src: url('Fonts/Na_OE_Pro-Bold.eot');
    src: url('Fonts/Na_OE_Pro-Bold.eot?#iefix') format('embedded-opentype'), url('Fonts/Na_OE_Pro-Bold.woff') format('woff'), url('Fonts/Na_OE_Pro-Bold.ttf') format('truetype'), url('Fonts/Na_OE_Pro-Bold.svg#webfontgkJbe0mS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Na_OE_Pro-Regular;
    src: url('Fonts/Na_OE_Pro-Regular.eot');
    src: url('Fonts/Na_OE_Pro-Regular.eot?#iefix') format('embedded-opentype'), url('Fonts/Na_OE_Pro-Regular.woff') format('woff'), url('Fonts/Na_OE_Pro-Regular.ttf') format('truetype'), url('Fonts/Na_OE_Pro-Regular.svg#webfontgkJbe0mS') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    z-index: 10;
}

::-webkit-scrollbar-track {
    background: #e3e3e3;
}

::-webkit-scrollbar-thumb {
    background: #F59109;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.credit {
    float: right;
    margin: 42px 13px 13px 14px;
    font-size: 16px;
}

    .credit a {
        color: white;
        letter-spacing: 1px;
    }

        .credit a:hover {
            text-decoration: underline;
        }

        .credit a img {
            max-width: 180px;
        }

        .credit a p {
            font-size: 14px;
        }

.site-view .wrapper {
    position: static;
    min-height: 20px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

    .site-view .wrapper a {
        color: white;
        font-size: 20px;
    }

@media only screen and (max-device-width: 480px) {
    .lost-likebox, .facebook-likebox, .addthis-smartlayers {
        display: none;
    }
}

* {
    outline: none;
}

html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    direction: rtl;
    font-family: Na_OE_Pro-Regular, Arial;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.header, .footer {
    clear: both;
    min-height: 242px;
}

.header-inner-top {
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (min-device-width: 480px) {
    .header.fix .hwrap {
        position: fixed;
        background-color: white;
        top: 0px;
        z-index: 1000;
        width: 100%;
        border-bottom: 1px solid #DBDBDB;
        box-shadow: 0px -2px -2px;
    }
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*ul:not(.txt ul), ol:not(.txt ol), li:not(.txt li) {*/
a, img {
    text-decoration: none;
    color: black;
    border: 0px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    direction: rtl;
    font-size: 16px;
}

body {
    line-height: 1;
    padding: 0;
    margin: 0;
    height: 100%;
    background: white;
    /*overflow:scroll;*/
}

.clear {
    clear: both;
}

.orange-btn {
    background-color: #f58f0a;
    border-bottom: 3px solid #bf710a;
    color: white;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 20px 6px 34px;
    cursor: pointer;
    font-size: 18px;
}

.scroll-wrapper {
    width: 43px;
    height: 42px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url( https://media.petnet.co.il/ckFiles/images/SiteImages/Back-to-Top.png);
    background-size: 43px 85px;
    z-index: 1000;
    cursor: pointer;
}

    .scroll-wrapper.activ {
        -moz-animation: move 0s ease-in alternate;
        -o-animation: move 0s ease-in alternate;
        -webkit-animation: move 0s ease-in alternate;
        animation: move 0s ease-in alternate;
        background-position: center bottom;
    }

    .scroll-wrapper.not-activ {
        -moz-animation: move-d 0s ease-in alternate;
        -o-animation: move-d 0s ease-in alternate;
        -webkit-animation: move-d 0s ease-in alternate;
        animation: move-d 0s ease-in alternate;
        background-position: center top;
    }

.orange {
    color: #F59109;
}

body > .facebook-likebox {
    position: fixed;
    left: -307px;
    top: 303px;
    border: 3px solid #3b5997;
    z-index: 1000;
    background: white;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.mobileSoon {
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://media.petnet.co.il/ckFiles/images/SiteImages/mobile_soon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99999999999;
}

    .mobileSoon img {
        width: 100%;
        height: 100%;
        display: none;
    }

.wrapper {
    min-height: 100px;
    position: relative;
    /*width: 1060px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .wrapper > .baner-girf-Right {
        position: fixed;
        top: 134px;
        margin-right: -180px;
    }

.BodyContent {
    max-width: 1060px;
    margin: 0 auto;
}

body > .lost-likebox {
    position: fixed;
    left: -15px;
    top: 138px;
    border: 3px solid #F28E05;
    z-index: 1000;
    background: rgb(242, 142, 5);
    border-radius: 5px 0 5px 5px;
}

    body > .lost-likebox #lst-title {
        position: absolute;
        top: -3px;
        right: -52px;
        cursor: pointer;
    }

@media screen and (max-width: 1040px) {
    body > .lost-likebox, body > .facebook-likebox {
        display: none;
    }
}

@media screen and (max-width: 1435px) {
    .baner-girf-Right {
        display: none;
    }
}

body > .facebook-likebox #fb-title {
    position: absolute;
    top: -3px;
    right: -48px;
    cursor: pointer;
}

body > .facebook-likebox:hover {
    /*-moz-transition: all 1.9s ease;
        -o-transition: all 1.9s ease;
        -webkit-transition: all 1.9s ease;
        transition: all 1.9s ease;
        left: 0px;*/
}

.wrapper .header .logo {
    float: left;
    height: 134px;
    margin-left: 30px;
}

    .wrapper .header .logo img {
        width: 165px;
        height: 134px;
        margin-left: 10px;
    }

.wrapper .header .login, .wrapper .header .newsleter {
    float: right;
    margin-left: 3px;
}

.wrapper .header ul.pets {
    float: right;
    clear: right;
    margin: 60px 30px 0 0px;
}

    .wrapper .header ul.pets li {
        float: right;
        margin-left: 16px;
    }

        .wrapper .header ul.pets li a {
            color: #747474;
            font-size: 13px;
            font-family: Na_OE_Pro-Bold;
            position: relative;
            height: 37px;
            display: block;
            bottom: 31px;
            /*border: 1px blue solid;*/
            width: 60px;
            background-repeat: no-repeat;
            background-position: top center;
            -webkit-transition: all 0s ease-in;
            -moz-transition: all 0s ease-in;
            -o-transition: all 0s ease-in;
            -ms-transition: all 0s ease-in;
            transition: all 0s ease-in;
        }


            .wrapper .header ul.pets li a.birds {
                height: 38px;
                bottom: 28px;
            }

            .wrapper .header ul.pets li a.cats {
                height: 38px;
                bottom: 28px;
            }

            .wrapper .header ul.pets li a.dogs {
                height: 35px;
                bottom: 29px;
            }

            .wrapper .header ul.pets li a.reptiles {
                height: 31px;
                bottom: 25px;
            }

            .wrapper .header ul.pets li a.rodents {
                bottom: 25px;
                height: 31px;
            }

            .wrapper .header ul.pets li a.horses {
                height: 30px;
                bottom: 25px;
            }

        .wrapper .header ul.pets li:hover a.horses, .wrapper .header ul.pets li.current a.horses {
            background-position: top -30px center;
            color: #6B58A0;
        }

        .wrapper .header ul.pets li:hover a.birds, .wrapper .header ul.pets li.current a.birds {
            background-position: top -38px center;
            color: #00A0CF;
        }

        .wrapper .header ul.pets li:hover a.rodents, .wrapper .header ul.pets li.current a.rodents {
            background-position: top -30px center;
            color: #F7C800;
        }

        .wrapper .header ul.pets li:hover a.cats, .wrapper .header ul.pets li.current a.cats {
            background-position: top -38px center;
            color: #ED4343;
        }

        .wrapper .header ul.pets li:hover a.reptiles, .wrapper .header ul.pets li.current a.reptiles {
            background-position: top -31px center;
            color: #63AE00;
        }

        .wrapper .header ul.pets li:hover a.dogs, .wrapper .header ul.pets li.current a.dogs {
            background-position: top -35px center;
            color: #9B5D51;
        }

        .wrapper .header ul.pets li a span {
            position: absolute;
            display: block;
            bottom: -25px;
            width: 100%;
            text-align: center;
            padding-top: 74px;
        }

        .wrapper .header ul.pets li a.cats span, .wrapper .header ul.pets li a.birds span {
            bottom: -21px;
        }

/*=====Menu=====*/
.menu-outer {
    background: #F59109;
    width: 100%;
    min-height: 35px;
}

ul.menu {
    margin: 0 auto;
    display: block;
    max-width: 1060px;
}

    ul.menu li {
        float: right;
    }

        ul.menu li:hover {
            background-color: #dd8105;
        }

        ul.menu li.current {
            background-color: #dd8105;
        }


        ul.menu li a {
            padding: 9px 28px 7px 28px;
            color: white;
            font-size: 120%;
            float: right;
        }
/*=====End Menu=====*/

/*=====login=====*/
input[type=text].not-valid, select.not-valid, input[type=password].not-valid, input[type=checkbox].not-valid + label, textarea.not-valid {
    background: #FA9898 !important;
    border: 1px solid red;
    color: white !important;
}

#err {
    color: red;
}

.half-circle {
    background-color: #EF9A25;
    z-index: 90003;
    width: auto;
    display: inline-block;
    font-size: 13px;
    padding: 6px 8px 7px 12px;
    color: white;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    float: right;
    margin-left: 7px;
    margin-right: 40px;
}

#newsLetter {
    background-color: #B2B2B2;
    margin-right: 10px;
}

#loged a {
    color: white;
    /*font-weight: bold;*/
}

.LogedName {
    font-weight: bold;
}

/*#fancybox-wrap {
  position: absolute;
  top: 300px !important;
}*/

/*.fancyform .fancybox-skin {
    background:rgba(255,255,255,0.5);
}*/
.folie .fancybox-skin {
    background: rgba(255,255,255,0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.folie .fancybox-opened .fancybox-skin {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.folie .fancybox-close {
    top: 64px;
    right: 6px; /* background-image: none; 
color: white;
font-size: 33px;*/
}

.fancyform {
    /*display:none;*/
    width: 350px;
}

    .fancyform .animal-circle {
        height: 50px;
        width: 100px;
        -moz-border-radius: 100px 100px 0 0;
        -webkit-border-radius: 100px 100px 0 0;
        border-radius: 100px 100px 0 0;
        background: rgba(255,255,255,1);
        position: relative;
        top: 0;
        right: 128px;
        margin-top: 35px;
    }

        .fancyform .animal-circle img {
            position: relative;
            top: -35px;
            right: 12px;
        }

#newsForm .animal-circle img {
    position: relative;
    top: 33px;
    right: 31px;
}

.fancyform .wrap {
    background: rgba(255,255,255,1);
    padding: 30px 11px 36px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h1 {
    color: #F59109;
    font-weight: bold;
}

.fancyform h1 {
    font-size: 26px;
    text-align: center;
    margin: 8px;
}

.fancyform input[type=text], .fancyform input[type=password] {
    outline: none;
    border: 1px solid #F59109;
    width: 253px;
    /* height: 50px; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px 10px 0;
    font-size: 19px;
    margin: 12px 36px 0 0;
    display: block;
}

.fancyform a.forgot {
    display: block;
    font-size: 13px;
    margin: 0px 35px 20px 0;
}

.fancyform h2 {
    text-align: center;
    color: #A89B9B;
    font-size: 17px;
}

.fancyform #registerForm {
    display: block;
    color: #F59109;
}

.fancyform .submit-wrapper img {
    position: absolute;
    top: 27px;
    right: 94px;
    margin: 0px;
}

.fancyform .enter {
    width: 255px;
    margin: 12px 35px 20px 0;
    font-size: 21px;
    padding: 15px 0 10px 0;
    position: relative;
}

.fancyform #fRegister {
    color: orange;
    text-align: center;
    margin: 0px 65px 20px 0;
    font-size: 16px;
    text-decoration: underline;
}

.fancyform #rememberMe {
    margin: 31px 35px 20px 0;
}

.fancyform .nearCheck {
    font-size: 13px;
}

.fancyform #flogin {
    color: orange;
    text-align: center;
    margin: 0 70px 0 0;
    font-size: 16px;
    text-decoration: underline;
}

.fancyform #Agree {
    margin: 31px 35px 20px 0;
}

.fancyform .nearAgree {
    font-size: 13px;
}

.fancyform label {
    font-size: 13px;
}

.fancyform #Accept {
    margin: 0px 35px 20px 0;
}

.fancyform #err {
    margin: 12px 0 12px 0;
    text-align: center;
}

#forgotForm #err {
    margin: 37px 0 -13px 0;
    text-align: center;
}
/*.fancyform #err{
    margin:12px 0 12px 0;
    text-align:center;
}*/
/*=====End login=====*/
/*=====Search Panel=====*/
div.search-panel {
    margin-top: 0px;
    background: #383838;
    padding: 8px 0;
    height: 53px;
    position: relative;
}

.search-panel-inner {
    max-width: 1060px;
    margin: 0 auto;
    display: block;
}

.dropdown li.active {
    background: #E9E9E9;
    color: #F94A00;
}

div.search-panel h3 {
    margin: 13px 28px 0 4px;
    font-size: 170%;
    font-family: Na_OE_Pro-Bold;
    float: right;
    color: #fff;
}

div.search-panel .select, div.search-panel input[type=text] {
    float: right;
    cursor: pointer;
    position: relative;
    height: 35px;
    width: 190px;
    border-radius: 3px;
    color: #6d6d6d;
    direction: rtl;
    margin: 6px 18px 0 0;
    background: white;
    background-repeat: no-repeat,repeat;
    background-position: 12px center,center;
    font-size: 20px;
    padding: 6px 5px 0 0;
    cursor: auto;
}

div.search-panel .select {
    height: 40px;
    padding: 3px 5px 0 0;
}


    div.search-panel .select span {
        display: block;
        padding: 0px;
        margin: 11px 13px;
        color: #A9A9B1;
    }

    div.search-panel .select ol {
        background: white;
        border-left: 3px #EBEBEB solid;
        border-right: 3px #EBEBEB solid;
        border-bottom: 3px #EBEBEB solid;
        border-radius: 3px;
        width: 185px;
        position: absolute;
        left: -3px;
        display: none;
        z-index: 100;
    }

    div.search-panel .select .on ol {
        display: block;
    }



    div.search-panel .select ol li {
        border-top: 1px #EBEBEB solid;
    }

        /*div.search-panel .select ul li:last-child {
                    border: none;
                }*/

        div.search-panel .select ol li a {
            font-size: 70%;
            padding: 9px 5px;
            display: block;
        }

        div.search-panel .select ol li:hover {
            background: #EBEBEB;
        }

            div.search-panel .select ol li:hover a {
                color: #F59109;
            }

div.search-panel #searchTxt, div.search-panel #searchCity {
    padding: 5px 5px 0 0;
    margin-right: 15px;
    cursor: text;
}

div.search-panel form input[type=submit] {
    background: url(https://media.petnet.co.il/ckFiles/images/SiteImages/search-btn-bg.png) no-repeat;
    height: 45px;
    width: 160px;
    margin: 4px 18px 0 0;
    background-size: 170px;
    cursor: pointer;
    position: relative;
    /* bottom: 10px; */
    border-radius: 4px;
}

#search {
    position: relative;
    float: right;
}

    #search .list {
        position: absolute;
        width: 193px;
        background: white;
        top: 47px;
        right: 15px;
        max-height: 380px;
        overflow: auto;
        overflow-x: hidden;
        border-right: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        /*border-bottom: 1px solid #c0c0c0;*/
        z-index: 900;
    }

    #search ol.list li {
        border-bottom: 1px solid #D8D8D8;
        width: 100%;
        position: relative;
    }

        #search ol.list li:hover, #search ol.list li.move-active {
            border-bottom: 1px solid #D8D8D8;
            background: #EBEBEB;
        }

    #search .list .title {
        padding: 5px 12px 3px;
        font-size: 18px;
        font-family: fbspoilerhebeng-boldwebfont;
        color: #F94A00;
        background: #D9D9D9;
        max-width: 311px;
    }

    #search ol.list li a {
        color: #A9A9A9;
        text-decoration: none;
        display: block;
        padding: 5px 8px 5px 2px;
        font-size: 16px;
    }

    #search ol.list li:hover a, #search ol.list li.move-active a {
        color: #F59109;
    }


div.search-panel form img.submit-wrapper-img {
    position: absolute;
    top: 20px;
    margin: 0px;
    right: 29px;
}

div.search-panel form .submit-wrapper {
    position: relative;
    top: 0px;
    width: 185px;
    height: 51px;
    /* right: 870px; */
    float: right;
}

/*=====End Search Panel=====*/

/*=====Footer=====*/

.bottom-banner {
    margin: 30px 0 30px 0;
    width: 100%;
    text-align: center;
}

    .bottom-banner > div {
        margin: 0 auto;
        text-align: center;
    }

.up-banner {
    margin: 10px 0 0px 0;
    width: 100%;
    text-align: center;
}

    .up-banner > div {
        margin: 0 auto;
    }

.footer {
    position: relative;
    margin-top: 0px;
    font-size: 80%;
    color: white;
}

    .footer .inst-photos {
        height: 220px;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .footer .inst-photos img {
            float: none;
            margin: 0 auto;
            display: block;
        }

.submit-wrapper {
    position: relative;
    top: 10px;
    width: 100%;
    height: 51px;
}
/*.submit-wrapper img{
    display:none;
position: absolute;
top: 0px;
margin: 0px;
}*/
.articleBannerImg {
    max-width: 100%;
}

.bottom-banner-img {
    max-width: 100%;
}

.footer-txt-inner {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.footer .join-form {
    background: white;
    border-radius: 6px;
    box-shadow: 3px 3px 3px grey;
    position: absolute;
    bottom: 220px;
    right: 50px;
    width: 262px;
    color: #030303;
    overflow: hidden;
    padding-bottom: 12px;
}

    .footer .join-form img {
        margin: 32px 23px 0 0;
        float: right;
    }

    .footer .join-form .submit-wrapper img {
        position: absolute;
        top: 0px;
        right: 69px;
        margin: 0px;
    }

    .footer .join-form h3, .footer .join-form p {
        clear: left;
        font-size: 180%;
        font-family: Na_OE_Pro-Bold;
        width: 128px;
        display: inline;
        float: left;
        margin-top: 32px;
    }

    .footer .join-form p {
        color: #737373;
        font-size: 120%;
        margin-top: 19px;
    }

    .footer .join-form input[type=text] {
        background: #E1E1E1;
        border-radius: 4px;
        width: 222px;
        height: 27px;
        padding: 5px;
        font-size: 160%;
        margin: 0 15px 12px 0;
    }

    .footer .join-form input[type=checkbox] {
        margin: 0 20px 12px 0;
    }

    .footer .join-form input[type=submit] {
        background: url( https://media.petnet.co.il/ckFiles/images/SiteImages/bottom-form-button.png) no-repeat;
        width: 228px;
        height: 47px;
        margin: 0 17px 10px 0;
        cursor: pointer;
        position: relative;
        bottom: 12px;
    }

.footer .footer-txt {
    background: #F59109;
    padding: 35px 35px 0 35px;
    min-height: 277px;
}

.footer .links {
    width: 690px;
    float: left;
}

    .footer .links .link-title {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .footer .links ul {
        float: right;
        margin: 0px 10px 51px 50px;
    }

        .footer .links ul:last-child {
            margin: 0px;
        }

        .footer .links ul li a {
            color: white;
            margin: 10px 0 0 0;
            display: block;
        }

            .footer .links ul li a:hover {
                text-decoration: underline;
            }

.footer .logo {
    float: left;
}

.footer .sharelinks {
    margin: 30px 0 0px 14px;
    float: left;
}

.footer .textFooter {
    margin-top: 265px;
    margin-right: 20px;
    position: absolute;
}

    .footer .textFooter h3 {
        margin-top: 172px;
    }

    .footer .textFooter p {
        /* margin-top: 150px; */
        width: 316px;
    }

    .footer .textFooter * {
        color: white !important;
    }

    .footer .textFooter a {
        text-decoration: underline;
    }

.footer .sharelinks ul li {
    display: inline-block;
}

.footer .sharelinks img {
    margin-right: 10px;
    cursor: pointer;
}
/*=====End Footer=====*/

/*=====All Pages=====*/
.content {
    margin-top: 10px;
}

    .content .index {
        margin: 14px 0 14px 0;
    }

    .content .txt {
        margin: 0px 0 14px 0;
    }

        .content .txt h1 {
            font-size: 23px;
            border-bottom: #F59109 1px solid;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        .content .txt h2 {
            font-size: 21px;
            padding: 5px 0px 3px 0;
            margin: 0px;
            text-shadow: 1px 1px 1px #E6E6E6;
            letter-spacing: 0.3px;
        }

        .content .txt p, .content .txt div, .content .txt ul, .content .txt ol {
            font-size: 18px;
            padding: 0px 0px 15px 0;
            margin: 0px;
            line-height: 22px;
            text-align: justify;
        }

        .content .txt a {
            text-shadow: 1px 1px 1px #E6E6E6;
            color: #F59109;
        }

            .content .txt a:hover {
                text-decoration: underline;
            }

        .content .txt ul {
            list-style: disc;
            padding: 0 30px 7px 0;
            margin: 0;
        }

            .content .txt ul ul {
                list-style: circle;
                padding: 0 45px 7px 0;
                margin: 0;
            }

        .content .txt ol {
            list-style: decimal;
            padding: 0 30px 7px 0;
            margin: 0;
        }

            .content .txt ol ol {
                list-style: decimal;
                padding: 0 45px 7px 0;
                margin: 0;
            }


            .content .txt ol .content .small {
                width: 180px;
            }


        .content .txt p img {
            max-width: 570px !important;
        }

    .content .big {
        width: 850px;
    }

    .content .left {
        float: left;
        width: 250px;
        background-color: white;
    }

    .content .right {
        float: right;
    }

    .content .small h3, .content .big h3 {
        border-bottom: #F59109 1px solid;
        font-family: Na_OE_Pro-Bold;
        font-size: 110%;
        margin-bottom: 15px;
    }

.board {
    margin-top: 0px;
}

    .board .side {
        float: right;
        width: 170px;
    }

.side {
    float: right;
    width: 185px;
}

    .side.left {
        /*position: fixed;
margin-right: 810px;
right: 0;
top: 0;*/
    }
/*.side.left.fix {
position: fixed;
right: 0;
margin-right: 810px;
top: 20px;
width: 250px;
}*/
.out-lef-tbaneer {
    float: left;
    background-color: black;
    width: 250px;
    height: 300px;
}

#movePanel {
    float: left;
    /* left: 0px; */
    width: 250px;
}

.all-sity-category {
}

    .all-sity-category span {
        margin: 0 auto;
        color: #F18E00;
        font-size: 26px;
        display: block;
        text-align: center;
    }

    .all-sity-category a {
        margin: 0 auto;
        font-size: 16px;
        display: block;
        margin: 2px 0px;
    }

        .all-sity-category a:hover {
            color: #F59009;
        }

.side-menu h2 {
    font-size: 23px;
    border-bottom: #F59109 1px solid;
    padding-bottom: 5px;
    /*margin-top:55px;*/
}

#breadcrumb {
    font-size: 14px;
    margin-right: 2%;
}

    #breadcrumb span {
        font-size: 19px;
    }

.side-menu ul {
    /*float: right;*/
}

    .side-menu ul li ul {
        display: none;
    }

    .side-menu ul li {
    }

        .side-menu ul li a {
            display: block;
            width: 180px;
            padding: 7px 10px;
        }


        .side-menu ul li.current > ul {
            display: block;
        }

        .side-menu ul li ul li a {
            display: block;
        }

        .side-menu ul li.current > a, .side-menu ul li:hover > a {
            background: none !important;
            color: #F59109;
        }

.circle {
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: gray;
    display: inline-block;
}

.close-btn {
    background-image: url("https://media.petnet.co.il/ckFiles/images/SiteImages/IconX.png");
    width: 19px;
    height: 18px;
    /* margin: 20px 20px 0 30px; */
    background-repeat: no-repeat;
    background-position: right center;
}

a.gray-button {
    background: #B2B2B2;
    box-shadow: 2px 2px 2px #737373;
    color: white;
    font-size: 90%;
    padding: 4px 9px;
}
/*=====End All Pages=====*/


/*=====Home=====*/
.content #galleria {
    margin-bottom: 30px;
}

    .content #galleria h2 {
        font-size: 42px;
        background-color: rgba(0, 0, 0, 0.6);
        background: rgba(0, 0, 0, 0.6);
        color: rgba(0, 0, 0, 0.6);
        color: white;
        max-width: 400px;
        margin-top: 20px;
        padding: 10px;
    }

    .content #galleria p {
        font-size: 20px;
        line-height: 20px;
        background-color: rgba(0, 0, 0, 0.4);
        background: rgba(0, 0, 0, 0.4);
        color: rgba(0, 0, 0, 0.4);
        color: white;
        width: 520px;
        margin-top: 2px;
        padding: 10px;
        height: auto;
    }

.content .bottom {
    width: 880px;
}

/*.content .right {
        float: right;      
    }*/

div.block {
    margin: 0px 0 0 0;
    float: right;
    clear: both;
    width: 100%;
}

.content .lostPet {
    float: left;
    width: auto;
    margin: 27px 0 0 0;
    /*float: left;
width: auto;
margin: 3px 0 0 0;*/
}

.content .left-giraff {
    float: left;
    width: auto;
    margin: 33px 0 0 0;
}

div.block h3 {
    border-bottom: #F59109 1px solid;
    font-family: Na_OE_Pro-Bold;
    font-size: 24px;
    padding-bottom: 3px;
    margin-bottom: 19px;
}

div.block .side-menu {
    float: right;
    width: 15%;
}


div.block.experts .square {
    float: right;
    width: 80%;
    margin-right: 20px;
}

div.block .square {
    float: right;
    margin-right: 20px;
}

div.block > .square a {
    width: 160px;
    float: right;
    display: block;
    margin-right: 46px;
    padding: 10px;
    font-size: 90%;
    height: 250px;
    position: relative;
    border-radius: 4px;
}

div.block .square > a:hover {
    background: #E9EAEE;
}

div.block.experts > .square a img {
    width: 160px;
    height: 160px;
}

div.block .square a strong {
    margin: 5px 0 0 0;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    right: 11px;
    font-size: 110%;
}

/*second block*/
div.block.publicity ul.block-menu li.selected a, div.block.publicity ul.block-menu li:hover a {
}
/*end second block*/

/*third block*/
div.block.forums .square {
    margin: 0px;
}

    div.block.forums .square a {
        height: 153px;
        margin-left: 12px;
        width: 76px;
        /*text-align: center;*/
        margin-right: 0;
    }

        div.block.forums .square a span {
            /*position: absolute;*/
            top: 83px;
            text-align: right;
        }

    div.block.forums .square strong {
        top: 136px;
    }
/*end third block*/

/*=====End Home=====*/

/*=====add Ad======*/
.content.new-Ad .txt {
    width: 780px;
    margin: 0px 0 14px 0;
}

.petForm input[type=submit] {
    position: relative;
    width: 250px;
    padding: 12px 0 9px 0;
    margin: 15px 168px 0 0;
}

.petForm .submit-wrapper img {
    position: absolute;
    top: 32px;
    margin: 0px;
    right: 275px;
}

.petForm input[type=text], .petForm select {
    background-color: #EBEBEB;
    border-radius: 3px;
    width: 250px;
    height: 30px;
    font-size: 16px;
    padding: 0px 12px 0px 2px;
}

.petForm input[type=text] {
    width: 236px;
}

.searchAuto {
    position: relative;
    bottom: 0px;
}

.petForm td {
    padding: 7px 30px 0 0;
}

.petForm tr td:first-child {
    text-align: right;
    vertical-align: middle;
}

.autoResult {
    position: absolute;
    width: 251px;
    background: white;
    top: 36px;
    /* right: 282px; */
    max-height: 380px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 10;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

ol.list.autoResult li {
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    position: relative;
}

    ol.list.autoResult li a {
        color: #A9A9A9;
        text-decoration: none;
        display: block;
        padding: 5px 8px 5px 2px;
        font-size: 16px;
    }

    ol.list.autoResult li:hover {
        border-bottom: 1px solid #D8D8D8;
        background: #EBEBEB;
    }

        ol.list.autoResult li:hover a {
            color: #F59109;
        }

.petForm textarea {
    background-color: #EBEBEB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 236px;
    height: 90px;
    font-size: 15px;
    padding: 2px 12px 2px 2px;
}

.petForm .petRow:not(.content) {
    width: 50%;
    height: 52px;
    margin-top: 14px;
}

.petForm .petRow.content {
    width: 50%;
    height: 281px;
    margin-top: 14px;
}

.petForm .petRow .label {
    width: 235px;
    margin: 2px;
    padding: 17px 12px 1px 2px;
    height: 29px;
    font-size: 16px;
    display: inline-block;
}

.petForm .petRow.content .label {
    width: 200px;
    margin: 2px;
    padding: 17px 12px 1px 2px;
    height: 29px;
    font-size: 16px;
    display: inline-block;
}

.petForm .petRow input {
    width: 235px;
    margin: 2px;
}

.petForm .petRow textarea {
    width: 235px;
    margin: 2px;
    float: left;
    margin-top: 18px;
}

.petForm .upload-div {
    background: #EBEBEB;
    border: none;
    border-radius: 3px;
    width: 251px;
    height: 32px;
    clear: both;
    overflow: hidden;
    position: relative;
    float: right;
}

    .petForm .upload-div span {
        font-size: 15px;
        position: absolute;
        top: 9px;
        padding: 3px 15px 0 5px;
        color: gray;
        max-width: 189px;
        overflow: hidden;
    }

.petForm span.img-description {
    font-size: 14px;
    margin: 8px 5px;
    display: block;
    float: right;
}

.petForm .triggerFile {
    width: 251px;
    height: 32px;
    background: url("https://media.petnet.co.il/ckFiles/images/SiteImages/upload_file.jpg") no-repeat top left;
    background-size: 43px 32px;
    display: block;
    clear: both;
    float: left;
}


/*=====End add Ad=====*/
/*/*=====Ads======*/
.ads {
    width: 870px;
    float: left;
}

    .ads .ads-title1 .Ads-btn {
        background-color: #f58f0a;
        margin-top: -40px;
        /* border-bottom: 3px solid #bf710a; */
        color: white;
        text-align: center;
        position: relative;
        /* right: 98px; */
        float: left;
        bottom: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 10px 20px 10px 34px;
        cursor: pointer;
        font-size: 18px;
    }

    .ads .row-title, .ads .AdsItem .summary {
        width: 100%;
        height: 16px;
        padding: 8px 0 8px 0;
    }

        .ads .row-title .td {
            cursor: default !important;
        }

    .ads .row-title {
        border-bottom: #F59109 1px solid;
    }

    .ads .AdsItem .summary {
        border-bottom: solid 1px #EBEBEB;
    }

    .ads .AdsItem:nth-of-type(even) .summary {
        background-color: #ffffff;
    }

    .ads .AdsItem:nth-of-type(odd) .summary {
        background-color: #EBEBEB;
    }

    .ads .AdsItem.selected {
        border: #F59109 1px solid;
        height: 300px;
        width: 100%;
    }

        .ads .AdsItem.selected .summary {
            background: none;
        }
    /*.ads .AdsItem.selected:nth-of-type(1){
 border-top: none;

}*/
    .ads .AdsItem .next-details {
        display: none;
        margin: 15px;
        font-size: 14px;
    }

    .ads .td {
        float: right;
        width: 10%;
        text-align: center;
        font-size: 17px;
        cursor: pointer;
        height: 100%;
    }

        .ads .td.Ad-content {
            width: 50%;
        }

    .ads .summary .td.ad-picture {
        background-image: url("https://media.petnet.co.il/ckFiles/images/SiteImages/IconCamera.png");
        background-position: center center;
        background-repeat: no-repeat;
        /*width: 30px;*/
        height: 17px;
    }

.ad.petForm {
    float: right;
    width: 17%;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    height: 100%;
}

.ads .td.Ad-pricet {
    width: 7%;
}

.ads .td.Ad-category {
    width: 15%;
}

.ads .td.Ad-animal {
    width: 8%;
}

.ads .AdsItem .next-details .bx {
    display: inline-block;
}

    .ads .AdsItem .next-details .bx.close {
        height: 30px;
        width: 30px;
        background-image: url("https://media.petnet.co.il/ckFiles/images/SiteImages/IconX.png");
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        margin-left: 7px;
    }

    .ads .AdsItem .next-details .bx.ad-text {
        height: 190px;
        width: 400px;
        float: right;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .ads .AdsItem .next-details .bx.ad-share {
        height: 50px;
        width: 381px;
        float: right;
        margin-right: 26px;
        display: none;
    }

        .ads .AdsItem .next-details .bx.ad-share .btn {
            background-color: #b0b0b0;
            color: white;
            border-bottom: 3px solid #a1a1a1;
            width: 93px;
            height: 24px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            padding: 7px 14px 0px 0px;
            margin: 10px;
            float: right;
            cursor: pointer;
        }

    .ads .AdsItem .next-details .bx.ad-details {
        /*height: 322px;*/
        width: 184px;
        float: right;
        margin: 0 20px 0 0;
    }

    .ads .AdsItem .next-details .bx.ad-pic {
        height: 200px;
        width: 165px;
        float: left;
    }

    .ads .AdsItem .next-details .bx.sider {
        width: 448px;
        float: right;
        /*height: 300px;*/
    }

    .ads .AdsItem .next-details .bx.ad-details tr {
        height: 25px;
    }

    .ads .AdsItem .next-details .bx.ad-details td span.phone.btn {
        /* padding-top: 7px; */
        background-color: #f58f0a;
        border-bottom: 3px solid #bf710a;
        color: white;
        text-align: center;
        /* margin: 0px; */
        /* width: 90px; */
        height: 9px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 7px 20px 6px 34px;
        cursor: pointer;
    }

        .ads .AdsItem .next-details .bx.ad-details td span.phone.btn.on a {
            display: inline !important;
            font-size: 15px;
            font-weight: bold;
            color: white;
            letter-spacing: 2px;
        }

.galleriaAds img {
    width: 73px;
    height: 73px;
}

.galleriaAds a:first-child img {
    width: 150px;
    height: 100px;
}

/*articles*/

input.display-more, input.display-more-lost {
    margin: 34px 190px 0 0;
    position: relative;
}

input.display-more-lost {
    margin: 34px 300px;
}

.submit-wrapper.display-more img {
    position: absolute;
    top: 46px;
    margin: 0px;
    right: 312px;
}

.articles .submit-wrapper.display-more img {
    position: absolute;
    top: 46px;
    margin: 0px;
    right: 220px;
}

.lost .articles .submit-wrapper.display-more img {
    right: 328px;
}

.articles {
    float: right;
    width: 572px;
    margin-right: 20px;
    padding-bottom: 50px;
}

.lost .articles {
    width: 760px;
}

.article-txt {
    float: right;
    width: 570px;
    margin-right: 20px;
}
    /*.article-txt .txt ul, .article-txt .txt ol {
        list-style: initial;
    }*/
    /*.article-txt .txt li ,*/
    .article-txt .txt .h1 {
        font-size: 30px;
    }

.Writer {
    margin-bottom: 12px;
    font-size: 14px;
    /*border-bottom: #F59109 1px solid;*/
}

.articles-title, .ads-title, .newad-title, .sideforums h3, .forums-title, .forum-text h1 {
    font-size: 23px;
    border-bottom: #F59109 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ads-title {
    padding-bottom: 28px;
}

    .ads-title h1 {
        float: right;
    }

.forum-text h2 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-top: -5px;
}

.forum-text > p {
    height: 125px;
}

.CmsItem {
    width: 572px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #EBEBEB;
    min-height: 115px;
    background-color: white;
}

.lost .CmsItem {
    width: 100%;
}
/*.CmsItem:odd{background-color: #f7f7f7;}*/

.CmsItem:hover {
    background-color: #f7f7f7;
}

.CmsItem a {
    font-size: 20px;
}

    .CmsItem a:hover {
        color: #f59109;
        text-decoration: none;
    }

.CmsItem img {
    float: right;
    margin: 0px 10px 0 10px;
    width: 115px;
    height: 115px;
    -moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
    -webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
    box-shadow: 0px 1px 3px 0px #4a4a4a;
    padding: 0px;
}

.CmsItem span.red-found {
    color: red;
}

.Forums .CmsItem img {
    width: 80px;
    height: 75px;
}

.CmsItemName2 {
    margin: 13px 0 0 0;
    min-height: 60px;
    width: 75%;
    font-size: 15px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*-o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
text-overflow: ellipsis;*/
}

.CmsItemWriter {
    font-size: 14px;
    margin: 10px 0 0px 0;
    /*float: right;
	width: 81%;*/
}

.squer-item {
    float: left;
    width: 200px;
    height: 200px;
    margin: 10px 20px 0 10px;
    position: relative;
    font-size: 16px;
}

    .squer-item p {
        top: 7px;
        padding: 9px;
        position: relative;
    }

.left-square {
    margin-bottom: 12px;
    margin-top: 27px;
}


.sideforums .square {
    /*
	float: right;
    width: 100%;
    margin-right: 20px;
    margin: 0px;
	*/
}

.sideforums h3 {
    margin-bottom: 0px;
}

.sideforums .square a {
    float: right;
    display: block;
    padding: 4px;
    font-size: 80%;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 90px;
    margin-left: 11px;
    /* width: 75px; */
    text-align: center;
}

    .sideforums .square a span {
        position: absolute;
        top: 62px;
        text-align: center;
        /* width: 60px; */
        right: 0;
        line-height: 11px;
    }

.sideforums .square strong {
    margin: 5px 0 0 0;
    text-decoration: underline;
    position: absolute;
    bottom: 9px;
    right: 9px;
    font-size: 110%;
}

.sideforums .square > a:hover {
    background: #E9EAEE;
}

.sideforums .square img {
    width: 64px;
    height: 56px;
}

/*end third block*/

.for-articel {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.additionals {
    float: right;
    width: 570px;
    margin: 10px 0 25px 0;
    /*outline: 1px red solid;*/
}

    .additionals .additional {
        min-height: 185px;
        background: #f7f7f7;
        border: 1px solid #E2E2E2;
        border-radius: 2px;
        float: right;
        width: 30%;
        margin-left: 2%;
        margin-bottom: 15px;
        /*text-align: justify;*/
    }

        .additionals .additional:last-of-type {
            margin-left: 0px;
        }

        .additionals .additional:hover {
            background: #f7f7f7;
            -moz-box-shadow: 0px 1px 3px 0px #4A4A4A;
            -webkit-box-shadow: 0px 1px 3px 0px #4A4A4A;
            box-shadow: 0px 1px 3px 0px #4A4A4A;
        }

        .additionals .additional img {
            max-width: 96%;
            height: 120px;
            margin: 5px auto 0 auto;
            display: block;
        }

        .additionals .additional span {
            width: 90%;
            margin: 0 auto 7px auto;
            display: block;
            height: 50px;
            overflow: hidden;
        }



.sponsorships {
}

    .sponsorships .sponsorship {
        width: 100%;
        margin-top: 20px;
        background: #f7f7f7;
        border: 1px solid #F59109;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 0px 0 12px 0;
        float: right;
    }

        .sponsorships .sponsorship:hover {
            background: #f7f7f7;
            -moz-box-shadow: 0px 1px 3px 0px #4A4A4A;
            -webkit-box-shadow: 0px 1px 3px 0px #4A4A4A;
            box-shadow: 0px 1px 3px 0px #4A4A4A;
        }

        .sponsorships .sponsorship p.title {
            width: 100%;
            margin: 0 auto;
            display: block;
            background-color: #F59109;
        }

            .sponsorships .sponsorship p.title span {
                padding: 11px 12px;
                color: white;
                font-weight: bold;
                display: block;
            }



        .sponsorships .sponsorship img {
            width: 100%;
            margin: 0px auto 0 auto;
            display: block;
        }

        .sponsorships .sponsorship div p {
            padding: 12px 8px 0px 5px;
            font-weight: 100;
            font-size: 16px;
            color: rgb(66, 50, 50);
        }

        .sponsorships .sponsorship a.bottom-link {
            float: right;
            margin: 5px 7px 0px 12px;
            color: #F59109;
        }
/*=======End Articles============*/

.asakim input.display-more {
    margin: 34px 291px 0 0;
}
/*.results-wrapper {
    float: right;
    width: 770px;
}*/

.results-title {
    font-size: 23px;
    border-bottom: #F59109 1px solid;
    padding-bottom: 5px;
    margin-bottom: 24px;
}

results-title > h1 {
    float: right;
}

.results-title span {
    float: left;
    font-size: 18px;
    padding: 0;
    margin: 7px;
    color: #F59109;
    position: relative;
    bottom: 25px;
}

.esek {
    width: 770px;
    padding: 10px 0 11px 0;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    min-height: 115px;
}
    /*.CmsItem:odd{background-color: #f7f7f7;}*/

    /*.esek:nth-of-type(odd) {
        background-color: #ebebeb;
    }*/
    .esek:nth-of-type(even) {
        background-color: #ffffff;
    }

    .esek:hover {
        border-bottom: 1px solid orange;
        border-top: 1px solid orange;
        box-shadow: 0px 1px 1px #c0c0c0;
        background-color: #f7f7f7;
    }

    .esek a {
        color: black;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .esek h3 {
        padding-top: 2px;
        /*
		display: inline-block;
		float: right;
		width: 460px;
		*/
    }

    .esek a:hover {
        /*text-decoration: none;*/
    }

    .esek img {
        float: right;
        margin: 0px 10px 0 10px;
        width: 115px;
        height: 115px;
        -moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
        -webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
        box-shadow: 0px 1px 3px 0px #4a4a4a;
    }

    .esek .text {
        float: right;
        font-size: 14px;
        margin: 5px 0 0 0;
        width: 460px;
    }

.branch-wrappwer {
    width: 500px;
}

.esek .all-Branches {
    margin-top: 10px;
    float: right;
}

    .esek .all-Branches li {
        font-size: 14px;
        cursor: pointer;
        padding-right: 10px;
        padding-bottom: 3px;
    }


.esek p {
    margin: 3px 0 0 0;
    display: inline-block;
    float: right;
    width: 460px;
}

.esek .details {
    width: 372px;
    height: 57px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

    .esek .details a, .esek .details div {
        width: 100px;
        padding: 5px 14px 5px 0;
        font-size: 15px;
        color: white;
        float: left;
        border-radius: 4px;
        margin: 12px 10px 0px 0;
    }

    .esek .details .info {
        background-color: #f18e00;
    }
    /*.esek .details .contact{background-color:#f18e00;border-bottom:3px solid #bf710a;}*/
    .esek .details .phone {
        background-color: #9ec64b;
        cursor: pointer;
    }

        .esek .details .phone a {
            display: none !important;
        }

        .esek .details .phone.on {
        }

            .esek .details .phone.on a {
                display: inline !important;
                padding: 0;
                margin: 0;
            }
/*.esek .not-client p , .esek .not-client .img{
display:none;
}*/

/*Bizzz*/
.title-esek .big {
    font-size: 30px;
    border-bottom: #F59109 1px solid;
    margin-bottom: 30px;
}

.content.biz .big {
    width: auto;
    color: #F59109;
    /*background-color:#F59109;*/
}

.main.biz .title {
    font-size: 24px;
    border-bottom: #F59109 1px solid;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 15px;
}

    .main.biz .title span {
        float: right;
    }

.contact-deatils table {
    width: 30%;
    float: right;
}
/*.contact-deatils table tr:first-child td:first-child {
color: #F58F0A;
}*/
/*.contact-deatils  table tbody {
    width:30%;
    float:right;
    height:100px;
}

.contact-deatils  table  tr tr{
    width:30%;
    float:right;

}*/
.contact-deatils tbody > tr > td {
    width: 100%;
    float: right;
}

.contact-deatils table > tr:first-child {
    font-size: 20px;
    margin-bottom: 5px;
}

.contact-deatils table, .contact-deatils .hours-operation {
    width: 205px;
    float: right;
    margin-left: 20px;
}

.main.biz .contact-deatils, .main.biz .about, .main.biz .gallery {
    min-height: 170px;
    margin-bottom: 30px;
    clear: both;
}

.details-esek {
    margin: 10px;
}

    .details-esek .name2 {
        width: 570px;
        height: 70px;
        float: right;
        padding: 5px 10px;
    }

    .details-esek img {
        float: right;
        margin: 0px 10px 0 10px;
        width: 115px;
        height: 115px;
        -moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
        -webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
        box-shadow: 0px 1px 3px 0px #4a4a4a;
    }

    .details-esek .contact-links {
        margin: 0px 0px 0px 0px;
        float: right;
        /* height: 3px; */
        width: 590px;
        /* float: left; */
    }

    .details-esek .show-phone, .details-esek .contact-esek {
        display: inline-block;
        background-color: #F59109;
        width: 90px;
        color: white;
        border-bottom: 4px solid;
        border-color: #C07208;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 4px;
        /* width: 150px; */
        margin: 0 17px 10px 0;
        text-align: center;
        padding: 8px 30px 8px 40px;
        cursor: pointer;
        float: right;
    }

        .details-esek .contact-esek a {
            color: white;
        }

    .details-esek .show-phone {
        background-image: url( https://media.petnet.co.il/ckFiles/images/SiteImages/IconPhone.png);
        background-repeat: no-repeat;
        background-position: left 11px center;
        background-color: #9ec64b;
        border-color: #7BA528;
    }

        .details-esek .show-phone.on a {
            display: block !important;
            font-size: 15px;
            font-weight: bold;
            color: white;
            letter-spacing: 2px;
            width: 96px;
        }

.g-plus {
    background-image: url(https://media.petnet.co.il/ckFiles/images/Icons/Reshatot/googleplus.png);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 5px;
    height: 5px;
}

/*#galleria-biz img {
    height: 150px;
    margin-left: 20px;
}*/
#galleria-biz img {
    height: 130px;
    width: 174px;
    padding: 2px;
}

.contactBiz {
    width: 315px;
    float: left;
    /*padding:4px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 26px;
}

    .contactBiz img {
        width: 60px;
        height: 60px;
        margin: 10px 10px 20px 10px;
        float: right;
    }

.text-wrapper {
    width: 70%;
    float: none;
    margin: 0 auto;
}

.contactBiz h1 {
    color: #F58F0A;
    /* float: left; */
    font-size: 18px;
    width: 219px;
    margin: 0px 72px 1px 0px;
    padding: 38px 0 0 0;
}

.contactBiz h2 {
    color: black;
    float: right;
    font-size: 14px;
    margin-bottom: 30px;
}

.contactBiz .contact-biz-head {
    border-bottom: 1px solid #EDE0E0;
    height: 79px;
    background-color: #EBEBEB;
}

.contactBiz form {
    background-color: #EBEBEB;
}

.contactBiz h3 {
    color: black;
    float: right;
    font-size: 16px;
    /* text-align: center; */
    padding: 7px;
    display: none;
}

.contactBiz form input[type=text] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    direction: rtl;
    margin: 6px 18px 0 0;
    background: white;
    font-size: 20px;
    padding: 5px 10px 3px 10px;
    margin: 10px 37px 0 0;
    width: 220px;
}

.contactBiz form input[type=submit] {
    padding: 10px 15px 8px 15px;
    margin: 10px 37px 0 0;
    width: 240px;
    margin-bottom: 19px;
}

.contactBiz form textarea {
    padding: 10px 10px 8px 10px;
    margin: 10px 37px 0 0;
    width: 220px;
    height: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
}

.BizArticles .square {
    width: 165px;
    height: 198px;
    float: right;
    margin: 0px 7px 0 0;
}

    .BizArticles .square:hover {
        background-color: #EBEBEB;
    }

    .BizArticles .square a {
        text-align: center;
        overflow: hidden;
        font-size: 14px;
    }

    .BizArticles .square img {
        width: 140px;
        height: 140px;
        /* background: none; */
        -moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
        -webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
        box-shadow: 0px 1px 3px 0px #4a4a4a;
        margin: 12px 11px 6px 0;
    }

.contact-deatils .hours-operation h3 {
    background-image: url(https://media.petnet.co.il/ckFiles/images/SiteImages/iconTime.png);
    background-repeat: no-repeat;
    background-position: top 4px right;
    padding: 9px 25px 0px 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-deatils .deatils-wrap {
    /*min-height:160px;*/
}

.contact-deatils a {
    text-decoration: underline;
}

    .contact-deatils a img {
        height: 35px;
    }


.tabs-to-right .ui-tabs-nav {
    float: right;
    border-left: none;
    /*-moz-border-radius: 0px 6px 6px 0px;*/
    /* -webkit-border-radius: 0px 6px 6px 0px; */
    /* border-radius: 0px 6px 6px 0px; */
    width: 725px;
    font-size: 19px;
    border-bottom: #F59109 1px solid;
    margin-bottom: 15px;
    /*padding-bottom: 5px;*/
}

.ui-tabs .ui-tabs-nav li {
    float: right;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    border: #F59109 1px solid;
    border-bottom: none;
}
/*.tabs-to-right .tabs-background { 
    height: 2.6em; 
    background: #ece8da url(http://code.jquery.com/ui/1.8.23/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png) repeat-x scroll 50% 50%; 
    border: 1px solid #d4ccb0; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px; 
}*/
.contact-deatils a:hover {
    color: #F59109;
}

.contact-deatils .emergancy {
    background-color: #F5F2F2;
    padding: 6px 0px 4px 0px;
    width: 113px;
    cursor: pointer;
}

    .contact-deatils .emergancy.phone.on a {
        display: inline !important;
    }

.contact-deatils .td-map {
    background-image: url(https://media.petnet.co.il/ckFiles/images/SiteImages/iconMap.png);
    background-repeat: no-repeat;
    background-position: top 1px right;
    /* padding: 6px 21px 15px 0; */
    padding: 6px 25px 0px 0;
    font-weight: bold;
}

.td-map {
    margin-bottom: 15px;
}

.contact-deatils .envIco {
    background-image: url(https://media.petnet.co.il/ckFiles/images/SiteImages/iconEnv.png);
    background-repeat: no-repeat;
    background-position: top 5px right;
    padding: 9px 25px 0px 0;
    margin-bottom: 15px;
    font-weight: bold;
}
/*about start */
.contactUs {
    background-color: #EBEBEB;
    width: 315px;
    float: left;
    /*padding:4px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 26px;
}

    .contactUs img {
        width: 60px;
        height: 60px;
        margin: 10px 10px 20px 10px;
        float: right;
    }

.about .txt {
    clear: right;
    margin: 3px 0px 0px 5px;
    width: 725px;
}

.about-text {
    width: 780px;
    float: right;
}

.about .video {
    float: right;
    margin: 0 0px 4px 20px;
    width: 100%;
    height:;
    display: contents;
}

.contactUs h1 {
    color: #F58F0A;
    /* float: left; */
    font-size: 18px;
    width: 219px;
    margin: 0px 72px 1px 0px;
    padding: 38px 0 0 0;
}

.contactUs h2 {
    color: black;
    float: right;
    font-size: 14px;
    margin-bottom: 30px;
}

.contactUs .contact-us-head {
    border-bottom: 1px solid #EDE0E0;
    height: 60px;
}

.contactUs h3 {
    color: rgb(245, 144, 9);
    float: right;
    font-size: 18px;
    /* text-align: center; */
    padding: 20px 61px 30px 0;
}

.contactUs form input[type=text] {
    width: 220px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #A9A9A9;
    direction: rtl;
    margin: 6px 18px 0 0;
    background: white;
    font-size: 17px;
    /* padding: 10px 15px 8px 15px; */
    /* margin: 18px 32px 0 0; */
    padding: 5px 10px 3px 10px;
    margin: 10px 37px 0 0;
}

.contactUs form input[type=submit] {
    padding: 10px 15px 8px 15px;
    margin: 10px 37px 0 0;
    width: 240px;
    margin-bottom: 19px;
}

.contactUs form textarea {
    padding: 10px 10px 8px 10px;
    margin: 10px 37px 0 0;
    width: 220px;
    height: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
}

.contact.left {
    float: left;
    width: 320px;
}
/*forum start*/
.forum-btn {
    background-color: #f58f0a;
    /* border-bottom: 3px solid #bf710a; */
    color: white;
    text-align: center;
    position: relative;
    left: -621px;
    bottom: 45px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 23px 1px 29px;
    cursor: pointer;
    font-size: 18px;
}

.content.Forums .CmsItem {
    width: 386px;
    padding: 10px 0 11px 0;
    border-top: 1px solid #F59109;
    min-height: 95px;
    background-color: white;
    display: inline-block;
}

.BoxGrey {
    padding: 10px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.BoxGreyForum {
    padding: 10px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    min-height: 115px;
}

    .BoxGreyForum img {
        padding: 0px 10px;
        height: 115px !important;
        width: 115px !important;
    }


.content.Forums .CmsItemName2 {
    margin: 3px 0 0 0;
    height: 80px;
    width: 245px;
    /* white-space: nowrap; */
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
}

.content.Forums .CmsItem:hover {
    background-color: #f7f7f7;
}

.content.Forums .txt {
    width: 780px;
    margin: 0px 0 14px 0;
}

.forums-title {
    width: 780px;
}

/*forum from mort*/



/*Forum*/
.forum-text {
    width: 780px;
}

.forum-container {
    border-top: 1px solid #cbc9ca;
    margin-top: 20px;
    /*clear: both;*/
}

.forumMessageContainer {
    /*min-height: 35px;*/
    padding: 5px 0 5px 0;
    border-bottom: 1px dashed #cbc9ca;
}

    .forumMessageContainer .forumMessageContainer {
        border-bottom: none;
        padding-right: 30px;
    }

.forumHeaderText {
    padding-bottom: 3px;
}

    .forumHeaderText a {
        font-size: 15px;
    }

        .forumHeaderText a:hover {
            color: #F59109;
        }

.forumDot {
    float: right;
    padding-right: 10px;
}

    .forumDot img {
        padding-top: 1px;
    }

.forumMessageContainer .forumDot {
    background: url(https://media.petnet.co.il/ckFiles/images/SiteImages/ForumOrange.png) no-repeat;
    margin-top: -2px;
    margin-left: 5px;
    width: 17px;
    height: 17px;
}

.forumMessageContainer .forumMessageContainer .forumDot {
    background: url(https://media.petnet.co.il/ckFiles/images/SiteImages/ForumGrayCircle.png) no-repeat;
    margin-top: 4px;
    margin-left: 5px;
    width: 7px;
    height: 7px;
}

.forumDot2 {
    float: right;
    padding: 6px 0px 0px 3px;
}

.forumDate {
    width: 115px;
    float: left;
    color: #9F9E9F;
    font-size: 14px;
    /*display: none;*/
}

.forumMessage {
    margin: 1px 26px 5px 0;
    padding: 10px;
    background-color: #F7F7F7;
    border-radius: 0 0 5px 5px;
    display: none;
}

    .forumMessage p {
        line-height: 16px;
        font-size: 14px;
        text-decoration: none;
    }

.editedMessage {
    margin: 0px 0px 0px 14px;
    width: 694px;
    /* overflow: hidden; */
    height: 109px;
    background-color: #F7F7F7;
    border: none;
    resize: none;
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
}

.ForumMessagecontent {
    width: 80%;
}

.forumMessage a {
    line-height: 16px;
    font-size: 14px;
    text-decoration: underline;
    color: #f58f0a;
 
}
.forumBtns {
    padding-right: 24px;
    padding-left: 14px;
}
.forumContent a {
    color: #f58f0a;
}
.paging {
    width: 100%;
    text-align: center;
    margin: 15px auto;
}

    .paging a {
        font-size: 17px;
        text-shadow: 1px 0px 1px #c0c0c0;
        line-height: 18px;
    }

        .paging a:hover {
            text-decoration: none;
        }

        .paging a.start-end {
        }

    .paging strong {
        font-size: 17px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #c0c0c0;
    }

    .paging span {
        color: #c0c0c0;
        font-size: 14px;
    }
/*ForumCompose*/


.content.forum-compose .title {
    /*background-color: #F48A19;
border-radius: 7px 7px 0 0;
color: #FFFFFF;
font-family: Alef Hebrew;
font-size: 32px;
letter-spacing: 0.5px;
margin-bottom: 16px;
margin-top: 20px;
padding: 11px 0px 0px 0px;
width:720px;*/
}

.content.forum-compose h1 {
    margin: 20px 0;
    font-size: 25px;
}

.content.forum-compose article.text h3 {
    margin: 15px 0 15px 0;
    font-size: 32px;
    font-weight: bold;
}

.info-r {
    display: none;
}

.content.forum-compose article.text .row {
    width: 100%;
    clear: both;
    margin-top: 5px;
    float: right;
}

    .content.forum-compose article.text .row:before {
        clear: both;
    }

    .content.forum-compose article.text .row label {
        width: 100px;
        float: right;
    }

    .content.forum-compose article.text .row.wide {
        margin: 5px 80px 0 0;
    }

        .content.forum-compose article.text .row.wide label {
            width: auto;
        }

    .content.forum-compose article.text .row input {
        float: right;
        border-radius: 3px;
        padding: 5px 7px;
        font-size: 16px;
    }

        .content.forum-compose article.text .row input[type=text] {
            width: 250px;
            border: 1px solid #9C9A9A;
            font-size: 16px;
        }

        .content.forum-compose article.text .row input[type=checkbox] {
            width: 17px;
            /*margin-top: -2px;*/
        }

        .content.forum-compose article.text .row input.not-valid {
            background: #FFAAAA;
        }

    .content.forum-compose article.text .row textarea {
        width: 450px;
        height: 200px;
        border-radius: 4px;
        padding: 5px 7px;
        font-size: 16px;
        border: 1px solid #9C9A9A;
    }

    .content.forum-compose article.text .row.wide.submit-wrapper {
        width: 259px;
        position: relative;
        margin-top: 20px;
    }

    .content.forum-compose article.text .row img {
        margin-top: 5px;
        position: absolute;
        left: 63px;
    }

.content.forum-compose article.text input[type=submit] {
    /*background: url(/Img/ckFiles/images/SiteImages/ButtonSendHome.png) no-repeat;
        width: 259px;
        height: 41px;
        border: none;
        cursor: pointer;
        margin: 0px;
        position: absolute;
        z-index: 1000;*/
    position: relative;
    width: 250px;
    padding: 9px 0 9px 0;
    font-size: 22px;
    /* margin: 15px 168px 0 0; */
}

iframe[name=google_conversion_frame], iframe[name=google_conversion_frame] * {
    display: none;
}
/*forumsearch*/
#search-form .search {
    outline: none;
    border: 1px solid #F58F0A;
    color: #F58F0A;
    border-radius: 4px;
    /* height: 29px; */
    z-index: 2;
    position: relative;
    top: 17px;
    right: -99px;
    width: 111px;
    font-size: 80%;
    padding: 5px 4px 2px 32px;
}

#search-form input[type=submit] {
    background-image: url(https://media.petnet.co.il/ckFiles/images/SiteImages/magnifieing-glass.jpg);
    width: 19px;
    height: 18px;
    position: relative;
    top: 20px;
    left: 129px;
    z-index: 2;
    cursor: pointer;
}

#search-form {
    display: inline-block;
    float: left;
    position: relative;
    left: 46px;
    bottom: 67px;
}
/* search*/
/*.content.search  .sub-title {
width: 100%;
background: #F7F7F7;
padding: 10px 10px 10px 0;
font-size: 18px;
color: #F59109;
border-radius: 3px;
}*/

.content.search .sub-title {
    font-size: 23px;
    border-bottom: #F59109 1px solid;
    padding-bottom: 5px;
    margin-bottom: 24px;
    width: 770px;
    margin: 25px 0 15px 0;
}

    .content.search .sub-title span {
        float: left;
        font-size: 18px;
        padding: 0;
        margin: 7px;
        color: #F59109;
    }

.content.search .CmsItem {
    width: 770px;
}
/*lost form start*/
.lostForm {
    padding-bottom: 100px;
}

    .lostForm input[type=submit] {
        width: 250px;
        padding: 12px 0 9px 0;
        margin: 15px 215px 0 0;
        position: relative;
    }

    .lostForm .submit-wrapper {
        position: relative;
        top: 10px;
        width: 100%;
        height: 51px;
    }

        .lostForm .submit-wrapper img {
            position: absolute;
            top: 32px;
            margin: 0px;
            right: 275px;
        }

    .lostForm input[type=text], .lostForm select {
        background-color: #EBEBEB;
        border-radius: 4px;
        width: 250px;
        height: 32px;
        font-size: 16px;
        padding: 2px 12px 2px 2px;
        float: left;
    }

    .lostForm .radio {
        padding-right: 95px;
    }

        .lostForm .radio label, .lostForm input[type=radio] {
            float: right;
        }

    .lostForm input[type=radio] {
        margin: 5px 0 0 5px;
        display: block;
    }


    .lostForm .radio label {
        width: 150px;
        text-align: right;
        padding: 5px 0;
    }

    .lostForm tr:last-child td:nth-child(2) {
        float: left;
        font-size: 13px;
    }

    .lostForm input[type=text] {
        width: 236px;
    }

    .lostForm td {
        padding: 9px 30px 0 0;
    }

    .lostForm tr td:first-child {
        text-align: right;
        vertical-align: middle;
    }

    .lostForm textarea {
        background-color: #EBEBEB;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 236px;
        height: 100px;
        font-size: 16px;
        padding: 2px 12px 2px 2px;
        float: left;
    }

    .lostForm .upload-div {
        background: #EBEBEB;
        border: none;
        border-radius: 4px;
        width: 251px;
        height: 42px;
        clear: both;
        overflow: hidden;
        position: relative;
        float: left;
    }

.not-valid {
    background: #FA9898 !important;
    border: 1px solid red !important;
    color: white !important;
}

.lostForm .upload-div span {
    font-size: 15px;
    position: absolute;
    top: 9px;
    padding: 3px 15px 0 5px;
    color: gray;
    max-width: 132px;
    overflow: hidden;
}

.lostForm .triggerFile {
    width: 251px;
    height: 42px;
    background: url("https://media.petnet.co.il/ckFiles/images/SiteImages/upload_file.jpg") no-repeat top left;
    background-size: 57px 44px;
    display: block;
    clear: both;
    float: left;
}


/*lost form end*/

/*lost pet page*/
img.lost-pet {
    width: 250px;
    float: right;
    margin: 0 0 12px 12px;
}


/*end lost pet page*/



.SuccessTop {
    border: 1px rgb(71, 219, 71) solid;
    background-color: rgb(62, 174, 62);
    color: white;
    padding: 12px 8px 9px 20px;
    /* position: relative; */
    /* top: -19px; */
    /* font-size: 26px; */
    -moz-border-radius: 5px;
    border-radius: 3px;
    /* font-family: Spoiler; */
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
}
/*exhibits*/
.ex-wrapper {
    width: 780px;
    float: right;
}

label a {
    text-decoration: underline;
}
/*Account privacy*/
.icon-list {
    float: right;
    margin-left: 20px;
}

    .icon-list li {
        display: inline-block;
        width: 100px;
        margin-left: 20px;
    }

        .icon-list li a {
            height: 100px;
            display: block;
            position: relative;
            background-repeat: no-repeat;
        }

        .icon-list li span {
            position: absolute;
            text-align: center;
            display: block;
            bottom: 12px;
        }
/*Account private info */
#Fgender {
    margin-right: 20px;
}

.accountInfo {
    float: right;
}

.info.petForm .submit-wrapper img {
    right: 180px;
}

.info.petForm input[type=submit] {
    margin-right: 127px;
}

.info.petForm {
    margin-bottom: 50px;
}
/*Private ad for edit*/
.ads.toEdit {
    width: 550px;
    float: right;
    margin-right: 20px;
}

    .ads.toEdit .td {
        width: 16%;
    }

        .ads.toEdit .td.Ad-content {
            width: 32%;
            cursor: default;
        }

    .ads.toEdit #adID {
        margin-right: 10px;
    }

.adImg {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bf710a;
}

.ad.petForm .submit-wrapper img {
    right: 403px;
}
/*.ad.petForm input[type=submit] {  margin-right: 399px;  width: 138px;}*/
.ad.petForm input[type=submit] {
    width: 55%;
    font-size: 13px;
    padding: 4px 0 3px 0;
    margin: -5px 1px 0 0;
}

.adedit.petForm {
    width: 570px;
}

    .adedit.petForm input[type=submit] {
        margin-right: 137px;
    }

.pass.petForm .submit-wrapper img {
    right: 201px;
}

.pass.petForm input[type=submit] {
    margin-right: 145px;
}

.pass.petForm {
    margin-bottom: 50px;
}

    .pass.petForm input[type=password] {
        background-color: #EBEBEB;
        border-radius: 3px;
        width: 235px;
        height: 30px;
        font-size: 16px;
        padding: 0px 12px 0px 2px;
    }

    .pass.petForm .FailedMessage {
        width: 200px;
        height: 30px;
        color: red;
        font-size: 15px;
    }



/*print-bar*/
.AdsItem .print-bar {
    display: none;
}

.AdsItem.selected .print-bar {
    display: block;
}

.left.side .print-bar:before {
    content: "";
    margin: 20px 0 12px 0;
    font-size: 23px;
    /*border-bottom: #F59109 1px solid;*/
    padding-bottom: 5px;
    width: 100%;
    display: block;
}

.left.side .print-bar {
    margin: 25px 0px 25px 0;
}

#biz-print {
    margin: 25px auto;
    width: 100%;
}

    #biz-print .print-bar > a {
        margin-left: 20px;
    }

.details-esek .print-bar {
    float: left;
}

.print-bar > a {
    float: right;
    width: 43px;
    height: 31px;
    cursor: pointer;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.left.side .print-bar a {
    margin-left: 24px;
}

.details-esek .print-bar a {
    margin-left: 0px;
}

.print-bar > a:last-of-type, .left.side .print-bar a:last-of-type {
    margin-left: 0px;
}

.print-bar a {
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

    .print-bar a:hover, .print-bar a.active {
        background-position: center top;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
    }

    .print-bar a.l-mail {
        background-image: url("https://media.petnet.co.il/ckFiles/images/SiteImages/pp-mail-icon.png");
    }

    .print-bar a.l-heart {
        background-image: url("https://media.petnet.co.il/ckFiles/images/SiteImages/magazine_article-icon_Heart.png");
    }

    .print-bar a.l-facebook {
        background-image: url("https://media.petnet.co.il/ckFiles/images/SiteImages/pp-facebook-icon.png");
    }

    .print-bar a.l-print {
        background-image: url(" https://media.petnet.co.il/ckFiles/images/SiteImages/pp-print-icon.png");
    }

    .print-bar a.l-tweet {
        background-image: url(" https://media.petnet.co.il/ckFiles/images/SiteImages/pp-tweet-icon.png");
    }

    .print-bar a.l-google {
        background-image: url(" https://media.petnet.co.il/ckFiles/images/SiteImages/pp-googleplus-icon.png");
    }

    .print-bar a.l-heart.active {
        cursor: default;
    }

/*end print-bar*/
.galleria-info-link {
    display: none !important;
}


/*Animals races */

.articles ul.pets {
    float: right;
    clear: right;
    margin: 60px 0 0 0;
}

    .articles ul.pets li {
        float: right;
        margin-left: 16px;
        height: 130px;
    }

        .articles ul.pets li a {
            color: #747474;
            font-size: 13px;
            font-family: Na_OE_Pro-Bold;
            position: relative;
            height: 75px;
            display: block;
            bottom: 31px;
            /*border: 1px blue solid;*/
            width: 267px;
            background-repeat: no-repeat;
            background-position: top center;
            -webkit-transition: all 0s ease-in;
            -moz-transition: all 0s ease-in;
            -o-transition: all 0s ease-in;
            -ms-transition: all 0s ease-in;
            transition: all 0s ease-in;
            background-size: 63px;
        }


            .articles ul.pets li a.birds {
                height: 72px;
                bottom: 28px;
                /*background-position: top -53px center;*/
            }

            .articles ul.pets li a.cats {
                height: 72px;
                bottom: 28px;
                /*background-position: top -65px center;*/
            }

            .articles ul.pets li a.dogs {
                height: 72px;
                bottom: 29px;
                /*background-position: top -63px center;*/
            }

            .articles ul.pets li a.reptiles {
                height: 72px;
                bottom: 25px;
                /*background-position: top -58px center;*/
            }

            .articles ul.pets li a.rodents {
                bottom: 25px;
                height: 72px;
                /*background-position: top -53px center;*/
            }

            .articles ul.pets li a.horses {
                height: 72px;
                bottom: 25px;
                /*background-position: top -42px center;*/
            }

        .articles ul.pets li:hover a.horses, .articles ul.pets li.current a.horses {
            /*background-position: top -42px center;*/
            color: #6B58A0;
        }

        .articles ul.pets li:hover a.birds, .articles ul.pets li.current a.birds {
            /*background-position: top -53px center;*/
            color: #00A0CF;
        }

        .articles ul.pets li:hover a.rodents, .articles ul.pets li.current a.rodents {
            /*background-position: top -53px center;*/
            color: #F7C800;
        }

        .articles ul.pets li:hover a.cats, .articles ul.pets li.current a.cats {
            /*background-position: top -65px center;*/
            color: #ED4343;
        }

        .articles ul.pets li:hover a.reptiles, .articles ul.pets li.current a.reptiles {
            /*background-position: top -58px center;*/
            color: #63AE00;
        }

        .articles ul.pets li:hover a.dogs, .articles ul.pets li.current a.dogs {
            /*background-position: top -63px center;*/
            color: #9B5D51;
        }

        .articles ul.pets li a span {
            position: absolute;
            display: block;
            bottom: -14px;
            width: 100%;
            text-align: center;
            padding-top: 74px;
            font-size: 17px;
        }

/*.articles ul.pets li a.cats span, .articles ul.pets li a.birds span {
            bottom: -21px;
        }*/

/*#region biz*/
.bizWrapper {
    margin-top: -125px;
}

.bizMainImg {
    width: 100%;
    max-height: 350px;
}

.bizHeader {
    position: relative;
    margin: 20px 0 0 0;
    min-height: 200px;
}

.bizHeaderRight {
    height: 150px;
    width: 170px;
    float: right;
    background-color: #F59109;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 15px solid #F59109;
}
    /*.bizHeaderRight {
    height: 180px;
    width: 200px;
    float: right;
    background-color: #F59109;
    border-radius: 20px;
}*/
    .bizHeaderRight img {
        width: 85%;
        max-height: 85%;
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        border-radius: 10px;
    }

.bizHeaderLeft {
    height: 140px;
    width: 490px;
    float: left;
    background-color: #F59109;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.bizHeaderLeftIcons {
    position: absolute;
    bottom: 20px;
}

.bizHeaderLeftH1 {
    color: #fff;
    font-size: 35px;
}

.bizHeaderLeftH2 {
    color: #fff;
    font-size: 25px;
}

.contact-links-new {
    position: absolute;
    left: 35px;
    bottom: 25px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.show-phone {
    color: #f59109;
    font-size: 18px;
}

    .show-phone a {
        color: #f59109;
        font-size: 18px;
    }


.bizHeaderIcon {
    transition: transform .2s; /* Animation */
}

    .bizHeaderIcon i:hover {
        transform: scale(1.2);
    }

    .bizHeaderIcon img:hover {
        transform: scale(1.2);
    }

    .bizHeaderIcon i {
        transition: transform .2s; /* Animation */
        font-size: 21px;
        color: #f59109;
        margin: 5px;
        border: 1px solid #fff;
        padding: 5px;
        border-radius: 50%;
        min-width: 20px;
        text-align: center;
        background-color: #fff;
    }

    .bizHeaderIcon img {
        background: #fff;
        margin-bottom: -8px;
        border: 1px solid #fff;
        padding: 5px;
        border-radius: 50%;
        width: 21px;
    }

.bizShortDescHeader {
    font-size: 20px;
}

.bizShortDesc {
    font-size: 18px;
}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 350px;
        position: relative;
        margin: 10% auto;
        padding: 25px 20px 20px 20px;
        border-radius: 10px;
        background-color: #EBEBEB;
    }

.closePopup {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .closePopup:hover {
        background: #f58f0a;
    }

.bizPopupFormTitles img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.bizPopupFormTitles h1 {
    text-align: center;
    margin: 10px 0;
}

.popupFormInput {
    width: 100%;
    margin: 5px 0;
    min-height: 35px;
    padding: 0 5px 0 0;
}

.popupBTN {
    width: 100%;
    margin-top: 5px;
}

.popupFormTextArea {
    padding: 5px;
}

.CreditSite {
    text-decoration: none !important;
}
/*#endregion biz*/




/*#region Rating */

.content-sm-big {
    padding-top: 10px;
    padding-bottom: 40px;
    position: relative;
    width: 1060px !important;
    margin: 0 auto;
    border-top: 1px solid rgba(150, 150, 150, 0.5);
    margin-top: 30px;
}

.SocialBarContainer {
    width: 100% !important;
    position: relative;
    padding: 0 !important;
    margin: 50px 0 50px 0 !important;
    min-height: 135px;
}

.ratingTitle {
    font-size: 20px;
    color: gray;
    text-align: center;
}

.ratingNumInStar {
    display: initial;
    color: var(--White);
    text-align: center;
    font-size: 16px !important;
    position: absolute;
    margin-left: 13px;
    margin-top: 10px;
    font-weight: 400;
    margin-right: 17px;
    pointer-events: none;
}

.SocialBarRow {
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding-top: 10px;
    padding-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}


.SocialShareButtonsAndTitleHolder {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.SocialShareButtonsTitle {
    color: #9d9d9d;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 22px;
}

.SocialShareButtonsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-start;
}

.SocialStarsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: center;
}


.SocialBarDivRating {
    padding: 0 !important;
    /*width: 70%;*/
}

.SocialBarThumbnailRating {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    background-color: #fff !important;
}

    .SocialBarThumbnailRating:hover {
        background-color: #fff !important;
    }

.wrapper-ratings {
    position: relative;
    font-size: 22px;
}

#rating_text {
}

#rating_box {
    color: #9d9d9d;
    margin-left: 40px;
}

    #rating_box .amountOfRatingsRecived {
        font-size: 16px;
    }

        #rating_box .amountOfRatingsRecived #count_value {
        }

        #rating_box .amountOfRatingsRecived #rating_value {
        }

    #rating_box .avergedRating {
        font-size: 16px;
    }

    #rating_box #Your-score {
    }

.dirug {
}

#jrate {
    direction: rtl;
    position: absolute;
    top: 20px;
    left: 0px;
    /*display:flex;*/
}

#TempThank {
    display: none;
    color: #9d9d9d;
    min-height: 20px;
    font-size: 16px;
}

#demo-onchange-value {
    position: absolute;
    right: 38%;
    top: 35px;
    color: #9d9d9d;
    font-size: 16px;
}

.StarsAuthorContainer {
    position: absolute;
    top: 70px;
    max-width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #9d9d9d;
    justify-content: center;
    width: 100%;
}

    .StarsAuthorContainer .StarsAuthor {
        font-size: 10px;
    }

        .StarsAuthorContainer .StarsAuthor a {
            color: #9d9d9d;
        }

            .StarsAuthorContainer .StarsAuthor a:hover {
                color: #9d9d9d;
            }

            .StarsAuthorContainer .StarsAuthor a:focus {
                outline: none !important;
            }

    .StarsAuthorContainer .lastUpdatedAt {
        font-size: 12px;
    }
/*#endregion Rating */


/*#region New Menu */
.third-level-menu {
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .third-level-menu > li {
        height: 30px;
        background: #999999;
    }

        .third-level-menu > li:hover {
            background: #CCCCCC;
        }

.second-level-menu {
    position: absolute;
    top: 35px;
    right: 0;
    width: 170px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 9;
}

    .second-level-menu > li {
        position: relative;
        background: #f59109;
        width: 100%;
    }

        .second-level-menu > li:hover {
            background: #CCCCCC;
        }

.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .top-level-menu > li {
        position: relative;
        /*float: left;
        height: 30px;
        width: 150px;
        background: #999999;*/
    }

        .top-level-menu > li:hover {
            background: #CCCCCC;
        }

    .top-level-menu li:hover > ul {
        /* On hover, display the next level's menu */
        display: inline;
    }


    /* Menu Link Styles */

    .top-level-menu a /* Apply to all links inside the multi-level menu */ {
        color: #FFFFFF;
        text-decoration: none;
        padding: 0 0 0 10px;
        /* Make the link cover the entire list item-container */
        display: block;
    }

/*.top-level-menu a:hover {
            color: #000000;
        }*/
/*#endregion New Menu */


/*#region NewsFlash */
.carousel-inner .item img {
    width: 100%;
    max-height: 280px;
}


.Newsflash {
    background-color: #F5F5F5;
    padding: 0;
    float: left;
    width: 175px;
}

    .Newsflash .marquee {
        overflow: hidden;
        height: 247px;
    }

    .Newsflash .blog-thumb-v3 {
        padding: 0 15px 0 15px;
    }

    .Newsflash hr {
        border-top: 1px solid #e1dede;
    }

    .Newsflash .Finish-Round-Newsflash {
        border-top: 2px dotted #F59109;
        margin: 10px 0;
    }

    .Newsflash span {
        background-color: #F59109;
        color: white;
        text-align: center;
        border-bottom: none;
        margin-bottom: 5px;
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .Newsflash small {
        color: #F59109;
    }

    .Newsflash h3 a:hover {
        color: #F59109;
        text-decoration: none;
    }

.newsFlashH3 p {
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
}
/*#endregion NewsFlash */


/*#region New Search */
.searchDiv {
    float: left;
    margin-left: 20px;
    height: 133px;
    position: relative;
    min-width: 220px;
}

.generalSearchInput {
    position: absolute;
    left: 50px;
    bottom: 20px;
    border: 1px solid gray;
    padding: 10px;
    border-radius: 5px;
    min-width: 175px;
}

.generalSearchBtn {
    background: url(../../Img/SearchImg.JPG) no-repeat;
    height: 43px;
    width: 45px;
    background-color: #f59009;
    margin: 4px 18px 0 0;
    background-size: 40px;
    background-position: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 20px;
    border-radius: 4px;
}

.searchPageH1 {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
}

.esekNew {
    width: 100%;
}

.searchPageImg {
    font-size: 15px;
}

.results-title-new {
    margin-top: 10px;
}
/*#endregion New Search */

/*#region Forums */
.ManagerLoginDiv {
    float: left;
    width: 100%;
    margin-top: -40px;
}

.ManagerLoginP {
    background-color: #f59109;
    color: #fff;
    padding: 6px;
    float: left;
    border-radius: 3px;
}

.forumDateStr {
    display: none;
    width: 115px;
    float: left;
    color: #000;
    font-size: 14px;
    border: 1px solid;
    padding: 0px 10px 0px 0px;
}
/*#endregion Forums */
/*#region Home Videos */
.videosH3 {
    border-bottom: #F59109 1px solid;
    font-family: Na_OE_Pro-Bold;
    font-size: 24px;
    padding-bottom: 3px;
    margin-bottom: 19px;
}

.blog-thumb-v4 h3 {
    z-index: 1;
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

    .blog-thumb-v4 h3 a {
        color: #555;
    }

.blog-thumb-v4 .blog-thumb-item {
    position: relative;
}

    .blog-thumb-v4 .blog-thumb-item img.video-play-btn {
        width: 40px;
        height: 40px;
    }

.home-section-5 .tab-v4 .tab-heading {
    border: none;
}

    .home-section-5 .tab-v4 .tab-heading > ul {
        width: 100%;
    }

    .home-section-5 .tab-v4 .tab-heading ul > li {
        width: 16%;
        text-align: center;
    }


        .home-section-5 .tab-v4 .tab-heading ul > li.active > a {
            background-color: #F59109;
            color: white !important;
        }

        .home-section-5 .tab-v4 .tab-heading ul > li > a:hover {
            background-color: #F59109;
            color: white !important;
        }

        .home-section-5 .tab-v4 .tab-heading ul > li > a {
            font-size: 19px;
            font-weight: bold;
        }

@media(max-width:490px) {
    .home-section-5 .tab-v4 .tab-heading ul > li > a {
        padding: 6px 4px;
        font-size: 14px;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.home-section-5 .tab-v4 .tab-content {
    padding: 0;
}

.videos {
    margin: 0px 0 0 0;
    float: right;
    clear: both;
    width: 100%;
}

.tab-v4 .tab-heading {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #333;
}

.home-section-5 .tab-v4 .tab-heading > ul {
    width: 100%;
}

.tab-v4 .nav-tabs {
    top: 3px;
    border: none;
    float: left;
    overflow: hidden;
    position: relative;
}

.home-section-5 .tab-v4 .tab-heading ul > li {
    width: auto;
    text-align: center;
    float: right;
    margin-bottom: 0px;
    position: relative;
    display: block;
    padding: 10px 0px;
}

    .home-section-5 .tab-v4 .tab-heading ul > li > a {
        font-size: 19px;
        font-weight: bold;
        padding: 10px 20px;
    }

    .home-section-5 .tab-v4 .tab-heading ul > li.active > a {
        background-color: #F59109;
        color: #fff !important;
        margin-left: 2px;
        /*line-height: 1.42857143;*/
    }

.tab-v4 .nav-tabs > .active > a, .tab-v4 .nav-tabs > .active > a:hover, .tab-v4 .nav-tabs > .active > a:focus {
    border: none;
    background: inherit;
}

/*master-slider*/
.VideoTxtOnImg {
    position: absolute;
    bottom: 0;
    width: 95%;
    text-align: center;
    background-color: rgba(0,0,0,.55);
    margin: 0;
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
}

.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
}

    .master-slider a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .master-slider, .master-slider * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .master-slider.before-init {
        }

        .master-slider.ms-fullheight {
            height: 100%;
        }

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent;
}

.ms-layout-partialview .ms-container {
    overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: none;
}

.ms-ie img {
    border: none;
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit;
}

.ms-ie7 {
    zoom: 1;
}

.ms-moz .ms-slide-bgcont > img {
    transform: translateX(0px);
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.ms-slide-auto-height {
    display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(loading-2.gif) no-repeat center white;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}


/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
    cursor: auto !important;
}

.ms-grab-cursor {
    cursor: url(grab.png), move;
}

.ms-grabbing-cursor {
    cursor: url(grabbing.png), move;
}

.ms-ie .ms-grab-cursor {
    cursor: move;
}

.ms-ie .ms-grabbing-cursor {
    cursor: move;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: black;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

    .ms-view .ms-slide-container {
        position: relative;
    }

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ms-slide.selected {
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110;
}

.ms-ie .ms-slide-link {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0px;
}

.ms-inner-controls-cont, .ms-container {
    position: relative;
    margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
}

.ms-slide .ms-slide-layers,
.ms-fixed-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px;
    pointer-events: none;
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none;
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0;
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/

/*-----------------------------------------------------------*/
.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF;
}

    .ms-default-btn:hover {
        background-color: #0098D5;
    }

    .ms-default-btn:active {
        top: 1px;
    }


.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m {
    padding: 12px 40px;
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px;
}

.ms-btn-circle {
    border-radius: 100px;
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px;
}

.ms-btn-outline-circle {
    border-radius: 100px;
}
/*-----------------------------------------------------------*/

.ms-layer.video-box {
    background: black;
}

    .ms-layer.video-box iframe {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        z-index: 111;
    }

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113;
}

    .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 0.75em;
        display: inline-block;
        background: url(video-close-btn.png) no-repeat 0px 3px;
        padding-left: 15px;
        height: 15px;
        color: #DBDBDB;
        margin-top: 7px;
    }

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px);
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}

/* controls */

.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

    .ms-thumb-list.ms-dir-h {
        width: 100%;
    }

    .ms-thumb-list.ms-dir-v {
        height: 100%;
        top: 0;
    }

.ms-thumbs-cont {
    position: relative;
}

.ms-thumb-frame img {
    width: 100%;
    height: auto;
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-thumb-frame-selected {
    opacity: 1;
}

.ms-tabs .ms-thumb-frame {
    background-color: #F6f6f6;
    text-shadow: 0 1px 1px white;
    color: #222;
    border: solid 1px white;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140;
}

    .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
        margin-top: -12px;
    }

.ms-tabs .ms-thumb {
    padding: 5px 7px;
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0px;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0px;
    top: auto;
    border-bottom: 0px;
    border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

    .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
        content: close-quote;
        top: 43%;
        position: relative;
        border: solid rgba(0, 0, 0, 0);
        border-width: 5px 5px 5px 0px;
        display: block;
        border-right-color: #FFF;
        width: 6px;
        height: 1px;
    }

    .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
        border-width: 5px 0px 5px 5px;
        border-left-color: #FFF;
        left: 7px;
    }

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

    .ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
        content: close-quote;
        left: 43%;
        position: relative;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 5px 5px 5px;
        display: block;
        border-bottom-color: #FFF;
        height: 1px;
        top: 5px;
        width: 0;
    }

    .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
        border-width: 5px 5px 0px 5px;
        border-top-color: #FFF;
        top: 7px;
    }


.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%;
}

    .ms-bullets.ms-dir-v .ms-bullet {
        float: none;
    }

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

    .ms-sbar.ms-dir-h {
        left: 10px;
        right: 10px;
        top: 5px;
    }

    .ms-sbar.ms-dir-v {
        top: 10px;
        bottom: 10px;
        right: 5px;
    }

    .ms-sbar .ms-bar {
        height: 4px;
        background: #333;
        border-radius: 4px;
    }

    .ms-sbar.ms-dir-v .ms-bar {
        width: 4px;
    }

    .ms-sbar .ms-bar {
        position: relative;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0px;
}

.ms-slide-info {
    position: absolute;
}

    .ms-slide-info.ms-dir-v {
        top: 0;
    }

    .ms-slide-info.ms-dir-h {
        width: 100%;
    }

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}


/*-----------style-----------*/
/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(light-skin-1.png) no-repeat -14px -150px;
    top: 40%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(light-skin-1.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 40%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(light-skin-1.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px;
}


.ms-skin-default .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer;
}

    .ms-skin-default .ms-tooltip-point .ms-point-center {
        width: 12px;
        height: 12px;
        border-radius: 15px;
        border: solid 2px #BBB;
        background: white;
        margin: -8px 0 0 -8px;
        position: absolute;
        z-index: 105;
    }

    .ms-skin-default .ms-tooltip-point .ms-point-border {
        width: 22px;
        height: 22px;
        background: black;
        background: rgba(0, 0, 0, 0.36);
        margin: -11px 0 0 -11px;
        position: absolute;
        border-radius: 15px;
        animation: point-anim 1.5s infinite;
        -moz-animation: point-anim 1.5s infinite;
        -webkit-animation: point-anim 1.5s infinite;
        -o-animation: point-anim 1.5s infinite;
    }

.ms-skin-default .ms-tooltip {
    max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px;
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    .ms-skin-default .ms-slide .ms-slide-vpbtn,
    .ms-skin-default .ms-video-btn,
    .ms-skin-default .ms-slide .ms-slide-vcbtn,
    .ms-skin-default .ms-nav-next,
    .ms-skin-default .ms-nav-prev,
    .ms-skin-default .ms-bullet {
        background-image: url(light-skin-1-retina.png);
        background-size: 152px 225px;
    }
}

/*end master-slider*/

.home-section-5 .tab-content .blog-slider .blog-slider-title {
    bottom: 0;
    background-color: rgba(10,10,10,.37);
    padding: 0;
}

.blog-slider .blog-slider-title {
    right: 0;
    z-index: 1;
    bottom: 20px;
    padding: 0 20px;
    position: absolute !important;
}

.blog-slider .blog-slider-title {
    right: 0;
    z-index: 1;
    bottom: 20px;
    padding: 0 20px;
    position: absolute !important;
}

.home-section-5 .tab-content .blog-slider .blog-slider-title {
    bottom: 0;
    background-color: rgba(10,10,10,.37);
    padding: 0;
    width: 100%;
    color: #fff;
}
    .home-section-5 .tab-content .blog-slider .blog-slider-title h2 {
        font-weight: normal;
        font-size: 24px;
        letter-spacing: 1px;
        padding: 10px;
    }
.blog-slider .blog-slider-title h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
}
/*#endregion Home Videos */

/*#region more articles */
.new-block-title {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 15px;
}

.moreArticlesImg {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 150px;
    margin-bottom: 10px;
}

.moreArticlesP {
    text-align: center;
}

.square-new {
    float: none;
    width: 100%;
}

    .square-new a {
        width: 30%;
        float: right;
        display: block;
        margin-right: 15px;
        padding: 10px;
        font-size: 90%;
        height: 225px;
        padding-top: 20px;
        position: relative;
        border-radius: 4px;
        background-color: #efefef;
    }

.moreArticlesOrange {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
/*#endregion more articles */


/*#region latestForums */
.latestForumsDiv {
    float: left;
    margin: 15px 0;
    background-color: #f5f5f5;
    max-width: 175px;
}

.latestForumsTitle {
    background-color: #f28e04;
    padding: 10px;
    color: #fff;
    margin: 0 0 10px 0;
}

.latestForumsItem {
    padding: 10px 5px;
    border-bottom: 1px dotted gray;
}

.latestForumsTxt {
    font-size: 14px;
    color: gray;
}
/*#endregion latestForums */

/*#region NewNews */
.new-block {
    margin: 30px 0 !important;
}

.newSquare {
    width: 100%;
    display: flex;
    margin: 20px 0;
}

    .newSquare a {
        width: 33%;
    }

.newNewsA:hover .newNewsImg {
    transform: scale(1.05);
}

.newSquare a img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
    max-height: 195px;
}

.newNewsTitle {
    text-align: center;
    margin: 10px 0;
}

.newNewsName2 {
    margin-bottom: 15px;
}

    .newNewsName2 p {
        text-align: center;
    }

.newNewsLink {
    padding-right: 10px;
}
/*#endregion NewNews */

/*#region side-articles */

/*#endregion side-articles */
.additionals-side {
    clear: both;
 
    background-color: #f1f1f1;
}
.additionals-side-inner {
    padding: 10px 20px;
}
.additionals-side-p {
    background-color: orange;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.additional-side-img-div {
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 5px;

}

}
/* Home Page Teachers Start */
.newSquareCat {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.HomePageBoxesContainerFluid {
    padding: 50px 15px 50px 15px !important;
    background-color: #f3f3f3;
    /*height: 100vh;*/
}

.HomePageBoxesRow {
    max-width: 100%;
    margin: 0 !important;
    text-align: center;
}

.BlogImg {
    height: 230px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.HomePageBoxesTeachers {
    width: 100%;
    float: right;
    margin: 0 5px;
}
.HomePageBoxesTeachersSmall {
    width: 32%;
    float: right;
    margin: 0 5px;
}
/*.img-responsive{
    max-height:285px!important;
}*/
.img-responsive-article {
    max-height: 450px !important;
    width: 100%;
}

.HomePageTeachersDescP {
    color: #f59109 !important;
    font-weight: 400;
    font-size: 23px;
    position: relative;
    padding: 0px 0 12px 5px !important
}

.HomePageTeachersDesc p {
    color: #000;
    padding-left: 20px;
}

.TeachersImg {
    max-height: 220px;
    margin: 0 auto;
}

.TeachersImgContainer {
    min-height: 230px;
    position: relative;
    overflow: hidden;
}

    .TeachersImgContainer:hover .BlogImg, .TeachersImgContainer:focus .BlogImg {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.module {
    padding: 0;
    /*transition: padding .3s ease-out;
    -moz-transition: padding .3s ease-out;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;*/
}

.module-border-wrap {
    padding: 0;
    /*transition: padding .3s ease-out;
    -moz-transition: padding .3s ease-out;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;*/
}

.HomePageBoxesTeachers:hover .module {
    background: #222;
    color: white;
    padding: 10px;
    /*transition: padding .3s ease-out;
    -moz-transition: padding .3s ease-out;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;*/
}

.HomePageBoxesTeachers:hover .module-border-wrap {
    /*margin: 0 auto;
    max-width: 291px;
    padding: 1rem;
    position: relative;
    border: linear-gradient(to right top, #00aa40, #00a37d, #0098ab, #0087be, #0073b6) !important;
    padding: 3px;*/
    /*transition: padding .3s ease-out;
    -moz-transition: padding .3s ease-out;
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;*/
}

@media(max-width:1500px) {
    .TeachersImgContainer {
        min-height: 200px;
    }
}

@media(max-width:992px) {
    .TeachersImgContainer {
        min-height: 300px;
    }

    .HomePageTeachersDescP {
        font-weight: 400;
        font-size: 17px !important;
        position: relative;
        padding: 15px 0 0 5px !important;
    }

    .BlogImg {
        height: 140px;
    }

    .HomePageTeachersDesc p {
        padding-left: 0;
        font-size: 12px;
    }
}

@media(max-width:730px) {
    .TeachersImgContainer {
        min-height: 120px;
    }
}




/* Home Page Teachers END */




/* Rating Start */
.SocialBarContainer {
    width: 100% !important;
    position: relative;
    padding: 0 !important;
    margin: 50px 0 50px 0 !important;
    min-height: 135px;
}

.SocialBarRow {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0px;
}


.SocialShareButtonsAndTitleHolder {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 2;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    min-width: 300px;
}

.SocialShareButtonsTitle {
    color: #9d9d9d;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 22px;
}

.SocialShareButtonsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-start;
}

.SocialStarsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-end;
}


.SocialBarDivRating {
    padding: 0 !important;
    /*width: 70%;*/
}

.SocialBarThumbnailRating {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    background-color: #fff !important;
}

    .SocialBarThumbnailRating:hover {
        background-color: #fff !important;
    }

.wrapper-ratings {
    position: relative;
    font-size: 22px;
}

#rating_text {
}

#rating_box {
    color: #9d9d9d;
    margin-left: 20px;
}

    #rating_box .amountOfRatingsRecived {
    }

        #rating_box .amountOfRatingsRecived #count_value {
        }

        #rating_box .amountOfRatingsRecived #rating_value {
        }

    #rating_box .avergedRating {
    }

    #rating_box #Your-score {
    }

.dirug {
}

#jrate {
    direction: rtl;
    position: absolute;
    top: 20px;
    left: 0px;
}

#demo-onchange-value {
    position: absolute;
    right: 38%;
    top: 35px;
    color: #9d9d9d;
}

.StarsAuthorContainer {
    position: absolute;
    top: 70px;
    max-width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #9d9d9d;
    justify-content: center;
    width: 100%;
}

    .StarsAuthorContainer .StarsAuthor {
        font-size: 10px;
    }

        .StarsAuthorContainer .StarsAuthor a {
            color: #9d9d9d;
        }

            .StarsAuthorContainer .StarsAuthor a:hover {
                color: #9d9d9d;
            }

            .StarsAuthorContainer .StarsAuthor a:focus {
                outline: none !important;
            }

    .StarsAuthorContainer .lastUpdatedAt {
        font-size: 12px;
    }
/* Rating END */

/* facebook Start */
.SocialBarDivFacebook {
}

    .SocialBarDivFacebook .SocialBarThumbnailFacebook {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover {
        }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:hover {
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:focus {
                outline: none !important;
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA .facebookIcon {
                color: #1877f2;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 30px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA {
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA .facebookIcon {
                color: #fff !important;
                background-color: #1877f2;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* facebook END */
/* twitter Start */
.SocialBarDivtwitter {
}

    .SocialBarDivtwitter .SocialBarThumbnailtwitter {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover {
        }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:hover {
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:focus {
                outline: none !important;
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA .twitterIcon {
                color: #1da1f2;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 30px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA {
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA .twitterIcon {
                color: #fff !important;
                background-color: #1da1f2;
                -moz-transition: all 0.3s ease; all 0.3s ease; a 0.3s ease;
                -o-transition: all 0.3s ease; all 0.3s ease; a 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* twitter END */
/* linkedin Start */
.SocialBarDivlinkedin {
}

    .SocialBarDivlinkedin .SocialBarThumbnaillinkedin {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover {
        }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:hover {
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:focus {
                outline: none !important;
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA .linkedinIcon {
                color: #23408f;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 30px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA {
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA .linkedinIcon {
                color: #fff !important;
                background-color: #23408f;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* linkedin END */
/* print Start */
.SocialBarDivprint {
}

    .SocialBarDivprint .SocialBarThumbnailprint {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivprint .SocialBarThumbnailprint:hover {
        }

        .SocialBarDivprint .SocialBarThumbnailprint .printA {
            font-size: 18px;
            position: relative;
        }

            .SocialBarDivprint .SocialBarThumbnailprint .printA:hover {
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA:focus {
                outline: none !important;
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA .printIcon {
                color: #9d9d9d;
                padding-top: 9px;
                width: 40px;
                text-align: center;
                text-decoration: none;
                border-radius: 50%;
                height: 30px;
                font-size: 22px !important;
                border: 1px solid;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivprint .SocialBarThumbnailprint:hover .printA {
        }

            .SocialBarDivprint .SocialBarThumbnailprint:hover .printA .printIcon {
                color: #fff !important;
                background-color: #9d9d9d;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }
/* print END */
@media print {
    #SideFormFixed > * {
        display: none !important;
    }

    .SocialBarContainer > * {
        display: none !important;
    }

    [meta] {
        display: none !important;
    }

    .ArticleContainer > * {
        display: none !important;
    }

    .whatsappFloaingIconLink > * {
        display: none !important;
    }

    .instagramFloaingIconLink > * {
        display: none !important;
    }

    .facebookFloaingIconLink > * {
        display: none !important;
    }

    .navbarIcons > * {
        display: none !important;
    }

    .topPhone > * {
        display: none !important;
    }

    #FooterAndContactHolder > * {
        display: none !important;
    }

    .facebook-likebox > * {
        display: none !important;
    }

    .navbar > * {
        display: none !important;
    }
}

/* Like Button Start */
.SocialBarDivLike {
    margin: auto;
    padding: 0 5px 0 5px;
}

    .SocialBarDivLike:hover .SocialBarThumbnailLike {
    }

    .SocialBarDivLike .SocialBarThumbnailLike {
    }
/* Like Button END */
/* Share Social Bar END */


/*#region TopArticles*/
.TopArticlesDiv {
    margin: 0 0 30px 0 !important;
}
.MainArticle {
    position: relative;
    width: 40%;
    float:right;
    margin: 15px 0;
}
.MainArticleImg {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.MainArticleName {
    color: #f59109 !important;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    padding: 15px 0 10px 5px !important;
}
.MainArticleName2{

}
.moreArticlesDiv {
    width: 60%;
    float: right;
    padding-top: 15px;
}
.TopArticlesContainer {
    min-height: 125px;
    position: relative;
    overflow: hidden;
    width: 50%;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}
.TopArticlesItemP{
    font-size:15px;
}
.BlogImgArticle {
    height: 125px;
}
.ToAllArticlesDiv {
    margin: 50px 0 15px 0;
    text-align: center;
}
.TopArticlesItemPDesc{
    font-size:14px;
}
.ToAllArticlesBtn {
    background-color: #f59109;
    color: #fff;
    padding: 10px 15px;
}
/*#endregion TopArticles*/
.menuColumn {
    background-color: #F59109;
}
ul.menu li.menuColumn {
    background-color: #F59109;
}
    ul.menu li.menuColumn:hover {
        background-color: #dd8105;
    }