﻿.tilerow {
float:left;
-webkit-perspective:0;
-webkit-transform-style:preserve- 3 d;
-webkit-user-select:none;
box-shadow:10px;
}

.tile {
-webkit-perspective:0;
-webkit-transform-style:preserve- 3 d;
-webkit-transition:0 .2s;
float:left;
margin-right:15px;
margin-bottom:15px;
opacity:0.75;
}

.tile h1,.tile h2,.tile h3,.tile h4,.tile h5,.tile h6 {
color:#fff !important;
-webkit-user-select:none;
display: table-cell; 
vertical-align: middle;
}

.tile h2 {
font-size:1.75em;
margin-left:0;
}

.tile a:hover {
text-decoration:none;
}

.tile img {
border:0;
}

.tile:hover {
opacity:1;
height:85px;
width:205px;
margin-right:10px;
margin-bottom:10px;

}

.tilerow {
-webkit-perspective:0;
-webkit-transform-style:preserve- 3 d;
-webkit-user-select:none;
width:100%;
}

.one {
width:200px;
height:80px;
}

.tiles,.container:after,.container-fluid:after,.row:after,.row-fluid:after,.clear {
clear:both;
}

.bluebg {
background-color:#5FBDEB;
box-shadow: 8px 8px 8px #949292;  
border-radius: 8px;
-moz-border-radius: 8px;
text-align:center !important;
display:table;
}