html,
body
{
    font-family: roboto,verdana, arial, sans-serif;
    /*height: 100%;*/

    margin: 0;
    padding: 0;
}

body
{
    margin: auto;

    background-color: #22272f;
    background-image: url(/gfx/bg.png);
}


a
{
    transition: .3s all;
}
a:hover
{
    text-decoration: none;
}
header
{
    margin: 0;/*   background-color: greenyellow; */
}
h1,
h2,
h3
{
    font-weight: normal;
}
h1
{
    font-size: 1.6em;
}
h1,
h2
{
    font-family: 'Prosto One',roboto slab, serif;

    color: #1e6394;
}
.homepage,
.subpage
{
    max-width: 1200px;
    margin: auto;

    background-color: #fff;
    background-image: url(/gfx/abs2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.homepage_vis{
  width: 100%;
}

.homepage img
{

}

.logo
{
    width: 200px;
    /*margin: 1em 1em 0;*/
        margin: 1em 1em 0 .6em;
}
.subpage
{
    background-image: url(/gfx/abs1.png),url(/gfx/abs2.png);
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    box-shadow: 0 0 45px rgba(47, 47, 47, .78);
}
/*#logo {
  width: 100%;
  height: 70px;
  background-color: red
}*/
#slider
{
    position: relative;

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

    background-size: cover;
}
nav
{
    display: block;
    clear: both;

    max-width: 1200px;

    background-color: red;
}
nav ul
{
    max-width: 1200px;
}
navli
{
    display: inline;
}
#motto
{
    font-family: prosto one;
    font-size: 1.5em;

    position: absolute;
    top: 50%;
    left: 50%;

    padding: 1em;

    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.64);
    transform: translate(-50%, -50%);
}
.navli a:link,
.navli a:visited
{
    color: white;
}
.navli a
{
    font-size: .8em;

    float: left;

    box-sizing: border-box;
    width: 25%;
    min-width: 100px;
    padding: 1em 1.5em;

    text-transform: uppercase;

    color: white;
}
.navli a:hover
{
    background-color: rgba(1, 106, 249, .46);
}
.navli
{
    clear: both;
    overflow: auto;

    width: 100%;

    background: linear-gradient(90deg, #49b8bd, hsl(205, 99%, 29%));
}


#promo1
{
    background-color: #76d2c4;
}
#promo2
{
    background-color: #ff766f;
}
#promo3
{
    background-color: #ffbd53;
}
#promo4
{
    background-color: #59b3ec;
}

.promo
{
    line-height: 150%;

    float: left;

    box-sizing: border-box;
    width: 25%;
    /*height: 170px;*/
    padding: 0;

    background-color: grey;
}
.promo h3
{
    font-family: roboto slab;
    font-size: .9em;
    font-weight: normal;

    display: block;

    margin: 1em 0;
    padding: .5em;

    text-align: center;
    text-transform: uppercase;

    color: white;  /*text-shadow: 1px 1px black;*/
    background-color: rgba(39, 68, 119, .31);
    text-shadow: 1px 1px rgba(62, 62, 62, .52);
}
.promo ul
{
    margin: 1em 1em;
    padding: 0;
}
.promo li
{
    list-style-type: none;
}
.promo a:link,
.promo a:visited
{
    color: #000;
}
.features
{
    display: inline-block;

    box-sizing: border-box;
    width: 27%;
    height: 400px;
    min-height: 200px;
    margin: 2em 1em;
    padding: 1em;

    text-align: center;
    vertical-align: top;

    border: 1px solid #81b1d0;
    background-color: rgba(255, 255, 255, .76);
}
.features h3
{
    font-family: prosto one;
    font-size: 1.2em;

    margin: 0 0 .6em 0;
    padding: 0 0 .5em;

    color: #26658e;
    border-bottom: 1px solid #c7c7c7;
}
.features img
{
    width: 100%;
    max-height: 300px;
}
#featureswrap
{
    width: 100%;

    text-align: center;
}
footer
{
    overflow: auto;

    padding: 2em 3em;
    /*background: linear-gradient(to top, #BFBFBF, #113871);*/
}
#footernav
{
    float: left;

    width: 300px;
    margin: 0;
    padding: 0;
    padding-bottom: 2em;
}
#footernav a:link,
#footernav a:link
{
    color: #0e0e0e;
}
#footerinfo
{
    font-size: 80%;

    float: right;

    width: 50%;
    min-width: 300px;
    margin: 0 0 0 1em;
    padding-bottom: 1em;

    color: #b3b3b3;
}
#demo
{
    display: none;

    width: 300px;

    background-color: gold;
}
#demo2
{
    display: none;
    float: left;

    box-sizing: border-box;
    width: 300px;

    background-color: green;
}
#demo1
{
    display: none;
    float: left;

    box-sizing: border-box;
    width: 300px;

    background-color: yellow;
}
aside
{
    line-height: 150%;

    float: left;

    box-sizing: border-box;
    min-width: 250px;  /* width: 100%; */
    /*background-color: #F9F9F9;*/
}
aside ul
{
    margin: 0;
    padding: 0 0 0 0;

    list-style-type: none;

    background-color: rgba(255, 255, 255, .94);
}
aside h3
{
    font-family: roboto slab;
    font-size: 1em;
    font-weight: normal;

    margin-top: 0;
    margin-bottom: 0;
    padding: .8em 0 .8em 1.2em;

    list-style-type: none;

    text-transform: uppercase;

    color: white;
    background: linear-gradient(to right, rgb(130, 109, 171) 0%, rgb(45, 108, 162) 100%);
    background-color: #49b3ae;
    text-shadow: 1px 1px rgba(0, 0, 0, .33);
    /* font-variant: normal; */;
}
aside a,
aside b
{
    font-family: roboto slab;

    display: block;

    padding: 1em 1em 1em 1.3em;

    border-bottom: 1px solid rgb(232, 232, 232);
}
aside b
{
    font-weight: normal;
}
aside b:after
{
    content: ' \203A\203A';
}

aside a:link
{
    color: rgb(63, 81, 181);
}
aside a:visited
{
    color: rgb(63, 81, 181);
}
aside a:hover
{
    color: rgb(78, 105, 255);
    background-color: rgb(244, 245, 252);
}

aside .active
{
    content: ' \203A\203A';
}
aside .active:after
{
    /*color: white;*/
    content: ' \203A\203A';
}

/*4 tables on pda*/


.subcontent
{
    box-sizing: border-box;
    margin-left: 315px;
    padding-right: 1em;  /* background-color: aqua; */
    /* float: left; */
}
.subcontent h1
{
    font-size: 183%;

    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.7)));
}


.product
{
    font-size: .8em;

    display: inline-block;

    box-sizing: border-box;
    width: 260px;
    min-width: 200px;
    margin: 1em 1.6em 3em 0;

    vertical-align: top;

    border: 1px solid rgba(210, 210, 210, .83);
    background-color: rgba(255, 255, 255, .75);
;
}
.product a:link,
.product a:visited
{
    text-decoration: none;

    color: rgb(255, 255, 255);
;
}
.product:hover
{
    border: 1px solid rgb(187, 208, 222);
    box-shadow: 0 0 15px rgba(206, 206, 206, .62);
}
.product a
{
    display: block;
}





.product img
{
    box-sizing: border-box;
    width: 100%;
    padding: 1em .5em;
}
.product h3
{
    font-size: 1.4em;
    font-weight: normal;

    margin: 0;
    padding: .7em  2em;

    text-align: center;

    border-bottom: 6px solid #e3e6e8;
    background: linear-gradient(to top, rgb(71, 170, 240) 0%, rgb(50, 128, 183) 100%);
    background-color: rgb(71, 170, 240);
    text-shadow: 1px 1px rgba(23, 41, 53, .46);
;
}

.product .brief
{
    font-size: 90%;

    margin: 1em;
}

.productcat aside
{
    display: none;
}
.productcat .subcontent
{
    margin-left: 0;
}
.productspics
{
    text-align: center;
}

.productspics__pic1:hover
{
    -webkit-border-image: -webkit-linear-gradient(top left, rgba(58, 156, 252, .34) 0%, rgba(176, 78, 255, .54) 100%);
    /*background-color: red;    */
       -moz-border-image:    -moz-linear-gradient(top left, rgba(58, 156, 252, .34) 0%, rgba(176, 78, 255, .54) 100%);
            border-image:         linear-gradient(to right bottom, rgba(58, 156, 252, .34) 0%, rgba(176, 78, 255, .54) 100%) 1 1 1 1;
}

.productspics__pic1
{
    font-family: roboto slab;
    font-size: 1.2em;

    display: inline-block;

    width: 24%;
    height: 310px;
    margin: 1em .8em;
    padding: 1em;

    vertical-align: top;

    border: 10px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(top right, rgba(58, 156, 252, .34) 0%, rgba(176, 78, 255, .54) 100%);
       -moz-border-image:    -moz-linear-gradient(top right, rgba(58, 156, 252, .34) 0%, rgba(176, 78, 255, .54) 100%);
            border-image:         linear-gradient(to left bottom, rgba(58, 156, 252, .34) 0%, rgba(176, 78, 255, .54) 100%) 1 1 1 1;
    border-image-slice: 1;
    background-color: rgba(255, 255, 255, .96);
    /*border: 7px solid   rgba(175, 211, 218, 0.81);*/
}

.productspics__pic1 img
{
    width: 100%;
    margin: .6em 0;
}

.pic1
{
    width: 100%;
    max-width: 600px;
}
.attr
{
    font-size: 60%;
    line-height: 190%;

    text-transform: uppercase;

    color: #757575;
}
.attr a,
.attr b
{
    font-size: 120%;

    position: relative;

    display: inline-block;

    margin: .2em .1em;
    padding: 0 .6em;

    text-transform: none;

    color: #3a3a3a;
}

#jsshowallfilters
{
    outline: none;
    background: #f7f7f7;
}

/*.attr a:before{

content:"";
  float:left;
  position:absolute;
  top:0;
  left:-12px;
  width:0;
  height:0;
  border-color:transparent #0089e0 transparent transparent;
  border-style:solid;
  border-width:12px 12px 12px 0;

}*/
.attr li
{
    margin-bottom: .5em;
    padding: .3em .6em;

    list-style: none;
}
.attr a:first-child
{
    margin-left: .5em;
}
.attr li:hover
{
    background-color: rgba(234, 234, 234, .52);
}
.attr .active
{
    font-weight: 400;

    padding: .2em .6em;

    color: black;
    border: 3px solid #2a84c3;
    background-color: #fff;
}
.attr .none
{
    font-weight: normal;

    color: #a7a7a7;
}
.attr a:link,
.attr a:visited
{
    text-decoration: none;

    color: #162a9c;
    border: 1px solid #dadada;
    background-color: #fcfcfd;
}
.attr a:hover
{
    text-decoration: none;

    color: #162a9c;
    border: 1px solid #47aaf0;
    background-color: #fff;
    box-shadow: 0 0 4px #e0e0e0;
}
.attr i
{
    font-size: 80%;
    font-weight: 400;
    font-style: normal;

    color: #c7c7c7;
}

.showallfilters
{
    display: none;
}

.showall
{
    padding: .6em!important;

    background-color: #f3f3f3!important;
}

.product1 h1
{
    font-weight: bold;

    max-width: 600px;

    text-shadow: 3px 2px #fff;
    /*background-color: rgba(255, 255, 255, 0.46);*/
}

.product1 td
{
    padding: .6em;

    border: 1px solid rgb(226, 226, 226);
}
.product1 tr td:first-child
{
    font-size: 90%;
    font-variant: small-caps;

    width: 15em;
}

.product1 tr:nth-child(2n)
{
    background-color: rgba(243, 243, 243, .63);
}
.product1 tr:hover
{
    background-color: rgba(217, 226, 228, .77);
}
.productspics
{
    text-align: center;
}

/*.productspics__pic1{
  width: 250px;
  border: 1px solid rgba(77, 140, 208, 0.73);
  margin: 1em;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.84);
  display: inline-block;
  vertical-align: top;
  padding: 1em;
}
 */

@media screen and (max-width:1000px)
{
    .promo
    {
        padding-right: 0;
        padding-left: 0;
    }
}
/*max-width:850px*/
@media screen and (max-width: 38em)
{
    header
    {
        background-color: #fff;
    }
    footer
    {
        background-color: rgba(255, 255, 255, .75);
    }
    .product1 h1
    {
        padding-left: 1em;
    }
    .homepage,
    .subpage
    {
        width: 100%;
    }
    .mobile
    {
        float: none;

        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }
    aside
    {
        line-height: 170%;

        width: 100%;
        padding-bottom: 2em;
    }
    .promo ul
    {
        padding: 0;
    }
    .promo li
    {
        width: 100%;
        padding: .5em;

        list-style: none;
    }

    .subcontent
    {
        float: left;

        margin: 0;
        padding: 0;
    }
    .mobhide
    {
        display: none;
    }

    .promo
    {
        margin-bottom: 2em;
        padding-bottom: 1em;
    }
    .product1 tr td:first-child
    {
        font-weight: bold;
    }

    .product
    {
        width: 100%;
        margin: 0 0 1em 0;
    }



    .product1 td
    {
        display: list-item;

        word-wrap: break-word;
        word-break: break-all;

        border: none;
    }
}
