/* Base Styles ************************/

* {
box-sizing: border-box;    
}

a {
  text-decoration: none;
}

.wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto;
    width: 95%;
}

li {
    text-decoration: none;
}

img {max-width:100%;}
 

/* Header Image ************************/

.header-img {
    background-image: 
        linear-gradient(to top, #000, transparent 60%),
        url(../img/main.jpg);
    background-size: cover;
    background-position: top;
    height: 400px;
    width: 100%;
    position: relative; 
    margin-top: -1px;
}

.header-text {
    position: absolute;
    width: 100%;
    bottom: 0;  
    padding: 0 1em;
}

.header {
    display: flex;
    flex-flow: column wrap;
}

/* Nav ********************************/

.main-nav {
    order: -1;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: -1px;
}

nav {
    background-color: #fff;
    padding: 5px 0 5px 0;
    margin: 0;
}

nav li {
    display: none;
    padding: 0 40px 0 0;
}

nav ul {
  text-align:center;
}

.logo {
    height: 5em;
    align-self: flex-start;
    margin-bottom: -3px;
}

.social-icons ul {
    list-style: none;
    display: none;
}

.menu-icon  {
     padding: 4px 10px 0;
}

.menu-icon:hover {
    padding: 4px 10px 0;
    background-color: aqua;
}

.divider {
    display: none;
}

/* Main section ********************************/

.responsive-image {
    max-width: 100%;
    max-height: auto;
    overflow: hidden;
}

.content-1 {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 1em;
    justify-content: center;
    width: 600px;
}

.main-content {
    display: flex;
    flex-direction: column;
}



/* Footer ********************************/

#newsletter {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #003145;
    display: inline-block;
    text-align: center;
    padding: 0 .2em;
}

.newsletter-input {
    width: 350px;
    height: 38px;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    color: #999;
    padding-left: 10px;
    border-radius: 7px;
    border: 0;
}

.newsletter-small {
    font-size: 1.1em;  
    text-transform: inherit;
}

.newsletter-small a {
    color: #fff;
}

#footer-logo {
    position: relative;
    top: 7px;
    width: 30px;
    margin: 0 5px;
}

/* Links ********************************/

nav a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid #003145;
    padding: 0 0 7px 0;
    transition: 0.2s;
}

nav a:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #fff;
    border-bottom: 3px solid #fff;
    padding: 0 0 7px 0;
    transition: 0.2s;
}




/* Buttons ************************/

.button, 
.send {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #777;
    margin: -1px 0 6px;
    padding: 10px 30px;
    transition: 0.25s;
    outline: none;
    text-align: center;
}

.button-small {
    background-color: transparent;
    border: solid 1px #ddd;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #fff;
    margin: 10px;
    padding: 5px 15px;
    transition: 0.25s;
    margin: 10px 0;
    outline: none;
    width: 130px;
    margin: 0 auto;
    justify-content: center;
}

/* Typography ************************/

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    font-weight: 300;
    color: #545454;
    padding-top: .3em;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    font-weight: 400;
    color: #999;
    text-align: center;
    overflow: hidden;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    font-weight: 500;
    color: #545454;
    padding-top: .3em;
    text-align: left;
    margin: 0; 
}

.title {
    color: #fff;
    font-size: 3.5em;
    line-height: 1em;
}

.header-text h2 {
    color: #fff;
}

.tel-number {
    font-weight: 600;
    font-size: 1.5em;
    margin: 0.2em 0 .2em;
    text-align: center;
}

.tel-number:link {
    color: #fff;
}

/* Layout ************************/footer

.sec-nav-box {
    display: none;
}


/* Tabels ************************/

.tg  {
    margin: 36px auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    padding:10px 5px;
    border-style:solid;
    border-width:0px;
    overflow:hidden;
    word-break:normal;
}

.tg tr:hover {
    background-color: #003145;
    color: #fff;
}

.tg tr:first-child {
    background-color: #003145;
    color: #fff;
}

.tg.tg_width tr:nth-child(2) {
    background-color: #fff;
    color: #000;
}

.tg tr:nth-child(2) {
    background-color: #999;
    color: #fff;
}

.tg .tg-lqy6 {
    text-align: right;
    vertical-align: top;
}

.table_left {
    text-align: left;
}

.tg th {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 5px;
    border-style:solid;
    border-width:0px;
    overflow:hidden;
    word-break:normal;}

.tg .tg-yzt1 {
    color: #fff;
    background-color:#003145;
    vertical-align:top;
}

.tg .tg-yw4l {
    vertical-align:top;
}

tr:nth-child(2n+3) {
    background-color: #efefef;
    border-bottom: solid 1px #E1E1E1;
    border-top: solid 1px #E1E1E1;
}

.table_regular td {
    background-color: #fff;
    color: #000;
}


/* Deskop ************************/


.asistencija {
    display: flex;
    justify-content: center;
    background-image: url(../img/suzuki_asistencija.jpg);
    padding: 9px 15px;
    background-size: cover;
    margin-top: 40px;
}

.asistencija-text {
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
}

.text_caps_small {
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.newsletter_font {
    font-size: 1.5em;
}

.pdf_icon {
    background-image: url(../img/pdf.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.download {
    padding: 1em;
    margin-bottom: 1em;
}

.download_heading {
    transition: .25s;
    font-size: 1.2em;
}

.download_heading:hover {
    transition: .25s;
    color: #003145;
}

.download_link {
    display: flex;
    justify-content: center;
}


.flex {
    display: flex;
    flex-flow: column;
}

.flex_row {
    display: flex;
    flex-flow: row;
    flex-flow: wrap;
    justify-content: center;
}

.social-icons {
    display: none;
}

.models_box {
    max-width: 10px;
}



.models_name {
    font-size: 1.6em;
    color: #545454;
    margin-top: 0;
}

.models_name:hover {
    color: #E60013;
}


.models {
    display: inline;
    width: 100%;
}

.text_l {
    text-align: left;
}

.header-img_scross {
        background-image: 
        linear-gradient(to top, #000, transparent 60%),
        url(../img/s_cross/s_cross.jpg);
    background-size: cover;
    background-position: bottom;
    height: 45vh;
    width: 100%;
    position: relative; 
    margin-top: -1px;
}

.cjenik {
    font-size: 0.7em;
    padding: 0 15%;
    margin-top: 20px;
}





.table_header {
    background-color: #003145;
    color: #fff;
}

.moto {
    background-image: 
        linear-gradient(to top, #000, transparent 60%),
        url(../img/moto/cover.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 45vh;
    position: relative; 
    margin-top: -1px;
}

.opacity_9 {
    transition: .3s;
}

.opacity_9:hover {
    opacity: 0.9;
    transition: .3s;
}

.google_map {
    margin: 0 auto;
    width: 100%;
}

.intro {
    background-image: url(../img/intr.svg);
    background-repeat: no-repeat;
    width: 450px;
    margin: 190px auto 0px;
    height: 150px;
}
.box1 {
    text-align: center;
    margin: 0 auto;
    padding: 0 20%;
}

.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.9rem;
    color: #868695;
    font-weight: 300;
    line-height: 2.6rem;
    text-transform: uppercase;
}
.booked {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: #00a3d8;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    margin: 1rem;
}
.mail {
    margin-top: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    color: #868695;
    font-weight: 300;
    line-height: 1rem;
}
a, a:visited {
    color: orangered;
}