/* --------------------------------------------------------------
  
   RESET
   
-------------------------------------------------------------- */
body {
    line-height: 1.5;
    font-size: 14px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body.loading {
    opacity: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

nav ul {
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
    border: none;
}

/**/
body {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #000;
    background: #fff;
    line-height: 17px;
    overflow-y: scroll;
}

.ie6 body,
.ie7 body,
.ie8 body {
    overflow-y: auto;
}

input {
    font-family: inherit;
}

input[type="text"], input[type="email"], input[type="url"] {
    /*font-family: 'PT Sans', Calibri, sans-serif!important;
    font-size: 11px !important;
    border: solid 1px #000;
    line-height: 17px;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 33px;*/

}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
}

textarea {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 14px;
    padding-left: 5px;
    color: #000 !important;
    border: 1px solid #000;
}

.ie8 .menu-header-menu-container ul.menu li {
    margin-right: 5px;
}

.ie7 .menu-header-menu-container ul.menu li {
    margin-right: 5px;
}

.ie.ie7 #main-content {
    float: none;
}

.ie.ie7 #searchform input {
    width: 180px;
    height: 23px;
}

.ie.ie7 .social li {
    float: left;
}

/* Headings
-------------------------------------------------------------- */

h1 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
    float: left;
}

h2.title {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
}

h3.title {
    font-size: 18px;
    line-height: 18px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    margin-top: 0;
    font-weight: bold;
}

h1 a, h2 a, h3 a {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
}

/* Text elements
-------------------------------------------------------------- */

p {

    margin: 0 0 20px;
    color: #000;
    font-size: 15px;
    line-height: 19px;
}

a:focus, a:hover {
    color: #F27121;
    text-decoration: none;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

p a {
    color: #606060;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */

li ul,
li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

/* Tables
-------------------------------------------------------------- */

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
}

tr.even td {
    background: #e5ecf9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

/* Utils
-------------------------------------------------------------- */
.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*-------------------------------------------------------------
 GENERAL SITE
-------------------------------------------------------------- */
.container {
    width: 1140px;
    margin: 0 auto;
}

/* Main Content
-------------------------------------------------------------- */
#main-content {
    margin-bottom: 40px;
    margin-top: 5px;
    width: 1140px;
    float: left;
}

#main-content #first-row,
#main-content #content {
    width: 890px;
    float: left;
    height: auto;
    position: relative;
}

#main-content #sidebar {
    width: 250px;
    float: left;
    height: 100%;
    position: relative;
}

.one-third-column {
    width: 330px;
    float: left;
}

.one-third-column article {
    width: 300px;
    float: left;
    margin-bottom: 30px;
}

.two-third-column {
    width: 560px;
    float: left;
}

.two-third-column article {
    width: 530px;
    float: left;
}

.two-third-column article img, .one-third-column article img {
    width: 100%;
    height: auto;
}

.one-third-column article img {
    margin-top: 0;
}

.data-container {
    font-size: 13px;
    float: left;
    margin-top: 0;
}

.one-third-column h3 {
    margin-top: 5px;
    line-height: 18px;
}

.one-third-column h3 a {
    font-size: 18px;
    line-height: 18px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
}

.one-third-column .post-tags {
    border: none;
    margin-bottom: 0;
}

.taxonomies {
    margin-top: -5px;
    height: 22px;
    float: left;
    width: 100%;
}

.taxonomies a {
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: 'PT Sans', Calibri, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 2px 5px;
}

.taxonomies a.category-link {
    color: #FFF;
    background: #000;
    border: 1px solid #000;
}

.taxonomies a.typology-link {
    color: #000;
    background: #FFF;
    border: 1px solid;
}

.taxonomies a.country-link {
    color: #000;
    background: #FFF;
    border-bottom: 1px solid;
    margin-top: 1px;
    font-weight: normal;
}

.arqa-comunidad .category-container {
    background: #1788EB;
}

.left-pointer {
    height: 22px;
    width: 13px;
    background: url(../images/arqa-ui-201711.png) no-repeat;
    display: block;
    border: none;
    margin-right: 0;
    background-position: -32px -272px;
    float: left;
}

.left-single-pointer {
    height: 22px;
    width: 13px;
    background: url(../images/arqa-ui-201711.png) no-repeat;
    display: block;
    border: none;
    margin-right: 0;
    background-position: -64px -273px;
    float: left;
}

.time {
    border: none;
    float: left;
    color: #4D4D4D;
    font-size: 13px;
    font-family: 'PT Sans', Calibri, sans-serif;
    letter-spacing: 0;
    width: 100%;
    margin-top: 10px;
}

h6.metadata {
    margin: 6px 0;
    font-size: 12px;
    font-weight: normal;
    padding-left: 0;
    margin-top: 0;
    float: left;
    width: 100%;
}

h4.time {
    color: #606060;
    font-size: 15px;
    float: right;
    font-family: 'PT Sans', Calibri, sans-serif;
}

h6.metadata .author {
    color: #F27121;
}

h6.metadata .author a {
    font-family: 'PT Sans', Calibri, sans-serif;
    font-size: 14px;
    color: #F27121;
}

div.post-excerpt {
    margin-top: 0;
    font-size: 14px;
    float: left;
    line-height: 17px;
}

div.post-excerpt p {
    margin: 0;
    color: #000;
}

.post-tags {
    float: left;
    width: 100%;
    /* border-bottom : 1px solid #c0c0c0;*/
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.post-tags a {
    border-bottom: none;
    color: #F27121;
    display: inline-block;
}

/*Sidebar
*****************************************************************/

.adContainer {
    float: left;
    position: relative;
    background: #e3e3e3;
}

.sidebar h2, .latest-posts h2 {
    color: #FFF;
    letter-spacing: 1px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 12px !important;
    background: #000 !important;
    padding: 10px !important;
    float: left;
    width: 230px;
    display: block;
    line-height: 17px !important;
    text-transform: uppercase;
}

.sidebar .subscribe h2 {
    /*background-position: -149px 2px !important;*/
}

/* --------------------------------------------------------------
   HEADER
-------------------------------------------------------------- */

#header {
    background-color: #FFF;
    height: 105px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.min-header {
    height: 80px !important;
    position: fixed !important;
    width: 1140px !important;
    background: #FFF !important;
    top: 0;
    z-index: 100;
}

/* Logo
-------------------------------------------------------------- */

#logo-container {
    width: 95px;
    height: 110px;
    float: left;
}

#logo-container #site-logo {
    width: 100%;
    height: 100%;
    float: left;
    background: url('../images/arqa-ui-201711.png') no-repeat;
    text-indent: -9999px;
    background-position: -22px -7px;
}

.min-header #logo-container {
    display: none;
}

#name-slogan {
    width: 510px;
    height: 50px;
    float: left;
    margin-top: 60px;
    margin-left: 0;
}

.min-header #name-slogan {
    margin-top: 45px !important;
    margin-left: 0 !important;
    height: 45px !important;
}

#name-slogan .site-name {
    width: 150px;
    height: 35px;
    float: left;
    background: url('../images/arqa-ui-201711.png') no-repeat;
    text-indent: -9999px;
    display: none;
}

#name-slogan .site-name.internacional {
    background-position: -161px -49px;
}

#name-slogan .site-name.bolivia {
    background-position: -161px -92px;
}

#name-slogan .site-name.chile {
    background-position: -162px -132px;
}

#name-slogan .site-name.peru {
    background-position: -162px -170px
}

#name-slogan .site-name.uruguay {
    background-position: -162px -210px
}

#name-slogan .site-name.ecuador {
    background-position: -162px 0;
    height: 38px;
}

#name-slogan .site-name.colombia {
    background-position: -162px -315px;
    height: 38px;
}

#name-slogan .site-name.argentina {
    background-position: -162px -244px
}

#name-slogan #site-slogan {
    font-family: 'PT Sans', Calibri, sans-serif;
    color: #F27121;
    width: 100%;
    float: left;
}

.min-header #name-slogan #site-slogan {
    display: none !important;
}

#logo:hover {
    background-position: 0px 0px;
}

.min-header .social {
    margin-top: 28px !important;
}

/* Social
-------------------------------------------------------------- */
#header .social {
    height: 60px;
    width: 450px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: right;
    float: right;
    margin-right: 5px;
    margin-top: 0;
}

#header .social li {
    width: 25px;
    display: inline-block;
}

#header .social li a {
    line-height: 20px;
    display: block;
    vertical-align: top;
    padding: 3px 0;
}

#header .social li a:hover {
    color: #000;
}

#header .social li a span {
    background: url('../images/arqa-ui-201711.png') no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: bottom;
}

.subscribe-widget {
    float: left;
    margin-top: 15px;
}

/* --------------------------------------------------------------
   MAIN MENU
-------------------------------------------------------------- */
.menu-header-menu-container {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    margin-top: 25px;
    padding-top: 5px;
}

.menu-header-menu-container ul.menu {
    font-size: 11px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    float: left;
    background: #FFF;
    width: 100%;
    display: inline-block;
    padding: 0 !important;
}

.menu-header-menu-container ul.menu a:first-child {
    width: 100%;
}

.menu-header-menu-container ul.menu li {
    float: left;
    padding: 0 !important;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
    margin-right: 0;
    width: auto;
}

.menu-header-menu-container ul.menu li {
    margin-right: 10px;
    display: block;
    border-right: solid 1px #666;
    padding-right: 10px !important;
}

.menu-header-menu-container ul.menu li:last-child {
    margin-right: 0;
    border-right: none !important;
}

.menu-header-menu-container ul.menu .sub-menu {
    width: 100%;
    margin: 0;
    display: block;
    clear: both;
}

.menu-header-menu-container ul.menu .sub-menu li {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-top: 2px !important;
}

.menu-header-menu-container ul.menu .sub-menu li a {
    font-size: 10px !important;
    letter-spacing: 1px;
    padding: 0;
    padding-right: 9px;
    padding-left: 8px;
}

.menu-header-menu-container ul.menu .sub-menu li:first-child a {
    padding-left: 0;
}

.menu-header-menu-container ul.menu .sub-menu li:last-child a {
    padding-right: 0;
}

.menu-header-menu-container ul.menu li a {
    font-family: 'PT Sans', Calibri, sans-serif;
    font-style: normal;
    float: left;
    display: inline-block;
    height: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    width: auto !important;
}

#menu-header-menu {
    width: 1140px !important;
}

.current-menu-item > a, .current-menu-parent > a, .menu-item a:hover {
    color: #F27121 !important;
}

/* --------------------------------------------------------------
   HOME
-------------------------------------------------------------- */

/* Gallery
-------------------------------------------------------------- */

.camera_pag_ul {
    display: none !important;
}

#tempimage .home-gallery-info {
    background-color: rgba(255, 255, 255, 0.85) !important;
    padding: 20px !important;

}

.fluid_container {
    height: 375px;
    margin-bottom: 30px;
    margin-top: -15px;
}

.home-gallery-info {
    position: absolute;
    bottom: 24px;
    right: 35px;
    height: 280px;
    width: 202px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

.home-gallery-info .taxonomies a {
    padding: 2px 2px !important;
}

.home-gallery-info p{
    font-size: 14px;
    line-height: 16px;
}


/* Latest posts
-----------------------------------------------------------------*/
.latest-posts {
    width: 300px;
    float: left;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    background: #e3e3e3;
    margin: 30px 0 30px 0;
}

.latest-posts article {
    border: none;
    padding: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
}

.latest-posts h2 {
    background-position: -102px 5px;
    margin-top: -20px;
}

.latest-posts h3 {
    line-height: 18px;
    padding: 0 10px 10px 10px;
}

.latest-posts h3 a {
    font-size: 17px !important;
    padding-left: 0 !important;
    text-transform: none;
    line-height: 18px;
}

.latest-posts h4 {
    line-height: 20px;
    padding: 3px 10px;
}

.latest-posts h4 a {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
    font-size: 9px !important;
    text-transform: uppercase !important;
    padding: 3px 8px !important;
    background: #000 !important;
    color: #FFF !important;
    margin-top: 12px !important;
}

.latest-posts .latest-image {
    width: 280px;
    max-height: 180px;
    /*background-size: 100% !important;*/
    margin: 0 auto;
}

.latest-posts span {
    float: left;
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
    margin-top: 10px;
}

.latest-posts .view-all {
    line-height: 16px;
    margin-bottom: 20px;
    font-size: 10px;
}

.latest-posts .view-all .arrow-right {
    border-bottom: none;
    background: url(../images/arqa-ui-201711.png) no-repeat;
    background-position: -101px -276px;
    float: right;
    width: 16px;
    height: 11px;
    margin-top: 0;
}

/*CATEGORY
******************************************************************/

.category-content {
    margin-top: 20px;
}

.category-content span.post-excerpt {
    margin-top: 5px;
}

.category-content h6.metadata {
    margin-top: 5px;
}

.category-content h3 {
    margin-top: 15px;
}

h1.searchName {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    border: solid 1px #000;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

h1.categoryName {
    display: none;
}

.categoryFeed {
    width: 18px;
    height: 17px;
    float: right;
    background: url(../images/arqa-ui-201711.png) no-repeat #FFF;
    background-position: -159px -277px;
    margin-top: 1px;
    margin-right: 30px;
}

.post-image-category {
    width: 100%;
    height: 275px;
    float: left;
    background-size: contain !important;
}

.two-columns {
    width: 415px;
    height: 506px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
}

.two-columns .category,
.three-columns .category {
    margin-top: 0 !important;
}

.three-columns {
    width: 266px;
    height: 520px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
}

.three-columns h3 {
    font-size: 24px !important;
    line-height: 24px !important;
}

/******/
.new {
    width: 250px !important;
}

.widget-separator {
    list-style: none;
    border-top: 1px solid #000;
    float: left;
    width: 100%;
    margin-top: -1px;
}

/*Breadcrumbs
***************************************************************************/
.breadcrumb {
    float: left;
}

.breadcrumb-book {
    float: left;
    background: #000;
    color: #FFF;
    padding: 2px 10px;

}

.breadcrumb-book a {
    font-size: 11px;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-one-column #breadcrumbs .breadcrumb_last {
    display: none;
}

#breadcrumbs {
    width: 100%;
    margin-bottom: 0;
    float: left;
}

#breadcrumbs:first-child {
    background: #000;
    float: left;
    height: 22px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 5px;
    padding-top: 1px;
    line-height: 17px;
    padding-right: 0;
}

#breadcrumbs p:first-child span {
    display: none;
}

#breadcrumbs span span a, .breadcrumb_last {

    font-size: 10px;
    line-height: 19px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px;
    color: #FFF;
}

.breadcrumb_last {
    padding-right: 5px;
}

/*SINGLE
***************************************************************************/
#main-content {
    margin-top: 5px;
}

.single h1 {
    margin-top: 10px !important;
    font-size: 25px;
    line-height: 28px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
}

.sidebar {
    margin-top: 0;
}

.single .sidebar {
    margin-top: 50px !important;
}

.home .sidebar {
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.single .date {
    margin-bottom: 12px;
    font-size: 12px;
    color: #606060;
    font-weight: normal;
}

.single .excerpt {
    color: #000;
    float: left;
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 20px;
}

.top-sharebar {
    float: left;
    width: 100%;
}

.top-sharebar .arqa-share-container {
    float: left
}

.top-sharebar .regular-share-container {
    float: right;
}

div.like-box a span, div.like-box div span {

    font-size: 11px !important;
    margin-right: -11px !important;
    margin-top: 5px !important;
    border-right: 1px solid #000 !important;

    height: 19px !important;

}

.single .author {
    color: #606060;
    margin-bottom: 12px;
    display: inline-block;
}

.single .author a {
    color: #000;
}

.single ul {
    margin-left: 3em;
    line-height: 1.45;
}

.single li {
    list-style: none;
}

.single blockquote {
    margin: 1em 3em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em;
    font-style: normal;
}

.single footer {
    margin-top: 10px;
}

.single .published-by {
    margin-bottom: 20px;
}

.single .short-url {
    margin-bottom: 10px;
}

.single .comments {
    margin: 25px 0px 10px 0px;

}

.single .post-likes {
    float: right;
}

.single .gallery-column {
    width: 50%;
    float: left;
}

.single .gallery-column .relatedContainer {
    background: #f5f5f5 !important;
}

.single .gallery-container {
    width: 100%;
    clear: both;
}

.single .gallery-container.planos {
    margin-top: 40px;
    clear: both;
    display: inline-block;
}

.single .gallery-container .big-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}

.single .gallery-container .big-image .big-image {
    width: 100%;
    margin-bottom: 0px;
}

.single .gallery-container .thumbnails-container {
    width: 100%;
    margin-left: 0px;
}

.single .gallery-container .thumbnail, .single .gallery-container .medium, .single .gallery-container .large {
    -moz-opacity: 1;
    opacity: 1;
}

.single .gallery-container .thumbnail {
    display: inline-block;
    height: 90px;
    width: 90px !important;
    overflow: hidden;
    margin: 10px 10px 0px 0px;
}

.thumbnail a:hover img, .medium a:hover img, .large a:hover img {
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.widget h3, .gallery-container h3, .simple-comments h3 {
    font-size: 14px;
    color: #F27121;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single .category {
    width: auto !important;
    margin-top: 1px !important;
}

.single .taxonomies .time {
    font-size: 13px !important;
}

.single .sub-header-container {
    float: left;
    width: 100%;
    margin-top: 0;
}

.single .info-tecnica .title {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 17px;
    line-height: 15px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
}

.single .info-tecnica .dbody {
    float: left;
    width: 810px;
    padding-top: 0;
    font-size: 14px;
    color: #000;

}

.single .info-tecnica .dbody strong {
    color: #000;
    font-weight: bold !important;
    font-size: 14px;
}

.single .info-tecnica .dbody p {
    line-height: 1.5;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.single .gallery-column .relatedPost .vCentered, .simple-related-container .relatedPost .vCentered {
    height: 100px;
    width: 120px;
    background-size: 75% !important;
}

.single .gallery-column .relatedPost .vCentered, .simple-related-container .relatedPost {
    float: left;
}

.single .gallery-column .relatedTitle,
.simple-related-container .relatedTitle,
.relatedContainer .relatedTitle,
.single .comments {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 17px;
    color: #000;
    text-transform: none;
    margin-bottom: 12px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    padding: 10px 0 0 0;
}

.relatedContainer .relatedTitle {
    width: 855px;
}

.single h3 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
}

.single .gallery-column .relatedPost, .simple-related-container .relatedPost {
    display: inline-block;
    margin-bottom: 10px;
}

.single .gallery-column .relatedPost a img, .simple-related-container .relatedPost a img {
    max-height: 100px;
    max-width: 120px;
}

.single .gallery-column .relatedPost h5, .simple-related-container .relatedPost h5 {
    margin: 0px 0px 0px 10px;
    float: left;
    width: 275px;
    min-height: 52px;
}

.single .pre-footer {
    float: left;
    width: 855px;
    margin-top: 20px;
    padding: 0;
    border-bottom: solid 1px #000;
    margin-bottom: 0

}

.single .pre-footer .post-tags {
    float: left;
    width: 500px;
    min-height: 40px;
    border: none;
    padding-bottom: 0;
}

.single .pre-footer .short-url {
    float: right;
    width: 350px;
    height: 50px;
    margin-top: 0;
    text-align: right;
    font-size: 14px;
}

/* /SECOND COLUMN (GALLERY) */

.single.gallery #fotos {
    clear: left;
}

.single.gallery h3 {
    line-height: 1;
    color: #F27121;
    text-transform: uppercase;
    margin: 15px 0px;
}

.single.gallery .galeria {
    margin: 0px auto 30px;
}

/* /Search Page










/* Footer navigation
-------------------------------------------------------------- */

#footer {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    background-color: #FFF;
    height: 31px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding-left: 0;
    border-top: 2px solid #C1C1C1;
    padding-top: 4px;

}

#footer .menu-container {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

#footer nav,
#footer #footer-top {
    position: relative;
    top: 7px;
}

#footer nav {
    position: absolute;
    top: 8px;
    left: 88px;

}

#footer nav a {
    float: left;
    padding: 0;
    position: relative;
    color: #000;
    cursor: pointer;
    display: block;
    margin: 0 3px;
}

#footer a {
    color: #000;
    height: 32px;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

#footer a span {
    margin: 0 3px 0 0;
}

#footer nav a:hover span {
    color: #F27121;
}

#footer-top {
    cursor: pointer;
    display: block;
    float: left;
}

.close-button {
    position: absolute;
    top: -18px;
    right: -1px;
    background: #F27121;
    color: #FFF;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    width: 56px;
    text-align: center;
}

.close-button a, .close-button a:hover {
    color: #FFF !important;
}

/* Search Page
-------------------------------------------------------------- */

#searchContent {
    float: right !important;
}

.search {
    width: 1140px;
}

.filtersBox {
    height: auto;
    margin-bottom: 5px;
}

.filtersBox ul {
    padding-top: 0px;
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
}

.filtersBox ul li {
    line-height: 1.2;
    padding: 5px 0;
}

.filtersBox ul li a:hover {
    color: #F27121;
}

#filterLoadingMessage {
    text-align: center;
    width: 200px;
    height: 70px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    opacity: 0.8;
    padding-top: 15px;
}

#filtersContainer {
    width: 200px;
    float: left;
    height: auto;
    background-color: #EEE;

}

#filtersArea {
    width: 100%;
    float: left;
}

#filtersArea h2 {
    color: #666;
    font-size: 13px;
    margin-left: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 5px 10px;
}

#filtersArea .btn.moreButton {
    padding: 3px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.search .searchKeywords {
    font-size: 18px;
    line-height: 1.2;
    color: #666;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px;
}

.search .sectionHeader {
    float: left;
    background: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

#filtersArea h3 {
    color: #666;
    font-size: 12px;
    height: 15px;
    padding-left: 26px !important;
    height: 25px !important;
    padding-top: 12px !important;
}

#availableFilters {
    float: left;
    width: 100%;
    padding-left: 10px;
    background: #f5f5f5;
    font-size: 11px !important;
}

#selectedFilters {
    float: left;
    width: 90%;
    padding-left: 5%;
    margin: 5px 0px;
}

#selectedFilters ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#selectedFilters ul li {
    margin: 5px 0px;
    padding: 6px 20px 6px 10px;
    border-bottom: none;
    color: #606060;
    text-transform: uppercase;
    background-color: #DBDBDB;
    border-radius: 4px;
    line-height: 1.1;
    position: relative;
}

#selectedFilters ul li:hover {
    border-bottom: none;
    background-color: #CCC;
    color: white;
}

#selectedFilters ul li a {
    display: block;
}

#selectedFilters ul li a span {
    position: absolute;
    top: 4px;
    right: 5px;
    display: inline-block;
    cursor: pointer;
}

.popIn {
    position: relative;
    padding: 10px 15px;
    background-color: #fff;
}

.popIn h3 {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #000;

}

.popIn .ui-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.hiddenValues ul {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.hiddenValues
ul
li {
    line-height: 1.5em;
    float: left;
    display: inline;
    font-size: 12px;
}

.double li {
    width: 50%;
}

/* 2 col */
.triple li {
    width: 33.333%;
}

/* 3 col */
.quad li {
    width: 25%;
}

/* 4 col */
.six li {
    width: 16.666%;
}

/* 6 col */

.closeButton {
    float: right;
    margin-top: -43px;
}

/*JQueryUI*/

.ui-tabs {
    padding: 0 !important;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-widget-content {
    border: none;
    background: transparent;
    color: inherit;
}

.ui-widget-header {
    border: none;
    background: transparent;
    color: inherit;
    font-weight: normal;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none;
}

.ui-autocomplete {
    background: #FFF !important;
    width: 232px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    max-height: 550px;
    overflow-y: auto;
}

.ui-menu-item a.ui-state-focus {
    border: none;
    background: #f5f5f5;
    color: #F27121;
    margin: 0 !important;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    white-space: normal;
}

.ui-tabs-nav-item a {
    padding: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #FFF;
    font-weight: bold;
    color: #666;
}

#filtersArea .ui-helper-hidden {
    display: none;
}

#filtersArea .ui-helper-hidden-accessible {
    display: none !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

#filtersArea .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 12px;
    list-style: none;
}

#filtersArea .ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

#filtersArea .ui-helper-clearfix:after {
    clear: both;
}

#filtersArea .ui-helper-clearfix {
    zoom: 1;
}

#filtersArea .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

#filtersArea .ui-accordion {
    width: 100%;
}

#filtersArea .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    zoom: 1;
    font-size: 12px;
}

#filtersArea .ui-accordion .ui-accordion-li-fix {
    display: inline;
}

#filtersArea .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

#filtersArea .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

#filtersArea .ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

#filtersArea .ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

#filtersArea .ui-accordion .ui-accordion-content {
    padding: 1em 1em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

#filtersArea .ui-accordion .ui-accordion-content-active {
    display: block;
}

#filtersArea .ui-widget .ui-widget {
    font-size: 1em;
}

#filtersArea .ui-widget-content {
    border: 1px solid #f5f5f5;
    background: #fbfbfb;
    color: #666;
}

#filtersArea .ui-widget-content a {
    color: #666;
}

#filtersArea .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #666;
    font-weight: bold;
}

#filtersArea .ui-widget-header a {
    color: #666;
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
    background: #fff;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 5px;
    background: none;
    overflow: auto;
    zoom: 1;
    max-height: 400px;

}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    float: right;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-widget-overlay {
    background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/************************************************************************************
* WIDGETS
************************************************************************************/

/*Espaciado entre Widgets
----------------------------------------------------------------------------------*/
#socialContainer, #subscribeContainer, #pollContainer, #novedadesDelMercadoContainer, #metablogContainer, #twitterContainer, #estaSemanaContainer, #mostPopularVerticalContainer, #twitterContainer {
    margin: 15px 0 10px 0;
    width: 250px !important;
}

/*objeto del dia*/

.featuredObjectContainer {
    width: 250px;
    height: auto;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.one-third-column .featuredObjectContainer,
.one-third-column .featuredObjectContent {
    width: 300px;
}

.featuredObjectContainer .title {
    width: 100%;
    float: left;
    padding: 0 !important;
    line-height: 18px;
}

.featuredObjectContainer .wtitle a {
    font-size: 12px;
    background: #000;
    width: 230px;
    display: block;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.one-third-column .featuredObjectContainer .wtitle a {
    width: 280px;
    margin-bottom: 4px;
}

.featuredObjectContainer .readMore {
    margin: 0;
    margin-top: 10px;
}

.featuredObjectContainer .readMore a {
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}

.featuredObjectContainer .title img {
    float: left;
    display: block;
    margin-top: 0;
    margin-right: 0;
}

.featuredObjectContent {
    width: 250px;
    height: auto;
    float: left;
    font-size: 13px !important;
}

.featuredObjectContent .postImageContainer {
    width: 100%;
    height: auto;
    float: left;
    text-align: center
}

.featuredObjectContent .postImageContainer img {
    width: 100%;
    height: auto;
}

.featuredObjectContent .postDataContainer {
    padding: 0;
}

/*ads
--------------------------------------------------------------------*/
.adObjectStyle {
    float: left;
}

.bannerDescription {
    float: left;
    min-height: 23px;
    max-height: 40px;
    /*border-bottom: solid 1px #606060;*/
    width: 240px;
    padding: 5px !important;
    text-align: right;
    padding-right: 0;
    line-height: 13px;
    color: #606060;
    font-size: 13px;
}

.bannerDescription a {
    color: #606060;
    font-size: 13px;
}

.bannerDescription a:hover {
    color: #F27121;
}

#asideContainer {
    float: left;
    width: 250px;
}

/*Arqadia Connector
---------------------------------------------------------------------*/

.arqadiaConectorContainer {
    width: 250px;
    height: 470px;
    float: left;
    margin-bottom: 30px;
}

.arqadiaConectorContainer .arqadiaHeader {
    width: 250px;
    height: 40px;
}

.arqadiaConectorContainer .arqadiaHeader .arqadiaLogo span:hover {
    cursor: pointer;
    background-position: -134px -89px;
}

.arqadiaContent ul {
    margin: 0;
    margin-top: 0;
}

.arqadiaContent ul li {
    display: block;
    width: 250px;
    height: 85px;
    margin-bottom: 2px;
    background-color: #f5f5f5 !important
}

.arqadiaContent ul li:hover {
    opacity: 0.8;
}

.arqadiaContent ul li a {
    display: block;
    width: 140px;
    height: 49px;
    padding-left: 110px;
    padding-top: 36px;
}

.arqadiaContent .arquitectura {
    background: url('../images/arqadiaConector.jpg') no-repeat;
    background-position: 0px 0px;
}

.arqadiaContent .interiorismo {
    background: url('../images/arqadiaConector.jpg') no-repeat;
    background-position: 0px -85px;
}

.arqadiaContent .indumentaria {
    background: url('../images/arqadiaConector.jpg') no-repeat;
    background-position: 0px -170px;
}

.arqadiaContent .grafico {
    background: url('../images/arqadiaConector.jpg') no-repeat;
    background-position: 0px -255px;
}

.arqadiaContent .industrial {
    background: url('../images/arqadiaConector.jpg') no-repeat;
    background-position: 0px -340px;
}

/* TECHNICAL INFO WIDGET */
#techInfoContainer {
    margin: 70px 0px 15px 0px;
    width: 300px;
    float: left;
    height: auto;
    border-bottom: 1px solid #e9e9e9;
}

#techInfoContainer .dbody {
    padding: 10px 0px 0px 10px;
    line-height: 18px;
    font-size: .9em;
}

/* END TECHNICAL INFO WIDGET */

.galleria-stage {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.gotogallery {
    float: left;
    height: 10px;
    width: 410px;
    font-size: 11px;
    background: #ffffff;
}

.gotogallery a {

    display: block;
    text-transform: uppercase;
    font-size: 11px;
}

.gotogallery a {
    text-decoration: none;
    color: #000;
}

.gotogallery a:hover {
    color: #F27121;
}

.simple-comments {
    float: left;
    width: 850px;
}

.inline-comments-container textarea {
    min-height: 50px;
    width: 745px !important;
    resize: none;
    overflow: auto;
    vertical-align: top;
}

.inline-comments-container .inline-comments-content {
    border-bottom: 5px solid #FFF;
    float: left;
    width: 100%;
    background: #FFF !important;
}

.inline-comments-more-container .inline-comments-field input[type="text"], .inline-comments-more-container .inline-comments-field input[type="email"], .inline-comments-more-container .inline-comments-field input[type="url"] {
    margin: 15px 0 0 !important;
    width: 226px !important;
    border: 1px solid #000 !important;
    color: #666 !important;
}

.comment-content {
    float: left;
    width: 770px;
    font-size: 11px !important;
    margin-top: 15px;
}

.simple-related-container {
    width: 410px;
    float: left;
    margin-left: 30px
}

.simple-image {
    max-height: 150px;
    max-width: 150px;
    float: right;
}

#loadingSelector {

    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    opacity: 0.8;
}

#postCounter {
    position: fixed;
    bottom: 3px;
    right: 50%;
    z-index: 103;
    border-radius: 5px;
    color: white;
    background: black;
    opacity: 0.8;
    height: 18px;
    width: 160px;
    text-align: center;
    padding-top: 5px;
}

#infscr-loading {
    width: 140px;
    height: 55px;
    padding-top: 5px;
}

/*Subscribe
-----------------------------------------------------------*/
.subscribe-logo {
    float: left;
    background: url('../images/logoSuscripcion.png') no-repeat;
    width: 250px;
    height: 130px;
    background-position: -11px -9px;
}

.subscribe p {
    margin: 10px 0;
}

.subscribe-widget .newsletter-thumb {
    width: 210px;
    height: 95px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

#suscribe-message {
    padding: 7px;
    color: #111;
    font-size: 11px;
    float: left;
}

#suscribe-message .error {
    color: #666;

}

#suscribe-message .success {

}

.subscribe input[type="text"] {
    width: 238px;
    margin-bottom: 10px;
}

.unsubscribe-link,
.subscribe-link,
.subscribe .btn {
    width: 113px !important;
    background: #000 !important;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    height: 30px !important;
    color: #FFF !important;
    cursor: pointer !important;
    font-size: 10px !important;
    border: none !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    float: left !important;
    margin: 0 0 15px 0 !important;
    opacity: 1 !important;
}

.bmailing-sidebar .bmc-email {
    width: 100% !important;
    max-width: 232px;
    padding: 1px 1px 1px 10px;
    height: 20px !important;
}

.subscribe .subscribe-container {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.subscribe .subscribe-container .subscribe-actions,
.subscribe .subscribe-container .subscribe-actions {
    margin: 0 !important;
    width: auto !important;
    height: 0 !important;
    position: relative;
}

.subscription-page .subscribe .subscribe-container .subscribe-actions {
    width: auto !important;
    height: 0 !important;
    position: relative;
    margin-top: 25px !important;
}

.subscription-page .subscribe .subscribe-message,
.subscription-page .unsubscribe-message {
    text-align: left !important;
}

.subscription-page .subscribe .subscribe-container .bmc-list {
    margin: 10px 0 !important;
}

.subscription-page .subscribe .subscribe-container {
    padding: 0 !important;
}

.subscription-page h3 {
    margin: 20px 0;
}

.subscription-single h1,
.unsubscription-single h1 {
    margin-bottom: 25px;
}

.bmc-lists {
    float: left;
    display: none;
}



.subscribe .subscribe-message,
.unsubscribe-message {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    margin-top: 0 !important;
    font-size: 15px !important;
    margin-bottom: 10px;
    margin-top: 0 !important;
}

.bottom-popup .subscribe .subscribe-message,
.bottom-popup .unsubscribe-message,
.subscription-page .subscribe .subscribe-message,
.subscription-page .unsubscribe-message {
    text-align: left !important;
}

.subscribe .subscribe-container .bmc-loading {
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
}

#bmc-country-code,
.bmc-label {
    display: none !important;
}

.bottom-popup .subscribe .subscribe-message, .unsubscribe-message {
    margin-top: -10px !important;
}

.bottom-popup {
    height: 275px;
    width: 1140px;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #000;
    position: fixed;
    bottom: 0;
    padding: 15px;
    display: none;
    left: 50%;
    transform: translate(-50%, 0%);
}

.bottom-popup-col-40 {
    width: 40%;
}

.bottom-popup .subscribe-container {
    margin-top: 15px;
}

.bottom-popup .subscribe {
    margin: 0 auto;
}

.bottom-popup .subscribe-title {
    font-weight: bold;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    width: 100%;
}

.bottom-popup-close{
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.subscribe-widget p {
    margin: 0 !important;
}

.unsuscribe-link {
    position: relative;
    left: 170px;
    bottom: -60px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    color: #000 !important;
    font-size: 10px;
    margin-top: -42px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
}

.unsuscribe-link:hover {
    color: #F27121;
}

.newsletter-preview {
    background: #000;
    padding: 20px;
    float: left;
}

.newsletter-preview h3 {
    color: #F27121;
    font-size: 17px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}

.newsletter-preview p {
    color: #FFF;
    padding: 0;
    margin: 0;
}

.view-all {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 30px;
}

.view-all .arrow-right {
    background: url(../images/arqa-ui-201711.png) no-repeat;
    background-position: -101px -267px;
    float: right;
    width: 16px;
    height: 26px;
}

.up-pointer {
    background: url(../images/arqa-ui-201711.png) no-repeat;
    background-position: -368px -123px;
    display: inline-block;
    width: 20px;
    height: 12px;
}

.view-all.border-top {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

.view-all.border-bottom {
    border-bottom: 1px solid #666;
}

/*****/

form .acfd {
    display: none;
}

#full-categories {
    height: 270px;
    width: 1133px;
    position: fixed;
    bottom: 0;
    color: #000;
    z-index: 104;
    background: #FFF;
    display: none;
    padding-top: 10px;
    margin-bottom: 37px;
    border: solid 1px;
    padding-right: 5px;
    border-bottom: none;
}

#full-ategories-lbl {
    max-width: 90px;
    float: left;
    font-weight: bold;
}

.footer-navigation .menu {
    margin: 0;
    padding: 0;
}

.footer-navigation .menu li a {
    color: #FFF !important;
    background: #000;
    line-height: 15px;
    padding: 5px 5px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

.footer-navigation .menu li a:hover {
    text-decoration: none;
    color: #F27121;
}

.footer-navigation .menu li.menu-item {
    display: block;
    margin: 0px 36px 0px 25px;
    padding: 0px;
    width: 165px;
    float: left;
    font-size: 12px;
    line-height: 1.2em;

}

/*Ajustes eventos*/
.footer-navigation .menu li#menu-item-297791 {
    width: 120px;
}

.footer-navigation .menu li#menu-item-297823 {
    width: 160px;
}

.footer-navigation .menu a,
.footer-navigation .menu a:link,
.footer-navigation .menu a:hover,
.footer-navigation .menu a:visited,
.footer-navigation .menu a:active {
    text-decoration: none;
}

.footer-navigation .menu .sub-menu {
    position: absolute;
    top: 30px;
    max-width: 150px;
    padding: 0px;
    margin: 10px 0px;

}

.footer-navigation .menu .sub-menu li {
    height: 14px;
    line-height: 12px;
    min-height: 14px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    white-space: nowrap;
}

.footer-navigation .menu .sub-menu li a {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 12px;
    color: #000 !important;
    font-weight: normal;
    background: rgba(0, 0, 0, 0);
    letter-spacing: 0;
}

.footer-navigation .menu .sub-menu li a:hover {
    text-decoration: none;
    color: #F27121 !important;
}

.arqadia-links {
    background: url('../images/arqadia-buttons.png') no-repeat;
    width: 90px;
    height: 66px;
    float: left;
    margin-top: -10px;
    margin-left: 46px;

}

.arquitectura {
    background-position: 0px 0px;
}

.interiorismo {
    background-position: -90px 0px;
}

.indumentaria {
    background-position: -181px 0px;
}

.grafico {
    background-position: -272px 0px;
}

.industrial {
    background-position: -364px 0px;
}

.navigation a {
    color: #FFF !important;
}

.navigation a :hover {
    color: #FFF !important;
}

/* Tweaks pagina de galerias. */

.galleria-close {
    background-position: 0 -50px !important;
}

/* PAGINACION
 ********************************************************************/

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #000 !important;
    background-color: #FFF !important;
    font-family: 'PT Sans', Calibri, sans-serif !important;
}

.wp-pagenavi a:hover {
    border: 1px solid #c1c1c1 !important;
}

.wp-pagenavi span.current {
    border: 1px solid #c1c1c1 !important;
}

.page-navi-container {
    float: left;
    margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*NOTAS RELACIONADAS
****************************************************************************/
.relatedContainer {
    width: 855px;
    min-height: 100px;
    float: left;
    clear: both;
    margin: 20px 0px 10px 0px;
    padding-bottom: 10px;
    /*background: #F2F2F2;*/
    background: #FFF;
    padding-top: 10px;

}

.related {
    width: 120px;
    min-height: 120px;
    float: left;
    margin-right: 28px;
}

.related .image {
    width: 120px;
    height: 80px;
    float: left;
}

.related .image .imgContainer {
    width: 100%;
    height: 100%;
}

.related .title {
    width: 120px;
    min-height: 20px;
    float: left;
    margin-top: 5px;
}

.related .title a {
    font-size: 14px;
}

.relatedTitle {
    float: left;
}

.relatedLink {
    float: right;
    width: 66px;
}

.relatedLink a {
    text-decoration: none;
    display: block;
    text-transform: none;
    font-size: 13px;
    margin: 0;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}

.relatedLink a:hover {
    color: #F27121;
}

/************************/
.eventData {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.eventData .date {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    color: #666;
    background: #E0E0E0;
    padding: 3px;
    display: block;
    width: 120px;
    float: left;
    margin-bottom: 5px;
}

.eventData .to-do {
    background: #FFF084 !important;
    display: block;
    width: 142px;
    padding: 3px 0;
    float: left;
    margin-bottom: 0px;
    text-align: center;
}

.eventData .in-progress {
    background: #B9F5B7 !important;
    display: block;
    width: 142px;
    padding: 3px 0;
    float: left;
    margin-bottom: 0px;
    text-align: center;
}

.eventData .done {
    background: #FF9884 !important;
    display: block;
    width: 142px;
    padding: 3px 0;
    float: left;
    margin-bottom: 0px;
    text-align: center;
}

/*Nota Single One Column*/

.one-column {
    width: 855px;
    float: left;
}

.one-column .gallery {
    position: relative;
    margin: 5px auto;
    float: left;
}

.one-column .gotogallery {
    width: 850px;
    height: 14px;
    margin-left: 0px;
}

.text-column .data, .text-column header {
    float: left;
    width: 400px;
}

.header-one-column .share-container {
    float: left;
}

.footer-single {
    float: left
}

span.separator {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.footer-single .info-tecnica {
    width: 835px;
    float: left;
    margin-top: 0;
    background: #EDEDED;
    margin-right: 10px;
    padding: 10px;
}

.footer-single .simple-comments {
    float: left;
    background: #FFFFFF !important;
}

.footer-single .share-container {
    float: left;
    height: 50px;
    width: 865px
}

.footer-single .short-url {
    float: right;
    width: 300px;
    margin-top: -44px;
}

.footer-single .published-by, .footer-single .post-tags {
    float: left;
    width: 810px;
}

.footer-single .related {
    width: 147px;
}

.footer-single .relatedContainer {
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.footer-single .related .image {
    width: 147px;
    height: 147px;
    float: left;
}

.commentlist {
    width: 300px;
}

.adArrow {
    background: url(../images/arqa-ui-201711.png) no-repeat;
    background-position: -86px -273px;
    position: absolute;
    bottom: 17px;
    z-index: 0;
    width: 16px;
    height: 18px;
}

.galleria-errors {

    display: none;
}

/*EDITORIAL*/
.chapters-container {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.chapters-container h4 {
    margin-left: 0px;
    border-bottom: 1px solid #C1C1C1;
}

.chapter {
    width: 260px;
    max-height: 365px;
    min-height: 140px;
    float: left;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: solid 1px #f5f5f5;
    /*background:#fafafa;
    text-align:center;*/
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition-property: opacity;
    transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.5s;
}

.imageClass {
    min-height: 365px !important;
}

.chapter:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.chapter .image {
    width: 260px;
    height: 200px;
    float: left;
    margin-bottom: 10px;
}

.chapter .excerpt {
    line-height: 15px;
    margin-top: 10px;
}

.books .content, .chapters .content {
    width: 870px !important;
}

.books .sidebar, .chapters .sidebar {
    width: 250px !important;
    margin-left: 10px !important;
}

.book-image {
    width: 100%;
    height: 300px;
    float: left;
    margin-top: 10px;
}

.book-description {
    width: 250px;
    height: 280px;
    float: left;
    color: white;
    font-size: 13px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    padding-top: 10px;
}

.book-long-description {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
}

.books-navigation {
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    min-height: 35px;
    font-size: 14px;
}

.books-navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.books-navigation ul li {
    background-image: url(../images/st_next.png);
    background-color: whiteSmoke;
    background-repeat: no-repeat;
    background-position: 794px 4px;
    padding-left: 14px;
    height: 25px;
    padding-top: 10px;
    float: left;
    width: 856px;
    margin-bottom: 2px;
    background-size: 15px;
}

.books-navigation .prev {
    background-image: url(../images/st_prev.png) !important;
    background-position: 3px 4px;
    padding-left: 42px;
    width: 771px;
    background-size: 15px;
}

.books .books-navigation ul li {
    background-position: 845px 4px;
}

.books-navigation .next {
    text-align: right;
    padding-right: 44px;
    width: 755px;
}

/*.books-navigation ul li:hover{
	background-image: url(../images/st_next_hover.png);
}*/
.next-label {
    float: left;
    margin-bottom: 0px;
    margin-top: 20px;
}

.chapter-footer {
    float: left;
    width: 100%;
}

.sideIndex {
    float: left;
    padding-bottom: 10px;
    border-top: 1px solid #C1C1C1;
    padding-top: 10px;
}

.sideIndex ul {
    margin: 0 0 5px 1.5em;
}

.sideIndex ul li {
    margin: 5px 0 5px 0;
    list-style: square;
}

.sideIndex .taxo-index {
    background: #f5f5f5;
    display: block;
    min-height: 13px;
    padding-top: 10px;
    margin-bottom: 4px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 2px;
    border-bottom: 1px solid #E0E0E0;
}

.currentSection {
    font-weight: bold;
}

/*END EDITORIAL*/

/*FILTER CATEGORY*/

.navigator-tabs {
    float: left;
    width: 854px;
    display: none;
}

.author-tab, .tipologies-tab, .filters-button {
    display: block;
    width: 416px;
    float: left;
    height: 20px;
    background: #E2E2E2;
    padding-top: 6px;
    text-align: left;
    margin-top: 1px;
    text-transform: uppercase;
    padding-left: 10px;

}

.author-tab {
    border-right: 1px solid #fff;
    height: 40px;
}

.tipologies-tab {
    border-left: 1px solid #fff;
    height: 40px;
}

.filters-button {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 13px;
    width: 250px;
    float: right;
    cursor: pointer;
    background: #FFF;
    margin-top: 30px;
    text-transform: uppercase;
}

.like-box, .favorites-button {
    float: right !important;
    margin-top: 5px !important;
}

#do-filters .search-icon {
    width: 30px;
    height: 39px;
    float: left;
    background: url(../images/arqa-ui-201711.png) no-repeat #FFF;
    background-position: -14px -224px;
    margin-left: 5px;
}

.filters-button span {
    float: left;
}

.filters-button .icon {
    margin-left: 10px;
}

.remove {
    display: none;
    width: 121px;
}

.remove .ui-icon-close {
    float: left;
    width: 15px;
    margin-top: -2px;
    margin-left: 2px;
}

.navigator-container {
    width: 860px;
    float: left;
    height: 65px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.author-filter-container, .tipology-filter-container {
    width: 430px;
    height: 56px;
    padding-top: 10px;
}

.tipology-filter-container {
    float: right;
    padding-left: 14px;
    width: 416px;
}

.author-filter-container label, .tipology-filter-container label {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    width: 100%;
    text-transform: uppercase;
    font-size: 9px;
    float: left;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
}

.tipologies-tab-content, .author-tab-content {
    width: 430px !important;
    margin-left: 0;
    float: left;
}

#authors-p, #tipologies-p {
    margin-left: 10px;
    width: 400px;
}

.select2-container, .select2-choice {
    border: none !important;
}

.select2-container {
    width: 172px;
    margin-top: 15px;
    border-bottom: 1px solid !important;
    border-right: 1px solid !important;
    margin-right: 15px;
}

.select2-choice, .select2-input, .select2-drop {
    background: #FFF !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.select2-container .select2-choice div b {
    background-color: #FFF !important;
}

.select2-container .select2-choice div {
    border: none !important;
}

.filter-label {
    float: left;
    border: solid 1px;
    padding: 2px 5px;
    margin-right: 10px;
    margin-top: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

/*****/

#content {
    /*display:none;*/
}

.more-categories {
    width: 250px;
    height: 50px;
    float: left;
}

.sym {
    position: absolute;
    width: 10px;
    margin-top: 2px;
    left: 5px;
}

#widget-collapscat-2-top li.collapsing.categories.item {
    float: left;
    width: 100%;
}

.expand, .collapse {
    width: 100%;
    float: left;
}

.expandable > a {
    display: block;
    width: 218px;
    float: left;
    background: #f5f5f5;
    height: 19px;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 7px;
    margin-bottom: 6px;
}

.pre-sidebar {
    width: 250px;
    float: left;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
}

.pre-sidebar h3 {
    margin-left: 15px;
    margin-bottom: 5px;
    float: left;
}

.pre-sidebar li {
    list-style: none;
}

.collapse ul {
    margin-bottom: 10px;
}

.filter-loader {
    display: none;
}

/*Taxonomias y categorias - widgets*/

.widget_taxonomy, .widget_collapscat {
    list-style: none !important;
    margin-bottom: 10px !important;
    float: left !important;
    margin-top: 10px !important;
    padding: 0;
    width: 250px;

}

/*
.widget_taxonomy h2, .widget_collapscat h2{
    background: #000;
    border: none;
    color: #FFF;
    font-size: 14px !important;
    letter-spacing: 0;
    padding: 5px !important;
    line-height: 17px !important;
}*/
.widget_collapscat .widgettitle {
    margin-top: 5px !important;
    margin-bottom: 25px !important;
}

.widget_taxonomy ul {
    margin: 0 !important;
    background: #FFF;
    padding: 0;
}

.widget_collapscat ul {
    margin: 0 !important;
    padding: 0 !important;
    background: #FFF;
}

.widget_taxonomy ul li, .widget_collapscat ul li {
    display: block;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    padding-left: 5px;
}

.widget_collapscat ul li {
    display: inline-block !important;
    width: 100%;
}

.widget_collapscat ul li a {
    padding-right: 5px;
}

.widget_taxonomy ul li a, .widget_collapscat ul li a {
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.expand, .collapse {
    width: 100%;
    float: left;
}

.expand a, .collapse a {
    font-size: 12px !important;
    color: #000;
    line-height: 30px !important;
    float: left;
    padding-left: 0;
    font-weight: bold;

}

.expandable div ul li {
    width: 100% !important;
    float: left !important;
    display: block !important;
    padding-left: 0 !important;

}

.expandable div ul {
    display: block;
    float: left;
    margin-left: 0 !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
}

.widget_collapscat .list li.collapsing.categories.self > a {
    font-weight: normal !important;
    color: #F27121;
}

.expand, .collapse {
    width: 100%;
    float: left;
    background: #FFF;
    color: #000 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: bold;
    padding: 3px 0;
}

.widget_collapscat .list li:nth-child(1) .expand,
.widget_collapscat .list li:nth-child(1) .collapse {
    margin-top: -19px !important;
}

.widget_collapscat .list li.collapsing.categories.expandable {
    list-style: none;
    padding: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
    background: #FFF;
    margin-top: -6px;
}

/*
.widget_collapscat{
	list-style:none;
	float:left;
	width:250px;
    margin-top: 10px;
	
}*/

/*NetworkNavigation*/
.network-navigation {
    background: #000;
    width: 100%;
    min-width: 1140px;
    height: 30px;
    float: left;
    position: fixed;
    z-index: 100;
}

.network-menu {
    width: 1140px;
    height: 26px;
    margin: 0 auto;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 7px;
}

.network-menu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    color: #E2E2E2;
    text-transform: uppercase;
    font-size: 96%;
}

.network-menu li a {
    text-decoration: none;
    color: inherit;
}

.network-menu li a:hover {
    color: #F27121;
}

.network-menu .current {
    color: #F27121;
}

.network-menu li {
    padding: 0px 10px;
}

.network-menu li:first-child {
    padding-left: 0px;
}

.ui-autocomplete-category {
    color: #F27121;
    font-weight: bold;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.really_simple_share {
    width: 350px;
    float: left;
}

.go-to-ficha {
    width: 213px;
    float: right;
    margin-top: 4px;
    text-align: left;
    padding-right: 10px;
}

.galleria-container {
    float: left !important;
}

.adObjectStyle {
    float: left;
}

.loading-page {
    margin-top: 10px;
    float: left;
    height: 30px;
}

#home-slideshow {
    height: 375px;
}

/*gallery preview*/
.gallery-preview {
    width: 860px;
    float: left;
    height: 568px;
}

.first-image {
    width: 858px;
    float: left;
    height: 400px;
    margin-top: -15px;
    background-color: #F5F5F5 !important;
}

.thumbnail-container {
    width: 864px;
    float: left;
    height: 200px;
    margin-top: 6px;
}

.gallery-thumbnail {
    float: left;
    width: 138px;
    height: 138px;
    background-size: 100% !important;
    margin-right: 6px;
    background-color: #f5f5f5 !important;
}

.gallery-access {
    float: left;
    display: block;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none !important;

}

.opacity-effect {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /*transition-property: opacity;
    transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.5s;*/
}

.opacity-effect:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

#MainBody {
    margin-top: 15px;
    margin-bottom: 40px;
    float: left;
}

.group-field {
    float: left;
    width: 400px;
    min-height: 50px;
    font-size: 12px;
}

.group-field p {
    font-size: 12px;
}

.grouped-field {
    float: left;
    margin-right: 30px;
    width: 350px !important;
    margin-bottom: 10px;
}

.grouped-field-textarea {
    float: left;
    margin-right: 30px;
    width: 387px;
}

.grouped-field-textarea textarea {
    width: 390px !important;
}

.fields-separator {
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
    width: 400px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 12px;
}

.wpcf7 {
    float: left;
}

div.wpcf7-validation-errors {
    background: #FF7373;
    float: left;
    padding: 6px;
    width: 300px;
    margin-left: 92px;
    margin-top: -51px;
    border: none;
    color: #FFF;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -3px !important;
    left: 9px !important;
    z-index: 99 !important;
    background: #FF7373 !important;
    border: none;
    width: 250px !important;
    padding: 2px;
    border-top: none;
    font-size: 11px !important;
    color: #fff;
}

.check-group span.wpcf7-not-valid-tip {
    top: -18px !important;
}

div.wpcf7-mail-sent-ok {
    background: #0ed189;
    float: left;
    padding: 6px;
    width: 300px;
    margin-left: 92px;
    margin-top: -51px;
    border: none

}

.wpcf7-list-item {
    font-size: 12px;
}

.grouped-field input[type="text"],
.grouped-field input[type="password"],
.grouped-field input[type="search"],
.grouped-field textarea {
    color: #666;
    border: 1px solid #CCC;
    border-radius: 3px;
    height: 25px;
    width: 350px;
}

.group-field
input[type="submit"]:hover {
    border-color: #CCC #BBB #AAA #BBB;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

.group-field
input[type="submit"] {
    border: 1px solid #CCC;
    border-radius: 3px;
    background: #E6E6E6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.acreditation-side {
    float: left;
    width: 400px;
    border-right: solid 1px #e5e5e5
}

.event-side {
    float: left;
    width: 680px;
    margin-left: 55px;
}

.event-side img {
    width: 100%;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #f00;
}

.inline-comments-more-handle {
    font-family: 'PT Sans', Calibri, sans-serif !important;
}

.contact-page .page input[type="text"],
.contact-page .page input[type="email"],
.contact-page .page input[type="url"] {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 13px !important;
    border: solid 1px #000;
    line-height: 17px;
    height: 25px;
    padding-left: 10px;
    width: 350px;
}

.contact-page .page textarea {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 13px !important;
    border: solid 1px #000;
    line-height: 17px;
    padding-left: 10px;
    width: 350px;
    height: 130px;
}

.contact-page .page input[type="submit"] {
    width: 50px;
    background: #F27121;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    height: 25px;
    color: #FFF;
    cursor: pointer;
    font-size: 13px;
    border: none;
    text-transform: lowercase;
}

.ui-menu .ui-menu-item a .sa-found-text {
    color: #F27121;
}

.footer-social-container {
    float: left;
}

.footer-social-container a {
    font-size: 16px !important;
}

.section-title, .section-title-big {
    float: left;
    padding: 10px;
    background: #000;
    color: #FFF;
    width: 280px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.section-title-big a {
    color: #FFF !important;
}

.section-title-big {
    width: 510px !important;
}

.sidebar .section-title {
    width: 230px !important;
}

.section-title.empresas {
    background: #B8244C;
}

.section-title.comunidad {
    background: #1055ac;
}

/*SEARCHBOX*/

.min-header .search-container {
    display: none;
}

.arqa-search.sa_searching {
    background: url(../loading.gif) no-repeat right;
}

.sa_searching {
    background: url(../loading.gif) no-repeat right;
}

.search-container {
    float: left;
    height: 36px;
    position: relative;
}

.search-box {
    width: 248px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 0;
    margin-top: -1px;
    margin-bottom: 15px;
    border-left: 0;
    border-top: 0;
}

.search-box.in-content, .search-box.in-content-2 {
    width: 248px;
}

.search-box .arqa-search {
    height: 22px;
    width: 199px;
    padding-left: 5px;
    font-size: 11px !important;
    border-radius: 0;
    margin-left: 7px;
    margin-top: 6px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    outline: none;
}

.search-box.in-content .arqa-search, .search-box.in-content-2 .arqa-search {
    width: 230px;
}

.search-box .btn.search {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 2px;
    right: 5px;
    box-shadow: none !important;
    border: none !important;
    outline: none;
    background: #FFF;
}

.search-box .search .icon, .filters-button .icon {
    background: url('../images/arqa-ui-201711.png') no-repeat -14px -221px !important;
    width: 36px;
    height: 26px;
    display: block;
    float: right;
    margin-right: -10px;

}

.search-box .search:hover .icon {
    background-position: -21px -148px;
}

.ui-autocomplete {
    z-index: 200 !important;
    border-radius: 0 !important;
    border: 1px solid #C1C1C1;
    font-size: 13px;
}


.ui-autocomplete {
    width: 244px !important;
    border: 1px solid #000 !important;
    border-top: none !important;
    margin-top: 4px !important;
}

.in-content .ui-autocomplete, .in-content-2 .ui-autocomplete {
    width: 244px !important;
}

/*TODO: Temporal hasta pasar todos los diseños a PROD */
.ui-menu .ui-menu-item a {
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #000 !important;
    margin-bottom: 2px;
}

.ui-menu .ui-menu-item a .sa-found-text {
    font-weight: bold !important;
    color: #000 !important;
}

.search-intro {
    text-transform: uppercase;
    color: #F5F5F5;
    font-size: 11px;
    margin-left: 17px;
    margin-top: 24px;
    margin-bottom: 18px;
}

#wp-admin-bar-search {
    visibility: hidden;
}

/*ARQADIA*/

.arqadia-flyer {
    width: 250px;
    height: 400px;
    background: url(../images/arqadia/flyer-arqadia-all-2.png) no-repeat;
    margin-bottom: 15px;
}

.arqadia-flyer:hover {
    background-position: 0 -401px;
}

.widget.widget_text {
    list-style: none;
    float: left;
}

.widget_sp_image {
    list-style: none !important;
    margin-top: 15px !important;
}

.search-section-title {
    font-size: 10px;
    line-height: 19px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 5px;
    letter-spacing: 1px;
    color: #FFF;
    background: #000;

}

.search-subsection {
    float: left;
    width: 280px;
    border-left: 1px solid;
    height: 150px;
}

.search-subsection-content {
    float: left;
    width: 280px;
    height: 120px;
    overflow-y: auto;
    margin-top: 10px;
}

.search-subsection-content a {
    font-size: 14px;

}

#first-row .eic-frame {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    margin-top: -5px;
    padding-top: 0;
}

#first-row {
    margin-bottom: 10px;
}

.arqa-empresas article,
.arqa-empresas article img {
    width: 250px !important;
    height: auto;
}

.arqa-empresas article {
    margin-bottom: 15px;
    float: left;
}

/*ARQA Comunidad Widget*/
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom: 1;
}

.arqa-comunidad-widget ol {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 5px;
}

.arqa-comunidad-widget h2.active {
    border-bottom: none;
}

#outer {
    width: 299px;
    height: 510px;
    float: left;
}

.acw-image-container {
    width: 100%;
    height: 150px;
    background-size: cover !important;
    background-color: #e5e5e5;
    background-position: 50% 65% !important;
}

.arqa-comunidad-widget li {
    padding: 8px 0;
}

.arqa-comunidad-widget a,
.arqa-comunidad-widget a:active {
    color: #000;
}

.arqa-comunidad-widget a:hover {
    color: #000;
}

.arqa-comunidad-widget ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 15px;
    width: 100%;
    padding-top: 180px;
    margin-left: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
}

.arqa-comunidad-widget li {
    font-size: 40px;
    margin-left: -45px;
    padding-left: 15px;
    top: -4px;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    z-index: 10;
    color: #d8d8d8;
    width: 95%;
}

.arqa-comunidad-widget li:hover, .arqa-comunidad-widget li.c-hover {
    background: #f4f4f4;
    position: relative;
    z-index: 10;
}

.arqa-comunidad-widget li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: none;
}

.arqa-comunidad-widget li:hover span, .arqa-comunidad-widget li.c-hover span,
.arqa-comunidad-widget li:hover a, .arqa-comunidad-widget li.c-hover a {
    color: #1055ac;
}

.arqa-comunidad-widget li:hover:before, .arqa-comunidad-widget li.c-hover:before {
    color: #1055ac;
}

.arqa-comunidad-widget li:hover:after, .arqa-comunidad-widget li.c-hover:after {
    content: " ";
    width: 1000px;
    min-height: 52px;
    background: #f4f4f4;
    position: absolute;
    left: -500px;
    top: 0;
}

.arqa-comunidad-widget li:before {
    list-style-type: none;
}

.arqa-comunidad-widget ol li a {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    /*padding-left: 35px;*/
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 70%;
    font-family: "PT Sans";
    text-transform: capitalize;
}

.ac-post-title {
    padding-left: 60px;
    line-height: 14px !important;
}

.arqa-comunidad-widget ol li a:before {
    content: " ";
    display: block;

    position: absolute;
    height: 1px;
    width: 260px;
    bottom: -9px;
    left: 0;
}

.arqa-comunidad-widget h2 {
    border-bottom: none;
    width: 50%;
    display: block;
    float: left;
}

.arqa-comunidad-widget h2 a {
    color: rgb(90, 90, 90);
    background: rgb(216, 216, 216);
    padding: 10px 15px 10px 10px;
    display: inherit;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 1px;
}

.arqa-comunidad-widget h2 a:hover {
    color: #000;
}

.arqa-comunidad-widget h2.active a {
    color: #000;
    background: #ededed;
}

#list-popular, #list-comments {
    background: #ededed;
    overflow: hidden;
    position: relative;
}

#list-popular div.acw-image-container,
#list-comments div.acw-image-container {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 270px;
}

#popularImage1,
#commentsImage1 {
    display: block;
    z-index: 5;
}

#popularImage2,
#popularImage3,
#commentsImage2,
#commentsImage3 {
    z-index: 4;
}

#popular2:hover ~ #popularImage2,
#popular2.c-hover ~ #popularImage2,
#popular3:hover ~ #popularImage3,
#popular3.c-hover ~ #popularImage3,
#comments2:hover ~ #commentsImage2,
#comments3:hover ~ #commentsImage3 {
    z-index: 6;
}

.author-photo a img {
    width: 50px;
    height: 50px;
    border-radius: 0;
}

.author-photo, .author-meta {
    float: left;
}

.author-meta {
    margin-left: 10px;
    padding-top: 0;
    margin-top: -1px;
    width: 75%;
    position: absolute;
    bottom: 11px;
    padding-left: 51px;
}

.author-meta a {
    text-transform: uppercase !important;
    font-size: 10px !important;
    letter-spacing: 1px !important;
}

.popularLink {
    min-height: 55px;
    position: relative;
}

.popularLink .ac-post-title {
    position: absolute;
    top: 8px;
}

.quick-bar-button {
    float: right;
    height: 33px;
    margin-top: 12px;
    margin-bottom: 0;
    border: 1px solid;
    width: 297px;
}

.quick-bar-button .internal-quick-button-container {
    padding-left: 25px;
    padding-top: 8px;
    position: relative;
}

.quick-bar-button .internal-quick-button-container a {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 42px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000;
}

.quick-bar-button .internal-quick-button-container a .obra-button-icon {
    width: 40px;
    height: 23px;
    background: url('../images/arqa-ui-201711.png') no-repeat;
    background-position: 6px -278px !important;
    float: left;
    position: absolute;
    left: 14px;
    top: 6px;
}

.arqa-social-buttons {
    float: left;
    margin-bottom: 6px;
}

.arqa-social-button {
    float: left;
    width: 39px;
    height: 29px;
    background: #000;
    margin-right: 3px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
}

.top-content-sidebar > .featuredObjectContainer {
    margin-top: 0
}


.top-content-sidebar{
    width: 300px;
}

.top-content-sidebar li{
    list-style: none !important;
}

.IRPP_kangoo .centered-text-area {
    width: calc(100% - 150px) !important;
}

.IRPP_kangoo .postImageUrl {
    width: 150px !important;
}

.IRPP_kangoo .IRPP_kangoo-content {
    padding: 5px 10px 0 10px !important;
    vertical-align: top !important;

}

.IRPP_kangoo .ctaText{
    color: #F27121 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    line-height: 22px;
}


.IRPP_kangoo .postTitle {
    font-size: 21px !important;
    line-height: 26px !important;
    font-weight: 100 !important;
}

.footer-one-column .adContainer{
    max-width: 850px;
    margin-top:10px;

}

.footer-one-column .bannerDescription{
    width: 100%;
    text-align: left;
}

.widget_simpleimage{
    list-style: none;
    display: flex;
    flex-direction: column;
    float: left;
}

.simple-image{
    width: 100%;
    max-width: 300px;

}
.simple-image a img{
    width: 100%;
    height: auto;
    border: none;
    margin: 0
}

.widget_simpleimage p:nth-child(1){
    order:1
}
.widget_simpleimage p:nth-child(2){
    order:3;
    margin-bottom: 10px !important;
    padding-bottom: 15px;
}

.widget_simpleimage p:nth-child(2):after{
    content: '';
    width: 25px;
    height: 2px;
    background: #000;
    float: left;
    margin-bottom: 15px;
    display: block;
    position: absolute;
    margin-top: 10px;
}

.widget_simpleimage p:nth-child(3){
    order:2;
    margin-bottom: 5px !important;

}
.widget_simpleimage p {
    /*margin: 0 0 10px;*/
    max-width: 300px;
}
.widget_simpleimage .more{
    width: 100%;
    float: left;
    padding: 0 !important;
    line-height: 18px;
}
.widget_simpleimage .more a{
    font-size: 18px;
    line-height: 18px;
    font-family: 'PT Sans', Calibri, sans-serif !important;
    font-weight: bold;
    color: #000
}
.widget_simpleimage .more a:hover{
    color:#F27121
}

.one-third-column h2.widgettitle{
    display: none;
}

.roca-wtitle{
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    background: #000;
    height: 47px;
}
.roca-wtitle a.rtitle {
    font-size: 12px;
    background: #000;
    width: 240px;
    display: block;
    color: #FFF;
    /* padding: 20px 10px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0px;
    float: left;
/* margin-top: 2px;*/
}

a.rltitle{
    text-align: right;
    width: 55px !important;
    margin-top: 5px;
    margin-right: 5px;
}

a.rltitle img{
    height: 21px;
}