/*
 * reset
 */
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,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/*tablesstillneedcellspacing="0"inthemarkup*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*ENDRESETCSS*/
/*maxvoltar.com/archive/-webkit-font-smoothing*/
html {
  -webkit-font-smoothing: antialiased;
}
pre {
  padding: 15px;
  white-space: pre;/*CSS2*/
  white-space: pre-wrap;/*CSS2.1*/
  white-space: pre-line;/*CSS3(and2.1aswell,actually)*/
  word-wrap: break-word;/*IE*/
}
/*aligncheckboxes,radios,textinputswiththeirlabel*/
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
/*handcursoronclickableinputelements*/
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
input:active,
input:focus {
  outline: none;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
img {
  vertical-align: middle;
}
/*
 * clearfix
 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
} .clearfix {
  display: inline-block;
} * html .clearfix {
  height: 1%;
} .clearfix {
  display: block;
}
.hidden {
  display: none;
}
/*
 * all media
 */
@media all {
  html,
  body {
    background-color: #ececec;
    color: #000;
    font-family: arial;
    font-size: 13px;
    line-height: 15px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /*
	 * all
	 */
  #all {
    margin: 0 auto;
    width: 960px;
  }
  /*
	 * header
	 */
  header {
    background-color: #89865c;
    height: auto !important;
    height: 129px;
  }
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  @media only screen and (min-width:990px) {
    .header-wrapper {
      padding: 0 24px;
    }
  }
  .logo {
    display: inline-block;
  }
  .logo--main {
    padding: 8px 20px 8px 0;
  }
  .logo--secondary {
    padding: 8px 0;
  }
  .logo--secondary + .logo--secondary {
    margin-left: 30px;
  }
  .header-wrapper__sep {
    width: 100%;
    border-bottom: 1px solid #94916c;
  }
  .header-wrapper__hold {
    display: flex;
  }
  .header-wrapper__hold img {
    max-width: 100%;
  }
  .header .add-entry {
    color: #fff;
    display: none;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 0 15px;
    line-height: 1;
    text-decoration: none;
  }
  @media only screen and (min-width:990px) {
    .logo--main {
      border-right: 1px solid #94916c;
      padding: 22px 40px 22px 0;
    }
    .header-wrapper__sep {
      display: none;
    }
    .logo--secondary {
      padding: 22px 0;
      margin: 0 0 0 40px;
    }
  }
  @media only screen and (max-width: 990px) {
    .header .add-entry {
      display: block;
    }
  }
  .nav-user {
    max-width: none;
    padding: 0;
    margin: 0 0 0 auto;
  }
  @media (min-width: 990px) {
    .nav-user {
      order: 1;
    }
  }
  .nav-user__item {
    position: relative;
    clear: left;
    float: left;
  }
  @media (min-width: 990px) {
    .nav-user__item {
      margin: 0 0 0 15px;
      clear: none;
    }
  }
  .nav-user__link {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    align-items: center;
    display: inline-flex;
  }
  .nav-user__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .nav-user__link .fa-user,
  .nav-user__link .fa-search {
    font-size: 18px;
  }
  .nav-user__link .fa-angle-down {
    font-size: 14px;
    margin: 0 0 0 8px;
  }
  .nav-user__txt {
    padding: 0 0 0 8px;
    display: none;
  }
  @media (min-width: 990px) {
    .nav-user__txt {
      display: inline-block;
    }
  }
  .nav-user__item:hover .nav-user__drop {
    opacity: 1;
    visibility: visible;
  }
  .nav-user__drop {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all .3s ease;
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
  }
  .nav-user__drop--search {
    width: 255px;
    height: 45px;
    padding: 5px;
  }
  .nav-user__drop--search .gsc-search-button-v2,
  .nav-user__drop--search .gsc-search-button-v2:hover {
    cursor: pointer;
    background: #89865c;
    border: 1px solid #89865c;
    transition: all .3s ease;
  }
  .nav-user__drop__items {
    display: block;
  }
  .nav-user__drop__links {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: color .3s ease;
    padding: 6px 10px;
    display: block;
  }
  .nav-user__drop__links:hover {
    color: #89865c;
    text-decoration: none;
  }
  .nav-bar {
    font-size: .875rem;
    background: #f0f0f0;
    padding: 17px 0;
  }
  .nav-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    position: relative;
  }
  .nav-main .swiper-prev,
  .nav-main .swiper-next {
    color: #89865c;
    font-size: 22px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .nav-main .swiper-prev {
    left: 20px;
  }
  .nav-main .swiper-next {
    right: 20px;
  }
  .nav-main .swiper-prev.swiper-button-disabled,
  .nav-main .swiper-next.swiper-button-disabled {
    opacity: .2;
    cursor: default;
  }
  .nav-main .swiper-prev:before,
  .nav-main .swiper-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
  }
  .nav-main__links {
    width: auto !important;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    transition-property: transform;
    border: 1px solid #89865c;
    padding: 7px 10px 6px 10px;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
  }
  .nav-main__links.active,
  .nav-main__links:hover {
    color: #fff;
    text-decoration: none;
    background: #89865c;
  }
  .swiper-button-next,
  .swiper-button-prev {
    z-index: 2;
  }
  /*
	 * content
	 */
  #content {
    background-color: #fff;
    padding: 18px 24px;
  }
  #content > .left,
  #content > .center,
  #content > .right {
    float: right;
  }
  #content > .left {
    margin-right: 22px;
    width: 150px;
  }
  #content > .center {
    width: 502px;
  }
  #content > .center.no-left {
    width: 622px;
  }
  #content > .has-left {
    width: 480px;
  }
  #content > .has-right {
    width: 480px;
  }
  #content > .has-left.has-right {
    width: 458px;
  }
  #content > .right {
    margin-left: 22px;
    width: 260px;
  }
  /*
	 * footer
	 */
  .footer {
    width: 100%;
    max-width: 960px;
    background-color: #4a494a;
    box-sizing: border-box;
    padding: 18px 24px 25px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
  }
  .footer__hold {
    width: 50%;
  }
  .footer__text {
    color: #fff;
    font-size: 12px;
    opacity: .3;
  }
  .footer__nav {
    float: right;
  }
  .footer__nav__items {
    padding: 0 0 0 15px;
    float: left;
  }
  .footer__nav__links {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    float: left;
  }
  .footer__nav__links:hover {
    text-decoration: underline;
  }
  /*
	 * banners
	 */
  #content > .left .bannergroup,
  #content > .right .bannergroup {
    display: block;
    text-align: center;
  }
  #content > .left .banneritem,
  #content > .right .banneritem,
  #content > .center > .bannergroup > .banneritem {
    padding-bottom: 22px;
  }
  /*
	 * list
	 */
  .list {
    border: 1px solid #ebebeb;
  }
  .right-module .list,
  .list.images {
    border: 0;
  }
  .advertisement .list.images {
    padding: 0;
  }
  .list > .title {
    border-bottom: 3px solid #d1cd79;
    color: #7d7b51;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 18px;
    text-transform: uppercase;
  }
  .list .filter-link,
  .advertisement .filter-link {
    border: 1px solid #fff;
    color: #51710a;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 0 5px;
    padding: 7px 12px;
    text-decoration: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .list .filter-link.active,
  .advertisement .filter-link.active {
    background-color: #7d7b51;
    color: #fff;
  }
  .advertisement .filter-link.green {
    background-color: #517109;
  }
  .items {
    padding: 0;
  }
  .list .item {
    border-bottom: 1px solid #ebebeb;
    padding: 16px 18px;
  }
  .highlight {
    background-color: #ffffb3;
  }
  .list .item:last-child {
    border-bottom: 0;
  }
  .list .item .image,
  .list .item .details {
    float: left;
  }
  .list .item .image {
    border: 1px solid #e1e1e1;
    margin: 1% 10px 0 0;
    padding: 1px;
    width: 75px;
    text-align: center;
  }
  .top10 .item .image,
  .vipads .item .image {
    margin-top: 0;
  }
  .top10 .item .image
  .list .item .image img {
    max-width: 100%;
    vertical-align: middle;
  }
  .list .item .details {
    width: 328px;
  }
  .list.top10 .details {
    float: none;
    width: auto;
  }
  .list .item .details .title,
  .list .item .details .title a,
  .list.vipads .item .title,
  .list.vipads .item .title a {
    color: #52710a;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
  }
  .list .item .details .title,
  .list.vipads .item .title {
    padding: 0 0 7px 0;
  }
  .list .item .details .date {
    color: #949494;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 10px 0;
  }
  .list .more {
    color: #eb6521;
    display: inline-block;
    margin-top: 12px;
  }
  .no-results {
    padding: 5px 18px;
  }
  .right-module {
    border: 3px solid #d2cf79;
    margin-bottom: 22px;
  }
  .right-module > .title {
    background-color: #7e7b52;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 14px 12px;
    text-transform: uppercase;
  }
  .list.images .item {
    border: 0;
    float: left;
    height: 120px;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 124px;
    text-align: center;
  }
  .list.images .item:nth-child(3n) {
    margin-right: 0;
  }
  .list.images .item.template {
    display: none;
  }
  .list.images .image {
    border: 1px solid #e1e1e1;
    height: 90px;
    margin: 0 0 8px 0;
    padding: 1px;
    width: 120px;
    overflow: hidden;
  }
  .list.images .image img {
    width: 120px;
    vertical-align: middle;
  }
  .list.images .featured,
  .list.images .delete {
    color: #009546;
    text-decoration: none;
  }
  .list.images .delete {
    color: #ed1c24;
  }
  .list.images .featured.active {
    display: none;
  }
  /*
	 * advertisement
	 */
  .advertisement {
    border: 1px solid #ebebeb;
    padding: 16px 0;
  }
  .advertisement > h1 {
    color: #52710a;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 16px;
  }
  .advertisement .date {
    color: #949494;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 16px 0;
  }
  .advertisement .images {
    padding: 20px 16px 0;
  }
  .advertisement .images .preview {
    border: 1px solid #ebebeb;
    padding: 1px;
    text-align: center;
  }
  .advertisement .images .preview .item {
    display: none;
  }
  .advertisement .images .preview .item.visible {
    display: block;
  }
  .advertisement .images .preview .item a {
    display: block;
  }
  .advertisement .images .preview .item img,
  .advertisement .images .thumbs .item {
    max-width: 100%;
    cursor: pointer;
  }
  .advertisement .images .thumbs {
    padding: 12px 0 0 0;
  }
  .advertisement .images .thumbs .item {
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 7px;
    padding: 1px;
  }
  .advertisement .images .thumbs .item:last-child {
    margin-right: 0;
  }
  .advertisement .text {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0 0 0;
    padding: 16px;
  }
  .item-page .text {
    border: 0;
  }
  .advertisement .contact {
    padding: 16px;
  }
  .advertisement .contact .name-phone {
    padding-top: 5px;
    line-height: 18px;
  }
  /*
	 * pagination
	 */
  .pagination {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .pagination ul li {
    display: inline;
  }
  .pagination ul li a,
  .pagination ul li span {
    color: #52710a;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    margin: 0 5px;
    padding: 5px 8px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .pagination ul li.pagination-prev a,
  .pagination ul li.pagination-next a {
    background-color: #52710a;
    color: #fff;
    height: 24px;
    padding: 4px 0 0 0;
    width: 30px;
  }
  .pagination ul li.pagination-prev span,
  .pagination ul li.pagination-next span {
    display: none;
  }
  .pagination ul li.active span {
    background-color: #ed7121;
  }
  /*
	 * search
	 */
  .search {
    background: #fff url(../images/bg-search.png) 0 bottom repeat-x;
    padding: 25px 24px 34px;
  }
  .search .in {
    background-color: #f6f6f6;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    display: flex;
  }
  .search .in .left {
    border-right: 2px solid #fff;
    padding: 26px 24px;
    display: flex;
    flex: 1 1 0;
  }
  .search .in .right {
    padding: 26px 32px 0 32px;
  }
  .search .q,
  .search .category,
  .search .submit {
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 46px;
  }
  .search .q,
  .search .category {
    border: 1px solid #d4d4d4;
  }
  .search .q {
    color: #acacac;
    font-size: 14px;
    height: 43px;
    padding: 0 17px;
    width: 100%;
  }
  .search .category {
    color: #000;
    font-size: 14px;
    height: 45px;
    padding: 13px 12px;
    width: 169px;
  }
  .search .submit,
  .search .add-entry,
  .form .add-entry {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  .search .submit {
    background: url(../images/sprite.png) 0 -45px no-repeat;
    padding: 0 28px;
    height: 44px;
    border: 0;
    overflow: visible;
  }
  .search .submit img {
    display: none;
  }
  .search .add-entry,
  .form .add-entry {
    background: url(../images/sprite.png) 0 -89px no-repeat;
    display: inline-block;
    padding: 15px 28px 0;
    height: 30px;
  }
  .form .add-entry {
    border: 0;
    display: block;
    float: left;
    padding: 15px 28px 30px;
    overflow: visible;
  }
  .form .add-entry.disabled {
    background: url(../images/sprite.png) 0 -134px no-repeat;
    cursor: text;
  }
  .form .remove-entry {
    display: inline-block;
    margin: 14px 0 0 20px;
  }
  .search .sub-categories .items {
    display: none;
    padding: 20px 0;
  }
  .search .sub-categories .items.selected {
    display: block;
  }
  .search .sub-categories .items a {
    color: #eb6521;
    display: inline-block;
    margin: 2px 5px;
    text-decoration: none;
  }
  .search .sub-categories .items a.active {
    color: #52710a;
  }
  .form .thank-you {
    padding: 16px 16px 0;
  }
  .no-results {
    padding: 16px;
  }
  /*
	 * form
	 */
  .form .title,
  .item-page .title {
    border-bottom: 1px solid #ebebeb;
    color: #52710a;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 16px 16px;
  }
  .form .title .bookmark {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 0 10px;
  }
  .form .row {
    padding: 16px;
  }
  .form .row.tit {
    padding: 16px 16px 0;
  }
  .form .row.error {
    color: #f00;
    font-weight: bold;
  }
  .form label {
    line-height: 36px;
  }
  .form label.strong {
    display: block;
    font-weight: bold;
    padding: 0 0 8px 0;
  }
  .form div.selector {
    width: 270px !important;
  }
  .form div.selector span {
    width: 246px !important;
  }
  .form input.text_field {
    padding: 10px;
    width: 391px;
  }
  .form input.short {
    width: 86px;
  }
  .form textarea.text_field {
    height: 100px;
    padding: 10px;
    width: 391px;
  }
  .form .fl label {
    float: left;
    width: 391px;
  }
  .form div.radio {
    margin-bottom: 4px;
  }
  .form .notify {
    color: #cdcdcd;
    font-size: 12px;
  }
  .form .actions {
    display: none;
  }
  .form .item.active .actions {
    display: block;
  }
  .form .iv {
    position: absolute;
    left: -999999px;
    top: -999999px;
  }
  .form .text_field.error,
  .form div.selector.error {
    border: 1px solid #f00;
  }
  .form .required {
    color: #f00;
    display: inline-block;
    margin: 5px 0 0 2px;
    vertical-align: top;
  }
  .plan-selection table {
    border-collapse: collapse;
    width: 100%;
  }
  .plan-selection td {
    border: 1px solid #ebebeb;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }
  .plan-selection td.title2 {
    text-align: left;
  }
  .nowrap {
    white-space: nowrap;
  }
  #payment.hidden {
    display: none;
  }
  .rules {
    display: inline-block;
    padding: 14px 0 0;
  }
  .rules input {
    margin: 0 6px 0 4px;
  }
  /*
	 * snap
	 */
  #open-left {
    background: url(open.png) center center no-repeat;
    display: block;
    width: 44px;
    height: 44px;
  }
  /* Show the red "No Drag" box in the demo */
  #no-drag,
  #do-drag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100px;
    margin-left: -25%;
    margin-top: -50px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 100px;
  }
  #do-drag {
    background: green;
  }
  /* Show the translucent white "Toggle" boxes in the demo */
  .toggler {
    width: 80%;
    background: rgba(255,255,255,.5);
    margin: 0 auto;
    position: relative;
    top: 70px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  /* Styles for the "Settings" demo */
  .opt {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .opt p {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    color: #222;
    color: rgba(0, 0, 0, .6);
  }
}
.mod_mu .item {
  padding: 0 0 10px 0;
}
.mod_mu .item .title {
  border-bottom: 1px solid gray;
  padding: 0 0 6px 0;
}
.mod_mu .item .title a {
  color: #7bb308;
  font: 12px/14px arial;
  font-weight: bold;
  text-decoration: none;
}
.mod_mu .item .title a:hover {
  color: #009cb5;
}
.mod_mu .item a.link {
  color: #6a6a6a;
  display: inline-block;
  font: 12px/14px arial;
  margin: 4px 0;
  text-decoration: none;
}
.mod_mu .item a.link:hover {
  color: #019bb3;
}
