@charset "ISO-8859-1";
/* CSS Document */
html {
	height:100%;
}
body {
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

body,td,th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height:15px;
	color: #777489;
	font-weight: 400; 
	text-decoration:none;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0px;
	text-align:justify;
}

a {
	text-decoration: none;
    outline:none;
	color: #f9434f;
}
a:hover {
	text-decoration: none;
    outline:none;
	color: #646a6c;
}
a img {
	border:none;
}

form {	
	padding:0 0 0 0;
	margin:0 0 0 0;
}
a, .blog-title a, .blog-meta a, .blog-thumb a, .main-nav li a, .nivoSlider, .portfolio-thumb a, ul#thumb-list li, .gallery-thumb a, .widget-img a, .post-navigation .prev-l, .post-navigation .next-l, .post-navigation .totop, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"] {
	-moz-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	-ms-transition: background-color 0.2s linear, color 0.2s linear;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}


.tit{
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#736f75;
	font-weight:bold;
	text-transform:uppercase;
}
.bx-container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:10;
}
.bx-loading{   z-index: 9999; }
.bx-thumbs{
    position:absolute;
    z-index: 100;   
    bottom: 35%;
    left: 10%;
}
.bx-thumbs a{
    float: left;
    width: 14px;
    height: 14px;
    border: 0px solid #000;
    overflow: hidden;
    margin: 3px 3px;
    position: relative;
    outline: none;
    cursor: pointer;
	background-color:#FFF;
    opacity: 0.4;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bx-thumbs a:hover{
    opacity: 1.0;
	background-color:#FFF;
}
.bx-thumbs a.bx-thumbs-current{
    opacity: 1.0;
	background-color:#FFF;
}

.caixa{
	background-color:#FFF;
    opacity: 0.8;
	padding-top:35px;
	padding-bottom:30px;
	padding-left:75px;
	padding-right:0px;
    border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left:46%;
	width:460px;
    border: 0px solid #000;
	 margin-top:10%;
}
.caixa3{
	width:400px;}



 @media all and (max-height : 640px) { /* 1024px */
			.caixa{
	background-color:#FFF;
    opacity: 0.8;
	padding-top:35px;
	padding-bottom:30px;
	padding-left:75px;
	padding-right:0px;
    border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left:30%;
	width:630px;
    border: 0px solid #000;
	 margin-top:7%;
			}
.caixa3{
	width:580px;}

 }




/* BACKGROUND IMAGES */
.bannn {
	font-family: 'Loved by the King', cursive;
	font-size: 50px;
	line-height:50px;
	color: #a7be38;
	text-decoration:none;
	text-transform:none;
	text-shadow:none;
	font-weight: 300; 
}

.image_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.image_bg li {
	list-style-type:none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	display:none;
    z-index: 0;
	behavior: url(css/backgroundsize.htc);
}

.bt_banner {
	cursor:pointer;
	background:url(../imgs/elem/banner.png) no-repeat left;	
}
.bt_banner:hover, .bt_banner.sel {
	cursor:pointer;
	background:url(../imgs/elem/banner_.png) no-repeat left;	
}

