@import url(//fonts.googleapis.com/css?family=gudea:400,700,400italic|bitter:400,700,400italic);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  background: #cee1ff url(../../../../../themes/paiblog/assets/img/bg-bar.gif) repeat-x;
  font-family: 'Gudea', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #c60023;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .9em;
}
blockquote p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
}
a:link,
a:visited {
  color: #c60023;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}
.nav-horizontal > li {
  float: left;
  margin-bottom: 0;
}
.nav-horizontal > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-horizontal > .active > a,
.nav-horizontal > .active > a:hover,
.nav-horizontal > .active > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.dropdown-menu {
  margin: -1px 0 0;
  padding: 0;
  border-radius: 0;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  background-color: transparent;
  background-image: none;
}
input.search-query {
  border-radius: 0;
}
.entry-content-asset {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.entry-content-asset iframe,
.entry-content-asset object,
.entry-content-asset embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumbs {
  padding: 20px 20px 0;
  color: #949494;
  font-size: 11px;
}
.breadcrumbs a {
  color: #949494;
  text-transform: uppercase;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.sharethis label {
  color: #091c92;
  text-transform: uppercase;
  cursor: default;
  display: inline-block;
}
.sharethis span span {
  top: -1px;
}
.banner .container {
  width: 944px;
}
.banner .header-banner {
  background: url(../../../../../themes/paiblog/assets/img/default-banner.jpg) top center no-repeat;
  height: 320px;
  position: relative;
}
.banner .header-banner h1 {
  background: url(../../../../../themes/paiblog/assets/img/banner-title.png);
  background-repeat: none;
  background-size: 455px 151px;
  width: 455px;
  height: 151px;
  text-indent: -99999em;
  position: absolute;
  top: 145px;
}
.banner .header-banner .banner-link {
  text-indent: -9999em;
  display: block;
  width: 100%;
  height: 270px;
}
.banner .top-nav {
  background: rgba(0,0,0,0.7);
  height: 30px;
  padding: 10px 12px;
}
.banner .top-nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  line-height: 20px;
  padding: 6px 8px;
  font-size: 1.1em;
}
.banner .top-nav .nav-utility {
  width: 227px;
  margin: 6px auto;
}
.banner .top-nav .nav-utility li {
  border-right: 1px solid #fff;
}
.banner .top-nav .nav-utility li:last-child {
  border-right: 0;
}
.banner .top-nav .nav-utility a {
  padding: 0px 12px;
}
.banner .nav-social a {
  padding: 0;
}
.banner .nav-main {
  background-color: #292d33;
  padding-left: 19px;
}
.banner .nav-main .nav {
  margin-bottom: 0;
}
.banner .nav-main a {
  border: 1px solid transparent;
  color: #bfc3c6;
  padding-top: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
  font-family: 'Bitter', 'Times New Roman', Times, serif;
}
.banner .nav-main a .caret {
  border-top-color: #bfc3c6;
  border-bottom-color: #bfc3c6;
}
.banner .nav-main li:hover a {
  background-color: #f8fbff;
  border-color: #292d33;
  color: #55595e;
}
.banner .nav-main li:hover a .caret {
  border-top-color: #55595e;
  border-bottom-color: #55595e;
}
.banner .nav-main .dropdown-menu a,
.banner .nav-main li:hover .dropdown-menu a {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #bfc3c6;
  border-top: 1px solid transparent;
  font-family: 'Gudea', sans-serif;
  font-weight: bold;
  padding: 6px 20px;
}
.banner .nav-main .dropdown-menu li.active a,
.banner .nav-main .dropdown-menu a:hover,
.banner .nav-main li:hover .dropdown-menu li.active a,
.banner .nav-main li:hover .dropdown-menu a:hover {
  background-color: #e8e8e8;
  background-image: none;
}
.banner .nav-main .dropdown-menu li:last-child a,
.banner .nav-main li:hover .dropdown-menu li:last-child a {
  border-bottom: 1px solid #292d33;
}
.nav-social {
  margin-top: -8px;
  width: 260px;
  height: 45px;
}
.nav-social li {
  margin-right: 25px;
}
.nav-social li.menu-rss {
  margin-right: 0;
}
.nav-social a {
  background: url(../../../../../themes/paiblog/assets/img/social-icons.gif) no-repeat;
  display: block;
  height: 44px;
  width: 44px;
  padding: 0;
  text-indent: -9999px;
  opacity: .5;
}
.nav-social .menu-facebook a {
  background-position: 0px 0;
}
.nav-social .menu-twitter a {
  background-position: -76px 0;
}
.nav-social .menu-youtube a {
  background-position: -152px 0;
}
.nav-social .menu-rss a {
  background-position: -228px 0;
}
.container.wrap {
  background-color: #bfc3c6;
  width: 904px;
  padding: 20px 20px 0;
}
.main {
  background-color: #fff;
  padding-bottom: 1px;
}
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 10px 10px;
}
.sidebar .widget h3 {
  font-size: 1.1em;
  text-align: center;
  padding: 10px;
  border-bottom: 1px dashed #9c9c9c;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 -10px 10px;
}
.widget_search form {
  margin-bottom: 0;
}
.widget_search input.search-query {
  padding: 4px 1%;
  width: 98%;
  background-color: #cbcbcb;
}
.widget_search input.search-query:focus {
  background-color: #fff;
}
.recent-posts-extended .rpwe-block h3 {
  text-align: left;
  margin: 0;
  border: 0;
  text-transform: none;
  font-size: 1em !important;
}
.recent-posts-extended .rpwe-block li {
  border: 0;
  margin: 0;
  padding: 0;
}
.tagcloud a {
  color: #0022a3;
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  line-height: 115%;
}
.contributor-list a:link,
.contributor-list a:visited {
  color: #042196;
}
.contributor-list ul {
  padding-left: 0;
  margin-left: 0;
}
.contributor-list ul li {
  *zoom: 1;
  list-style: none;
}
.contributor-list ul li:before,
.contributor-list ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.contributor-list ul li:after {
  clear: both;
}
.contributor-list ul li .name {
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-top: .5em;
  display: block;
}
.contributor-list ul li .title {
  display: block;
}
.contributor-list .contributors li {
  padding: 0 5px 5px 0;
  position: relative;
}
.contributor-list .contributors li .extra {
  position: absolute;
  top: 0;
  left: 68px;
  display: none;
  font-size: 12px;
  line-height: normal;
  background-color: rgba(255,255,255,0.8);
  width: 120px;
  font-family: 'Gudea', sans-serif;
  font-weight: normal;
  color: #0022a3;
  padding: 6px;
  z-index: 300;
}
.contributor-list .contributors li a:hover .extra {
  display: block;
}
.contributor-list .footer {
  text-align: center;
}
.contributor-list .view-all {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Bitter', 'Times New Roman', Times, serif;
}
.widget.archive ul {
  margin-right: 20px;
}
.widget.archive a {
  border-left: 1px solid #d6d7d7;
  padding: 5px 0 3px 10px;
  margin: 0 0 0 55px;
  display: block;
  border-bottom: 1px dotted #918f8f;
}
.widget.archive .archive-year {
  float: left;
  padding: 5px 0 3px 10px;
  color: #ed1a1c;
}
.widget.archive .archive-year a {
  margin: 0;
  border: 0px;
  padding: 0;
}
.widget.archive .archive-count {
  float: right;
}
.widget.archive li:last-child a {
  border-bottom: 0;
}
.special-featured {
  border-bottom: 10px solid #bfc3c6;
}
.special-featured p {
  margin: 10px 20px;
}
.hentry {
  border-bottom: 1px solid #808080;
  padding: 20px;
}
.page.contributor .hentry {
  border-bottom: none;
}
.hentry header {
  margin-bottom: 1em;
  *zoom: 1;
}
.hentry header:before,
.hentry header:after {
  display: table;
  content: "";
  line-height: 0;
}
.hentry header:after {
  clear: both;
}
.hentry header .wp-post-image {
  margin-bottom: 15px;
}
.hentry header img {
  min-width: 100%;
}
.hentry header p.entry-categories {
  margin-bottom: 0px;
}
.hentry header p.entry-categories a {
  font-weight: bold;
  color: #042196;
  text-transform: uppercase;
  font-size: .8em;
}
.hentry header .entry-title .subtitle {
  display: block;
  font-size: 80%;
  color: #666666;
}
.hentry header h2 {
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.2em;
}
.hentry .entry-meta {
  *zoom: 1;
}
.hentry .entry-meta:before,
.hentry .entry-meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.hentry .entry-meta:after {
  clear: both;
}
.hentry .entry-meta p.byline {
  margin-bottom: 0;
}
.hentry .entry-meta p.byline a {
  color: #e3b15b;
}
.hentry .entry-meta .author-thumb {
  width: 50px;
  margin-right: 15px;
}
.post-byline {
  color: black;
}
.hentry .entry-content blockquote {
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: 26px;
  color: #0022a3;
  border-left: 18px solid #0022a3;
  padding-left: 4px;
}
.hentry .entry-content blockquote.pull-left,
.hentry .entry-content blockquote.pull-right {
  color: #3149a9;
  border-left: 0;
  border-top: 6px solid #f2e1c7;
  border-bottom: 6px solid #f2e1c7;
  padding: 17px 13px;
  width: 35%;
  margin-top: 5px;
  margin-right: 10px;
}
.hentry .entry-content blockquote.pull-right {
  margin-right: 0;
  margin-left: 10px;
  border-right: 0;
}
.hentry .entry-content blockquote.pull-right p {
  text-align: left;
}
.hentry .entry-content blockquote.boxquote {
  border: 0;
  background-color: #ededed;
  padding: 15px;
}
.hentry .entry-content blockquote p {
  margin-bottom: 0;
}
.hentry .entry-summary .more {
  text-transform: uppercase;
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  font-weight: bold;
}
.hentry footer a {
  text-transform: uppercase;
  color: #091c92;
}
.single .post .respond,
.single .post .comments {
  margin-top: 30px;
}
.single .post .respond h3,
.single .post .respond h4,
.single .post .comments h3,
.single .post .comments h4 {
  font-weight: normal;
  line-height: normal;
  font-size: 1.3em;
}
.single .post .respond h4,
.single .post .comments h4 {
  font-size: 1em;
}
.single .post .respond textarea,
.single .post .comments textarea {
  width: 96%;
}
.content .page {
  padding: 20px;
}
.content .page .page-header {
  border: 0;
  padding: 0;
  margin: 0;
}
.content .page .hentry {
  margin: 0 -20px;
  *zoom: 1;
}
.content .page .hentry:before,
.content .page .hentry:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .page .hentry:after {
  clear: both;
}
.content .page p.topic {
  margin-bottom: 0px;
  font-weight: bold;
  color: #042196;
  text-transform: uppercase;
  font-size: .8em;
}
.content .page .recent-posts {
  border-top: 1px dashed #042196;
  margin-top: 30px;
}
.content .page .recent-posts h3 {
  font-size: 1.2em;
  line-height: 3em;
  color: #042196;
  margin: 0;
}
.content .page .recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .page .recent-posts li {
  margin: 0 0 .75em 0;
}
.content-info {
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 20px 0;
  font-size: 11px;
}
.content-info .brand {
  background: url(../../../../../themes/paiblog/assets/img/footer-logo.png);
  width: 230px;
  height: 78px;
  text-indent: -9999px;
  float: left;
}
.content-info .widget_text {
  margin-top: 15px;
  line-height: 14px;
  margin-left: 40px;
  float: left;
}
.content-info .copy {
  float: left;
  margin: 12px 0 0 40px;
}
.content-info .copy a {
  color: #fff;
}
.content-info .nav-social {
  width: 329px;
  margin: 0 auto;
}
.content-info .nav-social li {
  margin-right: 20px;
}
.content-info .nav-social li:last-child {
  margin-right: 0;
}
.content-info .nav-social a {
  margin: 0;
  padding: 0;
}
.content-info .nav-social .menu-facebook {
  margin-left: 40px;
}
.main .post-nav {
  margin: 0 20px;
}
.main .pager li>a,
.main .pager li>span,
.main .pager li>a:hover {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-family: 'Bitter', 'Times New Roman', Times, serif;
  text-transform: uppercase;
  color: #cbcbcb;
}
.highlights {
  border-top: 6px solid #818181;
  padding: 20px;
}
.highlights .col {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.highlights .col:last-child {
  margin-right: 0;
}
.highlights .hentry {
  padding: 0;
  border: 0;
}
.highlights h3 {
  font-size: 1.15em;
  color: #0e1e97;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
}
.highlights h4 {
  font-weight: normal;
  font-size: 1.1em;
}
.highlights .author a {
  color: #0c348c;
  font-size: .8em;
  font-weight: bold;
}
.page .post-nav {
  margin: 0;
}
.page .highlights {
  margin: 0 -20px;
}
.page .highlights .hentry {
  margin: 0;
}
.page.contributors ul.contributors {
  *zoom: 1;
}
.page.contributors ul.contributors:before,
.page.contributors ul.contributors:after {
  display: table;
  content: "";
  line-height: 0;
}
.page.contributors ul.contributors:after {
  clear: both;
}
.page.contributors ul.contributors li {
  clear: left;
}
.page.contributors ul.contributors a:link,
.page.contributors ul.contributors a:visited {
  color: #042196;
}
.page.contributors ul.contributors .name {
  font-weight: bold;
}
.page.contributors ul.contributors .title {
  display: block;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 979px) {
  body {
    padding: 0;
  }
  .banner .container {
    width: 767px;
  }
  .banner .header-banner {
    height: 300px;
  }
  .banner .header-banner h1 {
    background-size: 315px 105px;
    width: 315px;
    height: 105px;
    top: 155px;
  }
  .banner .top-nav .nav-social {
    width: 164px;
    height: 24px;
    margin-top: 3px;
  }
  .banner .top-nav .nav-social li {
    margin-right: 15px;
  }
  .banner .top-nav .nav-social a {
    background-size: 150px 24px;
    height: 24px;
    width: 24px;
  }
  .banner .top-nav .nav-social .menu-facebook a {
    background-position: 0px 0;
  }
  .banner .top-nav .nav-social .menu-twitter a {
    background-position: -41px 0;
  }
  .banner .top-nav .nav-social .menu-youtube a {
    background-position: -82px 0;
  }
  .banner .top-nav .nav-social .menu-rss a {
    background-position: -120px 0;
  }
  .container.wrap {
    width: 737px;
  }
  #mobile-dropdown-topics,
  #mobile-dropdown-countries {
    position: absolute;
    left: -9999px;
  }
}
@media (max-width: 767px) {
  .banner .container,
  .container.wrap {
    width: auto;
  }
  .content-info .brand {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container.wrap {
    padding: 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .banner .header-banner {
    background-position: top center;
  }
  .container.wrap {
    padding: 0;
  }
  .content-info {
    text-align: center;
  }
  .content-info .widget_text,
  .content-info .brand,
  .content-info .copy {
    margin: 20px auto;
    float: none;
  }
  select.responsiveMenuSelect {
    margin: 10px 0;
    width: 95% !important;
  }
}
@media (min-width: 1200px) {
  .banner .container {
    width: 1200px;
  }
  .container.wrap {
    width: 1160px;
  }
}