/* links */
/* achicken red #FF161F */

a,
a:focus,
a:hover {
	color: #fff;
}
:target {
  scroll-margin-top: 100px;
}

html {
	min-height: 100vh;
	scroll-behavior: smooth;
}
body {
	scroll-behavior: smooth;
	/*min-height: 2000px;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;

}
body.soon {
	background: url("/images/achicken-avatar.jpg") no-repeat center center / cover;
	background: url("/images/achicken-background.jpg") no-repeat center center / cover;
}
@media (max-width: 600px) {
	body.soon {
		background: url("/images/achicken-avatar.jpg") no-repeat center center / cover;
	}
}
body#shows .navbar-right li.shows a {
	color: #FF161F !important;
}

.no-padding {
	padding: 0;
}
p {
	line-height: 29px;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both;
}



/* nav */
.navbar {
	margin: 0px;
	border: none;
	/*box-shadow: none;	*/
}
.navbar-default {
	background-image: none;
	background-color: #ffffff;
}
.navbar-brand {
	padding: 0;
	height: auto;
	/*background-color: #e1e1e1;*/
}
.navbar-brand img {
	width: 200px;
	height: auto;
	margin: 20px 0 20px 70px;
}
.soon .navbar-brand {
	width: 100%;
	text-align: center;
}
.soon .navbar-brand p {
	text-align: center;
}
.soon .navbar-brand img {
	width: 75%;
	max-width: 400px;
	height: auto;
	margin: 60px auto;
}
@media (max-width: 767px) {
	.navbar-brand img {
		width: 180px;
		height: auto;
		margin: 20px 0 20px 20px;
	}
}
@media (max-width: 600px) {
	.soon .navbar-brand img {
		width: 75%;
		max-width: 400px;
		height: auto;
		margin: 30px auto;
	}
	section.netsocials {
		width: 80%;
		padding: 0;
		margin: 0;
		margin: 0 auto;
	}
}
.navbar-right {
	margin-top: 32px;
}
.nav > li > a {
    padding: 10px 20px;
    text-transform: uppercase;
    /*color: #FF161F !important;*/
    color: #999 !important;
    font-weight: 400;
    font-size: 18px;
    outline: none;
}
@media (max-width: 767px) {
	.navbar-right {
		margin: 10px 0;
	}
	.nav > li > a {
		padding-left: 56px;
	}
}
.nav > li > a:hover,
.nav > li > a:active {
    color: #FF161F !important;
}
.navbar-default .navbar-nav > .active > a {
    background-image: none;
    box-shadow: none;
    background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FF161F;
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-top: 32px;
}
@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
	    border: none;
	    margin-top: 29px;
	}
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FF161F;
}
@media (max-width: 991px) {
	.nav > li > a {
    	padding: 10px 10px!important;
    }
}

/* end nav */



/* banner */
section.shows.paddingTop,
section.banner {
	padding: 0;
	margin: 107px 0 0 0;
}
section.banner.static img {
	width: 100%;
	height: auto;
}
section.banner.static .container,
section.banner .container {
	position: relative;
}
section.banner.static .container .info,
section.banner .container .info {
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0px 10px;
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
}
section.banner.static .container .info a,
section.banner .container .info a {
	color: #000000;
	display: inline-block;
	line-height: 16px;
}
section.banner.static .container .info a i,
section.banner .container .info a i {
	float: left;
	color: #FF161F;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding: 0 6px 0 12px;
	text-decoration: none;
}
section.banner.static .container .info a:hover,
section.banner.static .container .info a:active,
section.banner.static .container .info a:focus,
section.banner .container .info a:hover,
section.banner .container .info a:active,
section.banner .container .info a:focus {
	color: #FF161F;
	text-decoration: none;
	outline: none;
}
/* end banner */



/* embebs */
section.embebs {
	padding: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
}
.twitterWrapper {
	padding: 0px;
	border: 1px solid rgba(15, 70, 100, 0.117647);
}
.twitterWrapper iframe {
	padding: 0px;
	margin: 0px;
	margin-bottom: -10px !important;
}
@media (max-width: 991px) {
	.twitterWrapper {
		margin-top: 20px;
	}
}
/* end embebs */



/* netsocials */
.bot-netsocial {
}
.bot-netsocial a {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 110px;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	font-weight: 600;
	background-color: rgba(255,255,255,.5);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.bot-netsocial a:hover {
	background-color: rgba(255,255,255,1);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.bot-netsocial.facebook a {
	border: 3px solid #45619C;
	color: #45619C;
}
.bot-netsocial.twitter a {
	border: 3px solid #55ABED;
	color: #55ABED;
}
.bot-netsocial.instagram a {
	border: 3px solid #a77b5e;
	color: #a77b5e;
}
.bot-netsocial.youtube a {
	border: 3px solid #ff3333;
	color: #ff3333;
}
@media (max-width: 768px) {
	.bot-netsocial:first-child {
		margin-bottom: 60px;
	}
}
@media (max-width: 600px) {
	.bot-netsocial:first-child {
		margin-bottom: 15px;
	}
}
@media (max-width: 560px) {
	.netsocials [class*="col-"] {
		width: 50%;
	}
}

/* end netsocials */



/* services */
.panel-group.accordion .panel-title a {
	display: block;
}
.panel-group.accordion .panel-title a:hover,
.panel-group.accordion .panel-title a:focus,
.panel-group.accordion .panel-title a:active {
	color: red;
	text-decoration: none;
}
.panel-group.accordion .panel {
	border: none;
	box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	border-bottom: 1px solid #E5E6E7;
}
.panel-group.accordion .panel-heading {
	background-image: none;
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #E5E6E7;
}
.panel-group.accordion .panel-title {
	text-transform: uppercase;
}
.panel-group.accordion .panel-title i {
	float: right;
}
.panel-group.accordion .panel-title a.collapsed i {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.panel-group.accordion .panel-title a:not(.collapsed) i {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

/* end services */



/* contact */
section.contact {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;

	background: url('/images/bgs/bg_achicken_contacto.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.contact header h2 {
	padding-top: 34px;
}
.map-overlay {
	background: rgba(255,255,255,.3);
}
.switch {
	display: inline-block;
	position: absolute;
	top: 90px;
	margin-left: -50px;
	z-index: 100;
}
.switch h5 {
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 32px;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: -4px;
	font-weight: 600;
	font-size: 10px;
}
.radio {
	position: relative;
	width: 100px;
	height: 25px;
	background: #E5E6E7;
	border: 1px solid #CCC;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	   	-ms-border-radius: 50px;
	   	 -o-border-radius: 50px;
			border-radius: 50px;
	outline: none;
}
.elipse {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: #E5E6E7;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	   	-ms-border-radius: 50px;
	   	 -o-border-radius: 50px;
			border-radius: 50px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.9);
	box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.9);
}
.radio.active {
	background: #ffffff;
}
.radio.active .elipse {
	left: 78px;
}
.radio.active h5 {
	display: none;
}
/* form */
#contactform fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.form-field span { display: block; }
.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 10px;
	width: 100%;
	background: #fff;
	border: 1px solid #E5E6E7;
	border-radius: 0px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
			transition: all 0.4s linear;
	outline: none;
}
.form-field span input:focus, .form-field span textarea:focus {
	color: #000;
	border-bottom: 1px solid #E5E6E7;
}
.form-field span textarea {
	font-size: 16px;
	overflow: auto;
	height: 100px;
	padding: 10px;
	outline: none;
	resize: none;
}
.form-click button {
	display: inline-block;
	position: relative;
	border: none;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #E5E6E7;
	padding: 10px;
	width: 120px;
	background: rgba(255,255,255,.6);
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   	-ms-transition: all 0.3s;
	   	 -o-transition: all 0.3s;
			transition: all 0.3s;
	outline: none;
	margin-bottom: 60px;
}
.form-click button:hover {
	color: #FF161F;
	border: 1px solid #E5E6E7;
	background: rgba(255,255,255,1);
}
/* Alerts */
#alert { margin-top: 0px; display: none; }
.notification {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	text-align: left;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.notification p {
	text-align: center;
	padding: 0;
	margin: 0;
}
.notification.success {
	border: none;
	background-color: rgba(255,255,255,.8);
}
.notification.success p { color: #000000; }
.notification.error {  border: 1px solid #FF161F; }
.notification.error p {  color: #000000;  }
/* map */
#map {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
}
#map.pushed {
	z-index: 0;
}
.gmnoprint img { max-width: none; }
@media (min-width: 768px) {
	.map-overlay {

	}
	.form-field span input, .form-field span textarea {
		margin-bottom: 15px;
	}
	.form-click button {
		padding: 20px 0px;
	}
	.notification { padding: 15px 0px; }
}
@media (min-width: 1200px) {
	.map-overlay {

	}
	.float-left {
		margin: 30px 0px 0px;
		width: 50%;
		float: left;
		padding-right: 15px;
	}
	.float-right {
		margin: 30px 0px 0px;
		width: 50%;
		float: right;
		padding-left: 15px;
	}
	.form-field span input, .form-field span textarea {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.form-field span textarea {
		font-size: 16px;
		height: 181px;
	}
	.form-click button {
		font-size: 16px;
		padding: 10px;
	}
}
/* end contact */



/* footer */
footer {
	padding: 40px 0;
}
footer a i {
	font-size: 24px;
	color: #000;
	padding-left: 6px;
}
footer .icons {
	margin-bottom: 20px;
}
footer a:hover i {
	color: #FF161F;
}
footer .brand img {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}
address a {
	color: #333333;
	text-decoration: none;
}
address a:hover {
	color: #FF161F;
	text-decoration: underline;
}
@media (max-width: 768px) {
	footer,
	footer .icons {
		text-align: center;
	}
}
/* end footer */



/* shows */
section.shows {
	margin: 0;
	padding-top: 20px;
}
body#nosotros {
	margin: 95px 0 0 0;
}
@media (max-width: 767px) {
	section.shows {
		margin: 0;
	}
}
/* end shows */




@media (min-width: 768px) {
	.navbar-nav.navbar-right:last-child {
	    margin-right: 0px;
	}
}



/* ISOTOPE */
.grid-item {
	width: 25%;
	overflow: hidden;
	border: 4px solid white;
}
.grid-item img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 600ms cubic-bezier(0.42, 0.0, 0.58, 1.0);
	opacity: 1;
}
.grid-item img:hover {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: .4;
}
.grid-item--width2 {
	width: 50%;
}
.grid-sizer,
.grid-item {
	padding: 3px;
	width: 50%;
}
.grid-item--width2 {
	width: 50%;
}
@media screen and (min-width: 720px) {
	.grid-sizer,
	.grid-item {
		padding: 3px;
		width: 25%;
	}
}
.button-group {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 420px) {
	.button-group {
		margin-bottom: 20px;
	}
}
.button {
	background-color: #fff;
	color: #999;
	padding: 6px 0;
	margin: 0 10px;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	font-size: 1em;
	font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	outline: none;
}
.button:hover {
	transition: all 300ms;
	border-bottom: 4px solid #FF161F;
	outline: none;
}
.button:active, .button.is-checked, .button.is-selected {
	transition: all 300ms;
	background-color: #fff;
	color: #000;
	border: 0;
	border-bottom: 4px solid #FF161F;
	outline: none;
}
/* ISOTOPE */



/* SWIPEBOX */
#swipebox-overlay {
    background: #ffffff;
}
#swipebox-slider .slide {
    padding: 10px;
}
@media (min-width: 768px) {
	#swipebox-slider .slide {
	    padding: 40px;
	}
}
#swipebox-bottom-bar {
    bottom: 0;
    top: 50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#swipebox-bottom-bar, #swipebox-top-bar {
    background: transparent;
}
#swipebox-bottom-bar {
	height: calc(100% - 50px);
}
#swipebox-arrows {
	width: 100%;
	height: 100%;
	max-width: none;
}
#swipebox-prev,
#swipebox-next {
	width: 50%;
	height: 100%;
}
#swipebox-prev {
	background-image: url(../images/swipebox/swipebox-prev.png) !important;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: 10% 50%;
    float: left;
}
#swipebox-next {
	background-image: url(../images/swipebox/swipebox-next.png) !important;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: 90% 50%;
    float: right;
}
#swipebox-close {
    background-image: url(../images/swipebox/icons_black.png);
}
#swipebox-top-bar {
    color: #000000 !important;
    font-size: 15px;
    line-height: 43px;
    font-family: inherit;
    font-weight: 300;
}
#swipebox-top-bar {
    text-shadow: none;
}

/*
#swipebox-bottom-bar {
	border: 1px solid red;
}
*/
/* SWIPEBOX */


.owl-carousel .item {
    background: #e1e1e1;
}

section {
	margin: 20px 0;
	padding: 60px 0;
}
section.gifanim {
	margin: 0;
	padding: 30px 0;
}
section.aboutus {
	background-color: #E5E6E7;
}
header h2 {
	color: #FF161F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 34px;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

.paddingTop {
	margin-top: 100px!important;
}

section.artists {
	margin: 0;
	padding: 0;
}

section.artists a h3 {
    color: #999 !important;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    margin: 0;
    padding: 10px 0 0px 0;
    text-transform: uppercase;
    min-height: 50px;
}
section.artists a:hover h3,
section.artists a:focus h3 {
    color: #FF161F !important;
}
section.artists .artist-info img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 320px;
	margin-top: 5px;
}
section.artists ul.artist-socials {
	display: block;
	list-style-type: disc;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	list-style: none;
	margin-bottom: 60px;
}
section.artists ul.artist-socials li a {
	color: #000000;
}
section.artists ul.artist-socials li a:hover,
section.artists ul.artist-socials li a:focus {
	color: #FF161F;
}
section.artists ul.artist-socials li a i {
	padding-right: 10px;
}
section.artists .artist-text .videoWrapper {
	margin: 60px 0;
}
section.artists .artist-text h3 {
	color: #FF161F;
}



.pellenur-afiche {
	width: 100%;
	height: auto;
	max-width: 360px;
	margin: 30px 0;
}
@media (max-width: 600px) {
	.pellenur-afiche {
		display: block;
		margin: 30px auto;
	}
}
.link-pelenur {
	color: #000;
}
.link-pelenur:hover,
.link-pelenur:active {
	color: #000;
	text-decoration: line-through;
}