/*12th May*/

/* BANNER RELATED */


#errDiv {
    top: 120px !important;
}




.header {
    top: 0px;
    height: 121px;
    z-index: 900;
}

#logo-block a{
    display: inline-block;
    margin: 45px 0 0 0;
    height: 56px;
}
    /*.header .logo {
         padding: 46px 0 19px; 
        margin: 45px 0 0 0;
    }*/

#siteSearch {
    position: absolute;
    top: 120px;
    width: 100%;
    background: #333;
    height: 130px;
    left: -1000px;
    transition: all .8s ease;
    padding-top: 60px;
}

    #siteSearch.display {
        left: 0px;
    }

    #siteSearch input {
        background: url(/Assets/9/images/icons.png) right -1px no-repeat #ececec;
        outline: 0;
        font-size: 16px;
        border: none;
        height: 32px;
        border-radius: 16px;
        padding: 0 20px;
        box-sizing: border-box;
        display: block;
        width: 95%;
    }

#countryName {
    font-size: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 16px;
    padding: 0 20px;
    background: 0 0;
    color: #000;
    margin-top: 0;
    height: 22px;
    width: 150px;
    border: none;
}

#globalNav {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0px;
}

.navigation {
    position: absolute;
    top: 20px;
    left: -1000px;
    width: 100%;
    height: 80vh;
    background: #333;
}

    

    .navigation ul {
        background: transparent;
    }

.topNav {
    background: #e5e5e5;
    height: 40px;
    overflow: hidden;
}

    .topNav ul {
        background: transparent;
        list-style-type: none;
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        margin: 9px 0 0 0;
        padding-left: 15px;
    }

        .topNav ul li a {
            color: #333;
        }

    .topNav .mobile-hide {
        display: none;
    }

#mob-nav {
    position: absolute;
    top: 50px;
    right: 15px;
}

#countrySelector, .countrySelect, #countryName {
    background: #fff;
    height: 22px;
    border-radius: 16px;
}
#countryName {
	background: transparent;
	border: none;
	color: #000;
}
@media (min-width: 740px) {
    #errDiv {
        top: 87px !important;
    }

    .header {
        height: 85px;
    }

        /* .header .logo {
            padding: 12px 0 19px;
            margin: 0;
        } */
    #logo-block a {
        padding: 12px 0 19px 0;
        margin: 0;
    }
    #mob-nav {
        display: none;
    }

    .topNav {
        background: transparent;
        float: right;
    }

        .topNav ul {
            padding-top: 8px;
        }

    #globalNav {
        position: absolute;
        top: 49px;
        width: 100%;
        left: 0px;
    }

    #siteSearch {
        position: relative;
        top: 15px;
        right: 0px;
        float: right;
        background: transparent;
        height: auto;
        padding-top: 0;
        width: auto;
        float: right;
        left: auto;
        transition: none;
    }

    .navigation {
        top: -2px;
        z-index: 1000;
		left:0;
    }

        .navigation ul li ul.dropdown-menu {
            top: 40px;
        }

    #siteSearch .MSclose {
        display: none;
    }

    #siteSearch input {
        width: 130px;
    }

    #countrySelector, .countrySelect, #countryName {
        background: transparent;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

    .topNav .mobile-hide {
        display: inline-block;
    }

    #siteSearch input {
        background: url(/Assets/9/images/icons.png) right -1px no-repeat #ececec;
        outline: 0;
        font-size: 13px;
        border: none;
        height: 25px;
        border-radius: 16px;
        padding: 0 20px;
        box-sizing: border-box;
        display: block;
        width: 175px;
    }

    .navigation {
        background: transparent;
        height: auto;
    }
    .navigation .navWrap {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .siteSearch input {
        width: 164px;
        margin-top: 0;
    }

    #countryName {
        width: 164px;
    }
}