html, body {
  font-family: Arial, sans-serif;
  color: #000;
}

/* ajax loader e modal box */
.modal-backdrop {
    background-color: #cdcdcd;
    z-index: 999999997;
}

#ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
}

.text-loading {
    margin-top: 20px;
    color: #3b3e42;
    font-weight: 500;
}

.modal {
    z-index: 999999998;
}

.modal-danger .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-danger .close {
    color: #a94442;
}

.modal-danger .modal-content {
    border-color: #ebccd1;
}

.modal-danger .modal-footer {
    border-top: 1px solid #ebccd1;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .close {
    color: #8a6d3b;
}

.modal-warning .modal-content {
    border-color: #faebcc;
}

.modal-warning .modal-footer {
    border-top: 1px solid #faebcc;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-info .close {
    color: #31708f;
}

.modal-info .modal-content {
    border-color: #bce8f1;
}

.modal-info .modal-footer {
    border-top: 1px solid #bce8f1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-success .close {
    color: #3c763d;
}

.modal-success .modal-content {
    border-color: #d6e9c6;
}

.modal-success .modal-footer {
    border-top: 1px solid #d6e9c6;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.modal-primary .close {
    color: #fff;
}

.modal-primary .modal-content {
    border-color: #428bca;
}

.modal-primary .modal-footer {
    border-top: 1px solid #428bca;
}

/* end modal box*/

#subcontent {
    float: left;
    width: 100%;
    overflow: hidden;
}

.main_parallax_v {
    width:100%;
}

.contents_parallax_v {
    height: 100%;
}

.main_parallax_h {
    width:100%;
    height:300px;
    position:relative;
    overflow:hidden;
}

.contents_parallax_h {
    height: 100%;
    position: absolute;
}

.div_parallax_v {
    height: 500px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

.div_parallax_h {
    height: 350px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}
.caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* font face use */
/*
html,
body {
    font-family:'Conv_GOTHIC',Sans-Serif;
}

@font-face {
    font-family: 'Conv_GOTHIC';
    src: url('/media/fonts/GOTHIC.eot');
    src: local('?'), url('/media/fonts/GOTHIC.woff') format('woff'), url('/media/fonts/GOTHIC.ttf') format('truetype'), url('/media/fonts/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* end font face */


/* links */

a {
    /*font-family: 'Conv_GOTHIC';*/
    font-size: 14px;
}

a:link {
    color: #ff7747;
    text-decoration: none;
}

a:visited {
    color: #ff7747;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

a:active {
    color: #FF6600;
    text-decoration: underline;
}
/* end links */
.div_block_ele {
    position: relative;
    padding-bottom: 30px;
}
.titulo_caracteristica_cor {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.cor {
    padding-right: 20px;
    cursor: pointer;
}
.cor:hover {
    opacity: 0.5;
}
.color_selected {
    border: 2px solid #000;
}

.max-container {
  max-width: 1920px;
  margin: 0 auto;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: transparent;
  border-bottom: 0;
  border: 0;
}

.main-separator {
  border-bottom: 2px solid #ff7747;
  height: 3px;
}

.languages {
  display: inline-block;
  padding: 0px 7px 0px 3px;
  border-right: 1px solid #929292;
}

.languages a {
  display: block;
}

.languages a.active {
	text-decoration: underline;
}

.languages:last-child {
  border-right: 0;
  padding-right: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  font-size: 16px;
}

.categoria-titulo h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}

.categorias-list, .produtos-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.categoria-block, .produto-block {
  margin-bottom: 50px;
}

.categoria-block .categoria-titulo a, .produto-block .produto-titulo a {
  font-size: 16px;
  color: #ff7747;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.categoria-block .link a, .produto-block .link a {
  color: #ff7747;
  font-size: 14px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.categoria-block .categoria-img img, .produto-block .produto-img img {
  margin: 0 auto;
}

.produto-block .produto-descricao {
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs ul {
  list-style-type: none;
  padding-left: 0;
}

.breadcrumbs ul li {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.breadcrumbs ul li a {
  font-size: 14px;
  color: #000;
}

.produtos-filtros .filtro-label, .produtos-filtros .filtro {
  display: inline-block;
  vertical-align: middle;
}

.select2-dropdown, .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e9e9e9;
  color: #ff7747;
  border-top: 1px solid #fff;
}

.select2-results__option[aria-selected] {
  border-top: 1px solid #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color:  #ff7747;
  border: none;
  background-color: #e9e9e9;
  border-radius: 0;
}

.filtro .display-icon {
  display: inline-block;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    /*opacity: 0;*/
    border-radius: 50%;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

#paginator {
  background-color: transparent;
  padding: 0;
  text-align: center;
}

#paginator .paginatorBlock {
    float: right;
    background-color: transparent;
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 5px;
}

#paginator a {
    padding: 0px 6px;
    background: transparent;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

#paginator .current {
    padding: 0px 6px;
    background-color: transparent;
    color: #ff7747;
}

#paginator .next, #paginator .prev, #paginator .first, #paginator .last {
  padding: 0px 6px;
  background: transparent;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-left: none;
  border-right: none;
}

.top-paginator #paginator .paginatorBlock {
  float: right;
  text-align: right;
}

#paginator .paginatorBlock {
  float: none;
}

#cms_menu_footer {
  margin-bottom: 40px;
  text-align: center;
}

#cms_menu_footer a {
  margin-right: 30px;
  font-size: 14px;
  color: #000;
}

#footer {
  background-color: transparent;
}

.catalogo-detail .titulo h1 {
  text-transform: uppercase;
  color: #ff7747;
}

.catalogo-detail .categoria h2 {
  text-transform: uppercase;
  color: #000;
  margin-top: 10px;
}

.small-desc {
  margin-top: 40px;
  margin-bottom: 40px;
}

.produto-descricao {
  overflow: auto;
}

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

.borderless td, .borderless th {
    border: none !important;
}

.text-center .img-responsive {
  margin: 0 auto;
}

.search, .languages_header_bar {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.search {
  margin-right: 10px;
  margin-top: 0px;
  vertical-align: top;
}

.languages_header_bar {
  margin-right: 15px;
}

#Form_Pesquisa #palavra,
#Form_Pesquisa_Fixed #palavra {
  padding-right: 0;
  border-right: none;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
}

#Form_Pesquisa #submit,
#Form_Pesquisa_Fixed #submit {
  border-left: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: transparent;
  color: #ccc;
  font-size: 14px;
  margin-left: -1px;
  height: 24px;
}

#Form_Pesquisa .input-group,
#Form_Pesquisa_Fixed .input-group {
  max-width: 200px;
}

#header {
  margin-top: 20px;
}

.top {
  border-top: 0;
  margin-bottom: 15px;
  text-align: right;
}

.logo {
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.2s;
}

.top-menu {
  display: inline-block;
  float: right;
}

.navbar-default .navbar-nav>li>a {
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-menu {
  min-height: 50px;
}

.top-menu .navbar-default {
    vertical-align: bottom;
    margin-top: 40px;
    float: right;
    min-height: auto;
}

#menuheader {
  padding-right: 0;
}

#menuheader ul li:last-child a {
  padding-right: 15px;
}

#menuheader a.selected {
  background-color: #b7b7b7;
}

.produto-ficheiro a {
  font-size: 14px;
  color: #a2a2a2;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.catalogo-detail .ficheiro {
  margin-top: 30px;
}

.catalogo-detail .ficheiro a {
  font-size: 14px;
  color: #a2a2a2;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

.produto-thumbnails {
  margin-bottom: 15px;
}

.produto-img {
    min-height: 215px;
}

.categoria-img {
  min-height: 300px;
}

.categoria-img.support {
  /*min-height: 230px;*/
}

.slider-outer {
    overflow: hidden;
    max-width: 100%;
    margin-top: 30px;
}

.slider-inner {
    width: 1280px;
    text-align: center;
    margin: 0 auto;
}

.slider-outer .lSSlideOuter,
.slider-outer .lSSlideWrapper {
    overflow: visible;
    position: relative;
}

.slider-outer .lSAction .lSPrev {
    left: -5000px;
}

.slider-outer .lSAction .lSNext {
    right: -5000px;
}

.slider-outer .lSAction>a {
    height: 100%;
    width: 5000px;
    background: #f5e9cb;
    z-index: 1;
    top: 0;
    margin-top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
    filter: alpha(opacity=67);
    -moz-opacity: 0.67;
    -khtml-opacity: 0.67;
    opacity: 0.67;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #aba5a5;
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-1px;
   margin-left:-1px;
   -webkit-border-radius:0;
   -moz-border-radius:0;
   border-radius:0;
 }

/*.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}*/

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}

.download-cat {
  margin-top: 40px;
}

.dowload-prods {
  margin-top: 30px;
  margin-bottom: 40px;
}

.download-cat h3 {
  font-size: 20px;
  color: #ff7747;
}

.dowload-prods a {
  font-size: 14px;
}

.cat-links {
  margin-top: 60px;
}

.cat-links a {
  font-size:16px;
  margin-right: 50px;
}

.download-title {
  font-size: 24px;
  color: #ff7747;
  text-transform: uppercase;
  margin-top:30px;
  margin-bottom: 30px;
}

a.btn-informacao, a.btn-informacao:hover,
a.btn-informacao:active, a.btn-informacao:focus,
a.btn-informacao:active:focus, a.btn-informacao:active:hover {
  color: #fff;
  border-radius: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #ff7747;
  border: 0;
}

/*.downloads-list .categoria-titulo a {
  color: #000;
}*/

.informacao {
  margin-top: 40px;
}

.detail a {
  display: inline-block;
  font-size: 14px;
  margin-top: 30px;
  color: #726461;
}
.form_view #div_tmp label {
    margin-left:30px;
}
.form_view #label_tmp + div input[type="checkbox"] {
    position:relative;
    top:-25px;
}
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white;
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}

.nav.navbar-nav li.active, .nav.navbar-nav li:hover  {
  background-color: #b7b7b7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #000;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #b7b7b7;
  padding: 0;
  border-radius: 0;
}

.dropdown-menu {
  background-color: #b7b7b7;
  padding: 0;
  min-width: 150px;
}

li.dropdown, .dropdown-menu li, .nav>li {
  /* border-bottom: 0; */
  border-bottom: 1px solid #fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #ff9779;
}

.dropdown-menu>li>a {
  font-size: 14px;
  color: #000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #ff9779;
  color: #000;
}

.top-header {
  transition: all 0.5s;
  background-color: #fff;
  height: auto;
}

.top-header.fixed {
  position:fixed;
  top:0;
  z-index: 100;
  background-color: #fff;
  left: 0;
  right: 0;
  height: auto;
  transition: all 0.5s;
}

.top-header.fixed .top {
  display: none;
}

.top-header.fixed .logo {
  transition: all 0.2s;
  max-width: 270px;
  margin-bottom: 0px;
}

.top-header.fixed .top-menu .navbar-default {
  margin-top: 26px;
}

.top-header.fixed #header {
  margin-top: 0px;
}

.top-language {
  float: right;
  display: none;
  margin-bottom: 0px;
  margin-top: 22px;
}

.top-header.fixed .top-language {
  display: block;
}

.top-header.fixed .top-language .languages_header_bar {
  margin-right: 0;
}

a.search-icon {
  display: inline-block;
  color: #333;
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}


form .name_form {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.form-control {
    background-color: #dedede;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
}

select.form-control {
  height: 25px;
}

form button.submit_button, form button.submit_button:hover,
form button.submit_button:active, form button.submit_button:active:hover,
form button.submit_button:active:focus, form button.submit_button:focus {
  color: #fff;
  background-color: #ff7747;
  border-radius: 0;
  border: 0;
  font-weight: bold;
}

.form_view {
    margin-bottom: 20px;
}

.bottom {
  clear: both;
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.search-icon {
  vertical-align: top;
  margin-top: 4px;
  display: none;
}

#search, #search-fixed {
  display: inline-block;
}

.main-content.fixed {
  padding-top: 88px;
}

#search-fixed form {
  display: none;
  max-width: 150px;
  margin-right: 5px;
}

#search-fixed #Form_Pesquisa_Fixed .input-group {
  max-width: 85px;
}

#search-fixed #Form_Pesquisa_Fixed #palavra {
  max-width: 85px;
}

/******************************   media queries   ******************************/

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (min-width: 1366px) {
  .container {
      width: 1310px;
  }
}

@media (min-width: 1200px){

}

@media (max-width: 1366px) {
  .slider-inner, .slider-inner img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .categoria-img.support {
    min-height: 160px;
  }

  .categoria-img {
    min-height: 220px;
  }
}

@media (max-width: 990px) {
  .header-content.interior {
    position: relative;
  }

  .header-content.interior .top {
    position: absolute;
    right: 0;
    z-index: 100;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .header-content.interior .logo {
    max-width: 200px;
    float: left;
    margin-top: 5px;
  }

  .top-menu .navbar-default {
    margin-top: 0;
    /*position: absolute;
    left: 0;*/
  }

  .navbar-default .navbar-toggle {
    margin: 0;
  }

  .navbar-toggle .icon-bar {
    background-color: #929292;
  }

  .navbar-header .collapse, .navbar-toggle {
    float: left;
    margin: 0;
    padding-left: 0;
  }

  .navbar-header {
    position: relative;
    float: left;
  }

  .search-icon {
    display: inline-block;
  }

  #search {
    display: none;
  }

  .top-menu {
    /*position: absolute;
    right: 0;
    float: none;*/
    display: block;
    min-height: 0;
    float: none;
  }

  .fixed {
    /*min-height: 63px;*/
    height: auto;
  }

  .top-menu .navbar-default {
    float:left;
  }

  #menuheader {
    padding-left: 0;
  }

  .top-header.fixed .top {
    display: block;
  }

  #header {
    margin-top: 5px;
  }

  .categoria-img.support {
    min-height: 120px;
  }

  .categoria-img {
    min-height: 165px;
  }

  .top-header.fixed .top-language {
    display: none;
  }

  .top-header.fixed .top-menu .navbar-default {
    margin-top: 10px;
  }

  #Form_Pesquisa #palavra, #Form_Pesquisa_Fixed #palavra {
    max-width: 85px;
  }
    .nav.navbar-nav li.active, .nav.navbar-nav li:hover {
    background-color: #b7b7b7;
    width: 100%;
}
    li.dropdown, .dropdown-menu li, .nav > li {
    border-bottom: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
}
}

@media (max-width: 790px) {
    .div_ele {
        width: 100% !important;
    }
}
@media (max-width: 767px){
  .navbar-nav {
      display: block;
      margin: 0;
  }
  .nav>li {
    float: left;
      width: 100%;
  }
}
@media (max-width: 680px) {
    #produtos_responsive {
        display: block;
    }

    #tabela_loja {
        display: none;
    }
}

@media (max-width: 600px) {

}

@media (max-width: 370px) {
  .header-content.interior .logo {
    max-width: 135px;
    margin-top: 7px;
  }

  .search-icon {
    margin-top: 0px;
  }
}
/******************************   end media queries   ******************************/
