@import url("/assets/css/font-sansheadoffice.css");

/*********************************************/
/* FONT-FACE    */
/* MODERN ECO LIGHT   */
/*********************************************/

@font-face {
    font-family: 'ModernHEcoLight';
    src: url('../fonts/moderhel-webfont.eot');
    src: url('../fonts/moderhel-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/moderhel-webfont.woff') format('woff'),
    url('../fonts/moderhel-webfont.ttf') format('truetype'),
    url('../fonts/moderhel-webfont.svg#ModernHEcoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ModernHLight';
    src: url('../fonts/modernh-light-webfont.eot');
    src: url('../fonts/modernh-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modernh-light-webfont.woff') format('woff'),
    url('../fonts/modernh-light-webfont.ttf') format('truetype'),
    url('../fonts/modernh-light-webfont.svg#HyundaiSansHeadExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ModernHBold';
    src: url('../fonts/modernh-bold-webfont.eot');
    src: url('../fonts/modernh-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modernh-bold-webfont.woff') format('woff'),
    url('../fonts/modernh-bold-webfont.ttf') format('truetype'),
    url('../fonts/modernh-bold-webfont.svg#ModernHBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ModernHMedium';
    src: url('../fonts/modernh-medium-webfont.eot');
    src: url('../fonts/modernh-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modernh-medium-webfont.woff') format('woff'),
    url('../fonts/modernh-medium-webfont.ttf') format('truetype'),
    url('../fonts/modernh-medium-webfont.svg#HyundaiSansHeadMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********************************************/
/* FONT-FACE    */
/* HYUNDAI SANS TEXT   */
/*********************************************/
@font-face {
    font-family: 'HyundaiSansHeadExtraLight';
    src: url('../fonts/HyundaiSansHead-ExtraLightBETA.woff');
    src: url('../fonts/HyundaiSansHead-ExtraLightBETA.woff') format('embedded-opentype'),
    url('../fonts/HyundaiSansHead-ExtraLightBETA.woff') format('woff'),
    url('../fonts/HyundaiSansHead-ExtraLightBETA.woff') format('truetype'),
    url('../fonts/HyundaiSansHead-ExtraLightBETA.woff') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HyundaiSansHeadMedium';
    src: url('../fonts/HyundaiSansHead-Medium.woff');
    src: url('../fonts/HyundaiSansHead-Medium.woff') format('embedded-opentype'),
    url('../fonts/HyundaiSansHead-Medium.woff') format('woff'),
    url('../fonts/HyundaiSansHead-Medium.woff') format('truetype'),
    url('../fonts/HyundaiSansHead-Medium.woff') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HyundaiSansTextRegular';
    src: url('../fonts/HyundaiSansText-Regular.woff');
    src: url('../fonts/HyundaiSansText-Regular.woff') format('embedded-opentype'),
    url('../fonts/HyundaiSansText-Regular.woff') format('woff'),
    url('../fonts/HyundaiSansText-Regular.woff') format('truetype'),
    url('../fonts/HyundaiSansText-Regular.woff') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*********************************************/
/* FONT-FACE    */
/* SANS HEAD OFFICE   */
/*********************************************/



/******************************/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

#backgroundImage {
    width: 100%;
    height: 1000px;
    display: none;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center top;
    background-repeat: no-repeat;
}

/* START || Nouvelle navigation Menu Modèles 2018 Git-branch: 515-Hyube/6-refonte-menu-modèle */

#topNavigationMenu{
    position: relative;
    z-index: 10000;
    width: 100%;
    height: 70px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #CCC;
}
#topNavigationMenu a{
    text-decoration: none;
    color: #4a4a4a;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 16px;
}
#topNavigationMenu .CenterBlock {
    width: 960px;
}
/**/
.Nederlands,.Français{
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    padding: 4px 10px 0px 10px;
    font-size: 14px;
}

#testContact{
    padding: 15px 0px;
    display: flex;
    margin-right: 35px;
    height: 31px;
}

.testDrive img{
    height: 17.4px;
    width: 17.4px;
}
.contact img{
    height: 17.4px;
    width: 23.3px;
}
.rdv img{
    height: 26px;
    width: 26px;
    margin-top: -5px;
}
.netwerk img{
    height: 20px;
    width: 31.3px;
    margin-top: -2px;
}
.netwerk.tooltipMenu .tooltiptext{
    right: -45px;

}
.tooltipMenu {
    position: relative;
}

.tooltipMenu .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 35px;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 14px;
    right: -40px;
}

.tooltipMenu:hover .tooltiptext {
    visibility: visible;
}
#testContact .testDrive img, #testContact .contact img, #testContact .netwerk img {
    margin-right: 15px;
}
.testDrive{
    display: flex;
}
.testDrive span{
    margin-top: 1px;
}
/**/
#pageListMenu{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top:8px;
}
#LanMenu{
    position: absolute;
    display: flex;
    width: 960px;
    justify-content: flex-end;
    text-decoration: none;
    z-index: 15;
    top: -3px;
}
#LanMenu a{
    text-decoration: none;
    color: #4a4a4a;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 12px;
    margin-right: -140px;
}

#topNavigationMenu .pageListMenuLogo {
    height: 50px;
    align-items: flex-end;
}
#topNavigationMenu .pageListMenuLogo img{
    width: 154px;
    margin-top: 2px;
}

.pageListMenuPages{
    display: flex;
    height: 46px;
    margin-left: -20px;
}
a.menu2{
    display: block;
    border-bottom: 4px solid #00aad2;
}
.pageListMenuPages a{
    text-decoration:none;
}
.pageListMenuPages a{
    margin: 0px 25px;
}
.pageListMenuPages a:hover {
    display: block;
    border-bottom: 4px solid #00aad2;
}
.pageListMenuPages hr{
    display: none;
}
.menuSelected{
    display: block!important;
}

/*RANGE FILTER*/
#rangeModels {
    display: flex!important;
    padding: 0px 10px;
    width: 940px;
    margin: auto;
    flex-wrap: wrap;
    
}

#rangeModels hr{
    border-top: 1px solid #ccc;
}
.cfwCross{
    width: 960px;
    display: flex;
    justify-content: flex-end;
    margin: auto;
}
.crossMenu{
    position: relative!important;
}
.upcomingRibbonImg{
    position: absolute;
    width: 70px!important;
    right: -7px;
    top: -5px;
}

#typology40 img{
    width: 20px;
    margin-right: 10px;
}

#typology0{
    background-color: #002C5F;
    width: 139px;
    font-family: HyundaiSansHeadOfficeRegular;
    font-size: 14px;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #FFF;
    margin-left: 21px;
}

#loaderSpinner{
    font-size: 25px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #002c5f;
}

.filterBlockFullRange{
    display: flex;
    align-items: center;
    flex-direction: column
}

.filterBlockFullRange h2 {
    width: 960px;
    margin: 24px 0px;
    font-family: HyundaiSansHeadOfficeMedium!important;
    font-size: 17px!important;
    text-align: left!important;
    color: #45484b!important;
}

.filterBlocks{
    width: 960px;
    display: flex;
    justify-content: space-between;
}
.filterBlocks .sortBloc img {
    width: 21px;
    height: 24px;
}
.sortBlocTop {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HyundaiSansHeadOfficeLight;
    font-size: 13px;
    color: #013469;
    margin-bottom: 10px;
}

.sortBloc select{
    border: 1px solid #CCC;
    border-radius: 4px;
    height: 24px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* END || Nouvelle navigation Menu Modèles 2018 Git-branch: 515-Hyube/6-refonte-mennu-modèle */

#lgBG {
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/whitePix70.png);
}

#loaderLG {
    float: left;
    width: 100%;
    line-height: 100%;
    text-align: center;
}

#lgContainer {
    display: none;
    width: 348px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.boxWorldcup {
    -moz-box-shadow: 1px 1px 45px #888888;
    -webkit-box-shadow: 1px 1px 45px #888888;
    box-shadow: 1px 1px 45px #888888;
    background-color: white;
    display: block;
    padding: 15px;
    width: 330px;
    height: 370px;
    text-align: center;
}

.closeBox {
    float: right;
    cursor: pointer;
    background: url(../images/icons/cross.png);
    height: 19px;
    width: 19px;
}

#lgTop {
    float: left;
    width: 348px;
    height: 112px;
    background: url(../images/lg/lgTop.png);
}

.lgMiddle {
    float: left;
    width: 348px;
    height: 0px;
    background: url(../images/lg/lgMiddle.png);
    text-align: center;
    color: #444;
    font-family: 'arial';
}

.lgMiddle2 {
    float: left;
    width: 348px;
    height: 150px;
    background: url(../images/lg/lgMiddle.png);
    text-align: center;
    color: #444;
    font-family: 'arial';
}

.btLG {
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    background: url(../images/bg/btLG.png);
    text-align: center;
    overflow: hidden;
}

.lgBGHref {
    color: #333;
    text-decoration: none;
    line-height: 32px;
    cursor: pointer;
}

#lgBottom {
    float: left;
    width: 348px;
    height: 44px;
    background: url(../images/lg/lgBottom.png);
}

/* ****************************

    VINCENT MODIFICATIONS

**************************** */

.newModernblue {
    font-family: 'HyundaiSansHeadMedium';
    color: #004587;
}

/* ****************************

    CONCOURS BMS 2016

**************************** */

a.bms-concours-link:hover,
a.bms-concours-link {
    display: inline-block;
    width: 250px;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}


a.bms-concours-link {
    background-color: #004488;
    margin-right: 8px;
}
.hyundai div sup {
    font-size: 7px;
    font-weight: bold;
}

#saveForm {
    background-color: #e4442e !important;
    margin-left: 8px !important;
    width: 48%;
    min-height: 55px;
    font-size: 18px;
    text-decoration: none;
    border: none;
    color: #fff;
}

.container-bms-concours div > input,
.container-bms-concours div > p {
    margin-left: 20px;
}

.container-bms-concours div > input {
    width: 90%;
    height: 30px;
}

.container-input-bms-concours {
    max-width: 920px;
    display: block;
    margin: 40px auto;
    background-color: #ececeb;
    max-height: 200px;
}
.container-input-bms-concours-main {
    display: block;
    margin: 40px auto;
    padding: 15px;
    background-color: #ececeb;
}
.container-bms-concours {
    display: inline-block;
    width: 55%;
    position: relative;
    margin-left: 20px;
    height: 200px;
}
#bms-concours-2016 label {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
#bms-concours-2016 li#li_11 label {
    color: #004488;
}
#bms-concours-2016 form#formContest ul {
    padding-left: 0px;
}
#bms-concours-2016 form#formContest li {
    display: inline-block;
    width: 33% !important;
    margin-bottom: 10px;
    list-style: none;
}
#bms-concours-2016 form#formContest li#li_4,
#bms-concours-2016 form#formContest li#li_5 {
    width: 16.4% !important;
}
#bms-concours-2016 form#formContest li input {
    width: 250px;
}
#bms-concours-2016 form#formContest li input[type="radio"] {
    width: 15px !important;
}
#bms-concours-2016 form#formContest li#li_6 select {
    width: 265px !important;
    background-color: #fff;
}
#bms-concours-2016 form#formContest li#li_4 input,
#bms-concours-2016 form#formContest li#li_5 input {
    width: 100px !important;
}
#bms-concours-2016 input[type="date"],
#bms-concours-2016 input[type="number"],
#bms-concours-2016 input[type="text"],
#bms-concours-2016 select {
    border: 1px solid #dcdcdc;
    height: 30px;
    font-family: 'HyundaiSansHeadExtraLight';
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
}
#bms-concours-2016 form#formContest li#li_6 {
    width: 32% !important;
}
#bms-concours-2016 form#formContest li#li_11 {
    width: 100% !important;
    margin-top: 20px;
}
.content_thks {
    font-family: 'HyundaiSansHeadMedium';
}
.summer-big-deal button#submit {
    background-color: #004b8d;
    border-radius: 0px;
    padding: 8px 10px;
    text-shadow: none !important;
}

.summer-big-deal .text,
.summer-big-deal button#submit {
    font-family: 'HyundaiSansHeadOfficeLight' !important;
}
.summer-big-deal strong {
    font-family: 'HyundaiSansHeadOfficeMedium' !important;
}
/******************************/

img {
    border: none;
}

html {
    height: 100%;
}

p {
    margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    font-size: inherit;
}

/******************************/

.bigDeal .hyundai,
.bigDeal.hyundai {
    font-family: 'HyundaiSansTextMedium';
}

.hyundai {
    font-family: 'HyundaiSansHeadMedium';
}

.hyundaiColor {
    color: #0F336F;
}

.hyundai20 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 20px;
}

.hyundai22 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 22px;
}

.hyundai24 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 24px;
}

.hyundaiBold {
    font-family: 'ModernHBold';
}

.hyundaiLight {
    font-family: 'HyundaiSansHeadExtraLight';
}

.separator {
    border-top: 1px dotted #ccc;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 15px;
}

/** From Tiny ********************/

.modern {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
}

.modernblue {
    font-family: 'HyundaiSansHeadMedium';
    color: #184886;
}

.modernbold {
    font-family: 'ModernHBold';
}

.modernlight {
    font-family: 'ModernHEcoLight';
}

.georgia {
    font-family: 'Georgia';
    font-style: italic;
}

.modernTitle14, .moderntitle14 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 14px;
}

.modernTitle18, .moderntitle18 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 18px;
    margin-top: 20px;
}

.moderntitle20 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 20px;
}

.modernTitle24, .moderntitle24 {
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    font-size: 24px;
}

/******************************/

/* BREADCRUMB *************/

ul#breadcrumb {
    float: left;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 11px;
}

#breadcrumb li {
    float: left;
    list-style: none;
}

#breadcrumb li + li:before {
    content: '>';
    margin: 0 2px;
    float: left;
    list-style: none;
    padding: 0;
}

#breadcrumb a {
    text-decoration: none;
    color: #666;
    font-size: 11px;
}

#breadcrumb a:hover {
    text-decoration: underline;
    color: #666;
    font-size: 11px;
}

.breadCrumbSpan {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

.breadCrumbSpan:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #666;
}

a.breadCrumbHref {
    text-decoration: none;
    color: #666;
}

a.breadCrumbHref:hover {
    text-decoration: underline;
    color: #666;
}

/* BABEL ******************/

a.lg {
    text-decoration: none;
    color: #CCC;
}

a.lg:hover {
    text-decoration: none;
    color: #CCC;
}

a.lgActive {
    text-decoration: none;
    color: #333;
}

a.lgActive:hover {
    text-decoration: none;
    color: #333;
}

a.bt {
    float: left;
    text-decoration: none;
    color: #333;
    line-height: 30px;
    border: 0;
}

a.bt:hover {
    text-decoration: none;
    color: #333;
    line-height: 30px;
    border: 0;
}

.babelLinksContainer {
    position: absolute;
    z-index: 1000;
    text-align: center;
    padding: 6px 10px 2px 10px;
    margin-left: 900px;
    margin-top: 0px;
    font-size: 12px;
    border: 1px solid #F2F2F2;
    height: 22px;
    background-color: #fff;
}

.babelLinksContainer li {
    list-style: none;
    float: left;
}

/* MainMenu ***************/

a.mainMenu {
    text-decoration: underline;
    color: #333;
}

a.mainMenu:hover {
    text-decoration: underline;
    color: #333;
}

/**************************/

.cfw {
    clear: left;
    float: left;
    width: 100%
}
.coTop{
    display: flex;
}
.coTop * {
    text-align: left!important;
}
.co {
    /*display: flex;*/
    clear: both;
    overflow: hidden;
}

.cfl {
    clear: left;
    float: left;
}

.cl {
    clear: left;
}

.cb {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    display: inline;
}

.dn {
    display: none;
}

.vh {
    visibility: hidden;
}

.vv {
    visibility: visible;
}

.oi {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.oxh {
    overflow-x: hidden;
}

.oxh {
    overflow-y: hidden;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.zi100 {
    z-index: 100;
}

.zi1000 {
    z-index: 1000;
}

.zi10000 {
    z-index: 10000;
}

/** texts and fonts *****************/

.tdn {
    text-decoration: none
}

.tdu {
    text-decoration: underline
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.taj {
    text-align: justify;
}

.fs8 {
    font-size: 8px
}

.fs9 {
    font-size: 9px
}

.fs10 {
    font-size: 10px
}

.fs11 {
    font-size: 11px
}

.fs12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs17 {
    font-size: 17px
}

.fs18 {
    font-size: 18px
}

.fs19 {
    font-size: 19px
}

.fs20 {
    font-size: 20px
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px
}

.fs23 {
    font-size: 23px
}

.fs24 {
    font-size: 24px
}

.fs25 {
    font-size: 25px
}

.fs26 {
    font-size: 26px
}

.fs27 {
    font-size: 27px
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px
}

.fs30 {
    font-size: 30px
}

.fs34 {
    font-size: 34px
}

.fs40 {
    font-size: 40px
}

.fs50 {
    font-size: 50px
}

.fs60 {
    font-size: 60px
}

.fs70 {
    font-size: 70px
}

.fs80 {
    font-size: 80px;
}

.fs90 {
    font-size: 90px
}

.fs100 {
    font-size: 100px;
}

.ws {
    white-space: nowrap;
}

.arial {
    font-family: 'Arial';
}

.verdana {
    font-family: 'Verdana';
}

.georgia {
    font-family: 'Georgia';
}

.helvetica {
    font-family: 'Helvetica';
}

.italic {
    font-style: italic
}

.bold {
    font-weight: bold;
}

.cursor {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.lowcase {
    text-transform: lowercase;
}

/** width *****************/

.w0 {
    width: 0px
}

.w100p {
    width: 100%
}

.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w50 {
    width: 50px
}

.w100 {
    width: 100px
}

.w150 {
    width: 150px
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w900 {
    width: 900px;
}

.w1000 {
    width: 1000px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}

/** height *****************/

.h0 {
    height: 0px
}

.h100p {
    height: 100%
}

.h10 {
    height: 10px
}

.h20 {
    height: 20px
}

.h30 {
    height: 30px
}

.h40 {
    height: 40px
}

.h50 {
    height: 50px
}

.h100 {
    height: 100px
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px
}

.h250 {
    height: 250px
}

.h300 {
    height: 300px
}

.h400 {
    height: 400px
}

.h500 {
    height: 500px
}

.h1000 {
    height: 1000px;
}

/** color *****************/

.cFFF {
    color: #FFFFFF
}

.c000 {
    color: #000000
}

.c111 {
    color: #111111
}

.c222 {
    color: #222222
}

.c333 {
    color: #333333
}

.c444 {
    color: #444444
}

.c555 {
    color: #555555;
}

.c666 {
    color: #666666
}

.c777 {
    color: #777777
}

.c888 {
    color: #888888
}

.c999 {
    color: #999999
}

.cAAA {
    color: #AAAAAA
}

.cBBB {
    color: #BBBBBB
}

.cCCC {
    color: #CCCCCC;
}

.cDDD {
    color: #DDDDDD
}

.cEEE {
    color: #EEEEEE
}

.cF2F {
    color: #F2F2F2
}

.cF8F {
    color: #F8F8F8
}

.cE2E {
    color: #E2E2E2
}

.cFF0 {
    color: #FF0000
}

.c009 {
    color: #009900;
}

/** background ************/

.bgFFF {
    background-color: #FFFFFF
}

.bg000 {
    background-color: #000000
}

.bg111 {
    background-color: #111111
}

.bg222 {
    background-color: #222222;
}

.bg333 {
    background-color: #333333
}

.bg444 {
    background-color: #444444
}

.bg555 {
    background-color: #555555
}

.bg666 {
    background-color: #666666;
}

.bg777 {
    background-color: #777777
}

.bg888 {
    background-color: #888888
}

.bg999 {
    background-color: #999999
}

.bgAAA {
    background-color: #AAAAAA;
}

.bgBBB {
    background-color: #BBBBBB
}

.bgCCC {
    background-color: #CCCCCC
}

.bgDDD {
    background-color: #DDDDDD
}

.bgEEE {
    background-color: #EEEEEE;
}

.bgF2F {
    background-color: #F2F2F2
}

.bgF8F {
    background-color: #F8F8F8
}

.bgE2E {
    background-color: #E2E2E2
}

.bgFF0 {
    background-color: #FF0000;
}

.bg009 {
    background-color: #009900
}

.bga {
    background: aqua
}

.bgb {
    background: blue;
}

/** border ****************/

.b {
    border: 1px solid #CCCCCC
}

.bt {
    border-top: 1px solid #CCCCCC
}

.br {
    border-right: 1px solid #CCCCCC
}

.bb {
    border-bottom: 1px solid #CCCCCC
}

.bl {
    border-left: 1px solid #CCCCCC;
}

.bd {
    border: 1px dotted #CCCCCC
}

.btd {
    border-top: 1px dotted #CCCCCC
}

.brd {
    border-right: 1px dotted #CCCCCC
}

.bbd {
    border-bottom: 1px dotted #CCCCCC
}

.bl {
    border-left: 1px solid #CCCCCC;
}

/** padding ***************/

.p0 {
    padding: 0
}

.p1 {
    padding: 1px
}

.p2 {
    padding: 2px
}

.p3 {
    padding: 3px
}

.p4 {
    padding: 4px
}

.p5 {
    padding: 5px
}

.p6 {
    padding: 6px
}

.p7 {
    padding: 7px
}

.p8 {
    padding: 8px
}

.p9 {
    padding: 9px
}

.p10 {
    padding: 10px
}

.p11 {
    padding: 11px
}

.p12 {
    padding: 12px
}

.p13 {
    padding: 13px
}

.p14 {
    padding: 14px
}

.p15 {
    padding: 15px
}

.p16 {
    padding: 16px
}

.p17 {
    padding: 17px
}

.p18 {
    padding: 18px
}

.p19 {
    padding: 19px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.p35 {
    padding: 35px
}

.p40 {
    padding: 40px
}

.p45 {
    padding: 45px
}

.p50 {
    padding: 50px;
}

.p60 {
    padding: 60px;
}

.p70 {
    padding: 70px;
}

.p80 {
    padding: 80px;
}

.p90 {
    padding: 90px;
}

.p100 {
    padding: 100px;
}

.p150 {
    padding: 150px;
}

.p200 {
    padding: 200px;
}

.p250 {
    padding: 250px;
}

.p300 {
    padding: 300px;
}

.p400 {
    padding: 400px;
}

.p500 {
    padding: 500px;
}

.p600 {
    padding: 600px;
}

.p700 {
    padding: 700px;
}

.p800 {
    padding: 800px;
}

.p900 {
    padding: 900px;
}

.p1000 {
    padding: 1000px;
}

.pt0 {
    padding-top: 0
}

.pt1 {
    padding-top: 1px
}

.pt2 {
    padding-top: 2px
}

.pt3 {
    padding-top: 3px
}

.pt4 {
    padding-top: 4px
}

.pt5 {
    padding-top: 5px
}

.pt6 {
    padding-top: 6px
}

.pt7 {
    padding-top: 7px
}

.pt8 {
    padding-top: 8px
}

.pt9 {
    padding-top: 9px
}

.pt10 {
    padding-top: 10px
}

.pt11 {
    padding-top: 11px
}

.pt12 {
    padding-top: 12px
}

.pt13 {
    padding-top: 13px
}

.pt14 {
    padding-top: 14px
}

.pt15 {
    padding-top: 15px
}

.pt16 {
    padding-top: 16px
}

.pt17 {
    padding-top: 17px
}

.pt18 {
    padding-top: 18px
}

.pt19 {
    padding-top: 19px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt150 {
    padding-top: 150px;
}

.pt200 {
    padding-top: 200px;
}

.pt250 {
    padding-top: 250px;
}

.pt300 {
    padding-top: 300px;
}

.pt400 {
    padding-top: 400px;
}

.pt500 {
    padding-top: 500px;
}

.pt600 {
    padding-top: 600px;
}

.pt700 {
    padding-top: 700px;
}

.pt800 {
    padding-top: 800px;
}

.pt900 {
    padding-top: 900px;
}

.pt1000 {
    padding-top: 1000px;
}

.pr0 {
    padding-right: 0
}

.pr1 {
    padding-right: 1px
}

.pr2 {
    padding-right: 2px
}

.pr3 {
    padding-right: 3px
}

.pr4 {
    padding-right: 4px
}

.pr5 {
    padding-right: 5px
}

.pr6 {
    padding-right: 6px
}

.pr7 {
    padding-right: 7px
}

.pr8 {
    padding-right: 8px
}

.pr9 {
    padding-right: 9px
}

.pr10 {
    padding-right: 10px
}

.pr11 {
    padding-right: 11px
}

.pr12 {
    padding-right: 12px
}

.pr13 {
    padding-right: 13px
}

.pr14 {
    padding-right: 14px
}

.pr15 {
    padding-right: 15px
}

.pr16 {
    padding-right: 16px
}

.pr17 {
    padding-right: 17px
}

.pr18 {
    padding-right: 18px
}

.pr19 {
    padding-right: 19px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.pr100 {
    padding-right: 100px;
}

.pr150 {
    padding-right: 150px;
}

.pr200 {
    padding-right: 200px;
}

.pr250 {
    padding-right: 250px;
}

.pr300 {
    padding-right: 300px;
}

.pr400 {
    padding-right: 400px;
}

.pr500 {
    padding-right: 500px;
}

.pr600 {
    padding-right: 600px;
}

.pr700 {
    padding-right: 700px;
}

.pr800 {
    padding-right: 800px;
}

.pr900 {
    padding-right: 900px;
}

.pr1000 {
    padding-right: 1000px;
}

.pb0 {
    padding-bottom: 0
}

.pb1 {
    padding-bottom: 1px
}

.pb2 {
    padding-bottom: 2px
}

.pb3 {
    padding-bottom: 3px
}

.pb4 {
    padding-bottom: 4px
}

.pb5 {
    padding-bottom: 5px
}

.pb6 {
    padding-bottom: 6px
}

.pb7 {
    padding-bottom: 7px
}

.pb8 {
    padding-bottom: 8px
}

.pb9 {
    padding-bottom: 9px
}

.pb10 {
    padding-bottom: 10px
}

.pb11 {
    padding-bottom: 11px
}

.pb12 {
    padding-bottom: 12px
}

.pb13 {
    padding-bottom: 13px
}

.pb14 {
    padding-bottom: 14px
}

.pb15 {
    padding-bottom: 15px
}

.pb16 {
    padding-bottom: 16px
}

.pb17 {
    padding-bottom: 17px
}

.pb18 {
    padding-bottom: 18px
}

.pb19 {
    padding-bottom: 19px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb200 {
    padding-bottom: 200px;
}

.pb250 {
    padding-bottom: 250px;
}

.pb300 {
    padding-bottom: 300px;
}

.pb400 {
    padding-bottom: 400px;
}

.pb500 {
    padding-bottom: 500px;
}

.pb600 {
    padding-bottom: 600px;
}

.pb700 {
    padding-bottom: 700px;
}

.pb800 {
    padding-bottom: 800px;
}

.pb900 {
    padding-bottom: 900px;
}

.pb1000 {
    padding-bottom: 1000px;
}

.pl0 {
    padding-left: 0
}

.pl1 {
    padding-left: 1px
}

.pl2 {
    padding-left: 2px
}

.pl3 {
    padding-left: 3px
}

.pl4 {
    padding-left: 4px
}

.pl5 {
    padding-left: 5px
}

.pl6 {
    padding-left: 6px
}

.pl7 {
    padding-left: 7px
}

.pl8 {
    padding-left: 8px
}

.pl9 {
    padding-left: 9px
}

.pl10 {
    padding-left: 10px
}

.pl11 {
    padding-left: 11px
}

.pl12 {
    padding-left: 12px
}

.pl13 {
    padding-left: 13px
}

.pl14 {
    padding-left: 14px
}

.pl15 {
    padding-left: 15px
}

.pl16 {
    padding-left: 16px
}

.pl17 {
    padding-left: 17px
}

.pl18 {
    padding-left: 18px
}

.pl19 {
    padding-left: 19px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}

.pl150 {
    padding-left: 150px;
}

.pl200 {
    padding-left: 200px;
}

.pl250 {
    padding-left: 250px;
}

.pl300 {
    padding-left: 300px;
}

.pl400 {
    padding-left: 400px;
}

.pl500 {
    padding-left: 500px;
}

.pl600 {
    padding-left: 600px;
}

.pl700 {
    padding-left: 700px;
}

.pl800 {
    padding-left: 800px;
}

.pl900 {
    padding-left: 900px;
}

.pl1000 {
    padding-left: 1000px;
}

/** margin ****************/

.m0 {
    margin: 0
}

.m1 {
    margin: 1px
}

.m2 {
    margin: 2px
}

.m3 {
    margin: 3px
}

.m4 {
    margin: 4px
}

.m5 {
    margin: 5px
}

.m6 {
    margin: 6px
}

.m7 {
    margin: 7px
}

.m8 {
    margin: 8px
}

.m9 {
    margin: 9px
}

.m10 {
    margin: 10px
}

.m11 {
    margin: 11px
}

.m12 {
    margin: 12px
}

.m13 {
    margin: 13px
}

.m14 {
    margin: 14px
}

.m15 {
    margin: 15px
}

.m16 {
    margin: 16px
}

.m17 {
    margin: 17px
}

.m18 {
    margin: 18px
}

.m19 {
    margin: 19px
}

.m20 {
    margin: 20px
}

.m25 {
    margin: 25px
}

.m30 {
    margin: 30px
}

.m35 {
    margin: 35px
}

.m40 {
    margin: 40px
}

.m45 {
    margin: 45px
}

.m50 {
    margin: 50px;
}

.m60 {
    margin: 60px;
}

.m70 {
    margin: 70px;
}

.m80 {
    margin: 80px;
}

.m90 {
    margin: 90px;
}

.m100 {
    margin: 100px;
}

.m150 {
    margin: 150px;
}

.m200 {
    margin: 200px;
}

.m250 {
    margin: 250px;
}

.m300 {
    margin: 300px;
}

.m400 {
    margin: 400px;
}

.m500 {
    margin: 500px;
}

.m600 {
    margin: 600px;
}

.m700 {
    margin: 700px;
}

.m800 {
    margin: 800px;
}

.m900 {
    margin: 900px;
}

.m1000 {
    margin: 1000px;
}

.mt0 {
    margin-top: 0
}

.mt1 {
    margin-top: 1px
}

.mt2 {
    margin-top: 2px
}

.mt3 {
    margin-top: 3px
}

.mt4 {
    margin-top: 4px
}

.mt5 {
    margin-top: 5px
}

.mt6 {
    margin-top: 6px
}

.mt7 {
    margin-top: 7px
}

.mt8 {
    margin-top: 8px
}

.mt9 {
    margin-top: 9px
}

.mt10 {
    margin-top: 10px
}

.mt11 {
    margin-top: 11px
}

.mt12 {
    margin-top: 12px
}

.mt13 {
    margin-top: 13px
}

.mt14 {
    margin-top: 14px
}

.mt15 {
    margin-top: 15px
}

.mt16 {
    margin-top: 16px
}

.mt17 {
    margin-top: 17px
}

.mt18 {
    margin-top: 18px
}

.mt19 {
    margin-top: 19px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt250 {
    margin-top: 250px;
}

.mt300 {
    margin-top: 300px;
}

.mt400 {
    margin-top: 400px;
}

.mt500 {
    margin-top: 500px;
}

.mt600 {
    margin-top: 600px;
}

.mt700 {
    margin-top: 700px;
}

.mt800 {
    margin-top: 800px;
}

.mt900 {
    margin-top: 900px;
}

.mt1000 {
    margin-top: 1000px;
}

.mr0 {
    margin-right: 0
}

.mr1 {
    margin-right: 1px
}

.mr2 {
    margin-right: 2px
}

.mr3 {
    margin-right: 3px
}

.mr4 {
    margin-right: 4px
}

.mr5 {
    margin-right: 5px
}

.mr6 {
    margin-right: 6px
}

.mr7 {
    margin-right: 7px
}

.mr8 {
    margin-right: 8px
}

.mr9 {
    margin-right: 9px
}

.mr10 {
    margin-right: 10px
}

.mr11 {
    margin-right: 11px
}

.mr12 {
    margin-right: 12px
}

.mr13 {
    margin-right: 13px
}

.mr14 {
    margin-right: 14px
}

.mr15 {
    margin-right: 15px
}

.mr16 {
    margin-right: 16px
}

.mr17 {
    margin-right: 17px
}

.mr18 {
    margin-right: 18px
}

.mr19 {
    margin-right: 19px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.mr150 {
    margin-right: 150px;
}

.mr200 {
    margin-right: 200px;
}

.mr250 {
    margin-right: 250px;
}

.mr300 {
    margin-right: 300px;
}

.mr400 {
    margin-right: 400px;
}

.mr500 {
    margin-right: 500px;
}

.mr600 {
    margin-right: 600px;
}

.mr700 {
    margin-right: 700px;
}

.mr800 {
    margin-right: 800px;
}

.mr900 {
    margin-right: 900px;
}

.mr1000 {
    margin-right: 1000px;
}

.mb0 {
    margin-bottom: 0
}

.mb1 {
    margin-bottom: 1px
}

.mb2 {
    margin-bottom: 2px
}

.mb3 {
    margin-bottom: 3px
}

.mb4 {
    margin-bottom: 4px
}

.mb5 {
    margin-bottom: 5px
}

.mb6 {
    margin-bottom: 6px
}

.mb7 {
    margin-bottom: 7px
}

.mb8 {
    margin-bottom: 8px
}

.mb9 {
    margin-bottom: 9px
}

.mb10 {
    margin-bottom: 10px
}

.mb11 {
    margin-bottom: 11px
}

.mb12 {
    margin-bottom: 12px
}

.mb13 {
    margin-bottom: 13px
}

.mb14 {
    margin-bottom: 14px
}

.mb15 {
    margin-bottom: 15px
}

.mb16 {
    margin-bottom: 16px
}

.mb17 {
    margin-bottom: 17px
}

.mb18 {
    margin-bottom: 18px
}

.mb19 {
    margin-bottom: 19px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb200 {
    margin-bottom: 200px;
}

.mb250 {
    margin-bottom: 250px;
}

.mb300 {
    margin-bottom: 300px;
}

.mb400 {
    margin-bottom: 400px;
}

.mb500 {
    margin-bottom: 500px;
}

.mb600 {
    margin-bottom: 600px;
}

.mb700 {
    margin-bottom: 700px;
}

.mb800 {
    margin-bottom: 800px;
}

.mb900 {
    margin-bottom: 900px;
}

.mb1000 {
    margin-bottom: 1000px;
}

.ml0 {
    margin-left: 0
}

.ml1 {
    margin-left: 1px
}

.ml2 {
    margin-left: 2px
}

.ml3 {
    margin-left: 3px
}

.ml4 {
    margin-left: 4px
}

.ml5 {
    margin-left: 5px
}

.ml6 {
    margin-left: 6px
}

.ml7 {
    margin-left: 7px
}

.ml8 {
    margin-left: 8px
}

.ml9 {
    margin-left: 9px
}

.ml10 {
    margin-left: 10px
}

.ml11 {
    margin-left: 11px
}

.ml12 {
    margin-left: 12px
}

.ml13 {
    margin-left: 13px
}

.ml14 {
    margin-left: 14px
}

.ml15 {
    margin-left: 15px
}

.ml16 {
    margin-left: 16px
}

.ml17 {
    margin-left: 17px
}

.ml18 {
    margin-left: 18px
}

.ml19 {
    margin-left: 19px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.ml150 {
    margin-left: 150px;
}

.ml200 {
    margin-left: 200px;
}

.ml250 {
    margin-left: 250px;
}

.ml300 {
    margin-left: 300px;
}

.ml400 {
    margin-left: 400px;
}

.ml500 {
    margin-left: 500px;
}

.ml600 {
    margin-left: 600px;
}

.ml700 {
    margin-left: 700px;
}

.ml800 {
    margin-left: 800px;
}

.ml900 {
    margin-left: 900px;
}

.ml1000 {
    margin-left: 1000px;
}

/** No File Exists ********/

.noFile {
    float: left;
    width: 90px;
    border: 1px solid #ccc;
    background: #F2F2F2;
    text-align: center;
    padding: 25px 0;
    color: #666;
    font-size: 11px;
}

/******************************/

..cfdwTop{
    display: flex;
}
.cfdw {
    clear: both;
    float: left;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 3px;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 12px;
    color: #013469;
}

.copConsoEmi{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 12px;
    color: #013469;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

hr {
    float: left;
    width: 100%;
    border: none;
    border-top: 1px dotted #ccc;
    margin-top: 0px;
    margin-bottom: 10px;
}

.justifyLeft {
    text-align: left;
}

.justifyright {
    text-align: right;
}

.justifyfull {
    text-align: justify;
}

a.white {
    text-decoration: none;
    color: #fff;
}

a.white:hover {
    text-decoration: none;
    color: #fff;
}

#bottomHyundai a {
    text-decoration: none;
    color: #666;
}

#bottomHyundai a:hover {
    text-decoration: none;
    color: #013565;
}

#bottomHyundai table {
    width: 100%
}

.spanTop {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    float: right;
    padding: 4px 9px;
    background-color: #e2e2e4;
    margin-left: 5px;
    cursor: pointer;
}

a.top {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    float: right;
    padding: 4px 9px;
    background-color: #e2e2e4;
    margin-left: 5px;
}

.testdriveLink > a.top {
    background-color: #002c5f;
    color: #fff;
}

/*a.menu {
    float: left;
    padding: 0 17px;
    color: #fff !important;
    line-height: 40px;
    margin-top: 13px;
    text-decoration: none;
    font-family: 'HyundaiSansHeadOfficeMedium';
    font-size: 12px;
    text-transform: uppercase;
}*/
/*ancien CSS*/
/*a.menu:hover {
    color: #333 !important;
    background: #fff;
}

a.menu2 {
    float: left;
    padding: 0 17px;
    color: #333;
    line-height: 40px;
    margin-top: 13px;
    text-decoration: none;
    font-family: 'HyundaiSansHeadOfficeMedium';
    font-size: 12px;
    background: #fff;
    text-transform: uppercase;
}

a.menu2:hover {
    color: #333;
    background: #fff
}*/

/******************************/

.linkedin {
    float: left;
    background: url(../images/sprites/social.png) -32px -32px no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 4px;

}

.facebook {
    float: left;
    background: url(../images/sprites/social.png) 0px 0px no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 4px;
}

.tweeter {
    float: left;
    background: url(../images/sprites/social.png) -32px 0px no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 4px;
}

.youtube {
    float: left;
    background: url(../images/sprites/social.png) 0px -32px no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 4px;
}

.cross {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 10px;
    background-image: url(../images/icons/cross.png);
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    margin: 2px 6px;
}

/**** SORT ****/

.button_catContainer {
    float: left;
    margin-left: 3px;
    margin-bottom: 2px;
    width: 125px;
    height: 18px;
    overflow: hidden;
}

.button_miniRectangle {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    background: url(../images/sprites/miniRectangle.png) 0px 0 no-repeat;
    color: #999;
}

.button_miniRectangleb {
    background-color: #FFF;
    color: #4a4a4a!important;
    font-family: HyundaiSansHeadOfficeMedium!important;
}

.allGammeActive{
    background-color: #FFF!important;
    color: #013469!important;
    font-family: HyundaiSansHeadOfficeMedium!important;

}

.button_hatchback1 {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    color: #153b6e;
    background: url(../images/sprites/cars.png) -125px 0px no-repeat;
}

.button_hatchback1b {
    background: url(../images/sprites/cars.png) 0px 0px no-repeat;
    color: #999;
}

.button_saloon1 {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    color: #153b6e;
    background: url(../images/sprites/cars.png) -125px -17px no-repeat;
}

.button_saloon1b {
    background: url(../images/sprites/cars.png) 0px -17px no-repeat;
    color: #999;
}

.button_estate1 {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    color: #153b6e;
    background: url(../images/sprites/cars.png) -125px -34px no-repeat;
}

.button_estate1b {
    background: url(../images/sprites/cars.png) 0px -34px no-repeat;
    color: #999;
}

.button_peopleCarrier1 {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    color: #153b6e;
    background: url(../images/sprites/cars.png) -125px -51px no-repeat;
}

.button_peopleCarrier1b {
    background: url(../images/sprites/cars.png) 0px -51px no-repeat;
    color: #999;
}

.button_coupe1 {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    color: #153b6e;
    background: url(../images/sprites/cars.png) -125px -68px no-repeat;
}

.button_coupe1b {
    background: url(../images/sprites/cars.png) 0px -68px no-repeat;
    color: #999;
}

.button_suv1 {
    float: left;
    display: inline-block;
    width: 105px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 9px;
    color: #153b6e;
    background: url(../images/sprites/cars.png) -125px -85px no-repeat;
}

.button_suv1b {
    background: url(../images/sprites/cars.png) 0px -85px no-repeat;
    color: #999;
}

.button_car1 {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
    width: 107px;
    line-height: 52px;
    cursor: pointer;
    padding-left: 8px;
    font-size: 10px;
    color: #666;
    background: url(../images/sprites/car.png) 0px 0px no-repeat;
}

.button_car1b {
    background: url(../images/sprites/car.png) -115px 0px no-repeat;
    color: #153b6e;
}

.button_car2 {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
    width: 107px;
    line-height: 52px;
    cursor: pointer;
    padding-left: 8px;
    font-size: 10px;
    color: #666;
    background: url(../images/sprites/car.png) 0px -52px no-repeat;
}

.button_car2b {
    background: url(../images/sprites/car.png) -115px -52px no-repeat;
    color: #153b6e;
}

#moneyBGOver1 {
    position: absolute;
    z-index: 20;
    width: 0px;
    height: 47px;
    margin-left: 5px;
    margin-top: 6px;
    background: url(../images/sprites/money.png);
}

#moneyBGOver2 {
    position: absolute;
    z-index: 10;
    width: 121px;
    height: 47px;
    margin-left: 5px;
    margin-top: 6px;
    background: url(../images/sprites/money.png) 0px -47px no-repeat;

}

.moneyBG {
    clear: left;
    float: left;
    width: 121px;
    height: 47px;
    margin-left: 5px;
    margin-top: 7px;
    background: url(../images/sprites/money.png);
}

#goutteBGover {
    position: absolute;
    z-index: 20;
    width: 52px;
    height: 2px;
    margin-left: 6px;
    margin-top: 11px;
    background: url(../images/sprites/goute3.png);
}

.goutteBG {
    clear: left;
    float: left;
    width: 52px;
    height: 68px;
    margin-left: 6px;
    margin-top: 11px;
    background: url(../images/sprites/goute3.png) -52px 0px no-repeat;
}

.button_fuel {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
    width: 115px;
    line-height: 52px;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
    color: #666;
    background: url(../images/sprites/fuel.png) 0px 0px no-repeat;

}

.button_fuelb {
    color: #153b6e;
    background: url(../images/sprites/fuel.png) -115px 0px no-repeat;
}

.button_seat57 {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
    width: 107px;
    line-height: 52px;
    cursor: pointer;
    padding-left: 8px;
    font-size: 11px;
    background: url(../images/sprites/seats.png) -115px -52px no-repeat;
    color: #153b6e;

}

.button_seat57b {
    color: #666;
    background: url(../images/sprites/seats.png) 0px -52px no-repeat;
}

.button_square {
    float: left;
    margin-left: 7px;
    margin-top: 5px;
    display: inline-block;
    width: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 9px;
    background: url(../images/sprites/bt.png) -34px 0px no-repeat;
    color: #153b6e;
}

.button_squareb {
    color: #666;
    background: url(../images/sprites/bt.png) 0px 0px no-repeat;
}

.button_rectangle {
    float: left;
    margin-left: 7px;
    margin-top: 5px;
    display: inline-block;
    width: 54px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: #666;
    background: url(../images/sprites/bt2.png) 0px 0px no-repeat;
}

.button_rectangleb {
    background: url(../images/sprites/bt2.png) -54px 0px no-repeat;
    color: #153b6e;
}

.button_rectangle_mini {
    float: left;
    margin-left: 7px;
    margin-top: 5px;
    display: inline-block;
    width: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    color: #666;
    background: url(../images/sprites/bt3.png) 0px 0px no-repeat;
}

.button_rectangle_minib {
    background: url(../images/sprites/bt3.png) -34px 0px no-repeat;
    color: #153b6e;
}

.button_blueDrive {
    float: left;
    margin-left: -4px;
    margin-top: 35px;
    display: inline-block;
    width: 123px;
    height: 34px;
    cursor: pointer;
    background: url(../images/sprites/blueDrive.png) 0px 0px no-repeat;
}

.button_blueDriveb {
    background: url(../images/sprites/blueDrive.png) 0px -34px no-repeat;
}

/******************************/

#bgImgLoad {
    display: none;
}

#bgImgAndColor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2000px;
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
}

.main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.main:not(#btn-socials-lang):not(.mkv) {
    margin-top: 20px;
}

.configContainer *, #topNavigationMenu *{
    box-sizing: content-box;
}

.configContainer {
    background-color: #FFF;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 65px;
}
.configContainer table {
    margin-top: 0px!important;
    width: auto;
}
/**** Menu ****/

.menuContainer {
    float: left;
    margin-left: -12px;
    height: 64px;
    overflow: hidden;
    width: 100%;
}

.menuContainerAbsolute {
    position: absolute;
    z-index: 20;
    height: 64px;
    overflow: hidden;
    margin-top: 21px;
    min-width : 900px;
}

.menuBG_left {
    float: left;
    width: 26px;
    height: 64px;
    background-image: url(../images/bg/menuBG_left.png);
    overflow: hidden;
}

.menuBG_center {
    float: left;
    height: 64px;
    background-image: url(../images/bg/menuBG_center.png);
    overflow: hidden;
}

.menuBG_centerDealer{
    width: 750px;
    float: left;
    height: 64px;
    background-image: url(../images/bg/menuBG_center.png);
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 16px;
    
}

.menuBG_right {
    float: left;
    width: 25px;
    height: 64px;
    background-image: url(../images/bg/menuBG_right.png);
    overflow: hidden;
}
.blockrangeModels{
    display: flex;
    width: 100%;
    /*
    margin-bottom: 150px;
    */
}
.menuPlateform {
    flex-direction: column;
    position: absolute;
    display: none;
    padding: 5px 0px 15px 0px;
    width: 100%!important;
    min-height: 130px;
    background-color: #FFF;
    background-image: url(../images/whitePix98.png);
    z-index: 9000;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.35);
}

.menuActive{
    display: flex!important;
    justify-content: center;
}

.menuPlateform .title {
    width: 960px;
    padding: 0 12px;
    font-family: 'HyundaiSansHeadOfficeRegular';
    font-size: 24px;
    color: #333;
    margin: auto;
}

.menuPlateform .title2 {
    clear: left;
    padding: 4px 0 0 7px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.menuBlock {
    float: left;
    display: inline;
    width: 160px;
    height: 110px;
    border-left: 1px dotted #ccc;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.menuBlock:hover {
    background-color: #F2F2F2;
}

a.menuBlockTitle {
    text-decoration: none;
    font-family: 'HyundaiSansHeadOfficeMedium';
    font-size: 14px;
    text-align: left!important;
    color: #4a4a4a;
}
.linkTitleMenu p{
    margin: 0px;
    padding: 2px 0px;
}
.rectangleRight{
    margin-right: 40px;
    position: relative;
}

.rectangleRight p {
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.72);
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 90px;
}
.rectangleRight img{
    width: 210px;
    height: 110px;
}

.co .tdMenuBlock2{
    position: relative;
    width: 200px;
    padding-right: 10px;
}
.co .colBorderRight:before{
    content: "";
    position: absolute;
    left: 190px;
    bottom: 0px;
    height: 110%;
    border-right: 1px solid #CCC;
}
a.menuBlockTitle:hover {
    text-decoration: none;
}

.menuBlock img {
    margin-top: 5px;
}

.menuBlock .PROMO img{
    margin-top: -15px;
    width: 90px;
}.menuBlock .Offres img{
    margin-top: -15px;
    width: 90px;
}


.menuBlockTitle.NOTRE.OFFRE.COMPLETE > img,
.menuBlockTitle.ONS.VOLLEDIG.AANBOD > img {
    margin-top: 15px;
}
.menuBlockTitle.Réseau.de.recharge > img,
.menuBlockTitle.Charging > img,
.menuBlockTitle.Navigation > img {
    margin-top: 20px;
    max-height: 50px;
}
.menuBlockTitle.Maandelijks,
.menuBlockTitle.ZOMER.STOCKACTIE,
.menuBlockTitle.Stockactie {
    font-size: 12px;
}
.menuBlockTitle{
    max-height: 80px;
}

.menuBlockTitle.Maandelijks > img,
.menuBlockTitle.Stockactie > img,
.menuBlockTitle.ZOMER.STOCKACTIE > img,
.menuBlockTitle.Offre.du.mois > img,
.menuBlockTitle.Aanbod.van.de.maand > img,
.menuBlockTitle.Promo.stock > img,
.menuBlockTitle.ACTION.STOCK.ETE > img,
.menuBlockTitle.Action.stock > img {
    margin-top: 0px;
    max-height: 80px;
}

.menuBlock2 {
    float: left;
    display: inline;
    width: 160px;
    /*height: 110px;*/
    border-left: 1px dotted #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

a.menuBlockTitle2 {
    text-decoration: none;
    font-size: 12px;
    color: #333;
    font-family: 'Arial';
}

a.menuBlockTitle2:hover {
    text-decoration: underline;
    font-size: 12px;
    color: #333;
    font-family: 'Arial';
}

/**** SORT CARS ****/

.buttonSortContainer {
    float: right;
    margin: 0 20px 0 0;
}

#buttonSort, #buttonSort2 {
    border: none;
    cursor: pointer;
    background: url(../images/btn/btn_search.jpg) top left no-repeat;
    width: 187px;
    height: 30px;
    text-align: left;
    padding-left: 40px;
    line-height: 28px;
    font-family: Arial;
    font-size: 12px;
}

#buttonCompare {
    border: none;
    cursor: pointer;
    background: url(../images/btn/btn_compare.jpg) top left no-repeat;
    width: 187px;
    height: 30px;
    text-align: left;
    padding-left: 40px;
    line-height: 28px;
    font-family: Arial;
    font-size: 12px;
}

#sortContainer {
    margin-bottom: 31px;
    float: left;
    position: relative;
    display: none;
    overflow: hidden;
    width: 100%;
}

#rangeFilter {
    width: 100%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

#mRangeInner{
    width: 100%;
}
.navModelRange{
    padding: 0px 20px;
    display: flex;
    width: 960px;
    height: 36px;
    justify-content: center;
    margin: auto;
}
.navModelRange div{
    padding: 0px 15px;
    display: flex;
    width: 80px;
    justify-content: center;
    align-items: center;
    font-family: HyundaiSansHeadOfficeRegular;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #FFF;
}
.navModelRangeBloc{
    height: 36px;
    background-color: #a0a0a0;
}
.blockSliderContainer{
    border: 1px solid #CCC;
    border-radius: 8px;
    height: 22px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carBloc{
    width: 223px;
    float: left;
    padding: 0 6px;
    margin-bottom: 5px;
}
.carBloc p img{
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

.carBloc p, .carBlocOpen p{
    text-align: center;
    font-family: HyundaiSansHeadOfficeMedium;
    font-size: 15px;
    margin-top: 5px;
    /*height: 19px;*/
}
.carBloc p{
    cursor: pointer;
}
.carBlocImg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.carBlocImg img.modelCarImg{
    width: 160px;
    display: block;
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.carBlocImg img.modelCarImg:hover{
    display: block;
    border-bottom: 4px solid #00aad2;
}

.carBlocOpen {
    z-index: 1;
    background-color: #FFF;
    position: absolute;
    float: left;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    margin-top: -11px;
    margin-left: -5px;
}
.carBlocOpen .crossDetails {
    position: absolute;
    right: -5px;
    top: -1px;
    z-index: 10;
    background-image: url(../images/icons/crossDetails.png);
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 2px 6px;
}
.carBlocOpen .topCarBlock{
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.apdPrice{
    font-family: HyundaiSansHeadOfficeRegular!important;
    font-size: 13px!important;
    color: rgba(69, 72, 75, 0.57);
}
.carBlocOpen .ctaCarBlock{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.typologyNameBlock{
    display: flex;
    width: 157px;
    height: 127px;
    align-items: center;
    padding-bottom: 5px;
}
.typologyNameBlock div {
    font-family: HyundaiSansHeadOfficeLight;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #45484b;
}
.ctaCarBlock a {
    text-decoration: none;
    width: 147px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: HyundaiSansHeadOfficeRegular;
    font-size: 12px;
    color: #FFF!important;
    background-color: #013469;
    margin-bottom: 7px;
}
.ctaCarBlock a:hover{
    text-decoration: none;
}

.carBlocTxt {
    clear: left;
    float: left;
    width: 130px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}

.carCache {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 190px;
    height: 274px;
    margin-left: -27px;
    margin-top: -26px;
    background-image: url(../images/bg/carCache.png);
}

.carCache_top {
    clear: left;
    float: left;
    width: 190px;
    height: 182px;
    background-image: url(../images/bg/carCache_top.png);
}

.carCache_top .carBlocImg{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-left: 2px;
}

.carCache_middle {
    clear: left;
    float: left;
    width: 190px;
    background-image: url(../images/bg/carCache_middle.png);
}

.carCache_bottom {
    clear: left;
    float: left;
    width: 190px;
    height: 19px;
    background-image: url(../images/bg/carCache_bottom.png);
}

.carCacheTxt {
    clear: left;
    float: left;
    width: 142px;
    height: 64px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 24px;
    font-weight: bold;
}

.carCacheTxt_name {
    clear: left;
    float: left;
    width: 100%;
    font-family: 'HyundaiSansHeadMedium';
    padding: 5px 0 0 0;
    font-size: 13px;
}

.carCacheTxt_price {
    clear: left;
    float: left;
    width: 100%;
    font-family: 'Georgia';
    padding: 0 0 0 3px;
    font-size: 14px;
    font-style: italic;
}

.carCacheBT {
    clear: left;
    float: left;
    width: 150px;
    height: 34px;
    text-align: center;
    margin-left: 20px;
    margin-top: 5px;
    background-image: url(../images/bg/carCacheBT.png);
}

a.carCacheLink {
    float: left;
    width: 150px;
    line-height: 34px;
    text-align: center;
    font-family: 'HyundaiSansHeadMedium';
    color: #333;
    text-decoration: none;
}

a.carCacheLink:hover {
    color: #333;
    text-decoration: none;
}

/***************************/

.co2_grey {
    float: left;
    width: 69px;
    height: 45px;
    background-image: url(../images/icons/co2_grey.png);
}

#co2_blue {
    position: absolute;
    z-index: 100;
    width: 69px;
    height: 45px;
    background-image: url(../images/icons/co2_blue.png);
}

.bt_container {
    float: left;
}

.bt_left {
    float: left;
    width: 9px;
    height: 30px;
    background-image: url(../images/bg/bt_left.png);
}

.bt_middle {
    float: left;
    height: 32px;
    cursor: pointer;
    overflow: hidden;
    color: #333;
    background-image: url(../images/bg/bt_middle.png);
    background-repeat: repeat-x;
}

.bt_right {
    float: left;
    width: 9px;
    height: 30px;
    background-image: url(../images/bg/bt_right.png);
}

.btBlue_container {
    float: left;
}

.btBlue_left {
    float: left;
    width: 10px;
    height: 27px;
    background-image: url(../images/bg/btBlue_left.png);
}

.btBlue_middle {
    float: left;
    line-height: 29px;
    cursor: pointer;
    color: #FFF;
    background-image: url(../images/bg/btBlue_middle.png);
    background-repeat: repeat-x;
}

.btBlue_middle a {
    text-decoration: none;
    color: #FFF;
}

.btBlue_middle a:hover {
    text-decoration: none;
    color: #FFF;
}

.btBlue_right {
    float: left;
    width: 10px;
    height: 27px;
    background-image: url(../images/bg/btBlue_right.png);
}

.btBlue_right2 {
    float: left;
    width: 21px;
    height: 27px;
    background-image: url(../images/bg/btBlue_right2.png);
}

.daysLeftBannerHomepage {
    font-size: 24px;
    padding: 5px 10px;
    color: #FFF;
    background: #c82a33;
    font-family: 'Arial';
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

a.bigdeal, a.bigdeal:hover {
    text-decoration: none;
    color: #FFF;
    font-family: 'HyundaiSansHeadMedium';
}

.cacheSalon {
    position: absolute;
    z-index: 1000;
    width: 132px;
    height: 118px;
    margin-top: 21px;
    background: #671c96;
}

.cacheSalon2 {
    float: left;
    width: 152px;
    margin-left: 13px;
    background: #671c96;
    padding: 6px 0 6px 12px;
    margin-top: -5px;
    color: #FFF;
    font-family: 'HyundaiSansHeadExtraLight';
}

.cacheSalon3 {
    position: absolute;
    font-family: 'HyundaiSansHeadExtraLight';
    z-index: 0;
    padding: 1px;
    color: #FFF;
    margin-left: -2px;
    font-size: 10px;
    background: #671c96;
}

a.grayUnderline, a.grayUnderline:hover {
    text-decoration: underline;
    color: #666;
}

.fivestarsBig {
    background-image: url("/assets/images/5stars.png");
    background-repeat: repeat-x;
    display: inline-block;
    height: 16px;
    width: 1px;
    margin-left: -85px;
}

.fivestarsBigNeg {
    background-image: url("/assets/images/5stars-neg.png");
    background-repeat: repeat-x;
    display: inline-block;
    height: 16px;
    width: 85px;
}

.blueShadow {
    text-shadow: 2px 2px 2px rgba(34, 135, 158, 1);
}

.redShadow {
    -webkit-box-shadow: 4px 4px 0px 0px rgba(167, 60, 33, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(167, 60, 33, 1);
    box-shadow: 4px 4px 0px 0px rgba(167, 60, 33, 1);
}

.btns a {
    display: block;
    height: 19px;
    padding-left: 19px;
    font-size: 11px;
    font-size: 1.1rem;
    /*text-transform: capitalize;*/
}


.socialsClassic a {
    display: inline-block;
}

img#mainLogo {
    margin-top:20px;
    padding: 2px;
    max-width: 150px;
    height: auto;
}
#wrapCarousel {
    display: flex;
}
#wrapCarousel #uniqueBanner {
    margin: auto;
}

.socialsCf {
    top: 0;
    /*right: 670px;position: absolute;*/z-index: 100;
}
