/* GLOBAL STYLE */
body {
    font-family: Sukhumvit Set, Prompt, Arial, Helvetica, sans-serif;
}

#loading {
    background-image: url("ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.empty-32 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline;
    margin: 5px;
    text-align: center;
    background-color: white;;

    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.dot-wide {
    width: 50%;
    height: auto;
    border-radius: 25px;
    padding: 5px;
    display: inline;
    margin: 5px;
    text-align: center;
    background-color: white;;

    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.dot-inner {
    display: inline;
    position: relative;
    font-size: 100%;
    text-align: center;
    font-weight: 600;
    color: black;
    line-height: 0;
}
.dot-inner-sub {
    display: inline;
    position: relative;
    font-size: 75%;
    text-align: center;
    font-weight: 400;
    color: black;
    line-height: 0px;
}
.dot.active {
    background-color: lightgray;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.dot-wide.active {
    background-color: lightgray;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.carousel-indicators {
    padding: 5px;
}
.bike-model-logo {
    width: 75%;
    height: auto;
}
.bike-model-logo-container {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;

}
.text-align-center {
    text-align: center;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.bike-model {
    width: 80%;
    height: auto;
}
.promo-pad {
    background-color: black;
    display: block;
    color: white;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    width: auto;
    font-size: 18px;
    font-weight: 900;
    height: auto;
    border-radius: 10px;
}
.price-pad {
    background-color: black;
    display: block;
    color: white;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    width: auto;
    font-size: 24px;
    font-weight: 900;
    height: auto;
    border-radius: 10px;
}
.promo-red {
    font-size: 24px;
    font-weight: 900;
    color: white;
    text-shadow: -2px -2px 0 red,2px -2px 0 red,-2px 2px 0 red,2px 2px 0 red;
}
.promo-pad.promo-red {
    font-size: 18px;
    font-weight: 900;
    color: white;
    text-shadow: -2px -2px 0 red,2px -2px 0 red,-2px 2px 0 red,2px 2px 0 red;
}
.promo-sub {
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    color: black;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    width: fit-content;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    border-radius: 10px;
}

.promo-sub > .promo-pad {
    display: inline;
    color: white;
    padding: 0px 3px 0px 3px;
}
.transparent {
    color: transparent;
    text-shadow: none;
}
/* NAV STYLE */
nav {
    font-weight: 900;
    position: absoulute;
    background-color: black;
    height: 67;
    color: white;
}
#nav-left > img {
    padding: 20px;
    width: 138px;
    height: auto;
}
#nav-left {
    text-align: left;
}
#line-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
}
#msg-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
}
#nav-right {
    text-align: right;
}
#nav-right > a > img {
    margin: 10px;
}
#tel-wrapper {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}
#tel-label, #tel-num {
    display: block;
    color: whitesmoke;
}

/* SECTION 1 STYLE */
#section-1 {
    position: relative;
    top: 0;
    background-image: url('img/promo-bg-new.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
div#section-1 {
    height: 1200;
}
img#section-1-art {
    position: relative;
    width: 100%;
}
#form-head h2, #form-head p {
    color: white;
    font-size: 150%;
}
#section-1-form {
    background-color: #404040;
    -webkit-box-shadow: 1px 1px 37px -4px rgb(0, 0, 0);
    -moz-box-shadow: 1px 1px 37px -4px rgb(0, 0, 0);
    box-shadow: 1px 1px 37px -4px rgb(0, 0, 0);
    padding: 30px 10px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto;
    height: fit-content;
    position: relative;
    top: 30px;
    z-index: 3;
}


/* SEC2 STYLE */
section#section-2 {
    position: relative;
    top: 0;
    background-image: url('img/section2-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
img#sec2-side-name {
    position: absolute;
    left: 0px;
    top: 150px;
    width: 50px;
}
#sec2-art-container {
    position: relative;
    padding-top: 5vh;
}
#sec2-text1 {
    font-size: 1.5em;
    color: #41bf1a;
}
#sec2-text2 {
    font-size: 1.3em;
}
h2#sec2-text3 {
    position: relative;
    font-size: 1.5em;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
    border: #404040 solid 5px;
    margin-top : 20px;
}

/* SECTION 3 STYLE */
section#section-3 {
    background-color: #404040;
    padding: 50px 0 50px 0;
}
#section-3 h2 {
    font-size: 1.5rem;
    color: white;
    text-align: right;
    padding: 2rem 1rem 0 0;
}
#section-3 img {
    max-width: 300px;
}
#inline-block {
    display: inline-block;
    justify-content: center;
    text-align: center;
}
#section-3 > div > div.col-lg.col-md-auto {
    text-align: center;
}



/* SECTION 8 STYLE */
section#section-8 {
    position: relative;
    top: 0;
    background-image: url('img/section8-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    }
h2#section-8-text {
    color: #404040;
    text-align: center;
    font-weight: 900;
}
#section-8-container {
    padding: 50px;
}
#section-8-img {
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,1);
}


/* SECTION 9 STYLE */
#section-9-1-bg {
    background-color: #eaebed;
}
#section-9-2-bg {
    background-color: #404040;
}
#section-9-1-col-right {
    text-align: center;
}
div#section-9-1-text {
    padding-top: 50px;
}
#section-9-2-container {
    padding: 0;
}
#section-9-row-2 {
    margin-right: 0;
}

.text-remove {
    text-decoration: line-through;
}