@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/*========================================================
                      Main Styles
=========================================================*/

body {
    background: #e2e6e9;
    color: #575758;
    /*font: 400 15px/24px 'Roboto Condensed', sans-serif;
    -webkit-text-size-adjust: none;
    padding-top: 75px; This is to start the contents of the page after the navigation ends*/
}

/*--------------------------------------------------General classes---------------------------------------------*/
.rad12 {
    -moz-border-radius: 12px; /*For Firefox*/
    -webkit-border-radius: 12px; /*For Safari & Chrome*/
    -khtml-border-radius: 12px; /*For Linux based browsers*/
    -border-radius: 12px; /*CSS3*/
}

.Box-S {
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.m5 {
    margin: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr5 {
    margin-right: 5px;
}

.mt5 {
    margin-top: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml30 {
    margin-left: 30px;
}

.m10 {
    margin: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr30 {
    margin-right: 30px;
}

.mr45 {
    margin-right: 60px;
}

.mt1 {
    margin-top: 1.2px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt45 {
    margin-top: 45px;
}

.mt60 {
    margin-top: 60px;
}

.mt75 {
    margin-top: 70px;
}

.mt90 {
    margin-top: 90px;
}

.mt120 {
    margin-top: 120px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad50 {
    padding: 50px;
}

.padB5 {
    padding-bottom: 5px;
}

.padB10 {
    padding-bottom: 10px;
}

.padB20 {
    padding-bottom: 20px;
}

.padB25 {
    padding-bottom: 25px;
}

.padB30 {
    padding-bottom: 30px;
}

.padB50 {
    padding-bottom: 50px;
}

.padB60 {
    padding-bottom: 60px;
}

.padB70 {
    padding-bottom: 70px;
}

.padT5 {
    padding-top: 5px;
}

.padT10 {
    padding-top: 10px;
}

.padT15 {
    padding-top: 15px;
}

.padT20 {
    padding-top: 20px;
}

.padT25 {
    padding-top: 25px;
}

.padT30 {
    padding-top: 30px;
}

.padT40 {
    padding-top: 40px;
}

.padT110 {
    padding-top: 110px;
}

.padL5 {
    padding-left: 5px;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padR5 {
    padding-right: 5px;
}

.padR45 {
    padding-right: 45px;
}

.bd {
    font-weight: bold;
}

.border1 {
    border: 1px solid #acacac;
}

.border2 {
    border: 1px solid #ffffff;
}

.border5Black {
    border: 5px solid #000000;
}

.borderLt {
    border-left: 1px solid #f2f2f2;
}

.borderRt {
    border-right: 1px solid #ac0000;
}

.borderBt {
    border-bottom: 1px solid #acacac;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.clearL {
    clear: left;
}

.clearR {
    clear: right;
}

.center {
    vertical-align: middle;
    text-align: center;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mh550 {
    min-height: 550px;
}

/*ul.arrow li, dl.arrow dt {
    background: url(../images/arrow_forward.gif) no-repeat 5px 5px;
    padding-left: 15px;
    padding-bottom: 10px;
}*/

ul.arrow li {
    background: transparent url(../images/arrow.gif) no-repeat 0 8px;
    padding-left: 20px;
    padding-bottom: 3px;
    text-align: justify;
}

.bgCell2H {
    background-color: #333333;
    color: #f2f2f2;
}

    .bgCell2H th {
        padding: 5px;
    }

.boxShadow {
    -moz-box-shadow: 0 5px 10px #f2f2f2;
    -webkit-box-shadow: 0 5px 10px #f2f2f2;
    box-shadow: 0 2px 5px #f2f2f2;
}

.lineH24 {
    line-height: 24px;
}

.posRel {
    position: relative;
}

.posAbs {
    position: absolute;
    top: 0px;
    right: 0px;
}

.text_just {
    text-align: justify;
}

.base-row {
    display: table-row;
}

.cursorNone {
    cursor: auto;
}

.cursorH, .pointer {
    cursor: pointer;
}

.feedback {
    border: 1px solid #c4c4c4;
}

a.current {
    color: #E4007B;
}

.u {
    text-decoration: underline;
}

.body_container {
    width: 100%;
    height: auto;
}

.sale_price {
    text-decoration: line-through;
}

/*.chkboxlist{text-indent:5px;}*/
.chkboxlist label {
    padding-left: 5px;
}

.radiobtnlist label {
    margin-right: 5px;
}

.fontDancingScript {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: #ac0000;
}

a.fontDancingScript:hover {
    color: #FAFAFA;
    text-decoration: none;
}

/*:-webkit-input-placeholder:after {
    content: '*';
}

:-moz-placeholder:after {
    content: '*';
}

::-moz-placeholder:after {
    content: '*';
}

:-ms-input-placeholder:after {
    content: '*';
}

[required]::-moz-placeholder::after {
    content: '*';
    color: red;
    vertical-align: top;
    font-size: small;
}*/

[required]::-webkit-input-placeholder {
    color: red;
    opacity: .7;
}

[required]::-moz-placeholder {
    color: #ac0000;
    opacity: .7;
}

[required]::-ms-input-placeholder {
    color: red;
    opacity: .7;
}

/*--------Font Size code----------*/
.FSize10 {
    font-size: 10.2px;
    letter-spacing: 0.1px;
}

.FSize11 {
    font-size: 11px;
    letter-spacing: 0.4px;
}

.FSize12 {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.FSize14 {
    font-size: 15px;
}

.FSizeN15 {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}

.FSize16 {
    font-size: 16px;
}

.FSize20 {
    font-size: 20px;
}

.FSize40 {
    font-size: 40px;
}

.FSize60 {
    font-size: 60px;
}

/*--------BG Color code----------*/

.bg_DefBanner {
    background: #EDEDE5;
}

.bg_LighterGrey {
    background: #F7F3F7;
}

.bg_LGrey {
    background: #D6D7D6;
}

.bg_aboutLexus {
    background: #727272;
}

.bg_aboutLexusGrey {
    background: #4D4D4D;
}

.bg_DefBanRt {
    background: #1B5362;
}

.bg_pink {
    background-color: #fe7ec3;
    color: #fff;
}

.bg_white {
    background: #fff;
}

.bg_dGgrey {
    background: #313031;
}

.bg_blue {
    background: #012C59;
}

.bg_form {
    background: #397c8f;
}

.bg_maroon {
    background: #B81A16;
}

.bg_sky {
    background-color: #d3e7f7;
}

.bg_black {
    background-color: #000000;
}

.bg_brown {
    background-color: #CE7D21;
}

.bg_DarkBrown {
    background-color: #C56A0C;
}

.bg_LightBrown {
    background-color: #A99672;
}

.bg_Orange {
    background-color: #E18728;
}

.bg_HBag1 {
    background-color: #6A6A6A;
    height: 80px;
}

.bg_HBag2 {
    background-color: #ECBB48;
    height: 80px;
}

    .bg_HBag1 a:link, .bg_HBag1 a:hover, .bg_HBag2 a:link, .bg_HBag2 a:hover {
        color: #FAFAFA;
        text-decoration: none;
    }

/*--------ForeColor codes----------*/

.l_pink {
    color: #fe7ec3;
}

.pink {
    color: #f50084;
}

.grey {
    color: #9D9C9C;
}

.white {
    color: #f6f6f6;
}

.black {
    color: #0e0e0e;
}

.sky {
    color: #6ed1ff;
}

.blue {
    color: #0067b0;
}

.org {
    color: #E78629;
}

.red {
    color: #AC0000;
}

/*==================     ToTop     ======================*/
.toTop {
    width: 42px;
    height: 42px;
    font-size: 27px;
    line-height: 38px;
    color: #8f8f90;
    background: #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #de0500;
        background: #f7f7f7;
        text-decoration: none;
    }

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}

/*==================== hr ==============================*/
hr {
    background: #dadbdc;
    color: #8C8D8E;
    margin: 0;
    padding: 0;
    border: 0;
    height: 2px;
    margin: 8px 0;
}

    hr + p {
        margin-top: 6px;
    }

.hr02 {
    margin: 26px 0;
}

/*========================   Default Page   ==========================*/

/*.socialCompBG {background:transparent url(../images/social-compliance-bg.jpg) no-repeat 0 0;
}*/
.socialCompBG {
    background: #012C59;
}
/*--Banner animation--*/
/* jssor slider arrow navigator skin 05 css */
/*
            .jssora05l                  (normal)
            .jssora05r                  (normal)
            .jssora05l:hover            (normal mouseover)
            .jssora05r:hover            (normal mouseover)
            .jssora05l.jssora05ldn      (mousedown)
            .jssora05r.jssora05rdn      (mousedown)
        */
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

/*-----------------*/
/* jssor slider thumbnail navigator skin 01 css */
/*
            .jssort01 .p            (normal)
            .jssort01 .p:hover      (normal mouseover)
            .jssort01 .p.pav        (active)
            .jssort01 .p.pdn        (mousedown)
        */

.jssort01 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 1920px;
    height: 100px;
}

    .jssort01 .p {
        position: absolute;
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        
    }

    .jssort01 .t {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .jssort01 .w {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .jssort01 .c {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 68px;
        height: 68px;
        border: #000 2px solid;
        box-sizing: content-box;
        background: url(../img/t01.png) -1920px -1920px no-repeat;
        _background: none;
    }

    .jssort01 .pav .c {
        top: 2px;
        _top: 0px;
        left: 2px;
        _left: 0px;
        width: 68px;
        height: 68px;
        border: #000 0px solid;
        _border: #fff 2px solid;
        background-position: 50% 50%;
    }

    .jssort01 .p:hover .c {
        top: 0px;
        left: 0px;
        width: 70px;
        height: 70px;
        border: #fff 1px solid;
        background-position: 50% 50%;
    }

    .jssort01 .p.pdn .c {
        background-position: 50% 50%;
        width: 68px;
        height: 68px;
        border: #000 2px solid;
    }

    * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
        /* ie quirks mode adjust */
        width /**/: 72px;
        height /**/: 72px;
    }

/*========================   About Us Page   ==========================*/

.growthBg {
    background: transparent url(../images/growthBg.jpg) no-repeat left bottom;
}

#Aw_Acc {
    background: url(../images/awards-accolades-bg.jpg) no-repeat center center fixed;
    display: table;
    height: 410px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*-------------------------------------- jQuery simply scroll starts here ------------------------------------------*/
.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.simply-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .simply-scroll-list li {
        padding: 0 10px 0 10px;
        margin-right: 0;
        list-style: none !important;
    }

        .simply-scroll-list li img {
            border: none;
            display: block;
        }

.simply-scroll {
    width: 100%;
    margin-bottom: 1em;
}

    .simply-scroll .simply-scroll-clip {
        width: 100%;
        height: 78px;
    }

    .simply-scroll .simply-scroll-list li {
        float: left; /* Horizontal scroll only */
    }

/*Vertical scroller example, with custom base class */

/* Container DIV */
.vert {
    width: 340px; /* wider than clip for custom button pos. */
    height: 400px;
    margin-bottom: 1.5em;
}

    /* Clip DIV */
    .vert .simply-scroll-clip {
        width: 290px;
        height: 400px;
    }

    /* Explicitly set height/width of each list item */
    .vert .simply-scroll-list li {
        width: 290px;
        height: 200px;
    }

    /* Modified button positions, overriding previous styles */
    .vert .simply-scroll-btn-up {
        right: 0;
        top: 0;
    }

    .vert .simply-scroll-btn-down {
        right: 0;
        top: 52px;
    }
/*-------------------------------------- jQuery simply scroll ends here ----------------------------------------------*/

/*---------------------------------------------------------tipr tooltip css code------------------------------------------------------*/
.tipr_content {
    font: 14px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #AC0000;
    font-weight: bold;
    background-color: #fff;
    padding: 9px 17px;
}

.tipr_container_bottom {
    display: none;
    position: absolute;
    margin-top: 13px;
    box-shadow: 2px 2px 5px #f9f9f9;
    z-index: 1000;
}

.tipr_container_top {
    display: none;
    position: absolute;
    margin-top: -77px;
    box-shadow: 2px 2px 5px #f9f9f9;
    z-index: 1000;
}

.tipr_point_top, .tipr_point_bottom {
    position: relative;
    background: #fff;
    border: 1px solid #000000; /*#dcdcdc*/
}

    .tipr_point_top:after, .tipr_point_top:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        top: 100%;
        content: "";
        height: 0;
        width: 0;
    }

    .tipr_point_top:after {
        border-top-color: #fff;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .tipr_point_top:before {
        border-top-color: #dcdcdc;
        border-width: 9px;
        left: 50%;
        margin-left: -9px;
    }

    .tipr_point_bottom:after, .tipr_point_bottom:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
    }

    .tipr_point_bottom:after {
        border-bottom-color: #fff;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .tipr_point_bottom:before {
        border-bottom-color: #000000; /*#dcdcdc*/
        border-width: 9px;
        left: 50%;
        margin-left: -9px;
    }

/*========================MasterPage Code==================================================*/
.botLinks {
    padding: 20px 0 20px 0;
}

/*------------------------Collection men code starts here----------------------------------------*/
.view {
    /*width: 200px;*/
    height: 313px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .view .mask, .view .content {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }
    /*.view img
{
    display: block;
    position: relative;
    background: url("images/ajax.gif") no-repeat scroll 75px 150px #FFFFFF;
}

.chkboxlist label{padding-left:5px;}*/

    .view span.info {
        display: inline-block;
        text-decoration: none;
        padding: 10px 10px;
        background: #000;
        color: #ffffff;
        position: absolute; /*top: 200px; left: 20px;*/
        top: 225px;
        left: 40px;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .view span.info:hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(219,127,8, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 80px 10px 0 10px !important;
    color: #FAFAFA !important;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first span.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2, .view-first:hover p, .view-first:hover span.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover span.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.des p { color:#FFF !important; } 
<!--about-->
body {
  padding : 10px ;
  
}

#exTab1 .tab-content {
    background-color: #f1f1f1;
    margin-top: 11px;
    color: #000;
    padding: 18px 35px;
   
}

.nav>li>a:active{
	border-bottom:2px solid #0066b0;
    text-decoration: none;
    background-color: #eee;
}
	
#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.nav>li>a {
	border-bottom:2px solid #0066b000;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
	

    text-decoration: none;
    background-color: #eee;
}
.nav>li>a:hover, .nav>li>a:focus{
	border-bottom:4px solid #f4c400;
    text-decoration: none;
    background-color: #eee;
}
.nav>li>a {
    border-bottom: 4px solid #f4c40000;
    text-decoration: none;
    
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border-bottom: 4px solid #f4c400;
    text-decoration: none;
    background-color: #eee;
}
.link_color{
	color: #0066b0 	!important;
	}
img.alignright, .wp-caption.alignright {
    float: right;
    margin-bottom: 0.5em;
    margin-right: 0;
    margin-left: 1.5em;
    margin-top: 0;
}
.entry-content img:not(.wp-smily) {
    margin-bottom: 20px;
}
.appear {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.alignright {
    float: right;
}
img.alignleft, .wp-caption.alignleft {
    float: left;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 1.5em;
    margin-top: 0;
}
.entry-content img:not(.wp-smily) {
    margin-bottom: 0px; 
}	

