@font-face {
                font-family: 'bnd';
                src: url('../fonts/century-gothic.ttf');
            }
body{
	outline: none;
	font-family: 'bnd';
}

a {
	outline: none;
	text-decoration: none
}

.navbar{
	margin-bottom: 0;
}
.navbar-fixed-top {
    min-height: 90px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 90px;
    color: #c8b47b !important;
    font-weight: 500;
}
#logo{
  width:200px;
  height:65px;
  box-sizing:border-box;
  padding-left: 200px;
  /*width of the image*/
  background: url("../img/fioranilogo.png") left top no-repeat;
  background-size: 200px;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.container-full-2 {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.container-full-3 {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.container-full-produtos {
  margin: 0 auto;
  width: 100%;
  background: url("../img/FundoProdutos.jpg");
  min-height: 400px;
}
.divRedondo{
	width: 200px;
	height: 200px;
	border-radius: 200px;
	background: #f0ddce;
	margin:auto;
	top: 90px;
	position: relative;
	color: #c8b47b;
}
.divRedondo:hover{
	background: #c8b47b;
	color: #fff;
	cursor: pointer;
}
.divRedondo a{
	text-decoration: none !important;
}
.divRedondo a:hover{
	text-decoration: none !important;
}
.sac{
	min-height: 400px;
}
.pRedondo{
	max-width: 150px;
    text-align: center; !important;
    top: 45%;
    position: relative;
    margin: auto;
   	
}
#navbar2 li:hover{
	background: #c8b47b !important;
}
#navbar2 li a:hover{
	cursor: pointer;
	color: #fff !important;
	background: #c8b47b !important;

}
@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	#logo{
	  background: url("../img/fioranilogo.png") left top no-repeat;
	  background-size: 100px;
	  top: -8px !important;
	  position: relative;
	}
	.container-full-2 {
	  margin: 0 auto;
	  width: 100%;
	  margin-bottom: 5px;
	}
	.container-full-3 {
	  margin: 0 auto;
	  width: 100%;
	  margin-bottom: 0px;
	}
	.sac{
	min-height: 750px;
}
.divRedondo{
	margin-bottom: 20px;
	
}
}
#navbar2{
	font-size: 20px;

}
.divSlideProduto{
	outline: none;
}
.divSlideProduto img{
	cursor: pointer;
	outline: none;

}
footer{
	min-height: 400px;
	background-color: #f4efe6;
	color: #c8b47b;
}
.btn-produto{
	width: 200px;
	border: 2px solid #c8b47b;
	background-color: #c8b47b;	
	color: #fff;
	padding: 4px;
	cursor: pointer;
	font-size: 12px
}

a:focus {outline:none !important;}
a:active {outline:none !important;}