#slides h3 {
	font-weight:800;
	margin-bottom:0;
	color:#fff;
}
#slides div a {
	position:relative;
	display:table;
	color: #fff;
	text-decoration:none;
	width:100%;
	font-weight:bold;
	height: 180px !important;
}
#slides div a .detail h2, #slides div a .detail p  {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
  padding-left: 15%;
  padding-right: 15%;
}
.slidesjs-pagination {
/*	position:absolute;
	margin-top:-25px;
	width:300px;
	left:50%;
	text-align:center;
	margin-left:-150px;
	z-index:999;    
    list-style: none;*/
	position: absolute;
  margin-top: -25px;
  width: 50%;
  left: 24%;
  text-align: center;
  z-index: 999;
  list-style: none;
}

.slidesjs-pagination li {
    display:inline-block;
    margin: 0 1px;
}

.slidesjs-pagination li a {
	display: block;
	width: 14px;
	height: 14px;
	padding:0;
	float: left;
	overflow: hidden;
	margin: 0 1px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #FFF;
	font-size:0;	
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-color:#fff }

.slidesjs-pagination li a:hover { background-color:#fff }
#makeMeScrollable {
	width:100%;
	position:relative;
	overflow-y:hidden;
	margin-bottom:15px;
}
#makeMeScrollables {
	width:110%;
	position:relative;
	overflow-y:hidden;
	margin-bottom:15px;
}
.scroll {
	float: left;
	margin-right: 20px;
	text-decoration:none;
	color:#414141;
	display:block;
	padding:0;
}
.scroll span {
	display:block;
	width:100%;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-position: center center;	
	background-size:cover;
	border: 1px solid #E8E8E8;	
}
.tile div {
	background-image: url(../images/opa50.png);
}
#tiles .tile div {
	background-image: url(../images/opa30.png);
}
.serv {
	background-color:#c1272d;
	display:block;
	padding-left:0;
	padding-right:0;
	padding-bottom:1px;
	padding-top:1px;
	text-align:center;
}
.serv span {
	display: block;
	padding-top: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 3px;
	margin-bottom: 3%;
}
.serv p {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-bottom: 3%;
	overflow: hidden;
}
@media screen and (min-width:801px) {
#slide-outer {
	float:left;
    width:100%;
	position:relative;
    height:400px;
	overflow:hidden;
}
#slides div {
	width:100%;
	height:400px;
	min-height:400px;
	max-height:400px;
	background-size:cover;
	background-position: center center;		
}
#slides div a .detail {
	display:table-cell;
   /*vertical-align:bottom;*/
	vertical-align: middle;	
	text-align:center;
	width: 90%;
    padding-left: 5%;
    padding-right: 5%;
	background-image:url(/images/opa30.png);
	
	padding-top: 1%;
}
#slides div a .detail h1, #slides div a .detail h3  {
	width: 90%;
	text-align:left;
	font-size:55px;
	line-height:110%;
}

#slides div a .detail h3 {
	text-transform: uppercase;
	  text-align: center;
  width: 100%;
}

#tiles {
	float:left;
	width:30%;
	padding-left:20px;
	padding-right:10px;
}
.tile {
	position:relative;
	width:100%;
	height:190px;
    max-height:190px;
    min-height:190px;
	margin-bottom:20px;	
	overflow:hidden;
	background-size: cover;
	color:#fff;
	text-decoration:none;
}
.tile.full {
	height:250px;
    max-height:250px;
    min-height:250px;
	margin-bottom:5px;
}
.tile.last {
	margin-bottom:0px;
}
.tile div {
	vertical-align:bottom;
	text-align:center;
	width:100%;
	display:table-cell;
	padding-left:5%;
	padding-right:5%;
}
.tile.full div {
	vertical-align:middle;
} 
.tile div p {
	font-size:22px;
}
#tiles .tile div {
	padding:0;
}
#tiles .tile div p {
	background-color:#cfe09b;
	color:#414141!important;
	margin-bottom:0;
	padding-bottom:3px;
	font-size:26px!important;
	font-weight:bold;
}
.tile.full div p {
	font-size:28px;
margin-bottom:3px;
line-height:105%;
}
.tile.full div p.small {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
.scroll {
	width:325px;
}
}
@media screen and (max-width:800px) {
#slides-outer {
	float:none;
    clear:both;
}
#slides {

}
#slides div {
	height:100%;	
	width:100%;
    background-size: cover;
	background-position: center center;	
}
#slides div a {
background-size:auto 100%;
height:100%;
}
#slides div a .detail {
	display:table-cell;
    vertical-align:top;	
	text-align:center;
padding-top:20px;
background-image:url(/images/opa30.png);
  height: 400px;
}
#slides div a .detail h1, #slides div a .detail h3  {
	width:80%;
	margin:auto;
	text-align:center;
	font-size:26px;
}
#slides div a .detail p {
	display:none;

}
#tiles {
	float:none;
	clear:both;
	width:100%;
}
/*.tile {
	position:relative;
	display:table;
	float:left;
	width:48.25%;
	width: calc(50% - 10px);
	overflow:hidden;
	background-size: cover;
	margin-top:10px;
	margin-left:5px;
	color:#fff;
	text-decoration:none;
	margin-bottom:5px;
}*/
.tile {
  position: relative;
  display: inline;
  float: none;
  width: 48.25%;
  width: calc(50% - 10px);
  overflow: hidden;
  background-size: cover;
  margin-top: 10px;
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
.tile.full {
	float:none;
	clear:both;
	width:100%;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
}
.tile div {
	vertical-align:bottom;
	text-align:center;
	width:100%;
	display:table-cell;
	font-size:18px;
	padding-left:5%;
	padding-right:5%;
}
.tile.full div {
    vertical-align:middle;
}
.tile div p {
	font-size:18px;
}
#tiles .tile div {
	padding:0;
}
#tiles .tile div p {
	background-color:#cfe09b;
	color:#414141!important;
	margin-bottom:0;
	padding-bottom:3px;
	font-size:22px!important;
	font-weight:bold;
}
.tile.full div p {
	font-size:26px;
	margin-bottom:3px;
	line-height:105%;
}
.tile.full div p.small {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}
.tile.last, .tile.full.last {
	float:right;
	margin-left:0;
	margin-right:5px;
}
#makeMeScrollable {
	margin-bottom:5px;
}
.scroll p {
	font-size:14px;
}
}
@media screen and (max-width:479px) {
#slides div a .detail h2, #slides div a .detail p  {
	display:none;
}
#slides div a .detail h1, #slides div a .detail h3  {
	width:80%;
	margin:auto;
	text-align:center;
	font-size:22px;
}
.tile {
	width:46.75%;
	width: calc(50% - 10px);
}
.tile div p {
	font-size:14px;
}
#tiles .tile div p {
	font-size:18px!important;
}


.tile.full div p.small {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}
.tile.full div p {
	font-size:20px;
margin-bottom:3px;
line-height:105%;
}

ul.slidesjs-pagination {
  display: none;
}
}