/*==============================================================
    RESET
===============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    text-rendering: optimizeLegibility;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}
ul li {
    list-style: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*==============================================================
    BODY AND COMMONS
===============================================================*/
/** {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
}*/
/*prevent callout to copy image, etc when tap to hold
prevent webkit from resizing text to fit
make transparent link selection, adjust last value opacity 0 to 1.0
prevent copy paste, to allow, change 'none' to 'text'*/
/**::-webkit-scrollbar {
    display: none;
}*/
body {
    background: none repeat scroll 0 0 #53b9a9;
    font-family: 'proximanovaregularwebfont';
    font-size: 18px;
    overflow-x: hidden;
    text-align: center;
}
html {
    -ms-touch-action: none;
    font-size:100%;
}
header,nav,aside,footer {
    display: block;
    position: relative;
}
header:hover,nav:hover,aside:hover,footer:hover, .general_container:hover{
    background: none repeat scroll 0 0 #119999;
}
h1,h2,h3,h4,p,html,html a {
    font-smooth:always;
    -webkit-font-smoothing: antialiased;
    /*text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5); */
    color: #F9F9F9;

}
h1 {
    position: relative;
}
h2 {
    margin: 0 0 15px;
}
h3 {
    letter-spacing: 1px;
    margin: 5px 0 0;
    font-size: 35px;
}
h4 {

}
p {
    text-align: left;
}
p:last-child {
    margin: 0 0 50px;
}
p strong {

}
a {
    font-size: 18px;
    line-height: 22px;
    outline: medium none;
}
/*==============================================================
    DEBUG
===============================================================*/
.debugContainer {
    background: rgba(0, 0, 0, 0.7);
    display:  block;
    left: 5px;
    position: fixed;
    top: 50px;
    z-index: 99999999999;
    text-align: left;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.debugContainer div {
    padding: 10px;
}
.debugContainer .scroolDebug {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
}
.debugContainer .anchoDelBrowser {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
}
.debugContainer .altoDelBrowser {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
}
.debugContainer .scrollX {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;;
    z-index: 99999;
}
.debugContainer .scrollY {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;;
    z-index: 99999;
}
/*==============================================================
    FONT-FACE
===============================================================*/
@font-face {
    font-family: 'proximanovaregularwebfont';
    src: url('../css/fonts/proximanovaregularwebfont.eot');
    src: url('../css/fonts/proximanovaregularwebfont.eot') format('embedded-opentype'),
    url('../css/fonts/proximanovaregularwebfont.woff2') format('woff2'),
    url('../css/fonts/proximanovaregularwebfont.woff') format('woff'),
    url('../css/fonts/proximanovaregularwebfont.ttf') format('truetype'),
    url('../css/fonts/proximanovaregularwebfont.svg#proximanovaregularwebfont') format('svg');
}
@font-face {
    font-family: 'proximanovalightwebfont';
    src: url('../css/fonts/proximanovalightwebfont.eot');
    src: url('../css/fonts/proximanovalightwebfont.eot') format('embedded-opentype'),
    url('../css/fonts/proximanovalightwebfont.woff2') format('woff2'),
    url('../css/fonts/proximanovalightwebfont.woff') format('woff'),
    url('../css/fonts/proximanovalightwebfont.ttf') format('truetype'),
    url('../css/fonts/proximanovalightwebfont.svg#proximanovalightwebfont') format('svg');
}
@font-face {
    font-family: 'proximanovaboldwebfont';
    src: url('../css/fonts/proximanovaboldwebfont.eot');
    src: url('../css/fonts/proximanovaboldwebfont.eot') format('embedded-opentype'),
    url('../css/fonts/proximanovaboldwebfont.woff2') format('woff2'),
    url('../css/fonts/proximanovaboldwebfont.woff') format('woff'),
    url('../css/fonts/proximanovaboldwebfont.ttf') format('truetype'),
    url('../css/fonts/proximanovaboldwebfont.svg#proximanovaboldwebfont') format('svg');
}


@font-face {
    font-family: 'NovecentowideNormalwebfont';
    src: url('../css/fonts/NovecentowideNormalwebfont.eot');
    src: url('../css/fonts/NovecentowideNormalwebfont.eot') format('embedded-opentype'),
    url('../css/fonts/NovecentowideNormalwebfont.woff2') format('woff2'),
    url('../css/fonts/NovecentowideNormalwebfont.woff') format('woff'),
    url('../css/fonts/NovecentowideNormalwebfont.ttf') format('truetype'),
    url('../css/fonts/NovecentowideNormalwebfont.svg#NovecentowideNormalwebfont') format('svg');
}
@font-face {
    font-family: 'NovecentowideDemiBoldwebfont';
    src: url('../css/fonts/NovecentowideDemiBoldwebfont.eot');
    src: url('../css/fonts/NovecentowideDemiBoldwebfont.eot') format('embedded-opentype'),
    url('../css/fonts/NovecentowideDemiBoldwebfont.woff2') format('woff2'),
    url('../css/fonts/NovecentowideDemiBoldwebfont.woff') format('woff'),
    url('../css/fonts/NovecentowideDemiBoldwebfont.ttf') format('truetype'),
    url('../css/fonts/NovecentowideDemiBoldwebfont.svg#NovecentowideDemiBoldwebfont') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTComRoman';
    src: url('../css/fonts/HelveticaNeueLTComRoman.eot');
    src: url('../css/fonts/HelveticaNeueLTComRoman.eot') format('embedded-opentype'),
    url('../css/fonts/HelveticaNeueLTComRoman.woff2') format('woff2'),
    url('../css/fonts/HelveticaNeueLTComRoman.woff') format('woff'),
    url('../css/fonts/HelveticaNeueLTComRoman.ttf') format('truetype'),
    url('../css/fonts/HelveticaNeueLTComRoman.svg#HelveticaNeueLTComRoman') format('svg');
}

/*==============================================================
    GENERAL CONTAINER
===============================================================*/
.generalContainer {
    width: 960px;
    min-width: 960px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.generalContainer::after {
    content: " ";
    clear: both;
    display: block;
}
/*==============================================================
    WRAPPER
===============================================================*/
.generalWrapper {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    min-width: 330px;
    position: relative;
}
/*==============================================================
    500
===============================================================*/
.top500 {
    background: #53b9a9;
    padding: 64px 0 84px 0;
}
.top500 h1 {
    font-family: 'proximanovaboldwebfont';
    margin: 0 0 59px 0;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    line-height: 65px;
}
.top500 span {
    position: relative;
    left: -113px;
}
.top500 .glassIMG {
    position: absolute;
    top: 74px;
    left: 635px;
}
.youtubeVideo {
    width: auto;
    float: left;
    margin: 0 20px 0 0;
}
.top500 .formInfo {
    width: 480px;
    float: left;
    position: relative;
}
.top500 .formInfo .info {
    background: #9bc8c6;
    width: 240px;
    height: 134px;
    float: left;
    padding: 14px 14px 14px 20px;
    position: relative;
}
.top500 .formInfo .info .icon {
    position: absolute;
    top: 42px;
    left: 21px;
}
.top500 .formInfo .info .icon2 {
    top: 32px;
    left: 16px;
}
.top500 .formInfo .info .icon3 {
    top: 41px;
}
.top500 .formInfo .info .icon4 {
    top: 41px;
    left: 16px;
}
.top500 .formInfo .info .verticalCenter {
    width: 142px;
    height: 110px;
    display: table;
    margin: 0 0 0 67px;
}
.top500 .formInfo .info p {
    font-family: 'proximanovaboldwebfont';
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
}
.top500 .formInfo .info2 {
    background: #48ac9c;
}
.mid500 {
    background: #9bc9c7;
    height: 70px;
    padding: 25px 0;
}
.mid500 p {
    font-family: 'proximanovaboldwebfont';
    font-size: 22px;
    float: left;
    margin: 0 0 0 188px;
}
.mid500 a {
    float: left;
    margin: -5px 0 0 36px;
}
.bottom500 {
    background: none;
    height: 100%;
    padding: 42px 0 40px 0;
}
.bottom500 p {
    font-family: 'proximanovaboldwebfont';
    text-align: left;
    font-size: 18px;
    color: #375e5e;
    padding: 0;
}
.bottom500 .ui-button .ui-button-text {
    background-image: url("../images/500/check.png");
}
form {
    margin: 28px auto 0 auto;
    display: inline-block;
}
form input, form select {
    font-family: 'proximanovaboldwebfont';
    background: #ffffff;
    font-size: 14px;
    width: 140px;
    height: 30px;
    border: none;
    color: #585858;
    padding: 7px 18px;
    text-align: left;
    float: left;
    margin: 0 20px 0 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form .submit {
    background: #f9c92b;
    width: 220px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 28px 0;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

form .checkBox {
    clear: both;
    float: right;
}
form .checkBox input {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
form label {
    font-size: 14px;
    color: #000000;
    float: left;
}
.labelText {
    margin: 0 0 0 5px;
    cursor: pointer;
}
.labelText:hover {
    text-decoration: underline;
}
.bottom500 form input, .bottom500 form select {
    margin: 0 10px 0 0;
}
.bottom500 .labelText {
    color: #ffffff;
}
.bottom500 .ui-selectmenu-button {
    margin: 0 10px 0 0;
}
.bottom500 form .name500Input {
    width: 230px;
}
.bottom500 form .tel500Input {
    width: 130px;
}
.bottom500 form .date500Input {
    width: 279px;
}
.bottom500 form .select500Input {
    width: 110px;
}
.bottom500 form .submit {
    width: 170px;
    margin: 0 0 28px 0;
}
#status {
    font-size: 14px;
    color: #000000;
    clear: both;
    text-align: center;
    font-weight: bold;
    display: block;
}
.formError {
    color: red !important;
}
form h4 {
    font-family: 'HelveticaNeueLTComRoman';
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    margin: 20px 0;
    clear: both;
    font-weight: normal;
}
form h4:last-child {
    margin: 20px 0 0 0;
}
form .multiCheckboxs {
    display: block;
    clear: both;
    position: relative;
    left: -6px;
}
form .multiCheckboxs .checkBoxsGroup {
    float: left;
    margin: 0 58px 0 0;
}
form .multiCheckboxs .checkBoxsGroupLast {
    margin: 0;
}
form .multiCheckboxs .checkBoxsGroup h5 {
    font-family: 'HelveticaNeueLTComRoman';
    clear: both;
    font-size: 11px;
    color: #ffffff;
    position: relative;
    text-align: left;
    left: 7px;
    font-weight: normal;
}
form .multiCheckboxs .checkBoxsGroup  label {
    font-family: 'HelveticaNeueLTComRoman';
    font-size: 11px;
    color: #ffffff;
    margin: 0 0 0 6px;
    position: relative;
    line-height: 12px;
}
form .multiCheckboxs .checkBoxsGroup .checkLeft {
    float: left;
    margin: 0 20px 10px 0;
}
form .multiCheckboxs .checkBoxsGroup .checkRight {
    float: left;
}


/*==============================================================
    LIGHTBOX
===============================================================*/
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;

    display: none;
}
.lightbox .backgroundClose {
    background: rgba(0,0,0,0.90);
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.lightbox .container {
    background: #f6f6f6;
    position: fixed;
    width: 960px;
    height: 284px;
    left: 50%;
    top: 50%;
    margin: -142px 0 0 -480px;
    padding: 37px 20px;
    z-index: 9;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lightbox .container p {
    font-family: 'proximanovalightwebfont';
    font-size: 14px;
    color: #585858;
    line-height: 20px;
    margin: 0 0 25px 0;
}
.lightbox .container h6 {
    font-family: 'proximanovaboldwebfont';
    font-size: 14px;
    color: #585858;
    margin: 0 0 15px 0;
    text-align: left;
}
.lightbox .container .closeBTN {
    background: url("../images/500/closeBTN.png") repeat scroll 0 0 transparent;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
#jeepID .lightbox .container {
    background: #333333;
    border: thin solid #ffffff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#jeepID .lightbox .container p {
    color: #ffffff;
    padding: 0;
}
#jeepID .lightbox .container h6 {
    color: #ffffff;
}
#jeepID .lightbox .container .closeBTN {
    background: url("../images/jeep/closeBTN.png") repeat scroll 0 0 transparent;
}
form h4 .lightboxBtn {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}
form h5 .lightboxBtn {
    display: inline;
    cursor: pointer;
}
form h5 .lightboxBtn:hover {
    text-decoration: underline;
}
.lightbox3 .container {
    height: 366px;
    margin: -183px 0 0 -480px;
}
.lightbox4 .container {
    height: 158px;
    margin: -79px 0 0 -480px;
}
.lightbox5 .container {
    height: 124px;
    margin: -62px 0 0 -480px;
}
.lightbox6 .container {
    height: 190px;
    margin: -95px 0 0 -480px;
}
.lightbox7 .container {
    height: 124px;
    margin: -62px 0 0 -480px;
}
/*==============================================================
    LIGHTBOX 2
===============================================================*/
.requestSent {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;

    display: none;
}
.requestSent .backgroundClose {
    background: rgba(0,0,0,0.90);
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.requestSent .container {
    background: #f9c92b;
    position: fixed;
    width: 606px;
    height: 241px;
    left: 50%;
    top: 50%;
    margin: -120.5px 0 0 -303px;
    padding: 99px 20px 37px 20px;
    z-index: 9;
}
.requestSent .container p {
    font-family: 'proximanovaboldwebfont';
    font-size: 26px;
    color: #000000;
    line-height: 26px;
    text-align: center;
}
.requestSent .container .closeBTN {
    background: url("../images/500/closeBTN2.png") repeat scroll 0 0 transparent;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: -50px;
    margin: 0 0 0 -17.5px;
    cursor: pointer;
}
#jeepID .requestSent .container {
    background: #5e5e5e;
}
#jeepID .requestSent .container p {
    font-family: 'NovecentowideDemiBoldwebfont';
    color: #ffffff
}
#jeepID .requestSent .container .closeBTN {
    background: url("../images/jeep/closeBTN2.png") repeat scroll 0 0 transparent;
}
/*==============================================================
    FIAT
===============================================================*/
.topFiat {
    background: url("../images/fiat/topBackground.jpg") repeat scroll 0 0 transparent;
    padding: 64px 0 0 0;
    display: none;
}
.topFiat h1 {
    color: #000000;
    text-align: left;
}
.topFiat .glassIMG {
    left: 525px;
}
/*.topFiat .glassIMG {
    float: left;
    position: relative;
    left: 111px;
    top: 48px;
    text-align: center;
}*/
.topFiat .formInfo {
    width: 545px;
}
.topFiat .formInfo .info {
    background: none;
    width: 270px;
    height: 116px;
    padding: 14px 14px 14px 0;
}
.topFiat .formInfo .info .verticalCenter {
    width: 190px;
    height: 82px;
    margin: 0 0 0 77px;
}
.topFiat .formInfo .info .verticalCenter2 {
    margin: 0 0 0 135px;
}
.topFiat .formInfo .info p {
    font-size: 13px;
    line-height: 17px;
    color: #282828;
}
.topFiat .formInfo .info .icon {
    position: absolute;
    top: 25px;
    left: 0;
}
.topFiat .formInfo .info .icon2 {
    top: 20px;
    left: 54px;
}
.topFiat .formInfo .info .icon3 {
    top: 26px;
}
.topFiat .formInfo .info .icon4 {
    top: 24px;
    left: 54px;
}
.midFiat {
    background: #f2f2f2;
    height: auto;
    padding: 29px 0 0 0;
}
.midFiat .youtubeVideo {
    margin: 0;
}
.midFiat a {
    float: left;
    margin: 0;
}
.midFiat .youtubeVideo {
    float: right;
}
.bottomFiat {
    background: #f2f2f2;
    padding: 20px 0 0 0;
}
.bottomFiat .generalWrapper {
    background: #ffffff;
    padding: 30px 12px 20px 12px;
}
.bottomFiat p {
    font-family: 'HelveticaNeueLTComRoman';
    font-size: 18px;
    color: #373737;
}
.bottomFiat form input,.bottomFiat form select {
    font-family: 'HelveticaNeueLTComRoman';
    background: #d7d7d7;
    width: 179px;
    margin: 0 8px 0 0;
}
.bottomFiat .ui-selectmenu-button {
    background: #d7d7d7;
}
.bottomFiat .ui-selectmenu-button span.ui-selectmenu-text, .bottomFiat .ui-menu .ui-menu-item {
    font-family: 'HelveticaNeueLTComRoman';
}
.bottomFiat .ui-selectmenu-button {
    margin: 0 8px 0 0;
}
.bottomFiat form .submit {
    background: #990134;
    color: #ffffff;
    margin: 0 0 30px 0;
}
.bottomFiat form .checkBox {
    clear: both;
    float: right;
}
.bottomFiat .ui-button .ui-button-text {
    background-image: url("../images/fiat/check.png");
}
.bottomFiat form label {
    font-family: 'HelveticaNeueLTComRoman';
}
.bottomFiat .labelText {
    color: #000000;
}

.bottomFiat form h4 {
    color: #000000;
}
.bottomFiat form .multiCheckboxs .checkBoxsGroup label {
    color: #000000;
}
.bottomFiat form .multiCheckboxs .checkBoxsGroup h5 {
    color: #000000;
}
.bottomFiat form .multiCheckboxs .checkBoxsGroup {
    margin: 0 50px 0 0;
}
.bottomFiat form .multiCheckboxs .checkBoxsGroupLast {
    margin: 0;
}

.bottomFiat form .nameFiatInput {
    width: 210px;
    height: 30px;
}
.bottomFiat form .telFiatInput {
    width: 120px;
    height: 30px;
}
.bottomFiat form .dateFiatInput {
    width: 279px;
    height: 30px;
}
.bottomFiat form .selectFiatInput {
    width: 110px;
    height: 30px;
}
.bottomFiat .ui-selectmenu-button {
    width: 110px !important;
}
#fiatID .ui-datepicker .ui-datepicker-prev span {
    background: url("../images/fiat/formArrowLeft.png") repeat scroll 0 0 transparent;
}
#fiatID .ui-datepicker .ui-datepicker-next span {
    background: url("../images/fiat/formArrowRight.png") repeat scroll 0 0 transparent;
}
#fiatID .ui-datepicker table thead {
    border-top: thin solid #b24268;
    border-bottom: thin solid #b24268;
}
#fiatID .ui-datepicker-calendar .ui-state-disabled span {
    color: #b24268;
}
/*==============================================================
    JEEP
===============================================================*/
.backgroundJeep {
    position: absolute;
    top: 0;
}
.topJeep {
    background: url("../images/jeep/topBackground.jpg") repeat scroll 0 0 transparent;
    margin: 0 auto 40px auto;
    padding: 64px 0 125px 0;
    color: #343434;
}
.topJeep h1 {
    font-family: 'proximanovaboldwebfont';
    font-size: 36px;
    text-align: left;
}
.topJeep .registeredIcon {
    position: relative;
    top: 4px;
    font-size: 18px;
    display: inline;
    margin: 0px 0 0 -8px;
}
.topJeep .glassIMG {
    position: absolute;
    top: 77px;
    left: 483px;
}
.topJeep .youtubeVideo {
    margin: 0;
}
.topJeep .formInfo {
    width: 545px;
}
.topJeep .formInfo .info {
    background: none;
    width: 270px;
    height: 116px;
}
.topJeep .formInfo .info .verticalCenter {
    width: 190px;
    height: 82px;
    margin: 0 0 0 60px;
}
.topJeep .formInfo .info .verticalCenter2 {
    margin: 0 0 0 71px;
}
.topJeep .formInfo .info p {
    font-family: 'NovecentowideDemiBoldwebfont';
    font-size: 13px;
    line-height: 17px;
}
.topJeep .formInfo .info .icon {
    position: absolute;
    top: 25px;
    left: 13px;
}
.topJeep .formInfo .info .icon2 {
    top: 21px;
    left: 18px;
}
.topJeep .formInfo .info .icon3 {
    top: 22px;
}
.topJeep .formInfo .info .icon4 {
    top: 21px;
    left: 21px;
}
.midJeep {
    background: #333333;
    width: 960px;
    margin: 0 auto 26px auto;
    height: 87px;
}
.midJeep p {
    font-family: 'proximanovaboldwebfont';
    margin: 3px 0 0 155px;
}
.midJeep a {
    float: left;
    margin: -2px 0 0 44px;
}
.bottomJeep {
    background: #333333;
    width: 960px;
    margin: 0 auto;
    padding: 27px 0 40px 0;
}
.bottomJeep p {
    font-family: 'NovecentowideDemiBoldwebfont';
    font-size: 12px;
    color: #ffffff;
    padding: 0 33px;
}
.bottomJeep form input, .bottomJeep form select {
    font-family: 'NovecentowideDemiBoldwebfont';
    background: #747474;
    width: 157px;
    height: 30px;
    text-transform: uppercase;
    color: #fdb82c;
    margin: 0 8px 0 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bottomJeep .ui-selectmenu-button {
    background: #747474;
    height: 30px;
    color: #fdb82c;
    width: 110px !important;
    margin: 0 8px 0 0;
}
.bottomJeep form .submit {
    background: #f8c83f;
    width: 170px;
    font-size: 14px;
    color: #000000;
    margin: 0 0 30px 0;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.bottomJeep form  .labelText {
    color: #ffffff;
}
.bottomJeep .privacyPolicy {
    width: 868px;
    height: 28px;
    font-size: 9px;
    color: #ffffff;
    text-align: left;
    margin: 30px auto 0 auto;
    clear: both;
}
.bottomJeep .ui-button .ui-button-text {
    background-image: url("../images/jeep/check.png");
}
#jeepID .ui-datepicker .ui-datepicker-prev span {
    background: url("../images/jeep/formArrowLeft.png") repeat scroll 0 0 transparent;
}
#jeepID .ui-datepicker .ui-datepicker-next span {
    background: url("../images/jeep/formArrowRight.png") repeat scroll 0 0 transparent;
    width: 36px;
    height: 36px;
}
#jeepID .ui-datepicker table thead {
    border-top: thin solid #ffba02;
    border-bottom: thin solid #ffba02;
}
#jeepID  .ui-datepicker-calendar .ui-state-disabled span {
    color: #ffba02;
}
.bottomJeep .nameJeepInput {
    width: 210px;
}
.bottomJeep .telJeepInput {
    width: 120px;
}
.bottomJeep .dateJeepInput {
    width: 279px;
}
.bottomJeep .selectJeepInput {
    width: 110;
}
.bottomJeep form .multiCheckboxs .checkBoxsGroup {
    margin: 0 53px 0 0;
}
.bottomJeep form .multiCheckboxs .checkBoxsGroupLast {
    margin: 0;
}
/*==============================================================
    MEDIA QUERY'S
===============================================================*/
/*
@media screen and (min-width:600px) {

}
*/