@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

/*FLEX - CONTAINER*/
.flex-container {
	display: flex;
	flex-wrap: wrap;
	background-color: none;
	}
	
.responsive {
    padding: 0 10px;
    float: left;
    width: 21%;
}

.flex-container > div {
	width: 0 auto;
	margin: 10px 18px;
	padding: 10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color: grey;
	border-bottom:1px solid #535f6b;
	border-radius:15px;
	box-shadow:0 1px 5px rgba(0,0,0,0.4) inset, 0 0 20px rgba(0,0,0,0.2) inset;	
	}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 100%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive{
        width: 100%;
        height: auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

	
.bandpic{
	width: 100%;
	height: auto;
	}
.responsive:hover {
   	 opacity: 0.5;
	}
.text{
	background-color: red;
	color: #fff;
	font-size: 12px;
	padding: 6px;
	}



/*FLEX - History - CONTAINER*/

.flex-his-container {
	display: flex;
	flex-wrap: wrap;
	background-color: none;
	}
	
.his-responsive {
    padding: 0 10px;
    float: left;
    width: 100%;
    -moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:none;
	border-bottom:1px solid #535f6b;
	border-radius:15px;
	box-shadow:0 1px 5px rgba(0,0,0,0.4) inset, 0 0 20px rgba(0,0,0,0.2) inset;	
}

.flex-his-container > div {
	width: 0 auto;
	margin: 10px;
	padding: 20px;
	}

@media only screen and (max-width: 700px) {
    .his-responsive {
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 500px) {
    .his-responsive{
        width: 100%;
        height: auto;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.history{
	width: 100%;
	height: auto;
	background-color: none;
	color: #000;
	text-align: left;
	float: left;
	}
.his-text{
	font-size: 10px;
	text-align: left;
	}
.historyin{
	width: 100%;
	height: auto;
	font-size: 13px;
	background-color: none;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	}


/*FLEX - OFFICE - CONTAINER*/

.flex-office-container {
	display: flex;
	flex-wrap: wrap;
	background-color: none;
	}
	
.office-responsive {
    padding: 0 10px;
    float: left;
    width: 43%;
    -moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:none;
	border-bottom:1px solid #535f6b;
	border-radius:15px;
	box-shadow:0 1px 5px rgba(0,0,0,0.4) inset, 0 0 20px rgba(0,0,0,0.2) inset;	
}

.flex-office-container > div {
	width: 0 auto;
	margin: 31px;
	padding: 20px;
	}

@media only screen and (max-width: 700px) {
    .office-responsive {
        width: 100%;
        margin: 10px 0;
    }
    .flex-office-container > div {
	width: 0 auto;
	margin: 10px;
	padding: 20px;
	}
}

@media only screen and (max-width: 500px) {
    .office-responsive{
        width: 100%;
        height: auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.office{
	width: 100%;
	height: auto;
	background-color: none;
	color: #000;
	text-align: left;
	float: left;
	}
.office-text{
	font-size: 10px;
	text-align: left;
	}
.officein{
	width: 100%;
	height: auto;
	font-size: 13px;
	background-color: none;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	}

/*FLEX - ABOUT - CONTAINER*/

.flex-about-container {
	display: flex;
	flex-wrap: wrap;
	background-color: none;
	}
	
.about-responsive {
    padding: 0 10px;
    float: left;
    width: 100%;
    -moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:none;
	border-bottom:1px solid #535f6b;
	border-radius:15px;
	box-shadow:0 1px 5px rgba(0,0,0,0.4) inset, 0 0 20px rgba(0,0,0,0.2) inset;
}

.flex-about-container > div {
	width: 0 auto;
	margin: 31px;
	padding: 20px;
	}

@media only screen and (max-width: 700px) {
    .about-responsive {
        width: 100%;
        margin: 10px 0;
    }
    .flex-about-container > div {
	width: 0 auto;
	margin: 10px;
	padding: 20px;
	}
}

@media only screen and (max-width: 500px) {
    .about-responsive{
        width: 100%;
        height: auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.about{
	width: 100%;
	height: auto;
	background-color: none;
	color: #000;
	text-align: center;
	float: left;
	}
.about-text{
	font-size: 10px;
	text-align: left;
	}
.aboutin{
	width: 100%;
	height: auto;
	font-size: 13px;
	background-color: none;
	color: #000;
	line-height: 1.5em;
	}

