@import url(https://fonts.googleapis.com/css?family=Questrial|Open+Sans+Condensed:300,700);

body {
	overflow-x: hidden;
	background-color: #000;
}

video#bgvid {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}

p {
	font-size: 1.3em;
	text-align: justify;
}

.maincontainer {
	background-color: #000;
	margin-top: 30%;
	min-height: 360px;
	color: #fff;
	padding-bottom: 50px;
}

.logo {
	width: 510px;
	margin-top: -130px;
}

.top-logo {
	text-align: center;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
.navbar-brand {
	font-family: 'Open Sans Condensed', sans-serif;
}

.row>h1,
.row>h2 {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #454545;
}

.elegant {
	font-family: 'Questrial', sans-serif;
}

.discret {
	color: #999;
}

.p-small {
	font-size: 1em;
}

.logolateral {
	width: 200px;
	margin-bottom: -150px;
}

a:hover {
	color: orange;
	text-decoration: none;
}

.help-block li {
	color: red;
	font-size: 14px;
}

.nowrap {
	white-space: nowrap;
}

.logosclientes {
	margin-top: 10px;
}

.logosclientes img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}

.logosclientes img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

@media(min-width: 992px) {
	.firmfotos {
		margin-top: 60px;
	}

	section {
		margin-top: 120px;
		padding-top: 20px;
	}

	.clientesfotos {
		padding-top: 0px;
	}
}

@media(min-width: 1200px) {
	.firmfotos {
		margin-top: 0;
	}

	section {
		margin-top: 100px;
		padding-top: 100px;
	}

	.clientesfotos {
		padding-top: 0px;
	}
}

@media(max-width: 768px) {
	.logo {
		width: 70%;
		margin-top: -18%;
	}

	.maincontainer {
		margin-top: 60%;
	}

	video#bgvid {
		display: none;
	}

	body {
		background: url(../video/sky1.webp) center top repeat #9999ff;
		background-size: 200%;
	}

	.discret {
		text-align: center;
	}

	section {
		margin-top: 150px;
	}

	h1 {
		font-size: 30px;
	}

	.row>h1 {
		margin-bottom: 40px;
		padding-bottom: 50px;
	}

	.logolateral {
		margin-bottom: -200px;
	}

	.videoback video {
		display: none;
	}
}

/* A weird fix for FancyBox in Chrome related with z-index:-1 on video */
.fancybox-lock .fancybox-overlay {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.fancybox-skin {
	background: rgba(0, 0, 0, 0.5) !important;
}

/*HORSES*/
.horsemenu {
	height: 150px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://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 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	transition: all .2s ease-in-out;
}

.horsemenu:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	transform: scale(1.2);

}

.center {
	text-align: center;
}

/*Lang flags */
.lang {
	position: absolute;
	width: 50px;
	top: 10px;
	right: 10px;
	color: white;
}

.align-left {
	text-align: left;
}

ul.client-list li {
	margin-bottom: 0.8em;
	font-size: 1.3em;
}