/* MASTER */
* {
    font-family: Arial;
}

body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-size: 18px;
    color: #636466;
}

table {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

    table td {
        padding: 10px;
        margin: 0px;
    }

a {
    color: #636466;
    text-decoration: underline;
    transition: all 0.4s ease;
}

    a:hover {
        text-decoration: underline;
    }
    
p {
line-height: 1.5em;
}

img {
    border: 0px;
}

blockquote {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 1em;
    color: #000000;
    line-height: 1.5em;
}

.clear {
    font-size: 0px;
    clear: both;
    height: 0px;
}

.disabled {
    background-color: #eeeeee !important;
}

#main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#content {
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff !important;
}

#footer {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FFFFFF;
    padding: 30px 60px;
    box-sizing: border-box;
    overflow: hidden;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: #d8d8d8;
    text-transform: uppercase;
}

    #footer > ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
            max-width: 1400px;
    margin: 0 auto;
    }

        #footer > ul > li {
            float: left;
            padding-right: 20px;
        }

            #footer > ul > li > a {
                font-size: 10px;
                line-height: 28px;
                color: #000000;
                text-decoration: none;
            }

                #footer > ul > li > a:hover {
                    opacity: 0.8;
                }

#menu {
    position: absolute;
    top: 0px;
    left:auto;
    right:10px !important;
    height:auto !important;
    color:#8C8C8C;
    font-size: 0.7em;
    z-index: 10;
}

    #menu a, .modelselect a {
        color: #8C8C8C;
        display: block;
        margin: 0px;
        text-decoration: none;
        font-family: 'jlremericregular', proxima-nova, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 10px !important;
    }
    
    #menu a:hover {
    color: #525252;
    }

    #menu > ul {
        margin: 0px 0px 0px -1px;
        padding: 0px;
        list-style-type: none;
    }

        #menu > ul > li {
            margin: 0px;
            padding: 0px;
            float: left;
        }

            #menu > ul > li + li {
                background: transparent url(Images/background-menu-separator.png) no-repeat top left;
                padding: 0px 0px 0px 1px;
            }

            #menu > ul > li > a {
                padding: 10px 15px 10px 15px !important;
font-size: 10px !important;
                text-transform: uppercase;
                height: auto;
                cursor: pointer;
                background:#e8e8e8;
            }

            #menu > ul > li > ul, .modelselect > ul {
                background: #e8e8e8;
                margin: 0px;
                padding: 10px 0px 10px 0px;
                list-style-type: none;
                margin-left: 0;
            }

                #menu > ul > li > ul > li, .modelselect > ul > li {
                    background: transparent url(Images/background-jaguar-menu-language.png) no-repeat center left;
                    margin: 0px 0px 0px 13px;
                    padding: 3px 0px 3px 12px;
                    text-transform: uppercase;
                }

                    #menu > ul > li > ul > li > a, .modelselect > ul > li > a {
                    }


#jaguar {
    background-position: left 0px;
}

#landrover {
    background-position: right -118px !important;
}

#jaguar:hover {
    background-position: left -236px !important;
}

#landrover:hover {
    background-position: right -354px !important;
}


#maincontent {
    width: 960px;
    min-height: 640px;
    position: relative;
}

 
#contentleft {
    width: 220px;
    min-height: 640px;
    float: left;
}

#contentright {
    width: 615px;
    padding: 0;
    float: right;
}

#contentleft > a {
    display: block;
    padding: 100px 0px 0px 0px;
    margin: 0px;
}

#contentleft > a:hover {
    text-decoration: none;
}

#contentleft h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

#contentleft div {
    font-size: 0.8em;
    color: #636466;
    text-align: center;
}

#contentright #mainmenu {
    margin: 0px;
    padding: 60px;
    list-style-type: none;
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

    #contentright #mainmenu > li {
        display: block;
        width: 48%;
        height: auto;
        background-color: #000;
        box-shadow: none;
        float: left;
        margin: 0 4% 4% 0;
        padding: 0 0 48% 0;
        position: relative;
        transition: all 0.4s ease;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 50% 20% !important;
    }
    
    #contentright #mainmenu > li:nth-last-of-type(-n+2) {
    margin-bottom: 0 !important;
    }


#contentright #mainmenu > li:hover {
opacity: 0.85;
}

        #contentright #mainmenu > li > a {
            display: block;
            background-repeat: no-repeat;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            font-size: 0.7em;
            text-align: left;
            /*padding-top: 80%;*/
            text-decoration: none;
            background-size: cover !important;
            background-repeat: no-repeat;
            /*padding: 75% 30px 30px 30px;*/
            font-size: 17px;
            letter-spacing: 1.5px;
            font-family: jaguarbold, Arial;
            transition: all 0.3s ease;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 100% 30px 30px 30px;
            }

#literature > a {
    background-position: 0px 0px;
}

#faqs > a {
    background-position: -352px 0px;
}

#contact > a {
    background-position: -528px 0px;
}

#trackorder > a {
    background-position: -704px 0px;
}

#myaccount > a {
    background-position: -880px 0px;
}

#addshortage > a {
    background-position: -1056px 0px;
}

#replacements > a {
    background-position: -1232px 0px;
}

#invoices > a {
    background-position: -1408px 0px;
}

#others > a {
    background-position: -1584px 0px;
}

#contentbox {
    position: relative;
    background: none !important;
    border: 0;
    box-shadow: none !important;
    max-width: 960px;
    padding: 0 45px 45px 45px;
    margin: 0 auto;
}

#contentright > #contentbox {
    margin-bottom: 30px;
}

#accounttabs {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
}

#accounttabs .tab.newtab {
float: right;
}

    #accounttabs > div {
        overflow: hidden;
    }

        #accounttabs > div > div {
            top: 0px;
            left: 0px;
        }

    #accounttabs .tab {
        position: relative;
        float: left;
    }

        #accounttabs .tab a {
            display: block;
            padding: 15px;
            height: 100%;
            font-size: 0.8em;
            text-decoration: none;
        }

    #accounttabs .selectedtab {
    }

        #accounttabs .selectedtab a {
            background-color: #ffffff;
            text-decoration: none;
        }



#accounttabscontainer #tab-arrow-left {
    left: 5px;
}

    #accounttabscontainer #tab-arrow-left:hover {
        background-position: -16px;
    }

#accounttabscontainer #tab-arrow-right {
    right: 5px;
    background-position: -31px;
}

    #accounttabscontainer #tab-arrow-right:hover {
        background-position: -47px;
    }

#contentbox.models {
}

form {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

h1, #literaturemain h2 {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.4
}

h2 {
text-transform: uppercase;
letter-spacing: 0.5px;
}

.innerbox {
    position: relative;
    min-height: 300px;
    padding: 30px;
}

#termsmain.innerbox {
padding: 0;
}

#loginmain div {
    font-size: 0.8em;
    text-transform: lowercase;
}

#loginmain .formsubmit {
margin-left: 0 !important;
clear:both !important;
}

#logintop {
    padding: 0px 0px 10px 130px;
}

#loginmain > div {
    clear: both;
}

    #loginmain > div > label, #loginmain > div > input.formtext {
        display: block;
        float: left;
        margin-bottom: 20px;
    }

    #loginmain > div > label {
        width: 130px;
    }

.formtext, .formselect, #registermain select, #dAddresses select {
    margin: 0px;
    padding: 10px;
    background-color: #ffffff;
    /*box-shadow: #333 0px 0px 1px;*/
    border: 0px;
    color: #636466;
    /*height: 30px;
    line-height: 30px;*/
    border: 1px solid #999;
    box-sizing:border-box;
    font-size: 14px
}

.formselect, #registermain select, #dAddresses select {
width: 165px;
border-radius: 0;
-webkit-appearance: none;
background: url(Images/dropdown.png) no-repeat right #fff;
/*font-family: 'gothamlight', 'gothambook', Arial !important;*/
font-size: 14px;
}



.formsubmit {
    display: block;
    float: left;
    /*width:80px;*/
    padding: 15px 21px;
    text-align: center;
    color: #ffffff;
    border: 0px;
    margin: 0px 0px 0px 50px;
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
}

    .formsubmit:hover {
        background-position: 0px -20px;
    }

#loginmain > div > .formtext {
    width: 230px;
}

#forgottenpassword {
    position: absolute;
    display: block;
    left: 30px;
    bottom: 20px;
    font-size: 0.7em;
}





#contentleft {
    width: 100% !important;
    box-sizing: border-box;
    min-height: 100%;
}

    #contentleft > a {
        background-size: contain !important;
        width: 80px;
        height: 36px;
        float: left;
        margin-left: 28px;
        margin-right: 28px;
        margin-top: 18px;
        margin-bottom: 4px;
        padding: 0px !important; 

    }

    #contentleft #mainmenu {
        margin: 0 !important;
        list-style-type: none;
        text-align: left;
        margin: 0;
        font-size: 0;
        padding: 0;
        box-shadow: 0 1px 4px 0 rgba(1,1,1,.1);
    }
    #contentleft #mainmenu ul {
        margin: 0 !important;
        padding: 0;
    }

        #contentleft #mainmenu li {
            display: inline-block;
            min-height: 7px;
            text-transform: uppercase;
            height: 100%;
            text-align: center;
            margin-left: 0.5px;
            margin-right: 0.5px;
        }

            #contentleft #mainmenu li a {
                font-size: 10px !important;
                padding-top: 30px;
                padding-bottom: 30px;
                display: block;
                text-decoration: none;
                padding-left: 20px;
                padding-right: 20px;
                -webkit-transition: background 0s; /* For Safari 3.0 to 6.0 */
                transition: background 0s; /* For modern browsers */
            }
                #contentleft #mainmenu li a:hover {
                    background-color: #f0f0f0;               
                }


#contentright #mainmenu #deliveryinformation, #contentright #mainmenu #contact, #contentright #mainmenu #faqs, #contentright #mainmenu #languages, #contentright #mainmenu #loginbtn, #contentright #mainmenu #registerbtn, #contentright #mainmenu #logoutbtn, #contentright #mainmenu #basketbtn {
    display: none !important;
}

#literaturemain {
    background: #f2f1f0;
}

#modelnames {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 320px; /* Was 160 */
    list-style-type: none;
    font-weight: bold;
    font-size: 0.9em;
}

    #modelnames > li {
        padding-bottom: 20px;
    }

#literaturemain > div {
    width: 150px;
    position: absolute;
    right: 30px;
    top: 80px;
}

    #literaturemain > div > div {
        position: absolute;
        width: 100%;
    }

#literaturemain h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 0.8em;
}

#modelyears {
    top: 0px;
    z-index: 1;
}

#modellanguages {
    top: 80px;
    z-index: 0;
}

/*.modelselect {
    margin: 0px 0px 20px 0px;
    font-size: 0.8em;
    height: 20px;
    box-shadow: #333 0px 0px 3px;
    border: 0px;
    *border: 1px solid #ccc;
    background: #ffffff url(Images/background-dropdown.png) no-repeat 135px 8px;
    cursor: pointer;
    position: relative;
}

    .modelselect > div {
        padding: 0px 5px 0px 5px;
        height: 20px;
        line-height: 20px;
    }

    .modelselect > ul {
        margin: 0px;
        z-index: 100;
        font-size: 0.9em;
        position: absolute;
        top: 20px;
        width: 150px;
        max-height: 400px;
        overflow-y: auto;
        *left: -1px;
    }*/

#modelimage {
    position: absolute;
    top: -5px;
    *top: -6px;
    left: 375px;
    padding: 5px 5px 5px 0px;
    width: 240px;
    height: 360px;
    overflow: hidden;
}

    #modelimage > div {
        float: right;
        width: 240px;
        height: 356px;
        width: 238px;
        height: 356px;
        padding: 2px;
        text-align: right;
        background: #f2f1f0 url(Images/background-content-main.png) repeat-x top;
        *border: 1px solid #ccc;
        *border-left: 0px;
        box-shadow: #333 1px 0px 5px;
    }

.packoptions {
    width: 100%;
    font-size: 0.7em;
    margin-bottom: 40px;
    border-collapse: separate;
    border-spacing: 0 8px !important;
}

#literaturemain #submitcontainer {
padding-bottom: 50px;
}

.product-image {
position: relative;
}

.product-image .image {
    transition: all 0.4s ease;
}

.packoptions tr:hover .small-image {
    opacity: 0.7
}

    .packoptions td {
        padding: 0;
        vertical-align: middle;
    }
    
    .packoptions td:not(:first-child) {
    padding: 0 15px;
    box-sizing: border-box;
}

    .packoptions .selected {
        font-size: 1.1em;
        font-weight: bold;
    }

    .packoptions .price {
        text-align: right;
        padding-left: 5px;
    }

    .packoptions .quantity {
        padding-left: 10px;
    }

        .packoptions .quantity select {
            width: 40px;
            height: 20px;
            line-height: 20px;
            padding: 0px;
            margin: 0px;
            border: 1px solid #ccc;
            background-color: #ffffff;
            font-size: 0.9em;
        }

#literaturemain h4 {
    padding: 0px;
    margin: 0 0 6px 0;
    line-height: 20px !important;
}

.linkbutton, #literaturemain .formsubmit {
margin: 0px 0px 0px 10px;
text-align: center;
color: #ffffff;
padding: 15px 21px;
float: right;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
}

#breadcrumb {
    font-size: 0.75em;
    margin-bottom: 20px;
        max-width: 960px;
    margin: 0 auto;
    padding: 45px 45px 25px;
}

    #breadcrumb a {
        color: #696969;
        text-decoration: none;
    }

        #breadcrumb a:hover {
            text-decoration: underline;
        }

#jlrismain h1 {
    display: block;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-transform: none;
    text-indent: -2000px;
    width: 318px;
    height: 66px;
    background: transparent url(Images/intelligentsolutions.png) no-repeat;
}

#jlrlogos {
    width: 166px;
    height: 43px;
    position: absolute;
    top: 40px;
    right: 20px;
}

#jlrismain > ul {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: bold;
    width: 150px;
    font-size: 0.95em;
}

    #jlrismain > ul > li {
        padding: 0px 0px 20px 0px;
    }

#jlriscontent {
    width: 400px;
    float: right;
}

    #jlriscontent h3 {
        text-transform: uppercase;
        font-size: 1.3em;
        padding: 0px;
        margin: 0px;
    }

    #jlriscontent > div, #faqssmain > div {
        margin-bottom: 30px;
        font-size: 0.8em;
    }

.faqs ul {
    list-style-type: none;
    padding: 20px 0px 20px 0px;
    margin: 0px;
}

    .faqs ul > li {
        cursor: pointer;
        padding: 0px 0px 20px 30px;
        user-select: none;
    }

        .faqs ul > li > div {
            background-color: #e4e4e4;
            margin: 10px 0px 0px -10px;
            padding: 10px 25px;
        }

#jlris_meettheteam ul {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    list-style-type: none;
    position: relative;
}

    #jlris_meettheteam ul > li {
        position: relative;
        padding: 20px 20px 20px 120px;
        margin: 0px 0px 20px 0px;
        height: 80px;
        box-shadow: #333 0px 0px 3px;
        border: 0px;
        *border: 1px solid #ccc;
        background: #ffffff url(Images/background-generic-contact.jpg) no-repeat 1px 1px;
    }

        #jlris_meettheteam ul > li > h4 {
            text-transform: uppercase;
            font-size: 1em;
            padding: 0px 0px 10px 0px;
            margin: 0px;
        }

        #jlris_meettheteam ul > li > h5 {
            font-size: 0.95em;
            padding: 0px 0px 10px 0px;
            margin: 0px;
        }

        #jlris_meettheteam ul > li > div {
            font-size: 0.88em;
        }

#jlris_contactus > div {
    position: relative;
    margin: 20px 0px 0px 0px;
}

#jlris_contactus #googlemap {
    display: block;
    position: relative;
    width: 384px;
    height: 300px;
}

#contactmain > div {
    font-size: 0.8em;
}

#contactmain h3 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 1em;
}

#contactmain > div > form > div {
    clear: both;
    padding-top: 30px;
}

#contactmain #contacttop > div {
    width: 165px;
    float: left;
}

    #contactmain #contacttop > div + div {
        padding-left: 30px;
    }

    #contactmain #contacttop > div > input, #contactmain #contactbottom #contactbottomleft > input {
        width: 165px;
        /*width: 163px;
        height: 20px;
        line-height: 20px;*/
    }

#contactmain #contactmiddle textarea {
    width: 555px;
    *width: 553px;
    height: 100px;
}

#contactmain #contactbottom #contactbottomleft {
    float: left;
    width: 360px;
}

    #contactmain #contactbottom #contactbottomleft > input {
        width: 360px;
        *width: 358px;
    }

#contactmain #contactbottom #contactbottomright {
    float: right;
}

#contactmain #mandatory {
    padding: 10px 0px 0px 0px;
    font-size: 0.9em;
}

#contactother > h4 {
    padding: 30px 0px 20px 0px;
    margin: 0px;
    font-size: 1.1em;
}

#contactother > div {
    font-size: 0.9em;
    padding: 2px 0px 2px 0px;
}

.error {
    color: #fff;
    padding: 10px 14px;
}

.form-validation-error {
    color: #fff;
    padding: 10px 14px;
    background-color: red;
}

/*#registermain,*/ #paymentmain {
    margin-top: 30px;
}

    #registermain h2, #paymentmain h2 {
        text-transform: uppercase;
    }

    #paymentmain .creditcardhelp {
        position: absolute;
        bottom: 10px;
        left: 2px;
        font-size: 0.8em;
    }

    #registermain > ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        #registermain > ul h3 {
            padding: 0px 0px 20px 0px;
            margin: 0px;
            font-size: 1.4em;
        }

    #registermain > h4, #registermain > form > h3, #paymentmain > form > h3 {
        padding: 0px;
        margin: 0px;
        font-size: 0.7em;
        color: #636466;
        font-weight: normal;
    }

    #registermain > form > h3, #paymentmain > form > h3 {
        font-size: 0.9em;
        margin-bottom: 20px;
    }

    #registermain > form, #adminmain > form, #paymentmain > form {
        width: 100%;
        font-size: 0.8em;
    }

        #registermain > form > div, #adminmain > form > div, #paymentmain > form > div {
            display: block;
            float: left;
            width: 33.3334%;
            height: 80px;
            margin-right: 0;
            position: relative;
        }
        
        #registermain > form > div:nth-of-type(3n+1) {
    clear: left;
    }

            #registermain > form > div > label, #adminmain > form > div > label, .vin > label, #paymentmain > form > div > label {
                display: block;
                line-height: 20px;
            }

    #registermain .formtext, #adminmain .formtext, #paymentmain .formtext, #registermain select, #dAddresses select {
        display: block;
        width: 90%;
        margin: 10px 10% 0px 2px;
        box-sizing: border-box;
    }

    #registermain select, #adminmain select, #paymentmain select, #dAddresses select {
        /*border: 0px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
        width: 167px;*/
    }

    #registermain #termscontainer {
        width: 400px;
        float: none;
        height: auto;
        padding-left: 0;
        clear: both;
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        #registermain #termscontainer label {
            float: left;
            padding-right: 20px;
        }

    #registermain .formsubmit, #paymentmain .formsubmit {
        float: none;
        clear:both;
        margin-left: 0 !important;
    }

    #registermain .clear, #paymentmain .clear {
        height: 0px;
    }

    #registermain > form > div > span, #literaturemain > form > div > span, #tabDelDetails div.field-validation-valid, #paymentmain > form > div > span {
        display: none;
        position: absolute;
        width: 149px;
        left: 1px;
        color: #ffffff;
        line-height: 15px;
        padding: 2px 10px 2px 10px;
        font-size: 0.87em;
        z-index: 2;
    }

#tabDelDetails td {
    position: relative;
}

#tabDelDetails div.field-validation-valid {
    bottom: 23px;
    font-size: 11px;
}

#registermain > form > div > span.field-validation-error, #literaturemain > form > div > span.field-validation-error, #paymentmain > form > div > span.field-validation-error {
    display: block;
}

.field-validation-error {
    background-color: red !important;

}
#termscontainer > span {
    left: 40px !important;
    width: 180px !important;
    bottom: auto !important;
    top: 0px !important;
}

#registermain .grey, #paymentmain .grey {
    margin-right: -20px;
}

#currentmessages {
    width: 100%;
}

    #currentmessages > div {
        box-shadow: #333 0px 0px 5px;
        padding: 10px;
        margin-top: 20px;
    }

    #currentmessages h4, #messages h4 {
        font-size: 1.2em;
    }

    #currentmessages h5 {
        font-size: 1.1em;
        margin: 0px;
        padding: 10px 0px 10px 0px;
        clear: both;
    }

    #currentmessages h6 {
        font-size: 0.9em;
        margin: 10px 0px 10px 0px;
    }

    #currentmessages p {
        margin: 0px;
        padding: 0px;
        font-size: 0.9em;
    }

#messages {
    clear: both;
    padding-top: 20px;
}

#usermessage {
    position: relative;
    width: 540px;
    height: 340px;
    padding: 20px;
    overflow: auto;
    font-size: 16px;
    line-height: 1.5em;
}

#registermain .usermessage {
padding-bottom: 30px;
}

#colorboxmessage {
    padding: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}

#usermessage #dismissmessagecontainer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.usermessage {
    font-size: 0.9em;
    padding-bottom: 10px;
    width: 100% !important;
    height: auto !important;
}

#vincontainer {
    padding: 0px 0px 20px 0px;
    position: relative;
    float: right;
}

    #vincontainer label {
        font-size: 0.7em;
        font-weight: 400;
        display: block;
        padding-bottom: 10px;
        float: right;
    }

#vincontainer > input {
    width: 100% !important;
    max-width: 225px;
    float: right;
}

#vincontainer > span, #submitcontainer > span {
    font-size: 0.7em !important;
}

#vincontainer > span {
    left: -1px !important;
    width: 130px !important;
    bottom: 50px !important;
}

#submitcontainer > span {
    left: auto !important;
    right: 0px !important;
    bottom: 30px !important;
}

#basketsuccess {
    padding: 10px 0 20px 0;
}

    #basketsuccess div {
    max-width: 400px;
    display: inline-block;
    font-size: 0.9em;
    padding-top: 10px
    }


#opscontent {
    font-size: 0.8em;
    min-height: 400px;
}

    #opscontent > blockquote {
        padding: 30px;
        min-height: 40px;
        margin: 0px;
    }

    #opscontent > div {
        padding: 4px 30px 30px 30px;
    }


#cart {
    width: 100%;
}

    #cart thead {
        font-weight: bold;
    }

        #cart thead tr td {
            border-bottom:1px solid #C0C0C0;
        }

    #cart td:last-child {
        text-align: right;
    }

    #cart tbody tr:last-child td {
        border-bottom:1px solid #C0C0C0;
    }
    #cart td {
        padding: 12px;
    }

    #cart tfoot td {
        text-align: right;
        font-weight: bold;
    }

    #cart tfoot tr:last-child {
        font-size: 1.2em;
    }

#agree {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
}

    #agree .inner {
        float: right;
        clear: both;
    }



/*#opsdeliveryaddresses {
    padding-top: 30px;
}

#opsdeliveryaddresses table {
    display: block !important;
    width: 450px;
    float: left;
}

#opsdeliveryaddresses tr {
    display: block !important;
}

#opsdeliveryaddresses td {
    text-align: left;
    font-size: 0px;
    vertical-align: middle;
    height: auto;
}

#opsdeliveryaddresses td.addresslabel {
    font-size: 0.9em;
    width: 100%;
}

#opsdeliveryaddresses td.bordertableheader {
    font-size: 1.2em;
    padding-bottom: 20px;
}

#opsdeliveryaddresses b {
    font-size: 1.25em;
    text-transform: uppercase;
}

#opsdeliveryaddresses br {
display: none;
}

#opsdeliveryaddresses select {
width: 270px;
}*/


/* Cols Version  */
#dAddresses {
    padding-top: 30px;
}
#dAddresses table {
    /*width: 100%;*/
}
#dAddresses th {
    font-weight:bold;
    font-size: 1.2em;
    text-align:left;
    vertical-align:top;
    padding:0 0 0px 0;
    width:50%;
}
#dAddresses td {
    font-weight:normal;
    text-align:left;
    vertical-align:top;
    font-size: 0.9em;
}
#dAddresses tr td:nth-child(1), #dAddresses tr td:nth-child(3) {
    width:16%;
}
#dAddresses tr td:nth-child(2), #dAddresses tr td:nth-child(4) {
    width:34%;
}
#dAddresses td strong {
    color:#fff;
    background-color:#b01b3c;
    width:270px;
    display:block;
    padding:4px 8px 4px 8px;
    margin-bottom:6px;
}
#dAddresses td a {
    font-size: 0.9em;
    padding-right:20px;
}
#dAddresses select {
    /*width:270px;*/
}





#cartbuttons {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-right: 30px;
    clear: both;
}

    #cartbuttons a {
        text-decoration: none;
    }

    #cartbuttons .formsubmit {
        float: right;
        margin-left: 20px;
        text-decoration: none;
    }

#opsdeliveryaddressesaddnew {
    padding-top: 5px;
}

    #opsdeliveryaddressesaddnew > div {
        width: 430px;
        padding-right: 20px;
        float: left;
        font-size: 0.8em;
        text-align: left;
    }

#deliverydetails {
    width: 900px;
    margin-bottom: 30px;
}

    #deliverydetails td {
        vertical-align: top;
    }

        #deliverydetails td:first-child {
            width: 40%;
        }

        #deliverydetails td:last-child {
            width: 30%;
        }

    #deliverydetails h3 {
        font-size: 1.25em;
        text-transform: uppercase;
    }


#contentbox.trackorders {
    margin-top: 10px;
}

.trackorders > div > form {
    width: 100% !important;
    font-size: 1em !important;
}

    .trackorders > div > form > table {
        font-size: 0.7em;
        width: 100%;
        margin-bottom: 30px;
    }

        .trackorders > div > form > table > tbody > tr > td, .trackorders > div > form > table > thead > tr > td {
            padding: 10px;
            vertical-align: top;
        }

.trackorders table thead {
    white-space: nowrap;
    font-size: 1.1em;
}

.trackorders > div > form > table table td:first-child {
    font-weight: bold;
    padding-right: 10px;
}

.trackorders > div > form > table tr > td:last-child {
    text-align: right;
}

#invoicefilter {
    font-size: 0.9em;
    font-weight: bold;
}

#print, .print {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url(Images/print.webp) no-repeat;
    text-indent: -1000px;
}

#confirm-print {
    float: right;
    margin-top: 10px;
}

#print:hover, .print:hover {
    background-position: -32px 0px;
}

.print {
    display: Block !important;
    margin: auto;
}

div.loading {
    position: relative;
    background: white url('images/loading.gif') no-repeat 10px 21px;
    margin: 0px;
    padding: 20px 10px 20px 40px;
    *height: 40px;
}

div.info {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 13px;
    height: 13px;
    top: 30px;
left: 208px;
    background: transparent url('images/info.webp') no-repeat;
}

img.ciinfo {
    position: relative;
    cursor: pointer;
    width: 13px;
    height: 13px;
    margin-left: 10px;
}

.vat div.info {
    top: 32px;
    left: 180px;
}


#termsmain ol {
    counter-reset: item;
    font-weight: normal;
    font-size: 0.9em;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

#termsmain > ol > li {
    font-weight: bold;
}

#termsmain li {
    display: block;
    padding: 10px 0px 0px 0px;
}

    #termsmain li:before {
        content: counters(item, ".") ". ";
        counter-increment: item;
    }

.full-width {
    width: 100%;
}

#myCarousel {
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

    .carousel .item > img {
        display: block;
        line-height: 1;
    }

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}

.carousel .active {
    left: 0;
}

.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel .next {
    left: 100%;
}

.carousel .prev {
    left: -100%;
}

    .carousel .next.left,
    .carousel .prev.right {
        left: 0;
    }

.carousel .active.left {
    left: -100%;
}

.carousel .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.right {
        right: 15px;
        left: auto;
    }

    .carousel-control:hover {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.carousel .item {
    width: 100%;
}

#accepted-cards {
    margin-top: 20px;
    height: 0 !important;
}

#UserInformation {
    z-index: 10;
    background-color: #f2f1f0;
    margin: 60px 60px 0 60px;
    padding: 30px;
    max-width: 1400px;
    border: 0;
    display:none !important;
    clear: both;
}
    #UserInformation h3 {
        margin-top:0px;
        margin-bottom:3px;
    }
    #UserInformation p {
        color:black;
        font-size: 14px;
    }
     #UserInformation ul {
     margin-bottom: 0 !important;
     }
    #UserInformation li {
        color:black;
        font-size: 14px;
        padding-bottom: 5px;
    }
     #UserInformation li:last-of-type {
    padding-bottom: 0 !important;
    }

/* New Order Page */
.orderdiv {
    position:relative;
    width:100%;
    height:auto;
    float:none;
    clear:both;
    padding:0;
    margin:0;
    display:block;
    color:black;
    font-size: 12px;
    font-weight:normal;
}
.orderdiv div:nth-child(1), .orderdiv div:nth-child(2), .orderdiv div:nth-child(3) {
    float:left;
}
.orderdiv div:nth-child(1) {
    width:68%;
}
.orderdiv div:nth-child(2) {
    width:5%;
}
.orderdiv div:nth-child(3) {
    width:27%;
}
.orderdiv div p, .orderdiv div p p {
    width:100%;
    padding:0;
    margin:0;
}
.orderdiv li {
    padding-bottom: 22px;
    list-style:none;
}
.orderdiv li a {
    font-size:1.4em;
    padding-bottom: 42px;
    text-decoration: none;
}

/* Drop Down */
.dropbtn {
    background-color:#FFF;
    background: url(Images/dropdown.png) no-repeat right #fff;
    color:#666;
    padding:10px 30px 10px 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-align:left;
    transition: all 0.4s ease;
    min-width:227px;
    margin: 0;
    box-sizing: border-box;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
	top: 37px;
	padding: 10px 0;
	min-width:227px;
}
    .dropdown-content a {
        color: black;
        padding: 3px 16px;
        text-decoration: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
        -webkit-transition: background 0s; /* For Safari 3.0 to 6.0 */
        transition: background 0s; /* For modern browsers */
    }
.dropdown-content a:hover {background-color:#ccc}
.dropdown:hover .dropdown-content {
    display:block;
}
.dropdown:hover .dropbtn {
    background-color:#e6e6e6;
    color:#000;
}


 
::-webkit-scrollbar {
	width: 10px;
}


::-webkit-scrollbar-track {
	background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
	background: #888;
}

	
	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
	
/* Landing Page */
	
.header {
padding: 25px;
overflow: hidden;
background: #fff;
}

.header img {
max-width: 141.5px;
float:left;
}

.jaguar-box {
background:url(Images/jaguar-box.webp);
width:49.3%;
float:left;
padding-bottom:34%;
background-size:cover;
background-position: 50% 90%;
background-repeat: no-repeat;
position:relative;
transition: all 0.4s ease;
}

.overlay-box {
background: rgba(20,20,20,0.7);
background: -webkit-linear-gradient(top, rgba(20,20,20,0.7), rgba(20,20,20,0));
  background:    -moz-linear-gradient(top, rgba(20,20,20,0.7), rgba(20,20,20,0));
  background:      -o-linear-gradient(top, rgba(20,20,20,0.7), rgba(20,20,20,0));
  background:         linear-gradient(to bottom, rgba(20,20,20,0.7), rgba(20,20,20,0));
padding: 15px 15px 60px;
opacity: 0.75
}

.overlay-box h1 {
color: #fff;
letter-spacing: 3px;
font-size: 1.65em;
transition: all 0.4s ease;
padding:10px 15px;
display: inline-block;
font-weight: 200;
}

.jaguar-box:hover h1 {
background: rgba(20,20,20,0.9) !important;
margin: 10px 0 0 10px;
}

.landrover-box:hover .overlay-box h1 {
background: rgba(255,255,255,0.9) !important;
color: #1e1e1e;
margin: 10px 0 0 10px;
}

.jaguar-box:hover .overlay-box, .landrover-box:hover .overlay-box {
opacity: 1;
}

.jaguar-box .overlay-box {
position:absolute;top:0;left:0;right:0;margin: 0 auto;
}

.jaguar-box .overlay-box img {
width:100%;height:auto;display:block;max-width:127px;padding-bottom:30px;padding-top:6px;margin: 0 auto
}

.jaguar-box .overlay-box .button {
background:#991b32;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:2px;text-align:center;padding:15px
}

.landrover-box {
background:url(Images/landrover-box.webp);
width:49.3%;
float:right;
padding-bottom:34%;
background-size:cover;
background-position: 50% 90%;
background-repeat: no-repeat;
position:relative;
transition: all 0.4s ease;
}

.landrover-box .overlay-box {
position:absolute;top:0;left:0;right:0;margin: 0 auto;
}

.landrover-box .overlay-box img {
width:100%;height:auto;display:block;max-width:127px;padding-bottom:25px;margin: 0 auto
}

.landrover-box .overlay-box .button {
background:#0c121c;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:2px;text-align:center;padding:15px
}

.jaguar-box > a, .landrover-box > a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.jaguar-box:hover, .landrover-box:hover {
opacity: 0.85;
}

.overlay-box .button {
transition: all 0.4s ease;
font-family: 'jlremericmedium', proxima-nova, Arial, sans-serif;
font-weight: 400;
}

.banner-overlay .button {
color:#fff;
font-size:12px;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
padding:15px 21px;
transition: all 0.4s ease;
font-family: 'jlremericmedium', proxima-nova, Arial, sans-serif;
font-weight: 400;
margin-top: 12px;
display: inline-block;
text-decoration: none !important;
}

.overlay-box .button:hover, .banner-overlay .button:hover {
opacity: 0.8;
}

#footercontent {
padding: 35px;
overflow: hidden;
position: relative;
clear: both;
display: block;
max-width:920px;
}

#footercontent p {
margin: 0;
line-height: 1.5em;
}

#footercontent *, .jaguar-box *, .landrover-box * {
font-family: 'jlremericextralight', proxima-nova, Arial, sans-serif;
color: #1e1e1e;
}

#footercontent h1, #footercontent h2, #footercontent h3, #footercontent h4 {
font-family: proxima-nova, 'jlremericextralight', Arial, sans-serif;
font-size: 40px;
line-height: 1.2;
letter-spacing: 0.06em;
font-weight: 200;
}

/* Standard page */

#maincontent {
width: 100% !important;
min-height: 0 !important;
background: transparent !important;
}




#contentright {
width: 100% !important;
}

.image-banner {
    width: 100%;
    /* padding-bottom: 40%; */
    background-size: cover !important;
    background-position: 50% 65% !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
}

.banner-overlay {
    margin: 30px 30px 120px;
    background: #FFFFFF;
    background: rgba(0,0,0,0.9);
    padding: 20px 25px;
    max-width: 460px;
    width: 70%;
}

.banner-overlay {
    margin: 30px 30px 120px;
    background: #FFFFFF;
    background: rgba(255,255,255, 0.9);
    padding: 20px 25px;
    max-width: 460px;
    width: 70%;
}

.banner-overlay h1, .banner-overlay h2 {
    color: #000000 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    letter-spacing: 0px;
    padding-bottom: 0;
    line-height: 1.2
}

    .banner-overlay p {
        color: #000000;
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 0 !important;
    }

.section-container {
    padding: 45px;
    max-width: 720px;
    margin: 0 auto;
}

.narrow {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}

.narrow #breadcrumb {
padding: 0 0 25px 0 !important;
}

.delivery-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: #d8d8d8;
}

.delivery-info a {
color: #fff !important;
}

.delivery-info a:hover {
opacity: 0.7 !important;
}

p:empty {
margin-bottom: 0 !important;
}

.image-bg {
position: relative;
display: block;
background-repeat: no-repeat !important;
background-position: 50% 100% !important;
background-size: cover !important;
overflow: hidden;
background: url(Images/image-bg.webp);
min-height: 75vh
}

.faq-bg {
background-size: 150% !important;
background-position: 50% 0 !important;
}

.content-container {
background: rgba(255,255,255,0.9);
max-width:720px;
margin: 40px auto;
display: block;
}

.content-container .innerbox {
padding: 0 !important;
}


/* Media Queries */


@media only screen and (min-width:1049px) {
.image-banner {
    min-height: 400px;
    }
    }
    
@media only screen and (min-width:1201px) and (max-width:1440px) {
.landrover-box, .jaguar-box {
padding-bottom: 43%;
}
}
    
@media only screen and (min-width:961px) and (max-width:1200px) {
.landrover-box, .jaguar-box {
padding-bottom: 50%;
}
}

@media only screen and (min-width:701px) and (max-width:960px) {
.landrover-box, .jaguar-box {
padding-bottom: 65%;
}
}

@media only screen and (min-width:701px) {
    #contentright #mainmenu > li:nth-of-type(2n) {
    margin-right: 0 !important;
    }
}

@media only screen and (min-width:501px) and (max-width:700px) {
#registermain > form > div, #adminmain > form > div, #paymentmain > form > div {
width: 50%;
}
#registermain .formtext, #adminmain .formtext, #paymentmain .formtext, #registermain select, #dAddresses select {
width: 90%;
margin: 10px 10% 0px 2px;
}
}

@media only screen and (max-width:500px) {
#registermain > form > div, #adminmain > form > div, #paymentmain > form > div {
width: 100%;
}
#registermain .formtext, #adminmain .formtext, #paymentmain .formtext, #registermain select, #dAddresses select {
width: 90%;
margin: 10px 10% 0px 2px;
}
}

@media only screen and (max-width:700px) {
#contentbox {
padding: 0 25px 25px 25px !important;
}
#breadcrumb {
padding: 25px !important;
}
.faq-bg {
    background-size: 450% !important;
    }
#accounttabs .tab, #accounttabs .tab.newtab {
float: none !important;
display: block !important;
}
.no-breadcrumbs #contentbox {
padding-top: 25px !important;
}
#contactmain #contacttop > div + div {
padding-left: 0 !important;
}
.content-container {
margin: 10px !important;
}
.landrover-box, .jaguar-box {
width: 100%;
padding-bottom: 80%;
background-position: 50% 90% !important;
}
#footercontent h1 {
font-size: 28px !important;
}
#footercontent p {
font-size: 16px !important;
}
.jaguar-box .overlay-box, .landrover-box .overlay-box {
max-width: none;
padding: 8px 8px 30px;
}
.overlay-box h1 { 
font-size: 1.3em;
letter-spacing: 2px;
}
.jaguar-box .overlay-box img, .landrover-box .overlay-box img {
max-width: 100px;
}
#menu {
font-size: 10px;
}
#contentright #mainmenu {
padding: 30px !important;
}
#contentright #mainmenu > li {
width: 100% !important;
margin: 0 0 25px 0 !important;
}
    #footer {     
        padding: 10px 5% 10px 5%;
    }

    .delivery-info {
        padding: 10px 5% 10px 5%;
    }
.banner-overlay {
margin: 30px auto !important;
}
.banner-overlay h1, .banner-overlay h2 {
font-size: 20px !important;
letter-spacing: 2px !important;
}
.banner-overlay p {
font-size: 13px !important;
}
.banner-overlay .button {
font-size: 11px !important;
letter-spacing: 1.5px !important;
padding: 13px 18px !important;
}
}

@media only screen and (max-width:340px) {
.overlay-box h1 {
font-size: 1em !important;
}
#footercontent h1 {
font-size: 23px !important;
}
}

@media only screen and (min-width:601px) {
.vin-input {
min-width: 190px !important;
}
.secondary-menu li#languages-li {
min-width: 140px;
text-align: center;
}
.mainmenu li#languages-li {
min-width: 140px;
text-align: center;
}
.secondary-menu li#languages-li ul {
text-align: left;
}
    .mainmenu li#languages-li ul {
        text-align: left;
    }
}

@media only screen and (max-width:600px) {
.mainmenu li#languages-li {
min-width: 102px;
text-align: center;
}
.mainmenu li#languages-li ul {
text-align: left;
}
#menu.mainmenu a {
/*font-family: 'gothambook', Arial !important;*/
font-size: 7px !important;
letter-spacing: 0.75px !important;
}
#contentbox h1, #contentbox #literaturemain h2 {
font-size: 1.0em;
}
#menu > ul > li > a {
font-size: 8px !important;
padding: 8px !important;
}
#contentright #mainmenu > li {
padding-bottom: 65% !important;
}
#contentright #mainmenu > li:last-of-type {
margin-bottom: 0 !important;
}
#contentright #mainmenu > li > a {
font-size: 13px !important;
padding: 100% 20px 20px 20px !important;
}

#contactmain #contacttop > div + div {
padding-left: 0 !important;
}
#contentleft #mainmenu {
/*padding: 15px 0 0 0 !important;*/
}
}

.model-year-calculator {
    padding-bottom: 40px;
    width: auto !important;
}

.vin-form {
display: block;
position: relative;
clear: both;
width: auto !important;
}

.vin-text {
display: block;
margin-bottom: 15px;
font-size: 13px
}

.vin-input {
outline: none;
background-color: #FFF;
color: #666;
padding: 10px 20px 10px 20px;
font-size: 14px;
border: none;
cursor: pointer;
text-align: left;
margin: 0;
}

.vin-button {
margin: 0;
text-align: center;
color: #ffffff;
padding: 11.5px 16px;
float: right;
text-transform: uppercase;
font-size: 11px;
text-decoration: none;
letter-spacing: 1px;
transition: all 0.4s ease;
outline: none;
border: 0 !important;
}

.vin-button {
outline-color: #333 !important;
}

.linkbutton:hover, .grey:hover{
text-decoration: none;
background-position: 0px -60px;
}

#modelyear {
    clear: both;
    position: relative;
    display: block;
    padding-top: 15px;
    overflow: hidden;
    font-size: 16px;
}

.contact-faq {
padding: 30px 0;
margin: 30px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.contact-faq p {
margin: 0 0 1.5em 0;
}

.sectionbutton {
display: inline-block;
clear: both;
float: none !important;
margin-left: 0 !important;
}

.no-breadcrumbs #contentbox {
padding-top: 45px;
}

#carttransactions {
background: #fff;
}

.orders-container {
    max-width: 1048px;
}

.popular-languages {
width: 100% !important;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #e7e7e7;
}

.nopopular {
border-bottom: 0 !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}

.languages, .popular-languages div {
width: 100% !important;
}

.popular-languages div {
display: block;
clear: both;
}

tr.Packaging {
display: none !important;
}

.product-image .large-image {
width: 384px !important;
height: 288px !important;
display: none;
opacity: 0;
transition: all 1s ease;
position: absolute;
z-index: 99999;
left: 80px;
right: 0;
top: 0;
bottom: 0;
box-shadow: 0 0 20px #aaa; 
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.product-image:hover .large-image {
display: block;
opacity: 1;
}

.vat-registered-container {
height: auto !important;
margin: 10px 0 20px 0 !important;
width: 100% !important;
}

.vat-number-container {
margin-bottom: 30px !important;
height: auto !important;
}

.basket-addresses table {
width: 50%;
float: left;
}

.innerbox > img {
max-width: 100%;
height: auto;
}

#forgottenpassword {
margin-top: 40px;
display: block;
position: relative;
left: 0;
overflow: hidden;
}

@media only screen and (max-width:650px) {
#breadcrumb {
font-size: 0.65em;
}
.packoptions {
table-layout: fixed;
}
.orderdiv > div {
    width:100% !important;
}
.vin-input {
width: 70% !important;
box-sizing: border-box;
}
.vin-button {
width: 30% !important;
box-sizing: border-box;
}
}


#languages {
    cursor: pointer;
}

    #languages a {
        min-width: 120px;
    }

    #languages li {
        position: relative;
        display: inline-block;
    }


.languages-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    text-align: left;
}

    .languages-dropdown-content li {
        min-width: 100%;
    }

        .languages-dropdown-content li a {
            padding: 15px 10px 15px 10px !important;
            text-align: left;
            -webkit-transition: background 0s; /* For Safari 3.0 to 6.0 */
            transition: background 0s; /* For modern browsers */
        }

        .languages-dropdown-content li:hover {
            background-color: #f0f0f0;
        }

.languages-show {
    display: block;
}