@charset "utf-8";
/* CSS Document */
/*DWUser.com*/
.webstore-divider {
	display: block;
	margin: 25px 0 0 0;
}
.wrap {
    overflow: hidden;
    margin: 0px;
}
.box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 25%;
}
.box-webstore {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 25%;
}
.box-webstore-full {
}
.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
.boxInner-webstore {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    /*    overflow: hidden;*/
    border: 1px solid #D2D2D2;
    background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(217,217,217,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(217,217,217,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(217,217,217,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(217,217,217,1.00) 100%);
    box-sizing: border-box;
    background-color: rgba(217,217,217,1.00);
}
.box-webstore .boxInner-webstore .caption h1, .box-webstore .boxInner-webstore .caption h2, .box-webstore .boxInner-webstore .caption h3, .caption h4, .caption h5 {color: white; font-weight: bold; font-family: 'roboto', 'Tahoma'; }	
.caption {
    /*  display: flex;
    align-items: flex-end;*/
    background-color: rgba(95,95,95,0.80);
    padding: 3%;
    position: absolute;
    min-height: 50px;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
}
.caption h2 {
	font-size: 1.05em; font-weight: 500;
    text-align: center;
	line-height: 1.15em;
    color: white;
}
.caption h3 {
    font-size: .85em; font-weight: 100;
    text-align: center;	
	line-height: 1.2em;
    color: white;
}
section.flex-screens {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: /*space-around */ center;
    align-items: flex-start;
}

.boxInner img {
    width: 100%;
}
.boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}

@media only screen and (max-width : 350px) {
/* very small view: 1 tile */
.box {
    width: 100%;
    padding-bottom: 100%;
}
.box-webstore {
    width: 100%;
    padding-bottom: 100%;
}
.caption h2 {
		display: none;
	}
}

@media only screen and (max-width : 480px) and (min-width : 351px) {
/* Smartphone view: 1 tile */
.box {
    width: 100%;
    padding-bottom: 100%;
}
.box-webstore {
    width: 100%;
    padding-bottom: 100%;
}
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
/* Tablet view: 2 tiles */
.box {
    width: 50%;
    padding-bottom: 50%;
}
.box-webstore {
    width: 50%;
    padding-bottom: 62%;
}
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
/* Small desktop / ipad view: 3 tiles */
.box {
    width: 33.3%;
    padding-bottom: 33.3%;
}
.box-webstore {
    width: 33.3%;
    padding-bottom: 40%;
}
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {
/* Medium desktop: 4 tiles */
.box {
    width: 25%;
    padding-bottom: 25%;
}
.box-webstore {
    width: 25%;
    padding-bottom: 25%;
}
}
