/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.browsehappy {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 99999999999999999999999999999999;
}

.ease, .page {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

html,
button,
input,
select,
textarea {
    color: #353a3e;
}

body {
    font-size: 15px;
    font-family: Arial;
    line-height: 1.4;
    padding: 0px;
    background: url(/images/BG.png) top center no-repeat;
    direction: rtl;
    color: #2a2929;
}

#div-body {
    background: url(/images/imagesX.png) 0px 0px repeat-x;
    overflow-x: hidden;
}

#body_body_EditorPlace2, #body_body_EditorPlace2 p,
#body_body_EditorPlace1, #body_body_EditorPlace1 p {
    font-size: 18px !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*For Home Page*/
.Base_1 #SideContactHolder {
    /*top: 573px;*/
}

/*Send to friend*/
#SendToFriendPopUp {
}

    #SendToFriendPopUp h2 {
        text-align: center;
        margin-bottom: 16px;
    }

    #SendToFriendPopUp .inputsDiv {
    }

        #SendToFriendPopUp .inputsDiv .row {
            display: inline-block;
            width: 530px;
            margin-bottom: 7px;
        }

            #SendToFriendPopUp .inputsDiv .row label {
                float: left;
                width: 130px;
                margin-top: 8px;
            }

            #SendToFriendPopUp .inputsDiv .row input[type=text],
            #SendToFriendPopUp .inputsDiv .row textarea {
                padding: .5em .6em;
                display: inline-block;
                border: 1px solid #ccc;
                box-shadow: inset 0 1px 3px #ddd;
                border-radius: 4px;
                float: left;
                width: 360px;
                -webkit-transition: .3s linear border;
                -moz-transition: .3s linear border;
                -ms-transition: .3s linear border;
                -o-transition: .3s linear border;
                transition: .3s linear border;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-font-smoothing: antialiased;
            }

                #SendToFriendPopUp .inputsDiv .row input[type=text]:focus,
                #SendToFriendPopUp .inputsDiv .row textarea:focus {
                    outline: none;
                }

            #SendToFriendPopUp .inputsDiv .row textarea {
                height: 80px;
            }

        #SendToFriendPopUp .inputsDiv .SendBTN {
            position: relative;
            color: rgba(255,255,255,1);
            text-decoration: none;
            background-color: rgba(219,87,5,1);
            font-weight: 700;
            font-size: 23px;
            display: block;
            padding: 4px;
            cursor: pointer;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
            -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
            box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
            margin: 20px 0px 0px 30px;
            float: left;
            width: 100px;
            text-align: center;
            -webkit-transition: all .1s ease;
            -moz-transition: all .1s ease;
            -ms-transition: all .1s ease;
            -o-transition: all .1s ease;
            transition: all .1s ease;
        }

            #SendToFriendPopUp .inputsDiv .SendBTN:active {
                -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
                -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
                box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
                position: relative;
                top: 6px;
            }

        #SendToFriendPopUp .inputsDiv .SendBTN2 {
            position: relative;
            color: rgba(255,255,255,1);
            text-decoration: none;
            background-color: #fe0000;
            font-weight: 700;
            font-size: 23px;
            display: block;
            padding: 4px;
            cursor: pointer;
            margin: 10px 0px 0px 132px;
            float: left;
            width: auto;
            text-align: center;
            border-radius: 9px;
        }

        #SendToFriendPopUp .inputsDiv .loading {
            display: none;
            position: absolute;
            top: 373px;
            left: 320px;
        }

        #SendToFriendPopUp .inputsDiv .Notification {
            position: absolute;
            left: 320px;
            top: 370px;
            font-size: 17px;
        }


/*Contact Us Side*/
#SideContactHolder {
    width: 204px;
    position: absolute;
    left: -215px;
    /*right: 0;*/
    /*margin: 0px auto;*/
    /*padding-right: 1210px;*/
    top: 0px;
    color: #fff;
}


    #SideContactHolder #contactUs {
        background-color: #ff0000;
        border: 1px solid #a20303;
        border-radius: 8px;
        box-shadow: 0px 3px 10px 0px #000;
    }

        #SideContactHolder #contactUs .title {
            line-height: 40px;
            text-align: center;
            font-size: 24px;
            border-bottom: 1px solid #ba0202;
        }

        #SideContactHolder #contactUs .remark {
            background-color: #e70505;
            text-align: center;
            line-height: 17px;
            height: 35px;
            padding: 4px 0px;
        }

        #SideContactHolder #contactUs .inputHolder {
        }

            #SideContactHolder #contactUs .inputHolder .row {
                width: 184px;
                margin: 0px auto;
            }


                #SideContactHolder #contactUs .inputHolder .row #send {
                    width: 96px;
                    height: 25px;
                    background: url(/images/sendBTN.png) top right no-repeat;
                    text-align: center;
                    color: #333333;
                    font-size: 16px;
                    margin: 15px auto 0px auto;
                    padding-top: 2px;
                    cursor: pointer;
                }

                #SideContactHolder #contactUs .inputHolder .row #skypeBTN {
                    width: 181px;
                    height: 85px;
                    background: url(/images/SkypeBTN.png) top left no-repeat;
                    margin-top: 29px;
                    margin-bottom: 7px;
                    cursor: pointer;
                }

            #SideContactHolder #contactUs .inputHolder label {
                font-size: 17px;
                margin-bottom: 3px;
                margin-top: 1px;
                display: inline-block;
            }

                #SideContactHolder #contactUs .inputHolder label[for=skype] {
                    margin-left: 60px;
                }

            #SideContactHolder #contactUs .inputHolder input[type=text],
            #SideContactHolder #contactUs .inputHolder textarea {
                width: 175px;
                height: 18px;
                border: 1px solid #cccccc;
                padding-left: 5px;
                margin: 0px;
            }

            #SideContactHolder #contactUs .inputHolder #notification {
                display: none;
                text-align: center;
                margin: 0px;
                font-size: 16px;
                position: absolute;
                padding: 4px 0px 0px 0px;
                width: 201px;
            }

            #SideContactHolder #contactUs .inputHolder .loading {
                display: none;
                width: 34px;
                height: 34px;
                background: url(/images/loading3.gif) top right no-repeat;
                position: absolute;
                top: 392px;
                left: 10px;
            }

/* header */

#body-header {
}

    #body-header .langHolder {
        height: 38px;
        background-color: #fefefe;
        padding: 0px;
        position: absolute;
        width: 1030px;
        z-index: 999;
        top: 0px;
        right: 0;
        left: 0;
        margin: 0px auto;
    }

        #body-header .langHolder ul {
            float: right;
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            #body-header .langHolder ul li {
                float: left;
                margin-right: 7px;
                margin-top: 6px;
                height: 27px;
            }

                #body-header .langHolder ul li a {
                    width: 41px;
                    height: 27px;
                    display: inline-block;
                }

                    #body-header .langHolder ul li a.ru {
                        background: url(/images/images.png) -41px -196px no-repeat;
                    }

                    #body-header .langHolder ul li a.he {
                        background: url(/images/images.png) 0px -196px no-repeat;
                    }


    #body-header .header-center.bg {
        background-position-x: center;
        height: 120px;
        width: 1000px;
        position: relative;
        margin-top: 0px;
        border-bottom: 1px dashed #dedede;
    }

        #body-header .header-center.bg .menu {
            padding: 0px;
            margin: 0px auto;
            position: absolute;
            left: 0;
            right: 0;
            width: 208px;
            padding-left: 827px;
        }

#lineW {
    height: 38px;
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #fff;
}

/*#body-header .external-links {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

        #body-header .external-links li {
            margin-right: 11px;
        }

            #body-header .external-links li:last-child {
                margin-right: 0;
            }*/

#search-q {
    width: 149px;
    height: 13px;
}

    #search-q:focus {
        outline: none;
    }

/*#body-header .menu > * {
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fefefe, #f1f1f1);
    background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
    background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
    border: 1px solid #e4e4e4;
    border-top: 0;
    margin-right: 20px !important;
    padding: 5px 7px;
}*/

#body-header .menu .search {
    background: url(/images/images.png) -83px -196px no-repeat;
    width: 204px;
    height: 35px;
    padding: 15px 0px 0px 5px;
    display: none;
}

#body-header .nav-wrapper {
    width: 740px;
    margin: 79px 11px 0px 0px;
    float: right;
}

#body-header nav {
    /*background: url(/img/nav-wrapper-bg.png) center;*/
    line-height: 41px;
    height: 41px;
    z-index: 500;
}

    #body-header nav ul {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    #body-header nav li {
        margin-right: 7px;
    }

    #body-header nav a {
        font-size: 14px;
        text-decoration: none;
        display: inline-block;
        margin-top: -6px;
        vertical-align: top;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        font-weight: normal;
        margin: -5px 13px 0px 13px;
        height: 34px;
    }

.level1 > li > a {
    color: #000;
}

.level1 > li:hover > a, .level1 > .current a {
    color: #fff;
}

#body-header .menu,
#body-header nav ul {
    padding-left: 307px;
}

#body-header .logo {
    margin: 11px 0px 0px 0px !important;
    padding: 0px !important;
    width: 190px;
    float: right;
}

.ExNav-wrapper > nav > ul {
}



#div-body .SideNav {
    width: 160px;
    display: inline-block;
    float: right;
    min-height: 515px;
    background: url(/images/menuLine.png) top left no-repeat;
    margin-left: 20px;
}

    #div-body .SideNav li {
        width: 137px;
        height: 34px;
        background: url(/images/sideMenuBTNoff.png) 0px 0px no-repeat;
        margin-bottom: 7px;
        transition: all ease 0.4s;
    }

        #div-body .SideNav li.current,
        #div-body .SideNav li:hover {
            background: url(/images/sideMenuBTNon.png) 0px 0px no-repeat;
        }

        #div-body .SideNav li a {
            color: #000;
            font-size: 14px;
            text-decoration: none;
            width: 100%;
            display: inline-block;
            height: 27px;
            padding: 7px 13px 0px 0px;
        }

        #div-body .SideNav li.current a,
        #div-body .SideNav li:hover a {
            color: #fff;
        }

        #div-body .SideNav li.AllDealsBanner {
            background: url(/images/allDealsBanner.png) top right no-repeat;
            width: 136px;
            height: 92px;
            cursor: pointer;
            margin-top: 27px;
        }

            #div-body .SideNav li.AllDealsBanner a {
                display: inline-block;
                width: 100%;
                padding: 0px;
                height: 100%;
            }

#div-body .content {
    display: inline-block;
    width: 100%;
}



#div-body h1 {
    font-size: 22px;
    color: #0d0b0b;
    font-weight: normal;
    margin-bottom: 15px;
}

#div-body .FiltersHolder {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    #div-body .FiltersHolder .title {
        font-size: 18px;
        color: #0d0b0b;
        font-weight: bold;
        margin-left: 20px;
    }

    #div-body .FiltersHolder #filters {
        background-color: rgba(252,252,252,0.5);
        min-width: 260px;
        height: 25px;
        line-height: 25px;
    }

        #div-body .FiltersHolder #filters:focus {
            outline: none;
        }

#div-body .allDeals {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 190px;
    height: 29px;
    background: url(/images/allDeals.png) top right no-repeat;
}

/* footer */
.footer-holder {
    background-color: #efeded;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    padding-bottom: 40px;
}

    .footer-holder #body-footer {
        margin: 0px auto 0px auto;
        padding: 15px 0px 0px 0px;
        position: relative;
        width: 1000px;
        min-height: 29px;
        display: inline-block;
        border-top: 1px dashed #ababab;
    }


        .footer-holder #body-footer > .row {
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #dadada;
            padding-bottom: 17px;
            margin-bottom: 5px;
        }

        .footer-holder #body-footer .row .contact-form {
            float: right;
        }

        .footer-holder #body-footer .row .contact-details {
            font-size: 12px;
            color: #5c5c5c;
            display: inline-block;
            text-align: right;
            float: left;
            line-height: 2.1;
        }

        .footer-holder #body-footer .digitLink {
            display: inline-block;
            float: right;
            margin-top: -2px;
            clear: both;
        }

            .footer-holder #body-footer .digitLink a {
                text-decoration: none;
                font-size: 12px;
                color: #000;
            }

/* aside */

#body-aside {
    float: right;
    margin-left: 27px;
    text-align: center;
    width: 215px;
    position: relative;
    z-index: 1;
}

/* aside banners */

.aside-banners {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    z-index: 0;
}

    .aside-banners a {
        color: #2b2020;
        display: block;
        font-size: 24px;
        line-height: 36px;
        text-decoration: none;
    }

    .aside-banners img {
        border-radius: 9px;
        max-width: 100%;
    }

    .aside-banners span {
        background: #fff;
        display: block;
        position: relative;
        top: -58px;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        width: 215px;
    }

    .aside-banners a:hover span {
        background: rgba(2555,255,255,.5);
        top: -40px;
    }

/* aside external */

.aside-external {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .aside-external li {
        margin-right: 8px;
    }

        .aside-external li:last-child {
            margin-right: 0;
        }

    .aside-external a {
        background-color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
        background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
        background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
        background-image: -ms-linear-gradient(top, #fff, #f0f0f0);
        background-image: -o-linear-gradient(top, #fff, #f0f0f0);
        background-image: linear-gradient(to bottom, #fff, #f0f0f0);
        border: 1px solid #cecece;
        border-radius: 5px;
        color: #534e4e;
        display: block;
        font-size: 13px;
        padding: 8px 6px;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

        .aside-external a:hover {
            color: #000;
        }

    .aside-external img {
        display: block;
        margin-bottom: 13px;
    }

/* aside articles*/
.ArticleList,
.CategoriesList, .MapCategoriesList {
    display: inline-block;
    width: 220px;
    list-style-type: none;
    text-align: left;
    margin-bottom: 15px;
}

    .ArticleList li,
    .CategoriesList li, .MapCategoriesList li {
        display: inline-block;
        width: 215px;
        /*height: 30px;*/
        text-align: left;
        background-color: #EFEFE9;
        border-radius: 5px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

        .CategoriesList li:hover {
            color: #1A9A9A !important;
        }

        .ArticleList li .articlesLink,
        .CategoriesList li .categoryLink, .MapCategoriesList li .categoryLink {
            font-family: Myriad Pro;
            font-size: 14px;
            text-decoration: none;
            color: #5A5F5F;
            display: block;
            padding: 5px 0px 0px 14px;
            width: 200px;
            /*height: 25px;*/
        }

    .ArticleList h2,
    .CategoriesList h2, .MapCategoriesList h2 {
        border-bottom: 1px dotted #B5B5B5;
        margin: 0 0 20px;
    }

    .ArticleList .current .articlesLink, .CategoriesList .current .categoryLink, .MapCategoriesList .current .categoryLink {
        color: #1a9a9a !important;
    }




/* home gallery */

.home-gallery {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 640px;
    height: 315px;
}

    .home-gallery li {
        /*border-bottom: 2px solid #238bcf;*/
        position: absolute;
        opacity: 0;
        text-align: center;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
    }

        .home-gallery li.active {
            opacity: 1;
        }

    .home-gallery img {
        /*height: 487px;
        width: 1227px;*/
    }

/* banners */

.Holder {
    padding: 15px 0px 0px 0px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

    .Holder text {
    }

    .Holder.line {
        border-top: 1px solid #b5b5b5;
    }

    .Holder.lineD {
        border-top: 1px dashed #b5b5b5;
    }

#YouTubeVideo {
    float: right;
}

.Hpage h2,
.Hpage h1 {
    color: #1e211f;
    font-family: Arial,'Myriad Pro';
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: normal;
}

#Top-Banners {
    display: inline-block;
    float: left;
}

    #Top-Banners li {
        margin-bottom: 20px;
        height: 120px;
    }

        #Top-Banners li a {
            display: inline-block;
            height: 100%;
            color: #333333;
            text-decoration: none;
        }

            #Top-Banners li a img {
            }

            #Top-Banners li a span {
                background: rgba(255,255,255,.8);
                font-size: 19px;
                display: block;
                position: relative;
                top: -58px;
                transition: all 0.2s;
                -moz-transition: all 0.2s;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                -ms-transition: all 0.2s;
                width: 100%;
                height: 29px;
                text-align: center;
                padding: 4px 0px 0px 0px;
                max-width: 300px;
                overflow-y: hidden;
            }

                #Top-Banners li a span img {
                    margin-right: 6px;
                    margin-top: -5px;
                }

            #Top-Banners li a:hover span {
                background: rgba(255,255,255,.5);
                top: -40px;
            }

#Bottom-Banners {
}

    #Bottom-Banners li {
        float: left;
        margin: 0px 20px 20px 0px;
        width: 300px;
        height: 200px;
    }

        #Bottom-Banners li.third {
            margin-right: 0px;
        }

        #Bottom-Banners li a {
            display: inline-block;
            height: 100%;
            color: #333333;
            text-decoration: none;
        }

            #Bottom-Banners li a img {
            }

            #Bottom-Banners li a span {
                background: rgba(255,255,255,.8);
                font-size: 19px;
                display: block;
                position: relative;
                top: -58px;
                transition: all 0.2s;
                -moz-transition: all 0.2s;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                -ms-transition: all 0.2s;
                width: 100%;
                height: 29px;
                text-align: center;
                padding: 4px 0px 0px 0px;
                overflow-y: hidden;
            }

                #Bottom-Banners li a span img {
                    margin-right: 6px;
                    margin-top: -5px;
                }

            #Bottom-Banners li a:hover span {
                background: rgba(255,255,255,.5);
                top: -40px;
            }

/*----------- Side Banners -----------*/

.Base_2 #Side-Strip {
}

#Side-Strip {
    float: right;
    width: 300px;
}

    #Side-Strip .SideNav {
        float: left;
    }

        #Side-Strip .SideNav li {
            margin-bottom: 11px;
            background-color: #e8e8e8;
            border: 1px solid #d2d0d0;
            box-sizing: border-box;
            cursor: pointer;
            line-height: 36px;
            padding-left: 40px;
            text-align: left;
            width: 300px;
            background: url(/images/redLeef.png) 4px 5px no-repeat;
            box-shadow: 0px 4px 5px 0px rgb(122, 120, 120);
        }

            #Side-Strip .SideNav li:hover,
            #Side-Strip .SideNav li.current {
                background: url(/images/WLeef.png) 4px 5px no-repeat;
                background-color: #286be2;
                border-color: #255ec4;
                color: #fff;
            }

            #Side-Strip .SideNav li a {
                font-size: 17px;
                color: #333333;
                text-decoration: none;
            }

            #Side-Strip .SideNav li:hover a,
            #Side-Strip .SideNav li.current a {
                color: #fff;
            }


#contentHolder.General .LongText1 {
    display: inline-block;
    width: 100%;
}

#contentHolder.Contact .LongText1 {
    display: inline-block;
    float: left;
    width: 290px;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
    padding-right: 20px;
    min-height: 420px;
}



#pageContactHolder {
    display: inline-block;
    float: right;
    width: 600px;
    box-shadow: 0px 0px 70px 30px #f0f0f0 inset;
    border-radius: 14px;
    padding: 30px 30px;
    background-color: #fff;
}


    #pageContactHolder #contactUs {
    }

        #pageContactHolder #contactUs .title {
            font-size: 22px;
            color: #2a2929;
            margin-bottom: 20px;
        }

        #pageContactHolder #contactUs .remark {
            display: none;
        }

        #pageContactHolder #contactUs .inputHolder {
            position: relative;
        }

            #pageContactHolder #contactUs .inputHolder .right {
                display: inline-block;
                float: right;
            }

            #pageContactHolder #contactUs .inputHolder .left {
                display: inline-block;
                float: left;
            }

            #pageContactHolder #contactUs .inputHolder .row {
                clear: both;
            }


                #pageContactHolder #contactUs .inputHolder .row #send {
                    width: 148px;
                    height: 29px;
                    display: inline-block;
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                    float: left;
                    cursor: pointer;
                    background: url(/images/pageContactUsBTN.png) top right no-repeat;
                    padding-top: 5px;
                    margin-top: 16px;
                }



            #pageContactHolder #contactUs .inputHolder label {
                display: none;
                font-size: 21px;
                color: #666666;
                width: 126px;
            }

                #pageContactHolder #contactUs .inputHolder label[for=skype] {
                }

            #pageContactHolder #contactUs .inputHolder input[type=text],
            #pageContactHolder #contactUs .inputHolder textarea {
                margin: 0px;
                width: 255px;
                height: 43px;
                border-radius: 7px;
                border: none;
                margin-bottom: 7px;
                padding-right: 30px;
                box-shadow: 0px 0px 6px 3px #dadada inset;
                background-color: #fff;
            }

                #pageContactHolder #contactUs .inputHolder input[type=text]:focus,
                #pageContactHolder #contactUs .inputHolder textarea:focus {
                    outline: none;
                }

            #pageContactHolder #contactUs .inputHolder textarea {
                width: 251px;
                height: 180px;
                padding-top: 12px;
            }

            #pageContactHolder #contactUs .inputHolder #notification {
                display: none;
                font-size: 21px;
                position: absolute;
                bottom: -50px;
                right: 30px;
            }

            #pageContactHolder #contactUs .inputHolder .loading {
                display: none;
                width: 41px;
                height: 41px;
                background: url(/images/loading.gif) top right no-repeat;
                position: absolute;
                bottom: -54px;
                left: 169px;
            }




.Base_7 .contact-form,
.Base_7 .contact-details {
    /*display: none!important;*/
    visibility:hidden;
}

#footerContactHolder {
    display: inline-block;
    clear: both;
    width: 100%;
}


    #footerContactHolder #contactUs {
    }

        #footerContactHolder #contactUs .title {
            font-size: 24px;
            color: #000000;
            text-align: right;
            margin-bottom: 6px;
        }

        #footerContactHolder #contactUs .remark {
            display: none;
        }

        #footerContactHolder #contactUs .inputHolder {
            position: relative;
        }


            #footerContactHolder #contactUs .inputHolder .row {
                display: inline-block;
                float: right;
                margin-left: 7px;
            }


                #footerContactHolder #contactUs .inputHolder .row #send {
                    width: 80px;
                    height: 27px;
                    display: inline-block;
                    background: url(/images/contactSend.png) top right no-repeat;
                    color: #fff;
                    font-size: 15px;
                    text-align: center;
                    cursor: pointer;
                    font-weight: bold;
                    padding-top: 7px;
                    margin-right: 10px;
                }



            #footerContactHolder #contactUs .inputHolder label {
                display: none;
                font-size: 21px;
                color: #666666;
                width: 126px;
            }

                #footerContactHolder #contactUs .inputHolder label[for=skype] {
                }

            #footerContactHolder #contactUs .inputHolder input[type=text] {
                width: 183px;
                height: 33px;
                /*box-shadow: 0px 0px 20px 14px #d6d6d6 inset;*/
                background-color: #CACACA;
                border: none;
                padding-right: 10px;
                border-radius: 11px;
            }

            #footerContactHolder #contactUs .inputHolder textarea {
                margin: 0px;
                width: 194px;
                height: 20px;
                border: 1px solid #cccccc;
                border-radius: 7px;
                margin-bottom: 7px;
                padding-left: 5px;
            }

                #footerContactHolder #contactUs .inputHolder input[type=text]:focus,
                #footerContactHolder #contactUs .inputHolder textarea:focus {
                    outline: none;
                }

            #footerContactHolder #contactUs .inputHolder textarea {
                width: 192px;
                height: 110px;
            }

            #footerContactHolder #contactUs .inputHolder #notification {
                display: none;
                font-size: 21px;
                margin: 5px 0px 0px 0px;
                position: absolute;
                top: -35px;
                left: -40px;
            }

            #footerContactHolder #contactUs .inputHolder .loading {
                display: none;
                width: 41px;
                height: 41px;
                background: url(/images/loading.gif) top right no-repeat;
                position: absolute;
                top: -5px;
                left: -50px;
            }


::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}


#Side-Banners {
    float: right;
    width: 300px;
}

    #Side-Banners li {
        float: right;
        margin: 0px 0px 20px 0px;
        width: 300px;
        height: 120px;
    }

        #Side-Banners li.third {
            margin-right: 0px;
        }

        #Side-Banners li a {
            display: inline-block;
            height: 100%;
            color: #333333;
            text-decoration: none;
        }

            #Side-Banners li a img {
            }

            #Side-Banners li a span {
                background: rgba(255,255,255,.8);
                font-size: 19px;
                display: block;
                position: relative;
                top: -58px;
                transition: all 0.2s;
                -moz-transition: all 0.2s;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                -ms-transition: all 0.2s;
                width: 100%;
                height: 29px;
                text-align: center;
                padding: 4px 0px 0px 0px;
            }

                #Side-Banners li a span img {
                    margin-right: 6px;
                    margin-top: -5px;
                }

            #Side-Banners li a:hover span {
                background: rgba(255,255,255,.5);
                top: -40px;
            }

/*.home-banners {
    border-bottom: 1px solid #666;
    box-shadow: 0 4px 2px -2px #aaa;
    
    margin-bottom: 51px;
    padding-bottom: 10px;
}

    .home-banners menu {
    
        margin: 0;
        padding: 0;
        display: block;
        text-align: right;
        margin-bottom: 5px;
    }

    .home-banners button {
        background-color: #12a19a;
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.21, rgb(18,161,154)), color-stop(0.61, rgb(35,158,165)));
        background-image: -webkit-linear-gradient(left top, rgb(18,161,154) 21%, rgb(35,158,165) 61%);
        background-image: -moz-linear-gradient(left top, rgb(18,161,154) 21%, rgb(35,158,165) 61%);
        background-image: -ms-linear-gradient(left top, rgb(18,161,154) 21%, rgb(35,158,165) 61%);
        background-image: -o-linear-gradient(left top, rgb(18,161,154) 21%, rgb(35,158,165) 61%);
        background-image: linear-gradient(left top, rgb(18,161,154) 21%, rgb(35,158,165) 61%);
        border: 0;
        border-radius: 100%;
        color: #fff;
        font-family: Myriad Pro;
        font-size: 10px;
        line-height: 23px;
        margin-left: 12px;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        width: 23px;
    }

        .home-banners button[disabled] {
            background: #aaa;
        }

    .home-banners h1 {
        border-bottom: 1px solid #d6d1cc;
        color: #29235c;
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 9px;
    }

    .home-banners ul {
        font-size: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
    }

    .home-banners li {
        left: 0;
        margin-right: 26px;
        position: relative;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
    }

        .home-banners li:last-child {
            margin-right: 0;
        }

    .home-banners a {
        box-sizing: border-box;
        color: #020202;
        display: block;
        font-size: 16px;
        height: 124px;
        padding-top: 78px;
        text-decoration: none;
        width: 216px;
    }

.lt-ie8 .home-banners a {
    height: 46px;
}

.home-banners span {
    background: #fff;
    background: rgba(255,255,255,.69);
    display: block;
    line-height: 33px;
    text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.home-banners a:hover span {
    font-size: 20px;
    line-height: 46px;
}*/

/*Currency*/

#currency {
    display: inline-block;
    width: 185px;
    height: 24px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fff, #e8e8e8);
    background-image: -ms-linear-gradient(top, #fff, #e8e8e8);
    background-image: -o-linear-gradient(top, #fff, #e8e8e8);
    background-image: linear-gradient(to bottom, #fff, #e8e8e8);
    border: 1px solid #d9d9d9;
    float: right;
    margin-top: -51px;
    padding: 5px 0px 0px 20px;
}

    #currency li {
        width: 83px;
        float: left;
        color: #5a5f5f;
        font-size: 14px;
        font-weight: bold;
    }

    #currency div.line {
        width: 2px;
        float: left;
        border-left: 1px solid #d9d9d9;
        height: 22px;
    }

    #currency li.usd {
        margin-left: 10px;
    }

    #currency li.eur {
        margin-right: 4px;
    }

    #currency li span.CurrencySign {
        color: #1a9a9a;
    }


/* editor */

.editor {
    margin-bottom: 30px;
}

/* maps */

.map {
    display: inline-block;
    margin-right: 49px;
    vertical-align: top;
    margin-bottom: 15px;
}

    .map h2 {
        border-bottom: 1px dotted #b5b5b5;
        margin: 0 0 20px;
    }

/* news */

.news {
    display: inline-block;
    vertical-align: top;
    width: 333px;
}

    .news h1 {
        border-bottom: 1px dotted #b5b5b5;
        margin: 0 0 20px;
    }

    .news ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    .news li {
        clear: both;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .news a {
        color: #353a3e;
        display: block;
        font-size: 14px;
        text-decoration: none;
    }

    .news img {
        float: left;
        margin-right: 22px;
        width: 120px;
    }

    .news .head {
        font-size: 16px;
    }

    .news .time {
        font-size: 11px;
    }

    .news .link {
        color: #c99e67;
        position: relative;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

    .news li .ShortText {
        max-height: 54px;
        display: inline-block;
        max-width: 190px;
        overflow: hidden;
    }

    .news a:hover .link {
        left: 25px;
    }

/* instant-gallery */

.instant-gallery {
    margin-bottom: 17px;
    width: 100%;
}

    .instant-gallery h1 {
        border-bottom: 1px dotted #b5b5b5;
        margin: 0 0 20px;
    }

    .instant-gallery ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
        overflow-y: scroll;
        height: 300px;
        width: 315px;
    }

    .instant-gallery div.menu {
        float: left;
        margin: 0;
        padding: 0;
    }

        .instant-gallery div.menu li {
            margin-bottom: 10px;
        }

    .instant-gallery button {
        background-color: #e8e8e8;
        border: 1px solid #d2d0d0;
        box-sizing: border-box;
        color: #333333;
        cursor: default;
        font-size: 13px;
        line-height: 32px;
        padding-left: 40px;
        text-align: left;
        width: 295px;
        background: url(/images/redLeef.png) 4px 5px no-repeat;
        box-shadow: 0px 4px 5px 0px rgb(122, 120, 120);
        cursor: pointer;
    }


    .instant-gallery div.menu button:hover,
    .instant-gallery div.menu button.active {
        background: url(/images/WLeef.png) 4px 5px no-repeat;
        background-color: #286be2;
        border-color: #255ec4;
        color: #fff;
    }

    .instant-gallery div.menu button:focus {
        outline: none;
    }

    .instant-gallery ul.img {
        height: 285px;
        float: right;
        display: inline-block;
        width: 623px;
    }

        .instant-gallery ul.img li {
            opacity: 0;
            position: absolute;
        }

            .instant-gallery ul.img li.active {
                opacity: 1;
            }

        .instant-gallery ul.img img {
            box-shadow: 0px 3px 13px 1px rgb(90, 86, 86);
        }

/* bottom gallery */

.bottom-gallery {
    width: 699px;
}

    .bottom-gallery h1 {
        border-bottom: 1px dotted #b5b5b5;
        margin: 0 0 20px;
    }

    .bottom-gallery menu.switcher {
        float: right;
        position: relative;
        top: -20px;
    }

        .bottom-gallery menu.switcher button {
            background-color: #fff;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e0e0e0));
            background-image: -webkit-linear-gradient(top, #fefefe, #e0e0e0);
            background-image: -moz-linear-gradient(top, #fefefe, #e0e0e0);
            background-image: -ms-linear-gradient(top, #fefefe, #e0e0e0);
            background-image: -o-linear-gradient(top, #fefefe, #e0e0e0);
            background-image: linear-gradient(to bottom, #fefefe, #e0e0e0);
            border: 1px solid #bdbab6;
            border-radius: 5px;
            line-height: 30px;
            width: 48px;
        }

    .bottom-gallery ul {
        display: none;
        height: 388px;
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

        .bottom-gallery ul.active {
            display: block;
        }

    .bottom-gallery li {
        position: absolute;
        opacity: 0;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }



        .bottom-gallery li.active {
            opacity: 1;
        }

    .bottom-gallery img {
        border-radius: 9px;
    }

    .bottom-gallery .controls {
        display: inline-block;
        bottom: 212px;
        z-index: 1;
        width: 699px;
        height: 48px;
        position: relative;
    }

        .bottom-gallery .controls .next {
            float: right;
            width: 48px;
            height: 48px;
            display: inline-block;
            background: url(/images/next.png) top center no-repeat;
            margin-right: 16px;
        }

        .bottom-gallery .controls .prev {
            width: 48px;
            height: 48px;
            display: inline-block;
            background: url(/images/prev.png) top center no-repeat;
            margin-left: 16px;
        }

.videos li {
    z-index: -1;
    display: inline-block;
    width: 700px;
    height: 100%;
    text-align: center;
}

.videos .active {
    z-index: 1 !important;
}


/*--------------------Menu style--------------------*/
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.nav-wrapper .level1 {
    position: relative;
    height: 41px;
    /*width:100%;*/
}

    .nav-wrapper .level1 li {
        float: right;
        margin-left: 0px;
        height: 29px;
        line-height: 41px;
        cursor: pointer;
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav-wrapper .level1 > li:hover, .level1 > .current {
        border-radius: 5px;
        background-color: #3eb655;
    }

/*.level1 li:hover a {
        color: #29235c!important;
    }*/

/*.level1 > li.selected > a, .level1 > li:hover > a {
            color: red;
        }*/


.nav-wrapper .level2 {
    display: none;
    /*width: 390px;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*height: 283px;*/
    /*min-height: 283px;*/
    position: absolute;
    z-index: 2;
    top: 26px;
    /*background: url(/img/ExMenu/ExtendedMenuBG.png) top left no-repeat;*/
}

    .nav-wrapper .level2 li {
        float: none;
        height: 41px;
        width: 183px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.nav-wrapper .Level2-gradient > li {
    padding-left: 8px;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px !important;
    background: url(/images/menuRepeatX.png) top right repeat-x;
    /*position: relative;*/
    min-width: 140px;
}

    .nav-wrapper .Level2-gradient > li > a {
        color: #333 !important;
        /*font-size: 14px!important;*/
        /*width: 185px;*/
        margin-top: 0px !important;
        height: 51px;
        position: relative;
        z-index: 2;
        padding: 0px;
        margin: 0px 7px !important;
        width: 100%;
    }

        .nav-wrapper .Level2-gradient > li > a span {
            margin: 0px;
        }

    .nav-wrapper .Level2-gradient > li.current > a {
        color: #fff !important;
    }

    .nav-wrapper .Level2-gradient > li.last {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

.nav-wrapper .Level2 > li:hover > a, .level3 .current a, .level3 > li:hover > a, .Level2-gradient > .current > a, .Level2-gradient > li:hover > a, .level3 > li > a:hover, .breadCrumbsUL li:hover a, .breadCrumbsUL .current a {
    color: #fff !important;
}

.nav-wrapper .Level2-gradient > li:hover, .Level2-gradient > li.selected, .Level2-gradient > .current, .Level2-gradient > li.hover {
    /*background: url(/img/ExMenu/LiSelectedW.png) top left repeat-x;*/
    background-color: #3eb655 !important;
    color: #fff;
    padding: 0px;
}

    .nav-wrapper .Level2-gradient > li:hover a, .Level2-gradient > li.selected a, .Level2-gradient > .current a, .Level2-gradient > li.hover a {
        /*background: url(/img/ExMenu/LiSelectedW.png) top left repeat-x;*/
        color: #fff !important;
    }
/*.Level2 > li:hover a, .Level2-gradient > li.selected a {
            color: #1a9a9a!important;
        }*/

.nav-wrapper .level2 > li.selected > a, .level2 > li:hover > a {
    color: green;
}

.nav-wrapper .level2 > li.selected > .level3 {
    display: block;
}

.nav-wrapper .level3 {
    display: none;
    position: absolute;
    top: 0px;
    left: 423px;
    width: 611px;
    height: 100%;
    overflow: hidden;
    /*background: url(/img/ExMenu/MenuLine.png) 43% 0% no-repeat;*/
    padding: 9px 0px 0px 8px !important;
    /*background-color: #eaf6fe;*/
    /*background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6f5fe), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #e6f5fe, #e7e7e7);
    background-image: -moz-linear-gradient(top, #e6f5fe, #e7e7e7);
    background-image: -ms-linear-gradient(top, #e6f5fe, #e7e7e7);
    background-image: -o-linear-gradient(top, #e6f5fe, #e7e7e7);
    background-image: linear-gradient(to bottom, #e6f5fe, #e7e7e7);*/
}

    .nav-wrapper .level3 li {
        float: left;
        line-height: 41px;
        width: 42% !important;
        /*width: 100%;*/
        display: inline-block;
        margin-right: 0px !important;
    }

    .nav-wrapper .level3 > li.selected > a {
        color: blue;
        width: 400px;
    }

    .nav-wrapper .level3 > li > a:visited, .level3 > li > a {
        color: #5A5F5F;
    }

.nav-wrapper .Level2-gradient {
    line-height: 41px;
    display: inline-block;
    margin-top: 0px;
    /*background-color: #fff;
box-shadow: 0px 0px 19px 14px #e3e3e3 inset;*/
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 0px;
    border-top: 3px solid #4dba61;
}

.nav-wrapper #topMenu {
    padding-right: 0px !important;
    width: 810px;
    margin: 0px !important;
    padding: 0px !important;
    z-index: 500;
}



/*--------------------Levels Banners---------------*/
.LevelsBanners {
    margin-top: 25px;
    width: 703px;
}

    .LevelsBanners li {
        width: 160px;
        height: 140px;
        display: inline-block;
        vertical-align: top;
        margin: 0px 16px 20px 0px;
        opacity: 0.8;
    }

        .LevelsBanners li:hover {
            opacity: 1;
        }

    .LevelsBanners .last {
        margin: 0px 0px 20px 0px;
    }

    .LevelsBanners li a {
        width: 160px;
        height: 140px;
        display: inline-block;
        text-decoration: none;
    }

        .LevelsBanners li a img {
            width: 160px;
            height: 110px;
            display: inline-block;
        }

        .LevelsBanners li a h2 {
            margin: 0px;
            padding: 0px;
            width: 100%;
            text-align: center;
            display: inline-block;
            text-align: center;
            font-family: Myriad Pro;
            font-size: 16px;
            text-decoration: none;
            color: #5A5F5F;
            font-weight: normal;
            line-height: 1.2;
        }

/*   siteMap   */
.SiteMap li > a {
    color: #494949;
    background: url(/Images/ListBullet.png) no-repeat left;
    margin-left: 0px;
    padding-left: 20px;
    line-height: 22px;
    height: 22px;
}

.SiteMap li.shift2 > a {
    margin-left: 30px;
}

.SiteMap li.shift3 > a {
    margin-left: 60px;
}

.SiteMap li.shift4 > a {
    margin-left: 90px;
}

.SiteMap li.shift5 > a {
    margin-left: 120px;
}

/*----------------------Bread Crumbs---------------------*/
.breadCrumbsUL {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    text-decoration: none;
}

    .breadCrumbsUL li {
        float: left;
        margin: 0px 5px 0px 3px;
    }

        .breadCrumbsUL li a {
            color: #8a8a8a;
            font-size: 12px;
            font-family: 'Myriad Pro',Arial;
            text-decoration: none;
        }


/*------------------Search Result---------------*/
.searchResUl {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 697px;
    color: #5A5F5F;
}

    .searchResUl li {
        width: 657px;
        min-height: 197px;
        display: inline-block;
        border-radius: 9px;
        background-color: #EFEFE9;
        margin-bottom: 20px;
        padding: 20px 20px 0px 20px;
        vertical-align: top;
    }

        .searchResUl li img {
            width: 174px;
            height: 168px;
            border-radius: 9px;
        }

        .searchResUl li h2 {
            font-family: Myriad Pro;
            font-size: 18px;
            font-weight: normal;
            margin: 0px;
            padding: 0px;
            border-bottom: 1px #3C3C3A dashed;
        }

        .searchResUl li .TextHolder {
            float: left;
            width: 470px;
            margin-left: 12px;
            min-height: 167px;
        }

        .searchResUl li .TextHolderLong {
            float: left;
            width: 640px;
            margin-left: 12px;
            min-height: 167px;
        }

            .searchResUl li .TextHolder p, .searchResUl li .TextHolderLong p {
                margin-bottom: 0px;
            }

        .searchResUl li .LinkWarp {
            float: left;
        }

        .searchResUl li .ReadMore {
            background: url(/img/ReadMoreButton.png) top left no-repeat;
            width: 99px;
            height: 30px;
            display: inline-block;
            float: right;
        }
/*--------------------FaceBook----------------*/

.fb_edge_widget_with_comment {
    position: absolute !important;
}

.fb-comments {
    margin-top: 50px;
}

.ShareBox {
    margin-top: 50px;
}

/* classes */

.page {
    margin: 13px auto 0;
    padding: 0px;
    position: relative;
    width: 1000px;
    min-height: 624px;
}

.Hpage {
    margin: 20px auto 0;
    padding: 0px;
    position: relative;
    width: 1000px;
}

    .Hpage .textHolder {
        width: 340px;
        float: right;
        margin-left: 18px;
    }

        .Hpage .textHolder h1 {
        }

        .Hpage .textHolder .text {
        }

    .Hpage .gelleryHolder {
        display: inline-block;
        float: right;
    }

    .Hpage .content-line {
        width: 100%;
        background: url(/images/contentLine.png) top right repeat-x;
        height: 7px;
        clear: both;
        margin: 20px 0px 10px 0px;
        display: inline-block;
    }

    .Hpage .bottomHolder {
    }

        .Hpage .bottomHolder .left {
            display: inline-block;
            float: left;
        }

            .Hpage .bottomHolder .left .spoasdnser {
                width: 85px;
                height: 23px;
                background: url(/images/sponser.jpg) no-repeat right top;
                float: left;
                margin-top: 8px;
            }

                .Hpage .bottomHolder .left .spoasdnser a {
                    width:100%;
                    height:100%;
                    display:inline-block;
                }

        .Hpage .bottomHolder .right {
            display: inline-block;
            float: right;
        }

            .Hpage .bottomHolder .right > .title,
            .Hpage .bottomHolder .left > .title {
                float: right;
                font-size: 24px;
                color: #0d0b0b;
                font-weight: bold;
            }

            .Hpage .bottomHolder .right .AllDeals {
                float: left;
                font-size: 14px;
                font-weight: bold;
                color: #07801e;
                text-decoration: none;
                margin-top: 12px;
                margin-left: 13px;
            }

.inline-block > * {
    display: inline-block;
    vertical-align: top;
}

.lt-ie8 .inline-block > * {
    display: inline;
    zoom: 1;
}

button.clean {
    background: none;
    border: 0;
}

.header-center {
    margin: auto;
    width: 1600px;
}

h1.section, h2.section {
    color: #29235c;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 7px;
    margin-top: 0px;
    border-bottom: 1px dotted #b5b5b5;
}

.MainHeadline, .MainHeadlineSearch {
    color: #29235C;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 7px;
    border-bottom: 1px solid #D6D1CC;
    margin: 0 0 9px;
    width: 695px;
}


#body-header .menu .search {
    float: right;
    padding: 15px 5px 0px 0px;
}


#body-header .menu, #body-header .logo, #body-header nav ul {
    padding-right: 307px;
}



#body-header .langHolder ul li {
    margin-left: 7px;
    margin-right: 0px;
}


button.clean.magnifyer {
    float: right;
    margin-right: 3px;
}

#search-q {
    float: left;
    margin-left: 14px;
}

.level1 li {
    float: left;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
