@import url('normalize.css');

body{
	font-family: 'Asap', sans-serif;
	font-weight: 300;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	color: #343434;
	background: rgba(80,171,179, 0.9);
}
a{
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}
.main{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.container > header, .container > footer{
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	background-color: #343434;
	color: white;
}
.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
}

.item-h2o { 
	background-image: url(../images/h2o.png);
}

.item-sincere { 
	background-image: url(../images/sincere.png);
}

.item-most { 
	background-image: url(../images/most.png);
}

.item-ambrozic { 
	background-image: url(../images/ambrozic.png);
}

.item-simbolhostel { 
	background-image: url(../images/simbol.png);
}

.item-rentabike { 
	background-image: url(../images/rentabike.png);
}

.item-chacha { 
	background-image: url(../images/chacha.png);
}

.item-sport { 
	background-color: white;
	background-image: url(../images/sport.png);
}

.ch-info {
	position: absolute;
	background: rgba(242,242,242, 0.9);
	width: inherit;
	height: inherit;
	border-radius: 60%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}

.ch-info h3 {
	color: #343434;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 100px;

	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid #50ABB3;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
	color: #343434;	
}

.ch-info p a {
	display: block;
	color: #50ABB3;
	font-style: heavy;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 4px;
	
}

.ch-info p a:hover {
	color: #7DBECE;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px #F5F6F7,
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

h2 {
	background: rgba(242,242,242, 0.7);
	display: block;
	height: 52px;
	margin:0;
	padding-top: 9px;
	margin-left: -11%;
	width: 122%;
}

.person {
	display: inline-block;
	padding: 30px;
	line-height: 22px;
}

.person p a {
	color: rgba(242,242,242, 1);
}

.person p a:hover {
	text-decoration: underline;
}

footer p a {
	text-decoration: underline;
	color: rgba(80,171,179, 0.9);
}

.intro {
	text-align: justify;
    text-justify: inter-word;
	max-width: 790px;
	margin: auto;
	font-size: 14px;
	margin-bottom: 75px;
}