




body {
    background-color: #F0F0F0;
    font-family: Roboto, sans-serif;
    color: #333333;
}

/*Boton siguiente paginador */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  border: 4px solid #377C2B;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
   margin: 50px;        
}

a {
    color: #377C2B
}
a:hover {
    color: #377C2B;
}
input[type=file] {
    height: auto;
}
.alert {
    margin-top: 20px;
}
.main-container {
    background: #FFFFFF;
    min-height: 80vh;
    padding-bottom: 1em;
}

.search-form .search-help-link,
.search-form #edit-cancel{
    display:none;
}


.site-header {
    border-bottom: 1px solid #DDDDDD;
    background:
        url(../img/deere_logo.png) right 5px center no-repeat;

    min-height: 80px;
    padding-top: 10px;
    padding-right: 214px;
    position: relative;
}
.site-name {
    font-size: 18px;
    color: #333333;
    padding-top: .9em;
    display: inline-block;
}
.site-name:hover {
    color: #333333;
    padding-top: .6em;
    display: inline-block;
    text-decoration: none;
}

.site-name img {
    padding-bottom: .6em;
}
.site-slogan {
    font-size: 13px;
}

.highlighted {
    clear:both;
}
.path-frontpage h1.page-header {
    display: none;
}

.select-wrapper select:focus {
    border-color: #377C2B;
}
.select-wrapper:after {
    color: #377C2B;
}
.btn-success,
.form-submit {
    font-weight: bold;
    color: #222222;
    text-decoration: none;
    background: #FDDA01;
    border-color: #FDDA01;
    border-radius: 0;
    padding: 16px 30px;
    min-width: 100px;
    cursor: pointer;
    transition: all .5s ease-out;
}
.btn-success:focus,
.btn-success:active,
.btn-success:hover,
.form-submit:focus,
.form-submit:active,
.form-submit:hover {
    background: #F1CF00;
    text-decoration: none;
    color: #222222;
    border-color: #F1CF00;
}
.btn-success[disabled],
.form-submit[disabled] {
    opacity: 0.5;
    border-color: #F1CF00;
    background: #F1CF00;
}
.button--primary,
.btn-primary {
    color: #FFFFFF;
    background-color: #377C2B;
    border-color: #266B1A;
}
.button-primary:focus,
.button-primary:active,
.button-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #377C2B;
    border-color: #266B1A;
}
button + button {
    margin-left: 1em;
}
button + a {
    margin-left: 1em;
}

.form-actions a + a {
    margin-left: 1em;
}
.views-exposed-form .form-type-select label {
  color: #464646;
  font-weight: normal;
  margin-right: 0.3em;
  padding-left: 4px;
}
.views-exposed-form .form-type-select .form-required:after {
    display: none;
}
.views-exposed-form .form-type-select select {
  box-shadow: none;
  color: #377c2b;
  //font-size: 1.5em;
  //min-width: 150px;
  width: 250px;
  padding: 3px 25px 3px 3px;
}
.views-exposed-form .form-type-select + .form-actions {
    margin-left: 1em;
}
#views-exposed-form-admin-used-equipment-page-1 {
    margin: 1em 0;
}
#views-exposed-form-admin-used-equipment-page-1 .form-type-select label {
    padding-left: 0;
}
#views-exposed-form-admin-used-equipment-page-1 .form-type-select {
    /*font-size: 0.6em;*/
    margin-right: 10px;
    font-weight: bold !important;
}

#views-exposed-form-admin-used-equipment-page-1 .form-type-select select {
    width: 100px;
    min-width: 0;
}

.btn-default,
.btn-secondary{
    background: white;
    color: #367C2B;
    border: 2px solid #367C2B;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-out;
    font-weight: bold;
    border-radius: 0;
}
.btn-secondary{
    border: 0;
    background-color: #fafafa;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.page-node-type-used .btn-default {
    background: #367C2B;
    color: white;
    font-weight: 400;
    font-size: 15px;
}
.page-node-type-used .btn-secondary{
    background: url(../img/call_action.png) no-repeat 12px 8px;
    padding-left: 45px;
    color: #367C2B;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #367C2B;
}
.template-construction.page-node-type-used .btn-default {
    background: #fdda01;
    color: #333;
}
.template-construction.page-node-type-used .btn-secondary{
    background: url(../img/call_action.png) no-repeat 12px 8px;
    color: #333;
    border: 1px solid #fdda01;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
    color: #FFFFFF;
    background: #367C2B;
    text-decoration: none;
    border: 2px solid #367C2B;
}
.btn-default[disabled] {
    opacity: 0.5;
    background: white;
    color: #367C2B;
    border: 2px solid #367C2B;
}

.delete{
    border-color: #888888;
    color: #888888;
}

.well {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(55, 124, 43, 0.5);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 124, 43, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 124, 43, 0.5);
}
.input-group-btn button {
    padding: 7px 12px 6px;
}
nav.tabs[role=navigation] {
    display: none;
}
.role-administrator nav.tabs[role=navigation] {
    display: block;
}
.tabledrag-toggle-weight {
    display: none;
}

.region-footer {
    position: relative;
}
.footer {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #E5E5E5;
}
.contact-form #edit-preview {
    display: none;
}
.views-field-nid a + a {
    margin-left: .5em;
}
th.checkbox,
td.checkbox {
    margin: 0;
}
.menu-enabled {
    width: auto;
}
.form-required:after {
    margin-left: 4px;
    vertical-align: 3px;
}
/*************************************************************************
* ADMIN STYLES
***************************************************************************/
.node-preview-container {
    padding-top: .4em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.node-preview-container .form-item-view-mode {
    display: none;
}
.node-preview-container .btn {
    padding: 4px 12px;
}
.node-preview-container + header.navbar {
    margin-top: 3em;
}
.node-section-content-edit-form .field--name-field-section,
.node-section-content-form .field--name-field-section {
    display: none;
}
.vertical-tabs {
    display: none;
}
.node-form .form-actions {
    margin-bottom: 1em;
}
.field--type-telephone .form-inline .control-label,
.field--type-integer .form-inline .control-label {
    display: block;
}
.field--type-telephone .form-inline .form-control {
    width: 100%;
}
#edit-field-year-0-value,
#edit-field-currency-0-value {
    width: 185px;
}
.field--name-field-emergencies .filter-wrapper {
    display: none;
}
/*************************************************************************
* BREADCRUMB
***************************************************************************/
.breadcrumb {
    margin: 1em 0;
    background: transparent;
}
/*************************************************************************
* ADMINISTRATION MENU
***************************************************************************/
.user-logged-in .navbar {
    margin-bottom: 0;
}
.navbar .admin-menu_button-collapse {
    display: none;
}
.admin-menu_button-collapse .btn-expand {
    display: none;
}
.user-logged-in .navbar  .admin-menu_button-collapse {
    /*margin-bottom: 20px;*/
    display: block;
    float: left;
}
.navbar .admin-menu_button-collapse button {
    /* background: #f8f8f8; */
    border: 1px solid #e7e7e7;
    background: transparent;
    /* position: relative; */
    /* top: 18px; */
    /* border-top-color: transparent; */
    /* width: 56px; */
    /* top: 0; */
}

.admin-menu_button-collapse_outside {
    position: fixed;
    top: 0;
    left: 49%;
    z-index: 999;
}
.admin-menu_button-collapse_outside button {
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    position: relative;
    border-top-color: transparent;
}
.admin-menu_button-collapse button svg {
    width: 18px!important;
    height: 18px!important;
}

#block-jdadministrationmenu h2 {
    font-size: 1.3em;
}
#block-jdadministrationmenu .nav > li {
    display: inline-block;
}
#block-jdadministrationmenu .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}
#block-jdadministrationmenu .nav > li:first-child > a {
    padding-left: 0;
}
/*************************************************************************
* MAIN MENU
***************************************************************************/
/*****
* DEFINICIONES BASE DE CSS
* COLORES: no usar colores con nombre. ej: black, white, etc. Deben escribirse en formato Hexa y con 6 decimales (no usar formato corto).
*
*/
/**
 * BASE
 */
.main-menu {
  color: #333333;
  font-weight: bold;
  height: 60px;
  white-space: nowrap;
  z-index: 9;
}
.main-menu__list {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 9;
}
.main-menu__list .main-menu__item {
  margin: 0;
  position: relative;
  z-index: 9;
}
.main-menu__list .main-menu__item ul {
  background: #fff;
  display: none;
  left: 0;
  min-width: 200px;
  text-align: left;
  position: absolute;
  top: 35px;
   z-index: 9;
}
.main-menu__list .main-menu__item ul li {
  display: block;
  /*border-top: 1px solid #666;*/
  z-index: 9;
}
.main-menu__list .main-menu__link {
  color: #333333;
  font-weight: bold;
  display: block;
  padding: 10px;
  text-decoration: none;
   z-index: 9;
  
}

.main-menu__list .main-menu__link:hover, .main-menu__list .main-menu__link:focus {
  text-decoration: none;
  background: #eee;
   z-index: 9;
   color: #222;
}


.main-menu__item--level-0:hover > .main-menu__submenu, .main-menu__item--level-0:focus > .main-menu__submenu {
  display: block;
   z-index: 9;
}
.main-menu__item--level-0 > a {

   z-index: 9;
}

.main-menu__item--level-1:hover > .main-menu__submenu, .main-menu__item--level-1:focus > .main-menu__submenu {
  display: block;
  top: 0;
  left: 100%;
  z-index: 9;

}

li.main-menu__item.main-menu__item--level-2:first-child
{
    font-size: 120%;
    font-weight: bold;
}

ul.menu.nav {
    white-space: nowrap;
}

.menu.nav {
    white-space: nowrap;
}
.custom-logo .region-header {
    height: 100%;
}

/* BLOQUE DE MENU */
#block-mainmenu {
    float: right;
    margin-top: 10px; /* magic number*/
    width: 58%;
    font-size: 13px;
    text-align: right;
   
}
.custom-logo #block-mainmenu {
    margin-top: 0px;
    position: relative;
	top: 18%;
        
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}
#block-mainmenu .nav > li {
    display: inline-block;
}

#block-mainmenu .nav > li > a{
    padding: 10px 5px;
}
#block-mainmenu .nav > li a {
    color: #333333;
    font-weight: bold;
}
.nav > li > a,
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background-color: transparent;
    border-color: #377C2B;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: #377C2B;
}
.nav a .caret {
    color: #377C2B;
}
.nav > li > a.is-active {
    font-weight: bold;
    text-decoration: underline;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #E7E7E8;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #333333;
    text-decoration: underline;
    background-color: transparent;
}

.menu-toggle {
    display: none;
    margin-top: 1.2em;

}
.menu-toggle svg,
.menu-toggle button {
    width: 100%;
}
.menu-toggle button {
    padding: 0;
    background: none;
    border: 0;
}
.menu-toggle svg {
    min-width: 32px;
}


#block-mainmenu.menu-open {
    display: block;
    position: absolute;
    top: 70px;
    z-index: 100;
    background: white;
    left: 0;

    min-width: 300px;
    max-width: 400px;

    background: url(../img/site-header-bg.png) left top repeat-y white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    text-align: left;
}
#block-mainmenu.menu-open .nav > li {
    display: block;
    padding: 0 20px 0 30px;
}
#block-mainmenu.menu-open .nav > li > a {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 5px;
}
#block-mainmenu.menu-open .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 0;
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#block-mainmenu.menu-open .dropdown-menu {
    border-bottom: 1px solid #DDDDDD;

}
#block-mainmenu.menu-open .dropdown-menu > li > a {
    padding: 5px 10px;
}
/*************************************************************************
* SEARCH BLOCK
***************************************************************************/
.search-block-form {
    float: right;
    padding-left: 0;
    width: 10%;
    position: relative;
}
.custom-logo .search-block-form {
    top: 38%; /* magic number para donde calc no funciona*/
    top: calc( 50% - 1.3em);
}
#search-block-form {
    margin-top: 13px; /* magic number*/
    position: absolute;
    right: 0;
    width: 250px;
}
.custom-logo #search-block-form {
    margin-top: 0;
}
#search-block-form button {
    background: transparent;
    border-color: transparent;
    color: #377C2B;
    padding: 6px 12px;
    min-width: 0;
}
#search-block-form .form-search {
    width: 155px;
    padding: 0 .3em;
    border-radius: 0;
    display: inline-block;

    transition: all .5s ease-out;

}

#search-block-form .form-search.input_collapsed {
    width: 0;
    padding: 0;
}
#search-block-form .input-group-btn {
    display: inline-block;
}

#search-block-form .input-group {
    display: inline-block;
    float: right;
}



/*************************************************************************
* PAGE GENERAL
***************************************************************************/
h1.page-header {
    font-weight: normal;
    margin: .65em 0;
    border: 0;
    padding: 0;
    font-size: 30px;
}

[data-banner-page^="/dwm/content"] .region > .page-header {
    display: none;
}

/*************************************************************************
* FOOTER MENU
***************************************************************************/
#block-jd2017-footer .nav > li {
    display: inline-block;
}
#block-jd2017-footer .nav > li > a {
    font-weight: bold;
    color: #333333;
}
#block-jd2017-footer .nav > li > a:first-child {
    padding-left: 0;
}

/*************************************************************************
* BLOCK NEWS HOME
***************************************************************************/
.block-views-blockweb-block-home-news-block-1 {
    margin-top: 1em;
    border-top: 1px solid #DDDDDD;
    padding-top: 2em;
}
.block-views-blockweb-block-home-news-block-1 h2 {
    margin: 0;
    margin-bottom: 1em;
    font-weight: normal;
    padding-left: 15px;
}
.view-web-block-home-news .views-field-field-summary-image img {
    width: 100%;
    margin-bottom: 1em;
}
.view-web-block-home-news .views-field-title {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: .1em;
}
.view-web-block-home-news .views-field-title a {
    color: #333333;
}

.view-web-block-home-news .view-footer {
    clear: both;
    padding: 2em 0;
}
/*************************************************************************
* LOCATION VIEW
***************************************************************************/

.location-page-view .views-label,
.location-page-view .field-content {
    display: inline;
}
.location-page-view .views-field-title {
    margin: 2em 0 1em;
}
.location-page-view .views-field-title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #377C2B;

}
.location-page-view .view-content {
    font-size: 13px;
}
.location-page-view .views-label-field-monday-to-friday-hours-1,
.location-page-view .views-label-field-saturday__1,
.location-page-view .views-label-field-sunday-1,
.location-page-view .views-label-field-monday-to-friday-hours,
.location-page-view .views-label-field-saturday-,
.location-page-view .views-label-field-sunday {
    font-weight: normal;
    display: block;
}

/*.location-page-view .operarion-hour-label {
    font-size: 15px;
    margin: 1.5em 0 .5em;
    display: block;
}
.location-page-view .views-label-field-emergencies {
    font-size: 15px;
    margin: 1em 0 .5em;
    display: block;

}*/
.location-page-view .operarion-hour-label,
.location-page-view .views-label-field-emergencies,
.location-page-view .views-label-field-services-offered,
#block-views-block-web-block-location-block .views-label-field-services-offered {
    font-weight: bold;
    margin-top: 1em;
    display: block;
    font-size: 1em;
}

/*************************************************************************
* BLOCK LOCATION
***************************************************************************/
.view-web-block-location .views-exposed-form .form-submit {
    display: none;
}
.view-web-block-location .form-inline .form-group {
    display: block;
}
.view-web-block-location .form-inline .select-wrapper {
    width: 100%;
}
.view-web-block-location .views-exposed-form [data-drupal-selector="edit-branch-location"] {
    border: 2px solid #377C2B;
    border-radius: 4px;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
}
.view-web-block-location .operation-hours-legend {
    margin-top: 1em;
    font-weight: bold;
}
.view-web-block-location .views-field-field-emergencies {
    margin-top: 1em;
}
.view-web-block-location .views-label-field-emergencies {
    font-weight: bold;
}
/*************************************************************************
* CONTENT LIST VIEW: AKA LISTADO DE NOTICIAS
***************************************************************************/
.view-web-section-content article.section-content h2 {
    display: none;
}
.view-web-section-content .views-row {
    clear: both;
    margin-top: 2em;
}
.view-web-section-content h3 {
    margin-top: 3em;
}
.view-web-section-content h3:first-of-type {
    margin-top: 0;
}
.view-web-section-content .views-field-field-summary-image {
    float: left;
    margin-right: 2em;
    width: 260px;
}
.view-web-section-content .views-field-field-summary-image img {
    width: 100%;
    height: auto;
}
.view-web-section-content .views-field-field-date {
    font-size: 0.85em;
}
.view-web-section-content .views-field-title a {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
}
.view-web-section-content h3:nth-child(n+2) ~ .views-row > .views-field-nothing > .field-content > *:not(.read-more-link-container)
/*,.view-web-section-content h3:nth-child(n+2) ~ .views-row > .views-field-field-summary-image */
{
    display: none;

}
/*************************************************************************
* NODE TYPE SECTION CONTENT
***************************************************************************/
.view-web-section-content .field--name-field-summary-image,
.page-node-type-section-content .field--name-field-summary-image {
    /*float: right;*/
    margin: 1em .3em;
}
.node-section-content-edit-form  .field--name-field-summary-image {
    float: none;
}
.page-node-type-section-content .field--name-field-date {
    font-size: 0.85em;
    margin-bottom: 1em;
}
.page-node-type-section-content .field--name-field-attachment {
    position: relative;
    top: 1.5em;
    clear: both;
}
.node-section-content-edit-form .field--name-field-attachment {
    top: 0;
}
.page-node-type-section-content .field--name-field-attachment  .text-primary {
    color: #666666;
}
.page-node-type-section-content .field--name-field-attachment  .file > span {
    background: #FFFFFF;
    color: #666666;
    font-size: 1.4em;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}


/*************************************************************************
* OUR STAFF PAGE
***************************************************************************/

.view-web-our-staff .form-item-branch label {
    background: url(../img/icono-localizacion.png) left 8px center no-repeat;
    padding-left: 36px;
}
.view-web-our-staff table caption {
    color: #377C2B;
    font-size: 1.2em;
}
.view-web-our-staff table thead {
    display: none;
}
.view-web-our-staff .staff-name {
    font-weight: bold;
    font-size: 1.1em;
}
.view-web-our-staff .table-striped {
    border: 1px solid #DDDDDD;
}
.view-web-our-staff .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #FFFFFF;
}
.view-web-our-staff .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.view-web-our-staff .table-striped > tbody > tr > td {
    vertical-align: middle;
}
.view-web-our-staff .views-field-field-main-contact,
.view-web-our-staff .views-field-field-email {
    width: 5%;
    text-align: center;
    font-size: 1.3em;
    vertical-align: inherit; 
}
.view-content  .views-field.views-field-field-email{
    font-size: 1em;
}

.views-field.views-field-nid a{
    font-weight: bold;
    text-decoration: underline;
    padding-right: 13px;
}

.view-web-our-staff .views-field-field-job {
    width: 50%;
}
.view-web-our-staff .views-field-field-telephone {
    width: 30%;
}
.view-admin-content span.isMainStore.Store,
.view-admin-content span.isMainStore.Filial,
.view-admin-content span.isMainStore.Sucursal
{
	display:none;
}
.view-web-our-staff .views-field-field-main-contact,
.view-admin-content span.isMainStore.Main.store,
.view-admin-content span.isMainStore.Matriz,
.view-admin-content span.isMainStore.Casa.central
 {
    color: #FCDB00;
}

.view-web-our-staff .views-field-field-email {
    color: #377C2B;
}
.view-web-our-staff .views-field-field-image img {
    width: 64px;
    height: auto;
    max-width: none;
}
/*************************************************************************
* IMAGE / VIDEO GALLERIES PAGE
***************************************************************************/
.view-web-video-galleries .views-row,
.view-web-image-galleries .views-row {
    margin-bottom: 1.5em;
    padding-bottom: 1em;

    border-bottom: 1px solid #DDDDDD;
}
.view-web-video-galleries .views-row:last-child,
.view-web-image-galleries .views-row:last-child {
    border-bottom: 0;
}
.view-web-video-galleries .views-field-title,
.view-web-image-galleries .views-field-title {
    font-size: 1.5em;
    color: #377C2B;
    margin-bottom: .5em;
}

.page-node-type-video-gallery .field--name-body {
    margin-bottom: 1.5em;
}
.page-node-type-image-gallery .field--name-field-images img {
    width: 100%;
}
.page-node-type-video-gallery .field--name-field-videos .field--item,
.page-node-type-image-gallery .field--name-field-images .field--item {
    width: 32%;
    padding: 1em;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
}

.page-node-type-video-gallery .video-embed-field-launch-modal {
    position: relative;
}
.page-node-type-video-gallery .video-embed-field-launch-modal:after {
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='iso-8859-1'?><svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' width='100%' height='auto'><g>	<path d='M45.563,29.174l-22-15c-0.307-0.208-0.703-0.231-1.031-0.058C22.205,14.289,22,14.629,22,15v30   c0,0.371,0.205,0.711,0.533,0.884C22.679,45.962,22.84,46,23,46c0.197,0,0.394-0.059,0.563-0.174l22-15   C45.836,30.64,46,30.331,46,30S45.836,29.36,45.563,29.174z M24,43.107V16.893L43.225,30L24,43.107z' fill='#FFFFFF'/><path d='M30,0C13.458,0,0,13.458,0,30s13.458,30,30,30s30-13.458,30-30S46.542,0,30,0z M30,58C14.561,58,2,45.439,2,30   S14.561,2,30,2s28,12.561,28,28S45.439,58,30,58z' fill='#FFFFFF'/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>") center center no-repeat;
    width: 100%;
    height: 4em;
    top: 25%;
    top: calc(50% - 2em);
    position: absolute;
    left: 0;
    content: " ";

}
.video_embed_title {
    font-weight: bold;
    margin-top: .5em;
}
.video_embed_detail p {
    font-weight: bold;
    margin: .3em 0 .8em;
}
.video_embed_detail img {
    width: 200px;
    height: auto;
}
.image-with-caption .image-caption {
    text-align: center;
    color: #377C2B;
    font-size: 0.85em;
    padding: 5px 0;
}
.image-with-caption .image-caption {
    height: 2.5em;
}
.page-node-type-image-gallery .field--name-field-images {
    margin-left: -1em;
}
/*************************************************************************
* USED PAGE
***************************************************************************/
.view-web-used .views-field-images img {
  height: 132px;
  width: 177px;
}
.view-web-used .views-field-title {
    font-size: 1.2em;
    margin: .5em 0;
    display: block;
}
.view-web-used .views-exposed-form {
    padding-bottom: 1em;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 1em;
}
.view-web-used .item-used {
    margin-bottom: 1em;
}
.view-web-used .form-type-select label {
    /*background: url(../img/icono-usado.png) left 8px center no-repeat;*/
}


#cboxClose{
    top: 0;
}
/*
.view-web-used .view-filters{
    padding-top: 154px;
    background: transparent url("../img/Fondo-usadas.jpg") no-repeat scroll 0 0 / 100% auto;
}*/

.view-web-used .views-exposed-form {
    //font-size: 1.4em;

}

.page-node-type-used .field--price-combined span {
    font-weight: bold;
    display: none;
}
.page-node-type-used .field--price-combined{
    font-size: 28px;
    color: #367C2B;
    margin: 22px 0 10px;
}
.page-node-type-used .field--name-field-financiacion,
.page-node-type-used .field--name-field-location{
    margin: 10px 0;
}
.page-node-type-used .field--name-field-currency,
.page-node-type-used .field--name-field-price {
    display: inline;
}
.page-node-type-used .field--name-field-remote-image,
.page-node-type-used .used .field--name-field-images,
.page-node-type-used .used .field--name-body {
    margin-top: 1.5em;
}
.page-node-type-used .image-with-caption .image-caption {
    display: none;
}
.page-node-type-used .field--name-field-remote-image .field--item,
.page-node-type-used .field--name-field-images .field--item {
    /*width: 19%;
    padding: .5em;
    display: inline-block;
    vertical-align: top;*/
}

.page-node-type-used .field--name-field-remote-image .field--item img,
.page-node-type-used .remote-image-item.img-responsive,
.page-node-type-used .video-embed-field-responsive-video{
    /*width: 100%;*/
    max-height: 306px;
    margin: 0 auto;
}


.page-node-type-used .field--name-field-videos .video-embed-field-provider-vimeo{
    height: 306px;
}
.page-node-type-used .tns-controls{
    text-align: center;
    margin-bottom: 10px;
}
.page-node-type-used .tns-controls button[data-controls=prev],
.page-node-type-used .tns-controls button[data-controls=next]{
    position: absolute;
    top: 46%;
    /*left: 4%;*/
    z-index: 9;
    height: 32px;
    /*background: transparent;*/
    padding:0;
}
.page-node-type-used .tns-controls button[data-controls=prev] {
    left: 15px;
}
.page-node-type-used .tns-controls button[data-controls=next]{
    right: 15px;
}



#form-consult-used,
#form-consult-phone{
    margin-top: 10px;
}
/* ******************************************************************************
* BANNER REGIONS
*********************************************************************************/
.btn-add-banner {
    display: none;
}
.user-logged-in .btn-add-banner {
    display: block;
}
.view-web-block-banners .btn-default {
    border-width: 0;
    border-bottom-width: 3px;
    text-align: left;
    padding-left: .5em;
}
.banner-actions {
    margin: 1em 0 .8em;
    padding: .75em .5em;
    background: #FAFAFA;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px #AAAAAA;

}
.banner-action {
    padding: .3em;
}
.banner-action:hover {
    text-decoration: none;
}
.banner-action_move {
    float: right;
    padding: 0;
}
.banner {
    position: relative;
}
.block-views-blockweb-block-banners-block-banner-content-bottom {
    clear: both;
    margin-top: 1em;
    border-top: 1px solid #DDD;
    padding: 1em 0;
}
.block-views-blockweb-block-banners-block-banner-content-bottom .views-row {
    padding: 0 1em;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.block-views-blockweb-block-banners-block-banner-content-bottom .content img {
    width: 100%;
    background: white;
}
.block-views-blockweb-block-banners-block-banner-sidebar .views-row {
    margin: 1em 0;
}
.block-views-blockweb-block-banners-block-banner-sidebar .views-row img {
    max-width: 100%;
}
.block-views-blockweb-block-banners-block-banner-sidebar .views-row:first-child {
    margin-top: 0;
}
.view-display-id-block_banner_highlighted .content img {
    width: 100%;
}
.view-display-id-block_banner_highlighted .banner-action_move {
    display: none;
}

.banner_image {
    position: relative;
    display: block;
}

.view-display-id-block_banner_highlighted  .banner_image {
    overflow: hidden;
    width: 100%;
    height: 478px;
    background-position: center center;
    background-repeat: no-repeat;
}

.view-display-id-block_banner_highlighted  .banner_image img {
    /*opacity: 0;*/
}

/*Default position*/
.banner_image .banner_link {
    text-decoration: none;
    position: absolute;
    top: initial;
    bottom: 8%;
    left: 5%;
    z-index: 2;

}
.view-display-id-block_banner_highlighted .banner_image .banner_link {
    width: 100%;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_top_left {
    top: 3%;
    left: 3%;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_top_center
/*.view-id-web_block_banners .banner_image .baner_link_position_top_center*/
{
    top: 3%;
    left: initial;
    text-align: center;
    width: 100%;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_top_right
/*.view-id-web_block_banners .banner_image .baner_link_position_top_right*/{
    top: 3%;
    right: 3%;
    text-align: right;
    left: initial;
}

.view-display-id-block_banner_highlighted .banner_image .baner_link_position_middle_left
/*.view-id-web_block_banners .banner_image .baner_link_position_middle_left*/{
    top: 25%;
    left: 3%;
}

.view-display-id-block_banner_highlighted .banner_image .baner_link_position_middle_center
/*.view-id-web_block_banners .banner_image .baner_link_position_middle_center*/{
    top: 35%;
    left: initial;
    text-align: center;
    width: 100%;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_middle_right
/*.view-id-web_block_banners .banner_image .baner_link_position_middle_right*/{
    top: 35%;
    right: 3%;
    text-align: right;
    left: initial;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_bottom_left
/*.view-id-web_block_banners .banner_image .baner_link_position_bottom_left*/{
    top: initial;
    bottom: 18%;
    left: 3%;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_bottom_center
/*.view-id-web_block_banners .banner_image .baner_link_position_bottom_center*/{
    top: initial;
    left: initial;
    bottom: 18%;
    text-align: center;
    width: 100%;
}
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_bottom_right
/*.view-id-web_block_banners .banner_image .baner_link_position_bottom_right*/{
    top: initial;
    bottom: 24%;
    right: 3%;
    text-align: right;
    left: initial;
}


.banner_image .banner_link_title-text {
    color: white;
}

.banner_image .banner_link_link-text {
    display: inline-block;
    background: transparent;
    color: #FCDB00;
    text-decoration: none;
    text-align: center;
    transition: all .5s ease-out;
    border-radius: 0;
}

.view-display-id-block_banner_highlighted .banner_image .banner_link_title-text {
    font-size: 30px;
    line-height: 30px;
}

.view-display-id-block_banner_highlighted .banner_image .banner_link_link-text {
    border: 2px solid #FCDB00;
    padding: 10px 30px;
    margin-top: 1em;
}
.view-display-id-block_banner_content_bottom  .banner_link_title-text {
    font-weight: bold;
}
.view-display-id-block_banner_content_bottom  .banner_link_link-text {
    font-size: 0.85em;
    font-weight: bold;
}
.view-display-id-block_banner_content_bottom  .banner_link_link-text:after {
    content: " >";
}
.view-display-id-block_banner_highlighted .banner_image .banner_link_link-text:focus,
.view-display-id-block_banner_highlighted .banner_image .banner_link_link-text:active,
.view-display-id-block_banner_highlighted .banner_image .banner_link_link-text:hover {
    /*Estos estilos son iguales para cualquier tipo de configuración*/
    color: #000000!important;
    background: #FCDB00!important;
    text-decoration: none;
    border: 2px solid #FCDB00!important;
}

.collapse_button .glyphicon-collapse-down {
    display: none;
}
.collapse_button.collapsed .glyphicon-collapse-down {
    display: inline-block;
}

.collapse_button .glyphicon-collapse-up {
    display: inline-block;
}
.collapse_button.collapsed .glyphicon-collapse-up {
    display: none;
}
.panel-regions .panel-heading .collapse_button {
    color: #444444;
    margin-left: 1em;
    display: inline-block;
}

/* ******************************************************************************
* ADMIN SECTIONS
*********************************************************************************/
.view-id-admin_sections .views-row:first-child .field-content a {
    margin-top: .4em;
}
.view-id-admin_sections .views-row .field-content a {
    display: inline-block;
    padding: .4em .8em;
}
.col-sm-12 .node-form {
    max-width: 75%;
}
.node-video-gallery-form  .filter-wrapper,
.node-image-gallery-form  .filter-wrapper,
.field--name-field-services-offered .filter-wrapper,
.node-image-gallery-edit-form .link-edit-summary,
.node-image-gallery-edit-form .filter-wrapper,
.node-video-gallery-edit-form .link-edit-summary,
.node-video-gallery-edit-form .filter-wrapper,
.node-section-content-edit-form .filter-wrapper,
.node-section-content-edit-form .link-edit-summary,
.node-section-content-form .link-edit-summary,
.node-section-content-form .filter-wrapper,
.node-used-edit-form .link-edit-summary,
.node-used-edit-form .filter-wrapper,
.node-used-form .filter-wrapper,
.node-used-form .link-edit-summary {
    display: none;
}
/*.node-section-content-form .link-edit-summary,*/
.repo-import-content {
    list-style: none;
    clear: both;
    padding-bottom: 1em;
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 1.5em;

    overflow: hidden;
}
.repo-import-content .repo_image {
    width: 100%;
    height: auto;
}
.repo_link-import {
    display: inline-block;
    margin-top: 1em;
}
.node-social-media-form #edit-preview,
.node-social-media-edit-form  #edit-preview {
    display: none;
}
/*.node-social-media-form .form-item-title-0-value {
    display: none;
}*/
/* ******************************************************************************
* SOCIAL MEDIA BLOCK
*********************************************************************************/
.view-web-block-social-media {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 15%;
}
.view-web-block-social-media .img-responsive {
    width: 36px !important;
    height: auto;
}

/* ******************************************************************************
* FROM ADD FIXED
*********************************************************************************/
.form-add-fixed,
.form-add-banner-fixed {
    background: white;
    border: 1px solid #666666;
    box-shadow: 1px 1px 3px 1px #444444;

    display: block;
    position: fixed;
    width: 50%;
    height: 90%;
    overflow: auto;

    top: 5%;
    left: 25%;
    z-index: 1033; /*le gana a dwm-overlay*/

    padding: 1em;
    padding-bottom: 2em;
}
.form-add-fixed h2 ,
.form-add-banner-fixed h2 {
    font-size: 24px;
    padding-bottom: .5em;
    /*border-bottom: 1px solid #DDDDDD;*/
    /*margin-bottom: .5em;*/
}
.form-add-banner-fixed .nav-tabs {
    margin-bottom: 1em;
    background: #E5E7E6;
    border-bottom: 2px solid #377C2B;
}
.form-add-banner-fixed .nav-tabs > li > a,
.form-add-banner-fixed .nav-tabs > li > a:hover,
.form-add-banner-fixed .nav-tabs > li > a:focus {
    border-color: transparent;
    color: #333333;
    margin: 0 .5em;
}
.form-add-banner-fixed .nav-tabs > li:first-child > a {
    margin-left: 1em;
}
.form-add-banner-fixed .nav-tabs > li.active > a,
.form-add-banner-fixed .nav-tabs > li.active > a:hover,
.form-add-banner-fixed .nav-tabs > li.active > a:focus {
    background: #F1F1F1;
    font-weight: bold;
    color: #377C2B;
    border-bottom: 2px solid #377C2B;
}
.banner-text-position-help-image {
    max-width: 300px;
    width: 100%;
    display: block;
}
/*.panel-text-banner,*/

/* ******************************************************************************
* HELPERS
*********************************************************************************/
.text-danger {
    color: #EF0C0C;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

[data-dwm-hidden] {
    display: none!important;
}
.btn-add-banner {
    display: none;
}
.dwm-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    z-index: 1032; /*le gana a la admin bar*/

    background: rgba(0,0,0,0.7);
}
.disabled-scrolling {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}




/**/
#draggableviews-table-admin-our-staff-page-1 thead tr th,
.view-admin-used-equipment table.table-striped thead tr th{
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  padding-left: 2px;
  text-align: left;
}

#draggableviews-table-admin-our-staff-page-1 tbody td,
.view-admin-used-equipment table.table-striped > tbody td{
  color: #656565;
  padding: 26px 26px 26px 2px;
  text-align: left;
  vertical-align: inherit;
}

#draggableviews-table-admin-our-staff-page-1.table-striped > tbody > tr:nth-of-type(2n+1),
.view-admin-used-equipment table.table-striped > tbody > tr:nth-of-type(2n+1){
    background: none;
}

#draggableviews-table-admin-our-staff-page-1.table-striped > tbody > tr:hover,
.view-admin-used-equipment table.table-striped > tbody > tr:hover{
    background: none;
}

#edit-submit-admin-our-staff{
    display: none;
}

.tabledrag-handle{
    color: #3C7C31;
}

#views-exposed-form-admin-our-staff-page-1{
    margin-top: 35px;
}

.intro strong{
    color: #FF5C26;
}


.user-logged-in .contact-message-used-contact-form,
.user-logged-in #form-consult-used{
    display: none;
}
.dwm-message {
    padding: 1em;
    margin: 1em 0;
}
.view-web-block-social-media .views-row{
    display: inline-block;
    margin-right: 5%;
}

.role-dwm_administrator.path-admin .form-item-weight,
.role-dwm_administrator.path-admin .form-item-selected,
.role-dwm_administrator.path-admin .form-item-redirect,
.role-dwm_administrator.path-admin .form-item-label,
.role-dwm_administrator.path-admin #edit-delete{
    display: none;
    visibility: hidden;
}

.role-dwm_administrator.path-admin .form-item-reply{
    margin-bottom: 15px;
}

.user-logged-in .node-external .form-submit,
.user-logged-in .node-external #edit-cancel{
    display: none;
}

.user-logged-in .node-external .node-confirm-form.confirmation .form-submit,
.user-logged-in .node-external .node-confirm-form.confirmation #edit-cancel{
    display: inline;
}
/*Carousel Styles*/
.view-display-id-block_banner_highlighted {
    position: relative;
    width: 100%;
    height: 478px; /* magic number */
    margin-bottom: 1em;
    overflow: hidden;
}
.view-display-id-block_banner_highlighted .view-content {
    height: 100%; /* arrastro el height */
}
.view-display-id-block_banner_highlighted .views-row {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
}
.view-display-id-block_banner_highlighted .views-row:first-child {
    z-index: 1;
    opacity: 1;
}
.view-display-id-block_banner_highlighted .carousel-pager {
    position: absolute;
    bottom: 1%;
    right: 1%;
    z-index: 100;
}
.carousel-pager .carousel_item {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #32761F;
    margin: 0 3px 0 0;
    padding: 1px 4px 0;
    cursor: pointer;
    font-size: 11px;
}
.carousel-pager .carousel_item:focus,
.carousel-pager .carousel_item:active,
.carousel-pager .carousel_item:hover {
    text-decoration: none;
    background: #DDD;
}

.carousel-pager .carousel_item_active {
    background: none repeat scroll 0 0 #F1CF00;
    color: #000000;
}

.carousel-pager .carousel_item_pause-resume {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    text-indent: -99999px;
    width: 14px;
    background: url("../img/banner_small_sprites.png") no-repeat scroll 0 0 transparent;
    position: relative;
    top: 3px;
}
.carousel_item_pause-resume.is-paused {
    background-position: -13px 0;
}
/* Warnings --------------------------------------------------------------- */
p.bg-warning {
    padding: 15px;
    border: 1px solid #8a6d3b;
    border-color: currentColor;
}
/* ************************************************************************ */

/* Admin sections news */
.view-admin-content-of-news caption {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin-top: .5em;
}
.view-admin-content-of-news td {
    width: 30%;
}
.view-admin-content-of-news td:first-child {
    width: 50%;
}
.view-admin-content-of-news td:last-child {
    width: 20%;
}
/* ************************************************************************ */

.search-block-form .description.help-block{
    display: none;
}
    
.role-authenticated .banner-action.banner-action-edit{
    background: url(../img/edit-icon.svg) no-repeat;
    width: 30px;
    height: 24px;
    display: block;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 3px 1px #AAAAAA;
    background-position: center;
    border-radius: 4px;
    position: absolute;
}
.role-authenticated .banner-action.banner-action-edit a{
    color:transparent;
}

.role-anonymous .banner-action.banner-action-edit{
    display: none;
}


.role-authenticated .view-web-block-location .views-field-edit-node{
  float: right;
  margin-right: 31px;
}

/* ORDER */
.role-authenticated .views-field.views-field-edit-node span.field-content,
.role-authenticated td.views-field.views-field-edit-node a
{
    background: url(../img/edit-icon.svg) no-repeat;
    width: 30px;
    height: 24px;
    display: block;
    background-color: #FAFAFA;
    box-shadow: 1px 1px 3px 1px #AAAAAA;
    background-position: center;
    /*border-radius: 4px;*/
    position: relative;
    top:0px;
    color: transparent;
}

.role-authenticated .views-field.views-field-edit-node span.field-content a{
    color:transparent;
}

.role-anonymous .views-field.views-field-edit-node span.field-content,
.page-node-type-used .field--name-field-nid-external{
    display: none;
}


.role-authenticated .views-field.views-field-edit-node span.field-content{
  /*float: right;
  margin-right: 31px;*/
}

.view.view-id-web_our_staff tr td.views-field-field-image{
    width: 10%;
}

.view.view-id-web_our_staff tr td.views-field-nothing{
    width: 35%;
}
.view.view-id-web_our_staff tr td.views-field-field-telephone{
    width: 15%;
    text-align:left;
}
.view.view-id-web_our_staff tr td.views-field-edit-node{
    width: 5%;
}
.view.view-id-web_our_staff tr td.views-field-field-main-contact{
    width: 5%;
}
.view.view-id-web_our_staff tr td.views-field-field-email{
    width: 35%;
}
body:not(.role-authenticated) .view.view-id-web_our_staff tr td.views-field-edit-node{
    display: none;
}
body.role-authenticated .view.view-id-web_our_staff tr td.views-field-nothing{
    width: 30%;
}
body.role-authenticated .view.view-id-web_our_staff tr td.views-field-edit-node{
    width: 5%;
}

/* Content Integration */
.path-page h1.page-header {
    display: none!important;
}
.path-page .main-container section.col-sm-12 {
    padding: 0;
}

#edit-sync-link {
    margin: 1em 0;
    display: block;
}





 	.image-wrapper.slides li{
		overflow: hidden;
	}
 
.role-authenticated.role-dwm_administrator #edit-field-nid-external-wrapper{
display:none;
}

#user-login-form #edit-name--description,
#user-login-form #edit-pass--description{
    display: none;
}

.navbar.navbar-default.admin-menu .otra {
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

.alert-warning.messages.warning{
    color: red;
    padding: 1em;
}

#node-company-area-form #edit-preview{
    display: none;
}

.field--name-field-attachment .field--label{
	display: none;
}

span.file-link a,.field--name-field-attachment .text-primary, span.file-size{
	color: #333;
}
/*.field--type-link #edit-field-link-0-uri--description{
	display: none;
}*/

button.btn-primary.icon-before,
button.btn-success.icon-before{
	font-weight: normal;
}


.text-center.admin-menu_button-collapse:not(.admin-menu_button-collapse_outside){
    position: fixed;
    left: 49%;
    z-index: 999;
    margin-top: 0;
}
/*
.text-center.admin-menu_button-collapse.admin-menu_button-collapse_outside{
	display: none;
}*/

#block-jdadministrationmenu{
	margin-top: 33px;
}

.btn-expand span,
.btn-collapse span{
	margin-right: 8px;
}
/*
.alert.alert-danger.alert-dismissible{
	display: none;
}*/

.role-authenticated .form-item.form-item-message,
.role-authenticated .form-item.form-item-reply
{
	display: none;
}

.alert-no-editable{
	display: none;
}
.user-logged-in .node-external .alert-no-editable{
	display:inline-block;
}

.field--widget-text-textarea-with-summary #edit-body-0-format{
display: none;
}

.group-location-map .panel-body{
    margin: 0;
    padding: 0;
}

a#form-consult-machines{
margin-left: 15px;	
}

.role-anonymous .filter-wrapper.form-inline{
	display: none;
}
/*
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	
}*/
.field--type-text-with-summary img,
.view-web-image-galleries .views-field-body .field-content img,
.view-id-web_block_home_news .views-field-nothing img{
	max-width: 100%;
}

.block-views-blockweb-block-banners-block-banner-highlighted .banner_image .banner_link_title-text{
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.view-display-id-block_banner_highlighted .banner_image .baner_link_position_bottom_right { left:auto; }
	
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_top_right	{ left:auto; }
.view-display-id-block_banner_highlighted .banner_image .baner_link_position_middle_right { left:auto; }
}

.form-item-copy.js-form-item-copy.checkbox{
	display:none;
}


#block-jdadministrationmenu .menu.nav > li > a {
padding: 9px 10px;
font-size:13px;
}
#block-jdadministrationmenu .menu.nav .link-user-guide{
	font-weight:bold;
	color:black;
}


#block-disclaimertext {
	margin: 0 -2px;
	padding: 0px 24px 23px 0;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 10px;
}
#block-disclaimertext p{
	font-size: 12px;
	line-height: 15px;
	padding-left: 11px;
	text-align: justify;
	color: #333;
}

.view-id-web_block_home_news .views-field .field-content p em{
font-style: normal;
}
/*apartado para template de construcion*/
.template-construction .site-header{
    background-image: url("../img/deere_logo_construction.png");
}
.template-construction .btn-default{
    border-color: #fdda01;
    background:#fdda01;
      /*color:#fdda01 ;*/
    color: #333;
}


.template-construction .btn-default:focus,.template-construction .btn-default:active,.template-construction .btn-default:hover{
    background:#fdda01;
    border-color: #fdda01;
    color: #333;
}

.template-construction a{
    color: #5e6a71;
}

.template-construction .view-web-block-location .views-exposed-form [data-drupal-selector="edit-branch-location"]{
    border-color: #fdda01;
}

.template-construction .views-exposed-form .form-type-select select{
    color: #333;
}
.template-construction .view-web-our-staff table caption,
.template-construction .location-page-view .views-field-title h2{
    color: #333;
}
.template-construction .button--primary,
.template-construction .btn-primary {
    background-color: #fdda01;
    border-color: #fdda01;
}


.template-construction .block-content.primary.dark-1 .container .content .cta .button2,
.template-construction .block-content.primary.dark-2 .container .content .cta .button2,
.template-construction .jd-component .button2, .jd-component .button5,
.template-construction .jd-component .button6, .jd-component .country-selector
.template-construction .country-link,
.template-construction .event-list.nested .content .show-more-container .show-more{
    color: #333;
    border: 2px solid #fdda01;
    text-decoration: none;
    background-color: #fdda01;

}
body.template-construction .button2:active,
body.template-construction .button2:hover,
body.template-construction .button2 {
    background-color: #fdda01;
}

/*fin template de construcion*/

.views-field-field-remote-image .remote-image-item{
    max-height: 185px;
}

.views-field-field-images-1 .img-responsive
{
     max-height: 185px;
     width: auto;
}

.page-node-type-used .img-responsive{
    width: auto; 
    max-height: 306px;
    margin: 0 auto;
}

