/* CSS Document */
html, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
   }
   table { border-collapse: collapse; border-spacing: 0; }
   td, th, caption { font-weight: normal; text-align: left; }
   img, fieldset { border: 0; }
   ol { padding-left: 1.4em; list-style: decimal; }
   ul { padding-left: 1.4em; list-style:square; }
   q:before, q:after { content:''; }
   body { 
       margin: 0px 0px 0px 0px;
       background-color: #FFFFFF;
       min-width:320px;
       }
   /* CSS Reset Finished */

   #menubox {
	width:100%;
	height:100%;
	position:fixed;
	overflow: auto;
	top:0px;
	left:0px;
	z-index:2072;
	vertical-align:middle;
	background-color: #0051a5;;
	text-align:center;
    visibility:hidden;
	}

.button1 {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding: 10px;
    color:#ffffff;
    background-color:#0051a5;;
}

.button1:hover {
    background-color: #FFFFFF;
    color: #0051a5;;
    }
    
.button1:active {
    background-color: #0051a5;
    color: #ffffff;
}
   
a {  
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

.navi a {
    padding-left: 40px;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.navi a:hover {
    text-decoration: underline;
    color:#0051a5;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}


.navi2 a {
    padding-left: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.navi2 a:hover {
    text-decoration: underline;
    color:#0051a5;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.top_header {
    width: 100%;
    min-height: 150px;
    background-color: #ffffff;
}

.top_header_inner {
    width: 95%;
    min-height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top_header_item_left {
    flex-basis: auto;
}

.top_header_item_right {
    flex-basis: auto;
}

.top_header_item_right2 {
    flex-basis: auto;
    display: none;
}

.hp_top_image {
    width: 100%;
    height: 684px;
    background-color: #000000;
    text-align: center;
    overflow: hidden;
}

.hp_top_image2 {
    display: none;
}

.hpimage {
    margin-bottom: -5px;
}

.hpintro {
    width: 100%;
    height: auto;
    background-color: #0051a5;
}
.hpintroinner {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hpintroinner h1 {
    color:#ffffff;
    font-size: 55px;
	font-family: 'Open Sans', sans-serif;
}

.hpintroinner p {
    color:#ffffff;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
    line-height: 130%;
    text-align: justify;
}

.hpintroinnerleft {
    flex-basis: 30%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.hpintroinnerright {
    flex-basis: 60%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.hpintroinner  a {
    color:#ffffff;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

.hpintroinner a:hover {
    color:#808080;
    font-size: 20px;
	font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

.hpprods_inner {
    width: 95%; 
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}

.hpprods_inner_gr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
}

.hpprod_image {
    width: 100%;
    height: auto;
}

.hpprods_inner h2 {
    color:#0051a5;
    font-size: 30px;
	font-family: 'Open Sans', sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}

.prodbutton {
    border: #0051a5 solid 2px;
    border-radius: 6px;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 5px 2px;
    cursor: pointer;
    background-color: #0051a5;
    }


.bottom_section {
    width: 100%;
    height: auto;
    margin-top: 95px;
    padding-bottom: 30px;
    background-image: url("gfx/bottom_bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #0051a5;
}

.bottom_section_inner {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
}

.botnavi a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}
.botnavi a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}

.bottom_section_inner p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

p.botnavip {
    font-size: 24px;
    line-height: 130%;
    padding-bottom: 20px;
}

p.bottextp {
    font-size: 20px;
    line-height: 180%;
}

.sociallinks {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

p.bottextp2 {
    font-size: 15px;
    line-height: 180%;
}

.copyrlink a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.copyrlink a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.ap_top_image {
    width: 100%;
    height: 365px;
    background-color: #000000;
    text-align: center;
    overflow: hidden;
}

.ap_top_image2 {
    display: none;
}


.aboutimg2 {
    width: 100%;
    height: auto;
}


.logindiv {
    width: 90%;
    height: auto;
    margin-left: 100px;
    
}


.prodpage_inner {    
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    border-bottom: 5px solid #cccccc;
}

.prod_img {
    width: 46%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.prodpage_inner p {
    color: #000000;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

.prodpage_inner h1 {
    color: #0051a5;
    font-size: 30px;
	font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

p.specp {
    color: #0051a5;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
} 

.returntoproducts {
    width: 95%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
}

p.contactp1 {
color:#ffffff;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
line-height: 130%;
text-align: left;
}

p.contactp2 {
    color:#ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 130%;
    text-align: left;
    }

.formtext2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding:5px;
    margin-bottom:15px;
    margin-left:0px;
    margin-right:20px;
    margin-top:15px;
    width:90%;
    height:30px;
    border: 1px solid #ffffff;
    text-align:left;
    background-color: #3374b7;
    }

.formtext3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding:5px;
    margin-bottom:15px;
    margin-left:0px;
    margin-right:20px;
    margin-top:15px;
    width:90%;
    height:150px;
    text-align:left;
    border: 1px solid #ffffff;
    background-color: #3374b7;
    }

.formtext4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding:10px;
    width:40%;
    height:50px;
    border: 1px solid #ffffff;
    margin-bottom:15px;
    margin-left:0px;
    margin-right:20px;
    margin-top:15px;
    text-align: center;
    background-color: #3374b7;
    }


.map_image {
    width: 95%;
    height: auto;
    text-align: right;
}


/* END NON MOBILE */

@media screen and (max-width: 1080px) {
    .prod_img {
        width: 90%;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {

    .hpintroinner {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .hpintroinnerleft {
        flex-basis: 100%;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    
    .hpintroinnerright {
        flex-basis: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .botnavi a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
    }
    .botnavi a:hover {
        text-decoration: none;
        color: #000000;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
    }
      
    p.botnavip {
        font-size: 22px;
        line-height: 130%;
        padding-bottom: 20px;
    }

}


@media screen and (max-width: 830px) {

.hpprods_inner_gr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
}

.botnavi a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.botnavi a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
  
p.botnavip {
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 20px;
}

p.bottextp {
    font-size: 18px;
    line-height: 180%;
}

.bottom_section {
    width: 100%;
    height: auto;
    margin-top: 95px;
    padding-bottom: 30px;
    background-image: url("gfx/bottom_bg2.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #0051a5;
}

}

@media screen and (max-width: 550px) {
    
    .top_header_inner {
        width: 90%;
        min-height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .top_header_item_right {
        display: none;
    }
    
    .top_header_item_right2 {
        flex-basis: auto;
        display:inline-block;
    }

    .toplogo{
        width: 98%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hp_top_image {
        display: none;
    }

    .hp_top_image2 {
        width: 100%;
        height: auto;
        background-color: #000000;
        text-align: center;
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
    }
 
    .hpimage {
        margin-bottom: -5px;
        width: 100%;
        height: auto;
    }
    
    .hpintroinner {
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .hpintroinner h1 {
        color:#ffffff;
        font-size: 40px;
        font-family: 'Open Sans', sans-serif;
    }

    .hpprods_inner {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
    }

    .prodpage_inner {    
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
    }

    .hpprods_inner_gr {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 60px;
    }

    .bottom_section_inner {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
    }

    .ap_top_image {
        display: none;
    }
    
    .ap_top_image2 {
        display: inline;
        width: 100%;
        height: 365px;
        background-color: #000000;
        text-align: center;
        overflow: hidden;
    }

    .prodpage_inner {    
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: visible;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        border-bottom: 5px solid #cccccc;
    }

    .prod_img {
        width: 95%;
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

}