body { font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5 {
    font-family: "Teko", sans-serif;
    font-weight: 900;
}

/* Header */

#header {
    position: relative;
    width: 100%;
}

#header .top {
    position: relative;
    padding: 30px 0px 30px 160px;
    overflow: hidden;
}

#header .top h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
}

#header .top .name {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header .top .name h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
}

#header .top .name p {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 14px;
}

#header .logo {
    position: absolute;
    width: 130px;
    top: 25px;
    left: 0;
    height: 80px;
    padding: 0 15px 0 0;
    border-right: 1px solid #e3e3e3;
}

#header .logo img { width: 100%; margin: -5px 0 0 0; }

#header .navigation {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header .navigation li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    padding: 17px 0 15px 0;
    font-family: 'Teko', sans-serif;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    background: #f2f2f3;
    cursor: pointer;
    border-right: 2px solid #fff;
}

#header .navigation li.active {
    background: #1e1e21;
    color: #fff;
}

#header .navigation li i {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
}

#header .navigation li i.show { display: block; }
#header .navigation li:last-child { border: none; }

/* General / Content */

.content {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.content .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.5s ease;
}

.content .loading .spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 6px;
    z-index: 2;
    top: 50%;
    left: 50%;
    padding: 10px;
    border: 1px solid #d5d7dc;
    margin: -30px 0 0 -30px;
    -webkit-box-shadow: 0px 6px 23px -11px rgba(35,37,41,0.56);
    -moz-box-shadow: 0px 6px 23px -11px rgba(35,37,41,0.56);
    box-shadow: 0px 6px 23px -11px rgba(35,37,41,0.56);
}

.content .loading .spinner img {
    width: 100%;
}

.content .loading .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}

.section { display: none; padding: 40px 0; }

.section .side {
    float: left;
    width: 30%;
}

.section .body {
    float: left;
    width: 70%;
    padding: 0 0 0 40px;
}

.list {
    position: relative;
    margin: 0;
    padding: 0;
}

.list li {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    font-family: 'Teko', sans-serif;
    border-bottom: 1px solid #c2c4ca;
    background: #f2f2f3; 
}

.list li:nth-child(odd) { background: #f2f2f3; }
.list li:last-child { border: none; }

.list li .price {
    float: right;
    width: 20%;
    font-size: 17px;
}

.list li .name {
    float: left;
    width: 80%;
    font-weight: 600;;
}

.grid {
    position: relative;
    margin: 0;
    padding: 0;
}

.grid li {
    position: relative;
    display: block;
    float: left;
    padding: 20px;
    width: 48.5%;
    cursor: pointer;
    margin: 0 3% 2% 0;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1.5px solid #d5d7dc;
    -webkit-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    -moz-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
}

.grid li:nth-child(2n) { margin: 0 0 2% 0; }

.grid li h5 {
    margin: 0;
    padding: 0;
}

.grid li p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #6c6f77;
}

.grid li:hover {
    transform: scale(1.01, 1.01);
}

.grid li i { 
    display: none;
    position: absolute;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    top: -2px;
    right: -2px;
    z-index: 3;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #1e1e21;
}

.grid li img {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 62px;
    border-radius: 6px;
}

.grid li.active { border: 2.5px solid #1e1e21; }
.grid li.active i { display: block; }
.grid.grid-services li.active { display: none; }
.grid.grid-services li.active { border: 2.5px solid #1e1e21; }

.grid li.none {
    border: none;
    padding: 10px;
    box-shadow: none;
    height: 92px;
    border-radius: 6px;
    text-align: center;
    border: 2px dashed #c8cad0;
}

.grid li.none h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.grid li.none p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #6c6f77;
}

.area {
    position: relative;
    border: 1.5px solid #d5d7dc;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    -moz-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
}

.area .item {
    position: relative;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    border-bottom: 1.5px solid #d5d7dc;
}

.area .item h5 {
    position: relative;
    float: left;
    margin: 0 0 0px 0;
    padding: 0px;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.area .item h4 {
    position: relative;
    float: right;
    margin: 0;
    padding: 0px;
    font-weight: 400;
    font-size: 24px;
}

.area .item:last-child { border: none; }

.divider {
    text-align: center;
    height: 14px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0;
    border-bottom: 1px solid #d5d7dc;
}

.divider span {
    background: #fff;
    padding: 0 15px;
}

.notice {
    display: none;
    margin: 30px 0 0 0;
    padding: 12px 10px 10px 10px;
    font-family: 'Teko', sans-serif;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    color: rgb(210, 38, 38);
    background: rgba(210, 38, 38, 0.05);
    border: 1.8px solid rgb(210, 38, 38);
}

/* Customer */
#customer .divider {
    margin: 0px 0 45px 0;
}

/* Vehicle */

#vehicle .form { margin: 40px 0 0 0; }
#vehicle .add-vehicle { display: none; }
#vehicle .grid li { padding: 20px 20px 20px 90px; }

#vehicle .grid li.none { 
    padding: 104px 20px; 
    height: 232px;
    border: none;
    background: #f2f2f3;
}

#vehicle .grid li.none h6 {
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 800;
}

#vehicle .grid li.none i {
    color: #1e1e21;
    display: block;
    top: 42px;
    left: 50%;
    font-size: 20px;
    right: auto;
    margin: 0 0 0px -20px;
    background: none;
}

#vehicle .grid li {
    width: 24%;
    padding: 15px;
    text-align: center;
}

#vehicle .grid li img {
    position: relative;
    top: auto;
    left: auto;
    height: 140px;
    width: auto;
    margin: 0 auto 15px auto;
}

#vehicle .grid li h5 {
    font-size: 17px;
}

#vehicle .grid li p {
    font-size: 13px;
}

/* Services */

#services .form.last {
    margin: 40px 0 0 0;
}

#services .form .drop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 5;
    border-left: 1.5px solid #1e1e21;
    border-right: 1.5px solid #1e1e21;
    border-bottom: 1.5px solid #1e1e21;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#services .form .drop .list li {
    cursor: pointer;
    background: #fff;
    font-size: 16px;
}

#services .grid { margin: 20px 0 0 0; }
#services .grid li { width: 100%; margin: 0 0 15px 0; padding: 15px; }
#services .grid li:nth-child(2) { margin: 0 0 15px 0; }
#services .grid li:nth-child(3) { margin: 0 0 15px 0; }
#services .grid li h5 { font-size: 14px; font-weight: 600; text-transform: uppercase; margin: 0 0 5px 0; letter-spacing: 0.5px; }
#services .grid li p { font-size: 15px; }

#services .grid li .text {
    float: left;
    width: 80%;
    padding: 0 40px 0 0;
}

#services .grid li .price {
    float: left;
    width: 10%;
}

/* Review */

#review .item .form {
    position: absolute;
    width: 70%;
    top: 13px;
    right: 20px;
}

#review .item .form .input:nth-child(1) { width: 63%; }
#review .item .form .input:nth-child(2) { width: 34%; }

#review .list {
    margin: 0px 0 0 0;
    border-left: 1.5px solid #d5d7dc;
    border-right: 1.5px solid #d5d7dc;
}

/* Complete */

#complete .text {
    text-align: center;
    padding: 40px 20px;
    max-width: 380px;
    margin: 40px auto 0 auto;
    border-radius: 12px;
    background: #f2f2f3;
}

#complete .text h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
}

#complete .text i {
    font-size: 52px;
    margin: 0 0 30px 0;
    color: #6c6f77;
}

/* Form Styles */

.form {
    position: relative;
    margin: 0;
    padding: 0;
}

.form .group {
    position: relative;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 2% 0;
    overflow: hidden; 
}

.form .group .input {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.form .group .input h5 {
    font-weight: 600;
}

.form .group .input input {
    position: relative;
    width: 100%;
    padding: 12px;
    margin: 0;
    border: 1.8px solid #d5d7dc;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    -moz-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
}

.form .group .input textarea {
    position: relative;
    width: 100%;
    padding: 12px;
    margin: 0;
    resize: none;
    height: 200px;
    border: 1.8px solid #d5d7dc;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    -moz-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
}

.form .group .input select {
    position: relative;
    width: 100%;
    padding: 12px;
    margin: 0;
    border: 1.8px solid #d5d7dc;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    -moz-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
}

.form .group.one .input i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #646875;
    opacity: 0.4;
    z-index: 5;
}

.form .group.one .input.select i {
    position: absolute;
    top: 44px;
    left: 15px;
    font-size: 20px;
    color: #646875;
    opacity: 0.4;
    z-index: 5;
}

.form .group.one .input input { padding: 12px 12px 12px 48px; }
.form .group.one .input i { display: block; }
.form .group.one .input select { padding: 12px 12px 12px 48px; }
.form .group.one .input i { display: block; }

.form .group.two .input {
    float: left;
    width: 48.5%;
    margin: 0 3% 0 0;
}

.form .group.three .input {
    float: left;
    width: 31.3333%;
    margin: 0 3% 0 0;
}

.form .group.two .input:nth-child(2) { margin: 0; }
.form .group.three .input:nth-child(3) { margin: 0; }

.form .group .input input:focus,
.form .group .input textarea:focus {
    border: 1.8px solid #1e1e21;
    outline: none;
}

/* Box */

.box {
    position: relative;
    display: block;
    padding: 20px;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1.5px solid #d5d7dc;
    -webkit-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    -moz-box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
    box-shadow: 0px 4px 23px -11px rgba(35,37,41,0.26);
}

.box h5 {
    margin: 0;
    padding: 0;
}

.box p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #6c6f77;
}

.box i { 
    display: none;
    position: absolute;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    top: -2px;
    right: -2px;
    z-index: 3;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #1e1e21;
}

.box img {
    position: relative;
    height: 140px;
    margin: 0 auto 15px auto;
}

.box.active { border: 2.5px solid #1e1e21; }
.box.active i { display: block; }

/* Modal */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.popup .body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 340px;
    margin: -170px 0 0 -160px;
    border-radius: 6px;
    background: #fff;
    z-index: 2;
}

.popup .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 33, 0.2);
    z-index: 1;
}

/* Footer */

.footer {
    font-size: 14px;
    border-top: 1px solid #d5d7dc;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.footer strong {
    float: left;
}

.footer span {
    float: right;
}

/* Bottom */

.bottom {
    margin: 40px 0 0 0;
    overflow: hidden;
    text-align: right;
}

.bottom button {
    position: relative;
    font-size: 18px;
    min-width: 200px;
    padding: 13px 25px 10px 25px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    background: #1e1e21;
    color: #fff;
    border: none;
    transition: all 0.2s ease;
}

.bottom button.back {
    background: #f2f2f3;
    color: #646875;
    min-width: 100px;
    margin: 0 20px 0 0;
}

.bottom button.back:hover {
    background: #dedee1;
}

.bottom button:hover {
    background: #373738;
}

.bottom button i {
    position: absolute;
    top: 15px;
    right: 20px;
}