@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * Core: Company style
 * -------------------------
 */

.col-min-width-9{
    min-width:90px;
}
/*------Width----------*/
.col-with-10{
    width:100%;
}
.col-with-9{
    width:90%;
}
.col-with-8{
    width:80%;
}
.col-with-7{
    width:70%;
}
.col-with-6{
    width:60%;
}
.col-with-5{
    width:50%;
}
.col-with-4{
    width:40%;
}
.col-with-3{
    width:30%;
}
.col-with-2{
    width:20%;
}
.col-with-1{
    width:10%;
}
/*------Padding----------*/
.col-padding-left-0{
    padding-left:0px;
}
.col-padding-left-05{
    padding-left:5px;
}
.col-padding-left-06{
    padding-left:6px;
}
.col-padding-left-1{
    padding-left:10px !important;
}
.col-padding-left-2{
    padding-left:20px;
}
.col-padding-right-0{
    padding-right:0px;
}
.col-padding-right-05{
    padding-right:5px;
}
.col-padding-right-1{
    padding-right:10px !important;
}
.col-padding-right-2{
    padding-right:20px;
}
/*------Margin----------*/
.col-margin-left--1{
    margin-left: -10px;
}
.col-margin-left--01{
    margin-left: -5px;
}
.col-margin-left-1{
    margin-left: 10px;
}
.col-margin-top-04{
    margin-top:5px;
}
/*------float----------*/
.col-float-left{
    float:left !important;
}
.col-float-right{
    float:right;
}

/* --- Search by plate and code --- */

.search-type-button {
    position: relative;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #ff840a;
    border-width: 1px;
    border-color: #3a3a3a;
    cursor: pointer;
    -webkit-box-shadow: inset -1px -1px #3a3a3a;
    box-shadow: inset -1px -1px #3a3a3a;
    vertical-align: top;
}

.search-type-button img {
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.search-type-bg-orange {
    background: #ff840a;
}

.search-type-bg-green {
    background: #15af8e;
}

.search-box {
    position: relative;
    display: inline-block;
    width: 50%;
    min-width: 10%;
    vertical-align: top;
}

.search-box-cart {
    width: 60%;
}

.buttons-box {
    position: relative;
    display: inline-block;
    width: 50%;
    min-width: 10%;
    vertical-align: top;
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 12pt;
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;
}

.buttons-box-left {
    width: 40%;
    float: left;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
}

.buttons-box-right {
    width: 60%;
    float: right;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
}

.buttons-box a {
    color: black;
    text-decoration: underline;
}

.buttons-box-left a, .buttons-box-right a {
    color: black;
}

.clear-search-btn {
    position: absolute;
    right: 22%;
    width: 8%;
    height: 40%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background-color: transparent;
    border: 0;
}

.clear-search-btn:focus {
    outline: none;
}

.clear-search-btn img {
    width: 100%;
    height: 100%;
}

.rounded-input {
    border: 1px solid;
    border-right: 0px;
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 16pt;
    height: 60px;
    width: 80%;
    text-transform: uppercase;
    float: left;
}
.rounded-search-button {
    border: 1px solid;
    border-right: 0px;
    background-color: black;
    height: 60px;
    width: 20%;
    float: right;
    border-radius: 0px 3px 3px 0px;
}

.rounded-input-left {
    border: 1px solid;
    border-right: 0px;
    background-color: #fff;
    padding: 10px 2px 10px 2px;
    font-size: 16pt;
    height: 60px;
    width: 20%;
    text-transform: uppercase;
    float: left;
    text-align: right;
}

.rounded-input-left:disabled {
    background-color: #fff;
}

.rounded-search-button img {
    width: 70%;
    height: auto;
}

.rounded-input:focus {
    outline: none;
}

.rounded-bottom {
    border-radius: 3px 0px 0px 3px;
}

.not-rounded-bottom {
    border-radius: 3px 0px 0px 0px;
    border-bottom: 0px;
}

::-webkit-input-placeholder {
    text-align: left;
    text-transform: none;
    font-family: 'Open Sans';
    font-size: 13pt;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: left;
    text-transform: none;
    font-family: 'Open Sans';
    font-size: 13pt;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
    text-transform: none;
    font-family: 'Open Sans';
    font-size: 13pt;
}

:-ms-input-placeholder {
    text-align: left;
    text-transform: none;
    font-family: 'Open Sans';
    font-size: 13pt;
}

.search-items {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 120px;
    border: 1px solid;
    border-top: 0px;
    border-radius: 0px 0px 3px 3px;
}

.match-div {
    cursor: pointer;
    background-color: #fff;
    height: 45px;
    font-size: 16pt;
    position: relative;
}

.no-match {
    height: 60px;
    font-size: 13pt;
    text-align: left;
}
.no-match p {
    padding-left: 25px;
    margin: 0px;
}

    /*.search-items div:last-child {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid;
    border-radius: 0px 0px 5px 5px;
    height: 45px;
}*/

.search-items .match-div:hover {
    background-color: #e9e9e9;
}

.search-item-active {
    background-color: black !important;
    color: white;
}

.padding-tb-50 {
    padding: 50px 0px 50px 0px;
}

.padding-tb-150 {
    padding: 150px 0px 150px 0px;
}

.search-error {
    background-color: white;
    color: black;
    border: 1px solid;
    border-color: black;
    border-radius: 3px;
    width: 50%;
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12pt;
}

.search-error .align-left p:last-child {
    margin-bottom: 0px;
}

/* --- Custom scrollbar --- */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/* --- Login page --- */
.login-input {
    height: auto;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 50%;
}

.login-form {
    margin: auto;
}

.login-textbox {
    font-size: 12pt;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    height: 40px;
    border-radius: 1px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    font-family: 'Open Sans';
}

.login-label {
    clear: both;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15pt;
    margin: 0px;
    font-family: 'Open Sans';
}

.login-btn-active {
    color: #fff;
    background-color: #181717;
    padding: 1px 12px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    box-shadow: none;
    border: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.login-btn-active:hover, .login-btn-active:active {
    color: #fff;
}

/* --- Cart Design --- */

.cart-main {
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;
    width: 80%;
    font-family: 'Open Sans';
}

.cart-main-credits {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.cart-body {
    border: 1px solid;
    border-width: 1px 1px 0px 1px;
    box-shadow: -3px 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    clear: both;
}

.cart-body-fullborder {
    border-width: 1px 1px 1px 1px;
}

.cart-bottom {
    position: relative;
    background-color: black;
    color: white;
    border-radius: 0px 0px 10px 10px;
    text-align: right;
    padding-right: 80px;
    box-shadow: -3px 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 20pt;
    border-width: 1px 1px 1px 1px;
    overflow: hidden;
}

.cart-bottom:hover {
    color: orange;
    box-shadow: -3px 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cart-bottom:focus {
    color: white;
}

.cart-row {
    width: 100%;
    min-height: 30px;
    position: relative;
    text-align: left;
    clear: both;
    display: inline-block;
    font-size: 18pt;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cart-row:first-child {
    margin-top: 10px;
}

.cart-row:last-child {
    margin-bottom: 10px;
}

.cart-row-left {
    width: 60%;
    float: left;
    padding-left: 7%;
}

.cart-row-right {
    width: 40%;
    height: 100%;
    float: right;
    padding-right: 5%;
    text-align: right;
}

.cart-row-single {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.img-valid-for {
    color: lightslategrey;
}

.row-wl-85 {
    width: 85%;
}

.row-w5-15 {
    width: 15%;
}

.cart-row-security-title {
    font-size: 12pt;
    font-weight: 800;
    text-transform: uppercase;
}

.small-top-text {
    vertical-align: super;
    font-size: smaller;
}

.category-div {
    width: 50%;
    position: relative;
    left: 20%;
}

.category-left-arrow {
    width: 10%;
    height: auto;
    display: inline;
}

.cart-row-category {
    width: 85%;
    font-size: 12pt;
    background-color: transparent;
    border: 0px;
    text-align: left;
    display: inline;
}

.cart-row-category:focus {
    outline: none;
}

.cart-row-car-img {
    width: 80%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.cart-row-car-img img {
    width: 100%;
    position: relative;
}

.car-img-borders {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}

.car-img-borders img{
    width: 100%;
    height: inherit;
}

.cart-row-security {
    width: 45%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 2% 1% 1% 1%;
}

.cart-row-security .security-img-button {
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.security-img-button:focus {
    outline: none;
}

.cart-row-security img {
    width: 100%;
    height: auto;
}

.top, .bottom{
    position: absolute;
    width: 30px;
    height: 30px;
}

.top {
    top: -2px;
    border-top: 4px solid;
}

.bottom {
    bottom: -2px;
    border-bottom: 4px solid;
}

.left {
    left: -2px;
    border-left: 4px solid;
}

.right {
    right: -2px;
    border-right: 4px solid;
}

.carimg-top, .carimg-bottom {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.2;
}

.carimg-top {
    top: -10px;
    border-top: 6px solid;
}

.carimg-bottom {
    bottom: -10px;
    border-bottom: 6px solid;
}

.carimg-left {
    left: -10px;
    border-left: 6px solid;
}

.carimg-right {
    right: -10px;
    border-right: 6px solid;
}

.cart-car-title {
    font-size: 40pt;
    font-weight: bold;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.negative-credit {
    background-color: orangered;
    border: 1px solid;
    border-radius: 5px;
    width: 70%;
    float: right;
}

.right-text-padding {
    padding-right: 10px;
}

.refresh-button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5%;
}

.refresh-button img {
    width: 100%;
    height: 100%;
}

.next-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.credits-main {
    width: 40%;
    height: 200px;
    float: left;
    display: inline-block;
    position: relative;
}

.credits-info {
    width: 60%;
    height: 200px;
    float:right;
    display: inline-block;
    position: relative;
}

.credits-textbox-top {
    background-color: white;
    height: 30%;
    width: 100%;
    clear: both;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: black;
    font-size: 15pt;
    color: #F2F2F2;
}

.credits-textbox-bot {
    border: 0px solid;
    height: 70%;
    width: 100%;
    clear: both;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    text-align: center;
    font-size: 60pt;
    font-weight: bold;
    padding-bottom: 60px;
}

.credits-textbox-bot:focus {
    outline: none;
}

.credits-info-top {
    width: 100%;
    height: 49%;
}

.credits-info-bot {
    width: 100%;
    height: 49%;
}
.credits-info-mid {
    width: 100%;
    height: 2%;
}

.credits-info-left {
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
    font-size: 20pt;
    text-align:left;
    padding-left: 20px;
}

.credits-info-right {
    width: 70%;
    height: 100%;
    float: right;
    position: relative;
    font-size: 22pt;
    text-align: right;
    font-weight: bold;
    right: 0px;
}

.span-middle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.span-absolute-right {
    right: 0px;
}

.confirm-credits-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}

.card-icon {
    position: absolute;
    width: auto;
    height: 102%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    background-color: white;
    left: 0px;
    border-radius: 0px 0px 0px 10px;
}

.bold-text {
    font-weight: bold;
}

.cart-main p {
    font-size: 20pt;
}

.center-in-div-h {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.center-text-div {
    width: 70%;
    font-size: 15pt;
    margin-bottom: 5px;
}


/* ---- Start Contact Page ---- */
.contact-form {
    width: 100%;
    background: #000000;
    padding: 30px 50px 30px 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    font-family: 'Open Sans';
    display: inline-block;
}

.contact-form-required {
    color: #ffc001;
}

.contact-form-header {
    text-transform: uppercase;
    font-size: 15pt;
    color: whitesmoke;
    text-align: center;
}

.contact-form label {
    display: block;
    position: relative;
    margin: 40px 0px;
    font-weight: normal;
}

.contact-form label .text-danger {
    float: left;
    color: #ffc001;
    font-size: 8pt;
}

.contact-form .input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: floralwhite;
}

.contact-form .input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px black inset;
    -webkit-text-fill-color: orange;
}

.contact-form .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
    opacity: 0.7;
}

.contact-form .line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: white;
    transition: ease .6s;
}

.contact-form .input:focus + .line-box .line {
    width: 100%;
}

.contact-form .label-txt {
    position: absolute;
    top: -1.6em;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: whitesmoke;
    transition: ease .3s;
    font-weight: normal;
}

.contact-form .label-active {
    top: -2em;
}

.contact-form button {
    display: inline-block;
    padding: 12px 24px;
    background: #ffc001;
    font-weight: bold;
    color: black;
    border: none;
    outline: none;
    cursor: pointer;
    transition: ease .3s;
    text-transform: uppercase;
}

.contact-form button:hover {
    background: orange;
    color: black;
}
/* ---- End Contact Page ---- */

/* ---- START About Page ---- */
.div-with-img-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: black;
}

.div-with-img-bg .bg-img {
    left: 0;
    bottom: 0;
    position: absolute;
    width: inherit;
    opacity: .5;
}

.text-over-bg {
    position: relative;
    font-family: 'Open Sans';
    text-align: justify;
    padding: 40px;
    color: white;
    font-size: 13pt;
    display: inline-block;
    font-weight: normal;
}

.text-align-left {
    text-align: left;
}

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

.text-over-bg-bigger {
    font-size: 18pt;
}

.about-div-header {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.div-grey {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-font-color-white {
    color: white;
}

.about-font-color-black {
    color: black;
}

.about-bg-color-1 {
    background-color: whitesmoke;
}

.about-bg-color-2 {
    background-color: ghostwhite;
}

.about-bg-color-3 {
    background-color: rgba(220, 220, 220, 1);
}

.about-bg-color-orange {
    background-color: darkorange;
}

.about-bg-color-green {
    background-color: forestgreen;
}

.about-bg-color-blue {
    background-color: dodgerblue;
}

.about-bg-color-black {
    background-color: black;
}

.about-block {
    width: 90%;
    height: 350px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    text-align: left;
}

.about-block-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 125px;
    font-family: 'Open Sans';
}

.about-block-footer-bg-left {
    width: 80%;
    float: left;
    display: inline-block;
    height: inherit;
    opacity: .7;
    border-radius: 0px 0px 0px 10px;
}

.about-block-footer-bg-right {
    width: 20%;
    float: right;
    display: inline-block;
    height: inherit;
    opacity: .7;
    border-radius: 0px 0px 10px 0px;
}

.about-block-footer-text-left {
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    padding: 5px 20px 5px 20px;
    display: inline-block;
}
.about-block-footer-text-right {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    height: inherit;
}

.about-block-thumb {
    display: block;
    width: 100%;
    margin: 0;
}

.about-block-more-button {
    width: auto;
    height: auto;
    background-color: transparent;
    border: 0px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 1;
    padding: 0px;
}

.about-block-more-button img {
    width: 40px;
    height: 40px;
}

.about-block-h2 {
    font-size: 15pt;
    float: left;
    width: 100%;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.about-block-short-text {
    color: white;
    clear: both;
    text-align: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 12pt;
}

.bold-formated-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

/* ---- END About Page ---- */

/* ---- START Privacy & Terms Page ---- */

.fill-remaining {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    right: 0;
}

.para-title {
    font-size: 14pt;
    clear: both;
    width: 100%;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}

.para-content {
    font-size: 11pt;
    clear: both;
    width: 100%;
    font-weight: normal;
    padding-left: 40px;
    padding-right: 40px;
}

.sub-para-content {
    padding-left: 20px;
    clear: both;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}

.cookie-table {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.cookie-table td {
    padding: 5px;
    border: 1px solid #eeeeee;
}

/* ---- END Privacy & Terms Page ---- */

/* ---- Register Page --- */
.page-background-row{
   position: absolute;
   z-index: 0;
   width: 100%;
   overflow: hidden;
}

.login-content-middle, .login-content-middle-cart {
    position: relative;
    display: inline-block;
    width: 100%;
}

.content-middle-footer-space {
    padding-bottom: 48px; /*footer space*/
}

.login-content-middle-cart {
    height: calc(100%);
}

.login-content-middle-row {
    width: 100%;
    text-align: center;
}
.login-content-middle-row-text{
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #ccc;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15%;
    padding-bottom: 10px;
}
.login-content-middle-row .form-search-container{
    width: 40%;
    margin: 0 auto;
}
.login-content-middle-row .form-search-container input{
    height:50px;
    font-size:28px !important;
    font-weight:400;
    color: #000;
    padding-left:40px;
}
    .login-content-middle-row .form-search-container .form-search{
        color: #000;
    }
.page-background-row .page-background-transparent-layer{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.7);
    z-index:1;
}

.page-background-row .page-background-image{
    background-image:url(../img/parking.jpg);
    background-position:50% 50%;
    background-size:cover;
    position:fixed;
    left:0%;
    top:0%;
    right:0%;
    bottom:0%;
    z-index:0;
}

.page-background-row .info-page-background-image {
    background-image: url(../img/parking-bg.jpg);
}

.register-page .row{
    margin-left:0;
    margin-right:0;
    height: 100%;
}
.company-page-style {
    background-color: #000000;
    height: auto !important; /* real browsers */
    min-height: calc(100% - 100px + 2px); /* real browsers */
    padding-left: 0;
    padding-right: 0;
    width: 630px;
    margin: 0 auto;
    position: absolute;
    z-index: initial;
    top: 98px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    display: inline-block;
}
.register-header {
    width: 630px;
    height: 100px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    display:inline-block;
}
.register-header-logo {
    max-width: 50%;
    height: auto;
    float: left;
    /*    border: dashed;
    border-width: 2px;*/
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: inline-block;
}

.register-header-logo img {
    max-width: 100%;
    /*    border:dotted;
border-width: 1px;*/
}

.header-separator {
    width: 100%;
    height: 4px;
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
    display: inline-block;
    bottom: -10px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.normal-separator {
    width: 100%;
    height: 4px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
}

.normal-separator hr {
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    border: 0px;
    border-top: 1px solid #000;
    width: 90%;
}

.search-items .normal-separator {
    background-color: white;
    height: auto;
    padding: 0;
}

.search-items .normal-separator hr {
    opacity: 0.2;
}

.match-div img {
    opacity: 0.5;
    position: absolute;
    right: 5%;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.match-div p {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    margin: 0;
    padding-left: 5%;
    text-align: left;
}

.align-right {
    text-align: right;
    margin-right: 0px;
}

.align-left {
    text-align: left;
    padding-left: 20px;
}

.header-separator hr {
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    border: 0px;
    border-top: 1px solid #000;
    width: 90%;
}

.align-right hr {
    margin-right: 0px;
    width: 95%;
}

.menu-btn-active {
    opacity: 1.0;
    float: right;
    max-height: 100%;
    width: 30px;
    margin-left: 20px;
    margin-right: 0px;
    /*    border: dashed;
    border-width: 2px;*/
}

.reduced-opacity {
    opacity: 0.5;
}

.menu-btn-active img {
    max-height: 100%;
    max-width: 100%;
    /*    border: dotted;
border-width: 1px;*/
}

.menu-btn-text {
    position: absolute;
    width: inherit;
    z-index: 99;
    top: 100%;
    clear: both;
    text-align: center;
    font-family: 'Open Sans';
    padding-top: 5px;
}

.menu-content {
    width: auto;
    text-align: right;
    padding-top: 5%;
    padding-right: 30px;
    font-family: 'Open Sans';
}

.menu-content ul {
    list-style-type: none;
}

.menu-content ul li {
    text-transform: uppercase;
    font-size: 15pt;
    margin-top: 10px;
}

.menu-content ul li a {
    text-decoration: none;
    color: black;
}

.btn-auto-width{
    width:auto;
}
.header-btn-active {
    color: #fff;
    background-color: #181717;
    border-color: #d1cfcf;
    padding: 1px 12px;
    border-radius: 0;
    float: right;
}
.header-btn-active:hover, .header-btn-active:active{
     color: #fff;
}
.header-right-content {
    float: right;
    width: 47%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: inline-block;
}
.header-right-content-row{
    width:100%;
    overflow:hidden;
}

.header-input-field-title{
    font-size:12px;
}
.custom-walidation-text {
    color: #fff;
    background: #a94442;
    margin-top: 5px;
    position: absolute;
    z-index: 99;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
}
.custom-walidation-text ul{
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 10px;
}
.custom-walidation-text ul li{
    list-style:none;
}
.input-group-sm input.header-input-field{
    height: 22px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    border-radius: 0;
}

.header-right-content-row .header-checkbox .header-checkbox-container{
    margin-top:0px;
    padding-top:0px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px orange inset;
}
input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px orange inset;
}
.form-horizontal .header-right-content-row label{
    padding-top: 0px;
    margin-bottom: 0px;
}
.register-content{
    height:400px;
    width:100%;
    position:relative;
}
.login-content-top ul li{
    display:inline-block;
    list-style:none;

}
.login-content-top ul li a{
    font-size: 12px;
    color: #ccc;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
}
.login-content-top-vertical-line{
    font-size: 12px;
    color: #ccc;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}


.page-footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-family: 'Open Sans';
    padding-left: 3%;
    padding-right: 3%;
    z-index: 1;
    font-size: 11pt;
}

.page-footer .links {
    width: 94%;
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.page-footer .links a, .company-text {
    color: darkgrey;
    text-decoration: none;
    margin-right: 4%;
    margin-left: 4%;
}

.page-footer .links a:hover {
    text-decoration: underline;
}

.footer-link-right {
    float: right;
}

.footer-link-left {
    float: left;
}

/* ---- Search field --- */
.widget-nav .form-search-container{
    float:right;
    margin-top: 3px;
    margin-bottom:3px;
    margin-right: 10px;
    padding-left: 10px;
}
input.search-query {
    padding-left: 26px;
    border-radius:5px;
}
.login-search-input {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 400;
    font-style:normal !important;
}
/* ---- Search field --- */
form.form-search {
    position: relative;
    color: #ccc;
}
    form.form-search:before {
        display: block;
        width: 14px;
        height: 14px;
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        background-position: -48px 0;
        position: absolute;
        top:15px;
        left:8px;
        opacity: .5;
        z-index: 1000;
    }
.form-control{
    font-size: 12px;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 23px;
}
.custom-small-search-input{
    background: #000;
    border: none;
    color: #ccc;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}
label.search-label-text {
    color: #ccc;
    margin-top: 10px;
    font-style:normal;
    font-weight: 400;
}
/* ---- End Search field --- */
input[type="text"]::-webkit-input-placeholder {
    color: #ccc !important;
}
 
input[type="text"]:-moz-placeholder { /* Firefox 18- */
color: #ccc !important;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
color: #ccc !important;  
}
 
input[type="text"]:-ms-input-placeholder {  
color: #ccc !important;  
}
.login-content-top{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
}
.custom-register-btn{
    background-color: #ffc001;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}
.custom-register-btn:hover, .custom-register-btn:active{
    background-color: #ffc001;
}
.background-color-black{
    background-color:#000000;
}
.background-color-orange{
    background-color:#ffc001;
}
.background-color-dark-grey{
    background-color:#d0cecf;
}
.register-with-device{
    overflow:hidden;
}
.register-with-nr-plate{
    overflow:hidden;
}
.register-device-button{
    width:50px;
    position:absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
.register-nr-plate-button{
    width:50px;
    position:absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
.register-device-button img{
    width:100%;
}
.register-fields-group{
     width:100%;
     overflow:hidden;
     width:280px;
     margin:60px auto 0;
}
.register-device-icon{
     width:60px;
     margin-bottom:17px;
}
.register-device-icon img{
    width:100%;
}
.register-input-device{
     position:relative;
    overflow:hidden;
     margin-bottom:15px;
}
.register-input-device-field{
    float:left;
    width:30%;
}
.register-input-device-icon{
    float:left;
    width:28px;
    background-color:#fff;
    border: 1px solid #ccc;
    margin-left: 10px;
}
.register-input-device-icon img{
    width:100%;
    padding:3px;
}
.register-fields-group input{
    height: 28px;
    border-radius: 0;
    width: 80%;
    font-style: normal;
    font-size: 13px;
}
.register-fields-group-btn{
    width:80%;
    position:relative;
}
.register-page-btn{
    width:100px;
    float:right;
}
.register-fields-group .form-group{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    height: 45px;
}
.field-validation-style{
    font-size:12px;
    color:red;
}
.btn-active-first {
    color: #fff;
    background-color: #181717;
    border-color: #d1cfcf;
    padding: 3px 12px;
    border-radius: 0;
}
.btn-active-second {
    color: #181717;
    background-color: #e7e6e6;
    border-color: #d1cfcf;
    padding: 3px 12px;
    border-radius: 0;
}
.btn-active-first:hover,.btn-active-first:active{
     color: #fff;
}
.btn-active-second:hover,.btn-active-second:active{
    color: #181717;
}
@media (max-width: 640px) {

    .register-header {
        width: 100%;
    }
    .company-page-style{
        width:100%;
    }
    .login-content-middle-row-text {
        font-size:40px;
    }
    .login-content-middle-row .form-search-container {
        width: 45%;
    }
    .login-content-middle-row-text {
        margin-top: 5%;
    }
    .company-page-style {
        background-color: #000;
    }
    label.search-label-text {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    /* ---- START About Page ---- */

    .about-block-more-button img {
        width: 30px;
        height: 30px;
    }

    .about-block {
        height: 250px;
    }

    .about-block-h2 {
        font-size: 10pt;
    }

    .about-block-short-text {
        font-size: 11pt;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .about-block-footer {
        height: 80px;
    }

    .text-over-bg {
        padding: 20px;
        font-size: 10pt;
    }

    .div-grey {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .text-over-bg-bigger {
        font-size: 16pt;
    }

    /* ---- END About Page ---- */

    .page-footer {
        font-size: 10pt;
    }

    .center-text-div {
        font-size: 13pt;
    }
}

@media (max-width: 500px) {

    .about-block-more-button img {
        width: 25px;
        height: 25px;
    }

    .page-footer {
        font-size: 8.5pt;
    }

    /* ---- START About Page ---- */

    .about-block {
        height: 200px;
    }

    .about-block-h2 {
        font-size: 11pt;
    }

    .about-block-short-text {
        font-size: 9pt;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .about-block-footer {
        height: 80px;
    }

    .text-over-bg {
        padding: 20px;
        font-size: 10pt;
    }

    .div-grey {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .text-over-bg-bigger {
        font-size: 14pt;
    }

    /* ---- END About Page ---- */

    /* ---- START Contact Page ---- */
    .contact-form-header {
        font-size: 8.5pt;
    }
    /* ---- END Contact Page ---- */

    .login-content-middle-row-text {
        font-size: 36px;
    }

    .login-content-middle-row .form-search-container {
        width: 60%;
    }

    .login-content-middle-row-text {
        margin-top: 5%;
    }

    .company-page-style {
        background-color: #000;
        top: 73px;
    }

    label.search-label-text {
        font-size: 18px;
    }

    .rounded-input::-webkit-input-placeholder {
        font-size: 10pt;
        position: relative;
    }

    .rounded-input::-moz-placeholder {
        font-size: 10pt;
        position: relative;
    }

    .rounded-input:-ms-input-placeholder {
        font-size: 10pt;
        position: relative;
    }

    .rounded-input:-moz-placeholder {
        font-size: 10pt;
        position: relative;
    }

    .no-match {
        height: 60px;
        font-size: 10pt;
        text-align: left;
    }

    .login-input {
        width: 100%;
    }

    .custom-walidation-text {
        width: 100%;
    }

    .cart-row {
        font-size: 13pt;
        min-height: 20px;
    }

    .cart-row:last-child {
        margin-bottom: 0px;
    }

    .cart-car-title {
        font-size: 35pt;
    }

    .refresh-button {
        width: 30px;
        height: 30px;
    }

    .cart-bottom {
        font-size: 14pt;
        padding-right: 50px;
    }

    .next-icon {
        width: 20px;
        height: 20px;
    }

    .credits-info-left {
        font-size: 13pt;
    }

    .credits-info-right {
        font-size: 14pt;
    }

    .credits-main {
        height: 140px;
    }

    .credits-info {
        height: 140px;
    }

    .credits-textbox-top {
        font-size: 12pt;
    }

    .credits-textbox-bot {
        padding-bottom: 20px;
        font-size: 35pt;
    }

    .cart-main {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    .cart-main p {
        font-size: 14pt;
    }

    .padding-tb-150 {
        padding: 50px 0px 50px 0px;
    }

    .padding-tb-50 {
        padding: 10px 0px 10px 0px;
    }

    .search-box, .search-error, .buttons-box, .search-box-cart {
        width: 80%;
    }

    .register-header {
        height: 75px;
    }

    .company-page-style {
        min-height: calc(100% - 75px + 2px); /*75 for header and 2 for the overlaying area below header*/
    }

    .cart-row-security-title {
        font-size: 10pt;
        font-weight: 800;
        text-transform: uppercase;
    }

    .category-div {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .login-content-middle-cart {
        height: calc(100%);
    }

    .center-text-div {
        font-size: 12pt;
    }

    .cart-row-single {
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {

    .buttons-box {
        font-size: 11pt;
    }

    .about-block-more-button img {
        width: 20px;
        height: 20px;
    }

    .page-footer {
        font-size: 7.5pt;
    }

    /* ---- START About Page ---- */

    .about-block-h2 {
        font-size: 9pt;
    }

    .text-over-bg-bigger {
        font-size: 12pt;
    }

    /* ---- END About Page ---- */
}

@media (min-width: 400px){
    /*-------Modal popup-------------*/
    .modal-dialog {
    width: 400px;
    margin: 5% auto 0;
    }
    /*------ End Modal popup-------------*/
}

.modal-title {
    font-weight: bold;
}

/*-------Add New Company-------------*/
.company-container {
    background-color: #ffc001;
    width:100%;
}
.company-container-header{
    height: 30px;
    background-color: #d0cecf;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e7e6e6;
}
.company-container-header h3{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-top: 7px;
}
.company-container-content{
    position:relative;
    min-height:500px;
    padding:30px;
}
.company-container-section-title{
    text-align:left;
    overflow:hidden;
    margin-bottom:20px;
}
.company-container-section-title h4{
    font-size:14px;
    font-weight:bold;
    margin:0;
}
.company-container-section-content{
    overflow:hidden;
    margin-bottom:50px;
}
.container-section-col{
    float:left;
    margin-right:0px;
    overflow:hidden;
    padding-left: 0;
}
.container-section-left{
    width:50%;
}
.container-section-right{
    width:40%;
}
.filed-row-style{
    margin-left:0px !important;
    padding-right: 0;
}
.company-container-section-content label{
    font-size:12px;
    font-weight:bold;
}
.company-container-section-content .form-control{
    font-size: 12px;
    height: 24px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-right: 12px;
}
.company-container-section-content .form-group{
    margin-bottom:5px;
}
.company-container-form-submit{
    width:100%;
    position:relative;
    overflow:hidden;
}
.company-container-form-submit button{
    width:126px;
    float:right;
}
.custom-input-row{
    width:100%;
    float:left;
}
.col-first-child{
    margin-top:53px;
}
@media (min-width: 768px){
    .login-content-middle-row .form-search-container .form-inline .form-control {
         display: inline-block;
         width:100%;
         vertical-align: middle;
    }
}

/*plate search and results*/
.btn-back-to-search {
    background-color: #ffc001;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 10px;
}

.car-details-image {
    height: 100%;
    width:auto;
    background-color: #323945;
    align-content:unset;
}

.car-details-row {
    width:100%;
    background-color: #bfbfbf;
    margin-top: 10px;
    line-height: 60px;
}

.car-details-row-header {
    width: 100%;
    background-color: #323945;
    color: white;
    line-height: 60px;
    padding-bottom:5px;
    text-align: center;
}

.car-details-content {
    padding-top: 30px;
    padding-bottom: 80px;
}
