/*--------------------------------------------------------------------
Version: 	1.0 - 2013
author: 	Via Oceânica (Filipe Rocha e Décio Fernandes)
email: 		web@viaoceanica.com
website: 	http://www.viaoceanica.com
*/

body {
  background: #fff;
  color: #384a54;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}



/* HEADER */
header { width:100%; position:absolute; top: 0; left: 0; z-index:2; background: rgba(255,255,255,0.7) }
.logo {  float:left; padding: 1rem 0 0 0; }

.menu {  float:right; margin-top: 2.7rem; margin-right: -9.7rem; }
.menu li { margin-left: 9px; }
.menu a { color:#44212f; padding:0.5rem; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.menu a:hover { background:#f15b28; color: #fff; }



/* HOMEPAGE */
.sidebar{ position:fixed; right:1rem; top:25rem; z-index:3;  }
.sidebar li{ margin-bottom:0.8rem; }
.sidebar .round{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:solid 2px #fff;
}
.sidebar .fa-li{
	background:#AD4848;
	padding:1rem 0.5rem 1rem 0.5rem;
	border-bottom:solid 2px #904040;
	border-top:solid 2px #904040;
}
.sidebar a{
	color:#fff;
	font-size:2rem;
}
.sidebar .fa-li:hover{
	background:#904040;
}
.sidebar span{
	display:none;
}
.sidebar li:hover span{
	display:inline-block;
	position:absolute;
	right:4.3rem;
	margin-top:0.3rem;
	font-size:1rem;
	background:#904040;
	width:10rem;
	height:4.1rem;
	text-align:center;
	line-height:4.1rem;
	font-weight:bold;
}
.sidebar li:hover .fa-li{
	background:#904040;
}
.sidebar .social{
	line-height:1.5rem !important;
	padding-top:90%;
}



.edge_1 .fa-li{
	border:none !important;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	}
.edge_2 .fa-li{
	border:none;
	border-top:solid 2px #904040;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}


/* Quem Somos */
.quem_somos{
		background:url('../../img/bg2.png');
    padding-bottom: 5rem;
}
.quem_somos h1{
  color: #6c525c;
  padding-top: 3rem;
  font-size: 3rem;
}
.quem_somos .quem_somos-texto{
	color:#fff;
	padding:1rem 0 1.5rem 0;
	margin:0 auto;

}
.quem_somos-texto strong{
  color:#DF5621;
}
.quem_somos .quem_somos-texto hr{
  border-color: #7b636c;
}
.quem_somos ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 70%;
  margin: 0 auto;
}
.quem_somos ul li {
   float: left;
   width: 35%;
   color: #b0a9ab ;
   font-weight: 400;
   padding-right: 10px  ;
   text-align: left;
 }
.quem_somos ul li:last-child {
  padding-right: 0rem  ;
  width: 30%;
}
.quem_somos ul li h2
 {
   color: #b14749;
   font-weight: bold;
   float: left;
   margin: 0;
   line-height: 1;
   font-size: 3.5rem;
  padding-right: 10px;
 }
.quem_somos ul li:first-child h2
{
  color: #f58864;
  font-weight: bold;
}
.quem_somos ul li:last-child h2
{
  color: #f15b28;
  font-weight: bold;
}

/* Benefícios */
.beneficios{ text-align:center; }
.beneficios h1 { color: #b14749; padding-top: 3rem; font-size: 3rem; }

.beneficios-lista li { position: relative;  min-height: 210px; -webkit-border-radius: 5px;
border-radius: 5px;     transition: all 200ms ease-out; }
.beneficios-lista li:hover { background: #b14749; }
.beneficios-lista li:hover p { opacity: 1;  }
.beneficios-lista li:hover div { opacity: 0; }
.beneficios-lista h3 { font-size: 1rem; }
.beneficios-lista div { opacity: 1; position: absolute; top: 0; left: 0; width: 100%; }
.beneficios-lista p { padding: 1rem; font-size: 0.85rem; color: #fff; opacity: 0; margin-bottom: 0; }




	.categoria1, .categoria2, .categoria3 {
		width:100%;
		height:152px;
	  padding:1rem;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	}

	.categoria1 { background:url('../../img/categoria1.png') #f2f2f1 no-repeat top left; }
	.categoria1 h5 { text-align: right; }
	.categoria1 p { font-size:0.9rem; line-height:0.9rem; color:#bbb; text-align: right; padding: 0 0 0 111px; }
	.categoria1 a { color:#fff; background:#E95920; -webkit-border-radius: 5px; border-radius: 5px; padding:0.5rem 1rem 0.5rem 1rem; position: absolute; bottom: -10px; right: 2rem; }
	.categoria1 a:hover{ background:#F95920; color:#fff; }

	.categoria2 { background:url('../../img/categoria2.png') #f2f2f1 no-repeat top right; }
  .categoria2 h5 { text-align: left; }
  .categoria2 table, .categoria2 table tr:nth-of-type(even) { background:transparent !important; border:none; }
  .categoria2 td { padding:0 5px 0 0; font-size:0.9rem; color:#E95920; margin:0; background:transparent; }

	.categoria3 { background:url('../../img/categoria3.png') #f2f2f1 no-repeat top right; }
	.categoria3 h5 { text-align: left; }
	.categoria3 p { padding: 0 111px 0 0; font-size:0.9rem; line-height:0.9rem; color:#aaa; }
	.categoria3 a { color:#fff; background:#E95920; -webkit-border-radius: 5px; border-radius: 5px; padding:0.5rem 1rem 0.5rem 1rem; position: absolute; bottom: -10px; left: 2rem; }
	.categoria3 a:hover{ background:#F95920; color:#fff; }

/* Conhecer as Empresas */
.empresas { background: #ee8863 url('../../img/bg3.jpg') repeat-x top center; text-align:center; padding:1rem 0 2rem 0; padding-bottom: 5rem; }
.empresas h2{ color: #ffffff; padding-top: 3rem; font-size: 3rem; }
.empresas figure { height: 120px; widows: 100%; display: block; overflow: hidden; margin:0; }
.empresas p { padding-top:0.85rem; font-size: 0.85rem; }
.empresas p strong { color: #b14749; font-size: 1rem }
.empresas p a { color: #fff; display: block; padding-top:0.85rem; color:#b14749;  }
.empresas #area3_parceiros a.button { background-color:#b14749; padding: 0.5rem 1rem; border-radius: 5px; -webkit-border-radius: 5px; }



/* NÓS */
.titulo {
  background: url(../../img/bg4.jpg);
  position: relative;
}
.titulo h2 {
  display: block;
  background: #b14749;
  color: #fff;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 1;
  padding: 1rem 1rem 1rem 0.5rem;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10%;
  font-size: 1.5rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.background-texto {
  height: 250px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.space2rem {
  height: 4rem;
}
.sub-titulo{
  color: #b14749;
  font-size: 3rem;
}
.sub-titulo small{
  display: block;
}

- João Manuel Alves
-

@media only screen {

	#owl-demo .owl-wrapper-outer, .overlayer { height: 300px; }
	#owl-demo .owl-item > div div, #owl-demo .owl-item > div { height: 300px; }
	#owl-demo .owl-item > div h1 { line-height:2rem; padding-top: 3rem !important; }
	#owl-demo .owl-item > div img { min-height: 300px; }

	.titulo { padding-top: 200px; }
	.titulo h2 { width: 80%; margin-left: -40%; }
	#map { height: 200px; }
	#fim img { max-width: 48%; }
}
@media only screen and (min-width: 40.063em) {

	#owl-demo .owl-wrapper-outer, .overlayer { height: 400px !important; }
	#owl-demo .owl-item > div div, #owl-demo .owl-item > div { height: 400px; }
	#owl-demo .owl-item > div h1 { line-height:3rem !important; padding-top: 10rem !important; }
	#owl-demo .owl-item > div img { min-height: 400px; }

	.titulo { padding-top: 300px; }
	.titulo h2 { width: 40%; margin-left: -20%;}
	#map { height: 300px; }
	#fim img { max-width: 100%; }
}
@media only screen and (min-width: 64.063em) {

	#owl-demo .owl-wrapper-outer, .overlayer { height: 470px !important; }
	#owl-demo .owl-item > div div, #owl-demo .owl-item > div { height: 470px; }
	#owl-demo .owl-item > div h1 { line-height:3rem !important; padding-top: 13rem !important; }
	#owl-demo .owl-item > div img { min-height: 470px; }

	.titulo { padding-top: 470px; }
	.titulo h2 { width: 20%; margin-left: -10%; }
	#map { height: 470px; }
	#fim img { max-width: 100%; }
}

/* NÓS */
.beneficios .small-block-grid-4 li h3 { font-size: 1rem; color: #000; font-weight: bold; padding: 10px 0 0 0; line-height: 1; }
.beneficios .small-block-grid-4 li { position: relative; }
.beneficios .small-block-grid-4 p { z-index: 1; opacity: 0; padding: 1rem; transition: all 200ms ease-out; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(177,71,73,0.8); font-size: 0.8rem; color: #fff; border-radius: 5px; }
.beneficios .small-block-grid-4 p:hover { opacity: 1; }


.equipa { background: url('../../img/bg2.png'); text-align: center; padding: 1rem 0 2rem 0; padding-bottom: 5rem }
.equipa h3 small { opacity: 0.5;  color: #fff;font-weight: 300;font-size: 1.5rem; padding-top: 13px; }
.equipa li { color: rgba(255,255,255,0.5); }
.equipa strong { color: #fff; }

/* PREÇÁRIO */
.precario {  }
.precario h3 { color: #b14749; font-size: 2.5rem; line-height: 1; width: 50%; letter-spacing: -3px; }
.precario a { width: 100px; display:block; color: #fff; background: #E95920; -webkit-border-radius: 5px;  border-radius: 5px; padding: 0.5rem 1rem 0.5rem 1rem; margin-bottom: 1rem; }
.precario ul { margin: 0; padding: 0; list-style-type: none; }
.precario.text-right h3,  .precario.text-right a { float: right; }
.precario.text-right ul { clear: both; }
.precario.text-right p { margin-bottom: 1rem; }



/* EVENTOS */
.intro.agenda { text-align: center; }
.intro.agenda h2 { color: #E88A6A; padding-top: 3rem; font-size: 3rem; }
.intro.agenda .texto { color: #fff; padding: 1rem 0 1.5rem 0; margin: 0 auto; }

.listagem-agenda li { padding: 0 0.625rem 1.6rem; }
.listagem-agenda .row.collapse { background: #f2f1f1; -webkit-border-radius: 5px; border-radius: 5px; }
.listagem-agenda .row.collapse .imagem { height: 220px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; background-size: cover; background-color: #fff;  }
.listagem-agenda .row.collapse .texto { padding: .6rem .6rem .6rem .9rem; font-size: 0.9rem; position: relative; min-height: 220px; }
.listagem-agenda .row.collapse .texto h3 { font-size: 1.125rem; font-weight: bold;  }
.listagem-agenda .row.collapse .texto span { display: block; padding: 1rem 0 0 0; color: #E95920;  }

	.agenda-inscricoes { position: absolute !important; left: 0.9rem; bottom:-16px; z-index: 2; color: #fff; background: #E95920; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0.5rem 1rem; }
	.agenda-inscricoes:hover { color: #fff; background: #F95920; }
	.agenda-mais { position: absolute; top: 0; left: 0; width: 100%; height: 220px; opacity: 0; background: rgba(255,255,255,0.5); z-index: 1; transition: all 200ms ease-out; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;  }
	.agenda-mais:hover { opacity: 1; }


	.addthisevent-drop, .addthisevent_dropdown { width: 100% !important; z-index: 9 !important; }
	.button.laranja { background: #E95920; width: 100%; margin: 0; }
	.button.laranja:hover { background: #F95920; }
	.agenda-calendario { color: #666; padding: 1rem 0 0 0.9rem; font-size: 1rem; display: block; }
	.agenda-calendario a { color: #000; }
	.agenda-calendario a:hover { color: #E95920; }


/* CONTACTOS */
#map { width: 100%; position: absolute; top:0; left: 0; }

.form h3 { color: #b14749; font-size: 2rem; }
.form input[type="text"], .form input[type="email"], .form textarea {   padding: 0.5rem; background: #f5f5f5; border: none; box-shadow: none; font-size: 1rem; }
.form .prefix, .form .postfix { font-size: 1rem; background: #E95920; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }
.form .prefix:hover , .form .postfix:hover { background: #F95920; }

	.errorCaptcha { color: #e70c0c; font-weight: bold; }


/* FOOTER */
footer { background:#A24144; padding-bottom:2rem; }
footer > div { padding-top:1rem; }

	.minifoot h3 { color:#E88A6A; }
	.minifoot p { font-size:1rem; color:#fff; }

	.social li { margin-left: 6px; }

	.social a { display: inline-block; color:#fff; padding:0.5rem 1rem; font-size:1rem; -webkit-border-radius: 5px; border-radius: 5px; text-align:center;}
	.social a.fa-facebook { background:#3b5998; }
	.social a.fa-linkedin { background:#007bb5; }
	.social a.fa-twitter { background:#007bb5; }
	.social a.fa-instagram { background:#007bb5; }
	.social a.fa-google { background:#dd4b39; }
	.social a.fa-pinterest { background:#cb2027; }
	.social a.fa-youtube-play { background:#bb0000; }
	.social a.fa-envelope { background:#bb0000; }


	.social a.fa-facebook:hover {background:#3b6998; }
	.social a.fa-linkedin:hover {background:#008bb6; }
	.social a.fa-twitter:hover { background:#007bb5; }
	.social a.fa-instagram:hover { background:#007bb5; }
	.social a.fa-google:hover {background:#dd5b39; }
	.social a.fa-pinterest:hover {background:#cb3027; }
	.social a.fa-youtube-play:hover {background:#bb1000; }
	.social a.fa-envelope:hover {background:#bb1000; }

 	.minimenu strong { color:#E88A6A; font-weight:bold; display: block; margin: 17px 0 10px 0; font-size: 1rem; }
 	.minimenu ul { margin: 0; padding: 0; list-style-type: none; }
 	.minimenu a { display: block; color:#fff; }
 	.minimenu a:hover {  color:#9F8E95; }

.copyright { color: #fff; font-size: 1em; opacity: 0.8; padding: 1rem 0 0 0; }
.copyright a { font-size: 1em;color: #33CCFF; }
.copyright a:hover { color: #29A3CC; }













/*
SCRIPTS
*/
	/*
	OWL CAROUSEL
	*/
.owl-theme .owl-controls{
	text-align: center;
}

#owl-demo .owl-pagination{
	position:absolute;
	right:0;
	left:0;
	top:440px;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:transparent;
	border: solid #fff 1px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#fff;
	}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
}


#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .owl-item > div{
  color: white;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#owl-demo .owl-item > div h1{
	  margin: 0 auto;
    color: #fff;
    width: 70%;
    text-align: center;
    line-height:2rem;
    padding-top: 3rem;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
}
#owl-demo .owl-item > div p{
	color: #43232f;
	margin: 0 auto;
	margin-bottom: 4rem;
	text-align: center;

}
.botao{
	color:#fff;
	background:#E95920;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding:1rem 1.5rem 1rem 1.5rem;
	display: block;
	margin: 1rem  auto 0 auto;
	width: 20%;
	text-align: center;
}
.botao:hover{
	background:#F95920;
	color:#fff;
}

.wrapper-with-margin{
    margin:0px 50px;
}


.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: 35px;
	top:190px;
	background:transparent;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);

}

.owl-theme .owl-controls .owl-buttons .owl-next{
	right: 35px;
	top: 190px;
	background:transparent;
}

	.overlayer { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 300px; z-index: 11; }


/*END OWL-CAROUSEL*/




/*
OWL CAROUSEL2
*/

.owl-theme2 .owl-controls{
	margin-top: 15px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme2 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme2 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme2 .owl-controls .owl-page{
	display: inline-block;
	margin-top:1rem;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme2 .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:transparent;
	border: solid #fff 1px;
}

.owl-theme2 .owl-controls .owl-page.active span,
.owl-theme2 .owl-controls.clickable .owl-page:hover span{
	background:#fff;
	}

/* If PaginationNumbers is true */

.owl-theme2 .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
}


#owl-demo2 .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo2 .owl-item > div{
	text-align: center;
	color: white;
	padding:0 1rem 0 1rem;
	border:1px white;
	text-align:justify;
	margin:3rem auto 5rem auto;
}


.wrapper-with-margin{
  margin:0px 50px;
}


.owl-theme2 .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme2 .owl-controls .owl-buttons .owl-prev{
  left: -100px;
  top:-15px;
  background:transparent;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.owl-theme2 .owl-controls .owl-buttons .owl-next{
  right: -100px;
  top: -15px;
  background:transparent;
}
/*END OWL-CAROUSEL2*/

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}















/*** EXTRAS *****************************************************************************************************/
/* PAGINAÇÃO */
ul.pagination { display: block; height: 1.5rem; margin-left: -0.3125rem; }
ul.pagination li { height: 1.5rem; color: #222; margin-left: 0.3125em; }
ul.pagination li a { display: block; padding: 0.0625em 0.625em 0.0625em; color: #999; -webkit-border-radius: 3px; border-radius: 3px; }
ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; }
ul.pagination li.current a { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #2ba6cb; }
ul.pagination li { float: left; display: block; }

	/* Pagination centred wrapper */
	.pagination-centered { text-align: center; }
	.pagination-centered ul.pagination li { float: none; display: inline-block; }

/*
 * FANCYBOX
 * v2.1.5 (http://fancyapps.com/fancybox)
 *
*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #fff; color: #444; text-shadow: none; -webkit-border-radius: .6rem; border-radius: .6em; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 1em 1.5em rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 1em 1.5em rgba(0, 0, 0, 0.5); box-shadow: 0 1em 1.5em rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin: -10px 0 0 -10px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 20px; height: 20px; background: url('../../loading.gif') center center no-repeat; }

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	padding: 0;
	font-weight: bold !important;
	font-size: 1.69em;
	}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
	font-weight: bold !important;
	font-size: 1.69em;
}

.fancybox-nav { position: absolute; top: 0; width: 50%; height: 100%; cursor: pointer; text-decoration: none; z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }

.fancybox-prev span { left: -1.5em; }
.fancybox-next span { right: -1.5em; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999em; left: -99999em; visibility: hidden; max-width: 99999em; max-height: 99999em; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: #000; background: rgba(0, 0, 0, .2); -webkit-box-shadow:inset 0 0 10em 0 rgba(0,0,0,.6); box-shadow:inset 0 0 10em 0 rgba(0,0,0,.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; position: relative; z-index: 8050; font-size: 0.9em; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -1.7em; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 0.2em 1.2em; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 1em; border-radius: 1em; color: #fff; font-weight: bold; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 1em; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 1em; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 1em; background: #000; background: rgba(0, 0, 0, .8); }



