@charset "UTF-8";
#main-container,
html {
  padding: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
}
#main-container {
  background-color: #faf6ef;
  height: auto;
  margin: auto;
}
.mh-head {
  text-align: center;
  padding: 0 10px;
  margin: 0;
  position: relative;
  background: #069;
  color: #333;
  min-height: 45px;
}
.mh-head a {
  text-decoration: none;
}
.mh-head.mh-size-2 {
  min-height: 80px;
}
.mh-head.mh-size-3 {
  min-height: 120px;
}
.mh-head.mh-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mh-head.mh-sticky.mh-scrolledout {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mh-head .mh-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  display: block;
  padding: 10px;
}
.mh-head.mh-align-left .mh-text {
  text-align: left;
}
.mh-head.mh-align-right .mh-text {
  text-align: right;
}
.mh-head.mh-btns-left {
  padding-left: 50px;
}
.mh-head.mh-btns-left-2 {
  padding-left: 90px;
}
.mh-head.mh-btns-left-3 {
  padding-left: 130px;
}
.mh-head.mh-btns-right {
  padding-right: 50px;
}
.mh-head.mh-btns-right-2 {
  padding-right: 90px;
}
.mh-head.mh-btns-right-3 {
  padding-right: 100px;
}
.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mh-head .mh-btns-left {
  left: 10px;
}
.mh-head .mh-btns-right {
  right: 10px;
}
.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
  width: 80px;
}
.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
  width: 120px;
}
.mh-head .mh-btns-left > *,
.mh-head .mh-btns-right > * {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 40px;
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mh-head .mh-btns-left > :nth-child(1),
.mh-head .mh-btns-right > :nth-child(1) {
  left: 0;
}
.mh-head .mh-btns-left > :nth-child(2),
.mh-head .mh-btns-right > :nth-child(2) {
  left: 40px;
}
.mh-head .mh-btns-left > :nth-child(3),
.mh-head .mh-btns-right > :nth-child(3) {
  left: 80px;
}
.mh-head .mh-list {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  line-height: 20px;
  display: block;
  padding: 0;
  margin: 0;
}
.mh-head .mh-list li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.mh-head .mh-list li a,
.mh-head .mh-list li span {
  display: block;
  padding: 10px;
}
.mh-head.mh-align-left .mh-list {
  text-align: left;
}
.mh-head.mh-align-right .mh-list {
  text-align: right;
}
.mh-head .mh-image,
.mh-head .mh-logo {
  background: none center center transparent no-repeat;
  display: block;
  height: 100%;
}
.mh-head .mh-logo {
  background-size: contain;
  background-clip: content-box;
  padding: 10px;
}
.mh-head.mh-align-left .mh-logo {
  background-position: left center;
}
.mh-head.mh-align-right .mh-logo {
  background-position: right center;
}
.mh-head .mh-image {
  background-size: cover;
}
.mh-head .mh-form {
  padding: 7px 0;
  position: relative;
}
.mh-head .mh-form input {
  background: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  height: 26px;
  width: 100%;
  padding: 0 10px;
}
.mh-head .mh-form .fa {
  color: #ccc;
  text-align: center;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mh-head .mh-logo {
  padding: 0;
}
#header .search {
  display: none;
}
.mh-head.find {
  background-color: #d4d8e6;
  padding-bottom: 0;
}
.mh-logo {
  text-align: left;
}
.mh-head.mh-btns-right-3 {
  padding-right: 100px;
}
.mh-head.mh-btns-left {
  padding-left: 30px;
}
.mh-logo img {
  height: 100%;
}
.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
  width: 100px;
}
.mh-logo img {
  margin-top: 4px;
  max-width: 210px;
}
.mh-head.mh-btns-left {
  padding-left: 14px;
}
.mh-logo {
  padding: 2px 0;
}
body,
h1,
h2 html,
p,
ul {
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
b,
div,
footer,
header,
i,
ins,
li,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
fieldset,
img {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
}
fieldset,
form,
label {
  vertical-align: baseline;
}
form,
label {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
footer,
header,
nav {
  display: block;
}
body {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  font-family: "Trebuchet MS", Verdana, Lato, Arial;
  color: #333;
  margin: 0;
  padding: 0;
}
.h1,
h2 {
  font-weight: 400;
}
h1 {
  margin: 10px 0 8px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 5px 5px 0;
  font-size: 20px;
  font-weight: 400;
}
h2 {
  line-height: 1.6em;
  font-size: 20px;
  padding: 8px 5px 5px 0;
  margin: 0 0 3px;
}
h2,
h3 {
  border-bottom: 1px solid #cfcfc3;
}
.h2 {
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 3px;
  font-size: 20px;
  padding: 8px 5px 5px 0;
}
p,
ul {
  margin: 0;
  font-size: 17px;
  padding: 8px 5px 2px 0;
}
ol,
ul {
  padding: 0;
}
li ol,
li ul {
  list-style-type: none;
  margin: 1.5em 0;
  font-size: 16px;
}
ol.inline,
ul.inline {
  list-style-type: none;
  margin-left: 0;
}
ol.inline > li,
ul.inline > li {
  display: inline-block;
  padding: 0;
}
a {
  text-decoration: none;
}
a {
  color: #134dcc;
}
a:focus,
a:hover {
  color: #e00;
}
a:visited {
  color: #134dcc;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
::-moz-selection {
  background-color: #feffe6;
  color: #929a00;
  text-shadow: none;
}
fieldset,
form {
  margin: 0;
}
form p {
  margin-bottom: 0;
  padding: 0 0 0 10px;
}
form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form br {
  display: none;
}
fieldset {
  padding: 0;
  border-width: 0;
}
fieldset:last-of-type {
  margin-bottom: 0;
}
label {
  display: block;
  margin: 0 0 0.375em;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  display: inline-block;
  margin-bottom: 0.75em;
  line-height: 1.5em;
  color: inherit;
  border-radius: 4px;
  vertical-align: middle;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
  padding: 0 11px;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: auto;
}
.l-wrap {
  clear: both;
  margin: 10px auto;
}
.top {
  text-align: center;
}
.top a {
  font-size: 14px !important;
  font-weight: 700;
}
#mmh {
  width: 100%;
  background-color: #069;
  z-index: 9999;
}
@media (min-width: 48em) {
  .l-wrap {
    width: 90%;
  }
  .l-wrap:after,
  .l-wrap:before {
    content: "";
    display: table;
  }
  .l-wrap:after {
    clear: both;
  }
  .l-content,
  .l-summary {
    float: left;
    margin-right: -100%;
  }
  .l-summary {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .l-content {
    clear: right;
    margin-left: 46.0417%;
    width: 53.9583%;
  }
}
.left-text-box {
  max-width: 340px;
}
.tg a {
  margin: 4px 4px 5px 4px;
  padding: 8px 0 7px 0;
  padding: 5px;
  width: 90%;
  margin: 5px 4px;
}
ol.inline > li,
ul.inline > li {
  display: inline-block;
}
.pagi li a {
  padding: 2px 11px;
  line-height: 36px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fdfdfd;
  border: 1px solid #cfe9fd;
  -webkit-box-shadow: rgba(55, 55, 55, 0.1) 2px 2px 2px 0;
  -moz-box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.1);
  box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.1);
}
.tg a:focus,
.tg a:hover {
  text-decoration: underline;
}
.item-f {
  margin: auto;
}
.bottom-wrap {
  padding: 14px 14px 4px 10px;
}
.item,
.item-f {
  border: 0;
  display: block;
  background-color: #fdfdfd;
  margin: 18px auto 18px auto;
  width: 100%;
  padding: 0;
  font-size: 17px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(180, 168, 111, 0.3) 22px 2px 6px;
  -moz-box-shadow: 2px 2px 6px rgba(180, 168, 111, 0.3);
  box-shadow: 2px 2px 6px rgba(180, 168, 111, 0.3);
}
p.quote {
  padding: 0 0 0 2px;
  margin: 0;
  font-size: 18px;
  line-height: 1.4em;
  clear: both;
}
p.quote a {
  color: #333;
}
.quote-image {
  text-align: center;
  border-radius: 8px 8px 0 0;
}
p.big {
  text-align: left;
  margin-top: 4px;
  padding: 14px;
  font-size: 19px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.quote-image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  padding-top: 0;
}
.quote-big-image {
  border-radius: 5px;
}
.quote-big-image img {
  margin: auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
.quote-wrap {
  margin: auto;
  max-width: 340px;
}
.big-shar-buttons {
  min-height: 40px;
  margin: 6px auto 0 auto;
  text-align: center;
}
.big-shar-buttons .soc-shares {
  font-size: 15px;
}
.item-f .rate-buttons {
  float: none;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 375px) {
  .left-text-box,
  .quote-wrap {
    max-width: 360px;
  }
}
@media (min-width: 410px) {
  .left-text-box,
  .quote-wrap {
    max-width: 100%;
  }
}
@media (min-width: 440px) {
  p.big {
    text-align: center;
  }
  .quote-wrap {
    margin: 0;
  }
  .quote-image {
    border-radius: 5px;
  }
  .big-shar-buttons .soc-shares {
    font-size: 17px;
  }
  .item-f .quote-wrap {
    max-width: 100%;
    padding-top: 0;
  }
  .left-text-box {
    max-width: 98%;
  }
}
@media (min-width: 501px) {
  .left-content {
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .item-f .quote-wrap {
    max-width: 550px;
    padding-top: 0;
  }
  .quote-image img {
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 740px) {
  .left-content {
    max-width: 100%;
    margin: auto;
  }
  .quote-big-image img {
    border-radius: 5px;
  }
  .mmh {
    text-align: center;
  }
  .quote-wrap {
    margin-top: 0;
    padding-top: 0;
  }
  .mh-logo img {
    margin-top: 2px;
    max-width: 280px;
  }
  .mh-head.mh-btns-left {
    padding-left: 0;
  }
  .soc-shares {
    font-size: 15px;
  }
  .mh-head.mh-btns-right-3 {
    padding-right: 330px;
  }
  .mh-head.mh-btns-left-3 .mh-btns-left,
  .mh-head.mh-btns-right-3 .mh-btns-right {
    width: 300px;
  }
  .mh-head .mh-btns-left > :nth-child(1),
  .mh-head .mh-btns-right > :nth-child(1) {
    left: 0;
  }
  .mh-head .mh-btns-left > :nth-child(2),
  .mh-head .mh-btns-right > :nth-child(2) {
    left: 220px;
  }
  .mh-head .mh-btns-left > :nth-child(3),
  .mh-head .mh-btns-right > :nth-child(3) {
    left: 220px;
  }
  .mh-head .search {
    padding: 4px;
  }
  .mh-head.find {
    display: none;
  }
  #header .search {
    display: block;
    border-radius: 12px;
  }
  .like {
    margin-top: 20px;
  }
  .item-f .quote-wrap {
    margin: auto;
    padding-top: 16px;
  }
  .quote-big-image img {
    border-radius: 5px;
  }
  .quote-big-image .more-info {
    padding-top: 5px !important;
  }
  .quote-big-image .more-info a {
    font-size: 16px !important;
  }
  .item-f {
    width: 90% !important;
    float: none;
  }
  .big-quote-image img {
    max-width: 550px !important;
  }
  .quote-image {
    border-radius: 5px 5px 0 0;
    padding-top: 0;
  }
  .quote-image img {
    width: 100%;
    border-radius: 5px 5px 0 0 !important;
  }
  .sticking .logo,
  .sticking .search {
    display: block;
  }
  .sticking #mm {
    margin-top: 0;
  }
  .left-text-box {
    max-width: 100%;
  }
  .tg a {
    width: 300px;
  }
  .h2,
  h2 {
    margin-bottom: 0 !important;
    font-size: 24px;
  }
  #tagm {
    width: 320px !important;
  }
  .search {
    margin: 0 auto 7px !important;
    top: 7px !important;
    float: right !important;
  }
  .tg a,
  .tg span {
    font-size: 19px !important;
    line-height: 1.7em;
  }
  h1 {
    font-weight: 400;
    font-size: 22px !important;
  }
  .logo {
    float: left !important;
    margin: 5px 0 0 !important;
  }
  .ad2,
  .top-head {
    width: 714px;
    margin: auto;
  }
  .ad2 {
    text-align: center;
  }
  .top-head .controls {
    width: 230px;
    margin-left: 0;
  }
  .top-head .th-l {
    float: left;
  }
  .top-head .th-r {
    float: right;
  }
  .l-wrap {
    width: 735px !important;
  }
  .left-content {
    width: 728px;
    margin: 0 auto auto;
  }
  .right-content {
    width: 300px;
    margin-right: 10px;
  }
  #main-content {
    width: 728px;
    min-width: 320px;
  }
  .ad,
  .item {
    float: left;
    width: 345px !important;
    display: block;
  }
  .item {
    margin: 22px 0 0 10px !important;
  }
  .ad {
    margin: 16px 11px 0 3px !important;
  }
  p.big {
    font-size: 22px !important;
  }
  #mm {
    margin-top: 3px !important;
    margin-bottom: 9px !important;
    height: 35px;
  }
  .top-head {
    text-align: center;
  }
  .search {
    width: 160px !important;
    margin-top: 3px !important;
    top: 4px !important;
    float: right !important;
  }
}
@media only screen and (min-width: 1120px) {
  .item-f {
    max-width: 950px;
  }
  .item-f .quote-image {
    padding-top: 16px;
  }
  .item-f .quote-image img {
    border-radius: 5px;
  }
  .l-wrap {
    width: 100% !important;
  }
  .left-content,
  .top-head {
    width: 1080px;
    margin: 4px auto auto;
  }
  .top-head {
    margin: auto;
  }
  #main-content {
    width: 1080px;
    min-width: 320px;
  }
}
@media only screen and (min-width: 1500px) {
  .search {
    width: 160px !important;
  }
  .l-wrap {
    width: 100% !important;
  }
  .left-content,
  .top-head {
    margin: auto;
    width: 1440px;
  }
  #main-content {
    width: 1440px;
    min-width: 320px;
  }
}
@media only screen and (min-width: 1900px) {
  #main-content,
  .left-content,
  .top-head {
    width: 1800px;
  }
}
#header,
#header-mobile {
  z-index: 999;
  padding: 0;
  margin: auto;
  background-color: #069;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
}
#header-content {
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #165485;
}
#menu-tab {
  width: 730px;
  height: 32px;
  clear: both;
  padding: 48px 0 0;
}
#main-content {
  margin: auto;
  padding: 1px 0 25px;
  border: 0;
}
.left-content {
  padding: 4px 5px;
}
#footer ul > li {
  min-width: 150px;
}
#footer {
  clear: both;
  width: 100%;
  color: #000;
  text-align: center;
  margin: 20px 0 0 0;
  background-color: #fff4e9;
  padding: 10px 0 8px;
  border-top: 1px solid #a06925;
}
.left-text-box {
  padding: 0;
  margin: auto;
}
.tags {
  font-size: 17px;
  padding: 0 10px;
  line-height: 27px;
  color: #b4a2c8;
}
input,
select,
textarea {
  padding: 5px;
  border: 1px solid gray;
}
#footer .wrap {
  margin-left: 5px;
  margin-right: 5px;
}
#footer div {
  margin: 15px auto 10px;
}
.item p.author {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  clear: both;
}
.more-similar {
  float: left;
  padding: 0;
  margin: 0 0 2px;
  font-size: 14px;
}
.item img {
  display: block;
  height: auto;
  border: 0;
}
.item .pin {
  margin: 10px auto;
  cursor: pointer;
}
.more a {
  color: #21bad7;
  font-size: 12px;
}
.more-info a:focus {
  background-color: #2e68a1;
  text-decoration: underline;
}
.more-info a {
  margin: 4px 1px 1px 1px;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #d8eafb;
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
}
.more-info {
  margin: 6px 0 0 0;
  text-align: center;
  padding: 0;
  clear: both;
  font-size: 14px;
}
.extras .more-info {
  margin-top: 3px;
  text-align: center;
}
.extras .more-info li {
  margin: 4px;
}
.author {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.more-info li.author {
  margin: 0 0 4px 0;
}
.more-info > .author a {
  padding: 0;
  margin: 0;
  padding-left: 2px;
  font-size: 16px;
  border: 0;
}
.more-info > .author a:hover {
  border: 0;
  text-decoration: underline;
}
.more-info > .author a:focus {
  background-color: transparent;
  color: #a12e7f;
  text-decoration: underline;
}
.more-info li {
  margin-right: 0;
  display: inline-block;
  margin-top: 5px;
}
.po {
  float: left;
}
.catd {
  margin-top: 7px;
  padding-bottom: 0;
}
.catd p {
  font-size: 18px;
  line-height: 20px;
  padding-left: 0;
}
.center {
  text-align: center;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.search #tx {
  background: 0 0;
  float: right;
  font: 14px tahoma, Trebuchet MS, Arial;
  height: 27px;
  width: 130px;
  color: #4c4c4c;
  border: 0 none;
  -o-transition: width 0.7s, color 0.4s;
  -webkit-transition: width 0.7s, color 0.4s;
  -moz-transition: width 0.7s, color 0.4s;
  transition: width 0.7s, color 0.4s;
  z-index: 10;
}
.search {
  display: none;
  width: 150px;
  height: 25px;
  float: none;
  position: relative;
  margin: 7px auto;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-top-color: #d1d1d1;
  border-left-color: #d1d1d1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  -moz-box-shadow: inset 0 2px 5px #eee;
  -webkit-box-shadow: inset 0 2px 5px #eee;
  box-shadow: inset 0 2px 5px #eee;
}
.search-button {
  background: url(../images/search.gif) no-repeat center;
  cursor: pointer;
  float: right;
  height: 25px;
  width: 26px !important;
  border: 0 none;
  opacity: 0.7;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.logo {
  float: none;
  margin: auto;
  max-width: 320px;
}
.logo img {
  min-width: 100px;
  min-height: 10px;
}
.divider {
  padding: 5px;
}
.share-buttons {
  width: 255px;
  text-align: center;
  margin: 10px auto;
}
.share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  display: inline;
}
.copy {
  font-size: 16px;
}
.top-head {
  text-align: center;
}
.left-content {
  min-height: 50vh;
}
.tg {
  border: 0;
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
}
.bt2,
.pagi li a,
.tg a {
  border: 1px solid #d8eafb;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(55, 55, 55, 0.1) 2px 2px 2px 0;
  -moz-box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.1);
  box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.1);
}
.pages a,
.pages span,
.tg a,
.tg span {
  text-decoration: none;
  line-height: 36px;
}
.tg a,
.tg span {
  font-size: 19px;
  padding: 2px 11px;
  margin: 0;
}
.l-content li {
  width: 145px;
}
#wrapper {
  width: 300px;
  margin: 0 auto;
}
#comments,
.comment {
  width: 100%;
  float: left;
}
.comment {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #aaa;
}
.comment p {
  padding: 0;
}
.clear {
  clear: both;
}
.sp {
  float: left;
}
.rateOut {
  float: right;
  right: 50%;
  position: relative;
}
.author {
  padding-bottom: 7px;
}
.ct {
  text-align: center !important;
}
.pages,
.pagi {
  text-align: center;
}
.pages {
  border: 0;
  font-size: 14px;
  margin: 10px 0;
}
.pages a,
.pages span {
  color: #fff;
  background-color: #440b52;
  padding: 6px 12px 7px;
  margin: 3px;
}
.pagi {
  margin: 20px 0;
}
.ntm {
  margin-top: 5px;
}
.pagi li,
.view-more-button {
  display: inline-block;
  list-style: none;
  font-size: 19px;
  padding: 8px 0;
  color: #999;
  word-spacing: normal;
  margin: 0 1px;
}
.first {
  margin-right: 10px;
}
.last {
  margin-left: 10px;
}
.current {
  background: #6c0;
  color: #fff;
}
.bt2,
.pagi li a,
.view-more-button {
  display: inline-block;
  padding: 7px 15px;
  line-height: 1.5em;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin: 0 6px;
}
.bt2 a:focus,
.pagi li a:focus {
  outline: 0;
}
.pagi .act a {
  background-color: #f5fafc;
  cursor: default !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.info {
  margin-top: 20px !important;
  text-decoration: underline;
  margin-bottom: 20px !important;
}
.ad1 {
  width: 345px;
  margin: 10px auto !important;
  padding: 0;
  height: 320px;
}
#footer a {
  color: #1f3666;
  display: inline-block;
  line-height: 26px;
}
.share {
  text-align: center;
}
.sub {
  line-height: 25px;
}
.ad1 p {
  margin: 0;
  padding: 3px 0 10px;
  color: #000;
 text-align:center;
  font-size: 16px;
}
.ad {
  width: 100%;
  margin: 10px auto !important;
  display: block;
}
.cats {
  margin: 10px;
  text-align: center;
}
.cats li {
  display: inline-block;
  list-style: none;
  margin-top: 5px !important;
}
.bt2:hover,
.cats .act a,
.cats li a:focus,
.cats li a:hover {
  outline: 0;
}
.extras {
  clear: both;
}
.top-margin-ten input[type="text"] {
  height: 30px;
  width: 250px;
}
.alert {
  border: 1px solid #cacaca;
}
.alert {
  padding: 15px;
  margin: 10px;
  max-width: 400px;
  background-color: #f6c8c9;
}
.submit-quote {
  margin: 20px 0 20px 0;
}
.recommended {
  text-align: center;
  background-color: #fff4e9;
  border: 1px solid #d6c7aa;
  padding: 6px 16px 16px;
}
.recommended p {
  margin-top: 10px;
  line-height: 1.6em;
}
.breadcrumbs {
  color: #888;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
#top5 {
  margin-bottom: 20px;
}
.soc-shares {
  margin: 0;
  font-size: 17px;
}
.soc-shares * {
  box-sizing: border-box;
}
.md-primary {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em;
}
.md-primary:first-child {
  margin-left: 0;
}
.md-primary:last-child {
  margin-right: 0;
}
.soc-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.2em;
}
img.soc-share-logo {
  width: auto;
  height: 1em;
}
.icon-heart span {
  font-size: 22px;
}
.icon-heart .path1:before {
  content: "\e908";
  color: #fff;
}
.selected .icon-heart .path1:before {
  color: #f46767;
}
.icon-heart .path2:before {
  content: "\e909";
  margin-left: -1.0576171875em;
  color: #58595b;
}
.selected .icon-heart .path2:before {
  color: #f46767;
}
.icon-thumb-up {
  color: #724eb8;
}
.soc-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.soc-share-link.soc-share-link-count {
  padding-top: 0.2em;
}
.soc-share-link.soc-share-link-count .soc-share-count {
  display: block;
  margin: 0 -0.5em -0.8em;
}
.soc-share-link.soc-share-no-count {
  padding-top: 0.4em;
}
.soc-share-link.soc-share-no-count .soc-share-count {
  height: 1em;
}
.soc-share-label {
  padding-left: 0.4em;
  vertical-align: middle;
}
.soc-share-count-box {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}
.soc-share-count-box span {
  font-size: 0.8em;
}
.soc-share-count-box.soc-share-no-count {
  display: none;
}
.soc-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.soc-share-link.soc-share-link-count .soc-share-count {
  font-size: 12px;
}
.soc-share-dislike .soc-share-count,
.soc-share-like .soc-share-count {
  color: #000;
}
.soc-share-link {
  outline: 0;
  padding: 0.4em 0.5em;
  border: 0;
  border-radius: 0.3em;
  color: #acacac;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
.item .rate-buttons .soc-share-link {
  padding: 0.4em 0.3em;
}
.soc-share-link:focus,
.soc-share-link:hover {
  text-decoration: none;
  color: #939393;
}
.soc-share-count-box,
.soc-share-count-box:after {
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
.soc-share-count-box {
  padding: 0 0.3em;
  margin-left: 0.1em;
  border-radius: 0.3em;
  position: relative;
}
.soc-cnt-label,
.soc-share-count-box .soc-share-count {
  color: #333;
}
.rate-buttons .md-primary,
.small-share-buttons .md-primary {
  margin: 0 0.1em 0 0;
}
.rate-buttons .soc-share-logo,
.small-share-buttons .soc-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1em;
}
.small-share-buttons {
  float: right;
  margin-right: 0;
  padding-top: 3px;
}
.soc-share-link .fa-google-plus {
  margin-right: 0.3em;
}
#contactUs,
#resultBox,
#suggestQuote,
.legal {
  font-family: Arial, Verdana;
  border: 1px solid #b7badb;
  line-height: 1.6em;
  font-size: 18px;
  padding: 10px 10px 20px;
  border-radius: 8px;
}
.legal {
  margin-bottom: 50px;
  margin-top: 20px;
  background-color: #fefefe;
}
.legal ul {
  padding: 10px;
}
.legal p {
  padding: 6px;
}
#contactUs h2,
#suggestQuote h2 {
  padding: 10px 0;
  margin-bottom: 10px;
}
#contactUs input,
#contactUs textarea,
#suggestQuote input,
#suggestQuote textarea {
  width: 80%;
}
#contactUs,
#resultBox,
#suggestQuote {
  max-width: 670px;
  background-color: #fafafa;
  margin: 20px auto 50px;
}
#resultBox p {
  font-size: 18px;
  padding-left: 10px;
}
#contactUs i,
#suggestQuote i {
  font-size: 20px;
  height: 30px;
  vertical-align: middle;
  min-width: 25px;
}
#contactUs p,
#suggestQuote p {
  padding: 0;
}
.form-error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-family: Arial, sans-serif;
  margin-top: 5px;
  padding: 8px 35px 8px 14px;
  margin-bottom: 1.5em;
  background-color: #fec8d0;
  font-weight: 700;
  border: 2px solid #9d2520;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
}
.help-block {
  max-width: 600px;
}
.top25 {
  margin-top: 25px;
}
.center-block {
  text-align: center;
}
#captcha {
  display: block;
}
.btn {
  cursor: pointer;
  color: #fff;
  border: 1px solid #000;
  background-color: #9b237b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
  padding: 5px 8px;
}
#search-form {
  height: 40px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
#search-button,
.bt2,
.cats,
.cats li a {
  text-align: center;
}
#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 25%;
  color: #fff;
  line-height: 42px;
  background-color: #999;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
#search-button,
#search-text {
  font-size: 14px;
  border-width: 0;
}
#search-box {
  position: relative;
  width: 90%;
  margin: 30px 0 0 10px;
  max-width: 400px;
}
#search-box input[type="text"] {
  width: 75%;
  padding: 11px 0 12px 1em;
  color: #333;
  outline: 0;
}
#search-text {
  background: 0 0;
  color: #ddd;
}
#search-button,
#search-text {
  font-size: 14px;
  border-width: 0;
}
.quote-big-image,
.quote-image {
  position: relative;
}
.hidden-mobile {
  display: none;
}
.flow-img {
  position: absolute;
  display: block;
  border: 0;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
@font-face {
  font-family: quotes;
  src: url(fonts/quotes.woff2?hl58j2) format("woff2"),
    url(fonts/quotes.woff?hl58j2) format("woff"),
    url(fonts/quotes.ttf?hl58j2) format("truetype"),
    url(fonts/quotes.svg?hl58j2#quotes) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: quotes !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-thumb-down:before {
  content: "\e902";
}
.icon-thumb-up:before {
  content: "\e903";
}
.icon-fa:before {
  content: "\e900";
  color: #989898;
}
.icon-pt:before {
  content: "\e931";
  color: #989898;
}
.icon-tm:before {
  content: "\e932";
  color: #989898;
}
.icon-tww:before {
  content: "\e933";
  color: #989898;
}
.soc-share-link:focus .icon-fa:before,
.soc-share-link:hover .icon-fa:before {
  color: #3b5998;
}
.soc-share-link:focus .icon-pt:before,
.soc-share-link:hover .icon-pt:before {
  color: #bd081c;
}
.soc-share-link:focus .icon-tm:before,
.soc-share-link:hover .icon-tm:before {
  color: #36465d;
}
.soc-share-link:focus .icon-tww:before,
.soc-share-link:hover .icon-tww:before {
  color: #1da1f2;
}
.soc-shares .soc-share-label {
  font-size: 0.8em;
  color: #444;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rate-buttons {
  margin-left: 0;
  float: left;
}
.selected .soc-share-link {
  text-decoration: none;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.95;
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.95;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.page-load-status {
  display: none;
  padding-top: 10px;
  padding-bottoom: 20px;
  text-align: center;
  color: #777;
}
.clearfix {
  clear: both;
}
.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  display: none;
  z-index: 9999999;
}
.eupopup-container-fixedtop,
.eupopup-container-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}
.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
.eupopup-closebutton {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
}
.eupopup-closebutton:active,
.eupopup-closebutton:hover {
  color: #fff;
  text-decoration: none;
}
.eupopup-head {
  font-size: 1.2em;
  font-weight: 700;
  padding: 7px;
  color: #fff;
}
.eupopup-body {
  color: #fff;
}
.eupopup-buttons {
  padding: 7px 0 5px 0;
}
.eupopup-button_1 {
  color: #f6a21d;
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
}
.eupopup-button_2 {
  color: #f6a21d;
  font-weight: 400;
  font-size: 15px;
}
.eupopup-button {
  margin: 0 10px;
  text-decoration: underline;
}
.eupopup-button:focus,
.eupopup-button:hover,
.eupopup-button:visited {
  text-decoration: underline;
  color: #f6a21d;
}
body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
body .eupopup-color-inverse .eupopup-head {
  color: #000;
}
body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons,
body .eupopup-style-compact .eupopup-head {
  display: inline;
  padding: 0;
  margin: 0;
}
body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}
.lazy {
  visibility: hidden;
}
.bottom-items {
  margin-top: 20px;
  border: 0;
}
.mh-head.mh-sticky.mh-scrolledout {
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
}
.mm-listitem a {
  line-height: 1.4em;
  font-size: 16px;
}
li.mm-listitem {
  margin: 4px;
}
.mm-panel:after,
.mm-panel:before {
  height: 26px;
}
.article li,
.tg a,
.tg span {
  display: inline-block;
  font-size: 19px;
  padding: 0;
  text-decoration: none;
  margin: 0;
  line-height: 32px;
}
.dropdown-menu-skin ul a:hover,
.more-info a:focus,
.more-info a:hover,
.pagi .act a,
.pagi a:focus,
.pagi a:hover,
.tg a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #276699;
  background: -moz-linear-gradient(top, #2c7ab9 0, #06395e 99%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #2c7ab9),
    color-stop(99%, #06395e)
  );
  background: -webkit-linear-gradient(top, #2c7ab9 0, #06395e 99%);
  background: -o-linear-gradient(top, #2c7ab9 0, #06395e 99%);
  background: -ms-linear-gradient(top, #2c7ab9 0, #06395e 99%);
  background: linear-gradient(to bottom, #2c7ab9 0, #06395e 99%);
}
.dropdown-menu {
  white-space: nowrap;
  list-style: none;
}
.dropdown-menu a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
  text-decoration: none;
  padding: 5px 9px;
}
.dropdown-menu li.dropdown-menu-hover,
.dropdown-menu ul {
  background: #e0e2e2;
}
.dropdown-menu ul {
  border: 1px solid #c4c7c8;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 1000000;
}
.dropdown-menu-shadow {
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.dropdown-menu-shadow li a,
.tg a {
  background-color: #fff;
  border: 1px solid #d8eafb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 3px 4px 3px;
  padding: 5px;
}
.dropdown-menu-shadow li a {
  margin: 0 0 3px 2px;
}
.dropdown-menu ul ul {
  top: 0;
  left: 100%;
}
.dropdown-menu,
.dropdown-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.dropdown-menu li a {
  display: block;
}
.dropdown-menu ul li,
.dropdown-menu-vertical li,
.search-button {
  position: relative;
  display: block;
}
span.dropdown-menu-sub-indicator {
  margin-left: 0.4em;
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
  background-image: url(/images/a0.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
  width: 10px;
  height: 10px;
  border: 0;
  overflow: hidden;
}
span.dropdown-menu-sub-indicator:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.dropdown-menu li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
  background-position: -10px -100px;
}
.dropdown-menu ul li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu-vertical
  li.dropdown-menu-hover
  > a
  > span.dropdown-menu-sub-indicator {
  background-position: -10px 0;
}
.dropdown-menu-vertical {
  width: 250px;
}
.dropdown-menu-skin ul {
  background: #fff;
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: -1px;
  margin-top: 5px;
}
.dropdown-menu-skin ul ul {
  margin-left: 0;
  margin-top: -1px;
}
.dropdown-menu-skin a,
.dropdown-menu-skin a:link,
.dropdown-menu-skin a:visited {
  text-decoration: none;
  padding: 8px 8px;
}
.dropdown-menu-skin li.dropdown-menu-hover > a {
  color: #f9f9f9;
  text-decoration: none;
}
.dropdown-menu-skin ul a,
.dropdown-menu-skin ul a:link,
.dropdown-menu-skin ul a:visited {
  font-size: 18px;
  text-decoration: none;
}
.dropdown-menu-skin ul a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu-skin li {
  background-color: #2a619c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #111;
}
.dropdown-menu-skin li.dropdown-menu-hover {
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5899 0, #133d62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1e5899),
    color-stop(100%, #133d62)
  );
  background: -webkit-linear-gradient(top, #1e5899 0, #133d62 100%);
  background: -o-linear-gradient(top, #1e5899 0, #133d62 100%);
  background: -ms-linear-gradient(top, #1e5899 0, #133d62 100%);
  background: linear-gradient(to bottom, #1e5899 0, #133d62 100%);
}
.dropdown-menu-skin ul li,
.dropdown-menu-skin ul li.dropdown-menu-hover {
  background: 0 0;
  filter: none;
}
.dropdown-menu-skin span.dropdown-menu-sub-indicator {
  background-image: url(/images/af.png);
}
#mm,
#wrapper {
  text-align: left;
}
#mm > li > a {
  color: #fff;
  width: 152px;
}
.tg,
.top-head {
  text-align: center;
}
#mm {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 4px;
}
.dropdown-menu ul span.dropdown-menu-sub-indicator,
.dropdown-menu-vertical span.dropdown-menu-sub-indicator {
  background-position: 0 0;
}
.sticking .logo,
.sticking .search {
  display: none;
}
.sticking #mm {
  margin-top: 2px;
}
.dropdown-menu-skin .dropdown-menu-shadow {
  padding: 8px 0 7px 5px;
  width: 240px;
  overflow-y: scroll;
  max-height: 70vh;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
}
.dropdown-menu-skin ul li {
  min-width: 207px;
  text-align: center;
  float: left;
  margin: 0 2px 3px 4px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media only screen and (min-width: 320px) {
  .dropdown-menu-skin ul li {
    min-width: 140px;
  }
  .dropdown-menu-skin .dropdown-menu-shadow {
    width: 298px;
  }
  .dropdown-menu-skin ul a,
  .dropdown-menu-skin ul a:link,
  .dropdown-menu-skin ul a:visited {
    font-size: 16px;
  }
}
@media only screen and (min-width: 375px) {
  .dropdown-menu-skin ul li {
    min-width: 170px;
  }
  .dropdown-menu-skin .dropdown-menu-shadow {
    width: 360px;
  }
  .dropdown-menu-skin ul a,
  .dropdown-menu-skin ul a:link,
  .dropdown-menu-skin ul a:visited {
    font-size: 18px;
  }
}
@media only screen and (min-width: 400px) {
  .dropdown-menu-skin ul li {
    min-width: 177px;
  }
  .dropdown-menu-skin .dropdown-menu-shadow {
    width: 380px;
  }
}
@media (min-width: 440px) {
  .dropdown-menu-skin .dropdown-menu-shadow {
    width: 375px;
  }
}
.logo {
  display: none;
}
.mobile-logo {
  padding-top: 4px;
}
@media only screen and (min-width: 740px) {
.ad1 {
  padding: 5px 0 10px 5px; text-align:center;
}


  .top-head {
    text-align: left;
  }
  .mobile-logo {
    display: none;
  }
  .small-only {
    display: none;
  }
  .logo {
    display: block;
  }
  .sticking .logo,
  .sticking .search {
    display: block;
  }
  .sticking #mm {
    margin-top: 0;
  }
  .dropdown-menu-skin .dropdown-menu-shadow {
    width: 506px !important;
    padding: 8px 0 7px 5px;
  }
  .dropdown-menu-skin ul li {
    min-width: 154px !important;
  }
  .dropdown-menu-skin #tagm li {
    min-width: 150px !important;
  }
  #mm {
    margin-top: 4px !important;
    margin-bottom: 9px !important;
    height: 35px;
  }
}
.tag-bottom {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.no-wrap {
  white-space: nowrap;
}
.author .not-confirmed {
  line-height: 1.4em;
  padding-bottom: 15px;
}
.author span {
  font-size: 16px;
}
.author .unc {
  font-size: 14px;
}
a.quote {
  color: #333;
  display: block;
  padding: 12px;
}
.bottom-box {
  height: 35px;
  margin-top: 4px;
  padding: 0 10px 0 10px;
}
.similar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.stuck {
  position: fixed;
  top: 0;
}
#header {
  z-index: 999;
  width: 100%;
}

