@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

body {
	/*font-family: "Times New Roman",Times,serif;*/
	font-family: 'Droid Serif', serif;
	padding-bottom: 0;
}
a {
	color: #a2a38e;
}

.carousel {
	margin-top: 11px;
	height: 450px;
}
.carousel .item {
	height: 450px;
}
.carousel-indicators {
	width: 100%;
	margin-left: -50%;
	text-align: left;
	margin-bottom: 50px;
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	margin: 2px;
	margin-right: 7px;
}
.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 2px;
	margin-right: 7px;
	background-color: #a2a38e;
	border-color: #a2a38e;
}
.carousel-caption {
	text-shadow: none;
	text-align: left;
}
.navbar-wrapper {
	position: fixed;
	z-index: 99999;
}

.testemunhos .testemunho {
	float: left;
	font-size: 1.2em;
	margin-bottom: 2%;
}
p.autor {
	font-style: normal;
	font-size: 0.8em;
	font-weight: bold;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	background-image: url('/img/logo_cbww-mini.png');
	text-indent: 28px;
	background-repeat: no-repeat;
}


.fake-carroussel {
	height: 182px;
}


.linguas {
	position: fixed;
	top: 0;
	z-index: 99998;
	left: 0;
	right: 0;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
ul#ulLinguas {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 0;
}
ul#ulLinguas li {
	display: inline;
}
.navbar-wrapper {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.carousel {
		margin-top: 132px;
	}
	
	.navbar-wrapper {
		margin-top: 82px;
	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
		width: 183px;
		height: 253px;
		position: absolute;
		top: -92px;
		left: -28px;
		background-image: url('/img/logo_cbww.png');
		white-space: nowrap;
		text-indent: 190px;
		overflow: hidden;
		z-index: 1;
	}
	
	.navbar>.container a.navbar-brand.logo-menor {
		width: 96px;
		height: 132px;
		left: 0;
		top: -82px;
		background-size: contain;
	}
	
	.navbar-nav {
		float: right;
		margin: 0;
		text-transform: uppercase;
		font-size: 16px;
	}

	.nav li.facebook a {
		color: #000;
		font-size: 37px;
		padding: 8px 14px 2px 14px;
		line-height: 40px;
		background: #a2a38e;
	}
	.navbar-wrapper .navbar {
		border-radius: 0px;
	}	
	.navbar-wrapper .container {
		padding-right: 0;
		padding-left: 0;
	}
	.carousel-indicators {
		width: 750px;
		margin-left: -375px;
		text-align: left;
		margin-bottom: 50px;
	}
	
	.testemunhos .testemunho {
		width: 46%;
		margin-right: 4%;
	}
	
	.fake-carroussel {
		height: 320px;
	}
	.linguas {
		height: 132px;
	}
	ul#ulLinguas {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	.carousel-indicators {
		width: 970px;
		margin-left: -485px;
		text-align: left;
		margin-bottom: 50px;
	}
	
	.testemunhos .testemunho {
		width: 30%;
		margin-right: 3%;
		height: 180px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
.container.tagline {
	padding: 20px;
	margin-top: -128px;
	height: 140px;
	text-align: center;
	color: red;
	z-index: 500;
	position: relative;
	color: #a2a38e;
	text-transform: uppercase;
	margin-bottom: 60px;
	
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 27%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(27%,#000000), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 27%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#000000 27%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#000000 27%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#000000 27%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}
.container.tagline h2 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 15px;
}
.container.tagline h3 {
	font-size: 15px;
	margin-top: 10px;
}
.destaque {
	text-align: center;
}
.destaque h2 {
	color: #a2a38e;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
}
.destaque p {
	font-size: 15px;
	color: #6b6b6b;
}
.destaque a:hover,
.destaque a h2:hover {
	text-decoration: none;
}
.destaque a p:hover {
	text-decoration: none;
	color: #000;
}
footer {
	padding: 0 20px 5px 20px;
	margin: 60px -15px 0 -15px;
	color: #a2a38e;
	clear: both;
	
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #000000 27%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(27%,#000000), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 27%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#000000 27%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#000000 27%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#000000 27%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}
footer p {
	margin-bottom: 0;
}
footer p.lermais {
	clear: both;
}
footer .thumb.crop {
	width: 80px;
	height: 42px;
	overflow: hidden;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}
footer .thumb.crop img {
    width: 100%;
    /*height: 300px;
    margin: -75px 0 0 -100px;*/
}
.testemunho {
	font-style: italic;
}
footer .lermais a {
	font-style: normal;
	font-size: 11px;
}
p.creditos {
	font-family: sans-serif;
	font-size: 11px;
	color: #a2a38e;
	clear: left;
	padding-top: 20px;
}
footer h2 {
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
}
footer #zonaNewsletter input {
	background-color: #2c2e26;
	border: 0;
	padding: 7px;
	margin-bottom: 6px;
	width: 100%;
	font-size: 12px;
	font-style: italic;
}
footer #zonaNewsletter input.preenchido {
	font-style: normal;
	font-size: 14px;
	padding: 5px 7px;
}
footer #zonaNewsletter button {
	color: #000;
	background-color: #a2a38e;
	border: 0;
	padding: 3px 25px;
}

.carousel-inner>.item>div, .carousel-inner>.item>a>div {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-position: center center;
}



footer a:hover {
	color: #fff;
}

.titulosPaginas {
	margin: 0 0 15px 0;
	font-size: 2.0em;
	font-weight: bold;
	color: #a2a38e;
	text-transform: uppercase;
}

ul.dropdown-menu {
	padding: 0px 0;
	font-size: 16px;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -10px;
	border-radius: 0;
	padding-top: 10px;
	background: transparent;
	background-image: url(/img/rectangulo.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
ul.dropdown-menu li a {
	text-transform: none;
	padding: 5px 20px;
	letter-spacing: -0.03em;
	background-color: #a2a38e;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #D2D2C6;
}
.formulario-contacto {
	padding: 30px;
	padding-bottom: 15px;
	background-color: #e9ebe4;
	margin-top: 40px;
}
.formulario-contacto h3 {
	margin-top: 0;
	font-weight: bold;
	color: #a2a38e;
}
fieldset {
	padding-bottom: 40px;
}
legend {
	color: #a2a38e;
}


.alert.size-small {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
}
.ui-datepicker table {
	font-size: .8em;
}
.input #fNumeroCavalos {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
}
.input-group .btn.mais-cavalo {
	border-radius: 0;
}
textarea#fObservacoes {
	height: 103px;
}

.input-group .form-control {
	z-index: 1;
}

iframe[src="about:blank"]{display:none;}

.galeria .thumb.crop {
	width: 150px;
	height: 110px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 6px;
}
.fancybox-overlay {
	z-index: 801000;
}
.galeria .thumb.crop img {
	width: 130%;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
.nav .dropdown-toggle .caret { display:none; }

.navbar {
	border: none;
}
ul.nav.navbar-nav .current>a {
	color: #fff;
	border-bottom: 3px solid #FFF;
	padding-bottom: 12px;
}

footer .testemunho span.texto {
	font-size: 12px;
}
footer .testemunho p.autor {
	font-size: 0.7em;
}

div.pp_overlay {
	z-index: 950000;
}
div.pp_pic_holder {
	z-index: 1000000;
}

.control-label.text-left {
	text-align: left;
}
.form-control {
	border: 1px solid #a5a48f;
}
.form-control, .btn {
	border-radius: 0;
}
.btn-primary {
	background-color: #a5a48f;
	border-color: #8F8E79;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #8F8E79;
	border-color: #706F58;
}
input[type=reset], input[type=submit] {
	text-transform: uppercase;
	padding: 11px 19px;
}

#ulLinguas li a.mudaLingua {
	width: 43px;
	height: 29px;
	display: inline-block;
	text-indent: 100px;
	overflow: hidden;
}
#ulLinguas li a.mudaLingua.actual,
#ulLinguas li a.mudaLingua:hover {
	cursor: pointer;
}
.duas-colunas {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.margem-interior {
	padding: 0 50px;
}
element.style {
}
span.mandatory-mark {
	color: red;
}
.row.galeria td {
	display: block;
	float: left;
	width: 470px;
	height: 350px;
}

a.mudaLingua.PT {
	background-image: url(/img/BandeiraPTinactiva.png);
}
a.mudaLingua.PT:hover, a.mudaLingua.actual.PT {
	background-image: url(/img/BandeiraPTactiva.png);
}
a.mudaLingua.EN {
	background-image: url(/img/BandeiraENinactiva.png);
}
a.mudaLingua.EN:hover, a.mudaLingua.actual.EN {
	background-image: url(/img/BandeiraENactiva.png);
}

