@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	
	background-image:url(../imgs/body.png);
  	background-repeat: repeat;
	margin:0; 
	padding:0;
}
.bg{
	background: url(../imgs/bg02.jpg) no-repeat fixed;
	margin:0; 
	padding:0;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.container {
  padding: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  /*background-color: #FFF;*/
  
  opacity: 0.92;
  filter: alpha(opacity=92); /* For IE8 and earlier */

  /*-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5);
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5);
		  
-moz-border-radius:0px 20px 0px 20px;
-webkit-border-radius:0px 20px 0px 20px;
 border-radius:0px 20px 0px 20px;*/
}
/*@media all and (max-width: 768px ){}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*DIVS --------------------------------------------*/
.detalhe1{
	background-color:#f5f5f5;
	padding:4px 4px 4px 10px;
}
.detalhe2{
	background-color:#ffffff;
	padding:4px 10px 4px 10px;
}
.itens{
	font-size:11px;
	color:#C00;
	font-weight:bold;
}
/*TEXTOS-------------------------------------------*/
.descricao{
	font-size:12px;
	line-height:16px;	
}
/*IMAGENS---------------------------------------*/
.contorno{
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5); 
	border:solid 1px #999999;
}
/*BOTAO----------------------------------------*/
.btn-submit, .btn-reset, .btn-link{
      color: #fff;
	  border: 0px;
	  
-moz-border-radius:0px 5px 5px 5px;
-webkit-border-radius:0px 5px 5px 5px;
 border-radius:0px 5px 5px 5px;
 
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5); 

    /*background: -webkit-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -moz-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -o-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -ms-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: linear-gradient(top, #a0a8b5 0%,#707989 100%);*/
	
	background: -webkit-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -moz-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -o-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -ms-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: linear-gradient(top, #c40c21 0%,#482426 100%);
	background-color:#CC0000;
}
.btn-submit:hover, .btn-reset:hover, .btn-link:hover{
	color: #fff;
	border: 0px;
	text-decoration: none;
	
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0); 
	
    background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
    background: -moz-linear-gradient(top, #000000 0%,#000000 100%);
    background: -o-linear-gradient(top, #000000 0%,#000000 100%);
    background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
    background: linear-gradient(top, #000000 0%,#000000 100%);
}
/*BOTAO----------------------------------------*/

/*.col-sm-3{
	border-left:1px dotted #CCC;
}
.col-xs-6{
	border-left:1px dotted #CCC;
	border-top:1px dotted #CCC;
}
.col-lg-12{
	border:0px dotted #FFF;
}*/
.img-responsive{
	display: block; 
	max-width: 100%; 
	height: auto;
}
h1, h2, h3, h4, h5, h6{
	color: #C00;
}
h5{
	font-weight:bold;
}
a{
	font-weight: 400;
	text-decoration: none;
	/*color:#F00;*/
}
a:hover{
	font-weight: 400;
	text-decoration: none;
	color: #FC0;
}
hr{
	border: 0px 0px 1px 0px;
	border-style:solid;
	border-color: #dadada;
	
}
.form-control {border-color:#999}
/* ====================================================================== */
/* MODAL LOGIN*/
/* ====================================================================== */

.modal-dialog {
    width: 300px;
}
.modal-footer {
    height: 100px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
	width: 100%;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.input-group-addon { 
    color: #fff;
    background: #3276B1;
}
/*.modal-footer {   border-top: 0px; }*/

/* ====================================================================== */
/* MODAL LIGHTBOX*/
/* ====================================================================== */
/* The Modal (background) */
.modal2 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
/* Modal Content */
.modal2-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
  text-align:center;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 5);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Menu================================================== */

.navbar{/*fundo do menu*/
	margin-top: 20px;
	border: 0px;	
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 10px rgba(0, 0, 0, .5); 
	
	/*background: -webkit-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -moz-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -o-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -ms-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: linear-gradient(top, #a0a8b5 0%,#707989 100%);*/
	
	background: -webkit-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -moz-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -o-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -ms-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: linear-gradient(top, #c40c21 0%,#482426 100%);
	background-color:#CC0000;
}
.nav {/*botoes do menu*/
    list-style: none;
     /*zoom: 1;*/
    /*background: -webkit-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -moz-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -o-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: -ms-linear-gradient(top, #a0a8b5 0%,#707989 100%);
    background: linear-gradient(top, #a0a8b5 0%,#707989 100%);*/
	
	background: -webkit-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -moz-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -o-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: -ms-linear-gradient(top, #c40c21 0%,#482426 100%);
    background: linear-gradient(top, #c40c21 0%,#482426 100%);
	background-color:#CC0000;
}
.nav a {/*links do menu*/
color:#FFF;
	border-right: 1px dotted #CCC;
}
.nav a:hover {
	color:#F00;
	border-right: 1px dotted #CCC;
}
/*Submenu*/
.nav ul > li > a:hover {
    color:#fff;
	/*background-color:#B0C0D0;*/
	background-color:#c40c21; 
	
}

/*menu cascata*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Carousel================================================== */
.carousel {
  padding: 5px;
  position: relative;
  text-align:center;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
  	float: left;
	width: inherit;
	height: inherit;
	
-moz-border-radius:0px 10px 0px 0px;
-webkit-border-radius:0px 10px 0px 0px;
 border-radius:0px 10px 0px 0px;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-control {
  position: absolute;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-fade .item {
	-webkit-transition: opacity 3s; 
	-moz-transition: opacity 3s; 
	-ms-transition: opacity 3s; 
	-o-transition: opacity 3s; 
	transition: opacity 3s;
}
.carousel-fade .active.left {
	left:0;
	opacity:0;
	z-index:2;
}
.carousel-fade .next {
	left:0;
	opacity:1;
	z-index:1;
}
/*SLIDER================================================== */
        
        /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('img/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }