.bdvd { border: #0f0 1px solid; }
.bdaz { border: #00f 1px solid; }
.bdvm { border: #f00 1px solid; }
.bdam { border: #ff0 1px solid; }
.bdrx { border: #f0f 1px solid; }
.bdlr { border: #f57f00 1px solid; }

body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
}

img {
	border: none;
	max-width: 100%;
}


/* Class */
.clear   { clear: both; }
.block 	 { display: block; }
.center  { text-align: center; }
.justify { text-align: justify; }
.upper 	 { text-transform: uppercase; }
.pointer { cursor: pointer; }
.left 	 { float: left; }
.right 	 { float: right; }
.textright 	{ text-align: right; }
.textleft 	{ text-align: left; }
.none 	 	{ display: none; }
.uppercase 	{ text-transform: uppercase; }
.relative 	{ position: relative; }
.no-border  { border:none !important; }
.error { color: #ccc; }

body {
	font-family: cambria;
	background: url(img/background.jpg) left top no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
}

.content,
.form {
	padding-top: 35px;
	padding-bottom: 50px;
}

.content {
	border-right: #464646 1px solid;
}

.form {
	border-left: #464646 1px solid;
	margin-left: -1px;
}

.logo {
	padding-bottom: 65px;
}

.text {
	margin-top: 60px;
	font-family: cambria;
	font-size: 30px;
	color: #909c34;
	background: url(img/bg-text.png) center bottom no-repeat;
	padding-bottom: 30px;
}

.text span {
	display: block;
	color: #fff;
}

.text2 {
	margin-top: 20px;
	font-family: cambria;
	font-size: 16px;
	color: #909c34;
}

.text2 span {
	color: #fff;
}

.text2 span.percent {
	font-size: 24px;
}

.address {
	font-size: 16px;
	color: #8b8b8b;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.address span {
	color: #ceccc9;
}

.redes {
	padding-top: 25px;
	padding-bottom: 25px;
}

.redes a {
	margin: 0 5px;
}

.form {
	text-align: center;
}

	.form .title {
		color: #909c34;
		font-size: 24px;
		text-transform: uppercase;
		font-family: cambria;
	}

	.form p {
		color: #fff;
	}

	.form label {
		font-weight: normal;
		display: block;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}

		.form label.error {
			margin-bottom: 20px;
			text-transform: none;
			color: #aaa;
			font-size: 14px;
			font-style: italic;
		}

	.form input,
	.form textarea {
		width: 100%;
		background: url(img/bg-input.png);
		border: none;
		outline: none;
		color: #aaaaaa;
		padding: 10px;
		margin-bottom: 20px;
	}

		.form input.error {
			margin-bottom: 0px;
		}

	.form textarea {
		resize: none;
		height: 140px;
	}

	.form button {
		background-color: rgba(144, 156, 52, 0.2);
		color: #909c34;
		border: none;
		padding: 10px 25px;
		font-size: 24px;
		text-transform: uppercase;
		outline: none;
	}

/* Popup */

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.popup {
	padding: 30px;
	width: 490px;
	position: absolute;
	z-index: 1002;
	top: 30%;
	left: 50%;
	margin-left: -245px;
	background: #222222 url(img/bg-popup.png) left 15px repeat-x;
	text-align: center;
}

	.popup h1 {
		color:#d1a86f;
		font-family: champagne;
		font-size: 48px;
		margin: 0;
	}

	.popup p {
		font-size: 18px;
		color: #fff;
		margin-top: 30px;
	}

		.popup p i {
			display: block;
			margin-top: 15px;
		}

@media only screen and (max-width : 991px) {

	body { background-image:none; background-color: #171005; }

}


@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}