@import url("http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic");

body{
	font-size: 12px;
	font-family: verdana, sans-serif, arial, tahoma;
	background-color: #F2F2F2;
	width:100%;
}
body.landing{
position:fixed;
	display:block;
}
a:link,a:visited{
	color:#666;
	outline:none;
}
a:hover{
	color:#006600;
	text-decoration:none;
}
i{
	opacity:.6;
}
.center{
	text-align:center !important;
}
p.center{
	margin:0;
}
table td{
	vertical-align: middle !important;
}
h1,h2,h3,h4{
	font-family: 'PT Sans', sans-serif, arial, tahoma;
}
ul{
	list-style-type:square;
}
h4.title{
	border-bottom:2px solid #ddd;
	
	margin: 0px 0;
	margin-top: 5px;
	overflow:hidden;
	font-weight:normal;	
	color:#666;	
	text-transform: uppercase;
}
h4 .info_prom{
text-transform: none;
}
h4.title.header{
	text-indent:6px;
	padding-bottom:7px;
}
h4.title strong{
	color:#006600;
}
div.products h4.title .pull-left{
	padding-left:6px;
}
div.products h4.title .pull-right{
	padding-right:10px;
}
.product_img{
	width:150px;
	height:150px;
	-webkit-background-size: contain; /* Safari and Chrome */
	-moz-background-size: contain; /* Firefox */
	-ms-background-size: contain; /* Internet Explorer */
	-o-background-size: contain; /* Opera */
	background-size: contain; /* CSS3 */
	-ms-behavior: url('backgroundsize.min.htc');
}
.span3.col h4.title .pull-right{
	padding-right:0;
}
h4.title .left{
	background: url(../img/icons/arrow-pleft.png) no-repeat center center;	
}
h4.title .right{
	background: url(../img/icons/arrow-p.png) no-repeat center center;	
}
h4.title .left,h4.title .right{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
h4.title .left:hover,h4.title .right:hover{
	background-color:#ddd;
}
h4.title .button:hover{
	text-decoration: none;
}
h4.title.feature{
	background:url(../img/icons/star.png) no-repeat 5px 0px;
	text-indent:25px;
}
h4.title.budget{
	background:url(../img/icons/arrow_right.png) no-repeat 5px 0px;
	text-indent:25px;
}
h4.title.latest{
	background:url(../img/icons/ribbon.png) no-repeat 5px 1px;
	text-indent:25px;
}
.navbar-inner{
	padding-left:0;
	padding-right:0;
	border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar-inverse .nav > li > a{
	color:#fff;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background-color:#006600;
}
.navbar-inverse .nav .active > a:first-child{
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px;
	border-radius: 4px 0 0 4px;
	margin-left:-1px;
}

#top-bar{
	padding: 0px 0 10px 0;
	margin-bottom:10px; 
	background-color:#006600; 
	width:100%;
	min-width:940px;
}
#top-bar ul a{
	padding:2px 5px;
}
#top-bar ul#languages{
	background-color:#ddd;
	margin-top:-1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
#top-bar .active a{
	background-color:transparent;
	color:#006600;
}
#top-bar .span3.options ul{
	margin:0;
	padding:0;
}
#top-bar .logo{
	position: relative;
	top:0px;
	left:0px;
}
#top-bar .nav-pills > li > a{
	padding-top:0;
}
.account {
	color:#999;
	margin-top:-13px;
	width:100%;
	text-align:right;
}
.account a{
	padding:1px 5px;
	font-size:8pt;
	text-transform:uppercase;
}
.account span.btn-group{
	top:3px;
}
.row.services{
	margin-top:20px;
	margin-bottom:0px;
}
.services h4{
	margin:0;
	font-weight:normal;
}
.services img{	
	margin-right:10px;
	vertical-align:-10px;
}
.services .service{
	border:1px solid #ddd;
	background-color:#fff;
	padding:3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
.services .service div{
	min-height:100px;
	padding:5px;
}
#footer{
	margin-top: 15px;
	background-color: #006600;
	position: relative;
	z-index: 0;
	padding-top: 30px;
	padding-bottom: 25px;
}
#footer ul{	
	margin:0;
	padding-left:16px;
	color:#fff;
}
#footer a:hover{	
	color:#000;
	text-decoration:underline;
}
#footer h4{
	color:white;
}
#main-menu .dropdown-menu li > a:hover,
#main-menu .dropdown-menu li > a:focus,
#main-menu .dropdown-submenu:hover > a{
  color: #fff;
  text-decoration: none;
  background-color: #006600;
  background-image:none;
  filter: none;
}
#main-menu .dropdown-menu{
	border:1px solid #006600;
	border-top:5px solid #006600;
	border-bottom:5px solid #006600;
	margin:0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding:5px 0 0 0;
	z-index:999999;
}
#main-menu ul.nav > li:hover{
	background-color:#006600;
}
#main-menu .dropdown-menu li a,#top-bar .dropdown-menu li a{
	padding:5px 10px;
}
#main-menu .nav{
	width:100%;
	font-weight:bold;
}
#main-menu .nav i{opacity:1}
#main-menu .search_form{
	float:right !important;
	margin-right:5px;
}
#main-menu .search_form input{
	background: url(../img/icons/search.png) #555 no-repeat 97% 6px;
	background-position:center;
	color:#fff;
	text-shadow:none;
	padding-right:25px;
	width:0px;
}
#main-menu .search_form input:focus{
	width:100px;
	background-position: 94% 7px;
}
#main-menu ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}
#main-menu ul.nav li.search_form:hover{
	background-color:transparent;
}
#main-menu a.menu:after, #main-menu .dropdown-toggle:after {
  content: none;
}
div.products .carousel,div.products .thumbnails > li{
	margin-bottom:0;
}
.listing-products{
	padding:0;	
	margin-bottom:0;
}
.listing-products li .product-box{
	width:208px;
	min-height:315px;
	max-height:315px;
	padding:8px;	
}
.listing-products li .product-box:hover{
	background-color:#f4f4f4;
}
.product-box img{
width:180px;
height:180px;
}
.listing-products li .product-box h4{
	font-size:14px;
	margin:3px 0;
}
.listing-products span.sale_tag{
	background: url(../img/icons/sale_tag.png) no-repeat scroll 0 0 transparent;
	height: 54px;
	margin: -1px 0px 0px -1px;
	position: absolute;
	width: 55px;
	z-index: 100;
}
p.price{
	font-weight:bold;
	margin-top:0px;
}
p.price span{
	color:#008800;
	font-weight:bold;
	font-size:13px;			
	padding-right:10px;
}
.block_content{
	margin:20px 0 0 0;
	padding-bottom:10px;
	overflow:hidden;	
	
	position:relative;
	z-index:1;
	
	
}
.block_content.detail{
	padding-bottom:20px;	
	min-height:400px;	
}
.block_content.last,.block_content.detail{
	margin-top:10px;
}
.breadcrumb{
	margin:-10px 0;
	background-color: transparent;
	padding:5px 0;
}
#myModal {
	width: 515px;
}
#slides{
	width:700px;
	height:301px;
	overflow:hidden;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:700px;
	overflow:hidden;
	position:relative;
	display:none;	
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container a {
	width:700px;
	height:370px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	float:right;
	top:-365px;
	right:5px;
	width:24px;
	height:43px;
	display:block;
	z-index:100;
	position: relative;
}
.main-content{
	padding:7px 0px;
}
.main-content div{
	padding: 0 6px;
}
.main-content div .span12{
	width:auto;
}
.main-content div .row.services .span4{
	width:296px;
}
.span3.col{
	width:206px;
}
.span3.col ul.thumbnails img{
	width:190px;
}
.thumbnails.small{
	margin-top:10px;
}
a.thumbnail:hover{
	border:1px solid #006600
}
ul.social{
	padding:0;
	margin:0;
	list-style:none;
}
ul.social li{
	float:left;
	margin-right:10px;
}
.nav-header{
	color:#fff;
	background-color:#006600;
	text-shadow: none !important;
}
.nav-list li a{
	background: url(../img/icons/trigger_right.png) transparent no-repeat 5px 8px;
}
.nav-list > .active > a, .nav-list > .active > a:hover{
	background-color: transparent;
	color:#000;
	text-shadow: none;	
	font-weight: bold;
}
.bg-colleft{
	background: url(../img/icons/bg_page.png) #fff repeat-y 715px 0;
}
.modified{
box-shadow: 2px -2px 1px -0.5px rgb(14, 114, 0);
}

.fader-contain{
/* 	min-width:600px; */
	width:100%;
	height:334px;
	-webkit-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
	border: 1px solid rgb(214, 214, 214);
}
.products .span9, .products .span12{
background-color:#fff;
-webkit-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
}
.shadow-down{
-webkit-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
}
.shadow-down-mini{
-webkit-box-shadow: 0px 4px 7px -3.5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 4px 7px -3.5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 4px 7px -3.5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 4px 7px -3.5px rgba(0, 0, 0, 0.5);
}

.flyer{
-webkit-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 6px 7px -3.5px rgba(0, 0, 0, 0.5);
min-height:335px;
}
.flyer_add span{
color:white;
}

#footer{
-webkit-box-shadow: inset 0px 7px 46px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 7px 46px rgba(0, 0, 0, 0.4);
-o-box-shadow: inset 0px 7px 46px rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 7px 46px rgba(0, 0, 0, 0.4);
width:100%;
min-width:940px;
}

#footer .span3, #footer .span4{
text-align:center;
}
#footer ul{
text-align:justify;
list-style:none;
}
#footer p{
margin:0;
}
#footer a:link, #footer a:visited{
color:#fff;
}
#footer h4.title{
border:0px;
}
#footer .span8 h4{
text-align:center;
}
#footer .span8 p{
color:white;
}

.product_thumb{
	max-width:60px;
}

h4.title.header.smaller{
	font-size:14px;
}
.span3-half{
width: 260px;
border:1px solid rgba(175,175,175,0.6);
border-radius:2px;
}
#textarea{
 resize:vertical;
 height:100%;
}
.span3-half .listing-products{
	padding:0;	
	margin-bottom:0;
}
.span3-half-inner{
text-align:center;
}
.span3-half .listing-products li{
margin:0;
}
.span3-half .listing-products li .product-box{
	width:100px;
	min-height:120px;	
}
.span3-half .listing-products li .product-box:hover{
	background-color:#f4f4f4;
}
.span3-half-inner .product-box img{
width:100px;
height:100px;
margin-bottom:5px;
}

.alert.alert-success.contacts{
margin-top:10px;
}
.nav-budget{
font-size:12px;
margin-right:0px;
}
.budget{
margin-top:10px;
}
.budget label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
margin-left:-30px;
}
.budget input{
float:left;
font-size:12px;
padding:4px 2px;
width:220px;
margin:2px 0 20px 10px;
}
.budget select{
float:left;
font-size:12px;
padding:4px 2px;
width:60%;
margin:2px 0 20px 10px;
outline:none;
}
.budget textarea{
float:left;
font-size:12px;
padding:4px 2px;
width:330px;
margin:2px 0 20px 10px;
}
.budget .terms{
font-size:11px;
width:auto;
float:right;
margin-right:5px;
}
.budget .terms a{
	color:blue;
	text-decoration:underline;
}
.budget .a-terms{
width:auto;
float:right;
margin-right:35px;
margin-top:4px;
}

.budget .alert{
width:100%;
text-align:center;
padding:5px;
display:block;
margin-left:10px;
}

.budget .alert h5{
font-size:11px;
line-height:2px;
}

#drop-area {
	min-height: 30px;
	border: 2px dashed #ddd;
	padding: 10px;
	text-align:center;
	max-width:240px;
}

#drop-area .drop-instructions {
	display: block;
	height: 30px;
	margin-top: 10px;
}

#drop-area .drop-over {
	display: none;
	font-size: 25px;
	height: 30px;
}
		
#drop-area.over {
	background: rgb(225, 255, 211);
	border: 2px dashed #000;
}

#file-list {
	list-style: none;
	margin-top:10px;
	clear:both;
}

iframe{
	max-width:100%;
	overflow:hidden;
	border:0px;
	margin-right:10px;
	max-height:100px;
}

#file-list li {
	border-bottom: 1px solid #000;
}

#file-list li.no-items {
	border-bottom: none;
}

#file-list .progress-bar-container {
	width: 90px;
	height: 5px;
	border: 1px solid #555;
}

#file-list .progress-bar-container.uploaded {
	height: auto;
	border: none;
}

#file-list .progress-bar {
	width: 0;
	height: 10px;
	font-weight: bold;
	background: #6787e3;
}

#file-list .progress-bar-container.uploaded .progress-bar{
	display: inline-block;
	width: auto;
	color: #6db508;
	background: transparent;
}
#drop-area .images{
max-width:60px;
}


#drop-area label.filebutton {
    width:120px;
    height:40px;
    overflow:hidden;
    position:relative;
    background-color:#ccc;
}

.budg input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
	margin:0;
}
#drop-area label{

}
/***************************************/
/***************************************/
/***************************************/

#main-content{
	margin-top:10px;
	background-color:white;
	padding-bottom:20px;
}

#nav-vertical li a{
	color:#006600;
}
#nav-vertical li a:hover{
	color:white;
	background-color:#006600;
}
#nav-vertical li.active a{
	color:white;
	background-color:rgba(180,180,180,0.6);
}

#nav-vertical .title a{
	color:white;
	background-color:#006600;
	cursor:default;
}


.info{
	background-color:RGBA(150,150,150,0.2);
}

.info h5{
	padding:10px;
}

#map{
	margin-top:20px;
	height:350px;
}

#store-info{
	min-height:225px;
	margin-bottom:50px;
}

.content-padding{
	padding:10px;
}


#store-info-right p{
	white-space:nowrap;
}

.title-map, .title-store, .title{
	color:#006600;
	margin-bottom:0;
	font-weight:100;
}

.title-map{
	margin-top:0;
}

.title-store, .title{
	margin-top:20px;
}

.green-divider{
	margin-bottom:0;
	margin-top:0;
	border: 1px solid #006600;
}

.green-divider-padding{
	margin-bottom:20px;
	margin-top:20px;
	border: 1px solid #006600;
}

#service-areas-grid, #products-grid{
	margin-top:30px;
	margin-bottom:20px;
}

#service-areas-grid .row{
	margin-bottom:20px;
}

#service-areas-grid .row .span3{
	text-align:center;
}

#service-areas-grid .row img{
	height:175px;
}


.content-padding-top-right{
	padding:10px 10px 0 0;
}

.content-padding-top-left{
	padding:10px 0 0 10px;
}

.content-padding-top-right{
	padding:10px 10px 0 0;
}

.content-padding-left{
	padding-left:10px;
}

.content-padding-right{
	padding-right:10px;
}

.content-padding-top{
	padding-top:10px;
}

.span4-half{
	width:340px;
}

.service-area-title{
	text-align:center;
	background:#006600;
	color:white;
}

.margin-top-30{
	margin-top:30px;
}

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

.span3-hover:hover{
	background:#F4F4F4;
}

.span3-product{
	height:300px;
	margin-top:15px;
}

.span3-product img{
	max-width:180px;
}

.adicionar-produto{
	margin-top:10px;
	font-size:10px;
	color:white;
	background:#006600;
	text-align:center;
}

.option-view{
	max-width:4%;
	border:1px solid #333;
	padding:2px;
}

.products-list-options p{
	font-size:16px;
	margin:0;
	margin:15px 0 0 25px;
	text-align:left;
}

.flyer_add{
margin: 3.5px 0;
}

#map img, object, embed { max-width: none;}
#pt_foto{background-image:url(../img/funchal.jpg);background-size:cover;height:335px; -ms-behavior: url(../backgroundsize.min.htc); position:relative;}

.flags{max-width:10%; min-width:10%;background:#004400;padding:1px 4px;}

.fac{max-width:8%; min-width:8%;margin-right:20px;background:#004400;padding:4px 5px;}

.flags:hover,.fac:hover{
	-webkit-box-shadow: inset 15px 33px 0.5px rgba(60, 126, 0, 0.6); /* Safari and Chrome */
	-moz-box-shadow: inset 15px 33px 0.5px rgba(60, 126, 0, 0.6); /* Firefox */
	-ms-box-shadow: inset 15px 33px 0.5px rgba(60, 126, 0, 0.6); /* Internet Explorer */
	-o-box-shadow: inset 15px 33px 0.5px rgba(60, 126, 0, 0.6); /* Opera */
	box-shadow: inset 15px 33px 0.5px rgba(60, 126, 0, 0.6);
	background:none;
}

.span2-half{
	width:180px;
}

.span6-half{
	width:500px;
}

.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus{
	color:#009900;
	font-weight:600;
}