

/* -------------------------------------------------------------------------------------- */
/* --------------------------------------- FONTES --------------------------------------- */
/* -------------------------------------------------------------------------------------- */


@charset "utf-8";

@font-face {
    font-family: 'Trajan-RegularRegular';
    src: url('trajan-regular-webfont.eot');
    src: url('trajan-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajan-regular-webfont.woff') format('woff'),
         url('trajan-regular-webfont.ttf') format('truetype'),
         url('trajan-regular-webfont.svg#Trajan-RegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanBold';
    src: url('trajanbold-webfont.eot');
    src: url('trajanbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanbold-webfont.woff') format('woff'),
         url('trajanbold-webfont.ttf') format('truetype'),
         url('trajanbold-webfont.svg#TrajanBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------------------------------------------------------------- */
/* --------------------------------- CONFIGURAÇÃO GERAL --------------------------------- */
/* -------------------------------------------------------------------------------------- */


body {
	background-color: #272727;
	background-image: url(../img/background-padrao.png);
	background-repeat: repeat;
	font-family: 'TrajanBold', serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

body, html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

img, img a, img a:hover, img a:focus, img a:active, a:hover, a:active, a:focus {
	border-style: none;
	border: none;
	border-color: none;
	border-style: none;
	outline: 0;
	outline-color: none;
}

table {
/*	border-collapse: collapse;*/
	outline: none;
}

table td, table th {
/*	padding: 0;*/
	outline: none;
}

div, span {
	outline: none;
}

#img-back-sombras {
	z-index: -999;
	min-height: 100%;
	min-width: 980px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}


/* -------------------------------------------------------------------------------------- */
/* ------------------------------- TABELAS E CAIXAS GERAL ------------------------------- */
/* -------------------------------------------------------------------------------------- */


.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.table-row {
	display: table-row;
}

.height-auto {
	height: auto;
}

.width-auto {
	width: auto;
}

.height-100 {
	height: 100%;
}

.width-100 {
	width: 100%;
}

.display-inline {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
}


/* -------------------------------------- */


.tb-geral, .tb-logo, .tb-footer, .cx-border {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.tb-nav {
	width: 99,9%;
	height: 50px;
}

.tb-logo {
	position: relative;
}


.cx-logo {
	position: absolute;
	top: -110px;
	right: 330px;
	z-index: 2000;
}

.cx-telefone {
	position: absolute;
	top: -90px;
	right: 50px;
	z-index: 2000;
}

.cx-paises {
	position: absolute;
	top: -85px;
	left: 90px;
	z-index: 2000;
}

.cx-logo-clean {
	position: absolute;
	top: 30px;
	left: 35px;
	z-index: 2000;
}

.cx-logo-livro {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
}

.tb-footer {
	height: 250px;
}

.cx-border, .tb-nav {
	border: 1px solid #333333;
	outline: 1px solid #000000;
	-moz-outline: 1px solid #000000;
	background: #171717;
	background: rgba(0, 0, 0, 0.4);
}

.tb-precos {
	border: 1px solid #333333;
	outline: 1px solid #000000;
	-moz-outline: 1px solid #000000;
}

.tb-precos-color01 {
	height: 30px;
	background: #292929;
	background: rgba(0, 0, 0, 0.3);
}

.tb-precos-color02 {
	height: 30px;
	width: 20%;
	background: #171717;
	background: rgba(0, 0, 0, 0.6);
}

.tb-precos-color03 {
	height: 20px;
	width: 80%;
	background: #2d0000;
	background: rgba(136, 0, 0, 0.3);
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------- CONTEUDOS -------------------------------------- */
/* -------------------------------------------------------------------------------------- */


/* ----------------------------- ALINHAMENTOS --------------------------- */


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

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

.align-center2 {
	margin-left: auto;
	margin-right: auto;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

.float-right {
	float: right;
}
	
.float-left {
	float: left;
}


/* ------------------------------- ESPAÇOS ------------------------------ */


.div-space05 {
	margin-bottom: 5px;
}

.div-space10 {
	margin-bottom: 10px;
}

.div-space15 {
	margin-bottom: 15px;
}

.div-space20 {
	margin-bottom: 20px;
}

.div-space25 {
	margin-bottom: 25px;
}

.div-space30 {
	margin-bottom: 30px;
}

.div-space35 {
	margin-bottom: 35px;
}

.div-space40 {
	margin-bottom: 40px;
}

.div-space45 {
	margin-bottom: 45px;
}

.div-space50 {
	margin-bottom: 50px;
}

.div-space70 {
	margin-bottom: 70px;
}

.div-space75 {
	margin-bottom: 75px;
}

.div-space110 {
	margin-bottom: 110px;
}


/* ----------------------------------- */


.span-space05 {
	margin-left: 5px;
}

.span-space10 {
	margin-left: 10px;
}

.span-space15 {
	margin-left: 15px;
}

.span-space20 {
	margin-left: 20px;
}

.span-space25 {
	margin-left: 25px;
}

.span-space30 {
	margin-left: 30px;
}

.span-space35 {
	margin-left: 35px;
}

.span-space40 {
	margin-left: 40px;
}

.span-space45 {
	margin-left: 45px;
}

.span-space50 {
	margin-left: 50px;
}


/* -------------------------- LINHAS DIVISÓRIAS ------------------------- */


.line-div01 {
	height: 15px;
	width: 1px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #4d4d4d;
}

.line-div02 {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 2px;
	border-bottom: 1px solid #272727;
	padding-bottom: 3px;
	postion:relative;
	}
	.line-div02 div{
	postion:absolute;
	width:100%;
	height:100%;
	background-color: #2f2f2f;
	}

.line-div03 {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border-bottom: 2px solid #2f2f2f;
	padding-bottom: 3px;
	postion:relative;
	}
	.line-div03 div{
	postion:absolute;
	width:100%;
	height:100%;
	background-color: #272727;
	}

.line-div04 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-bottom: 2px solid #464646;
	padding-bottom: 3px;
	postion:relative;
	}
	.line-div04 div{
	postion:absolute;
	width:100%;
	height:100%;
	background-color: #464646;
	}


/* -------------------------------- IMAGES ------------------------------ */


.img-border03 {
	border: 3px solid #fff;
}


/* -------------------------------- TEXTO ------------------------------- */


.txt-no-wrap {
	white-space: nowrap;
}

.txt-align-justify {
	text-align: justify;
}


/* ------- LINE HEIGHT SPACING ------- */


.txt-line-height14 {
	line-height: 14px;
}

.txt-line-height16 {
	line-height: 16px;
}

.txt-line-height18 {
	line-height: 18px;
}

.txt-letter-spacing05 {
	letter-spacing: -0.5px;
}


/* -------------- GREY --------------- */


.txt-grey {
	color: #d5d5d5;
	text-decoration: none;
}

.txt-grey a {
	color: #d5d5d5;
	text-decoration: none;
}

.txt-grey a:hover {
	color: #B70000;
	text-decoration: none;
}


/* ------------ DARK GREY ------------ */


.txt-dark-grey {
	color: #999999;
	text-decoration: none;
}

.txt-dark-grey a {
	color: #999999;
	text-decoration: none;
}

.txt-dark-grey a:hover {
	color: #B70000;
	text-decoration: none;
}


/* -------------- RED ---------------- */


.txt-red {
	color: #B70000;
	text-decoration: none;
}

.txt-red a {
	color: #B70000;
	text-decoration: none;
}

.txt-red a:hover {
	color: #FFF;
	text-decoration: none;
}


/* ------------- WHITE --------------- */


.txt-white {
	color: #fff;
	text-decoration: none;
}

.txt-white a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.txt-white a:hover {
	color: #B70000;
	text-decoration: none;
	outline: none;
}

/* ------------- YELLOW --------------- */

.txt-amarelo {
	color: #D1B56D;
	text-decoration: none;
}


.txt-yellow {
	color: #d5d5d5;
	text-decoration: none;
}

.txt-yellow a {
	color: #d5d5d5;
	text-decoration: none;
	outline: none;
}

.txt-yellow a:hover {
	color: #e49934;
	text-decoration: none;
	outline: none;
}

/* -------------- SIZE --------------- */


.txt-10 {
	font-size: 10px;
}

.txt-11 {
	font-size: 11px;
}

.txt-12 {
	font-size: 12px;
}

.txt-13 {
	font-size: 13px;
}

.txt-14 {
	font-size: 14px;
}

.txt-15 {
	font-size: 15px;
}

.txt-16 {
	font-size: 16px;
}

.txt-20 {
	font-size: 20px;
}

.txt-25 {
	font-size: 25px;
}


/* -------------------------------------------------------------------------------------- */
/* --------------------------------------- FORMS ---------------------------------------- */
/* -------------------------------------------------------------------------------------- */


/* ----------------------------- CAIXA TEXT FIELD ---------------------------- */


.form-text-field01 {
	padding: 5px 0px 5px 5px;

	background-color: #1b1b1b;
	border: 1px solid #171717;
	outline: 1px solid #2f2f2f;
	-moz-outline: 1px solid #2f2f2f;
	
	font-family: 'TrajanBold', serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	color: #7b7b7b;
}

.form-text-field01:hover, .form-text-field01:focus {
	background-color: #252525;
}

.form-text-field01:focus {
	color: #7b7b7b;
}

.form-text-field01 {
	width: 290px;
	height: 15px;
}


/* ----------------------------------- */


.button {
	border: 1px solid #fff;
	font-family: 'AlphaHeadlinePro-Regular', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 10px;
	vertical-align: middle;
	color: #fff;
	background: -webkit-linear-gradient(top, #cccccc, #999999);
	background:    -moz-linear-gradient(top, #cccccc, #999999);
	background:     -ms-linear-gradient(top, #cccccc, #999999);
	background:      -o-linear-gradient(top, #cccccc, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999');
	cursor: pointer;
	outline: none;
}

.button:hover, .button:focus {
	border: 1px solid #fff;
	background: -webkit-linear-gradient(top, #cccccc, #c2c2c2);
	background:    -moz-linear-gradient(top, #cccccc, #c2c2c2);
	background:     -ms-linear-gradient(top, #cccccc, #c2c2c2);
	background:      -o-linear-gradient(top, #cccccc, #c2c2c2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#c2c2c2');
	outline: none;
}

.button:active {
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#E6E6E6');
	outline: none;
}


/* -------------------------------------------------------------------------------------- */
/* --------------------------------------- EFEITOS -------------------------------------- */
/* -------------------------------------------------------------------------------------- */


/* ----------------------------- IMG MOSAIC --------------------------- */


/*General Mosaic Styles*/
.mosaic-block {
	position:relative;
	overflow:hidden;
	width:290px;
	height:200px;
	background-color: transparent;
	text-decoration: none;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background-color: transparent;
		text-decoration: none;
	}

	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background-color: transparent;
		text-decoration: none;
	}

		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../scripts/mosaic/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../scripts/mosaic/hover.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-200px;
			height:200px;
			background-color: transparent;
		}
		
		.bar2 .mosaic-overlay {
			bottom:-200px;
			height:200px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-200px;
			height:200px;
			background:url(../scripts/mosaic/hover.png);
		}
		/*** End Animation Styles ***/

