/* GENERAL CONFIG
-------------------------------------------------- */
html {
    height: 100%
}
body {
 	font-family: 'Source Sans Pro', sans-serif;
 	margin: 0;
    background-color: #023551;
}
a {
    color: #ffb600;
}
a, a:hover, a:focus {
   outline: 0;
   text-decoration: none;
}
a:hover {
   color: #0095DD !important;
}
a {
    transition: all 0.5s ease 0s;
}
.wrapSite {
	width: 1170px;
	padding: 0px 15px;
	margin: 0px auto;
}
.right {
	text-align: right;
}
.color1 {
    color: #023551;
}
.color2 {
    color: #ffb600;
}
.text-client {
    color: #023551;
}
.btn-client {
	background-color: #023551;
	color: #FFF;
}
.btn-client:hover {
    color: #ffb600 !important;
}
.btn-clientInvert {
	background-color: #FFF;
	color: #023551;
	border-radius: 0px;
}
.btn-client span.arrow{
	background-color: #FFF;
	color: #00bedc;
	border-radius: 0px;
}
.btn-clientInvert span.arrow{
	background-color: #023551;
	color: #FFF;
	border-radius: 0px;
}
.btn-secondary {
	background-color: #00bedc;
	color: #023551;
}
.btn-secondary:hover {
	color: #FFF;
}
.gbs3 .btn-client {
    background-image: none;
    background-color: #0A3477 !important;
    color: #FFF;
    text-shadow: none;
    border: 0px;
}
.bolder {
	font-weight: 700;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* TOP BAR (SOCIAL)
-------------------------------------------------- */
.topBar {
    background-color: #0A3477;
    padding: 5px 0px;
}
.quickContact {
    float: left;
}
.quickContact .phone, .quickContact .email {
    float: left;
    margin-right: 50px;
}
.quickContact .phone i, .quickContact .phone a,
.quickContact .email i, .quickContact .email a {
    float: left;
    color: #FFF;
    line-height: 16px;
}
.quickContact .phone i, .quickContact .email i {
    margin-right: 4px;
    font-size: 16px;
}
.quickContact .phone a p, .quickContact .email a p {
    margin:0px;
}
.social {
    float:right;
}


/* HEADER BAR
-------------------------------------------------- */
.headerBar {
	background-color: #FFF;
    border-bottom: 2px solid #ffb600;
    padding: 10px 0px;
}
.headerBar .logo {
    float: left;
}
/* NAVBAR MENU
-------------------------------------------------- */
.menuBar {
    float: right;
}
.navbar, .navbar-default {
    background-color: transparent !important;
    margin-bottom: 0px;
}
.navbar-default {
    top: 25px;
    width: 100%;
    z-index: 9999;
    border: none;
}
/*.menuBar {
    background-color: rgba(255, 255, 255, 0.5);
}*/
.navbar-default .navbar-nav > li > a {
    color: #272D33;
    font-weight: 600;
    font-size: 16px;
}
.navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}
.navbar-nav > li > a {
    font-size: 18px !important;
    padding: 14px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #023551 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #ffb600 !important;
}
.navbar-default .navbar-nav > li.active > a:hover {
    color: #023551 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    border-bottom: 3px solid #023551;
    color: #023551 !important;
}

/* BANNER
-------------------------------------------------- */
.bannerBar {
    position: relative;
}
.bannerMask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.imageMask {
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
/*    background-image: url("../img/bannerMask.png");
    background-repeat: no-repeat;
    background-position: left 0px;
    background-attachment: inherit;*/
    z-index: 1;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	/*background: url("../img/bkBanner.png") repeat-x center top;*/
	background-size: 100% 100%;
  	height: 500px;
}
.carousel-indicators {
    bottom: 10px;
    margin: 0px;
}
.carousel-indicators {
    left: 0px;
    list-style: outside none none;
    margin-left: 0px;
    padding-left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    /*background-color: rgba(2, 53, 81, 0.6);*/
    bottom: 0;
    left: 0;
    padding: 20px 20px 40px;
    right: 0;
    text-align: center;
    text-shadow: none;
    z-index: 10;
}
.carousel-caption h1 {
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
}
.carousel-caption p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
}
.left.carousel-control:hover, .right.carousel-control:hover {
    color: #ffb600 !important;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  	height: 500px;
}
.carousel-inner > .item > img {
	position: absolute;
	left: 0;
	width: 100%;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.carousel-control {
    z-index: 50;
}
/* MARKETING CONTENT  */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}


/* Featurettes */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* SOCIAL BAR
-------------------------------------------------- */
.socialBar {
    padding-top: 12px;
}
.socialBar p {
	padding: 5px 0px;
	margin: 0px;
}
.socialBar a {
	margin-left: 10px;
}

/* CUSTOMIZE THE SEARCH
-------------------------------------------------- */
.finder input {
	border: 0px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
}
.icon-search {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;font-weight:400;
	line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.icon-search:before {
	content:"\e003";
}
button.finder {
	border-radius: 0px;
	height: 40px;
}

/* CUSTOMIZE ROW BREADCRUMBS
-------------------------------------------------- */
.rowBreadcrumbs {
    background-color: #f5f5f5;
}
.rowBreadcrumbs ul {
    margin-bottom: 5px;
}

/* CUSTOMIZE THE ACTIONBAR
-------------------------------------------------- */
.actionBar {
    padding: 20px 0px;
    background-color: #ffb600;
    line-height: 70px;
    font-family: 'Montserrat',serif
}
.actionBar h3 {
    color: #FFF;
    float: left;
    margin: 0px;
    line-height: 70px; 
}
.actionBar a {
    background-color: transparent;
    border: 2px solid #FFF;
    margin: 0px;
}
.actionBar a:hover {
    background-color: #ffcb49;
    border: 2px solid #FFF;
    margin: 0px;
}
/* CUSTOMIZE THE CONTENT CENTRO
-------------------------------------------------- */
.contCentro {
    background-color: #FFF;
    padding: 20px 0px;
}
.contCentro h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/* CUSTOMIZE THE DESTAQUESBAR
-------------------------------------------------- */
.conteudoCentroBar {
    padding: 0px 0px 40px 0px;
}

/* CUSTOMIZE THE DESTAQUESBAR
-------------------------------------------------- */
.destaquesBar {
	background-color: #EEE;
    border-top: 2px solid #023551;
    max-height: 160px;
}
.destaquesBar .ic_marquee0 {
    padding-bottom: 10px;
}
ul.listaServicos {
	padding: 0px;
	margin: 20px 0px;
}
ul.listaServicos li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
}
ul.listaServicos > li > a {
    background: #0095dd none repeat scroll 0 0;
    border: medium none;
    border-radius: 70px;
    color: #ffffff;
    display: inline-block;
    height: 140px;
    text-shadow: none;
    width: 140px;
    padding: 40px 15px;
}
ul.listaServicos li a:hover {
    background: #0095DD none repeat scroll 0 0;
    color: #ffffff !important;
}
ul.listaServicos li p.title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.listaServicos li p.description {
	font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_img a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* PRODUTOS DESTAQUE
-------------------------------------------------- */

.carouselSlide {
	height: 350px !important;
}
/*.controls {
	margin: 20px 0px;
}*/
.col-item{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.info {
	padding: 5px;
}
/* CUSTOMIZE THE FOOTERBAR
-------------------------------------------------- */
.footerBar {
    background-attachment: inherit;
    background-color: #0A3477;
/*    background-image: url("../../../images/img/bannerMask.png");
    background-position: left 0;
    background-repeat: no-repeat;*/
    background-size: 100% 100%;
    height: 200px;
    width: 100%;
}
footer {
	/*background-color: #023551;*/
	/*color: #FFF;*/
	padding: 10px 0px;
}
footer .moradas .pp {
    padding-left: 20px;
}
footer .moradas ul {
    padding: 0px 5px;
    border-left: 2px solid #FFF;
}
footer .moradas ul li {
    list-style-type: none;
    font-weight: 300;
    color: #FFF;
}
footer .moradas h3 {
    list-style-type: none;
    font-weight: 500;
    color: #FFF;
}
/* Pesquisar Form ------------------------------------- */
.finder {
    position: relative;
}
.finder label.finder {
    color: #FFF;
    font-style: italic;
    font-weight: normal;
    margin-top: 20px;
}
.finder .element-invisible{
    display: none;
}
button.finder {
    position: absolute;
    background-color: #ffb600;
    border: none;
}
button.finder:hover {
    background-color: #0095DD;
    border: none;
}
.word, #search-query-explained {
    display: none;
}
.word .inputbox {
    border: 1px solid #CCC;
}
/* PRODUTOS DESTAQUE PRINCIPAL
-------------------------------------------------- */
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    background: #FFF;
}
/*.col-item:hover
{ 
  box-shadow: 0px 2px 5px -1px #000;
  -moz-box-shadow: 0px 2px 5px -1px #000;
  -webkit-box-shadow: 0px 2px 5px -1px #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 10px;   
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;   
  border-bottom:2px solid #52A1D5;        
}*/
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
    padding: 1px;
    border-radius: 10px 10px 0 0 ;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
    
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

/*
Hover the image
*/
.post-img-content
{
    height: 196px;
    position: relative;
}
.post-img-content img
{
    position: absolute;
    padding: 1px;
    border-radius: 10px 10px 0 0 ;
}
.post-title{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post-title b{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 12px;
}
.post-title b:first-child{
    font-size: 14px;
}
.round-tag{
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 0;
    border: 4px solid #FFF;
    background: #37A12B;
    position: absolute;
    bottom: 0px;
    padding: 15px 6px;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}



/* PRODUTOS DESTAQUE
-------------------------------------------------- */
.vmheader {
	text-transform: uppercase;
	font-style: italic;
	font-size: 24px;
	font-weight: 600;
	color: #95b905;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.vmgroup ul.vmproduct li {
	float: left;
	display: block;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFF;
	margin: 0px 10px 10px 0px;
}
.vmgroup ul.vmproduct li:last-child {
	margin-right: 0px;
}
ul.productdetails {
	padding:0px;
}
ul.productdetails .width25 {
	width: 23.5%;
}
ul.vmproduct a {
    border-top: 1px solid #ccc;
    display: block;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    max-height: 220px;
    overflow: hidden;
}
ul.vmproduct a:first-child {
    height: 220px;
}
ul.vmproduct a img {
    padding: 10px;
    width: 100%;
}

.product-description {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    clear: both;
    padding: 20px 10px 30px;
}
.product-description .title {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}

.featured-view .product {
	float: left;
	display: block;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFF;
	margin: 0px 10px 10px 0px;
}
.featured-view .addtocart-area, .vm3pr-0 {
	display: none;
}
.vm-details-button .product-details {
	background: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.vm-details-button .product-details:hover {
    background: #286090;
    border-color: #204d74;
    color: #fff;
}

.browse-view .product {
	float: left;
	display: block;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFF;
	margin: 0px 10px 10px 0px;
}
/* PRODUTO DETALHE - FICHA PRODUTO
-------------------------------------------------- */
.main-image {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}

/* SLIDESHOW
-------------------------------------------------- */
#camera_wrap_98 {
    margin-bottom: 0px!important;
}
#camera_wrap_98 .camera_caption > div {
    border-radius: 0px;
    font-family: "Source Sans Pro",sans-serif !important;
}
.camera_caption {
    width: 100%;
    bottom: 0px;
    font-family: "Source Sans Pro",sans-serif;
    border-radius: 0px;
}
/*.imageMask {
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-image: url("../img/bannerMask.png");
    background-repeat: no-repeat;
    background-position: left 0px;
    background-attachment: inherit;
    z-index: 1;
}*/
.cameraContents {
    background-size: 100% 100%;
/*    background-image: url("../../../images/img/bannerMask.png");
    background-repeat: no-repeat;
    background-position: left 0px;*/
    background-attachment: inherit;
}
.camera_caption > div {
    /*background-color: rgba(0, 149, 221, 0.4);*/
    background-color: transparent;
}
.camera_caption > div {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: right;
}
.camera_caption > div {
    padding: 30px 30px 70px 30px !important;
    text-align: center;
}
.camera_caption > div > .camera_caption_title {
    font-size: 40px !important;
    color: #FFF;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: "Source Sans Pro",sans-serif;
    padding-bottom: 20px;
}
.camera_caption > div > .camera_caption_desc {
    font-size: 18px !important;
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
}
.camera_caption > div > .camera_caption_desc p {
    margin-bottom: 20px;
}
.camera_wrap a, .camera_wrap a:hover {
    background-color: #004494 !important;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
}
.camera_wrap a:hover {
    background-color: #0095dd !important;
    color: #fff !important;
}
.slideshowck {
	margin-bottom: 0px !important;
}
.camera_fakehover {
    margin: 0px auto;
}
.camera_pag {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: none !important;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    left: 2px;
    top: 2px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #fff none repeat scroll 0 0;
}



/* SLIDESHOW
-------------------------------------------------- */
#camera_wrap_94 {
    margin-bottom: 0px!important;
}
#camera_wrap_94 .camera_caption > div {
    border-radius: 0px;
    font-family: "Source Sans Pro",sans-serif !important;
}
.camera_caption {
    width: 100%;
    bottom: 0px;
    font-family: "Source Sans Pro",sans-serif;
    border-radius: 0px;
}
.camera_caption > div {
    background-color: rgba(0, 149, 221, 0.4);
}
.camera_caption > div {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: right;
}
.camera_caption > div {
    padding: 30px 30px 70px 30px !important;
    text-align: center;
}
.camera_caption > div > .camera_caption_title {
    font-size: 40px !important;
    color: #FFF;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: "Source Sans Pro",sans-serif;
    padding-bottom: 20px;
}
.camera_caption > div > .camera_caption_desc {
    font-size: 18px !important;
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
}
.camera_caption > div > .camera_caption_desc p {
    margin-bottom: 20px;
}
.camera_wrap a, .camera_wrap a:hover {
    background-color: #004494 !important;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
}
.camera_wrap a:hover {
    background-color: #0095dd !important;
    color: #fff !important;
}
.slideshowck {
    /*background: url("../img/bkBanner.png") repeat-x left top;*/
}
.camera_fakehover {
    margin: 0px auto;
}
.camera_pag {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: none !important;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    left: 2px;
    top: 2px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #fff none repeat scroll 0 0;
}

/* CONTENT
-------------------------------------------------- */
.page-header {
    margin-top: 0px;
}

/* ARTIGOS
-------------------------------------------------- */
.gbs3 .page-header {
    border-bottom: 0px;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}
.page-header {
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.page-header h2::after,
.page-header h2.item-title::after {
    background-color: #ffb600;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 45%;
    margin: 0 0 0 -15px;
    position: absolute;
    transform: skewX(-45deg);
    width: 120px;
}
.page-header h2, h2.item-title {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #444444;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
ul.inline {
	padding-left: 0px;
}
ul.inline li {
	display: inline-block;
	margin: 0px 5px 20px 0px;
}
.page-header h2, h2.item-title {
    margin-top: 0px;
}
.item-page .item-image {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 10px;
}
.item, .items-leading {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.leading-0, .item-page {
	position: relative;
}
.item .icons, .leading-0 .icons, .item-page .icons {
	position: absolute;
	top: 10px;
	right: 0px;
}
.item img {
	margin-right: 15px;
}
.tags.inline {
    text-align: center;
}
img.imagemArtigo {
    max-width: 300px;
    border: 1px solid #CCC;
    padding: 5px;
    margin-left: 10px;
}
.asideQuote {
    background-color: #EEE;
    padding: 20px;
    border: 1px solid #DDD;
    width: 350px;
}
.asideQuote p {
    margin: 0px;
}
.asideQuote ul {
    padding: 0px 0px 0px 10px;
}
.asideQuote ul li {
    list-style-type: none;
}

/* ARTIGOS DESTAQUE
-------------------------------------------------- */
ul.category-module::before {
    content: "Notícias & Eventos";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.category-module li:first-child {
    padding-top: 20px;
}
ul.category-module {
    padding: 0px;
}
ul.category-module li {
    list-style-type: none;
    float: left;
}
.mod-articles-category-date {
    background: #0095dd none repeat scroll 0 0;
    border: medium none;
    border-radius: 1000px;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    height: 52px;
    margin-right: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: none;
    text-transform: lowercase;
    width: 52px;
    padding: 5px 10px;
    float: left;
}
.mod-articles-category-title {
    color: #000;
}
.mod-articles-category-introtext {
    color: #a2a2a2;
}
.blank {
    display: none;
}

.search {
    padding: 10px 30px;
    background-color: #EEE;
    border: 1px solid #DDD;
}

.catItemImageBlock {
    float: right;
}
.catItemImage img {
    max-width: 400px !important;
    border: 1px solid #CCC;
    padding: 5px;
    margin-left: 10px;
}

/* artigos destaque K2
-------------------------------------------------- */
.catItemIsFeatured::before,
.itemIsFeatured::before {
    display: none;
}
.catItemHeader h3::after, .catItemHeader h3.catItemTitle::after,
.itemHeader h2::after, .itemHeader h2.itemTitle::after {
    background-color: #ffb600;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 45%;
    margin: 0 0 0 -15px;
    position: absolute;
    transform: skewX(-45deg);
    width: 120px;
}
h3.catItemTitle, h2.itemTitle {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #444444;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
h3.catItemTitle a {
    color: #444;
}
h3.catItemTitle a:hover {
    color: #666;
}
.itemTagsBlock > span,
.catItemTagsBlock > span {
    display: none;
}
.catItemLinks, .itemTagsBlock {
    text-align: center;
}
div.itemTagsBlock ul.itemTags,
div.catItemTagsBlock ul.catItemTags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
div.itemTagsBlock ul.itemTags li,
div.catItemTagsBlock ul.catItemTags li {
    display: inline;
    list-style: none;
    padding: 0 4px 0 0;
    margin: 0;
    text-align: center;
}
div.itemTagsBlock ul.itemTags li a,
div.catItemTagsBlock ul.catItemTags li a {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #ee3b16;
    border-radius: 4px;
    color: #FFF;
}
/* MODAL
-------------------------------------------------- */
.ask-a-question-view, .manufacturer-details-view .spacer {
    background-color: #eee;
    border: 1px solid #ccc;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 20px;
}
table.askform label[for="comment"] {
    font-size: 12px;
}
.highlight-button {
	-moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

/* CONTACTOS
-------------------------------------------------- */
.gbs3 .gcore-display-table {
    display: table;
    width: 100%;
}
.gbs3 .A {
    width: 100% !important;
}
.gbs3 p.chrono_credits {
    display: none;
}
/* LISTA PRODUTOS INDEX
-------------------------------------------------- */
.listaProdutos {
	margin-top: 40px;
}
.listaProdutos .CatalogSearchBox {
	display: none;
}

.CatalogSearchBox {
	display: none;
}

ul.nossosProdutos {
	padding: 0px 0px 30px 0px;
}
ul.nossosProdutos li::before {
	padding: 0px;
	content: "\232A";
	color: #272d33;
	margin-right: 10px;
	font-weight: 700;
	font-size: 24px;
}
ul.nossosProdutos li i {
	padding: 0px;
	/*content: "\232A";*/
	color: #272d33;
	margin-right: 10px;
	font-weight: 700;
	font-size: 24px;
}
ul.nossosProdutos li {
	border-bottom: 1px solid #ededed;
    color: #fc5a0a;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    list-style-type: none;
    margin-right: 3%;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 30%;
}
ul.nossosProdutos li a {
    color: #fc5a0a;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
ul.nossosProdutos li:nth-child(3n+3), ul.nossosProdutos li a:nth-child(3n+3) {
	margin-right: 0px
}


/* CUSTOMIZE THE ATTACHMENTS
-------------------------------------------------- */
.attachmentsContainer {
	border-top: 1px solid #eee;
    display: block;
    width: 100%;
}
.attachmentsList table {
	border: none !important;
}
.attachmentsList caption, .attachmentsList table thead {
	display: none;
}

/* VIRTUEMART FINAL
-------------------------------------------------- */
/*------------------------------------------------ */
/*------------------------------------------------ */
/* ------- Template Loja ------------------------- */
.orderby-displaynumber {
    /*display: none;*/
}
.vm-pagination-top {
    display: none;
}
.browse-view > h3 {
    font-style: italic; 
}
.browse-view > h3::before {
    content: "Você pesquisou pelo seguinte termo: ";
    font-size: 14px;
    font-style: normal; 
}
.search.pesquisa {
    border-radius: 4px;
    border: 1px solid #CCC;
    background-color: #EDEDED;
    padding: 20px;
    margin-bottom: 30px;
}
.search.pesquisa input.inputbox {
    width: 80%;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #CCC;
    font-style: italic;
}
.search.pesquisa input.button {
    background-color: #42b574;
    border: 1px solid #42b574;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-left: -4px;
    padding: 8px 20px;
    width: 20%;
}
.virtuemart_search {
    display: none;
}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    font-size: 15px;
    font-weight: bold;
}
.vm3pr-1 .product-price {
    text-align: center;
    width: 100%;
}
.vm-product-descr-container-0 h2 a {
    color: #272d33;
    font-size: 14px;
}
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
    color: #42b574;
    font-size: 20px;
    font-weight: bold;
}
.vm3pr-0 {
    display: none;
}
.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default {
    color: #42b574;
}
div.vm-details-button a {
    border: 1px solid #CCC;
    max-width: 100%;
    padding: 8px;
    width: 100%;
}
/* ------- Categorias ----------------------------- */
.destaquesBar .vendor-store-desc,
.destaquesBar .featured-view, 
.destaquesBar .latest-view, 
.destaquesBar .topten-view, 
.destaquesBar .recent-view, 
.destaquesBar .related-products-view, 
.destaquesBar .order-view,
.category-view > .category-view,
.productdetails > .category-view {
    border-top: 5px solid #42b574;
    margin-bottom: 25px;
    margin-top: 10px;
    background-color: #EEE;
    border-radius: 10px;
    border-bottom: 1px solid #CCC;
    padding: 20px 10px;
}
.category > .spacer > h2 > a {
    background-color: #42b574;
    border-radius: 10px;
    color: #272d33;
    display: block;
    font-size: 24px;
    height: 200px;
    overflow: hidden;
    padding: 10px 0;
    font-weight: bold;

}
.category-view .row .category .spacer h2 a img {
    margin-top: 10px;
    border-top: 2px solid #EEE;
    width: 100%;
}
/* ------- Paginação ----------------------------- */
.vm-pagination-bottom {
    float: none;
    padding: 50px 20px;
}

.vm-product-container .vm-product-media-container {
    border: 1px solid #EEE;
}
.vm-product-container .vm-product-details-container .spacer-buy-area {
    text-align: right;
    font-size: 28px;
    color: #42b574;
}

@media (max-width: 768px) {
    .menuBar {
        float: none;
    }
}


@media (min-width: 1200px) {
    .container {
        width:1170px !important;
    }
}



