@import url(//fonts.googleapis.com/css?family=Paytone+One);

#header_wrapper {
    min-height: 133px;
    background-color: #000;
}

.overlay-menu #header_wrapper {
    min-height: auto;
    background-color: transparent;
}

/* - Top Header - */
#header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: white;
}

.address {
    line-height: 16px;
    font-weight: 400;
}
.email {
    line-height: 16px;
    font-weight: 400;
}
.phone {
    line-height: 16px;
    font-weight: 400;
}

/* - Main Nav - */
#nav * {
    box-sizing: initial;
}
#nav, nav {
    width: 100%;
    display: block;
    text-align: center;
}
#nav .nav-wrap {
    max-width: 75%;
    min-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#nav .nav-wrap .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#nav .nav-links a:link, #nav .nav-links a:visited {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 12px 10px;
    text-align: center;
    letter-spacing: 1px;
    transition: 300ms color linear;
    position: relative;
    overflow: hidden;
}
#nav .nav-links a:hover, #nav .nav-links a:active {
    background: #acc8e8;
    transition: 300ms color linear;
}

/* - Dropdowns - */
#nav .nav-links span.has-dropdown {
    position: relative;
}
#nav .nav-links span.has-dropdown ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -1000000px;
    width: 180px;
}
#nav .nav-links span.has-dropdown ul.dropdown li {
    display: block;
}
#nav .nav-links ul.dropdown li a:link, #nav .nav-links ul.dropdown li a:visited {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    transition: 300ms color linear;
    background: #0f4a86;
}
#nav .nav-links ul.dropdown li a:hover, #nav .nav-links ul.dropdown li a:active {
    background: #6ca2c7;
    transition: 300ms color linear;
}
#nav .nav-links span.has-dropdown:hover ul.dropdown {
    right: 0px;

}
#nav .nav-links span.has-dropdown2 {
    position: relative;
}
#nav .nav-links span.has-dropdown2 ul.dropdown2 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 77px;
    right: -1000000px;
    width: 180px;
}
#nav .nav-links span.has-dropdown2 ul.dropdown2 li {
    display: block;
}
#nav .nav-links ul.dropdown2 li a:link, #nav .nav-links ul.dropdown2 li a:visited {
    text-transform: none;
    font-size: 13px;
    line-height: 18px;
    height: auto;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    text-align: left;
    letter-spacing: 1px;
    transition: 300ms color linear;
    background: #9a0e0e;
}
#nav .nav-links ul.dropdown2 li a:hover, #nav .nav-links ul.dropdown2 li a:active {
    background: #c51a1a;
    transition: 300ms color linear;
}
#nav .nav-links span.has-dropdown2:hover ul.dropdown2 {
    right: 0px;
    margin-right: -270px;
    margin-top: -135px;

}
#nav .nav-links a:link img, #nav .nav-links a:visited img {
    display: block;
    margin: 0 auto;
}
#nav .nav-links a:hover img, #nav .nav-links a:active img {

}
#nav .nav-links a:link img, #nav .nav-links a:visited img {
    display: block;
    margin: 0 auto;
}
#nav .nav-links a:hover img, #nav .nav-links a:active img {

}
#nav a.logo:link, #nav a.logo:visited {
    margin-top: -18px;
    z-index: 1001;
    display: block;
}
#nav a.logo:hover, #nav a.logo:active {

}
#nav a.logo img {
    z-index: 10002;
}
#nav .nav-links a.current:link, #nav .nav-links a.current:visited, #nav .nav-links a.current:hover, #nav .nav-links a.current:active {
    background: rgba(255,0,0,0.75);
    cursor: default;
    transition: 300ms color linear;
}

/* ----- Main Content ----- */
.wrap {
    z-index: 0;
}
#content {
    background-color: #0a0a0a;
    width: 100%;
    z-index: 0;
}
#content .content-wrap {
    max-width: 80%;
    margin: 0px auto;
    padding: 65px 0px;
}
#content h1 {
    font-size: 1.6em;
    font-weight: 900;
    /*text-transform: lowercase;*/
    color: #5dacdd;
    letter-spacing: 2px;
    margin: 30px 0 25px 0;
    padding: 0;
}
#content h2 {
    font-size: 1.6em;
    font-weight: 900;
    color: #f8f6fc;
    letter-spacing: 2px;
    margin: 30px 0 25px 0;
    padding: 0;
}

#content h2.admin {
    font-size: 1.6em;
    font-weight: 900;
    color: #2b2922;
    letter-spacing: 2px;
    margin: 10px 0 25px 0;
    padding: 0;
}
#content h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #f8f6fc;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    padding: 0;
}

#content h3.admin {
    font-size: 1.2em;
    font-weight: 700;
    color: #2b2922;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    padding: 0;
}
.backend #content h3 {
    color: #2b2922;
}
#content .alert h3 {
    color: inherit;
}
#content h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #0a0a0a;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    padding: 0;
}
#content p {
    /*font-family: Impact, Charcoal, sans-serif;*/
    color: #f8f6fc;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 25px;
    line-height: 24px;
}
.backend #content p {
    color: #000;
}
#content .tw-fieldset p {
    color: #606f7b;
    padding-top: 0;
}

#content ul:not(.parsley-errors-list) li {
    font-size: 13px;
    font-weight: 400;
    color: #f8f6fc;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 24px;
}
.backend #content ul:not(.parsley-errors-list) li {
    color: #000;
}

#content .alert ul li {
    color: inherit;
}

#content ol {
    font-size: 13px;
    font-weight: 400;
    color: #464646;
    letter-spacing: 1px;
    margin: 0 0 8px 18px;
    padding: 0;
    line-height: 24px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button-service {
    border-radius: 4px;
}

.button-see {
    border-radius: 4px;
    margin-left: 30px;
    margin-bottom: 30px;
}

hr {
    margin-top: 19px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 650, from(#fff), to(#000));
}

/*flex stuff */

.flexrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}
.flexrowbox {
    flex-basis: auto;

}

.home-flex-container-text {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    padding-bottom: 30px;
    max-width: 1100px;
    margin: auto;
    animation-duration: 2s;
    animation-name: homeflexcontainertextslidein;
}

.home-flex-heading {
    flex: 1 100%;
    height: 20px;
    max-width: 800px;
}

.home-flex-text-left {
    max-width: 400px;
}

.home-flex-text-right {
    max-width: 600px;
}

.home-flex-container-vehicles {
    align-content: center;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 40px;
    padding-left: 0px;
}

.home-flex-container-manufactures {
    padding-top: 30px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: auto;
    padding-left: 0px;
}

.home-flex-container-extra {
    padding-top: 30px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: auto;
    padding-left: 0px;
}

.home-flex-container-partners {
    padding-top: 30px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1400px;
    margin: auto;
    padding-left: 0px;
}

a.partners-hover:hover {
    opacity: 0.5;
}

.home-flex-item {
    padding: 5px;
    width: 250px;
    height: 250px;
    margin-top: 10px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.home-flex-partners {
    padding: 5px;
    width: 250px;
    height: 175px;
    margin-top: 10px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

/* ---- Home Banner ---- */

#home {

}

.slideshow-wrap {
    margin: auto;
    position: relative;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .slideshow-wrap {
        margin-bottom: 300px;
    }
}

.slideshow-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.slideshow-pattern::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.0) 0%,
        rgba(0, 0, 0, 0.0) 75%,
        rgba(0, 0, 0, 1.0) 100%
    );
}

.slideshow-pattern::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/lines-pattern.gif);
    opacity: 0.53;
}

.slider-heading {
    float: left;
    position: relative;
    padding-top: 200px;
    padding-left: 150px;
    color: #5dacdd;
    font-family: Impact, Charcoal, sans-serif;
    z-index: 1;
    font-size: 1em;
}

/* ---- End Home Banner ---- */

.heading {
    color: #5dacdd;
    text-align: center;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 28px;
    animation-duration: 2s;
    animation-name: headingslidein;
}

/* ---- About Page Styles ---- */
.about-flex-paragraph {
    height: auto;
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-align: justify;
    margin: auto;
}

.about-flex-container-team {
    align-content: center;
    padding-top: 30px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-evenly;
    max-width: 1100px;
    margin: auto;
    padding-left: 0px;
}

.about-flex-item {
    padding: 5px;
    width: 250px;
    height: auto;
    margin-top: 10px;
    line-height: 150px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

/* ---- End About Page Styles ---- */


/* ----- Footer ----- */
.footer {
    width: 100%;
    padding: 15px 0;
    background: white;
    color: black;
    font-size:.8rem;
}
.footer a {
    color:inherit;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .foot-wrap {
    max-width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-flex-grid {
    display: flex;
    flex-wrap: wrap;
    width:75%;
    margin:0 auto;
    justify-content: space-between;
}
/* Hide footer on little screens*/
@media screen and (max-width: 450px) {
    #footer {
        display:none;
    }
}

.footer-col {
    flex-wrap: wrap;
    flex: 1;
    color: black;
    padding-top: 15px;
    text-align: left;
}
.footer-col h2 {
    margin-bottom:20px;
}
.footer-col ul {
    list-style: none;
    padding-left:0;
}
.footer-col li {
    margin-bottom:3px;
    text-align: left;
    font-weight: normal;
}
.footer-col a {
    font-weight: normal;
}

.footer-flex-item {
    width: 100%;
    line-height: 25px;;
    font-weight: bold;
    text-align: center;
    margin-right: 0px;
    color: black;
}

footer ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer ul.social li {
    margin: 0 8px;
    padding: 0;
    display: inline-block;
}
footer ul.social li a:link, footer ul.social li a:visited {
    display: block;
    opacity: 0.75;
}
footer ul.social li a:hover, footer ul.social li a:active {
    opacity: 1.0;
}


/* Style the buttons that are used to open and close the accordion panel */
button.accordion-header {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion-header.active, button.accordion-header:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.accordion-content {
    padding: 0 18px;
    background-color: white;
    display: none;
}



.categorized-option-form {
    width: 800px;
    margin: 0 auto;
    background-color: #CCCCCC;
    padding: 30px;
}

.option-category {
    padding: 20px;
    background-color: #DFDFDF;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 15px -2px;
}

.package-option {
    /*background-color: #0066cc;*/
    background-color: rgba(248, 209, 28, 0.78);
    border-radius: 12px;
    margin-bottom: 5px;
}

.category-lightbox {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.category-lightbox .vert-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.category-lightbox .row {
    height: 54px;
}

input[type="checkbox"].checkbox-button {
    width: 34px;
    height: 34px;
    margin: 10px auto;
    display: block;
}

input[type="radio"].radio-button {
    width: 34px;
    height: 34px;
    margin: 10px auto;
    display: block;
}

.vehicle-link-container {

}

.vehicle-link-container .btn {
    margin-right: 10px !important;
    margin-top: 10px !important;
}

.float-column {
    min-width: 300px;
}

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

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

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

img.checkmark-small {
    width: 20px;
}
table,
table th,
table td {
    border: 1px solid grey;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

body {
    background: none !important;
}

.option-table-form {
    width: 100%;
}

.lity-content {
    background-color: white;
    padding: 20px 50px;
}

.lity-content label {
    color: #000;
}

/*a:hover > img {*/
/*opacity: 0.7;*/
/*}*/

table.highlights-rows th {
    padding: 5px;
    text-align: center;
}

table.highlights-rows td {
    padding: 5px;
}

tr.row-highlight {
    background-color: rgba(0, 0, 0, 0.08);
}

table.highlights-rows > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

tr.eog-highlight {
    background-color: rgba(255, 0, 0, 0.4) !important;
}

.vehicle-badges {
    left: 0;
    top: -25px;
    height: 50px;
    position: absolute;
    display: flex;
    /*justify-content: space-around;*/
    justify-content: flex-start;
    width: 100%;
    z-index: 100;
}

.vehicle-badge-link {
    flex: 1;/* Comment these out to left align badges */
    text-align: center;
}

.vehicle-badge {
    /*flex: 1;*/
    width: 50px;
    margin-right: 5px;
}

.hover-grayscale {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-grayscale:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.feature-table-form th,
.feature-table-form td {
    padding: 10px;
}

.feature-table-form {
    margin-bottom: 20px;
}

.danger {
    color: #d9534f;
}

.success {
    color: #5cb85c;
}

.primary {
    color: #C6B624;
}

.twbs-primary {
    color: #337ab7;
}

/* --- Contact Form --- */

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.dark-bg label {
    color: #ffffff;
}

.tw-fieldset label {
    color: #606f7b;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control-large {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
    background-color: #bf5329;
    color: #fff;
    list-style-type: none;
}

.parsley-errors-list.filled:after {
    position: absolute;
    top: -6px;
    left: 20px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #bf5329;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    font-weight:800;
    color: white;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #5dacdd;
}
.btn:hover {
    background-color: #0f4a86;
}


.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }

    .col-md-12 {
        width: 100%;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;

    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%
    }

    .form-group {
         margin-bottom: 15px;
    }

    label {
        display: inline-block;
        max-width: 80%;
        margin-bottom: 1px;
        font-weight: bold;
       /* color: #FFF; */
    }

    .form-control {
        display: block;
        width: 90%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    }

    .form-control-large {
        display: block;
        width: 100%;
        height: 150px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    }
}

#content .errors ul li {
    margin-bottom: 5px;
}

[v-cloak] {
    display: none;
}

.indent {
    margin-left: 40px;
}
