/*RADICAL & BARCELONARADICAL by Roline System*/

@import url(http://fonts.googleapis.com/css?family=Asap:400,700);
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);

/* TRANSICIONES */				
.container{ 
	-webkit-transition: 1.0s all;
	-moz-transition: 1.0s all;
	-o-transition: 1.0s all;
	-ms-transition: 1.0s all;
	transition: 1.0s all;
}

a, .banners-top .item, .banners-top .item span{ 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

/* GENERAL */
body {
  color: #555555;
  background: #EEEEEE;
  font-family: 'Asap', sans-serif;
}

p{
	text-align: justify;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	color: #BA1C22;
	clear: both;
}

a, a *{
    -webkit-transition: color .5s ease-in-out, background-color .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transition: color .5s ease-in-out, background-color .5s ease-in-out, opacity .5s ease-in-out;
    -o-transition: color .5s ease-in-out, background-color .5s ease-in-out, opacity .5s ease-in-out;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, opacity .5s ease-in-out;
    color: #BA1C22;
}

a{
    font-style: italic;
}

a:hover, a:focus{
    color: #000000;
    text-decoration: none !important;
}

::-moz-selection {
    background: #DDDDDD;
    text-shadow: none;
    color: #000000;
}

::selection {
    background: #DDDDDD;
    text-shadow: none;
    color: #000000;
}

textarea{
	resize: vertical;
}

.slogan .marker{
	font-family: 'Permanent Marker', cursive;
	color: #777777;
	-webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    letter-spacing: 1px;
}

hr{
	border-color: #CCCCCC;
}

section{
	margin: 20px 0px;
}

.list-group {
  clear: both;
}

.list-group .list-group-item .destacado {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}

.fancyboxboletin{
	background: #FFFFFF;
}

.fancyboxboletin td{
	padding: 5px !important;
}



/* HEADER */
header{
	margin: 10px 0px;
}

header .top-header, header .top-header a, header .top-header span{
	color: #AAAAAA;
	font-size: 12px;
}

header .top-header span{
	margin: 0px 5px 0px 0px;
}

header .languages a{
	padding: 0px 5px 0px 0px;
}

header .languages a:before{
	content: "|";
	margin: 0px 5px 0px 0px;
}

header .languages a:first-child:before{
	content: "";
	margin: 0px;
}

header .top-header a:hover{
	color: #000000;
}

header .logos{
	margin: 10px 0px 0px 0px;
}

header .logos .pull-left{
	margin: 10px 0px 0px 0px;
}

header .logos .pull-right img{
	width: 90px;
}



/* MENU */
.menu{
	background: #BA1C22;
}

.navbar-nav {
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

ul.nav li.dropdown > ul.dropdown-menu {
	display: block; 
	visibility: hidden;
	margin-top: 40px;	
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	min-width: 0;
	max-width: 0;
	max-height: 0;
	transition: all .3s ease-in-out;  
	overflow: hidden;
	background: #BA1C22;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	visibility: visible;
	margin-top: 0px;	
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	max-width: 900px;
	max-height: 500px;
}

.nav{
	/*text-transform: lowercase;*/
	font-size: 14px;
}

.nav span{
	color: #EEEEEE;
	font-size: 20px;
	line-height: 20px;
}

.nav .dropdown-toggle:hover h2 span{
	color: #BA1C22;
}

.nav h2{
	font-size: 16px;
	font-weight: inherit;
	font-style: normal;
	color: inherit;
	margin: 0px;
	padding: 0px;
	color: #EEEEEE;
	line-height: 20px;
}

.nav li:hover h2{
	color: #BA1C22;
}

.nav li .dropdown-menu a h2{
	color: #EEEEEE;
	text-transform: none;
	padding: 5px 0px;
}

.nav li .dropdown-menu .active a h2{
	color: #BA1C22;
}

.nav .dropdown-menu a:hover h2{
	color: #BA1C22;
}

.nav > li > a{
	padding: 10px 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #FFFFFF;
}

.nav .active a, .nav .active a:hover, .nav .active a:focus {
    background-color: #FFFFFF;
}

.nav .active a h2, .nav .active a:hover h2, .nav .active a:focus h2 {
   color: #BA1C22;
}

.navbar-header{
	text-align: center;
	color: #555555;
	display: none;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    margin: 20px 0px 0px 0px;
    padding: 5px;
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.nav-tabs.nav-justified > li {
  vertical-align: bottom;
}



/* SLOGAN */
.slogan{
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}



/* BANNERS TOP */
.banners-top .item{
	background-image: url(http://placebox.es/200/150/DDDDDD/FFFFFF/NoPhoto/);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #BA1C22;
	border: 1px solid #BA1C22;
	height: 250px;
	margin: 10px 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.banners-top .item:hover{
	opacity: 0.7;
}

.banners-top .item .title{
	padding: 10px;
	background: rgba(186,28,34,0.9);
	color: #FFFFFF;
	font-style: normal;
}

.banners-top .item .subtitle{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(255,255,255,0.7);
	font-style: normal;
	color: #555555;
	padding: 10px;
}

.banners-top .item .title h3{
	margin: 0px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.banners-top .item-txt{
	overflow: auto;
	background-color: #FFFFFF;
}

.banners-top .item-txt:hover{
	opacity: 1;
}

.banners-top .item .news{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: left;
	list-style: none;
	font-weight: normal;
	background: rgba(255,255,255,0.8);
}

.banners-top .item .news li{
	line-height: 18px;
	padding: 10px 0px 10px 0px;
}

.banners-top .item .news span, .banners-top .item .news a{
	color: #555555;
}

.banners-top .item .news a:hover{
	color: #000000;
}

.banners-top .item .news  li span{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.banners-top .item .news  li:hover span{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}



/* BANNERS MIDDLE */
.banners-middle .item{
	background-color: #FFFFFF;
	border: 1px solid #BA1C22;
	margin: 10px 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.banners-middle .item:hover{
	opacity: 0.7;
}

.banners-middle .item .title{
	padding: 5px;
	background: #BA1C22;
}

.banners-middle .item .title h3{
	margin: 0px;
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 2px;
}

.banners-middle .item .subtitle{
	background: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	color: #BA1C22;
	padding: 5px;
	font-size: 20px;
}

.banners-middle .banner-facebook{
	border: 1px solid #3B5998;
}

.banners-middle .banner-facebook .title{
	background: #3B5998;
}

.banners-middle .banner-facebook .subtitle{
	color: #3B5998;
}

.banners-middle .banner-youtube{
	border: 1px solid #DE2825;
}

.banners-middle .banner-youtube .title{
	background: #DE2825;
}

.banners-middle .banner-youtube .subtitle{
	color: #DE2825;
}



/* BANNERS BOTTOM */
.banners-bottom .item{
	background-color: #FFFFFF;
	border: 1px solid #BA1C22;
	margin: 10px 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 185px;
}

.banners-bottom .item:hover{
	opacity: 0.7;
}

.banners-bottom .item .title{
	padding: 5px;
	background: #BA1C22;
}

.banners-bottom .item .title h3{
	margin: 0px;
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 2px;
}

.banners-bottom .item .subtitle{
	background: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	color: #BA1C22;
	padding: 5px;
	font-size: 20px;
	margin: 15px 0px 0px 0px;
}

.banners-bottom .item .subtitle p{
	text-align: center;
	line-height: 40px;
}

.banners-bottom .banner-newsletter:hover{
	opacity: 1;
}

.banners-bottom .banner-newsletter .subtitle {
  padding: 5px 5px 0px 5px;
  font-size: 16px;
  margin: 0px;
}

.banners-bottom .banner-newsletter form{
	padding: 10px 10px 0px 10px;
}

.banners-bottom .banner-newsletter .legal{
	font-size: 12px;
}

.banners-bottom .banner-newsletter .checkbox{
	margin: 0px;
}

.banners-bottom .banner-newsletter .checkbox input{
	margin: 0px 0px 0px -20px;
}

.banners-bottom .banner-newsletter .form-group {
	margin-bottom: 5px;
}

.banners-bottom .banner-newsletter .form-group .form-control {
	border: 1px solid #BA1C22;
	height: auto;
	padding: 3px 12px;
}

.banners-bottom .item .small{
	display: block;
	font-size: 60%;
	margin: 15px 0px 0px 0px;
}



/* SOCIAL */
.social{
	padding: 10px 0px;
	background-color: #FFFFFF;
	text-align: center
}

.social .social_title{
	margin: 0px 0px 20px 0px;
}

.social ul, .social ul li{
    margin: 0px 10px;
    padding: 0px;
}

.social ul li a {
    background: url("/img/base/social.jpg") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    display: block;
    height: 34px;
    text-indent: -9999px;
    transition: background-position 0.2s ease-in-out 0s;
    width: 34px;
}

.social .facebook {
    background: url("/img/base/social.jpg") no-repeat scroll -34px 0px rgba(0, 0, 0, 0);
}

.social .google {
    background: url("/img/base/social.jpg") no-repeat scroll -69px 0px rgba(0, 0, 0, 0);
}

.social .instagram {
    background: url("/img/base/social.jpg") no-repeat scroll -104px 0px rgba(0, 0, 0, 0);
}

.social .youtube {
    background: url("/img/base/social.jpg") no-repeat scroll -138px 0px rgba(0, 0, 0, 0);
}

.social .twitter:hover {
    background: url("/img/base/social.jpg") no-repeat scroll 0 -34px rgba(0, 0, 0, 0);
}

.social .facebook:hover {
    background: url("/img/base/social.jpg") no-repeat scroll -34px -34px rgba(0, 0, 0, 0);
}

.social .google:hover {
    background: url("/img/base/social.jpg") no-repeat scroll -69px -34px rgba(0, 0, 0, 0);
}

.social .instagram:hover {
    background: url("/img/base/social.jpg") no-repeat scroll -104px -34px rgba(0, 0, 0, 0);
}

.social .youtube:hover {
    background: url("/img/base/social.jpg") no-repeat scroll -138px -34px rgba(0, 0, 0, 0);
}



/* POP BUSCADOR */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #000000;
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    margin-left: -85px;
    background: #BA1C22;
    color: #FFFFFF;
}
#search .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFFFFF;
	background-color: #BA1C22;
	opacity: 1;
	padding: 15px;
}



/* LINKS BOTTOM */
.links-bottom{
	text-align: center;
}

.links-bottom li{
	margin: 0px 20px;
}



/* WEBMAP BOTTOM */
.webmap{
	text-align: center;	
}

.webmap h3{
	font-size: inherit;
	line-height: inherit;
	margin: inherit;
	font-weight: inherit;
	font-style: normal;
	color: #CCCCCC;
}

.webmap a:hover h3{
	color: #555555;
}

.webmap li a h3:before{
	content: "|";
	margin-right: 10px;
}

.webmap li:first-child a h3:before{
	content: "";
	margin-right: 0px;
}



/* FOOTER */
footer{
	background: #BA1C22;
	padding: 10px;
}

footer .copyright{
	text-align: right;
}

footer, footer a{
	color: #EEEEEE;
	font-size: 10px;
}

footer a:hover{
	color: #FFFFFF;
}



/* CONTENT */
.content{
	margin: 20px 0px;
}

.content h1{
	color: #000000;
	font-size: 28px;
	margin: 0px 0px 15px 0px;
}

.content-txt img{
	max-width: 100%;
	/* width: auto; */
	height: auto;
	margin: 10px 10px 10px 10px !important;
	float: left;
}

h1{
	font-size: 30px;
}



/* OLD FORMS */
.ulForm{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ulForm li{
	margin: 10px 0px;
}

.ulForm li label{
	margin: 0px 10px 0px 0px;
	width: 370px;
	vertical-align: top;
}

.ulForm li input, .ulForm li textarea{
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 270px;
}

.ulForm li textarea{
  height: 100px;
}

.ulForm #siimage{
	float: left !important;
	margin: 0px 10px 0px 0px !important;
}

.ulForm img{
	display: block !important;
	float: none !important;
}

.formButtons{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.formButtons li{
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.formButtons input{
	width: auto !important;
}



/* RECOMENDACIONES */
.recomendaciones img {
  float: none !important;
}
















/* RESPONSIVE */
/* menos de 1199 */
@media (max-width: 1199px) {
	
	.item .title h3{
		font-size: 20px !important;
	}
	
	.item .subtitle{
		font-size: 16px !important;
	}
	
	.banners-bottom .item {
		height: 182px;
	}
	
	.nav > li > a {
		padding: 10px 10px;
	}
	
}

/* de 980 a 1199 */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* de 768 a 991 */
@media (min-width: 768px) and (max-width: 991px) {

	.item .title h3{
		font-size: 14px !important;;
	}
	
	.banners-bottom .banner-newsletter .legal {
		font-size: 10px;
	}
	
	.nav h2 {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	
	.nav > li > a {
		padding: 5px;
	}
	
}

/* menos de 767 */
@media (max-width: 767px) {

	.search{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	header .logos .pull-left img{
		width: 180px;
	}
	
	header .logos .pull-right img{
		width: 70px;
	}
	
	.item .title h3{
		font-size: 24px !important;;
	}
	
	.item .subtitle {
	  font-size: 20px !important;
	}

	.menu{
		background: transparent;
		margin: 10px 0px;
	}
	
	.menu .col-sm-12, .menu .navbar-collapse{
		padding: 0px 15px;
	}
	
	.menu .container {
		border-bottom: 0px solid #CCCCCC;
		border-top: 0px solid #CCCCCC;
	}
	
	.menu .nav > li > a {
		padding: 8px 15px;
	}
	
	.menu .nav h2 {
		font-size: 14px;
	}
	
	.menu .navbar-header{
		display: block;
		margin: 0px;
	}
	
	.menu .navbar-toggle {
		margin: 0px auto 0px auto;
		width: 100%;
		background-color: rgba(186,28,34,0.9);
		padding: 10px 20px;
		color: #FFFFFF;
	}
	
	.menu .navbar-toggle span {
		display: inline-block !important;
		margin: 0px 0px 0px 10px;
	}

	.menu .navbar-nav {
	    margin: 0px;
	    width: 100%;
	}
	
	.menu .navbar-collapse {
	    box-shadow: none;
	    max-height: 3000px;
	    overflow-x: none;
	    padding-left: 0px;
	    padding-right: 0px;
	    border-top: 0px;
	    margin: 0px;
	    background-color: rgba(186,28,34,0.9);
	}
	
	.menu ul.nav li.dropdown > ul.dropdown-menu {
	    display: block;
	    margin-top: 0px;
	    max-height: 3000px;
	    max-width: 3000px;
	    opacity: 1;
	    overflow: visible;
	    transition: none;
	    visibility: visible;
	}
	
	.menu .dropdown-menu{
		float: none;
		position: relative;
		background: none;
		box-shadow: none;
		border: none;
	}
	
	.menu .dropdown-toggle{
		display: none;
		visibility: hidden;
	}
	
	.menu .dropdown-menu > li > a{
		padding: 5px 0px 5px 30px;
	}
	
	.menu .dropdown-menu > li > a h2:before{
		content: "- ";
	}
	
	.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus {
	    background-color: transparent;
	}
	
	.menu .dropdown-menu > li > a:hover h2, .menu .dropdown-menu > li > a:focus h2{
		color: #FFFDDE;
	}
	
	.sharediv{
		text-align: center !important;
	}

	article.slogan .row{float:right !important;padding-left:0px !important;}

}

















/* EXTERNAL */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px 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 {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/base/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/base/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/base/fancyboz_blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	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: url('/img/base/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/img/base/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/img/base/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* CUSTOM */
.home h1{font-size:23px;}
article.slogan .row{float:right;padding-left:50px;}
.header-1{text-align:left;}
.header-2{text-align:center;}
.header-3{text-align:right;}
.header-logo{margin-top:15px;}
.slogan{margin:10px 0px 0px 0px !important;}
@media only screen and (max-width: 500px){
	.header-1{text-align:center;}
	.header-logo{margin-top: 0px;}
}