@font-face {
	font-family: calibri;
	src: url(../fonts/calibri.ttf);
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
ul{list-style: none}
a{color:#FFFFFF;}
body{color:#222;font-family:calibri; font-size:20px;}
body.white{background:#fff;color:#222}
body.white p{color:#000 !important}
body.black{color:#fff;background:#000}
.copyright.white{background:#fff}
.copyright.white p{color:#000}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.copyright, .push {
	height: 0; /* .push must be the same height as .footer */
}
.dropdown-menu{

	border: 0;
	box-shadow:0 6px 12px rgba(0, 0, 0, 0);
}
h2{color: #fff;}
a#cmdAsideMenu {
	color: #fff !important;
	font-size: 18px;
	cursor: pointer;
	z-index: 555555;
	padding: 7px 9px;
	background: #000;
	position: fixed;
	/*border-radius: 0px 6px 6px 0px;*/
}
div.row-fluid.margin-bottom-30.first-menu {
	margin-top: 27px;
	margin-right: 12px;
}
div.menu-inner {
	color: rgb(255, 255, 255);
	font-family: calibri;
	font-size: 18px;
	margin-right: 34px;
}
.box-shadow:hover .tooltip-menu .black{color:#000 !important;}
.tooltip-menu{
	right:5px;
	bottom:5px;
}
.copyright {
	margin: 0 auto;
	color: #fff;
	clear: both;
	padding: 2em 2em;
	background: #000;
}

a.logo {
	padding: 0 !important;
	text-align: center !important;
}
.aside-menu-in .wrapper {
	/*left: 150px*/
}
.move-left{left: 160px !important; position:absolute}
.wrapper {
	position: relative;
	left: 0;
	-webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
	-o-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
	transition: all 300ms cubic-bezier(.25, .46, .45, .94);
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.aside-menu {

	background: none repeat scroll 0 0 #000;
	border-left: 1px solid #000;
	display: block;
	height: 100%;
	margin-right: -19px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 13px;

}
#content-web:hover .aside-menu {position:inherit;}
.aside-menu:hover #content-web {position: fixed;}

.aside-menu::-webkit-scrollbar {

	width: 0 !important
}

.aside-menu .form-search {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333
}

.aside-menu .form-search .form-input {
	padding: 0
}

.aside-menu .form-search .form-control {
	display: block;
	height: 34px;
	padding: 21px 15px;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none
}

.aside-menu .form-search .btn-close {
	background: transparent;
	color: #fff
}

.aside-menu .form-search .btn-close i {
	font-weight: 300 !important;
	font-size: 16px
}

.aside-menu .social-media {
	padding: 15px;
	padding-bottom: 0
}

.aside-menu .contact-info {
	padding: 15px;
	color: #fff
}

.aside-menu .contact-info h5 {
	font-size: 12px
}

/*  ============================================================
GRAYSCALE EFFECT "FILTER"
============================================================  */
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: .6;
	margin-bottom:-4px !important;
	-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*Effect 1*/
.shadow-effect-1 {
	box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
}

/*Effect 2,3,4*/
.shadow-effect-2 {
	position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	-webkit-box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
	transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}

#asideMenu a {
	display: block;
	padding-left: 15px;
	text-align: left;
}

.tooltip-inner {
	color: #333;
	background-color: #fff;

}


/*Spaces*/

.margin-bottom-5,

.margin-bottom-10,

.margin-bottom-20,

.margin-bottom-20,

.margin-bottom-25,

.margin-bottom-30,

.margin-bottom-35,

.margin-bottom-40,

.margin-bottom-50,

.margin-bottom-60,
.margin-bottom-70,
.margin-bottom-80,
.margin-bottom-100 {

	clear:both;

}

.margin-bottom-5 {

	margin-bottom:5px;

}

.margin-bottom-10 {

	margin-bottom:10px;

}

.margin-bottom-20 {

	margin-bottom:20px;

}

.margin-bottom-25 {

	margin-bottom:25px;

}

.margin-bottom-30 {

	margin-bottom:30px;

}

.margin-bottom-35 {

	margin-bottom:35px;

}

.margin-bottom-40 {

	margin-bottom:40px;

}

.margin-bottom-50 {

	margin-bottom:50px;

}

.margin-bottom-60 {

	margin-bottom:60px;

}

.margin-bottom-70 {

	margin-bottom:70px;

}

.margin-bottom-80 {

	margin-bottom:80px;

}

.margin-bottom-100 {

	margin-bottom:100px;

}
.dropdown-menu{
	min-width: 200px;
}
ul.dropdown-menu.dropdown-2 {
	min-width: 865px;
}
ul.dropdown-menu.dropdown-1 {
	min-width: 434px;
}
ul.dropdown-menu.dropdown-3 {
	min-width: 195px;
}

li.dropdown.dropdown-1 a:hover,  li.dropdown.dropdown-1.open a{
	background-color: #006687;
}
.navbar-default .navbar-nav > .dropdown-1.open > a, .navbar-default .navbar-nav > .dropdown-1.open > a:hover, .navbar-default .navbar-nav > .dropdown-1.open > a:focus{background-color: #006687;}
li.dropdown.dropdown-2 a:hover,  li.dropdown.dropdown-2.open a{
	background-color: #43ac6a;
}
.navbar-default .navbar-nav > .dropdown-2.open > a, .navbar-default .navbar-nav > .dropdown-2.open > a:hover, .navbar-default .navbar-nav > .dropdown-2.open > a:focus{background-color: #43ac6a;}
li.dropdown.dropdown-3 a:hover,  li.dropdown.dropdown-3.open a{
	background-color: #f04124;
}
.navbar-default .navbar-nav > .dropdown-3.open > a, .navbar-default .navbar-nav > .dropdown-3.open > a:hover, .navbar-default .navbar-nav > .dropdown-3.open > a:focus{background-color: #f04124;}
.list-inline > li {
	padding: 0;
}

element.style {
}

ul.dropdown-1 .list-inline li a, ul.dropdown-2 .list-inline li a, ul.dropdown-3 .list-inline li a {
	display: inline-block;
	padding: 14px;
	color: #fff;
	text-decoration: none;
}


.social-icons-left {
	color: #fff;
	list-style: none outside none;
	padding: 0;
	margin-left: -18px;
	margin-right: 20px;
}
.social-icons-left > li {
	display: inline-block;
}
.social-icons-left li i{
	border-radius: 7px;
	padding: 4px;
	cursor:pointer;
	color:#c6c6c6 ;
}

a.box-shadow{padding:0 !important;}
a.box-shadow img {
	margin-bottom: -4px !important;
}
.gray{background:#c6c6c6 !important}

.no-padding{padding:0}

/* SECCIONES INTERNAS */
.texto-entorno, .texto-cochino, .texto-cultura, .texto-espiritu, .texto-singular {
	position: absolute;


}
p{
	font-family: calibri;
	text-align: justify;
}
p.black{color:#000}
p.gray,a.gray{color:#c6c6c6; background:none !important}
.img-background{max-height:100%; width:100%}
ul.lista-singular {
	color: #fff;
	text-align: justify;
	list-style: none;
	padding-left: 20px;
}

h3.mas-singular {
	font-size: 90px;
	color: #c6c6c6;
	font-weight: bold;
	font-family: calibri;
}

ul.lista-singular li:before{content:" -     "}

.texto-cochino{
	background: rgba(0,0,0,0.5);

}

.content-flow{  border-left: 1px solid #000;

	display: block;
	height: 1500px;
	max-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 1;


}
#content-web{}
.presentacion-logo {width: 740px; height: 400px; margin-left: auto; margin-right: auto;}

p{font-size:20px;}
.texto-cultura .saber-mas{ color: #FFF; font-weight: bold; font-size: 24px; float: right;}
.texto-cultura .saber-mas:hover{ text-decoration: none; opacity: 0.7;}
.saber-mas{ color: #000000; font-weight: bold; font-size: 24px; float: right;}
.saber-mas:hover{ text-decoration: none; color: #ffffff;}

.navbar-nav > li > a{width:170px; height:45px;}

.img-full {margin-left: 0px !important; width: 100% !important;}
.margin-zero {margin-left: 0px !important;}

/*Countdown*/
#defaultCountdown {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

#defaultCountdown span.countdown_row {
	overflow: hidden;
}

#defaultCountdown span.countdown_row span {
	font-size: 16px;
	line-height: 20px;
	margin-right: 2px;
	text-align: center;
	display: inline-block;
}

#defaultCountdown span.countdown_section {
	color: #fff;
	padding: 30px 45px;
	margin-bottom: 2px;
	background: url(img/bg-black.png) repeat;
	text-align: center;
}

#defaultCountdown span.countdown_amount {
	font-size: 50px !important;
	padding: 15px;
	font-family: Arial !important;
}

.texto-construccion{width: 50%;top: 200px;left:25%;}

h1.white{color:#fff !important}
ul.idiomas {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	float: left
}
ul.idiomas li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-left: 7px;
}
ul.idiomas a{
	border: 1px solid #666;
	border-radius: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat;
}
ul.idiomas a:hover{
	border: 3px solid #fff;
	border-radius: 30px;
}
ul.idiomas .es{
	background-image: url(img/es.png);
}
ul.idiomas .en{
	background-image: url(img/en.png);
}
ul.idiomas .de{
	background-image: url(img/de.png);
}
ul.idiomas .fr{
	background-image: url(img/fr.png);
}

ul.idiomas .it{
	background-image: url(img/it.png);
}


.social-icons-left{clear: both}
/* animación de texto de inicio */
.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	color: white;
	font-weight: 800;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
div#typed {
	margin-top: 15px;
	color: #fff;
	display: inline-block;
}

a.toggle-texto-inicio{
	display: block;
	color:#C00 ;
}
a.toggle-texto-inicio:hover{
	color:#fff;
	cursor: pointer;
}
.texto {
	margin-left: 5%;
	margin-top: 13px;
	width: 85%;
}
/* Cookies */
#cookie-bar {width: 100%; background:#000000;  color:#eeeeee; text-align:center;   position: absolute; z-index: 99999; }
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding: 5px; }
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:7px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;  }
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb; }
#cookie-bar .cb-policy:hover {background:#0055dd;}
@media (max-width:1200px){
	.texto {
		margin-left: 10%;
		margin-top: 13px;
		width: 85%;
	}
}
@media (max-width:1200px){
	.texto {
		margin-left: 25%;
		margin-top: 13px;
		width: 65%;
	}
}

/* timeline noticias */
/*Timeline v1
------------------------------------*/
.timeline-v1 {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline-v1:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-v1 > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li > .timeline-panel {
	width: 94%;
	float: left;
	border: 1px solid #d4d4d4;
	/*border-radius: 2px;*/
	/*padding: 20px;*/
	position: relative;
}

.timeline-v1 > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline-v1 > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline-v1 > li > .timeline-badge {
	color: #ccc;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 19px;
	right: -12px;
	/*background-color: #999999;*/
	z-index: 9;
	/*
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
}

.timeline-v1 > li > .timeline-badge i:hover {
	color: #72c02c;
}

.timeline-v1 > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline-v1 > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline-v1 > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-v1 > li > .timeline-panel .timeline-heading {
	padding: 5px;
}

.timeline-v1 > li > .timeline-panel .timeline-heading img {
	width: 100%;
}

.timeline-v1 .timeline-body {
	padding: 12px;
	/*margin-bottom: 20px;*/
}

.timeline-v1 .timeline-footer{
	padding: 7px 12px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.timeline-v1 .timeline-footer .blog-info {
	float: left;
}

.timeline-v1 .timeline-footer .blog-info i {
	color: #777;
}

.timeline-v1 .timeline-footer .likes {
	float: right;
}
.timeline-v1 .timeline-footer .likes i {
	margin-right: 2px;
	color: #777;
}

.timeline-v1 .timeline-footer .likes:hover {
	text-decoration: none;
	color: inherit;
}

.timeline-v1 .timeline-footer .likes:hover i {
	color: #72c02c;
}

.timeline-v1 > li.timeline-inverted{
	float: right;
	clear: right;
	margin-bottom: 40px;
}

.timeline-v1 > li:nth-child(2){
	margin-top: 60px;
}

.timeline-v1 > li.timeline-inverted > .timeline-badge{
	left: -12px;
}

@media (max-width: 992px) {
	.timeline-v1 > li > .timeline-panel:before {
		top: 31px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #ccc;
		border-bottom: 11px solid transparent;
	}

	.timeline-v1 > li > .timeline-panel:after {
		top: 32px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.timeline-v1 > li.timeline-inverted > .timeline-panel:before {
		border-right-width: 11px;
		left: -11px;
	}
	.timeline-v1 > li.timeline-inverted > .timeline-panel:after {
		border-right-width: 10px;
		left: -10px;
	}

}

@media (max-width: 768px) {
	ul.timeline-v1:before {
		left: 40px;
	}

	ul.timeline-v1 > li {
		margin-bottom: 20px;
		position: relative;
		width:100%;
		float: left;
		clear: left;
	}
	ul.timeline-v1 > li > .timeline-panel {
		width: calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
	}

	ul.timeline-v1 > li > .timeline-badge {
		left: 28px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline-v1 > li > .timeline-panel {
		float: right;
	}

	ul.timeline-v1 > li > .timeline-panel:before {
		top: 27px;
		right: -12px;
		border-top: 12px solid transparent;
		border-left: 12px solid #ccc;
		border-bottom: 12px solid transparent;
	}

	ul.timeline-v1 > li > .timeline-panel:after {
		top: 28px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 11px solid transparent;
	}

	ul.timeline-v1 > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 12px;
		left: -12px;
		right: auto;
	}

	ul.timeline-v1 > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 11px;
		left: -11px;
		right: auto;
	}

	.timeline-v1 > li.timeline-inverted{
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline-v1 > li.timeline-inverted > .timeline-badge{
		left: 28px;
	}
}

span.etiqueta {
	display: inline-block;
	width: 45px;
	margin-left: 13px;
	height: 15px;
}
span.etiqueta.negra {
	background-color: #222;
}
span.etiqueta.verde {
	background-color: green;
}

.ul-productos li{
	margin-bottom: 10px;
}

ul.timeline-v1 a,.blog-page a {
	color: #222;
}
iframe{max-width: 100%}

.video-js{width:100% !important;height: 450px !important}
div#video-portada {
    margin-top: 145px;
}
@media (width:768px){
	.affix-row.visible-xs{
		display: block !important;
	}
	.aside-menu,#cmdAsideMenu{display: none;}
}

@media (min-width:800px) and (max-width:1400px){

	#content-web .container {
		margin-left: 210px;
		width: 580px;
	}
}

.breadcrumb a {
	color: #222;
}
.noticias a {
	color: #222;
}
.lista-ordenada{
	list-style: disc
}
.listado-productos img{
	margin:30px 0;
}

.rotate-90 {font-size: 16px !important;}
