@import url(https://fonts.googleapis.com/css?family=Roboto:500,400italic,700italic,700,500italic,400&subset=latin,latin-ext);

body{
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 12px;
}

.background{
    //background-color: #fdefd1;
    //background-color: white;
    width: 100%;

    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
}



.center_box{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}



.full_box{
    clear: both;
    width: 100%;
}



.header{
    position: relative;
    background-color: #050505;
    height: 353px;

    background-image: url(../images/xray_car.jpg);
    background-repeat: no-repeat;
    background-position: 800px -40px;
    background-size: 600px;
}

.boss_photo{
    position: relative;
    text-decoration: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
}

.boss_photo img{
    //float: left;
    margin: 0;
    padding: 0;
}

.header_logo{
    position: relative;
    top: 20px;
    left: 40px;
}

.wm_text{
    //float: left;
    position: relative;
    left: 50px;

    top: -140px;
    text-decoration: none;
}

.sso{

    position: relative;
    top: -70px;
    left: -340px;
    text-decoration: none;
}

.adressbar {

    top: 10px;
    display: table-cell;
    position: relative;
    color: white;
    height: 40px;
    width: 560px;

    vertical-align: middle;
    text-align: center;

    border-color: white;
    border-width: 1px;
    border-style: solid;

    background-color: #d30000;

    font-size: 1.66em;
}

.contentbox{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050505+0,000000+40&amp;1+0,0+40 */
    background: -moz-linear-gradient(top,  rgba(5,5,5,1) 0%, rgba(0,0,0,0) 40%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,5,5,1)), color-stop(40%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(5,5,5,1) 0%,rgba(0,0,0,0) 40%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(5,5,5,1) 0%,rgba(0,0,0,0) 40%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(5,5,5,1) 0%,rgba(0,0,0,0) 40%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(5,5,5,1) 0%,rgba(0,0,0,0) 40%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}




.pagetitle_bar{
    border-bottom-width: 2px;
    border-bottom-color: #f17515;
    border-bottom-style: solid;
}

.pagetitle:first-child{
    display: table-cell;

    height: 50px;
    width: 250px;

    font-size: 2.5em;
    font-weight: bold;
    color: #d30000;

    text-align: right;
    vertical-align: middle;
    text-shadow: 3px 3px 6px grey;


    /*
    border-width: 3px;
    border-color: #666650;
    border-style: solid;
    */

    border-left: none;

    padding-right: 20px;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff800+1,ffaf00+100 */
    background: rgb(255,248,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,248,0,1) 1%, rgba(255,175,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,248,0,1)), color-stop(100%,rgba(255,175,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,248,0,1) 1%,rgba(255,175,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,248,0,1) 1%,rgba(255,175,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,248,0,1) 1%,rgba(255,175,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,248,0,1) 1%,rgba(255,175,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff800', endColorstr='#ffaf00',GradientType=0 ); /* IE6-9 */

    box-shadow: 3px 3px 20px black;

}

.column_left{
    float: left;



}

.column_right{
    float: right;

}


.contentlist{
    position: relative;
    margin-left: 40px;
    margin-top: 40px;

    width: 750px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc709+1,edc709+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(237,199,9,1) 0%, rgba(237,199,9,0.99) 1%, rgba(237,199,9,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,199,9,1)), color-stop(1%,rgba(237,199,9,0.99)), color-stop(100%,rgba(237,199,9,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc709', endColorstr='#00edc709',GradientType=1 ); /* IE6-9 */

}


.verticallist{
    position: relative;
    margin-right: 40px;
    margin-top: 40px;

    width: 280px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc709+1,edc709+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(237,199,9,1) 0%, rgba(237,199,9,0.99) 1%, rgba(237,199,9,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,199,9,1)), color-stop(1%,rgba(237,199,9,0.99)), color-stop(100%,rgba(237,199,9,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc709', endColorstr='#00edc709',GradientType=0 ); /* IE6-9 */


}


.contentlist span{

    position: absolute; 
    top: 140px; 
    left: 0px; 
    width: 100%; 

    float: left;
    width: 280px;
    height: 40px;


    text-align: center;
    padding-top: 20px;

    font-size: 1.5em;
    font-weight: bolder;

    border-radius: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+1,ff6e02+100&amp;0.85+0,0.85+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,0,0.85) 0%, rgba(255,255,0,0.85) 1%, rgba(255,110,2,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,0.85)), color-stop(1%,rgba(255,255,0,0.85)), color-stop(100%,rgba(255,110,2,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffff00', endColorstr='#d9ff6e02',GradientType=0 ); /* IE6-9 */

    box-shadow: 3px 3px 6px grey;
}

.verticallist span{

    position: absolute; 
    top: 140px; 
    left: 0px; 
    width: 100%; 

    float: left;
    width: 280px;
    height: 40px;


    text-align: center;
    padding-top: 20px;

    font-size: 18px;
    font-weight: bolder;

    border-radius: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+1,ff6e02+100&amp;0.85+0,0.85+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,0,0.85) 0%, rgba(255,255,0,0.85) 1%, rgba(255,110,2,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,0.85)), color-stop(1%,rgba(255,255,0,0.85)), color-stop(100%,rgba(255,110,2,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffff00', endColorstr='#d9ff6e02',GradientType=0 ); /* IE6-9 */

    box-shadow: 3px 3px 6px grey;
}

.contentlist img{

    position: relative;
    float: left;
    border-width: 2px;
    border-style: solid;
    border-color: #f17515;

    width: 276px;
    height: 184px;
}

.verticallist img{

    position: relative;
    float: left;
    border-width: 2px;
    border-style: solid;
    border-color: #f17515;

    width: 276px;
    height: 184px;
}

.contentlist div{
    display: table-cell;

    height: 184px;
    width: 420px;
    font-size: 1.5em;

    padding-left: 20px;

    vertical-align: middle;

    text-align: justify;

    //border-style: solid;
    //border-width: 1px;


}

.verticallist div{


    height: 450px !important;
    width: 280px !important;
    font-size: 1.5em;

    padding-top: 220px;

    text-align: center;

    //border-style: solid;
    //border-width: 1px;


}

.verticallist p h3{
    padding: 0;
    margin: 0;
    text-align: center;
}

.vert_logo_img{
    display: block;
    border: none !important;

    width: 118px !important;
    height: 206px !important;

    margin-left: 85px;

}





.flex-container{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 20px;
}




.service_item{
    //float: left;
    position: relative;
    margin: 20px;

    //border: #d30000 1px solid;

    //border-radius: 10px;

    width: 320px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc709+1,edc709+100&amp;1+0,0+100 */


}


.service_item span{

    float: left;
    width: inherit;
    height: 25px;

    color: #050505;

    //border: #d30000 1px solid;

    //border-top-right-radius: 10px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15px;

    font-size: 1.5em;
    font-weight: bolder;

    //border-radius: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc709+0,edc709+60,edc709+100&amp;1+0,1+60,0.01+100 */
    background: -moz-linear-gradient(left,  rgba(237,199,9,1) 0%, rgba(237,199,9,1) 60%, rgba(237,199,9,0.01) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,199,9,1)), color-stop(60%,rgba(237,199,9,1)), color-stop(100%,rgba(237,199,9,0.01))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,199,9,1) 0%,rgba(237,199,9,1) 60%,rgba(237,199,9,0.01) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,199,9,1) 0%,rgba(237,199,9,1) 60%,rgba(237,199,9,0.01) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,199,9,1) 0%,rgba(237,199,9,1) 60%,rgba(237,199,9,0.01) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,199,9,1) 0%,rgba(237,199,9,1) 60%,rgba(237,199,9,0.01) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc709', endColorstr='#03edc709',GradientType=1 ); /* IE6-9 */

    //background-color: #d30000;
    //box-shadow: 3px 3px 6px grey;
}


.service_item img{

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    float: left;
    border-width: 2px;
    border-style: solid;
    border-color: #f17515;
    //border-color: #d30000;

    border-right: none;
    border-bottom: none;

    width: 82px;
    height: 169px;
}


.service_item div{

    float: left;

    border-bottom-right-radius: 10px;

    height: 180px !important;


    width: inherit;
    font-size: 1.33em;

    text-align: center;

    background-color: rgba(237,199,9,0.2);

    background-repeat: no-repeat;

    background-position: right 60px;

    background-size: 100px;

    //border-style: solid;
    //border-width: 1px;
}

.service_item p h3{
    padding: 0;
    margin: 0;
    text-align: center;
}

.service_item ul{
    text-align: left;
    margin: 20px;;
    padding: 0;
}

.service_item li{
    margin-top: 10px;
    list-style-type: none;
}

.service_item li:before {
    content: "\2713";
    margin-right: 10px;
}


.bg_engine{
    background-image: url(../images/engine.png);
}

.bg_cooler{
    background-image: url(../images/cooler.png);
}

.bg_battery{
    background-image: url(../images/battery.png);
}

.bg_breake{
    background-image: url(../images/breake.png);
}

.bg_gearbox{
    background-image: url(../images/gearbox.png);
}

.bg_fuel{
    background-image: url(../images/fuel.png);
}

.bg_steering{
    background-image: url(../images/steering.png);
    background-size: 80px !important;
    background-position: right 90px !important;
}

.bg_suspension{
    background-image: url(../images/suspension.png);
}





.coo_box{
    //background-color: #383b3f; 
    //padding-top: 30px;
    padding-bottom: 10px;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383b3f+0,383b3f+20,383b3f+100&amp;0.01+0,1+20,1+100 */
    //background: -moz-linear-gradient(top,  rgba(56,59,63,0.01) 0%, rgba(56,59,63,1) 20%, rgba(56,59,63,1) 100%); /* FF3.6+ */
    //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,59,63,0.01)), color-stop(20%,rgba(56,59,63,1)), color-stop(100%,rgba(56,59,63,1))); /* Chrome,Safari4+ */
    //background: -webkit-linear-gradient(top,  rgba(56,59,63,0.01) 0%,rgba(56,59,63,1) 20%,rgba(56,59,63,1) 100%); /* Chrome10+,Safari5.1+ */
    //background: -o-linear-gradient(top,  rgba(56,59,63,0.01) 0%,rgba(56,59,63,1) 20%,rgba(56,59,63,1) 100%); /* Opera 11.10+ */
    //background: -ms-linear-gradient(top,  rgba(56,59,63,0.01) 0%,rgba(56,59,63,1) 20%,rgba(56,59,63,1) 100%); /* IE10+ */
    //background: linear-gradient(to bottom,  rgba(56,59,63,0.01) 0%,rgba(56,59,63,1) 20%,rgba(56,59,63,1) 100%); /* W3C */
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03383b3f', endColorstr='#383b3f',GradientType=0 ); /* IE6-9 */

    background-color: #606162;
}

.coo_box div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;

}

.coo_box figure{
    padding: 0;
    margin: 0;
}


.coo_box span{

    color: lightgray;
    margin-left: 20px;
    font-size: 1em;
}

.coo_box img{
    height: 55px;
}



.footer{
    display: table;
    background-color: gray  ;

}

.footer div{
    display: table-cell;
    font-size: 1em;
    color: lightgray;
    vertical-align: middle;
    text-align: center;
}

.footer div a{
    color: white;
    text-decoration: none;
}

.footer ul{
    list-style: none;
}

.footer ul li{
    display: inline-block;
}

.footer ul li a{
    color: lightgrey;
    margin-right: 10px;
}


.contact_content_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    //margin-top: 10px;
    //margin-bottom: 10px;
}

.contactlist{
    float: left;

    position: relative;
    //margin-right: 40px;
    margin-top: 40px;

    padding-bottom: 40px;

    width: 450px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc709+1,edc709+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(237,199,9,1) 0%, rgba(237,199,9,0.99) 1%, rgba(237,199,9,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,199,9,1)), color-stop(1%,rgba(237,199,9,0.99)), color-stop(100%,rgba(237,199,9,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,199,9,1) 0%,rgba(237,199,9,0.99) 1%,rgba(237,199,9,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc709', endColorstr='#00edc709',GradientType=0 ); /* IE6-9 */

    //background-color: rgba(237,199,9,0.5);
}

.contactlist span{

    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 

    float: left;
    width: inherit;
    height: 40px;


    text-align: center;
    padding-top: 20px;

    font-size: 1.5em;
    font-weight: bolder;

    border-radius: 10px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+1,ff6e02+100&amp;0.85+0,0.85+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,0,0.85) 0%, rgba(255,255,0,0.85) 1%, rgba(255,110,2,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,0,0.85)), color-stop(1%,rgba(255,255,0,0.85)), color-stop(100%,rgba(255,110,2,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,0,0.85) 0%,rgba(255,255,0,0.85) 1%,rgba(255,110,2,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffff00', endColorstr='#d9ff6e02',GradientType=0 ); /* IE6-9 */

    box-shadow: 3px 3px 6px grey;
}

.contactlist img{
    width: 150px;
    /*
    position: relative;
    float: left;
    border-width: 2px;
    border-style: solid;
    border-color: #f17515;

    width: 276px;
    height: 184px;
    */


}

.msg_form{
    width: 550px;
}

.contactlist div{


    height: max-content;

    font-size: 1.5em;

    padding-top: 70px;

    text-align: center;

    //padding-bottom: 50px;
}

.contactlist p h3{
    padding: 0;
    margin: 0;
    text-align: center;
}

.contactlist h4{
    text-decoration-line: underline;
}

.contactlist table{
    width: 100%;
    border-spacing: 5px;
}

.contactlist tr{
    background-color: rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    padding-top: 5px;
}

.contactlist th{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.contactlist td{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.contactlist input {
    width: 90%;
    padding: 5px;

    background-color: rgba(255, 255, 255, 0.6);
    border: none;
}

.contactlist input:focus {

    padding: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    border: #d30000 2px solid;
}

.contactlist textarea{
    width: 91%;
    height: 150px;

    background-color: rgba(255, 255, 255, 0.6);
    border: none;
}

.contactlist textarea:focus{

    padding: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    border: #d30000 2px solid;
}

.contactlist button{
    font-size: 1.66em;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    width: 200px;
    font-weight: bolder;
}

.contactlist button:hover{
    border: #d30000 2px solid;
}

.google_maps{
    border: none;
    border-top: #f17515 3px solid;
    width: 100%;
    height: 300px;

    margin-bottom: 30px;
}



@media screen and (max-width: 1199px) {
    body{
        font-size: 9px;
    }

    .center_box{
        width: 100%;
    }

    .header{
        //display: block;
        height: 28vw;
    }

    .boss_photo img{
        //display: block;
        height: 22vw;
    }

    .wm_text{
        top: -10vw;
    }

    .wm_text img{
        width: 32%;
    }

    .sso{
        top: -5vw;
        left: -27vw;
    }

    .sso img{
        width: 50%;

    }


    .menubar ul li a {
        width: 14vw;
    }

    .column_left{
        width: 100%;
        margin-bottom: 30px;
    }

    .column_right{
        display: none;
    }
    
    

    .contentlist{
        position: relative;
        margin-left: 10px;
        margin-top: 10px;

        width: 90%;
    }

    .contentlist img{
        width: 150px;
        height: 100px;
    }
    
    .contentlist span{
        width: 154px;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        top: 0;
        box-shadow: none;
        border-radius: 0px;
    }
    
    .contentlist div{
        height: 104px;
        width: 70vw;
    }

    
    
    .contactlist{
        width: 300px;
    }
    
    .contactlist img{
        width: 120px;
    }
    
    .contactlist button{
        width: max-content;
    }
    
    .msg_form{
        width: 300px;
    }
    
    
    .coo_box img{
        height: 4.6vw;
    }
    .google_maps{
        height: 30vw;
    }
}


@media screen and (max-width: 800px) {
    .contentlist img{
        width: 100px;
        height: 67px;
    }   
    
    .contentlist span{
        width: 104px;
     
    }
    
    .contentlist div{
        height: 71px;
    }
}
